From 783e54c36a66daf5fe77cbeb38628d9bb27a5793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 16 Nov 2023 11:32:48 +0800 Subject: [PATCH 001/196] =?UTF-8?q?=E5=85=88=E5=88=A0=E6=8E=89=E8=80=81?= =?UTF-8?q?=E7=89=88=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 19 - script/SDBMHash.lua | 60 - script/await.lua | 245 - script/brave/brave.lua | 68 - script/brave/init.lua | 4 - script/brave/log.lua | 55 - script/brave/work.lua | 117 - script/cli/check.lua | 109 - script/cli/doc.lua | 367 - script/cli/doc2md.lua | 53 - script/cli/init.lua | 14 - script/cli/version.lua | 2 - script/client.lua | 668 - script/config/config.lua | 276 - script/config/init.lua | 3 - script/config/loader.lua | 131 - script/config/template.lua | 420 - script/core/code-action.lua | 747 - script/core/code-lens.lua | 142 - script/core/color.lua | 79 - script/core/command/autoRequire.lua | 162 - script/core/command/exportDocument.lua | 16 - script/core/command/getConfig.lua | 13 - script/core/command/jsonToLua.lua | 54 - script/core/command/reloadFFIMeta.lua | 56 - script/core/command/removeSpace.lua | 60 - script/core/command/setConfig.lua | 11 - script/core/command/solve.lua | 99 - script/core/completion/auto-require.lua | 109 - script/core/completion/completion.lua | 2355 - script/core/completion/init.lua | 1 - script/core/completion/keyword.lua | 410 - script/core/completion/postfix.lua | 394 - script/core/definition.lua | 237 - script/core/diagnostics/ambiguity-1.lua | 79 - .../core/diagnostics/assign-type-mismatch.lua | 120 - script/core/diagnostics/await-in-sync.lua | 30 - script/core/diagnostics/cast-local-type.lua | 54 - .../core/diagnostics/cast-type-mismatch.lua | 47 - script/core/diagnostics/circle-doc-class.lua | 58 - script/core/diagnostics/close-non-object.lua | 40 - script/core/diagnostics/code-after-break.lua | 38 - script/core/diagnostics/codestyle-check.lua | 41 - script/core/diagnostics/count-down-loop.lua | 51 - script/core/diagnostics/deprecated.lua | 82 - .../core/diagnostics/different-requires.lua | 55 - script/core/diagnostics/discard-returns.lua | 29 - .../core/diagnostics/doc-field-no-class.lua | 41 - .../core/diagnostics/duplicate-doc-alias.lua | 52 - .../core/diagnostics/duplicate-doc-field.lua | 110 - .../core/diagnostics/duplicate-doc-param.lua | 37 - script/core/diagnostics/duplicate-index.lua | 65 - .../core/diagnostics/duplicate-set-field.lua | 84 - script/core/diagnostics/empty-block.lua | 54 - script/core/diagnostics/global-element.lua | 57 - script/core/diagnostics/global-in-nil-env.lua | 39 - .../diagnostics/helper/missing-doc-helper.lua | 83 - .../diagnostics/incomplete-signature-doc.lua | 109 - script/core/diagnostics/init.lua | 189 - script/core/diagnostics/inject-field.lua | 147 - script/core/diagnostics/invisible.lua | 67 - script/core/diagnostics/lowercase-global.lua | 63 - script/core/diagnostics/missing-fields.lua | 84 - .../core/diagnostics/missing-global-doc.lua | 27 - .../diagnostics/missing-local-export-doc.lua | 52 - script/core/diagnostics/missing-parameter.lua | 32 - .../core/diagnostics/missing-return-value.lua | 51 - script/core/diagnostics/missing-return.lua | 76 - script/core/diagnostics/name-style-check.lua | 35 - script/core/diagnostics/need-check-nil.lua | 47 - script/core/diagnostics/newfield-call.lua | 49 - script/core/diagnostics/newline-call.lua | 54 - script/core/diagnostics/no-unknown.lua | 36 - script/core/diagnostics/not-yieldable.lua | 63 - .../core/diagnostics/param-type-mismatch.lua | 123 - script/core/diagnostics/redefined-local.lua | 37 - .../core/diagnostics/redundant-parameter.lua | 73 - .../diagnostics/redundant-return-value.lua | 58 - script/core/diagnostics/redundant-return.lua | 27 - script/core/diagnostics/redundant-value.lua | 25 - .../core/diagnostics/return-type-mismatch.lua | 94 - script/core/diagnostics/spell-check.lua | 35 - script/core/diagnostics/trailing-space.lua | 52 - .../diagnostics/unbalanced-assignments.lua | 49 - .../core/diagnostics/undefined-doc-class.lua | 48 - .../core/diagnostics/undefined-doc-name.lua | 48 - .../core/diagnostics/undefined-doc-param.lua | 24 - .../core/diagnostics/undefined-env-child.lua | 47 - script/core/diagnostics/undefined-field.lua | 57 - script/core/diagnostics/undefined-global.lua | 40 - .../diagnostics/unknown-cast-variable.lua | 32 - script/core/diagnostics/unknown-diag-code.lua | 31 - script/core/diagnostics/unknown-operator.lua | 36 - script/core/diagnostics/unreachable-code.lua | 84 - script/core/diagnostics/unused-function.lua | 125 - script/core/diagnostics/unused-label.lua | 22 - script/core/diagnostics/unused-local.lua | 130 - script/core/diagnostics/unused-vararg.lua | 39 - script/core/document-symbol.lua | 411 - script/core/find-source.lua | 30 - script/core/folding.lua | 184 - script/core/formatting.lua | 31 - script/core/highlight.lua | 368 - script/core/hint.lua | 337 - script/core/hover/args.lua | 73 - script/core/hover/description.lua | 549 - script/core/hover/init.lua | 159 - script/core/hover/label.lua | 226 - script/core/hover/name.lua | 104 - script/core/hover/return.lua | 84 - script/core/hover/table.lua | 225 - script/core/jump-source.lua | 62 - script/core/look-backward.lua | 104 - script/core/matchkey.lua | 85 - script/core/modifyRequirePath.lua | 74 - script/core/rangeformatting.lua | 33 - script/core/reference.lua | 159 - script/core/rename.lua | 445 - script/core/semantic-tokens.lua | 933 - script/core/signature.lua | 220 - script/core/substring.lua | 13 - script/core/type-definition.lua | 174 - script/core/type-formatting.lua | 243 - script/core/view/psi-select.lua | 13 - script/core/view/psi-view.lua | 96 - script/core/workspace-symbol.lua | 168 - script/doctor.lua | 625 - script/encoder/ansi.lua | 24 - script/encoder/init.lua | 123 - script/encoder/utf16.lua | 157 - script/file-uri.lua | 118 - script/files.lua | 943 - script/filewatch.lua | 128 - script/fs-utility.lua | 663 - script/gc.lua | 120 - script/glob/gitignore.lua | 251 - script/glob/glob.lua | 125 - script/glob/init.lua | 4 - script/glob/matcher.lua | 159 - script/global.d.lua | 88 - script/inspect.lua | 337 - script/json-beautify.lua | 176 - script/json-edit.lua | 716 - script/json.lua | 555 - script/jsonc.lua | 374 - script/jsonrpc.lua | 73 - script/language.lua | 144 - script/lazy-cacher.lua | 171 - script/lazytable.lua | 353 - script/lclient.lua | 233 - script/library.lua | 674 - script/linked-table.lua | 227 - script/locale-loader.lua | 27 - script/log.lua | 165 - script/meta/bee/filesystem.lua | 115 - script/meta/bee/filewatch.lua | 32 - script/meta/bee/socket.lua | 69 - script/meta/bee/thread.lua | 33 - script/parser/compile.lua | 3994 - script/parser/guide.lua | 1295 - script/parser/init.lua | 8 - script/parser/lines.lua | 25 - script/parser/luadoc.lua | 2109 - script/parser/relabel.lua | 361 - script/parser/tokens.lua | 48 - script/plugin.lua | 136 - script/plugins/ffi/c-parser/c99.lua | 731 - script/plugins/ffi/c-parser/cdefines.lua | 152 - script/plugins/ffi/c-parser/cdriver.lua | 54 - script/plugins/ffi/c-parser/cpp.lua | 869 - script/plugins/ffi/c-parser/ctypes.lua | 604 - script/plugins/ffi/c-parser/typed.lua | 172 - script/plugins/ffi/c-parser/util.lua | 28 - script/plugins/ffi/cdefRerence.lua | 37 - script/plugins/ffi/init.lua | 374 - script/plugins/ffi/searchCode.lua | 69 - script/plugins/init.lua | 1 - script/progress.lua | 182 - script/proto/converter.lua | 235 - script/proto/define.lua | 197 - script/proto/diagnostic.lua | 305 - script/proto/init.lua | 3 - script/proto/proto.lua | 278 - script/provider/build-meta.lua | 155 - script/provider/capability.lua | 86 - script/provider/code-lens.lua | 29 - script/provider/completion.lua | 104 - script/provider/diagnostic.lua | 724 - script/provider/formatting.lua | 97 - script/provider/init.lua | 2 - script/provider/inlay-hint.lua | 29 - script/provider/markdown.lua | 133 - script/provider/name-style.lua | 28 - script/provider/provider.lua | 1626 - script/provider/semantic-tokens.lua | 29 - script/provider/spell.lua | 53 - script/pub/init.lua | 4 - script/pub/pub.lua | 210 - script/pub/report.lua | 29 - script/service/init.lua | 3 - script/service/net.lua | 282 - script/service/service.lua | 284 - script/string-merger.lua | 148 - script/text-merger.lua | 116 - script/timer.lua | 237 - script/tracy.lua | 32 - script/utility.lua | 951 - script/version.lua | 30 - script/vm/compiler.lua | 2016 - script/vm/def.lua | 94 - script/vm/doc.lua | 488 - script/vm/field.lua | 59 - script/vm/function.lua | 404 - script/vm/generic.lua | 172 - script/vm/global.lua | 699 - script/vm/infer.lua | 608 - script/vm/init.lua | 25 - script/vm/library.lua | 15 - script/vm/node.lua | 509 - script/vm/operator.lua | 428 - script/vm/precompile.lua | 20 - script/vm/ref.lua | 328 - script/vm/sign.lua | 341 - script/vm/tracer.lua | 877 - script/vm/type.lua | 791 - script/vm/value.lua | 243 - script/vm/variable.lua | 411 - script/vm/visible.lua | 177 - script/vm/vm.lua | 119 - script/without-check-nil.lua | 126 - script/workspace/init.lua | 3 - script/workspace/loading.lua | 229 - script/workspace/require-path.lua | 331 - script/workspace/scope.lua | 248 - script/workspace/workspace.lua | 615 - test/basic/init.lua | 1 - test/basic/textmerger.lua | 216 - test/catch.lua | 89 - test/code_action/init.lua | 278 - test/command/auto-require.lua | 95 - test/command/init.lua | 1 - test/completion/common.lua | 4415 - test/completion/continue.lua | 72 - test/completion/init.lua | 139 - test/crossfile/completion.lua | 1124 - test/crossfile/definition.lua | 992 - test/crossfile/diagnostic.lua | 228 - test/crossfile/hover.lua | 1854 - test/crossfile/infer.lua | 165 - test/crossfile/init.lua | 6 - test/crossfile/references.lua | 391 - test/definition/arg.lua | 19 - test/definition/bug.lua | 260 - test/definition/field.lua | 23 - test/definition/function.lua | 29 - test/definition/init.lua | 56 - test/definition/label.lua | 29 - test/definition/local.lua | 195 - test/definition/luadoc.lua | 989 - test/definition/method.lua | 57 - test/definition/set.lua | 40 - test/definition/special.lua | 140 - test/definition/table.lua | 187 - test/diagnostics/ambiguity-1.lua | 29 - test/diagnostics/assign-type-mismatch.lua | 474 - test/diagnostics/await-in-sync.lua | 132 - test/diagnostics/cast-local-type.lua | 334 - test/diagnostics/cast-type-mismatch.lua | 13 - test/diagnostics/circle-doc-class.lua | 14 - test/diagnostics/close-non-object.lua | 18 - test/diagnostics/code-after-break.lua | 7 - test/diagnostics/count-down-loop.lua | 29 - test/diagnostics/deprecated.lua | 21 - test/diagnostics/discard-returns.lua | 17 - test/diagnostics/doc-field-no-class.lua | 16 - test/diagnostics/duplicate-doc-alias.lua | 10 - test/diagnostics/duplicate-doc-field.lua | 38 - test/diagnostics/duplicate-doc-param.lua | 12 - test/diagnostics/duplicate-index.lua | 24 - test/diagnostics/duplicate-set-field.lua | 74 - test/diagnostics/empty-block.lua | 32 - test/diagnostics/global-element.lua | 63 - test/diagnostics/global-in-nil-env.lua | 44 - test/diagnostics/incomplete-signature-doc.lua | 398 - test/diagnostics/init.lua | 128 - test/diagnostics/inject-field.lua | 84 - test/diagnostics/invisible.lua | 145 - test/diagnostics/lowercase-global.lua | 39 - test/diagnostics/missing-fields.lua | 233 - test/diagnostics/missing-global-doc.lua | 297 - test/diagnostics/missing-local-export-doc.lua | 175 - test/diagnostics/missing-parameter.lua | 90 - test/diagnostics/missing-return-value.lua | 34 - test/diagnostics/missing-return.lua | 158 - test/diagnostics/need-check-nil.lua | 68 - test/diagnostics/newfield-call.lua | 15 - test/diagnostics/newline-call.lua | 34 - test/diagnostics/not-yieldable.lua | 48 - test/diagnostics/param-type-mismatch.lua | 248 - test/diagnostics/redefined-local.lua | 22 - test/diagnostics/redundant-parameter.lua | 214 - test/diagnostics/redundant-return-value.lua | 32 - test/diagnostics/redundant-return.lua | 34 - test/diagnostics/redundant-value.lua | 7 - test/diagnostics/return-type-mismatch.lua | 167 - test/diagnostics/trailing-space.lua | 32 - test/diagnostics/unbalanced-assignments.lua | 34 - test/diagnostics/undefined-doc-class.lua | 3 - test/diagnostics/undefined-doc-name.lua | 19 - test/diagnostics/undefined-doc-param.lua | 21 - test/diagnostics/undefined-env-child.lua | 36 - test/diagnostics/undefined-field.lua | 148 - test/diagnostics/undefined-global.lua | 36 - test/diagnostics/unknown-cast-variable.lua | 8 - test/diagnostics/unknown-diag-code.lua | 3 - test/diagnostics/unknown-operator.lua | 4 - test/diagnostics/unreachable-code.lua | 71 - test/diagnostics/unused-function.lua | 48 - test/diagnostics/unused-label.lua | 3 - test/diagnostics/unused-local.lua | 99 - test/diagnostics/unused-vararg.lua | 6 - test/document_symbol/init.lua | 875 - test/example/guide.txt | 4014 - test/example/jass-common.txt | 12329 - test/example/largeGlobal.txt | 28101 - test/example/meta.json | 581342 --------------- test/example/vm.txt | 1544 - test/full/dirty.lua | 15 - test/full/example.lua | 72 - test/full/init.lua | 43 - test/full/normal.lua | 157 - test/full/projects.lua | 60 - test/full/self.lua | 96 - test/highlight/init.lua | 156 - test/hover/init.lua | 2490 - test/other/filewatch.lua | 44 - test/other/init.lua | 1 - test/plugins/ffi/builder.lua | 233 - test/plugins/ffi/cdef.lua | 61 - test/plugins/ffi/parser.lua | 176 - test/plugins/ffi/test.lua | 43 - test/references/all.lua | 141 - test/references/common.lua | 248 - test/references/init.lua | 42 - test/rename/init.lua | 248 - test/signature/init.lua | 374 - test/tclient/init.lua | 18 - test/tclient/tests/build-meta.lua | 18 - .../tclient/tests/change-workspace-folder.lua | 119 - test/tclient/tests/files-associations.lua | 48 - .../tests/folders-with-single-file.lua | 66 - test/tclient/tests/hover-pairs.lua | 40 - test/tclient/tests/hover-set-local.lua | 45 - test/tclient/tests/jump-source.lua | 192 - test/tclient/tests/library-ignore-limit.lua | 33 - test/tclient/tests/load-library.lua | 58 - test/tclient/tests/load-relative-library.lua | 63 - test/tclient/tests/modify-luarc.lua | 377 - test/tclient/tests/multi-workspace.lua | 137 - .../tclient/tests/performance-jass-common.lua | 69 - test/tclient/tests/recursive-runner.lua | 180 - test/tclient/tests/resolve-completion.lua | 58 - test/tclient/tests/same-prefix.lua | 57 - test/tclient/tests/single-mode.lua | 63 - test/type_formatting/init.lua | 209 - test/type_inference/init.lua | 4338 - tools/build-3rd-meta.lua | 5 - tools/love-api.lua | 271 - tools/lovr-api.lua | 275 - tools/lua51.lua | 440 - tools/normalize-3rd-path.lua | 17 - 371 files changed, 709921 deletions(-) delete mode 100644 script/SDBMHash.lua delete mode 100644 script/await.lua delete mode 100644 script/brave/brave.lua delete mode 100644 script/brave/init.lua delete mode 100644 script/brave/log.lua delete mode 100644 script/brave/work.lua delete mode 100644 script/cli/check.lua delete mode 100644 script/cli/doc.lua delete mode 100644 script/cli/doc2md.lua delete mode 100644 script/cli/init.lua delete mode 100644 script/cli/version.lua delete mode 100644 script/client.lua delete mode 100644 script/config/config.lua delete mode 100644 script/config/init.lua delete mode 100644 script/config/loader.lua delete mode 100644 script/config/template.lua delete mode 100644 script/core/code-action.lua delete mode 100644 script/core/code-lens.lua delete mode 100644 script/core/color.lua delete mode 100644 script/core/command/autoRequire.lua delete mode 100644 script/core/command/exportDocument.lua delete mode 100644 script/core/command/getConfig.lua delete mode 100644 script/core/command/jsonToLua.lua delete mode 100644 script/core/command/reloadFFIMeta.lua delete mode 100644 script/core/command/removeSpace.lua delete mode 100644 script/core/command/setConfig.lua delete mode 100644 script/core/command/solve.lua delete mode 100644 script/core/completion/auto-require.lua delete mode 100644 script/core/completion/completion.lua delete mode 100644 script/core/completion/init.lua delete mode 100644 script/core/completion/keyword.lua delete mode 100644 script/core/completion/postfix.lua delete mode 100644 script/core/definition.lua delete mode 100644 script/core/diagnostics/ambiguity-1.lua delete mode 100644 script/core/diagnostics/assign-type-mismatch.lua delete mode 100644 script/core/diagnostics/await-in-sync.lua delete mode 100644 script/core/diagnostics/cast-local-type.lua delete mode 100644 script/core/diagnostics/cast-type-mismatch.lua delete mode 100644 script/core/diagnostics/circle-doc-class.lua delete mode 100644 script/core/diagnostics/close-non-object.lua delete mode 100644 script/core/diagnostics/code-after-break.lua delete mode 100644 script/core/diagnostics/codestyle-check.lua delete mode 100644 script/core/diagnostics/count-down-loop.lua delete mode 100644 script/core/diagnostics/deprecated.lua delete mode 100644 script/core/diagnostics/different-requires.lua delete mode 100644 script/core/diagnostics/discard-returns.lua delete mode 100644 script/core/diagnostics/doc-field-no-class.lua delete mode 100644 script/core/diagnostics/duplicate-doc-alias.lua delete mode 100644 script/core/diagnostics/duplicate-doc-field.lua delete mode 100644 script/core/diagnostics/duplicate-doc-param.lua delete mode 100644 script/core/diagnostics/duplicate-index.lua delete mode 100644 script/core/diagnostics/duplicate-set-field.lua delete mode 100644 script/core/diagnostics/empty-block.lua delete mode 100644 script/core/diagnostics/global-element.lua delete mode 100644 script/core/diagnostics/global-in-nil-env.lua delete mode 100644 script/core/diagnostics/helper/missing-doc-helper.lua delete mode 100644 script/core/diagnostics/incomplete-signature-doc.lua delete mode 100644 script/core/diagnostics/init.lua delete mode 100644 script/core/diagnostics/inject-field.lua delete mode 100644 script/core/diagnostics/invisible.lua delete mode 100644 script/core/diagnostics/lowercase-global.lua delete mode 100644 script/core/diagnostics/missing-fields.lua delete mode 100644 script/core/diagnostics/missing-global-doc.lua delete mode 100644 script/core/diagnostics/missing-local-export-doc.lua delete mode 100644 script/core/diagnostics/missing-parameter.lua delete mode 100644 script/core/diagnostics/missing-return-value.lua delete mode 100644 script/core/diagnostics/missing-return.lua delete mode 100644 script/core/diagnostics/name-style-check.lua delete mode 100644 script/core/diagnostics/need-check-nil.lua delete mode 100644 script/core/diagnostics/newfield-call.lua delete mode 100644 script/core/diagnostics/newline-call.lua delete mode 100644 script/core/diagnostics/no-unknown.lua delete mode 100644 script/core/diagnostics/not-yieldable.lua delete mode 100644 script/core/diagnostics/param-type-mismatch.lua delete mode 100644 script/core/diagnostics/redefined-local.lua delete mode 100644 script/core/diagnostics/redundant-parameter.lua delete mode 100644 script/core/diagnostics/redundant-return-value.lua delete mode 100644 script/core/diagnostics/redundant-return.lua delete mode 100644 script/core/diagnostics/redundant-value.lua delete mode 100644 script/core/diagnostics/return-type-mismatch.lua delete mode 100644 script/core/diagnostics/spell-check.lua delete mode 100644 script/core/diagnostics/trailing-space.lua delete mode 100644 script/core/diagnostics/unbalanced-assignments.lua delete mode 100644 script/core/diagnostics/undefined-doc-class.lua delete mode 100644 script/core/diagnostics/undefined-doc-name.lua delete mode 100644 script/core/diagnostics/undefined-doc-param.lua delete mode 100644 script/core/diagnostics/undefined-env-child.lua delete mode 100644 script/core/diagnostics/undefined-field.lua delete mode 100644 script/core/diagnostics/undefined-global.lua delete mode 100644 script/core/diagnostics/unknown-cast-variable.lua delete mode 100644 script/core/diagnostics/unknown-diag-code.lua delete mode 100644 script/core/diagnostics/unknown-operator.lua delete mode 100644 script/core/diagnostics/unreachable-code.lua delete mode 100644 script/core/diagnostics/unused-function.lua delete mode 100644 script/core/diagnostics/unused-label.lua delete mode 100644 script/core/diagnostics/unused-local.lua delete mode 100644 script/core/diagnostics/unused-vararg.lua delete mode 100644 script/core/document-symbol.lua delete mode 100644 script/core/find-source.lua delete mode 100644 script/core/folding.lua delete mode 100644 script/core/formatting.lua delete mode 100644 script/core/highlight.lua delete mode 100644 script/core/hint.lua delete mode 100644 script/core/hover/args.lua delete mode 100644 script/core/hover/description.lua delete mode 100644 script/core/hover/init.lua delete mode 100644 script/core/hover/label.lua delete mode 100644 script/core/hover/name.lua delete mode 100644 script/core/hover/return.lua delete mode 100644 script/core/hover/table.lua delete mode 100644 script/core/jump-source.lua delete mode 100644 script/core/look-backward.lua delete mode 100644 script/core/matchkey.lua delete mode 100644 script/core/modifyRequirePath.lua delete mode 100644 script/core/rangeformatting.lua delete mode 100644 script/core/reference.lua delete mode 100644 script/core/rename.lua delete mode 100644 script/core/semantic-tokens.lua delete mode 100644 script/core/signature.lua delete mode 100644 script/core/substring.lua delete mode 100644 script/core/type-definition.lua delete mode 100644 script/core/type-formatting.lua delete mode 100644 script/core/view/psi-select.lua delete mode 100644 script/core/view/psi-view.lua delete mode 100644 script/core/workspace-symbol.lua delete mode 100644 script/doctor.lua delete mode 100644 script/encoder/ansi.lua delete mode 100644 script/encoder/init.lua delete mode 100644 script/encoder/utf16.lua delete mode 100644 script/file-uri.lua delete mode 100644 script/files.lua delete mode 100644 script/filewatch.lua delete mode 100644 script/fs-utility.lua delete mode 100644 script/gc.lua delete mode 100644 script/glob/gitignore.lua delete mode 100644 script/glob/glob.lua delete mode 100644 script/glob/init.lua delete mode 100644 script/glob/matcher.lua delete mode 100644 script/global.d.lua delete mode 100644 script/inspect.lua delete mode 100644 script/json-beautify.lua delete mode 100644 script/json-edit.lua delete mode 100644 script/json.lua delete mode 100644 script/jsonc.lua delete mode 100644 script/jsonrpc.lua delete mode 100644 script/language.lua delete mode 100644 script/lazy-cacher.lua delete mode 100644 script/lazytable.lua delete mode 100644 script/lclient.lua delete mode 100644 script/library.lua delete mode 100644 script/linked-table.lua delete mode 100644 script/locale-loader.lua delete mode 100644 script/log.lua delete mode 100644 script/meta/bee/filesystem.lua delete mode 100644 script/meta/bee/filewatch.lua delete mode 100644 script/meta/bee/socket.lua delete mode 100644 script/meta/bee/thread.lua delete mode 100644 script/parser/compile.lua delete mode 100644 script/parser/guide.lua delete mode 100644 script/parser/init.lua delete mode 100644 script/parser/lines.lua delete mode 100644 script/parser/luadoc.lua delete mode 100644 script/parser/relabel.lua delete mode 100644 script/parser/tokens.lua delete mode 100644 script/plugin.lua delete mode 100644 script/plugins/ffi/c-parser/c99.lua delete mode 100644 script/plugins/ffi/c-parser/cdefines.lua delete mode 100644 script/plugins/ffi/c-parser/cdriver.lua delete mode 100644 script/plugins/ffi/c-parser/cpp.lua delete mode 100644 script/plugins/ffi/c-parser/ctypes.lua delete mode 100644 script/plugins/ffi/c-parser/typed.lua delete mode 100644 script/plugins/ffi/c-parser/util.lua delete mode 100644 script/plugins/ffi/cdefRerence.lua delete mode 100644 script/plugins/ffi/init.lua delete mode 100644 script/plugins/ffi/searchCode.lua delete mode 100644 script/plugins/init.lua delete mode 100644 script/progress.lua delete mode 100644 script/proto/converter.lua delete mode 100644 script/proto/define.lua delete mode 100644 script/proto/diagnostic.lua delete mode 100644 script/proto/init.lua delete mode 100644 script/proto/proto.lua delete mode 100644 script/provider/build-meta.lua delete mode 100644 script/provider/capability.lua delete mode 100644 script/provider/code-lens.lua delete mode 100644 script/provider/completion.lua delete mode 100644 script/provider/diagnostic.lua delete mode 100644 script/provider/formatting.lua delete mode 100644 script/provider/init.lua delete mode 100644 script/provider/inlay-hint.lua delete mode 100644 script/provider/markdown.lua delete mode 100644 script/provider/name-style.lua delete mode 100644 script/provider/provider.lua delete mode 100644 script/provider/semantic-tokens.lua delete mode 100644 script/provider/spell.lua delete mode 100644 script/pub/init.lua delete mode 100644 script/pub/pub.lua delete mode 100644 script/pub/report.lua delete mode 100644 script/service/init.lua delete mode 100644 script/service/net.lua delete mode 100644 script/service/service.lua delete mode 100644 script/string-merger.lua delete mode 100644 script/text-merger.lua delete mode 100644 script/timer.lua delete mode 100644 script/tracy.lua delete mode 100644 script/utility.lua delete mode 100644 script/version.lua delete mode 100644 script/vm/compiler.lua delete mode 100644 script/vm/def.lua delete mode 100644 script/vm/doc.lua delete mode 100644 script/vm/field.lua delete mode 100644 script/vm/function.lua delete mode 100644 script/vm/generic.lua delete mode 100644 script/vm/global.lua delete mode 100644 script/vm/infer.lua delete mode 100644 script/vm/init.lua delete mode 100644 script/vm/library.lua delete mode 100644 script/vm/node.lua delete mode 100644 script/vm/operator.lua delete mode 100644 script/vm/precompile.lua delete mode 100644 script/vm/ref.lua delete mode 100644 script/vm/sign.lua delete mode 100644 script/vm/tracer.lua delete mode 100644 script/vm/type.lua delete mode 100644 script/vm/value.lua delete mode 100644 script/vm/variable.lua delete mode 100644 script/vm/visible.lua delete mode 100644 script/vm/vm.lua delete mode 100644 script/without-check-nil.lua delete mode 100644 script/workspace/init.lua delete mode 100644 script/workspace/loading.lua delete mode 100644 script/workspace/require-path.lua delete mode 100644 script/workspace/scope.lua delete mode 100644 script/workspace/workspace.lua delete mode 100644 test/basic/init.lua delete mode 100644 test/basic/textmerger.lua delete mode 100644 test/catch.lua delete mode 100644 test/code_action/init.lua delete mode 100644 test/command/auto-require.lua delete mode 100644 test/command/init.lua delete mode 100644 test/completion/common.lua delete mode 100644 test/completion/continue.lua delete mode 100644 test/completion/init.lua delete mode 100644 test/crossfile/completion.lua delete mode 100644 test/crossfile/definition.lua delete mode 100644 test/crossfile/diagnostic.lua delete mode 100644 test/crossfile/hover.lua delete mode 100644 test/crossfile/infer.lua delete mode 100644 test/crossfile/init.lua delete mode 100644 test/crossfile/references.lua delete mode 100644 test/definition/arg.lua delete mode 100644 test/definition/bug.lua delete mode 100644 test/definition/field.lua delete mode 100644 test/definition/function.lua delete mode 100644 test/definition/init.lua delete mode 100644 test/definition/label.lua delete mode 100644 test/definition/local.lua delete mode 100644 test/definition/luadoc.lua delete mode 100644 test/definition/method.lua delete mode 100644 test/definition/set.lua delete mode 100644 test/definition/special.lua delete mode 100644 test/definition/table.lua delete mode 100644 test/diagnostics/ambiguity-1.lua delete mode 100644 test/diagnostics/assign-type-mismatch.lua delete mode 100644 test/diagnostics/await-in-sync.lua delete mode 100644 test/diagnostics/cast-local-type.lua delete mode 100644 test/diagnostics/cast-type-mismatch.lua delete mode 100644 test/diagnostics/circle-doc-class.lua delete mode 100644 test/diagnostics/close-non-object.lua delete mode 100644 test/diagnostics/code-after-break.lua delete mode 100644 test/diagnostics/count-down-loop.lua delete mode 100644 test/diagnostics/deprecated.lua delete mode 100644 test/diagnostics/discard-returns.lua delete mode 100644 test/diagnostics/doc-field-no-class.lua delete mode 100644 test/diagnostics/duplicate-doc-alias.lua delete mode 100644 test/diagnostics/duplicate-doc-field.lua delete mode 100644 test/diagnostics/duplicate-doc-param.lua delete mode 100644 test/diagnostics/duplicate-index.lua delete mode 100644 test/diagnostics/duplicate-set-field.lua delete mode 100644 test/diagnostics/empty-block.lua delete mode 100644 test/diagnostics/global-element.lua delete mode 100644 test/diagnostics/global-in-nil-env.lua delete mode 100644 test/diagnostics/incomplete-signature-doc.lua delete mode 100644 test/diagnostics/init.lua delete mode 100644 test/diagnostics/inject-field.lua delete mode 100644 test/diagnostics/invisible.lua delete mode 100644 test/diagnostics/lowercase-global.lua delete mode 100644 test/diagnostics/missing-fields.lua delete mode 100644 test/diagnostics/missing-global-doc.lua delete mode 100644 test/diagnostics/missing-local-export-doc.lua delete mode 100644 test/diagnostics/missing-parameter.lua delete mode 100644 test/diagnostics/missing-return-value.lua delete mode 100644 test/diagnostics/missing-return.lua delete mode 100644 test/diagnostics/need-check-nil.lua delete mode 100644 test/diagnostics/newfield-call.lua delete mode 100644 test/diagnostics/newline-call.lua delete mode 100644 test/diagnostics/not-yieldable.lua delete mode 100644 test/diagnostics/param-type-mismatch.lua delete mode 100644 test/diagnostics/redefined-local.lua delete mode 100644 test/diagnostics/redundant-parameter.lua delete mode 100644 test/diagnostics/redundant-return-value.lua delete mode 100644 test/diagnostics/redundant-return.lua delete mode 100644 test/diagnostics/redundant-value.lua delete mode 100644 test/diagnostics/return-type-mismatch.lua delete mode 100644 test/diagnostics/trailing-space.lua delete mode 100644 test/diagnostics/unbalanced-assignments.lua delete mode 100644 test/diagnostics/undefined-doc-class.lua delete mode 100644 test/diagnostics/undefined-doc-name.lua delete mode 100644 test/diagnostics/undefined-doc-param.lua delete mode 100644 test/diagnostics/undefined-env-child.lua delete mode 100644 test/diagnostics/undefined-field.lua delete mode 100644 test/diagnostics/undefined-global.lua delete mode 100644 test/diagnostics/unknown-cast-variable.lua delete mode 100644 test/diagnostics/unknown-diag-code.lua delete mode 100644 test/diagnostics/unknown-operator.lua delete mode 100644 test/diagnostics/unreachable-code.lua delete mode 100644 test/diagnostics/unused-function.lua delete mode 100644 test/diagnostics/unused-label.lua delete mode 100644 test/diagnostics/unused-local.lua delete mode 100644 test/diagnostics/unused-vararg.lua delete mode 100644 test/document_symbol/init.lua delete mode 100644 test/example/guide.txt delete mode 100644 test/example/jass-common.txt delete mode 100644 test/example/largeGlobal.txt delete mode 100644 test/example/meta.json delete mode 100644 test/example/vm.txt delete mode 100644 test/full/dirty.lua delete mode 100644 test/full/example.lua delete mode 100644 test/full/init.lua delete mode 100644 test/full/normal.lua delete mode 100644 test/full/projects.lua delete mode 100644 test/full/self.lua delete mode 100644 test/highlight/init.lua delete mode 100644 test/hover/init.lua delete mode 100644 test/other/filewatch.lua delete mode 100644 test/other/init.lua delete mode 100644 test/plugins/ffi/builder.lua delete mode 100644 test/plugins/ffi/cdef.lua delete mode 100644 test/plugins/ffi/parser.lua delete mode 100644 test/plugins/ffi/test.lua delete mode 100644 test/references/all.lua delete mode 100644 test/references/common.lua delete mode 100644 test/references/init.lua delete mode 100644 test/rename/init.lua delete mode 100644 test/signature/init.lua delete mode 100644 test/tclient/init.lua delete mode 100644 test/tclient/tests/build-meta.lua delete mode 100644 test/tclient/tests/change-workspace-folder.lua delete mode 100644 test/tclient/tests/files-associations.lua delete mode 100644 test/tclient/tests/folders-with-single-file.lua delete mode 100644 test/tclient/tests/hover-pairs.lua delete mode 100644 test/tclient/tests/hover-set-local.lua delete mode 100644 test/tclient/tests/jump-source.lua delete mode 100644 test/tclient/tests/library-ignore-limit.lua delete mode 100644 test/tclient/tests/load-library.lua delete mode 100644 test/tclient/tests/load-relative-library.lua delete mode 100644 test/tclient/tests/modify-luarc.lua delete mode 100644 test/tclient/tests/multi-workspace.lua delete mode 100644 test/tclient/tests/performance-jass-common.lua delete mode 100644 test/tclient/tests/recursive-runner.lua delete mode 100644 test/tclient/tests/resolve-completion.lua delete mode 100644 test/tclient/tests/same-prefix.lua delete mode 100644 test/tclient/tests/single-mode.lua delete mode 100644 test/type_formatting/init.lua delete mode 100644 test/type_inference/init.lua delete mode 100644 tools/build-3rd-meta.lua delete mode 100644 tools/love-api.lua delete mode 100644 tools/lovr-api.lua delete mode 100644 tools/lua51.lua delete mode 100644 tools/normalize-3rd-path.lua diff --git a/.vscode/launch.json b/.vscode/launch.json index c90d73074..8eba7ffd2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -42,25 +42,6 @@ ], }, }, - { - "name": "🍉build-3rd-meta", - "type": "lua", - "request": "launch", - "stopOnEntry": false, - "luaexe": "${workspaceFolder}/bin/lua-language-server", - "program": "${workspaceRoot}/tools/build-3rd-meta.lua", - "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so", - "console": "integratedTerminal", - "internalConsoleOptions": "openOnSessionStart", - "arg": [ - ], - "luaVersion": "lua-latest", - "sourceCoding": "utf8", - "outputCapture": [ - "print", - "stderr", - ], - }, { "name": "📝locale", "type": "lua", diff --git a/script/SDBMHash.lua b/script/SDBMHash.lua deleted file mode 100644 index 48728aec4..000000000 --- a/script/SDBMHash.lua +++ /dev/null @@ -1,60 +0,0 @@ -local byte = string.byte -local max = 0x7fffffff - ----@class SDBMHash -local mt = {} -mt.__index = mt - -mt.cache = nil - ----@param str string ----@return integer -function mt:rawHash(str) - local id = 0 - for i = 1, #str do - local b = byte(str, i, i) - id = id * 65599 + b - end - return id & max -end - ----@param str string ----@return integer -function mt:hash(str) - local id = self:rawHash(str) - local other = self.cache[id] - if other == nil or str == other then - self.cache[id] = str - self.cache[str] = id - return id - else - log.warn(('哈希碰撞:[%s] -> [%s]: [%d]'):format(str, other, id)) - for i = 1, max do - local newId = (id + i) % max - if not self.cache[newId] then - self.cache[newId] = str - self.cache[str] = newId - return newId - end - end - error(('哈希碰撞解决失败:[%s] -> [%s]: [%d]'):format(str, other, id)) - end -end - -function mt:setCache(t) - self.cache = t -end - -function mt:getCache() - return self.cache -end - -mt.__call = mt.hash - ----@return SDBMHash -return function () - local self = setmetatable({ - cache = {} - }, mt) - return self -end diff --git a/script/await.lua b/script/await.lua deleted file mode 100644 index 227455700..000000000 --- a/script/await.lua +++ /dev/null @@ -1,245 +0,0 @@ -local timer = require 'timer' - -local wkmt = { __mode = 'k' } - ----@class await -local m = {} -m.type = 'await' - -m.coMap = setmetatable({}, wkmt) -m.idMap = {} -m.delayQueue = {} -m.delayQueueIndex = 1 -m.needClose = {} -m._enable = true - -local function setID(id, co, callback) - if not coroutine.isyieldable(co) then - return - end - if not m.idMap[id] then - m.idMap[id] = setmetatable({}, wkmt) - end - m.idMap[id][co] = callback or true -end - ---- 设置错误处理器 ----@param errHandle function # 当有错误发生时,会以错误堆栈为参数调用该函数 -function m.setErrorHandle(errHandle) - m.errorHandle = errHandle -end - -function m.checkResult(co, ...) - local suc, err = ... - if not suc and m.errorHandle then - m.errorHandle(debug.traceback(co, err)) - end - return ... -end - ---- 创建一个任务 ----@param callback async fun() -function m.call(callback, ...) - local co = coroutine.create(callback) - local closers = {} - m.coMap[co] = { - closers = closers, - priority = false, - } - for i = 1, select('#', ...) do - local id = select(i, ...) - if not id then - break - end - setID(id, co) - end - - local currentCo = coroutine.running() - local current = m.coMap[currentCo] - if current then - for closer in pairs(current.closers) do - closers[closer] = true - closer(co) - end - end - return m.checkResult(co, coroutine.resume(co)) -end - ---- 创建一个任务,并挂起当前线程,当任务完成后再延续当前线程/若任务被关闭,则返回nil ----@async -function m.await(callback, ...) - if not coroutine.isyieldable() then - return callback(...) - end - return m.wait(function (resume, ...) - m.call(function () - local returnNil = resume - resume(callback()) - end, ...) - end, ...) -end - ---- 设置一个id,用于批量关闭任务 -function m.setID(id, callback) - local co = coroutine.running() - setID(id, co, callback) -end - ---- 根据id批量关闭任务 -function m.close(id) - local map = m.idMap[id] - if not map then - return - end - m.idMap[id] = nil - for co, callback in pairs(map) do - if coroutine.status(co) == 'suspended' then - map[co] = nil - if type(callback) == 'function' then - xpcall(callback, log.error) - end - coroutine.close(co) - end - end -end - -function m.hasID(id, co) - co = co or coroutine.running() - return m.idMap[id] and m.idMap[id][co] ~= nil -end - -function m.unique(id, callback) - m.close(id) - m.setID(id, callback) -end - ---- 休眠一段时间 ----@param time number ----@async -function m.sleep(time) - if not coroutine.isyieldable() then - if m.errorHandle then - m.errorHandle(debug.traceback('Cannot yield')) - end - return - end - local co = coroutine.running() - timer.wait(time, function () - if coroutine.status(co) ~= 'suspended' then - return - end - return m.checkResult(co, coroutine.resume(co)) - end) - return coroutine.yield() -end - ---- 等待直到唤醒 ----@param callback function ----@async -function m.wait(callback, ...) - local co = coroutine.running() - local resumed - callback(function (...) - if resumed then - return - end - resumed = true - if coroutine.status(co) ~= 'suspended' then - return - end - return m.checkResult(co, coroutine.resume(co, ...)) - end, ...) - return coroutine.yield() -end - ---- 延迟 ----@async -function m.delay() - if not m._enable then - return - end - if not coroutine.isyieldable() then - return - end - local co = coroutine.running() - local current = m.coMap[co] - -- TODO - if current.priority then - return - end - m.delayQueue[#m.delayQueue+1] = function () - if coroutine.status(co) ~= 'suspended' then - return - end - return m.checkResult(co, coroutine.resume(co)) - end - return coroutine.yield() -end - ---- stop then close ----@async -function m.stop() - if not coroutine.isyieldable() then - return - end - m.needClose[#m.needClose+1] = coroutine.running() - coroutine.yield() -end - -local function warnStepTime(passed, waker) - if passed < 2 then - log.warn(('Await step takes [%.3f] sec.'):format(passed)) - return - end - for i = 1, 100 do - local name, v = debug.getupvalue(waker, i) - if not name then - return - end - if name == 'co' then - log.warn(debug.traceback(v, ('[fire]Await step takes [%.3f] sec.'):format(passed))) - return - end - end -end - ---- 步进 -function m.step() - for i = #m.needClose, 1, -1 do - coroutine.close(m.needClose[i]) - m.needClose[i] = nil - end - - local resume = m.delayQueue[m.delayQueueIndex] - if resume then - m.delayQueue[m.delayQueueIndex] = false - m.delayQueueIndex = m.delayQueueIndex + 1 - local clock = os.clock() - resume() - local passed = os.clock() - clock - if passed > 0.5 then - warnStepTime(passed, resume) - end - return true - else - for i = 1, #m.delayQueue do - m.delayQueue[i] = nil - end - m.delayQueueIndex = 1 - return false - end -end - -function m.setPriority(n) - m.coMap[coroutine.running()].priority = true -end - -function m.enable() - m._enable = true -end - -function m.disable() - m._enable = false -end - -return m diff --git a/script/brave/brave.lua b/script/brave/brave.lua deleted file mode 100644 index 9ad7ebd1e..000000000 --- a/script/brave/brave.lua +++ /dev/null @@ -1,68 +0,0 @@ -local thread = require 'bee.thread' - -local taskPad = thread.channel('taskpad') -local waiter = thread.channel('waiter') - ----@class pub_brave -local m = {} -m.type = 'brave' -m.ability = {} -m.queue = {} - ---- 注册成为勇者 -function m.register(id, privatePad) - m.id = id - - if #m.queue > 0 then - for _, info in ipairs(m.queue) do - waiter:push(m.id, info.name, info.params) - end - end - m.queue = nil - - m.start(privatePad) -end - ---- 注册能力 -function m.on(name, callback) - m.ability[name] = callback -end - ---- 报告 -function m.push(name, params) - if m.id then - waiter:push(m.id, name, params) - else - m.queue[#m.queue+1] = { - name = name, - params = params, - } - end -end - ---- 开始找工作 -function m.start(privatePad) - local reqPad = privatePad and thread.channel('req:' .. privatePad) or taskPad - local resPad = privatePad and thread.channel('res:' .. privatePad) or waiter - m.push('mem', collectgarbage 'count') - while true do - local name, id, params = reqPad:bpop() - local ability = m.ability[name] - -- TODO - if not ability then - resPad:push(m.id, id) - log.error('Brave can not handle this work: ' .. name) - goto CONTINUE - end - local ok, res = xpcall(ability, log.error, params) - if ok then - resPad:push(m.id, id, res) - else - resPad:push(m.id, id) - end - m.push('mem', collectgarbage 'count') - ::CONTINUE:: - end -end - -return m diff --git a/script/brave/init.lua b/script/brave/init.lua deleted file mode 100644 index 9cad8c4ec..000000000 --- a/script/brave/init.lua +++ /dev/null @@ -1,4 +0,0 @@ -local brave = require 'brave.brave' -require 'brave.work' - -return brave diff --git a/script/brave/log.lua b/script/brave/log.lua deleted file mode 100644 index d7c92b262..000000000 --- a/script/brave/log.lua +++ /dev/null @@ -1,55 +0,0 @@ -local brave = require 'brave' -local time = require 'bee.time' - -local tablePack = table.pack -local tostring = tostring -local tableConcat = table.concat -local debugTraceBack = debug.traceback -local debugGetInfo = debug.getinfo -local monotonic = time.monotonic - -_ENV = nil - -local function pushLog(level, ...) - local t = tablePack(...) - for i = 1, t.n do - t[i] = tostring(t[i]) - end - local str = tableConcat(t, '\t', 1, t.n) - if level == 'error' then - str = str .. '\n' .. debugTraceBack(nil, 3) - end - local info = debugGetInfo(3, 'Sl') - brave.push('log', { - level = level, - msg = str, - src = info.source, - line = info.currentline, - clock = monotonic(), - }) - return str -end - -local m = {} - -function m.info(...) - pushLog('info', ...) -end - -function m.debug(...) - pushLog('debug', ...) -end - -function m.trace(...) - pushLog('trace', ...) -end - -function m.warn(...) - pushLog('warn', ...) -end - -function m.error(...) - pushLog('error', ...) -end - -return m diff --git a/script/brave/work.lua b/script/brave/work.lua deleted file mode 100644 index a6a7a41e0..000000000 --- a/script/brave/work.lua +++ /dev/null @@ -1,117 +0,0 @@ -local brave = require 'brave.brave' - -brave.on('loadProtoByStdio', function () - local jsonrpc = require 'jsonrpc' - while true do - local proto, err = jsonrpc.decode(io.read) - --log.debug('loaded proto', proto.method) - if not proto then - brave.push('protoerror', err) - return - end - brave.push('proto', proto) - end -end) - -brave.on('loadProtoBySocket', function (param) - local jsonrpc = require 'jsonrpc' - local net = require 'service.net' - local buf = '' - - ---@async - local parser = coroutine.create(function () - while true do - ---@async - local proto, err = jsonrpc.decode(function (len) - while true do - if #buf >= len then - local res = buf:sub(1, len) - buf = buf:sub(len + 1) - return res - end - coroutine.yield() - end - end) - --log.debug('loaded proto', proto.method) - if not proto then - brave.push('protoerror', err) - return - end - brave.push('proto', proto) - end - end) - - local lsclient = net.connect('tcp', '127.0.0.1', param.port) - local lsmaster = net.connect('unix', param.unixPath) - - assert(lsclient) - assert(lsmaster) - - function lsclient:on_data(data) - buf = buf .. data - coroutine.resume(parser) - end - - function lsmaster:on_data(data) - lsclient:write(data) - net.update() - end - - while true do - net.update(10) - end -end) - -brave.on('timer', function (time) - local thread = require 'bee.thread' - while true do - thread.sleep(time) - brave.push('wakeup') - end -end) - -brave.on('loadFile', function (path) - local util = require 'utility' - return util.loadFile(path) -end) - -brave.on('removeCaches', function (path) - local fs = require 'bee.filesystem' - local fsu = require 'fs-utility' - for dir in fs.pairs(fs.path(path)) do - local lockFile = dir / '.lock' - local f = io.open(lockFile:string(), 'wb') - if f then - f:close() - fsu.fileRemove(dir) - end - end -end) - ----@class brave.param.compile ----@field uri uri ----@field text string ----@field mode string ----@field version string ----@field options brave.param.compile.options - ----@class brave.param.compile.options ----@field special table ----@field unicodeName boolean ----@field nonstandardSymbol table - ----@param param brave.param.compile -brave.on('compile', function (param) - local parser = require 'parser' - local clock = os.clock() - local state, err = parser.compile(param.text - , param.mode - , param.version - , param.options - ) - log.debug('Async compile', param.uri, 'takes:', os.clock() - clock) - return { - state = state, - err = err, - } -end) diff --git a/script/cli/check.lua b/script/cli/check.lua deleted file mode 100644 index 4295fa06b..000000000 --- a/script/cli/check.lua +++ /dev/null @@ -1,109 +0,0 @@ -local lclient = require 'lclient' -local furi = require 'file-uri' -local ws = require 'workspace' -local files = require 'files' -local diag = require 'provider.diagnostic' -local util = require 'utility' -local jsonb = require 'json-beautify' -local lang = require 'language' -local define = require 'proto.define' -local config = require 'config.config' -local fs = require 'bee.filesystem' -local provider = require 'provider' - -require 'vm' - -lang(LOCALE) - -if type(CHECK) ~= 'string' then - print(lang.script('CLI_CHECK_ERROR_TYPE', type(CHECK))) - return -end - -local rootPath = fs.absolute(fs.path(CHECK)):string() -local rootUri = furi.encode(rootPath) -if not rootUri then - print(lang.script('CLI_CHECK_ERROR_URI', rootPath)) - return -end - -if CHECKLEVEL then - if not define.DiagnosticSeverity[CHECKLEVEL] then - print(lang.script('CLI_CHECK_ERROR_LEVEL', 'Error, Warning, Information, Hint')) - return - end -end -local checkLevel = define.DiagnosticSeverity[CHECKLEVEL] or define.DiagnosticSeverity.Warning - -util.enableCloseFunction() - -local lastClock = os.clock() -local results = {} ----@async -lclient():start(function (client) - client:registerFakers() - - client:initialize { - rootUri = rootUri, - } - - client:register('textDocument/publishDiagnostics', function (params) - results[params.uri] = params.diagnostics - end) - - io.write(lang.script('CLI_CHECK_INITING')) - - provider.updateConfig(rootUri) - - ws.awaitReady(rootUri) - - local disables = util.arrayToHash(config.get(rootUri, 'Lua.diagnostics.disable')) - for name, serverity in pairs(define.DiagnosticDefaultSeverity) do - serverity = config.get(rootUri, 'Lua.diagnostics.severity')[name] or 'Warning' - if serverity:sub(-1) == '!' then - serverity = serverity:sub(1, -2) - end - if define.DiagnosticSeverity[serverity] > checkLevel then - disables[name] = true - end - end - config.set(rootUri, 'Lua.diagnostics.disable', util.getTableKeys(disables, true)) - - local uris = files.getAllUris(rootUri) - local max = #uris - for i, uri in ipairs(uris) do - files.open(uri) - diag.doDiagnostic(uri, true) - if os.clock() - lastClock > 0.2 then - lastClock = os.clock() - local output = '\x0D' - .. ('>'):rep(math.ceil(i / max * 20)) - .. ('='):rep(20 - math.ceil(i / max * 20)) - .. ' ' - .. ('0'):rep(#tostring(max) - #tostring(i)) - .. tostring(i) .. '/' .. tostring(max) - io.write(output) - end - end - io.write('\x0D') -end) - -local count = 0 -for uri, result in pairs(results) do - count = count + #result - if #result == 0 then - results[uri] = nil - end -end - -if count == 0 then - print(lang.script('CLI_CHECK_SUCCESS')) -else - local outpath = CHECK_OUT_PATH - if outpath == nil then - outpath = LOGPATH .. '/check.json' - end - util.saveFile(outpath, jsonb.beautify(results)) - - print(lang.script('CLI_CHECK_RESULTS', count, outpath)) -end diff --git a/script/cli/doc.lua b/script/cli/doc.lua deleted file mode 100644 index c643deeaa..000000000 --- a/script/cli/doc.lua +++ /dev/null @@ -1,367 +0,0 @@ -local lclient = require 'lclient' -local furi = require 'file-uri' -local ws = require 'workspace' -local files = require 'files' -local util = require 'utility' -local jsonb = require 'json-beautify' -local lang = require 'language' -local define = require 'proto.define' -local config = require 'config.config' -local await = require 'await' -local vm = require 'vm' -local guide = require 'parser.guide' -local getDesc = require 'core.hover.description' -local getLabel = require 'core.hover.label' -local doc2md = require 'cli.doc2md' -local progress = require 'progress' -local fs = require 'bee.filesystem' - -local export = {} - ----@async -local function packObject(source, mark) - if type(source) ~= 'table' then - return source - end - if not mark then - mark = {} - end - if mark[source] then - return - end - mark[source] = true - local new = {} - if (#source > 0 and next(source, #source) == nil) - or source.type == 'funcargs' then - new = {} - for i = 1, #source do - new[i] = packObject(source[i], mark) - end - else - for k, v in pairs(source) do - if k == 'type' - or k == 'name' - or k == 'start' - or k == 'finish' - or k == 'types' then - new[k] = packObject(v, mark) - end - end - if source.type == 'function' then - new['args'] = packObject(source.args, mark) - local _, _, max = vm.countReturnsOfFunction(source) - if max > 0 then - new.returns = {} - for i = 1, max do - local rtn = vm.getReturnOfFunction(source, i) - new.returns[i] = packObject(rtn) - end - end - new['view'] = getLabel(source, source.parent.type == 'setmethod') - end - if source.type == 'local' - or source.type == 'self' then - new['name'] = source[1] - end - if source.type == 'function.return' then - new['desc'] = source.comment and getDesc(source.comment) - end - if source.type == 'doc.type.table' then - new['fields'] = packObject(source.fields, mark) - end - if source.type == 'doc.field.name' - or source.type == 'doc.type.arg.name' then - new['[1]'] = packObject(source[1], mark) - new['view'] = source[1] - end - if source.type == 'doc.type.function' then - new['args'] = packObject(source.args, mark) - if source.returns then - new['returns'] = packObject(source.returns, mark) - end - end - if source.bindDocs then - new['desc'] = getDesc(source) - end - new['view'] = new['view'] or vm.getInfer(source):view(ws.rootUri) - end - return new -end - ----@async -local function getExtends(source) - if source.type == 'doc.class' then - if not source.extends then - return nil - end - return packObject(source.extends) - end - if source.type == 'doc.alias' then - if not source.extends then - return nil - end - return packObject(source.extends) - end -end - ----@async ----@param global vm.global ----@param results table -local function collectTypes(global, results) - if guide.isBasicType(global.name) then - return - end - local result = { - name = global.name, - type = 'type', - desc = nil, - defines = {}, - fields = {}, - } - for _, set in ipairs(global:getSets(ws.rootUri)) do - local uri = guide.getUri(set) - if files.isLibrary(uri) then - goto CONTINUE - end - result.defines[#result.defines+1] = { - type = set.type, - file = guide.getUri(set), - start = set.start, - finish = set.finish, - extends = getExtends(set), - } - result.desc = result.desc or getDesc(set) - ::CONTINUE:: - end - if #result.defines == 0 then - return - end - table.sort(result.defines, function (a, b) - if a.file ~= b.file then - return a.file < b.file - end - return a.start < b.start - end) - results[#results+1] = result - ---@async - ---@diagnostic disable-next-line: not-yieldable - vm.getClassFields(ws.rootUri, global, vm.ANY, function (source) - if source.type == 'doc.field' then - ---@cast source parser.object - if files.isLibrary(guide.getUri(source)) then - return - end - local field = {} - result.fields[#result.fields+1] = field - if source.field.type == 'doc.field.name' then - field.name = source.field[1] - else - field.name = ('[%s]'):format(vm.getInfer(source.field):view(ws.rootUri)) - end - field.type = source.type - field.file = guide.getUri(source) - field.start = source.start - field.finish = source.finish - field.desc = getDesc(source) - field.extends = packObject(source.extends) - return - end - if source.type == 'setfield' - or source.type == 'setmethod' then - ---@cast source parser.object - if files.isLibrary(guide.getUri(source)) then - return - end - local field = {} - result.fields[#result.fields+1] = field - field.name = (source.field or source.method)[1] - field.type = source.type - field.file = guide.getUri(source) - field.start = source.start - field.finish = source.finish - field.desc = getDesc(source) - field.extends = packObject(source.value) - return - end - if source.type == 'tableindex' then - ---@cast source parser.object - if source.index.type ~= 'string' then - return - end - if files.isLibrary(guide.getUri(source)) then - return - end - local field = {} - result.fields[#result.fields+1] = field - field.name = source.index[1] - field.type = source.type - field.file = guide.getUri(source) - field.start = source.start - field.finish = source.finish - field.desc = getDesc(source) - field.extends = packObject(source.value) - return - end - end) - table.sort(result.fields, function (a, b) - if a.name ~= b.name then - return a.name < b.name - end - if a.file ~= b.file then - return a.file < b.file - end - return a.start < b.start - end) -end - ----@async ----@param global vm.global ----@param results table -local function collectVars(global, results) - local result = { - name = global:getCodeName(), - type = 'variable', - desc = nil, - defines = {}, - } - for _, set in ipairs(global:getSets(ws.rootUri)) do - if set.type == 'setglobal' - or set.type == 'setfield' - or set.type == 'setmethod' - or set.type == 'setindex' then - result.defines[#result.defines+1] = { - type = set.type, - file = guide.getUri(set), - start = set.start, - finish = set.finish, - extends = packObject(set.value), - } - result.desc = result.desc or getDesc(set) - end - end - if #result.defines == 0 then - return - end - table.sort(result.defines, function (a, b) - if a.file ~= b.file then - return a.file < b.file - end - return a.start < b.start - end) - results[#results+1] = result -end - ----@async ----@param callback fun(i, max) -function export.export(outputPath, callback) - local results = {} - local globals = vm.getAllGlobals() - - local max = 0 - for _ in pairs(globals) do - max = max + 1 - end - local i = 0 - for _, global in pairs(globals) do - if global.cate == 'variable' then - collectVars(global, results) - elseif global.cate == 'type' then - collectTypes(global, results) - end - i = i + 1 - callback(i, max) - end - - table.sort(results, function (a, b) - return a.name < b.name - end) - - local docPath = outputPath .. '/doc.json' - jsonb.supportSparseArray = true - util.saveFile(docPath, jsonb.beautify(results)) - - local mdPath = doc2md.buildMD(outputPath) - return docPath, mdPath -end - ----@async ----@param outputPath string -function export.makeDoc(outputPath) - ws.awaitReady(ws.rootUri) - - local expandAlias = config.get(ws.rootUri, 'Lua.hover.expandAlias') - config.set(ws.rootUri, 'Lua.hover.expandAlias', false) - local _ = function () - config.set(ws.rootUri, 'Lua.hover.expandAlias', expandAlias) - end - - await.sleep(0.1) - - local prog = progress.create(ws.rootUri, '正在生成文档...', 0) - local docPath, mdPath = export.export(outputPath, function (i, max) - prog:setMessage(('%d/%d'):format(i, max)) - prog:setPercentage((i) / max * 100) - end) - - return docPath, mdPath -end - -function export.runCLI() - lang(LOCALE) - - if type(DOC) ~= 'string' then - print(lang.script('CLI_CHECK_ERROR_TYPE', type(DOC))) - return - end - - local rootUri = furi.encode(fs.absolute(fs.path(DOC)):string()) - if not rootUri then - print(lang.script('CLI_CHECK_ERROR_URI', DOC)) - return - end - - print('root uri = ' .. rootUri) - - util.enableCloseFunction() - - local lastClock = os.clock() - - ---@async - lclient():start(function (client) - client:registerFakers() - - client:initialize { - rootUri = rootUri, - } - - io.write(lang.script('CLI_DOC_INITING')) - - config.set(nil, 'Lua.diagnostics.enable', false) - config.set(nil, 'Lua.hover.expandAlias', false) - - ws.awaitReady(rootUri) - await.sleep(0.1) - - local docPath, mdPath = export.export(LOGPATH, function (i, max) - if os.clock() - lastClock > 0.2 then - lastClock = os.clock() - local output = '\x0D' - .. ('>'):rep(math.ceil(i / max * 20)) - .. ('='):rep(20 - math.ceil(i / max * 20)) - .. ' ' - .. ('0'):rep(#tostring(max) - #tostring(i)) - .. tostring(i) .. '/' .. tostring(max) - io.write(output) - end - end) - - io.write('\x0D') - - print(lang.script('CLI_DOC_DONE' - , ('[%s](%s)'):format(files.normalize(docPath), furi.encode(docPath)) - , ('[%s](%s)'):format(files.normalize(mdPath), furi.encode(mdPath)) - )) - end) -end - -return export diff --git a/script/cli/doc2md.lua b/script/cli/doc2md.lua deleted file mode 100644 index 70c1b2a08..000000000 --- a/script/cli/doc2md.lua +++ /dev/null @@ -1,53 +0,0 @@ --- This is an example of how to process the generated `doc.json` file. --- You can use it to generate a markdown file or a html file. - -local jsonc = require 'jsonc' -local util = require 'utility' -local markdown = require 'provider.markdown' - -local export = {} - -function export.buildMD(outputPath) - local doc = jsonc.decode_jsonc(util.loadFile(outputPath .. '/doc.json')) - local md = markdown() - - assert(type(doc) == 'table') - - for _, class in ipairs(doc) do - md:add('md', '# ' .. class.name) - md:emptyLine() - md:add('md', class.desc) - md:emptyLine() - if class.defines then - for _, define in ipairs(class.defines) do - if define.extends then - md:add('lua', define.extends.view) - md:emptyLine() - end - end - end - if class.fields then - local mark = {} - for _, field in ipairs(class.fields) do - if not mark[field.name] then - mark[field.name] = true - md:add('md', '## ' .. field.name) - md:emptyLine() - md:add('lua', field.extends.view) - md:emptyLine() - md:add('md', field.desc) - md:emptyLine() - end - end - end - md:splitLine() - end - - local mdPath = outputPath .. '/doc.md' - - util.saveFile(mdPath, md:string()) - - return mdPath -end - -return export diff --git a/script/cli/init.lua b/script/cli/init.lua deleted file mode 100644 index b5a9f86d0..000000000 --- a/script/cli/init.lua +++ /dev/null @@ -1,14 +0,0 @@ -if _G['VERSION'] then - require 'cli.version' - os.exit(0, true) -end - -if _G['CHECK'] then - require 'cli.check' - os.exit(0, true) -end - -if _G['DOC'] then - require 'cli.doc' .runCLI() - os.exit(0, true) -end diff --git a/script/cli/version.lua b/script/cli/version.lua deleted file mode 100644 index 03926c283..000000000 --- a/script/cli/version.lua +++ /dev/null @@ -1,2 +0,0 @@ -local version = require 'version' -print(version.getVersion()) diff --git a/script/client.lua b/script/client.lua deleted file mode 100644 index a8eda9b87..000000000 --- a/script/client.lua +++ /dev/null @@ -1,668 +0,0 @@ -local fs = require 'bee.filesystem' -local nonil = require 'without-check-nil' -local util = require 'utility' -local lang = require 'language' -local proto = require 'proto' -local define = require 'proto.define' -local config = require 'config' -local converter = require 'proto.converter' -local await = require 'await' -local scope = require 'workspace.scope' -local inspect = require 'inspect' -local jsone = require 'json-edit' -local jsonc = require 'jsonc' - -local m = {} -m._eventList = {} - -function m.client(newClient) - if newClient then - m._client = newClient - else - return m._client - end -end - -function m.isVSCode() - if not m._client then - return false - end - if m._isvscode == nil then - local lname = m._client:lower() - if lname:find 'vscode' - or lname:find 'visual studio code' then - m._isvscode = true - else - m._isvscode = false - end - end - return m._isvscode -end - -function m.getOption(name) - nonil.enable() - local option = m.info.initializationOptions[name] - nonil.disable() - return option -end - -function m.getAbility(name) - if not m.info - or not m.info.capabilities then - return nil - end - local current = m.info.capabilities - while true do - local parent, nextPos = name:match '^([^%.]+)()' - if not parent then - break - end - current = current[parent] - if not current then - return current - end - if nextPos > #name then - break - else - name = name:sub(nextPos + 1) - end - end - return current -end - -function m.getOffsetEncoding() - if m._offsetEncoding then - return m._offsetEncoding - end - local clientEncodings = m.getAbility 'offsetEncoding' - if type(clientEncodings) == 'table' then - for _, encoding in ipairs(clientEncodings) do - if encoding == 'utf-8' then - m._offsetEncoding = 'utf-8' - return m._offsetEncoding - end - end - end - m._offsetEncoding = 'utf-16' - return m._offsetEncoding -end - -local function packMessage(...) - local strs = table.pack(...) - for i = 1, strs.n do - strs[i] = tostring(strs[i]) - end - return table.concat(strs, '\t') -end - ----@alias message.type '"Error"'|'"Warning"'|'"Info"'|'"Log"' - ----show message to client ----@param type message.type -function m.showMessage(type, ...) - local message = packMessage(...) - proto.notify('window/showMessage', { - type = define.MessageType[type] or 3, - message = message, - }) - proto.notify('window/logMessage', { - type = define.MessageType[type] or 3, - message = message, - }) - log.info('ShowMessage', type, message) -end - ----@param type message.type ----@param message string ----@param titles string[] ----@param callback fun(action?: string, index?: integer) -function m.requestMessage(type, message, titles, callback) - proto.notify('window/logMessage', { - type = define.MessageType[type] or 3, - message = message, - }) - local map = {} - local actions = {} - for i, title in ipairs(titles) do - actions[i] = { - title = title, - } - map[title] = i - end - log.info('requestMessage', type, message) - proto.request('window/showMessageRequest', { - type = define.MessageType[type] or 3, - message = message, - actions = actions, - }, function (item) - log.info('responseMessage', message, item and item.title or nil) - if item then - callback(item.title, map[item.title]) - else - callback(nil, nil) - end - end) -end - ----@param type message.type ----@param message string ----@param titles string[] ----@return string action ----@return integer index ----@async -function m.awaitRequestMessage(type, message, titles) - return await.wait(function (waker) - m.requestMessage(type, message, titles, waker) - end) -end - ----@param type message.type -function m.logMessage(type, ...) - local message = packMessage(...) - proto.notify('window/logMessage', { - type = define.MessageType[type] or 4, - message = message, - }) -end - -function m.watchFiles(path) - path = path:gsub('\\', '/') - :gsub('[%[%]%{%}%*%?]', '\\%1') - local registration = { - id = path, - method = 'workspace/didChangeWatchedFiles', - registerOptions = { - watchers = { - { - globPattern = path .. '/**', - kind = 1 | 2 | 4, - }, - }, - }, - } - proto.request('client/registerCapability', { - registrations = { - registration, - } - }) - - return function () - local unregisteration = { - id = path, - method = 'workspace/didChangeWatchedFiles', - } - proto.request('client/registerCapability', { - unregisterations = { - unregisteration, - } - }) - end -end - ----@class config.change ----@field key string ----@field prop? string ----@field value any ----@field action '"add"'|'"set"'|'"prop"' ----@field global? boolean ----@field uri? uri - ----@param uri uri? ----@param changes config.change[] ----@return config.change[] -local function getValidChanges(uri, changes) - local newChanges = {} - if not uri then - return changes - end - local scp = scope.getScope(uri) - for _, change in ipairs(changes) do - if scp:isChildUri(change.uri) - or scp:isLinkedUri(change.uri) then - newChanges[#newChanges+1] = change - end - end - return newChanges -end - ----@class json.patch ----@field op 'add' | 'remove' | 'replace' ----@field path string ----@field value any - ----@class json.patchInfo ----@field key string ----@field value any - ----@param cfg table ----@param rawKey string ----@return json.patchInfo -local function searchPatchInfo(cfg, rawKey) - - ---@param key string - ---@param parentKey string - ---@param parentValue table - ---@return json.patchInfo? - local function searchOnce(key, parentKey, parentValue) - if parentValue == nil then - return nil - end - if type(parentValue) ~= 'table' then - return { - key = parentKey, - value = parentValue, - } - end - if parentValue[key] then - return { - key = parentKey .. '/' .. key, - value = parentValue[key], - } - end - for pos in key:gmatch '()%.' do - local k = key:sub(1, pos - 1) - local v = parentValue[k] - local info = searchOnce(key:sub(pos + 1), parentKey .. '/' .. k, v) - if info then - return info - end - end - return nil - end - - return searchOnce(rawKey, '', cfg) - or searchOnce(rawKey:gsub('^Lua%.', ''), '', cfg) - or { - key = '/' .. rawKey:gsub('^Lua%.', ''), - value = nil, - } -end - ----@param uri uri ----@param cfg table ----@param change config.change ----@return json.patch? -local function makeConfigPatch(uri, cfg, change) - local info = searchPatchInfo(cfg, change.key) - if change.action == 'add' then - if type(info.value) == 'table' and #info.value > 0 then - return { - op = 'add', - path = info.key .. '/-', - value = change.value, - } - else - return makeConfigPatch(uri, cfg, { - action = 'set', - key = change.key, - value = config.get(uri, change.key), - }) - end - elseif change.action == 'set' then - if info.value ~= nil then - return { - op = 'replace', - path = info.key, - value = change.value, - } - else - return { - op = 'add', - path = info.key, - value = change.value, - } - end - elseif change.action == 'prop' then - if type(info.value) == 'table' and next(info.value) then - return { - op = 'add', - path = info.key .. '/' .. change.prop, - value = change.value, - } - else - return makeConfigPatch(uri, cfg, { - action = 'set', - key = change.key, - value = config.get(uri, change.key), - }) - end - end - return nil -end - ----@param uri uri ----@param path string ----@param changes config.change[] ----@return string? -local function editConfigJson(uri, path, changes) - local text = util.loadFile(path) - if not text then - m.showMessage('Error', lang.script('CONFIG_LOAD_FAILED', path)) - return nil - end - local suc, res = pcall(jsonc.decode_jsonc, text) - if not suc then - m.showMessage('Error', lang.script('CONFIG_MODIFY_FAIL_SYNTAX_ERROR', path .. res:match 'ERROR(.+)$')) - return nil - end - if type(res) ~= 'table' then - res = {} - end - ---@cast res table - for _, change in ipairs(changes) do - local patch = makeConfigPatch(uri, res, change) - if patch then - text = jsone.edit(text, patch, { indent = ' ' }) - end - end - return text -end - ----@param changes config.change[] ----@param applied config.change[] -local function removeAppliedChanges(changes, applied) - local appliedMap = {} - for _, change in ipairs(applied) do - appliedMap[change] = true - end - for i = #changes, 1, -1 do - if appliedMap[changes[i]] then - table.remove(changes, i) - end - end -end - -local function tryModifySpecifiedConfig(uri, finalChanges) - if #finalChanges == 0 then - return false - end - log.info('tryModifySpecifiedConfig', uri, inspect(finalChanges)) - local workspace = require 'workspace' - local scp = scope.getScope(uri) - if scp:get('lastLocalType') ~= 'json' then - log.info('lastLocalType ~= json') - return false - end - local validChanges = getValidChanges(uri, finalChanges) - if #validChanges == 0 then - log.info('No valid changes') - return false - end - local path = workspace.getAbsolutePath(uri, CONFIGPATH) - if not path then - log.info('Can not get absolute path') - return false - end - local newJson = editConfigJson(uri, path, validChanges) - if not newJson then - log.info('Can not edit config json') - return false - end - util.saveFile(path, newJson) - log.info('Apply changes to config file', inspect(validChanges)) - removeAppliedChanges(finalChanges, validChanges) - return true -end - -local function tryModifyRC(uri, finalChanges, create) - if #finalChanges == 0 then - return false - end - log.info('tryModifyRC', uri, inspect(finalChanges)) - local workspace = require 'workspace' - local path = workspace.getAbsolutePath(uri, '.luarc.jsonc') - if not path then - log.info('Can not get absolute path of .luarc.jsonc') - return false - end - path = fs.exists(fs.path(path)) and path or workspace.getAbsolutePath(uri, '.luarc.json') - if not path then - log.info('Can not get absolute path of .luarc.json') - return false - end - local buf = util.loadFile(path) - if not buf and not create then - log.info('Can not load .luarc.json and not create') - return false - end - local validChanges = getValidChanges(uri, finalChanges) - if #validChanges == 0 then - log.info('No valid changes') - return false - end - if not buf then - util.saveFile(path, '') - end - local newJson = editConfigJson(uri, path, validChanges) - if not newJson then - log.info('Can not edit config json') - return false - end - util.saveFile(path, newJson) - log.info('Apply changes to .luarc.json', inspect(validChanges)) - removeAppliedChanges(finalChanges, validChanges) - return true -end - -local function tryModifyClient(uri, finalChanges) - if #finalChanges == 0 then - return false - end - log.info('tryModifyClient', uri, inspect(finalChanges)) - if not m.getOption 'changeConfiguration' then - return false - end - local scp = scope.getScope(uri) - local scpChanges = {} - for _, change in ipairs(finalChanges) do - if change.uri - and (scp:isChildUri(change.uri) or scp:isLinkedUri(change.uri)) then - scpChanges[#scpChanges+1] = change - end - end - if #scpChanges == 0 then - log.info('No changes in client scope') - return false - end - proto.notify('$/command', { - command = 'lua.config', - data = scpChanges, - }) - log.info('Apply client changes', uri, inspect(scpChanges)) - removeAppliedChanges(finalChanges, scpChanges) - return true -end - ----@param finalChanges config.change[] -local function tryModifyClientGlobal(finalChanges) - if #finalChanges == 0 then - return - end - log.info('tryModifyClientGlobal', inspect(finalChanges)) - if not m.getOption 'changeConfiguration' then - log.info('Client dose not support modifying config') - return - end - local changes = {} - for _, change in ipairs(finalChanges) do - if change.global then - changes[#changes+1] = change - end - end - if #changes == 0 then - log.info('No global changes') - return - end - proto.notify('$/command', { - command = 'lua.config', - data = changes, - }) - log.info('Apply client global changes', inspect(changes)) - removeAppliedChanges(finalChanges, changes) -end - ----@param changes config.change[] ----@return string -local function buildMaunuallyMessage(changes) - local message = {} - for _, change in ipairs(changes) do - if change.action == 'add' then - message[#message+1] = '* ' .. lang.script('WINDOW_MANUAL_CONFIG_ADD', change.key, change.value) - elseif change.action == 'set' then - message[#message+1] = '* ' .. lang.script('WINDOW_MANUAL_CONFIG_SET', change.key, change.value) - elseif change.action == 'prop' then - message[#message+1] = '* ' .. lang.script('WINDOW_MANUAL_CONFIG_PROP', change.key, change.prop, change.value) - end - end - return table.concat(message, '\n') -end - ----@param changes config.change[] ----@param onlyMemory? boolean -function m.setConfig(changes, onlyMemory) - local finalChanges = {} - for _, change in ipairs(changes) do - if change.action == 'add' then - local suc = config.add(change.uri, change.key, change.value) - if suc then - finalChanges[#finalChanges+1] = change - end - elseif change.action == 'set' then - local suc = config.set(change.uri, change.key, change.value) - if suc then - finalChanges[#finalChanges+1] = change - end - elseif change.action == 'prop' then - local suc = config.prop(change.uri, change.key, change.prop, change.value) - if suc then - finalChanges[#finalChanges+1] = change - end - end - end - if onlyMemory then - return - end - if #finalChanges == 0 then - return - end - log.info('Modify config', inspect(finalChanges)) - xpcall(function () - local ws = require 'workspace' - tryModifyClientGlobal(finalChanges) - if #ws.folders == 0 then - tryModifySpecifiedConfig(nil, finalChanges) - tryModifyClient(nil, finalChanges) - if #finalChanges > 0 then - local manuallyModifyConfig = buildMaunuallyMessage(finalChanges) - m.showMessage('Warning', lang.script('CONFIG_MODIFY_FAIL_NO_WORKSPACE', manuallyModifyConfig)) - end - else - for _, scp in ipairs(ws.folders) do - tryModifySpecifiedConfig(scp.uri, finalChanges) - tryModifyRC(scp.uri, finalChanges, false) - tryModifyClient(scp.uri, finalChanges) - tryModifyRC(scp.uri, finalChanges, true) - end - if #finalChanges > 0 then - m.showMessage('Warning', lang.script('CONFIG_MODIFY_FAIL', buildMaunuallyMessage(finalChanges))) - log.warn('Config modify fail', inspect(finalChanges)) - end - end - end, log.error) -end - ----@alias textEditor {start: integer, finish: integer, text: string} - ----@param uri uri ----@param edits textEditor[] -function m.editText(uri, edits) - local files = require 'files' - local state = files.getState(uri) - if not state then - return - end - local textEdits = {} - for i, edit in ipairs(edits) do - textEdits[i] = converter.textEdit(converter.packRange(state, edit.start, edit.finish), edit.text) - end - local params = { - edit = { - changes = { - [uri] = textEdits, - } - } - } - proto.request('workspace/applyEdit', params) - log.info('workspace/applyEdit', inspect(params)) -end - ----@alias textMultiEditor {uri: uri, start: integer, finish: integer, text: string} - ----@param editors textMultiEditor[] -function m.editMultiText(editors) - local files = require 'files' - local changes = {} - for _, editor in ipairs(editors) do - local uri = editor.uri - local state = files.getState(uri) - if state then - if not changes[uri] then - changes[uri] = {} - end - local edit = converter.textEdit(converter.packRange(state, editor.start, editor.finish), editor.text) - table.insert(changes[uri], edit) - end - end - local params = { - edit = { - changes = changes, - } - } - proto.request('workspace/applyEdit', params) - log.info('workspace/applyEdit', inspect(params)) -end - ----@param callback async fun(ev: string) -function m.event(callback) - m._eventList[#m._eventList+1] = callback -end - -function m._callEvent(ev) - for _, callback in ipairs(m._eventList) do - await.call(function () - callback(ev) - end) - end -end - -function m.setReady() - m._ready = true - m._callEvent('ready') -end - -function m.isReady() - return m._ready == true -end - -local function hookPrint() - if TEST or CLI then - return - end - print = function (...) - m.logMessage('Log', ...) - end -end - -function m.init(t) - log.info('Client init', inspect(t)) - m.info = t - nonil.enable() - m.client(t.clientInfo.name) - nonil.disable() - lang(LOCALE or t.locale) - converter.setOffsetEncoding(m.getOffsetEncoding()) - hookPrint() - m._callEvent('init') -end - -return m diff --git a/script/config/config.lua b/script/config/config.lua deleted file mode 100644 index b10b0a6dd..000000000 --- a/script/config/config.lua +++ /dev/null @@ -1,276 +0,0 @@ -local util = require 'utility' -local timer = require 'timer' -local scope = require 'workspace.scope' -local template = require 'config.template' - ----@alias config.source '"client"'|'"path"'|'"local"' - ----@class config.api -local m = {} -m.watchList = {} - -m.NULL = {} - -m.nullSymbols = { - [m.NULL] = true, -} - ----@param scp scope ----@param key string ----@param nowValue any ----@param rawValue any -local function update(scp, key, nowValue, rawValue) - local now = m.getNowTable(scp) - local raw = m.getRawTable(scp) - - now[key] = nowValue - raw[key] = rawValue -end - ----@param uri? uri ----@param key? string ----@return scope -local function getScope(uri, key) - local raw = m.getRawTable(scope.override) - if raw then - if not key or raw[key] ~= nil then - return scope.override - end - end - if uri then - ---@type scope? - local scp = scope.getFolder(uri) or scope.getLinkedScope(uri) - if scp then - if not key - or m.getRawTable(scp)[key] ~= nil then - return scp - end - end - end - return scope.fallback -end - ----@param scp scope ----@param key string ----@param value any -function m.setByScope(scp, key, value) - local unit = template[key] - if not unit then - return false - end - local raw = m.getRawTable(scp) - if util.equal(raw[key], value) then - return false - end - if unit:checker(value) then - update(scp, key, unit:loader(value), value) - else - update(scp, key, unit.default, unit.default) - end - return true -end - ----@param uri? uri ----@param key string ----@param value any -function m.set(uri, key, value) - local unit = template[key] - assert(unit, 'unknown key: ' .. key) - local scp = getScope(uri, key) - local oldValue = m.get(uri, key) - m.setByScope(scp, key, value) - local newValue = m.get(uri, key) - if not util.equal(oldValue, newValue) then - m.event(uri, key, newValue, oldValue) - return true - end - return false -end - -function m.add(uri, key, value) - local unit = template[key] - assert(unit, 'unknown key: ' .. key) - local list = m.getRaw(uri, key) - assert(type(list) == 'table', 'not a list: ' .. key) - local copyed = {} - for i, v in ipairs(list) do - if util.equal(v, value) then - return false - end - copyed[i] = v - end - copyed[#copyed+1] = value - local oldValue = m.get(uri, key) - m.set(uri, key, copyed) - local newValue = m.get(uri, key) - if not util.equal(oldValue, newValue) then - m.event(uri, key, newValue, oldValue) - return true - end - return false -end - -function m.remove(uri, key, value) - local unit = template[key] - assert(unit, 'unknown key: ' .. key) - local list = m.getRaw(uri, key) - assert(type(list) == 'table', 'not a list: ' .. key) - local copyed = {} - for i, v in ipairs(list) do - if not util.equal(v, value) then - copyed[i] = v - end - end - local oldValue = m.get(uri, key) - m.set(uri, key, copyed) - local newValue = m.get(uri, key) - if not util.equal(oldValue, newValue) then - m.event(uri, key, newValue, oldValue) - return true - end - return false -end - -function m.prop(uri, key, prop, value) - local unit = template[key] - assert(unit, 'unknown key: ' .. key) - local map = m.getRaw(uri, key) - assert(type(map) == 'table', 'not a map: ' .. key) - if util.equal(map[prop], value) then - return false - end - local copyed = {} - for k, v in pairs(map) do - copyed[k] = v - end - copyed[prop] = value - local oldValue = m.get(uri, key) - m.set(uri, key, copyed) - local newValue = m.get(uri, key) - if not util.equal(oldValue, newValue) then - m.event(uri, key, newValue, oldValue) - return true - end - return false -end - ----@param uri? uri ----@param key string ----@return any -function m.get(uri, key) - local scp = getScope(uri, key) - local value = m.getNowTable(scp)[key] - if value == nil then - value = template[key].default - end - if value == m.NULL then - value = nil - end - return value -end - ----@param uri uri ----@param key string ----@return any -function m.getRaw(uri, key) - local scp = getScope(uri, key) - local value = m.getRawTable(scp)[key] - if value == nil then - value = template[key].default - end - if value == m.NULL then - value = nil - end - return value -end - ----@param scp scope -function m.getNowTable(scp) - return scp:get 'config.now' - or scp:set('config.now', {}) -end - ----@param scp scope -function m.getRawTable(scp) - return scp:get 'config.raw' - or scp:set('config.raw', {}) -end - ----@param scp scope ----@param ... table -function m.update(scp, ...) - local oldConfig = m.getNowTable(scp) - local newConfig = {} - scp:set('config.now', newConfig) - scp:set('config.raw', {}) - - local function expand(t, left) - for key, value in pairs(t) do - local fullKey = key - if left then - fullKey = left .. '.' .. key - end - if m.nullSymbols[value] then - value = m.NULL - end - if template[fullKey] then - m.setByScope(scp, fullKey, value) - elseif template['Lua.' .. fullKey] then - m.setByScope(scp, 'Lua.' .. fullKey, value) - elseif type(value) == 'table' then - expand(value, fullKey) - end - end - end - - local news = table.pack(...) - for i = 1, news.n do - if type(news[i]) == 'table' then - expand(news[i]) - end - end - - -- compare then fire event - if oldConfig then - for key, oldValue in pairs(oldConfig) do - local newValue = newConfig[key] - if not util.equal(oldValue, newValue) then - m.event(scp.uri, key, newValue, oldValue) - end - end - end - - m.event(scp.uri, '') -end - ----@param callback fun(uri: uri, key: string, value: any, oldValue: any) -function m.watch(callback) - m.watchList[#m.watchList+1] = callback -end - -function m.event(uri, key, value, oldValue) - if not m.changes then - m.changes = {} - timer.wait(0, function () - local delay = m.changes - m.changes = nil - for _, info in ipairs(delay) do - for _, callback in ipairs(m.watchList) do - callback(info.uri, info.key, info.value, info.oldValue) - end - end - end) - end - m.changes[#m.changes+1] = { - uri = uri, - key = key, - value = value, - oldValue = oldValue, - } -end - -function m.addNullSymbol(null) - m.nullSymbols[null] = true -end - -return m diff --git a/script/config/init.lua b/script/config/init.lua deleted file mode 100644 index 323872263..000000000 --- a/script/config/init.lua +++ /dev/null @@ -1,3 +0,0 @@ -local config = require 'config.config' - -return config diff --git a/script/config/loader.lua b/script/config/loader.lua deleted file mode 100644 index 391424d53..000000000 --- a/script/config/loader.lua +++ /dev/null @@ -1,131 +0,0 @@ -local proto = require 'proto' -local lang = require 'language' -local util = require 'utility' -local workspace = require 'workspace' -local scope = require 'workspace.scope' -local inspect = require 'inspect' -local jsonc = require 'jsonc' - -local function errorMessage(msg) - proto.notify('window/showMessage', { - type = 3, - message = msg, - }) - log.error(msg) -end - ----@class config.loader -local m = {} - ----@return table? -function m.loadRCConfig(uri, filename) - local scp = scope.getScope(uri) - local path = workspace.getAbsolutePath(uri, filename) - if not path then - scp:set('lastRCConfig', nil) - return nil - end - local buf = util.loadFile(path) - if not buf then - scp:set('lastRCConfig', nil) - return nil - end - local suc, res = pcall(jsonc.decode_jsonc, buf) - if not suc then - errorMessage(lang.script('CONFIG_LOAD_ERROR', res)) - return scp:get('lastRCConfig') - end - ---@cast res table - scp:set('lastRCConfig', res) - return res -end - ----@return table? -function m.loadLocalConfig(uri, filename) - if not filename then - return nil - end - local scp = scope.getScope(uri) - local path = workspace.getAbsolutePath(uri, filename) - if not path then - scp:set('lastLocalConfig', nil) - scp:set('lastLocalType', nil) - return nil - end - local buf = util.loadFile(path) - if not buf then - --errorMessage(lang.script('CONFIG_LOAD_FAILED', path)) - scp:set('lastLocalConfig', nil) - scp:set('lastLocalType', nil) - return nil - end - local firstChar = buf:match '%S' - if firstChar == '{' then - local suc, res = pcall(jsonc.decode_jsonc, buf) - if not suc then - errorMessage(lang.script('CONFIG_LOAD_ERROR', res)) - return scp:get('lastLocalConfig') - end - ---@cast res table - scp:set('lastLocalConfig', res) - scp:set('lastLocalType', 'json') - return res - else - local suc, res = pcall(function () - return assert(load(buf, '@' .. path, 't'))() - end) - if not suc then - errorMessage(lang.script('CONFIG_LOAD_ERROR', res)) - scp:set('lastLocalConfig', res) - end - scp:set('lastLocalConfig', res) - scp:set('lastLocalType', 'lua') - return res - end -end - ----@async ----@param uri? uri ----@return table? -function m.loadClientConfig(uri) - local configs = proto.awaitRequest('workspace/configuration', { - items = { - { - scopeUri = uri, - section = 'Lua', - }, - { - scopeUri = uri, - section = 'files.associations', - }, - { - scopeUri = uri, - section = 'files.exclude', - }, - { - scopeUri = uri, - section = 'editor.semanticHighlighting.enabled', - }, - { - scopeUri = uri, - section = 'editor.acceptSuggestionOnEnter', - }, - }, - }) - if not configs or not configs[1] then - log.warn('No config?', inspect(configs)) - return nil - end - - local newConfig = { - ['Lua'] = configs[1], - ['files.associations'] = configs[2], - ['files.exclude'] = configs[3], - ['editor.semanticHighlighting.enabled'] = configs[4], - ['editor.acceptSuggestionOnEnter'] = configs[5], - } - - return newConfig -end - -return m diff --git a/script/config/template.lua b/script/config/template.lua deleted file mode 100644 index ba0fd503b..000000000 --- a/script/config/template.lua +++ /dev/null @@ -1,420 +0,0 @@ -local util = require 'utility' -local define = require 'proto.define' -local diag = require 'proto.diagnostic' - ----@class config.unit ----@field caller function ----@field _checker fun(self: config.unit, value: any): boolean ----@field name string ----@field [string] config.unit ----@operator shl: config.unit ----@operator shr: config.unit ----@operator call: config.unit -local mt = {} -mt.__index = mt - -function mt:__call(...) - self:caller(...) - return self -end - -function mt:__shr(default) - self.default = default - self.hasDefault = true - return self -end - -function mt:__shl(enums) - self.enums = enums - return self -end - -function mt:checker(v) - if self.enums then - local ok - for _, enum in ipairs(self.enums) do - if util.equal(enum, v) then - ok = true - break - end - end - if not ok then - return false - end - end - return self:_checker(v) -end - -local units = {} - -local function register(name, default, checker, loader, caller) - units[name] = { - name = name, - default = default, - _checker = checker, - loader = loader, - caller = caller, - } -end - ----@type config.unit -local Type = setmetatable({}, { __index = function (_, name) - local unit = {} - for k, v in pairs(units[name]) do - unit[k] = v - end - return setmetatable(unit, mt) -end }) - -register('Boolean', false, function (self, v) - return type(v) == 'boolean' -end, function (self, v) - return v -end) - -register('Integer', 0, function (self, v) - return type(v) == 'number' -end, function (self, v) - return math.floor(v) -end) - -register('String', '', function (self, v) - return type(v) == 'string' -end, function (self, v) - return tostring(v) -end) - -register('Nil', nil, function (self, v) - return type(v) == 'nil' -end, function (self, v) - return nil -end) - -register('Array', {}, function (self, value) - return type(value) == 'table' -end, function (self, value) - local t = {} - if #value == 0 then - for k in pairs(value) do - if self.sub:checker(k) then - t[#t+1] = self.sub:loader(k) - end - end - else - for _, v in ipairs(value) do - if self.sub:checker(v) then - t[#t+1] = self.sub:loader(v) - end - end - end - return t -end, function (self, sub) - self.sub = sub -end) - -register('Hash', {}, function (self, value) - if type(value) == 'table' then - if #value == 0 then - for k, v in pairs(value) do - if not self.subkey:checker(k) - or not self.subvalue:checker(v) then - return false - end - end - else - if not self.subvalue:checker(true) then - return false - end - for _, v in ipairs(value) do - if not self.subkey:checker(v) then - return false - end - end - end - return true - end - if type(value) == 'string' then - return self.subkey:checker('') - and self.subvalue:checker(true) - end -end, function (self, value) - if type(value) == 'table' then - local t = {} - if #value == 0 then - for k, v in pairs(value) do - t[k] = v - end - else - for _, k in pairs(value) do - t[k] = true - end - end - return t - end - if type(value) == 'string' then - local t = {} - for s in value:gmatch('[^' .. self.sep .. ']+') do - t[s] = true - end - return t - end -end, function (self, subkey, subvalue, sep) - self.subkey = subkey - self.subvalue = subvalue - self.sep = sep -end) - -register('Or', nil, function (self, value) - for _, sub in ipairs(self.subs) do - if sub:checker(value) then - return true - end - end - return false -end, function (self, value) - for _, sub in ipairs(self.subs) do - if sub:checker(value) then - return sub:loader(value) - end - end -end, function (self, ...) - self.subs = { ... } -end) - ----@format disable-next -local template = { - ['Lua.runtime.version'] = Type.String >> 'Lua 5.4' << { - 'Lua 5.1', - 'Lua 5.2', - 'Lua 5.3', - 'Lua 5.4', - 'LuaJIT', - }, - ['Lua.runtime.path'] = Type.Array(Type.String) >> { - "?.lua", - "?/init.lua", - }, - ['Lua.runtime.pathStrict'] = Type.Boolean >> false, - ['Lua.runtime.special'] = Type.Hash( - Type.String, - Type.String >> 'require' << { - '_G', - 'rawset', - 'rawget', - 'setmetatable', - 'require', - 'dofile', - 'loadfile', - 'pcall', - 'xpcall', - 'assert', - 'error', - 'type', - 'os.exit', - } - ), - ['Lua.runtime.meta'] = Type.String >> '${version} ${language} ${encoding}', - ['Lua.runtime.unicodeName'] = Type.Boolean, - ['Lua.runtime.nonstandardSymbol'] = Type.Array(Type.String << { - '//', '/**/', - '`', - '+=', '-=', '*=', '/=', '%=', '^=', '//=', - '|=', '&=', '<<=', '>>=', - '||', '&&', '!', '!=', - 'continue', - }), - ['Lua.runtime.plugin'] = Type.String, - ['Lua.runtime.pluginArgs'] = Type.Array(Type.String), - ['Lua.runtime.fileEncoding'] = Type.String >> 'utf8' << { - 'utf8', - 'ansi', - 'utf16le', - 'utf16be', - }, - ['Lua.runtime.builtin'] = Type.Hash( - Type.String << util.getTableKeys(define.BuiltIn, true), - Type.String >> 'default' << { - 'default', - 'enable', - 'disable', - } - ) - >> util.deepCopy(define.BuiltIn), - ['Lua.diagnostics.enable'] = Type.Boolean >> true, - ['Lua.diagnostics.globals'] = Type.Array(Type.String), - ['Lua.diagnostics.disable'] = Type.Array(Type.String << util.getTableKeys(diag.getDiagAndErrNameMap(), true)), - ['Lua.diagnostics.severity'] = Type.Hash( - Type.String << util.getTableKeys(define.DiagnosticDefaultNeededFileStatus, true), - Type.String << { - 'Error', - 'Warning', - 'Information', - 'Hint', - 'Error!', - 'Warning!', - 'Information!', - 'Hint!', - } - ) - >> util.deepCopy(define.DiagnosticDefaultSeverity), - ['Lua.diagnostics.neededFileStatus'] = Type.Hash( - Type.String << util.getTableKeys(define.DiagnosticDefaultNeededFileStatus, true), - Type.String << { - 'Any', - 'Opened', - 'None', - 'Any!', - 'Opened!', - 'None!', - } - ) - >> util.deepCopy(define.DiagnosticDefaultNeededFileStatus), - ['Lua.diagnostics.groupSeverity'] = Type.Hash( - Type.String << util.getTableKeys(define.DiagnosticDefaultGroupSeverity, true), - Type.String << { - 'Error', - 'Warning', - 'Information', - 'Hint', - 'Fallback', - } - ) - >> util.deepCopy(define.DiagnosticDefaultGroupSeverity), - ['Lua.diagnostics.groupFileStatus'] = Type.Hash( - Type.String << util.getTableKeys(define.DiagnosticDefaultGroupFileStatus, true), - Type.String << { - 'Any', - 'Opened', - 'None', - 'Fallback', - } - ) - >> util.deepCopy(define.DiagnosticDefaultGroupFileStatus), - ['Lua.diagnostics.disableScheme'] = Type.Array(Type.String) >> { 'git' }, - ['Lua.diagnostics.workspaceEvent'] = Type.String >> 'OnSave' << { - 'OnChange', - 'OnSave', - 'None', - }, - ['Lua.diagnostics.workspaceDelay'] = Type.Integer >> 3000, - ['Lua.diagnostics.workspaceRate'] = Type.Integer >> 100, - ['Lua.diagnostics.libraryFiles'] = Type.String >> 'Opened' << { - 'Enable', - 'Opened', - 'Disable', - }, - ['Lua.diagnostics.ignoredFiles'] = Type.String >> 'Opened' << { - 'Enable', - 'Opened', - 'Disable', - }, - ['Lua.diagnostics.unusedLocalExclude'] = Type.Array(Type.String), - ['Lua.workspace.ignoreDir'] = Type.Array(Type.String) >> { - '.vscode', - }, - ['Lua.workspace.ignoreSubmodules'] = Type.Boolean >> true, - ['Lua.workspace.useGitIgnore'] = Type.Boolean >> true, - ['Lua.workspace.maxPreload'] = Type.Integer >> 5000, - ['Lua.workspace.preloadFileSize'] = Type.Integer >> 500, - ['Lua.workspace.library'] = Type.Array(Type.String), - ['Lua.workspace.checkThirdParty'] = Type.Or(Type.String >> 'Ask' << { - 'Ask', - 'Apply', - 'ApplyInMemory', - 'Disable', - }, Type.Boolean), - ['Lua.workspace.userThirdParty'] = Type.Array(Type.String), - ['Lua.completion.enable'] = Type.Boolean >> true, - ['Lua.completion.callSnippet'] = Type.String >> 'Disable' << { - 'Disable', - 'Both', - 'Replace', - }, - ['Lua.completion.keywordSnippet'] = Type.String >> 'Replace' << { - 'Disable', - 'Both', - 'Replace', - }, - ['Lua.completion.displayContext'] = Type.Integer >> 0, - ['Lua.completion.workspaceWord'] = Type.Boolean >> true, - ['Lua.completion.showWord'] = Type.String >> 'Fallback' << { - 'Enable', - 'Fallback', - 'Disable', - }, - ['Lua.completion.autoRequire'] = Type.Boolean >> true, - ['Lua.completion.showParams'] = Type.Boolean >> true, - ['Lua.completion.requireSeparator'] = Type.String >> '.', - ['Lua.completion.postfix'] = Type.String >> '@', - ['Lua.signatureHelp.enable'] = Type.Boolean >> true, - ['Lua.hover.enable'] = Type.Boolean >> true, - ['Lua.hover.viewString'] = Type.Boolean >> true, - ['Lua.hover.viewStringMax'] = Type.Integer >> 1000, - ['Lua.hover.viewNumber'] = Type.Boolean >> true, - ['Lua.hover.previewFields'] = Type.Integer >> 50, - ['Lua.hover.enumsLimit'] = Type.Integer >> 5, - ['Lua.hover.expandAlias'] = Type.Boolean >> true, - ['Lua.semantic.enable'] = Type.Boolean >> true, - ['Lua.semantic.variable'] = Type.Boolean >> true, - ['Lua.semantic.annotation'] = Type.Boolean >> true, - ['Lua.semantic.keyword'] = Type.Boolean >> false, - ['Lua.hint.enable'] = Type.Boolean >> false, - ['Lua.hint.paramType'] = Type.Boolean >> true, - ['Lua.hint.setType'] = Type.Boolean >> false, - ['Lua.hint.paramName'] = Type.String >> 'All' << { - 'All', - 'Literal', - 'Disable', - }, - ['Lua.hint.await'] = Type.Boolean >> true, - ['Lua.hint.arrayIndex'] = Type.String >> 'Auto' << { - 'Enable', - 'Auto', - 'Disable', - }, - ['Lua.hint.semicolon'] = Type.String >> 'SameLine' << { - 'All', - 'SameLine', - 'Disable', - }, - ['Lua.window.statusBar'] = Type.Boolean >> true, - ['Lua.window.progressBar'] = Type.Boolean >> true, - ['Lua.codeLens.enable'] = Type.Boolean >> false, - ['Lua.format.enable'] = Type.Boolean >> true, - ['Lua.format.defaultConfig'] = Type.Hash(Type.String, Type.String) - >> {}, - ['Lua.typeFormat.config'] = Type.Hash(Type.String, Type.String) - >> { - format_line = "true", - auto_complete_end = "true", - auto_complete_table_sep = "true" - }, - ['Lua.spell.dict'] = Type.Array(Type.String), - ['Lua.nameStyle.config'] = Type.Hash(Type.String, Type.Or(Type.String, Type.Array(Type.Hash(Type.String, Type.String)))) - >> {}, - ['Lua.misc.parameters'] = Type.Array(Type.String), - ['Lua.misc.executablePath'] = Type.String, - ['Lua.type.castNumberToInteger'] = Type.Boolean >> true, - ['Lua.type.weakUnionCheck'] = Type.Boolean >> false, - ['Lua.type.weakNilCheck'] = Type.Boolean >> false, - ['Lua.doc.privateName'] = Type.Array(Type.String), - ['Lua.doc.protectedName'] = Type.Array(Type.String), - ['Lua.doc.packageName'] = Type.Array(Type.String), - - -- VSCode - ["Lua.addonManager.enable"] = Type.Boolean >> true, - ['files.associations'] = Type.Hash(Type.String, Type.String), - -- copy from VSCode default - ['files.exclude'] = Type.Hash(Type.String, Type.Boolean) >> { - ["**/.DS_Store"] = true, - ["**/.git"] = true, - ["**/.hg"] = true, - ["**/.svn"] = true, - ["**/CVS"] = true, - ["**/Thumbs.db"] = true, - }, - ['editor.semanticHighlighting.enabled'] = Type.Or(Type.Boolean, Type.String), - ['editor.acceptSuggestionOnEnter'] = Type.String >> 'on', -} - -return template diff --git a/script/core/code-action.lua b/script/core/code-action.lua deleted file mode 100644 index 720cd4c49..000000000 --- a/script/core/code-action.lua +++ /dev/null @@ -1,747 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local util = require 'utility' -local sp = require 'bee.subprocess' -local guide = require "parser.guide" -local converter = require 'proto.converter' -local autoreq = require 'core.completion.auto-require' -local rpath = require 'workspace.require-path' -local furi = require 'file-uri' -local undefined = require 'core.diagnostics.undefined-global' -local vm = require 'vm' - ----@param uri uri ----@param row integer ----@param mode string ----@param code string -local function checkDisableByLuaDocExits(uri, row, mode, code) - if row < 0 then - return nil - end - local state = files.getState(uri) - if not state then - return nil - end - local lines = state.lines - if state.ast.docs and lines then - return guide.eachSourceBetween( - state.ast.docs, - guide.positionOf(row, 0), - guide.positionOf(row + 1, 0), - function (doc) - if doc.type == 'doc.diagnostic' - and doc.mode == mode then - if doc.names then - return { - start = doc.finish, - finish = doc.finish, - newText = ', ' .. code, - } - else - return { - start = doc.finish, - finish = doc.finish, - newText = ': ' .. code, - } - end - end - end - ) - end - return nil -end - -local function checkDisableByLuaDocInsert(uri, row, mode, code) - return { - start = guide.positionOf(row, 0), - finish = guide.positionOf(row, 0), - newText = '---@diagnostic ' .. mode .. ': ' .. code .. '\n', - } -end - -local function disableDiagnostic(uri, code, start, results) - local row = guide.rowColOf(start) - results[#results+1] = { - title = lang.script('ACTION_DISABLE_DIAG', code), - kind = 'quickfix', - command = { - title = lang.script.COMMAND_DISABLE_DIAG, - command = 'lua.setConfig', - arguments = { - { - key = 'Lua.diagnostics.disable', - action = 'add', - value = code, - uri = uri, - } - } - } - } - local function pushEdit(title, edit) - results[#results+1] = { - title = title, - kind = 'quickfix', - edit = { - changes = { - [uri] = { edit } - } - } - } - end - - pushEdit(lang.script('ACTION_DISABLE_DIAG_LINE', code), - checkDisableByLuaDocExits (uri, row - 1, 'disable-next-line', code) - or checkDisableByLuaDocInsert(uri, row, 'disable-next-line', code)) - pushEdit(lang.script('ACTION_DISABLE_DIAG_FILE', code), - checkDisableByLuaDocExits (uri, 0, 'disable', code) - or checkDisableByLuaDocInsert(uri, 0, 'disable', code)) -end - -local function markGlobal(uri, name, results) - results[#results+1] = { - title = lang.script('ACTION_MARK_GLOBAL', name), - kind = 'quickfix', - command = { - title = lang.script.COMMAND_MARK_GLOBAL, - command = 'lua.setConfig', - arguments = { - { - key = 'Lua.diagnostics.globals', - action = 'add', - value = name, - uri = uri, - } - } - } - } -end - -local function changeVersion(uri, version, results) - results[#results+1] = { - title = lang.script('ACTION_RUNTIME_VERSION', version), - kind = 'quickfix', - command = { - title = lang.script.COMMAND_RUNTIME_VERSION, - command = 'lua.setConfig', - arguments = { - { - key = 'Lua.runtime.version', - action = 'set', - value = version, - uri = uri, - } - } - }, - } -end - -local function solveUndefinedGlobal(uri, diag, results) - local state = files.getState(uri) - if not state then - return - end - local start = converter.unpackRange(state, diag.range) - guide.eachSourceContain(state.ast, start, function (source) - if source.type ~= 'getglobal' then - return - end - - local name = guide.getKeyName(source) - markGlobal(uri, name, results) - end) - - if diag.data and diag.data.versions then - for _, version in ipairs(diag.data.versions) do - changeVersion(uri, version, results) - end - end -end - -local function solveLowercaseGlobal(uri, diag, results) - local state = files.getState(uri) - if not state then - return - end - local start = converter.unpackRange(state, diag.range) - guide.eachSourceContain(state.ast, start, function (source) - if source.type ~= 'setglobal' then - return - end - - local name = guide.getKeyName(source) - markGlobal(uri, name, results) - end) -end - -local function findSyntax(uri, diag) - local state = files.getState(uri) - if not state then - return - end - for _, err in ipairs(state.errs) do - if err.type:lower():gsub('_', '-') == diag.code then - local range = converter.packRange(state, err.start, err.finish) - if util.equal(range, diag.range) then - return err - end - end - end - return nil -end - -local function solveSyntaxByChangeVersion(uri, err, results) - if type(err.version) == 'table' then - for _, version in ipairs(err.version) do - changeVersion(uri, version, results) - end - else - changeVersion(uri, err.version, results) - end -end - -local function solveSyntaxByAddDoEnd(uri, err, results) - results[#results+1] = { - title = lang.script.ACTION_ADD_DO_END, - kind = 'quickfix', - edit = { - changes = { - [uri] = { - { - start = err.start, - finish = err.start, - newText = 'do ', - }, - { - start = err.finish, - finish = err.finish, - newText = ' end', - }, - } - } - } - } -end - -local function solveSyntaxByFix(uri, err, results) - local changes = {} - for _, fix in ipairs(err.fix) do - changes[#changes+1] = { - start = fix.start, - finish = fix.finish, - newText = fix.text, - } - end - results[#results+1] = { - title = lang.script('ACTION_' .. err.fix.title, err.fix), - kind = 'quickfix', - edit = { - changes = { - [uri] = changes, - } - } - } -end - -local function solveSyntaxUnicodeName(uri, err, results) - results[#results+1] = { - title = lang.script('ACTION_RUNTIME_UNICODE_NAME'), - kind = 'quickfix', - command = { - title = lang.script.COMMAND_UNICODE_NAME, - command = 'lua.setConfig', - arguments = { - { - key = 'Lua.runtime.unicodeName', - action = 'set', - value = true, - uri = uri, - } - } - }, - } -end - -local function solveSyntax(uri, diag, results) - local err = findSyntax(uri, diag) - if not err then - return - end - if err.version then - solveSyntaxByChangeVersion(uri, err, results) - end - if err.type == 'ACTION_AFTER_BREAK' or err.type == 'ACTION_AFTER_RETURN' then - solveSyntaxByAddDoEnd(uri, err, results) - end - if err.type == 'UNICODE_NAME' then - solveSyntaxUnicodeName(uri, err, results) - end - if err.fix then - solveSyntaxByFix(uri, err, results) - end -end - -local function solveNewlineCall(uri, diag, results) - local state = files.getState(uri) - if not state then - return - end - local start = converter.unpackRange(state, diag.range) - results[#results+1] = { - title = lang.script.ACTION_ADD_SEMICOLON, - kind = 'quickfix', - edit = { - changes = { - [uri] = { - { - start = start, - finish = start, - newText = ';', - } - } - } - } - } -end - -local function solveAmbiguity1(uri, diag, results) - results[#results+1] = { - title = lang.script.ACTION_ADD_BRACKETS, - kind = 'quickfix', - command = { - title = lang.script.COMMAND_ADD_BRACKETS, - command = 'lua.solve', - arguments = { - { - name = 'ambiguity-1', - uri = uri, - range = diag.range, - } - } - }, - } -end - -local function solveTrailingSpace(uri, diag, results) - results[#results+1] = { - title = lang.script.ACTION_REMOVE_SPACE, - kind = 'quickfix', - command = { - title = lang.script.COMMAND_REMOVE_SPACE, - command = 'lua.removeSpace', - arguments = { - { - uri = uri, - } - } - }, - } -end - -local function solveAwaitInSync(uri, diag, results) - local state = files.getState(uri) - if not state then - return - end - local start, finish = converter.unpackRange(state, diag.range) - local parentFunction - guide.eachSourceType(state.ast, 'function', function (source) - if source.start > finish - or source.finish < start then - return - end - if not parentFunction or parentFunction.start < source.start then - parentFunction = source - end - end) - if not parentFunction then - return - end - local row = guide.rowColOf(parentFunction.start) - local pos = guide.positionOf(row, 0) - local offset = guide.positionToOffset(state, pos + 1) - local space = state.lua:match('[ \t]*', offset) - results[#results+1] = { - title = lang.script.ACTION_MARK_ASYNC, - kind = 'quickfix', - edit = { - changes = { - [uri] = { - { - start = pos, - finish = pos, - newText = space .. '---@async\n', - } - } - } - }, - } -end - -local function solveSpell(uri, diag, results) - local state = files.getState(uri) - if not state then - return - end - local spell = require 'provider.spell' - local word = diag.data - if word == nil then - return - end - - results[#results+1] = { - title = lang.script('ACTION_ADD_DICT', word), - kind = 'quickfix', - command = { - title = lang.script.COMMAND_ADD_DICT, - command = 'lua.setConfig', - arguments = { - { - key = 'Lua.spell.dict', - action = 'add', - value = word, - uri = uri, - } - } - } - } - - local suggests = spell.getSpellSuggest(word) - for _, suggest in ipairs(suggests) do - results[#results+1] = { - title = suggest, - kind = 'quickfix', - edit = { - changes = { - [uri] = { - { - start = converter.unpackPosition(state, diag.range.start), - finish = converter.unpackPosition(state, diag.range["end"]), - newText = suggest - } - } - } - } - } - end - -end - -local function solveDiagnostic(uri, diag, start, results) - if diag.source == lang.script.DIAG_SYNTAX_CHECK then - solveSyntax(uri, diag, results) - return - end - if not diag.code then - return - end - if diag.code == 'undefined-global' then - solveUndefinedGlobal(uri, diag, results) - elseif diag.code == 'lowercase-global' then - solveLowercaseGlobal(uri, diag, results) - elseif diag.code == 'newline-call' then - solveNewlineCall(uri, diag, results) - elseif diag.code == 'ambiguity-1' then - solveAmbiguity1(uri, diag, results) - elseif diag.code == 'trailing-space' then - solveTrailingSpace(uri, diag, results) - elseif diag.code == 'await-in-sync' then - solveAwaitInSync(uri, diag, results) - elseif diag.code == 'spell-check' then - solveSpell(uri, diag, results) - end - disableDiagnostic(uri, diag.code, start, results) -end - -local function checkQuickFix(results, uri, start, diagnostics) - if not diagnostics then - return - end - for _, diag in ipairs(diagnostics) do - solveDiagnostic(uri, diag, start, results) - end -end - -local function checkSwapParams(results, uri, start, finish) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - local args = {} - guide.eachSourceBetween(state.ast, start, finish, function (source) - if source.type == 'callargs' - or source.type == 'funcargs' then - local targetIndex - for index, arg in ipairs(source) do - if arg.start <= finish and arg.finish >= start then - -- should select only one param - if targetIndex then - return - end - targetIndex = index - end - end - if not targetIndex then - return - end - local node - if source.type == 'callargs' then - node = text:sub( - guide.positionToOffset(state, source.parent.node.start) + 1, - guide.positionToOffset(state, source.parent.node.finish) - ) - elseif source.type == 'funcargs' then - local var = source.parent.parent - if guide.isAssign(var) then - if var.type == 'tablefield' then - var = var.field - end - if var.type == 'tableindex' then - var = var.index - end - node = text:sub( - guide.positionToOffset(state, var.start) + 1, - guide.positionToOffset(state, var.finish) - ) - else - node = lang.script.SYMBOL_ANONYMOUS - end - end - args[#args+1] = { - source = source, - index = targetIndex, - node = node, - } - end - end) - if #args == 0 then - return - end - table.sort(args, function (a, b) - return a.source.start > b.source.start - end) - local target = args[1] - local myArg = target.source[target.index] - for i, targetArg in ipairs(target.source) do - if i ~= target.index then - results[#results+1] = { - title = lang.script('ACTION_SWAP_PARAMS', { - node = target.node, - index = i, - }), - kind = 'refactor.rewrite', - edit = { - changes = { - [uri] = { - { - start = myArg.start, - finish = myArg.finish, - newText = text:sub( - guide.positionToOffset(state, targetArg.start) + 1, - guide.positionToOffset(state, targetArg.finish) - ), - }, - { - start = targetArg.start, - finish = targetArg.finish, - newText = text:sub( - guide.positionToOffset(state, myArg.start) + 1, - guide.positionToOffset(state, myArg.finish) - ), - }, - } - } - } - } - end - end -end - ---local function checkExtractAsFunction(results, uri, start, finish) --- local ast = files.getAst(uri) --- local text = files.getText(uri) --- local funcs = {} --- guide.eachSourceContain(ast.ast, start, function (source) --- if source.type == 'function' --- or source.type == 'main' then --- funcs[#funcs+1] = source --- end --- end) --- table.sort(funcs, function (a, b) --- return a.start > b.start --- end) --- local func = funcs[1] --- if not func then --- return --- end --- if #func == 0 then --- return --- end --- if func.finish < finish then --- return --- end --- local actions = {} --- for i = 1, #func do --- local action = func[i] --- if action.start < start --- and action.finish > start then --- return --- end --- if action.start < finish --- and action.finish > finish then --- return --- end --- if action.finish >= start --- and action.start <= finish then --- actions[#actions+1] = action --- end --- end --- if text:sub(start, actions[1].start - 1):find '[%C%S]' then --- return --- end --- if text:sub(actions[1].finish + 1, finish):find '[%C%S]' then --- return --- end --- while func do --- local funcName = getExtractFuncName(uri, actions[1].start) --- local funcParams = getExtractFuncParams(uri, actions[1].start) --- results[#results+1] = { --- title = lang.script('ACTION_EXTRACT'), --- kind = 'refactor.extract', --- edit = { --- changes = { --- [uri] = { --- { --- start = actions[1].start, --- finish = actions[1].start - 1, --- newText = text:sub(targetArg.start, targetArg.finish), --- }, --- { --- start = targetArg.start, --- finish = targetArg.finish, --- newText = text:sub(myArg.start, myArg.finish), --- }, --- } --- } --- } --- } --- func = guide.getParentFunction(func) --- end ---end - -local function checkJsonToLua(results, uri, start, finish) - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return - end - local startOffset = guide.positionToOffset(state, start) - local finishOffset = guide.positionToOffset(state, finish) - local jsonStart = text:match('()["%{%[]', startOffset + 1) - if not jsonStart then - return - end - local jsonFinish, finishChar - for i = math.min(finishOffset, #text), jsonStart + 1, -1 do - local char = text:sub(i, i) - if char == ']' - or char == '}' then - jsonFinish = i - finishChar = char - break - end - end - if not jsonFinish then - return - end - if finishChar == '}' then - if not text:sub(jsonStart, jsonFinish):find '"%s*%:' then - return - end - end - if finishChar == ']' then - if not text:sub(jsonStart, jsonFinish):find ',' then - return - end - end - results[#results+1] = { - title = lang.script.ACTION_JSON_TO_LUA, - kind = 'refactor.rewrite', - command = { - title = lang.script.COMMAND_JSON_TO_LUA, - command = 'lua.jsonToLua', - arguments = { - { - uri = uri, - start = guide.offsetToPosition(state, jsonStart) - 1, - finish = guide.offsetToPosition(state, jsonFinish), - } - } - }, - } -end - -local function findRequireTargets(visiblePaths) - local targets = {} - for _, visible in ipairs(visiblePaths) do - targets[#targets+1] = visible.name - end - return targets -end - -local function checkMissingRequire(results, uri, start, finish) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - - local function addRequires(global, endpos) - autoreq.check(state, global, endpos, function(moduleFile, stemname, targetSource) - local visiblePaths = rpath.getVisiblePath(uri, furi.decode(moduleFile)) - if not visiblePaths or #visiblePaths == 0 then return end - - for _, target in ipairs(findRequireTargets(visiblePaths)) do - results[#results+1] = { - title = lang.script('ACTION_AUTOREQUIRE', target, global), - kind = 'refactor.rewrite', - command = { - title = 'autoRequire', - command = 'lua.autoRequire', - arguments = { - { - uri = guide.getUri(state.ast), - target = moduleFile, - name = global, - requireName = target - }, - }, - } - } - end - end) - end - - guide.eachSourceBetween(state.ast, start, finish, function (source) - if vm.isUndefinedGlobal(source) then - addRequires(source[1], source.finish) - end - end) -end - -return function (uri, start, finish, diagnostics) - local ast = files.getState(uri) - if not ast then - return nil - end - - local results = {} - - checkQuickFix(results, uri, start, diagnostics) - checkSwapParams(results, uri, start, finish) - --checkExtractAsFunction(results, uri, start, finish) - checkJsonToLua(results, uri, start, finish) - checkMissingRequire(results, uri, start, finish) - - return results -end diff --git a/script/core/code-lens.lua b/script/core/code-lens.lua deleted file mode 100644 index bc39ec865..000000000 --- a/script/core/code-lens.lua +++ /dev/null @@ -1,142 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local await = require 'await' -local conv = require 'proto.converter' -local getRef = require 'core.reference' -local lang = require 'language' - ----@class parser.state ----@field package _codeLens? codeLens - ----@class codeLens.resolving ----@field mode 'reference' ----@field source? parser.object - ----@class codeLens.result ----@field position integer ----@field id integer - ----@class codeLens -local mt = {} -mt.__index = mt -mt.type = 'codeLens' -mt.id = 0 - ----@param uri uri ----@return boolean -function mt:init(uri) - self.state = files.getState(uri) - if not self.state then - return false - end - ---@type uri - self.uri = uri - ---@type codeLens.result[] - self.results = {} - ---@type table - self.resolving = {} - return true -end - ----@param pos integer ----@param resolving codeLens.resolving -function mt:addResult(pos, resolving) - self.id = self.id + 1 - self.results[#self.results+1] = { - position = pos, - id = self.id, - } - self.resolving[self.id] = resolving -end - ----@async ----@param id integer ----@return proto.command? -function mt:resolve(id) - local resolving = self.resolving[id] - if not resolving then - return nil - end - if resolving.mode == 'reference' then - return self:resolveReference(resolving.source) - end -end - ----@async -function mt:collectReferences() - await.delay() - ---@async - guide.eachSourceType(self.state.ast, 'function', function (src) - local parent = src.parent - if guide.isAssign(parent) then - src = parent - elseif parent.type == 'return' then - else - return - end - await.delay() - self:addResult(src.start, { - mode = 'reference', - source = src, - }) - end) -end - ----@async ----@param source parser.object ----@return proto.command? -function mt:resolveReference(source) - local refs = getRef(self.uri, source.finish, false) - local count = refs and #refs or 0 - local command = conv.command( - lang.script('COMMAND_REFERENCE_COUNT', count), - '', - {} - ) - return command -end - ----@async ----@param uri uri ----@return codeLens.result[]? -local function getCodeLens(uri) - local state = files.getState(uri) - if not state then - return nil - end - local codeLens = setmetatable({}, mt) - local suc = codeLens:init(uri) - if not suc then - return nil - end - state._codeLens = codeLens - - codeLens:collectReferences() - - if #codeLens.results == 0 then - return nil - end - - return codeLens.results -end - ----@async ----@param id integer ----@return proto.command? -local function resolve(uri, id) - local state = files.getState(uri) - if not state then - return nil - end - local codeLens = state._codeLens - if not codeLens then - return nil - end - local command = codeLens:resolve(id) - return command -end - -return { - codeLens = getCodeLens, - resolve = resolve, -} diff --git a/script/core/color.lua b/script/core/color.lua deleted file mode 100644 index 2cbcce11f..000000000 --- a/script/core/color.lua +++ /dev/null @@ -1,79 +0,0 @@ -local files = require "files" -local guide = require "parser.guide" - -local colorPattern = string.rep('%x', 8) ----@param source parser.object ----@return boolean -local function isColor(source) - ---@type string - local text = source[1] - if text:len() ~= 8 then - return false - end - return text:match(colorPattern) -end - - ----@param colorText string ----@return Color -local function textToColor(colorText) - return { - alpha = tonumber(colorText:sub(1, 2), 16) / 255, - red = tonumber(colorText:sub(3, 4), 16) / 255, - green = tonumber(colorText:sub(5, 6), 16) / 255, - blue = tonumber(colorText:sub(7, 8), 16) / 255, - } -end - - ----@param color Color ----@return string -local function colorToText(color) - return string.format('%02X%02X%02X%02X' - , math.floor(color.alpha * 255) - , math.floor(color.red * 255) - , math.floor(color.green * 255) - , math.floor(color.blue * 255) - ) -end - ----@class Color ----@field red number ----@field green number ----@field blue number ----@field alpha number - ----@class ColorValue ----@field color Color ----@field start integer ----@field finish integer - ----@async -local function colors(uri) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return nil - end - ---@type ColorValue[] - local colorValues = {} - - guide.eachSource(state.ast, function (source) ---@async - if source.type == 'string' and isColor(source) then - ---@type string - local colorText = source[1] - - colorValues[#colorValues+1] = { - start = source.start + 1, - finish = source.finish - 1, - color = textToColor(colorText) - } - end - end) - return colorValues -end - -return { - colors = colors, - colorToText = colorToText -} diff --git a/script/core/command/autoRequire.lua b/script/core/command/autoRequire.lua deleted file mode 100644 index a96cc918a..000000000 --- a/script/core/command/autoRequire.lua +++ /dev/null @@ -1,162 +0,0 @@ -local files = require 'files' -local furi = require 'file-uri' -local config = require 'config' -local rpath = require 'workspace.require-path' -local client = require 'client' -local lang = require 'language' -local guide = require 'parser.guide' - -local function inComment(state, pos) - for _, comm in ipairs(state.comms) do - if comm.start <= pos and comm.finish >= pos then - return true - end - if comm.start > pos then - break - end - end - return false -end - -local function findInsertRow(uri) - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return - end - local lines = state.lines - local fmt = { - pair = false, - quot = '"', - col = nil, - } - local row - for i = 0, #lines do - if inComment(state, guide.positionOf(i, 0)) then - goto CONTINUE - end - local ln = lines[i] - local lnText = text:match('[^\r\n]*', ln) - if not lnText:find('require', 1, true) then - if row then - break - end - if not lnText:match '^local%s' - and not lnText:match '^%s*$' - and not lnText:match '^%-%-' then - break - end - else - row = i + 1 - local lpPos = lnText:find '%(' - if lpPos then - fmt.pair = true - else - fmt.pair = false - end - local quot = lnText:match [=[(['"])]=] - fmt.quot = quot or fmt.quot - local eqPos = lnText:find '=' - if eqPos then - fmt.col = eqPos - end - end - ::CONTINUE:: - end - return row or 0, fmt -end - ----@async -local function askAutoRequire(uri, visiblePaths) - local selects = {} - local nameMap = {} - for _, visible in ipairs(visiblePaths) do - local expect = visible.name - local select = lang.script(expect) - if not nameMap[select] then - nameMap[select] = expect - selects[#selects+1] = select - end - end - local disable = lang.script.COMPLETION_DISABLE_AUTO_REQUIRE - selects[#selects+1] = disable - - local result = client.awaitRequestMessage('Info' - , lang.script.COMPLETION_ASK_AUTO_REQUIRE - , selects - ) - if not result then - return - end - if result == disable then - client.setConfig { - { - key = 'Lua.completion.autoRequire', - action = 'set', - value = false, - uri = uri, - } - } - return - end - return nameMap[result] -end - -local function applyAutoRequire(uri, row, name, result, fmt) - local quotedResult = ('%q'):format(result) - if fmt.quot == "'" then - quotedResult = ([['%s']]):format(quotedResult:sub(2, -2) - :gsub([[']], [[\']]) - :gsub([[\"]], [["]]) - ) - end - if fmt.pair then - quotedResult = ('(%s)'):format(quotedResult) - else - quotedResult = (' %s'):format(quotedResult) - end - local sp = ' ' - local text = ('local %s'):format(name) - if fmt.col and fmt.col > #text then - sp = (' '):rep(fmt.col - #text - 1) - end - text = ('local %s%s= require%s\n'):format(name, sp, quotedResult) - client.editText(uri, { - { - start = guide.positionOf(row, 0), - finish = guide.positionOf(row, 0), - text = text, - } - }) -end - ----@async -return function (data) - local uri = data.uri - local target = data.target - local name = data.name - local requireName = data.requireName - local state = files.getState(uri) - if not state then - return - end - - local path = furi.decode(target) - local visiblePaths = rpath.getVisiblePath(uri, path) - if not visiblePaths or #visiblePaths == 0 then - return - end - table.sort(visiblePaths, function (a, b) - return #a.name < #b.name - end) - - if not requireName then - requireName = askAutoRequire(uri, visiblePaths) - if not requireName then - return - end - end - - local offset, fmt = findInsertRow(uri) - applyAutoRequire(uri, offset, name, requireName, fmt) -end diff --git a/script/core/command/exportDocument.lua b/script/core/command/exportDocument.lua deleted file mode 100644 index 39832856b..000000000 --- a/script/core/command/exportDocument.lua +++ /dev/null @@ -1,16 +0,0 @@ -local doc = require 'cli.doc' -local client = require 'client' -local furi = require 'file-uri' -local lang = require 'language' -local ws = require 'workspace' -local files = require 'files' - ----@async -return function (args) - local outputPath = args[1] and furi.decode(args[1]) or LOGPATH - local docPath, mdPath = doc.makeDoc(outputPath) - client.showMessage('Info', lang.script('CLI_DOC_DONE' - , ('[%s](%s)'):format(files.normalize(docPath), furi.encode(docPath)) - , ('[%s](%s)'):format(files.normalize(mdPath), furi.encode(mdPath)) - )) -end diff --git a/script/core/command/getConfig.lua b/script/core/command/getConfig.lua deleted file mode 100644 index 7a35c198e..000000000 --- a/script/core/command/getConfig.lua +++ /dev/null @@ -1,13 +0,0 @@ -local config = require 'config' -local client = require 'client' -local await = require 'await' - ----@async -return function (data) - local uri = data[1].uri - local key = data[1].key - while not client:isReady() do - await.sleep(0.1) - end - return config.get(uri, key) -end diff --git a/script/core/command/jsonToLua.lua b/script/core/command/jsonToLua.lua deleted file mode 100644 index f09a3681c..000000000 --- a/script/core/command/jsonToLua.lua +++ /dev/null @@ -1,54 +0,0 @@ -local files = require 'files' -local util = require 'utility' -local proto = require 'proto' -local define = require 'proto.define' -local lang = require 'language' -local converter = require 'proto.converter' -local guide = require 'parser.guide' -local json = require 'json' -local jsonc = require 'jsonc' - ----@async -return function (data) - local state = files.getState(data.uri) - local text = files.getText(data.uri) - if not text or not state then - return - end - local start = guide.positionToOffset(state, data.start) - local finish = guide.positionToOffset(state, data.finish) - local jsonStr = text:sub(start + 1, finish) - local suc, res = pcall(jsonc.decode_jsonc, jsonStr:match '[%{%[].+') - if not suc or res == json.null then - proto.notify('window/showMessage', { - type = define.MessageType.Warning, - message = lang.script('COMMAND_JSON_TO_LUA_FAILED', res:match '%:%d+%:(.+)'), - }) - return - end - ---@cast res table - local luaStr = util.dump(res) - if jsonStr:sub(1, 1) == '"' then - local key = jsonStr:match '^"([^\r\n]+)"' - if key then - if key:match '^[%a_]%w*$' then - luaStr = ('%s = %s'):format(key, luaStr) - else - luaStr = ('[%q] = %s'):format(key, luaStr) - end - end - end - proto.awaitRequest('workspace/applyEdit', { - label = 'json to lua', - edit = { - changes = { - [data.uri] = { - { - range = converter.packRange(state, data.start, data.finish), - newText = luaStr, - } - } - } - } - }) -end diff --git a/script/core/command/reloadFFIMeta.lua b/script/core/command/reloadFFIMeta.lua deleted file mode 100644 index d00929adb..000000000 --- a/script/core/command/reloadFFIMeta.lua +++ /dev/null @@ -1,56 +0,0 @@ -local config = require 'config' -local ws = require 'workspace' -local fs = require 'bee.filesystem' -local scope = require 'workspace.scope' -local SDBMHash = require 'SDBMHash' -local searchCode = require 'plugins.ffi.searchCode' -local cdefRerence = require 'plugins.ffi.cdefRerence' -local ffi = require 'plugins.ffi' - -local function createDir(uri) - local dir = scope.getScope(uri).uri or 'default' - local fileDir = fs.path(METAPATH) / ('%08x'):format(SDBMHash():hash(dir)) - if fs.exists(fileDir) then - return fileDir, true - end - fs.create_directories(fileDir) - return fileDir -end - ----@async -return function (uri) - if config.get(uri, 'Lua.runtime.version') ~= 'LuaJIT' then - return - end - - ws.awaitReady(uri) - - local fileDir, exists = createDir(uri) - - local refs = cdefRerence() - if not refs or #refs == 0 then - return - end - - for i, v in ipairs(refs) do - local target_uri = v.uri - local codes = searchCode(refs, target_uri) - if not codes then - return - end - - ffi.build_single(codes, fileDir, target_uri) - end - - if not exists then - local client = require 'client' - client.setConfig { - { - key = 'Lua.workspace.library', - action = 'add', - value = tostring(fileDir), - uri = uri, - } - } - end -end diff --git a/script/core/command/removeSpace.lua b/script/core/command/removeSpace.lua deleted file mode 100644 index 87d11fffe..000000000 --- a/script/core/command/removeSpace.lua +++ /dev/null @@ -1,60 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local proto = require 'proto' -local lang = require 'language' -local converter = require 'proto.converter' - ----@async -return function (data) - local uri = data.uri - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return - end - - local lines = state.lines - local textEdit = {} - for i = 0, #lines do - local startOffset = lines[i] - local finishOffset = text:find('[\r\n]', startOffset) or (#text + 1) - local lastOffset = finishOffset - 1 - local lastChar = text:sub(lastOffset, lastOffset) - if lastChar ~= ' ' and lastChar ~= '\t' then - goto NEXT_LINE - end - local lastPos = guide.offsetToPosition(state, lastOffset) - if guide.isInString(state.ast, lastPos) - or guide.isInComment(state.ast, lastPos) then - goto NEXT_LINE - end - local firstOffset = startOffset - for n = lastOffset - 1, startOffset, -1 do - local char = text:sub(n, n) - if char ~= ' ' and char ~= '\t' then - firstOffset = n + 1 - break - end - end - local firstPos = guide.offsetToPosition(state, firstOffset) - 1 - textEdit[#textEdit+1] = { - range = converter.packRange(state, firstPos, lastPos), - newText = '', - } - - ::NEXT_LINE:: - end - - if #textEdit == 0 then - return - end - - proto.awaitRequest('workspace/applyEdit', { - label = lang.script.COMMAND_REMOVE_SPACE, - edit = { - changes = { - [uri] = textEdit, - } - }, - }) -end diff --git a/script/core/command/setConfig.lua b/script/core/command/setConfig.lua deleted file mode 100644 index af978ebe9..000000000 --- a/script/core/command/setConfig.lua +++ /dev/null @@ -1,11 +0,0 @@ -local client = require 'client' -local await = require 'await' - ----@async ----@param changes config.change[] -return function (changes) - while not client:isReady() do - await.sleep(0.1) - end - client.setConfig(changes) -end diff --git a/script/core/command/solve.lua b/script/core/command/solve.lua deleted file mode 100644 index ca1458aad..000000000 --- a/script/core/command/solve.lua +++ /dev/null @@ -1,99 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local proto = require 'proto' -local lang = require 'language' -local converter = require 'proto.converter' - -local opMap = { - ['+'] = true, - ['-'] = true, - ['*'] = true, - ['/'] = true, - ['//'] = true, - ['^'] = true, - ['<<'] = true, - ['>>'] = true, - ['&'] = true, - ['|'] = true, - ['~'] = true, - ['..'] = true, -} - -local literalMap = { - ['number'] = true, - ['integer'] = true, - ['boolean'] = true, - ['string'] = true, - ['table'] = true, -} - ----@async -return function (data) - local uri = data.uri - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return - end - - local start, finish = converter.unpackRange(state, data.range) - - local result = guide.eachSourceContain(state.ast, start, function (source) - if source.start ~= start - or source.finish ~= finish then - return - end - if not source.op or source.op.type ~= 'or' then - return - end - local first = source[1] - local second = source[2] - -- a + b or 0 --> a + (b or 0) - do - if first.op - and opMap[first.op.type] - and first.type ~= 'unary' - and not second.op - and literalMap[second.type] then - return { - start = source[1][2].start, - finish = source[2].finish, - } - end - end - -- a or b + c --> (a or b) + c - do - if second.op - and opMap[second.op.type] - and second.type ~= 'unary' - and not first.op - and literalMap[second[1].type] then - return { - start = source[1].start, - finish = source[2][1].finish, - } - end - end - end) - - if not result then - return - end - - proto.awaitRequest('workspace/applyEdit', { - label = lang.script.COMMAND_REMOVE_SPACE, - edit = { - changes = { - [uri] = { - { - range = converter.packRange(state, result.start, result.finish), - newText = ('(%s)'):format(text:sub( - guide.positionToOffset(state, result.start + 1), - guide.positionToOffset(state, result.finish) - )), - } - }, - } - }, - }) -end diff --git a/script/core/completion/auto-require.lua b/script/core/completion/auto-require.lua deleted file mode 100644 index 3139b9116..000000000 --- a/script/core/completion/auto-require.lua +++ /dev/null @@ -1,109 +0,0 @@ -local config = require 'config' -local util = require 'utility' -local guide = require 'parser.guide' -local workspace = require 'workspace' -local files = require 'files' -local furi = require 'file-uri' -local rpath = require 'workspace.require-path' -local vm = require 'vm' -local matchKey = require 'core.matchkey' - ----@class auto-require -local m = {} - ----@type table -m.validUris = {} - ----@param state parser.state ----@return parser.object? -function m.getTargetSource(state) - local targetReturns = state.ast.returns - if not targetReturns then - return nil - end - local targetSource = targetReturns[1] and targetReturns[1][1] - if not targetSource then - return nil - end - if targetSource.type ~= 'getlocal' - and targetSource.type ~= 'table' - and targetSource.type ~= 'function' then - return nil - end - return targetSource -end - -function m.check(state, word, position, callback) - local globals = util.arrayToHash(config.get(state.uri, 'Lua.diagnostics.globals')) - local locals = guide.getVisibleLocals(state.ast, position) - for uri in files.eachFile(state.uri) do - if uri == guide.getUri(state.ast) then - goto CONTINUE - end - if not m.validUris[uri] then - goto CONTINUE - end - local path = furi.decode(uri) - local relativePath = workspace.getRelativePath(path) - local infos = rpath.getVisiblePath(uri, path) - local testedStem = { } - for _, sr in ipairs(infos) do - local stemName - if sr.searcher == '[[meta]]' then - stemName = sr.name - else - local pattern = sr.searcher - : gsub("(%p)", "%%%1") - : gsub("%%%?", "(.-)") - - local stemPath = relativePath:match(pattern) - if not stemPath then - goto INNER_CONTINUE - end - - stemName = stemPath:match("[%a_][%w_]*$") - - if not stemName or testedStem[stemName] then - goto INNER_CONTINUE - end - end - testedStem[stemName] = true - - if not locals[stemName] - and not vm.hasGlobalSets(state.uri, 'variable', stemName) - and not globals[stemName] - and matchKey(word, stemName) then - local targetState = files.getState(uri) - if not targetState then - goto INNER_CONTINUE - end - local targetSource = m.getTargetSource(targetState) - if not targetSource then - goto INNER_CONTINUE - end - if targetSource.type == 'getlocal' - and vm.getDeprecated(targetSource.node) then - goto INNER_CONTINUE - end - callback(uri, stemName, targetSource) - end - ::INNER_CONTINUE:: - end - ::CONTINUE:: - end -end - -files.watch(function (ev, uri) - if ev == 'update' - or ev == 'remove' then - m.validUris[uri] = nil - end - if ev == 'compile' then - local state = files.getLastState(uri) - if state and m.getTargetSource(state) then - m.validUris[uri] = true - end - end -end) - -return m diff --git a/script/core/completion/completion.lua b/script/core/completion/completion.lua deleted file mode 100644 index b7d4650c3..000000000 --- a/script/core/completion/completion.lua +++ /dev/null @@ -1,2355 +0,0 @@ -local define = require 'proto.define' -local files = require 'files' -local matchKey = require 'core.matchkey' -local vm = require 'vm' -local getName = require 'core.hover.name' -local getArgs = require 'core.hover.args' -local getHover = require 'core.hover' -local config = require 'config' -local util = require 'utility' -local markdown = require 'provider.markdown' -local parser = require 'parser' -local keyWordMap = require 'core.completion.keyword' -local workspace = require 'workspace' -local furi = require 'file-uri' -local rpath = require 'workspace.require-path' -local lang = require 'language' -local lookBackward = require 'core.look-backward' -local guide = require 'parser.guide' -local await = require 'await' -local postfix = require 'core.completion.postfix' -local diag = require 'proto.diagnostic' -local wssymbol = require 'core.workspace-symbol' -local findSource = require 'core.find-source' -local diagnostic = require 'provider.diagnostic' -local autoRequire = require 'core.completion.auto-require' - -local diagnosticModes = { - 'disable-next-line', - 'disable-line', - 'disable', - 'enable', -} - -local stackID = 0 -local stacks = {} - ----@param callback async fun(newSource: parser.object): table -local function stack(oldSource, callback) - stackID = stackID + 1 - local uri = guide.getUri(oldSource) - local pos = oldSource.start - local tp = oldSource.type - ---@async - stacks[stackID] = function () - local state = files.getState(uri) - if not state then - return - end - local newSource = findSource(state, pos, { [tp] = true }) - if not newSource then - return - end - return callback(newSource) - end - return stackID -end - -local function clearStack() - stacks = {} -end - ----@async -local function resolveStack(id) - local callback = stacks[id] - if not callback then - log.warn('Unknown resolved id', id) - return nil - end - - return callback() -end - -local function trim(str) - return str:match '^%s*(%S+)%s*$' -end - -local function findNearestSource(state, position) - ---@type parser.object - local source - guide.eachSourceContain(state.ast, position, function (src) - source = src - end) - return source -end - -local function findNearestTable(state, position) - local uri = state.uri - local text = files.getText(uri) - if not text then - return nil - end - local offset = guide.positionToOffset(state, position) - local soffset = lookBackward.findAnyOffset(text, offset) - if not soffset then - return nil - end - local symbol = text:sub(soffset, soffset) - if symbol == '}' then - return nil - end - local sposition = guide.offsetToPosition(state, soffset) - local source - guide.eachSourceContain(state.ast, sposition, function (src) - if src.type == 'table' then - source = src - end - end) - - if not source then - return nil - end - - for _, field in ipairs(source) do - if field.start <= position and (field.range or field.finish) >= position then - if field.type == 'tableexp' then - if field.value.type == 'getlocal' - or field.value.type == 'getglobal' then - if field.finish >= position then - return source - else - return nil - end - end - end - if field.type == 'tablefield' then - if field.finish >= position then - return source - else - return nil - end - end - if field.type == 'tableindex' then - if field.index and field.index.type == 'string' then - if field.index.finish >= position then - return source - else - return nil - end - end - end - return nil - end - end - - return source -end - -local function findParent(state, position) - local text = state.lua - local offset = guide.positionToOffset(state, position) - for i = offset, 1, -1 do - local char = text:sub(i, i) - if lookBackward.isSpace(char) then - goto CONTINUE - end - local oop - if char == '.' then - -- `..` 的情况 - if text:sub(i - 1, i - 1) == '.' then - return nil, nil - end - oop = false - elseif char == ':' then - oop = true - else - return nil, nil - end - local anyOffset = lookBackward.findAnyOffset(text, i - 1) - if not anyOffset then - return nil, nil - end - local anyPos = guide.offsetToPosition(state, anyOffset) - local parent = guide.eachSourceContain(state.ast, anyPos, function (source) - if source.finish == anyPos then - return source - end - end) - if parent then - return parent, oop - end - ::CONTINUE:: - end - return nil, nil -end - -local function findParentInStringIndex(state, position) - local near, nearStart - guide.eachSourceContain(state.ast, position, function (source) - local start = guide.getStartFinish(source) - if not start then - return - end - if not nearStart or nearStart < start then - near = source - nearStart = start - end - end) - if not near or near.type ~= 'string' then - return - end - local parent = near.parent - if not parent or parent.index ~= near then - return - end - -- index不可能是oop模式 - return parent.node, false -end - -local function buildFunctionSnip(source, value, oop) - local name = (getName(source) or ''):gsub('^.+[$.:]', '') - local args = getArgs(value) - if oop then - table.remove(args, 1) - end - - local snipArgs = {} - for id, arg in ipairs(args) do - local str, count = arg:gsub('^(%s*)(%.%.%.)(.+)', function (sp, word) - return ('%s${%d:%s}'):format(sp, id, word) - end) - if count == 0 then - str = arg:gsub('^(%s*)([^:]+)(.+)', function (sp, word) - return ('%s${%d:%s}'):format(sp, id, word) - end) - end - table.insert(snipArgs, str) - end - return ('%s(%s)'):format(name, table.concat(snipArgs, ', ')) -end - -local function buildDetail(source) - local types = vm.getInfer(source):view(guide.getUri(source)) - local literals = vm.getInfer(source):viewLiterals() - if literals then - return types .. ' = ' .. literals - else - return types - end -end - -local function getSnip(source) - local context = config.get(guide.getUri(source), 'Lua.completion.displayContext') - if context <= 0 then - return nil - end - local defs = vm.getDefs(source) - for _, def in ipairs(defs) do - if def ~= source and def.type == 'function' then - local uri = guide.getUri(def) - local text = files.getText(uri) - local state = files.getState(uri) - if not state then - goto CONTINUE - end - local lines = state.lines - if not text then - goto CONTINUE - end - if vm.isMetaFile(uri) then - goto CONTINUE - end - local firstRow = guide.rowColOf(def.start) - local lastRow = math.min(guide.rowColOf(def.finish) + 1, firstRow + context) - local lastOffset = lines[lastRow] and (lines[lastRow] - 1) or #text - local snip = text:sub(lines[firstRow], lastOffset) - return snip - end - ::CONTINUE:: - end -end - ----@async -local function buildDesc(source) - local desc = markdown() - local hover = getHover.get(source) - desc:add('md', hover) - desc:splitLine() - desc:add('lua', getSnip(source)) - return desc -end - -local function buildFunction(results, source, value, oop, data) - local snipType = config.get(guide.getUri(source), 'Lua.completion.callSnippet') - if snipType == 'Disable' or snipType == 'Both' then - results[#results+1] = data - end - if snipType == 'Both' or snipType == 'Replace' then - local snipData = util.deepCopy(data) - - snipData.kind = snipType == 'Both' - and define.CompletionItemKind.Snippet - or data.kind - snipData.insertText = buildFunctionSnip(source, value, oop) - snipData.insertTextFormat = 2 - snipData.command = { - title = 'trigger signature', - command = 'editor.action.triggerParameterHints', - } - snipData.id = stack(source, function (newSource) ---@async - return { - detail = buildDetail(newSource), - description = buildDesc(newSource), - } - end) - - results[#results+1] = snipData - end -end - -local function isSameSource(state, source, pos) - if guide.getUri(source) ~= guide.getUri(state.ast) then - return false - end - if source.type == 'field' - or source.type == 'method' then - source = source.parent - end - return source.start <= pos and source.finish >= pos -end - -local function getParams(func, oop) - if not func.args then - return '()' - end - local args = {} - for _, arg in ipairs(func.args) do - if arg.type == '...' then - args[#args+1] = '...' - elseif arg.type == 'doc.type.arg' then - args[#args+1] = arg.name[1] - else - args[#args+1] = arg[1] - end - end - if oop and args[1] ~= '...' then - table.remove(args, 1) - end - return '(' .. table.concat(args, ', ') .. ')' -end - -local function checkLocal(state, word, position, results) - local locals = guide.getVisibleLocals(state.ast, position) - for name, source in util.sortPairs(locals) do - if isSameSource(state, source, position) then - goto CONTINUE - end - if not matchKey(word, name) then - goto CONTINUE - end - if name:sub(1, 1) == '@' then - goto CONTINUE - end - if vm.getInfer(source):hasFunction(state.uri) then - local defs = vm.getDefs(source) - -- make sure `function` is before `doc.type.function` - local orders = {} - for i, def in ipairs(defs) do - if def.type == 'function' then - orders[def] = i - 20000 - elseif def.type == 'doc.type.function' then - orders[def] = i - 10000 - else - orders[def] = i - end - end - table.sort(defs, function (a, b) - return orders[a] < orders[b] - end) - for _, def in ipairs(defs) do - if (def.type == 'function' and not vm.isVarargFunctionWithOverloads(def)) - or def.type == 'doc.type.function' then - local funcLabel = name .. getParams(def, false) - buildFunction(results, source, def, false, { - label = funcLabel, - match = name, - insertText = name, - kind = define.CompletionItemKind.Function, - id = stack(source, function (newSource) ---@async - return { - detail = buildDetail(newSource), - description = buildDesc(newSource), - } - end), - }) - end - end - else - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Variable, - id = stack(source, function (newSource) ---@async - return { - detail = buildDetail(newSource), - description = buildDesc(newSource), - } - end), - } - end - ::CONTINUE:: - end -end - -local function checkModule(state, word, position, results) - if not config.get(state.uri, 'Lua.completion.autoRequire') then - return - end - autoRequire.check(state, word, position, function (uri, stemName, targetSource) - results[#results+1] = { - label = stemName, - kind = define.CompletionItemKind.Variable, - commitCharacters = { '.' }, - command = { - title = 'autoRequire', - command = 'lua.autoRequire', - arguments = { - { - uri = guide.getUri(state.ast), - target = uri, - name = stemName, - }, - }, - }, - id = stack(targetSource, function (newSource) ---@async - local md = markdown() - md:add('md', lang.script('COMPLETION_IMPORT_FROM', ('[%s](%s)'):format( - workspace.getRelativePath(uri), - uri - ))) - md:add('md', buildDesc(newSource)) - return { - detail = buildDetail(newSource), - description = md, - --additionalTextEdits = buildInsertRequire(state, originUri, stemName), - } - end) - } - end) -end - -local function checkFieldFromFieldToIndex(state, name, src, parent, word, startPos, position) - if name:match(guide.namePatternFull) then - if not name:match '[\x80-\xff]' - or config.get(state.uri, 'Lua.runtime.unicodeName') then - return nil - end - name = ('%q'):format(name) - end - local textEdit, additionalTextEdits - local startOffset = guide.positionToOffset(state, startPos) - local offset = guide.positionToOffset(state, position) - local wordStartOffset - if word == '' then - wordStartOffset = state.lua:match('()%S', startOffset + 1) - if wordStartOffset then - wordStartOffset = wordStartOffset - 1 - else - wordStartOffset = offset - end - else - wordStartOffset = offset - #word - end - local wordStartPos = guide.offsetToPosition(state, wordStartOffset) - local newText = ('[%s]'):format(name) - textEdit = { - start = wordStartPos, - finish = position, - newText = newText, - } - local nxt = parent.next - if nxt then - local dotStart, dotFinish - if nxt.type == 'setfield' - or nxt.type == 'getfield' - or nxt.type == 'tablefield' then - dotStart = nxt.dot.start - dotFinish = nxt.dot.finish - elseif nxt.type == 'setmethod' - or nxt.type == 'getmethod' then - dotStart = nxt.colon.start - dotFinish = nxt.colon.finish - end - if dotStart then - additionalTextEdits = { - { - start = dotStart, - finish = dotFinish, - newText = '', - } - } - end - else - if config.get(state.uri, 'Lua.runtime.version') == 'Lua 5.1' - or config.get(state.uri, 'Lua.runtime.version') == 'LuaJIT' then - textEdit.newText = '_G' .. textEdit.newText - else - textEdit.newText = '_ENV' .. textEdit.newText - end - end - return textEdit, additionalTextEdits -end - -local function checkFieldThen(state, name, src, word, startPos, position, parent, oop, results) - local value = vm.getObjectFunctionValue(src) or src - local kind = define.CompletionItemKind.Field - if (value.type == 'function' and not vm.isVarargFunctionWithOverloads(value)) - or value.type == 'doc.type.function' then - local isMethod = value.parent.type == 'setmethod' - if isMethod then - kind = define.CompletionItemKind.Method - else - kind = define.CompletionItemKind.Function - end - buildFunction(results, src, value, oop, { - label = name, - kind = kind, - isMethod = isMethod, - match = name:match '^[^(]+', - insertText = name:match '^[^(]+', - deprecated = vm.getDeprecated(src) and true or nil, - id = stack(src, function (newSrc) ---@async - return { - detail = buildDetail(newSrc), - description = buildDesc(newSrc), - } - end), - }) - return - end - if oop and not vm.getInfer(src):hasFunction(state.uri) then - return - end - local literal = guide.getLiteral(value) - if literal ~= nil then - kind = define.CompletionItemKind.Enum - end - local textEdit, additionalTextEdits - if parent.next and parent.next.index then - local str = parent.next.index - textEdit = { - start = str.start + #str[2], - finish = position, - newText = name:sub(#str[2] + 1, - #str[2] - 1), - } - else - textEdit, additionalTextEdits = checkFieldFromFieldToIndex(state, name, src, parent, word, startPos, position) - end - results[#results+1] = { - label = name, - kind = kind, - deprecated = vm.getDeprecated(src) and true or nil, - textEdit = textEdit, - id = stack(src, function (newSrc) ---@async - return { - detail = buildDetail(newSrc), - description = buildDesc(newSrc), - } - end), - - additionalTextEdits = additionalTextEdits, - } -end - ----@async -local function checkFieldOfRefs(refs, state, word, startPos, position, parent, oop, results, locals, isGlobal) - local fields = {} - local funcs = {} - local count = 0 - for _, src in ipairs(refs) do - if count > 100 then - results.incomplete = true - break - end - local _, name = vm.viewKey(src, state.uri) - if not name then - goto CONTINUE - end - if isSameSource(state, src, startPos) then - goto CONTINUE - end - name = tostring(name) - if isGlobal and locals and locals[name] then - goto CONTINUE - end - if not matchKey(word, name:gsub([=[^['"]]=], ''), count >= 100) then - goto CONTINUE - end - if not vm.isVisible(parent, src) then - goto CONTINUE - end - local funcLabel - if config.get(state.uri, 'Lua.completion.showParams') then - --- TODO determine if getlocal should be a function here too - local value = vm.getObjectFunctionValue(src) or src - if value.type == 'function' - or value.type == 'doc.type.function' then - if not vm.isVarargFunctionWithOverloads(value) then - funcLabel = name .. getParams(value, oop) - fields[funcLabel] = src - count = count + 1 - end - if value.type == 'function' and value.bindDocs then - for _, doc in ipairs(value.bindDocs) do - if doc.type == 'doc.overload' then - funcLabel = name .. getParams(doc.overload, oop) - fields[funcLabel] = doc.overload - end - end - end - funcs[name] = true - if fields[name] and not guide.isAssign(fields[name]) then - fields[name] = nil - end - goto CONTINUE - end - end - local last = fields[name] - if last == nil and not funcs[name] then - fields[name] = src - count = count + 1 - goto CONTINUE - end - if vm.getDeprecated(src) then - goto CONTINUE - end - if guide.isAssign(src) then - fields[name] = src - goto CONTINUE - end - ::CONTINUE:: - end - - local fieldResults = {} - for name, src in util.sortPairs(fields) do - if src then - checkFieldThen(state, name, src, word, startPos, position, parent, oop, fieldResults) - await.delay() - end - end - - local scoreMap = {} - for i, res in ipairs(fieldResults) do - scoreMap[res] = i - end - table.sort(fieldResults, function (a, b) - local score1 = scoreMap[a] - local score2 = scoreMap[b] - if oop then - if not a.isMethod then - score1 = score1 + 10000 - end - if not b.isMethod then - score2 = score2 + 10000 - end - else - if a.isMethod then - score1 = score1 + 10000 - end - if b.isMethod then - score2 = score2 + 10000 - end - end - return score1 < score2 - end) - - for _, res in ipairs(fieldResults) do - results[#results+1] = res - end -end - ----@async -local function checkGlobal(state, word, startPos, position, parent, oop, results) - local locals = guide.getVisibleLocals(state.ast, position) - local globals = vm.getGlobalSets(state.uri, 'variable') - checkFieldOfRefs(globals, state, word, startPos, position, parent, oop, results, locals, 'global') -end - ----@async -local function checkField(state, word, start, position, parent, oop, results) - if parent.tag == '_ENV' or parent.special == '_G' then - local globals = vm.getGlobalSets(state.uri, 'variable') - checkFieldOfRefs(globals, state, word, start, position, parent, oop, results) - else - local refs = vm.getFields(parent) - checkFieldOfRefs(refs, state, word, start, position, parent, oop, results) - end -end - -local function checkTableField(state, word, start, results) - local source = guide.eachSourceContain(state.ast, start, function (source) - if source.start == start - and source.parent - and source.parent.type == 'table' then - return source - end - end) - if not source then - return - end - local used = {} - guide.eachSourceType(state.ast, 'tablefield', function (src) - if not src.field then - return - end - local key = src.field[1] - if not used[key] - and matchKey(word, key) - and src ~= source then - used[key] = true - results[#results+1] = { - label = key, - kind = define.CompletionItemKind.Property, - } - end - end) -end - -local function checkCommon(state, word, position, results) - local myUri = state.uri - local showWord = config.get(state.uri, 'Lua.completion.showWord') - if showWord == 'Disable' then - return - end - results.enableCommon = true - if showWord == 'Fallback' and #results ~= 0 then - return - end - local used = {} - for _, result in ipairs(results) do - used[result.label:match '^[^(]*'] = true - end - for _, data in ipairs(keyWordMap) do - used[data[1]] = true - end - if config.get(state.uri, 'Lua.completion.workspaceWord') and #word >= 2 then - local myHead = word:sub(1, 2) - for uri in files.eachFile(state.uri) do - if #results >= 100 then - results.incomplete = true - break - end - if myUri == uri then - goto CONTINUE - end - local words = files.getWordsOfHead(uri, myHead) - if not words then - goto CONTINUE - end - for _, str in ipairs(words) do - if #results >= 100 then - break - end - if not used[str] - and str ~= word then - used[str] = true - if matchKey(word, str) then - results[#results+1] = { - label = str, - kind = define.CompletionItemKind.Text, - } - end - end - end - ::CONTINUE:: - end - for uri in files.eachDll() do - if #results >= 100 then - break - end - local words = files.getDllWords(uri) or {} - for _, str in ipairs(words) do - if #results >= 100 then - break - end - if #str >= 3 and not used[str] and str ~= word then - used[str] = true - if matchKey(word, str) then - results[#results+1] = { - label = str, - kind = define.CompletionItemKind.Text, - } - end - end - end - end - end - for str, offset in state.lua:gmatch('(' .. guide.namePattern .. ')()') do - if #results >= 100 then - results.incomplete = true - break - end - if #str >= 3 - and not used[str] - and guide.offsetToPosition(state, offset - 1) ~= position then - used[str] = true - if matchKey(word, str) then - results[#results+1] = { - label = str, - kind = define.CompletionItemKind.Text, - } - end - end - end -end - -local function checkKeyWord(state, start, position, word, hasSpace, afterLocal, results) - local text = state.lua - local snipType = config.get(state.uri, 'Lua.completion.keywordSnippet') - local symbol = lookBackward.findSymbol(text, guide.positionToOffset(state, start)) - local isExp = symbol == '(' or symbol == ',' or symbol == '=' or symbol == '[' or symbol == '{' - local info = { - hasSpace = hasSpace, - isExp = isExp, - text = text, - start = start, - uri = guide.getUri(state.ast), - position = position, - state = state, - } - for _, data in ipairs(keyWordMap) do - local key = data[1] - local eq - if hasSpace then - eq = word == key - else - eq = matchKey(word, key) - end - if afterLocal and key ~= 'function' then - eq = false - end - if not eq then - goto CONTINUE - end - if isExp then - if key ~= 'nil' - and key ~= 'true' - and key ~= 'false' - and key ~= 'function' then - goto CONTINUE - end - end - local replaced - local extra - if snipType == 'Both' or snipType == 'Replace' then - local func = data[2] - if func then - replaced = func(info, results) - extra = true - end - end - if snipType == 'Both' then - replaced = false - end - if not replaced then - if not hasSpace then - local item = { - label = key, - kind = define.CompletionItemKind.Keyword, - } - if #results > 0 and extra then - table.insert(results, #results, item) - else - results[#results+1] = item - end - end - end - local checkStop = data[3] - if checkStop then - local stop = checkStop(info) - if stop then - return true - end - end - ::CONTINUE:: - end -end - -local function checkProvideLocal(state, word, start, results) - local block - guide.eachSourceContain(state.ast, start, function (source) - if source.type == 'function' - or source.type == 'main' then - block = source - end - end) - if not block then - return - end - local used = {} - guide.eachSourceType(block, 'getglobal', function (source) - if source.start > start - and not used[source[1]] - and matchKey(word, source[1]) then - used[source[1]] = true - results[#results+1] = { - label = source[1], - kind = define.CompletionItemKind.Variable, - } - end - end) - guide.eachSourceType(block, 'getlocal', function (source) - if source.start > start - and not used[source[1]] - and matchKey(word, source[1]) then - used[source[1]] = true - results[#results+1] = { - label = source[1], - kind = define.CompletionItemKind.Variable, - } - end - end) -end - -local function checkFunctionArgByDocParam(state, word, startPos, results) - local func = guide.eachSourceContain(state.ast, startPos, function (source) - if source.type == 'function' then - return source - end - end) - if not func then - return - end - local docs = func.bindDocs - if not docs then - return - end - local params = {} - for _, doc in ipairs(docs) do - if doc.type == 'doc.param' then - params[#params+1] = doc - end - end - local firstArg = func.args and func.args[1] - if not firstArg - or firstArg.start <= startPos and firstArg.finish >= startPos then - local firstParam = params[1] - if firstParam and matchKey(word, firstParam.param[1]) then - local label = {} - for _, param in ipairs(params) do - label[#label+1] = param.param[1] - end - results[#results+1] = { - label = table.concat(label, ', '), - match = firstParam.param[1], - kind = define.CompletionItemKind.Snippet, - } - end - end - for _, doc in ipairs(params) do - if matchKey(word, doc.param[1]) then - results[#results+1] = { - label = doc.param[1], - kind = define.CompletionItemKind.Interface, - } - end - end -end - -local function isAfterLocal(state, startPos) - local text = state.lua - local offset = guide.positionToOffset(state, startPos) - local pos = lookBackward.skipSpace(text, offset) - local word = lookBackward.findWord(text, pos) - return word == 'local' -end - -local function collectRequireNames(mode, myUri, literal, source, smark, position, results) - local collect = {} - if mode == 'require' then - for uri in files.eachFile(myUri) do - if myUri == uri then - goto CONTINUE - end - local path = furi.decode(uri) - local infos = rpath.getVisiblePath(myUri, path) - local relative = workspace.getRelativePath(path) - for _, info in ipairs(infos) do - if matchKey(literal, info.name) then - if not collect[info.name] then - collect[info.name] = { - textEdit = { - start = smark and (source.start + #smark) or position, - finish = smark and (source.finish - #smark) or position, - newText = smark and info.name or util.viewString(info.name), - }, - path = relative, - } - end - if vm.isMetaFile(uri) then - collect[info.name][#collect[info.name]+1] = ('* [[meta]](%s)'):format(uri) - else - collect[info.name][#collect[info.name]+1] = ([=[* [%s](%s) %s]=]):format( - relative, - uri, - lang.script('HOVER_USE_LUA_PATH', info.searcher) - ) - end - end - end - ::CONTINUE:: - end - for uri in files.eachDll() do - local opens = files.getDllOpens(uri) or {} - local path = workspace.getRelativePath(uri) - for _, open in ipairs(opens) do - if matchKey(literal, open) then - if not collect[open] then - collect[open] = { - textEdit = { - start = smark and (source.start + #smark) or position, - finish = smark and (source.finish - #smark) or position, - newText = smark and open or util.viewString(open), - }, - path = path, - } - end - collect[open][#collect[open]+1] = ([=[* [%s](%s)]=]):format( - path, - uri - ) - end - end - end - else - for uri in files.eachFile(myUri) do - if myUri == uri then - goto CONTINUE - end - if vm.isMetaFile(uri) then - goto CONTINUE - end - local path = workspace.getRelativePath(uri) - path = path:gsub('\\', '/') - if matchKey(literal, path) then - if not collect[path] then - collect[path] = { - textEdit = { - start = smark and (source.start + #smark) or position, - finish = smark and (source.finish - #smark) or position, - newText = smark and path or util.viewString(path), - } - } - end - collect[path][#collect[path]+1] = ([=[[%s](%s)]=]):format( - path, - uri - ) - end - ::CONTINUE:: - end - end - for label, infos in util.sortPairs(collect) do - local mark = {} - local des = {} - for _, info in ipairs(infos) do - if not mark[info] then - mark[info] = true - des[#des+1] = info - end - end - results[#results+1] = { - label = label, - detail = infos.path, - kind = define.CompletionItemKind.File, - description = table.concat(des, '\n'), - textEdit = infos.textEdit, - } - end -end - -local function checkUri(state, position, results) - local myUri = guide.getUri(state.ast) - guide.eachSourceContain(state.ast, position, function (source) - if source.type ~= 'string' then - return - end - local callargs = source.parent - if not callargs or callargs.type ~= 'callargs' then - return - end - if callargs[1] ~= source then - return - end - local call = callargs.parent - local func = call.node - local literal = guide.getLiteral(source) - local libName = vm.getLibraryName(func) - if not libName then - return - end - if libName == 'require' - or libName == 'dofile' - or libName == 'loadfile' then - collectRequireNames(libName, myUri, literal, source, source[2], position, results) - end - end) -end - -local function checkLenPlusOne(state, position, results) - local text = state.lua - guide.eachSourceContain(state.ast, position, function (source) - if source.type == 'getindex' - or source.type == 'setindex' then - local finish = guide.positionToOffset(state, source.node.finish) - local _, offset = text:find('%s*%[%s*%#', finish) - if not offset then - return - end - local start = guide.positionToOffset(state, source.node.start) + 1 - local nodeText = text:sub(start, finish) - local writingText = trim(text:sub(offset + 1, guide.positionToOffset(state, position))) or '' - if not matchKey(writingText, nodeText) then - return - end - local offsetPos = guide.offsetToPosition(state, offset) - 1 - if source.parent == guide.getParentBlock(source) then - local sourceFinish = guide.positionToOffset(state, source.finish) - -- state - local label = text:match('%#[ \t]*', offset) .. nodeText .. '+1' - local eq = text:find('^%s*%]?%s*%=', sourceFinish) - local newText = label .. ']' - if not eq then - newText = newText .. ' = ' - end - results[#results+1] = { - label = label, - match = nodeText, - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = offsetPos, - finish = source.finish, - newText = newText, - }, - } - else - -- exp - local label = text:match('%#[ \t]*', offset) .. nodeText - local newText = label .. ']' - results[#results+1] = { - label = label, - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = offsetPos, - finish = source.finish, - newText = newText, - }, - } - end - end - end) -end - -local function tryLabelInString(label, source) - if not source or source.type ~= 'string' then - return label - end - local state = parser.compile(label, 'String') - if not state or not state.ast then - return label - end - if not matchKey(source[1], state.ast[1]--[[@as string]]) then - return nil - end - return util.viewString(state.ast[1], source[2]) -end - -local function cleanEnums(enums, source) - for i = #enums, 1, -1 do - local enum = enums[i] - local label = tryLabelInString(enum.label, source) - if label then - enum.label = label - enum.textEdit = source and { - start = source.start, - finish = source.finish, - newText = enum.insertText or label, - } - end - end - return enums -end - ----@param state parser.state ----@param pos integer ----@param doc vm.node.object ----@param enums table[] ----@return table[]? -local function insertDocEnum(state, pos, doc, enums) - local tbl = doc.bindSource - if not tbl then - return nil - end - local parent = tbl.parent - local parentName - if vm.getGlobalNode(parent) then - parentName = vm.getGlobalNode(parent):getCodeName() - else - local locals = guide.getVisibleLocals(state.ast, pos) - for _, loc in pairs(locals) do - if util.arrayHas(vm.getDefs(loc), tbl) then - parentName = loc[1] - break - end - end - end - local valueEnums = {} - for _, field in ipairs(tbl) do - if field.type == 'tablefield' - or field.type == 'tableindex' then - if not field.value then - goto CONTINUE - end - local key = guide.getKeyName(field) - if not key then - goto CONTINUE - end - if parentName then - enums[#enums+1] = { - label = parentName .. '.' .. key, - kind = define.CompletionItemKind.EnumMember, - id = stack(field, function (newField) ---@async - return { - detail = buildDetail(newField), - description = buildDesc(newField), - } - end), - } - end - for nd in vm.compileNode(field.value):eachObject() do - if nd.type == 'boolean' - or nd.type == 'number' - or nd.type == 'integer' - or nd.type == 'string' then - valueEnums[#valueEnums+1] = { - label = util.viewLiteral(nd[1]), - kind = define.CompletionItemKind.EnumMember, - id = stack(field, function (newField) ---@async - return { - detail = buildDetail(newField), - description = buildDesc(newField), - } - end), - } - end - end - ::CONTINUE:: - end - end - for _, enum in ipairs(valueEnums) do - enums[#enums+1] = enum - end - return enums -end - ----@param state parser.state ----@param pos integer ----@param doc vm.node.object ----@param enums table[] ----@return table[]? -local function insertDocEnumKey(state, pos, doc, enums) - local tbl = doc.bindSource - if not tbl then - return nil - end - local keyEnums = {} - for _, field in ipairs(tbl) do - if field.type == 'tablefield' - or field.type == 'tableindex' then - if not field.value then - goto CONTINUE - end - local key = guide.getKeyName(field) - if not key then - goto CONTINUE - end - enums[#enums+1] = { - label = ('%q'):format(key), - kind = define.CompletionItemKind.EnumMember, - id = stack(field, function (newField) ---@async - return { - detail = buildDetail(newField), - description = buildDesc(newField), - } - end), - } - ::CONTINUE:: - end - end - for _, enum in ipairs(keyEnums) do - enums[#enums+1] = enum - end - return enums -end - -local function buildInsertDocFunction(doc) - local args = {} - for i, arg in ipairs(doc.args) do - args[i] = ('${%d:%s}'):format(i, arg.name[1]) - end - return ("\z -function (%s)\ -\t$0\ -end"):format(table.concat(args, ', ')) -end - ----@param state parser.state ----@param pos integer ----@param src vm.node.object ----@param enums table[] ----@param isInArray boolean? ----@param mark table? -local function insertEnum(state, pos, src, enums, isInArray, mark) - mark = mark or {} - if mark[src] then - return - end - mark[src] = true - if src.type == 'doc.type.string' - or src.type == 'doc.type.integer' - or src.type == 'doc.type.boolean' then - ---@cast src parser.object - enums[#enums+1] = { - label = vm.getInfer(src):view(state.uri), - description = src.comment, - kind = define.CompletionItemKind.EnumMember, - } - elseif src.type == 'doc.type.code' then - enums[#enums+1] = { - label = src[1], - description = src.comment, - kind = define.CompletionItemKind.EnumMember, - } - elseif src.type == 'doc.type.function' then - ---@cast src parser.object - local insertText = buildInsertDocFunction(src) - local description - if src.comment then - description = src.comment - else - local descText = insertText:gsub('%$%{%d+:([^}]+)%}', function (val) - return val - end):gsub('%$%{?%d+%}?', '') - description = markdown() - : add('lua', descText) - : string() - end - enums[#enums+1] = { - label = vm.getInfer(src):view(state.uri), - description = description, - kind = define.CompletionItemKind.Function, - insertText = insertText, - } - elseif isInArray and src.type == 'doc.type.array' then - for i, d in ipairs(vm.getDefs(src.node)) do - insertEnum(state, pos, d, enums, isInArray, mark) - end - elseif src.type == 'global' and src.cate == 'type' then - for _, set in ipairs(src:getSets(state.uri)) do - if set.type == 'doc.enum' then - if vm.docHasAttr(set, 'key') then - insertDocEnumKey(state, pos, set, enums) - else - insertDocEnum(state, pos, set, enums) - end - end - end - end -end - -local function checkTypingEnum(state, position, defs, str, results, isInArray) - local enums = {} - for _, def in ipairs(defs) do - insertEnum(state, position, def, enums, isInArray) - end - cleanEnums(enums, str) - for _, res in ipairs(enums) do - results[#results+1] = res - end -end - -local function checkEqualEnumLeft(state, position, source, results, isInArray) - if not source then - return - end - local str = guide.eachSourceContain(state.ast, position, function (src) - if src.type == 'string' then - return src - end - end) - local defs = vm.getDefs(source) - checkTypingEnum(state, position, defs, str, results, isInArray) -end - -local function checkEqualEnum(state, position, results) - local text = state.lua - local start = lookBackward.findTargetSymbol(text, guide.positionToOffset(state, position), '=') - if not start then - return - end - local eqOrNeq - if text:sub(start - 1, start - 1) == '=' - or text:sub(start - 1, start - 1) == '~' then - start = start - 1 - eqOrNeq = true - end - start = lookBackward.skipSpace(text, start - 1) - local source = findNearestSource(state, guide.offsetToPosition(state, start)) - if not source then - return - end - if source.type == 'callargs' then - source = source.parent - end - if source.type == 'call' and not eqOrNeq then - return - end - checkEqualEnumLeft(state, position, source, results) -end - -local function checkEqualEnumInString(state, position, results) - local source = findNearestSource(state, position) - local parent = source.parent - if parent.type == 'binary' then - if source ~= parent[2] then - return - end - if not parent.op then - return - end - if parent.op.type ~= '==' and parent.op.type ~= '~=' then - return - end - checkEqualEnumLeft(state, position, parent[1], results) - end - if (parent.type == 'tableexp') then - checkEqualEnumLeft(state, position, parent.parent.parent, results, true) - return - end - if parent.type == 'local' then - checkEqualEnumLeft(state, position, parent, results) - end - - if parent.type == 'setlocal' - or parent.type == 'setglobal' - or parent.type == 'setfield' - or parent.type == 'setindex' then - checkEqualEnumLeft(state, position, parent.node, results) - end - if parent.type == 'tablefield' - or parent.type == 'tableindex' then - checkEqualEnumLeft(state, position, parent, results) - end -end - -local function isFuncArg(state, position) - return guide.eachSourceContain(state.ast, position, function (source) - if source.type == 'funcargs' then - return true - end - end) -end - -local function trySpecial(state, position, results) - if guide.isInString(state.ast, position) then - checkUri(state, position, results) - checkEqualEnumInString(state, position, results) - return - end - -- x[#x+1] - checkLenPlusOne(state, position, results) - -- type(o) == - checkEqualEnum(state, position, results) -end - ----@async -local function tryIndex(state, position, results) - local parent, oop = findParentInStringIndex(state, position) - if not parent then - return - end - local word = parent.next and parent.next.index and parent.next.index[1] - if not word then - return - end - checkField(state, word, position, position, parent, oop, results) -end - ----@async -local function tryWord(state, position, triggerCharacter, results) - if triggerCharacter == '(' - or triggerCharacter == '#' - or triggerCharacter == ',' - or triggerCharacter == '{' then - return - end - local text = state.lua - local offset = guide.positionToOffset(state, position) - local finish = lookBackward.skipSpace(text, offset) - local word, start = lookBackward.findWord(text, offset) - local startPos - if not word then - word = '' - startPos = position - else - startPos = guide.offsetToPosition(state, start - 1) - end - local hasSpace = triggerCharacter ~= nil and finish ~= offset - if guide.isInString(state.ast, position) then - if not hasSpace then - if #results == 0 then - checkCommon(state, word, position, results) - end - end - else - local parent, oop = findParent(state, startPos) - if parent then - checkField(state, word, startPos, position, parent, oop, results) - elseif isFuncArg(state, position) then - checkProvideLocal(state, word, startPos, results) - checkFunctionArgByDocParam(state, word, startPos, results) - else - local afterLocal = isAfterLocal(state, startPos) - local stop = checkKeyWord(state, startPos, position, word, hasSpace, afterLocal, results) - if stop then - return - end - if not hasSpace then - if afterLocal then - checkProvideLocal(state, word, startPos, results) - else - checkLocal(state, word, startPos, results) - checkTableField(state, word, startPos, results) - local env = guide.getENV(state.ast, startPos) - checkGlobal(state, word, startPos, position, env, false, results) - checkModule(state, word, startPos, results) - end - end - end - if not hasSpace and (#results == 0 or word ~= '') then - checkCommon(state, word, position, results) - end - end -end - ----@async -local function trySymbol(state, position, results) - local text = state.lua - local symbol, start = lookBackward.findSymbol(text, guide.positionToOffset(state, position)) - if not symbol then - return nil - end - if guide.isInString(state.ast, position) then - return nil - end - local startPos = guide.offsetToPosition(state, start) - --if symbol == '.' - --or symbol == ':' then - -- local parent, oop = findParent(state, startPos) - -- if parent then - -- tracy.ZoneBeginN 'completion.trySymbol' - -- checkField(state, '', startPos, position, parent, oop, results) - -- tracy.ZoneEnd() - -- end - --end - if symbol == '(' then - checkFunctionArgByDocParam(state, '', startPos, results) - end -end - -local function findCall(state, position) - local call - guide.eachSourceContain(state.ast, position, function (src) - if src.type == 'call' then - if not call or call.start < src.start then - call = src - end - end - end) - return call -end - -local function getCallArgInfo(call, position) - if not call.args then - return 1, nil - end - for index, arg in ipairs(call.args) do - if arg.start <= position and arg.finish >= position then - return index, arg - end - end - return #call.args + 1, nil -end - -local function checkTableLiteralField(state, position, tbl, fields, results) - local text = state.lua - local mark = {} - for _, field in ipairs(tbl) do - if field.type == 'tablefield' - or field.type == 'tableindex' - or field.type == 'tableexp' then - local name = guide.getKeyName(field) - if name then - mark[name] = true - end - end - end - table.sort(fields, function (a, b) - return tostring(guide.getKeyName(a)) < tostring(guide.getKeyName(b)) - end) - -- {$} - local left = lookBackward.findWord(text, guide.positionToOffset(state, position)) - if not left then - local pos = lookBackward.findAnyOffset(text, guide.positionToOffset(state, position)) - local char = text:sub(pos, pos) - if char == '{' or char == ',' or char == ';' then - left = '' - end - end - if left then - local fieldResults = {} - for _, field in ipairs(fields) do - local name = guide.getKeyName(field) - if name - and not mark[name] - and matchKey(left, tostring(name)) then - local res = { - label = guide.getKeyName(field), - kind = define.CompletionItemKind.Property, - id = stack(field, function (newField) ---@async - return { - detail = buildDetail(newField), - description = buildDesc(newField), - } - end), - } - if field.optional - or vm.compileNode(field):isNullable() then - res.insertText = res.label - res.label = res.label.. '?' - end - fieldResults[#fieldResults+1] = res - end - end - util.sortByScore(fieldResults, { - function (r) return r.insertText and 0 or 1 end, - util.sortCallbackOfIndex(fieldResults), - }) - util.arrayMerge(results, fieldResults) - return #fieldResults > 0 - end -end - -local function tryCallArg(state, position, results) - local call = findCall(state, position) - if not call then - return - end - local argIndex, arg = getCallArgInfo(call, position) - if arg and arg.type == 'function' then - return - end - ---@diagnostic disable-next-line: missing-fields - local node = vm.compileCallArg({ type = 'dummyarg', uri = state.uri }, call, argIndex) - if not node then - return - end - - local enums = {} - for src in node:eachObject() do - insertEnum(state, position, src, enums, arg and arg.type == 'table') - end - cleanEnums(enums, arg) - for _, enum in ipairs(enums) do - results[#results+1] = enum - end -end - -local function tryTable(state, position, results) - local tbl = findNearestTable(state, position) - if not tbl then - return false - end - if tbl.type ~= 'table' then - return - end - local mark = {} - local fields = {} - - local defs = vm.getFields(tbl) - for _, field in ipairs(defs) do - local name = guide.getKeyName(field) - if name and not mark[name] then - mark[name] = true - fields[#fields+1] = field - end - end - if checkTableLiteralField(state, position, tbl, fields, results) then - return true - end - return false -end - -local function tryArray(state, position, results) - local source = findNearestSource(state, position) - if not source then - return - end - if source.type ~= 'table' and (not source.parent or source.parent.type ~= 'table') then - return - end - local tbl = source - if source.type ~= 'table' then - tbl = source.parent - end - if source.parent.type == 'callargs' and source.parent.parent.type == 'call' then - return - end - -- { } inside when enum - checkEqualEnumLeft(state, position, tbl, results, true) -end - -local function getComment(state, position) - local offset = guide.positionToOffset(state, position) - local symbolOffset = lookBackward.findAnyOffset(state.lua, offset, true) - if not symbolOffset then - return - end - local symbolPosition = guide.offsetToPosition(state, symbolOffset) - for _, comm in ipairs(state.comms) do - if symbolPosition > comm.start and symbolPosition <= comm.finish then - return comm - end - end - return nil -end - -local function getLuaDoc(state, position) - local offset = guide.positionToOffset(state, position) - local symbolOffset = lookBackward.findAnyOffset(state.lua, offset, true) - if not symbolOffset then - return - end - local symbolPosition = guide.offsetToPosition(state, symbolOffset) - for _, doc in ipairs(state.ast.docs) do - if symbolPosition >= doc.start and symbolPosition <= doc.range then - return doc - end - end - return nil -end - -local function tryluaDocCate(word, results) - for _, docType in ipairs { - 'class', - 'type', - 'alias', - 'param', - 'return', - 'field', - 'generic', - 'vararg', - 'overload', - 'deprecated', - 'meta', - 'version', - 'see', - 'diagnostic', - 'module', - 'async', - 'nodiscard', - 'cast', - 'operator', - 'source', - 'enum', - 'package', - 'private', - 'protected' - } do - if matchKey(word, docType) then - results[#results+1] = { - label = docType, - kind = define.CompletionItemKind.Event, - description = lang.script('LUADOC_DESC_' .. docType:upper()) - } - end - end -end - -local function getluaDocByContain(state, position) - local result - local range = math.huge - guide.eachSourceContain(state.ast.docs, position, function (src) - if not src.start then - return - end - if range >= position - src.start - and position <= src.finish then - range = position - src.start - result = src - end - end) - return result -end - -local function getluaDocByErr(state, start, position) - local targetError - for _, err in ipairs(state.errs) do - if err.finish <= position - and err.start >= start then - if not state.lua:sub(err.finish + 1, position):find '%S' then - targetError = err - break - end - end - end - if not targetError then - return nil - end - local targetDoc - for i = #state.ast.docs, 1, -1 do - local doc = state.ast.docs[i] - if doc.finish <= targetError.start then - targetDoc = doc - break - end - end - return targetError, targetDoc -end - ----@async -local function tryluaDocBySource(state, position, source, results) - if source.type == 'doc.extends.name' then - if source.parent.type == 'doc.class' then - local used = {} - for _, doc in ipairs(vm.getDocSets(state.uri)) do - local name = doc.type == 'doc.class' and doc.class[1] - if name - and name ~= source.parent.class[1] - and not used[name] - and matchKey(source[1], name) then - used[name] = true - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Class, - textEdit = name:find '[^%w_]' and { - start = source.start, - finish = position, - newText = name, - }, - } - end - end - end - return true - elseif source.type == 'doc.type.name' then - local used = {} - for _, doc in ipairs(vm.getDocSets(state.uri)) do - local name = (doc.type == 'doc.class' and doc.class[1]) - or (doc.type == 'doc.alias' and doc.alias[1]) - or (doc.type == 'doc.enum' and doc.enum[1]) - if name - and not used[name] - and matchKey(source[1], name) then - used[name] = true - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Class, - textEdit = name:find '[^%w_]' and { - start = source.start, - finish = position, - newText = name, - }, - } - end - end - return true - elseif source.type == 'doc.param.name' then - local funcs = {} - guide.eachSourceBetween(state.ast, position, math.huge, function (src) - if src.type == 'function' and src.start > position then - funcs[#funcs+1] = src - end - end) - table.sort(funcs, function (a, b) - return a.start < b.start - end) - local func = funcs[1] - if not func or not func.args then - return - end - for _, arg in ipairs(func.args) do - if arg[1] and matchKey(source[1], arg[1]) then - results[#results+1] = { - label = arg[1], - kind = define.CompletionItemKind.Interface, - } - end - end - return true - elseif source.type == 'doc.diagnostic' then - for _, mode in ipairs(diagnosticModes) do - if matchKey(source.mode, mode) then - results[#results+1] = { - label = mode, - kind = define.CompletionItemKind.Enum, - textEdit = { - start = source.start, - finish = source.start + #source.mode - 1, - newText = mode, - }, - } - end - end - return true - elseif source.type == 'doc.diagnostic.name' then - for name in util.sortPairs(define.DiagnosticDefaultSeverity) do - if matchKey(source[1], name) then - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Value, - textEdit = { - start = source.start, - finish = source.start + #source[1] - 1, - newText = name, - }, - } - end - end - return true - elseif source.type == 'doc.module' then - collectRequireNames('require', state.uri, source.module or '', source, source.smark, position, results) - return true - elseif source.type == 'doc.cast.name' then - local locals = guide.getVisibleLocals(state.ast, position) - for name, loc in util.sortPairs(locals) do - if matchKey(source[1], name) then - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Variable, - id = stack(loc, function (newLoc) ---@async - return { - detail = buildDetail(newLoc), - description = buildDesc(newLoc), - } - end), - } - end - end - return true - elseif source.type == 'doc.operator.name' then - for _, name in ipairs(vm.UNARY_OP) do - if matchKey(source[1], name) then - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Operator, - description = ('```lua\n%s\n```'):format(vm.OP_UNARY_MAP[name]), - } - end - end - for _, name in ipairs(vm.BINARY_OP) do - if matchKey(source[1], name) then - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Operator, - description = ('```lua\n%s\n```'):format(vm.OP_BINARY_MAP[name]), - } - end - end - for _, name in ipairs(vm.OTHER_OP) do - if matchKey(source[1], name) then - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Operator, - description = ('```lua\n%s\n```'):format(vm.OP_OTHER_MAP[name]), - } - end - end - return true - elseif source.type == 'doc.see.name' then - local symbolds = wssymbol(source[1], state.uri) - table.sort(symbolds, function (a, b) - return a.name < b.name - end) - for _, symbol in ipairs(symbolds) do - results[#results+1] = { - label = symbol.name, - kind = symbol.ckind, - id = stack(symbol.source, function (newSource) ---@async - return { - detail = buildDetail(newSource), - description = buildDesc(newSource), - } - end), - textEdit = { - start = source.start, - finish = source.finish, - newText = symbol.name, - }, - } - end - end - return false -end - ----@async -local function tryluaDocByErr(state, position, err, docState, results) - if err.type == 'LUADOC_MISS_CLASS_EXTENDS_NAME' then - local used = {} - for _, doc in ipairs(vm.getDocSets(state.uri)) do - if doc.type == 'doc.class' - and not used[doc.class[1]] - and doc.class[1] ~= docState.class[1] then - used[doc.class[1]] = true - results[#results+1] = { - label = doc.class[1], - kind = define.CompletionItemKind.Class, - } - end - end - elseif err.type == 'LUADOC_MISS_TYPE_NAME' then - local used = {} - for _, doc in ipairs(vm.getDocSets(state.uri)) do - if doc.type == 'doc.class' - and not used[doc.class[1]] then - used[doc.class[1]] = true - results[#results+1] = { - label = doc.class[1], - kind = define.CompletionItemKind.Class, - } - end - if doc.type == 'doc.alias' - and not used[doc.alias[1]] then - used[doc.alias[1]] = true - results[#results+1] = { - label = doc.alias[1], - kind = define.CompletionItemKind.Class, - } - end - if doc.type == 'doc.enum' - and not used[doc.enum[1]] then - used[doc.enum[1]] = true - results[#results+1] = { - label = doc.enum[1], - kind = define.CompletionItemKind.Enum, - } - end - end - elseif err.type == 'LUADOC_MISS_PARAM_NAME' then - local funcs = {} - guide.eachSourceBetween(state.ast, position, math.huge, function (src) - if src.type == 'function' and src.start > position then - funcs[#funcs+1] = src - end - end) - table.sort(funcs, function (a, b) - return a.start < b.start - end) - local func = funcs[1] - if not func or not func.args then - return - end - local label = {} - local insertText = {} - for i, arg in ipairs(func.args) do - if arg[1] and arg.type ~= 'self' then - label[#label+1] = arg[1] - if #label == 1 then - insertText[#insertText+1] = ('%s ${%d:any}'):format(arg[1], #label) - else - insertText[#insertText+1] = ('---@param %s ${%d:any}'):format(arg[1], #label) - end - end - end - results[#results+1] = { - label = table.concat(label, ', '), - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = table.concat(insertText, '\n'), - } - for i, arg in ipairs(func.args) do - if arg[1] then - results[#results+1] = { - label = arg[1], - kind = define.CompletionItemKind.Interface, - } - end - end - elseif err.type == 'LUADOC_MISS_DIAG_MODE' then - for _, mode in ipairs(diagnosticModes) do - results[#results+1] = { - label = mode, - kind = define.CompletionItemKind.Enum, - } - end - elseif err.type == 'LUADOC_MISS_DIAG_NAME' then - for name in util.sortPairs(diag.getDiagAndErrNameMap()) do - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Value, - } - end - elseif err.type == 'LUADOC_MISS_MODULE_NAME' then - collectRequireNames('require', state.uri, '', docState, nil, position, results) - elseif err.type == 'LUADOC_MISS_LOCAL_NAME' then - local locals = guide.getVisibleLocals(state.ast, position) - for name, loc in util.sortPairs(locals) do - if name ~= '_ENV' then - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Variable, - id = stack(loc, function (newLoc) ---@async - return { - detail = buildDetail(newLoc), - description = buildDesc(newLoc), - } - end), - } - end - end - elseif err.type == 'LUADOC_MISS_OPERATOR_NAME' then - for _, name in ipairs(vm.UNARY_OP) do - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Operator, - description = ('```lua\n%s\n```'):format(vm.OP_UNARY_MAP[name]), - } - end - for _, name in ipairs(vm.BINARY_OP) do - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Operator, - description = ('```lua\n%s\n```'):format(vm.OP_BINARY_MAP[name]), - } - end - for _, name in ipairs(vm.OTHER_OP) do - results[#results+1] = { - label = name, - kind = define.CompletionItemKind.Operator, - description = ('```lua\n%s\n```'):format(vm.OP_OTHER_MAP[name]), - } - end - elseif err.type == 'LUADOC_MISS_SEE_NAME' then - local symbolds = wssymbol('', state.uri) - table.sort(symbolds, function (a, b) - return a.name < b.name - end) - for _, symbol in ipairs(symbolds) do - results[#results+1] = { - label = symbol.name, - kind = symbol.ckind, - id = stack(symbol.source, function (newSource) ---@async - return { - detail = buildDetail(newSource), - description = buildDesc(newSource), - } - end), - } - end - end -end - -local function buildluaDocOfFunction(func, pad) - local index = 1 - local buf = {} - buf[#buf+1] = '${1:comment}' - local args = {} - local returns = {} - if func.args then - for _, arg in ipairs(func.args) do - args[#args+1] = vm.getInfer(arg):view(guide.getUri(func)) - end - end - if func.returns then - for _, rtns in ipairs(func.returns) do - for n = 1, #rtns do - if not returns[n] then - returns[n] = vm.getInfer(rtns[n]):view(guide.getUri(func)) - end - end - end - end - for n, arg in ipairs(args) do - local funcArg = func.args[n] - if funcArg[1] and funcArg.type ~= 'self' then - index = index + 1 - buf[#buf+1] = ('---%s@param %s ${%d:%s}'):format( - pad and ' ' or '', - funcArg[1], - index, - arg - ) - end - end - for _, rtn in ipairs(returns) do - index = index + 1 - buf[#buf+1] = ('---@return ${%d:%s}'):format( - index, - rtn - ) - end - local insertText = table.concat(buf, '\n') - return insertText -end - -local function tryluaDocOfFunction(doc, results, pad) - if not doc.bindSource then - return - end - local func = (doc.bindSource.type == 'function' and doc.bindSource) - or (doc.bindSource.value and doc.bindSource.value.type == 'function' and doc.bindSource.value) - or nil - if not func then - return - end - for _, otherDoc in ipairs(doc.bindGroup) do - if otherDoc.type == 'doc.return' then - return - end - end - if func.args then - for _, param in ipairs(func.args) do - if param.bindDocs then - return - end - end - end - local insertText = buildluaDocOfFunction(func, pad) - results[#results+1] = { - label = '@param;@return', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - filterText = '---', - insertText = insertText - } -end - ----@async -local function tryLuaDoc(state, position, results) - local doc = getLuaDoc(state, position) - if not doc then - return - end - if doc.type == 'doc.comment' then - local line = doc.originalComment.text - -- 尝试 '---$' or '--- $' - if line == '-' or line == '- ' then - tryluaDocOfFunction(doc, results, line == '- ') - return - end - -- 尝试 ---@$ - local cate = line:match('^-+%s*@(%a*)$') - if cate then - tryluaDocCate(cate, results) - return - end - end - -- 根据输入中的source来补全 - local source = getluaDocByContain(state, position) - if source then - local suc = tryluaDocBySource(state, position, source, results) - if suc then - return - end - end - -- 根据附近的错误消息来补全 - local err, expectDoc = getluaDocByErr(state, doc.start, position) - if err then - tryluaDocByErr(state, position, err, expectDoc, results) - return - end -end - -local function tryComment(state, position, results) - if #results > 0 then - return - end - local word = lookBackward.findWord(state.lua, guide.positionToOffset(state, position)) - local doc = getLuaDoc(state, position) - if not word then - local comment = getComment(state, position) - if not comment then - return - end - if comment.type == 'comment.short' - or comment.type == 'comment.cshort' then - if comment.text == '' then - results[#results+1] = { - label = '#region', - kind = define.CompletionItemKind.Snippet, - } - results[#results+1] = { - label = '#endregion', - kind = define.CompletionItemKind.Snippet, - } - end - end - return - end - if doc and doc.type ~= 'doc.comment' then - return - end - checkCommon(state, word, position, results) -end - ----@async -local function tryCompletions(state, position, triggerCharacter, results) - if getComment(state, position) then - tryLuaDoc(state, position, results) - tryComment(state, position, results) - return - end - if postfix(state, position, results) then - return - end - if tryTable(state, position, results) then - return - end - trySpecial(state, position, results) - tryCallArg(state, position, results) - tryArray(state, position, results) - tryWord(state, position, triggerCharacter, results) - tryIndex(state, position, results) - trySymbol(state, position, results) -end - ----@async -local function completion(uri, position, triggerCharacter) - local state = files.getLastState(uri) or files.getState(uri) - if not state then - return nil - end - clearStack() - diagnostic.pause() - local _ = diagnostic.resume - local results = {} - tracy.ZoneBeginN 'completion #2' - tryCompletions(state, position, triggerCharacter, results) - tracy.ZoneEnd() - - if #results == 0 then - return nil - end - - return results -end - ----@async -local function resolve(id) - local item = resolveStack(id) - return item -end - -return { - completion = completion, - resolve = resolve, -} diff --git a/script/core/completion/init.lua b/script/core/completion/init.lua deleted file mode 100644 index 6b28048aa..000000000 --- a/script/core/completion/init.lua +++ /dev/null @@ -1 +0,0 @@ -return require 'core.completion.completion' diff --git a/script/core/completion/keyword.lua b/script/core/completion/keyword.lua deleted file mode 100644 index aa0e21487..000000000 --- a/script/core/completion/keyword.lua +++ /dev/null @@ -1,410 +0,0 @@ -local define = require 'proto.define' -local files = require 'files' -local guide = require 'parser.guide' -local config = require 'config' -local util = require 'utility' -local lookback = require 'core.look-backward' - -local keyWordMap = { - { 'do', function(info, results) - if info.hasSpace then - results[#results+1] = { - label = 'do .. end', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = [[$0 end]], - } - else - results[#results+1] = { - label = 'do .. end', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -do\ -\t$0\ -end", - } - end - return true - end, function(info) - return guide.eachSourceContain(info.state.ast, info.start, function(source) - if source.type == 'while' - or source.type == 'in' - or source.type == 'loop' then - if source.finish - info.start <= 2 then - return true - end - end - end) - end }, - { 'and' }, - { 'break' }, - { 'else' }, - { 'elseif', function(info, results) - local offset = guide.positionToOffset(info.state, info.position) - if info.text:find('^%s*then', offset + 1) - or info.text:find('^%s*do', offset + 1) then - return false - end - if info.hasSpace then - results[#results+1] = { - label = 'elseif .. then', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = [[$1 then]], - } - else - results[#results+1] = { - label = 'elseif .. then', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = [[elseif $1 then]], - } - end - return true - end }, - { 'end' }, - { 'false' }, - { 'for', function(info, results) - if info.hasSpace then - results[#results+1] = { - label = 'for .. ipairs', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -${1:index}, ${2:value} in ipairs(${3:t}) do\ -\t$0\ -end" - } - results[#results+1] = { - label = 'for .. pairs', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -${1:key}, ${2:value} in pairs(${3:t}) do\ -\t$0\ -end" - } - results[#results+1] = { - label = 'for i = ..', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -${1:i} = ${2:1}, ${3:10, 1} do\ -\t$0\ -end" - } - else - results[#results+1] = { - label = 'for .. ipairs', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -for ${1:index}, ${2:value} in ipairs(${3:t}) do\ -\t$0\ -end" - } - results[#results+1] = { - label = 'for .. pairs', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -for ${1:key}, ${2:value} in pairs(${3:t}) do\ -\t$0\ -end" - } - results[#results+1] = { - label = 'for i = ..', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -for ${1:i} = ${2:1}, ${3:10, 1} do\ -\t$0\ -end" - } - end - return true - end }, - { 'function', function(info, results) - if info.hasSpace then - results[#results+1] = { - label = 'function ()', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = info.isExp and "\z -($1)\ -\t$0\ -end" or "\z -$1($2)\ -\t$0\ -end" - } - else - results[#results+1] = { - label = 'function ()', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = info.isExp and "\z -function ($1)\ -\t$0\ -end" or "\z -function $1($2)\ -\t$0\ -end" - } - end - return true - end }, - { 'goto' }, - { 'if', function(info, results) - local offset = guide.positionToOffset(info.state, info.position) - if info.text:find('^%s*then', offset + 1) - or info.text:find('^%s*do', offset + 1) then - return false - end - if info.hasSpace then - results[#results+1] = { - label = 'if .. then', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -$1 then\ -\t$0\ -end" - } - else - results[#results+1] = { - label = 'if .. then', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -if $1 then\ -\t$0\ -end" - } - end - return true - end }, - { 'in', function(info, results) - local offset = guide.positionToOffset(info.state, info.position) - if info.text:find('^%s*then', offset + 1) - or info.text:find('^%s*do', offset + 1) then - return false - end - if info.hasSpace then - results[#results+1] = { - label = 'in ..', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -${1:pairs(${2:t})} do\ -\t$0\ -end" - } - else - results[#results+1] = { - label = 'in ..', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -in ${1:pairs(${2:t})} do\ -\t$0\ -end" - } - end - return true - end }, - { 'local', function(info, results) - if info.hasSpace then - results[#results+1] = { - label = 'local function', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -function $1($2)\ -\t$0\ -end" - } - else - results[#results+1] = { - label = 'local function', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -local function $1($2)\ -\t$0\ -end" - } - end - return false - end }, - { 'nil' }, - { 'not' }, - { 'or' }, - { 'repeat', function(info, results) - if info.hasSpace then - results[#results+1] = { - label = 'repeat .. until', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = [[$0 until $1]] - } - else - results[#results+1] = { - label = 'repeat .. until', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -repeat\ -\t$0\ -until $1" - } - end - return true - end }, - { 'return', function(info, results) - if not info.hasSpace then - results[#results+1] = { - label = 'do return end', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = [[do return $1end]] - } - end - return false - end }, - { 'then', function(info, results) - local startOffset = guide.positionToOffset(info.state, info.start) - local pos, first = info.text:match('%S+%s+()(%S+)', startOffset + 1) - if first == 'end' - or first == 'else' - or first == 'elseif' then - local startRow = guide.rowColOf(info.start) - local finishPosition = guide.offsetToPosition(info.state, pos) - local finishRow = guide.rowColOf(finishPosition) - local startSp = info.text:match('^%s*', info.state.lines[startRow]) - local finishSp = info.text:match('^%s*', info.state.lines[finishRow]) - if startSp == finishSp then - return false - end - end - if not info.hasSpace then - results[#results+1] = { - label = 'then .. end', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = '\z -then\ -\t$0\ -end' - } - end - return true - end }, - { 'true' }, - { 'until' }, - { 'while', function(info, results) - if info.hasSpace then - results[#results+1] = { - label = 'while .. do', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -${1:true} do\ -\t$0\ -end" - } - else - results[#results+1] = { - label = 'while .. do', - kind = define.CompletionItemKind.Snippet, - insertTextFormat = 2, - insertText = "\z -while ${1:true} do\ -\t$0\ -end" - } - end - return true - end }, - { 'continue', function (info, results) - local nonstandardSymbol = config.get(info.uri, 'Lua.runtime.nonstandardSymbol') - if util.arrayHas(nonstandardSymbol, 'continue') then - return - end - local version = config.get(info.uri, 'Lua.runtime.version') - if version == 'Lua 5.1' then - return - end - local mostInsideBlock - guide.eachSourceContain(info.state.ast, info.start, function (src) - if src.type == 'while' - or src.type == 'in' - or src.type == 'loop' - or src.type == 'repeat' then - mostInsideBlock = src - end - end) - if not mostInsideBlock then - return - end - -- 找一下 end 的位置 - local endPos - if mostInsideBlock.type == 'while' then - endPos = mostInsideBlock.keyword[5] - elseif mostInsideBlock.type == 'in' then - endPos = mostInsideBlock.keyword[7] - elseif mostInsideBlock.type == 'loop' then - endPos = mostInsideBlock.keyword[5] - elseif mostInsideBlock.type == 'repeat' then - endPos = mostInsideBlock.keyword[3] - end - if not endPos then - return - end - local endLine = guide.rowColOf(endPos) - local tabStr = info.state.lua:sub( - info.state.lines[endLine], - guide.positionToOffset(info.state, endPos) - ) - local newText - if tabStr:match '^[\t ]*$' then - newText = ' ::continue::\n' .. tabStr - else - newText = '::continue::' - end - local additional = {} - - local word = lookback.findWord(info.state.lua, guide.positionToOffset(info.state, info.start) - 1) - if word ~= 'goto' then - additional[#additional+1] = { - start = info.start, - finish = info.start, - newText = 'goto ', - } - end - - local hasContinue = guide.eachSourceType(mostInsideBlock, 'label', function (src) - if src[1] == 'continue' then - return true - end - end) - - if not hasContinue then - additional[#additional+1] = { - start = endPos, - finish = endPos, - newText = newText, - } - end - results[#results+1] = { - label = 'goto continue ..', - kind = define.CompletionItemKind.Snippet, - insertText = "continue", - additionalTextEdits = additional, - } - return true - end } -} - -return keyWordMap diff --git a/script/core/completion/postfix.lua b/script/core/completion/postfix.lua deleted file mode 100644 index 1331a0e4c..000000000 --- a/script/core/completion/postfix.lua +++ /dev/null @@ -1,394 +0,0 @@ -local guide = require 'parser.guide' -local lookback = require 'core.look-backward' -local matchKey = require 'core.matchkey' -local subString = require 'core.substring' -local define = require 'proto.define' -local markdown = require 'provider.markdown' -local config = require 'config' - -local actions = {} - -local function register(key) - return function (data) - actions[#actions+1] = { - key = key, - data = data - } - end -end - -local function hasNonFieldInNode(source) - local block = guide.getParentBlock(source) - while source ~= block do - if source.type == 'call' - or source.type == 'getindex' - or source.type == 'getmethod' then - return true - end - source = source.parent - end - return false -end - -register 'function' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getlocal' - and source.type ~= 'local' then - return - end - if hasNonFieldInNode(source) then - return - end - local subber = subString(state) - callback(string.format('function %s($1)\n\t$0\nend' - , subber(source.start + 1, source.finish) - )) - end -} - -register 'method' { - function (state, source, callback) - if source.type == 'getfield' then - if hasNonFieldInNode(source) then - return - end - local subber = subString(state) - callback(string.format('function %s:%s($1)\n\t$0\nend' - , subber(source.start + 1, source.dot.start) - , subber(source.dot.finish + 1, source.finish) - )) - end - if source.type == 'getmethod' then - if hasNonFieldInNode(source.parent) then - return - end - local subber = subString(state) - callback(string.format('function %s:%s($1)\n\t$0\nend' - , subber(source.start + 1, source.colon.start) - , subber(source.colon.finish + 1, source.finish) - )) - end - end -} - -register 'pcall' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' then - return - end - local subber = subString(state) - if source.type == 'call' then - if source.args and #source.args > 0 then - callback(string.format('pcall(%s, %s)' - , subber(source.node.start + 1, source.node.finish) - , subber(source.args[1].start + 1, source.args[#source.args].finish) - )) - else - callback(string.format('pcall(%s)' - , subber(source.node.start + 1, source.node.finish) - )) - end - else - callback(string.format('pcall(%s$1)$0' - , subber(source.start + 1, source.finish) - )) - end - end -} - -register 'xpcall' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' then - return - end - local subber = subString(state) - if source.type == 'call' then - if source.args and #source.args > 0 then - callback(string.format('xpcall(%s, ${1:debug.traceback}, %s)$0' - , subber(source.node.start + 1, source.node.finish) - , subber(source.args[1].start + 1, source.args[#source.args].finish) - )) - else - callback(string.format('xpcall(%s, ${1:debug.traceback})$0' - , subber(source.node.start + 1, source.node.finish) - )) - end - else - callback(string.format('xpcall(%s, ${1:debug.traceback}$2)$0' - , subber(source.start + 1, source.finish) - )) - end - end -} - -register 'ifcall' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' then - return - end - local subber = subString(state) - if source.type == 'call' then - if source.args and #source.args > 0 then - callback(string.format('if %s then %s(%s) end$0' - , subber(source.node.start + 1, source.node.finish) - , subber(source.node.start + 1, source.node.finish) - , subber(source.args[1].start + 1, source.args[#source.args].finish) - )) - else - callback(string.format('if %s then %s() end$0' - , subber(source.node.start + 1, source.node.finish) - , subber(source.node.start + 1, source.node.finish) - )) - end - else - callback(string.format('if %s then %s($1) end$0' - , subber(source.node.start + 1, source.node.finish) - , subber(source.node.start + 1, source.node.finish) - )) - end - end -} - -register 'local' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' - and source.type ~= 'table' then - return - end - local subber = subString(state) - callback(string.format('local $1 = %s$0' - , subber(source.start + 1, source.finish) - )) - end -} - -register 'ipairs' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' - and source.type ~= 'table' then - return - end - local subber = subString(state) - callback(string.format('for ${1:i}, ${2:v} in ipairs(%s) do\n\t$0\nend' - , subber(source.start + 1, source.finish) - )) - end -} - -register 'pairs' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' - and source.type ~= 'table' then - return - end - local subber = subString(state) - callback(string.format('for ${1:k}, ${2:v} in pairs(%s) do\n\t$0\nend' - , subber(source.start + 1, source.finish) - )) - end -} - -register 'insert' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' - and source.type ~= 'table' then - return - end - local subber = subString(state) - callback(string.format('table.insert(%s, $0)' - , subber(source.start + 1, source.finish) - )) - end -} - -register 'remove' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' - and source.type ~= 'table' then - return - end - local subber = subString(state) - callback(string.format('table.remove(%s, $0)' - , subber(source.start + 1, source.finish) - )) - end -} - -register 'concat' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getmethod' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' - and source.type ~= 'call' - and source.type ~= 'table' then - return - end - local subber = subString(state) - callback(string.format('table.concat(%s, $0)' - , subber(source.start + 1, source.finish) - )) - end -} - -register '++' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' then - return - end - local subber = subString(state) - callback(string.format('%s = %s + 1' - , subber(source.start + 1, source.finish) - , subber(source.start + 1, source.finish) - )) - end -} - -register '++?' { - function (state, source, callback) - if source.type ~= 'getglobal' - and source.type ~= 'getfield' - and source.type ~= 'getindex' - and source.type ~= 'getlocal' then - return - end - local subber = subString(state) - callback(string.format('%s = (%s or 0) + 1' - , subber(source.start + 1, source.finish) - , subber(source.start + 1, source.finish) - )) - end -} - -local accepts = { - ['local'] = true, - ['getlocal'] = true, - ['getglobal'] = true, - ['getfield'] = true, - ['getindex'] = true, - ['getmethod'] = true, - ['call'] = true, - ['table'] = true, -} - -local function checkPostFix(state, word, wordPosition, position, symbol, results) - local source = guide.eachSourceContain(state.ast, wordPosition, function (source) - if accepts[source.type] - and source.finish == wordPosition then - return source - end - end) - if not source then - return - end - for i, action in ipairs(actions) do - if matchKey(word, action.key) then - action.data[1](state, source, function (newText) - local descText = newText:gsub('%$%{%d+:([^}]+)%}', function (val) - return val - end):gsub('%$%{?%d+%}?', '') - results[#results+1] = { - label = action.key, - kind = define.CompletionItemKind.Event, - description = markdown() - : add('lua', descText) - : string(), - textEdit = { - start = wordPosition + #symbol, - finish = position, - newText = newText, - }, - sortText = ('postfix-%04d'):format(i), - - additionalTextEdits = { - { - start = source.start, - finish = wordPosition + #symbol, - newText = '', - }, - }, - } - end) - end - end -end - -return function (state, position, results) - if guide.isInString(state.ast, position) then - return false - end - local text = state.lua - local offset = guide.positionToOffset(state, position) - local word, newOffset = lookback.findWord(text, offset) - if newOffset then - offset = newOffset - 1 - end - local symbol = text:sub(offset, offset) - if symbol == config.get(state.uri, 'Lua.completion.postfix') then - local wordPosition = guide.offsetToPosition(state, offset - 1) - checkPostFix(state, word or '', wordPosition, position, symbol, results) - return symbol ~= '.' and symbol ~= ':' - end - if not word then - if symbol == '+' then - word = text:sub(offset - 1, offset) - offset = offset - 2 - end - if symbol == '?' then - word = text:sub(offset - 2, offset) - offset = offset - 3 - end - if word then - local wordPosition = guide.offsetToPosition(state, offset) - checkPostFix(state, word or '', wordPosition, position, '', results) - return true - end - end - return false -end diff --git a/script/core/definition.lua b/script/core/definition.lua deleted file mode 100644 index 3619916e6..000000000 --- a/script/core/definition.lua +++ /dev/null @@ -1,237 +0,0 @@ -local workspace = require 'workspace' -local files = require 'files' -local vm = require 'vm' -local findSource = require 'core.find-source' -local guide = require 'parser.guide' -local rpath = require 'workspace.require-path' -local jumpSource = require 'core.jump-source' -local wssymbol = require 'core.workspace-symbol' - -local function sortResults(results) - -- 先按照顺序排序 - table.sort(results, function (a, b) - local u1 = guide.getUri(a.target) - local u2 = guide.getUri(b.target) - if u1 == u2 then - return a.target.start < b.target.start - else - return u1 < u2 - end - end) - -- 如果2个结果处于嵌套状态,则取范围小的那个 - local lf, lu - for i = #results, 1, -1 do - local res = results[i].target - local f = res.finish - local uri = guide.getUri(res) - if lf and f > lf and uri == lu then - table.remove(results, i) - else - lu = uri - lf = f - end - end -end - -local accept = { - ['local'] = true, - ['setlocal'] = true, - ['getlocal'] = true, - ['label'] = true, - ['goto'] = true, - ['field'] = true, - ['method'] = true, - ['setglobal'] = true, - ['getglobal'] = true, - ['string'] = true, - ['boolean'] = true, - ['number'] = true, - ['integer'] = true, - ['...'] = true, - - ['doc.type.name'] = true, - ['doc.class.name'] = true, - ['doc.extends.name'] = true, - ['doc.alias.name'] = true, - ['doc.see.name'] = true, - ['doc.cast.name'] = true, - ['doc.enum.name'] = true, - ['doc.field.name'] = true, -} - -local function checkRequire(source, offset) - if source.type ~= 'string' then - return nil - end - local callargs = source.parent - if callargs.type ~= 'callargs' then - return - end - if callargs[1] ~= source then - return - end - local call = callargs.parent - local func = call.node - local literal = guide.getLiteral(source) - local libName = vm.getLibraryName(func) - if not libName then - return nil - end - if libName == 'require' then - return rpath.findUrisByRequireName(guide.getUri(source), literal) - elseif libName == 'dofile' - or libName == 'loadfile' then - return workspace.findUrisByFilePath(literal) - end - return nil -end - -local function convertIndex(source) - if not source then - return - end - if source.type == 'string' - or source.type == 'boolean' - or source.type == 'number' - or source.type == 'integer' then - local parent = source.parent - if not parent then - return - end - if parent.type == 'setindex' - or parent.type == 'getindex' - or parent.type == 'tableindex' then - return parent - end - end - return source -end - ----@async ----@param source parser.object ----@param results table -local function checkSee(source, results) - if source.type ~= 'doc.see.name' then - return - end - local symbols = wssymbol(source[1], guide.getUri(source)) - for _, symbol in ipairs(symbols) do - if symbol.name == source[1] then - results[#results+1] = { - target = symbol.source, - source = source, - uri = guide.getUri(symbol.source), - } - end - end -end - ----@async -return function (uri, offset) - local ast = files.getState(uri) - if not ast then - return nil - end - - local source = convertIndex(findSource(ast, offset, accept)) - if not source then - return nil - end - - local results = {} - local uris = checkRequire(source) - if uris then - for i, uri in ipairs(uris) do - results[#results+1] = { - uri = uri, - source = source, - target = { - start = 0, - finish = 0, - uri = uri, - } - } - end - end - - checkSee(source, results) - - local defs = vm.getDefs(source) - - for _, src in ipairs(defs) do - if src.type == 'global' then - goto CONTINUE - end - local root = guide.getRoot(src) - if not root then - goto CONTINUE - end - if src.type == 'self' then - goto CONTINUE - end - src = src.field or src.method or src - if src.type == 'getindex' - or src.type == 'setindex' - or src.type == 'tableindex' then - src = src.index - if not src then - goto CONTINUE - end - if not guide.isLiteral(src) then - goto CONTINUE - end - else - if guide.isLiteral(src) - and src.type ~= 'function' - and src.type ~= 'doc.type.function' - and src.type ~= 'doc.type.table' then - goto CONTINUE - end - end - if src.type == 'doc.class' then - src = src.class - end - if src.type == 'doc.alias' then - src = src.alias - end - if src.type == 'doc.enum' then - src = src.enum - end - if src.type == 'doc.type.field' then - src = src.name - end - if src.type == 'doc.class.name' - or src.type == 'doc.alias.name' - or src.type == 'doc.enum.name' then - if source.type ~= 'doc.type.name' - and source.type ~= 'doc.extends.name' - and source.type ~= 'doc.see.name' - and source.type ~= 'doc.class.name' - and source.type ~= 'doc.alias.name' then - goto CONTINUE - end - end - if src.type == 'doc.generic.name' then - goto CONTINUE - end - if src.type == 'doc.param' then - goto CONTINUE - end - - results[#results+1] = { - target = src, - uri = root.uri, - source = source, - } - ::CONTINUE:: - end - - if #results == 0 then - return nil - end - - sortResults(results) - jumpSource(results) - - return results -end diff --git a/script/core/diagnostics/ambiguity-1.lua b/script/core/diagnostics/ambiguity-1.lua deleted file mode 100644 index 830b2f2f7..000000000 --- a/script/core/diagnostics/ambiguity-1.lua +++ /dev/null @@ -1,79 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' - -local opMap = { - ['+'] = true, - ['-'] = true, - ['*'] = true, - ['/'] = true, - ['//'] = true, - ['^'] = true, - ['<<'] = true, - ['>>'] = true, - ['&'] = true, - ['|'] = true, - ['~'] = true, - ['..'] = true, -} - -local literalMap = { - ['number'] = true, - ['integer'] = true, - ['boolean'] = true, - ['string'] = true, - ['table'] = true, -} - -return function (uri, callback) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - guide.eachSourceType(state.ast, 'binary', function (source) - if source.op.type ~= 'or' then - return - end - local first = source[1] - local second = source[2] - if not first or not second then - return - end - -- a + (b or 0) --> (a + b) or 0 - do - if opMap[first.op and first.op.type] - and first.type ~= 'unary' - and not second.op - and literalMap[second.type] - and not literalMap[first[2].type] - then - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_AMBIGUITY_1', text:sub( - guide.positionToOffset(state, first.start + 1), - guide.positionToOffset(state, first.finish) - )) - } - end - end - -- (a or 0) + c --> a or (0 + c) - do - if opMap[second.op and second.op.type] - and second.type ~= 'unary' - and not first.op - and literalMap[second[1].type] - then - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_AMBIGUITY_1', text:sub( - guide.positionToOffset(state, second.start + 1), - guide.positionToOffset(state, second.finish) - )) - } - end - end - end) -end diff --git a/script/core/diagnostics/assign-type-mismatch.lua b/script/core/diagnostics/assign-type-mismatch.lua deleted file mode 100644 index 8472e87c5..000000000 --- a/script/core/diagnostics/assign-type-mismatch.lua +++ /dev/null @@ -1,120 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local guide = require 'parser.guide' -local vm = require 'vm' -local await = require 'await' - -local checkTypes = { - 'local', - 'setlocal', - 'setglobal', - 'setfield', - 'setindex', - 'setmethod', - 'tablefield', - 'tableindex', - 'tableexp', -} - ----@param source parser.object ----@return boolean -local function hasMarkType(source) - if not source.bindDocs then - return false - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.type' - or doc.type == 'doc.class' then - return true - end - end - return false -end - ----@param source parser.object ----@return boolean -local function hasMarkClass(source) - if not source.bindDocs then - return false - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.class' then - return true - end - end - return false -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceTypes(state.ast, checkTypes, function (source) - local value = source.value - if not value then - return - end - await.delay() - if source.type == 'setlocal' then - local locNode = vm.compileNode(source.node) - if not locNode.hasDefined then - return - end - end - if value.type == 'nil' then - --[[ - ---@class A - local mt - ---@type X - mt._x = nil -- don't warn this - ]] - if hasMarkType(source) then - return - end - if source.type == 'setfield' - or source.type == 'setindex' then - return - end - end - - local valueNode = vm.compileNode(value) - if source.type == 'setindex' - or source.type == 'tableexp' then - -- boolean[1] = nil - valueNode = valueNode:copy():removeOptional() - end - - if value.type == 'getfield' - or value.type == 'getindex' then - -- 由于无法对字段进行类型收窄, - -- 因此将假值移除再进行检查 - valueNode = valueNode:copy():setTruthy() - end - - local varNode = vm.compileNode(source) - local errs = {} - if vm.canCastType(uri, varNode, valueNode, errs) then - return - end - - -- local Cat = setmetatable({}, {__index = Animal}) 允许逆变 - if hasMarkClass(source) then - if vm.canCastType(uri, valueNode:copy():remove 'table', varNode) then - return - end - end - - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_ASSIGN_TYPE_MISMATCH', { - def = vm.getInfer(varNode):view(uri), - ref = vm.getInfer(valueNode):view(uri), - }) .. '\n' .. vm.viewTypeErrorMessage(uri, errs), - } - end) -end diff --git a/script/core/diagnostics/await-in-sync.lua b/script/core/diagnostics/await-in-sync.lua deleted file mode 100644 index 558a5ff09..000000000 --- a/script/core/diagnostics/await-in-sync.lua +++ /dev/null @@ -1,30 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'call', function (source) - local currentFunc = guide.getParentFunction(source) - if currentFunc and vm.isAsync(currentFunc, false) then - return - end - await.delay() - if vm.isAsyncCall(source) then - callback { - start = source.node.start, - finish = source.node.finish, - message = lang.script('DIAG_AWAIT_IN_SYNC'), - } - return - end - end) -end diff --git a/script/core/diagnostics/cast-local-type.lua b/script/core/diagnostics/cast-local-type.lua deleted file mode 100644 index 264453745..000000000 --- a/script/core/diagnostics/cast-local-type.lua +++ /dev/null @@ -1,54 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local guide = require 'parser.guide' -local vm = require 'vm' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'local', function (loc) - if not loc.ref then - return - end - if loc[1] == '_' then - return - end - await.delay() - local locNode = vm.compileNode(loc) - if not locNode.hasDefined then - return - end - for _, ref in ipairs(loc.ref) do - if ref.type == 'setlocal' and ref.value then - await.delay() - local refNode = vm.compileNode(ref) - local value = ref.value - - if value.type == 'getfield' - or value.type == 'getindex' then - -- 由于无法对字段进行类型收窄, - -- 因此将假值移除再进行检查 - refNode = refNode:copy():setTruthy() - end - - local errs = {} - if not vm.canCastType(uri, locNode, refNode, errs) then - callback { - start = ref.start, - finish = ref.finish, - message = lang.script('DIAG_CAST_LOCAL_TYPE', { - def = vm.getInfer(locNode):view(uri), - ref = vm.getInfer(refNode):view(uri), - }) .. '\n' .. vm.viewTypeErrorMessage(uri, errs), - } - end - end - end - end) -end diff --git a/script/core/diagnostics/cast-type-mismatch.lua b/script/core/diagnostics/cast-type-mismatch.lua deleted file mode 100644 index d86443c57..000000000 --- a/script/core/diagnostics/cast-type-mismatch.lua +++ /dev/null @@ -1,47 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.cast' and doc.name then - await.delay() - local defs = vm.getDefs(doc.name) - local loc = defs[1] - if loc then - local defNode = vm.compileNode(loc) - if defNode.hasDefined then - for _, cast in ipairs(doc.casts) do - if not cast.mode and cast.extends then - local refNode = vm.compileNode(cast.extends) - local errs = {} - if not vm.canCastType(uri, defNode, refNode, errs) then - assert(errs) - callback { - start = cast.extends.start, - finish = cast.extends.finish, - message = lang.script('DIAG_CAST_TYPE_MISMATCH', { - def = vm.getInfer(defNode):view(uri), - ref = vm.getInfer(refNode):view(uri), - }) .. '\n' .. vm.viewTypeErrorMessage(uri, errs), - } - end - end - end - end - end - end - end -end diff --git a/script/core/diagnostics/circle-doc-class.lua b/script/core/diagnostics/circle-doc-class.lua deleted file mode 100644 index fcd2021d2..000000000 --- a/script/core/diagnostics/circle-doc-class.lua +++ /dev/null @@ -1,58 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local vm = require 'vm' -local guide = require 'parser.guide' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.class' then - if not doc.extends then - goto CONTINUE - end - await.delay() - local myName = guide.getKeyName(doc) - local list = { doc } - local mark = {} - for i = 1, 999 do - local current = list[i] - if not current then - goto CONTINUE - end - if current.extends then - for _, extend in ipairs(current.extends) do - local newName = extend[1] - if newName == myName then - callback { - start = doc.start, - finish = doc.finish, - message = lang.script('DIAG_CIRCLE_DOC_CLASS', myName) - } - goto CONTINUE - end - if newName and not mark[newName] then - mark[newName] = true - local docs = vm.getDocSets(uri, newName) - for _, otherDoc in ipairs(docs) do - if otherDoc.type == 'doc.class' then - list[#list+1] = otherDoc - end - end - end - end - end - end - ::CONTINUE:: - end - end -end diff --git a/script/core/diagnostics/close-non-object.lua b/script/core/diagnostics/close-non-object.lua deleted file mode 100644 index 1a42b8008..000000000 --- a/script/core/diagnostics/close-non-object.lua +++ /dev/null @@ -1,40 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - guide.eachSourceType(state.ast, 'local', function (source) - if not source.attrs then - return - end - if source.attrs[1][1] ~= 'close' then - return - end - if not source.value then - callback { - start = source.start, - finish = source.finish, - message = lang.script.DIAG_COSE_NON_OBJECT, - } - return - end - local infer = vm.getInfer(source.value) - if not infer:hasClass(uri) - and not infer:hasType(uri, 'nil') - and not infer:hasType(uri, 'table') - and not infer:hasUnknown(uri) - and not infer:hasAny(uri) then - callback { - start = source.value.start, - finish = source.value.finish, - message = lang.script.DIAG_COSE_NON_OBJECT, - } - end - end) -end diff --git a/script/core/diagnostics/code-after-break.lua b/script/core/diagnostics/code-after-break.lua deleted file mode 100644 index 963fd9ed9..000000000 --- a/script/core/diagnostics/code-after-break.lua +++ /dev/null @@ -1,38 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local define = require 'proto.define' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - local mark = {} - ---@async - guide.eachSourceType(state.ast, 'break', function (source) - local list = source.parent - if mark[list] then - return - end - mark[list] = true - await.delay() - for i = #list, 1, -1 do - local src = list[i] - if src == source then - if i == #list then - return - end - callback { - start = list[i+1].start, - finish = list[#list].range or list[#list].finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_CODE_AFTER_BREAK, - } - end - end - end) -end diff --git a/script/core/diagnostics/codestyle-check.lua b/script/core/diagnostics/codestyle-check.lua deleted file mode 100644 index 6d22597b1..000000000 --- a/script/core/diagnostics/codestyle-check.lua +++ /dev/null @@ -1,41 +0,0 @@ -local files = require 'files' -local converter = require 'proto.converter' -local log = require 'log' -local pformatting = require 'provider.formatting' - - ----@async -return function(uri, callback) - local state = files.getState(uri) - if not state then - return - end - local text = state.originText - - local suc, codeFormat = pcall(require, 'code_format') - if not suc then - return - end - - pformatting.updateConfig(uri) - - local status, diagnosticInfos = codeFormat.diagnose_file(uri, text) - - if not status then - if diagnosticInfos ~= nil then - log.error(diagnosticInfos) - end - - return - end - - if diagnosticInfos then - for _, diagnosticInfo in ipairs(diagnosticInfos) do - callback { - start = converter.unpackPosition(state, diagnosticInfo.range.start), - finish = converter.unpackPosition(state, diagnosticInfo.range["end"]), - message = diagnosticInfo.message - } - end - end -end diff --git a/script/core/diagnostics/count-down-loop.lua b/script/core/diagnostics/count-down-loop.lua deleted file mode 100644 index bd6e5ee31..000000000 --- a/script/core/diagnostics/count-down-loop.lua +++ /dev/null @@ -1,51 +0,0 @@ -local files = require "files" -local guide = require "parser.guide" -local lang = require 'language' - -return function (uri, callback) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - - guide.eachSourceType(state.ast, 'loop', function (source) - local maxNumber = source.max and tonumber(source.max[1]) - if not maxNumber then - return - end - local minNumber = source.init and tonumber(source.init[1]) - if minNumber and maxNumber and minNumber <= maxNumber then - return - end - if not minNumber and maxNumber ~= 1 then - return - end - if not source.step then - callback { - start = source.init.start, - finish = source.max.finish, - message = lang.script('DIAG_COUNT_DOWN_LOOP' - , ('%s, %s'):format(text:sub( - guide.positionToOffset(state, source.init.start + 1), - guide.positionToOffset(state, source.max.finish) - ), '-1') - ) - } - else - local stepNumber = tonumber(source.step[1]) - if stepNumber and stepNumber > 0 then - callback { - start = source.init.start, - finish = source.step.finish, - message = lang.script('DIAG_COUNT_DOWN_LOOP' - , ('%s, -%s'):format(text:sub( - guide.positionToOffset(state, source.init.start + 1), - guide.positionToOffset(state, source.max.finish) - ), source.step[1]) - ) - } - end - end - end) -end diff --git a/script/core/diagnostics/deprecated.lua b/script/core/diagnostics/deprecated.lua deleted file mode 100644 index 6492bc53c..000000000 --- a/script/core/diagnostics/deprecated.lua +++ /dev/null @@ -1,82 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local lang = require 'language' -local guide = require 'parser.guide' -local config = require 'config' -local define = require 'proto.define' -local await = require 'await' -local util = require 'utility' - -local types = {'getglobal', 'getfield', 'getindex', 'getmethod'} ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - local dglobals = util.arrayToHash(config.get(uri, 'Lua.diagnostics.globals')) - local rspecial = config.get(uri, 'Lua.runtime.special') - - guide.eachSourceTypes(ast.ast, types, function (src) ---@async - if src.type == 'getglobal' then - local key = src[1] - if not key then - return - end - if dglobals[key] then - return - end - if rspecial[key] then - return - end - end - - await.delay() - - local deprecated = vm.getDeprecated(src, true) - if not deprecated then - return - end - - await.delay() - - local message = lang.script.DIAG_DEPRECATED - local versions - if deprecated.type == 'doc.version' then - local validVersions = vm.getValidVersions(deprecated) - if not validVersions then - return - end - versions = {} - for version, valid in pairs(validVersions) do - if valid then - versions[#versions+1] = version - end - end - table.sort(versions) - if #versions > 0 then - message = ('%s(%s)'):format(message - , lang.script('DIAG_DEFINED_VERSION' - , table.concat(versions, '/') - , config.get(uri, 'Lua.runtime.version')) - ) - end - end - if deprecated.type == 'doc.deprecated' then - if deprecated.comment then - message = ('%s(%s)'):format(message, util.trim(deprecated.comment.text)) - end - end - - callback { - start = src.start, - finish = src.finish, - tags = { define.DiagnosticTag.Deprecated }, - message = message, - data = { - versions = versions, - } - } - end) -end diff --git a/script/core/diagnostics/different-requires.lua b/script/core/diagnostics/different-requires.lua deleted file mode 100644 index 22e3e6810..000000000 --- a/script/core/diagnostics/different-requires.lua +++ /dev/null @@ -1,55 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local config = require 'config' -local vm = require 'vm' -local rpath = require 'workspace.require-path' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - local cache = vm.getCache 'different-requires' - guide.eachSpecialOf(state.ast, 'require', function (source) - local call = source.parent - if not call or call.type ~= 'call' then - return - end - local arg1 = call.args and call.args[1] - if not arg1 or arg1.type ~= 'string' then - return - end - local literal = arg1[1] - local results = rpath.findUrisByRequireName(uri, literal) - if not results or #results ~= 1 then - return - end - local result = results[1] - if not files.isLua(result) then - return - end - local other = cache[result] - if not other then - cache[result] = { - source = arg1, - require = literal, - } - return - end - if other.require ~= literal then - callback { - start = arg1.start, - finish = arg1.finish, - related = { - { - start = other.source.start, - finish = other.source.finish, - uri = guide.getUri(other.source), - } - }, - message = lang.script('DIAG_DIFFERENT_REQUIRES'), - } - end - end) -end diff --git a/script/core/diagnostics/discard-returns.lua b/script/core/diagnostics/discard-returns.lua deleted file mode 100644 index cef7ece50..000000000 --- a/script/core/diagnostics/discard-returns.lua +++ /dev/null @@ -1,29 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local await = require 'await' -local lang = require 'language' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - ---@async - guide.eachSourceType(state.ast, 'call', function (source) - local parent = source.parent - if parent.type ~= 'function' - and parent.type ~= 'main' then - return - end - await.delay() - if vm.isNoDiscard(source.node, true) then - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_DISCARD_RETURNS'), - } - end - end) -end diff --git a/script/core/diagnostics/doc-field-no-class.lua b/script/core/diagnostics/doc-field-no-class.lua deleted file mode 100644 index 97603c0b7..000000000 --- a/script/core/diagnostics/doc-field-no-class.lua +++ /dev/null @@ -1,41 +0,0 @@ -local files = require 'files' -local lang = require 'language' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type ~= 'doc.field' then - goto CONTINUE - end - local bindGroup = doc.bindGroup - if not bindGroup then - goto CONTINUE - end - local ok - for _, other in ipairs(bindGroup) do - if other.type == 'doc.class' then - ok = true - break - end - if other == doc then - break - end - end - if not ok then - callback { - start = doc.start, - finish = doc.finish, - message = lang.script('DIAG_DOC_FIELD_NO_CLASS'), - } - end - ::CONTINUE:: - end -end diff --git a/script/core/diagnostics/duplicate-doc-alias.lua b/script/core/diagnostics/duplicate-doc-alias.lua deleted file mode 100644 index 360358e49..000000000 --- a/script/core/diagnostics/duplicate-doc-alias.lua +++ /dev/null @@ -1,52 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local vm = require 'vm' -local guide = require 'parser.guide' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - local cache = {} - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.alias' - or doc.type == 'doc.enum' then - local name = guide.getKeyName(doc) - if not name then - return - end - await.delay() - if not cache[name] then - local docs = vm.getDocSets(uri, name) - cache[name] = {} - for _, otherDoc in ipairs(docs) do - if otherDoc.type == 'doc.alias' - or otherDoc.type == 'doc.class' - or otherDoc.type == 'doc.enum' then - cache[name][#cache[name]+1] = { - start = otherDoc.start, - finish = otherDoc.finish, - uri = guide.getUri(otherDoc), - } - end - end - end - if #cache[name] > 1 then - callback { - start = (doc.alias or doc.enum).start, - finish = (doc.alias or doc.enum).finish, - related = cache, - message = lang.script('DIAG_DUPLICATE_DOC_ALIAS', name) - } - end - end - end -end diff --git a/script/core/diagnostics/duplicate-doc-field.lua b/script/core/diagnostics/duplicate-doc-field.lua deleted file mode 100644 index 098b41a48..000000000 --- a/script/core/diagnostics/duplicate-doc-field.lua +++ /dev/null @@ -1,110 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local vm = require 'vm.vm' -local await = require 'await' -local guide = require 'parser.guide' - -local function getFieldEventName(doc) - if not doc.extends then - return nil - end - if #doc.extends.types ~= 1 then - return nil - end - local docFunc = doc.extends.types[1] - if docFunc.type ~= 'doc.type.function' then - return nil - end - for i = 1, 2 do - local arg = docFunc.args[i] - if arg - and arg.extends - and #arg.extends.types == 1 then - local literal = arg.extends.types[1] - if literal.type == 'doc.type.boolean' - or literal.type == 'doc.type.string' - or literal.type == 'doc.type.integer' then - return ('%q'):format(literal[1]) - end - end - end - return nil -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - local cachedKeys = {} - - ---@param field parser.object - ---@return string? - local function viewKey(field) - if not cachedKeys[field] then - local view = vm.viewKey(field, uri) - if view then - local eventName = getFieldEventName(field) - if eventName then - view = view .. '|' .. eventName - end - end - cachedKeys[field] = view or false - end - return cachedKeys[field] or nil - end - - ---@async - ---@param myField parser.object - local function checkField(myField) - await.delay() - local myView = viewKey(myField) - if not myView then - return - end - - local class = myField.class - if not class then - return - end - for _, set in ipairs(vm.getGlobal('type', class.class[1]):getSets(uri)) do - if not set.fields then - goto CONTINUE - end - for _, field in ipairs(set.fields) do - if field == myField then - goto CONTINUE - end - local view = viewKey(field) - if view ~= myView then - goto CONTINUE - end - callback { - start = myField.field.start, - finish = myField.field.finish, - message = lang.script('DIAG_DUPLICATE_DOC_FIELD', myView), - related = {{ - start = field.field.start, - finish = field.field.finish, - uri = guide.getUri(field), - }} - } - do return end - ::CONTINUE:: - end - ::CONTINUE:: - end - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.field' then - checkField(doc) - end - end -end diff --git a/script/core/diagnostics/duplicate-doc-param.lua b/script/core/diagnostics/duplicate-doc-param.lua deleted file mode 100644 index b54c19783..000000000 --- a/script/core/diagnostics/duplicate-doc-param.lua +++ /dev/null @@ -1,37 +0,0 @@ -local files = require 'files' -local lang = require 'language' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type ~= 'doc.param' then - goto CONTINUE - end - local name = doc.param[1] - local bindGroup = doc.bindGroup - if not bindGroup then - goto CONTINUE - end - for _, other in ipairs(bindGroup) do - if other ~= doc - and other.type == 'doc.param' - and other.param[1] == name then - callback { - start = doc.param.start, - finish = doc.param.finish, - message = lang.script('DIAG_DUPLICATE_DOC_PARAM', name) - } - goto CONTINUE - end - end - ::CONTINUE:: - end -end diff --git a/script/core/diagnostics/duplicate-index.lua b/script/core/diagnostics/duplicate-index.lua deleted file mode 100644 index dfd9bd4b7..000000000 --- a/script/core/diagnostics/duplicate-index.lua +++ /dev/null @@ -1,65 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local define = require 'proto.define' -local await = require 'await' - ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - ---@async - guide.eachSourceType(ast.ast, 'table', function (source) - await.delay() - local mark = {} - for _, obj in ipairs(source) do - if obj.type == 'tablefield' - or obj.type == 'tableindex' - or obj.type == 'tableexp' then - local name = guide.getKeyName(obj) - if name then - if not mark[name] then - mark[name] = {} - end - mark[name][#mark[name]+1] = obj.field or obj.index or obj.value - end - end - end - - for name, defs in pairs(mark) do - if #defs > 1 and name then - local related = {} - for i = 1, #defs do - local def = defs[i] - related[i] = { - start = def.start, - finish = def.finish, - uri = uri, - } - end - for i = 1, #defs - 1 do - local def = defs[i] - callback { - start = def.start, - finish = def.finish, - related = related, - message = lang.script('DIAG_DUPLICATE_INDEX', name), - level = define.DiagnosticSeverity.Hint, - tags = { define.DiagnosticTag.Unnecessary }, - } - end - for i = #defs, #defs do - local def = defs[i] - callback { - start = def.start, - finish = def.finish, - related = related, - message = lang.script('DIAG_DUPLICATE_INDEX', name), - } - end - end - end - end) -end diff --git a/script/core/diagnostics/duplicate-set-field.lua b/script/core/diagnostics/duplicate-set-field.lua deleted file mode 100644 index a4b205dda..000000000 --- a/script/core/diagnostics/duplicate-set-field.lua +++ /dev/null @@ -1,84 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local define = require 'proto.define' -local guide = require 'parser.guide' -local vm = require 'vm' -local await = require 'await' - -local sourceTypes = { - 'setfield', - 'setmethod', - 'setindex', -} - ----@param source parser.object ----@return parser.object? -local function getTopFunctionOfIf(source) - while true do - if source.type == 'ifblock' - or source.type == 'elseifblock' - or source.type == 'elseblock' - or source.type == 'function' - or source.type == 'main' then - return source - end - source = source.parent - end - return nil -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if vm.isMetaFile(uri) then - return - end - - ---@async - guide.eachSourceTypes(state.ast, sourceTypes, function (src) - await.delay() - local name = guide.getKeyName(src) - if not name then - return - end - local value = vm.getObjectValue(src) - if not value or value.type ~= 'function' then - return - end - local myTopBlock = getTopFunctionOfIf(src) - local defs = vm.getDefs(src) - for _, def in ipairs(defs) do - if def == src then - goto CONTINUE - end - if def.type ~= 'setfield' - and def.type ~= 'setmethod' - and def.type ~= 'setindex' then - goto CONTINUE - end - local defTopBlock = getTopFunctionOfIf(def) - if uri == guide.getUri(def) and myTopBlock ~= defTopBlock then - goto CONTINUE - end - local defValue = vm.getObjectValue(def) - if not defValue or defValue.type ~= 'function' then - goto CONTINUE - end - callback { - start = src.start, - finish = src.finish, - related = {{ - start = def.start, - finish = def.finish, - uri = guide.getUri(def), - }}, - message = lang.script('DIAG_DUPLICATE_SET_FIELD', name), - } - ::CONTINUE:: - end - end) -end diff --git a/script/core/diagnostics/empty-block.lua b/script/core/diagnostics/empty-block.lua deleted file mode 100644 index e05b6aef2..000000000 --- a/script/core/diagnostics/empty-block.lua +++ /dev/null @@ -1,54 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local define = require 'proto.define' -local await = require 'await' - --- 检查空代码块 --- 但是排除忙等待(repeat/while) ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - await.delay() - guide.eachSourceType(ast.ast, 'if', function (source) - for _, block in ipairs(source) do - if #block > 0 then - return - end - end - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_EMPTY_BLOCK, - } - end) - await.delay() - guide.eachSourceType(ast.ast, 'loop', function (source) - if #source > 0 then - return - end - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_EMPTY_BLOCK, - } - end) - await.delay() - guide.eachSourceType(ast.ast, 'in', function (source) - if #source > 0 then - return - end - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_EMPTY_BLOCK, - } - end) -end diff --git a/script/core/diagnostics/global-element.lua b/script/core/diagnostics/global-element.lua deleted file mode 100644 index e9dd46ce9..000000000 --- a/script/core/diagnostics/global-element.lua +++ /dev/null @@ -1,57 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local config = require 'config' -local vm = require 'vm' -local util = require 'utility' - -local function isDocClass(source) - if not source.bindDocs then - return false - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.class' then - return true - end - end - return false -end - --- If global elements are discouraged by coding convention, this diagnostic helps with reminding about that --- Exceptions may be added to Lua.diagnostics.globals -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - local definedGlobal = util.arrayToHash(config.get(uri, 'Lua.diagnostics.globals')) - - guide.eachSourceType(ast.ast, 'setglobal', function (source) - local name = guide.getKeyName(source) - if not name or definedGlobal[name] then - return - end - -- If the assignment is marked as doc.class, then it is considered allowed - if isDocClass(source) then - return - end - if definedGlobal[name] == nil then - definedGlobal[name] = false - local global = vm.getGlobal('variable', name) - if global then - for _, set in ipairs(global:getSets(uri)) do - if vm.isMetaFile(guide.getUri(set)) then - definedGlobal[name] = true - return - end - end - end - end - callback { - start = source.start, - finish = source.finish, - message = lang.script.DIAG_GLOBAL_ELEMENT, - } - end) -end diff --git a/script/core/diagnostics/global-in-nil-env.lua b/script/core/diagnostics/global-in-nil-env.lua deleted file mode 100644 index daf1f99d5..000000000 --- a/script/core/diagnostics/global-in-nil-env.lua +++ /dev/null @@ -1,39 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - local function check(source) - local node = source.node - if node.tag == '_ENV' then - return - end - if guide.isParam(node) then - return - end - - if not node.value or node.value.type == 'nil' then - callback { - start = source.start, - finish = source.finish, - uri = uri, - message = lang.script.DIAG_GLOBAL_IN_NIL_ENV, - related = { - { - start = node.start, - finish = node.finish, - uri = uri, - } - } - } - end - end - - guide.eachSourceType(state.ast, 'getglobal', check) - guide.eachSourceType(state.ast, 'setglobal', check) -end diff --git a/script/core/diagnostics/helper/missing-doc-helper.lua b/script/core/diagnostics/helper/missing-doc-helper.lua deleted file mode 100644 index 116173f2d..000000000 --- a/script/core/diagnostics/helper/missing-doc-helper.lua +++ /dev/null @@ -1,83 +0,0 @@ -local lang = require 'language' - -local m = {} - -local function findParam(docs, param) - if not docs then - return false - end - - for _, doc in ipairs(docs) do - if doc.type == 'doc.param' then - if doc.param[1] == param then - return true - end - end - end - - return false -end - -local function findReturn(docs, index) - if not docs then - return false - end - - for _, doc in ipairs(docs) do - if doc.type == 'doc.return' then - for _, ret in ipairs(doc.returns) do - if ret.returnIndex == index then - return true - end - end - end - end - - return false -end - -local function checkFunction(source, callback, commentId, paramId, returnId) - local functionName = source.parent[1] - local argCount = source.args and #source.args or 0 - - if argCount == 0 and not source.returns and not source.bindDocs then - callback { - start = source.start, - finish = source.finish, - message = lang.script(commentId, functionName), - } - end - - if argCount > 0 then - for _, arg in ipairs(source.args) do - local argName = arg[1] - if argName ~= 'self' - and argName ~= '_' then - if not findParam(source.bindDocs, argName) then - callback { - start = arg.start, - finish = arg.finish, - message = lang.script(paramId, argName, functionName), - } - end - end - end - end - - if source.returns then - for _, ret in ipairs(source.returns) do - for index, expr in ipairs(ret) do - if not findReturn(source.bindDocs, index) then - callback { - start = expr.start, - finish = expr.finish, - message = lang.script(returnId, index, functionName), - } - end - end - end - end -end - -m.CheckFunction = checkFunction -return m diff --git a/script/core/diagnostics/incomplete-signature-doc.lua b/script/core/diagnostics/incomplete-signature-doc.lua deleted file mode 100644 index 1ffbb77a2..000000000 --- a/script/core/diagnostics/incomplete-signature-doc.lua +++ /dev/null @@ -1,109 +0,0 @@ --- incomplete-signature-doc -local files = require 'files' -local lang = require 'language' -local guide = require "parser.guide" -local await = require 'await' - -local function findParam(docs, param) - if not docs then - return false - end - - for _, doc in ipairs(docs) do - if doc.type == 'doc.param' then - if doc.param[1] == param then - return true - end - end - end - - return false -end - -local function findReturn(docs, index) - if not docs then - return false - end - - for _, doc in ipairs(docs) do - if doc.type == 'doc.return' then - for _, ret in ipairs(doc.returns) do - if ret.returnIndex == index then - return true - end - end - end - end - - return false -end - ---- check if there's any signature doc (@param or @return), or just comments, @async, ... -local function findSignatureDoc(docs) - if not docs then - return false - end - for _, doc in ipairs(docs) do - if doc.type == 'doc.return' or doc.type == 'doc.param' then - return true - end - end - return false -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast then - return - end - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - await.delay() - - if not source.bindDocs then - return - end - - --- don't apply rule if there is no @param or @return annotation yet - --- so comments and @async can be applied without the need for a full documentation - if(not findSignatureDoc(source.bindDocs)) then - return - end - - if source.args and #source.args > 0 then - for _, arg in ipairs(source.args) do - local argName = arg[1] - if argName ~= 'self' - and argName ~= '_' then - if not findParam(source.bindDocs, argName) then - callback { - start = arg.start, - finish = arg.finish, - message = lang.script('DIAG_INCOMPLETE_SIGNATURE_DOC_PARAM', argName), - } - end - end - end - end - - if source.returns then - for _, ret in ipairs(source.returns) do - for index, expr in ipairs(ret) do - if not findReturn(source.bindDocs, index) then - callback { - start = expr.start, - finish = expr.finish, - message = lang.script('DIAG_INCOMPLETE_SIGNATURE_DOC_RETURN', index), - } - end - end - end - end - end) -end diff --git a/script/core/diagnostics/init.lua b/script/core/diagnostics/init.lua deleted file mode 100644 index bb0489a81..000000000 --- a/script/core/diagnostics/init.lua +++ /dev/null @@ -1,189 +0,0 @@ -local files = require 'files' -local define = require 'proto.define' -local config = require 'config' -local await = require 'await' -local vm = require "vm.vm" -local util = require 'utility' -local diagd = require 'proto.diagnostic' - -local sleepRest = 0.0 - ----@async -local function checkSleep(uri, passed) - local speedRate = config.get(uri, 'Lua.diagnostics.workspaceRate') - if speedRate <= 0 or speedRate >= 100 then - return - end - local sleepTime = passed * (100 - speedRate) / speedRate - if sleepTime + sleepRest < 0.001 then - sleepRest = sleepRest + sleepTime - return - end - sleepRest = sleepTime + sleepRest - sleepTime = sleepRest - if sleepTime > 0.1 then - sleepTime = 0.1 - end - local clock = os.clock() - await.sleep(sleepTime) - local sleeped = os.clock() - clock - - sleepRest = sleepRest - sleeped -end - ----@param uri uri ----@param name string ----@return string -local function getSeverity(uri, name) - local severity = config.get(uri, 'Lua.diagnostics.severity')[name] - or define.DiagnosticDefaultSeverity[name] - if severity:sub(-1) == '!' then - return severity:sub(1, -2) - end - local groupSeverity = config.get(uri, 'Lua.diagnostics.groupSeverity') - local groups = diagd.getGroups(name) - local groupLevel = 999 - for _, groupName in ipairs(groups) do - local gseverity = groupSeverity[groupName] - if gseverity and gseverity ~= 'Fallback' then - groupLevel = math.min(groupLevel, define.DiagnosticSeverity[gseverity]) - end - end - if groupLevel == 999 then - return severity - end - for severityName, level in pairs(define.DiagnosticSeverity) do - if level == groupLevel then - return severityName - end - end - return severity -end - ----@param uri uri ----@param name string ----@return string -local function getStatus(uri, name) - local status = config.get(uri, 'Lua.diagnostics.neededFileStatus')[name] - or define.DiagnosticDefaultNeededFileStatus[name] - if status:sub(-1) == '!' then - return status:sub(1, -2) - end - local groupStatus = config.get(uri, 'Lua.diagnostics.groupFileStatus') - local groups = diagd.getGroups(name) - local groupLevel = 0 - for _, groupName in ipairs(groups) do - local gstatus = groupStatus[groupName] - if gstatus and gstatus ~= 'Fallback' then - groupLevel = math.max(groupLevel, define.DiagnosticFileStatus[gstatus]) - end - end - if groupLevel == 0 then - return status - end - for statusName, level in pairs(define.DiagnosticFileStatus) do - if level == groupLevel then - return statusName - end - end - return status -end - ----@async ----@param uri uri ----@param name string ----@param isScopeDiag boolean ----@param response async fun(result: any) ----@return boolean -local function check(uri, name, isScopeDiag, response) - local disables = config.get(uri, 'Lua.diagnostics.disable') - if util.arrayHas(disables, name) then - return false - end - local severity = getSeverity(uri, name) - local status = getStatus(uri, name) - - if status == 'None' then - return false - end - - if status == 'Opened' and not files.isOpen(uri) then - return false - end - - local level = define.DiagnosticSeverity[severity] - local clock = os.clock() - local mark = {} - ---@async - require('core.diagnostics.' .. name)(uri, function (result) - if vm.isDiagDisabledAt(uri, result.start, name) then - return - end - if result.start < 0 then - return - end - if mark[result.start] then - return - end - mark[result.start] = true - - result.level = level or result.level - result.code = name - response(result) - end, name) - local passed = os.clock() - clock - if passed >= 0.5 then - log.warn(('Diagnostics [%s] @ [%s] takes [%.3f] sec!'):format(name, uri, passed)) - end - if isScopeDiag then - checkSleep(uri, passed) - end - if DIAGTIMES then - DIAGTIMES[name] = (DIAGTIMES[name] or 0) + passed - end - return true -end - -local diagList -local diagCosts = {} -local diagCount = {} -local function buildDiagList() - if not diagList then - diagList = {} - for name in pairs(define.DiagnosticDefaultSeverity) do - diagList[#diagList+1] = name - end - end - table.sort(diagList, function (a, b) - local time1 = (diagCosts[a] or 0) / (diagCount[a] or 1) - local time2 = (diagCosts[b] or 0) / (diagCount[b] or 1) - return time1 < time2 - end) - return diagList -end - ----@async ----@param uri uri ----@param isScopeDiag boolean ----@param response async fun(result: any) ----@param checked? async fun(name: string) -return function (uri, isScopeDiag, response, checked) - local ast = files.getState(uri) - if not ast then - return nil - end - - for _, name in ipairs(buildDiagList()) do - await.delay() - local clock = os.clock() - local suc = check(uri, name, isScopeDiag, response) - if suc then - local cost = os.clock() - clock - diagCosts[name] = (diagCosts[name] or 0) + cost - diagCount[name] = (diagCount[name] or 0) + 1 - end - if checked then - checked(name) - end - end -end diff --git a/script/core/diagnostics/inject-field.lua b/script/core/diagnostics/inject-field.lua deleted file mode 100644 index 2866eef8f..000000000 --- a/script/core/diagnostics/inject-field.lua +++ /dev/null @@ -1,147 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local lang = require 'language' -local guide = require 'parser.guide' -local await = require 'await' -local hname = require 'core.hover.name' - -local skipCheckClass = { - ['unknown'] = true, - ['any'] = true, - ['table'] = true, -} - ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - ---@async - local function checkInjectField(src) - await.delay() - - local node = src.node - if not node then - return - end - local ok - for view in vm.getInfer(node):eachView(uri) do - if skipCheckClass[view] then - return - end - ok = true - end - if not ok then - return - end - - local isExact - local class = vm.getDefinedClass(uri, node) - if class then - for _, doc in ipairs(class:getSets(uri)) do - if vm.docHasAttr(doc, 'exact') then - isExact = true - break - end - end - if not isExact then - return - end - if src.type == 'setmethod' - and not guide.getSelfNode(node) then - return - end - end - - for _, def in ipairs(vm.getDefs(src)) do - local dnode = def.node - if dnode - and not isExact - and vm.getDefinedClass(uri, dnode) then - return - end - if def.type == 'doc.type.field' then - return - end - if def.type == 'doc.field' then - return - end - end - - local howToFix = '' - if not isExact then - howToFix = lang.script('DIAG_INJECT_FIELD_FIX_CLASS', { - node = hname(node), - fix = '---@class', - }) - for _, ndef in ipairs(vm.getDefs(node)) do - if ndef.type == 'doc.type.table' then - howToFix = lang.script('DIAG_INJECT_FIELD_FIX_TABLE', { - fix = '[any]: any', - }) - break - end - end - end - - local message = lang.script('DIAG_INJECT_FIELD', { - class = vm.getInfer(node):view(uri), - field = guide.getKeyName(src), - fix = howToFix, - }) - if src.type == 'setfield' and src.field then - callback { - start = src.field.start, - finish = src.field.finish, - message = message, - } - elseif src.type == 'setmethod' and src.method then - callback { - start = src.method.start, - finish = src.method.finish, - message = message, - } - end - end - guide.eachSourceType(ast.ast, 'setfield', checkInjectField) - guide.eachSourceType(ast.ast, 'setmethod', checkInjectField) - - ---@async - local function checkExtraTableField(src) - await.delay() - - if not src.bindSource then - return - end - if not vm.docHasAttr(src, 'exact') then - return - end - local value = src.bindSource.value - if not value or value.type ~= 'table' then - return - end - for _, field in ipairs(value) do - local defs = vm.getDefs(field) - for _, def in ipairs(defs) do - if def.type == 'doc.field' then - goto nextField - end - end - local message = lang.script('DIAG_INJECT_FIELD', { - class = vm.getInfer(src):view(uri), - field = guide.getKeyName(src), - fix = '', - }) - callback { - start = field.start, - finish = field.finish, - message = message, - } - ::nextField:: - end - end - - guide.eachSourceType(ast.ast, 'doc.class', checkExtraTableField) -end diff --git a/script/core/diagnostics/invisible.lua b/script/core/diagnostics/invisible.lua deleted file mode 100644 index 7172c4a5b..000000000 --- a/script/core/diagnostics/invisible.lua +++ /dev/null @@ -1,67 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm.vm' -local await = require 'await' - -local checkTypes = {'getfield', 'setfield', 'getmethod', 'setmethod', 'getindex', 'setindex'} - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceTypes(state.ast, checkTypes, function (src) - local child = src.field or src.method or src.index - if not child then - return - end - local key = guide.getKeyName(src) - if not key then - return - end - await.delay() - local defs = vm.getDefs(src) - for _, def in ipairs(defs) do - if not vm.isVisible(src.node, def) then - if vm.getVisibleType(def) == 'private' then - callback { - start = child.start, - finish = child.finish, - uri = uri, - message = lang.script('DIAG_INVISIBLE_PRIVATE', { - field = key, - class = vm.getParentClass(def):getName(), - }), - } - elseif vm.getVisibleType(def) == 'protected' then - callback { - start = child.start, - finish = child.finish, - uri = uri, - message = lang.script('DIAG_INVISIBLE_PROTECTED', { - field = key, - class = vm.getParentClass(def):getName(), - }), - } - elseif vm.getVisibleType(def) == 'package' then - callback { - start = child.start, - finish = child.finish, - uri = uri, - message = lang.script('DIAG_INVISIBLE_PACKAGE', { - field = key, - uri = guide.getUri(def), - }), - } - else - error('Unknown visible type: ' .. vm.getVisibleType(def)) - end - break - end - end - end) -end diff --git a/script/core/diagnostics/lowercase-global.lua b/script/core/diagnostics/lowercase-global.lua deleted file mode 100644 index 68bec2349..000000000 --- a/script/core/diagnostics/lowercase-global.lua +++ /dev/null @@ -1,63 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local config = require 'config' -local vm = require 'vm' -local util = require 'utility' - -local function isDocClass(source) - if not source.bindDocs then - return false - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.class' then - return true - end - end - return false -end - --- 不允许定义首字母小写的全局变量(很可能是拼错或者漏删) -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - local definedGlobal = util.arrayToHash(config.get(uri, 'Lua.diagnostics.globals')) - - guide.eachSourceType(ast.ast, 'setglobal', function (source) - local name = guide.getKeyName(source) - if not name or definedGlobal[name] then - return - end - local first = name:match '%w' - if not first then - return - end - if not first:match '%l' then - return - end - -- 如果赋值被标记为 doc.class ,则认为是允许的 - if isDocClass(source) then - return - end - if definedGlobal[name] == nil then - definedGlobal[name] = false - local global = vm.getGlobal('variable', name) - if global then - for _, set in ipairs(global:getSets(uri)) do - if vm.isMetaFile(guide.getUri(set)) then - definedGlobal[name] = true - return - end - end - end - end - callback { - start = source.start, - finish = source.finish, - message = lang.script.DIAG_LOWERCASE_GLOBAL, - } - end) -end diff --git a/script/core/diagnostics/missing-fields.lua b/script/core/diagnostics/missing-fields.lua deleted file mode 100644 index 210920fd9..000000000 --- a/script/core/diagnostics/missing-fields.lua +++ /dev/null @@ -1,84 +0,0 @@ -local vm = require 'vm' -local files = require 'files' -local guide = require 'parser.guide' -local await = require 'await' -local lang = require 'language' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'table', function (src) - await.delay() - - local defs = vm.getDefs(src) - for _, def in ipairs(defs) do - if def.type == 'doc.class' and def.bindSource then - if guide.isInRange(def.bindSource, src.start) then - return - end - end - if def.type == 'doc.type.array' - or def.type == 'doc.type.table' then - return - end - end - local warnings = {} - for _, def in ipairs(defs) do - if def.type == 'doc.class' then - if not def.fields then - return - end - - local requiresKeys = {} - for _, field in ipairs(def.fields) do - if not field.optional - and not vm.compileNode(field):isNullable() then - local key = vm.getKeyName(field) - if key and not requiresKeys[key] then - requiresKeys[key] = true - requiresKeys[#requiresKeys+1] = key - end - end - end - - if #requiresKeys == 0 then - return - end - local myKeys = {} - for _, field in ipairs(src) do - local key = vm.getKeyName(field) - if key then - myKeys[key] = true - end - end - - local missedKeys = {} - for _, key in ipairs(requiresKeys) do - if not myKeys[key] then - missedKeys[#missedKeys+1] = ('`%s`'):format(key) - end - end - - if #missedKeys == 0 then - return - end - - warnings[#warnings+1] = lang.script('DIAG_MISSING_FIELDS', def.class[1], table.concat(missedKeys, ', ')) - end - end - - if #warnings == 0 then - return - end - callback { - start = src.start, - finish = src.finish, - message = table.concat(warnings, '\n') - } - end) -end diff --git a/script/core/diagnostics/missing-global-doc.lua b/script/core/diagnostics/missing-global-doc.lua deleted file mode 100644 index e104d232c..000000000 --- a/script/core/diagnostics/missing-global-doc.lua +++ /dev/null @@ -1,27 +0,0 @@ -local files = require 'files' -local guide = require "parser.guide" -local await = require 'await' -local helper = require 'core.diagnostics.helper.missing-doc-helper' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast then - return - end - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - await.delay() - - if source.parent.type ~= 'setglobal' then - return - end - - helper.CheckFunction(source, callback, 'DIAG_MISSING_GLOBAL_DOC_COMMENT', 'DIAG_MISSING_GLOBAL_DOC_PARAM', 'DIAG_MISSING_GLOBAL_DOC_RETURN') - end) -end diff --git a/script/core/diagnostics/missing-local-export-doc.lua b/script/core/diagnostics/missing-local-export-doc.lua deleted file mode 100644 index da413961e..000000000 --- a/script/core/diagnostics/missing-local-export-doc.lua +++ /dev/null @@ -1,52 +0,0 @@ -local files = require 'files' -local guide = require "parser.guide" -local await = require 'await' -local helper = require 'core.diagnostics.helper.missing-doc-helper' - ----@async -local function findSetField(ast, name, callback) - ---@async - guide.eachSourceType(ast, 'setfield', function (source) - await.delay() - if source.node[1] == name then - local funcPtr = source.value.node - if not funcPtr then - return - end - local func = funcPtr.value - if not func then - return - end - if funcPtr.type == 'local' and func.type == 'function' then - helper.CheckFunction(func, callback, 'DIAG_MISSING_LOCAL_EXPORT_DOC_COMMENT', 'DIAG_MISSING_LOCAL_EXPORT_DOC_PARAM', 'DIAG_MISSING_LOCAL_EXPORT_DOC_RETURN') - end - end - end) -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - - if not state then - return - end - - if not state.ast then - return - end - - ---@async - guide.eachSourceType(state.ast, 'return', function (source) - await.delay() - --table - - for i, ret in ipairs(source) do - if ret.type == 'getlocal' then - if ret.node.value and ret.node.value.type == 'table' then - findSetField(state.ast, ret[1], callback) - end - end - end - end) -end diff --git a/script/core/diagnostics/missing-parameter.lua b/script/core/diagnostics/missing-parameter.lua deleted file mode 100644 index 78b94a091..000000000 --- a/script/core/diagnostics/missing-parameter.lua +++ /dev/null @@ -1,32 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'call', function (source) - await.delay() - local _, callArgs = vm.countList(source.args) - - local funcNode = vm.compileNode(source.node) - local funcArgs = vm.countParamsOfNode(funcNode) - - if callArgs >= funcArgs then - return - end - - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_MISS_ARGS', funcArgs, callArgs), - } - end) -end diff --git a/script/core/diagnostics/missing-return-value.lua b/script/core/diagnostics/missing-return-value.lua deleted file mode 100644 index 5c672b546..000000000 --- a/script/core/diagnostics/missing-return-value.lua +++ /dev/null @@ -1,51 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - await.delay() - local returns = source.returns - if not returns then - return - end - local min = vm.countReturnsOfSource(source) - if min == 0 then - return - end - for _, ret in ipairs(returns) do - local rmin, rmax = vm.countList(ret) - if rmax < min then - if rmin == rmax then - callback { - start = ret.start, - finish = ret.start + #'return', - message = lang.script('DIAG_MISSING_RETURN_VALUE', { - min = min, - rmax = rmax, - }), - } - else - callback { - start = ret.start, - finish = ret.start + #'return', - message = lang.script('DIAG_MISSING_RETURN_VALUE_RANGE', { - min = min, - rmin = rmin, - rmax = rmax, - }), - } - end - end - end - end) -end diff --git a/script/core/diagnostics/missing-return.lua b/script/core/diagnostics/missing-return.lua deleted file mode 100644 index 2b5c90d23..000000000 --- a/script/core/diagnostics/missing-return.lua +++ /dev/null @@ -1,76 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@param block parser.object ----@return boolean -local function hasReturn(block) - if block.hasReturn or block.hasExit then - return true - end - if block.type == 'if' then - local hasElse - for _, subBlock in ipairs(block) do - if not hasReturn(subBlock) then - return false - end - if subBlock.type == 'elseblock' then - hasElse = true - end - end - return hasElse == true - else - if block.type == 'while' then - if vm.testCondition(block.filter) then - return true - end - end - for _, action in ipairs(block) do - if guide.isBlockType(action) then - if hasReturn(action) then - return true - end - end - end - end - return false -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - local isMeta = vm.isMetaFile(uri) - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - -- check declare only - if isMeta and vm.isEmptyFunction(source) then - return - end - await.delay() - if vm.countReturnsOfSource(source) == 0 then - return - end - if hasReturn(source) then - return - end - local lastAction = source[#source] - local pos - if lastAction then - pos = lastAction.range or lastAction.finish - else - pos = source.keyword[3] or source.finish - end - callback { - start = pos, - finish = pos, - message = lang.script('DIAG_MISSING_RETURN'), - } - end) -end diff --git a/script/core/diagnostics/name-style-check.lua b/script/core/diagnostics/name-style-check.lua deleted file mode 100644 index 4bdb068f2..000000000 --- a/script/core/diagnostics/name-style-check.lua +++ /dev/null @@ -1,35 +0,0 @@ -local files = require 'files' -local converter = require 'proto.converter' -local log = require 'log' -local nameStyle = require 'provider.name-style' - - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - local text = state.originText - - local status, diagnosticInfos = nameStyle.nameStyleCheck(uri, text) - - if not status then - if diagnosticInfos ~= nil then - log.error(diagnosticInfos) - end - - return - end - - if diagnosticInfos then - for _, diagnosticInfo in ipairs(diagnosticInfos) do - callback { - start = converter.unpackPosition(state, diagnosticInfo.range.start), - finish = converter.unpackPosition(state, diagnosticInfo.range["end"]), - message = diagnosticInfo.message, - data = diagnosticInfo.data - } - end - end -end diff --git a/script/core/diagnostics/need-check-nil.lua b/script/core/diagnostics/need-check-nil.lua deleted file mode 100644 index 9c86939aa..000000000 --- a/script/core/diagnostics/need-check-nil.lua +++ /dev/null @@ -1,47 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'getlocal', function (src) - await.delay() - local checkNil - local nxt = src.next - if nxt then - if nxt.type == 'getfield' - or nxt.type == 'getmethod' - or nxt.type == 'getindex' - or nxt.type == 'call' then - checkNil = true - end - end - local call = src.parent - if call and call.type == 'call' and call.node == src then - checkNil = true - end - local setIndex = src.parent - if setIndex and setIndex.type == 'setindex' and setIndex.index == src then - checkNil = true - end - if not checkNil then - return - end - local node = vm.compileNode(src) - if node:hasFalsy() and not vm.getInfer(src):hasType(uri, 'any') then - callback { - start = src.start, - finish = src.finish, - message = lang.script('DIAG_NEED_CHECK_NIL'), - } - end - end) -end diff --git a/script/core/diagnostics/newfield-call.lua b/script/core/diagnostics/newfield-call.lua deleted file mode 100644 index bd1149592..000000000 --- a/script/core/diagnostics/newfield-call.lua +++ /dev/null @@ -1,49 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local await = require 'await' -local sub = require 'core.substring' - ----@async -return function (uri, callback) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - - ---@async - guide.eachSourceType(state.ast, 'table', function (source) - await.delay() - for i = 1, #source do - local field = source[i] - if field.type ~= 'tableexp' then - goto CONTINUE - end - local call = field.value - if not call then - goto CONTINUE - end - if call.type ~= 'call' then - return - end - local func = call.node - local args = call.args - if args then - local funcLine = guide.rowColOf(func.finish) - local argsLine = guide.rowColOf(args.start) - if argsLine > funcLine then - callback { - start = call.start, - finish = call.finish, - message = lang.script('DIAG_PREFIELD_CALL' - , sub(state)(func.start + 1, func.finish) - , sub(state)(args.start + 1, args.finish) - ) - } - end - end - ::CONTINUE:: - end - end) -end diff --git a/script/core/diagnostics/newline-call.lua b/script/core/diagnostics/newline-call.lua deleted file mode 100644 index 2ba2ce030..000000000 --- a/script/core/diagnostics/newline-call.lua +++ /dev/null @@ -1,54 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local await = require 'await' -local sub = require 'core.substring' - ----@async -return function (uri, callback) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - - ---@async - guide.eachSourceType(state.ast, 'call', function (source) - local node = source.node - local args = source.args - if not args then - return - end - - -- 必须有其他人在继续使用当前对象 - if not source.next then - return - end - - await.delay() - - local startOffset = guide.positionToOffset(state, args.start) + 1 - local finishOffset = guide.positionToOffset(state, args.finish) - if text:sub(startOffset, startOffset) ~= '(' - or text:sub(finishOffset, finishOffset) ~= ')' then - return - end - - local nodeRow = guide.rowColOf(node.finish) - local argRow = guide.rowColOf(args.start) - if nodeRow == argRow then - return - end - - if #args == 1 then - callback { - start = node.start, - finish = args.finish, - message = lang.script('DIAG_PREVIOUS_CALL' - , sub(state)(node.start + 1, node.finish) - , sub(state)(args.start + 1, args.finish) - ), - } - end - end) -end diff --git a/script/core/diagnostics/no-unknown.lua b/script/core/diagnostics/no-unknown.lua deleted file mode 100644 index e706931ad..000000000 --- a/script/core/diagnostics/no-unknown.lua +++ /dev/null @@ -1,36 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm' -local await = require 'await' - -local types = { - 'local', - 'setlocal', - 'setglobal', - 'getglobal', - 'setfield', - 'setindex', - 'tablefield', - 'tableindex', -} - ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - ---@async - guide.eachSourceTypes(ast.ast, types, function (source) - await.delay() - if vm.getInfer(source):view(uri) == 'unknown' then - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_UNKNOWN'), - } - end - end) -end diff --git a/script/core/diagnostics/not-yieldable.lua b/script/core/diagnostics/not-yieldable.lua deleted file mode 100644 index 055025d46..000000000 --- a/script/core/diagnostics/not-yieldable.lua +++ /dev/null @@ -1,63 +0,0 @@ -local files = require 'files' -local await = require 'await' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' - -local function isYieldAble(defs, i) - local hasFuncDef - for _, def in ipairs(defs) do - if def.type == 'function' then - local arg = def.args and def.args[i] - if arg then - hasFuncDef = true - if vm.getInfer(arg):hasType(guide.getUri(def), 'any') - or vm.isAsync(arg, true) - or arg.type == '...' then - return true - end - end - end - if def.type == 'doc.type.function' then - local arg = def.args and def.args[i] - if arg then - hasFuncDef = true - if vm.getInfer(arg.extends):hasType(guide.getUri(def), 'any') - or vm.isAsync(arg.extends, true) then - return true - end - end - end - end - return not hasFuncDef -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - guide.eachSourceType(state.ast, 'call', function (source) ---@async - if not source.args then - return - end - await.delay() - local defs = vm.getDefs(source.node) - if #defs == 0 then - return - end - for i, arg in ipairs(source.args) do - if vm.isAsync(arg, true) - and not vm.isLinkedCall(source.node, i) - and not isYieldAble(defs, i) then - callback { - start = arg.start, - finish = arg.finish, - message = lang.script('DIAG_NOT_YIELDABLE', i), - } - end - end - end) -end diff --git a/script/core/diagnostics/param-type-mismatch.lua b/script/core/diagnostics/param-type-mismatch.lua deleted file mode 100644 index acbf9c8c2..000000000 --- a/script/core/diagnostics/param-type-mismatch.lua +++ /dev/null @@ -1,123 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local guide = require 'parser.guide' -local vm = require 'vm' -local await = require 'await' - ----@param defNode vm.node -local function expandGenerics(defNode) - ---@type parser.object[] - local generics = {} - for dn in defNode:eachObject() do - if dn.type == 'doc.generic.name' then - ---@cast dn parser.object - generics[#generics+1] = dn - end - end - - for _, generic in ipairs(generics) do - defNode:removeObject(generic) - end - - for _, generic in ipairs(generics) do - local limits = generic.generic and generic.generic.extends - if limits then - defNode:merge(vm.compileNode(limits)) - else - local unknownType = vm.declareGlobal('type', 'unknown') - defNode:merge(unknownType) - end - end -end - ----@param funcNode vm.node ----@param i integer ----@param uri uri ----@return vm.node? -local function getDefNode(funcNode, i, uri) - local defNode = vm.createNode() - for src in funcNode:eachObject() do - if src.type == 'function' - or src.type == 'doc.type.function' then - local param = src.args and src.args[i] - if param then - defNode:merge(vm.compileNode(param)) - if param[1] == '...' then - defNode:addOptional() - end - end - end - end - if defNode:isEmpty() then - return nil - end - - expandGenerics(defNode) - - return defNode -end - ----@param funcNode vm.node ----@param i integer ----@return vm.node -local function getRawDefNode(funcNode, i) - local defNode = vm.createNode() - for f in funcNode:eachObject() do - if f.type == 'function' - or f.type == 'doc.type.function' then - local param = f.args and f.args[i] - if param then - defNode:merge(vm.compileNode(param)) - end - end - end - return defNode -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'call', function (source) - if not source.args then - return - end - await.delay() - local funcNode = vm.compileNode(source.node) - for i, arg in ipairs(source.args) do - local refNode = vm.compileNode(arg) - if not refNode then - goto CONTINUE - end - local defNode = getDefNode(funcNode, i, uri) - if not defNode then - goto CONTINUE - end - if arg.type == 'getfield' - or arg.type == 'getindex' - or arg.type == 'self' then - -- 由于无法对字段进行类型收窄, - -- 因此将假值移除再进行检查 - refNode = refNode:copy():setTruthy() - end - local errs = {} - if not vm.canCastType(uri, defNode, refNode, errs) then - local rawDefNode = getRawDefNode(funcNode, i) - assert(errs) - callback { - start = arg.start, - finish = arg.finish, - message = lang.script('DIAG_PARAM_TYPE_MISMATCH', { - def = vm.getInfer(rawDefNode):view(uri), - ref = vm.getInfer(refNode):view(uri), - }) .. '\n' .. vm.viewTypeErrorMessage(uri, errs), - } - end - ::CONTINUE:: - end - end) -end diff --git a/script/core/diagnostics/redefined-local.lua b/script/core/diagnostics/redefined-local.lua deleted file mode 100644 index 1fb3ca6b2..000000000 --- a/script/core/diagnostics/redefined-local.lua +++ /dev/null @@ -1,37 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - ---@async - guide.eachSourceType(ast.ast, 'local', function (source) - local name = source[1] - if name == '_' - or name == ast.ENVMode then - return - end - await.delay() - local exist = guide.getLocal(source, name, source.start-1) - if exist then - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_REDEFINED_LOCAL', name), - related = { - { - start = exist.start, - finish = exist.finish, - uri = uri, - } - }, - } - end - end) -end diff --git a/script/core/diagnostics/redundant-parameter.lua b/script/core/diagnostics/redundant-parameter.lua deleted file mode 100644 index 667f9c61f..000000000 --- a/script/core/diagnostics/redundant-parameter.lua +++ /dev/null @@ -1,73 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'call', function (source) - await.delay() - local callArgs = vm.countList(source.args) - if callArgs == 0 then - return - end - - local funcNode = vm.compileNode(source.node) - local _, funcArgs = vm.countParamsOfNode(funcNode) - - if callArgs <= funcArgs then - return - end - if callArgs == 1 and source.node.type == 'getmethod' then - return - end - if funcArgs + 1 > #source.args then - local lastArg = source.args[#source.args] - if lastArg.type == 'call' and funcArgs > 0 then - -- 如果函数接收至少一个参数,那么调用方最后一个参数是函数调用 - -- 导致的参数数量太多可以忽略。 - -- 如果函数不接收任何参数,那么任何参数都是错误的。 - return - end - callback { - start = lastArg.start, - finish = lastArg.finish, - message = lang.script('DIAG_OVER_MAX_ARGS', funcArgs, callArgs) - } - else - for i = funcArgs + 1, #source.args do - local arg = source.args[i] - callback { - start = arg.start, - finish = arg.finish, - message = lang.script('DIAG_OVER_MAX_ARGS', funcArgs, callArgs) - } - end - end - end) - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - await.delay() - if not source.args then - return - end - local _, funcArgs = vm.countParamsOfSource(source) - local myArgs = #source.args - for i = funcArgs + 1, myArgs do - local arg = source.args[i] - callback { - start = arg.start, - finish = arg.finish, - message = lang.script('DIAG_OVER_MAX_ARGS', funcArgs, myArgs), - } - end - end) -end diff --git a/script/core/diagnostics/redundant-return-value.lua b/script/core/diagnostics/redundant-return-value.lua deleted file mode 100644 index 186678405..000000000 --- a/script/core/diagnostics/redundant-return-value.lua +++ /dev/null @@ -1,58 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - local returns = source.returns - if not returns then - return - end - await.delay() - local _, max = vm.countReturnsOfSource(source) - for _, ret in ipairs(returns) do - local rmin, rmax = vm.countList(ret) - if rmin > max then - for i = max + 1, #ret - 1 do - callback { - start = ret[i].start, - finish = ret[i].finish, - message = lang.script('DIAG_REDUNDANT_RETURN_VALUE', { - max = max, - rmax = i, - }), - } - end - if #ret == rmax then - callback { - start = ret[#ret].start, - finish = ret[#ret].finish, - message = lang.script('DIAG_REDUNDANT_RETURN_VALUE', { - max = max, - rmax = rmax, - }), - } - else - callback { - start = ret[#ret].start, - finish = ret[#ret].finish, - message = lang.script('DIAG_REDUNDANT_RETURN_VALUE_RANGE', { - max = max, - rmin = #ret, - rmax = rmax, - }), - } - end - end - end - end) -end diff --git a/script/core/diagnostics/redundant-return.lua b/script/core/diagnostics/redundant-return.lua deleted file mode 100644 index 486db6cde..000000000 --- a/script/core/diagnostics/redundant-return.lua +++ /dev/null @@ -1,27 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local define = require 'proto.define' - --- reports 'return' without any return values at the end of functions -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - guide.eachSourceType(ast.ast, 'return', function (source) - if not source.parent or source.parent.type ~= "function" then - return - end - if #source > 0 then - return - end - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_REDUNDANT_RETURN, - } - end) -end diff --git a/script/core/diagnostics/redundant-value.lua b/script/core/diagnostics/redundant-value.lua deleted file mode 100644 index 6f60303b9..000000000 --- a/script/core/diagnostics/redundant-value.lua +++ /dev/null @@ -1,25 +0,0 @@ -local files = require 'files' -local define = require 'proto.define' -local lang = require 'language' -local guide = require 'parser.guide' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - guide.eachSource(state.ast, function (src) ---@async - await.delay() - if src.redundant then - callback { - start = src.start, - finish = src.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script('DIAG_OVER_MAX_VALUES', src.redundant.max, src.redundant.passed) - } - end - end) -end diff --git a/script/core/diagnostics/return-type-mismatch.lua b/script/core/diagnostics/return-type-mismatch.lua deleted file mode 100644 index 9643fb004..000000000 --- a/script/core/diagnostics/return-type-mismatch.lua +++ /dev/null @@ -1,94 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local guide = require 'parser.guide' -local vm = require 'vm' -local await = require 'await' -local util = require 'utility' - ----@param func parser.object ----@return vm.node[]? -local function getDocReturns(func) - ---@type table - local returns = util.defaultTable(function () - return vm.createNode() - end) - if func.bindDocs then - for _, doc in ipairs(func.bindDocs) do - if doc.type == 'doc.return' then - for _, ret in ipairs(doc.returns) do - returns[ret.returnIndex]:merge(vm.compileNode(ret)) - end - end - if doc.type == 'doc.overload' then - for i, ret in ipairs(doc.overload.returns) do - returns[i]:merge(vm.compileNode(ret)) - end - end - end - end - for nd in vm.compileNode(func):eachObject() do - if nd.type == 'doc.type.function' then - ---@cast nd parser.object - for i, ret in ipairs(nd.returns) do - returns[i]:merge(vm.compileNode(ret)) - end - end - end - setmetatable(returns, nil) - if #returns == 0 then - return nil - end - return returns -end ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@param docReturns vm.node[] - ---@param rets parser.object - local function checkReturn(docReturns, rets) - for i, docRet in ipairs(docReturns) do - local retNode, exp = vm.selectNode(rets, i) - if not exp then - break - end - if retNode:hasName 'nil' then - if exp.type == 'getfield' - or exp.type == 'getindex' then - retNode = retNode:copy():removeOptional() - end - end - local errs = {} - if not vm.canCastType(uri, docRet, retNode, errs) then - callback { - start = exp.start, - finish = exp.finish, - message = lang.script('DIAG_RETURN_TYPE_MISMATCH', { - def = vm.getInfer(docRet):view(uri), - ref = vm.getInfer(retNode):view(uri), - index = i, - }) .. '\n' .. vm.viewTypeErrorMessage(uri, errs), - } - end - end - end - - ---@async - guide.eachSourceType(state.ast, 'function', function (source) - if not source.returns then - return - end - await.delay() - local docReturns = getDocReturns(source) - if not docReturns then - return - end - for _, ret in ipairs(source.returns) do - checkReturn(docReturns, ret) - await.delay() - end - end) -end diff --git a/script/core/diagnostics/spell-check.lua b/script/core/diagnostics/spell-check.lua deleted file mode 100644 index a4cb87be3..000000000 --- a/script/core/diagnostics/spell-check.lua +++ /dev/null @@ -1,35 +0,0 @@ -local files = require 'files' -local converter = require 'proto.converter' -local log = require 'log' -local spell = require 'provider.spell' - - ----@async -return function(uri, callback) - local state = files.getState(uri) - if not state then - return - end - local text = state.originText - - local status, diagnosticInfos = spell.spellCheck(uri, text) - - if not status then - if diagnosticInfos ~= nil then - log.error(diagnosticInfos) - end - - return - end - - if diagnosticInfos then - for _, diagnosticInfo in ipairs(diagnosticInfos) do - callback { - start = converter.unpackPosition(state, diagnosticInfo.range.start), - finish = converter.unpackPosition(state, diagnosticInfo.range["end"]), - message = diagnosticInfo.message, - data = diagnosticInfo.data - } - end - end -end diff --git a/script/core/diagnostics/trailing-space.lua b/script/core/diagnostics/trailing-space.lua deleted file mode 100644 index 2e0398b2a..000000000 --- a/script/core/diagnostics/trailing-space.lua +++ /dev/null @@ -1,52 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local guide = require 'parser.guide' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return - end - local lines = state.lines - for i = 0, #lines do - await.delay() - local startOffset = lines[i] - local finishOffset = text:find('[\r\n]', startOffset) or (#text + 1) - local lastOffset = finishOffset - 1 - local lastChar = text:sub(lastOffset, lastOffset) - if lastChar ~= ' ' and lastChar ~= '\t' then - goto NEXT_LINE - end - local lastPos = guide.offsetToPosition(state, lastOffset) - if guide.isInString(state.ast, lastPos) - or guide.isInComment(state.ast, lastPos) then - goto NEXT_LINE - end - local firstOffset = startOffset - for n = lastOffset - 1, startOffset, -1 do - local char = text:sub(n, n) - if char ~= ' ' and char ~= '\t' then - firstOffset = n + 1 - break - end - end - local firstPos = guide.offsetToPosition(state, firstOffset) - 1 - if firstOffset == startOffset then - callback { - start = firstPos, - finish = lastPos, - message = lang.script.DIAG_LINE_ONLY_SPACE, - } - else - callback { - start = firstPos, - finish = lastPos, - message = lang.script.DIAG_LINE_POST_SPACE, - } - end - ::NEXT_LINE:: - end -end diff --git a/script/core/diagnostics/unbalanced-assignments.lua b/script/core/diagnostics/unbalanced-assignments.lua deleted file mode 100644 index c21ca9937..000000000 --- a/script/core/diagnostics/unbalanced-assignments.lua +++ /dev/null @@ -1,49 +0,0 @@ -local files = require 'files' -local define = require 'proto.define' -local lang = require 'language' -local guide = require 'parser.guide' -local await = require 'await' - -local types = { - 'local', - 'setlocal', - 'setglobal', - 'setfield', - 'setindex' , -} - ----@async -return function (uri, callback, code) - local ast = files.getState(uri) - if not ast then - return - end - - local last - - local function checkSet(source) - if source.value then - last = source - else - if not last then - return - end - if last.start <= source.start - and last.value.start >= source.finish then - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_UNBALANCED_ASSIGNMENTS') - } - else - last = nil - end - end - end - - ---@async - guide.eachSourceTypes(ast.ast, types, function (source) - await.delay() - checkSet(source) - end) -end diff --git a/script/core/diagnostics/undefined-doc-class.lua b/script/core/diagnostics/undefined-doc-class.lua deleted file mode 100644 index fb57f4271..000000000 --- a/script/core/diagnostics/undefined-doc-class.lua +++ /dev/null @@ -1,48 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local vm = require 'vm' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - local cache = {} - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.class' then - if not doc.extends then - goto CONTINUE - end - for _, ext in ipairs(doc.extends) do - local name = ext.type == 'doc.extends.name' and ext[1] - if name then - local docs = vm.getDocSets(uri, name) - if cache[name] == nil then - cache[name] = false - for _, otherDoc in ipairs(docs) do - if otherDoc.type == 'doc.class' then - cache[name] = true - break - end - end - end - if not cache[name] then - callback { - start = ext.start, - finish = ext.finish, - related = cache, - message = lang.script('DIAG_UNDEFINED_DOC_CLASS', name) - } - end - end - end - end - ::CONTINUE:: - end -end diff --git a/script/core/diagnostics/undefined-doc-name.lua b/script/core/diagnostics/undefined-doc-name.lua deleted file mode 100644 index 3c8ed4692..000000000 --- a/script/core/diagnostics/undefined-doc-name.lua +++ /dev/null @@ -1,48 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - local function hasNameOfGeneric(name, source) - if not source.typeGeneric then - return false - end - if not source.typeGeneric[name] then - return false - end - return true - end - - guide.eachSource(state.ast.docs, function (source) - if source.type ~= 'doc.extends.name' - and source.type ~= 'doc.type.name' then - return - end - if source.parent.type == 'doc.class' then - return - end - local name = source[1] - if name == '...' or name == '_' or name == 'self' then - return - end - if #vm.getDocSets(uri, name) > 0 - or hasNameOfGeneric(name, source) then - return - end - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_UNDEFINED_DOC_NAME', name) - } - end) -end diff --git a/script/core/diagnostics/undefined-doc-param.lua b/script/core/diagnostics/undefined-doc-param.lua deleted file mode 100644 index 7a60a74f3..000000000 --- a/script/core/diagnostics/undefined-doc-param.lua +++ /dev/null @@ -1,24 +0,0 @@ -local files = require 'files' -local lang = require 'language' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.param' - and not doc.bindSource then - callback { - start = doc.param.start, - finish = doc.param.finish, - message = lang.script('DIAG_UNDEFINED_DOC_PARAM', doc.param[1]) - } - end - end -end diff --git a/script/core/diagnostics/undefined-env-child.lua b/script/core/diagnostics/undefined-env-child.lua deleted file mode 100644 index 1dff575ba..000000000 --- a/script/core/diagnostics/undefined-env-child.lua +++ /dev/null @@ -1,47 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require "vm.vm" - ----@param source parser.object ----@return boolean -local function isBindDoc(source) - if not source.bindDocs then - return false - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.type' - or doc.type == 'doc.class' then - return true - end - end - return false -end - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - guide.eachSourceType(state.ast, 'getglobal', function (source) - if source.node.tag == '_ENV' then - return - end - - if not isBindDoc(source.node) then - return - end - - if #vm.getDefs(source) > 0 then - return - end - - local key = source[1] - callback { - start = source.start, - finish = source.finish, - message = lang.script('DIAG_UNDEF_ENV_CHILD', key), - } - end) -end diff --git a/script/core/diagnostics/undefined-field.lua b/script/core/diagnostics/undefined-field.lua deleted file mode 100644 index 4fd55966d..000000000 --- a/script/core/diagnostics/undefined-field.lua +++ /dev/null @@ -1,57 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local lang = require 'language' -local guide = require 'parser.guide' -local await = require 'await' - -local skipCheckClass = { - ['unknown'] = true, - ['any'] = true, - ['table'] = true, -} - ----@async -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - ---@async - local function checkUndefinedField(src) - await.delay() - - if #vm.getDefs(src) > 0 then - return - end - local node = src.node - if node then - local ok - for view in vm.getInfer(node):eachView(uri) do - if skipCheckClass[view] then - return - end - ok = true - end - if not ok then - return - end - end - local message = lang.script('DIAG_UNDEF_FIELD', guide.getKeyName(src)) - if src.type == 'getfield' and src.field then - callback { - start = src.field.start, - finish = src.field.finish, - message = message, - } - elseif src.type == 'getmethod' and src.method then - callback { - start = src.method.start, - finish = src.method.finish, - message = message, - } - end - end - guide.eachSourceType(ast.ast, 'getfield', checkUndefinedField) - guide.eachSourceType(ast.ast, 'getmethod', checkUndefinedField) -end diff --git a/script/core/diagnostics/undefined-global.lua b/script/core/diagnostics/undefined-global.lua deleted file mode 100644 index d9d949598..000000000 --- a/script/core/diagnostics/undefined-global.lua +++ /dev/null @@ -1,40 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local lang = require 'language' -local config = require 'config' -local guide = require 'parser.guide' -local await = require 'await' -local util = require 'utility' - -local requireLike = { - ['include'] = true, - ['import'] = true, - ['require'] = true, - ['load'] = true, -} - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - -- 遍历全局变量,检查所有没有 set 模式的全局变量 - guide.eachSourceType(state.ast, 'getglobal', function (src) ---@async - if vm.isUndefinedGlobal(src) then - local key = src[1] - local message = lang.script('DIAG_UNDEF_GLOBAL', key) - if requireLike[key:lower()] then - message = ('%s(%s)'):format(message, lang.script('DIAG_REQUIRE_LIKE', key)) - end - - callback { - start = src.start, - finish = src.finish, - message = message, - undefinedGlobal = src[1] - } - end - end) -end diff --git a/script/core/diagnostics/unknown-cast-variable.lua b/script/core/diagnostics/unknown-cast-variable.lua deleted file mode 100644 index 7c12e4d30..000000000 --- a/script/core/diagnostics/unknown-cast-variable.lua +++ /dev/null @@ -1,32 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm' -local await = require 'await' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.cast' and doc.name then - await.delay() - local defs = vm.getDefs(doc.name) - local loc = defs[1] - if not loc then - callback { - start = doc.name.start, - finish = doc.name.finish, - message = lang.script('DIAG_UNKNOWN_CAST_VARIABLE', doc.name[1]) - } - end - end - end -end diff --git a/script/core/diagnostics/unknown-diag-code.lua b/script/core/diagnostics/unknown-diag-code.lua deleted file mode 100644 index 07128a277..000000000 --- a/script/core/diagnostics/unknown-diag-code.lua +++ /dev/null @@ -1,31 +0,0 @@ -local files = require 'files' -local lang = require 'language' -local diag = require 'proto.diagnostic' - -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.diagnostic' then - if doc.names then - for _, nameUnit in ipairs(doc.names) do - local code = nameUnit[1] - if not diag.getDiagAndErrNameMap()[code] then - callback { - start = nameUnit.start, - finish = nameUnit.finish, - message = lang.script('DIAG_UNKNOWN_DIAG_CODE', code), - } - end - end - end - end - end -end diff --git a/script/core/diagnostics/unknown-operator.lua b/script/core/diagnostics/unknown-operator.lua deleted file mode 100644 index 7404b5ef7..000000000 --- a/script/core/diagnostics/unknown-operator.lua +++ /dev/null @@ -1,36 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local lang = require 'language' -local vm = require 'vm' -local await = require 'await' -local util = require 'utility' - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if not state.ast.docs then - return - end - - for _, doc in ipairs(state.ast.docs) do - if doc.type == 'doc.operator' then - local op = doc.op - if op then - local opName = op[1] - if not vm.OP_BINARY_MAP[opName] - and not vm.OP_UNARY_MAP[opName] - and not vm.OP_OTHER_MAP[opName] then - callback { - start = doc.op.start, - finish = doc.op.finish, - message = lang.script('DIAG_UNKNOWN_OPERATOR', opName) - } - end - end - end - end -end diff --git a/script/core/diagnostics/unreachable-code.lua b/script/core/diagnostics/unreachable-code.lua deleted file mode 100644 index cbffe4db4..000000000 --- a/script/core/diagnostics/unreachable-code.lua +++ /dev/null @@ -1,84 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local lang = require 'language' -local await = require 'await' -local define = require 'proto.define' - ----@param source parser.object ----@return boolean -local function allLiteral(source) - local result = true - guide.eachSource(source, function (src) - if src.type ~= 'unary' - and src.type ~= 'binary' - and not guide.isLiteral(src) then - result = false - return false - end - end) - return result -end - ----@param block parser.object ----@return boolean -local function hasReturn(block) - if block.hasReturn or block.hasExit then - return true - end - if block.type == 'if' then - local hasElse - for _, subBlock in ipairs(block) do - if not hasReturn(subBlock) then - return false - end - if subBlock.type == 'elseblock' then - hasElse = true - end - end - return hasElse == true - else - if block.type == 'while' then - if vm.testCondition(block.filter) - and not block.breaks - and allLiteral(block.filter) then - return true - end - end - for _, action in ipairs(block) do - if guide.isBlockType(action) then - if hasReturn(action) then - return true - end - end - end - end - return false -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - ---@async - guide.eachSourceTypes(state.ast, {'main', 'function'}, function (source) - await.delay() - for i, action in ipairs(source) do - if guide.isBlockType(action) - and hasReturn(action) then - if i < #source then - callback { - start = source[i+1].start, - finish = source[#source].finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script('DIAG_UNREACHABLE_CODE'), - } - end - return - end - end - end) -end diff --git a/script/core/diagnostics/unused-function.lua b/script/core/diagnostics/unused-function.lua deleted file mode 100644 index a873375fe..000000000 --- a/script/core/diagnostics/unused-function.lua +++ /dev/null @@ -1,125 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local define = require 'proto.define' -local lang = require 'language' -local await = require 'await' -local client = require 'client' - -local function isToBeClosed(source) - if not source.attrs then - return false - end - for _, attr in ipairs(source.attrs) do - if attr[1] == 'close' then - return true - end - end - return false -end - ----@param source parser.object? ----@return boolean -local function isValidFunction(source) - if not source then - return false - end - if source.type == 'main' then - return false - end - local parent = source.parent - if not parent then - return false - end - if parent.type ~= 'local' - and parent.type ~= 'setlocal' then - return false - end - if isToBeClosed(parent) then - return false - end - return true -end - ----@async -local function collect(ast, white, roots, links) - ---@async - guide.eachSourceType(ast, 'function', function (src) - await.delay() - if not isValidFunction(src) then - return - end - local loc = src.parent - if loc.type == 'setlocal' then - loc = loc.node - end - for _, ref in ipairs(loc.ref or {}) do - if ref.type == 'getlocal' then - local func = guide.getParentFunction(ref) - if not func or not isValidFunction(func) or roots[func] then - roots[src] = true - return - end - if not links[func] then - links[func] = {} - end - links[func][#links[func]+1] = src - end - end - white[src] = true - end) - - return white, roots, links -end - -local function turnBlack(source, black, white, links) - if black[source] then - return - end - black[source] = true - white[source] = nil - for _, link in ipairs(links[source] or {}) do - turnBlack(link, black, white, links) - end -end - ----@async -return function (uri, callback) - local state = files.getState(uri) - if not state then - return - end - - if vm.isMetaFile(uri) then - return - end - - local black = {} - local white = {} - local roots = {} - local links = {} - - collect(state.ast, white, roots, links) - - for source in pairs(roots) do - turnBlack(source, black, white, links) - end - - for source in pairs(white) do - if client.isVSCode() then - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_UNUSED_FUNCTION, - } - else - callback { - start = source.keyword[1], - finish = source.keyword[2], - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_UNUSED_FUNCTION, - } - end - end -end diff --git a/script/core/diagnostics/unused-label.lua b/script/core/diagnostics/unused-label.lua deleted file mode 100644 index 8ee0bba30..000000000 --- a/script/core/diagnostics/unused-label.lua +++ /dev/null @@ -1,22 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local define = require 'proto.define' -local lang = require 'language' - -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - guide.eachSourceType(ast.ast, 'label', function (source) - if not source.ref then - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script('DIAG_UNUSED_LABEL', source[1]), - } - end - end) -end diff --git a/script/core/diagnostics/unused-local.lua b/script/core/diagnostics/unused-local.lua deleted file mode 100644 index 52622eb24..000000000 --- a/script/core/diagnostics/unused-local.lua +++ /dev/null @@ -1,130 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local define = require 'proto.define' -local lang = require 'language' -local vm = require 'vm.vm' -local config = require 'config.config' -local glob = require 'glob' - -local function hasGet(loc) - if not loc.ref then - return false - end - local weak - for _, ref in ipairs(loc.ref) do - if ref.type == 'getlocal' then - if not ref.next then - return 'strong' - end - local nextType = ref.next.type - if nextType ~= 'setmethod' - and nextType ~= 'setfield' - and nextType ~= 'setindex' then - return 'strong' - else - weak = true - end - end - end - if weak then - return 'weak' - else - return nil - end -end - -local function isMyTable(loc) - local value = loc.value - if value and value.type == 'table' then - return true - end - return false -end - -local function isToBeClosed(source) - if not source.attrs then - return false - end - for _, attr in ipairs(source.attrs) do - if attr[1] == 'close' then - return true - end - end - return false -end - -local function isDocClass(source) - if not source.bindDocs then - return false - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.class' then - return true - end - end - return false -end - ----@param source parser.object -local function isDeclareFunctionParam(source) - if source.parent.type ~= 'funcargs' then - return false - end - local func = source.parent.parent - return vm.isEmptyFunction(func) -end - -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - local isMeta = vm.isMetaFile(uri) - local ignorePatterns = config.get(uri, 'Lua.diagnostics.unusedLocalExclude') - local ignore = glob.glob(ignorePatterns) - guide.eachSourceType(ast.ast, 'local', function (source) - local name = source[1] - if name == '_' - or name == ast.ENVMode then - return - end - if ignore(name) then - return - end - if isToBeClosed(source) then - return - end - if isDocClass(source) then - return - end - if isMeta and isDeclareFunctionParam(source) then - return - end - local data = hasGet(source) - if data == 'strong' then - return - end - if data == 'weak' then - if not isMyTable(source) then - return - end - end - callback { - start = source.start, - finish = source.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script('DIAG_UNUSED_LOCAL', name), - } - if source.ref then - for _, ref in ipairs(source.ref) do - callback { - start = ref.start, - finish = ref.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script('DIAG_UNUSED_LOCAL', name), - } - end - end - end) -end diff --git a/script/core/diagnostics/unused-vararg.lua b/script/core/diagnostics/unused-vararg.lua deleted file mode 100644 index 08f12c4d9..000000000 --- a/script/core/diagnostics/unused-vararg.lua +++ /dev/null @@ -1,39 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local define = require 'proto.define' -local lang = require 'language' -local vm = require 'vm' - -return function (uri, callback) - local ast = files.getState(uri) - if not ast then - return - end - - if vm.isMetaFile(uri) then - return - end - - guide.eachSourceType(ast.ast, 'function', function (source) - if #source == 0 then - return - end - local args = source.args - if not args then - return - end - - for _, arg in ipairs(args) do - if arg.type == '...' then - if not arg.ref then - callback { - start = arg.start, - finish = arg.finish, - tags = { define.DiagnosticTag.Unnecessary }, - message = lang.script.DIAG_UNUSED_VARARG, - } - end - end - end - end) -end diff --git a/script/core/document-symbol.lua b/script/core/document-symbol.lua deleted file mode 100644 index 8679deab9..000000000 --- a/script/core/document-symbol.lua +++ /dev/null @@ -1,411 +0,0 @@ -local await = require 'await' -local files = require 'files' -local guide = require 'parser.guide' -local define = require 'proto.define' -local util = require 'utility' -local subber = require 'core.substring' - ----@param text string ----@return string -local function clipLastLine(text) - if text:find '[\r\n]' then - return '... ' .. util.trim(text:match '[^\r\n]*$') - else - return text - end -end - -local function buildName(source, sub) - if source.type == 'setmethod' - or source.type == 'getmethod' then - if source.method then - return clipLastLine(sub(source.start + 1, source.method.finish)) - end - end - if source.type == 'setfield' - or source.type == 'tablefield' - or source.type == 'getfield' then - if source.field then - return clipLastLine(sub(source.start + 1, source.field.finish)) - end - end - if source.type == 'tableindex' then - if source.index then - return ('[%s]'):format(clipLastLine(sub(source.index.start + 1, source.index.finish))) - end - end - if source.type == 'tableexp' then - return ('[%d]'):format(source.tindex) - end - return clipLastLine(sub(source.start + 1, source.finish)) -end - -local function buildFunctionParams(func) - if not func.args then - return '' - end - local params = {} - for _, arg in ipairs(func.args) do - if arg.type == 'self' then - goto CONTINUE - end - if arg.type == '...' then - params[#params+1] = '...' - else - params[#params+1] = arg[1] or '' - end - ::CONTINUE:: - end - return table.concat(params, ', ') -end - -local function buildTable(tbl, sub) - local buf = {} - for i = 1, 5 do - local field = tbl[i] - if not field then - break - end - if field.type == 'tablefield' - and field.field then - buf[#buf+1] = ('%s'):format(field.field[1]) - elseif field.type == 'tableindex' - and field.index then - buf[#buf+1] = ('[%s]'):format(sub(field.index.start + 1, field.index.finish)) - elseif field.type == 'tableexp' then - buf[#buf+1] = ('[%s]'):format(field.tindex) - end - end - if #tbl > 5 then - buf[#buf+1] = ('...(+%d)'):format(#tbl - 5) - end - return table.concat(buf, ', ') -end - -local function buildArray(tbl, sub) - local buf = {} - for i = 1, 5 do - local field = tbl[i] - if not field then - break - end - buf[#buf+1] = sub(field.start + 1, field.finish) - end - if #tbl > 5 then - buf[#buf+1] = ('...(+%d)'):format(#tbl - 5) - end - return table.concat(buf, ', ') -end - -local function buildValue(source, sub, used, symbols) - local name = buildName(source, sub) - local range, sRange, valueRange, kind - local details = {} - if source.type == 'local' then - if source.parent.type == 'funcargs' then - kind = define.SymbolKind.Constant - else - kind = define.SymbolKind.Variable - end - range = { source.start, source.finish } - sRange = { source.start, source.finish } - elseif source.type == 'setlocal' then - range = { source.start, source.finish } - sRange = { source.start, source.finish } - elseif source.type == 'setglobal' then - range = { source.start, source.finish } - sRange = { source.start, source.finish } - elseif source.type == 'tablefield' then - if not source.field then - return - end - range = { source.field.start, source.field.finish } - sRange = { source.field.start, source.field.finish } - elseif source.type == 'tableindex' then - if not source.index then - return - end - range = { source.index.start, source.index.finish } - sRange = { source.index.start, source.index.finish } - elseif source.type == 'tableexp' then - range = { source.value.start, source.value.finish } - sRange = { source.value.start, source.value.finish } - elseif source.type == 'setfield' then - if not source.field then - return - end - range = { source.field.start, source.field.finish } - sRange = { source.field.start, source.field.finish } - elseif source.type == 'setmethod' then - if not source.method then - return - end - range = { source.method.start, source.method.finish } - sRange = { source.start, source.finish } - else - return - end - if source.value then - used[source.value] = true - local literal = source.value[1] - if source.value.type == 'boolean' then - kind = define.SymbolKind.Boolean - if literal ~= nil then - details[#details+1] = util.viewLiteral(source.value[1]) - end - elseif source.value.type == 'string' then - kind = define.SymbolKind.String - if literal ~= nil then - details[#details+1] = util.viewLiteral(source.value[1]) - end - elseif source.value.type == 'number' - or source.value.type == 'integer' then - kind = define.SymbolKind.Number - if literal ~= nil then - details[#details+1] = util.viewLiteral(source.value[1]) - end - elseif source.value.type == 'table' then - kind = define.SymbolKind.Object - local lastField = source.value[#source.value] - if #source.value > 0 then - if lastField.type == 'tableexp' - and lastField.tindex == #source.value then - -- Array - kind = define.SymbolKind.Array - details[#details+1] = '[' - details[#details+1] = buildArray(source.value, sub) - details[#details+1] = ']' - else - -- Object - details[#details+1] = '{' - details[#details+1] = buildTable(source.value, sub) - details[#details+1] = '}' - end - end - valueRange = { source.value.start, source.value.finish } - elseif source.value.type == 'select' then - if source.value.vararg and source.value.vararg.type == 'call' then - valueRange = { source.value.start, source.value.finish } - end - elseif source.value.type == 'function' then - details[#details+1] = ('function (%s)'):format(buildFunctionParams(source.value)) - if source.type == 'setmethod' then - kind = define.SymbolKind.Method - else - kind = define.SymbolKind.Function - end - valueRange = { source.value.start, source.value.finish } - range[1] = math.min(source.value.start, source.start) - end - range = { range[1], source.value.finish } - end - symbols[#symbols+1] = { - name = name, - detail = table.concat(details), - kind = kind or define.SymbolKind.Variable, - range = range, - selectionRange = sRange, - valueRange = valueRange, - } -end - -local function buildAnonymous(source, sub, used, symbols) - if used[source] then - return - end - used[source] = true - local head = '' - local detail = '' - local parent = source.parent - if parent.type == 'return' then - head = 'return' - elseif parent.type == 'callargs' then - local call = parent.parent - local node = call.node - head = buildName(node, sub) - detail = '-> ' - end - if source.type == 'function' then - symbols[#symbols+1] = { - name = head, - detail = detail .. ('function (%s)'):format(buildFunctionParams(source)), - kind = define.SymbolKind.Function, - range = { source.start, source.finish }, - selectionRange = { source.keyword[1], source.keyword[2] }, - valueRange = { source.start, source.finish }, - } - elseif source.type == 'table' then - local kind = define.SymbolKind.Object - local details = {} - local lastField = source[#source] - if lastField then - if lastField.type == 'tableexp' - and lastField.tindex == #source then - -- Array - kind = define.SymbolKind.Array - details[#details+1] = '[' - details[#details+1] = buildArray(source, sub) - details[#details+1] = ']' - else - -- Object - details[#details+1] = '{' - details[#details+1] = buildTable(source, sub) - details[#details+1] = '}' - end - end - symbols[#symbols+1] = { - name = head, - detail = detail .. table.concat(details), - kind = kind, - range = { source.start, source.finish }, - selectionRange = { source.start, source.finish }, - valueRange = { source.start, source.finish }, - } - end -end - -local function buildBlock(source, sub, used, symbols) - if used[source] then - return - end - used[source] = true - if source.type == 'if' then - for _, block in ipairs(source) do - symbols[#symbols+1] = { - name = block.type:gsub('block$', ''), - detail = sub(block.start + 1, block.keyword[4] or block.keyword[2]), - kind = define.SymbolKind.Package, - range = { block.start, block.finish }, - valueRange = { block.start, block.finish }, - selectionRange = { block.keyword[1], block.keyword[2] }, - } - end - elseif source.type == 'while' then - symbols[#symbols+1] = { - name = 'while', - detail = sub(source.start + 1, source.keyword[4] or source.keyword[2]), - kind = define.SymbolKind.Package, - range = { source.start, source.finish }, - valueRange = { source.start, source.finish }, - selectionRange = { source.keyword[1], source.keyword[2] }, - } - elseif source.type == 'repeat' then - symbols[#symbols+1] = { - name = 'repeat', - detail = source.filter and sub(source.keyword[3] + 1, source.filter.finish) or '', - kind = define.SymbolKind.Package, - range = { source.start, source.finish }, - valueRange = { source.start, source.finish }, - selectionRange = { source.keyword[1], source.keyword[2] }, - } - elseif source.type == 'loop' - or source.type == 'in' then - symbols[#symbols+1] = { - name = 'for', - detail = sub(source.start, source.keyword[4] or source.keyword[2]), - kind = define.SymbolKind.Package, - range = { source.start, source.finish }, - valueRange = { source.start, source.finish }, - selectionRange = { source.keyword[1], source.keyword[2] }, - } - end -end - -local function buildSource(source, sub, used, symbols) - if source.type == 'local' - or source.type == 'setlocal' - or source.type == 'setglobal' - or source.type == 'setfield' - or source.type == 'setmethod' - or source.type == 'tablefield' - or source.type == 'tableexp' - or source.type == 'tableindex' then - buildValue(source, sub, used, symbols) - elseif source.type == 'function' - or source.type == 'table' then - buildAnonymous(source, sub, used, symbols) - elseif source.type == 'if' - or source.type == 'while' - or source.type == 'in' - or source.type == 'loop' - or source.type == 'repeat' then - buildBlock(source, sub, used, symbols) - end -end - ----@async -local function makeSymbol(uri) - local state = files.getState(uri) - if not state then - return nil - end - - local sub = subber(state) - local symbols = {} - local used = {} - local i = 0 - ---@async - guide.eachSource(state.ast, function (source) - buildSource(source, sub, used, symbols) - i = i + 1 - if i % 1000 == 0 then - await.delay() - end - end) - - return symbols -end - -local function packChild(symbols) - local index = 1 - local function insertChilds(min, max) - local list - while true do - local symbol = symbols[index] - if not symbol then - break - end - if symbol.selectionRange[1] < min - or symbol.selectionRange[2] > max then - break - end - if not list then - list = {} - end - list[#list+1] = symbol - index = index + 1 - if symbol.valueRange then - symbol.children = insertChilds(symbol.valueRange[1], symbol.valueRange[2]) - end - end - return list - end - - local root = insertChilds(0, math.maxinteger) - return root -end - ----@async -local function packSymbols(symbols) - await.delay() - table.sort(symbols, function (a, b) - local o1 = a.valueRange and a.valueRange[1] or a.selectionRange[1] - local o2 = b.valueRange and b.valueRange[1] or b.selectionRange[1] - return o1 < o2 - end) - await.delay() - -- 处理嵌套 - return packChild(symbols) -end - ----@async -return function (uri) - local symbols = makeSymbol(uri) - if not symbols then - return nil - end - - local packedSymbols = packSymbols(symbols) - - return packedSymbols -end diff --git a/script/core/find-source.lua b/script/core/find-source.lua deleted file mode 100644 index c5d52f3e4..000000000 --- a/script/core/find-source.lua +++ /dev/null @@ -1,30 +0,0 @@ -local guide = require 'parser.guide' - -local function isValidFunctionPos(source, offset) - for i = 1, #source.keyword // 2 do - local start = source.keyword[i * 2 - 1] - local finish = source.keyword[i * 2] - if offset >= start and offset <= finish then - return true - end - end - return false -end - -return function (state, position, accept) - local len = math.huge - local result - guide.eachSourceContain(state.ast, position, function (source) - if source.type == 'function' then - if not isValidFunctionPos(source, position) then - return - end - end - local start, finish = guide.getStartFinish(source) - if finish - start <= len and accept[source.type] then - result = source - len = finish - start - end - end) - return result -end diff --git a/script/core/folding.lua b/script/core/folding.lua deleted file mode 100644 index 7f59636ed..000000000 --- a/script/core/folding.lua +++ /dev/null @@ -1,184 +0,0 @@ -local files = require "files" -local guide = require "parser.guide" -local util = require 'utility' -local await = require 'await' - -local care = { - ['function'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - if source.bindDocs then - results[#results+1] = { - start = source.bindDocs[1].start, - finish = source.bindDocs[#source.bindDocs].finish, - kind = 'comment', - hideLastLine = true, - } - end - end, - ['do'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['if'] = function (source, text, results) - for i = 1, #source do - local block = source[i] - local nblock = source[i + 1] - results[#results+1] = { - start = block.start, - finish = nblock and nblock.start or source.finish, - kind = 'region', - } - end - end, - ['loop'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['in'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['while'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['repeat'] = function (source, text, results) - local start = source.start - local finish = source.keyword[#source.keyword] - -- must end with 'until' - if #source.keyword ~= 4 then - return - end - local folding = { - start = start, - finish = finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['table'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['string'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'region', - } - results[#results+1] = folding - end, - ['comment.short'] = function (source, text, results, status) - local ltext = source.text:lower() - ltext = util.trim(ltext, 'left') - if ltext:sub(1, #'region') == 'region' - or ltext:sub(1, #'#region') == '#region' then - if not status.regions then - status.regions = {} - end - status.regions[#status.regions+1] = source - elseif ltext:sub(1, #'endregion') == 'endregion' - or ltext:sub(1, #'#endregion') == '#endregion' then - if not status.regions then - status.regions = {} - end - local start = table.remove(status.regions) - if not start then - return - end - results[#results+1] = { - start = start.start, - finish = source.finish, - kind = 'region', - hideLastLine = true, - } - end - end, - ['comment.long'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'comment', - } - results[#results+1] = folding - end, - ['comment.clong'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.finish, - kind = 'comment', - } - results[#results+1] = folding - end, - ['doc.class'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.bindGroup[#source.bindGroup].finish, - kind = 'comment', - hideLastLine = true, - } - results[#results+1] = folding - end, - ['doc.alias'] = function (source, text, results) - local folding = { - start = source.start, - finish = source.bindGroup[#source.bindGroup].finish, - kind = 'comment', - hideLastLine = true, - } - results[#results+1] = folding - end, -} - ----@async -return function (uri) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return nil - end - local regions = {} - local status = {} - - guide.eachSource(state.ast, function (source) ---@async - local tp = source.type - if care[tp] then - await.delay() - care[tp](source, text, regions) - end - end) - for _, source in ipairs(state.comms) do - local tp = source.type - if care[tp] then - await.delay() - care[tp](source, text, regions, status) - end - end - - return regions -end diff --git a/script/core/formatting.lua b/script/core/formatting.lua deleted file mode 100644 index de7f30ed9..000000000 --- a/script/core/formatting.lua +++ /dev/null @@ -1,31 +0,0 @@ -local files = require("files") -local log = require("log") - -return function(uri, options) - local suc, codeFormat = pcall(require, "code_format") - if not suc then - return - end - local text = files.getOriginText(uri) - local state = files.getState(uri) - if not state then - return - end - local status, formattedText = codeFormat.format(uri, text, options) - - if not status then - if formattedText ~= nil then - log.error(formattedText) - end - - return - end - - return { - { - start = state.ast.start, - finish = state.ast.finish, - text = formattedText, - } - } -end diff --git a/script/core/highlight.lua b/script/core/highlight.lua deleted file mode 100644 index 800886807..000000000 --- a/script/core/highlight.lua +++ /dev/null @@ -1,368 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local define = require 'proto.define' -local findSource = require 'core.find-source' -local util = require 'utility' -local guide = require 'parser.guide' - ----@async -local function eachRef(source, callback) - local refs = vm.getRefs(source, function (_) - return false - end) - for _, ref in ipairs(refs) do - callback(ref) - end -end - -local function eachLocal(source, callback) - callback(source) - if source.ref then - for _, ref in ipairs(source.ref) do - callback(ref) - end - end -end - ----@async -local function find(source, uri, callback) - if source.type == 'local' then - eachLocal(source, callback) - elseif source.type == 'getlocal' - or source.type == 'setlocal' then - eachLocal(source.node, callback) - elseif source.type == 'field' - or source.type == 'method' then - eachRef(source.parent, callback) - elseif source.type == 'getindex' - or source.type == 'setindex' - or source.type == 'tableindex' then - eachRef(source, callback) - elseif source.type == 'setglobal' - or source.type == 'getglobal' then - eachRef(source, callback) - elseif source.type == 'goto' - or source.type == 'label' then - eachRef(source, callback) - elseif source.type == 'string' - and source.parent - and source.parent.index == source then - eachRef(source.parent, callback) - elseif source.type == 'string' - or source.type == 'boolean' - or source.type == 'number' - or source.type == 'integer' - or source.type == 'nil' then - callback(source) - end -end - -local function checkInIf(state, source, text, position) - -- 检查 end - local endB = guide.positionToOffset(state, source.finish) - local endA = endB - #'end' + 1 - if position >= source.finish - #'end' - and position <= source.finish - and text:sub(endA, endB) == 'end' then - return true - end - -- 检查每个子模块 - for _, block in ipairs(source) do - for i = 1, #block.keyword, 2 do - local start = block.keyword[i] - local finish = block.keyword[i+1] - if position >= start and position <= finish then - return true - end - end - end - return false -end - -local function makeIf(state, source, text, callback) - -- end - local endB = guide.positionToOffset(state, source.finish) - local endA = endB - #'end' + 1 - if text:sub(endA, endB) == 'end' then - callback(source.finish - #'end', source.finish) - end - -- 每个子模块 - for _, block in ipairs(source) do - for i = 1, #block.keyword, 2 do - local start = block.keyword[i] - local finish = block.keyword[i+1] - callback(start, finish) - end - end - return false -end - -local function findKeyWord(state, text, position, callback) - guide.eachSourceContain(state.ast, position, function (source) - if source.type == 'do' - or source.type == 'function' - or source.type == 'loop' - or source.type == 'in' - or source.type == 'while' - or source.type == 'repeat' then - local ok - for i = 1, #source.keyword, 2 do - local start = source.keyword[i] - local finish = source.keyword[i+1] - if position >= start and position <= finish then - ok = true - break - end - end - if ok then - for i = 1, #source.keyword, 2 do - local start = source.keyword[i] - local finish = source.keyword[i+1] - callback(start, finish) - end - end - elseif source.type == 'if' then - local ok = checkInIf(state, source, text, position) - if ok then - makeIf(state, source, text, callback) - end - end - end) -end - -local function isRegion(str) - if str:sub(1, #'region') == 'region' - or str:sub(1, #'#region') == '#region' then - return true - end - return false -end - -local function isEndRegion(str) - if str:sub(1, #'endregion') == 'endregion' - or str:sub(1, #'#endregion') == '#endregion' then - return true - end - return false -end - -local function checkRegion(ast, text, offset, callback) - local count - local start, finish - local selected - for i, comment in ipairs(ast.comms) do - if comment.type == 'comment.short' then - if comment.start <= offset - and comment.finish >= offset then - local ltext = comment.text:lower() - ltext = util.trim(ltext, 'left') - if isRegion(ltext) then - start = comment.start - 2 - count = 1 - selected = i - elseif isEndRegion(ltext) then - finish = comment.finish - count = 1 - selected = i - else - return - end - break - end - end - end - if not selected then - return - end - if start then - for i = selected + 1, #ast.comms do - local comment = ast.comms[i] - if comment.type == 'comment.short' then - local ltext = comment.text:lower() - ltext = util.trim(ltext, 'left') - if isRegion(ltext) then - count = count + 1 - elseif isEndRegion(ltext) then - count = count - 1 - if count == 0 then - callback(start, comment.finish) - return - end - end - end - end - end - if finish then - for i = selected - 1, 1, -1 do - local comment = ast.comms[i] - if comment.type == 'comment.short' then - local ltext = comment.text:lower() - ltext = util.trim(ltext, 'left') - if isEndRegion(ltext) then - count = count + 1 - elseif isRegion(ltext) then - count = count - 1 - if count == 0 then - callback(comment.start - 2, finish) - return - end - end - end - end - end -end - -local accept = { - ['label'] = true, - ['goto'] = true, - ['local'] = true, - ['setlocal'] = true, - ['getlocal'] = true, - ['field'] = true, - ['method'] = true, - ['tablefield'] = true, - ['setglobal'] = true, - ['getglobal'] = true, - ['string'] = true, - ['boolean'] = true, - ['number'] = true, - ['integer'] = true, - ['nil'] = true, -} - -local function isLiteralValue(source) - if not guide.isLiteral(source) then - return false - end - if source.parent and source.parent.index == source then - return false - end - return true -end - ----@async -return function (uri, offset) - local state = files.getState(uri) - if not state then - return nil - end - local text = files.getText(uri) - local results = {} - local mark = {} - - local source = findSource(state, offset, accept) - if source then - local isGlobal = guide.isGlobal(source) - local isLiteral = isLiteralValue(source) - find(source, uri, function (target) - if not target then - return - end - if mark[target] then - return - end - mark[target] = true - if isGlobal ~= guide.isGlobal(target) then - return - end - if isLiteral ~= isLiteralValue(target) then - return - end - if uri ~= guide.getUri(target) then - return - end - local kind - if target.type == 'getfield' then - target = target.field - kind = define.DocumentHighlightKind.Read - elseif target.type == 'setfield' - or target.type == 'tablefield' then - target = target.field - kind = define.DocumentHighlightKind.Write - elseif target.type == 'getmethod' then - target = target.method - kind = define.DocumentHighlightKind.Read - elseif target.type == 'setmethod' then - target = target.method - kind = define.DocumentHighlightKind.Write - elseif target.type == 'getindex' then - target = target.index - kind = define.DocumentHighlightKind.Read - elseif target.type == 'field' then - if target.parent.type == 'getfield' then - kind = define.DocumentHighlightKind.Read - else - kind = define.DocumentHighlightKind.Write - end - elseif target.type == 'method' then - if target.parent.type == 'getmethod' then - kind = define.DocumentHighlightKind.Read - else - kind = define.DocumentHighlightKind.Write - end - elseif target.type == 'index' then - if target.parent.type == 'getindex' then - kind = define.DocumentHighlightKind.Read - else - kind = define.DocumentHighlightKind.Write - end - elseif target.type == 'index' then - if target.parent.type == 'getindex' then - kind = define.DocumentHighlightKind.Read - else - kind = define.DocumentHighlightKind.Write - end - elseif target.type == 'setindex' - or target.type == 'tableindex' then - target = target.index - kind = define.DocumentHighlightKind.Write - elseif target.type == 'getlocal' - or target.type == 'getglobal' - or target.type == 'goto' then - kind = define.DocumentHighlightKind.Read - elseif target.type == 'setlocal' - or target.type == 'local' - or target.type == 'setglobal' - or target.type == 'label' then - kind = define.DocumentHighlightKind.Write - elseif target.type == 'string' - or target.type == 'boolean' - or target.type == 'number' - or target.type == 'integer' - or target.type == 'nil' then - kind = define.DocumentHighlightKind.Text - else - return - end - if not target then - return - end - results[#results+1] = { - start = target.start, - finish = target.finish, - kind = kind, - } - end) - end - - findKeyWord(state, text, offset, function (start, finish) - results[#results+1] = { - start = start, - finish = finish, - kind = define.DocumentHighlightKind.Text - } - end) - - checkRegion(state, text, offset, function (start, finish) - results[#results+1] = { - start = start, - finish = finish, - kind = define.DocumentHighlightKind.Text - } - end) - - if #results == 0 then - return nil - end - return results -end diff --git a/script/core/hint.lua b/script/core/hint.lua deleted file mode 100644 index 67ac85167..000000000 --- a/script/core/hint.lua +++ /dev/null @@ -1,337 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local config = require 'config' -local guide = require 'parser.guide' -local await = require 'await' -local define = require 'proto.define' -local lang = require 'language' -local substr = require 'core.substring' - ----@async -local function typeHint(uri, results, start, finish) - local state = files.getState(uri) - if not state then - return - end - local mark = {} - guide.eachSourceBetween(state.ast, start, finish, function (source) ---@async - if source.type ~= 'local' - and source.type ~= 'setglobal' - and source.type ~= 'tablefield' - and source.type ~= 'tableindex' - and source.type ~= 'setfield' - and source.type ~= 'setindex' then - return - end - if source[1] == '_' then - return - end - if source.value and guide.isLiteral(source.value) then - return - end - if source.parent.type == 'funcargs' then - if not config.get(uri, 'Lua.hint.paramType') then - return - end - else - if not config.get(uri, 'Lua.hint.setType') then - return - end - end - await.delay() - local view = vm.getInfer(source):view(uri) - if view == 'any' - or view == 'unknown' - or view == 'nil' then - return - end - local src = source - if source.type == 'tablefield' then - src = source.field - elseif source.type == 'tableindex' then - src = source.index - end - if not src then - return - end - if mark[src] then - return - end - mark[src] = true - results[#results+1] = { - text = ':' .. view, - offset = src.finish, - kind = define.InlayHintKind.Type, - where = 'right', - source = source, - } - end) -end - -local function getParams(func) - if not func.args or #func.args == 0 then - return nil - end - local params = {} - for _, arg in ipairs(func.args) do - if arg.type == '...' then - break - end - params[#params+1] = arg - end - if #params == 0 then - return nil - end - return params -end - -local function hasLiteralArgInCall(call) - if not call.args then - return false - end - for _, arg in ipairs(call.args) do - if guide.isLiteral(arg) then - return true - end - end - return false -end - ----@async -local function paramName(uri, results, start, finish) - local paramConfig = config.get(uri, 'Lua.hint.paramName') - if not paramConfig or paramConfig == 'Disable' then - return - end - local state = files.getState(uri) - if not state then - return - end - local mark = {} - guide.eachSourceBetween(state.ast, start, finish, function (source) ---@async - if source.type ~= 'call' then - return - end - if paramConfig == 'Literal' and not hasLiteralArgInCall(source) then - return - end - if not source.args then - return - end - await.delay() - local defs = vm.getDefs(source.node) - if not defs then - return - end - local params - for _, def in ipairs(defs) do - if def.type == 'function' then - params = getParams(def) - if params then - break - end - end - end - if not params then - return - end - local firstIndex = 1 - if source.node and source.node.type == 'getmethod' then - firstIndex = 2 - end - for i = firstIndex, #source.args do - local arg = source.args[i] - if not mark[arg] - and (paramConfig ~= 'Literal' or guide.isLiteral(arg)) then - mark[arg] = true - local param = params[i] - if param and param[1] then - results[#results+1] = { - text = param[1] .. ':', - offset = arg.start, - kind = define.InlayHintKind.Parameter, - where = 'left', - source = param, - } - end - end - end - end) -end - ----@async -local function arrayIndex(uri, results, start, finish) - local state = files.getState(uri) - if not state then - return - end - local option = config.get(uri, 'Lua.hint.arrayIndex') - if option == 'Disable' then - return - end - - local mixedOrLargeTable = {} - local function isMixedOrLargeTable(tbl) - if mixedOrLargeTable[tbl] ~= nil then - return mixedOrLargeTable[tbl] - end - if #tbl > 3 then - mixedOrLargeTable[tbl] = true - return true - end - for _, child in ipairs(tbl) do - if child.type ~= 'tableexp' then - mixedOrLargeTable[tbl] = true - return true - end - end - mixedOrLargeTable[tbl] = false - return false - end - - ---@async - guide.eachSourceType(state.ast, 'table', function (source) - if source.finish < start or source.start > finish then - return - end - await.delay() - if option == 'Auto' then - if not isMixedOrLargeTable(source) then - return - end - end - local list = {} - local max = 0 - for _, field in ipairs(source) do - if field.type == 'tableexp' - and field.start < finish - and field.finish > start then - list[#list+1] = field - if field.tindex > max then - max = field.tindex - end - end - end - - if #list > 0 then - local length = #tostring(max) - local fmt = '[%0' .. length .. 'd]' - for _, field in ipairs(list) do - results[#results+1] = { - text = fmt:format(field.tindex), - offset = field.start, - kind = define.InlayHintKind.Other, - where = 'left', - source = field.parent, - } - end - end - end) - -end - ----@async -local function awaitHint(uri, results, start, finish) - local awaitConfig = config.get(uri, 'Lua.hint.await') - if not awaitConfig then - return - end - local state = files.getState(uri) - if not state then - return - end - guide.eachSourceBetween(state.ast, start, finish, function (source) ---@async - if source.type ~= 'call' then - return - end - await.delay() - local node = source.node - if not vm.isAsyncCall(source) then - return - end - results[#results+1] = { - text = 'await ', - offset = node.start, - kind = define.InlayHintKind.Other, - where = 'left', - tooltip = lang.script.HOVER_AWAIT_TOOLTIP, - } - end) -end - -local blockTypes = { - 'main', - 'function', - 'for', - 'loop', - 'in', - 'do', - 'repeat', - 'while', - 'ifblock', - 'elseifblock', - 'elseblock', -} - ----@async -local function semicolonHint(uri, results, start, finish) - local state = files.getState(uri) - if not state then - return - end - local mode = config.get(uri, 'Lua.hint.semicolon') - if mode == 'Disable' then - return - end - local subber = substr(state) - ---@async - guide.eachSourceTypes(state.ast, blockTypes, function (src) - await.delay() - for i = 1, #src - 1 do - local current = src[i] - local next = src[i+1] - local left = current.range or current.finish - local right = next.start - local text = subber(current.finish, right) - if mode == 'All' then - if not text:find '[,;]' then - results[#results+1] = { - text = ';', - offset = left, - kind = define.InlayHintKind.Other, - where = 'right', - } - end - elseif mode == 'SameLine' then - if not text:find '[,;\r\n]' then - results[#results+1] = { - text = ';', - offset = left, - kind = define.InlayHintKind.Other, - where = 'right', - } - end - end - end - if mode == 'All' then - local last = src[#src] - results[#results+1] = { - text = ';', - offset = last.range or last.finish, - kind = define.InlayHintKind.Other, - where = 'right', - } - end - end) -end - ----@async -return function (uri, start, finish) - local results = {} - typeHint(uri, results, start, finish) - paramName(uri, results, start, finish) - awaitHint(uri, results, start, finish) - arrayIndex(uri, results, start, finish) - semicolonHint(uri, results, start, finish) - return results -end diff --git a/script/core/hover/args.lua b/script/core/hover/args.lua deleted file mode 100644 index bb4d42978..000000000 --- a/script/core/hover/args.lua +++ /dev/null @@ -1,73 +0,0 @@ -local guide = require 'parser.guide' -local vm = require 'vm' - -local function asFunction(source) - local args = {} - local methodDef - local parent = source.parent - if parent and parent.type == 'setmethod' then - methodDef = true - end - if methodDef then - args[#args+1] = ('self: %s'):format(vm.getInfer(parent.node):view(guide.getUri(source), 'any')) - end - if source.args then - for i = 1, #source.args do - local arg = source.args[i] - if arg.type == 'self' then - goto CONTINUE - end - local name = arg.name or guide.getKeyName(arg) - if name then - local argNode = vm.compileNode(arg) - local optional - if argNode:isOptional() then - optional = true - argNode = argNode:copy() - argNode:removeOptional() - end - args[#args+1] = ('%s%s: %s'):format( - name, - optional and '?' or '', - vm.getInfer(argNode):view(guide.getUri(source), 'any') - ) - elseif arg.type == '...' then - args[#args+1] = ('%s%s'):format( - '...', - vm.getInfer(arg):view(guide.getUri(source), 'any') - ) - else - args[#args+1] = ('%s'):format(vm.getInfer(arg):view(guide.getUri(source), 'any')) - end - ::CONTINUE:: - end - end - return args -end - -local function asDocFunction(source) - local args = {} - if not source.args then - return args - end - for i = 1, #source.args do - local arg = source.args[i] - local name = arg.name[1] - args[i] = ('%s%s: %s'):format( - name, - arg.optional and '?' or '', - arg.extends and vm.getInfer(arg.extends):view(guide.getUri(source), 'any') or 'any' - ) - end - return args -end - -return function (source) - if source.type == 'function' then - return asFunction(source) - end - if source.type == 'doc.type.function' then - return asDocFunction(source) - end - return {} -end diff --git a/script/core/hover/description.lua b/script/core/hover/description.lua deleted file mode 100644 index 58fb9fbe9..000000000 --- a/script/core/hover/description.lua +++ /dev/null @@ -1,549 +0,0 @@ -local vm = require 'vm' -local ws = require 'workspace' -local markdown = require 'provider.markdown' -local config = require 'config' -local lang = require 'language' -local util = require 'utility' -local guide = require 'parser.guide' -local rpath = require 'workspace.require-path' -local furi = require 'file-uri' -local wssymbol = require 'core.workspace-symbol' - -local function collectRequire(mode, literal, uri) - local result, searchers - if mode == 'require' then - result, searchers = rpath.findUrisByRequireName(uri, literal) - elseif mode == 'dofile' - or mode == 'loadfile' then - result = ws.findUrisByFilePath(literal) - end - if result and #result > 0 then - local shows = {} - for i, uri in ipairs(result) do - local searcher = searchers and searchers[uri] - local path = ws.getRelativePath(uri) - if vm.isMetaFile(uri) then - shows[i] = ('* [[meta]](%s)'):format(uri) - elseif searcher then - searcher = searcher:gsub('^[/\\]+', '') - shows[i] = ('* [%s](%s) %s'):format(path, uri, lang.script('HOVER_USE_LUA_PATH', searcher)) - else - shows[i] = ('* [%s](%s)'):format(path, uri) - end - end - table.sort(shows) - local md = markdown() - md:add('md', table.concat(shows, '\n')) - return md - end -end - -local function asStringInRequire(source, literal) - local parent = source.parent - if parent and parent.type == 'callargs' then - local call = parent.parent - local func = call.node - local libName = vm.getLibraryName(func) - if not libName then - return - end - if libName == 'require' - or libName == 'dofile' - or libName == 'loadfile' then - return collectRequire(libName, literal, guide.getUri(source)) - end - end -end - -local function asStringView(source, literal) - -- 内部包含转义符? - if not source[2] then - return - end - local rawLen = source.finish - source.start - 2 * #source[2] - if config.get(guide.getUri(source), 'Lua.hover.viewString') - and (source[2] == '"' or source[2] == "'") - and rawLen > #literal then - local view = literal - local max = config.get(guide.getUri(source), 'Lua.hover.viewStringMax') - if #view > max then - view = view:sub(1, max) .. '...' - end - local md = markdown() - md:add('txt', view) - return md - end -end - -local function asString(source) - local literal = guide.getLiteral(source) - if type(literal) ~= 'string' then - return nil - end - return asStringInRequire(source, literal) - or asStringView(source, literal) -end - ----@param comment string ----@param suri uri ----@return string? -local function normalizeComment(comment, suri) - if not comment then - return nil - end - if comment:sub(1, 1) == '-' then - comment = comment:sub(2) - end - if comment:sub(1, 1) == '@' then - return nil - end - comment = comment:gsub('(%[.-%]%()(.-)(%))', function (left, path, right) - local scheme = furi.split(path) - if scheme - -- strange way to check `C:/xxx.lua` - and #scheme > 1 then - return - end - local absPath = ws.getAbsolutePath(suri:gsub('/[^/]+$', ''), path) - if not absPath then - return - end - local uri = furi.encode(absPath) - return left .. uri .. right - end) - return comment -end - -local function getBindComment(source) - local uri = guide.getUri(source) - local lines = {} - for _, docComment in ipairs(source.bindComments) do - lines[#lines+1] = normalizeComment(docComment.comment.text, uri) - end - if not lines or #lines == 0 then - return nil - end - return table.concat(lines, '\n') -end - ----@async -local function packSee(see) - local name = see.name[1] - local buf = {} - local target - for _, symbol in ipairs(wssymbol(name, guide.getUri(see))) do - if symbol.name == name then - target = symbol.source - break - end - end - if target then - local row, col = guide.rowColOf(target.start) - buf[#buf+1] = ('[%s](%s#%d#%d)'):format(name, guide.getUri(target), row + 1, col) - else - buf[#buf+1] = ('~%s~'):format(name) - end - if see.comment then - buf[#buf+1] = ' ' - buf[#buf+1] = see.comment.text - end - return table.concat(buf) -end - ----@async -local function lookUpDocSees(lines, docGroup) - local sees = {} - for _, doc in ipairs(docGroup) do - if doc.type == 'doc.see' then - sees[#sees+1] = doc - end - end - if #sees == 0 then - return - end - if #sees == 1 then - lines[#lines+1] = ('See: %s'):format(packSee(sees[1])) - return - end - lines[#lines+1] = 'See:' - for _, see in ipairs(sees) do - lines[#lines+1] = (' * %s'):format(packSee(see)) - end -end - ----@async -local function lookUpDocComments(source) - local docGroup = source.bindDocs - if not docGroup then - return - end - if source.type == 'setlocal' - or source.type == 'getlocal' then - source = source.node - end - if source.parent.type == 'funcargs' then - return - end - local uri = guide.getUri(source) - local lines = {} - for _, doc in ipairs(docGroup) do - if doc.type == 'doc.comment' then - lines[#lines+1] = normalizeComment(doc.comment.text, uri) - elseif doc.type == 'doc.type' - or doc.type == 'doc.public' - or doc.type == 'doc.protected' - or doc.type == 'doc.private' then - if doc.comment then - lines[#lines+1] = normalizeComment(doc.comment.text, uri) - end - elseif doc.type == 'doc.class' then - for _, docComment in ipairs(doc.bindComments) do - lines[#lines+1] = normalizeComment(docComment.comment.text, uri) - end - end - end - if source.comment then - lines[#lines+1] = normalizeComment(source.comment.text, uri) - end - lookUpDocSees(lines, docGroup) - if not lines or #lines == 0 then - return nil - end - return table.concat(lines, '\n') -end - -local function tryDocClassComment(source) - for _, def in ipairs(vm.getDefs(source)) do - if def.type == 'doc.class' - or def.type == 'doc.alias' - or def.type == 'doc.enum' then - local comment = getBindComment(def) - if comment then - return comment - end - end - end -end - -local function tryDocModule(source) - if not source.module then - return - end - return collectRequire('require', source.module, guide.getUri(source)) -end - -local function buildEnumChunk(docType, name, uri) - if not docType then - return nil - end - local enums = {} - local types = {} - local lines = {} - for _, tp in ipairs(vm.getDefs(docType)) do - types[#types+1] = vm.getInfer(tp):view(guide.getUri(docType)) - if tp.type == 'doc.type.string' - or tp.type == 'doc.type.integer' - or tp.type == 'doc.type.boolean' - or tp.type == 'doc.type.code' then - enums[#enums+1] = tp - end - local comment = tryDocClassComment(tp) - if comment then - for line in util.eachLine(comment) do - lines[#lines+1] = ('-- %s'):format(line) - end - end - end - if #enums == 0 then - return nil - end - lines[#lines+1] = ('%s:'):format(name) - for _, enum in ipairs(enums) do - local enumDes = (' %s %s'):format( - (enum.default and '->') - or (enum.additional and '+>') - or ' |', - vm.getInfer(enum):view(uri) - ) - if enum.comment then - local first = true - local len = #enumDes - for comm in enum.comment:gmatch '[^\r\n]+' do - if first then - first = false - enumDes = ('%s -- %s'):format(enumDes, comm) - else - enumDes = ('%s\n%s -- %s'):format(enumDes, (' '):rep(len), comm) - end - end - end - lines[#lines+1] = enumDes - end - return table.concat(lines, '\n') -end - -local function getBindEnums(source, docGroup) - if source.type ~= 'function' then - return - end - - local uri = guide.getUri(source) - local mark = {} - local chunks = {} - local returnIndex = 0 - for _, doc in ipairs(docGroup) do - if doc.type == 'doc.param' then - local name = doc.param[1] - if name == '...' then - name = '...(param)' - end - if mark[name] then - goto CONTINUE - end - mark[name] = true - chunks[#chunks+1] = buildEnumChunk(doc.extends, name, uri) - elseif doc.type == 'doc.return' then - for _, rtn in ipairs(doc.returns) do - returnIndex = returnIndex + 1 - local name = rtn.name and rtn.name[1] or ('return #%d'):format(returnIndex) - if name == '...' then - name = '...(return)' - end - if mark[name] then - goto CONTINUE - end - mark[name] = true - chunks[#chunks+1] = buildEnumChunk(rtn, name, uri) - end - end - ::CONTINUE:: - end - if #chunks == 0 then - return nil - end - return table.concat(chunks, '\n\n') -end - -local function tryDocFieldComment(source) - if source.type ~= 'doc.field' then - return - end - if source.comment then - return normalizeComment(source.comment.text, guide.getUri(source)) - end - if source.bindGroup then - return getBindComment(source) - end -end - -local function getFunctionComment(source) - local docGroup = source.bindDocs - if not docGroup then - return - end - - local hasReturnComment = false - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.return' and doc.comment then - hasReturnComment = true - break - end - end - - local uri = guide.getUri(source) - local md = markdown() - for _, doc in ipairs(docGroup) do - if doc.type == 'doc.comment' then - local comment = normalizeComment(doc.comment.text, uri) - md:add('md', comment) - elseif doc.type == 'doc.param' then - if doc.comment then - md:add('md', ('@*param* `%s` — %s'):format( - doc.param[1], - doc.comment.text - )) - end - elseif doc.type == 'doc.return' then - if hasReturnComment then - local name = {} - for _, rtn in ipairs(doc.returns) do - if rtn.name then - name[#name+1] = rtn.name[1] - end - end - if doc.comment then - if #name == 0 then - md:add('md', ('@*return* — %s'):format(doc.comment.text)) - else - md:add('md', ('@*return* `%s` — %s'):format(table.concat(name, ','), doc.comment.text)) - end - else - if #name == 0 then - md:add('md', '@*return*') - else - md:add('md', ('@*return* `%s`'):format(table.concat(name, ','))) - end - end - end - elseif doc.type == 'doc.overload' then - md:splitLine() - end - end - - local enums = getBindEnums(source, docGroup) - md:add('lua', enums) - - local comment = md:string() - if comment == '' then - return nil - end - return comment -end - ----@async -local function tryDocComment(source) - local md = markdown() - if source.value and source.value.type == 'function' then - source = source.value - end - if source.type == 'function' then - local comment = getFunctionComment(source) - md:add('md', comment) - source = source.parent - end - local comment = lookUpDocComments(source) - md:add('md', comment) - if source.type == 'doc.alias' then - local enums = buildEnumChunk(source, source.alias[1], guide.getUri(source)) - md:add('lua', enums) - end - if source.type == 'doc.enum' then - local enums = buildEnumChunk(source, source.enum[1], guide.getUri(source)) - md:add('lua', enums) - end - local result = md:string() - if result == '' then - return nil - end - return result -end - ----@async -local function tryDocOverloadToComment(source) - if source.type ~= 'doc.type.function' then - return - end - local doc = source.parent - if doc.type ~= 'doc.overload' - or not doc.bindSource then - return - end - local md = tryDocComment(doc.bindSource) - if md then - return md - end -end - -local function tyrDocParamComment(source) - if source.type == 'setlocal' - or source.type == 'getlocal' then - source = source.node - end - if source.type ~= 'local' then - return - end - if source.parent.type ~= 'funcargs' then - return - end - if not source.bindDocs then - return - end - for i = #source.bindDocs, 1, -1 do - local doc = source.bindDocs[i] - if doc.type == 'doc.param' - and doc.param[1] == source[1] - and doc.comment then - return doc.comment.text - end - end -end - ----@param source parser.object -local function tryDocEnum(source) - if source.type ~= 'doc.enum' then - return - end - local tbl = source.bindSource - if not tbl then - return - end - if vm.docHasAttr(source, 'key') then - local md = markdown() - local keys = {} - for _, field in ipairs(tbl) do - if field.type == 'tablefield' - or field.type == 'tableindex' then - if not field.value then - goto CONTINUE - end - local key = guide.getKeyName(field) - if not key then - goto CONTINUE - end - keys[#keys+1] = ('%q'):format(key) - ::CONTINUE:: - end - end - md:add('lua', table.concat(keys, ' | ')) - return md:string() - else - local md = markdown() - md:add('lua', '{') - for _, field in ipairs(tbl) do - if field.type == 'tablefield' - or field.type == 'tableindex' then - if not field.value then - goto CONTINUE - end - local key = guide.getKeyName(field) - if not key then - goto CONTINUE - end - if field.value.type == 'integer' - or field.value.type == 'string' then - md:add('lua', (' %s: %s = %s,'):format(key, field.value.type, field.value[1])) - end - if field.value.type == 'binary' - or field.value.type == 'unary' then - local number = vm.getNumber(field.value) - if number then - md:add('lua', (' %s: %s = %s,'):format(key, math.tointeger(number) and 'integer' or 'number', number)) - end - end - ::CONTINUE:: - end - end - md:add('lua', '}') - return md:string() - end -end - ----@async -return function (source) - if source.type == 'string' then - return asString(source) - end - if source.type == 'doc.tailcomment' then - return source.text - end - if source.type == 'field' then - source = source.parent - end - return tryDocOverloadToComment(source) - or tryDocFieldComment(source) - or tyrDocParamComment(source) - or tryDocComment(source) - or tryDocClassComment(source) - or tryDocModule(source) - or tryDocEnum(source) -end diff --git a/script/core/hover/init.lua b/script/core/hover/init.lua deleted file mode 100644 index ed596b3d5..000000000 --- a/script/core/hover/init.lua +++ /dev/null @@ -1,159 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local getLabel = require 'core.hover.label' -local getDesc = require 'core.hover.description' -local util = require 'utility' -local findSource = require 'core.find-source' -local markdown = require 'provider.markdown' -local guide = require 'parser.guide' -local wssymbol = require 'core.workspace-symbol' - ----@async -local function getHover(source) - local md = markdown() - local defMark = {} - local labelMark = {} - local descMark = {} - - if source.type == 'doc.see.name' then - for _, symbol in ipairs(wssymbol(source[1], guide.getUri(source))) do - if symbol.name == source[1] then - source = symbol.source - break - end - end - end - - ---@async - local function addHover(def, checkLable, oop) - if defMark[def] then - return - end - defMark[def] = true - - if checkLable then - local label = getLabel(def, oop) - if not labelMark[tostring(label)] then - labelMark[tostring(label)] = true - md:add('lua', label) - md:splitLine() - end - end - - local desc = getDesc(def) - if not descMark[tostring(desc)] then - descMark[tostring(desc)] = true - md:add('md', desc) - md:splitLine() - end - end - - local oop - if vm.getInfer(source):view(guide.getUri(source)) == 'function' then - local defs = vm.getDefs(source) - -- make sure `function` is before `doc.type.function` - local orders = {} - for i, def in ipairs(defs) do - if def.type == 'function' then - orders[def] = i - 20000 - elseif def.type == 'doc.type.function' then - orders[def] = i - 10000 - else - orders[def] = i - end - end - table.sort(defs, function (a, b) - return orders[a] < orders[b] - end) - local hasFunc - for _, def in ipairs(defs) do - if guide.isOOP(def) then - oop = true - end - if def.type == 'function' - and not vm.isVarargFunctionWithOverloads(def) then - hasFunc = true - addHover(def, true, oop) - end - if def.type == 'doc.type.function' then - hasFunc = true - addHover(def, true, oop) - end - end - if not hasFunc then - addHover(source, true, oop) - end - else - addHover(source, true, oop) - for _, def in ipairs(vm.getDefs(source)) do - if def.type == 'global' - or def.type == 'setlocal' then - goto CONTINUE - end - if guide.isOOP(def) then - oop = true - end - local isFunction - if def.type == 'function' - or def.type == 'doc.type.function' then - isFunction = true - end - addHover(def, isFunction, oop) - ::CONTINUE:: - end - end - - return md -end - -local accept = { - ['local'] = true, - ['setlocal'] = true, - ['getlocal'] = true, - ['setglobal'] = true, - ['getglobal'] = true, - ['field'] = true, - ['method'] = true, - ['string'] = true, - ['number'] = true, - ['integer'] = true, - ['doc.type.name'] = true, - ['doc.class.name'] = true, - ['doc.enum.name'] = true, - ['function'] = true, - ['doc.module'] = true, - ['doc.see.name'] = true, -} - ----@async -local function getHoverByUri(uri, position) - local ast = files.getState(uri) - if not ast then - return nil - end - local source = findSource(ast, position, accept) - if not source then - return nil - end - local hover = getHover(source) - if SHOWSOURCE then - hover:splitLine() - hover:add('md', 'Source Info') - hover:add('lua', util.dump(source, { - deep = 1, - })) - end - if SHOWNODE then - hover:splitLine() - hover:add('md', 'Node Info') - hover:add('lua', util.dump(vm.compileNode(source), { - deep = 1, - })) - end - return hover, source -end - -return { - get = getHover, - byUri = getHoverByUri, -} diff --git a/script/core/hover/label.lua b/script/core/hover/label.lua deleted file mode 100644 index 62e519272..000000000 --- a/script/core/hover/label.lua +++ /dev/null @@ -1,226 +0,0 @@ -local buildName = require 'core.hover.name' -local buildArgs = require 'core.hover.args' -local buildReturn = require 'core.hover.return' -local buildTable = require 'core.hover.table' -local vm = require 'vm' -local util = require 'utility' -local lang = require 'language' -local config = require 'config' -local files = require 'files' -local guide = require 'parser.guide' - -local function asFunction(source, oop) - local name = buildName(source, oop) - local args = buildArgs(source) - local rtn = buildReturn(source) - local lines = {} - - lines[1] = string.format('%s%s %s(%s)' - , vm.isAsync(source) and '(async) ' or '' - , oop and '(method)' or 'function' - , name or '' - , oop and table.concat(args, ', ', 2) or table.concat(args, ', ') - ) - lines[2] = rtn - - return table.concat(lines, '\n') -end - -local function asDocTypeName(source) - local defs = vm.getDefs(source) - for _, doc in ipairs(defs) do - if doc.type == 'doc.class' then - return '(class) ' .. doc.class[1] - end - if doc.type == 'doc.alias' then - return '(alias) ' .. doc.alias[1] .. ' ' .. lang.script('HOVER_EXTENDS', vm.getInfer(doc.extends):view(guide.getUri(source))) - end - if doc.type == 'doc.enum' then - return '(enum) ' .. doc.enum[1] - end - end -end - ----@async -local function asValue(source, title) - local name = buildName(source, false) or '' - local ifr = vm.getInfer(source) - local type = ifr:view(guide.getUri(source)) - local literal = ifr:viewLiterals() - local cont = buildTable(source) - local pack = {} - pack[#pack+1] = title - pack[#pack+1] = name .. ':' - if vm.isAsync(source, true) then - pack[#pack+1] = 'async' - end - if cont - and ( type == 'table' - or type == 'any' - or type == 'unknown' - or type == 'nil') then - else - pack[#pack+1] = type - end - if literal then - pack[#pack+1] = '=' - pack[#pack+1] = literal - end - if cont then - pack[#pack+1] = cont - end - return table.concat(pack, ' ') -end - ----@async -local function asLocal(source) - local node - if source.type == 'local' - or source.type == 'self' then - node = source - else - node = source.node - end - if node.type == 'self' then - return asValue(source, '(self)') - end - if node.parent.type == 'funcargs' then - return asValue(source, '(parameter)') - elseif guide.getParentFunction(source) ~= guide.getParentFunction(node) then - return asValue(source, '(upvalue)') - else - return asValue(source, 'local') - end -end - ----@async -local function asGlobal(source) - return asValue(source, '(global)') -end - -local function isGlobalField(source) - if source.type == 'field' - or source.type == 'method' then - source = source.parent - end - if source.type == 'setfield' - or source.type == 'getfield' - or source.type == 'setmethod' - or source.type == 'getmethod' then - local node = source.node - if node.type == 'setglobal' - or node.type == 'getglobal' then - return true - end - return isGlobalField(node) - elseif source.type == 'tablefield' then - local parent = source.parent - if parent.type == 'setglobal' - or parent.type == 'getglobal' then - return true - end - return isGlobalField(parent) - else - return false - end -end - ----@async -local function asField(source) - if isGlobalField(source) then - return asGlobal(source) - end - return asValue(source, '(field)') -end - -local function asDocFieldName(source) - local name = vm.viewKey(source, guide.getUri(source)) or '?' - local class - for _, doc in ipairs(source.bindGroup) do - if doc.type == 'doc.class' then - class = doc - break - end - end - local view = vm.getInfer(source.extends):view(guide.getUri(source)) - local className = class and class.class[1] or '?' - if name:match(guide.namePatternFull) then - return ('(field) %s.%s: %s'):format(className, name, view) - else - return ('(field) %s%s: %s'):format(className, name, view) - end -end - -local function asString(source) - local str = source[1] - if type(str) ~= 'string' then - return '' - end - local len = #str - local charLen = util.utf8Len(str, 1, -1) - if len == charLen then - return lang.script('HOVER_STRING_BYTES', len) - else - return lang.script('HOVER_STRING_CHARACTERS', len, charLen) - end -end - -local function formatNumber(n) - local str = ('%.10f'):format(n) - str = str:gsub('%.?0*$', '') - return str -end - -local function asNumber(source) - if not config.get(guide.getUri(source), 'Lua.hover.viewNumber') then - return nil - end - local num = source[1] - if type(num) ~= 'number' then - return nil - end - local uri = guide.getUri(source) - local text = files.getText(uri) - if not text then - return nil - end - local raw = text:sub(source.start + 1, source.finish) - if not raw or not raw:find '[^%-%d%.]' then - return nil - end - return formatNumber(num) -end - ----@async -return function (source, oop) - if source.type == 'function' - or source.type == 'doc.type.function' then - return asFunction(source, oop) - elseif source.type == 'local' - or source.type == 'self' - or source.type == 'getlocal' - or source.type == 'setlocal' then - return asLocal(source) - elseif source.type == 'setglobal' - or source.type == 'getglobal' then - return asGlobal(source) - elseif source.type == 'getfield' - or source.type == 'setfield' - or source.type == 'getmethod' - or source.type == 'setmethod' - or source.type == 'tablefield' - or source.type == 'field' - or source.type == 'method' then - return asField(source) - elseif source.type == 'string' then - return asString(source) - elseif source.type == 'number' - or source.type == 'integer' then - return asNumber(source) - elseif source.type == 'doc.type.name' - or source.type == 'doc.enum.name' then - return asDocTypeName(source) - elseif source.type == 'doc.field' then - return asDocFieldName(source) - end -end diff --git a/script/core/hover/name.lua b/script/core/hover/name.lua deleted file mode 100644 index 3fabfb89c..000000000 --- a/script/core/hover/name.lua +++ /dev/null @@ -1,104 +0,0 @@ -local guide = require 'parser.guide' -local vm = require 'vm' - -local buildName - -local function asLocal(source) - local name = guide.getKeyName(source) - if not source.attrs then - return name - end - local label = {} - label[#label+1] = name - for _, attr in ipairs(source.attrs) do - label[#label+1] = ('<%s>'):format(attr[1]) - end - return table.concat(label, ' ') -end - -local function asField(source, oop) - local class - if source.node.type ~= 'getglobal' then - class = vm.getInfer(source.node):viewClass() - if class == 'any' or class == 'unknown' then - class = nil - end - end - local node = class - or buildName(source.node, false) - or guide.getKeyName(source.node) - or '?' - local method = guide.getKeyName(source) - if oop then - return ('%s:%s'):format(node, method) - else - return ('%s.%s'):format(node, method) - end -end - -local function asTableField(source) - if not source.field then - return - end - return guide.getKeyName(source.field) -end - -local function asGlobal(source) - return guide.getKeyName(source) -end - -local function asDocFunction(source, oop) - local doc = guide.getParentType(source, 'doc.type') - or guide.getParentType(source, 'doc.overload') - if not doc or not doc.bindSource then - return '' - end - local name = buildName(doc.bindSource, oop) - if name ~= '' then - return name - end - return '' -end - -local function asDocField(source) - return source.field[1] -end - -function buildName(source, oop) - if source.type == 'local' then - return asLocal(source) or '', oop - end - if source.type == 'getlocal' - or source.type == 'setlocal' then - return asLocal(source.node) or '', oop - end - if source.type == 'setglobal' - or source.type == 'getglobal' then - return asGlobal(source) or '', oop - end - if source.type == 'setmethod' - or source.type == 'getmethod' then - return asField(source, oop) or '', oop - end - if source.type == 'setfield' - or source.type == 'getfield' then - return asField(source, oop) or '', oop - end - if source.type == 'tablefield' then - return asTableField(source) or '', oop - end - if source.type == 'doc.type.function' then - return asDocFunction(source, oop), oop - end - if source.type == 'doc.field' then - return asDocField(source), oop - end - if source.type == 'method' - or source.type == 'field' - or source.type == 'function' then - return buildName(source.parent, oop) - end - return nil, oop -end - -return buildName diff --git a/script/core/hover/return.lua b/script/core/hover/return.lua deleted file mode 100644 index b71b9e5d6..000000000 --- a/script/core/hover/return.lua +++ /dev/null @@ -1,84 +0,0 @@ -local vm = require 'vm.vm' -local guide = require 'parser.guide' - ----@param source parser.object ----@return parser.object[] -local function getReturnDocs(source) - local returns = {} - - local docs = source.bindDocs - if docs then - for _, doc in ipairs(docs) do - if doc.type == 'doc.return' then - for _, rtn in ipairs(doc.returns) do - returns[rtn.returnIndex] = rtn - end - end - end - end - - return returns -end - -local function asFunction(source) - local _, _, num = vm.countReturnsOfFunction(source) - if num == 0 then - return nil - end - - local docs = getReturnDocs(source) - - local returns = {} - - for i = 1, num do - local rtn = vm.getReturnOfFunction(source, i) - local doc = docs[i] - local name = doc and doc.name and doc.name[1] - if name and name ~= '...' then - name = name .. ': ' - end - local text = rtn and ('%s%s'):format( - name or '', - vm.getInfer(rtn):view(guide.getUri(source)) - ) or 'unknown' - if i == 1 then - returns[i] = (' -> %s'):format(text) - else - returns[i] = ('% 3d. %s'):format(i, text) - end - end - - return table.concat(returns, '\n') -end - -local function asDocFunction(source) - if not source.returns or #source.returns == 0 then - return nil - end - local returns = {} - for i, rtn in ipairs(source.returns) do - local rtnText = vm.getInfer(rtn):view(guide.getUri(source)) - if rtn.name then - if rtn.name[1] == '...' then - rtnText = rtn.name[1] .. rtnText - else - rtnText = rtn.name[1] .. ': ' .. rtnText - end - end - if i == 1 then - returns[#returns+1] = (' -> %s'):format(rtnText) - else - returns[#returns+1] = ('% 3d. %s'):format(i, rtnText) - end - end - return table.concat(returns, '\n') -end - -return function (source) - if source.type == 'function' then - return asFunction(source) - end - if source.type == 'doc.type.function' then - return asDocFunction(source) - end -end diff --git a/script/core/hover/table.lua b/script/core/hover/table.lua deleted file mode 100644 index e59a26d05..000000000 --- a/script/core/hover/table.lua +++ /dev/null @@ -1,225 +0,0 @@ -local vm = require 'vm' -local util = require 'utility' -local config = require 'config' -local await = require 'await' -local guide = require 'parser.guide' - ----@param uri uri ----@param keys string[] ----@param nodeMap table ----@param reachMax integer -local function buildAsHash(uri, keys, nodeMap, reachMax) - local lines = {} - lines[#lines+1] = '{' - for _, key in ipairs(keys) do - local node = nodeMap[key] - local isOptional = node:isOptional() - if isOptional then - node = node:copy() - node:removeOptional() - end - local ifr = vm.getInfer(node) - local typeView = ifr:view(uri, 'unknown') - local literalView = ifr:viewLiterals() - if literalView then - lines[#lines+1] = (' %s%s: %s = %s,'):format( - key, - isOptional and '?' or '', - typeView, - literalView - ) - else - lines[#lines+1] = (' %s%s: %s,'):format( - key, - isOptional and '?' or '', - typeView - ) - end - end - if reachMax > 0 then - lines[#lines+1] = (' ...(+%d)'):format(reachMax) - end - lines[#lines+1] = '}' - return table.concat(lines, '\n') -end - ----@param uri uri ----@param keys string[] ----@param nodeMap table ----@param reachMax integer -local function buildAsConst(uri, keys, nodeMap, reachMax) - local literalMap = {} - for _, key in ipairs(keys) do - literalMap[key] = vm.getInfer(nodeMap[key]):viewLiterals() - end - table.sort(keys, function (a, b) - return tonumber(literalMap[a]) < tonumber(literalMap[b]) - end) - local lines = {} - lines[#lines+1] = '{' - for _, key in ipairs(keys) do - local node = nodeMap[key] - local isOptional = node:isOptional() - if isOptional then - node = node:copy() - node:removeOptional() - end - local typeView = vm.getInfer(node):view(uri, 'unknown') - local literalView = literalMap[key] - if literalView then - lines[#lines+1] = (' %s%s: %s = %s,'):format( - key, - isOptional and '?' or '', - typeView, - literalView - ) - else - lines[#lines+1] = (' %s%s: %s,'):format( - key, - isOptional and '?' or '', - typeView - ) - end - end - if reachMax > 0 then - lines[#lines+1] = (' ...(+%d)'):format(reachMax) - end - lines[#lines+1] = '}' - return table.concat(lines, '\n') -end - ----@param source parser.object ----@param fields parser.object[] -local function getVisibleKeyMap(source, fields) - local uri = guide.getUri(source) - local keys = {} - local map = {} - local ignored = {} - for _, field in ipairs(fields) do - local key = vm.viewKey(field, uri) - local rawKey = guide.getKeyName(field) - if rawKey and rawKey ~= key then - ignored[rawKey] = true - map[rawKey] = nil - end - if not ignored[key] - and vm.isVisible(source, field) then - if key and not map[key] then - map[key] = true - end - end - end - for key in pairs(map) do - keys[#keys+1] = key - end - table.sort(keys, function (a, b) - if a == b then - return false - end - local s1 = 0 - local s2 = 0 - if a:sub(1, 1) == '_' then - s1 = s1 + 10 - end - if b:sub(1, 1) == '_' then - s2 = s2 + 10 - end - if a:sub(1, 1) == '[' then - s1 = s1 + 1 - end - if b:sub(1, 1) == '[' then - s2 = s2 + 1 - end - if s1 == s2 then - return a < b - end - return s1 < s2 - end) - return keys, map -end - ----@async -local function getNodeMap(uri, fields, keyMap) - ---@type table - local nodeMap = {} - for _, field in ipairs(fields) do - local key = vm.viewKey(field, uri) - if not key or not keyMap[key] then - goto CONTINUE - end - await.delay() - local node = vm.compileNode(field) - if nodeMap[key] then - nodeMap[key]:merge(node) - else - nodeMap[key] = node:copy() - end - ::CONTINUE:: - end - return nodeMap -end - ----@async ----@return string? -return function (source) - local uri = guide.getUri(source) - local maxFields = config.get(uri, 'Lua.hover.previewFields') - if maxFields <= 0 then - return nil - end - - local node = vm.compileNode(source) - for n in node:eachObject() do - if n.type == 'global' and n.cate == 'type' then - if n.name == 'string' - or (n.name ~= 'unknown' and n.name ~= 'any' and vm.isSubType(uri, n.name, 'string')) then - return nil - end - elseif n.type == 'doc.type.string' - or n.type == 'string' then - return nil - elseif n.type == 'doc.type.sign' then - return nil - end - end - - local fields = vm.getFields(source) - local keys, map = getVisibleKeyMap(source, fields) - if #keys == 0 then - return nil - end - - local reachMax = #keys - maxFields - if #keys > maxFields then - for i = maxFields + 1, #keys do - map[keys[i]] = nil - keys[i] = nil - end - end - - local nodeMap = getNodeMap(uri, fields, map) - - local isConsts = true - for i = 1, #keys do - await.delay() - local key = keys[i] - local literal = vm.getInfer(nodeMap[key]):viewLiterals() - if not tonumber(literal) then - isConsts = false - end - end - - local result - - if isConsts then - result = buildAsConst(uri, keys, nodeMap, reachMax) - else - result = buildAsHash(uri, keys, nodeMap, reachMax) - end - - --if timeUp then - -- result = ('\n--%s\n%s'):format(lang.script.HOVER_TABLE_TIME_UP, result) - --end - - return result -end diff --git a/script/core/jump-source.lua b/script/core/jump-source.lua deleted file mode 100644 index 5ce5e0483..000000000 --- a/script/core/jump-source.lua +++ /dev/null @@ -1,62 +0,0 @@ -local guide = require 'parser.guide' -local furi = require 'file-uri' -local ws = require 'workspace' - ----@param doc parser.object ----@return uri -local function parseUri(doc) - local uri - local scheme = furi.split(doc.path) - if scheme and #scheme >= 2 then - uri = doc.path - else - local suri = guide.getUri(doc):gsub('[/\\][^/\\]*$', '') - local path = ws.getAbsolutePath(suri, doc.path) - if path then - uri = furi.encode(path) - else - uri = doc.path - end - end - ---@cast uri uri - return uri -end - ----@param results table -return function (results) - for _, result in ipairs(results) do - if result.target.type == 'doc.field.name' - or result.target.type == 'doc.class.name' then - local doc = result.target.parent.source - if doc then - local uri = parseUri(doc) - result.uri = uri - result.target = { - uri = uri, - start = guide.positionOf(doc.line - 1, doc.char), - finish = guide.positionOf(doc.line - 1, doc.char), - } - end - else - local target = result.target - if target.type == 'method' - or target.type == 'field' then - target = target.parent - end - if target.bindDocs then - for _, doc in ipairs(target.bindDocs) do - if doc.type == 'doc.source' - and doc.bindSource == target then - local uri = parseUri(doc) - result.uri = uri - result.target = { - uri = uri, - start = guide.positionOf(doc.line - 1, doc.char), - finish = guide.positionOf(doc.line - 1, doc.char), - } - end - end - end - end - end -end diff --git a/script/core/look-backward.lua b/script/core/look-backward.lua deleted file mode 100644 index 508b57eb0..000000000 --- a/script/core/look-backward.lua +++ /dev/null @@ -1,104 +0,0 @@ ----@class lookForward -local m = {} - ---- 是否是空白符 ----@param char string ----@param inline? boolean # 必须在同一行中(排除换行符) -function m.isSpace(char, inline) - if inline then - if char == ' ' - or char == '\t' then - return true - end - else - if char == ' ' - or char == '\n' - or char == '\r' - or char == '\t' then - return true - end - end - return false -end - ---- 跳过空白符 ----@param text string ----@param offset integer ----@param inline? boolean # 必须在同一行中(排除换行符) -function m.skipSpace(text, offset, inline) - for i = offset, 1, -1 do - local char = text:sub(i, i) - if not m.isSpace(char, inline) then - return i - end - end - return 0 -end - -function m.findWord(text, offset) - for i = offset, 1, -1 do - if not text:sub(i, i):match '[%w_\x80-\xff]' then - if i == offset then - return nil - end - return text:sub(i + 1, offset), i + 1 - end - end - return text:sub(1, offset), 1 -end - -function m.findSymbol(text, offset) - for i = offset, 1, -1 do - local char = text:sub(i, i) - if m.isSpace(char) then - goto CONTINUE - end - if char == '.' - or char == ':' - or char == '(' - or char == ',' - or char == '[' - or char == '=' - or char == '{' then - return char, i - else - return nil - end - ::CONTINUE:: - end - return nil -end - -function m.findTargetSymbol(text, offset, symbol) - offset = m.skipSpace(text, offset) - for i = offset, 1, -1 do - local char = text:sub(i - #symbol + 1, i) - if char == symbol then - return i - #symbol + 1 - else - return nil - end - end - return nil -end - ----@param text string ----@param offset integer ----@param inline? boolean # 必须在同一行中(排除换行符) -function m.findAnyOffset(text, offset, inline) - for i = offset, 1, -1 do - local c = text:sub(i, i) - if inline then - if c == '\r' - or c == '\n' then - return nil - end - end - if not m.isSpace(c) then - return i - end - end - return nil -end - -return m diff --git a/script/core/matchkey.lua b/script/core/matchkey.lua deleted file mode 100644 index 4db9d764e..000000000 --- a/script/core/matchkey.lua +++ /dev/null @@ -1,85 +0,0 @@ -local lowers = {} -local uppers = {} -for c in ('abcdefghijklmnopqrstuvwxyz'):gmatch '.' do - lowers[c] = true - uppers[c:upper()] = true -end - ----@param input string ----@param other string -local function isValidFirstChar(input, other) - local first = input:sub(1, 1):upper() - if first == other:sub(1, 1):upper() then - return true - end - local pos = other:find(first, 2, true) - if not pos and uppers[first] then - -- word after symbol? - if other:find('%A' .. first:lower(), 2) then - return true - end - end - if not pos then - return false - end - local char = other:sub(pos, pos) - -- symbol? - if not uppers[char] then - return true - end - -- word boundary? - local beforeChar = other:sub(pos - 1, pos - 1) - if not uppers[beforeChar] then - return true - end - return false -end - -local function isAlmostSame(input, other) - local lMe = input:lower() - local lOther = other:lower() - if lMe == lOther:sub(1, #lMe) then - return true - end - local chars = {} - for i = 1, #lOther do - local c = lOther:sub(i, i) - chars[c] = (chars[c] or 0) + 1 - end - for i = 1, #lMe do - local c = lMe:sub(i, i) - if chars[c] and chars[c] > 0 then - chars[c] = chars[c] - 1 - else - return false - end - end - return true -end - ----@param input string ----@param other string ----@param fast? boolean ----@return boolean isMatch ----@return number deviation -return function (input, other, fast) - if input == other then - return true, 0 - end - if input == '' then - return true, 0 - end - if #input > #other then - return false, 0 - end - if fast and input:sub(1, 1) ~= other:sub(1, 1) then - return false, 0 - end - if not isValidFirstChar(input, other) then - return false, 0 - end - if not isAlmostSame(input, other) then - return false, 0 - end - return true, 1 -end diff --git a/script/core/modifyRequirePath.lua b/script/core/modifyRequirePath.lua deleted file mode 100644 index d0783736e..000000000 --- a/script/core/modifyRequirePath.lua +++ /dev/null @@ -1,74 +0,0 @@ -local files = require 'files' -local await = require 'await' -local guide = require 'parser.guide' -local rpath = require 'workspace.require-path' -local furi = require 'file-uri' -local util = require 'utility' -local client = require 'client' -local lang = require 'language' - ----@alias rename { oldUri: uri, newUri: uri } - ----@param changes table[] ----@param uri uri ----@param renames rename[] -local function checkConvert(changes, uri, renames) - local state = files.getState(uri) - if not state then - return - end - - guide.eachSpecialOf(state.ast, 'require', function (source) - local call = source.parent - if call.type ~= 'call' then - return - end - local nameObj = call.args and call.args[1] - if not nameObj then - return - end - local name = nameObj.type == 'string' and nameObj[1] - if type(name) ~= 'string' then - return - end - for _, rename in ipairs(renames) do - if rpath.isMatchedUri(uri, rename.oldUri, name) then - local visibles = rpath.getVisiblePath(uri, furi.decode(rename.newUri)) - if #visibles > 0 then - local newName = visibles[1].name - changes[#changes+1] = { - uri = uri, - start = nameObj.start, - finish = nameObj.finish, - text = util.viewString(newName, nameObj[2]), - } - return - end - end - end - end) -end - ----@async ----@param renames rename[] -return function (renames) - if #renames == 0 then - return - end - local changes = {} - for uri in files.eachFile() do - checkConvert(changes, uri, renames) - await.delay() - end - if #changes == 0 then - return - end - - local _, index = client.awaitRequestMessage('Info', lang.script.WINDOW_MODIFY_REQUIRE_PATH, { - lang.script.WINDOW_MODIFY_REQUIRE_OK - }) - - if index == 1 then - client.editMultiText(changes) - end -end diff --git a/script/core/rangeformatting.lua b/script/core/rangeformatting.lua deleted file mode 100644 index 7c3953e6b..000000000 --- a/script/core/rangeformatting.lua +++ /dev/null @@ -1,33 +0,0 @@ -local files = require("files") -local log = require("log") -local converter = require("proto.converter") - -return function(uri, range, options) - local state = files.getState(uri) - if not state then - return - end - local suc, codeFormat = pcall(require, "code_format") - if not suc then - return - end - local text = state.originText - local status, formattedText, startLine, endLine = codeFormat.range_format( - uri, text, range.start.line, range["end"].line, options) - - if not status then - if formattedText ~= nil then - log.error(formattedText) - end - - return - end - - return { - { - start = converter.unpackPosition(state, { line = startLine, character = 0 }), - finish = converter.unpackPosition(state, { line = endLine + 1, character = 0 }), - text = formattedText, - } - } -end diff --git a/script/core/reference.lua b/script/core/reference.lua deleted file mode 100644 index 4a0500b47..000000000 --- a/script/core/reference.lua +++ /dev/null @@ -1,159 +0,0 @@ -local guide = require 'parser.guide' -local files = require 'files' -local vm = require 'vm' -local findSource = require 'core.find-source' -local jumpSource = require 'core.jump-source' - -local function sortResults(results) - -- 先按照顺序排序 - table.sort(results, function (a, b) - local u1 = guide.getUri(a.target) - local u2 = guide.getUri(b.target) - if u1 == u2 then - return a.target.start < b.target.start - else - return u1 < u2 - end - end) - -- 如果2个结果处于嵌套状态,则取范围小的那个 - local lf, lu - for i = #results, 1, -1 do - local res = results[i].target - local f = res.finish - local uri = guide.getUri(res) - if lf and f > lf and uri == lu then - table.remove(results, i) - else - lu = uri - lf = f - end - end -end - -local accept = { - ['local'] = true, - ['setlocal'] = true, - ['getlocal'] = true, - ['label'] = true, - ['goto'] = true, - ['field'] = true, - ['method'] = true, - ['setindex'] = true, - ['getindex'] = true, - ['tableindex'] = true, - ['setglobal'] = true, - ['getglobal'] = true, - ['function'] = true, - ['...'] = true, - - ['doc.type.name'] = true, - ['doc.class.name'] = true, - ['doc.extends.name'] = true, - ['doc.alias.name'] = true, - ['doc.enum.name'] = true, - ['doc.field.name'] = true, -} - ----@async ----@param uri uri ----@param position integer ----@param includeDeclaration boolean -return function (uri, position, includeDeclaration) - local ast = files.getState(uri) - if not ast then - return nil - end - - local source = findSource(ast, position, accept) - if not source then - return nil - end - - local metaSource = vm.isMetaFile(uri) - - local refs = vm.getRefs(source) - - local results = {} - for _, src in ipairs(refs) do - local root = guide.getRoot(src) - if not root then - goto CONTINUE - end - if not metaSource and vm.isMetaFile(root.uri) then - goto CONTINUE - end - if src.type == 'self' then - goto CONTINUE - end - if not includeDeclaration then - if guide.isAssign(src) - or guide.isLiteral(src) then - goto CONTINUE - end - end - src = src.field or src.method or src - if src.type == 'getindex' - or src.type == 'setindex' - or src.type == 'tableindex' then - src = src.index - if not src then - goto CONTINUE - end - if not guide.isLiteral(src) then - goto CONTINUE - end - else - if guide.isLiteral(src) and src.type ~= 'function' then - goto CONTINUE - end - end - if src.type == 'doc.class' then - src = src.class - end - if src.type == 'doc.alias' then - src = src.alias - end - if src.type == 'doc.enum' then - src = src.enum - end - if src.type == 'doc.type.field' then - src = src.name - end - if src.type == 'doc.class.name' - or src.type == 'doc.alias.name' - or src.type == 'doc.enum.name' - or src.type == 'doc.type.name' - or src.type == 'doc.extends.name' then - if source.type ~= 'doc.type.name' - and source.type ~= 'doc.class.name' - and source.type ~= 'doc.enum.name' - and source.type ~= 'doc.extends.name' - and source.type ~= 'doc.see.name' - and source.type ~= 'doc.alias.name' then - goto CONTINUE - end - end - if src.type == 'doc.generic.name' then - goto CONTINUE - end - if src.type == 'doc.param' then - goto CONTINUE - end - - results[#results+1] = { - target = src, - uri = root.uri, - source = source, - } - ::CONTINUE:: - end - - if #results == 0 then - return nil - end - - sortResults(results) - jumpSource(results) - - return results -end diff --git a/script/core/rename.lua b/script/core/rename.lua deleted file mode 100644 index 507def208..000000000 --- a/script/core/rename.lua +++ /dev/null @@ -1,445 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local util = require 'utility' -local findSource = require 'core.find-source' -local guide = require 'parser.guide' - -local Forcing - -local function trim(str) - return str:match '^%s*(%S+)%s*$' -end - -local function isValidName(str) - if not str then - return false - end - return str:match '^[%a_][%w_]*$' -end - -local function isValidGlobal(str) - if not str then - return false - end - for s in str:gmatch '[^%.]*' do - if not isValidName(trim(s)) then - return false - end - end - return true -end - -local function isValidFunctionName(str) - if isValidGlobal(str) then - return true - end - local offset = str:find(':', 1, true) - if not offset then - return false - end - return isValidGlobal(trim(str:sub(1, offset-1))) - and isValidName(trim(str:sub(offset+1))) -end - -local function isFunctionGlobalName(source) - local parent = source.parent - if parent.type ~= 'setglobal' then - return false - end - local value = parent.value - if not value.type ~= 'function' then - return false - end - return value.start <= parent.start -end - -local function renameLocal(source, newname, callback) - if isValidName(newname) then - callback(source, source.start, source.finish, newname) - return - end - callback(source, source.start, source.finish, newname) -end - -local function renameField(source, newname, callback) - if isValidName(newname) then - callback(source, source.start, source.finish, newname) - return true - end - local parent = source.parent - if parent.type == 'setfield' - or parent.type == 'getfield' then - local dot = parent.dot - local newstr = '[' .. util.viewString(newname) .. ']' - callback(source, dot.start, source.finish, newstr) - elseif parent.type == 'tablefield' then - local newstr = '[' .. util.viewString(newname) .. ']' - callback(source, source.start, source.finish, newstr) - elseif parent.type == 'getmethod' then - callback(source, source.start, source.finish, newname) - elseif parent.type == 'setmethod' then - local uri = guide.getUri(source) - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return false - end - local func = parent.value - -- function mt:name () end --> mt['newname'] = function (self) end - local startOffset = guide.positionToOffset(state, parent.start) + 1 - local finishOffset = guide.positionToOffset(state, parent.node.finish) - local newstr = string.format('%s[%s] = function ' - , text:sub(startOffset, finishOffset) - , util.viewString(newname) - ) - callback(source, func.start, parent.finish, newstr) - local finishOffset = guide.positionToOffset(state, parent.finish) - local pl = text:find('(', finishOffset, true) - if pl then - local insertPos = guide.offsetToPosition(state, pl) - if text:find('^%s*%)', pl + 1) then - callback(source, insertPos, insertPos, 'self') - else - callback(source, insertPos, insertPos, 'self, ') - end - end - end - return true -end - -local function renameGlobal(source, newname, callback) - if isValidGlobal(newname) then - callback(source, source.start, source.finish, newname) - return true - end - if isValidFunctionName(newname) then - callback(source, source.start, source.finish, newname) - return true - end - local newstr = '_ENV[' .. util.viewString(newname) .. ']' - -- function name () end --> _ENV['newname'] = function () end - if source.value and source.value.type == 'function' - and source.value.start < source.start then - callback(source, source.value.start, source.finish, newstr .. ' = function ') - return true - end - callback(source, source.start, source.finish, newstr) - return true -end - -local function ofLocal(source, newname, callback) - renameLocal(source, newname, callback) - if source.ref then - for _, ref in ipairs(source.ref) do - renameLocal(ref, newname, callback) - end - end - if source.parent.type == 'funcargs' - and source.bindDocs then - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.param' - and doc.param[1] == source[1] then - callback(doc.param, doc.param.start, doc.param.finish, newname) - end - end - end -end - -local function ofFieldThen(key, src, newname, callback) - if vm.getKeyName(src) ~= key then - return - end - if src.type == 'tablefield' - or src.type == 'getfield' - or src.type == 'setfield' then - src = src.field - elseif src.type == 'tableindex' - or src.type == 'getindex' - or src.type == 'setindex' then - src = src.index - elseif src.type == 'getmethod' - or src.type == 'setmethod' then - src = src.method - end - if src.type == 'string' then - local quo = src[2] - local text = util.viewString(newname, quo) - callback(src, src.start, src.finish, text) - return - elseif src.type == 'field' - or src.type == 'method' then - local suc = renameField(src, newname, callback) - if not suc then - return - end - elseif src.type == 'setglobal' - or src.type == 'getglobal' then - local suc = renameGlobal(src, newname, callback) - if not suc then - return - end - elseif src.type == 'doc.field' then - local suc = renameField(src.field, newname, callback) - if not suc then - return - end - end -end - ----@async -local function ofField(source, newname, callback) - local key = guide.getKeyName(source) - local refs = vm.getRefs(source) - for _, ref in ipairs(refs) do - ofFieldThen(key, ref, newname, callback) - end -end - ----@async -local function ofGlobal(source, newname, callback) - local key = guide.getKeyName(source) - if not key then - return - end - local global = vm.getGlobal('variable', key) - if not global then - return - end - local refs = vm.getRefs(source) - for _, ref in ipairs(refs) do - ofFieldThen(key, ref, newname, callback) - end -end - ----@async -local function ofLabel(source, newname, callback) - for _, src in ipairs(vm.getRefs(source)) do - callback(src, src.start, src.finish, newname) - end -end - ----@async -local function ofDocTypeName(source, newname, callback) - local oldname = source[1] - local global = vm.getGlobal('type', oldname) - if not global then - return - end - local uri = guide.getUri(source) - for _, doc in ipairs(global:getSets(uri)) do - if doc.type == 'doc.class' then - callback(doc, doc.class.start, doc.class.finish, newname) - end - if doc.type == 'doc.alias' then - callback(doc, doc.alias.start, doc.alias.finish, newname) - end - if doc.type == 'doc.enum' then - callback(doc, doc.enum.start, doc.enum.finish, newname) - end - end - local refs = vm.getRefs(source) - for _, doc in ipairs(refs) do - if doc.type == 'doc.type.name' - or doc.type == 'doc.extends.name' then - callback(doc, doc.start, doc.finish, newname) - end - end -end - -local function ofDocParamName(source, newname, callback) - callback(source, source.start, source.finish, newname) - local doc = source.parent - local src = doc.bindSource - if src then - if src.type == 'local' - and src.parent.type == 'funcargs' - and src[1] == source[1] then - renameLocal(src, newname, callback) - if src.ref then - for _, ref in ipairs(src.ref) do - renameLocal(ref, newname, callback) - end - end - end - end -end - ----@async -local function rename(source, newname, callback) - if source.type == 'label' - or source.type == 'goto' then - return ofLabel(source, newname, callback) - elseif source.type == 'local' then - return ofLocal(source, newname, callback) - elseif source.type == 'setlocal' - or source.type == 'getlocal' then - return ofLocal(source.node, newname, callback) - elseif source.type == 'field' - or source.type == 'method' - or source.type == 'index' then - return ofField(source.parent, newname, callback) - elseif source.type == 'setglobal' - or source.type == 'getglobal' then - return ofGlobal(source, newname, callback) - elseif source.type == 'doc.class.name' - or source.type == 'doc.type.name' - or source.type == 'doc.alias.name' - or source.type == 'doc.enum.name' - or source.type == 'doc.extends.name' then - return ofDocTypeName(source, newname, callback) - elseif source.type == 'doc.param.name' then - return ofDocParamName(source, newname, callback) - elseif source.type == 'doc.field.name' then - return ofField(source, newname, callback) - elseif source.type == 'string' - or source.type == 'number' - or source.type == 'integer' - or source.type == 'boolean' then - local parent = source.parent - if not parent then - return - end - if parent.type == 'setindex' - or parent.type == 'getindex' - or parent.type == 'tableindex' then - return ofField(parent, newname, callback) - end - end -end - -local function prepareRename(source) - if source.type == 'label' - or source.type == 'goto' - or source.type == 'local' - or source.type == 'setlocal' - or source.type == 'getlocal' - or source.type == 'field' - or source.type == 'method' - or source.type == 'tablefield' - or source.type == 'setglobal' - or source.type == 'getglobal' - or source.type == 'doc.class.name' - or source.type == 'doc.type.name' - or source.type == 'doc.alias.name' - or source.type == 'doc.enum.name' - or source.type == 'doc.param.name' - or source.type == 'doc.field.name' - or source.type == 'doc.extends.name' then - return source, source[1] - elseif source.type == 'string' - or source.type == 'number' - or source.type == 'integer' - or source.type == 'boolean' then - local parent = source.parent - if not parent then - return nil - end - if parent.type == 'setindex' - or parent.type == 'getindex' - or parent.type == 'tableindex' then - return source, source[1] - end - return nil - end - return nil -end - -local accept = { - ['label'] = true, - ['goto'] = true, - ['local'] = true, - ['setlocal'] = true, - ['getlocal'] = true, - ['field'] = true, - ['method'] = true, - ['tablefield'] = true, - ['setglobal'] = true, - ['getglobal'] = true, - ['string'] = true, - ['boolean'] = true, - ['number'] = true, - ['integer'] = true, - - ['doc.class.name'] = true, - ['doc.type.name'] = true, - ['doc.alias.name'] = true, - ['doc.param.name'] = true, - ['doc.enum.name'] = true, - ['doc.field.name'] = true, - ['doc.extends.name'] = true, -} - -local m = {} - ----@async -function m.rename(uri, pos, newname) - if not newname then - return nil - end - local ast = files.getState(uri) - if not ast then - return nil - end - local source = findSource(ast, pos, accept) - if not source then - return nil - end - local results = {} - local mark = {} - - rename(source, newname, function (target, start, finish, text) - local turi = guide.getUri(target) - if not turi then - return - end - local uid = turi .. start - if mark[uid] then - return - end - mark[uid] = true - if files.isLibrary(turi, true) then - return - end - results[#results+1] = { - start = start, - finish = finish, - text = text, - uri = turi, - } - end) - - if Forcing == false then - Forcing = nil - return nil - end - - if #results == 0 then - return nil - end - - return results -end - -function m.prepareRename(uri, pos) - local ast = files.getState(uri) - if not ast then - return nil - end - local source = findSource(ast, pos, accept) - if not source then - return - end - - local res, text = prepareRename(source) - if not res then - return nil - end - - return { - start = source.start, - finish = source.finish, - text = text, - } -end - -return m diff --git a/script/core/semantic-tokens.lua b/script/core/semantic-tokens.lua deleted file mode 100644 index 4e1d8e00a..000000000 --- a/script/core/semantic-tokens.lua +++ /dev/null @@ -1,933 +0,0 @@ -local files = require 'files' -local await = require 'await' -local define = require 'proto.define' -local vm = require 'vm' -local util = require 'utility' -local guide = require 'parser.guide' -local converter = require 'proto.converter' -local config = require 'config' -local linkedTable = require 'linked-table' -local client = require 'client' - -local Care = util.switch() - : case 'getglobal' - : case 'setglobal' - : call(function (source, options, results) - if not options.variable then - return - end - - local name = source[1] - local isLib = options.libGlobals[name] - if isLib == nil then - isLib = false - local global = vm.getGlobal('variable', name) - if global then - local uri = guide.getUri(source) - for _, set in ipairs(global:getSets(uri)) do - if vm.isMetaFile(guide.getUri(set)) then - isLib = true - break - end - end - end - options.libGlobals[name] = isLib - end - local isFunc = vm.getInfer(source):hasFunction(guide.getUri(source)) - - local type = isFunc and define.TokenTypes['function'] or define.TokenTypes.variable - local modifier = isLib and define.TokenModifiers.defaultLibrary or define.TokenModifiers.global - - results[#results+1] = { - start = source.start, - finish = source.finish, - type = type, - modifieres = modifier, - } - end) - : case 'getmethod' - : case 'setmethod' - : call(function (source, options, results) - if not options.variable then - return - end - local method = source.method - if method and method.type == 'method' then - results[#results+1] = { - start = method.start, - finish = method.finish, - type = define.TokenTypes.method, - modifieres = source.type == 'setmethod' and define.TokenModifiers.declaration or nil, - } - end - end) - : case 'field' - : call(function (source, options, results) - if not options.variable then - return - end - if source.parent then - if source.parent.type == 'tablefield' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.property, - } - return - end - local value = source.parent.value - if value and value.type == 'function' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.method, - } - return - end - end - if vm.getInfer(source):hasFunction(guide.getUri(source)) then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.method, - } - return - end - if source.parent.parent.type == 'call' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.method, - } - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.property, - } - end) - : case 'local' - : case 'self' - : case 'getlocal' - : case 'setlocal' - : call(function (source, options, results) - if options.keyword then - if source.locPos then - results[#results+1] = { - start = source.locPos, - finish = source.locPos + #'local', - type = define.TokenTypes.keyword, - modifieres = define.TokenModifiers.declaration, - } - end - if source.attrs then - for _, attr in ipairs(source.attrs) do - results[#results+1] = { - start = attr.start, - finish = attr.finish, - type = define.TokenTypes.typeParameter, - } - end - end - end - if not options.variable then - return - end - local loc = source.node or source - local uri = guide.getUri(loc) - -- 1. 值为函数的局部变量 | Local variable whose value is a function - if vm.getInfer(source):hasFunction(uri) then - if source.type == 'local' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes['function'], - modifieres = define.TokenModifiers.declaration, - } - else - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes['function'], - } - end - return - end - -- 3. 特殊变量 | Special variableif source[1] == '_ENV' then - if loc[1] == '_ENV' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.variable, - modifieres = define.TokenModifiers.readonly, - } - return - end - if loc[1] == 'self' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.variable, - modifieres = define.TokenModifiers.definition, - } - return - end - -- 4. 函数的参数 | Function parameters - if loc.parent and loc.parent.type == 'funcargs' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.parameter, - modifieres = loc == source and define.TokenModifiers.declaration or nil, - } - return - end - -- 5. Class declaration - -- only search this local - if loc.bindDocs then - local isParam = source.parent.type == 'funcargs' - or source.parent.type == 'in' - if not isParam then - for _, doc in ipairs(loc.bindDocs) do - if doc.type == 'doc.class' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.class, - } - return - end - end - end - end - -- 6. References to other functions - if vm.getInfer(loc):hasFunction(guide.getUri(source)) then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes['function'], - modifieres = guide.isAssign(source) and define.TokenModifiers.declaration or nil, - } - return - end - -- 7. const 变量 | Const variable - if loc.attrs then - for _, attr in ipairs(loc.attrs) do - local name = attr[1] - if name == 'const' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.variable, - modifieres = define.TokenModifiers.readonly, - } - return - elseif name == 'close' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.variable, - modifieres = define.TokenModifiers.abstract, - } - return - end - end - end - local mod - if source.type == 'local' then - mod = define.TokenModifiers.declaration - end - -- 8. 其他 | Other - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.variable, - modifieres = mod, - } - end) - : case 'function' - : case 'ifblock' - : case 'elseifblock' - : case 'elseblock' - : case 'do' - : case 'for' - : case 'loop' - : case 'in' - : case 'while' - : case 'repeat' - : call(function (source, options, results) - if not options.keyword then - return - end - local keyword = source.keyword - if keyword then - for i = 1, #keyword, 2 do - results[#results+1] = { - start = keyword[i], - finish = keyword[i + 1], - type = define.TokenTypes.keyword, - } - end - end - end) - : case 'if' - : call(function (source, options, results) - if not options.keyword then - return - end - local offset = guide.positionToOffset(options.state, source.finish) - if options.text:sub(offset - 2, offset) == 'end' then - results[#results+1] = { - start = source.finish - #'end', - finish = source.finish, - type = define.TokenTypes.keyword, - } - end - end) - : case 'return' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.start + #'return', - type = define.TokenTypes.keyword, - } - end) - : case 'break' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.start + #'break', - type = define.TokenTypes.keyword, - } - end) - : case 'goto' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.keyStart, - finish = source.keyStart + #'goto', - type = define.TokenTypes.keyword, - } - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.struct, - } - end) - : case 'label' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.struct, - modifieres = define.TokenModifiers.declaration, - } - end) - : case 'binary' - : case 'unary' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.op.start, - finish = source.op.finish, - type = define.TokenTypes.operator, - } - end) - : case 'boolean' - : case 'nil' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.keyword, - modifieres = define.TokenModifiers.readonly, - } - end) - : case 'string' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.string, - } - local escs = source.escs - if escs then - for i = 1, #escs, 3 do - local mod - if escs[i + 2] == 'err' then - mod = define.TokenModifiers.deprecated - else - mod = define.TokenModifiers.modification - end - results[#results+1] = { - start = escs[i], - finish = escs[i + 1], - type = define.TokenTypes.string, - modifieres = mod, - } - end - end - end) - : case 'integer' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.number, - modifieres = define.TokenModifiers.static, - } - end) - : case 'number' - : call(function (source, options, results) - if not options.keyword then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.number, - } - end) - : case 'doc.class.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.class, - modifieres = define.TokenModifiers.declaration, - } - end) - : case 'doc.extends.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.class, - } - end) - : case 'doc.type.name' - : call(function (source, options, results) - if not options.annotation then - return - end - if source.typeGeneric then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.type, - modifieres = define.TokenModifiers.modification, - } - elseif source[1] == 'self' then - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.type, - modifieres = define.TokenModifiers.readonly, - } - else - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.type, - } - end - end) - : case 'doc.alias.name' - : case 'doc.enum.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.macro, - } - end) - : case 'doc.param.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.parameter, - } - end) - : case 'doc.field' - : call(function (source, options, results) - if not options.annotation then - return - end - if source.visible then - results[#results+1] = { - start = source.start, - finish = source.start + #source.visible, - type = define.TokenTypes.keyword, - } - end - end) - : case 'doc.field.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.property, - modifieres = define.TokenModifiers.declaration, - } - end) - : case 'doc.return.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.parameter, - } - end) - : case 'doc.generic.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.type, - modifieres = define.TokenModifiers.modification, - } - end) - : case 'doc.type.string' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.string, - modifieres = define.TokenModifiers.static, - } - end) - : case 'doc.type.function' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.start + #'fun', - type = define.TokenTypes.keyword, - } - if source.async then - results[#results+1] = { - start = source.asyncPos, - finish = source.asyncPos + #'async', - type = define.TokenTypes.keyword, - modifieres = define.TokenModifiers.async, - } - end - end) - : case 'doc.type.table' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.start + #'table', - type = define.TokenTypes.type, - } - end) - : case 'doc.type.arg.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.parameter, - modifieres = define.TokenModifiers.declaration, - } - end) - : case 'doc.version.unit' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.enumMember, - } - end) - : case 'doc.see.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.class, - } - end) - : case 'doc.diagnostic' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.start + #source.mode, - type = define.TokenTypes.keyword, - } - end) - : case 'doc.diagnostic.name' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.event, - modifieres = define.TokenModifiers.static, - } - end) - : case 'doc.module' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.string, - modifieres = define.TokenModifiers.defaultLibrary, - } - end) - : case 'doc.tailcomment' - : call(function (source, options, results) - if not options.annotation then - return - end - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.comment, - } - end) - : case 'nonstandardSymbol.comment' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.comment, - } - end) - : case 'nonstandardSymbol.continue' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.keyword, - } - end) - : case 'doc.cast.block' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.keyword, - } - end) - : case 'doc.cast.name' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.variable, - } - end) - : case 'doc.type.code' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.string, - modifieres = define.TokenModifiers.abstract, - } - end) - : case 'doc.operator.name' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.operator, - } - end) - : case 'doc.meta.name' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.namespace, - } - end) - : case 'doc.attr' - : call(function (source, options, results) - results[#results+1] = { - start = source.start, - finish = source.finish, - type = define.TokenTypes.decorator, - } - end) - ----@param state table ----@param results table -local function buildTokens(state, results) - local tokens = {} - local lastLine = 0 - local lastStartChar = 0 - local index = 0 - for i, source in ipairs(results) do - local startPos = source.start - local finishPos = source.finish - local line = startPos.line - local startChar = startPos.character - local deltaLine = line - lastLine - local deltaStartChar - if deltaLine == 0 then - deltaStartChar = startChar - lastStartChar - if deltaStartChar == 0 and i > 1 then - goto continue - end - else - deltaStartChar = startChar - end - lastLine = line - lastStartChar = startChar - -- see https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_semanticTokens - index = index + 1 - local len = index * 5 - 5 - tokens[len + 1] = deltaLine - tokens[len + 2] = deltaStartChar - tokens[len + 3] = finishPos.character - startPos.character -- length - tokens[len + 4] = source.type - tokens[len + 5] = source.modifieres or 0 - ::continue:: - end - return tokens -end - ----@async -local function solveMultilineAndOverlapping(state, results) - table.sort(results, function (a, b) - if a.start == b.start then - return a.finish < b.finish - else - return a.start < b.start - end - end) - - await.delay() - - local tokens = linkedTable() - - local function findToken(pos) - for token in tokens:pairs(nil ,true) do - if token.start <= pos and token.finish >= pos then - return token - end - if token.finish < pos then - break - end - end - return nil - end - - for _, current in ipairs(results) do - local left = findToken(current.start) - if not left then - tokens:pushTail(current) - goto CONTINUE - end - local right = findToken(current.finish) - tokens:pushAfter(current, left) - tokens:pop(left) - if left.start < current.start then - tokens:pushBefore({ - start = left.start, - finish = current.start, - type = left.type, - modifieres = left.modifieres - }, current) - end - if right and right.finish > current.finish then - tokens:pushAfter({ - start = current.finish, - finish = right.finish, - type = right.type, - modifieres = right.modifieres - }, current) - end - ::CONTINUE:: - end - - await.delay() - - local new = {} - for token in tokens:pairs() do - local startPos = converter.packPosition(state, token.start) - local endPos = converter.packPosition(state, token.finish) - if startPos.line == endPos.line - and startPos.character == endPos.character then - goto continue - end - if endPos.line == startPos.line - or client.getAbility 'textDocument.semanticTokens.multilineTokenSupport' then - new[#new+1] = { - start = startPos, - finish = endPos, - type = token.type, - modifieres = token.modifieres, - } - else - new[#new+1] = { - start = startPos, - finish = converter.position(startPos.line, 9999), - type = token.type, - modifieres = token.modifieres, - } - for i = startPos.line + 1, endPos.line - 1 do - new[#new+1] = { - start = converter.position(i, 0), - finish = converter.position(i, 9999), - type = token.type, - modifieres = token.modifieres, - } - end - if endPos.character > 0 then - new[#new+1] = { - start = converter.position(endPos.line, 0), - finish = converter.position(endPos.line, endPos.character), - type = token.type, - modifieres = token.modifieres, - } - end - end - ::continue:: - end - - return new -end - ----@async -return function (uri, start, finish) - local results = {} - if not config.get(uri, 'Lua.semantic.enable') then - return results - end - local state = files.getState(uri) - if not state then - return results - end - - local options = { - uri = uri, - state = state, - text = files.getText(uri), - libGlobals = {}, - variable = config.get(uri, 'Lua.semantic.variable'), - annotation = config.get(uri, 'Lua.semantic.annotation'), - keyword = config.get(uri, 'Lua.semantic.keyword'), - } - - local n = 0 - guide.eachSourceBetween(state.ast, start, finish, function (source) ---@async - Care(source.type, source, options, results) - n = n + 1 - if n % 100 == 0 then - await.delay() - end - end) - - for _, comm in ipairs(state.comms) do - if start <= comm.start and comm.finish <= finish then - local headPos = (comm.type == 'comment.short' and comm.text:match '^%-%s*[@|]()') - or (comm.type == 'comment.long' and comm.text:match '^@()') - if headPos then - local atPos - if comm.type == 'comment.short' then - atPos = headPos + 2 - else - atPos = headPos + #comm.mark - end - results[#results+1] = { - start = comm.start, - finish = comm.start + atPos - 2, - type = define.TokenTypes.comment, - } - results[#results+1] = { - start = comm.start + atPos - 2, - finish = comm.start + atPos - 1 + #comm.text:match('%S*', headPos), - type = define.TokenTypes.keyword, - modifieres = define.TokenModifiers.documentation, - } - else - results[#results+1] = { - start = comm.start, - finish = comm.finish, - type = define.TokenTypes.comment, - } - end - end - end - - if #results == 0 then - return results - end - - results = solveMultilineAndOverlapping(state, results) - - local tokens = buildTokens(state, results) - - return tokens -end diff --git a/script/core/signature.lua b/script/core/signature.lua deleted file mode 100644 index 98018b215..000000000 --- a/script/core/signature.lua +++ /dev/null @@ -1,220 +0,0 @@ -local files = require 'files' -local vm = require 'vm' -local hoverLabel = require 'core.hover.label' -local hoverDesc = require 'core.hover.description' -local guide = require 'parser.guide' -local lookback = require 'core.look-backward' - -local function findNearCall(uri, ast, pos) - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return nil - end - local nearCall - guide.eachSourceContain(ast.ast, pos, function (src) - if src.type == 'call' - or src.type == 'table' - or src.type == 'function' then - local finishOffset = guide.positionToOffset(state, src.finish) - -- call(),$ - if src.finish <= pos - and text:sub(finishOffset, finishOffset) == ')' then - return - end - -- {},$ - if src.finish <= pos - and text:sub(finishOffset, finishOffset) == '}' then - return - end - if not nearCall or nearCall.start <= src.start then - nearCall = src - end - end - end) - if not nearCall then - return nil - end - if nearCall.type ~= 'call' then - return nil - end - return nearCall -end - ----@async -local function makeOneSignature(source, oop, index) - local label = hoverLabel(source, oop) - if not label then - return nil - end - -- 去掉返回值 - label = label:gsub('%s*->.+', '') - local params = {} - local i = 0 - local argStart, argLabel = label:match '()(%b())$' - local converted = argLabel - : sub(2, -2) - : gsub('%b<>', function (str) - return ('_'):rep(#str) - end) - : gsub('%b()', function (str) - return ('_'):rep(#str) - end) - : gsub('%b{}', function (str) - return ('_'):rep(#str) - end) - : gsub('[%[%]%(%)]', '_') - for start, finish in converted:gmatch '%s*()[^,]+()' do - i = i + 1 - params[i] = { - label = {start + argStart - 1, finish - 1 + argStart}, - } - end - -- 不定参数 - if index and index > i and i > 0 then - local lastLabel = params[i].label - local text = label:sub(lastLabel[1] + 1, lastLabel[2]) - if text:sub(1, 3) == '...' then - index = i - end - end - if #params < (index or 0) then - return nil - end - return { - label = label, - params = params, - index = index or 1, - description = hoverDesc(source), - } -end - -local function isEventNotMatch(call, src) - if not call.args or not src.args then - return false - end - local literal, index - for i = 1, 2 do - if not call.args[i] then - break - end - literal = guide.getLiteral(call.args[i]) - if literal then - index = i - break - end - end - if not literal then - return false - end - local event = src.args[index] - if not event or event.type ~= 'doc.type.arg' then - return false - end - if not event.extends - or #event.extends.types ~= 1 then - return false - end - local eventLiteral = event.extends.types[1] and guide.getLiteral(event.extends.types[1]) - if eventLiteral == nil then - return false - end - return eventLiteral ~= literal -end - ----@async -local function makeSignatures(text, call, pos) - local func = call.node - local oop = func.type == 'method' - or func.type == 'getmethod' - or func.type == 'setmethod' - local index - if call.args then - local args = {} - for _, arg in ipairs(call.args) do - if arg.type ~= 'self' then - args[#args+1] = arg - end - end - local uri = guide.getUri(call) - local state = files.getState(uri) - for i, arg in ipairs(args) do - local startOffset = guide.positionToOffset(state, arg.start) - startOffset = lookback.findTargetSymbol(text, startOffset, '(') - or lookback.findTargetSymbol(text, startOffset, ',') - or startOffset - local startPos = guide.offsetToPosition(state, startOffset) - if startPos > pos then - index = i - 1 - break - end - if pos <= arg.finish then - index = i - break - end - end - if not index then - local offset = guide.positionToOffset(state, pos) - local backSymbol = lookback.findSymbol(text, offset) - if backSymbol == ',' - or backSymbol == '(' then - index = #args + 1 - else - index = #args - end - end - end - local signs = {} - local node = vm.compileNode(func) - ---@type vm.node - node = node.originNode or node - local mark = {} - for src in node:eachObject() do - if (src.type == 'function' and not vm.isVarargFunctionWithOverloads(src)) - or src.type == 'doc.type.function' then - if not mark[src] - and not isEventNotMatch(call, src) then - mark[src] = true - signs[#signs+1] = makeOneSignature(src, oop, index) - end - elseif src.type == 'global' and src.cate == 'type' then - ---@cast src vm.global - for _, set in ipairs(src:getSets(guide.getUri(call))) do - if set.type == 'doc.class' then - for _, overload in ipairs(set.calls) do - local f = overload.overload - if not mark[f] - and not isEventNotMatch(call, src) then - mark[f] = true - signs[#signs+1] = makeOneSignature(f, oop, index) - end - end - end - end - end - end - return signs -end - ----@async -return function (uri, pos) - local state = files.getState(uri) - local text = files.getText(uri) - if not state or not text then - return nil - end - local offset = guide.positionToOffset(state, pos) - pos = guide.offsetToPosition(state, lookback.skipSpace(text, offset)) - local call = findNearCall(uri, state, pos) - if not call then - return nil - end - local signs = makeSignatures(text, call, pos) - if not signs or #signs == 0 then - return nil - end - table.sort(signs, function (a, b) - return #a.params < #b.params - end) - return signs -end diff --git a/script/core/substring.lua b/script/core/substring.lua deleted file mode 100644 index cfce52821..000000000 --- a/script/core/substring.lua +++ /dev/null @@ -1,13 +0,0 @@ -local guide = require 'parser.guide' - -return function (state) - ---@param pos1 parser.position - ---@param pos2 parser.position - ---@return string - return function (pos1, pos2) - return state.lua:sub( - guide.positionToOffset(state, pos1), - guide.positionToOffset(state, pos2) - ) - end -end diff --git a/script/core/type-definition.lua b/script/core/type-definition.lua deleted file mode 100644 index 0a821f25f..000000000 --- a/script/core/type-definition.lua +++ /dev/null @@ -1,174 +0,0 @@ -local workspace = require 'workspace' -local files = require 'files' -local vm = require 'vm' -local findSource = require 'core.find-source' -local guide = require 'parser.guide' -local rpath = require 'workspace.require-path' -local jumpSource = require 'core.jump-source' - -local function sortResults(results) - -- 先按照顺序排序 - table.sort(results, function (a, b) - local u1 = guide.getUri(a.target) - local u2 = guide.getUri(b.target) - if u1 == u2 then - return a.target.start < b.target.start - else - return u1 < u2 - end - end) - -- 如果2个结果处于嵌套状态,则取范围小的那个 - local lf, lu - for i = #results, 1, -1 do - local res = results[i].target - local f = res.finish - local uri = guide.getUri(res) - if lf and f > lf and uri == lu then - table.remove(results, i) - else - lu = uri - lf = f - end - end -end - -local accept = { - ['local'] = true, - ['setlocal'] = true, - ['getlocal'] = true, - ['label'] = true, - ['goto'] = true, - ['field'] = true, - ['method'] = true, - ['setglobal'] = true, - ['getglobal'] = true, - ['string'] = true, - ['boolean'] = true, - ['number'] = true, - ['integer'] = true, - ['...'] = true, - - ['doc.type.name'] = true, - ['doc.class.name'] = true, - ['doc.extends.name'] = true, - ['doc.alias.name'] = true, - ['doc.enum.name'] = true, - ['doc.see.name'] = true, -} - -local function checkRequire(source, offset) - if source.type ~= 'string' then - return nil - end - local callargs = source.parent - if callargs.type ~= 'callargs' then - return - end - if callargs[1] ~= source then - return - end - local call = callargs.parent - local func = call.node - local literal = guide.getLiteral(source) - local libName = vm.getLibraryName(func) - if not libName then - return nil - end - if libName == 'require' then - return rpath.findUrisByRequireName(guide.getUri(source), literal) - elseif libName == 'dofile' - or libName == 'loadfile' then - return workspace.findUrisByFilePath(literal) - end - return nil -end - -local function convertIndex(source) - if not source then - return - end - if source.type == 'string' - or source.type == 'boolean' - or source.type == 'number' - or source.type == 'integer' then - local parent = source.parent - if not parent then - return - end - if parent.type == 'setindex' - or parent.type == 'getindex' - or parent.type == 'tableindex' then - return parent - end - end - return source -end - -return function (uri, offset) - local ast = files.getState(uri) - if not ast then - return nil - end - - local source = convertIndex(findSource(ast, offset, accept)) - if not source then - return nil - end - - local results = {} - local uris = checkRequire(source) - if uris then - for i, uri in ipairs(uris) do - results[#results+1] = { - uri = uri, - source = source, - target = { - start = 0, - finish = 0, - uri = uri, - } - } - end - end - - local defs = vm.getDefs(source) - - for _, src in ipairs(defs) do - local root = guide.getRoot(src) - if not root then - goto CONTINUE - end - src = src.field or src.method or src.index or src - if src.type == 'doc.class' then - src = src.class - end - if src.type == 'doc.alias' then - src = src.alias - end - if src.type == 'doc.enum' then - src = src.enum - end - if src.type == 'doc.class.name' - or src.type == 'doc.alias.name' - or src.type == 'doc.type.function' - or src.type == 'doc.type.array' - or src.type == 'doc.type.table' - or src.type == 'function' then - results[#results+1] = { - target = src, - uri = root.uri, - source = source, - } - end - ::CONTINUE:: - end - - if #results == 0 then - return nil - end - - sortResults(results) - jumpSource(results) - - return results -end diff --git a/script/core/type-formatting.lua b/script/core/type-formatting.lua deleted file mode 100644 index 419cb56b9..000000000 --- a/script/core/type-formatting.lua +++ /dev/null @@ -1,243 +0,0 @@ -local files = require 'files' -local lookBackward = require 'core.look-backward' -local guide = require 'parser.guide' -local config = require 'config' -local util = require 'utility' - - -local function insertIndentation(uri, position, edits) - local text = files.getText(uri) - local state = files.getState(uri) - local row = guide.rowColOf(position) - if not state or not text then - return - end - local offset = state.lines[row] - local indent = text:match('^%s*', offset) - for _, edit in ipairs(edits) do - edit.text = edit.text:gsub('\n', '\n' .. indent) - end -end - -local function findForward(uri, position, ...) - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return nil - end - local offset = guide.positionToOffset(state, position) - local firstOffset = text:match('^[ \t]*()', offset + 1) - if not firstOffset then - return nil - end - for _, symbol in ipairs { ... } do - if text:sub(firstOffset, firstOffset + #symbol - 1) == symbol then - return guide.offsetToPosition(state, firstOffset - 1), symbol - end - end - return nil -end - -local function findBackward(uri, position, ...) - local text = files.getText(uri) - local state = files.getState(uri) - if not state or not text then - return nil - end - local offset = guide.positionToOffset(state, position) - local lastOffset = lookBackward.findAnyOffset(text, offset) - for _, symbol in ipairs { ... } do - if text:sub(lastOffset - #symbol + 1, lastOffset) == symbol then - return guide.offsetToPosition(state, lastOffset) - end - end - return nil -end - -local function checkSplitOneLine(results, uri, position, ch) - if ch ~= '\n' then - return - end - - local fPosition, fSymbol = findForward(uri, position, 'end', '}') - if not fPosition or not fSymbol then - return - end - local bPosition = findBackward(uri, position, 'then', 'do', ')', '{') - if not bPosition then - return - end - local edits = {} - edits[#edits+1] = { - start = bPosition, - finish = position, - text = '\n\t', - } - edits[#edits+1] = { - start = position, - finish = fPosition + 1, - text = '', - } - edits[#edits+1] = { - start = fPosition + 1, - finish = fPosition + 1, - text = '\n' .. fSymbol:sub(1, 1) - } - insertIndentation(uri, bPosition, edits) - for _, edit in ipairs(edits) do - results[#results+1] = edit - end -end - -local function getIndent(state, row) - local offset = state.lines[row] - local indent = state.lua:match('^[\t ]*', offset) - return indent -end - -local function isInBlock(state, position) - local block = guide.eachSourceContain(state.ast, position, function(source) - if source.type == 'ifblock' - or source.type == 'elseifblock' then - if source.keyword[4] and source.keyword[4] <= position then - return true - end - end - if source.type == 'else' then - if source.keyword[2] and source.keyword[2] <= position then - return true - end - end - if source.type == 'while' then - if source.keyword[4] and source.keyword[4] <= position then - return true - end - end - if source.type == 'repeat' then - if source.keyword[2] and source.keyword[2] <= position then - return true - end - end - if source.type == 'loop' then - if source.keyword[4] and source.keyword[4] <= position then - return true - end - end - if source.type == 'in' then - if source.keyword[6] and source.keyword[6] <= position then - return true - end - end - if source.type == 'do' then - if source.keyword[2] and source.keyword[2] <= position then - return true - end - end - if source.type == 'function' then - if source.args and source.args.finish <= position then - return true - end - if not source.keyword[3] or source.keyword[3] >= position then - return true - end - end - if source.type == 'table' then - if source.start + 1 == position then - return true - end - end - end) - return block ~= nil -end - -local function checkWrongIndentation(results, uri, position, ch) - if ch ~= '\n' then - return - end - local state = files.getState(uri) - if not state then - return - end - local row = guide.rowColOf(position) - if row <= 0 then - return - end - local myIndent = getIndent(state, row) - local lastIndent = getIndent(state, row - 1) - if #myIndent <= #lastIndent then - return - end - if not util.stringStartWith(myIndent, lastIndent) then - return - end - local lastOffset = lookBackward.findAnyOffset(state.lua, guide.positionToOffset(state, position) - 1) - if not lastOffset then - return - end - local lastPosition = guide.offsetToPosition(state, lastOffset) - if isInBlock(state, lastPosition) then - return - end - results[#results+1] = { - start = position - #myIndent + #lastIndent, - finish = position, - text = '', - } -end - -local function typeFormat(results, uri, position, ch, options) - if ch ~= '\n' then - return - end - local suc, codeFormat = pcall(require, "code_format") - if not suc then - return - end - local text = files.getOriginText(uri) - local state = files.getState(uri) - if not state then - return - end - local converter = require("proto.converter") - local pos = converter.packPosition(state, position) - local typeFormatOptions = config.get(uri, 'Lua.typeFormat.config') - local success, result = codeFormat.type_format(uri, text, pos.line, pos.character, options, typeFormatOptions) - if success then - local range = result.range - results[#results+1] = { - text = result.newText, - start = converter.unpackPosition(state, { line = range.start.line, character = range.start.character }), - finish = converter.unpackPosition(state, { line = range["end"].line, character = range["end"].character }), - } - end -end - -return function (uri, position, ch, options) - local state = files.getState(uri) - if not state then - return nil - end - - local results = {} - -- split `function () $ end` - checkSplitOneLine(results, uri, position, ch) - if #results > 0 then - return results - end - - checkWrongIndentation(results, uri, position, ch) - if #results > 0 then - return results - end - - if TEST then - return nil - end - - typeFormat(results, uri, position, ch, options) - if #results > 0 then - return results - end - - return nil -end diff --git a/script/core/view/psi-select.lua b/script/core/view/psi-select.lua deleted file mode 100644 index 406420393..000000000 --- a/script/core/view/psi-select.lua +++ /dev/null @@ -1,13 +0,0 @@ -local files = require("files") -local guide = require("parser.guide") -local converter = require("proto.converter") - -return function(uri, position) - local state = files.getState(uri) - if not state then - return - end - - local pos = converter.unpackPosition(state, position) - return { data = guide.positionToOffset(state, pos) } -end diff --git a/script/core/view/psi-view.lua b/script/core/view/psi-view.lua deleted file mode 100644 index 640d1c4c0..000000000 --- a/script/core/view/psi-view.lua +++ /dev/null @@ -1,96 +0,0 @@ -local files = require("files") -local guide = require("parser.guide") -local converter = require("proto.converter") -local subString = require 'core.substring' - - - ----@class psi.view.node ----@field name string ----@field attr? psi.view.attr ----@field children? psi.view.node[] - ----@class psi.view.attr ----@field range psi.view.range - ----@class psi.view.range ----@field start integer ----@field end integer - ----@param astNode parser.object ----@param state parser.state ----@return psi.view.node | nil -local function toPsiNode(astNode, state) - if not astNode or not astNode.start then - return - end - - local startOffset = guide.positionToOffset(state, astNode.start) - local finishOffset = guide.positionToOffset(state, astNode.finish) - local startPosition = converter.packPosition(state, astNode.start) - local finishPosition = converter.packPosition(state, astNode.finish) - return { - name = string.format("%s@[%d:%d .. %d:%d]", - astNode.type, - startPosition.line + 1, startPosition.character + 1, - finishPosition.line + 1, finishPosition.character + 1), - attr = { - range = { - start = startOffset, - ["end"] = finishOffset - } - } - } -end - ----@param astNode parser.object ----@return psi.view.node | nil -local function collectPsi(astNode, state) - local psiNode = toPsiNode(astNode, state) - - if not psiNode then - return - end - - guide.eachChild(astNode, function(child) - if psiNode.children == nil then - psiNode.children = {} - end - - local psi = collectPsi(child, state) - if psi then - psiNode.children[#psiNode.children+1] = psi - end - end) - - if psiNode.children and #psiNode.children > 0 and psiNode.attr then - local range = psiNode.attr.range - if range.start > psiNode.children[1].attr.range.start then - range.start = psiNode.children[1].attr.range.start - end - if range["end"] < psiNode.children[#psiNode.children].attr.range["end"] then - range["end"] = psiNode.children[#psiNode.children].attr.range["end"] - end - end - - if not psiNode.children then - local subber = subString(state) - local showText = subber(astNode.start + 1, astNode.finish) - if string.len(showText) > 30 then - showText = showText:sub(0, 30).. " ... " - end - - psiNode.name = psiNode.name .. " " .. showText - end - - return psiNode -end - -return function(uri) - local state = files.getState(uri) - if not state then - return - end - - return { data = collectPsi(state.ast, state) } -end diff --git a/script/core/workspace-symbol.lua b/script/core/workspace-symbol.lua deleted file mode 100644 index a41cfc1dd..000000000 --- a/script/core/workspace-symbol.lua +++ /dev/null @@ -1,168 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local matchKey = require 'core.matchkey' -local define = require 'proto.define' -local await = require 'await' -local vm = require 'vm' - -local function buildSource(uri, source, key, results) - if source.type == 'local' - or source.type == 'setlocal' - or source.type == 'setglobal' then - local name = source[1] - if matchKey(key, name) then - results[#results+1] = { - name = name, - skind = define.SymbolKind.Variable, - ckind = define.CompletionItemKind.Variable, - source = source, - } - end - elseif source.type == 'setfield' - or source.type == 'tablefield' then - local field = source.field - local name = field and field[1] - if name and matchKey(key, name) then - results[#results+1] = { - name = name, - skind = define.SymbolKind.Field, - ckind = define.CompletionItemKind.Field, - source = field, - } - end - elseif source.type == 'setmethod' then - local method = source.method - local name = method and method[1] - if name and matchKey(key, name) then - results[#results+1] = { - name = name, - skind = define.SymbolKind.Method, - ckind = define.CompletionItemKind.Method, - source = method, - } - end - end -end - -local function searchFile(uri, key, results) - local ast = files.getState(uri) - if not ast then - return - end - - guide.eachSource(ast.ast, function (source) - buildSource(uri, source, key, results) - end) -end - ----@async ----@param key string ----@param suri? uri ----@param results table[] -local function searchGlobalAndClass(key, suri, results) - for _, global in pairs(vm.getAllGlobals()) do - local name = global:getCodeName() - if matchKey(key, name) then - local sets - if suri then - sets = global:getSets(suri) - else - sets = global:getAllSets() - end - for _, set in ipairs(sets) do - local skind, ckind - if set.type == 'doc.class' then - skind = define.SymbolKind.Class - ckind = define.CompletionItemKind.Class - elseif set.type == 'doc.alias' then - skind = define.SymbolKind.Struct - ckind = define.CompletionItemKind.Struct - else - skind = define.SymbolKind.Variable - ckind = define.CompletionItemKind.Variable - end - results[#results+1] = { - name = name, - skind = skind, - ckind = ckind, - source = set, - } - end - await.delay() - end - end -end - ----@async ----@param key string ----@param suri? uri ----@param results table[] -local function searchClassField(key, suri, results) - local class, inField = key:match('^(.+)%.(.-)$') - if not class then - return - end - local global = vm.getGlobal('type', class) - if not global then - return - end - local set - if suri then - set = global:getSets(suri)[1] - else - set = global:getAllSets()[1] - end - if not set then - return - end - suri = suri or guide.getUri(set) - vm.getClassFields(suri, global, vm.ANY, function (field) - if field.type == 'generic' then - return - end - ---@cast field -vm.generic - local keyName = guide.getKeyName(field) - if not keyName then - return - end - if not matchKey(inField, keyName) then - return - end - results[#results+1] = { - name = class .. '.' .. keyName, - skind = define.SymbolKind.Field, - ckind = define.SymbolKind.Field, - source = field, - } - end) -end - ----@async ----@param key string ----@param suri? uri ----@param results table[] -local function searchWords(key, suri, results) - for uri in files.eachFile(suri) do - searchFile(uri, key, results) - if #results > 1000 then - break - end - await.delay() - end -end - ----@async ----@param key string ----@param suri? uri ----@param includeWords? boolean -return function (key, suri, includeWords) - local results = {} - - searchGlobalAndClass(key, suri, results) - searchClassField(key, suri, results) - if includeWords then - searchWords(key, suri, results) - end - - return results -end diff --git a/script/doctor.lua b/script/doctor.lua deleted file mode 100644 index 478831c36..000000000 --- a/script/doctor.lua +++ /dev/null @@ -1,625 +0,0 @@ -local type = type -local next = next -local pairs = pairs -local ipairs = ipairs -local rawget = rawget -local rawset = rawset -local pcall = pcall -local tostring = tostring -local select = select -local stderr = io.stderr -local sformat = string.format -local getregistry = debug.getregistry -local getmetatable = debug.getmetatable -local getupvalue = debug.getupvalue ----@diagnostic disable-next-line: deprecated -local getuservalue = debug.getuservalue or debug.getfenv -local getlocal = debug.getlocal -local getinfo = debug.getinfo -local maxinterger = 10000 -local mathType = math.type -local _G = _G -local registry = getregistry() -local ccreate = coroutine.create - -_ENV = nil - -local hasPoint = pcall(sformat, '%p', _G) -local multiUserValue = not pcall(getuservalue, stderr, '') - -local function getPoint(obj) - if hasPoint then - return ('%p'):format(obj) - else - local mt = getmetatable(obj) - local ts - if mt then - ts = rawget(mt, '__tostring') - if ts then - rawset(mt, '__tostring', nil) - end - end - local name = tostring(obj) - if ts then - rawset(mt, '__tostring', ts) - end - return name:match(': (.+)') - end -end - -local function formatObject(obj, tp, ext) - local text = ('%s:%s'):format(tp, getPoint(obj)) - if ext then - text = ('%s(%s)'):format(text, ext) - end - return text -end - -local function isInteger(obj) - if mathType then - return mathType(obj) == 'integer' - else - return obj % 1 == 0 - end -end - -local function getTostring(obj) - local mt = getmetatable(obj) - if not mt then - return nil - end - local toString = rawget(mt, '__tostring') - if not toString then - return nil - end - local suc, str = pcall(toString, obj) - if not suc then - return nil - end - if type(str) ~= 'string' then - return nil - end - return str -end - -local function formatName(obj) - local tp = type(obj) - if tp == 'nil' then - return 'nil:nil' - elseif tp == 'boolean' then - if obj == true then - return 'boolean:true' - else - return 'boolean:false' - end - elseif tp == 'number' then - if isInteger(obj) then - return ('number:%d'):format(obj) - else - -- 如果浮点数可以完全表示为整数,那么就转换为整数 - local str = ('%.10f'):format(obj):gsub('%.?[0]+$', '') - if str:find('.', 1, true) then - -- 如果浮点数不能表示为整数,那么再加上它的精确表示法 - str = ('%s(%q)'):format(str, obj) - end - return 'number:' .. str - end - elseif tp == 'string' then - local str = ('%q'):format(obj) - if #str > 100 then - local new = ('%s...(len=%d)'):format(str:sub(1, 100), #str) - if #new < #str then - str = new - end - end - return 'string:' .. str - elseif tp == 'function' then - local info = getinfo(obj, 'S') - if info.what == 'c' then - return formatObject(obj, 'function', 'C') - elseif info.what == 'main' then - return formatObject(obj, 'function', 'main') - else - return formatObject(obj, 'function', ('%s:%d-%d'):format(info.source, info.linedefined, info.lastlinedefined)) - end - elseif tp == 'table' then - local id = getTostring(obj) - if not id then - if obj == _G then - id = '_G' - elseif obj == registry then - id = 'registry' - end - end - if id then - return formatObject(obj, 'table', id) - else - return formatObject(obj, 'table') - end - elseif tp == 'userdata' then - local id = getTostring(obj) - if id then - return formatObject(obj, 'userdata', id) - else - return formatObject(obj, 'userdata') - end - else - return formatObject(obj, tp) - end -end - -local _private = {} - ----@generic T ----@param o T ----@return T -local function private(o) - if not o then - return nil - end - _private[o] = true - return o -end - -local m = private {} - -m._ignoreMainThread = true - ---- 获取内存快照,生成一个内部数据结构。 ---- 一般不用这个API,改用 report 或 catch。 ----@return table -m.snapshot = private(function () - if m._lastCache then - return m._lastCache - end - - local exclude = {} - if m._exclude then - for _, o in ipairs(m._exclude) do - exclude[o] = true - end - end - ---@generic T - ---@param o T - ---@return T - local function private(o) - if not o then - return nil - end - exclude[o] = true - return o - end - - private(exclude) - - local find - local mark = private {} - - local function findTable(t, result) - result = result or {} - local mt = getmetatable(t) - local wk, wv - if mt then - local mode = rawget(mt, '__mode') - if type(mode) == 'string' then - if mode:find('k', 1, true) then - wk = true - end - if mode:find('v', 1, true) then - wv = true - end - end - end - for k, v in next, t do - if not wk then - local keyInfo = find(k) - if keyInfo then - if wv then - find(v) - local valueResults = mark[v] - if valueResults then - valueResults[#valueResults+1] = private { - type = 'weakvalue-key', - name = formatName(t) .. '|' .. formatName(v), - info = keyInfo, - } - end - else - result[#result+1] = private { - type = 'key', - name = formatName(k), - info = keyInfo, - } - end - end - end - if not wv then - local valueInfo = find(v) - if valueInfo then - if wk then - find(k) - local keyResults = mark[k] - if keyResults then - keyResults[#keyResults+1] = private { - type = 'weakkey-field', - name = formatName(t) .. '|' .. formatName(k), - info = valueInfo, - } - end - else - result[#result+1] = private { - type = 'field', - name = formatName(k) .. '|' .. formatName(v), - info = valueInfo, - } - end - end - end - end - local MTInfo = find(getmetatable(t)) - if MTInfo then - result[#result+1] = private { - type = 'metatable', - name = '', - info = MTInfo, - } - end - return result - end - - local function findFunction(f, result) - result = result or {} - for i = 1, maxinterger do - local n, v = getupvalue(f, i) - if not n then - break - end - local valueInfo = find(v) - if valueInfo then - result[#result+1] = private { - type = 'upvalue', - name = n, - info = valueInfo, - } - end - end - return result - end - - local function findUserData(u, result) - result = result or {} - local maxUserValue = multiUserValue and maxinterger or 1 - for i = 1, maxUserValue do - local v, b = getuservalue(u, i) - if not b then - break - end - local valueInfo = find(v) - if valueInfo then - result[#result+1] = private { - type = 'uservalue', - name = formatName(i), - info = valueInfo, - } - end - end - local MTInfo = find(getmetatable(u)) - if MTInfo then - result[#result+1] = private { - type = 'metatable', - name = '', - info = MTInfo, - } - end - if #result == 0 then - return nil - end - return result - end - - local function findThread(trd, result) - -- 不查找主线程,主线程一定是临时的(视为弱引用) - if m._ignoreMainThread and trd == registry[1] then - return nil - end - result = result or private {} - - for i = 1, maxinterger do - local info = getinfo(trd, i, 'Sf') - if not info then - break - end - local funcInfo = find(info.func) - if funcInfo then - for ln = 1, maxinterger do - local n, l = getlocal(trd, i, ln) - if not n then - break - end - local valueInfo = find(l) - if valueInfo then - funcInfo[#funcInfo+1] = private { - type = 'local', - name = n, - info = valueInfo, - } - end - end - result[#result+1] = private { - type = 'stack', - name = i .. '@' .. formatName(info.func), - info = funcInfo, - } - end - end - - if #result == 0 then - return nil - end - return result - end - - local function findMainThread() - -- 不查找主线程,主线程一定是临时的(视为弱引用) - if m._ignoreMainThread then - return nil - end - local result = private {} - - for i = 1, maxinterger do - local info = getinfo(i, 'Sf') - if not info then - break - end - local funcInfo = find(info.func) - if funcInfo then - for ln = 1, maxinterger do - local n, l = getlocal(i, ln) - if not n then - break - end - local valueInfo = find(l) - if valueInfo then - funcInfo[#funcInfo+1] = private { - type = 'local', - name = n, - info = valueInfo, - } - end - end - result[#result+1] = private { - type = 'stack', - name = i .. '@' .. formatName(info.func), - info = funcInfo, - } - end - end - - if #result == 0 then - return nil - end - return result - end - - function find(obj) - if mark[obj] then - return mark[obj] - end - if exclude[obj] or _private[obj] then - return nil - end - local tp = type(obj) - if tp == 'table' then - mark[obj] = private {} - mark[obj] = findTable(obj, mark[obj]) - elseif tp == 'function' then - mark[obj] = private {} - mark[obj] = findFunction(obj, mark[obj]) - elseif tp == 'userdata' then - mark[obj] = private {} - mark[obj] = findUserData(obj, mark[obj]) - elseif tp == 'thread' then - mark[obj] = private {} - mark[obj] = findThread(obj, mark[obj]) - else - return nil - end - if mark[obj] then - mark[obj].object = obj - end - return mark[obj] - end - - -- TODO: Lua 5.1中,主线程与_G都不在注册表里 - local result = private { - name = formatName(registry), - type = 'root', - info = find(registry), - } - if not registry[1] then - result.info[#result.info+1] = private { - type = 'thread', - name = 'main', - info = findMainThread(), - } - end - if not registry[2] then - result.info[#result.info+1] = private { - type = '_G', - name = '_G', - info = find(_G), - } - end - for name, mt in next, private { - ['nil'] = getmetatable(nil), - ['boolean'] = getmetatable(true), - ['number'] = getmetatable(0), - ['string'] = getmetatable(''), - ['function'] = getmetatable(function () end), - ['thread'] = getmetatable(ccreate(function () end)), - } do - result.info[#result.info+1] = private { - type = 'metatable', - name = name, - info = find(mt), - } - end - if m._cache then - m._lastCache = result - end - return result -end) - ---- 遍历虚拟机,寻找对象的引用。 ---- 输入既可以是对象实体,也可以是对象的描述(从其他接口的返回值中复制过来)。 ---- 返回字符串数组的数组,每个字符串描述了如何从根节点引用到指定的对象。 ---- 可以同时查找多个对象。 ----@return string[][] -m.catch = private(function (...) - local targets = {} - for i = 1, select('#', ...) do - local target = select(i, ...) - if target ~= nil then - targets[target] = true - end - end - local report = m.snapshot() - local path = {} - local result = {} - local mark = {} - - local function push() - local resultPath = {} - for i = 1, #path do - resultPath[i] = path[i] - end - result[#result+1] = resultPath - end - - local function search(t) - path[#path+1] = ('(%s)%s'):format(t.type, t.name) - local addTarget - local point = getPoint(t.info.object) - if targets[t.info.object] then - targets[t.info.object] = nil - addTarget = t.info.object - push() - end - if targets[point] then - targets[point] = nil - addTarget = point - push() - end - if not mark[t.info] then - mark[t.info] = true - for _, obj in ipairs(t.info) do - search(obj) - end - end - path[#path] = nil - if addTarget then - targets[addTarget] = true - end - end - - search(report) - - return result -end) - ----@alias report {point: string, count: integer, name: string, childs: integer} - ---- 生成一个内存快照的报告。 ---- 你应当将其输出到一个文件里再查看。 ----@return report[] -m.report = private(function () - local snapshot = m.snapshot() - local cache = {} - local mark = {} - - local function scan(t) - local obj = t.info.object - local tp = type(obj) - if tp == 'table' - or tp == 'userdata' - or tp == 'function' - or tp == 'string' - or tp == 'thread' then - local point = getPoint(obj) - if not cache[point] then - cache[point] = { - point = point, - count = 0, - name = formatName(obj), - childs = #t.info, - } - end - cache[point].count = cache[point].count + 1 - end - if not mark[t.info] then - mark[t.info] = true - for _, child in ipairs(t.info) do - scan(child) - end - end - end - - scan(snapshot) - local list = {} - for _, info in pairs(cache) do - list[#list+1] = info - end - return list -end) - ---- 在进行快照相关操作时排除掉的对象。 ---- 你可以用这个功能排除掉一些数据表。 -m.exclude = private(function (...) - m._exclude = {...} -end) - ---- 比较2个报告 ----@return table -m.compare = private(function (old, new) - local newHash = {} - local ret = {} - for _, info in ipairs(new) do - newHash[info.point] = info - end - for _, info in ipairs(old) do - if newHash[info.point] then - ret[#ret + 1] = { - old = info, - new = newHash[info.point] - } - end - end - return ret -end) - ---- 是否忽略主线程的栈 ----@param flag boolean -m.ignoreMainThread = private(function (flag) - m._ignoreMainThread = flag -end) - ---- 是否启用缓存,启用后会始终使用第一次查找的结果, ---- 适用于连续查找引用。如果想要查找新的引用需要先关闭缓存。 ----@param flag boolean -m.enableCache = private(function (flag) - if flag then - m._cache = true - else - m._cache = false - m._lastCache = nil - end -end) - ---- 立即清除缓存 -m.flushCache = private(function () - m._lastCache = nil -end) - -private(getinfo(1, 'f').func) - -return m diff --git a/script/encoder/ansi.lua b/script/encoder/ansi.lua deleted file mode 100644 index f5273c512..000000000 --- a/script/encoder/ansi.lua +++ /dev/null @@ -1,24 +0,0 @@ -local platform = require 'bee.platform' -local unicode - -if platform.OS == 'Windows' then - unicode = require 'bee.unicode' -end - -local m = {} - -function m.toutf8(text) - if not unicode then - return text - end - return unicode.a2u(text) -end - -function m.fromutf8(text) - if not unicode then - return text - end - return unicode.u2a(text) -end - -return m diff --git a/script/encoder/init.lua b/script/encoder/init.lua deleted file mode 100644 index 3c8a58e02..000000000 --- a/script/encoder/init.lua +++ /dev/null @@ -1,123 +0,0 @@ -local ansi = require 'encoder.ansi' -local utf16 = require 'encoder.utf16' -local utf16le = utf16('le', utf8.codepoint '�') -local utf16be = utf16('be', utf8.codepoint '�') - ----@alias encoder.encoding '"utf8"'|'"utf16"'|'"utf16le"'|'"utf16be"' - ----@alias encoder.bom '"no"'|'"yes"'|'"auto"' - -local m = {} - ----@param encoding encoder.encoding ----@param s string ----@param i? integer ----@param j? integer -function m.len(encoding, s, i, j) - i = i or 1 - j = j or #s - if encoding == 'utf16' - or encoding == 'utf16' then - local us = utf16le.fromutf8(s:sub(i, j)) - return #us // 2 - end - if encoding == 'utf16be' then - local us = utf16be.fromutf8(s:sub(i, j)) - return #us // 2 - end - if encoding == 'utf8' then - return utf8.len(s, i, j, true) - end - log.error('Unsupport len encoding:', encoding) - return j - i + 1 -end - ----@param encoding encoder.encoding ----@param s string ----@param n integer ----@param i? integer -function m.offset(encoding, s, n, i) - i = i or 1 - if encoding == 'utf16' - or encoding == 'utf16le' then - local line = s:match('[^\r\n]*', i) - if not line:find '[\x80-\xff]' then - return n + i - 1 - end - local us = utf16le.fromutf8(line) - local os = utf16le.toutf8(us:sub(1, n * 2 - 2)) - return #os + i - end - if encoding == 'utf16be' then - local line = s:match('[^\r\n]*', i) - if not line:find '[\x80-\xff]' then - return n + i - 1 - end - local us = utf16be.fromutf8(line) - local os = utf16be.toutf8(us:sub(1, n * 2 - 2)) - return #os + i - end - if encoding == 'utf8' then - return utf8.offset(s, n, i) - end - log.error('Unsupport offset encoding:', encoding) - return n + i - 1 -end - ----@param encoding encoder.encoding ----@param text string ----@param bom encoder.bom ----@return string -function m.encode(encoding, text, bom) - if encoding == 'utf8' then - if bom == 'yes' then - text = '\xEF\xBB\xBF' .. text - end - return text - end - if encoding == 'ansi' then - return ansi.fromutf8(text) - end - if encoding == 'utf16' - or encoding == 'utf16le' then - text = utf16le.fromutf8(text) - if bom == 'yes' - or bom == 'auto' then - text = '\xFF\xFE' .. text - end - return text - end - if encoding == 'utf16be' then - text = utf16be.fromutf8(text) - if bom == 'yes' - or bom == 'auto' then - text = '\xFE\xFF' .. text - end - return text - end - log.error('Unsupport encode encoding:', encoding) - return text -end - ----@param encoding encoder.encoding ----@param text string ----@return string -function m.decode(encoding, text) - if encoding == 'utf8' then - return text - end - if encoding == 'ansi' then - return ansi.toutf8(text) - end - if encoding == 'utf16' - or encoding == 'utf16le' then - return utf16le.toutf8(text) - end - if encoding == 'utf16be' then - return utf16be.toutf8(text) - end - log.error('Unsupport encode encoding:', encoding) - return text -end - -return m diff --git a/script/encoder/utf16.lua b/script/encoder/utf16.lua deleted file mode 100644 index 7b08e082c..000000000 --- a/script/encoder/utf16.lua +++ /dev/null @@ -1,157 +0,0 @@ -local error = error -local strchar = string.char -local strbyte = string.byte -local strmatch = string.match -local utf8char = utf8.char -local tconcat = table.concat - -local function be_tochar(code) - return strchar((code >> 8) & 0xFF, code & 0xFF) -end - -local function be_tobyte(s, i) - local h, l = strbyte(s, i, i+1) - return (h << 8) | l -end - -local function le_tochar(code) - return strchar(code & 0xFF, (code >> 8) & 0xFF) -end - -local function le_tobyte(s, i) - local l, h = strbyte(s, i, i+1) - return (h << 8) | l -end - -local function utf16char(tochar, code) - if code < 0x10000 then - return tochar(code) - else - code = code - 0x10000 - return tochar(0xD800 + (code >> 10))..tochar(0xDC00 + (code & 0x3FF)) - end -end - -local function utf16next(s, n, tobyte) - if n > #s then - return - end - local code1 = tobyte(s, n) - if code1 < 0xD800 or code1 >= 0xE000 then - return n+2, code1 - elseif code1 >= 0xD800 and code1 < 0xDC00 then - n = n + 2 - if n > #s then - return n --invaild - end - local code2 = tobyte(s, n) - if code2 < 0xDC00 or code2 >= 0xE000 then - return n --invaild - end - local code = 0x10000 + ((code1 - 0xD800) << 10) + ((code2 - 0xDC00) & 0x3FF) - return n+2, code - else - return n+2 --invaild - end -end - -local function utf16codes(s, tobyte) - return function (_, n) - return utf16next(s, n, tobyte) - end, s, 1 -end - -local _utf8byte = utf8.codes "" -local function utf8byte(s, n) - local _, code = _utf8byte(s, n-1) - return code -end - ---[[ - U+0000.. U+007F 00..7F - U+0080.. U+07FF C2..DF 80..BF - U+0800.. U+0FFF E0 A0..BF 80..BF - U+1000.. U+CFFF E1..EC 80..BF 80..BF - U+D000.. U+D7FF ED 80..9F 80..BF - U+E000.. U+FFFF EE..EF 80..BF 80..BF - U+10000.. U+3FFFF F0 90..BF 80..BF 80..BF - U+40000.. U+FFFFF F1..F3 80..BF 80..BF 80..BF -U+100000..U+10FFFF F4 80..8F 80..BF 80..BF -]] -local function utf8next(s, n) - if n > #s then - return - end - if strmatch(s, "^[\0-\x7F]", n) then - return n+1, utf8byte(s, n) - elseif strmatch(s, "^[\xC2-\xDF][\x80-\xBF]", n) then - return n+2, utf8byte(s, n) - elseif strmatch(s, "^[\xE0][\xA0-\xBF][\x80-\xBF]", n) then - return n+3, utf8byte(s, n) - elseif strmatch(s, "^[\xE1-\xEC][\x80-\xBF][\x80-\xBF]", n) then - return n+3, utf8byte(s, n) - elseif strmatch(s, "^[\xED][\x80-\x9F][\x80-\xBF]", n) then - return n+3, utf8byte(s, n) - elseif strmatch(s, "^[\xEE-\xEF][\x80-\xBF][\x80-\xBF]", n) then - return n+3, utf8byte(s, n) - elseif strmatch(s, "^[\xF0][\x90-\xBF][\x80-\xBF][\x80-\xBF]", n) then - return n+4, utf8byte(s, n) - elseif strmatch(s, "^[\xF1-\xF3][\x80-\xBF][\x80-\xBF][\x80-\xBF]", n) then - return n+4, utf8byte(s, n) - elseif strmatch(s, "^[\xF4][\x80-\x8F][\x80-\xBF][\x80-\xBF]", n) then - return n+4, utf8byte(s, n) - else - return n+1 --invaild - end -end - -local function utf8codes(s) - return utf8next, s, 1 -end - -return function (what, replace) - local tobyte, tochar - if what == "be" then - tobyte = be_tobyte - tochar = be_tochar - else - tobyte = le_tobyte - tochar = le_tochar - end - local utf8replace = replace and utf8char(replace) - local utf16replace = replace and utf16char(tochar, replace) - local function toutf8(s) - local r = {} - for _, code in utf16codes(s, tobyte) do - if code == nil then - if replace then - r[#r+1] = utf8replace - else - error "invalid UTF-16 code" - end - else - r[#r+1] = utf8char(code) - end - end - return tconcat(r) - end - local function fromutf8(s) - local r = {} - for _, code in utf8codes(s) do - if code == nil then - if replace then - r[#r+1] = utf16replace - else - error "invalid UTF-8 code" - end - else - r[#r+1] = utf16char(tochar, code) - end - end - return tconcat(r) - end - return { - toutf8 = toutf8, - fromutf8 = fromutf8, - } -end diff --git a/script/file-uri.lua b/script/file-uri.lua deleted file mode 100644 index 8a075f7ed..000000000 --- a/script/file-uri.lua +++ /dev/null @@ -1,118 +0,0 @@ -local platform = require 'bee.platform' - ----@alias uri string - -local escPatt = '[^%w%-%.%_%~%/]' - -local function esc(c) - return ('%%%02X'):format(c:byte()) -end - -local function normalize(str) - return str:gsub('%%(%x%x)', function (n) - return string.char(tonumber(n, 16)) - end) -end - -local m = {} - --- c:\my\files --> file:///c%3A/my/files --- /usr/home --> file:///usr/home --- \\server\share\some\path --> file://server/share/some/path - ---- path -> uri ----@param path string ----@return uri uri -function m.encode(path) - local authority = '' - if platform.OS == 'Windows' then - path = path:gsub('\\', '/') - end - - if path:sub(1, 2) == '//' then - local idx = path:find('/', 3) - if idx then - authority = path:sub(3, idx) - path = path:sub(idx + 1) - if path == '' then - path = '/' - end - else - authority = path:sub(3) - path = '/' - end - end - - if path:sub(1, 1) ~= '/' then - path = '/' .. path - end - - --lower-case windows drive letters in /C:/fff or C:/fff - local start, finish, drive = path:find '/(%u):' - if drive and finish then - path = path:sub(1, start) .. drive:lower() .. path:sub(finish, -1) - end - - local uri = 'file://' - .. authority:gsub(escPatt, esc) - .. path:gsub(escPatt, esc) - return uri -end - --- file:///c%3A/my/files --> c:\my\files --- file:///usr/home --> /usr/home --- file://server/share/some/path --> \\server\share\some\path - ---- uri -> path ----@param uri uri ----@return string path -function m.decode(uri) - local scheme, authority, path = uri:match('([^:]*):?/?/?([^/]*)(.*)') - if not scheme then - return '' - end - scheme = normalize(scheme) - authority = normalize(authority) - path = normalize(path) - local value - if scheme == 'file' and #authority > 0 and #path > 1 then - value = '//' .. authority .. path - elseif path:match '/%a:' then - value = path:sub(2, 2):upper() .. path:sub(3) - else - value = path - end - if platform.OS == 'Windows' then - value = value:gsub('/', '\\') - end - return value -end - -function m.split(uri) - return uri:match('([^:]*):/?/?([^/]*)(.*)') -end - ----@param uri string ----@return boolean -function m.isValid(uri) - local scheme, authority, path = m.split(uri) - if not scheme or scheme == '' then - return false - end - if path == '' then - return false - end - if scheme ~= 'file' then - return false - end - return true -end - -function m.normalize(uri) - if not m.isValid(uri) then - return uri - end - return m.encode(m.decode(uri)) -end - -return m diff --git a/script/files.lua b/script/files.lua deleted file mode 100644 index 490ae5048..000000000 --- a/script/files.lua +++ /dev/null @@ -1,943 +0,0 @@ -local platform = require 'bee.platform' -local fs = require 'bee.filesystem' -local config = require 'config' -local glob = require 'glob' -local furi = require 'file-uri' -local parser = require 'parser' -local lang = require 'language' -local await = require 'await' -local timer = require 'timer' -local util = require 'utility' -local guide = require 'parser.guide' -local smerger = require 'string-merger' -local progress = require "progress" -local encoder = require 'encoder' -local scope = require 'workspace.scope' -local lazy = require 'lazytable' -local cacher = require 'lazy-cacher' -local sp = require 'bee.subprocess' -local pub = require 'pub' - ----@class file ----@field uri uri ----@field ref? integer ----@field trusted? boolean ----@field rows? integer[] ----@field originText? string ----@field text? string ----@field version? integer ----@field originLines? integer[] ----@field diffInfo? table[] ----@field cache? table ----@field id integer ----@field state? parser.state ----@field compileCount? integer ----@field words? table - ----@class files ----@field lazyCache? lazy-cacher -local m = {} - -m.watchList = {} -m.notifyCache = {} -m.assocVersion = -1 - -function m.reset() - m.openMap = {} - ---@type table - m.fileMap = {} - m.dllMap = {} - m.visible = {} - m.globalVersion = 0 - m.fileCount = 0 - ---@type table - m.stateMap = setmetatable({}, util.MODE_V) - ---@type table - m.stateTrace = setmetatable({}, util.MODE_K) -end - -m.reset() - -local fileID = util.counter() - -local uriMap = {} - ----@param path fs.path ----@return fs.path -local function getRealParent(path) - local parent = path:parent_path() - if parent:string():gsub('^%w+:', string.lower) - == path :string():gsub('^%w+:', string.lower) then - return path - end - local res = fs.fullpath(path) - return getRealParent(parent) / res:filename() -end - --- 获取文件的真实uri,但不穿透软链接 ----@param uri uri ----@return uri -function m.getRealUri(uri) - if platform.OS ~= 'Windows' then - return furi.normalize(uri) - end - if not furi.isValid(uri) then - return uri - end - local filename = furi.decode(uri) - -- normalize uri - uri = furi.encode(filename) - local path = fs.path(filename) - local suc, exists = pcall(fs.exists, path) - if not suc or not exists then - return uri - end - local suc, res = pcall(fs.canonical, path) - if not suc then - return uri - end - filename = res:string() - local ruri = furi.encode(filename) - if uri == ruri then - return ruri - end - local real = getRealParent(path:parent_path()) / res:filename() - ruri = furi.encode(real:string()) - if uri == ruri then - return ruri - end - if not uriMap[uri] then - uriMap[uri] = true - log.warn(('Fix real file uri: %s -> %s'):format(uri, ruri)) - end - return ruri -end - ---- 打开文件 ----@param uri uri -function m.open(uri) - m.openMap[uri] = { - cache = {}, - } - m.onWatch('open', uri) -end - ---- 关闭文件 ----@param uri uri -function m.close(uri) - m.openMap[uri] = nil - local file = m.fileMap[uri] - if file then - file.trusted = false - end - m.onWatch('close', uri) - if file then - if (file.ref or 0) <= 0 and not m.isOpen(uri) then - m.remove(uri) - end - end -end - ---- 是否打开 ----@param uri uri ----@return boolean -function m.isOpen(uri) - return m.openMap[uri] ~= nil -end - -function m.getOpenedCache(uri) - local data = m.openMap[uri] - if not data then - return nil - end - return data.cache -end - ---- 是否是库文件 -function m.isLibrary(uri, excludeFolder) - if excludeFolder then - for _, scp in ipairs(scope.folders) do - if scp:isChildUri(uri) then - return false - end - end - end - for _, scp in ipairs(scope.folders) do - if scp:isLinkedUri(uri) then - return true - end - end - if scope.fallback:isLinkedUri(uri) then - return true - end - return false -end - ---- 获取库文件的根目录 ----@return uri? -function m.getLibraryUri(suri, uri) - local scp = scope.getScope(suri) - return scp:getLinkedUri(uri) -end - ---- 是否存在 ----@return boolean -function m.exists(uri) - return m.fileMap[uri] ~= nil -end - ----@param file file ----@param text string ----@return string -local function pluginOnSetText(file, text) - local plugin = require 'plugin' - file.diffInfo = nil - local suc, result = plugin.dispatch('OnSetText', file.uri, text) - if not suc then - if DEVELOP and result then - util.saveFile(LOGPATH .. '/diffed.lua', tostring(result)) - end - return text - end - if type(result) == 'string' then - return result - elseif type(result) == 'table' then - local diffs - suc, result, diffs = xpcall(smerger.mergeDiff, log.error, text, result) - if suc then - file.diffInfo = diffs - file.originLines = parser.lines(text) - return result - else - if DEVELOP and result then - util.saveFile(LOGPATH .. '/diffed.lua', tostring(result)) - end - end - end - return text -end - ----@param file file -function m.removeState(file) - file.state = nil - m.stateMap[file.uri] = nil -end - ---- 设置文件文本 ----@param uri uri ----@param text? string ----@param isTrust? boolean ----@param callback? function -function m.setText(uri, text, isTrust, callback) - if not text then - return - end - if #text > 1024 * 1024 * 10 then - local client = require 'client' - client.showMessage('Warning', lang.script('WORKSPACE_SKIP_HUGE_FILE', uri)) - return - end - --log.debug('setText', uri) - local create - if not m.fileMap[uri] then - m.fileMap[uri] = { - uri = uri, - id = fileID(), - } - m.fileCount = m.fileCount + 1 - create = true - m._pairsCache = nil - end - local file = m.fileMap[uri] - if file.trusted and not isTrust then - return - end - if not isTrust then - local encoding = config.get(uri, 'Lua.runtime.fileEncoding') - text = encoder.decode(encoding, text) - end - if callback then - callback(file) - end - if file.originText == text then - return - end - local clock = os.clock() - local newText = pluginOnSetText(file, text) - m.removeState(file) - file.text = newText - file.trusted = isTrust - file.originText = text - file.rows = nil - file.words = nil - file.compileCount = 0 - file.cache = {} - m.globalVersion = m.globalVersion + 1 - m.onWatch('version', uri) - if create then - m.onWatch('create', uri) - m.onWatch('update', uri) - else - m.onWatch('update', uri) - end - if DEVELOP then - if text ~= newText then - util.saveFile(LOGPATH .. '/diffed.lua', newText) - end - end - log.trace('Set text:', uri, 'takes', os.clock() - clock, 'sec.') - - --if instance or TEST then - --else - -- await.call(function () - -- await.close('update:' .. uri) - -- await.setID('update:' .. uri) - -- await.sleep(0.1) - -- if m.exists(uri) then - -- m.onWatch('update', uri) - -- end - -- end) - --end -end - -function m.resetText(uri) - local file = m.fileMap[uri] - if not file then - return - end - local originText = file.originText - file.originText = nil - m.setText(uri, originText, file.trusted) -end - -function m.setRawText(uri, text) - if not text then - return - end - local file = m.fileMap[uri] - file.text = text - file.originText = text - m.removeState(file) -end - -function m.getCachedRows(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - return file.rows -end - -function m.setCachedRows(uri, rows) - local file = m.fileMap[uri] - if not file then - return - end - file.rows = rows -end - -function m.getWords(uri) - local file = m.fileMap[uri] - if not file then - return - end - if file.words then - return file.words - end - local words = {} - file.words = words - local text = file.text - if not text then - return - end - local mark = {} - for word in text:gmatch '([%a_][%w_]+)' do - if #word >= 3 and not mark[word] then - mark[word] = true - local head = word:sub(1, 2) - if not words[head] then - words[head] = {} - end - words[head][#words[head]+1] = word - end - end - return words -end - -function m.getWordsOfHead(uri, head) - local file = m.fileMap[uri] - if not file then - return nil - end - local words = m.getWords(uri) - if not words then - return nil - end - return words[head] -end - ---- 获取文件版本 -function m.getVersion(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - return file.version -end - ---- 获取文件文本 ----@param uri uri ----@return string? text -function m.getText(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - return file.text -end - ---- 获取文件原始文本 ----@param uri uri ----@return string? text -function m.getOriginText(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - return file.originText -end - ----@param uri uri ----@param text string -function m.setOriginText(uri, text) - local file = m.fileMap[uri] - if not file then - return - end - file.originText = text -end - ---- 获取文件原始行表 ----@param uri uri ----@return integer[] -function m.getOriginLines(uri) - local file = m.fileMap[uri] - assert(file, 'file not exists:' .. uri) - return file.originLines -end - -function m.getChildFiles(uri) - local results = {} - local uris = m.getAllUris(uri) - for _, curi in ipairs(uris) do - if #curi > #uri - and curi:sub(1, #uri) == uri - and curi:sub(#uri+1, #uri+1):match '[/\\]' then - results[#results+1] = curi - end - end - return results -end - -function m.addRef(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - file.ref = (file.ref or 0) + 1 - log.debug('add ref', uri, file.ref) - return function () - m.delRef(uri) - end -end - -function m.delRef(uri) - local file = m.fileMap[uri] - if not file then - return - end - file.ref = (file.ref or 0) - 1 - log.debug('del ref', uri, file.ref) - if file.ref <= 0 and not m.isOpen(uri) then - m.remove(uri) - end -end - ---- 移除文件 ----@param uri uri -function m.remove(uri) - local file = m.fileMap[uri] - if not file then - return - end - m.removeState(file) - m.fileMap[uri] = nil - m._pairsCache = nil - - m.fileCount = m.fileCount - 1 - m.globalVersion = m.globalVersion + 1 - - m.onWatch('version', uri) - m.onWatch('remove', uri) -end - ---- 获取一个包含所有文件uri的数组 ----@param suri? uri ----@return uri[] -function m.getAllUris(suri) - local scp = suri and scope.getScope(suri) or nil - local files = {} - local i = 0 - for uri in pairs(m.fileMap) do - if not scp - or scp:isChildUri(uri) - or scp:isLinkedUri(uri) then - i = i + 1 - files[i] = uri - end - end - table.sort(files) - return files -end - ---- 遍历文件 ----@param suri? uri -function m.eachFile(suri) - local files = m.getAllUris(suri) - local i = 0 - return function () - i = i + 1 - local uri = files[i] - while not m.fileMap[uri] do - i = i + 1 - uri = files[i] - if not uri then - return nil - end - end - return files[i] - end -end - ---- Pairs dll files -function m.eachDll() - local map = {} - for uri, file in pairs(m.dllMap) do - map[uri] = file - end - return pairs(map) -end - -function m.getLazyCache() - if not m.lazyCache then - local cachePath = string.format('%s/cache/%d' - , LOGPATH - , sp.get_id() - ) - m.lazyCache = cacher(cachePath, log.error) - end - return m.lazyCache -end - ----@param state parser.state ----@param file file -function m.compileStateThen(state, file) - m.stateTrace[state] = true - m.stateMap[file.uri] = state - state.uri = file.uri - state.lua = file.text - state.ast.uri = file.uri - state.diffInfo = file.diffInfo - state.originLines = file.originLines - state.originText = file.originText - - local clock = os.clock() - parser.luadoc(state) - local passed = os.clock() - clock - if passed > 0.1 then - log.warn(('Parse LuaDoc of [%s] takes [%.3f] sec, size [%.3f] kb.'):format(file.uri, passed, #file.text / 1000)) - end - - if LAZY and not file.trusted then - local cache = m.getLazyCache() - local id = ('%d'):format(file.id) - clock = os.clock() - state = lazy.build(state, cache:writterAndReader(id)):entry() - passed = os.clock() - clock - if passed > 0.1 then - log.warn(('Convert lazy-table for [%s] takes [%.3f] sec, size [%.3f] kb.'):format(file.uri, passed, #file.text / 1000)) - end - end - - file.compileCount = file.compileCount + 1 - if file.compileCount >= 3 then - file.state = state - log.debug('State persistence:', file.uri) - end - - m.onWatch('compile', file.uri) -end - ----@param uri uri ----@return boolean -function m.checkPreload(uri) - local file = m.fileMap[uri] - if not file then - return false - end - local ws = require 'workspace' - local client = require 'client' - if not m.isOpen(uri) - and not m.isLibrary(uri) - and #file.text >= config.get(uri, 'Lua.workspace.preloadFileSize') * 1000 then - if not m.notifyCache['preloadFileSize'] then - m.notifyCache['preloadFileSize'] = {} - m.notifyCache['skipLargeFileCount'] = 0 - end - if not m.notifyCache['preloadFileSize'][uri] then - m.notifyCache['preloadFileSize'][uri] = true - m.notifyCache['skipLargeFileCount'] = m.notifyCache['skipLargeFileCount'] + 1 - local message = lang.script('WORKSPACE_SKIP_LARGE_FILE' - , ws.getRelativePath(uri) - , config.get(uri, 'Lua.workspace.preloadFileSize') - , #file.text / 1000 - ) - if m.notifyCache['skipLargeFileCount'] <= 1 then - client.showMessage('Info', message) - else - client.logMessage('Info', message) - end - end - return false - end - return true -end - ----@param uri uri ----@param callback fun(state: parser.state?) -function m.compileStateAsync(uri, callback) - local file = m.fileMap[uri] - if not file then - callback(nil) - return - end - if m.stateMap[uri] then - callback(m.stateMap[uri]) - return - end - - ---@type brave.param.compile.options - local options = { - special = config.get(uri, 'Lua.runtime.special'), - unicodeName = config.get(uri, 'Lua.runtime.unicodeName'), - nonstandardSymbol = util.arrayToHash(config.get(uri, 'Lua.runtime.nonstandardSymbol')), - } - - ---@type brave.param.compile - local params = { - uri = uri, - text = file.text, - mode = 'Lua', - version = config.get(uri, 'Lua.runtime.version'), - options = options - } - pub.task('compile', params, function (result) - if file.text ~= params.text then - return - end - if not result.state then - log.error('Compile failed:', uri, result.err) - callback(nil) - return - end - m.compileStateThen(result.state, file) - callback(result.state) - end) -end - ----@param uri uri ----@return parser.state? -function m.compileState(uri) - local file = m.fileMap[uri] - if not file then - return - end - if m.stateMap[uri] then - return m.stateMap[uri] - end - if not m.checkPreload(uri) then - return - end - - ---@type brave.param.compile.options - local options = { - special = config.get(uri, 'Lua.runtime.special'), - unicodeName = config.get(uri, 'Lua.runtime.unicodeName'), - nonstandardSymbol = util.arrayToHash(config.get(uri, 'Lua.runtime.nonstandardSymbol')), - } - - local ws = require 'workspace' - local client = require 'client' - if not client.isReady() then - log.error('Client not ready!', uri) - end - local prog = progress.create(uri, lang.script.WINDOW_COMPILING, 0.5) - prog:setMessage(ws.getRelativePath(uri)) - log.trace('Compile State:', uri) - local clock = os.clock() - local state, err = parser.compile(file.text - , 'Lua' - , config.get(uri, 'Lua.runtime.version') - , options - ) - local passed = os.clock() - clock - if passed > 0.1 then - log.warn(('Compile [%s] takes [%.3f] sec, size [%.3f] kb.'):format(uri, passed, #file.text / 1000)) - end - - if not state then - log.error('Compile failed:', uri, err) - return nil - end - - m.compileStateThen(state, file) - - return state -end - ----@class parser.state ----@field diffInfo? table[] ----@field originLines? integer[] ----@field originText? string ----@field lua? string - ---- 获取文件语法树 ----@param uri uri ----@return parser.state? state -function m.getState(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - local state = m.compileState(uri) - return state -end - ----@param uri uri ----@return parser.state? -function m.getLastState(uri) - return m.stateMap[uri] -end - -function m.getFile(uri) - return m.fileMap[uri] - or m.dllMap[uri] -end - ----@param text string -local function isNameChar(text) - if text:match '^[\xC2-\xFD][\x80-\xBF]*$' then - return true - end - if text:match '^[%w_]+$' then - return true - end - return false -end - ---- 将应用差异前的offset转换为应用差异后的offset ----@param state parser.state ----@param offset integer ----@return integer start ----@return integer finish -function m.diffedOffset(state, offset) - if not state.diffInfo then - return offset, offset - end - return smerger.getOffset(state.diffInfo, offset) -end - ---- 将应用差异后的offset转换为应用差异前的offset ----@param state parser.state ----@param offset integer ----@return integer start ----@return integer finish -function m.diffedOffsetBack(state, offset) - if not state.diffInfo then - return offset, offset - end - return smerger.getOffsetBack(state.diffInfo, offset) -end - ----@param state parser.state -function m.hasDiffed(state) - return state.diffInfo ~= nil -end - ---- 获取文件的自定义缓存信息(在文件内容更新后自动失效) -function m.getCache(uri) - local file = m.fileMap[uri] - if not file then - return nil - end - return file.cache -end - ---- 获取文件关联 -function m.getAssoc(uri) - local patt = {} - for k, v in pairs(config.get(uri, 'files.associations')) do - if v == 'lua' then - patt[#patt+1] = k - end - end - m.assocMatcher = glob.glob(patt) - return m.assocMatcher -end - ---- 判断是否是Lua文件 ----@param uri uri ----@return boolean -function m.isLua(uri) - if util.stringEndWith(uri:lower(), '.lua') then - return true - end - -- check customed assoc, e.g. `*.lua.txt = *.lua` - local matcher = m.getAssoc(uri) - local path = furi.decode(uri) - return matcher(path) -end - ---- Does the uri look like a `Dynamic link library` ? ----@param uri uri ----@return boolean -function m.isDll(uri) - local ext = uri:match '%.([^%.%/%\\]+)$' - if not ext then - return false - end - if platform.OS == 'Windows' then - if ext == 'dll' then - return true - end - else - if ext == 'so' then - return true - end - end - return false -end - ---- Save dll, makes opens and words, discard content ----@param uri uri ----@param content string -function m.saveDll(uri, content) - if not content then - return - end - local file = { - uri = uri, - opens = {}, - words = {}, - } - for word in content:gmatch 'luaopen_([%w_]+)' do - file.opens[#file.opens+1] = word:gsub('_', '.') - end - if #file.opens == 0 then - return - end - local mark = {} - for word in content:gmatch '(%a[%w_]+)\0' do - if word:sub(1, 3) ~= 'lua' then - if not mark[word] then - mark[word] = true - file.words[#file.words+1] = word - end - end - end - - m.dllMap[uri] = file - m.onWatch('dll', uri) -end - ---- ----@param uri uri ----@return string[]|nil -function m.getDllOpens(uri) - local file = m.dllMap[uri] - if not file then - return nil - end - return file.opens -end - ---- ----@param uri uri ----@return string[]|nil -function m.getDllWords(uri) - local file = m.dllMap[uri] - if not file then - return nil - end - return file.words -end - ----@return integer -function m.countStates() - local n = 0 - for _ in pairs(m.stateTrace) do - n = n + 1 - end - return n -end - ----@param path string ----@return string -function m.normalize(path) - path = path:gsub('%$%{(.-)%}', function (key) - if key == '3rd' then - return (ROOT / 'meta' / '3rd'):string() - end - if key:sub(1, 4) == 'env:' then - local env = os.getenv(key:sub(5)) - return env - end - end) - path = util.expandPath(path) - path = path:gsub('^%.[/\\]+', '') - for _ = 1, 1000 do - if path:sub(1, 2) == '..' then - break - end - local count - path, count = path:gsub('[^/\\]+[/\\]+%.%.[/\\]', '/', 1) - if count == 0 then - break - end - end - if platform.OS == 'Windows' then - path = path:gsub('[/\\]+', '\\') - :gsub('[/\\]+$', '') - :gsub('^(%a:)$', '%1\\') - else - path = path:gsub('[/\\]+', '/') - :gsub('[/\\]+$', '') - end - return path -end - ---- 注册事件 ----@param callback async fun(ev: string, uri: uri) -function m.watch(callback) - m.watchList[#m.watchList+1] = callback -end - -function m.onWatch(ev, uri) - for _, callback in ipairs(m.watchList) do - await.call(function () - callback(ev, uri) - end) - end -end - -return m diff --git a/script/filewatch.lua b/script/filewatch.lua deleted file mode 100644 index a8fa925f7..000000000 --- a/script/filewatch.lua +++ /dev/null @@ -1,128 +0,0 @@ -local fw = require 'bee.filewatch' -local fs = require 'bee.filesystem' -local plat = require 'bee.platform' -local await = require 'await' -local files = require 'files' - -local MODIFY = 1 << 0 -local RENAME = 1 << 1 - -local function isExists(filename) - local path = fs.path(filename) - local suc, exists = pcall(fs.exists, path) - if not suc or not exists then - return false - end - if plat.OS ~= 'Windows' then - return true - end - local suc, res = pcall(fs.fullpath, path) - if not suc then - return false - end - if res :string():gsub('^%w+:', string.lower) - ~= path:string():gsub('^%w+:', string.lower) then - return false - end - return true -end - ----@class filewatch -local m = {} - -m._eventList = {} -m._watchings = {} - ----@async ----@param path string ----@param recursive boolean ----@param filter? fun(path: string):boolean -function m.watch(path, recursive, filter) - if path == '' or not fs.is_directory(fs.path(path)) then - return function () end - end - if m._watchings[path] then - m._watchings[path].count = m._watchings[path].count + 1 - else - local watch = fw.create() - if recursive then - watch:set_recursive(true) - watch:set_follow_symlinks(true) - watch:set_filter(filter) - end - log.debug('Watch add:', path) - watch:add(path) - m._watchings[path] = { - count = 1, - watch = watch, - } - log.debug('fw.add', path) - end - local removed - return function () - if removed then - return - end - removed = true - m._watchings[path].count = m._watchings[path].count - 1 - if m._watchings[path].count == 0 then - m._watchings[path] = nil - log.debug('fw.remove', path) - end - end -end - ----@param callback async fun(ev: string, path: string) -function m.event(callback) - m._eventList[#m._eventList+1] = callback -end - -function m._callEvent(ev, path) - for _, callback in ipairs(m._eventList) do - await.call(function () - callback(ev, path) - end) - end -end - -function m.update() - local collect - for _, watching in pairs(m._watchings) do - local watch = watching.watch - for _ = 1, 10000 do - local ev, path = watch:select() - if not ev then - break - end - path = files.normalize(path) - log.debug('filewatch:', ev, path) - if not collect then - collect = {} - end - if ev == 'modify' then - collect[path] = (collect[path] or 0) | MODIFY - elseif ev == 'rename' then - collect[path] = (collect[path] or 0) | RENAME - end - end - end - - if not collect or not next(collect) then - return - end - - for path, flag in pairs(collect) do - if flag & RENAME ~= 0 then - if isExists(path) then - m._callEvent('create', path) - else - m._callEvent('delete', path) - end - elseif flag & MODIFY ~= 0 then - m._callEvent('change', path) - end - end - -end - -return m diff --git a/script/fs-utility.lua b/script/fs-utility.lua deleted file mode 100644 index 9a45b1cc6..000000000 --- a/script/fs-utility.lua +++ /dev/null @@ -1,663 +0,0 @@ -local fs = require 'bee.filesystem' -local platform = require 'bee.platform' - -local type = type -local ioOpen = io.open -local pcall = pcall -local pairs = pairs -local setmetatable = setmetatable -local next = next -local ipairs = ipairs -local tostring = tostring -local tableSort = table.sort - -_ENV = nil - ----@class fs-utility -local m = {} ---- 读取文件 ----@param path string|fs.path -function m.loadFile(path, keepBom) - if type(path) ~= 'string' then - ---@diagnostic disable-next-line: undefined-field - path = path:string() - end - local f, e = ioOpen(path, 'rb') - if not f then - return nil, e - end - local text = f:read 'a' - f:close() - if not keepBom then - if text:sub(1, 3) == '\xEF\xBB\xBF' then - return text:sub(4) - end - if text:sub(1, 2) == '\xFF\xFE' - or text:sub(1, 2) == '\xFE\xFF' then - return text:sub(3) - end - end - return text -end - ---- 写入文件 ----@param path any ----@param content string -function m.saveFile(path, content) - if type(path) ~= 'string' then - ---@diagnostic disable-next-line: undefined-field - path = path:string() - end - local f, e = ioOpen(path, "wb") - - if f then - f:write(content) - f:close() - return true - else - return false, e - end -end - -function m.relative(path, base) - local sPath = fs.absolute(path):string() - local sBase = fs.absolute(base):string() - --TODO 先只支持最简单的情况 - if sPath:sub(1, #sBase) == sBase - and sPath:sub(#sBase + 1, #sBase + 1):match '^[/\\]' then - return fs.path(sPath:sub(#sBase + 1):gsub('^[/\\]+', '')) - end - return nil -end - -local function buildOption(option) - option = option or {} - option.add = option.add or {} - option.del = option.del or {} - option.mod = option.mod or {} - option.err = option.err or {} - return option -end - -local function split(str, sep) - local t = {} - local current = 1 - while current <= #str do - local s, e = str:find(sep, current) - if not s then - t[#t+1] = str:sub(current) - break - end - if s > 1 then - t[#t+1] = str:sub(current, s - 1) - end - current = e + 1 - end - return t -end - ----@class dummyfs ----@operator div(string|fs.path|dummyfs): dummyfs ----@field files table -local dfs = {} -dfs.__index = dfs -dfs.type = 'dummy' -dfs.path = '' - ----@return dummyfs -function m.dummyFS(t) - return setmetatable({ - files = t or {}, - }, dfs) -end - -function dfs:__tostring() - return 'dummy:' .. tostring(self.path) -end - -function dfs:__div(filename) - if type(filename) ~= 'string' then - filename = filename:string() - end - local new = m.dummyFS(self.files) - if self.path:sub(-1):match '[^/\\]' then - new.path = self.path .. '\\' .. filename - else - new.path = self.path .. filename - end - return new -end - -function dfs:_open(index) - local paths = split(self.path, '[/\\]') - local current = self.files - if not index then - index = #paths - elseif index < 0 then - index = #paths + index + 1 - end - for i = 1, index do - local path = paths[i] - if current[path] then - current = current[path] - else - return nil - end - end - return current -end - -function dfs:_filename() - return self.path:match '[^/\\]+$' -end - -function dfs:parent_path() - local new = m.dummyFS(self.files) - if self.path:find('[/\\]') then - new.path = self.path:gsub('[/\\]+[^/\\]*$', '') - else - new.path = '' - end - return new -end - -function dfs:filename() - local new = m.dummyFS(self.files) - new.path = self:_filename() - return new -end - -function dfs:string() - return self.path -end - ----@return fun(): dummyfs? -function dfs:listDirectory() - local dir = self:_open() - if type(dir) ~= 'table' then - return function () end - end - local keys = {} - for k in pairs(dir) do - keys[#keys+1] = k - end - tableSort(keys) - local i = 0 - return function () - i = i + 1 - local k = keys[i] - if not k then - return nil - end - return self / k - end -end - -function dfs:isDirectory() - local target = self:_open() - if type(target) == 'table' then - return true - end - return false -end - -function dfs:remove() - local dir = self:_open(-2) - local filename = self:_filename() - if not filename then - return - end - dir[filename] = nil -end - -function dfs:exists() - local target = self:_open() - return target ~= nil -end - -function dfs:createDirectories(path) - if not path then - return false - end - if type(path) ~= 'string' then - path = path:string() - end - local paths = split(path, '[/\\]+') - local current = self.files - for i = 1, #paths do - local sub = paths[i] - if current[sub] then - if type(current[sub]) ~= 'table' then - return false - end - else - current[sub] = {} - end - current = current[sub] - end - return true -end - -function dfs:saveFile(path, text) - if not path then - return false, 'no path' - end - if type(path) ~= 'string' then - path = path:string() - end - local temp = m.dummyFS(self.files) - temp.path = path - local dir = temp:_open(-2) - if not dir then - return false, '无法打开:' .. path - end - local filename = temp:_filename() - if not filename then - return false, '无法打开:' .. path - end - if type(dir[filename]) == 'table' then - return false, '无法打开:' .. path - end - dir[filename] = text - return true -end - ----@param path string|fs.path|dummyfs ----@param option table ----@return fs.path|dummyfs? -local function fsAbsolute(path, option) - if type(path) == 'string' then - local suc, res = pcall(fs.path, path) - if not suc then - option.err[#option.err+1] = res - return nil - end - path = res - elseif type(path) == 'table' then - return path - end - local suc, res = pcall(fs.absolute, path) - if not suc then - option.err[#option.err+1] = res - return nil - end - return res -end - -local function fsIsDirectory(path, option) - if not path then - return false - end - if path.type == 'dummy' then - return path:isDirectory() - end - local status = fs.symlink_status(path):type() - return status == 'directory' -end - ----@param path fs.path|dummyfs|nil ----@param option table ----@return fun(): fs.path|dummyfs|nil -local function fsPairs(path, option) - if not path then - return function () end - end - if path.type == 'dummy' then - return path:listDirectory() - end - local suc, res = pcall(fs.pairs, path) - if not suc then - option.err[#option.err+1] = res - return function () end - end - return res -end - -local function fsRemove(path, option) - if not path then - return false - end - if path.type == 'dummy' then - return path:remove() - end - local suc, res = pcall(fs.remove, path) - if not suc then - option.err[#option.err+1] = res - end - option.del[#option.del+1] = path:string() -end - -local function fsExists(path, option) - if not path then - return false - end - if path.type == 'dummy' then - return path:exists() - end - local suc, res = pcall(fs.exists, path) - if not suc then - option.err[#option.err+1] = res - return false - end - return res -end - -local function fsSave(path, text, option) - if not path then - return false - end - if path.type == 'dummy' then - local dir = path:_open(-2) - if not dir then - option.err[#option.err+1] = '无法打开:' .. path:string() - return false - end - local filename = path:_filename() - if not filename then - option.err[#option.err+1] = '无法打开:' .. path:string() - return false - end - if type(dir[filename]) == 'table' then - option.err[#option.err+1] = '无法打开:' .. path:string() - return false - end - dir[filename] = text - else - local suc, err = m.saveFile(path, text) - if suc then - return true - end - option.err[#option.err+1] = err - return false - end -end - -local function fsLoad(path, option) - if not path then - return nil - end - if path.type == 'dummy' then - local text = path:_open() - if type(text) == 'string' then - return text - else - option.err[#option.err+1] = '无法打开:' .. path:string() - return nil - end - else - local text, err = m.loadFile(path) - if text then - return text - else - option.err[#option.err+1] = err - return nil - end - end -end - -local function fsCopy(source, target, option) - if not source or not target then - return - end - if source.type == 'dummy' then - local sourceText = source:_open() - if not sourceText then - option.err[#option.err+1] = '无法打开:' .. source:string() - return false - end - return fsSave(target, sourceText, option) - else - if target.type == 'dummy' then - local sourceText, err = m.loadFile(source) - if not sourceText then - option.err[#option.err+1] = err - return false - end - return fsSave(target, sourceText, option) - else - local suc, res = pcall(fs.copy_file, source, target, fs.copy_options.overwrite_existing) - if not suc then - option.err[#option.err+1] = res - return false - end - end - end - return true -end - ----@param path dummyfs|fs.path ----@param option table -local function fsCreateDirectories(path, option) - if not path then - return - end - if path.type == 'dummy' then - return path:createDirectories() - end - local suc, res = pcall(fs.create_directories, path) - if not suc then - option.err[#option.err+1] = res - return false - end - return true -end - -local function fileRemove(path, option) - if not path then - return - end - if option.onRemove and option.onRemove(path) == false then - return - end - if fsIsDirectory(path, option) then - for child in fsPairs(path, option) do - fileRemove(child, option) - end - end - if fsRemove(path, option) then - option.del[#option.del+1] = path:string() - end -end - ----@param source fs.path|dummyfs? ----@param target fs.path|dummyfs? ----@param option table -local function fileCopy(source, target, option) - if not source or not target then - return - end - local isDir1 = fsIsDirectory(source, option) - local isDir2 = fsIsDirectory(target, option) - local isExists = fsExists(target, option) - if isDir1 then - if isDir2 or fsCreateDirectories(target, option) then - for filePath in fsPairs(source, option) do - local name = filePath:filename():string() - fileCopy(filePath, target / name, option) - end - end - else - if isExists and not isDir2 then - local buf1 = fsLoad(source, option) - local buf2 = fsLoad(target, option) - if buf1 and buf2 then - if buf1 ~= buf2 then - if fsCopy(source, target, option) then - option.mod[#option.mod+1] = target:string() - end - end - end - else - if fsCopy(source, target, option) then - option.add[#option.add+1] = target:string() - end - end - end -end - ----@param source fs.path|dummyfs? ----@param target fs.path|dummyfs? ----@param option table -local function fileSync(source, target, option) - if not source or not target then - return - end - local isDir1 = fsIsDirectory(source, option) - local isDir2 = fsIsDirectory(target, option) - local isExists = fsExists(target, option) - if isDir1 then - if isDir2 then - local fileList = m.fileList() - if type(target) == 'table' then - ---@cast target dummyfs - for filePath in target:listDirectory() do - fileList[filePath] = true - end - else - ---@cast target fs.path - for filePath in fs.pairs(target) do - fileList[filePath] = true - end - end - for filePath in fsPairs(source, option) do - local name = filePath:filename():string() - local targetPath = target / name - fileSync(filePath, targetPath, option) - fileList[targetPath] = nil - end - for path in pairs(fileList) do - fileRemove(path, option) - end - else - if isExists then - fileRemove(target, option) - end - if fsCreateDirectories(target, option) then - for filePath in fsPairs(source, option) do - local name = filePath:filename():string() - fileCopy(filePath, target / name, option) - end - end - end - else - if isDir2 then - fileRemove(target, option) - end - if isExists then - local buf1 = fsLoad(source, option) - local buf2 = fsLoad(target, option) - if buf1 and buf2 then - if buf1 ~= buf2 then - if fsCopy(source, target, option) then - option.mod[#option.mod+1] = target:string() - end - end - end - else - if fsCopy(source, target, option) then - option.add[#option.add+1] = target:string() - end - end - end -end - ---- 文件列表 -function m.fileList(option) - option = option or buildOption(option) - local os = platform.OS - local keyMap = {} - local fileList = {} - local function computeKey(path) - path = fsAbsolute(path, option) - if not path then - return nil - end - return path:string() - end - return setmetatable({}, { - __index = function (_, path) - local key = computeKey(path) - return fileList[key] - end, - __newindex = function (_, path, value) - local key = computeKey(path) - if not key then - return - end - if value == nil then - keyMap[key] = nil - else - keyMap[key] = path - fileList[key] = value - end - end, - __pairs = function () - local key, path - return function () - key, path = next(keyMap, key) - return path, fileList[key] - end - end, - }) -end - ---- 删除文件(夹) -function m.fileRemove(path, option) - option = buildOption(option) - path = fsAbsolute(path, option) - - fileRemove(path, option) - - return option -end - ---- 复制文件(夹) ----@param source string|fs.path|dummyfs ----@param target string|fs.path|dummyfs ----@return table -function m.fileCopy(source, target, option) - option = buildOption(option) - local fsSource = fsAbsolute(source, option) - local fsTarget = fsAbsolute(target, option) - - fileCopy(fsSource, fsTarget, option) - - return option -end - ---- 同步文件(夹) ----@param source string|fs.path|dummyfs ----@param target string|fs.path|dummyfs ----@return table -function m.fileSync(source, target, option) - option = buildOption(option) - local fsSource = fsAbsolute(source, option) - local fsTarget = fsAbsolute(target, option) - - fileSync(fsSource, fsTarget, option) - - return option -end - ----@param dir fs.path ----@param callback fun(fullPath: fs.path) -function m.scanDirectory(dir, callback) - for fullpath in fs.pairs(dir) do - local status = fs.symlink_status(fullpath):type() - if status == 'directory' then - m.scanDirectory(fullpath, callback) - elseif status == 'regular' then - callback(fullpath) - end - end -end - -function m.listDirectory(dir) - if dir.type == 'dummy' then - return dir:listDirectory() - else - return fs.pairs(dir) - end -end - -return m diff --git a/script/gc.lua b/script/gc.lua deleted file mode 100644 index ff22195e9..000000000 --- a/script/gc.lua +++ /dev/null @@ -1,120 +0,0 @@ -local util = require 'utility' - ----@class gc ----@field _list table -local mt = {} -mt.__index = mt -mt.type = 'gc' -mt._removed = false - -mt._max = 10 - -local function destroyGCObject(obj) - local tp = type(obj) - if tp == 'function' then - xpcall(obj, log.error) - elseif tp == 'table' then - local remove = obj.remove - if type(remove) == 'function' then - xpcall(remove, log.error, obj) - end - end -end - -local function isRemoved(obj) - local tp = type(obj) - if tp == 'function' then - for i = 1, 1000 do - local n, v = debug.getupvalue(obj, i) - if not n then - if i > 1 then - log.warn('函数式析构器没有 removed 上值!', util.dump(debug.getinfo(obj))) - end - break - end - if n == 'removed' then - if v then - return true - end - break - end - end - elseif tp == 'table' then - if obj._removed then - return true - end - end - return false -end - -local function zip(self) - local list = self._list - local index = 1 - for i = 1, #list do - local obj = list[index] - if not obj then - break - end - if isRemoved(obj) then - if index == #list then - list[#list] = nil - break - end - list[index] = list[#list] - else - index = index + 1 - end - end - self._max = #list * 1.5 - if self._max < 10 then - self._max = 10 - end -end - -function mt:remove() - if self._removed then - return - end - self._removed = true - local list = self._list - for i = 1, #list do - destroyGCObject(list[i]) - end -end - ---- 标记`obj`在buff移除时自动移除。如果`obj`是个`function`, ---- 则直接调用;如果`obj`是个`table`,则调用内部的`remove`方法。 ---- 其他情况不做处理 ----@param obj any ----@return any -function mt:add(obj) - if self._removed then - destroyGCObject(obj) - return nil - end - self._list[#self._list+1] = obj - if #self._list > self._max then - zip(self) - end - return obj -end - ---- 创建一个gc容器,使用 `gc:add(obj)` 将析构器放入gc容器。 ---- ---- 当gc容器被销毁时,会调用内部的析构器(不保证调用顺序) ---- ---- 析构器必须是以下格式中的一种: ---- 1. 一个对象,使用 `obj:remove()` 方法来析构,使用 `obj._removed` 属性来标记已被析构。 ---- 2. 一个析构函数,使用上值 `removed` 来标记已被析构。 ---- ---- ```lua ---- local gc = ac.gc() -- 创建gc容器 ---- gc:add(obj1) -- 将obj1放入gc容器 ---- gc:add(obj2) -- 将obj2放入gc容器 ---- gc:remove() -- 移除gc容器,同时也会移除obj1与obj2 ---- ``` -return function () - return setmetatable({ - _list = {}, - }, mt) -end diff --git a/script/glob/gitignore.lua b/script/glob/gitignore.lua deleted file mode 100644 index fef0a0d74..000000000 --- a/script/glob/gitignore.lua +++ /dev/null @@ -1,251 +0,0 @@ -local m = require 'lpeglabel' -local matcher = require 'glob.matcher' - -local function prop(name, pat) - return m.Cg(m.Cc(true), name) * pat -end - -local function object(type, pat) - return m.Ct( - m.Cg(m.Cc(type), 'type') * - m.Cg(pat, 'value') - ) -end - -local function expect(p, err) - return p + m.T(err) -end - -local parser = m.P { - 'Main', - ['Sp'] = m.S(' \t')^0, - ['Slash'] = m.S('/')^1, - ['Main'] = m.Ct(m.V'Sp' * m.P'{' * m.V'Pattern' * (',' * expect(m.V'Pattern', 'Miss exp after ","'))^0 * m.P'}') - + m.Ct(m.V'Pattern') - + m.T'Main Failed' - , - ['Pattern'] = m.Ct(m.V'Sp' * prop('neg', m.P'!') * expect(m.V'Unit', 'Miss exp after "!"')) - + m.Ct(m.V'Unit') - , - ['NeedRoot'] = prop('root', (m.P'.' * m.V'Slash' + m.V'Slash')), - ['Unit'] = m.V'Sp' * m.V'NeedRoot'^-1 * expect(m.V'Exp', 'Miss exp') * m.V'Sp', - ['Exp'] = m.V'Sp' * (m.V'FSymbol' + object('/', m.V'Slash') + m.V'Word')^0 * m.V'Sp', - ['Word'] = object('word', m.Ct((m.V'CSymbol' + m.V'Char' - m.V'FSymbol')^1)), - ['CSymbol'] = object('*', m.P'*') - + object('?', m.P'?') - + object('[]', m.V'Range') - , - ['SimpleChar'] = m.P(1) - m.S',{}[]*?/', - ['EscChar'] = m.P'\\' / '' * m.P(1), - ['Char'] = object('char', m.Cs((m.V'EscChar' + m.V'SimpleChar')^1)), - ['FSymbol'] = object('**', m.P'**'), - ['Range'] = m.P'[' * m.Ct(m.V'RangeUnit'^0) * m.P']'^-1, - ['RangeUnit'] = m.Ct(- m.P']' * m.C(m.P(1)) * (m.P'-' * - m.P']' * m.C(m.P(1)))^-1), -} - ----@class gitignore ----@field pattern string[] ----@field options table ----@field errors table[] ----@field matcher table ----@field interface function[] ----@field data table -local mt = {} -mt.__index = mt -mt.__name = 'gitignore' - -function mt:addPattern(pat) - if type(pat) ~= 'string' then - return - end - self.pattern[#self.pattern+1] = pat - if self.options.ignoreCase then - pat = pat:lower() - end - local states, err = parser:match(pat) - if not states then - self.errors[#self.errors+1] = { - pattern = pat, - message = err - } - return - end - for _, state in ipairs(states) do - self.matcher[#self.matcher+1] = matcher(state) - end -end - -function mt:setOption(op, val) - if val == nil then - val = true - end - self.options[op] = val -end - ----@param key string | "'type'" | "'list'" ----@param func function | "function (path) end" -function mt:setInterface(key, func) - if type(func) ~= 'function' then - return - end - self.interface[key] = func -end - -function mt:callInterface(name, params) - local func = self.interface[name] - return func(params, self.data) -end - -function mt:hasInterface(name) - return self.interface[name] ~= nil -end - -function mt:checkDirectory(catch, path, matcher) - if not self:hasInterface 'type' then - return true - end - if not matcher:isNeedDirectory() then - return true - end - if #catch < #path then - -- if path is 'a/b/c' and catch is 'a/b' - -- then the catch must be a directory - return true - else - return self:callInterface('type', path) == 'directory' - end -end - -function mt:simpleMatch(path) - path = self:getRelativePath(path) - for i = #self.matcher, 1, -1 do - local matcher = self.matcher[i] - local catch = matcher(path) - if catch and self:checkDirectory(catch, path, matcher) then - if matcher:isNegative() then - return false - else - return true - end - end - end - return nil -end - -function mt:finishMatch(path) - local paths = {} - for filename in path:gmatch '[^/\\]+' do - paths[#paths+1] = filename - end - for i = 1, #paths do - local newPath = table.concat(paths, '/', 1, i) - local passed = self:simpleMatch(newPath) - if passed == true then - return true - elseif passed == false then - return false - end - end - return false -end - -function mt:getRelativePath(path) - local root = self.options.root or '' - if self.options.ignoreCase then - path = path:lower() - root = root:lower() - end - path = path:gsub('^[/\\]+', ''):gsub('[/\\]+', '/') - root = root:gsub('^[/\\]+', ''):gsub('[/\\]+', '/') - if path:sub(1, #root) == root then - path = path:sub(#root + 1) - path = path:gsub('^[/\\]+', '') - end - return path -end - ----@param callback async fun(path: string) ----@param hook? async fun(ev: string, ...) ----@async -function mt:scan(path, callback, hook) - local files = {} - local list = {} - - ---@async - local function check(current) - local fileType = self:callInterface('type', current) - if fileType == 'file' then - if callback then - callback(current) - end - files[#files+1] = current - elseif fileType == 'directory' then - local result = self:callInterface('list', current) - if type(result) == 'table' then - for _, path in ipairs(result) do - local filename = path:match '([^/\\]+)[/\\]*$' - if filename - and filename ~= '.' - and filename ~= '..' then - list[#list+1] = path - end - end - end - end - end - if not self:simpleMatch(path) then - check(path) - end - while #list > 0 do - local current = list[#list] - if not current then - break - end - list[#list] = nil - if hook then - hook('scan', current) - end - if not self:simpleMatch(current) then - check(current) - end - end - return files -end - -function mt:__call(path) - path = self:getRelativePath(path) - return self:finishMatch(path) -end - -return function (pattern, options, interface) - local self = setmetatable({ - pattern = {}, - options = {}, - matcher = {}, - errors = {}, - interface = {}, - data = {}, - }, mt) - - if type(options) == 'table' then - for op, val in pairs(options) do - self:setOption(op, val) - end - end - - if type(pattern) == 'table' then - for _, pat in ipairs(pattern) do - self:addPattern(pat) - end - else - self:addPattern(pattern) - end - - if type(interface) == 'table' then - for key, func in pairs(interface) do - self:setInterface(key, func) - end - end - - return self -end diff --git a/script/glob/glob.lua b/script/glob/glob.lua deleted file mode 100644 index 59fa83a84..000000000 --- a/script/glob/glob.lua +++ /dev/null @@ -1,125 +0,0 @@ -local m = require 'lpeglabel' -local matcher = require 'glob.matcher' - -local function prop(name, pat) - return m.Cg(m.Cc(true), name) * pat -end - -local function object(type, pat) - return m.Ct( - m.Cg(m.Cc(type), 'type') * - m.Cg(pat, 'value') - ) -end - -local function expect(p, err) - return p + m.T(err) -end - -local parser = m.P { - 'Main', - ['Sp'] = m.S(' \t')^0, - ['Slash'] = m.P('/')^1, - ['Main'] = m.Ct(m.V'Sp' * m.P'{' * m.V'Pattern' * (',' * expect(m.V'Pattern', 'Miss exp after ","'))^0 * m.P'}') - + m.Ct(m.V'Pattern') - + m.T'Main Failed' - , - ['Pattern'] = m.Ct(m.V'Sp' * prop('neg', m.P'!') * expect(m.V'Unit', 'Miss exp after "!"')) - + m.Ct(m.V'Unit') - , - ['NeedRoot'] = prop('root', (m.P'.' * m.V'Slash' + m.V'Slash')), - ['Unit'] = m.V'Sp' * m.V'NeedRoot'^-1 * expect(m.V'Exp', 'Miss exp') * m.V'Sp', - ['Exp'] = m.V'Sp' * (m.V'FSymbol' + object('/', m.V'Slash') + m.V'Word')^0 * m.V'Sp', - ['Word'] = object('word', m.Ct((m.V'CSymbol' + m.V'Char' - m.V'FSymbol')^1)), - ['CSymbol'] = object('*', m.P'*') - + object('?', m.P'?') - + object('[]', m.V'Range') - , - ['SimpleChar'] = m.P(1) - m.S',{}[]*?/', - ['EscChar'] = m.P'\\' / '' * m.P(1), - ['Char'] = object('char', m.Cs((m.V'EscChar' + m.V'SimpleChar')^1)), - ['FSymbol'] = object('**', m.P'**'), - ['RangeWord'] = 1 - m.P']', - ['Range'] = m.P'[' * m.Ct(m.V'RangeUnit'^0) * m.P']'^-1, - ['RangeUnit'] = m.Ct(m.C(m.V'RangeWord') * m.P'-' * m.C(m.V'RangeWord')) - + m.V'RangeWord', -} - -local mt = {} -mt.__index = mt -mt.__name = 'glob' - -function mt:addPattern(pat) - if type(pat) ~= 'string' then - return - end - self.pattern[#self.pattern+1] = pat - if self.options.ignoreCase then - pat = pat:lower() - end - local states, err = parser:match(pat) - if not states then - self.errors[#self.errors+1] = { - pattern = pat, - message = err - } - return - end - for _, state in ipairs(states) do - if state.neg then - self.refused[#self.refused+1] = matcher(state) - else - self.passed[#self.passed+1] = matcher(state) - end - end -end - -function mt:setOption(op, val) - if val == nil then - val = true - end - self.options[op] = val -end - -function mt:__call(path) - if self.options.ignoreCase then - path = path:lower() - end - path = path:gsub('^[/\\]+', '') - for _, refused in ipairs(self.refused) do - if refused(path) then - return false - end - end - for _, passed in ipairs(self.passed) do - if passed(path) then - return true - end - end - return false -end - -return function (pattern, options) - local self = setmetatable({ - pattern = {}, - options = {}, - passed = {}, - refused = {}, - errors = {}, - }, mt) - - if type(pattern) == 'table' then - for _, pat in ipairs(pattern) do - self:addPattern(pat) - end - else - self:addPattern(pattern) - end - - if type(options) == 'table' then - for op, val in pairs(options) do - self:setOption(op, val) - end - end - return self -end diff --git a/script/glob/init.lua b/script/glob/init.lua deleted file mode 100644 index 6578a0d4b..000000000 --- a/script/glob/init.lua +++ /dev/null @@ -1,4 +0,0 @@ -return { - glob = require 'glob.glob', - gitignore = require 'glob.gitignore', -} diff --git a/script/glob/matcher.lua b/script/glob/matcher.lua deleted file mode 100644 index af43e0879..000000000 --- a/script/glob/matcher.lua +++ /dev/null @@ -1,159 +0,0 @@ -local m = require 'lpeglabel' - -local Slash = m.S('/\\')^1 -local Symbol = m.S',{}[]*?/\\' -local Char = 1 - Symbol -local Path = (1 - m.S[[\/*?"<>|]])^1 * Slash -local NoWord = #(m.P(-1) + Symbol) -local function whatHappened() - return m.Cmt(m.P(1)^1, function (...) - print(...) - end) -end - -local mt = {} -mt.__index = mt -mt.__name = 'matcher' - -function mt:exp(state, index) - local exp = state[index] - if not exp then - return - end - if exp.type == 'word' then - return self:word(exp, state, index + 1) - elseif exp.type == 'char' then - return self:char(exp, state, index + 1) - elseif exp.type == '**' then - return self:anyPath(exp, state, index + 1) - elseif exp.type == '*' then - return self:anyChar(exp, state, index + 1) - elseif exp.type == '?' then - return self:oneChar(exp, state, index + 1) - elseif exp.type == '[]' then - return self:range(exp, state, index + 1) - elseif exp.type == '/' then - return self:slash(exp, state, index + 1) - end -end - -function mt:word(exp, state, index) - local current = self:exp(exp.value, 1) - local after = self:exp(state, index) - if after then - return current * Slash * after - else - return current - end -end - -function mt:char(exp, state, index) - local current = m.P(exp.value) - local after = self:exp(state, index) - if after then - return current * after * NoWord - else - return current * NoWord - end -end - -function mt:anyPath(_, state, index) - local after = self:exp(state, index) - if after then - return m.P { - 'Main', - Main = after - + Path * m.V'Main' - } - else - return Path^0 - end -end - -function mt:anyChar(_, state, index) - local after = self:exp(state, index) - if after then - return m.P { - 'Main', - Main = after - + Char * m.V'Main' - } - else - return Char^0 - end -end - -function mt:oneChar(_, state, index) - local after = self:exp(state, index) - if after then - return Char * after - else - return Char - end -end - -function mt:range(exp, state, index) - local after = self:exp(state, index) - local ranges = {} - local selects = {} - for _, range in ipairs(exp.value) do - if #range == 1 then - selects[#selects+1] = range[1] - elseif #range == 2 then - ranges[#ranges+1] = range[1] .. range[2] - end - end - local current = m.S(table.concat(selects)) + m.R(table.unpack(ranges)) - if after then - return current * after - else - return current - end -end - -function mt:slash(_, state, index) - local after = self:exp(state, index) - if after then - return after - else - self.needDirectory = true - return nil - end -end - -function mt:pattern(state) - if state.root then - local after = self:exp(state, 1) - if after then - return m.C(after) - else - return nil - end - else - return m.C(self:anyPath(nil, state, 1)) - end -end - -function mt:isNeedDirectory() - return self.needDirectory == true -end - -function mt:isNegative() - return self.state.neg == true -end - -function mt:__call(path) - return self.matcher:match(path) -end - -return function (state, options) - local self = setmetatable({ - options = options, - state = state, - }, mt) - self.matcher = self:pattern(state) - if not self.matcher then - return nil - end - return self -end diff --git a/script/global.d.lua b/script/global.d.lua deleted file mode 100644 index b44d63712..000000000 --- a/script/global.d.lua +++ /dev/null @@ -1,88 +0,0 @@ ----develop mode, use command line: --develop=true ----@type boolean -DEVELOP = false - ----port for `Lua Debug` connecting, use command line: --dbgport=11411 ----@type integer -DBGPORT = 0 - ----need holdon before `Lua Debug` connecting, use command line: --dbgwait=true ----@type boolean -DBGWAIT = false - ----displayed language, use command line: --locale="en-us" ----@type '"en-us"'|'"zh-cn"'|'"pt-br"' -LOCALE = 'en-us' - ----path of local config file, use command line: --configpath="config.lua" ----@type string -CONFIGPATH = '' - ----display the internal data of the hovring token, use command line: --showsource=true ----@type boolean -SHOWSOURCE = false - ----display the internal semantic of the hovring token, use command line: --shownode=true ----@type boolean -SHOWNODE = false - ----trace every searching into log, use command line: --trace=true ----@type boolean -TRACE = false - ----trace searching with `too deep!` into log, use command line: --footprint=true ----@type boolean -FOOTPRINT = false - ----trace rpc, use command line: --rpclog=true ----@type boolean -RPCLOG = false - ---enable preview features. --- ---the current version is `formatting` ----@type boolean -PREVIEW = false - ---check path ----@type string -CHECK = '' - ---make docs path ----@type string -DOC = '' - ----@type string | '"Error"' | '"Warning"' | '"Information"' | '"Hint"' -CHECKLEVEL = 'Warning' - ---Where to write the check results (JSON). --- ---If nil, use `LOGPATH/check.json`. ----@type string|nil -CHECK_OUT_PATH = '' - ----@type 'trace' | 'debug' | 'info' | 'warn' | 'error' -LOGLEVEL = 'warn' - --- (experiment) Cache data into disk, may reduce memory usage, but increase CPU usage. ----@type boolean -LAZY = false - --- (experiment) Improve performance, but reduce accuracy ----@type boolean -CACHEALIVE = false - --- (experiment) Compile files in multi cpu cores ----@type integer -COMPILECORES = 0 - --- TODO: delete this after new config ----@diagnostic disable-next-line: lowercase-global -jit = false - --- connect to client by socket ----@type integer -SOCKET = 0 - --- Allowing the use of the root directory or home directory as the workspace -FORCE_ACCEPT_WORKSPACE = false diff --git a/script/inspect.lua b/script/inspect.lua deleted file mode 100644 index f8d69dc77..000000000 --- a/script/inspect.lua +++ /dev/null @@ -1,337 +0,0 @@ -local _tl_compat; if (tonumber((_VERSION or ''):match('[%d.]*$')) or 0) < 5.3 then local p, m = pcall(require, 'compat53.module'); if p then _tl_compat = m end end; local math = _tl_compat and _tl_compat.math or math; local string = _tl_compat and _tl_compat.string or string; local table = _tl_compat and _tl_compat.table or table -local inspect = {Options = {}, } - - - - - - - - - - - - - - - - - -inspect._VERSION = 'inspect.lua 3.1.0' -inspect._URL = 'http://github.com/kikito/inspect.lua' -inspect._DESCRIPTION = 'human-readable representations of tables' -inspect._LICENSE = [[ - MIT LICENSE - - Copyright (c) 2022 Enrique García Cota - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -]] -inspect.KEY = setmetatable({}, { __tostring = function() return 'inspect.KEY' end }) -inspect.METATABLE = setmetatable({}, { __tostring = function() return 'inspect.METATABLE' end }) - -local tostring = tostring -local rep = string.rep -local match = string.match -local char = string.char -local gsub = string.gsub -local fmt = string.format - -local function rawpairs(t) - return next, t, nil -end - - - -local function smartQuote(str) - if match(str, '"') and not match(str, "'") then - return "'" .. str .. "'" - end - return '"' .. gsub(str, '"', '\\"') .. '"' -end - - -local shortControlCharEscapes = { - ["\a"] = "\\a", ["\b"] = "\\b", ["\f"] = "\\f", ["\n"] = "\\n", - ["\r"] = "\\r", ["\t"] = "\\t", ["\v"] = "\\v", ["\127"] = "\\127", -} -local longControlCharEscapes = { ["\127"] = "\127" } -for i = 0, 31 do - local ch = char(i) - if not shortControlCharEscapes[ch] then - shortControlCharEscapes[ch] = "\\" .. i - longControlCharEscapes[ch] = fmt("\\%03d", i) - end -end - -local function escape(str) - return (gsub(gsub(gsub(str, "\\", "\\\\"), - "(%c)%f[0-9]", longControlCharEscapes), - "%c", shortControlCharEscapes)) -end - -local function isIdentifier(str) - return type(str) == "string" and not not str:match("^[_%a][_%a%d]*$") -end - -local flr = math.floor -local function isSequenceKey(k, sequenceLength) - return type(k) == "number" and - flr(k) == k and - 1 <= (k) and - k <= sequenceLength -end - -local defaultTypeOrders = { - ['number'] = 1, ['boolean'] = 2, ['string'] = 3, ['table'] = 4, - ['function'] = 5, ['userdata'] = 6, ['thread'] = 7, -} - -local function sortKeys(a, b) - local ta, tb = type(a), type(b) - - - if ta == tb and (ta == 'string' or ta == 'number') then - return (a) < (b) - end - - local dta = defaultTypeOrders[ta] or 100 - local dtb = defaultTypeOrders[tb] or 100 - - - return dta == dtb and ta < tb or dta < dtb -end - -local function getKeys(t) - - local seqLen = 1 - while rawget(t, seqLen) ~= nil do - seqLen = seqLen + 1 - end - seqLen = seqLen - 1 - - local keys, keysLen = {}, 0 - for k in rawpairs(t) do - if not isSequenceKey(k, seqLen) then - keysLen = keysLen + 1 - keys[keysLen] = k - end - end - table.sort(keys, sortKeys) - return keys, keysLen, seqLen -end - -local function countCycles(x, cycles) - if type(x) == "table" then - if cycles[x] then - cycles[x] = cycles[x] + 1 - else - cycles[x] = 1 - for k, v in rawpairs(x) do - countCycles(k, cycles) - countCycles(v, cycles) - end - countCycles(getmetatable(x), cycles) - end - end -end - -local function makePath(path, a, b) - local newPath = {} - local len = #path - for i = 1, len do newPath[i] = path[i] end - - newPath[len + 1] = a - newPath[len + 2] = b - - return newPath -end - - -local function processRecursive(process, - item, - path, - visited) - if item == nil then return nil end - if visited[item] then return visited[item] end - - local processed = process(item, path) - if type(processed) == "table" then - local processedCopy = {} - visited[item] = processedCopy - local processedKey - - for k, v in rawpairs(processed) do - processedKey = processRecursive(process, k, makePath(path, k, inspect.KEY), visited) - if processedKey ~= nil then - processedCopy[processedKey] = processRecursive(process, v, makePath(path, processedKey), visited) - end - end - - local mt = processRecursive(process, getmetatable(processed), makePath(path, inspect.METATABLE), visited) - if type(mt) ~= 'table' then mt = nil end - setmetatable(processedCopy, mt) - processed = processedCopy - end - return processed -end - -local function puts(buf, str) - buf.n = buf.n + 1 - buf[buf.n] = str -end - - - -local Inspector = {} - - - - - - - - - - -local Inspector_mt = { __index = Inspector } - -local function tabify(inspector) - puts(inspector.buf, inspector.newline .. rep(inspector.indent, inspector.level)) -end - -function Inspector:getId(v) - local id = self.ids[v] - local ids = self.ids - if not id then - local tv = type(v) - id = (ids[tv] or 0) + 1 - ids[v], ids[tv] = id, id - end - return tostring(id) -end - -function Inspector:putValue(v) - local buf = self.buf - local tv = type(v) - if tv == 'string' then - puts(buf, smartQuote(escape(v))) - elseif tv == 'number' or tv == 'boolean' or tv == 'nil' or - tv == 'cdata' or tv == 'ctype' then - puts(buf, tostring(v)) - elseif tv == 'table' and not self.ids[v] then - local t = v - - if t == inspect.KEY or t == inspect.METATABLE then - puts(buf, tostring(t)) - elseif self.level >= self.depth then - puts(buf, '{...}') - else - if self.cycles[t] > 1 then puts(buf, fmt('<%d>', self:getId(t))) end - - local keys, keysLen, seqLen = getKeys(t) - - puts(buf, '{') - self.level = self.level + 1 - - for i = 1, seqLen + keysLen do - if i > 1 then puts(buf, ',') end - if i <= seqLen then - puts(buf, ' ') - self:putValue(t[i]) - else - local k = keys[i - seqLen] - tabify(self) - if isIdentifier(k) then - puts(buf, k) - else - puts(buf, "[") - self:putValue(k) - puts(buf, "]") - end - puts(buf, ' = ') - self:putValue(t[k]) - end - end - - local mt = getmetatable(t) - if type(mt) == 'table' then - if seqLen + keysLen > 0 then puts(buf, ',') end - tabify(self) - puts(buf, ' = ') - self:putValue(mt) - end - - self.level = self.level - 1 - - if keysLen > 0 or type(mt) == 'table' then - tabify(self) - elseif seqLen > 0 then - puts(buf, ' ') - end - - puts(buf, '}') - end - - else - puts(buf, fmt('<%s %d>', tv, self:getId(v))) - end -end - - - - -function inspect.inspect(root, options) - options = options or {} - - local depth = options.depth or (math.huge) - local newline = options.newline or '\n' - local indent = options.indent or ' ' - local process = options.process - - if process then - root = processRecursive(process, root, {}, {}) - end - - local cycles = {} - countCycles(root, cycles) - - local inspector = setmetatable({ - buf = { n = 0 }, - ids = {}, - cycles = cycles, - depth = depth, - level = 0, - newline = newline, - indent = indent, - }, Inspector_mt) - - inspector:putValue(root) - - return table.concat(inspector.buf) -end - -setmetatable(inspect, { - __call = function(_, root, options) - return inspect.inspect(root, options) - end, -}) - -return inspect diff --git a/script/json-beautify.lua b/script/json-beautify.lua deleted file mode 100644 index f3467f078..000000000 --- a/script/json-beautify.lua +++ /dev/null @@ -1,176 +0,0 @@ -local json = require "json" -local type = type -local next = next -local error = error -local table_concat = table.concat -local table_sort = table.sort -local string_rep = string.rep -local setmetatable = setmetatable - -local math_type - -if _VERSION == "Lua 5.1" or _VERSION == "Lua 5.2" then - local math_floor = math.floor - function math_type(v) - if v >= -2147483648 and v <= 2147483647 and math_floor(v) == v then - return "integer" - end - return "float" - end -else - math_type = math.type -end - -local statusVisited -local statusBuilder -local statusDep -local statusOpt - -local defaultOpt = { - newline = "\n", - indent = " ", - depth = 0, -} -defaultOpt.__index = defaultOpt - -local function encode_newline() - statusBuilder[#statusBuilder+1] = statusOpt.newline..string_rep(statusOpt.indent, statusDep) -end - -local encode_map = {} -local encode_string = json._encode_string -for k ,v in next, json._encode_map do - encode_map[k] = v -end - -local function encode(v) - local res = encode_map[type(v)](v) - statusBuilder[#statusBuilder+1] = res -end - -function encode_map.string(v) - statusBuilder[#statusBuilder+1] = '"' - statusBuilder[#statusBuilder+1] = encode_string(v) - return '"' -end - -function encode_map.table(t) - local first_val = next(t) - if first_val == nil then - if json.isObject(t) then - return "{}" - else - return "[]" - end - end - if statusVisited[t] then - error("circular reference") - end - statusVisited[t] = true - if type(first_val) == 'string' then - local key = {} - for k in next, t do - if type(k) ~= "string" then - error("invalid table: mixed or invalid key types: "..k) - end - key[#key+1] = k - end - table_sort(key) - statusBuilder[#statusBuilder+1] = "{" - statusDep = statusDep + 1 - encode_newline() - do - local k = key[1] - statusBuilder[#statusBuilder+1] = '"' - statusBuilder[#statusBuilder+1] = encode_string(k) - statusBuilder[#statusBuilder+1] = '": ' - encode(t[k]) - end - for i = 2, #key do - local k = key[i] - statusBuilder[#statusBuilder+1] = "," - encode_newline() - statusBuilder[#statusBuilder+1] = '"' - statusBuilder[#statusBuilder+1] = encode_string(k) - statusBuilder[#statusBuilder+1] = '": ' - encode(t[k]) - end - statusDep = statusDep - 1 - encode_newline() - statusVisited[t] = nil - return "}" - elseif json.supportSparseArray then - local max = 0 - for k in next, t do - if math_type(k) ~= "integer" or k <= 0 then - error("invalid table: mixed or invalid key types: "..k) - end - if max < k then - max = k - end - end - statusBuilder[#statusBuilder+1] = "[" - statusDep = statusDep + 1 - encode_newline() - encode(t[1]) - for i = 2, max do - statusBuilder[#statusBuilder+1] = "," - encode_newline() - encode(t[i]) - end - statusDep = statusDep - 1 - encode_newline() - statusVisited[t] = nil - return "]" - else - if t[1] == nil then - error("invalid table: sparse array is not supported") - end - statusBuilder[#statusBuilder+1] = "[" - statusDep = statusDep + 1 - encode_newline() - encode(t[1]) - local count = 2 - while t[count] ~= nil do - statusBuilder[#statusBuilder+1] = "," - encode_newline() - encode(t[count]) - count = count + 1 - end - if next(t, count-1) ~= nil then - local k = next(t, count-1) - if type(k) == "number" then - error("invalid table: sparse array is not supported") - else - error("invalid table: mixed or invalid key types: "..k) - end - end - statusDep = statusDep - 1 - encode_newline() - statusVisited[t] = nil - return "]" - end -end - -local function beautify_option(option) - return setmetatable(option or {}, defaultOpt) -end - -local function beautify_builder(builder, v, option) - statusVisited = {} - statusBuilder = builder - statusOpt = beautify_option(option) - statusDep = statusOpt.depth - encode(v) -end - -local function beautify(v, option) - beautify_builder({}, v, option) - return table_concat(statusBuilder) -end - -json.beautify = beautify -json._beautify_builder = beautify_builder -json._beautify_option = beautify_option - -return json diff --git a/script/json-edit.lua b/script/json-edit.lua deleted file mode 100644 index 30a552508..000000000 --- a/script/json-edit.lua +++ /dev/null @@ -1,716 +0,0 @@ -local type = type -local next = next -local error = error -local tonumber = tonumber -local table_concat = table.concat -local table_move = table.move -local string_char = string.char -local string_byte = string.byte -local string_find = string.find -local string_match = string.match -local string_gsub = string.gsub -local string_sub = string.sub -local string_rep = string.rep -local string_format = string.format - -local utf8_char -local math_type - -if _VERSION == "Lua 5.1" or _VERSION == "Lua 5.2" then - local math_floor = math.floor - function utf8_char(c) - if c <= 0x7f then - return string_char(c) - elseif c <= 0x7ff then - return string_char(math_floor(c / 64) + 192, c % 64 + 128) - elseif c <= 0xffff then - return string_char( - math_floor(c / 4096) + 224, - math_floor(c % 4096 / 64) + 128, - c % 64 + 128 - ) - elseif c <= 0x10ffff then - return string_char( - math_floor(c / 262144) + 240, - math_floor(c % 262144 / 4096) + 128, - math_floor(c % 4096 / 64) + 128, - c % 64 + 128 - ) - end - error(string_format("invalid UTF-8 code '%x'", c)) - end - function math_type(v) - if v >= -2147483648 and v <= 2147483647 and math_floor(v) == v then - return "integer" - end - return "float" - end - function table_move(a1, f, e, t, a2) - for i = f, e do - a2[t+(i-f)] = a1[i] - end - return a2 - end -else - utf8_char = utf8.char - math_type = math.type -end - -local json = require "json-beautify" - -local encode_escape_map = { - [ "\"" ] = "\\\"", - [ "\\" ] = "\\\\", - [ "/" ] = "\\/", - [ "\b" ] = "\\b", - [ "\f" ] = "\\f", - [ "\n" ] = "\\n", - [ "\r" ] = "\\r", - [ "\t" ] = "\\t", -} - -local decode_escape_set = {} -local decode_escape_map = {} -for k, v in next, encode_escape_map do - decode_escape_map[v] = k - decode_escape_set[string_byte(v, 2)] = true -end - -local statusBuf -local statusPos -local statusTop -local statusAry = {} -local statusRef = {} -local statusAst = {} - -local function find_line() - local line = 1 - local pos = 1 - while true do - local f, _, nl1, nl2 = string_find(statusBuf, '([\n\r])([\n\r]?)', pos) - if not f then - return line, statusPos - pos + 1 - end - local newpos = f + ((nl1 == nl2 or nl2 == '') and 1 or 2) - if newpos > statusPos then - return line, statusPos - pos + 1 - end - pos = newpos - line = line + 1 - end -end - -local function decode_error(msg) - error(string_format("ERROR: %s at line %d col %d", msg, find_line()), 2) -end - -local function get_word() - return string_match(statusBuf, "^[^ \t\r\n%]},]*", statusPos) -end - -local function skip_comment(b) - if b ~= 47 --[[ '/' ]] then - return - end - local c = string_byte(statusBuf, statusPos+1) - if c == 42 --[[ '*' ]] then - -- block comment - local pos = string_find(statusBuf, "*/", statusPos) - if pos then - statusPos = pos + 2 - else - statusPos = #statusBuf + 1 - end - return true - elseif c == 47 --[[ '/' ]] then - -- line comment - local pos = string_find(statusBuf, "[\r\n]", statusPos) - if pos then - statusPos = pos - else - statusPos = #statusBuf + 1 - end - return true - end -end - -local function next_byte() - local pos = string_find(statusBuf, "[^ \t\r\n]", statusPos) - if pos then - statusPos = pos - local b = string_byte(statusBuf, pos) - if not skip_comment(b) then - return b - end - return next_byte() - end - return -1 -end - -local function decode_unicode_surrogate(s1, s2) - return utf8_char(0x10000 + (tonumber(s1, 16) - 0xd800) * 0x400 + (tonumber(s2, 16) - 0xdc00)) -end - -local function decode_unicode_escape(s) - return utf8_char(tonumber(s, 16)) -end - -local function decode_string() - local has_unicode_escape = false - local has_escape = false - local i = statusPos + 1 - while true do - i = string_find(statusBuf, '[%z\1-\31\\"]', i) - if not i then - decode_error "expected closing quote for string" - end - local x = string_byte(statusBuf, i) - if x < 32 then - statusPos = i - decode_error "control character in string" - end - if x == 34 --[[ '"' ]] then - local s = string_sub(statusBuf, statusPos + 1, i - 1) - if has_unicode_escape then - s = string_gsub(string_gsub(s - , "\\u([dD][89aAbB]%x%x)\\u([dD][c-fC-F]%x%x)", decode_unicode_surrogate) - , "\\u(%x%x%x%x)", decode_unicode_escape) - end - if has_escape then - s = string_gsub(s, "\\.", decode_escape_map) - end - statusPos = i + 1 - return s - end - --assert(x == 92 --[[ "\\" ]]) - local nx = string_byte(statusBuf, i+1) - if nx == 117 --[[ "u" ]] then - if not string_match(statusBuf, "^%x%x%x%x", i+2) then - statusPos = i - decode_error "invalid unicode escape in string" - end - has_unicode_escape = true - i = i + 6 - else - if not decode_escape_set[nx] then - statusPos = i - decode_error("invalid escape char '" .. (nx and string_char(nx) or "") .. "' in string") - end - has_escape = true - i = i + 2 - end - end -end - -local function decode_number() - local num, c = string_match(statusBuf, '^([0-9]+%.?[0-9]*)([eE]?)', statusPos) - if not num or string_byte(num, -1) == 0x2E --[[ "." ]] then - decode_error("invalid number '" .. get_word() .. "'") - end - if c ~= '' then - num = string_match(statusBuf, '^([^eE]*[eE][-+]?[0-9]+)[ \t\r\n%]},/]', statusPos) - if not num then - decode_error("invalid number '" .. get_word() .. "'") - end - end - statusPos = statusPos + #num - return tonumber(num) -end - -local function decode_number_zero() - local num, c = string_match(statusBuf, '^(.%.?[0-9]*)([eE]?)', statusPos) - if not num or string_byte(num, -1) == 0x2E --[[ "." ]] or string_match(statusBuf, '^.[0-9]+', statusPos) then - decode_error("invalid number '" .. get_word() .. "'") - end - if c ~= '' then - num = string_match(statusBuf, '^([^eE]*[eE][-+]?[0-9]+)[ \t\r\n%]},/]', statusPos) - if not num then - decode_error("invalid number '" .. get_word() .. "'") - end - end - statusPos = statusPos + #num - return tonumber(num) -end - -local function decode_number_negative() - statusPos = statusPos + 1 - local c = string_byte(statusBuf, statusPos) - if c then - if c == 0x30 then - return -decode_number_zero() - elseif c > 0x30 and c < 0x3A then - return -decode_number() - end - end - decode_error("invalid number '" .. get_word() .. "'") -end - -local function decode_true() - if string_sub(statusBuf, statusPos, statusPos+3) ~= "true" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 4 - return true -end - -local function decode_false() - if string_sub(statusBuf, statusPos, statusPos+4) ~= "false" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 5 - return false -end - -local function decode_null() - if string_sub(statusBuf, statusPos, statusPos+3) ~= "null" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 4 - return json.null -end - -local function decode_array(ast) - statusPos = statusPos + 1 - local res = {} - local chr = next_byte() - if chr == 93 --[[ ']' ]] then - statusPos = statusPos + 1 - return res - end - statusTop = statusTop + 1 - statusAry[statusTop] = true - statusRef[statusTop] = res - statusAst[statusTop] = ast - return res -end - -local function decode_object(ast) - statusPos = statusPos + 1 - local res = {} - local chr = next_byte() - if chr == 125 --[[ ']' ]] then - statusPos = statusPos + 1 - return json.createEmptyObject() - end - statusTop = statusTop + 1 - statusAry[statusTop] = false - statusRef[statusTop] = res - statusAst[statusTop] = ast - return res -end - -local decode_uncompleted_map = { - [ string_byte '"' ] = decode_string, - [ string_byte "0" ] = decode_number_zero, - [ string_byte "1" ] = decode_number, - [ string_byte "2" ] = decode_number, - [ string_byte "3" ] = decode_number, - [ string_byte "4" ] = decode_number, - [ string_byte "5" ] = decode_number, - [ string_byte "6" ] = decode_number, - [ string_byte "7" ] = decode_number, - [ string_byte "8" ] = decode_number, - [ string_byte "9" ] = decode_number, - [ string_byte "-" ] = decode_number_negative, - [ string_byte "t" ] = decode_true, - [ string_byte "f" ] = decode_false, - [ string_byte "n" ] = decode_null, - [ string_byte "[" ] = decode_array, - [ string_byte "{" ] = decode_object, -} -local function unexpected_character() - decode_error("unexpected character '" .. string_sub(statusBuf, statusPos, statusPos) .. "'") -end -local function unexpected_eol() - decode_error("unexpected character ''") -end - -local decode_map = {} -for i = 0, 255 do - decode_map[i] = decode_uncompleted_map[i] or unexpected_character -end -decode_map[-1] = unexpected_eol - -local function decode() - local chr = next_byte() - local ast = {s = statusPos, d = statusTop} - ast.v = decode_map[chr](ast) - ast.f = statusPos - return ast -end - -local function decode_item() - local top = statusTop - local ref = statusRef[top] - if statusAry[top] then - ref[#ref+1] = decode() - else - local start = statusPos - local key = decode_string() - local finish = statusPos - if next_byte() ~= 58 --[[ ':' ]] then - decode_error "expected ':'" - end - statusPos = statusPos + 1 - local val = decode() - val.key_s = start - val.key_f = finish - ref[key] = val - end - if top == statusTop then - repeat - local chr = next_byte(); statusPos = statusPos + 1 - if chr == 44 --[[ "," ]] then - local c = next_byte() - if statusAry[statusTop] then - if c ~= 93 --[[ "]" ]] then return end - else - if c ~= 125 --[[ "}" ]] then return end - end - statusPos = statusPos + 1 - else - if statusAry[statusTop] then - if chr ~= 93 --[[ "]" ]] then decode_error "expected ']' or ','" end - else - if chr ~= 125 --[[ "}" ]] then decode_error "expected '}' or ','" end - end - end - local ast = statusAst[statusTop] - ast.f = statusPos - statusTop = statusTop - 1 - until statusTop == 0 - end -end - -local JsonEmpty = function () end - -local function decode_ast(str) - if type(str) ~= "string" then - error("expected argument of type string, got " .. type(str)) - end - statusBuf = str - statusPos = 1 - statusTop = 0 - if next_byte() == -1 then - return {s = statusPos, d = statusTop, f = statusPos, v = JsonEmpty} - end - local res = decode() - while statusTop > 0 do - decode_item() - end - if string_find(statusBuf, "[^ \t\r\n]", statusPos) then - decode_error "trailing garbage" - end - return res -end - -local function split(s) - local r = {} - s:gsub('[^/]+', function (w) - r[#r+1] = w:gsub("~1", "/"):gsub("~0", "~") - end) - return r -end - -local function query_(ast, pathlst, n) - local data = ast.v - if type(data) ~= "table" then - return nil, string_format("path `%s` does not point to object or array", "/"..table_concat(pathlst, "/", 1, n-1)) - end - local k = pathlst[n] - local isarray = not json.isObject(data) - if isarray then - if k == "-" then - k = #data + 1 - else - if k:match "^0%d+" then - return nil, string_format("path `%s` point to array, but invalid", "/"..table_concat(pathlst, "/", 1, n)) - end - k = tonumber(k) - if k == nil or math_type(k) ~= "integer" or k <= 0 or k > #data + 1 then - return nil, string_format("path `%s` point to array, but invalid", "/"..table_concat(pathlst, "/", 1, n)) - end - end - end - if n == #pathlst then - return ast, k, isarray - end - local v = data[k] - if v == nil then - return ast, k, isarray, table_move(pathlst, n + 1, #pathlst, 1, {}) - end - return query_(v, pathlst, n + 1) -end - -local function split_path(path) - if type(path) ~= "string" then - return nil, "path is not a string" - end - if path:sub(1,1) ~= "/" then - return nil, "path must start with `/`" - end - return split(path:sub(2)) -end - -local function query(ast, path) - return query_(ast, split_path(path), 1) -end - -local function del_first_empty_line(str) - local pos = str:match("()[ \t]*$") - if pos then - local nl1 = str:sub(pos-1, pos-1) - if nl1:match "[\r\n]" then - return pos-1 - end - end -end - -local function del_last_empty_line(str) - local pos = str:match("^[ \t]*()") - if pos then - local nl1 = str:sub(pos, pos) - if nl1:match "[\r\n]" then - local nl2 = str:sub(pos+1, pos+1) - if nl2:match "[\r\n]" and nl1 ~= nl2 then - return pos+2 - else - return pos+1 - end - end - end -end - -local function find_max_node(t) - local max - for _, n in pairs(t) do - if not max or max.f < n.f then - max = n - end - end - return max -end - -local function encode_newline(option) - return option.newline..string_rep(option.indent, option.depth) -end - -local function apply_array_insert_before(str, option, value, node) - local start_text = str:sub(1, node.s-1) - local finish_text = str:sub(node.s) - option.depth = option.depth + node.d - local bd = {} - bd[#bd+1] = start_text - json._beautify_builder(bd, value, option) - bd[#bd+1] = "," - bd[#bd+1] = encode_newline(option) - bd[#bd+1] = finish_text - return table_concat(bd) -end - -local function apply_array_insert_after(str, option, value, node) - local start_text = str:sub(1, node.f-1) - local finish_text = str:sub(node.f) - option.depth = option.depth + node.d - local bd = {} - bd[#bd+1] = start_text - bd[#bd+1] = "," - bd[#bd+1] = encode_newline(option) - json._beautify_builder(bd, value, option) - bd[#bd+1] = finish_text - return table_concat(bd) -end - -local function apply_array_insert_empty(str, option, value, node) - local start_text = str:sub(1, node.s) - local finish_text = str:sub(node.f-1) - option.depth = option.depth + node.d + 1 - local bd = {} - bd[#bd+1] = start_text - bd[#bd+1] = encode_newline(option) - json._beautify_builder(bd, value, option) - option.depth = option.depth - 1 - bd[#bd+1] = encode_newline(option) - bd[#bd+1] = finish_text - return table_concat(bd) -end - -local function apply_replace(str, option, value, node) - local start_text = str:sub(1, node.s-1) - local finish_text = str:sub(node.f) - option.depth = option.depth + node.d - local bd = {} - bd[#bd+1] = start_text - json._beautify_builder(bd, value, option) - bd[#bd+1] = finish_text - return table_concat(bd) -end - -local function apply_object_insert(str, option, value, t, k) - local node = find_max_node(t.v) - if node then - local start_text = str:sub(1, node.f-1) - local finish_text = str:sub(node.f) - option.depth = option.depth + node.d - local bd = {} - bd[#bd+1] = start_text - bd[#bd+1] = "," - bd[#bd+1] = encode_newline(option) - bd[#bd+1] = '"' - bd[#bd+1] = json._encode_string(k) - bd[#bd+1] = '": ' - json._beautify_builder(bd, value, option) - bd[#bd+1] = finish_text - return table_concat(bd) - else - local start_text = str:sub(1, t.s) - local finish_text = str:sub(t.f-1) - option.depth = option.depth + t.d + 1 - local bd = {} - bd[#bd+1] = start_text - bd[#bd+1] = encode_newline(option) - bd[#bd+1] = '"' - bd[#bd+1] = json._encode_string(k) - bd[#bd+1] = '": ' - json._beautify_builder(bd, value, option) - option.depth = option.depth - 1 - bd[#bd+1] = encode_newline(option) - bd[#bd+1] = finish_text - return table_concat(bd) - end -end - -local function apply_remove(str, s, f) - local start_text = str:sub(1, s-1) - local finish_text = str:sub(f+1) - local start_pos = del_first_empty_line(start_text) - local finish_pos = del_last_empty_line(finish_text) - if start_pos and finish_pos then - return start_text:sub(1,start_pos) .. finish_text:sub(finish_pos) - else - return start_text .. finish_text - end -end - -local function add_prefix(v, pathlst) - for i = #pathlst, 1, -1 do - v = { [pathlst[i]] = v } - end - return v -end - -local OP = {} - -function OP.add(str, option, path, value) - if path == '/' then - return json.beautify(value, option) - end - local ast = decode_ast(str) - if ast.v == JsonEmpty then - local pathlst = split_path(path) - value = add_prefix(value, pathlst) - return json.beautify(value, option) - end - local t, k, isarray, lastpath = query(ast, path) - if not t then - error(k) - return - end - if lastpath then - value = add_prefix(value, lastpath) - end - if isarray then - if t.v[k] then - return apply_array_insert_before(str, option, value, t.v[k]) - elseif k == 1 then - return apply_array_insert_empty(str, option, value, t) - else - return apply_array_insert_after(str, option, value, t.v[k-1]) - end - else - if t.v[k] then - return apply_replace(str, option, value, t.v[k]) - else - return apply_object_insert(str, option, value, t, k) - end - end -end - -function OP.remove(str, _, path) - if path == '/' then - return '' - end - local ast = decode_ast(str) - if ast.v == JsonEmpty then - return '' - end - local t, k, isarray, lastpath = query(ast, path) - if not t then - error(k) - return - end - if lastpath then - --warning: path does not exist - return str - end - if isarray then - if k > #t.v then - --warning: path does not exist - return str - end - return apply_remove(str, t.v[k].s, t.v[k].f) - else - if t.v[k] == nil then - --warning: path does not exist - return str - end - return apply_remove(str, t.v[k].key_s, t.v[k].f) - end -end - -function OP.replace(str, option, path, value) - if path == '/' then - return json.beautify(value, option) - end - local ast = decode_ast(str) - if ast.v == JsonEmpty then - local pathlst = split_path(path) - value = add_prefix(value, pathlst) - return json.beautify(value, option) - end - local t, k, isarray, lastpath = query(ast, path) - if not t then - error(k) - return - end - if lastpath then - value = add_prefix(value, lastpath) - end - if t.v[k] then - return apply_replace(str, option, value, t.v[k]) - else - if isarray then - if k == 1 then - return apply_array_insert_empty(str, option, value, t) - else - return apply_array_insert_after(str, option, value, t.v[k-1]) - end - else - return apply_object_insert(str, option, value, t, k) - end - end -end - -local function edit(str, patch, option) - local f = OP[patch.op] - if not f then - error(string_format("invalid op: %s", patch.op)) - return - end - option = json._beautify_option(option) - return f(str, option, patch.path, patch.value) -end - -json.edit = edit - -return json diff --git a/script/json.lua b/script/json.lua deleted file mode 100644 index eaccb43e0..000000000 --- a/script/json.lua +++ /dev/null @@ -1,555 +0,0 @@ -local type = type -local next = next -local error = error -local tonumber = tonumber -local tostring = tostring -local table_concat = table.concat -local table_sort = table.sort -local string_char = string.char -local string_byte = string.byte -local string_find = string.find -local string_match = string.match -local string_gsub = string.gsub -local string_sub = string.sub -local string_format = string.format -local setmetatable = setmetatable -local getmetatable = getmetatable -local huge = math.huge -local tiny = -huge - -local utf8_char -local math_type - -if _VERSION == "Lua 5.1" or _VERSION == "Lua 5.2" then - local math_floor = math.floor - function utf8_char(c) - if c <= 0x7f then - return string_char(c) - elseif c <= 0x7ff then - return string_char(math_floor(c / 64) + 192, c % 64 + 128) - elseif c <= 0xffff then - return string_char( - math_floor(c / 4096) + 224, - math_floor(c % 4096 / 64) + 128, - c % 64 + 128 - ) - elseif c <= 0x10ffff then - return string_char( - math_floor(c / 262144) + 240, - math_floor(c % 262144 / 4096) + 128, - math_floor(c % 4096 / 64) + 128, - c % 64 + 128 - ) - end - error(string_format("invalid UTF-8 code '%x'", c)) - end - function math_type(v) - if v >= -2147483648 and v <= 2147483647 and math_floor(v) == v then - return "integer" - end - return "float" - end -else - utf8_char = utf8.char - math_type = math.type -end - -local json = {} - -json.supportSparseArray = true - -local objectMt = {} - -function json.createEmptyObject() - return setmetatable({}, objectMt) -end - -function json.isObject(t) - if t[1] ~= nil then - return false - end - return next(t) ~= nil or getmetatable(t) == objectMt -end - -if debug and debug.upvalueid then - -- Generate a lightuserdata - json.null = debug.upvalueid(json.createEmptyObject, 1) -else - json.null = function() end -end - --- json.encode -- -local statusVisited -local statusBuilder - -local encode_map = {} - -local encode_escape_map = { - [ "\"" ] = "\\\"", - [ "\\" ] = "\\\\", - [ "/" ] = "\\/", - [ "\b" ] = "\\b", - [ "\f" ] = "\\f", - [ "\n" ] = "\\n", - [ "\r" ] = "\\r", - [ "\t" ] = "\\t", -} - -local decode_escape_set = {} -local decode_escape_map = {} -for k, v in next, encode_escape_map do - decode_escape_map[v] = k - decode_escape_set[string_byte(v, 2)] = true -end - -for i = 0, 31 do - local c = string_char(i) - if not encode_escape_map[c] then - encode_escape_map[c] = string_format("\\u%04x", i) - end -end - -local function encode(v) - local res = encode_map[type(v)](v) - statusBuilder[#statusBuilder+1] = res -end - -encode_map["nil"] = function () - return "null" -end - -local function encode_string(v) - return string_gsub(v, '[%z\1-\31\\"]', encode_escape_map) -end - -function encode_map.string(v) - statusBuilder[#statusBuilder+1] = '"' - statusBuilder[#statusBuilder+1] = encode_string(v) - return '"' -end - -local function convertreal(v) - local g = string_format('%.16g', v) - if tonumber(g) == v then - return g - end - return string_format('%.17g', v) -end - -if string_match(tostring(1/2), "%p") == "," then - local _convertreal = convertreal - function convertreal(v) - return string_gsub(_convertreal(v), ',', '.') - end -end - -function encode_map.number(v) - if v ~= v or v <= tiny or v >= huge then - error("unexpected number value '" .. tostring(v) .. "'") - end - if math_type(v) == "integer" then - return string_format('%d', v) - end - return convertreal(v) -end - -function encode_map.boolean(v) - if v then - return "true" - else - return "false" - end -end - -function encode_map.table(t) - local first_val = next(t) - if first_val == nil then - if getmetatable(t) == objectMt then - return "{}" - else - return "[]" - end - end - if statusVisited[t] then - error("circular reference") - end - statusVisited[t] = true - if type(first_val) == 'string' then - local keys = {} - for k in next, t do - if type(k) ~= "string" then - error("invalid table: mixed or invalid key types: "..k) - end - keys[#keys+1] = k - end - table_sort(keys) - do - local k = keys[1] - statusBuilder[#statusBuilder+1] = '{"' - statusBuilder[#statusBuilder+1] = encode_string(k) - statusBuilder[#statusBuilder+1] = '":' - encode(t[k]) - end - for i = 2, #keys do - local k = keys[i] - statusBuilder[#statusBuilder+1] = ',"' - statusBuilder[#statusBuilder+1] = encode_string(k) - statusBuilder[#statusBuilder+1] = '":' - encode(t[k]) - end - statusVisited[t] = nil - return "}" - elseif json.supportSparseArray then - local max = 0 - for k in next, t do - if math_type(k) ~= "integer" or k <= 0 then - error("invalid table: mixed or invalid key types: "..k) - end - if max < k then - max = k - end - end - statusBuilder[#statusBuilder+1] = "[" - encode(t[1]) - for i = 2, max do - statusBuilder[#statusBuilder+1] = "," - encode(t[i]) - end - statusVisited[t] = nil - return "]" - else - if t[1] == nil then - error("invalid table: sparse array is not supported") - end - if jit and t[0] ~= nil then - -- 0 is the first index in luajit - error("invalid table: mixed or invalid key types: "..0) - end - statusBuilder[#statusBuilder+1] = "[" - encode(t[1]) - local count = 2 - while t[count] ~= nil do - statusBuilder[#statusBuilder+1] = "," - encode(t[count]) - count = count + 1 - end - if next(t, count-1) ~= nil then - local k = next(t, count-1) - if type(k) == "number" then - error("invalid table: sparse array is not supported") - else - error("invalid table: mixed or invalid key types: "..k) - end - end - statusVisited[t] = nil - return "]" - end -end - -local function encode_unexpected(v) - if v == json.null then - return "null" - else - error("unexpected type '"..type(v).."'") - end -end -encode_map[ "function" ] = encode_unexpected -encode_map[ "userdata" ] = encode_unexpected -encode_map[ "thread" ] = encode_unexpected - -function json.encode(v) - statusVisited = {} - statusBuilder = {} - encode(v) - return table_concat(statusBuilder) -end - -json._encode_map = encode_map -json._encode_string = encode_string - --- json.decode -- - -local statusBuf -local statusPos -local statusTop -local statusAry = {} -local statusRef = {} - -local function find_line() - local line = 1 - local pos = 1 - while true do - local f, _, nl1, nl2 = string_find(statusBuf, '([\n\r])([\n\r]?)', pos) - if not f then - return line, statusPos - pos + 1 - end - local newpos = f + ((nl1 == nl2 or nl2 == '') and 1 or 2) - if newpos > statusPos then - return line, statusPos - pos + 1 - end - pos = newpos - line = line + 1 - end -end - -local function decode_error(msg) - error(string_format("ERROR: %s at line %d col %d", msg, find_line()), 2) -end - -local function get_word() - return string_match(statusBuf, "^[^ \t\r\n%]},]*", statusPos) -end - -local function next_byte() - local pos = string_find(statusBuf, "[^ \t\r\n]", statusPos) - if pos then - statusPos = pos - return string_byte(statusBuf, pos) - end - return -1 -end - -local function consume_byte(c) - local _, pos = string_find(statusBuf, c, statusPos) - if pos then - statusPos = pos + 1 - return true - end -end - -local function expect_byte(c) - local _, pos = string_find(statusBuf, c, statusPos) - if not pos then - decode_error(string_format("expected '%s'", string_sub(c, #c))) - end - statusPos = pos -end - -local function decode_unicode_surrogate(s1, s2) - return utf8_char(0x10000 + (tonumber(s1, 16) - 0xd800) * 0x400 + (tonumber(s2, 16) - 0xdc00)) -end - -local function decode_unicode_escape(s) - return utf8_char(tonumber(s, 16)) -end - -local function decode_string() - local has_unicode_escape = false - local has_escape = false - local i = statusPos + 1 - while true do - i = string_find(statusBuf, '[%z\1-\31\\"]', i) - if not i then - decode_error "expected closing quote for string" - end - local x = string_byte(statusBuf, i) - if x < 32 then - statusPos = i - decode_error "control character in string" - end - if x == 34 --[[ '"' ]] then - local s = string_sub(statusBuf, statusPos + 1, i - 1) - if has_unicode_escape then - s = string_gsub(string_gsub(s - , "\\u([dD][89aAbB]%x%x)\\u([dD][c-fC-F]%x%x)", decode_unicode_surrogate) - , "\\u(%x%x%x%x)", decode_unicode_escape) - end - if has_escape then - s = string_gsub(s, "\\.", decode_escape_map) - end - statusPos = i + 1 - return s - end - --assert(x == 92 --[[ "\\" ]]) - local nx = string_byte(statusBuf, i+1) - if nx == 117 --[[ "u" ]] then - if not string_match(statusBuf, "^%x%x%x%x", i+2) then - statusPos = i - decode_error "invalid unicode escape in string" - end - has_unicode_escape = true - i = i + 6 - else - if not decode_escape_set[nx] then - statusPos = i - decode_error("invalid escape char '" .. (nx and string_char(nx) or "") .. "' in string") - end - has_escape = true - i = i + 2 - end - end -end - -local function decode_number() - local num, c = string_match(statusBuf, '^([0-9]+%.?[0-9]*)([eE]?)', statusPos) - if not num or string_byte(num, -1) == 0x2E --[[ "." ]] then - decode_error("invalid number '" .. get_word() .. "'") - end - if c ~= '' then - num = string_match(statusBuf, '^([^eE]*[eE][-+]?[0-9]+)[ \t\r\n%]},]', statusPos) - if not num then - decode_error("invalid number '" .. get_word() .. "'") - end - end - statusPos = statusPos + #num - return tonumber(num) -end - -local function decode_number_zero() - local num, c = string_match(statusBuf, '^(.%.?[0-9]*)([eE]?)', statusPos) - if not num or string_byte(num, -1) == 0x2E --[[ "." ]] or string_match(statusBuf, '^.[0-9]+', statusPos) then - decode_error("invalid number '" .. get_word() .. "'") - end - if c ~= '' then - num = string_match(statusBuf, '^([^eE]*[eE][-+]?[0-9]+)[ \t\r\n%]},]', statusPos) - if not num then - decode_error("invalid number '" .. get_word() .. "'") - end - end - statusPos = statusPos + #num - return tonumber(num) -end - -local function decode_number_negative() - statusPos = statusPos + 1 - local c = string_byte(statusBuf, statusPos) - if c then - if c == 0x30 then - return -decode_number_zero() - elseif c > 0x30 and c < 0x3A then - return -decode_number() - end - end - decode_error("invalid number '" .. get_word() .. "'") -end - -local function decode_true() - if string_sub(statusBuf, statusPos, statusPos+3) ~= "true" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 4 - return true -end - -local function decode_false() - if string_sub(statusBuf, statusPos, statusPos+4) ~= "false" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 5 - return false -end - -local function decode_null() - if string_sub(statusBuf, statusPos, statusPos+3) ~= "null" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 4 - return json.null -end - -local function decode_array() - statusPos = statusPos + 1 - if consume_byte "^[ \t\r\n]*%]" then - return {} - end - local res = {} - statusTop = statusTop + 1 - statusAry[statusTop] = true - statusRef[statusTop] = res - return res -end - -local function decode_object() - statusPos = statusPos + 1 - if consume_byte "^[ \t\r\n]*}" then - return json.createEmptyObject() - end - local res = {} - statusTop = statusTop + 1 - statusAry[statusTop] = false - statusRef[statusTop] = res - return res -end - -local decode_uncompleted_map = { - [ string_byte '"' ] = decode_string, - [ string_byte "0" ] = decode_number_zero, - [ string_byte "1" ] = decode_number, - [ string_byte "2" ] = decode_number, - [ string_byte "3" ] = decode_number, - [ string_byte "4" ] = decode_number, - [ string_byte "5" ] = decode_number, - [ string_byte "6" ] = decode_number, - [ string_byte "7" ] = decode_number, - [ string_byte "8" ] = decode_number, - [ string_byte "9" ] = decode_number, - [ string_byte "-" ] = decode_number_negative, - [ string_byte "t" ] = decode_true, - [ string_byte "f" ] = decode_false, - [ string_byte "n" ] = decode_null, - [ string_byte "[" ] = decode_array, - [ string_byte "{" ] = decode_object, -} -local function unexpected_character() - decode_error("unexpected character '" .. string_sub(statusBuf, statusPos, statusPos) .. "'") -end -local function unexpected_eol() - decode_error("unexpected character ''") -end - -local decode_map = {} -for i = 0, 255 do - decode_map[i] = decode_uncompleted_map[i] or unexpected_character -end -decode_map[-1] = unexpected_eol - -local function decode() - return decode_map[next_byte()]() -end - -local function decode_item() - local top = statusTop - local ref = statusRef[top] - if statusAry[top] then - ref[#ref+1] = decode() - else - expect_byte '^[ \t\r\n]*"' - local key = decode_string() - expect_byte '^[ \t\r\n]*:' - statusPos = statusPos + 1 - ref[key] = decode() - end - if top == statusTop then - repeat - local chr = next_byte(); statusPos = statusPos + 1 - if chr == 44 --[[ "," ]] then - return - end - if statusAry[statusTop] then - if chr ~= 93 --[[ "]" ]] then decode_error "expected ']' or ','" end - else - if chr ~= 125 --[[ "}" ]] then decode_error "expected '}' or ','" end - end - statusTop = statusTop - 1 - until statusTop == 0 - end -end - -function json.decode(str) - if type(str) ~= "string" then - error("expected argument of type string, got " .. type(str)) - end - statusBuf = str - statusPos = 1 - statusTop = 0 - local res = decode() - while statusTop > 0 do - decode_item() - end - if string_find(statusBuf, "[^ \t\r\n]", statusPos) then - decode_error "trailing garbage" - end - return res -end - -return json diff --git a/script/jsonc.lua b/script/jsonc.lua deleted file mode 100644 index 267ab31db..000000000 --- a/script/jsonc.lua +++ /dev/null @@ -1,374 +0,0 @@ -local type = type -local next = next -local error = error -local tonumber = tonumber -local string_char = string.char -local string_byte = string.byte -local string_find = string.find -local string_match = string.match -local string_gsub = string.gsub -local string_sub = string.sub -local string_format = string.format - -local utf8_char - -if _VERSION == "Lua 5.1" or _VERSION == "Lua 5.2" then - local math_floor = math.floor - function utf8_char(c) - if c <= 0x7f then - return string_char(c) - elseif c <= 0x7ff then - return string_char(math_floor(c / 64) + 192, c % 64 + 128) - elseif c <= 0xffff then - return string_char( - math_floor(c / 4096) + 224, - math_floor(c % 4096 / 64) + 128, - c % 64 + 128 - ) - elseif c <= 0x10ffff then - return string_char( - math_floor(c / 262144) + 240, - math_floor(c % 262144 / 4096) + 128, - math_floor(c % 4096 / 64) + 128, - c % 64 + 128 - ) - end - error(string_format("invalid UTF-8 code '%x'", c)) - end -else - utf8_char = utf8.char -end - -local json = require "json" - -local encode_escape_map = { - [ "\"" ] = "\\\"", - [ "\\" ] = "\\\\", - [ "/" ] = "\\/", - [ "\b" ] = "\\b", - [ "\f" ] = "\\f", - [ "\n" ] = "\\n", - [ "\r" ] = "\\r", - [ "\t" ] = "\\t", -} - -local decode_escape_set = {} -local decode_escape_map = {} -for k, v in next, encode_escape_map do - decode_escape_map[v] = k - decode_escape_set[string_byte(v, 2)] = true -end - -local statusBuf -local statusPos -local statusTop -local statusAry = {} -local statusRef = {} - -local function find_line() - local line = 1 - local pos = 1 - while true do - local f, _, nl1, nl2 = string_find(statusBuf, '([\n\r])([\n\r]?)', pos) - if not f then - return line, statusPos - pos + 1 - end - local newpos = f + ((nl1 == nl2 or nl2 == '') and 1 or 2) - if newpos > statusPos then - return line, statusPos - pos + 1 - end - pos = newpos - line = line + 1 - end -end - -local function decode_error(msg) - error(string_format("ERROR: %s at line %d col %d", msg, find_line()), 2) -end - -local function get_word() - return string_match(statusBuf, "^[^ \t\r\n%]},]*", statusPos) -end - -local function skip_comment(b) - if b ~= 47 --[[ '/' ]] then - return - end - local c = string_byte(statusBuf, statusPos+1) - if c == 42 --[[ '*' ]] then - -- block comment - local pos = string_find(statusBuf, "*/", statusPos) - if pos then - statusPos = pos + 2 - else - statusPos = #statusBuf + 1 - end - return true - elseif c == 47 --[[ '/' ]] then - -- line comment - local pos = string_find(statusBuf, "[\r\n]", statusPos) - if pos then - statusPos = pos - else - statusPos = #statusBuf + 1 - end - return true - end -end - -local function next_byte() - local pos = string_find(statusBuf, "[^ \t\r\n]", statusPos) - if pos then - statusPos = pos - local b = string_byte(statusBuf, pos) - if not skip_comment(b) then - return b - end - return next_byte() - end - return -1 -end - -local function decode_unicode_surrogate(s1, s2) - return utf8_char(0x10000 + (tonumber(s1, 16) - 0xd800) * 0x400 + (tonumber(s2, 16) - 0xdc00)) -end - -local function decode_unicode_escape(s) - return utf8_char(tonumber(s, 16)) -end - -local function decode_string() - local has_unicode_escape = false - local has_escape = false - local i = statusPos + 1 - while true do - i = string_find(statusBuf, '[%z\1-\31\\"]', i) - if not i then - decode_error "expected closing quote for string" - end - local x = string_byte(statusBuf, i) - if x < 32 then - statusPos = i - decode_error "control character in string" - end - if x == 34 --[[ '"' ]] then - local s = string_sub(statusBuf, statusPos + 1, i - 1) - if has_unicode_escape then - s = string_gsub(string_gsub(s - , "\\u([dD][89aAbB]%x%x)\\u([dD][c-fC-F]%x%x)", decode_unicode_surrogate) - , "\\u(%x%x%x%x)", decode_unicode_escape) - end - if has_escape then - s = string_gsub(s, "\\.", decode_escape_map) - end - statusPos = i + 1 - return s - end - --assert(x == 92 --[[ "\\" ]]) - local nx = string_byte(statusBuf, i+1) - if nx == 117 --[[ "u" ]] then - if not string_match(statusBuf, "^%x%x%x%x", i+2) then - statusPos = i - decode_error "invalid unicode escape in string" - end - has_unicode_escape = true - i = i + 6 - else - if not decode_escape_set[nx] then - statusPos = i - decode_error("invalid escape char '" .. (nx and string_char(nx) or "") .. "' in string") - end - has_escape = true - i = i + 2 - end - end -end - -local function decode_number() - local num, c = string_match(statusBuf, '^([0-9]+%.?[0-9]*)([eE]?)', statusPos) - if not num or string_byte(num, -1) == 0x2E --[[ "." ]] then - decode_error("invalid number '" .. get_word() .. "'") - end - if c ~= '' then - num = string_match(statusBuf, '^([^eE]*[eE][-+]?[0-9]+)[ \t\r\n%]},/]', statusPos) - if not num then - decode_error("invalid number '" .. get_word() .. "'") - end - end - statusPos = statusPos + #num - return tonumber(num) -end - -local function decode_number_zero() - local num, c = string_match(statusBuf, '^(.%.?[0-9]*)([eE]?)', statusPos) - if not num or string_byte(num, -1) == 0x2E --[[ "." ]] or string_match(statusBuf, '^.[0-9]+', statusPos) then - decode_error("invalid number '" .. get_word() .. "'") - end - if c ~= '' then - num = string_match(statusBuf, '^([^eE]*[eE][-+]?[0-9]+)[ \t\r\n%]},/]', statusPos) - if not num then - decode_error("invalid number '" .. get_word() .. "'") - end - end - statusPos = statusPos + #num - return tonumber(num) -end - -local function decode_number_negative() - statusPos = statusPos + 1 - local c = string_byte(statusBuf, statusPos) - if c then - if c == 0x30 then - return -decode_number_zero() - elseif c > 0x30 and c < 0x3A then - return -decode_number() - end - end - decode_error("invalid number '" .. get_word() .. "'") -end - -local function decode_true() - if string_sub(statusBuf, statusPos, statusPos+3) ~= "true" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 4 - return true -end - -local function decode_false() - if string_sub(statusBuf, statusPos, statusPos+4) ~= "false" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 5 - return false -end - -local function decode_null() - if string_sub(statusBuf, statusPos, statusPos+3) ~= "null" then - decode_error("invalid literal '" .. get_word() .. "'") - end - statusPos = statusPos + 4 - return json.null -end - -local function decode_array() - statusPos = statusPos + 1 - local res = {} - local chr = next_byte() - if chr == 93 --[[ ']' ]] then - statusPos = statusPos + 1 - return res - end - statusTop = statusTop + 1 - statusAry[statusTop] = true - statusRef[statusTop] = res - return res -end - -local function decode_object() - statusPos = statusPos + 1 - local res = {} - local chr = next_byte() - if chr == 125 --[[ ']' ]] then - statusPos = statusPos + 1 - return json.createEmptyObject() - end - statusTop = statusTop + 1 - statusAry[statusTop] = false - statusRef[statusTop] = res - return res -end - -local decode_uncompleted_map = { - [ string_byte '"' ] = decode_string, - [ string_byte "0" ] = decode_number_zero, - [ string_byte "1" ] = decode_number, - [ string_byte "2" ] = decode_number, - [ string_byte "3" ] = decode_number, - [ string_byte "4" ] = decode_number, - [ string_byte "5" ] = decode_number, - [ string_byte "6" ] = decode_number, - [ string_byte "7" ] = decode_number, - [ string_byte "8" ] = decode_number, - [ string_byte "9" ] = decode_number, - [ string_byte "-" ] = decode_number_negative, - [ string_byte "t" ] = decode_true, - [ string_byte "f" ] = decode_false, - [ string_byte "n" ] = decode_null, - [ string_byte "[" ] = decode_array, - [ string_byte "{" ] = decode_object, -} -local function unexpected_character() - decode_error("unexpected character '" .. string_sub(statusBuf, statusPos, statusPos) .. "'") -end -local function unexpected_eol() - decode_error("unexpected character ''") -end - -local decode_map = {} -for i = 0, 255 do - decode_map[i] = decode_uncompleted_map[i] or unexpected_character -end -decode_map[-1] = unexpected_eol - -local function decode() - return decode_map[next_byte()]() -end - -local function decode_item() - local top = statusTop - local ref = statusRef[top] - if statusAry[top] then - ref[#ref+1] = decode() - else - local key = decode_string() - if next_byte() ~= 58 --[[ ':' ]] then - decode_error "expected ':'" - end - statusPos = statusPos + 1 - ref[key] = decode() - end - if top == statusTop then - repeat - local chr = next_byte(); statusPos = statusPos + 1 - if chr == 44 --[[ "," ]] then - local c = next_byte() - if statusAry[statusTop] then - if c ~= 93 --[[ "]" ]] then return end - else - if c ~= 125 --[[ "}" ]] then return end - end - statusPos = statusPos + 1 - else - if statusAry[statusTop] then - if chr ~= 93 --[[ "]" ]] then decode_error "expected ']' or ','" end - else - if chr ~= 125 --[[ "}" ]] then decode_error "expected '}' or ','" end - end - end - statusTop = statusTop - 1 - until statusTop == 0 - end -end - -function json.decode_jsonc(str) - if type(str) ~= "string" then - error("expected argument of type string, got " .. type(str)) - end - statusBuf = str - statusPos = 1 - statusTop = 0 - if next_byte() == -1 then - return json.null - end - local res = decode() - while statusTop > 0 do - decode_item() - end - if string_find(statusBuf, "[^ \t\r\n]", statusPos) then - decode_error "trailing garbage" - end - return res -end - -return json diff --git a/script/jsonrpc.lua b/script/jsonrpc.lua deleted file mode 100644 index 6de6da5b8..000000000 --- a/script/jsonrpc.lua +++ /dev/null @@ -1,73 +0,0 @@ -local json = require 'json' -local inspect = require 'inspect' -local pcall = pcall -local tonumber = tonumber - ----@class jsonrpc -local m = {} -m.type = 'jsonrpc' - -function m.encode(pack) - pack.jsonrpc = '2.0' - local content = json.encode(pack) - local buf = ('Content-Length: %d\r\n\r\n%s'):format(#content, content) - return buf -end - ----@param reader fun(arg: integer):string -local function readProtoHead(reader) - local head = {} - local line = '' - while true do - local char = reader(1) - if char == nil then - -- 说明管道已经关闭了 - return nil, 'Disconnected!' - end - line = line .. char - if line == '\r\n' then - break - end - if line:sub(-2) ~= '\r\n' then - goto continue - end - local k, v = line:match '^([^:]+)%s*%:%s*(.+)\r\n$' - if not k then - return nil, 'Proto header error: ' .. line - end - if k == 'Content-Length' then - v = tonumber(v) - end - head[k] = v - line = '' - ::continue:: - end - return head -end - ----@param reader fun(arg: integer):string -function m.decode(reader) - local head, err = readProtoHead(reader) - if not head then - return nil, err - end - local len = head['Content-Length'] - if not len then - return nil, 'Proto header error: ' .. inspect(head) - end - local content = reader(len) - if not content then - return nil, 'Proto read error' - end - ---@type any - local null = json.null - json.null = nil - local suc, res = pcall(json.decode, content) - json.null = null - if not suc then - return nil, 'Proto parse error: ' .. res - end - return res -end - -return m diff --git a/script/language.lua b/script/language.lua deleted file mode 100644 index 22546fb8a..000000000 --- a/script/language.lua +++ /dev/null @@ -1,144 +0,0 @@ -local fs = require 'bee.filesystem' -local util = require 'utility' -local lloader = require 'locale-loader' - -local function supportLanguage() - local list = {} - for path in fs.pairs(ROOT / 'locale') do - if fs.is_directory(path) then - local id = path:filename():string():lower() - list[#list+1] = id - list[id] = true - end - end - return list -end - -local function getLanguage(id) - local support = supportLanguage() - -- 检查是否支持语言 - if support[id] then - return id - end - if not id then - return 'en-us' - end - -- 根据语言的前2个字母来找近似语言 - for _, lang in ipairs(support) do - if lang:sub(1, 2) == id:sub(1, 2) then - return lang - end - end - -- 使用英文 - return 'en-us' -end - -local function loadFileByLanguage(name, language) - local path = ROOT / 'locale' / language / (name .. '.lua') - local buf = util.loadFile(path:string()) - if not buf then - return {} - end - local suc, tbl = xpcall(lloader, log.error, buf, path:string()) - if not suc then - return {} - end - return tbl -end - -local function formatAsArray(str, ...) - local index = 0 - local args = {...} - return str:gsub('%{(.-)%}', function (pat) - local id, fmt - local pos = pat:find(':', 1, true) - if pos then - id = pat:sub(1, pos-1) - fmt = pat:sub(pos+1) - else - id = pat - fmt = 's' - end - id = tonumber(id) - if not id then - index = index + 1 - id = index - end - return ('%'..fmt):format(args[id]) - end) -end - -local function formatAsTable(str, ...) - local args = ... - return str:gsub('%{(.-)%}', function (pat) - local id, fmt - local pos = pat:find(':', 1, true) - if pos then - id = pat:sub(1, pos-1) - fmt = pat:sub(pos+1) - else - id = pat - fmt = 's' - end - if not id then - return - end - return ('%'..fmt):format(args[id]) - end) -end - -local function loadLang(name, language) - local tbl = loadFileByLanguage(name, 'en-us') - if language ~= 'en-us' then - local other = loadFileByLanguage(name, language) - for k, v in pairs(other) do - tbl[k] = v - end - end - return setmetatable(tbl, { - __index = function (self, key) - self[key] = key - return key - end, - __call = function (self, key, ...) - local str = self[key] - if not ... then - return str - end - local suc, res - if type(...) == 'table' then - suc, res = pcall(formatAsTable, str, ...) - else - suc, res = pcall(formatAsArray, str, ...) - end - if suc then - return res - else - -- 这里不能使用翻译,以免死循环 - log.warn(('[%s][%s-%s] formated error: %s'):format( - language, name, key, str - )) - return str - end - end, - }) -end - -return setmetatable({ - id = 'en-us', -}, { - __index = function (self, name) - local tbl = loadLang(name, self.id) - self[name] = tbl - return tbl - end, - __call = function (self, id) - local language = getLanguage(id) - log.info(('VSC language: %s'):format(id)) - log.info(('LS language: %s'):format(language)) - for k in pairs(self) do - self[k] = nil - end - self.id = language - end, -}) diff --git a/script/lazy-cacher.lua b/script/lazy-cacher.lua deleted file mode 100644 index d6b29ba9d..000000000 --- a/script/lazy-cacher.lua +++ /dev/null @@ -1,171 +0,0 @@ -local fs = require 'bee.filesystem' -local linkedTable = require 'linked-table' - -local setmt = setmetatable -local pairs = pairs -local iopen = io.open -local mmax = math.max - -_ENV = nil - ----@class lazy-cacher ----@field _opening linked-table ----@field _openingMap table ----@field _dir string -local mt = {} -mt.__index = mt -mt.type = 'lazy-cacher' - -mt.maxOpendFiles = 50 -mt.maxFileSize = 100 * 1024 * 1024 -- 100MB -mt.openingFiles = {} - -mt.errorHandler = function (err) end - ----@param fileID string -function mt:_closeFile(fileID) - self._opening:pop(fileID) - self._openingMap[fileID]:close() - self._openingMap[fileID] = nil -end - ----@param fileID string ----@return file*? ----@return string? errorMessage -function mt:_getFile(fileID) - if self._openingMap[fileID] then - self._opening:pop(fileID) - self._opening:pushTail(fileID) - return self._openingMap[fileID] - end - local fullPath = self._dir .. '/' .. fileID - local file, err = iopen(fullPath, 'a+b') - if not file then - return nil, err - end - self._opening:pushTail(fileID) - self._openingMap[fileID] = file - if self._opening:getSize() > self.maxOpendFiles then - local oldest = self._opening:getHead() - self:_closeFile(oldest) - end - return file -end - ----@param fileID string ----@return fun(id: integer, code: string): boolean ----@return fun(id: integer): string? -function mt:writterAndReader(fileID) - local maxFileSize = self.maxFileSize - local map = {} - ---@param file file* - local function resize(file) - local codes = {} - for id, data in pairs(map) do - local offset = data // 1000000 - local len = data % 1000000 - local suc, err = file:seek('set', offset) - if not suc then - self.errorHandler(err) - return - end - local code = file:read(len) - codes[id] = code - end - - self:_closeFile(fileID) - local fullPath = self._dir .. '/' .. fileID - local file, err = iopen(fullPath, 'wb') - if not file then - self.errorHandler(err) - return - end - - local offset = 0 - for id, code in pairs(codes) do - file:write(code) - map[id] = offset * 1000000 + #code - offset = offset + #code - end - file:close() - end - ---@param id integer - ---@param code string - ---@return boolean - local function writter(id, code) - if not code then - map[id] = nil - return true - end - if #code > 1000000 then - return false - end - local file, err = self:_getFile(fileID) - if not file then - self.errorHandler(err) - return false - end - local offset, err = file:seek('end') - if not offset then - self.errorHandler(err) - return false - end - if offset > maxFileSize then - resize(file) - file, err = self:_getFile(fileID) - if not file then - self.errorHandler(err) - return false - end - offset, err = file:seek('end') - if not offset then - self.errorHandler(err) - return false - end - maxFileSize = mmax(maxFileSize, (offset + #code) * 2) - end - local suc, err = file:write(code) - if not suc then - self.errorHandler(err) - return false - end - map[id] = offset * 1000000 + #code - return true - end - ---@param id integer - ---@return string? - local function reader(id) - if not map[id] then - return nil - end - local file, err = self:_getFile(fileID) - if not file then - self.errorHandler(err) - return nil - end - local offset = map[id] // 1000000 - local len = map[id] % 1000000 - local suc, err = file:seek('set', offset) - if not suc then - self.errorHandler(err) - return nil - end - local code = file:read(len) - return code - end - return writter, reader -end - ----@param dir string ----@param errorHandle? fun(string) ----@return lazy-cacher? -return function (dir, errorHandle) - fs.create_directories(fs.path(dir)) - local self = setmt({ - _dir = dir, - _opening = linkedTable(), - _openingMap = {}, - errorHandler = errorHandle, - }, mt) - return self -end diff --git a/script/lazytable.lua b/script/lazytable.lua deleted file mode 100644 index f964f236c..000000000 --- a/script/lazytable.lua +++ /dev/null @@ -1,353 +0,0 @@ -local type = type -local pairs = pairs -local error = error -local next = next -local load = load -local setmt = setmetatable -local rawset = rawset -local sdump = string.dump -local sbyte = string.byte -local smatch = string.match -local sformat = string.format -local tconcat = table.concat - -_ENV = nil - ----@class lazytable.builder ----@field source table ----@field codeMap table ----@field dumpMark table ----@field excludes table ----@field refMap table ----@field instMap table -local mt = {} -mt.__index = mt -mt.tableID = 1 -mt.keyID = 1 - -local DUMMY = function() end - -local RESERVED = { - ['and'] = true, - ['break'] = true, - ['do'] = true, - ['else'] = true, - ['elseif'] = true, - ['end'] = true, - ['false'] = true, - ['for'] = true, - ['function'] = true, - ['if'] = true, - ['in'] = true, - ['local'] = true, - ['nil'] = true, - ['not'] = true, - ['or'] = true, - ['repeat'] = true, - ['return'] = true, - ['then'] = true, - ['true'] = true, - ['until'] = true, - ['while'] = true, - ['goto'] = true -} - ----@param k string|integer ----@return string -local function formatKey(k) - if type(k) == 'string' then - if not RESERVED[k] and smatch(k, '^[%a_][%w_]*$') then - return k - else - return sformat('[%q]', k) - end - end - if type(k) == 'number' then - return sformat('[%q]', k) - end - error('invalid key type: ' .. type(k)) -end - ----@param v string|number|boolean -local function formatValue(v) - return sformat('%q', v) -end - ----@param info {[1]: table, [2]: integer, [3]: table?} ----@return string -local function dump(info) - local codeBuf = {} - - codeBuf[#codeBuf + 1] = 'return{{' - local hasFields - for k, v in pairs(info[1]) do - if hasFields then - codeBuf[#codeBuf + 1] = ',' - else - hasFields = true - end - codeBuf[#codeBuf+1] = sformat('%s=%s' - , formatKey(k) - , formatValue(v) - ) - end - codeBuf[#codeBuf+1] = '}' - - codeBuf[#codeBuf+1] = sformat(',%d', formatValue(info[2])) - - if info[3] then - codeBuf[#codeBuf+1] = ',{' - hasFields = false - for k, v in pairs(info[3]) do - if hasFields then - codeBuf[#codeBuf+1] = ',' - else - hasFields = true - end - codeBuf[#codeBuf+1] = sformat('%s=%s' - , formatKey(k) - , formatValue(v) - ) - end - codeBuf[#codeBuf+1] = '}' - end - - codeBuf[#codeBuf + 1] = '}' - - return tconcat(codeBuf) -end - ----@param obj table|function|userdata|thread ----@return integer -function mt:getObjectID(obj) - if self.dumpMark[obj] then - return self.dumpMark[obj] - end - local id = self.tableID - self.tableID = self.tableID + 1 - self.dumpMark[obj] = id - if self.excludes[obj] or type(obj) ~= 'table' then - self.refMap[obj] = id - self.instMap[id] = obj - return id - end - - if not next(obj) then - self.codeMap[id] = nil - return id - end - - local fields = {} - local objs - for k, v in pairs(obj) do - local tp = type(v) - if tp == 'string' or tp == 'number' or tp == 'boolean' then - fields[k] = v - else - if not objs then - objs = {} - end - objs[k] = self:getObjectID(v) - end - end - - local code = dump({fields, #obj, objs}) - - self.codeMap[id] = code - return id -end - ----@param writter fun(id: integer, code: string): boolean ----@param reader fun(id: integer): string? -function mt:bind(writter, reader) - setmt(self.codeMap, { - __newindex = function (t, id, code) - local suc = writter(id, code) - if not suc then - rawset(t, id, code) - end - end, - __index = function (_, id) - return reader(id) - end - }) -end - ----@param t table -function mt:exclude(t) - self.excludes[t] = true - return self -end - ----@return table -function mt:entry() - local entryID = self:getObjectID(self.source) - - local codeMap = self.codeMap - local refMap = self.refMap - local instMap = self.instMap - local tableID = self.tableID - ---@type table - local idMap = {} - ---@type table - local infoMap = setmt({}, { - __mode = 'v', - __index = function (map, t) - local id = idMap[t] - local code = codeMap[id] - if not code then - return nil - end - local f = load(code) - if not f then - return nil - end - --if sbyte(code, 1, 1) ~= 27 then - -- codeMap[id] = sdump(f, true) - --end - local info = f() - map[t] = info - return info - end - }) - - local lazyload = { - ref = refMap, - __index = function(t, k) - local info = infoMap[t] - if not info then - return nil - end - local fields = info[1] - - local keyID = k - - local v = fields[keyID] - if v ~= nil then - return v - end - - local refs = info[3] - if not refs then - return nil - end - - local ref = refs[keyID] - if not ref then - return nil - end - - return instMap[ref] - end, - __newindex = function(t, k, v) - local info = infoMap[t] - local fields = info and info[1] or {} - local len = info and info[2] or 0 - local objs = info and info[3] - fields[k] = nil - if objs then - objs[k] = nil - end - if v ~= nil then - local tp = type(v) - if tp == 'string' or tp == 'number' or tp == 'boolean' then - fields[k] = v - else - if not objs then - objs = {} - end - local id = refMap[v] or idMap[v] - if not id then - id = tableID - refMap[v] = id -- 新赋值的对象一定会被引用住 - instMap[id] = v - tableID = tableID + 1 - end - objs[k] = id - end - end - info = { fields, len, objs } - local id = idMap[t] - local code = dump(info) - infoMap[id] = nil - codeMap[id] = nil - codeMap[id] = code - end, - __len = function (t) - local info = infoMap[t] - if not info then - return 0 - end - return info[2] - end, - __pairs = function (t) - local info = infoMap[t] - if not info then - return DUMMY - end - local fields = info[1] - local objs = info[3] - local keys = {} - for k in pairs(fields) do - keys[#keys+1] = k - end - if objs then - for k in pairs(objs) do - keys[#keys+1] = k - end - end - local i = 0 - return function() - i = i + 1 - local k = keys[i] - return k, t[k] - end - end, - } - - setmt(idMap, { __mode = 'k' }) - - setmt(instMap, { - __mode = 'v', - __index = function (map, id) - local inst = {} - idMap[inst] = id - map[id] = inst - - return setmt(inst, lazyload) - end, - }) - - local entry = instMap[entryID] --[[@as table]] - - self.source = nil - self.dumpMark = nil - - return entry -end - ----@class lazytable -local m = {} - ----@param t table ----@param writter? fun(id: integer, code: string): boolean ----@param reader? fun(id: integer): string? ----@return lazytable.builder -function m.build(t, writter, reader) - local builder = setmt({ - source = t, - codeMap = {}, - refMap = {}, - instMap = {}, - dumpMark = {}, - excludes = setmt({}, { __mode = 'k' }), - }, mt) - - if writter and reader then - builder:bind(writter, reader) - end - - return builder -end - -return m diff --git a/script/lclient.lua b/script/lclient.lua deleted file mode 100644 index 13b431b0c..000000000 --- a/script/lclient.lua +++ /dev/null @@ -1,233 +0,0 @@ -local gc = require 'gc' -local util = require 'utility' -local proto = require 'proto' -local await = require 'await' -local timer = require 'timer' -local pub = require 'pub' -local json = require 'json' - -require 'provider' - -local counter = util.counter() - ----@class languageClient ----@field _outs table ----@field _gc gc ----@field _waiting table ----@field _methods table ----@field onSend function -local mt = {} -mt.__index = mt - -function mt:__close() - self:remove() -end - -function mt:_fakeProto() - ---@diagnostic disable-next-line: duplicate-set-field - proto.send = function (data) - self._outs[#self._outs+1] = data - if self.onSend then - self:onSend(data) - end - end -end - -function mt:_flushServer() - -- reset scopes - local ws = require 'workspace' - local scope = require 'workspace.scope' - local files = require 'files' - ws.reset() - scope.reset() - files.reset() -end - -function mt:_localLoadFile() - local awaitTask = pub.awaitTask - ---@async - ---@param name string - ---@param params any - ---@diagnostic disable-next-line: duplicate-set-field - pub.awaitTask = function (name, params) - if name == 'loadFile' then - local path = params - return util.loadFile(path) - end - return awaitTask(name, params) - end - self:gc(function () - pub.awaitTask = awaitTask - end) -end - ----@async -function mt:initialize(params) - self:awaitRequest('initialize', params or {}) - self:notify('initialized') -end - -function mt:reportHangs() - local hangs = {} - hangs[#hangs+1] = ('====== C -> S ======') - for _, waiting in util.sortPairs(self._waiting) do - hangs[#hangs+1] = ('%03d %s'):format(waiting.id, waiting.method) - end - hangs[#hangs+1] = ('====== S -> C ======') - for _, waiting in util.sortPairs(proto.waiting) do - hangs[#hangs+1] = ('%03d %s'):format(waiting.id, waiting.method) - end - hangs[#hangs+1] = ('====================') - return table.concat(hangs, '\n') -end - ----@param callback async fun(client: languageClient) -function mt:start(callback) - CLI = true - - self:_fakeProto() - self:_flushServer() - self:_localLoadFile() - - local finished = false - - await.setErrorHandle(function (...) - local msg = log.error(...) - error(msg) - end) - - ---@async - await.call(function () - callback(self) - finished = true - end) - - local jumpedTime = 0 - - while true do - if finished and #self._outs == 0 then - break - end - timer.update() - if await.step() then - goto CONTINUE - end - if self:update() then - goto CONTINUE - end - timer.timeJump(1.0) - jumpedTime = jumpedTime + 1.0 - if jumpedTime > 2 * 60 * 60 then - error('two hours later ...\n' .. self:reportHangs()) - end - ::CONTINUE:: - end - - self:remove() - - CLI = false -end - -function mt:gc(obj) - return self._gc:add(obj) -end - -function mt:remove() - self._gc:remove() -end - -function mt:notify(method, params) - proto.doMethod { - method = method, - params = params, - } -end - -function mt:request(method, params, callback) - local id = counter() - self._waiting[id] = { - id = id, - params = params, - callback = callback, - } - proto.doMethod { - id = id, - method = method, - params = params, - } -end - ----@async -function mt:awaitRequest(method, params) - return await.wait(function (waker) - self:request(method, params, function (result) - if result == json.null then - result = nil - end - waker(result) - end) - end) -end - -function mt:update() - local outs = self._outs - if #outs == 0 then - return false - end - self._outs = {} - for _, out in ipairs(outs) do - if out.method then - local callback = self._methods[out.method] - if callback then - local result = callback(out.params) - await.call(function () - if out.id then - proto.doResponse { - id = out.id, - result = result, - } - end - end) - elseif out.method:sub(1, 2) ~= '$/' then - error('Unknown method: ' .. out.method) - end - else - local callback = self._waiting[out.id].callback - self._waiting[out.id] = nil - callback(out.result, out.error) - end - end - return true -end - -function mt:register(method, callback) - self._methods[method] = callback -end - -function mt:registerFakers() - for _, method in ipairs { - 'textDocument/publishDiagnostics', - 'workspace/configuration', - 'workspace/semanticTokens/refresh', - 'workspace/diagnostic/refresh', - 'window/workDoneProgress/create', - 'window/showMessage', - 'window/showMessageRequest', - 'window/logMessage', - } do - self:register(method, function () - return nil - end) - end -end - ----@return languageClient -return function () - local self = setmetatable({ - _gc = gc(), - _outs = {}, - _waiting = {}, - _methods = {}, - }, mt) - return self -end diff --git a/script/library.lua b/script/library.lua deleted file mode 100644 index 4446797a7..000000000 --- a/script/library.lua +++ /dev/null @@ -1,674 +0,0 @@ -local fs = require 'bee.filesystem' -local plat = require 'bee.platform' -local config = require 'config' -local util = require 'utility' -local lang = require 'language' -local client = require 'client' -local lloader = require 'locale-loader' -local fsu = require 'fs-utility' -local define = require "proto.define" -local files = require 'files' -local await = require 'await' -local encoder = require 'encoder' -local ws = require 'workspace.workspace' -local scope = require 'workspace.scope' -local inspect = require 'inspect' -local jsonb = require 'json-beautify' -local jsonc = require 'jsonc' - -local m = {} - -m.metaPaths = {} - -local function getDocFormater(uri) - local version = config.get(uri, 'Lua.runtime.version') - if client.isVSCode() then - if version == 'Lua 5.1' then - return 'HOVER_NATIVE_DOCUMENT_LUA51' - elseif version == 'Lua 5.2' then - return 'HOVER_NATIVE_DOCUMENT_LUA52' - elseif version == 'Lua 5.3' then - return 'HOVER_NATIVE_DOCUMENT_LUA53' - elseif version == 'Lua 5.4' then - return 'HOVER_NATIVE_DOCUMENT_LUA54' - elseif version == 'LuaJIT' then - return 'HOVER_NATIVE_DOCUMENT_LUAJIT' - end - else - if version == 'Lua 5.1' then - return 'HOVER_DOCUMENT_LUA51' - elseif version == 'Lua 5.2' then - return 'HOVER_DOCUMENT_LUA52' - elseif version == 'Lua 5.3' then - return 'HOVER_DOCUMENT_LUA53' - elseif version == 'Lua 5.4' then - return 'HOVER_DOCUMENT_LUA54' - elseif version == 'LuaJIT' then - return 'HOVER_DOCUMENT_LUAJIT' - end - end -end - -local function convertLink(uri, text) - local fmt = getDocFormater(uri) - return text:gsub('%$([%.%w_%:]+)', function (name) - local lastDot = '' - if name:sub(-1) == '.' then - name = name:sub(1, -2) - lastDot = '.' - end - if fmt then - return ('[%s](%s)'):format(name, lang.script(fmt, 'pdf-' .. name)) .. lastDot - else - return ('`%s`'):format(name) .. lastDot - end - end):gsub('§([%.%w]+)', function (name) - local lastDot = '' - if name:sub(-1) == '.' then - name = name:sub(1, -2) - lastDot = '.' - end - if fmt then - return ('[§%s](%s)'):format(name, lang.script(fmt, name)) .. lastDot - else - return ('`%s`'):format(name) .. lastDot - end - end) -end - -local function createViewDocument(name) - local fmt = getDocFormater() - if not fmt then - return nil - end - name = name:match '[%w_%.%:]+' - if name:sub(-1) == '.' then - name = name:sub(1, -2) - end - return ('[%s](%s)'):format(lang.script.HOVER_VIEW_DOCUMENTS, lang.script(fmt, 'pdf-' .. name)) -end - -local function compileSingleMetaDoc(uri, script, metaLang, status) - if not script then - log.error('no meta?', uri) - return nil - end - - local middleBuf = {} - local compileBuf = {} - - local last = 1 - for start, lua, finish in script:gmatch '()%-%-%-%#([^\n\r]*)()' do - middleBuf[#middleBuf+1] = ('PUSH [===[%s]===]'):format(script:sub(last, start - 1)) - middleBuf[#middleBuf+1] = lua - last = finish - end - middleBuf[#middleBuf+1] = ('PUSH [===[%s]===]'):format(script:sub(last)) - local middleScript = table.concat(middleBuf, '\n') - local version, jit - if config.get(uri, 'Lua.runtime.version') == 'LuaJIT' then - version = 5.1 - jit = true - else - version = tonumber(config.get(uri, 'Lua.runtime.version'):sub(-3)) or 5.4 - jit = false - end - - local disable = false - local env = setmetatable({ - VERSION = version, - JIT = jit, - PUSH = function (text) - compileBuf[#compileBuf+1] = text - end, - DES = function (name) - local des = metaLang[name] - if not des then - des = ('Miss locale <%s>'):format(name) - end - compileBuf[#compileBuf+1] = '---\n' - for line in util.eachLine(des) do - compileBuf[#compileBuf+1] = '---' - compileBuf[#compileBuf+1] = convertLink(uri, line) - compileBuf[#compileBuf+1] = '\n' - end - local viewDocument = createViewDocument(name) - if viewDocument then - compileBuf[#compileBuf+1] = '---\n---' - compileBuf[#compileBuf+1] = viewDocument - compileBuf[#compileBuf+1] = '\n' - end - compileBuf[#compileBuf+1] = '---\n' - end, - DESTAIL = function (name) - local des = metaLang[name] - if not des then - des = ('Miss locale <%s>'):format(name) - end - compileBuf[#compileBuf+1] = convertLink(uri, des) - compileBuf[#compileBuf+1] = '\n' - end, - ALIVE = function (str) - local isAlive - for piece in str:gmatch '[^%,]+' do - if piece:sub(1, 1) == '>' then - local alive = tonumber(piece:sub(2)) - if not alive or version >= alive then - isAlive = true - break - end - elseif piece:sub(1, 1) == '<' then - local alive = tonumber(piece:sub(2)) - if not alive or version <= alive then - isAlive = true - break - end - else - local alive = tonumber(piece) - if not alive or version == alive then - isAlive = true - break - end - end - end - if not isAlive then - compileBuf[#compileBuf+1] = '---@deprecated\n' - end - end, - DISABLE = function () - disable = true - end, - }, { __index = _ENV }) - - util.saveFile((ROOT / 'log' / 'middleScript.lua'):string(), middleScript) - - local suc = xpcall(function () - assert(load(middleScript, middleScript, 't', env))() - end, log.error) - if not suc then - log.debug('MiddleScript:\n', middleScript) - end - local text = table.concat(compileBuf) - if disable and status == 'default' then - return text, false - end - if status == 'disable' then - return text, false - end - return text, true -end - -local function loadMetaLocale(langID, result) - result = result or {} - local path = (ROOT / 'locale' / langID / 'meta.lua'):string() - local localeContent = util.loadFile(path) - if localeContent then - xpcall(lloader, log.error, localeContent, path, result) - end - return result -end - -local function initBuiltIn(uri) - log.info('Init builtin library at:', uri) - local scp = scope.getScope(uri) - local langID = lang.id - local version = config.get(uri, 'Lua.runtime.version') - local encoding = config.get(uri, 'Lua.runtime.fileEncoding') - ---@type fs.path - local metaPath = fs.path(METAPATH) / config.get(uri, 'Lua.runtime.meta'):gsub('%$%{(.-)%}', { - version = version, - language = langID, - encoding = encoding, - }) - - local metaLang = loadMetaLocale('en-US') - if langID ~= 'en-US' then - loadMetaLocale(langID, metaLang) - end - - local metaPaths = {} - scp:set('metaPaths', metaPaths) - local suc = xpcall(function () - if not fs.exists(metaPath) then - fs.create_directories(metaPath) - end - end, log.error) - if not suc then - log.warn('Init builtin failed.') - return - end - local out = fsu.dummyFS() - local templateDir = ROOT / 'meta' / 'template' - for libName, status in pairs(define.BuiltIn) do - status = config.get(uri, 'Lua.runtime.builtin')[libName] or status - log.debug('Builtin status:', libName, status) - - ---@type fs.path - local libPath = templateDir / (libName .. '.lua') - local metaDoc, include = compileSingleMetaDoc(uri, fsu.loadFile(libPath), metaLang, status) - if metaDoc then - metaDoc = encoder.encode(encoding, metaDoc, 'auto') - - local outputLibName = libName:gsub('%.', '/') .. '.lua' - if outputLibName ~= libName then - out:createDirectories(fs.path(outputLibName):parent_path()) - end - - local ok, err = out:saveFile(outputLibName, metaDoc) - if not ok then - log.debug("Save Meta File Failed:", err) - goto CONTINUE - end - - local outputPath = metaPath / outputLibName - m.metaPaths[outputPath:string()] = true - log.debug('Meta path:', outputPath:string()) - - if include then - metaPaths[#metaPaths+1] = outputPath:string() - end - end - ::CONTINUE:: - end - local result = fsu.fileSync(out, metaPath) - if #result.err > 0 then - log.warn('File sync error:', inspect(result)) - end -end - ----@param libraryDir fs.path ----@return table? -local function loadSingle3rdConfigFromJson(libraryDir) - local path = libraryDir / 'config.json' - local configText = fsu.loadFile(path) - if not configText then - return nil - end - - local suc, cfg = xpcall(jsonc.decode_jsonc, function (err) - log.error('Decode config.json failed at:', libraryDir:string(), err) - end, configText) - if not suc then - return nil - end - - if type(cfg) ~= 'table' then - log.error('config.json must be an object:', libraryDir:string()) - return nil - end - - return cfg -end - ----@param libraryDir fs.path ----@return table? -local function loadSingle3rdConfigFromLua(libraryDir) - local path = libraryDir / 'config.lua' - local configText = fsu.loadFile(path) - if not configText then - return nil - end - - local env = setmetatable({}, { __index = _G }) - local f, err = load(configText, '@' .. libraryDir:string(), 't', env) - if not f then - log.error('Load config.lua failed at:', libraryDir:string(), err) - return nil - end - - local suc = xpcall(f, function (err) - log.error('Load config.lua failed at:', libraryDir:string(), err) - end) - - if not suc then - return nil - end - - local cfg = {} - for k, v in pairs(env) do - cfg[k] = v - end - - return cfg -end - ----@param libraryDir fs.path -local function loadSingle3rdConfig(libraryDir) - local cfg = loadSingle3rdConfigFromJson(libraryDir) - if not cfg then - cfg = loadSingle3rdConfigFromLua(libraryDir) - if not cfg then - return - end - local jsonbuf = jsonb.beautify(cfg) - client.requestMessage('Info', lang.script.WINDOW_CONFIG_LUA_DEPRECATED, { - lang.script.WINDOW_CONVERT_CONFIG_LUA, - }, function (action, index) - if index == 1 and jsonbuf then - fsu.saveFile(libraryDir / 'config.json', jsonbuf) - fsu.fileRemove(libraryDir / 'config.lua') - end - end) - end - - cfg.path = libraryDir:filename():string() - cfg.name = cfg.name or cfg.path - - if fs.exists(libraryDir / 'plugin.lua') then - cfg.plugin = true - end - - if cfg.words then - for i, word in ipairs(cfg.words) do - cfg.words[i] = '()' .. word .. '()' - end - end - if cfg.files then - for i, filename in ipairs(cfg.files) do - if plat.OS == 'Windows' then - filename = filename:gsub('/', '\\') - else - filename = filename:gsub('\\', '/') - end - cfg.files[i] = '()' .. filename .. '()' - end - end - - return cfg -end - -local innerThirdDir = ROOT / 'meta' / '3rd' - -local function load3rdConfigInDir(dir, configs, inner) - if not fs.is_directory(dir) then - return - end - for libraryDir in fs.pairs(dir) do - local suc, res = xpcall(loadSingle3rdConfig, log.error, libraryDir) - if suc and res then - if inner then - res.dirname = ('${3rd}/%s'):format(res.path) - else - res.dirname = ('%s/%s'):format(dir:string(), res.path) - end - configs[#configs+1] = res - end - end -end - -local function load3rdConfig(uri) - local scp = scope.getScope(uri) - local configs = scp:get 'thirdConfigsCache' - if configs then - return configs - end - configs = {} - scp:set('thirdConfigsCache', configs) - load3rdConfigInDir(innerThirdDir, configs, true) - local thirdDirs = config.get(uri, 'Lua.workspace.userThirdParty') - for _, thirdDir in ipairs(thirdDirs) do - load3rdConfigInDir(fs.path(thirdDir), configs) - end - return configs -end - -local function apply3rd(uri, cfg, onlyMemory) - local changes = {} - if cfg.settings then - for key, value in pairs(cfg.settings) do - if type(value) == 'table' then - if #value == 0 then - for k, v in pairs(value) do - changes[#changes+1] = { - key = key, - action = 'prop', - prop = k, - value = v, - uri = uri, - } - end - else - for _, v in ipairs(value) do - changes[#changes+1] = { - key = key, - action = 'add', - value = v, - uri = uri, - } - end - end - else - changes[#changes+1] = { - key = key, - action = 'set', - value = value, - uri = uri, - } - end - end - end - - if cfg.plugin then - changes[#changes+1] = { - key = 'Lua.runtime.plugin', - action = 'set', - value = ('%s/plugin.lua'):format(cfg.dirname), - uri = uri, - } - end - - changes[#changes+1] = { - key = 'Lua.workspace.library', - action = 'add', - value = ('%s/library'):format(cfg.dirname), - uri = uri, - } - - client.setConfig(changes, onlyMemory) -end - -local hasAsked = {} ----@async -local function askFor3rd(uri, cfg, checkThirdParty) - if hasAsked[cfg.name] then - return nil - end - - if checkThirdParty == 'Apply' then - apply3rd(uri, cfg, false) - elseif checkThirdParty == 'ApplyInMemory' then - apply3rd(uri, cfg, true) - elseif checkThirdParty == 'Disable' then - return nil - elseif checkThirdParty == 'Ask' then - hasAsked[cfg.name] = true - local applyAndSetConfig = lang.script.WINDOW_APPLY_WHIT_SETTING - local applyInMemory = lang.script.WINDOW_APPLY_WHITOUT_SETTING - local dontShowAgain = lang.script.WINDOW_DONT_SHOW_AGAIN - local result = client.awaitRequestMessage('Info' - , lang.script('WINDOW_ASK_APPLY_LIBRARY', cfg.name) - , {applyAndSetConfig, applyInMemory, dontShowAgain} - ) - if not result then - -- "If none got selected" - -- See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showMessageRequest - return nil - end - if result == applyAndSetConfig then - apply3rd(uri, cfg, false) - elseif result == applyInMemory then - apply3rd(uri, cfg, true) - else - client.setConfig({ - { - key = 'Lua.workspace.checkThirdParty', - action = 'set', - value = 'Disable', - uri = uri, - }, - }, false) - end - end -end - ----@param a string ----@param b string ----@return boolean -local function wholeMatch(a, b) - local pos1, pos2 = a:match(b) - if not pos1 then - return false - end - local left = a:sub(pos1 - 1, pos1 - 1) - local right = a:sub(pos2, pos2) - if left:match '[%w_]' - or right:match '[%w_]' then - return false - end - return true -end - -local function check3rdByWords(uri, configs, checkThirdParty) - if not files.isLua(uri) then - return - end - local id = 'check3rdByWords:' .. uri - await.close(id) - await.call(function () ---@async - await.sleep(0.1) - local text = files.getText(uri) - if not text then - return - end - for _, cfg in ipairs(configs) do - if not cfg.words then - goto CONTINUE - end - if hasAsked[cfg.name] then - goto CONTINUE - end - local library = ('%s/library'):format(cfg.dirname) - if util.arrayHas(config.get(uri, 'Lua.workspace.library'), library) then - goto CONTINUE - end - for _, word in ipairs(cfg.words) do - await.delay() - if wholeMatch(text, word) then - log.info('Found 3rd library by word: ', word, uri, library, inspect(config.get(uri, 'Lua.workspace.library'))) - ---@async - await.call(function () - askFor3rd(uri, cfg, checkThirdParty) - end) - return - end - end - ::CONTINUE:: - end - end, id) -end - -local function check3rdByFileName(uri, configs, checkThirdParty) - local path = ws.getRelativePath(uri) - if not path then - return - end - local id = 'check3rdByFileName:' .. uri - await.close(id) - await.call(function () ---@async - await.sleep(0.1) - for _, cfg in ipairs(configs) do - if not cfg.files then - goto CONTINUE - end - if hasAsked[cfg.name] then - goto CONTINUE - end - local library = ('%s/library'):format(cfg.dirname) - if util.arrayHas(config.get(uri, 'Lua.workspace.library'), library) then - goto CONTINUE - end - for _, filename in ipairs(cfg.files) do - await.delay() - if wholeMatch(path, filename) then - log.info('Found 3rd library by filename: ', filename, uri, library, inspect(config.get(uri, 'Lua.workspace.library'))) - ---@async - await.call(function () - askFor3rd(uri, cfg, checkThirdParty) - end) - return - end - end - ::CONTINUE:: - end - end, id) -end - ----@async -local function check3rd(uri) - if ws.isIgnored(uri) then - return - end - local checkThirdParty = config.get(uri, 'Lua.workspace.checkThirdParty') - -- Backwards compatability: `checkThirdParty` used to be a boolean. - if not checkThirdParty or checkThirdParty == 'Disable' then - return - elseif checkThirdParty == true then - checkThirdParty = 'Ask' - end - local scp = scope.getScope(uri) - if not scp:get 'canCheckThirdParty' then - return - end - local thirdConfigs = load3rdConfig(uri) or false - if not thirdConfigs then - return - end - check3rdByWords(uri, thirdConfigs, checkThirdParty) - check3rdByFileName(uri, thirdConfigs, checkThirdParty) -end - -local function check3rdOfWorkspace(suri) - local scp = scope.getScope(suri) - scp:set('thirdConfigsCache', nil) - scp:set('canCheckThirdParty', true) - local id = 'check3rdOfWorkspace:' .. scp:getName() - await.close(id) - ---@async - await.call(function () - ws.awaitReady(suri) - for uri in files.eachFile(suri) do - check3rd(uri) - end - for uri in files.eachDll() do - check3rd(uri) - end - end, id) -end - -config.watch(function (uri, key, value, oldValue) - if key:find '^Lua.runtime' then - initBuiltIn(uri) - end - if key == 'Lua.workspace.checkThirdParty' - or key == 'Lua.workspace.userThirdParty' - or key == '' then - check3rdOfWorkspace(uri) - end -end) - ----@async -files.watch(function (ev, uri) - if ev == 'update' - or ev == 'dll' then - await.sleep(1) - check3rd(uri) - end -end) - -ws.watch(function (ev, uri) - if ev == 'startReload' then - initBuiltIn(uri) - end -end) - -return m diff --git a/script/linked-table.lua b/script/linked-table.lua deleted file mode 100644 index a63a528c6..000000000 --- a/script/linked-table.lua +++ /dev/null @@ -1,227 +0,0 @@ ----@class linked-table ----@field _left table ----@field _right table -local mt = {} -mt.__index = mt -mt._size = 0 - -local HEAD = {''} -local TAIL = {''} - ----@param node any ----@return boolean -function mt:has(node) - return self._left[node] ~= nil -end - ----@param node any ----@return boolean -function mt:isValidNode(node) - if node == nil - or node == HEAD - or node == TAIL then - return false - end - return true -end - ----@param node any ----@param afterWho any ----@return boolean -function mt:pushAfter(node, afterWho) - if not self:isValidNode(node) then - return false - end - if self:has(node) then - return false - end - local right = self._right[afterWho] - if not right then - return false - end - self._right[afterWho] = node - self._right[node] = right - self._left[right] = node - self._left[node] = afterWho - - self._size = self._size + 1 - return true -end - ----@param node any ----@param beforeWho any ----@return boolean -function mt:pushBefore(node, beforeWho) - if node == nil then - return false - end - local left = self._left[beforeWho] - if not left then - return false - end - return self:pushAfter(node, left) -end - ----@param node any ----@return boolean -function mt:pop(node) - if not self:isValidNode(node) then - return false - end - local left = self._left[node] - if not left then - return false - end - local right = self._right[node] - self._right[left] = right - self._left[right] = left - - self._right[node] = nil - self._left[node] = nil - - self._size = self._size - 1 - return true -end - ----@param node any ----@return boolean -function mt:pushHead(node) - return self:pushAfter(node, HEAD) -end - ----@param node any ----@return boolean -function mt:pushTail(node) - return self:pushBefore(node, TAIL) -end - ----@param node any ----@return any -function mt:getAfter(node) - if node == nil then - node = HEAD - end - local right = self._right[node] - if right == TAIL then - return nil - end - return right -end - ----@return any -function mt:getHead() - return self:getAfter(HEAD) -end - ----@return any -function mt:getBefore(node) - if node == nil then - node = TAIL - end - local left = self._left[node] - if left == HEAD then - return nil - end - return left -end - ----@return any -function mt:getTail() - return self:getBefore(TAIL) -end - ----@return boolean -function mt:popHead() - return self:pop(self:getHead()) -end - ----@return boolean -function mt:popTail() - return self:pop(self:getTail()) -end - ----@param old any ----@param new any ----@return boolean -function mt:replace(old, new) - if not self:isValidNode(old) - or not self:isValidNode(new) then - return false - end - local left = self._left[old] - if not left then - return false - end - local right = self._right[old] - self._right[left] = new - self._right[new] = right - self._left[right] = new - self._left[new] = left - - self._right[old] = nil - self._left[old] = nil - return true -end - ----@return integer -function mt:getSize() - return self._size -end - ----@param start any ----@param revert? boolean ----@return fun():any -function mt:pairs(start, revert) - if revert then - if start == nil then - start = self._left[TAIL] - end - local next = start - return function () - local current = next - if current == HEAD then - return nil - end - next = self._left[current] - return current - end - else - if start == nil then - start = self._right[HEAD] - end - local next = start - return function () - local current = next - if current == TAIL then - return nil - end - next = self._right[current] - return current - end - end -end - ----@param start any ----@param revert? boolean ----@return string -function mt:dump(start, revert) - local t = {} - for node in self:pairs(start, revert) do - t[#t+1] = tostring(node) - end - return table.concat(t, ' ') -end - -function mt:reset() - self._left = { [TAIL] = HEAD } - self._right = { [HEAD] = TAIL } - - self._size = 0 -end - ----@return linked-table -return function () - local self = setmetatable({}, mt) - self:reset() - return self -end diff --git a/script/locale-loader.lua b/script/locale-loader.lua deleted file mode 100644 index 018da6806..000000000 --- a/script/locale-loader.lua +++ /dev/null @@ -1,27 +0,0 @@ -local function mergeKey(key, k) - if not key then - return k - end - if k:sub(1, 1):match '%w' then - return key .. '.' .. k - else - return key .. k - end -end - -local function proxy(results, key) - return setmetatable({}, { - __index = function (_, k) - return proxy(results, mergeKey(key, k)) - end, - __newindex = function (_, k, v) - results[mergeKey(key, k)] = v - end - }) -end - -return function (text, path, results) - results = results or {} - assert(load(text, '@' .. path, "t", proxy(results)))() - return results -end diff --git a/script/log.lua b/script/log.lua deleted file mode 100644 index 8e94dd0e5..000000000 --- a/script/log.lua +++ /dev/null @@ -1,165 +0,0 @@ -local fs = require 'bee.filesystem' -local time = require 'bee.time' - -local monotonic = time.monotonic -local osDate = os.date -local ioOpen = io.open -local tablePack = table.pack -local tableConcat = table.concat -local tostring = tostring -local debugTraceBack = debug.traceback -local mathModf = math.modf -local debugGetInfo = debug.getinfo -local ioStdErr = io.stderr - -local m = {} - -m.file = nil -m.startTime = time.time() - monotonic() -m.size = 0 -m.maxSize = 100 * 1024 * 1024 -m.level = 'info' -m.levelMap = { - ['trace'] = 1, - ['debug'] = 2, - ['info'] = 3, - ['warn'] = 4, - ['error'] = 5, -} - -local function trimSrc(src) - if src:sub(1, 1) == '@' then - src = src:sub(2) - end - return src -end - -local function init_log_file() - if not m.file then - m.file = ioOpen(m.path, 'w') - if not m.file then - return - end - m.file:write('') - m.file:close() - m.file = ioOpen(m.path, 'ab') - if not m.file then - return - end - m.file:setvbuf 'no' - end -end - -local function pushLog(level, ...) - if not m.path then - return - end - local t = tablePack(...) - for i = 1, t.n do - t[i] = tostring(t[i]) - end - local str = tableConcat(t, '\t', 1, t.n) - if level == 'error' then - str = str .. '\n' .. debugTraceBack(nil, 3) - end - local info = debugGetInfo(3, 'Sl') - local text = m.raw(0, level, str, info.source, info.currentline, monotonic()) - - return text -end - -function m.trace(...) - pushLog('trace', ...) -end - -function m.debug(...) - pushLog('debug', ...) -end - -function m.info(...) - pushLog('info', ...) -end - -function m.warn(...) - pushLog('warn', ...) -end - -function m.error(...) - -- Don't use tail calls, - -- Otherwise, the count of `debug.getinfo` will be wrong - local msg = pushLog('error', ...) - return msg -end - -function m.raw(thd, level, msg, source, currentline, clock) - if m.levelMap[level] < (m.levelMap[m.level] or m.levelMap['info']) then - return msg - end - if level == 'error' then - ioStdErr:write(msg .. '\n') - if not m.firstError then - m.firstError = msg - end - end - if m.size > m.maxSize then - return msg - end - init_log_file() - local sec, ms = mathModf((m.startTime + clock) / 1000) - local timestr = osDate('%H:%M:%S', sec) - local agl = '' - if #level < 5 then - agl = (' '):rep(5 - #level) - end - local buf - if currentline == -1 then - buf = ('[%s.%03.f][%s]%s[#%d]: %s\n'):format(timestr, ms * 1000, level, agl, thd, msg) - else - buf = ('[%s.%03.f][%s]%s[#%d:%s:%s]: %s\n'):format(timestr, ms * 1000, level, agl, thd, trimSrc(source), currentline, msg) - end - m.size = m.size + #buf - if m.file then - if m.size > m.maxSize then - m.file:write(buf:sub(1, m.size - m.maxSize)) - m.file:write('[REACH MAX SIZE]') - else - m.file:write(buf) - end - end - - if m.print then - print(buf) - end - - return buf -end - -function m.init(root, path) - local lastBuf - if m.file then - m.file:close() - m.file = nil - local file = ioOpen(m.path, 'rb') - if file then - lastBuf = file:read(m.maxSize) - file:close() - end - end - m.path = path:string() - m.prefixLen = #root:string() - m.size = 0 - pcall(function () - if not fs.exists(path:parent_path()) then - fs.create_directories(path:parent_path()) - end - end) - if lastBuf then - init_log_file() - if m.file then - m.file:write(lastBuf) - m.size = m.size + #lastBuf - end - end -end - -return m diff --git a/script/meta/bee/filesystem.lua b/script/meta/bee/filesystem.lua deleted file mode 100644 index c4267b976..000000000 --- a/script/meta/bee/filesystem.lua +++ /dev/null @@ -1,115 +0,0 @@ ----@meta - ----@class fs.path ----@operator div: fs.path -local fsPath = {} - ----@return string -function fsPath:string() -end - ----@return fs.path -function fsPath:parent_path() -end - ----@return boolean -function fsPath:is_relative() -end - ----@return fs.path -function fsPath:filename() -end - ----@return fs.path -function fsPath:stem() -end - ----@return fs.path -function fsPath:extension() -end - ----@class fs.status -local fsStatus = {} - ----@return 'none' | 'not_found' | 'regular' | 'directory' | 'symlink' | 'block' | 'character' | 'fifo' | 'junction' | 'unknown' -function fsStatus:type() -end - ----@class bee.filesystem -local fs = {} - ----@class fs.copy_options ----@field overwrite_existing integer -local copy_options - -fs.copy_options = copy_options - ----@param path string|fs.path ----@return fs.path -function fs.path(path) -end - ----@return fs.path -function fs.exe_path() -end - ----@param path fs.path ----@return boolean -function fs.exists(path) -end - ----@param path fs.path ----@return boolean -function fs.is_directory(path) -end - ----@param path fs.path ----@return fun():fs.path, fs.status -function fs.pairs(path) -end - ----@param path fs.path ----@return fs.path -function fs.canonical(path) -end - ----@param path fs.path ----@return fs.path -function fs.fullpath(path) -end - ----@param path fs.path ----@return fs.path -function fs.absolute(path) -end - ----@param path fs.path -function fs.create_directories(path) -end - ----@param path fs.path ----@return fs.status -function fs.symlink_status(path) -end - ----@param path fs.path ----@return boolean -function fs.remove(path) -end - ----@param source fs.path ----@param target fs.path ----@param options? integer | `fs.copy_options.overwrite_existing` -function fs.copy_file(source, target, options) -end - ----@param oldPath fs.path ----@param newPath fs.path -function fs.rename(oldPath, newPath) -end - ----@return fs.path -function fs.current_path() -end - -return fs diff --git a/script/meta/bee/filewatch.lua b/script/meta/bee/filewatch.lua deleted file mode 100644 index b5211355e..000000000 --- a/script/meta/bee/filewatch.lua +++ /dev/null @@ -1,32 +0,0 @@ ----@meta - ----@class bee.filewatch.instance -local instance = {} - ----@param path string -function instance:add(path) -end - ----@param enable boolean ----@return boolean -function instance:set_recursive(enable) -end - ----@param enable boolean ----@return boolean -function instance:set_follow_symlinks(enable) -end - ----@param callback? fun(path: string):boolean ----@return boolean -function instance:set_filter(callback) -end - ----@class bee.filewatch -local fw = {} - ----@return bee.filewatch.instance -function fw.create() -end - -return fw diff --git a/script/meta/bee/socket.lua b/script/meta/bee/socket.lua deleted file mode 100644 index 1724cbb39..000000000 --- a/script/meta/bee/socket.lua +++ /dev/null @@ -1,69 +0,0 @@ ----@meta - ----@alias bee.socket.protocol ----| 'tcp' ----| 'udp' ----| 'unix' ----| 'tcp6' ----| 'udp6' - ----@class bee.socket ----@overload fun(protocol: bee.socket.protocol): bee.socket.fd?, string? -local socket = {} - ----@param readfds? bee.socket.fd[] ----@param writefds? bee.socket.fd[] ----@param timeout number ----@return bee.socket.fd[] # readfds ----@return bee.socket.fd[] # writefds -function socket.select(readfds, writefds, timeout) end - ----@param handle lightuserdata ----@return bee.socket.fd -function socket.fd(handle) end - ----@return bee.socket.fd ----@return bee.socket.fd -function socket.pair() end - ----@class bee.socket.fd -local fd = {} - ----@param addr string ----@param port? integer ----@return boolean ----@return string? -function fd:bind(addr, port) end - -function fd:close() end - ----@return boolean ----@return string? -function fd:listen() end - ----@param addr string ----@param port integer ----@return boolean ----@return string? -function fd:connect(addr, port) end - ----@param len? integer ----@return string | false -function fd:recv(len) end - ----@param content string -function fd:send(content) end - ----@return lightuserdata -function fd:handle() end - ----@return lightuserdata -function fd:detach() end - ----@return boolean -function fd:status() end - ----@return bee.socket.fd -function fd:accept() end - -return socket diff --git a/script/meta/bee/thread.lua b/script/meta/bee/thread.lua deleted file mode 100644 index 6b4323a4b..000000000 --- a/script/meta/bee/thread.lua +++ /dev/null @@ -1,33 +0,0 @@ ----@meta - ----@class bee.thread -local thread = {} - ----@param time number -function thread.sleep(time) end - ----@param name string -function thread.newchannel(name) end - ----@param name string ----@return bee.thread.channel -function thread.channel(name) end - ----@param script string ----@return bee.thread.thread -function thread.thread(script) end - ----@class bee.thread.channel -local channel = {} - -function channel:push(...) end - ----@return ... -function channel:pop() end - ----@return ... -function channel:bpop() end - ----@class bee.thread.thread - -return thread diff --git a/script/parser/compile.lua b/script/parser/compile.lua deleted file mode 100644 index 5321d9b87..000000000 --- a/script/parser/compile.lua +++ /dev/null @@ -1,3994 +0,0 @@ -local tokens = require 'parser.tokens' -local guide = require 'parser.guide' - -local sbyte = string.byte -local sfind = string.find -local smatch = string.match -local sgsub = string.gsub -local ssub = string.sub -local schar = string.char -local supper = string.upper -local uchar = utf8.char -local tconcat = table.concat -local tinsert = table.insert -local tointeger = math.tointeger -local tonumber = tonumber -local maxinteger = math.maxinteger -local assert = assert - -_ENV = nil - ----@alias parser.position integer - ----@param str string ----@return table -local function stringToCharMap(str) - local map = {} - local pos = 1 - while pos <= #str do - local byte = sbyte(str, pos, pos) - map[schar(byte)] = true - pos = pos + 1 - if ssub(str, pos, pos) == '-' - and pos < #str then - pos = pos + 1 - local byte2 = sbyte(str, pos, pos) - assert(byte < byte2) - for b = byte + 1, byte2 do - map[schar(b)] = true - end - pos = pos + 1 - end - end - return map -end - -local CharMapNumber = stringToCharMap '0-9' -local CharMapN16 = stringToCharMap 'xX' -local CharMapN2 = stringToCharMap 'bB' -local CharMapE10 = stringToCharMap 'eE' -local CharMapE16 = stringToCharMap 'pP' -local CharMapSign = stringToCharMap '+-' -local CharMapSB = stringToCharMap 'ao|~&=<>.*/%^+-' -local CharMapSU = stringToCharMap 'n#~!-' -local CharMapSimple = stringToCharMap '.:([\'"{' -local CharMapStrSH = stringToCharMap '\'"`' -local CharMapStrLH = stringToCharMap '[' -local CharMapTSep = stringToCharMap ',;' -local CharMapWord = stringToCharMap '_a-zA-Z\x80-\xff' - -local EscMap = { - ['a'] = '\a', - ['b'] = '\b', - ['f'] = '\f', - ['n'] = '\n', - ['r'] = '\r', - ['t'] = '\t', - ['v'] = '\v', - ['\\'] = '\\', - ['\''] = '\'', - ['\"'] = '\"', -} - -local NLMap = { - ['\n'] = true, - ['\r'] = true, - ['\r\n'] = true, -} - -local LineMulti = 10000 - --- goto 单独处理 -local KeyWord = { - ['and'] = true, - ['break'] = true, - ['do'] = true, - ['else'] = true, - ['elseif'] = true, - ['end'] = true, - ['false'] = true, - ['for'] = true, - ['function'] = true, - ['if'] = true, - ['in'] = true, - ['local'] = true, - ['nil'] = true, - ['not'] = true, - ['or'] = true, - ['repeat'] = true, - ['return'] = true, - ['then'] = true, - ['true'] = true, - ['until'] = true, - ['while'] = true, -} - -local Specials = { - ['_G'] = true, - ['rawset'] = true, - ['rawget'] = true, - ['setmetatable'] = true, - ['require'] = true, - ['dofile'] = true, - ['loadfile'] = true, - ['pcall'] = true, - ['xpcall'] = true, - ['pairs'] = true, - ['ipairs'] = true, - ['assert'] = true, - ['error'] = true, - ['type'] = true, - ['os.exit'] = true, -} - -local UnarySymbol = { - ['not'] = 11, - ['#'] = 11, - ['~'] = 11, - ['-'] = 11, -} - -local BinarySymbol = { - ['or'] = 1, - ['and'] = 2, - ['<='] = 3, - ['>='] = 3, - ['<'] = 3, - ['>'] = 3, - ['~='] = 3, - ['=='] = 3, - ['|'] = 4, - ['~'] = 5, - ['&'] = 6, - ['<<'] = 7, - ['>>'] = 7, - ['..'] = 8, - ['+'] = 9, - ['-'] = 9, - ['*'] = 10, - ['//'] = 10, - ['/'] = 10, - ['%'] = 10, - ['^'] = 12, -} - -local BinaryAlias = { - ['&&'] = 'and', - ['||'] = 'or', - ['!='] = '~=', -} - -local BinaryActionAlias = { - ['='] = '==', -} - -local UnaryAlias = { - ['!'] = 'not', -} - -local SymbolForward = { - [01] = true, - [02] = true, - [03] = true, - [04] = true, - [05] = true, - [06] = true, - [07] = true, - [08] = false, - [09] = true, - [10] = true, - [11] = true, - [12] = false, -} - -local GetToSetMap = { - ['getglobal'] = 'setglobal', - ['getlocal'] = 'setlocal', - ['getfield'] = 'setfield', - ['getindex'] = 'setindex', - ['getmethod'] = 'setmethod', -} - -local ChunkFinishMap = { - ['end'] = true, - ['else'] = true, - ['elseif'] = true, - ['in'] = true, - ['then'] = true, - ['until'] = true, - [';'] = true, - [']'] = true, - [')'] = true, - ['}'] = true, -} - -local ChunkStartMap = { - ['do'] = true, - ['else'] = true, - ['elseif'] = true, - ['for'] = true, - ['function'] = true, - ['if'] = true, - ['local'] = true, - ['repeat'] = true, - ['return'] = true, - ['then'] = true, - ['until'] = true, - ['while'] = true, -} - -local ListFinishMap = { - ['end'] = true, - ['else'] = true, - ['elseif'] = true, - ['in'] = true, - ['then'] = true, - ['do'] = true, - ['until'] = true, - ['for'] = true, - ['if'] = true, - ['local'] = true, - ['repeat'] = true, - ['return'] = true, - ['while'] = true, -} - -local State, Lua, Line, LineOffset, Chunk, Tokens, Index, LastTokenFinish, Mode, LocalCount, LocalLimited - -local LocalLimit = 200 - -local parseExp, parseAction - -local pushError - -local function addSpecial(name, obj) - if not State.specials then - State.specials = {} - end - if not State.specials[name] then - State.specials[name] = {} - end - State.specials[name][#State.specials[name]+1] = obj - obj.special = name -end - ----@param offset integer ----@param leftOrRight '"left"'|'"right"' -local function getPosition(offset, leftOrRight) - if not offset or offset > #Lua then - return LineMulti * Line + #Lua - LineOffset + 1 - end - if leftOrRight == 'left' then - return LineMulti * Line + offset - LineOffset - else - return LineMulti * Line + offset - LineOffset + 1 - end -end - ----@return string? word ----@return parser.position? startPosition ----@return parser.position? finishPosition -local function peekWord() - local word = Tokens[Index + 1] - if not word then - return nil - end - if not CharMapWord[ssub(word, 1, 1)] then - return nil - end - local startPos = getPosition(Tokens[Index] , 'left') - local finishPos = getPosition(Tokens[Index] + #word - 1, 'right') - return word, startPos, finishPos -end - -local function lastRightPosition() - if Index < 2 then - return 0 - end - local token = Tokens[Index - 1] - if NLMap[token] then - return LastTokenFinish - elseif token then - return getPosition(Tokens[Index - 2] + #token - 1, 'right') - else - return getPosition(#Lua, 'right') - end -end - -local function missSymbol(symbol, start, finish) - pushError { - type = 'MISS_SYMBOL', - start = start or lastRightPosition(), - finish = finish or start or lastRightPosition(), - info = { - symbol = symbol, - } - } -end - -local function missExp() - pushError { - type = 'MISS_EXP', - start = lastRightPosition(), - finish = lastRightPosition(), - } -end - -local function missName(pos) - pushError { - type = 'MISS_NAME', - start = pos or lastRightPosition(), - finish = pos or lastRightPosition(), - } -end - -local function missEnd(relatedStart, relatedFinish) - pushError { - type = 'MISS_SYMBOL', - start = lastRightPosition(), - finish = lastRightPosition(), - info = { - symbol = 'end', - related = { - { - start = relatedStart, - finish = relatedFinish, - } - } - } - } - pushError { - type = 'MISS_END', - start = relatedStart, - finish = relatedFinish, - } -end - -local function unknownSymbol(start, finish, word) - local token = word or Tokens[Index + 1] - if not token then - return false - end - pushError { - type = 'UNKNOWN_SYMBOL', - start = start or getPosition(Tokens[Index], 'left'), - finish = finish or getPosition(Tokens[Index] + #token - 1, 'right'), - info = { - symbol = token, - } - } - return true -end - -local function skipUnknownSymbol(stopSymbol) - if unknownSymbol() then - Index = Index + 2 - return true - end - return false -end - -local function skipNL() - local token = Tokens[Index + 1] - if NLMap[token] then - if Index >= 2 and not NLMap[Tokens[Index - 1]] then - LastTokenFinish = getPosition(Tokens[Index - 2] + #Tokens[Index - 1] - 1, 'right') - end - Line = Line + 1 - LineOffset = Tokens[Index] + #token - Index = Index + 2 - State.lines[Line] = LineOffset - return true - end - return false -end - -local function getSavePoint() - local index = Index - local line = Line - local lineOffset = LineOffset - local errs = State.errs - local errCount = #errs - return function () - Index = index - Line = line - LineOffset = lineOffset - for i = errCount + 1, #errs do - errs[i] = nil - end - end -end - -local function fastForwardToken(offset) - while true do - local myOffset = Tokens[Index] - if not myOffset - or myOffset >= offset then - break - end - local token = Tokens[Index + 1] - if NLMap[token] then - Line = Line + 1 - LineOffset = Tokens[Index] + #token - State.lines[Line] = LineOffset - end - Index = Index + 2 - end -end - -local function resolveLongString(finishMark) - skipNL() - local miss - local start = Tokens[Index] - local finishOffset = sfind(Lua, finishMark, start, true) - if not finishOffset then - finishOffset = #Lua + 1 - miss = true - end - local stringResult = start and ssub(Lua, start, finishOffset - 1) or '' - local lastLN = stringResult:find '[\r\n][^\r\n]*$' - if lastLN then - local result = stringResult - : gsub('\r\n?', '\n') - stringResult = result - end - if finishMark == ']]' and State.version == 'Lua 5.1' then - local nestOffset = sfind(Lua, '[[', start, true) - if nestOffset and nestOffset < finishOffset then - fastForwardToken(nestOffset) - local nestStartPos = getPosition(nestOffset, 'left') - local nestFinishPos = getPosition(nestOffset + 1, 'right') - pushError { - type = 'NESTING_LONG_MARK', - start = nestStartPos, - finish = nestFinishPos, - } - end - end - fastForwardToken(finishOffset + #finishMark) - if miss then - local pos = getPosition(finishOffset - 1, 'right') - pushError { - type = 'MISS_SYMBOL', - start = pos, - finish = pos, - info = { - symbol = finishMark, - }, - fix = { - title = 'ADD_LSTRING_END', - { - start = pos, - finish = pos, - text = finishMark, - } - }, - } - end - return stringResult, getPosition(finishOffset + #finishMark - 1, 'right') -end - -local function parseLongString() - local start, finish, mark = sfind(Lua, '^(%[%=*%[)', Tokens[Index]) - if not start then - return nil - end - fastForwardToken(finish + 1) - local startPos = getPosition(start, 'left') - local finishMark = sgsub(mark, '%[', ']') - local stringResult, finishPos = resolveLongString(finishMark) - return { - type = 'string', - start = startPos, - finish = finishPos, - [1] = stringResult, - [2] = mark, - } -end - -local function pushCommentHeadError(left) - if State.options.nonstandardSymbol['//'] then - return - end - pushError { - type = 'ERR_COMMENT_PREFIX', - start = left, - finish = left + 2, - fix = { - title = 'FIX_COMMENT_PREFIX', - { - start = left, - finish = left + 2, - text = '--', - }, - } - } -end - -local function pushLongCommentError(left, right) - if State.options.nonstandardSymbol['/**/'] then - return - end - pushError { - type = 'ERR_C_LONG_COMMENT', - start = left, - finish = right, - fix = { - title = 'FIX_C_LONG_COMMENT', - { - start = left, - finish = left + 2, - text = '--[[', - }, - { - start = right - 2, - finish = right, - text = '--]]' - }, - } - } -end - -local function skipComment(isAction) - local token = Tokens[Index + 1] - if token == '--' - or ( - token == '//' - and ( - isAction - or State.options.nonstandardSymbol['//'] - ) - ) then - local start = Tokens[Index] - local left = getPosition(start, 'left') - local chead = false - if token == '//' then - chead = true - pushCommentHeadError(left) - end - Index = Index + 2 - local longComment = start + 2 == Tokens[Index] and parseLongString() - if longComment then - longComment.type = 'comment.long' - longComment.text = longComment[1] - longComment.mark = longComment[2] - longComment[1] = nil - longComment[2] = nil - State.comms[#State.comms+1] = longComment - return true - end - while true do - local nl = Tokens[Index + 1] - if not nl or NLMap[nl] then - break - end - Index = Index + 2 - end - local right = Tokens[Index] and (Tokens[Index] - 1) or #Lua - State.comms[#State.comms+1] = { - type = chead and 'comment.cshort' or 'comment.short', - start = left, - finish = getPosition(right, 'right'), - text = ssub(Lua, start + 2, right), - } - return true - end - if token == '/*' then - local start = Tokens[Index] - local left = getPosition(start, 'left') - Index = Index + 2 - local result, right = resolveLongString '*/' - pushLongCommentError(left, right) - State.comms[#State.comms+1] = { - type = 'comment.long', - start = left, - finish = right, - text = result, - } - return true - end - return false -end - -local function skipSpace(isAction) - repeat until not skipNL() - and not skipComment(isAction) -end - -local function expectAssign(isAction) - local token = Tokens[Index + 1] - if token == '=' then - Index = Index + 2 - return true - end - if token == '==' then - local left = getPosition(Tokens[Index], 'left') - local right = getPosition(Tokens[Index] + #token - 1, 'right') - pushError { - type = 'ERR_ASSIGN_AS_EQ', - start = left, - finish = right, - fix = { - title = 'FIX_ASSIGN_AS_EQ', - { - start = left, - finish = right, - text = '=', - } - } - } - Index = Index + 2 - return true - end - if isAction then - if token == '+=' - or token == '-=' - or token == '*=' - or token == '/=' - or token == '%=' - or token == '^=' - or token == '//=' - or token == '|=' - or token == '&=' - or token == '>>=' - or token == '<<=' then - if not State.options.nonstandardSymbol[token] then - unknownSymbol() - end - Index = Index + 2 - return true - end - end - return false -end - -local function parseLocalAttrs() - local attrs - while true do - skipSpace() - local token = Tokens[Index + 1] - if token ~= '<' then - break - end - if not attrs then - attrs = { - type = 'localattrs', - } - end - local attr = { - type = 'localattr', - parent = attrs, - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index], 'right'), - } - attrs[#attrs+1] = attr - Index = Index + 2 - skipSpace() - local word, wstart, wfinish = peekWord() - if word then - attr[1] = word - attr.finish = wfinish - Index = Index + 2 - if word ~= 'const' - and word ~= 'close' then - pushError { - type = 'UNKNOWN_ATTRIBUTE', - start = wstart, - finish = wfinish, - } - end - else - missName() - end - attr.finish = lastRightPosition() - skipSpace() - if Tokens[Index + 1] == '>' then - attr.finish = getPosition(Tokens[Index], 'right') - Index = Index + 2 - elseif Tokens[Index + 1] == '>=' then - attr.finish = getPosition(Tokens[Index], 'right') - pushError { - type = 'MISS_SPACE_BETWEEN', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 1, 'right'), - } - Index = Index + 2 - else - missSymbol '>' - end - if State.version ~= 'Lua 5.4' then - pushError { - type = 'UNSUPPORT_SYMBOL', - start = attr.start, - finish = attr.finish, - version = 'Lua 5.4', - info = { - version = State.version - } - } - end - end - return attrs -end - -local function createLocal(obj, attrs) - obj.type = 'local' - obj.effect = obj.finish - - if attrs then - obj.attrs = attrs - attrs.parent = obj - end - - local chunk = Chunk[#Chunk] - if chunk then - local locals = chunk.locals - if not locals then - locals = {} - chunk.locals = locals - end - locals[#locals+1] = obj - LocalCount = LocalCount + 1 - if not LocalLimited and LocalCount > LocalLimit then - LocalLimited = true - pushError { - type = 'LOCAL_LIMIT', - start = obj.start, - finish = obj.finish, - } - end - end - return obj -end - -local function pushChunk(chunk) - Chunk[#Chunk+1] = chunk -end - -local function resolveLable(label, obj) - if not label.ref then - label.ref = {} - end - label.ref[#label.ref+1] = obj - obj.node = label - - -- 如果有局部变量在 goto 与 label 之间声明, - -- 并在 label 之后使用,则算作语法错误 - - -- 如果 label 在 goto 之前声明,那么不会有中间声明的局部变量 - if obj.start > label.start then - return - end - - local block = guide.getBlock(obj) - local locals = block and block.locals - if not locals then - return - end - - for i = 1, #locals do - local loc = locals[i] - -- 检查局部变量声明位置为 goto 与 label 之间 - if loc.start < obj.start or loc.finish > label.finish then - goto CONTINUE - end - -- 检查局部变量的使用位置在 label 之后 - local refs = loc.ref - if not refs then - goto CONTINUE - end - for j = 1, #refs do - local ref = refs[j] - if ref.finish > label.finish then - pushError { - type = 'JUMP_LOCAL_SCOPE', - start = obj.start, - finish = obj.finish, - info = { - loc = loc[1], - }, - relative = { - { - start = label.start, - finish = label.finish, - }, - { - start = loc.start, - finish = loc.finish, - } - }, - } - return - end - end - ::CONTINUE:: - end -end - -local function resolveGoTo(gotos) - for i = 1, #gotos do - local action = gotos[i] - local label = guide.getLabel(action, action[1]) - if label then - resolveLable(label, action) - else - pushError { - type = 'NO_VISIBLE_LABEL', - start = action.start, - finish = action.finish, - info = { - label = action[1], - } - } - end - end -end - -local function popChunk() - local chunk = Chunk[#Chunk] - if chunk.gotos then - resolveGoTo(chunk.gotos) - chunk.gotos = nil - end - local lastAction = chunk[#chunk] - if lastAction then - chunk.finish = lastAction.finish - end - Chunk[#Chunk] = nil -end - -local function parseNil() - if Tokens[Index + 1] ~= 'nil' then - return nil - end - local offset = Tokens[Index] - Index = Index + 2 - return { - type = 'nil', - start = getPosition(offset, 'left'), - finish = getPosition(offset + 2, 'right'), - } -end - -local function parseBoolean() - local word = Tokens[Index+1] - if word ~= 'true' - and word ~= 'false' then - return nil - end - local start = getPosition(Tokens[Index], 'left') - local finish = getPosition(Tokens[Index] + #word - 1, 'right') - Index = Index + 2 - return { - type = 'boolean', - start = start, - finish = finish, - [1] = word == 'true' and true or false, - } -end - -local function parseStringUnicode() - local offset = Tokens[Index] + 1 - if ssub(Lua, offset, offset) ~= '{' then - local pos = getPosition(offset, 'left') - missSymbol('{', pos) - return nil, offset - end - local leftPos = getPosition(offset, 'left') - local x16 = smatch(Lua, '^%w*', offset + 1) - local rightPos = getPosition(offset + #x16, 'right') - offset = offset + #x16 + 1 - if ssub(Lua, offset, offset) == '}' then - offset = offset + 1 - rightPos = rightPos + 1 - else - missSymbol('}', rightPos) - end - offset = offset + 1 - if #x16 == 0 then - pushError { - type = 'UTF8_SMALL', - start = leftPos, - finish = rightPos, - } - return '', offset - end - if State.version ~= 'Lua 5.3' - and State.version ~= 'Lua 5.4' - and State.version ~= 'LuaJIT' - then - pushError { - type = 'ERR_ESC', - start = leftPos - 2, - finish = rightPos, - version = {'Lua 5.3', 'Lua 5.4', 'LuaJIT'}, - info = { - version = State.version, - } - } - return nil, offset - end - local byte = tonumber(x16, 16) - if not byte then - for i = 1, #x16 do - if not tonumber(ssub(x16, i, i), 16) then - pushError { - type = 'MUST_X16', - start = leftPos + i, - finish = leftPos + i + 1, - } - end - end - return nil, offset - end - if State.version == 'Lua 5.4' then - if byte < 0 or byte > 0x7FFFFFFF then - pushError { - type = 'UTF8_MAX', - start = leftPos, - finish = rightPos, - info = { - min = '00000000', - max = '7FFFFFFF', - } - } - return nil, offset - end - else - if byte < 0 or byte > 0x10FFFF then - pushError { - type = 'UTF8_MAX', - start = leftPos, - finish = rightPos, - version = byte <= 0x7FFFFFFF and 'Lua 5.4' or nil, - info = { - min = '000000', - max = '10FFFF', - } - } - end - end - if byte >= 0 and byte <= 0x10FFFF then - return uchar(byte), offset - end - return '', offset -end - -local stringPool = {} -local function parseShortString() - local mark = Tokens[Index+1] - local startOffset = Tokens[Index] - local startPos = getPosition(startOffset, 'left') - Index = Index + 2 - local stringIndex = 0 - local currentOffset = startOffset + 1 - local escs = {} - while true do - local token = Tokens[Index + 1] - if token == mark then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = ssub(Lua, currentOffset, Tokens[Index] - 1) - Index = Index + 2 - break - end - if NLMap[token] then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = ssub(Lua, currentOffset, Tokens[Index] - 1) - missSymbol(mark) - break - end - if not token then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = ssub(Lua, currentOffset or -1) - missSymbol(mark) - break - end - if token == '\\' then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = ssub(Lua, currentOffset, Tokens[Index] - 1) - currentOffset = Tokens[Index] - Index = Index + 2 - if not Tokens[Index] then - goto CONTINUE - end - local escLeft = getPosition(currentOffset, 'left') - -- has space? - if Tokens[Index] - currentOffset > 1 then - local right = getPosition(currentOffset + 1, 'right') - pushError { - type = 'ERR_ESC', - start = escLeft, - finish = right, - } - escs[#escs+1] = escLeft - escs[#escs+1] = right - escs[#escs+1] = 'err' - goto CONTINUE - end - local nextToken = ssub(Tokens[Index + 1], 1, 1) - if EscMap[nextToken] then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = EscMap[nextToken] - currentOffset = Tokens[Index] + #nextToken - Index = Index + 2 - escs[#escs+1] = escLeft - escs[#escs+1] = escLeft + 2 - escs[#escs+1] = 'normal' - goto CONTINUE - end - if nextToken == mark then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = mark - currentOffset = Tokens[Index] + #nextToken - Index = Index + 2 - escs[#escs+1] = escLeft - escs[#escs+1] = escLeft + 2 - escs[#escs+1] = 'normal' - goto CONTINUE - end - if nextToken == 'z' then - Index = Index + 2 - repeat until not skipNL() - currentOffset = Tokens[Index] - escs[#escs+1] = escLeft - escs[#escs+1] = escLeft + 2 - escs[#escs+1] = 'normal' - goto CONTINUE - end - if CharMapNumber[nextToken] then - local numbers = smatch(Tokens[Index + 1], '^%d+') - if #numbers > 3 then - numbers = ssub(numbers, 1, 3) - end - currentOffset = Tokens[Index] + #numbers - fastForwardToken(currentOffset) - local right = getPosition(currentOffset - 1, 'right') - local byte = tointeger(numbers) - if byte and byte <= 255 then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = schar(byte) - else - pushError { - type = 'ERR_ESC', - start = escLeft, - finish = right, - } - end - escs[#escs+1] = escLeft - escs[#escs+1] = right - escs[#escs+1] = 'byte' - goto CONTINUE - end - if nextToken == 'x' then - local left = getPosition(Tokens[Index] - 1, 'left') - local x16 = ssub(Tokens[Index + 1], 2, 3) - local byte = tonumber(x16, 16) - if byte then - currentOffset = Tokens[Index] + 3 - stringIndex = stringIndex + 1 - stringPool[stringIndex] = schar(byte) - else - currentOffset = Tokens[Index] + 1 - pushError { - type = 'MISS_ESC_X', - start = getPosition(currentOffset, 'left'), - finish = getPosition(currentOffset + 1, 'right'), - } - end - local right = getPosition(currentOffset + 1, 'right') - escs[#escs+1] = escLeft - escs[#escs+1] = right - escs[#escs+1] = 'byte' - if State.version == 'Lua 5.1' then - pushError { - type = 'ERR_ESC', - start = left, - finish = left + 4, - version = {'Lua 5.2', 'Lua 5.3', 'Lua 5.4', 'LuaJIT'}, - info = { - version = State.version, - } - } - end - Index = Index + 2 - goto CONTINUE - end - if nextToken == 'u' then - local str, newOffset = parseStringUnicode() - if str then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = str - end - currentOffset = newOffset - fastForwardToken(currentOffset - 1) - local right = getPosition(currentOffset + 1, 'right') - escs[#escs+1] = escLeft - escs[#escs+1] = right - escs[#escs+1] = 'unicode' - goto CONTINUE - end - if NLMap[nextToken] then - stringIndex = stringIndex + 1 - stringPool[stringIndex] = '\n' - currentOffset = Tokens[Index] + #nextToken - skipNL() - local right = getPosition(currentOffset + 1, 'right') - escs[#escs+1] = escLeft - escs[#escs+1] = escLeft + 1 - escs[#escs+1] = 'normal' - goto CONTINUE - end - local right = getPosition(currentOffset + 1, 'right') - pushError { - type = 'ERR_ESC', - start = escLeft, - finish = right, - } - escs[#escs+1] = escLeft - escs[#escs+1] = right - escs[#escs+1] = 'err' - end - Index = Index + 2 - ::CONTINUE:: - end - local stringResult = tconcat(stringPool, '', 1, stringIndex) - local str = { - type = 'string', - start = startPos, - finish = lastRightPosition(), - escs = #escs > 0 and escs or nil, - [1] = stringResult, - [2] = mark, - } - if mark == '`' then - if not State.options.nonstandardSymbol[mark] then - pushError { - type = 'ERR_NONSTANDARD_SYMBOL', - start = startPos, - finish = str.finish, - info = { - symbol = '"', - }, - fix = { - title = 'FIX_NONSTANDARD_SYMBOL', - symbol = '"', - { - start = startPos, - finish = startPos + 1, - text = '"', - }, - { - start = str.finish - 1, - finish = str.finish, - text = '"', - }, - } - } - end - end - return str -end - -local function parseString() - local c = Tokens[Index + 1] - if CharMapStrSH[c] then - return parseShortString() - end - if CharMapStrLH[c] then - return parseLongString() - end - return nil -end - -local function parseNumber10(start) - local integer = true - local integerPart = smatch(Lua, '^%d*', start) - local offset = start + #integerPart - -- float part - if ssub(Lua, offset, offset) == '.' then - local floatPart = smatch(Lua, '^%d*', offset + 1) - integer = false - offset = offset + #floatPart + 1 - end - -- exp part - local echar = ssub(Lua, offset, offset) - if CharMapE10[echar] then - integer = false - offset = offset + 1 - local nextChar = ssub(Lua, offset, offset) - if CharMapSign[nextChar] then - offset = offset + 1 - end - local exp = smatch(Lua, '^%d*', offset) - offset = offset + #exp - if #exp == 0 then - pushError { - type = 'MISS_EXPONENT', - start = getPosition(offset - 1, 'right'), - finish = getPosition(offset - 1, 'right'), - } - end - end - return tonumber(ssub(Lua, start, offset - 1)), offset, integer -end - -local function parseNumber16(start) - local integerPart = smatch(Lua, '^[%da-fA-F]*', start) - local offset = start + #integerPart - local integer = true - -- float part - if ssub(Lua, offset, offset) == '.' then - local floatPart = smatch(Lua, '^[%da-fA-F]*', offset + 1) - integer = false - offset = offset + #floatPart + 1 - if #integerPart == 0 and #floatPart == 0 then - pushError { - type = 'MUST_X16', - start = getPosition(offset - 1, 'right'), - finish = getPosition(offset - 1, 'right'), - } - end - else - if #integerPart == 0 then - pushError { - type = 'MUST_X16', - start = getPosition(offset - 1, 'right'), - finish = getPosition(offset - 1, 'right'), - } - return 0, offset - end - end - -- exp part - local echar = ssub(Lua, offset, offset) - if CharMapE16[echar] then - integer = false - offset = offset + 1 - local nextChar = ssub(Lua, offset, offset) - if CharMapSign[nextChar] then - offset = offset + 1 - end - local exp = smatch(Lua, '^%d*', offset) - offset = offset + #exp - end - local n = tonumber(ssub(Lua, start - 2, offset - 1)) - return n, offset, integer -end - -local function parseNumber2(start) - local bins = smatch(Lua, '^[01]*', start) - local offset = start + #bins - if State.version ~= 'LuaJIT' then - pushError { - type = 'UNSUPPORT_SYMBOL', - start = getPosition(start - 2, 'left'), - finish = getPosition(offset - 1, 'right'), - version = 'LuaJIT', - info = { - version = 'Lua 5.4', - } - } - end - return tonumber(bins, 2), offset -end - -local function dropNumberTail(offset, integer) - local _, finish, word = sfind(Lua, '^([%.%w_\x80-\xff]+)', offset) - if not finish then - return offset - end - if integer then - if supper(ssub(word, 1, 2)) == 'LL' then - if State.version ~= 'LuaJIT' then - pushError { - type = 'UNSUPPORT_SYMBOL', - start = getPosition(offset, 'left'), - finish = getPosition(offset + 1, 'right'), - version = 'LuaJIT', - info = { - version = State.version, - } - } - end - offset = offset + 2 - word = ssub(word, offset) - elseif supper(ssub(word, 1, 3)) == 'ULL' then - if State.version ~= 'LuaJIT' then - pushError { - type = 'UNSUPPORT_SYMBOL', - start = getPosition(offset, 'left'), - finish = getPosition(offset + 2, 'right'), - version = 'LuaJIT', - info = { - version = State.version, - } - } - end - offset = offset + 3 - word = ssub(word, offset) - end - end - if supper(ssub(word, 1, 1)) == 'I' then - if State.version ~= 'LuaJIT' then - pushError { - type = 'UNSUPPORT_SYMBOL', - start = getPosition(offset, 'left'), - finish = getPosition(offset, 'right'), - version = 'LuaJIT', - info = { - version = State.version, - } - } - end - offset = offset + 1 - word = ssub(word, offset) - end - if #word > 0 then - pushError { - type = 'MALFORMED_NUMBER', - start = getPosition(offset, 'left'), - finish = getPosition(finish, 'right'), - } - end - return finish + 1 -end - -local function parseNumber() - local offset = Tokens[Index] - if not offset then - return nil - end - local startPos = getPosition(offset, 'left') - local neg - if ssub(Lua, offset, offset) == '-' then - neg = true - offset = offset + 1 - end - local number, integer - local firstChar = ssub(Lua, offset, offset) - if firstChar == '.' then - number, offset = parseNumber10(offset) - integer = false - elseif firstChar == '0' then - local nextChar = ssub(Lua, offset + 1, offset + 1) - if CharMapN16[nextChar] then - number, offset, integer = parseNumber16(offset + 2) - elseif CharMapN2[nextChar] then - number, offset = parseNumber2(offset + 2) - integer = true - else - number, offset, integer = parseNumber10(offset) - end - elseif CharMapNumber[firstChar] then - number, offset, integer = parseNumber10(offset) - else - return nil - end - if not number then - number = 0 - end - if neg then - number = - number - end - local result = { - type = integer and 'integer' or 'number', - start = startPos, - finish = getPosition(offset - 1, 'right'), - [1] = number, - } - offset = dropNumberTail(offset, integer) - fastForwardToken(offset) - return result -end - -local function isKeyWord(word, nextToken) - if KeyWord[word] then - return true - end - if word == 'goto' then - if State.version == 'Lua 5.1' then - return false - end - if State.version == 'LuaJIT' then - if not nextToken then - return false - end - if CharMapWord[ssub(nextToken, 1, 1)] then - return true - end - return false - end - return true - end - return false -end - -local function parseName(asAction) - local word = peekWord() - if not word then - return nil - end - if ChunkFinishMap[word] then - return nil - end - if asAction and ChunkStartMap[word] then - return nil - end - local startPos = getPosition(Tokens[Index], 'left') - local finishPos = getPosition(Tokens[Index] + #word - 1, 'right') - Index = Index + 2 - if not State.options.unicodeName and word:find '[\x80-\xff]' then - pushError { - type = 'UNICODE_NAME', - start = startPos, - finish = finishPos, - } - end - if isKeyWord(word, Tokens[Index + 1]) then - pushError { - type = 'KEYWORD', - start = startPos, - finish = finishPos, - } - end - return { - type = 'name', - start = startPos, - finish = finishPos, - [1] = word, - } -end - -local function parseNameOrList(parent) - local first = parseName() - if not first then - return nil - end - skipSpace() - local list - while true do - if Tokens[Index + 1] ~= ',' then - break - end - Index = Index + 2 - skipSpace() - local name = parseName(true) - if not name then - missName() - break - end - if not list then - list = { - type = 'list', - start = first.start, - finish = first.finish, - parent = parent, - [1] = first - } - end - list[#list+1] = name - list.finish = name.finish - end - return list or first -end - -local function parseExpList(mini) - local list - local wantSep = false - while true do - skipSpace() - local token = Tokens[Index + 1] - if not token then - break - end - if ListFinishMap[token] then - break - end - if token == ',' then - local sepPos = getPosition(Tokens[Index], 'right') - if not wantSep then - pushError { - type = 'UNEXPECT_SYMBOL', - start = getPosition(Tokens[Index], 'left'), - finish = sepPos, - info = { - symbol = ',', - } - } - end - wantSep = false - Index = Index + 2 - goto CONTINUE - else - if mini then - if wantSep then - break - end - local nextToken = peekWord() - if isKeyWord(nextToken, Tokens[Index + 2]) - and nextToken ~= 'function' - and nextToken ~= 'true' - and nextToken ~= 'false' - and nextToken ~= 'nil' - and nextToken ~= 'not' then - break - end - end - local exp = parseExp() - if not exp then - break - end - if wantSep then - missSymbol(',', list[#list].finish, exp.start) - end - wantSep = true - if not list then - list = { - type = 'list', - start = exp.start, - } - end - list[#list+1] = exp - list.finish = exp.finish - exp.parent = list - end - ::CONTINUE:: - end - if not list then - return nil - end - if not wantSep then - missExp() - end - return list -end - -local function parseIndex() - local start = getPosition(Tokens[Index], 'left') - Index = Index + 2 - skipSpace() - local exp = parseExp() - local index = { - type = 'index', - start = start, - finish = exp and exp.finish or (start + 1), - index = exp - } - if exp then - exp.parent = index - else - missExp() - end - skipSpace() - if Tokens[Index + 1] == ']' then - index.finish = getPosition(Tokens[Index], 'right') - Index = Index + 2 - else - missSymbol ']' - end - return index -end - -local function parseTable() - local tbl = { - type = 'table', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index], 'right'), - } - Index = Index + 2 - local index = 0 - local tindex = 0 - local wantSep = false - while true do - skipSpace(true) - local token = Tokens[Index + 1] - if token == '}' then - Index = Index + 2 - break - end - if CharMapTSep[token] then - if not wantSep then - missExp() - end - wantSep = false - Index = Index + 2 - goto CONTINUE - end - local lastRight = lastRightPosition() - - if peekWord() then - local savePoint = getSavePoint() - local name = parseName() - if name then - skipSpace() - if Tokens[Index + 1] == '=' then - Index = Index + 2 - if wantSep then - pushError { - type = 'MISS_SEP_IN_TABLE', - start = lastRight, - finish = getPosition(Tokens[Index], 'left'), - } - end - wantSep = true - skipSpace() - local fvalue = parseExp() - local tfield = { - type = 'tablefield', - start = name.start, - finish = name.finish, - range = fvalue and fvalue.finish, - node = tbl, - parent = tbl, - field = name, - value = fvalue, - } - name.type = 'field' - name.parent = tfield - if fvalue then - fvalue.parent = tfield - else - missExp() - end - index = index + 1 - tbl[index] = tfield - goto CONTINUE - end - end - savePoint() - end - - local exp = parseExp(true) - if exp then - if wantSep then - pushError { - type = 'MISS_SEP_IN_TABLE', - start = lastRight, - finish = exp.start, - } - end - wantSep = true - if exp.type == 'varargs' then - index = index + 1 - tbl[index] = exp - exp.parent = tbl - goto CONTINUE - end - index = index + 1 - tindex = tindex + 1 - local texp = { - type = 'tableexp', - start = exp.start, - finish = exp.finish, - tindex = tindex, - parent = tbl, - value = exp, - } - exp.parent = texp - tbl[index] = texp - goto CONTINUE - end - - if token == '[' then - if wantSep then - pushError { - type = 'MISS_SEP_IN_TABLE', - start = lastRight, - finish = getPosition(Tokens[Index], 'left'), - } - end - wantSep = true - local tindex = parseIndex() - skipSpace() - tindex.type = 'tableindex' - tindex.node = tbl - tindex.parent = tbl - index = index + 1 - tbl[index] = tindex - if expectAssign() then - skipSpace() - local ivalue = parseExp() - if ivalue then - ivalue.parent = tindex - tindex.range = ivalue.finish - tindex.value = ivalue - else - missExp() - end - else - missSymbol '=' - end - goto CONTINUE - end - - missSymbol '}' - break - ::CONTINUE:: - end - tbl.finish = lastRightPosition() - return tbl -end - -local function addDummySelf(node, call) - if node.type ~= 'getmethod' then - return - end - -- dummy param `self` - if not call.args then - call.args = { - type = 'callargs', - start = call.start, - finish = call.finish, - parent = call, - } - end - local self = { - type = 'self', - start = node.colon.start, - finish = node.colon.finish, - parent = call.args, - [1] = 'self', - } - tinsert(call.args, 1, self) -end - -local function checkAmbiguityCall(call, parenPos) - if State.version ~= 'Lua 5.1' then - return - end - local node = call.node - local nodeRow = guide.rowColOf(node.finish) - local callRow = guide.rowColOf(parenPos) - if nodeRow == callRow then - return - end - pushError { - type = 'AMBIGUOUS_SYNTAX', - start = parenPos, - finish = call.finish, - } -end - -local function bindSpecial(source, name) - if Specials[name] then - addSpecial(name, source) - else - local ospeicals = State.options.special - if ospeicals and ospeicals[name] then - addSpecial(ospeicals[name], source) - end - end -end - -local function parseSimple(node, funcName) - local currentName - if node.type == 'getglobal' - or node.type == 'getlocal' then - currentName = node[1] - end - local lastMethod - while true do - if lastMethod and node.node == lastMethod then - if node.type ~= 'call' then - missSymbol('(', node.node.finish, node.node.finish) - end - lastMethod = nil - end - skipSpace() - local token = Tokens[Index + 1] - if token == '.' then - local dot = { - type = token, - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index], 'right'), - } - Index = Index + 2 - skipSpace() - local field = parseName(true) - local getfield = { - type = 'getfield', - start = node.start, - finish = lastRightPosition(), - node = node, - dot = dot, - field = field - } - if field then - field.parent = getfield - field.type = 'field' - if currentName then - if node.type == 'getlocal' - or node.type == 'getglobal' - or node.type == 'getfield' then - currentName = currentName .. '.' .. field[1] - bindSpecial(getfield, currentName) - else - currentName = nil - end - end - else - pushError { - type = 'MISS_FIELD', - start = lastRightPosition(), - finish = lastRightPosition(), - } - end - node.parent = getfield - node.next = getfield - node = getfield - elseif token == ':' then - local colon = { - type = token, - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index], 'right'), - } - Index = Index + 2 - skipSpace() - local method = parseName(true) - local getmethod = { - type = 'getmethod', - start = node.start, - finish = lastRightPosition(), - node = node, - colon = colon, - method = method - } - if method then - method.parent = getmethod - method.type = 'method' - else - pushError { - type = 'MISS_METHOD', - start = lastRightPosition(), - finish = lastRightPosition(), - } - end - node.parent = getmethod - node.next = getmethod - node = getmethod - if lastMethod then - missSymbol('(', node.node.finish, node.node.finish) - end - lastMethod = getmethod - elseif token == '(' then - if funcName then - break - end - local startPos = getPosition(Tokens[Index], 'left') - local call = { - type = 'call', - start = node.start, - node = node, - } - Index = Index + 2 - local args = parseExpList() - if Tokens[Index + 1] == ')' then - call.finish = getPosition(Tokens[Index], 'right') - Index = Index + 2 - else - call.finish = lastRightPosition() - missSymbol ')' - end - if args then - args.type = 'callargs' - args.start = startPos - args.finish = call.finish - args.parent = call - call.args = args - end - addDummySelf(node, call) - checkAmbiguityCall(call, startPos) - node.parent = call - node = call - elseif token == '{' then - if funcName then - break - end - local tbl = parseTable() - local call = { - type = 'call', - start = node.start, - finish = tbl.finish, - node = node, - } - local args = { - type = 'callargs', - start = tbl.start, - finish = tbl.finish, - parent = call, - [1] = tbl, - } - call.args = args - addDummySelf(node, call) - tbl.parent = args - node.parent = call - node = call - elseif CharMapStrSH[token] then - if funcName then - break - end - local str = parseShortString() - local call = { - type = 'call', - start = node.start, - finish = str.finish, - node = node, - } - local args = { - type = 'callargs', - start = str.start, - finish = str.finish, - parent = call, - [1] = str, - } - call.args = args - addDummySelf(node, call) - str.parent = args - node.parent = call - node = call - elseif CharMapStrLH[token] then - local str = parseLongString() - if str then - if funcName then - break - end - local call = { - type = 'call', - start = node.start, - finish = str.finish, - node = node, - } - local args = { - type = 'callargs', - start = str.start, - finish = str.finish, - parent = call, - [1] = str, - } - call.args = args - addDummySelf(node, call) - str.parent = args - node.parent = call - node = call - else - local index = parseIndex() - local bstart = index.start - index.type = 'getindex' - index.start = node.start - index.node = node - node.next = index - node.parent = index - node = index - if funcName then - pushError { - type = 'INDEX_IN_FUNC_NAME', - start = bstart, - finish = index.finish, - } - end - end - else - break - end - end - if node.type == 'call' - and node.node == lastMethod then - lastMethod = nil - end - if node.type == 'call' then - if node.node.special == 'error' - or node.node.special == 'os.exit' then - node.hasExit = true - end - end - if node == lastMethod then - if funcName then - lastMethod = nil - end - end - if lastMethod then - missSymbol('(', lastMethod.finish) - end - return node -end - -local function parseVarargs() - local varargs = { - type = 'varargs', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 2, 'right'), - } - Index = Index + 2 - for i = #Chunk, 1, -1 do - local chunk = Chunk[i] - if chunk.vararg then - if not chunk.vararg.ref then - chunk.vararg.ref = {} - end - chunk.vararg.ref[#chunk.vararg.ref+1] = varargs - varargs.node = chunk.vararg - break - end - if chunk.type == 'main' then - break - end - if chunk.type == 'function' then - pushError { - type = 'UNEXPECT_DOTS', - start = varargs.start, - finish = varargs.finish, - } - break - end - end - return varargs -end - -local function parseParen() - local pl = Tokens[Index] - local paren = { - type = 'paren', - start = getPosition(pl, 'left'), - finish = getPosition(pl, 'right') - } - Index = Index + 2 - skipSpace() - local exp = parseExp() - if exp then - paren.exp = exp - paren.finish = exp.finish - exp.parent = paren - else - missExp() - end - skipSpace() - if Tokens[Index + 1] == ')' then - paren.finish = getPosition(Tokens[Index], 'right') - Index = Index + 2 - else - missSymbol ')' - end - return paren -end - -local function getLocal(name, pos) - for i = #Chunk, 1, -1 do - local chunk = Chunk[i] - local locals = chunk.locals - if locals then - local res - for n = 1, #locals do - local loc = locals[n] - if loc.effect > pos then - break - end - if loc[1] == name then - if not res or res.effect < loc.effect then - res = loc - end - end - end - if res then - return res - end - end - end -end - -local function resolveName(node) - if not node then - return nil - end - local loc = getLocal(node[1], node.start) - if loc then - node.type = 'getlocal' - node.node = loc - if not loc.ref then - loc.ref = {} - end - loc.ref[#loc.ref+1] = node - if loc.special then - addSpecial(loc.special, node) - end - else - node.type = 'getglobal' - local env = getLocal(State.ENVMode, node.start) - if env then - node.node = env - if not env.ref then - env.ref = {} - end - env.ref[#env.ref+1] = node - end - end - local name = node[1] - bindSpecial(node, name) - return node -end - -local function isChunkFinishToken(token) - local currentChunk = Chunk[#Chunk] - if not currentChunk then - return false - end - local tp = currentChunk.type - if tp == 'main' then - return false - end - if tp == 'for' - or tp == 'in' - or tp == 'loop' - or tp == 'function' then - return token == 'end' - end - if tp == 'if' - or tp == 'ifblock' - or tp == 'elseifblock' - or tp == 'elseblock' then - return token == 'then' - or token == 'end' - or token == 'else' - or token == 'elseif' - end - if tp == 'repeat' then - return token == 'until' - end - return true -end - -local function parseActions() - local rtn, last - while true do - skipSpace(true) - local token = Tokens[Index + 1] - if token == ';' then - Index = Index + 2 - goto CONTINUE - end - if ChunkFinishMap[token] - and isChunkFinishToken(token) then - break - end - local action, failed = parseAction() - if failed then - if not skipUnknownSymbol() then - break - end - end - if action then - if not rtn and action.type == 'return' then - rtn = action - end - last = action - end - ::CONTINUE:: - end - if rtn and rtn ~= last then - pushError { - type = 'ACTION_AFTER_RETURN', - start = rtn.start, - finish = rtn.finish, - } - end -end - -local function parseParams(params) - local lastSep - local hasDots - while true do - skipSpace() - local token = Tokens[Index + 1] - if not token or token == ')' then - if lastSep then - missName() - end - break - end - if token == ',' then - if lastSep or lastSep == nil then - missName() - else - lastSep = true - end - Index = Index + 2 - goto CONTINUE - end - if token == '...' then - if lastSep == false then - missSymbol ',' - end - lastSep = false - if not params then - params = {} - end - local vararg = { - type = '...', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 2, 'right'), - parent = params, - [1] = '...', - } - local chunk = Chunk[#Chunk] - chunk.vararg = vararg - params[#params+1] = vararg - if hasDots then - pushError { - type = 'ARGS_AFTER_DOTS', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 2, 'right'), - } - end - hasDots = true - Index = Index + 2 - goto CONTINUE - end - if CharMapWord[ssub(token, 1, 1)] then - if lastSep == false then - missSymbol ',' - end - lastSep = false - if not params then - params = {} - end - params[#params+1] = createLocal { - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + #token - 1, 'right'), - parent = params, - [1] = token, - } - if hasDots then - pushError { - type = 'ARGS_AFTER_DOTS', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + #token - 1, 'right'), - } - end - if isKeyWord(token, Tokens[Index + 3]) then - pushError { - type = 'KEYWORD', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + #token - 1, 'right'), - } - end - Index = Index + 2 - goto CONTINUE - end - skipUnknownSymbol '%,%)%.' - ::CONTINUE:: - end - return params -end - -local function parseFunction(isLocal, isAction) - local funcLeft = getPosition(Tokens[Index], 'left') - local funcRight = getPosition(Tokens[Index] + 7, 'right') - local func = { - type = 'function', - start = funcLeft, - finish = funcRight, - bstart = funcRight, - keyword = { - [1] = funcLeft, - [2] = funcRight, - }, - } - Index = Index + 2 - skipSpace(true) - local hasLeftParen = Tokens[Index + 1] == '(' - if not hasLeftParen then - local name = parseName() - if name then - local simple = parseSimple(name, true) - if isLocal then - if simple == name then - createLocal(name) - else - resolveName(name) - pushError { - type = 'UNEXPECT_LFUNC_NAME', - start = simple.start, - finish = simple.finish, - } - end - else - resolveName(name) - end - func.name = simple - func.finish = simple.finish - func.bstart = simple.finish - if not isAction then - simple.parent = func - pushError { - type = 'UNEXPECT_EFUNC_NAME', - start = simple.start, - finish = simple.finish, - } - end - skipSpace(true) - hasLeftParen = Tokens[Index + 1] == '(' - end - end - local LastLocalCount = LocalCount - LocalCount = 0 - pushChunk(func) - local params - if func.name and func.name.type == 'getmethod' then - if func.name.type == 'getmethod' then - params = { - type = 'funcargs', - start = funcRight, - finish = funcRight, - parent = func - } - params[1] = createLocal { - start = funcRight, - finish = funcRight, - parent = params, - [1] = 'self', - } - params[1].type = 'self' - end - end - if hasLeftParen then - params = params or {} - local parenLeft = getPosition(Tokens[Index], 'left') - Index = Index + 2 - params = parseParams(params) - params.type = 'funcargs' - params.start = parenLeft - params.finish = lastRightPosition() - params.parent = func - func.args = params - skipSpace(true) - if Tokens[Index + 1] == ')' then - local parenRight = getPosition(Tokens[Index], 'right') - func.finish = parenRight - func.bstart = parenRight - if params then - params.finish = parenRight - end - Index = Index + 2 - skipSpace(true) - else - func.finish = lastRightPosition() - func.bstart = func.finish - if params then - params.finish = func.finish - end - missSymbol ')' - end - else - missSymbol '(' - end - parseActions() - popChunk() - if Tokens[Index + 1] == 'end' then - local endLeft = getPosition(Tokens[Index], 'left') - local endRight = getPosition(Tokens[Index] + 2, 'right') - func.keyword[3] = endLeft - func.keyword[4] = endRight - func.finish = endRight - Index = Index + 2 - else - func.finish = lastRightPosition() - missEnd(funcLeft, funcRight) - end - LocalCount = LastLocalCount - return func -end - -local function checkNeedParen(source) - local token = Tokens[Index + 1] - if token ~= '.' - and token ~= ':' then - return source - end - local exp = parseSimple(source, false) - if exp == source then - return exp - end - pushError { - type = 'NEED_PAREN', - start = source.start, - finish = source.finish, - fix = { - title = 'FIX_ADD_PAREN', - { - start = source.start, - finish = source.start, - text = '(', - }, - { - start = source.finish, - finish = source.finish, - text = ')', - } - } - } - return exp -end - -local function parseExpUnit() - local token = Tokens[Index + 1] - if token == '(' then - local paren = parseParen() - return parseSimple(paren, false) - end - - if token == '...' then - local varargs = parseVarargs() - return varargs - end - - if token == '{' then - local table = parseTable() - if not table then - return nil - end - local exp = checkNeedParen(table) - return exp - end - - if CharMapStrSH[token] then - local string = parseShortString() - if not string then - return nil - end - local exp = checkNeedParen(string) - return exp - end - - if CharMapStrLH[token] then - local string = parseLongString() - if not string then - return nil - end - local exp = checkNeedParen(string) - return exp - end - - local number = parseNumber() - if number then - return number - end - - if ChunkFinishMap[token] then - return nil - end - - if token == 'nil' then - return parseNil() - end - - if token == 'true' - or token == 'false' then - return parseBoolean() - end - - if token == 'function' then - return parseFunction() - end - - local node = parseName() - if node then - return parseSimple(resolveName(node), false) - end - - return nil -end - -local function parseUnaryOP() - local token = Tokens[Index + 1] - local symbol = UnarySymbol[token] and token or UnaryAlias[token] - if not symbol then - return nil - end - local myLevel = UnarySymbol[symbol] - local op = { - type = symbol, - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + #symbol - 1, 'right'), - } - Index = Index + 2 - return op, myLevel -end - ----@param level integer # op level must greater than this level -local function parseBinaryOP(asAction, level) - local token = Tokens[Index + 1] - local symbol = (BinarySymbol[token] and token) - or BinaryAlias[token] - or (not asAction and BinaryActionAlias[token]) - if not symbol then - return nil - end - if symbol == '//' and State.options.nonstandardSymbol['//'] then - return nil - end - local myLevel = BinarySymbol[symbol] - if level and myLevel < level then - return nil - end - local op = { - type = symbol, - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + #token - 1, 'right'), - } - if not asAction then - if token == '=' then - pushError { - type = 'ERR_EQ_AS_ASSIGN', - start = op.start, - finish = op.finish, - fix = { - title = 'FIX_EQ_AS_ASSIGN', - { - start = op.start, - finish = op.finish, - text = '==', - } - } - } - end - end - if BinaryAlias[token] then - if not State.options.nonstandardSymbol[token] then - pushError { - type = 'ERR_NONSTANDARD_SYMBOL', - start = op.start, - finish = op.finish, - info = { - symbol = symbol, - }, - fix = { - title = 'FIX_NONSTANDARD_SYMBOL', - symbol = symbol, - { - start = op.start, - finish = op.finish, - text = symbol, - }, - } - } - end - end - if token == '//' - or token == '<<' - or token == '>>' then - if State.version ~= 'Lua 5.3' - and State.version ~= 'Lua 5.4' then - pushError { - type = 'UNSUPPORT_SYMBOL', - version = {'Lua 5.3', 'Lua 5.4'}, - start = op.start, - finish = op.finish, - info = { - version = State.version, - } - } - end - end - Index = Index + 2 - return op, myLevel -end - -function parseExp(asAction, level) - local exp - local uop, uopLevel = parseUnaryOP() - if uop then - skipSpace() - local child = parseExp(asAction, uopLevel) - -- 预计算负数 - if uop.type == '-' - and child - and (child.type == 'number' or child.type == 'integer') then - child.start = uop.start - child[1] = - child[1] - exp = child - else - exp = { - type = 'unary', - op = uop, - start = uop.start, - finish = child and child.finish or uop.finish, - [1] = child, - } - if child then - child.parent = exp - else - missExp() - end - end - else - exp = parseExpUnit() - if not exp then - return nil - end - end - - while true do - skipSpace() - local bop, bopLevel = parseBinaryOP(asAction, level) - if not bop then - break - end - - ::AGAIN:: - skipSpace() - local isForward = SymbolForward[bopLevel] - local child = parseExp(asAction, isForward and (bopLevel + 0.5) or bopLevel) - if not child then - if skipUnknownSymbol() then - goto AGAIN - else - missExp() - end - end - local bin = { - type = 'binary', - start = exp.start, - finish = child and child.finish or bop.finish, - op = bop, - [1] = exp, - [2] = child - } - exp.parent = bin - if child then - child.parent = bin - end - exp = bin - end - - return exp -end - -local function skipSeps() - while true do - skipSpace() - if Tokens[Index + 1] == ',' then - missExp() - Index = Index + 2 - else - break - end - end -end - ----@return parser.object? first ----@return parser.object? second ----@return parser.object[]? rest -local function parseSetValues() - skipSpace() - local first = parseExp() - if not first then - return nil - end - skipSpace() - if Tokens[Index + 1] ~= ',' then - return first - end - Index = Index + 2 - skipSeps() - local second = parseExp() - if not second then - missExp() - return first - end - skipSpace() - if Tokens[Index + 1] ~= ',' then - return first, second - end - Index = Index + 2 - skipSeps() - local third = parseExp() - if not third then - missExp() - return first, second - end - - local rest = { third } - while true do - skipSpace() - if Tokens[Index + 1] ~= ',' then - return first, second, rest - end - Index = Index + 2 - skipSeps() - local exp = parseExp() - if not exp then - missExp() - return first, second, rest - end - rest[#rest+1] = exp - end -end - -local function pushActionIntoCurrentChunk(action) - local chunk = Chunk[#Chunk] - if chunk then - chunk[#chunk+1] = action - action.parent = chunk - end -end - ----@return parser.object? second ----@return parser.object[]? rest -local function parseVarTails(parser, isLocal) - if Tokens[Index + 1] ~= ',' then - return nil - end - Index = Index + 2 - skipSpace() - local second = parser(true) - if not second then - missName() - return nil - end - if isLocal then - createLocal(second, parseLocalAttrs()) - end - skipSpace() - if Tokens[Index + 1] ~= ',' then - return second - end - Index = Index + 2 - skipSeps() - local third = parser(true) - if not third then - missName() - return second - end - if isLocal then - createLocal(third, parseLocalAttrs()) - end - local rest = { third } - while true do - skipSpace() - if Tokens[Index + 1] ~= ',' then - return second, rest - end - Index = Index + 2 - skipSeps() - local name = parser(true) - if not name then - missName() - return second, rest - end - if isLocal then - createLocal(name, parseLocalAttrs()) - end - rest[#rest+1] = name - end -end - -local function bindValue(n, v, index, lastValue, isLocal, isSet) - if isLocal then - if v and v.special then - addSpecial(v.special, n) - end - elseif isSet then - n.type = GetToSetMap[n.type] or n.type - if n.type == 'setlocal' then - local loc = n.node - if loc.attrs then - pushError { - type = 'SET_CONST', - start = n.start, - finish = n.finish, - } - end - end - end - if not v and lastValue then - if lastValue.type == 'call' - or lastValue.type == 'varargs' then - v = lastValue - if not v.extParent then - v.extParent = {} - end - end - end - if v then - if v.type == 'call' - or v.type == 'varargs' then - local select = { - type = 'select', - sindex = index, - start = v.start, - finish = v.finish, - vararg = v - } - if v.parent then - v.extParent[#v.extParent+1] = select - else - v.parent = select - end - v = select - end - n.value = v - n.range = v.finish - v.parent = n - end -end - -local function parseMultiVars(n1, parser, isLocal) - local n2, nrest = parseVarTails(parser, isLocal) - skipSpace() - local v1, v2, vrest - local isSet - local max = 1 - if expectAssign(not isLocal) then - v1, v2, vrest = parseSetValues() - isSet = true - if not v1 then - missExp() - end - end - local index = 1 - bindValue(n1, v1, index, nil, isLocal, isSet) - local lastValue = v1 - local lastVar = n1 - if n2 then - max = 2 - if not v2 then - index = 2 - end - bindValue(n2, v2, index, lastValue, isLocal, isSet) - lastValue = v2 or lastValue - lastVar = n2 - pushActionIntoCurrentChunk(n2) - end - if nrest then - for i = 1, #nrest do - local n = nrest[i] - local v = vrest and vrest[i] - max = i + 2 - if not v then - index = index + 1 - end - bindValue(n, v, index, lastValue, isLocal, isSet) - lastValue = v or lastValue - lastVar = n - pushActionIntoCurrentChunk(n) - end - end - - if isLocal then - local effect = lastValue and lastValue.finish or lastVar.finish - n1.effect = effect - if n2 then - n2.effect = effect - end - if nrest then - for i = 1, #nrest do - nrest[i].effect = effect - end - end - end - - if v2 and not n2 then - v2.redundant = { - max = max, - passed = 2, - } - pushActionIntoCurrentChunk(v2) - end - if vrest then - for i = 1, #vrest do - local v = vrest[i] - if not nrest or not nrest[i] then - v.redundant = { - max = max, - passed = i + 2, - } - pushActionIntoCurrentChunk(v) - end - end - end - - return n1, isSet -end - -local function compileExpAsAction(exp) - pushActionIntoCurrentChunk(exp) - if GetToSetMap[exp.type] then - skipSpace() - local isLocal - if exp.type == 'getlocal' and exp[1] == State.ENVMode then - exp.special = nil - -- TODO: need + 1 at the end - LocalCount = LocalCount - 1 - local loc = createLocal(exp, parseLocalAttrs()) - loc.locPos = exp.start - loc.effect = maxinteger - isLocal = true - skipSpace() - end - local action, isSet = parseMultiVars(exp, parseExp, isLocal) - if isSet - or action.type == 'getmethod' then - return action - end - end - - if exp.type == 'call' then - if exp.hasExit then - for i = #Chunk, 1, -1 do - local block = Chunk[i] - if block.type == 'ifblock' - or block.type == 'elseifblock' - or block.type == 'elseblock' - or block.type == 'function' then - block.hasExit = true - break - end - end - end - return exp - end - - if exp.type == 'binary' then - if GetToSetMap[exp[1].type] then - local op = exp.op - if op.type == '==' then - pushError { - type = 'ERR_ASSIGN_AS_EQ', - start = op.start, - finish = op.finish, - fix = { - title = 'FIX_ASSIGN_AS_EQ', - { - start = op.start, - finish = op.finish, - text = '=', - } - } - } - return - end - end - end - - pushError { - type = 'EXP_IN_ACTION', - start = exp.start, - finish = exp.finish, - } - - return exp -end - -local function parseLocal() - local locPos = getPosition(Tokens[Index], 'left') - Index = Index + 2 - skipSpace() - local word = peekWord() - if not word then - missName() - return nil - end - - if word == 'function' then - local func = parseFunction(true, true) - local name = func.name - if name then - func.name = nil - name.value = func - name.vstart = func.start - name.range = func.finish - name.locPos = locPos - func.parent = name - pushActionIntoCurrentChunk(name) - return name - else - missName(func.keyword[2]) - pushActionIntoCurrentChunk(func) - return func - end - end - - local name = parseName(true) - if not name then - missName() - return nil - end - local loc = createLocal(name, parseLocalAttrs()) - loc.locPos = locPos - loc.effect = maxinteger - pushActionIntoCurrentChunk(loc) - skipSpace() - parseMultiVars(loc, parseName, true) - - return loc -end - -local function parseDo() - local doLeft = getPosition(Tokens[Index], 'left') - local doRight = getPosition(Tokens[Index] + 1, 'right') - local obj = { - type = 'do', - start = doLeft, - finish = doRight, - bstart = doRight, - keyword = { - [1] = doLeft, - [2] = doRight, - }, - } - Index = Index + 2 - pushActionIntoCurrentChunk(obj) - pushChunk(obj) - parseActions() - popChunk() - if Tokens[Index + 1] == 'end' then - obj.finish = getPosition(Tokens[Index] + 2, 'right') - obj.keyword[3] = getPosition(Tokens[Index], 'left') - obj.keyword[4] = getPosition(Tokens[Index] + 2, 'right') - Index = Index + 2 - else - missEnd(doLeft, doRight) - end - if obj.locals then - LocalCount = LocalCount - #obj.locals - end - - return obj -end - -local function parseReturn() - local returnLeft = getPosition(Tokens[Index], 'left') - local returnRight = getPosition(Tokens[Index] + 5, 'right') - Index = Index + 2 - skipSpace() - local rtn = parseExpList(true) - if rtn then - rtn.type = 'return' - rtn.start = returnLeft - else - rtn = { - type = 'return', - start = returnLeft, - finish = returnRight, - } - end - pushActionIntoCurrentChunk(rtn) - for i = #Chunk, 1, -1 do - local block = Chunk[i] - if block.type == 'function' - or block.type == 'main' then - if not block.returns then - block.returns = {} - end - block.returns[#block.returns+1] = rtn - break - end - end - for i = #Chunk, 1, -1 do - local block = Chunk[i] - if block.type == 'ifblock' - or block.type == 'elseifblock' - or block.type == 'elseblock' - or block.type == 'function' then - block.hasReturn = true - break - end - end - - return rtn -end - -local function parseLabel() - local left = getPosition(Tokens[Index], 'left') - Index = Index + 2 - skipSpace() - local label = parseName() - skipSpace() - - if not label then - missName() - end - - if Tokens[Index + 1] == '::' then - Index = Index + 2 - else - if label then - missSymbol '::' - end - end - - if not label then - return nil - end - - label.type = 'label' - pushActionIntoCurrentChunk(label) - - local block = guide.getBlock(label) - if block then - if not block.labels then - block.labels = {} - end - local name = label[1] - local olabel = guide.getLabel(block, name) - if olabel then - if State.version == 'Lua 5.4' - or block == guide.getBlock(olabel) then - pushError { - type = 'REDEFINED_LABEL', - start = label.start, - finish = label.finish, - relative = { - { - olabel.start, - olabel.finish, - } - } - } - end - end - block.labels[name] = label - end - - if State.version == 'Lua 5.1' then - pushError { - type = 'UNSUPPORT_SYMBOL', - start = left, - finish = lastRightPosition(), - version = {'Lua 5.2', 'Lua 5.3', 'Lua 5.4', 'LuaJIT'}, - info = { - version = State.version, - } - } - return - end - return label -end - -local function parseGoTo() - local start = getPosition(Tokens[Index], 'left') - Index = Index + 2 - skipSpace() - - local action = parseName() - if not action then - missName() - return nil - end - - action.type = 'goto' - action.keyStart = start - - for i = #Chunk, 1, -1 do - local chunk = Chunk[i] - if chunk.type == 'function' - or chunk.type == 'main' then - if not chunk.gotos then - chunk.gotos = {} - end - chunk.gotos[#chunk.gotos+1] = action - break - end - end - for i = #Chunk, 1, -1 do - local chunk = Chunk[i] - if chunk.type == 'ifblock' - or chunk.type == 'elseifblock' - or chunk.type == 'elseblock' then - chunk.hasGoTo = true - break - end - end - - pushActionIntoCurrentChunk(action) - return action -end - -local function parseIfBlock(parent) - local ifLeft = getPosition(Tokens[Index], 'left') - local ifRight = getPosition(Tokens[Index] + 1, 'right') - Index = Index + 2 - local ifblock = { - type = 'ifblock', - parent = parent, - start = ifLeft, - finish = ifRight, - bstart = ifRight, - keyword = { - [1] = ifLeft, - [2] = ifRight, - } - } - skipSpace() - local filter = parseExp() - if filter then - ifblock.filter = filter - ifblock.finish = filter.finish - ifblock.bstart = ifblock.finish - filter.parent = ifblock - else - missExp() - end - skipSpace() - local thenToken = Tokens[Index + 1] - if thenToken == 'then' - or thenToken == 'do' then - ifblock.finish = getPosition(Tokens[Index] + #thenToken - 1, 'right') - ifblock.bstart = ifblock.finish - ifblock.keyword[3] = getPosition(Tokens[Index], 'left') - ifblock.keyword[4] = ifblock.finish - if thenToken == 'do' then - pushError { - type = 'ERR_THEN_AS_DO', - start = ifblock.keyword[3], - finish = ifblock.keyword[4], - fix = { - title = 'FIX_THEN_AS_DO', - { - start = ifblock.keyword[3], - finish = ifblock.keyword[4], - text = 'then', - } - } - } - end - Index = Index + 2 - else - missSymbol 'then' - end - pushChunk(ifblock) - parseActions() - popChunk() - ifblock.finish = getPosition(Tokens[Index], 'left') - if ifblock.locals then - LocalCount = LocalCount - #ifblock.locals - end - return ifblock -end - -local function parseElseIfBlock(parent) - local ifLeft = getPosition(Tokens[Index], 'left') - local ifRight = getPosition(Tokens[Index] + 5, 'right') - local elseifblock = { - type = 'elseifblock', - parent = parent, - start = ifLeft, - finish = ifRight, - bstart = ifRight, - keyword = { - [1] = ifLeft, - [2] = ifRight, - } - } - Index = Index + 2 - skipSpace() - local filter = parseExp() - if filter then - elseifblock.filter = filter - elseifblock.finish = filter.finish - elseifblock.bstart = elseifblock.finish - filter.parent = elseifblock - else - missExp() - end - skipSpace() - local thenToken = Tokens[Index + 1] - if thenToken == 'then' - or thenToken == 'do' then - elseifblock.finish = getPosition(Tokens[Index] + #thenToken - 1, 'right') - elseifblock.bstart = elseifblock.finish - elseifblock.keyword[3] = getPosition(Tokens[Index], 'left') - elseifblock.keyword[4] = elseifblock.finish - if thenToken == 'do' then - pushError { - type = 'ERR_THEN_AS_DO', - start = elseifblock.keyword[3], - finish = elseifblock.keyword[4], - fix = { - title = 'FIX_THEN_AS_DO', - { - start = elseifblock.keyword[3], - finish = elseifblock.keyword[4], - text = 'then', - } - } - } - end - Index = Index + 2 - else - missSymbol 'then' - end - pushChunk(elseifblock) - parseActions() - popChunk() - elseifblock.finish = getPosition(Tokens[Index], 'left') - if elseifblock.locals then - LocalCount = LocalCount - #elseifblock.locals - end - return elseifblock -end - -local function parseElseBlock(parent) - local ifLeft = getPosition(Tokens[Index], 'left') - local ifRight = getPosition(Tokens[Index] + 3, 'right') - local elseblock = { - type = 'elseblock', - parent = parent, - start = ifLeft, - finish = ifRight, - bstart = ifRight, - keyword = { - [1] = ifLeft, - [2] = ifRight, - } - } - Index = Index + 2 - skipSpace() - pushChunk(elseblock) - parseActions() - popChunk() - elseblock.finish = getPosition(Tokens[Index], 'left') - if elseblock.locals then - LocalCount = LocalCount - #elseblock.locals - end - return elseblock -end - -local function parseIf() - local token = Tokens[Index + 1] - local left = getPosition(Tokens[Index], 'left') - local action = { - type = 'if', - start = left, - finish = getPosition(Tokens[Index] + #token - 1, 'right'), - } - pushActionIntoCurrentChunk(action) - if token ~= 'if' then - missSymbol('if', left, left) - end - local hasElse - while true do - local word = Tokens[Index + 1] - local child - if word == 'if' then - child = parseIfBlock(action) - elseif word == 'elseif' then - child = parseElseIfBlock(action) - elseif word == 'else' then - child = parseElseBlock(action) - end - if not child then - break - end - if hasElse then - pushError { - type = 'BLOCK_AFTER_ELSE', - start = child.start, - finish = child.finish, - } - end - if word == 'else' then - hasElse = true - end - action[#action+1] = child - action.finish = child.finish - skipSpace() - end - - if Tokens[Index + 1] == 'end' then - action.finish = getPosition(Tokens[Index] + 2, 'right') - Index = Index + 2 - else - missEnd(action[1].keyword[1], action[1].keyword[2]) - end - - return action -end - -local function parseFor() - local action = { - type = 'for', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 2, 'right'), - keyword = {}, - } - action.bstart = action.finish - action.keyword[1] = action.start - action.keyword[2] = action.finish - Index = Index + 2 - pushActionIntoCurrentChunk(action) - pushChunk(action) - skipSpace() - local nameOrList = parseNameOrList(action) - if not nameOrList then - missName() - end - skipSpace() - local forStateVars - -- for i = - if expectAssign() then - action.type = 'loop' - - skipSpace() - local expList = parseExpList() - local name - if nameOrList then - if nameOrList.type == 'name' then - name = nameOrList - else - name = nameOrList[1] - end - end - -- for x in ... uses 4 variables - forStateVars = 3 - LocalCount = LocalCount + forStateVars - if name then - local loc = createLocal(name) - loc.parent = action - action.finish = name.finish - action.bstart = action.finish - action.loc = loc - end - if expList then - expList.parent = action - local value = expList[1] - if value then - value.parent = expList - action.init = value - action.finish = expList[#expList].finish - action.bstart = action.finish - end - local max = expList[2] - if max then - max.parent = expList - action.max = max - action.finish = max.finish - action.bstart = action.finish - else - pushError { - type = 'MISS_LOOP_MAX', - start = lastRightPosition(), - finish = lastRightPosition(), - } - end - local step = expList[3] - if step then - step.parent = expList - action.step = step - action.finish = step.finish - action.bstart = action.finish - end - else - pushError { - type = 'MISS_LOOP_MIN', - start = lastRightPosition(), - finish = lastRightPosition(), - } - end - - if action.loc then - action.loc.effect = action.finish - end - elseif Tokens[Index + 1] == 'in' then - action.type = 'in' - local inLeft = getPosition(Tokens[Index], 'left') - local inRight = getPosition(Tokens[Index] + 1, 'right') - Index = Index + 2 - skipSpace() - - local exps = parseExpList() - - action.finish = inRight - action.bstart = action.finish - action.keyword[3] = inLeft - action.keyword[4] = inRight - - local list - if nameOrList and nameOrList.type == 'name' then - list = { - type = 'list', - start = nameOrList.start, - finish = nameOrList.finish, - parent = action, - [1] = nameOrList, - } - else - list = nameOrList - end - - if exps then - local lastExp = exps[#exps] - if lastExp then - action.finish = lastExp.finish - action.bstart = action.finish - end - - action.exps = exps - exps.parent = action - for i = 1, #exps do - local exp = exps[i] - exp.parent = exps - end - else - missExp() - end - - if State.version == 'Lua 5.4' then - forStateVars = 4 - else - forStateVars = 3 - end - LocalCount = LocalCount + forStateVars - - if list then - local lastName = list[#list] - list.range = lastName and lastName.range or inRight - action.keys = list - for i = 1, #list do - local loc = createLocal(list[i]) - loc.parent = action - loc.effect = action.finish - end - end - else - missSymbol 'in' - end - - skipSpace() - local doToken = Tokens[Index + 1] - if doToken == 'do' - or doToken == 'then' then - local left = getPosition(Tokens[Index], 'left') - local right = getPosition(Tokens[Index] + #doToken - 1, 'right') - action.finish = left - action.bstart = action.finish - action.keyword[#action.keyword+1] = left - action.keyword[#action.keyword+1] = right - if doToken == 'then' then - pushError { - type = 'ERR_DO_AS_THEN', - start = left, - finish = right, - fix = { - title = 'FIX_DO_AS_THEN', - { - start = left, - finish = right, - text = 'do', - } - } - } - end - Index = Index + 2 - else - missSymbol 'do' - end - - skipSpace() - parseActions() - popChunk() - - skipSpace() - if Tokens[Index + 1] == 'end' then - action.finish = getPosition(Tokens[Index] + 2, 'right') - action.keyword[#action.keyword+1] = getPosition(Tokens[Index], 'left') - action.keyword[#action.keyword+1] = action.finish - Index = Index + 2 - else - missEnd(action.keyword[1], action.keyword[2]) - end - - if action.locals then - LocalCount = LocalCount - #action.locals - end - if forStateVars then - LocalCount = LocalCount - forStateVars - end - - return action -end - -local function parseWhile() - local action = { - type = 'while', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 4, 'right'), - keyword = {}, - } - action.bstart = action.finish - action.keyword[1] = action.start - action.keyword[2] = action.finish - Index = Index + 2 - - skipSpace() - local nextToken = Tokens[Index + 1] - local filter = nextToken ~= 'do' - and nextToken ~= 'then' - and parseExp() - if filter then - action.filter = filter - action.finish = filter.finish - filter.parent = action - else - missExp() - end - - skipSpace() - local doToken = Tokens[Index + 1] - if doToken == 'do' - or doToken == 'then' then - local left = getPosition(Tokens[Index], 'left') - local right = getPosition(Tokens[Index] + #doToken - 1, 'right') - action.finish = left - action.bstart = action.finish - action.keyword[#action.keyword+1] = left - action.keyword[#action.keyword+1] = right - if doToken == 'then' then - pushError { - type = 'ERR_DO_AS_THEN', - start = left, - finish = right, - fix = { - title = 'FIX_DO_AS_THEN', - { - start = left, - finish = right, - text = 'do', - } - } - } - end - Index = Index + 2 - else - missSymbol 'do' - end - - pushActionIntoCurrentChunk(action) - pushChunk(action) - skipSpace() - parseActions() - popChunk() - - skipSpace() - if Tokens[Index + 1] == 'end' then - action.finish = getPosition(Tokens[Index] + 2, 'right') - action.keyword[#action.keyword+1] = getPosition(Tokens[Index], 'left') - action.keyword[#action.keyword+1] = action.finish - Index = Index + 2 - else - missEnd(action.keyword[1], action.keyword[2]) - end - - if action.locals then - LocalCount = LocalCount - #action.locals - end - - return action -end - -local function parseRepeat() - local action = { - type = 'repeat', - start = getPosition(Tokens[Index], 'left'), - finish = getPosition(Tokens[Index] + 5, 'right'), - keyword = {}, - } - action.bstart = action.finish - action.keyword[1] = action.start - action.keyword[2] = action.finish - Index = Index + 2 - - pushActionIntoCurrentChunk(action) - pushChunk(action) - skipSpace() - parseActions() - - skipSpace() - if Tokens[Index + 1] == 'until' then - action.finish = getPosition(Tokens[Index] + 4, 'right') - action.keyword[#action.keyword+1] = getPosition(Tokens[Index], 'left') - action.keyword[#action.keyword+1] = action.finish - Index = Index + 2 - - skipSpace() - local filter = parseExp() - if filter then - action.filter = filter - filter.parent = action - else - missExp() - end - - else - missSymbol 'until' - end - - popChunk() - if action.filter then - action.finish = action.filter.finish - end - - if action.locals then - LocalCount = LocalCount - #action.locals - end - - return action -end - -local function parseBreak() - local returnLeft = getPosition(Tokens[Index], 'left') - local returnRight = getPosition(Tokens[Index] + #Tokens[Index + 1] - 1, 'right') - Index = Index + 2 - skipSpace() - local action = { - type = 'break', - start = returnLeft, - finish = returnRight, - } - - local ok - for i = #Chunk, 1, -1 do - local chunk = Chunk[i] - if chunk.type == 'function' then - break - end - if chunk.type == 'while' - or chunk.type == 'in' - or chunk.type == 'loop' - or chunk.type == 'repeat' - or chunk.type == 'for' then - if not chunk.breaks then - chunk.breaks = {} - end - chunk.breaks[#chunk.breaks+1] = action - ok = true - break - end - end - for i = #Chunk, 1, -1 do - local chunk = Chunk[i] - if chunk.type == 'ifblock' - or chunk.type == 'elseifblock' - or chunk.type == 'elseblock' then - chunk.hasBreak = true - break - end - end - if not ok and Mode == 'Lua' then - pushError { - type = 'BREAK_OUTSIDE', - start = action.start, - finish = action.finish, - } - end - - pushActionIntoCurrentChunk(action) - return action -end - -function parseAction() - local token = Tokens[Index + 1] - - if token == '::' then - return parseLabel() - end - - if token == 'local' then - return parseLocal() - end - - if token == 'if' - or token == 'elseif' - or token == 'else' then - return parseIf() - end - - if token == 'for' then - return parseFor() - end - - if token == 'do' then - return parseDo() - end - - if token == 'return' then - return parseReturn() - end - - if token == 'break' then - return parseBreak() - end - - if token == 'continue' and State.options.nonstandardSymbol['continue'] then - return parseBreak() - end - - if token == 'while' then - return parseWhile() - end - - if token == 'repeat' then - return parseRepeat() - end - - if token == 'goto' and isKeyWord('goto', Tokens[Index + 3]) then - return parseGoTo() - end - - if token == 'function' then - local exp = parseFunction(false, true) - local name = exp.name - if name then - exp.name = nil - name.type = GetToSetMap[name.type] - name.value = exp - name.vstart = exp.start - name.range = exp.finish - exp.parent = name - if name.type == 'setlocal' then - local loc = name.node - if loc.attrs then - pushError { - type = 'SET_CONST', - start = name.start, - finish = name.finish, - } - end - end - pushActionIntoCurrentChunk(name) - return name - else - pushActionIntoCurrentChunk(exp) - missName(exp.keyword[2]) - return exp - end - end - - local exp = parseExp(true) - if exp then - local action = compileExpAsAction(exp) - if action then - return action - end - end - return nil, true -end - -local function skipFirstComment() - if Tokens[Index + 1] ~= '#' then - return - end - while true do - Index = Index + 2 - local token = Tokens[Index + 1] - if not token then - break - end - if NLMap[token] then - skipNL() - break - end - end -end - -local function parseLua() - local main = { - type = 'main', - start = 0, - finish = 0, - } - pushChunk(main) - createLocal{ - type = 'local', - start = -1, - finish = -1, - effect = -1, - parent = main, - tag = '_ENV', - special= '_G', - [1] = State.ENVMode, - } - LocalCount = 0 - skipFirstComment() - while true do - parseActions() - if Index <= #Tokens then - unknownSymbol() - Index = Index + 2 - else - break - end - end - popChunk() - main.finish = getPosition(#Lua, 'right') - - return main -end - -local function initState(lua, version, options) - Lua = lua - Line = 0 - LineOffset = 1 - LastTokenFinish = 0 - LocalCount = 0 - LocalLimited = false - Chunk = {} - Tokens = tokens(lua) - Index = 1 - ---@class parser.state - ---@field uri uri - ---@field lines integer[] - local state = { - version = version, - lua = lua, - ast = {}, - errs = {}, - comms = {}, - lines = { - [0] = 1, - size = #lua, - }, - options = options or {}, - } - if not state.options.nonstandardSymbol then - state.options.nonstandardSymbol = {} - end - State = state - if version == 'Lua 5.1' or version == 'LuaJIT' then - state.ENVMode = '@fenv' - else - state.ENVMode = '_ENV' - end - - pushError = function (err) - local errs = state.errs - if err.finish < err.start then - err.finish = err.start - end - local last = errs[#errs] - if last then - if last.start <= err.start and last.finish >= err.finish then - return - end - end - err.level = err.level or 'Error' - errs[#errs+1] = err - return err - end -end - -return function (lua, mode, version, options) - Mode = mode - initState(lua, version, options) - skipSpace() - if mode == 'Lua' then - State.ast = parseLua() - elseif mode == 'Nil' then - State.ast = parseNil() - elseif mode == 'Boolean' then - State.ast = parseBoolean() - elseif mode == 'String' then - State.ast = parseString() - elseif mode == 'Number' then - State.ast = parseNumber() - elseif mode == 'Name' then - State.ast = parseName() - elseif mode == 'Exp' then - State.ast = parseExp() - elseif mode == 'Action' then - State.ast = parseAction() - end - - if State.ast then - State.ast.state = State - end - - while true do - if Index <= #Tokens then - unknownSymbol() - Index = Index + 2 - else - break - end - end - - return State -end diff --git a/script/parser/guide.lua b/script/parser/guide.lua deleted file mode 100644 index 0dd6338e4..000000000 --- a/script/parser/guide.lua +++ /dev/null @@ -1,1295 +0,0 @@ -local error = error -local type = type - ----@class parser.object ----@field bindDocs parser.object[] ----@field bindGroup parser.object[] ----@field bindSource parser.object ----@field value parser.object ----@field parent parser.object ----@field type string ----@field special string ----@field tag string ----@field args { [integer]: parser.object, start: integer, finish: integer } ----@field locals parser.object[] ----@field returns? parser.object[] ----@field breaks? parser.object[] ----@field exps parser.object[] ----@field keys parser.object ----@field uri uri ----@field start integer ----@field finish integer ----@field range integer ----@field effect integer ----@field bstart integer ----@field attrs string[] ----@field specials parser.object[] ----@field labels parser.object[] ----@field node parser.object ----@field field parser.object ----@field method parser.object ----@field index parser.object ----@field extends parser.object[]|parser.object ----@field types parser.object[] ----@field fields parser.object[] ----@field tkey parser.object ----@field tvalue parser.object ----@field tindex integer ----@field op parser.object ----@field next parser.object ----@field docParam parser.object ----@field sindex integer ----@field name parser.object ----@field call parser.object ----@field closure parser.object ----@field proto parser.object ----@field exp parser.object ----@field alias parser.object ----@field class parser.object ----@field enum parser.object ----@field vararg parser.object ----@field param parser.object ----@field overload parser.object ----@field docParamMap table ----@field upvalues table ----@field ref parser.object[] ----@field returnIndex integer ----@field assignIndex integer ----@field docIndex integer ----@field docs parser.object ----@field state table ----@field comment table ----@field optional boolean ----@field max parser.object ----@field init parser.object ----@field step parser.object ----@field redundant { max: integer, passed: integer } ----@field filter parser.object ----@field loc parser.object ----@field keyword integer[] ----@field casts parser.object[] ----@field mode? '+' | '-' ----@field hasGoTo? true ----@field hasReturn? true ----@field hasBreak? true ----@field hasExit? true ----@field [integer] parser.object|any ----@field package _root parser.object ----@field package _eachCache? parser.object[] ----@field package _isGlobal? boolean - ----@class guide ----@field debugMode boolean -local m = {} - -m.ANY = {""} - -m.notNamePattern = '[^%w_\x80-\xff]' -m.namePattern = '[%a_\x80-\xff][%w_\x80-\xff]*' -m.namePatternFull = '^' .. m.namePattern .. '$' - -local blockTypes = { - ['while'] = true, - ['in'] = true, - ['loop'] = true, - ['repeat'] = true, - ['do'] = true, - ['function'] = true, - ['if'] = true, - ['ifblock'] = true, - ['elseblock'] = true, - ['elseifblock'] = true, - ['main'] = true, -} - -local topBlockTypes = { - ['while'] = true, - ['function'] = true, - ['if'] = true, - ['ifblock'] = true, - ['elseblock'] = true, - ['elseifblock'] = true, - ['main'] = true, -} - -local breakBlockTypes = { - ['while'] = true, - ['in'] = true, - ['loop'] = true, - ['repeat'] = true, - ['for'] = true, -} - -local childMap = { - ['main'] = {'#', 'docs'}, - ['repeat'] = {'#', 'filter'}, - ['while'] = {'filter', '#'}, - ['in'] = {'keys', 'exps', '#'}, - ['loop'] = {'loc', 'init', 'max', 'step', '#'}, - ['do'] = {'#'}, - ['if'] = {'#'}, - ['ifblock'] = {'filter', '#'}, - ['elseifblock'] = {'filter', '#'}, - ['elseblock'] = {'#'}, - ['setfield'] = {'node', 'field', 'value'}, - ['getfield'] = {'node', 'field'}, - ['setmethod'] = {'node', 'method', 'value'}, - ['getmethod'] = {'node', 'method'}, - ['setindex'] = {'node', 'index', 'value'}, - ['getindex'] = {'node', 'index'}, - ['tableindex'] = {'index', 'value'}, - ['tablefield'] = {'field', 'value'}, - ['tableexp'] = {'value'}, - ['setglobal'] = {'value'}, - ['local'] = {'attrs', 'value'}, - ['setlocal'] = {'value'}, - ['return'] = {'#'}, - ['select'] = {'vararg'}, - ['table'] = {'#'}, - ['function'] = {'args', '#'}, - ['funcargs'] = {'#'}, - ['paren'] = {'exp'}, - ['call'] = {'node', 'args'}, - ['callargs'] = {'#'}, - ['list'] = {'#'}, - ['binary'] = {1, 2}, - ['unary'] = {1}, - - ['doc'] = {'#'}, - ['doc.class'] = {'class', '#extends', '#signs', 'docAttr', 'comment'}, - ['doc.type'] = {'#types', 'name', 'comment'}, - ['doc.alias'] = {'alias', 'extends', 'comment'}, - ['doc.enum'] = {'enum', 'extends', 'comment', 'docAttr'}, - ['doc.param'] = {'param', 'extends', 'comment'}, - ['doc.return'] = {'#returns', 'comment'}, - ['doc.field'] = {'field', 'extends', 'comment'}, - ['doc.generic'] = {'#generics', 'comment'}, - ['doc.generic.object'] = {'generic', 'extends', 'comment'}, - ['doc.vararg'] = {'vararg', 'comment'}, - ['doc.type.array'] = {'node'}, - ['doc.type.function'] = {'#args', '#returns', 'comment'}, - ['doc.type.table'] = {'#fields', 'comment'}, - ['doc.type.literal'] = {'node'}, - ['doc.type.arg'] = {'name', 'extends'}, - ['doc.type.field'] = {'name', 'extends'}, - ['doc.type.sign'] = {'node', '#signs'}, - ['doc.overload'] = {'overload', 'comment'}, - ['doc.see'] = {'name', 'comment'}, - ['doc.version'] = {'#versions'}, - ['doc.diagnostic'] = {'#names'}, - ['doc.as'] = {'as'}, - ['doc.cast'] = {'name', '#casts'}, - ['doc.cast.block'] = {'extends'}, - ['doc.operator'] = {'op', 'exp', 'extends'}, - ['doc.meta'] = {'name'}, - ['doc.attr'] = {'#names'}, -} - ----@type table -local compiledChildMap = setmetatable({}, {__index = function (self, name) - local defs = childMap[name] - if not defs then - self[name] = false - return false - end - local text = {} - text[#text+1] = 'local obj, list = ...' - for _, def in ipairs(defs) do - if def == '#' then - text[#text+1] = [[ -for i = 1, #obj do - list[#list+1] = obj[i] -end -]] - elseif type(def) == 'string' and def:sub(1, 1) == '#' then - local key = def:sub(2) - text[#text+1] = ([[ -local childs = obj.%s -if childs then - for i = 1, #childs do - list[#list+1] = childs[i] - end -end -]]):format(key) - elseif type(def) == 'string' then - text[#text+1] = ('list[#list+1] = obj.%s'):format(def) - else - text[#text+1] = ('list[#list+1] = obj[%q]'):format(def) - end - end - local buf = table.concat(text, '\n') - local f = load(buf, buf, 't') - self[name] = f - return f -end}) - -local eachChildMap = setmetatable({}, {__index = function (self, name) - local defs = childMap[name] - if not defs then - self[name] = false - return false - end - local text = {} - text[#text+1] = 'local obj, callback = ...' - for _, def in ipairs(defs) do - if def == '#' then - text[#text+1] = [[ -for i = 1, #obj do - callback(obj[i]) -end -]] - elseif type(def) == 'string' and def:sub(1, 1) == '#' then - local key = def:sub(2) - text[#text+1] = ([[ -local childs = obj.%s -if childs then - for i = 1, #childs do - callback(childs[i]) - end -end -]]):format(key) - elseif type(def) == 'string' then - text[#text+1] = ('callback(obj.%s)'):format(def) - else - text[#text+1] = ('callback(obj[%q])'):format(def) - end - end - local buf = table.concat(text, '\n') - local f = load(buf, buf, 't') - self[name] = f - return f -end}) - -m.actionMap = { - ['main'] = {'#'}, - ['repeat'] = {'#'}, - ['while'] = {'#'}, - ['in'] = {'#'}, - ['loop'] = {'#'}, - ['if'] = {'#'}, - ['ifblock'] = {'#'}, - ['elseifblock'] = {'#'}, - ['elseblock'] = {'#'}, - ['do'] = {'#'}, - ['function'] = {'#'}, - ['funcargs'] = {'#'}, -} - ---- 是否是字面量 ----@param obj table ----@return boolean -function m.isLiteral(obj) - local tp = obj.type - return tp == 'nil' - or tp == 'boolean' - or tp == 'string' - or tp == 'number' - or tp == 'integer' - or tp == 'table' - or tp == 'function' - or tp == 'doc.type.function' - or tp == 'doc.type.table' - or tp == 'doc.type.string' - or tp == 'doc.type.integer' - or tp == 'doc.type.boolean' - or tp == 'doc.type.code' - or tp == 'doc.type.array' -end - ---- 获取字面量 ----@param obj table ----@return any -function m.getLiteral(obj) - if m.isLiteral(obj) then - return obj[1] - end - return nil -end - ---- 寻找父函数 ----@param obj parser.object ----@return parser.object? -function m.getParentFunction(obj) - for _ = 1, 10000 do - obj = obj.parent - if not obj then - break - end - local tp = obj.type - if tp == 'function' or tp == 'main' then - return obj - end - end - return nil -end - ---- 寻找所在区块 ----@param obj parser.object ----@return parser.object? -function m.getBlock(obj) - for _ = 1, 10000 do - if not obj then - return nil - end - local tp = obj.type - if blockTypes[tp] then - return obj - end - if obj == obj.parent then - error('obj == obj.parent?' .. obj.type) - end - obj = obj.parent - end - -- make stack - local stack = {} - for _ = 1, 10 do - stack[#stack+1] = ('%s:%s'):format(obj.type, obj.finish) - obj = obj.parent - if not obj then - break - end - end - error('guide.getBlock overstack:' .. table.concat(stack, ' -> ')) -end - ---- 寻找所在父区块 ----@param obj parser.object ----@return parser.object? -function m.getParentBlock(obj) - for _ = 1, 10000 do - obj = obj.parent - if not obj then - return nil - end - local tp = obj.type - if blockTypes[tp] then - return obj - end - end - error('guide.getParentBlock overstack') -end - ---- 寻找所在可break的父区块 ----@param obj parser.object ----@return parser.object? -function m.getBreakBlock(obj) - for _ = 1, 10000 do - obj = obj.parent - if not obj then - return nil - end - local tp = obj.type - if breakBlockTypes[tp] then - return obj - end - if tp == 'function' then - return nil - end - end - error('guide.getBreakBlock overstack') -end - ---- 寻找doc的主体 ----@param obj parser.object ----@return parser.object -function m.getDocState(obj) - for _ = 1, 10000 do - local parent = obj.parent - if not parent then - return obj - end - if parent.type == 'doc' then - return obj - end - obj = parent - end - error('guide.getDocState overstack') -end - ---- 寻找所在父类型 ----@param obj parser.object ----@return parser.object? -function m.getParentType(obj, want) - for _ = 1, 10000 do - obj = obj.parent - if not obj then - return nil - end - if want == obj.type then - return obj - end - end - error('guide.getParentType overstack') -end - ---- 寻找根区块 ----@param obj parser.object ----@return parser.object -function m.getRoot(obj) - local source = obj - if source._root then - return source._root - end - for _ = 1, 10000 do - if obj.type == 'main' then - source._root = obj - return obj - end - if obj._root then - source._root = obj._root - return source._root - end - local parent = obj.parent - if not parent then - error('Can not find out root:' .. tostring(obj.type)) - end - obj = parent - end - error('guide.getRoot overstack') -end - ----@param obj parser.object | { uri: uri } ----@return uri -function m.getUri(obj) - if obj.uri then - return obj.uri - end - local root = m.getRoot(obj) - if root then - return root.uri or '' - end - return '' -end - ----@return parser.object? -function m.getENV(source, start) - if not start then - start = 1 - end - return m.getLocal(source, '_ENV', start) - or m.getLocal(source, '@fenv', start) -end - ---- 获取指定区块中可见的局部变量 ----@param source parser.object ----@param name string # 变量名 ----@param pos integer # 可见位置 ----@return parser.object? -function m.getLocal(source, name, pos) - local block = source - -- find nearest source - for _ = 1, 10000 do - if not block then - return nil - end - if block.type == 'main' then - break - end - if block.start <= pos - and block.finish >= pos - and blockTypes[block.type] then - break - end - block = block.parent - end - - m.eachSourceContain(block, pos, function (src) - if blockTypes[src.type] - and (src.finish - src.start) < (block.finish - src.start) then - block = src - end - end) - - for _ = 1, 10000 do - if not block then - break - end - local res - if block.locals then - for _, loc in ipairs(block.locals) do - if loc[1] == name - and loc.effect <= pos then - if not res or res.effect < loc.effect then - res = loc - end - end - end - end - if res then - return res - end - block = block.parent - end - return nil -end - ---- 获取指定区块中所有的可见局部变量名称 -function m.getVisibleLocals(block, pos) - local result = {} - m.eachSourceContain(m.getRoot(block), pos, function (source) - local locals = source.locals - if locals then - for i = 1, #locals do - local loc = locals[i] - local name = loc[1] - if loc.effect <= pos then - result[name] = loc - end - end - end - end) - return result -end - ---- 获取指定区块中可见的标签 ----@param block parser.object ----@param name string -function m.getLabel(block, name) - local current = m.getBlock(block) - for _ = 1, 10000 do - if not current then - return nil - end - local labels = current.labels - if labels then - local label = labels[name] - if label then - return label - end - end - if current.type == 'function' then - return nil - end - current = m.getParentBlock(current) - end - error('guide.getLocal overstack') -end - -function m.getStartFinish(source) - local start = source.start - local finish = source.finish - if not start then - local first = source[1] - if not first then - return nil, nil - end - local last = source[#source] - start = first.start - finish = last.finish - end - return start, finish -end - -function m.getRange(source) - local start = source.vstart or source.start - local finish = source.range or source.finish - if not start then - local first = source[1] - if not first then - return nil, nil - end - local last = source[#source] - start = first.vstart or first.start - finish = last.range or last.finish - end - return start, finish -end - ---- 判断source是否包含position -function m.isContain(source, position) - local start, finish = m.getStartFinish(source) - if not start then - return false - end - return start <= position and finish >= position -end - ---- 判断position在source的影响范围内 ---- ---- 主要针对赋值等语句时,key包含value -function m.isInRange(source, position) - local start, finish = m.getRange(source) - if not start then - return false - end - return start <= position and finish >= position -end - -function m.isBetween(source, tStart, tFinish) - local start, finish = m.getStartFinish(source) - if not start then - return false - end - return start <= tFinish and finish >= tStart -end - -function m.isBetweenRange(source, tStart, tFinish) - local start, finish = m.getRange(source) - if not start then - return false - end - return start <= tFinish and finish >= tStart -end - ---- 添加child -local function addChilds(list, obj) - local tp = obj.type - if not tp then - return - end - local f = compiledChildMap[tp] - if not f then - return - end - f(obj, list) -end - ---- 遍历所有包含position的source ----@param ast parser.object ----@param position integer ----@param callback fun(src: parser.object): any -function m.eachSourceContain(ast, position, callback) - local list = { ast } - local mark = {} - while true do - local len = #list - if len == 0 then - return - end - local obj = list[len] - list[len] = nil - if not mark[obj] then - mark[obj] = true - if m.isInRange(obj, position) then - if m.isContain(obj, position) then - local res = callback(obj) - if res ~= nil then - return res - end - end - addChilds(list, obj) - end - end - end -end - ---- 遍历所有在某个范围内的source -function m.eachSourceBetween(ast, start, finish, callback) - local list = { ast } - local mark = {} - while true do - local len = #list - if len == 0 then - return - end - local obj = list[len] - list[len] = nil - if not mark[obj] then - mark[obj] = true - if m.isBetweenRange(obj, start, finish) then - if m.isBetween(obj, start, finish) then - local res = callback(obj) - if res ~= nil then - return res - end - end - addChilds(list, obj) - end - end - end -end - -local function getSourceTypeCache(ast) - local cache = ast._typeCache - if not cache then - cache = {} - ast._typeCache = cache - m.eachSource(ast, function (source) - local tp = source.type - if not tp then - return - end - local myCache = cache[tp] - if not myCache then - myCache = {} - cache[tp] = myCache - end - myCache[#myCache+1] = source - end) - end - return cache -end - ---- 遍历所有指定类型的source ----@param ast parser.object ----@param type string ----@param callback fun(src: parser.object): any ----@return any -function m.eachSourceType(ast, type, callback) - local cache = getSourceTypeCache(ast) - local myCache = cache[type] - if not myCache then - return - end - for i = 1, #myCache do - local res = callback(myCache[i]) - if res ~= nil then - return res - end - end -end - ----@param ast parser.object ----@param tps string[] ----@param callback fun(src: parser.object) -function m.eachSourceTypes(ast, tps, callback) - local cache = getSourceTypeCache(ast) - for x = 1, #tps do - local tpCache = cache[tps[x]] - if tpCache then - for i = 1, #tpCache do - callback(tpCache[i]) - end - end - end -end - ---- 遍历所有的source ----@param ast parser.object ----@param callback fun(src: parser.object): boolean? -function m.eachSource(ast, callback) - local cache = ast._eachCache - if not cache then - cache = { ast } - ast._eachCache = cache - local mark = {} - local index = 1 - while true do - local obj = cache[index] - if not obj then - break - end - index = index + 1 - if not mark[obj] then - mark[obj] = true - addChilds(cache, obj) - end - end - end - for i = 1, #cache do - local res = callback(cache[i]) - if res == false then - return - end - end -end - ----@param source parser.object ----@param callback fun(src: parser.object) -function m.eachChild(source, callback) - local f = eachChildMap[source.type] - if not f then - return - end - f(source, callback) -end - ---- 获取指定的 special ----@param ast parser.object ----@param name string ----@param callback fun(src: parser.object) -function m.eachSpecialOf(ast, name, callback) - local root = m.getRoot(ast) - local state = root.state - if not state.specials then - return - end - local specials = state.specials[name] - if not specials then - return - end - for i = 1, #specials do - callback(specials[i]) - end -end - ---- 将 position 拆分成行号与列号 ---- ---- 第一行是0 ----@param position integer ----@return integer row ----@return integer col -function m.rowColOf(position) - return position // 10000, position % 10000 -end - ---- 将行列合并为 position ---- ---- 第一行是0 ----@param row integer ----@param col integer ----@return integer -function m.positionOf(row, col) - return row * 10000 + math.min(col, 10000 - 1) -end - -function m.positionToOffsetByLines(lines, position) - local row, col = m.rowColOf(position) - if row < 0 then - return 0 - end - if row > #lines then - return lines.size - end - local offset = lines[row] + col - 1 - if lines[row + 1] and offset >= lines[row + 1] then - return lines[row + 1] - 1 - elseif offset > lines.size then - return lines.size - end - return offset -end - ---- 返回全文光标位置 ----@param state any ----@param position integer -function m.positionToOffset(state, position) - return m.positionToOffsetByLines(state.lines, position) -end - ----@param lines integer[] ----@param offset integer -function m.offsetToPositionByLines(lines, offset) - local left = 0 - local right = #lines - local row = 0 - while true do - row = (left + right) // 2 - if row == left then - if right ~= left then - if lines[right] - 1 <= offset then - row = right - end - end - break - end - local start = lines[row] - 1 - if start > offset then - right = row - else - left = row - end - end - local col = offset - lines[row] + 1 - return m.positionOf(row, col) -end - -function m.offsetToPosition(state, offset) - return m.offsetToPositionByLines(state.lines, offset) -end - -function m.getLineRange(state, row) - if not state.lines[row] then - return 0 - end - local nextLineStart = state.lines[row + 1] or #state.lua - for i = nextLineStart - 1, state.lines[row], -1 do - local w = state.lua:sub(i, i) - if w ~= '\r' and w ~= '\n' then - return i - state.lines[row] + 1 - end - end - return 0 -end - -local assignTypeMap = { - ['setglobal'] = true, - ['local'] = true, - ['self'] = true, - ['setlocal'] = true, - ['setfield'] = true, - ['setmethod'] = true, - ['setindex'] = true, - ['tablefield'] = true, - ['tableindex'] = true, - ['label'] = true, - ['doc.class'] = true, - ['doc.alias'] = true, - ['doc.enum'] = true, - ['doc.field'] = true, - ['doc.class.name'] = true, - ['doc.alias.name'] = true, - ['doc.enum.name'] = true, - ['doc.field.name'] = true, - ['doc.type.field'] = true, - ['doc.type.array'] = true, -} -function m.isAssign(source) - local tp = source.type - if assignTypeMap[tp] then - return true - end - if tp == 'call' then - local special = m.getSpecial(source.node) - if special == 'rawset' then - return true - end - end - return false -end - -local getTypeMap = { - ['getglobal'] = true, - ['getlocal'] = true, - ['getfield'] = true, - ['getmethod'] = true, - ['getindex'] = true, -} -function m.isGet(source) - local tp = source.type - if getTypeMap[tp] then - return true - end - if tp == 'call' then - local special = m.getSpecial(source.node) - if special == 'rawget' then - return true - end - end - return false -end - -function m.getSpecial(source) - if not source then - return nil - end - return source.special -end - -function m.getKeyNameOfLiteral(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'field' - or tp == 'method' then - return obj[1] - elseif tp == 'string' - or tp == 'number' - or tp == 'integer' - or tp == 'boolean' - or tp == 'doc.type.integer' - or tp == 'doc.type.string' - or tp == 'doc.type.boolean' then - return obj[1] - end -end - ----@return string? -function m.getKeyName(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'getglobal' - or tp == 'setglobal' then - return obj[1] - elseif tp == 'local' - or tp == 'self' - or tp == 'getlocal' - or tp == 'setlocal' then - return obj[1] - elseif tp == 'getfield' - or tp == 'setfield' - or tp == 'tablefield' then - if obj.field then - return obj.field[1] - end - elseif tp == 'getmethod' - or tp == 'setmethod' then - if obj.method then - return obj.method[1] - end - elseif tp == 'getindex' - or tp == 'setindex' - or tp == 'tableindex' then - return m.getKeyNameOfLiteral(obj.index) - elseif tp == 'tableexp' then - return obj.tindex - elseif tp == 'field' - or tp == 'method' then - return obj[1] - elseif tp == 'doc.class' then - return obj.class[1] - elseif tp == 'doc.alias' then - return obj.alias[1] - elseif tp == 'doc.enum' then - return obj.enum[1] - elseif tp == 'doc.field' then - return obj.field[1] - elseif tp == 'doc.field.name' - or tp == 'doc.type.name' - or tp == 'doc.class.name' - or tp == 'doc.alias.name' - or tp == 'doc.enum.name' - or tp == 'doc.extends.name' then - return obj[1] - elseif tp == 'doc.type.field' then - return m.getKeyName(obj.name) - end - return m.getKeyNameOfLiteral(obj) -end - -function m.getKeyTypeOfLiteral(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'field' - or tp == 'method' then - return 'string' - elseif tp == 'string' then - return 'string' - elseif tp == 'number' then - return 'number' - elseif tp == 'integer' then - return 'integer' - elseif tp == 'boolean' then - return 'boolean' - end -end - -function m.getKeyType(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'getglobal' - or tp == 'setglobal' then - return 'string' - elseif tp == 'local' - or tp == 'self' - or tp == 'getlocal' - or tp == 'setlocal' then - return 'local' - elseif tp == 'getfield' - or tp == 'setfield' - or tp == 'tablefield' then - return 'string' - elseif tp == 'getmethod' - or tp == 'setmethod' then - return 'string' - elseif tp == 'getindex' - or tp == 'setindex' - or tp == 'tableindex' then - return m.getKeyTypeOfLiteral(obj.index) - elseif tp == 'tableexp' then - return 'integer' - elseif tp == 'field' - or tp == 'method' then - return 'string' - elseif tp == 'doc.class' then - return 'string' - elseif tp == 'doc.alias' then - return 'string' - elseif tp == 'doc.enum' then - return 'string' - elseif tp == 'doc.field' then - return type(obj.field[1]) - elseif tp == 'doc.type.field' then - return type(obj.name[1]) - end - if tp == 'doc.field.name' then - return type(obj[1]) - end - return m.getKeyTypeOfLiteral(obj) -end - ----是否是全局变量(包括 _G.XXX 形式) ----@param source parser.object ----@return boolean -function m.isGlobal(source) - if source._isGlobal ~= nil then - return source._isGlobal - end - if source.tag == '_ENV' then - source._isGlobal = true - return false - end - if source.special == '_G' then - source._isGlobal = true - return true - end - if source.type == 'setglobal' - or source.type == 'getglobal' then - if source.node and source.node.tag == '_ENV' then - source._isGlobal = true - return true - end - end - if source.type == 'setfield' - or source.type == 'getfield' - or source.type == 'setindex' - or source.type == 'getindex' then - local current = source - while current do - local node = current.node - if not node then - break - end - if node.special == '_G' then - source._isGlobal = true - return true - end - if m.getKeyName(node) ~= '_G' then - break - end - current = node - end - end - if source.type == 'call' then - local node = source.node - if node.special == 'rawget' - or node.special == 'rawset' then - if source.args and source.args[1] then - local isGlobal = source.args[1].special == '_G' - source._isGlobal = isGlobal - return isGlobal - end - end - end - source._isGlobal = false - return false -end - -function m.isInString(ast, position) - return m.eachSourceContain(ast, position, function (source) - if source.type == 'string' - and source.start < position then - return true - end - end) -end - -function m.isInComment(ast, offset) - for _, com in ipairs(ast.state.comms) do - if offset >= com.start and offset <= com.finish then - return true - end - end - return false -end - -function m.isOOP(source) - if source.type == 'setmethod' - or source.type == 'getmethod' then - return true - end - if source.type == 'method' - or source.type == 'field' - or source.type == 'function' then - return m.isOOP(source.parent) - end - return false -end - -local basicTypeMap = { - ['unknown'] = true, - ['any'] = true, - ['true'] = true, - ['false'] = true, - ['nil'] = true, - ['boolean'] = true, - ['integer'] = true, - ['number'] = true, - ['string'] = true, - ['table'] = true, - ['function'] = true, - ['thread'] = true, - ['userdata'] = true, -} - ----@param str string ----@return boolean -function m.isBasicType(str) - return basicTypeMap[str] == true -end - ----@param source parser.object ----@return boolean -function m.isBlockType(source) - return blockTypes[source.type] == true -end - ----@param source parser.object ----@return parser.object? -function m.getSelfNode(source) - if source.type == 'getlocal' - or source.type == 'setlocal' then - source = source.node - end - if source.type ~= 'self' then - return nil - end - local args = source.parent - if args.type == 'callargs' then - local call = args.parent - if call.type ~= 'call' then - return nil - end - local getmethod = call.node - if getmethod.type ~= 'getmethod' then - return nil - end - return getmethod.node - end - if args.type == 'funcargs' then - return m.getFunctionSelfNode(args.parent) - end - return nil -end - ----@param func parser.object ----@return parser.object? -function m.getFunctionSelfNode(func) - if func.type ~= 'function' then - return nil - end - local parent = func.parent - if parent.type == 'setmethod' - or parent.type == 'setfield' then - return parent.node - end - return nil -end - ----@param source parser.object ----@return parser.object? -function m.getTopBlock(source) - for _ = 1, 1000 do - local block = source.parent - if not block then - return nil - end - if topBlockTypes[block.type] then - return block - end - source = block - end - return nil -end - ----@param source parser.object ----@return boolean -function m.isParam(source) - if source.type ~= 'local' - and source.type ~= 'self' then - return false - end - if source.parent.type ~= 'funcargs' then - return false - end - return true -end - -return m diff --git a/script/parser/init.lua b/script/parser/init.lua deleted file mode 100644 index bc004f770..000000000 --- a/script/parser/init.lua +++ /dev/null @@ -1,8 +0,0 @@ -local api = { - compile = require 'parser.compile', - lines = require 'parser.lines', - guide = require 'parser.guide', - luadoc = require 'parser.luadoc', -} - -return api diff --git a/script/parser/lines.lua b/script/parser/lines.lua deleted file mode 100644 index ffd021e68..000000000 --- a/script/parser/lines.lua +++ /dev/null @@ -1,25 +0,0 @@ -local sfind = string.find -local ssub = string.sub - ----@param text string -return function (text) - local current = 1 - local lines = {} - lines[0] = 1 - lines.size = #text - local i = 0 - while true do - local pos = sfind(text,'[\r\n]', current) - if not pos then - break - end - i = i + 1 - if ssub(text, pos, pos + 1) == '\r\n' then - current = pos + 2 - else - current = pos + 1 - end - lines[i] = current - end - return lines -end diff --git a/script/parser/luadoc.lua b/script/parser/luadoc.lua deleted file mode 100644 index d7338918f..000000000 --- a/script/parser/luadoc.lua +++ /dev/null @@ -1,2109 +0,0 @@ -local m = require 'lpeglabel' -local re = require 'parser.relabel' -local guide = require 'parser.guide' -local compile = require 'parser.compile' -local util = require 'utility' - -local TokenTypes, TokenStarts, TokenFinishs, TokenContents, TokenMarks ----@type integer -local Ci ----@type integer -local Offset -local pushWarning, NextComment, Lines -local parseType, parseTypeUnit ----@type any -local Parser = re.compile([[ -Main <- (Token / Sp)* -Sp <- %s+ -X16 <- [a-fA-F0-9] -Token <- Integer / Name / String / Code / Symbol -Name <- ({} {%name} {}) - -> Name -Integer <- ({} {'-'? [0-9]+} !'.' {}) - -> Integer -Code <- ({} '`' { (!'`' .)*} '`' {}) - -> Code -String <- ({} StringDef {}) - -> String -StringDef <- {'"'} - {~(Esc / !'"' .)*~} -> 1 - ('"'?) - / {"'"} - {~(Esc / !"'" .)*~} -> 1 - ("'"?) - / '[' {:eq: '='* :} '[' - =eq -> LongStringMark - {(!StringClose .)*} -> 1 - StringClose? -StringClose <- ']' =eq ']' -Esc <- '\' -> '' - EChar -EChar <- 'a' -> ea - / 'b' -> eb - / 'f' -> ef - / 'n' -> en - / 'r' -> er - / 't' -> et - / 'v' -> ev - / '\' - / '"' - / "'" - / %nl - / ('z' (%nl / %s)*) -> '' - / ('x' {X16 X16}) -> Char16 - / ([0-9] [0-9]? [0-9]?) -> Char10 - / ('u{' {X16*} '}') -> CharUtf8 -Symbol <- ({} { - [:|,;<>()?+#{}] - / '[]' - / '...' - / '[' - / ']' - / '-' !'-' - } {}) - -> Symbol -]], { - s = m.S' \t\v\f', - ea = '\a', - eb = '\b', - ef = '\f', - en = '\n', - er = '\r', - et = '\t', - ev = '\v', - name = (m.R('az', 'AZ', '09', '\x80\xff') + m.S('_')) * (m.R('az', 'AZ', '__', '09', '\x80\xff') + m.S('_.*-'))^0, - Char10 = function (char) - ---@type integer? - char = tonumber(char) - if not char or char < 0 or char > 255 then - return '' - end - return string.char(char) - end, - Char16 = function (char) - return string.char(tonumber(char, 16)) - end, - CharUtf8 = function (char) - if #char == 0 then - return '' - end - local v = tonumber(char, 16) - if not v then - return '' - end - if v >= 0 and v <= 0x10FFFF then - return utf8.char(v) - end - return '' - end, - LongStringMark = function (back) - return '[' .. back .. '[' - end, - Name = function (start, content, finish) - Ci = Ci + 1 - TokenTypes[Ci] = 'name' - TokenStarts[Ci] = start - TokenFinishs[Ci] = finish - 1 - TokenContents[Ci] = content - end, - String = function (start, mark, content, finish) - Ci = Ci + 1 - TokenTypes[Ci] = 'string' - TokenStarts[Ci] = start - TokenFinishs[Ci] = finish - 1 - TokenContents[Ci] = content - TokenMarks[Ci] = mark - end, - Integer = function (start, content, finish) - Ci = Ci + 1 - TokenTypes[Ci] = 'integer' - TokenStarts[Ci] = start - TokenFinishs[Ci] = finish - 1 - TokenContents[Ci] = math.tointeger(content) - end, - Code = function (start, content, finish) - Ci = Ci + 1 - TokenTypes[Ci] = 'code' - TokenStarts[Ci] = start - TokenFinishs[Ci] = finish - 1 - TokenContents[Ci] = content - end, - Symbol = function (start, content, finish) - Ci = Ci + 1 - TokenTypes[Ci] = 'symbol' - TokenStarts[Ci] = start - TokenFinishs[Ci] = finish - 1 - TokenContents[Ci] = content - end, -}) - ----@alias parser.visibleType 'public' | 'protected' | 'private' | 'package' - ----@class parser.object ----@field literal boolean ----@field signs parser.object[] ----@field originalComment parser.object ----@field as? parser.object ----@field touch? integer ----@field module? string ----@field async? boolean ----@field versions? table[] ----@field names? parser.object[] ----@field path? string ----@field bindComments? parser.object[] ----@field visible? parser.visibleType ----@field operators? parser.object[] ----@field calls? parser.object[] ----@field generics? parser.object[] ----@field generic? parser.object ----@field docAttr? parser.object - -local function parseTokens(text, offset) - Ci = 0 - Offset = offset - TokenTypes = {} - TokenStarts = {} - TokenFinishs = {} - TokenContents = {} - TokenMarks = {} - Parser:match(text) - Ci = 0 -end - -local function peekToken(offset) - offset = offset or 1 - return TokenTypes[Ci + offset], TokenContents[Ci + offset] -end - ----@return string? tokenType ----@return string? tokenContent -local function nextToken() - Ci = Ci + 1 - if not TokenTypes[Ci] then - Ci = Ci - 1 - return nil, nil - end - return TokenTypes[Ci], TokenContents[Ci] -end - -local function checkToken(tp, content, offset) - offset = offset or 0 - return TokenTypes[Ci + offset] == tp - and TokenContents[Ci + offset] == content -end - -local function getStart() - if Ci == 0 then - return Offset - end - return TokenStarts[Ci] + Offset -end - ----@return integer -local function getFinish() - if Ci == 0 then - return Offset - end - return TokenFinishs[Ci] + Offset + 1 -end - -local function getMark() - return TokenMarks[Ci] -end - -local function try(callback) - local savePoint = Ci - -- rollback - local suc = callback() - if not suc then - Ci = savePoint - end - return suc -end - -local function parseName(tp, parent) - local nameTp, nameText = peekToken() - if nameTp ~= 'name' then - return nil - end - nextToken() - local name = { - type = tp, - start = getStart(), - finish = getFinish(), - parent = parent, - [1] = nameText, - } - return name -end - -local function nextSymbolOrError(symbol) - if checkToken('symbol', symbol, 1) then - nextToken() - return true - end - pushWarning { - type = 'LUADOC_MISS_SYMBOL', - start = getFinish(), - finish = getFinish(), - info = { - symbol = symbol, - } - } - return false -end - -local function parseDocAttr(parent) - if not checkToken('symbol', '(', 1) then - return nil - end - nextToken() - - local attrs = { - type = 'doc.attr', - parent = parent, - start = getStart(), - finish = getStart(), - names = {}, - } - - while true do - if checkToken('symbol', ',', 1) then - nextToken() - goto continue - end - local name = parseName('doc.attr.name', attrs) - if not name then - break - end - attrs.names[#attrs.names+1] = name - attrs.finish = name.finish - ::continue:: - end - - nextSymbolOrError(')') - attrs.finish = getFinish() - - return attrs -end - -local function parseIndexField(parent) - if not checkToken('symbol', '[', 1) then - return nil - end - nextToken() - local field = parseType(parent) - nextSymbolOrError ']' - return field -end - -local function parseTable(parent) - if not checkToken('symbol', '{', 1) then - return nil - end - nextToken() - local typeUnit = { - type = 'doc.type.table', - start = getStart(), - parent = parent, - fields = {}, - } - - while true do - if checkToken('symbol', '}', 1) then - nextToken() - break - end - local field = { - type = 'doc.type.field', - parent = typeUnit, - } - - do - local needCloseParen - if checkToken('symbol', '(', 1) then - nextToken() - needCloseParen = true - end - field.name = parseName('doc.field.name', field) - or parseIndexField(field) - if not field.name then - pushWarning { - type = 'LUADOC_MISS_FIELD_NAME', - start = getFinish(), - finish = getFinish(), - } - break - end - if not field.start then - field.start = field.name.start - end - if checkToken('symbol', '?', 1) then - nextToken() - field.optional = true - end - field.finish = getFinish() - if not nextSymbolOrError(':') then - break - end - field.extends = parseType(field) - if not field.extends then - break - end - field.finish = getFinish() - if needCloseParen then - nextSymbolOrError ')' - end - end - - typeUnit.fields[#typeUnit.fields+1] = field - if checkToken('symbol', ',', 1) - or checkToken('symbol', ';', 1) then - nextToken() - else - nextSymbolOrError('}') - break - end - end - typeUnit.finish = getFinish() - return typeUnit -end - -local function parseSigns(parent) - if not checkToken('symbol', '<', 1) then - return nil - end - nextToken() - local signs = {} - while true do - local sign = parseName('doc.generic.name', parent) - if not sign then - pushWarning { - type = 'LUADOC_MISS_SIGN_NAME', - start = getFinish(), - finish = getFinish(), - } - break - end - signs[#signs+1] = sign - if checkToken('symbol', ',', 1) then - nextToken() - else - break - end - end - nextSymbolOrError '>' - return signs -end - -local function parseDots(tp, parent) - if not checkToken('symbol', '...', 1) then - return - end - nextToken() - local dots = { - type = tp, - start = getStart(), - finish = getFinish(), - parent = parent, - [1] = '...', - } - return dots -end - -local function parseTypeUnitFunction(parent) - if not checkToken('name', 'fun', 1) then - return nil - end - nextToken() - local typeUnit = { - type = 'doc.type.function', - parent = parent, - start = getStart(), - args = {}, - returns = {}, - } - if not nextSymbolOrError('(') then - return nil - end - while true do - if checkToken('symbol', ')', 1) then - nextToken() - break - end - local arg = { - type = 'doc.type.arg', - parent = typeUnit, - } - arg.name = parseName('doc.type.arg.name', arg) - or parseDots('doc.type.arg.name', arg) - if not arg.name then - pushWarning { - type = 'LUADOC_MISS_ARG_NAME', - start = getFinish(), - finish = getFinish(), - } - break - end - if not arg.start then - arg.start = arg.name.start - end - if checkToken('symbol', '?', 1) then - nextToken() - arg.optional = true - end - arg.finish = getFinish() - if checkToken('symbol', ':', 1) then - nextToken() - arg.extends = parseType(arg) - end - arg.finish = getFinish() - typeUnit.args[#typeUnit.args+1] = arg - if checkToken('symbol', ',', 1) then - nextToken() - else - nextSymbolOrError(')') - break - end - end - if checkToken('symbol', ':', 1) then - nextToken() - local needCloseParen - if checkToken('symbol', '(', 1) then - nextToken() - needCloseParen = true - end - while true do - local name - try(function () - local returnName = parseName('doc.return.name', typeUnit) - or parseDots('doc.return.name', typeUnit) - if not returnName then - return false - end - if checkToken('symbol', ':', 1) then - nextToken() - name = returnName - return true - end - if returnName[1] == '...' then - name = returnName - return false - end - return false - end) - local rtn = parseType(typeUnit) - if not rtn then - break - end - rtn.name = name - if checkToken('symbol', '?', 1) then - nextToken() - rtn.optional = true - end - typeUnit.returns[#typeUnit.returns+1] = rtn - if checkToken('symbol', ',', 1) then - nextToken() - else - break - end - end - if needCloseParen then - nextSymbolOrError ')' - end - end - typeUnit.finish = getFinish() - return typeUnit -end - -local function parseFunction(parent) - local _, content = peekToken() - if content == 'async' then - nextToken() - local pos = getStart() - local tp, cont = peekToken() - if tp == 'name' then - if cont == 'fun' then - local func = parseTypeUnit(parent) - if func then - func.async = true - func.asyncPos = pos - return func - end - end - end - end - if content == 'fun' then - return parseTypeUnitFunction(parent) - end -end - -local function parseTypeUnitArray(parent, node) - if not checkToken('symbol', '[]', 1) then - return nil - end - nextToken() - local result = { - type = 'doc.type.array', - start = node.start, - finish = getFinish(), - node = node, - parent = parent, - } - node.parent = result - return result -end - -local function parseTypeUnitSign(parent, node) - if not checkToken('symbol', '<', 1) then - return nil - end - nextToken() - local result = { - type = 'doc.type.sign', - start = node.start, - finish = getFinish(), - node = node, - parent = parent, - signs = {}, - } - node.parent = result - while true do - local sign = parseType(result) - if not sign then - pushWarning { - type = 'LUA_DOC_MISS_SIGN', - start = getFinish(), - finish = getFinish(), - } - break - end - result.signs[#result.signs+1] = sign - if checkToken('symbol', ',', 1) then - nextToken() - else - break - end - end - nextSymbolOrError '>' - result.finish = getFinish() - return result -end - -local function parseString(parent) - local tp, content = peekToken() - if not tp or tp ~= 'string' then - return nil - end - - nextToken() - local mark = getMark() - -- compatibility - if content:sub(1, 1) == '"' - or content:sub(1, 1) == "'" then - if content:sub(1, 1) == content:sub(-1, -1) then - mark = content:sub(1, 1) - content = content:sub(2, -2) - end - end - local str = { - type = 'doc.type.string', - start = getStart(), - finish = getFinish(), - parent = parent, - [1] = content, - [2] = mark, - } - return str -end - -local function parseCode(parent) - local tp, content = peekToken() - if not tp or tp ~= 'code' then - return nil - end - nextToken() - local code = { - type = 'doc.type.code', - start = getStart(), - finish = getFinish(), - parent = parent, - [1] = content, - } - return code -end - -local function parseInteger(parent) - local tp, content = peekToken() - if not tp or tp ~= 'integer' then - return nil - end - - nextToken() - local integer = { - type = 'doc.type.integer', - start = getStart(), - finish = getFinish(), - parent = parent, - [1] = content, - } - return integer -end - -local function parseBoolean(parent) - local tp, content = peekToken() - if not tp - or tp ~= 'name' - or (content ~= 'true' and content ~= 'false') then - return nil - end - - nextToken() - local boolean = { - type = 'doc.type.boolean', - start = getStart(), - finish = getFinish(), - parent = parent, - [1] = content == 'true' and true or false, - } - return boolean -end - -local function parseParen(parent) - if not checkToken('symbol', '(', 1) then - return - end - nextToken() - local tp = parseType(parent) - nextSymbolOrError(')') - return tp -end - -function parseTypeUnit(parent) - local result = parseFunction(parent) - or parseTable(parent) - or parseString(parent) - or parseCode(parent) - or parseInteger(parent) - or parseBoolean(parent) - or parseParen(parent) - if not result then - result = parseName('doc.type.name', parent) - or parseDots('doc.type.name', parent) - if not result then - return nil - end - if result[1] == '...' then - result[1] = 'unknown' - end - end - while true do - local newResult = parseTypeUnitSign(parent, result) - if not newResult then - break - end - result = newResult - end - while true do - local newResult = parseTypeUnitArray(parent, result) - if not newResult then - break - end - result = newResult - end - return result -end - -local function parseResume(parent) - local default, additional - if checkToken('symbol', '>', 1) then - nextToken() - default = true - end - - if checkToken('symbol', '+', 1) then - nextToken() - additional = true - end - - local result = parseTypeUnit(parent) - if result then - result.default = default - result.additional = additional - end - - return result -end - -local lockResume = false - -function parseType(parent) - local result = { - type = 'doc.type', - parent = parent, - types = {}, - } - while true do - local typeUnit = parseTypeUnit(result) - if not typeUnit then - break - end - - result.types[#result.types+1] = typeUnit - if not result.start then - result.start = typeUnit.start - end - - if not checkToken('symbol', '|', 1) then - break - end - nextToken() - end - if not result.start then - result.start = getFinish() - end - if checkToken('symbol', '?', 1) then - nextToken() - result.optional = true - end - result.finish = getFinish() - result.firstFinish = result.finish - - local row = guide.rowColOf(result.finish) - - local function pushResume() - local comments - for i = 0, 100 do - local nextComm = NextComment(i,'peek') - if not nextComm then - return false - end - local nextCommRow = guide.rowColOf(nextComm.start) - local currentRow = row + i + 1 - if currentRow < nextCommRow then - return false - end - if nextComm.text:match '^%-%s*%@' then - return false - else - local resumeHead = nextComm.text:match '^%-%s*%|' - if resumeHead then - NextComment(i) - row = row + i + 1 - local finishPos = nextComm.text:find('#', #resumeHead + 1) or #nextComm.text - parseTokens(nextComm.text:sub(#resumeHead + 1, finishPos), nextComm.start + #resumeHead + 1) - local resume = parseResume(result) - if resume then - if comments then - resume.comment = table.concat(comments, '\n') - else - resume.comment = nextComm.text:match('%s*#?%s*(.+)', resume.finish - nextComm.start) - end - result.types[#result.types+1] = resume - result.finish = resume.finish - end - comments = nil - return true - else - if not comments then - comments = {} - end - comments[#comments+1] = nextComm.text:sub(2) - end - end - end - return false - end - - if not lockResume then - lockResume = true - while pushResume() do end - lockResume = false - end - - if #result.types == 0 then - pushWarning { - type = 'LUADOC_MISS_TYPE_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - return result -end - -local docSwitch = util.switch() - : case 'class' - : call(function () - local result = { - type = 'doc.class', - fields = {}, - operators = {}, - calls = {}, - } - result.docAttr = parseDocAttr(result) - result.class = parseName('doc.class.name', result) - if not result.class then - pushWarning { - type = 'LUADOC_MISS_CLASS_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.start = getStart() - result.finish = getFinish() - result.signs = parseSigns(result) - if not checkToken('symbol', ':', 1) then - return result - end - nextToken() - - result.extends = {} - - while true do - local extend = parseName('doc.extends.name', result) - or parseTable(result) - if not extend then - pushWarning { - type = 'LUADOC_MISS_CLASS_EXTENDS_NAME', - start = getFinish(), - finish = getFinish(), - } - return result - end - result.extends[#result.extends+1] = extend - result.finish = getFinish() - if not checkToken('symbol', ',', 1) then - break - end - nextToken() - end - return result - end) - : case 'type' - : call(function () - local first = parseType() - if not first then - return nil - end - local rests - while checkToken('symbol', ',', 1) do - nextToken() - local rest = parseType() - if not rests then - rests = {} - end - rests[#rests+1] = rest - end - return first, rests - end) - : case 'alias' - : call(function () - local result = { - type = 'doc.alias', - } - result.alias = parseName('doc.alias.name', result) - if not result.alias then - pushWarning { - type = 'LUADOC_MISS_ALIAS_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.start = getStart() - result.signs = parseSigns(result) - result.extends = parseType(result) - if not result.extends then - pushWarning { - type = 'LUADOC_MISS_ALIAS_EXTENDS', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.finish = getFinish() - return result - end) - : case 'param' - : call(function () - local result = { - type = 'doc.param', - } - result.param = parseName('doc.param.name', result) - or parseDots('doc.param.name', result) - if not result.param then - pushWarning { - type = 'LUADOC_MISS_PARAM_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - if checkToken('symbol', '?', 1) then - nextToken() - result.optional = true - end - result.start = result.param.start - result.finish = getFinish() - result.extends = parseType(result) - if not result.extends then - pushWarning { - type = 'LUADOC_MISS_PARAM_EXTENDS', - start = getFinish(), - finish = getFinish(), - } - return result - end - result.finish = getFinish() - result.firstFinish = result.extends.firstFinish - return result - end) - : case 'return' - : call(function () - local result = { - type = 'doc.return', - returns = {}, - } - while true do - local dots = parseDots('doc.return.name') - if dots then - Ci = Ci - 1 - end - local docType = parseType(result) - if not docType then - break - end - if not result.start then - result.start = docType.start - end - if checkToken('symbol', '?', 1) then - nextToken() - docType.optional = true - end - if dots then - docType.name = dots - dots.parent = docType - else - docType.name = parseName('doc.return.name', docType) - or parseDots('doc.return.name', docType) - end - result.returns[#result.returns+1] = docType - if not checkToken('symbol', ',', 1) then - break - end - nextToken() - end - if #result.returns == 0 then - return nil - end - result.finish = getFinish() - return result - end) - : case 'field' - : call(function () - local result = { - type = 'doc.field', - } - try(function () - local tp, value = nextToken() - if tp == 'name' then - if value == 'public' - or value == 'protected' - or value == 'private' - or value == 'package' then - local tp2 = peekToken(1) - local tp3 = peekToken(2) - if tp2 == 'name' and not tp3 then - return false - end - result.visible = value - result.start = getStart() - return true - end - end - return false - end) - result.field = parseName('doc.field.name', result) - or parseIndexField(result) - if not result.field then - pushWarning { - type = 'LUADOC_MISS_FIELD_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - if not result.start then - result.start = result.field.start - end - if checkToken('symbol', '?', 1) then - nextToken() - result.optional = true - end - result.extends = parseType(result) - if not result.extends then - pushWarning { - type = 'LUADOC_MISS_FIELD_EXTENDS', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.finish = getFinish() - return result - end) - : case 'generic' - : call(function () - local result = { - type = 'doc.generic', - generics = {}, - } - while true do - local object = { - type = 'doc.generic.object', - parent = result, - } - object.generic = parseName('doc.generic.name', object) - if not object.generic then - pushWarning { - type = 'LUADOC_MISS_GENERIC_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - object.start = object.generic.start - if not result.start then - result.start = object.start - end - if checkToken('symbol', ':', 1) then - nextToken() - object.extends = parseType(object) - end - object.finish = getFinish() - result.generics[#result.generics+1] = object - if not checkToken('symbol', ',', 1) then - break - end - nextToken() - end - result.finish = getFinish() - return result - end) - : case 'vararg' - : call(function () - local result = { - type = 'doc.vararg', - } - result.vararg = parseType(result) - if not result.vararg then - pushWarning { - type = 'LUADOC_MISS_VARARG_TYPE', - start = getFinish(), - finish = getFinish(), - } - return - end - result.start = result.vararg.start - result.finish = result.vararg.finish - return result - end) - : case 'overload' - : call(function () - local tp, name = peekToken() - if tp ~= 'name' - or (name ~= 'fun' and name ~= 'async') then - pushWarning { - type = 'LUADOC_MISS_FUN_AFTER_OVERLOAD', - start = getFinish(), - finish = getFinish(), - } - return nil - end - local result = { - type = 'doc.overload', - } - result.overload = parseFunction(result) - if not result.overload then - return nil - end - result.overload.parent = result - result.start = result.overload.start - result.finish = result.overload.finish - return result - end) - : case 'deprecated' - : call(function () - return { - type = 'doc.deprecated', - start = getFinish(), - finish = getFinish(), - } - end) - : case 'meta' - : call(function () - local meta = { - type = 'doc.meta', - start = getFinish(), - finish = getFinish(), - } - meta.name = parseName('doc.meta.name', meta) - return meta - end) - : case 'version' - : call(function () - local result = { - type = 'doc.version', - versions = {}, - } - while true do - local tp, text = nextToken() - if not tp then - pushWarning { - type = 'LUADOC_MISS_VERSION', - start = getFinish(), - finish = getFinish(), - } - break - end - if not result.start then - result.start = getStart() - end - local version = { - type = 'doc.version.unit', - parent = result, - start = getStart(), - } - if tp == 'symbol' then - if text == '>' then - version.ge = true - elseif text == '<' then - version.le = true - end - tp, text = nextToken() - end - if tp ~= 'name' then - pushWarning { - type = 'LUADOC_MISS_VERSION', - start = getStart(), - finish = getFinish(), - } - break - end - version.version = tonumber(text) or text - version.finish = getFinish() - result.versions[#result.versions+1] = version - if not checkToken('symbol', ',', 1) then - break - end - nextToken() - end - if #result.versions == 0 then - return nil - end - result.finish = getFinish() - return result - end) - : case 'see' - : call(function () - local result = { - type = 'doc.see', - } - result.name = parseName('doc.see.name', result) - if not result.name then - pushWarning { - type = 'LUADOC_MISS_SEE_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.start = result.name.start - result.finish = result.name.finish - return result - end) - : case 'diagnostic' - : call(function () - local result = { - type = 'doc.diagnostic', - } - local nextTP, mode = nextToken() - if nextTP ~= 'name' then - pushWarning { - type = 'LUADOC_MISS_DIAG_MODE', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.mode = mode - result.start = getStart() - result.finish = getFinish() - if mode ~= 'disable-next-line' - and mode ~= 'disable-line' - and mode ~= 'disable' - and mode ~= 'enable' then - pushWarning { - type = 'LUADOC_ERROR_DIAG_MODE', - start = result.start, - finish = result.finish, - } - end - - if checkToken('symbol', ':', 1) then - nextToken() - result.names = {} - while true do - local name = parseName('doc.diagnostic.name', result) - if not name then - pushWarning { - type = 'LUADOC_MISS_DIAG_NAME', - start = getFinish(), - finish = getFinish(), - } - return result - end - result.names[#result.names+1] = name - if not checkToken('symbol', ',', 1) then - break - end - nextToken() - end - end - - result.finish = getFinish() - - return result - end) - : case 'module' - : call(function () - local result = { - type = 'doc.module', - start = getFinish(), - finish = getFinish(), - } - local tp, content = peekToken() - if tp == 'string' then - result.module = content - nextToken() - result.start = getStart() - result.finish = getFinish() - result.smark = getMark() - else - pushWarning { - type = 'LUADOC_MISS_MODULE_NAME', - start = getFinish(), - finish = getFinish(), - } - end - return result - end) - : case 'async' - : call(function () - return { - type = 'doc.async', - start = getFinish(), - finish = getFinish(), - } - end) - : case 'nodiscard' - : call(function () - return { - type = 'doc.nodiscard', - start = getFinish(), - finish = getFinish(), - } - end) - : case 'as' - : call(function () - local result = { - type = 'doc.as', - start = getFinish(), - finish = getFinish(), - } - result.as = parseType(result) - result.finish = getFinish() - return result - end) - : case 'cast' - : call(function () - local result = { - type = 'doc.cast', - start = getFinish(), - finish = getFinish(), - casts = {}, - } - - local loc = parseName('doc.cast.name', result) - if not loc then - pushWarning { - type = 'LUADOC_MISS_LOCAL_NAME', - start = getFinish(), - finish = getFinish(), - } - return result - end - - result.name = loc - result.finish = loc.finish - - while true do - local block = { - type = 'doc.cast.block', - parent = result, - start = getFinish(), - finish = getFinish(), - } - if checkToken('symbol', '+', 1) then - block.mode = '+' - nextToken() - block.start = getStart() - block.finish = getFinish() - elseif checkToken('symbol', '-', 1) then - block.mode = '-' - nextToken() - block.start = getStart() - block.finish = getFinish() - end - - if checkToken('symbol', '?', 1) then - block.optional = true - nextToken() - block.finish = getFinish() - else - block.extends = parseType(block) - if block.extends then - block.start = block.start or block.extends.start - block.finish = block.extends.finish - end - end - - if block.optional or block.extends then - result.casts[#result.casts+1] = block - end - result.finish = block.finish - - if checkToken('symbol', ',', 1) then - nextToken() - else - break - end - end - - return result - end) - : case 'operator' - : call(function () - local result = { - type = 'doc.operator', - start = getFinish(), - finish = getFinish(), - } - - local op = parseName('doc.operator.name', result) - if not op then - pushWarning { - type = 'LUADOC_MISS_OPERATOR_NAME', - start = getFinish(), - finish = getFinish(), - } - return nil - end - result.op = op - result.finish = op.finish - - if checkToken('symbol', '(', 1) then - nextToken() - if checkToken('symbol', ')', 1) then - nextToken() - else - local exp = parseType(result) - if exp then - result.exp = exp - result.finish = exp.finish - end - nextSymbolOrError ')' - end - end - - nextSymbolOrError ':' - - local ret = parseType(result) - if ret then - result.extends = ret - result.finish = ret.finish - end - - return result - end) - : case 'source' - : call(function (doc) - local fullSource = doc:sub(#'source' + 1) - if not fullSource or fullSource == '' then - return - end - fullSource = util.trim(fullSource) - if fullSource == '' then - return - end - local source, line, char = fullSource:match('^(.-):?(%d*):?(%d*)$') - source = source or fullSource - line = tonumber(line) or 1 - char = tonumber(char) or 0 - local result = { - type = 'doc.source', - start = getStart(), - finish = getFinish(), - path = source, - line = line, - char = char, - } - return result - end) - : case 'enum' - : call(function () - local attr = parseDocAttr() - local name = parseName('doc.enum.name') - if not name then - return nil - end - local result = { - type = 'doc.enum', - start = name.start, - finish = name.finish, - enum = name, - docAttr = attr, - } - name.parent = result - if attr then - attr.parent = result - end - return result - end) - : case 'private' - : call(function () - return { - type = 'doc.private', - start = getFinish(), - finish = getFinish(), - } - end) - : case 'protected' - : call(function () - return { - type = 'doc.protected', - start = getFinish(), - finish = getFinish(), - } - end) - : case 'public' - : call(function () - return { - type = 'doc.public', - start = getFinish(), - finish = getFinish(), - } - end) - : case 'package' - : call(function () - return { - type = 'doc.package', - start = getFinish(), - finish = getFinish(), - } - end) - -local function convertTokens(doc) - local tp, text = nextToken() - if not tp then - return - end - if tp ~= 'name' then - pushWarning { - type = 'LUADOC_MISS_CATE_NAME', - start = getStart(), - finish = getFinish(), - } - return nil - end - return docSwitch(text, doc) -end - -local function trimTailComment(text) - local comment = text - if text:sub(1, 1) == '@' then - comment = util.trim(text:sub(2)) - end - if text:sub(1, 1) == '#' then - comment = util.trim(text:sub(2)) - end - if text:sub(1, 2) == '--' then - comment = util.trim(text:sub(3)) - end - if comment:find '^%s*[\'"[]' - and comment:find '[\'"%]]%s*$' then - local state = compile(comment:gsub('^%s+', ''), 'String') - if state and state.ast then - comment = state.ast[1] - end - end - return util.trim(comment) -end - -local function buildLuaDoc(comment) - local text = comment.text - local startPos = (comment.type == 'comment.short' and text:match '^%-%s*@()') - or (comment.type == 'comment.long' and text:match '^@()') - if not startPos then - return { - type = 'doc.comment', - start = comment.start, - finish = comment.finish, - range = comment.finish, - comment = comment, - } - end - local startOffset = comment.start - if comment.type == 'comment.long' then - startOffset = startOffset + #comment.mark - 2 - end - - local doc = text:sub(startPos) - - parseTokens(doc, startOffset + startPos) - local result, rests = convertTokens(doc) - if result then - result.range = math.max(comment.finish, result.finish) - local finish = result.firstFinish or result.finish - if rests then - for _, rest in ipairs(rests) do - rest.range = comment.finish - finish = rest.firstFinish or result.finish - end - end - local cstart = text:find('%S', finish - comment.start) - if cstart and cstart < comment.finish then - result.comment = { - type = 'doc.tailcomment', - start = cstart + comment.start, - finish = comment.finish, - parent = result, - text = trimTailComment(text:sub(cstart)), - } - if rests then - for _, rest in ipairs(rests) do - rest.comment = result.comment - end - end - end - end - - if result then - return result, rests - end - - return { - type = 'doc.comment', - start = comment.start, - finish = comment.finish, - range = comment.finish, - comment = comment, - } -end - -local function isTailComment(text, doc) - if not doc then - return false - end - local left = doc.originalComment.start - local row, col = guide.rowColOf(left) - local lineStart = Lines[row] or 0 - local hasCodeBefore = text:sub(lineStart, lineStart + col):find '[%w_]' - return hasCodeBefore -end - -local function isContinuedDoc(lastDoc, nextDoc) - if not nextDoc then - return false - end - if nextDoc.type == 'doc.diagnostic' then - return true - end - if lastDoc.type == 'doc.type' - or lastDoc.type == 'doc.module' - or lastDoc.type == 'doc.enum' then - if nextDoc.type ~= 'doc.comment' then - return false - end - end - if lastDoc.type == 'doc.class' - or lastDoc.type == 'doc.field' - or lastDoc.type == 'doc.operator' then - if nextDoc.type ~= 'doc.field' - and nextDoc.type ~= 'doc.operator' - and nextDoc.type ~= 'doc.comment' - and nextDoc.type ~= 'doc.overload' - and nextDoc.type ~= 'doc.source' then - return false - end - end - if nextDoc.type == 'doc.cast' then - return false - end - return true -end - -local function isNextLine(lastDoc, nextDoc) - if not nextDoc then - return false - end - local lastRow = guide.rowColOf(lastDoc.finish) - local newRow = guide.rowColOf(nextDoc.start) - return newRow - lastRow == 1 -end - -local function bindGeneric(binded) - local generics = {} - for _, doc in ipairs(binded) do - if doc.type == 'doc.generic' then - for _, obj in ipairs(doc.generics) do - local name = obj.generic[1] - generics[name] = obj - end - end - if doc.type == 'doc.class' - or doc.type == 'doc.alias' then - if doc.signs then - for _, sign in ipairs(doc.signs) do - local name = sign[1] - generics[name] = sign - end - end - end - if doc.type == 'doc.param' - or doc.type == 'doc.vararg' - or doc.type == 'doc.return' - or doc.type == 'doc.type' - or doc.type == 'doc.class' - or doc.type == 'doc.alias' then - guide.eachSourceType(doc, 'doc.type.name', function (src) - local name = src[1] - if generics[name] then - src.type = 'doc.generic.name' - src.generic = generics[name] - end - end) - guide.eachSourceType(doc, 'doc.type.code', function (src) - local name = src[1] - if generics[name] then - src.type = 'doc.generic.name' - src.literal = true - end - end) - end - end -end - -local function bindDocWithSource(doc, source) - if not source.bindDocs then - source.bindDocs = {} - end - if source.bindDocs[#source.bindDocs] ~= doc then - source.bindDocs[#source.bindDocs+1] = doc - end - doc.bindSource = source -end - -local function bindDoc(source, binded) - local isParam = source.type == 'self' - or source.type == 'local' - and (source.parent.type == 'funcargs' - or ( source.parent.type == 'in' - and source.finish <= source.parent.keys.finish - ) - ) - local ok = false - for _, doc in ipairs(binded) do - if doc.bindSource then - goto CONTINUE - end - if doc.type == 'doc.class' - or doc.type == 'doc.deprecated' - or doc.type == 'doc.version' - or doc.type == 'doc.module' - or doc.type == 'doc.source' - or doc.type == 'doc.private' - or doc.type == 'doc.protected' - or doc.type == 'doc.public' - or doc.type == 'doc.package' - or doc.type == 'doc.see' then - if source.type == 'function' - or isParam then - goto CONTINUE - end - bindDocWithSource(doc, source) - ok = true - elseif doc.type == 'doc.type' then - if source.type == 'function' - or isParam - or source._bindedDocType then - goto CONTINUE - end - source._bindedDocType = true - bindDocWithSource(doc, source) - ok = true - elseif doc.type == 'doc.overload' then - if not source.bindDocs then - source.bindDocs = {} - end - source.bindDocs[#source.bindDocs+1] = doc - if source.type == 'function' then - bindDocWithSource(doc, source) - end - ok = true - elseif doc.type == 'doc.param' then - if isParam - and doc.param[1] == source[1] then - bindDocWithSource(doc, source) - ok = true - elseif source.type == '...' - and doc.param[1] == '...' then - bindDocWithSource(doc, source) - ok = true - elseif source.type == 'self' - and doc.param[1] == 'self' then - bindDocWithSource(doc, source) - ok = true - elseif source.type == 'function' then - if not source.bindDocs then - source.bindDocs = {} - end - source.bindDocs[#source.bindDocs + 1] = doc - if source.args then - for _, arg in ipairs(source.args) do - if arg[1] == doc.param[1] then - bindDocWithSource(doc, arg) - break - end - end - end - end - elseif doc.type == 'doc.vararg' then - if source.type == '...' then - bindDocWithSource(doc, source) - ok = true - end - elseif doc.type == 'doc.return' - or doc.type == 'doc.generic' - or doc.type == 'doc.async' - or doc.type == 'doc.nodiscard' then - if source.type == 'function' then - bindDocWithSource(doc, source) - ok = true - end - elseif doc.type == 'doc.enum' then - if source.type == 'table' then - bindDocWithSource(doc, source) - ok = true - end - if source.value and source.value.type == 'table' then - bindDocWithSource(doc, source.value) - goto CONTINUE - end - elseif doc.type == 'doc.comment' then - bindDocWithSource(doc, source) - ok = true - end - ::CONTINUE:: - end - return ok -end - -local function bindDocsBetween(sources, binded, start, finish) - -- 用二分法找到第一个 - local max = #sources - local index - local left = 1 - local right = max - for _ = 1, 1000 do - index = left + (right - left) // 2 - if index <= left then - index = left - break - elseif index >= right then - index = right - break - end - local src = sources[index] - if src.start < start then - left = index + 1 - else - right = index - end - end - - local ok = false - -- 从前往后进行绑定 - for i = index, max do - local src = sources[i] - if src and src.start >= start then - if src.start >= finish then - break - end - if src.start >= start then - if src.type == 'local' - or src.type == 'self' - or src.type == 'setlocal' - or src.type == 'setglobal' - or src.type == 'tablefield' - or src.type == 'tableindex' - or src.type == 'setfield' - or src.type == 'setindex' - or src.type == 'setmethod' - or src.type == 'function' - or src.type == 'return' - or src.type == '...' then - if bindDoc(src, binded) then - ok = true - end - end - end - end - end - - return ok -end - -local function bindReturnIndex(binded) - local returnIndex = 0 - for _, doc in ipairs(binded) do - if doc.type == 'doc.return' then - for _, rtn in ipairs(doc.returns) do - returnIndex = returnIndex + 1 - rtn.returnIndex = returnIndex - end - end - end -end - -local function bindCommentsToDoc(doc, comments) - doc.bindComments = comments - for _, comment in ipairs(comments) do - comment.bindSource = doc - end -end - -local function bindCommentsAndFields(binded) - local class - local comments = {} - local source - for _, doc in ipairs(binded) do - if doc.type == 'doc.class' then - -- 多个class连续写在一起,只有最后一个class可以绑定source - if class then - class.bindSource = nil - end - if source then - doc.source = source - source.bindSource = doc - end - class = doc - bindCommentsToDoc(doc, comments) - comments = {} - elseif doc.type == 'doc.field' then - if class then - class.fields[#class.fields+1] = doc - doc.class = class - end - if source then - doc.source = source - source.bindSource = doc - end - bindCommentsToDoc(doc, comments) - comments = {} - elseif doc.type == 'doc.operator' then - if class then - class.operators[#class.operators+1] = doc - doc.class = class - end - bindCommentsToDoc(doc, comments) - comments = {} - elseif doc.type == 'doc.overload' then - if class then - class.calls[#class.calls+1] = doc - doc.class = class - end - elseif doc.type == 'doc.alias' - or doc.type == 'doc.enum' then - bindCommentsToDoc(doc, comments) - comments = {} - elseif doc.type == 'doc.comment' then - comments[#comments+1] = doc - elseif doc.type == 'doc.source' then - source = doc - goto CONTINUE - end - source = nil - ::CONTINUE:: - end -end - -local function bindDocWithSources(sources, binded) - if not binded then - return - end - local lastDoc = binded[#binded] - if not lastDoc then - return - end - for _, doc in ipairs(binded) do - doc.bindGroup = binded - end - bindGeneric(binded) - bindCommentsAndFields(binded) - bindReturnIndex(binded) - local row = guide.rowColOf(lastDoc.finish) - local suc = bindDocsBetween(sources, binded, guide.positionOf(row, 0), lastDoc.start) - if not suc then - bindDocsBetween(sources, binded, guide.positionOf(row + 1, 0), guide.positionOf(row + 2, 0)) - end -end - -local bindDocAccept = { - 'local' , 'setlocal' , 'setglobal', - 'setfield' , 'setmethod' , 'setindex' , - 'tablefield', 'tableindex', 'self' , - 'function' , 'return' , '...' , -} - -local function bindDocs(state) - local text = state.lua - local sources = {} - guide.eachSourceTypes(state.ast, bindDocAccept, function (src) - sources[#sources+1] = src - end) - table.sort(sources, function (a, b) - return a.start < b.start - end) - local binded - for i, doc in ipairs(state.ast.docs) do - if not binded then - binded = {} - state.ast.docs.groups[#state.ast.docs.groups+1] = binded - end - binded[#binded+1] = doc - if isTailComment(text, doc) then - bindDocWithSources(sources, binded) - binded = nil - else - local nextDoc = state.ast.docs[i+1] - if not isNextLine(doc, nextDoc) then - bindDocWithSources(sources, binded) - binded = nil - end - if not isContinuedDoc(doc, nextDoc) - and not isTailComment(text, nextDoc) then - bindDocWithSources(sources, binded) - binded = nil - end - end - end -end - -local function findTouch(state, doc) - local text = state.lua - local pos = guide.positionToOffset(state, doc.originalComment.start) - for i = pos - 2, 1, -1 do - local c = text:sub(i, i) - if c == '\r' - or c == '\n' then - break - elseif c ~= ' ' - and c ~= '\t' then - doc.touch = guide.offsetToPosition(state, i) - break - end - end -end - -return function (state) - local ast = state.ast - local comments = state.comms - table.sort(comments, function (a, b) - return a.start < b.start - end) - ast.docs = { - type = 'doc', - parent = ast, - groups = {}, - } - - pushWarning = function (err) - local errs = state.errs - if err.finish < err.start then - err.finish = err.start - end - local last = errs[#errs] - if last then - if last.start <= err.start and last.finish >= err.finish then - return - end - end - err.level = err.level or 'Warning' - errs[#errs+1] = err - return err - end - Lines = state.lines - - local ci = 1 - NextComment = function (offset, peek) - local comment = comments[ci + (offset or 0)] - if not peek then - ci = ci + 1 + (offset or 0) - end - return comment - end - - local function insertDoc(doc, comment) - ast.docs[#ast.docs+1] = doc - doc.parent = ast.docs - if ast.start > doc.start then - ast.start = doc.start - end - if ast.finish < doc.finish then - ast.finish = doc.finish - end - doc.originalComment = comment - if comment.type == 'comment.long' then - findTouch(state, doc) - end - end - - while true do - local comment = NextComment() - if not comment then - break - end - lockResume = false - local doc, rests = buildLuaDoc(comment) - if doc then - insertDoc(doc, comment) - if rests then - for _, rest in ipairs(rests) do - insertDoc(rest, comment) - end - end - end - end - - ast.docs.start = ast.start - ast.docs.finish = ast.finish - - if #ast.docs == 0 then - return - end - - bindDocs(state) -end diff --git a/script/parser/relabel.lua b/script/parser/relabel.lua deleted file mode 100644 index ac9024034..000000000 --- a/script/parser/relabel.lua +++ /dev/null @@ -1,361 +0,0 @@ --- $Id: re.lua,v 1.44 2013/03/26 20:11:40 roberto Exp $ - --- imported functions and modules -local tonumber, type, print, error = tonumber, type, print, error -local pcall = pcall -local setmetatable = setmetatable -local tinsert, concat = table.insert, table.concat -local rep = string.rep -local m = require"lpeglabel" - --- 'm' will be used to parse expressions, and 'mm' will be used to --- create expressions; that is, 're' runs on 'm', creating patterns --- on 'mm' -local mm = m - --- pattern's metatable -local mt = getmetatable(mm.P(0)) - - - --- No more global accesses after this point -_ENV = nil - - -local any = m.P(1) -local dummy = mm.P(false) - - -local errinfo = { - NoPatt = "no pattern found", - ExtraChars = "unexpected characters after the pattern", - - ExpPatt1 = "expected a pattern after '/'", - - ExpPatt2 = "expected a pattern after '&'", - ExpPatt3 = "expected a pattern after '!'", - - ExpPatt4 = "expected a pattern after '('", - ExpPatt5 = "expected a pattern after ':'", - ExpPatt6 = "expected a pattern after '{~'", - ExpPatt7 = "expected a pattern after '{|'", - - ExpPatt8 = "expected a pattern after '<-'", - - ExpPattOrClose = "expected a pattern or closing '}' after '{'", - - ExpNumName = "expected a number, '+', '-' or a name (no space) after '^'", - ExpCap = "expected a string, number, '{}' or name after '->'", - - ExpName1 = "expected the name of a rule after '=>'", - ExpName2 = "expected the name of a rule after '=' (no space)", - ExpName3 = "expected the name of a rule after '<' (no space)", - - ExpLab1 = "expected a label after '{'", - - ExpNameOrLab = "expected a name or label after '%' (no space)", - - ExpItem = "expected at least one item after '[' or '^'", - - MisClose1 = "missing closing ')'", - MisClose2 = "missing closing ':}'", - MisClose3 = "missing closing '~}'", - MisClose4 = "missing closing '|}'", - MisClose5 = "missing closing '}'", -- for the captures - - MisClose6 = "missing closing '>'", - MisClose7 = "missing closing '}'", -- for the labels - - MisClose8 = "missing closing ']'", - - MisTerm1 = "missing terminating single quote", - MisTerm2 = "missing terminating double quote", -} - -local function expect (pattern, label) - return pattern + m.T(label) -end - - --- Pre-defined names -local Predef = { nl = m.P"\n" } - - -local mem -local fmem -local gmem - - -local function updatelocale () - mm.locale(Predef) - Predef.a = Predef.alpha - Predef.c = Predef.cntrl - Predef.d = Predef.digit - Predef.g = Predef.graph - Predef.l = Predef.lower - Predef.p = Predef.punct - Predef.s = Predef.space - Predef.u = Predef.upper - Predef.w = Predef.alnum - Predef.x = Predef.xdigit - Predef.A = any - Predef.a - Predef.C = any - Predef.c - Predef.D = any - Predef.d - Predef.G = any - Predef.g - Predef.L = any - Predef.l - Predef.P = any - Predef.p - Predef.S = any - Predef.s - Predef.U = any - Predef.u - Predef.W = any - Predef.w - Predef.X = any - Predef.x - mem = {} -- restart memoization - fmem = {} - gmem = {} - local mt = {__mode = "v"} - setmetatable(mem, mt) - setmetatable(fmem, mt) - setmetatable(gmem, mt) -end - - -updatelocale() - - - -local I = m.P(function (s,i) print(i, s:sub(1, i-1)); return i end) - - -local function getdef (id, defs) - local c = defs and defs[id] - if not c then - error("undefined name: " .. id) - end - return c -end - - -local function mult (p, n) - local np = mm.P(true) - while n >= 1 do - if n%2 >= 1 then np = np * p end - p = p * p - n = n/2 - end - return np -end - -local function equalcap (s, i, c) - if type(c) ~= "string" then return nil end - local e = #c + i - if s:sub(i, e - 1) == c then return e else return nil end -end - - -local S = (Predef.space + "--" * (any - Predef.nl)^0)^0 - -local name = m.C(m.R("AZ", "az", "__") * m.R("AZ", "az", "__", "09")^0) - -local arrow = S * "<-" - --- a defined name only have meaning in a given environment -local Def = name * m.Carg(1) - -local num = m.C(m.R"09"^1) * S / tonumber - -local String = "'" * m.C((any - "'" - m.P"\n")^0) * expect("'", "MisTerm1") - + '"' * m.C((any - '"' - m.P"\n")^0) * expect('"', "MisTerm2") - - -local defined = "%" * Def / function (c,Defs) - local cat = Defs and Defs[c] or Predef[c] - if not cat then - error("name '" .. c .. "' undefined") - end - return cat -end - -local Range = m.Cs(any * (m.P"-"/"") * (any - "]")) / mm.R - -local item = defined + Range + m.C(any - m.P"\n") - -local Class = - "[" - * (m.C(m.P"^"^-1)) -- optional complement symbol - * m.Cf(expect(item, "ExpItem") * (item - "]")^0, mt.__add) - / function (c, p) return c == "^" and any - p or p end - * expect("]", "MisClose8") - -local function adddef (t, k, exp) - if t[k] then - -- TODO 改了一下这里的代码,重复定义不会抛错 - --error("'"..k.."' already defined as a rule") - else - t[k] = exp - end - return t -end - -local function firstdef (n, r) return adddef({n}, n, r) end - - -local function NT (n, b) - if not b then - error("rule '"..n.."' used outside a grammar") - else return mm.V(n) - end -end - - -local exp = m.P{ "Exp", - Exp = S * ( m.V"Grammar" - + m.Cf(m.V"Seq" * (S * "/" * expect(S * m.V"Seq", "ExpPatt1"))^0, mt.__add) ); - Seq = m.Cf(m.Cc(m.P"") * m.V"Prefix" * (S * m.V"Prefix")^0, mt.__mul); - Prefix = "&" * expect(S * m.V"Prefix", "ExpPatt2") / mt.__len - + "!" * expect(S * m.V"Prefix", "ExpPatt3") / mt.__unm - + m.V"Suffix"; - Suffix = m.Cf(m.V"Primary" * - ( S * ( m.P"+" * m.Cc(1, mt.__pow) - + m.P"*" * m.Cc(0, mt.__pow) - + m.P"?" * m.Cc(-1, mt.__pow) - + "^" * expect( m.Cg(num * m.Cc(mult)) - + m.Cg(m.C(m.S"+-" * m.R"09"^1) * m.Cc(mt.__pow) - + name * m.Cc"lab" - ), - "ExpNumName") - + "->" * expect(S * ( m.Cg((String + num) * m.Cc(mt.__div)) - + m.P"{}" * m.Cc(nil, m.Ct) - + m.Cg(Def / getdef * m.Cc(mt.__div)) - ), - "ExpCap") - + "=>" * expect(S * m.Cg(Def / getdef * m.Cc(m.Cmt)), - "ExpName1") - ) - )^0, function (a,b,f) if f == "lab" then return a + mm.T(b) else return f(a,b) end end ); - Primary = "(" * expect(m.V"Exp", "ExpPatt4") * expect(S * ")", "MisClose1") - + String / mm.P - + Class - + defined - + "%" * expect(m.P"{", "ExpNameOrLab") - * expect(S * m.V"Label", "ExpLab1") - * expect(S * "}", "MisClose7") / mm.T - + "{:" * (name * ":" + m.Cc(nil)) * expect(m.V"Exp", "ExpPatt5") - * expect(S * ":}", "MisClose2") - / function (n, p) return mm.Cg(p, n) end - + "=" * expect(name, "ExpName2") - / function (n) return mm.Cmt(mm.Cb(n), equalcap) end - + m.P"{}" / mm.Cp - + "{~" * expect(m.V"Exp", "ExpPatt6") - * expect(S * "~}", "MisClose3") / mm.Cs - + "{|" * expect(m.V"Exp", "ExpPatt7") - * expect(S * "|}", "MisClose4") / mm.Ct - + "{" * expect(m.V"Exp", "ExpPattOrClose") - * expect(S * "}", "MisClose5") / mm.C - + m.P"." * m.Cc(any) - + (name * -arrow + "<" * expect(name, "ExpName3") - * expect(">", "MisClose6")) * m.Cb("G") / NT; - Label = num + name; - Definition = name * arrow * expect(m.V"Exp", "ExpPatt8"); - Grammar = m.Cg(m.Cc(true), "G") - * m.Cf(m.V"Definition" / firstdef * (S * m.Cg(m.V"Definition"))^0, - adddef) / mm.P; -} - -local pattern = S * m.Cg(m.Cc(false), "G") * expect(exp, "NoPatt") / mm.P - * S * expect(-any, "ExtraChars") - -local function lineno (s, i) - if i == 1 then return 1, 1 end - local adjustment = 0 - -- report the current line if at end of line, not the next - if s:sub(i,i) == '\n' then - i = i-1 - adjustment = 1 - end - local rest, num = s:sub(1,i):gsub("[^\n]*\n", "") - local r = #rest - return 1 + num, (r ~= 0 and r or 1) + adjustment -end - -local function calcline (s, i) - if i == 1 then return 1, 1 end - local rest, line = s:sub(1,i):gsub("[^\n]*\n", "") - local col = #rest - return 1 + line, col ~= 0 and col or 1 -end - - -local function splitlines(str) - local t = {} - local function helper(line) tinsert(t, line) return "" end - helper((str:gsub("(.-)\r?\n", helper))) - return t -end - -local function compile (p, defs) - if mm.type(p) == "pattern" then return p end -- already compiled - p = p .. " " -- for better reporting of column numbers in errors when at EOF - local ok, cp, label, poserr = pcall(function() return pattern:match(p, 1, defs) end) - if not ok and cp then - if type(cp) == "string" then - cp = cp:gsub("^[^:]+:[^:]+: ", "") - end - error(cp, 3) - end - if not cp then - local lines = splitlines(p) - local line, col = lineno(p, poserr) - local err = {} - tinsert(err, "L" .. line .. ":C" .. col .. ": " .. errinfo[label]) - tinsert(err, lines[line]) - tinsert(err, rep(" ", col-1) .. "^") - error("syntax error(s) in pattern\n" .. concat(err, "\n"), 3) - end - return cp -end - -local function match (s, p, i) - local cp = mem[p] - if not cp then - cp = compile(p) - mem[p] = cp - end - return cp:match(s, i or 1) -end - -local function find (s, p, i) - local cp = fmem[p] - if not cp then - cp = compile(p) / 0 - cp = mm.P{ mm.Cp() * cp * mm.Cp() + 1 * mm.V(1) } - fmem[p] = cp - end - local i, e = cp:match(s, i or 1) - if i then return i, e - 1 - else return i - end -end - -local function gsub (s, p, rep) - local g = gmem[p] or {} -- ensure gmem[p] is not collected while here - gmem[p] = g - local cp = g[rep] - if not cp then - cp = compile(p) - cp = mm.Cs((cp / rep + 1)^0) - g[rep] = cp - end - return cp:match(s) -end - - --- exported names -local re = { - compile = compile, - match = match, - find = find, - gsub = gsub, - updatelocale = updatelocale, - calcline = calcline -} - -return re diff --git a/script/parser/tokens.lua b/script/parser/tokens.lua deleted file mode 100644 index 5f455beec..000000000 --- a/script/parser/tokens.lua +++ /dev/null @@ -1,48 +0,0 @@ -local m = require 'lpeglabel' - -local Sp = m.S' \t\v\f' -local Nl = m.P'\r\n' + m.S'\r\n' -local Number = m.R'09'^1 -local Word = m.R('AZ', 'az', '__', '\x80\xff') * m.R('AZ', 'az', '09', '__', '\x80\xff')^0 -local Symbol = m.P'==' - + m.P'~=' - + m.P'--' - -- non-standard: - + m.P'<<=' - + m.P'>>=' - + m.P'//=' - -- end non-standard - + m.P'<<' - + m.P'>>' - + m.P'<=' - + m.P'>=' - + m.P'//' - + m.P'...' - + m.P'..' - + m.P'::' - -- non-standard: - + m.P'!=' - + m.P'&&' - + m.P'||' - + m.P'/*' - + m.P'*/' - + m.P'+=' - + m.P'-=' - + m.P'*=' - + m.P'%=' - + m.P'&=' - + m.P'|=' - + m.P'^=' - + m.P'/=' - -- end non-standard - -- singles - + m.S'+-*/!#%^&()={}[]|\\\'":;<>,.?~`' -local Unknown = (1 - Number - Word - Symbol - Sp - Nl)^1 -local Token = m.Cp() * m.C(Nl + Number + Word + Symbol + Unknown) - -local Parser = m.Ct((Sp^1 + Token)^0) - -return function (lua) - local results = Parser:match(lua) - return results -end diff --git a/script/plugin.lua b/script/plugin.lua deleted file mode 100644 index fc59bbade..000000000 --- a/script/plugin.lua +++ /dev/null @@ -1,136 +0,0 @@ -local config = require 'config' -local util = require 'utility' -local client = require 'client' -local lang = require 'language' -local await = require 'await' -local scope = require 'workspace.scope' -local ws = require 'workspace' -local fs = require 'bee.filesystem' - ----@class plugin -local m = {} - -function m.showError(scp, err) - if m._hasShowedError then - return - end - m._hasShowedError = true - client.showMessage('Error', lang.script('PLUGIN_RUNTIME_ERROR', scp:get('pluginPath'), err)) -end - -function m.dispatch(event, uri, ...) - local scp = scope.getScope(uri) - local interface = scp:get('pluginInterface') - if not interface then - return false - end - local method = interface[event] - if type(method) ~= 'function' then - return false - end - local clock = os.clock() - tracy.ZoneBeginN('plugin dispatch:' .. event) - local suc, res1, res2 = xpcall(method, log.error, uri, ...) - tracy.ZoneEnd() - local passed = os.clock() - clock - if passed > 0.1 then - log.warn(('Call plugin event [%s] takes [%.3f] sec'):format(event, passed)) - end - if suc then - return true, res1, res2 - else - m.showError(scp, res1) - end - return false, res1 -end - ----@async ----@param scp scope -local function checkTrustLoad(scp) - local pluginPath = scp:get('pluginPath') - local filePath = LOGPATH .. '/trusted' - local trusted = util.loadFile(filePath) - local lines = {} - if trusted then - for line in util.eachLine(trusted) do - lines[#lines+1] = line - if line == pluginPath then - return true - end - end - end - local _, index = client.awaitRequestMessage('Warning', lang.script('PLUGIN_TRUST_LOAD', pluginPath), { - lang.script('PLUGIN_TRUST_YES'), - lang.script('PLUGIN_TRUST_NO'), - }) - if not index then - return false - end - lines[#lines+1] = pluginPath - util.saveFile(filePath, table.concat(lines, '\n')) - return true -end - ----@param uri uri -local function initPlugin(uri) - await.call(function () ---@async - local scp = scope.getScope(uri) - local interface = {} - scp:set('pluginInterface', interface) - - if not scp.uri then - return - end - - local pluginPath = ws.getAbsolutePath(scp.uri, config.get(scp.uri, 'Lua.runtime.plugin')) - log.info('plugin path:', pluginPath) - if not pluginPath then - return - end - - --Adding the plugins path to package.path allows for requires in files - --to find files relative to itself. - local oldPath = package.path - local path = fs.path(pluginPath):parent_path() / '?.lua' - if not package.path:find(path:string(), 1, true) then - package.path = package.path .. ';' .. path:string() - end - - local pluginLua = util.loadFile(pluginPath) - if not pluginLua then - log.warn('plugin not found:', pluginPath) - package.path = oldPath - return - end - - scp:set('pluginPath', pluginPath) - - local env = setmetatable(interface, { __index = _ENV }) - local f, err = load(pluginLua, '@'..pluginPath, "t", env) - if not f then - log.error(err) - m.showError(scp, err) - return - end - if not client.isVSCode() and not checkTrustLoad(scp) then - return - end - local pluginArgs = config.get(scp.uri, 'Lua.runtime.pluginArgs') - local suc, err = xpcall(f, log.error, f, uri, pluginArgs) - if not suc then - m.showError(scp, err) - return - end - - ws.resetFiles(scp) - end) -end - -ws.watch(function (ev, uri) - if ev == 'startReload' then - require 'plugins' - initPlugin(uri) - end -end) - -return m diff --git a/script/plugins/ffi/c-parser/c99.lua b/script/plugins/ffi/c-parser/c99.lua deleted file mode 100644 index 9735afa29..000000000 --- a/script/plugins/ffi/c-parser/c99.lua +++ /dev/null @@ -1,731 +0,0 @@ --- C99 grammar written in lpeg.re. --- Adapted and translated from plain LPeg grammar for C99 --- written by Wesley Smith https://github.com/Flymir/ceg --- --- Copyright (c) 2009 Wesley Smith --- --- Permission is hereby granted, free of charge, to any person obtaining a copy --- of this software and associated documentation files (the "Software"), to deal --- in the Software without restriction, including without limitation the rights --- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell --- copies of the Software, and to permit persons to whom the Software is --- furnished to do so, subject to the following conditions: --- --- The above copyright notice and this permission notice shall be included in --- all copies or substantial portions of the Software. --- --- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR --- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, --- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE --- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER --- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, --- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN --- THE SOFTWARE. - --- Reference used in the original and in this implementation: --- http://www.open-std.org/JTC1/SC22/wg14/www/docs/n1124.pdf - -local c99 = {} - -local re = require("parser.relabel") -local typed = require("plugins.ffi.c-parser.typed") - -local defs = {} - - -c99.tracing = false - -defs["trace"] = function(s, i) - if c99.tracing then - --local location = require("titan-compiler.location") - --local line, col = location.get_line_number(s, i) - --print("TRACE", line, col, "[[" ..s:sub(i, i+ 256):gsub("\n.*", "") .. "]]") - end - return true -end - -local typedefs = {} - -local function elem(xs, e) - for _, x in ipairs(xs) do - if e == x then - return true - end - end - return false -end - -defs["decl_func"] = typed("string, number, table -> boolean, Decl", function(_, _, decl) - typed.set_type(decl, "Decl") - return true, decl -end) - -defs["decl_ids"] = typed("string, number, table -> boolean, Decl?", function(_, _, decl) - -- store typedef - if elem(decl.spec, "typedef") then - if not (decl.ids and decl.ids[1] and decl.ids[1].decl) then - return true - end - for _, id in ipairs(decl.ids) do - local name = id.decl.name or id.decl.declarator.name - if name then - typedefs[name] = true - end - end - end - typed.set_type(decl, "Decl") - return true, decl -end) - -defs["is_typedef"] = function(_, _, id) - --print("is " .. id .. " a typedef? " .. tostring(not not typedefs[id])) - return typedefs[id], typedefs[id] and id -end - -defs["empty_table"] = function() - return true, {} -end - --- Flatten nested expression tables -defs["nest_exp"] = typed("string, number, {Exp} -> boolean, Exp", function(_, _, exp) - typed.set_type(exp, "Exp") - if not exp.op then - return true, exp[1] - end - return true, exp -end) - --- Primary expression tables -defs["prim_exp"] = typed("string, number, {string} -> boolean, Exp", function(_, _, exp) - typed.set_type(exp, "Exp") - return true, exp -end) - --- Type tables -defs["type_exp"] = typed("string, number, table -> boolean, Exp", function(_, _, exp) - typed.check(exp[1], "Type") - typed.set_type(exp, "Exp") - return true, exp -end) - --- Types -defs["type"] = typed("string, number, table -> boolean, Type", function(_, _, typ) - typed.set_type(typ, "Type") - return true, typ -end) - -defs["join"] = typed("string, number, {array} -> boolean, array", function(_, _, xss) - -- xss[1] .. xss[2] - if xss[2] then - table.move(xss[2], 1, #xss[2], #xss[1] + 1, xss[1]) - end - return true, xss[1] or {} -end) - -defs["postfix"] = typed("string, number, table -> boolean, table", function(_, _, pf) - typed.check(pf[1], "Exp") - if pf.postfix ~= "" then - pf[1].postfix = pf.postfix - end - return true, pf[1] -end) - -defs["litstruct"] = typed("string, number, number -> boolean, string", function(_, _, _) - return true, "litstruct" -end) - ---============================================================================== --- Lexical Rules (used in both preprocessing and language processing) ---============================================================================== - -local lexical_rules = [[--lpeg.re - -TRACE <- ({} => trace) - -empty <- ("" => empty_table) - --------------------------------------------------------------------------------- --- Identifiers - -IDENTIFIER <- { identifierNondigit (identifierNondigit / [0-9])* } _ -identifierNondigit <- [a-zA-Z_] - / universalCharacterName - -identifierList <- {| IDENTIFIER ("," _ IDENTIFIER)* |} - --------------------------------------------------------------------------------- --- Universal Character Names - -universalCharacterName <- "\u" hexQuad - / "\U" hexQuad hexQuad -hexQuad <- hexDigit^4 - --------------------------------------------------------------------------------- --- String Literals - -STRING_LITERAL <- { ('"' / 'L"') sChar* '"' } _ - -sChar <- (!["\%nl] .) / escapeSequence - --------------------------------------------------------------------------------- --- Escape Sequences - -escapeSequence <- simpleEscapeSequence - / octalEscapeSequence - / hexEscapeSequence - / universalCharacterName - -simpleEscapeSequence <- "\" ['"?\abfnrtv] - -octalEscapeSequence <- "\" [0-7] [0-7]^-2 - -hexEscapeSequence <- "\x" hexDigit+ - --------------------------------------------------------------------------------- --- Constants - -INTEGER_CONSTANT <- { ( hexConstant integerSuffix? - / octalConstant integerSuffix? - / decimalConstant integerSuffix? - ) } _ - -decimalConstant <- [1-9] digit* -octalConstant <- "0" [0-7]* -hexConstant <- ("0x" / "0X") hexDigit+ - -digit <- [0-9] -hexDigit <- [0-9a-fA-F] - -integerSuffix <- unsignedSuffix longLongSuffix - / unsignedSuffix longSuffix? - / longLongSuffix unsignedSuffix? - / longSuffix unsignedSuffix? - -unsignedSuffix <- [uU] -longSuffix <- [lL] -longLongSuffix <- "ll" / "LL" - -FLOATING_CONSTANT <- { ( decimalFloatingConstant - / hexFloatingConstant - ) } _ - -decimalFloatingConstant <- fractionalConstant exponentPart? floatingSuffix? - / digit+ exponentPart floatingSuffix? - -hexFloatingConstant <- ("0x" / "0X" ) ( hexFractionalConstant binaryExponentPart floatingSuffix? - / hexDigit+ binaryExponentPart floatingSuffix? ) - -fractionalConstant <- digit* "." digit+ - / digit "." - -exponentPart <- [eE] [-+]? digit+ - -hexFractionalConstant <- hexDigit+? "." hexDigit+ - / hexDigit+ "." - -binaryExponentPart <- [pP] digit+ - -floatingSuffix <- [flFL] - -CHARACTER_CONSTANT <- { ("'" / "L'") cChar+ "'" } _ - -cChar <- (!['\%nl] .) / escapeSequence - -enumerationConstant <- IDENTIFIER - -]] - -local common_expression_rules = [[--lpeg.re - --------------------------------------------------------------------------------- --- Common Expression Rules - -multiplicativeExpression <- {| castExpression ({:op: [*/%] :} _ castExpression )* |} => nest_exp -additiveExpression <- {| multiplicativeExpression ({:op: [-+] :} _ multiplicativeExpression )* |} => nest_exp -shiftExpression <- {| additiveExpression ({:op: ("<<" / ">>") :} _ additiveExpression )* |} => nest_exp -relationalExpression <- {| shiftExpression ({:op: (">=" / "<=" / "<" / ">") :} _ shiftExpression )* |} => nest_exp -equalityExpression <- {| relationalExpression ({:op: ("==" / "!=") :} _ relationalExpression )* |} => nest_exp -bandExpression <- {| equalityExpression ({:op: "&" :} _ equalityExpression )* |} => nest_exp -bxorExpression <- {| bandExpression ({:op: "^" :} _ bandExpression )* |} => nest_exp -borExpression <- {| bxorExpression ({:op: "|" :} _ bxorExpression )* |} => nest_exp -andExpression <- {| borExpression ({:op: "&&" :} _ borExpression )* |} => nest_exp -orExpression <- {| andExpression ({:op: "||" :} _ andExpression )* |} => nest_exp -conditionalExpression <- {| orExpression ({:op: "?" :} _ expression ":" _ conditionalExpression)? |} => nest_exp - -constantExpression <- conditionalExpression - -]] - ---============================================================================== --- Language Rules (Phrase Structure Grammar) ---============================================================================== - -local language_rules = [[--lpeg.re - --------------------------------------------------------------------------------- --- External Definitions - -translationUnit <- %s* {| externalDeclaration* |} "$EOF$" - -externalDeclaration <- functionDefinition - / declaration - -functionDefinition <- {| {:spec: {| declarationSpecifier+ |} :} {:func: declarator :} {:decls: declaration* :} {:code: compoundStatement :} |} => decl_func - --------------------------------------------------------------------------------- --- Declarations - -declaration <- {| gccExtensionSpecifier? {:spec: {| declarationSpecifier+ |} :} ({:ids: initDeclarationList :})? gccExtensionSpecifier* ";" _ |} => decl_ids - -declarationSpecifier <- storageClassSpecifier - / typeSpecifier - / typeQualifier - / functionSpecifier - -initDeclarationList <- {| initDeclarator ("," _ initDeclarator)* |} - -initDeclarator <- {| {:decl: declarator :} ("=" _ {:value: initializer :} )? |} - -gccExtensionSpecifier <- "__attribute__" _ "(" _ "(" _ gccAttributeList ")" _ ")" _ - / gccAsm - / clangAsm - / "__DARWIN_ALIAS_STARTING_MAC_1060" _ "(" _ clangAsm ")" _ - / "__AVAILABILITY_INTERNAL" [a-zA-Z0-9_]+ _ ("(" _ STRING_LITERAL ")" _ )? - -gccAsm <- "__asm__" _ "(" _ (STRING_LITERAL / ":" _ / expression)+ ")" _ - -clangAsm <- "__asm" _ "(" _ (STRING_LITERAL / ":" _ / expression)+ ")" _ - -gccAttributeList <- {| gccAttributeItem ("," _ gccAttributeItem )* |} - -gccAttributeItem <- clangAsm - / IDENTIFIER ("(" _ (expression ("," _ expression)*)? ")" _)? - / "" - -storageClassSpecifier <- { "typedef" } _ - / { "extern" } _ - / { "static" } _ - / { "auto" } _ - / { "register" } _ - -typeSpecifier <- typedefName - / { "void" } _ - / { "bool" } _ - / { "char" } _ - / { "short" } _ - / { "int" } _ - / { "long" } _ - / { "float" } _ - / { "double" } _ - / { "signed" } _ - / { "__signed" } _ - / { "__signed__" } _ - / { "unsigned" } _ - / { "ptrdiff_t" } _ - / { "size_t" } _ - / { "ssize_t" } _ - / { "wchar_t" } _ - / { "int8_t" } _ - / { "int16_t" } _ - / { "int32_t" } _ - / { "int64_t" } _ - / { "uint8_t" } _ - / { "uint16_t" } _ - / { "uint32_t" } _ - / { "uint64_t" } _ - / { "intptr_t" } _ - / { "uintptr_t" } _ - / { "__int8" } _ - / { "__int16" } _ - / { "__int32" } _ - / { "__int64" } _ - / { "_Bool" } _ - / { "_Complex" } _ - / { "complex" } _ - / { "__complex" } _ - / { "__complex__" } _ - / { "__ptr32" } _ - / { "__ptr64" } _ - / structOrUnionSpecifier - / enumSpecifier - -typeQualifier <- { "const" } _ - / { "restrict" } _ - / { "volatile" } _ - -functionSpecifier <- { "inline" } _ - -structOrUnionSpecifier <- {| {:type: structOrUnion :} ({:id: IDENTIFIER :})? "{" _ {:fields: {| structDeclaration+ |} :}? "}" _ |} - / {| {:type: structOrUnion :} {:id: IDENTIFIER :} |} - -structOrUnion <- { "struct" } _ - / { "union" } _ - -anonymousUnion <- {| {:type: {| {:type: { "union" } :} _ "{" _ {:fields: {| structDeclaration+ |} :}? "}" _ |} :} |} ";" _ - -structDeclaration <- anonymousUnion - / {| {:type: {| specifierQualifier+ |} :} {:ids: structDeclaratorList :} |} ";" _ - -specifierQualifier <- typeSpecifier - / typeQualifier - -structDeclaratorList <- {| structDeclarator ("," _ structDeclarator)* |} - -structDeclarator <- declarator? ":" _ constantExpression - / declarator - -enumSpecifier <- {| {:type: enum :} ({:id: IDENTIFIER :})? "{" _ {:values: enumeratorList :}? ("," _)? "}" _ |} - / {| {:type: enum :} {:id: IDENTIFIER :} |} - -enum <- { "enum" } _ - -enumeratorList <- {| enumerator ("," _ enumerator)* |} - -enumerator <- {| {:id: enumerationConstant :} ("=" _ {:value: constantExpression :})? |} - -declarator <- {| pointer? directDeclarator |} - -directDeclarator <- {:name: IDENTIFIER :} ddRec - / "(" _ {:declarator: declarator :} ")" _ ddRec -ddRec <- "[" _ {| {:idx: typeQualifier* assignmentExpression? :} |} "]" _ ddRec - / "[" _ {| {:idx: { "static" } _ typeQualifier* assignmentExpression :} |} "]" _ ddRec - / "[" _ {| {:idx: typeQualifier+ { "static" } _ assignmentExpression :} |} "]" _ ddRec - / "[" _ {| {:idx: typeQualifier* { "*" } _ :} |} "]" _ ddRec - / "(" _ {:params: parameterTypeList / empty :} ")" _ ddRec - / "(" _ {:params: identifierList / empty :} ")" _ ddRec - / "" - -pointer <- {| ({ "*"/"^" } _ typeQualifier*)+ |} - -parameterTypeList <- {| parameterList "," _ {| { "..." } |} _ |} => join - / parameterList - -parameterList <- {| parameterDeclaration ("," _ parameterDeclaration)* |} - -parameterDeclaration <- {| {:param: {| {:type: {| declarationSpecifier+ |} :} {:id: (declarator / abstractDeclarator?) :} |} :} |} - -typeName <- {| specifierQualifier+ abstractDeclarator? |} => type - -abstractDeclarator <- pointer? directAbstractDeclarator - / pointer - -directAbstractDeclarator <- ("(" _ abstractDeclarator ")" _) directAbstractDeclarator2* - / directAbstractDeclarator2+ -directAbstractDeclarator2 <- "[" _ assignmentExpression? "]" _ - / "[" _ "*" _ "]" _ - / "(" _ (parameterTypeList / empty) ")" _ - -typedefName <- IDENTIFIER => is_typedef - -initializer <- assignmentExpression - / "{" _ initializerList ("," _)? "}" _ - -initializerList <- {| initializerList2 ("," _ initializerList2)* |} -initializerList2 <- designation? initializer - -designation <- designator+ "=" _ - -designator <- "[" _ constantExpression "]" _ - / "." _ IDENTIFIER - --------------------------------------------------------------------------------- --- Statements - -statement <- labeledStatement - / compoundStatement - / expressionStatement - / selectionStatement - / iterationStatement - / jumpStatement - / gccAsm ";" _ - -labeledStatement <- IDENTIFIER ":" _ statement - / "case" _ constantExpression ":" _ statement - / "default" _ ":" _ statement - -compoundStatement <- "{" _ blockItem+ "}" _ - -blockItem <- declaration - / statement - -expressionStatement <- expression? ";" _ - -selectionStatement <- "if" _ "(" _ expression ")" _ statement "else" _ statement - / "if" _ "(" _ expression ")" _ statement - / "switch" _ "(" _ expression ")" _ statement - -iterationStatement <- "while" _ "(" _ expression ")" _ statement - / "do" _ statement "while" _ "(" _ expression ")" _ ";" _ - / "for" _ "(" _ expression? ";" _ expression? ";" _ expression? ")" _ statement - / "for" _ "(" _ declaration expression? ";" _ expression? ")" _ statement - -jumpStatement <- "goto" _ IDENTIFIER ";" _ - / "continue" _ ";" _ - / "break" _ ";" _ - / "return" _ expression? ";" _ - --------------------------------------------------------------------------------- --- Advanced Language Expression Rules --- (which require type names) - -postfixExpression <- {| {:op: {} => litstruct :} "(" _ {:struct: typeName :} ")" _ "{" _ {:vals: initializerList :} ("," _)? "}" _ peRec |} => nest_exp - / {| primaryExpression {:postfix: peRec :} |} => postfix - -sizeofOrPostfixExpression <- {| {:op: "sizeof" :} _ "(" _ typeName ")" _ |} => type_exp - / {| {:op: "sizeof" :} _ unaryExpression |} => nest_exp - / postfixExpression - -castExpression <- {| "(" _ typeName ")" _ castExpression |} => type_exp - / unaryExpression - -]] - ---============================================================================== --- Language Expression Rules ---============================================================================== - -local language_expression_rules = [[--lpeg.re - --------------------------------------------------------------------------------- --- Language Expression Rules --- (rules which differ from preprocessing stage) - -expression <- {| assignmentExpression ({:op: "," :} _ assignmentExpression)* |} => nest_exp - -constant <- ( FLOATING_CONSTANT - / INTEGER_CONSTANT - / CHARACTER_CONSTANT - / enumerationConstant - ) - -primaryExpression <- {| constant |} => prim_exp - / {| IDENTIFIER |} => prim_exp - / {| STRING_LITERAL+ |} => prim_exp - / "(" _ expression ")" _ - -peRec <- {| "[" _ {:idx: expression :} "]" _ peRec |} - / {| "(" _ {:args: argumentExpressionList / empty :} ")" _ peRec |} - / {| "." _ {:dot: IDENTIFIER :} peRec |} - / {| "->" _ {:arrow: IDENTIFIER :} peRec |} - / {| "++" _ peRec |} - / {| "--" _ peRec |} - / "" - -argumentExpressionList <- {| assignmentExpression ("," _ assignmentExpression)* |} - -unaryExpression <- {| {:op: prefixOp :} unaryExpression |} => nest_exp - / {| {:op: unaryOperator :} castExpression |} => nest_exp - / sizeofOrPostfixExpression - -prefixOp <- { "++" } _ - / { "--" } _ - -unaryOperator <- { [-+~!*&] } _ - -assignmentExpression <- unaryExpression assignmentOperator assignmentExpression - / conditionalExpression - -assignmentOperator <- "=" _ - / "*=" _ - / "/=" _ - / "%=" _ - / "+=" _ - / "-=" _ - / "<<=" _ - / ">>=" _ - / "&=" _ - / "^=" _ - / "|=" _ - --------------------------------------------------------------------------------- --- Language whitespace - -_ <- %s+ -S <- %s+ - -]] - -local simplified_language_expression_rules = [[--lpeg.re - --------------------------------------------------------------------------------- --- Simplified Language Expression Rules --- (versions that do not require knowledge of type names) - -postfixExpression <- {| primaryExpression {:postfix: peRec :} |} => postfix - -sizeofOrPostfixExpression <- postfixExpression - -castExpression <- unaryExpression - -]] - ---============================================================================== --- Preprocessing Rules ---============================================================================== - -local preprocessing_rules = [[--lpeg.re - -preprocessingLine <- _ ( "#" _ directive _ - / "#" _ preprocessingTokenList? {| _ |} -- non-directive, ignore - / preprocessingTokenList - / empty - ) - -preprocessingTokenList <- {| (preprocessingToken _)+ |} - -directive <- {| {:directive: "if" :} S {:exp: preprocessingTokenList :} |} - / {| {:directive: "ifdef" :} S {:id: IDENTIFIER :} |} - / {| {:directive: "ifndef" :} S {:id: IDENTIFIER :} |} - / {| {:directive: "elif" :} S {:exp: preprocessingTokenList :} |} - / {| {:directive: "else" :} |} - / {| {:directive: "endif" :} |} - / {| {:directive: "include" :} S {:exp: headerName :} |} - / {| {:directive: "define" :} S {:id: IDENTIFIER :} "(" _ {:args: defineArgList :} _ ")" _ {:repl: replacementList :} |} - / {| {:directive: "define" :} S {:id: IDENTIFIER :} _ {:repl: replacementList :} |} - / {| {:directive: "undef" :} S {:id: IDENTIFIER :} |} - / {| {:directive: "line" :} S {:line: preprocessingTokenList :} |} - / {| {:directive: "error" :} S {:error: preprocessingTokenList / empty :} |} - / {| {:directive: "error" :} |} - / {| {:directive: "pragma" :} S {:pragma: preprocessingTokenList / empty :} |} - / gccDirective - / "" - -gccDirective <- {| {:directive: "include_next" :} S {:exp: headerName :} |} - / {| {:directive: "warning" :} S {:exp: preprocessingTokenList / empty :} |} - -defineArgList <- {| { "..." } |} - / {| identifierList _ "," _ {| { "..." } |} |} => join - / identifierList - / empty - -replacementList <- {| (preprocessingToken _)* |} - -preprocessingToken <- preprocessingNumber - / CHARACTER_CONSTANT - / STRING_LITERAL - / punctuator - / IDENTIFIER - -headerName <- {| {:mode: "<" -> "system" :} { (![%nl>] .)+ } ">" |} - / {| {:mode: '"' -> "quote" :} { (![%nl"] .)+ } '"' |} - / {| IDENTIFIER |} -- macro - -preprocessingNumber <- { ("."? digit) ( digit - / [eEpP] [-+] - / identifierNondigit - / "." - )* } - -punctuator <- { digraphs / '...' / '<<=' / '>>=' / - '##' / '<<' / '>>' / '->' / '++' / '--' / '&&' / '||' / '<=' / '>=' / - '==' / '!=' / '*=' / '/=' / '%=' / '+=' / '-=' / '&=' / '^=' / '|=' / - '#' / '[' / ']' / '(' / ')' / '{' / '}' / '.' / '&' / - '*' / '+' / '-' / '~' / '!' / '/' / '%' / '<' / '>' / - '^' / '|' / '?' / ':' / ';' / ',' / '=' } - -digraphs <- '%:%:' -> "##" - / '%:' -> "#" - / '<:' -> "[" - / ':>' -> "]" - / '<%' -> "{" - / '%>' -> "}" - --------------------------------------------------------------------------------- --- Preprocessing whitespace - -_ <- %s* -S <- %s+ - -]] - ---============================================================================== --- Preprocessing Expression Rules ---============================================================================== - -local preprocessing_expression_rules = [[--lpeg.re - --------------------------------------------------------------------------------- --- Preprocessing Expression Rules --- (rules which differ from language processing stage) - -expression <- constantExpression - -constant <- FLOATING_CONSTANT - / INTEGER_CONSTANT - / CHARACTER_CONSTANT - -primaryExpression <- {| IDENTIFIER |} => prim_exp - / {| constant |} => prim_exp - / "(" _ expression _ ")" _ - -postfixExpression <- primaryExpression peRec -peRec <- "(" _ (argumentExpressionList / empty) ")" _ peRec - / "" - -argumentExpressionList <- {| expression ("," _ expression )* |} - -unaryExpression <- {| {:op: unaryOperator :} unaryExpression |} => nest_exp - / primaryExpression - -unaryOperator <- { [-+~!] } _ - / { "defined" } _ - -castExpression <- unaryExpression - --------------------------------------------------------------------------------- --- Preprocessing expression whitespace - -_ <- %s* -S <- %s+ - -]] - -local preprocessing_grammar = re.compile( - preprocessing_rules .. - lexical_rules, defs) - -local preprocessing_expression_grammar = re.compile( - preprocessing_expression_rules .. - lexical_rules .. - common_expression_rules, defs) - -local language_expression_grammar = re.compile( - language_expression_rules .. - simplified_language_expression_rules .. - lexical_rules .. - common_expression_rules, defs) - -local language_grammar = re.compile( - language_rules .. - language_expression_rules .. - lexical_rules .. - common_expression_rules, defs) - -local function match(grammar, subject) - local res, err, pos = grammar:match(subject) - if res == nil then - local l, c = re.calcline(subject, pos) - local fragment = subject:sub(pos, pos+20) - return res, err, l, c, fragment - end - return res -end - -function c99.match_language_grammar(subject) - typedefs = {} - return match(language_grammar, subject) -end - -function c99.match_language_expression_grammar(subject) - return match(language_expression_grammar, subject) -end - -function c99.match_preprocessing_grammar(subject) - return match(preprocessing_grammar, subject) -end - -function c99.match_preprocessing_expression_grammar(subject) - return match(preprocessing_expression_grammar, subject) -end - -return c99 diff --git a/script/plugins/ffi/c-parser/cdefines.lua b/script/plugins/ffi/c-parser/cdefines.lua deleted file mode 100644 index 55065f2d2..000000000 --- a/script/plugins/ffi/c-parser/cdefines.lua +++ /dev/null @@ -1,152 +0,0 @@ - -local cdefines = {} - -local c99 = require("plugins.ffi.c-parser.c99") -local cpp = require("plugins.ffi.c-parser.cpp") -local typed = require("plugins.ffi.c-parser.typed") - -local function add_type(lst, name, typ) - lst[name] = typ - table.insert(lst, { name = name, type = typ }) -end - -local base_c_types = { - CONST_CHAR_PTR = { "const", "char", "*" }, - CONST_CHAR = { "const", "char" }, - LONG_LONG = { "long", "long" }, - LONG = { "long" }, - DOUBLE = { "double" }, - INT = { "int" }, -} - -local function get_binop_type(e1, e2) - if e1[1] == "double" or e2[1] == "double" then - return base_c_types.DOUBLE - end - if e1[2] == "long" or e2[2] == "long" then - return base_c_types.LONG_LONG - end - if e1[1] == "long" or e2[1] == "long" then - return base_c_types.LONG - end - return base_c_types.INT -end - -local binop_set = { - ["+"] = true, - ["-"] = true, - ["*"] = true, - ["/"] = true, - ["%"] = true, -} - -local relop_set = { - ["<"] = true, - [">"] = true, - [">="] = true, - ["<="] = true, - ["=="] = true, - ["!="] = true, -} - -local bitop_set = { - ["<<"] = true, - [">>"] = true, - ["&"] = true, - ["^"] = true, - ["|"] = true, -} - --- Best-effort assessment of the type of a #define -local get_type_of_exp -get_type_of_exp = typed("Exp, TypeList -> {string}?", function(exp, lst) - if type(exp[1]) == "string" and exp[2] == nil then - local val = exp[1] - if val:sub(1,1) == '"' or val:sub(1,2) == 'L"' then - return base_c_types.CONST_CHAR_PTR - elseif val:sub(1,1) == "'" or val:sub(1,2) == "L'" then - return base_c_types.CONST_CHAR - elseif val:match("^[0-9]*LL$") then - return base_c_types.LONG_LONG - elseif val:match("^[0-9]*L$") then - return base_c_types.LONG - elseif val:match("%.") then - return base_c_types.DOUBLE - else - return base_c_types.INT - end - end - - if type(exp[1]) == "string" and exp[2] and exp[2].args then - local fn = lst[exp[1]] - if not fn or not fn.ret then - return nil -- unknown function, or not a function - end - local r = fn.ret.type - return table.move(r, 1, #r, 1, {}) -- shallow_copy(r) - end - - if exp.unop == "*" then - local etype = get_type_of_exp(exp[1], lst) - if not etype then - return nil - end - local rem = table.remove(etype) - assert(rem == "*") - return etype - elseif exp.unop == "-" then - return get_type_of_exp(exp[1], lst) - elseif exp.op == "?" then - return get_type_of_exp(exp[2], lst) - elseif exp.op == "," then - return get_type_of_exp(exp[#exp], lst) - elseif binop_set[exp.op] then - local e1 = get_type_of_exp(exp[1], lst) - if not e1 then - return nil - end - -- some binops are also unops (e.g. - and *) - if exp[2] then - local e2 = get_type_of_exp(exp[2], lst) - if not e2 then - return nil - end - return get_binop_type(e1, e2) - else - return e1 - end - elseif relop_set[exp.op] then - return base_c_types.INT - elseif bitop_set[exp.op] then - return get_type_of_exp(exp[1], lst) -- ...or should it be int? - elseif exp.op then - print("FIXME unsupported op", exp.op) - end - return nil -end) - -function cdefines.register_define(lst, name, text, define_set) - local exp, err, line, col = c99.match_language_expression_grammar(text .. " ") - if not exp then - -- failed parsing expression - -- print(("failed parsing: %d:%d: %s\n"):format(line, col, text)) - return - end - local typ = get_type_of_exp(exp, lst) - if typ then - add_type(lst, name, { type = typ }) - end -end - -function cdefines.register_defines(lst, define_set) - for name, def in pairs(define_set) do - if #def == 0 then - goto continue - end - local text = cpp.expand_macro(name, define_set) - cdefines.register_define(lst, name, text, define_set) - ::continue:: - end -end - -return cdefines diff --git a/script/plugins/ffi/c-parser/cdriver.lua b/script/plugins/ffi/c-parser/cdriver.lua deleted file mode 100644 index ab48d01a6..000000000 --- a/script/plugins/ffi/c-parser/cdriver.lua +++ /dev/null @@ -1,54 +0,0 @@ -local cdriver = {} - -local cpp = require("plugins.ffi.c-parser.cpp") -local c99 = require("plugins.ffi.c-parser.c99") -local ctypes = require("plugins.ffi.c-parser.ctypes") -local cdefines = require("plugins.ffi.c-parser.cdefines") - -function cdriver.process_file(filename) - local ctx, err = cpp.parse_file(filename) - if not ctx then - return nil, "failed preprocessing '"..filename.."': " .. err - end - - local srccode = table.concat(ctx.output, "\n").." $EOF$" - - local res, err, line, col, fragment = c99.match_language_grammar(srccode) - if not res then - return nil, ("failed parsing: %s:%d:%d: %s\n%s"):format(filename, line, col, err, fragment) - end - - local ffi_types, err = ctypes.register_types(res) - if not ffi_types then - return nil, err - end - - cdefines.register_defines(ffi_types, ctx.defines) - - return ffi_types -end - -function cdriver.process_context(context) - local ctx, err = cpp.parse_context(context) - if not ctx then - return nil, "failed preprocessing '"..context.."': " .. err - end - - local srccode = table.concat(ctx.output, "\n").." $EOF$" - - local res, err, line, col, fragment = c99.match_language_grammar(srccode) - if not res then - return nil, ("failed parsing: %s:%d:%d: %s\n%s"):format(context, line, col, err, fragment) - end - - local ffi_types, err = ctypes.register_types(res) - if not ffi_types then - return nil, err - end - - cdefines.register_defines(ffi_types, ctx.defines) - - return ffi_types -end - -return cdriver diff --git a/script/plugins/ffi/c-parser/cpp.lua b/script/plugins/ffi/c-parser/cpp.lua deleted file mode 100644 index eaa343305..000000000 --- a/script/plugins/ffi/c-parser/cpp.lua +++ /dev/null @@ -1,869 +0,0 @@ -local cpp = {} - -local typed = require("plugins.ffi.c-parser.typed") -local c99 = require("plugins.ffi.c-parser.c99") - -local SEP = package.config:sub(1,1) - -local function shl(a, b) - return a << b -end -local function shr(a, b) - return a >> b -end - -local function debug(...) end ---[[ -local inspect = require("inspect") -local function debug(...) - local args = { ... } - for i, arg in ipairs(args) do - if type(arg) == "table" then - args[i] = inspect(arg) - end - end - print(table.unpack(args)) -end - -local function is_sequence(xs) - if type(xs) ~= "table" then - return false - end - local l = #xs - for k, _ in pairs(xs) do - if type(k) ~= "number" or k < 1 or k > l or math.floor(k) ~= k then - return false - end - end - return true -end ---]] - -local gcc_default_defines -do - local default_defines - - local function shallow_copy(t) - local u = {} - for k,v in pairs(t) do - u[k] = v - end - return u - end - - gcc_default_defines = function() - if default_defines then - return shallow_copy(default_defines) - end - - local pd = io.popen("LANG=C gcc -dM -E - < /dev/null") - if not pd then - return {} - end - local blank_ctx = { - incdirs = {}, - defines = {}, - ifmode = { true }, - output = {}, - current_dir = {}, - } - typed.set_type(blank_ctx, "Ctx") - local ctx = cpp.parse_file("-", pd, blank_ctx) - - ctx.defines["__builtin_va_list"] = { "char", "*" } - ctx.defines["__extension__"] = {} - ctx.defines["__attribute__"] = { args = { "arg" }, repl = {} } - ctx.defines["__restrict__"] = { "restrict" } - ctx.defines["__restrict"] = { "restrict" } - ctx.defines["__inline__"] = { "inline" } - ctx.defines["__inline"] = { "inline" } - - default_defines = ctx.defines - return shallow_copy(ctx.defines) - end -end - -local function cpp_include_paths() - local pd = io.popen("LANG=C cpp -v /dev/null -o /dev/null 2>&1") - if not pd then - return { quote = {}, system = { "/usr/include"} } - end - local res = { - quote = {}, - system = {}, - } - local mode = nil - for line in pd:lines() do - if line:find([[#include "..." search starts here]], 1, true) then - mode = "quote" - elseif line:find([[#include <...> search starts here]], 1, true) then - mode = "system" - elseif line:find([[End of search list]], 1, true) then - mode = nil - elseif mode then - table.insert(res[mode], line:sub(2)) - end - end - pd:close() - return res -end - --- TODO default defines: `gcc -dM -E - < /dev/null` - --- Not supported: --- * character set conversion --- * trigraphs - -local states = { - any = { - ['"'] = { next = "dquote" }, - ["'"] = { next = "squote" }, - ["/"] = { silent = true, next = "slash" }, - }, - dquote = { - ['"'] = { next = "any" }, - ["\\"] = { next = "dquote_backslash" }, - }, - dquote_backslash = { - single_char = true, - default = { next = "dquote" }, - }, - squote = { - ["'"] = { next = "any" }, - ["\\"] = { next = "squote_backslash" }, - }, - squote_backslash = { - single_char = true, - default = { next = "squote" }, - }, - slash = { - single_char = true, - ["/"] = { add = " ", silent = true, next = "line_comment" }, - ["*"] = { add = " ", silent = true, next = "block_comment" }, - default = { add = "/", next = "any" }, - }, - line_comment = { - silent = true, - }, - block_comment = { - silent = true, - ["*"] = { silent = true, next = "try_end_block_comment" }, - continue_line = "block_comment", - }, - try_end_block_comment = { - single_char = true, - silent = true, - ["/"] = { silent = true, next = "any" }, - ["*"] = { silent = true, next = "try_end_block_comment" }, - default = { silent = true, next = "block_comment" }, - continue_line = "block_comment", - }, -} - -for _, rules in pairs(states) do - local out = "[" - for k, _ in pairs(rules) do - if #k == 1 then - out = out .. k - end - end - out = out .. "]" - rules.pattern = out ~= "[]" and out -end - -local function add(buf, txt) - if not buf then - buf = {} - end - table.insert(buf, txt) - return buf -end - -cpp.initial_processing = typed("FILE* -> LineList", function(fd) - local backslash_buf - local buf - local state = "any" - local output = {} - local linenr = 0 - for line in fd:lines() do - linenr = linenr + 1 - local len = #line - if line:find("\\", len, true) then - -- If backslash-terminated, buffer it - backslash_buf = add(backslash_buf, line:sub(1, len - 1)) - else - -- Merge backslash-terminated line - if backslash_buf then - table.insert(backslash_buf, line) - line = table.concat(backslash_buf) - end - backslash_buf = nil - - len = #line - local i = 1 - local out = "" - -- Go through the line - while i <= len do - -- Current state in the state machine - local st = states[state] - - -- Look for next character matching a state transition - local n = nil - if st.pattern then - if st.single_char then - if line:sub(i,i):find(st.pattern) then - n = i - end - else - n = line:find(st.pattern, i) - end - end - - local transition, ch - if n then - ch = line:sub(n, n) - transition = st[ch] - else - n = i - ch = line:sub(n, n) - transition = st.default - end - - if not transition then - -- output the rest of the string if we should - if not st.silent then - out = i == 1 and line or line:sub(i) - end - break - end - - -- output everything up to the transition if we should - if n > i and not st.silent then - buf = add(buf, line:sub(i, n - 1)) - end - - -- Some transitions output an explicit character - if transition.add then - buf = add(buf, transition.add) - end - - if not transition.silent then - buf = add(buf, ch) - end - - -- and move to the next state - state = transition.next - i = n + 1 - end - - -- If we ended in a non-line-terminating state - if states[state].continue_line then - -- buffer the output and keep going - buf = add(buf, out) - state = states[state].continue_line - else - -- otherwise, flush the buffer - if buf then - table.insert(buf, out) - out = table.concat(buf) - buf = nil - end - -- output the string and reset the state. - table.insert(output, { nr = linenr, line = out}) - state = "any" - end - end - end - fd:close() - typed.set_type(output, "LineList") - return output -end) - -cpp.tokenize = typed("string -> table", function(line) - return c99.match_preprocessing_grammar(line) -end) - -local function find_file(ctx, filename, mode, is_next) - local paths = {} - local current_dir = ctx.current_dir[#ctx.current_dir] - if mode == "quote" or is_next then - if not is_next then - table.insert(paths, current_dir) - end - for _, incdir in ipairs(ctx.incdirs.quote or {}) do - table.insert(paths, incdir) - end - end - if mode == "system" or is_next then - for _, incdir in ipairs(ctx.incdirs.system or {}) do - table.insert(paths, incdir) - end - end - if is_next then - while paths[1] and paths[1] ~= current_dir do - table.remove(paths, 1) - end - table.remove(paths, 1) - end - for _, path in ipairs(paths) do - local pathname = path..SEP..filename - local fd, err = io.open(pathname, "r") - if fd then - return pathname, fd - end - end - return nil, nil, "file not found" -end - -local parse_expression = typed("{string} -> Exp?", function(tokens) - local text = table.concat(tokens, " ") - local exp, err, _, _, fragment = c99.match_preprocessing_expression_grammar(text) - if not exp then - print("Error parsing expression: " .. tostring(err) .. ": " .. text .. " AT " .. fragment) - end - return exp -end) - -local eval_exp -eval_exp = typed("Ctx, Exp -> number", function(ctx, exp) - debug(exp) - - if not exp.op then - local val = exp[1] - typed.check(val, "string") - local defined = ctx.defines[val] - if defined then - assert(type(defined) == "table") - local subexp = parse_expression(defined) - if not subexp then - return 0 -- FIXME - end - return eval_exp(ctx, subexp) - end - val = val:gsub("U*L*$", "") - if val:match("^0[xX]") then - return tonumber(val) or 0 - elseif val:sub(1,1) == "0" then - return tonumber(val, 8) or 0 - else - return tonumber(val) or 0 - end - elseif exp.op == "+" then - if exp[2] then - return eval_exp(ctx, exp[1]) + eval_exp(ctx, exp[2]) - else - return eval_exp(ctx, exp[1]) - end - elseif exp.op == "-" then - if exp[2] then - return eval_exp(ctx, exp[1]) - eval_exp(ctx, exp[2]) - else - return -(eval_exp(ctx, exp[1])) - end - elseif exp.op == "*" then return eval_exp(ctx, exp[1]) * eval_exp(ctx, exp[2]) - elseif exp.op == "/" then return eval_exp(ctx, exp[1]) / eval_exp(ctx, exp[2]) - elseif exp.op == ">>" then return shr(eval_exp(ctx, exp[1]), eval_exp(ctx, exp[2])) -- FIXME C semantics - elseif exp.op == "<<" then return shl(eval_exp(ctx, exp[1]), eval_exp(ctx, exp[2])) -- FIXME C semantics - elseif exp.op == "==" then return (eval_exp(ctx, exp[1]) == eval_exp(ctx, exp[2])) and 1 or 0 - elseif exp.op == "!=" then return (eval_exp(ctx, exp[1]) ~= eval_exp(ctx, exp[2])) and 1 or 0 - elseif exp.op == ">=" then return (eval_exp(ctx, exp[1]) >= eval_exp(ctx, exp[2])) and 1 or 0 - elseif exp.op == "<=" then return (eval_exp(ctx, exp[1]) <= eval_exp(ctx, exp[2])) and 1 or 0 - elseif exp.op == ">" then return (eval_exp(ctx, exp[1]) > eval_exp(ctx, exp[2])) and 1 or 0 - elseif exp.op == "<" then return (eval_exp(ctx, exp[1]) < eval_exp(ctx, exp[2])) and 1 or 0 - elseif exp.op == "!" then return (eval_exp(ctx, exp[1]) == 1) and 0 or 1 - elseif exp.op == "&&" then - for _, e in ipairs(exp) do - if eval_exp(ctx, e) == 0 then - return 0 - end - end - return 1 - elseif exp.op == "||" then - for _, e in ipairs(exp) do - if eval_exp(ctx, e) ~= 0 then - return 1 - end - end - return 0 - elseif exp.op == "?" then - if eval_exp(ctx, exp[1]) ~= 0 then - return eval_exp(ctx, exp[2]) - else - return eval_exp(ctx, exp[3]) - end - elseif exp.op == "defined" then - return (ctx.defines[exp[1][1]] ~= nil) and 1 or 0 - else - error("unimplemented operator " .. tostring(exp.op)) - end -end) - -local consume_parentheses = typed("{string}, number, LineList, number -> {{string}}, number", function(tokens, start, linelist, cur) - local args = {} - local i = start + 1 - local arg = {} - local stack = 0 - while true do - local token = tokens[i] - if token == nil then - repeat - cur = cur + 1 - if not linelist[cur] then - error("unterminated function-like macro") - end - local nextline = linelist[cur].tk - linelist[cur].tk = {} - table.move(nextline, 1, #nextline, i, tokens) - token = tokens[i] - until token - end - if token == "(" then - stack = stack + 1 - table.insert(arg, token) - elseif token == ")" then - if stack == 0 then - if #arg > 0 then - table.insert(args, arg) - end - break - end - stack = stack - 1 - table.insert(arg, token) - elseif token == "," then - if stack == 0 then - table.insert(args, arg) - arg = {} - else - table.insert(arg, token) - end - else - table.insert(arg, token) - end - i = i + 1 - end - return args, i -end) - -local function array_copy(t) - local t2 = {} - for i,v in ipairs(t) do - t2[i] = v - end - return t2 -end - -local function table_remove(list, pos, n) - table.move(list, pos + n, #list + n, pos) -end - -local function table_replace_n_with(list, at, n, values) - local old = #list - debug("TRNW?", list, "AT", at, "N", n, "VALUES", values) - --assert(is_sequence(list)) - local nvalues = #values - local nils = n >= nvalues and (n - nvalues + 1) or 0 - if n ~= nvalues then - table.move(list, at + n, #list + nils, at + nvalues) - end - debug("....", list) - table.move(values, 1, nvalues, at, list) - --assert(is_sequence(list)) - debug("TRNW!", list) - assert(#list == old - n + #values) -end - -local stringify = typed("{string} -> string", function(tokens) - return '"'..table.concat(tokens, " "):gsub("\"", "\\")..'"' -end) - -local macro_expand - -local mark_noloop = typed("table, string, number -> ()", function(noloop, token, n) - noloop[token] = math.max(noloop[token] or 0, n) -end) - -local shift_noloop = typed("table, number -> ()", function(noloop, n) - for token, v in pairs(noloop) do - noloop[token] = v + n - end -end) - -local valid_noloop = typed("table, string, number -> boolean", function(noloop, token, n) - return noloop[token] == nil or noloop[token] < n -end) - -local replace_args = typed("Ctx, {string}, table, LineList, number -> ()", function(ctx, tokens, args, linelist, cur) - local i = 1 - local hash_next = false - local join_next = false - while true do - local token = tokens[i] - if not token then - break - end - if token == "#" then - hash_next = true - table.remove(tokens, i) - elseif token == "##" then - join_next = true - table.remove(tokens, i) - elseif args[token] then - macro_expand(ctx, args[token], linelist, cur, false) - if hash_next then - tokens[i] = stringify(args[token]) - hash_next = false - elseif join_next then - tokens[i - 1] = tokens[i - 1] .. table.concat(args[token], " ") - table.remove(tokens, i) - join_next = false - else - table_replace_n_with(tokens, i, 1, args[token]) - debug(token, args[token], tokens) - i = i + #args[token] - end - elseif join_next then - tokens[i - 1] = tokens[i - 1] .. tokens[i] - table.remove(tokens, i) - join_next = false - else - hash_next = false - join_next = false - i = i + 1 - end - end -end) - -macro_expand = typed("Ctx, {string}, LineList, number, boolean -> ()", function(ctx, tokens, linelist, cur, expr_mode) - local i = 1 - -- TODO propagate noloop into replace_args. recurse into macro_expand storing a proper offset internally. - local noloop = {} - while true do - ::continue:: - debug(i, tokens) - local token = tokens[i] - if not token then - break - end - if expr_mode then - if token == "defined" then - if tokens[i + 1] == "(" then - i = i + 2 - end - i = i + 2 - goto continue - end - end - local define = ctx.defines[token] - if define and valid_noloop(noloop, token, i) then - debug(token, define) - local repl = define.repl - if define.args then - if tokens[i + 1] == "(" then - local args, j = consume_parentheses(tokens, i + 1, linelist, cur) - debug("args:", #args, args) - local named_args = {} - for i = 1, #define.args do - named_args[define.args[i]] = args[i] or {} - end - local expansion = array_copy(repl) - replace_args(ctx, expansion, named_args, linelist, cur) - local nexpansion = #expansion - local n = j - i + 1 - if nexpansion == 0 then - table_remove(tokens, i, n) - else - table_replace_n_with(tokens, i, n, expansion) - end - shift_noloop(noloop, nexpansion - n) - mark_noloop(noloop, token, i + nexpansion - 1) - else - i = i + 1 - end - else - local ndefine = #define - if ndefine == 0 then - table.remove(tokens, i) - shift_noloop(noloop, -1) - elseif ndefine == 1 then - tokens[i] = define[1] - mark_noloop(noloop, token, i) - noloop[token] = math.max(noloop[token] or 0, i) - else - table_replace_n_with(tokens, i, 1, define) - mark_noloop(noloop, token, i + ndefine - 1) - end - end - else - i = i + 1 - end - end -end) - -local run_expression = typed("Ctx, {string} -> boolean", function(ctx, tks) - local exp = parse_expression(tks) - return eval_exp(ctx, exp) ~= 0 -end) - -cpp.parse_file = typed("string, FILE*?, Ctx? -> Ctx?, string?", function(filename, fd, ctx) - if not ctx then - ctx = { - incdirs = cpp_include_paths(), - defines = gcc_default_defines(), - ---@type any[] - ifmode = { true }, - output = {}, - current_dir = {} - } - typed.set_type(ctx, "Ctx") - -- if not absolute path - if not filename:match("^/") then - local found_name, found_fd = find_file(ctx, filename, "system") - if found_fd then - filename, fd = found_name, found_fd - end - end - end - - local current_dir = filename:gsub("/[^/]*$", "") - if current_dir == filename then - current_dir = "." - local found_name, found_fd = find_file(ctx, filename, "system") - if found_fd then - filename, fd = found_name, found_fd - end - end - table.insert(ctx.current_dir, current_dir) - - local err - if not fd then - fd, err = io.open(filename, "rb") - if not fd then - return nil, err - end - end - local linelist = cpp.initial_processing(fd) - - for _, lineitem in ipairs(linelist) do - lineitem.tk = cpp.tokenize(lineitem.line) - end - - local ifmode = ctx.ifmode - for cur, lineitem in ipairs(linelist) do - local line = lineitem.line - local tk = lineitem.tk - debug(filename, cur, ifmode[#ifmode], #ifmode, line) - - if #ifmode == 1 and (tk.directive == "elif" or tk.directive == "else" or tk.directive == "endif") then - return nil, "unexpected directive " .. tk.directive - end - - if tk.exp then - macro_expand(ctx, tk.exp, linelist, cur, true) - end - - if ifmode[#ifmode] == true then - if tk.directive then - debug(tk) - end - if tk.directive == "define" then - local k = tk.id - local v = tk.args and tk or tk.repl - ctx.defines[k] = v - elseif tk.directive == "undef" then - ctx.defines[tk.id] = nil - elseif tk.directive == "ifdef" then - table.insert(ifmode, (ctx.defines[tk.id] ~= nil)) - elseif tk.directive == "ifndef" then - table.insert(ifmode, (ctx.defines[tk.id] == nil)) - elseif tk.directive == "if" then - table.insert(ifmode, run_expression(ctx, tk.exp)) - elseif tk.directive == "elif" then - ifmode[#ifmode] = "skip" - elseif tk.directive == "else" then - ifmode[#ifmode] = not ifmode[#ifmode] - elseif tk.directive == "endif" then - table.remove(ifmode, #ifmode) - elseif tk.directive == "error" or tk.directive == "pragma" then - -- ignore - elseif tk.directive == "include" or tk.directive == "include_next" then - local name = tk.exp[1] - local mode = tk.exp.mode - local is_next = (tk.directive == "include_next") - local inc_filename, inc_fd, err = find_file(ctx, name, mode, is_next) - if not inc_filename then - -- fall back to trying to load an #include "..." as #include <...>; - -- this is necessary for Mac system headers - inc_filename, inc_fd, err = find_file(ctx, name, "system", is_next) - end - if not inc_filename then - return nil, name..":"..err - end - cpp.parse_file(inc_filename, inc_fd, ctx) - else - macro_expand(ctx, tk, linelist, cur, false) - table.insert(ctx.output, table.concat(tk, " ")) - end - elseif ifmode[#ifmode] == false then - if tk.directive == "ifdef" - or tk.directive == "ifndef" - or tk.directive == "if" then - table.insert(ifmode, "skip") - elseif tk.directive == "else" then - ifmode[#ifmode] = not ifmode[#ifmode] - elseif tk.directive == "elif" then - ifmode[#ifmode] = run_expression(ctx, tk.exp) - elseif tk.directive == "endif" then - table.remove(ifmode, #ifmode) - end - elseif ifmode[#ifmode] == "skip" then - if tk.directive == "ifdef" - or tk.directive == "ifndef" - or tk.directive == "if" then - table.insert(ifmode, "skip") - elseif tk.directive == "else" - or tk.directive == "elif" then - -- do nothing - elseif tk.directive == "endif" then - table.remove(ifmode, #ifmode) - end - end - end - - table.remove(ctx.current_dir) - - return ctx, nil -end) - -cpp.parse_context = typed("string, FILE*?, Ctx? -> Ctx?, string?", function(context, _, ctx) - if not ctx then - ctx = { - incdirs = {},--,cpp_include_paths(), - defines = {},--gcc_default_defines(), - ifmode = { true }, - output = {}, - current_dir = {} - } - typed.set_type(ctx, "Ctx") - end - - local fd = { - lines = function () - local n = 0 - return function () - if n == 0 then - n = 1 - return context - end - return nil - end - end, - close = function () - - end - } - - local linelist = cpp.initial_processing(fd) - - for _, lineitem in ipairs(linelist) do - lineitem.tk = cpp.tokenize(lineitem.line) - end - - local ifmode = ctx.ifmode - for cur, lineitem in ipairs(linelist) do - local line = lineitem.line - local tk = lineitem.tk - debug(cur, ifmode[#ifmode], #ifmode, line) - - if #ifmode == 1 and (tk.directive == "elif" or tk.directive == "else" or tk.directive == "endif") then - return nil, "unexpected directive " .. tk.directive - end - - if tk.exp then - macro_expand(ctx, tk.exp, linelist, cur, true) - end - - if ifmode[#ifmode] == true then - if tk.directive then - debug(tk) - end - if tk.directive == "define" then - local k = tk.id - local v = tk.args and tk or tk.repl - ctx.defines[k] = v - elseif tk.directive == "undef" then - ctx.defines[tk.id] = nil - elseif tk.directive == "ifdef" then - table.insert(ifmode, (ctx.defines[tk.id] ~= nil)) - elseif tk.directive == "ifndef" then - table.insert(ifmode, (ctx.defines[tk.id] == nil)) - elseif tk.directive == "if" then - table.insert(ifmode, run_expression(ctx, tk.exp)) - elseif tk.directive == "elif" then ----@diagnostic disable-next-line: assign-type-mismatch - ifmode[#ifmode] = "skip" - elseif tk.directive == "else" then - ifmode[#ifmode] = not ifmode[#ifmode] - elseif tk.directive == "endif" then - table.remove(ifmode, #ifmode) - elseif tk.directive == "error" or tk.directive == "pragma" then - -- ignore - elseif tk.directive == "include" or tk.directive == "include_next" then - local name = tk.exp[1] - local mode = tk.exp.mode - local is_next = (tk.directive == "include_next") - local inc_filename, inc_fd, err = find_file(ctx, name, mode, is_next) - if not inc_filename then - -- fall back to trying to load an #include "..." as #include <...>; - -- this is necessary for Mac system headers - inc_filename, inc_fd, err = find_file(ctx, name, "system", is_next) - end - if not inc_filename then - return nil, name..":"..err - end - cpp.parse_file(inc_filename, inc_fd, ctx) - else - macro_expand(ctx, tk, linelist, cur, false) - table.insert(ctx.output, table.concat(tk, " ")) - end - elseif ifmode[#ifmode] == false then - if tk.directive == "ifdef" - or tk.directive == "ifndef" - or tk.directive == "if" then - table.insert(ifmode, "skip") - elseif tk.directive == "else" then - ifmode[#ifmode] = not ifmode[#ifmode] - elseif tk.directive == "elif" then - ifmode[#ifmode] = run_expression(ctx, tk.exp) - elseif tk.directive == "endif" then - table.remove(ifmode, #ifmode) - end - elseif ifmode[#ifmode] == "skip" then - if tk.directive == "ifdef" - or tk.directive == "ifndef" - or tk.directive == "if" then - table.insert(ifmode, "skip") - elseif tk.directive == "else" - or tk.directive == "elif" then - -- do nothing - elseif tk.directive == "endif" then - table.remove(ifmode, #ifmode) - end - end - end - - table.remove(ctx.current_dir) - - return ctx, nil -end) - -cpp.expand_macro = typed("string, table -> string", function(macro, define_set) - local ctx = typed.table("Ctx", setmetatable({ - defines = define_set, - }, { __index = error, __newindex = error })) - local tokens = { macro } - local linelist = typed.table("LineList", { { nr = 1, line = macro } }) - macro_expand(ctx, tokens, linelist, 1, false) - return table.concat(tokens, " ") -end) - -return cpp diff --git a/script/plugins/ffi/c-parser/ctypes.lua b/script/plugins/ffi/c-parser/ctypes.lua deleted file mode 100644 index 115f78ab0..000000000 --- a/script/plugins/ffi/c-parser/ctypes.lua +++ /dev/null @@ -1,604 +0,0 @@ -local ctypes = { TESTMODE = false } - -local inspect = require("inspect") -local utility = require 'utility' -local util = require 'plugins.ffi.c-parser.util' -local typed = require("plugins.ffi.c-parser.typed") - -local equal_declarations - -local add_type = typed("TypeList, string, CType -> ()", function (lst, name, typ) - lst[name] = typ - table.insert(lst, { name = name, type = typ }) -end) - --- Compare two lists of declarations -local equal_lists = typed("array, array -> boolean", function (l1, l2) - if #l1 ~= #l2 then - return false - end - for i, p1 in ipairs(l1) do - local p2 = l2[i] - if not equal_declarations(p1, p2) then - return false - end - end - return true -end) - -equal_declarations = function (t1, t2) - if type(t1) == "string" or type(t2) == "nil" then - return t1 == t2 - end - if not equal_declarations(t1.type, t2.type) then - return false - end - -- if not equal_lists(t1.name, t2.name) then - -- return false - -- end - if t1.type == "struct" then - if t1.name ~= t2.name then - return false - end - elseif t1.type == "function" then - if not equal_declarations(t1.ret.type, t2.ret.type) then - return false - end - if not equal_lists(t1.params, t2.params) then - return false - end - if t1.vararg ~= t2.vararg then - return false - end - end - return true -end - -local function is_modifier(str) - return str == "*" or str == "restrict" or str == "const" -end - -local function extract_modifiers(ret_pointer, items) - while is_modifier(items[1]) do - table.insert(ret_pointer, table.remove(items, 1)) - end -end - -local function get_name(name_src) - local ret_pointer = {} - if name_src == nil then - return false, "could not find a name: " .. inspect(name_src), nil - end - local name - local indices = {} - if type(name_src) == "string" then - if is_modifier(name_src) then - table.insert(ret_pointer, name_src) - else - name = name_src - end - else - name_src = name_src.declarator or name_src - if type(name_src[1]) == "table" then - extract_modifiers(ret_pointer, name_src[1]) - else - extract_modifiers(ret_pointer, name_src) - end - for _, part in ipairs(name_src) do - if part.idx then - table.insert(indices, part.idx) - end - end - name = name_src.name - end - return true, name, ret_pointer, next(indices) and indices -end - -local get_type -local get_fields - -local convert_value = typed("TypeList, table -> CType?, string?", function (lst, src) - local name = nil - local ret_pointer = {} - local idxs = nil - - if type(src.id) == "table" or type(src.ids) == "table" then - src.id = util.expandSingle(src.id) - src.ids = util.expandSingle(src.ids) - -- FIXME multiple ids, e.g.: int *x, y, *z; - local ok ----@diagnostic disable-next-line: cast-local-type - ok, name, ret_pointer, idxs = get_name(src.id or src.ids) - if not ok then - return nil, name - end - end - - local typ, err = get_type(lst, src, ret_pointer) - if not typ then - return nil, err - end - - return typed.table("CType", { - name = name, - type = typ, - idxs = idxs, - }), nil -end) - -local function convert_fields(lst, field_src, fields) - if field_src.ids then - for i, id in ipairs(field_src.ids) do - id.type = utility.deepCopy(field_src.type) - if id.type and id[1] then - for i, v in ipairs(id[1]) do - table.insert(id.type, v) - end - if id[1].idx then - id.isarray = true - end - id[1] = nil - end - table.insert(fields, id) - end - return true - end -end - --- Interpret field data from `field_src` and add it to `fields`. -local function add_to_fields(lst, field_src, fields) - if type(field_src) == "table" and not field_src.ids then - assert(field_src.type.type == "union") - local subfields, err = get_fields(lst, field_src.type.fields) - if not subfields then - return nil, err - end - for _, subfield in ipairs(subfields) do - table.insert(fields, subfield) - end - return true - end - - if convert_fields(lst, field_src, fields) then - return true - end - local field, err = convert_value(lst, field_src) - if not field then - return nil, err - end -end - -get_fields = function (lst, fields_src) - local fields = {} - for _, field_src in ipairs(fields_src) do - local ok, err = add_to_fields(lst, field_src, fields) - if not ok then - return false, err - end - end - return fields -end - -local function get_enum_items(_, values) - local items = {} - for _, v in ipairs(values) do - -- TODO store enum actual values - table.insert(items, { name = v.id, value = v.value }) - end - return items -end - -local function getAnonymousID(t) - local v = tostring(t) - local _, e = v:find("table: 0x", 0, true) - return v:sub(e + 1) -end - -local get_composite_type = typed("TypeList, string?, string, array, string, function -> CType, string", - function (lst, specid, spectype, parts, partsfield, get_parts) - local name = specid - local key = spectype .. "@" .. (name or ctypes.TESTMODE and 'anonymous' or getAnonymousID(parts)) - - if not lst[key] then - -- Forward declaration - lst[key] = typed.table("CType", { - type = spectype, - name = name, - }) - end - - if parts then - local err - parts, err = get_parts(lst, parts) - if not parts then - return nil, err - end - end - - local typ = typed.table("CType", { - type = spectype, - name = name, - [partsfield] = parts, - }) - - if lst[key] then - if typ[partsfield] and lst[key][partsfield] and not equal_declarations(typ, lst[key]) then - return nil, "redeclaration for " .. key - end - end - add_type(lst, key, typ) - - return typ, key - end) - -local function get_structunion(lst, spec) - if spec.fields and not spec.fields[1] then - spec.fields = { spec.fields } - end - return get_composite_type(lst, spec.id, spec.type, spec.fields, "fields", get_fields) -end - -local function get_enum(lst, spec) - if spec.values and not spec.values[1] then - spec.values = { spec.values } - end - local typ, key = get_composite_type(lst, spec.id, spec.type, spec.values, "values", get_enum_items) - if typ.values then - for _, value in ipairs(typ.values) do - add_type(lst, value.name, typ) - end - end - return typ, key -end - -local function refer(lst, item, get_fn) - if item.id and not item.fields then - local key = item.type .. "@" .. item.id - local su_typ = lst[key] - if not su_typ then - return { - type = item.type, - name = { item.id }, - } - end - return su_typ - else - local typ, key = get_fn(lst, item) - if not typ then - return nil, key - end - return typ - end -end - -local calculate - -local function binop(val, fn) - local e1, e2 = calculate(val[1]), calculate(val[2]) - if type(e1) == "number" and type(e2) == "number" then - return fn(e1, e2) - else - return { e1, e2, op = val.op } - end -end - -calculate = function (val) - if type(val) == "string" then - return tonumber(val) - end - if val.op == "+" then - return binop(val, function (a, b) return a + b end) - elseif val.op == "-" then - return binop(val, function (a, b) return a - b end) - elseif val.op == "*" then - return binop(val, function (a, b) return a * b end) - elseif val.op == "/" then - return binop(val, function (a, b) return a / b end) - else - return val - end -end - -local base_types = { - ["char"] = true, - ["const"] = true, - ["bool"] = true, - ["double"] = true, - ["float"] = true, - ["int"] = true, - ["long"] = true, - ["short"] = true, - ["signed"] = true, - ["__signed"] = true, - ["__signed__"] = true, - ["unsigned"] = true, - ["void"] = true, - ["volatile"] = true, - ["ptrdiff_t"] = true, - ["size_t"] = true, - ["ssize_t"] = true, - ["wchar_t"] = true, - ["int8_t"] = true, - ["int16_t"] = true, - ["int32_t"] = true, - ["int64_t"] = true, - ["uint8_t"] = true, - ["uint16_t"] = true, - ["uint32_t"] = true, - ["uint64_t"] = true, - ["intptr_t"] = true, - ["uintptr_t"] = true, - ["__int8"] = true, - ["__int16"] = true, - ["__int32"] = true, - ["__int64"] = true, - ["_Bool"] = true, - ["__ptr32"] = true, - ["__ptr64"] = true, - ["_Complex"] = true, - ["complex"] = true, - ["__complex"] = true, - ["__complex__"] = true, - ["*"] = true, -} - -local qualifiers = { - ["extern"] = true, - ["static"] = true, - ["typedef"] = true, - ["restrict"] = true, - ["inline"] = true, - ["register"] = true, -} - -get_type = function (lst, spec, ret_pointer) - local tarr = {} - if type(spec.type) == "string" then - spec.type = { spec.type } - end - if spec.type and not spec.type[1] then - spec.type = { spec.type } - end - for _, part in ipairs(spec.type or spec) do - if qualifiers[part] then - -- skip - elseif base_types[part] then - table.insert(tarr, part) - elseif lst[part] and lst[part].type == "typedef" then - table.insert(tarr, part) - elseif type(part) == "table" and part.type == "struct" or part.type == "union" then - local su_typ, err = refer(lst, part, get_structunion) - if not su_typ then - return nil, err or "failed to refer struct" - end - table.insert(tarr, su_typ) - elseif type(part) == "table" and part.type == "enum" then - local en_typ, err = refer(lst, part, get_enum) - if not en_typ then - return nil, err or "failed to refer enum" - end - table.insert(tarr, en_typ) - else - return nil, "FIXME unknown type " .. inspect(spec) - end - end - if #ret_pointer > 0 then - for _, item in ipairs(ret_pointer) do - if type(item) == "table" and item.idx then - table.insert(tarr, { idx = calculate(item.idx) }) - else - table.insert(tarr, item) - end - end - end - return tarr, nil -end - -local function is_void(param) - return #param.type == 1 and param.type[1] == "void" -end - -local get_params = typed("TypeList, array -> array, boolean", function (lst, params_src) - local params = {} - local vararg = false - - assert(not params_src.param) - - for _, param_src in ipairs(params_src) do - if param_src == "..." then - vararg = true - else - local param, err = convert_value(lst, param_src.param) - if not param then - return nil, err - end - if not is_void(param) then - table.insert(params, param) - end - end - end - return params, vararg -end) - -local register_many = function (register_item_fn, lst, ids, spec) - for _, id in ipairs(ids) do - local ok, err = register_item_fn(lst, id, spec) - if not ok then - return false, err - end - end - return true, nil -end - -local register_decl_item = function (lst, id, spec) - local ok, name, ret_pointer, idxs = get_name(id.decl) - if not ok then - return false, name - end - assert(name) - local ret_type, err = get_type(lst, spec, ret_pointer) - if not ret_type then - return false, err - end - local typ - if id.decl.params then - local params, vararg = get_params(lst, id.decl.params) - if not params then - return false, vararg - end - typ = typed.table("CType", { - type = "function", - name = name, - idxs = idxs, - ret = { - type = ret_type, - }, - params = params, - vararg = vararg, - }) - else - typ = typed.table("CType", { - type = ret_type, - name = name, - idxs = idxs, - }) - end - - if lst[name] then - if not equal_declarations(lst[name], typ) then - return false, - "inconsistent declaration for " .. name .. " - " .. inspect(lst[name]) .. " VERSUS " .. inspect(typ) - end - end - add_type(lst, name, typ) - - return true, nil -end - -local register_decls = function (lst, ids, spec) - return register_many(register_decl_item, lst, ids, spec) -end - --- Convert an table produced by an `extern inline` declaration --- into one compatible with `register_decl`. -local function register_function(lst, item) - local id = { - decl = { - name = item.func.name, - params = item.func.params, - } - } - return register_decl_item(lst, id, item.spec) -end - -local function register_static_function(lst, item) - return true -end - -local register_typedef_item = typed("TypeList, table, table -> boolean, string?", function (lst, id, spec) - local ok, name, ret_pointer = get_name(id.decl) - if not ok then - return false, name or "failed" - end - local def, err = get_type(lst, spec, ret_pointer) - if not def then - return false, err or "failed" - end - local typ = typed.table("CType", { - type = "typedef", - name = name, - def = def, - }) - - if lst[name] then - if not equal_declarations(lst[name], typ) then - return false, - "inconsistent declaration for " .. name .. " - " .. inspect(lst[name]) .. " VERSUS " .. inspect(typ) - end - end - add_type(lst, name, typ) - - return true, nil -end) - -local register_typedefs = function (lst, item) - return register_many(register_typedef_item, lst, item.ids, item.spec) -end - -local function register_structunion(lst, item) - return get_structunion(lst, item.spec) -end - -local function register_enum(lst, item) - return get_enum(lst, item.spec) -end - -local function to_set(array) - local set = {} - for _, v in ipairs(array) do - set[v] = true - end - return set -end - -ctypes.register_types = typed("{Decl} -> TypeList?, string?", function (parsed) - local lst = typed.table("TypeList", {}) - for _, item in ipairs(parsed) do - typed.check(item.spec, "table") - local spec_set = to_set(item.spec) - if spec_set.extern and item.ids then - local ok, err = register_decls(lst, item.ids, item.spec) - if not ok then - return nil, err or "failed extern" - end - elseif spec_set.extern and item.func then - local ok, err = register_function(lst, item) - if not ok then - return nil, err or "failed extern" - end - elseif spec_set.static and item.func then - local ok, err = register_static_function(lst, item) - if not ok then - return nil, err or "failed static function" - end - elseif spec_set.typedef then - local ok, err = register_typedefs(lst, item) - if not ok then - return nil, err or "failed typedef" - end - else - local expandSingle = { - ["struct"] = true, - ["union"] = true, - ["enum"] = true, - } - local spec = util.expandSingle(item.spec) - if expandSingle[spec.type] then - item.spec = spec - end - if item.spec.type == "struct" or item.spec.type == "union" then - local ok, err = register_structunion(lst, item) - if not ok then - return nil, err or "failed struct/union" - end - elseif item.spec.type == "enum" then - local ok, err = register_enum(lst, item) - if not ok then - return nil, err or "failed enum" - end - elseif not item.ids then - -- forward declaration (e.g. "struct foo;") - elseif item.ids then - local ok, err = register_decls(lst, item.ids, item.spec) - if not ok then - return nil, err or "failed declaration" - end - else - return nil, "FIXME Uncategorized declaration: " .. inspect(item) - end - end - end - return lst, nil -end) - -return ctypes diff --git a/script/plugins/ffi/c-parser/typed.lua b/script/plugins/ffi/c-parser/typed.lua deleted file mode 100644 index c84b87e3c..000000000 --- a/script/plugins/ffi/c-parser/typed.lua +++ /dev/null @@ -1,172 +0,0 @@ --------------------------------------------------------------------------------- --- Lua programming with types --------------------------------------------------------------------------------- - -local _, inspect = pcall(require, "inspect") -inspect = inspect or tostring - -local typed = {} - -local FAST = false - -local function is_sequence(xs) - if type(xs) ~= "table" then - return false - end - if FAST then - return true - end - local l = #xs - for k, _ in pairs(xs) do - if type(k) ~= "number" or k < 1 or k > l or math.floor(k) ~= k then - return false - end - end - return true -end - -local function type_of(t) - local mt = getmetatable(t) - return (mt and mt.__name) or (is_sequence(t) and "array") or type(t) -end - -local function set_type(t, typ) - local mt = getmetatable(t) - if not mt then - mt = {} - end - mt.__name = typ - return setmetatable(t, mt) -end - -local function typed_table(typ, t) - return set_type(t, typ) -end - -local function try_check(val, expected) - local optional = expected:match("^(.*)%?$") - if optional then - if val == nil then - return true - end - expected = optional - end - - local seq_type = expected:match("^{(.+)}$") - if seq_type then - if type(val) == "table" then - if FAST then - return true - end - local allok = true - for _, v in ipairs(val) do - local ok = try_check(v, seq_type) - if not ok then - allok = false - break - end - end - if allok then - return true - end - end - end - - -- if all we want is a table, don't perform further checks - if expected == "table" and type(val) == "table" then - return true - end - - local actual = type_of(val) - if actual == expected then - return true - end - return nil, actual -end - -local function typed_check(val, expected, category, n) - local ok, actual = try_check(val, expected) - if ok then - return true - end - if category and n then - error(("type error: %s %d: expected %s, got %s (%s)"):format(category, n, expected, actual, inspect(val)), category == "value" and 2 or 3) - else - error(("type error: expected %s, got %s (%s)"):format(expected, actual, inspect(val)), 2) - end -end - -local function split(s, sep) - local i, j, k = 1, s:find(sep, 1) - local out = {} - while j do - table.insert(out, s:sub(i, j - 1)) - i = k + 1 - j, k = s:find(sep, i) - end - table.insert(out, s:sub(i, #s)) - return out -end - -local function typed_function(types, fn) - local inp, outp = types:match("(.*[^%s])%s*%->%s*([^%s].*)") - local ins = split(inp, ",%s*") - local outs = split(outp, ",%s*") - return function(...) - local args = table.pack(...) - if args.n ~= #ins then - error("wrong number of inputs (given " .. args.n .. " - expects " .. types .. ")", 2) - end - for i = 1, #ins do - typed_check(args[i], ins[i], "argument", i) - end - local rets = table.pack(fn(...)) - if outp == "()" then - if rets.n ~= 0 then - error("wrong number of outputs (given " .. rets.n .. " - expects " .. types .. ")", 2) - end - else - if rets.n ~= #outs then - error("wrong number of outputs (given " .. rets.n .. " - expects " .. types .. ")", 2) - end - if outs[1] ~= "*" then - for i = 1, #outs do - typed_check(rets[i], outs[i], "return", i) - end - end - end - return table.unpack(rets, 1, rets.n) - end -end - -local typed_mt_on = { - __call = function(_, types, fn) - return typed_function(types, fn) - end -} - -local typed_mt_off = { - __call = function(_, _, fn) - return fn - end -} - -function typed.on() - typed.check = typed_check - typed.typed = typed_function - typed.set_type = set_type - typed.table = typed_table - setmetatable(typed, typed_mt_on) -end - -function typed.off() - typed.check = function() end - typed.typed = function(_, fn) return fn end - typed.set_type = function(t, _) return t end - typed.table = function(_, t) return t end - setmetatable(typed, typed_mt_off) -end - -typed.off() - -return typed diff --git a/script/plugins/ffi/c-parser/util.lua b/script/plugins/ffi/c-parser/util.lua deleted file mode 100644 index cb493efaf..000000000 --- a/script/plugins/ffi/c-parser/util.lua +++ /dev/null @@ -1,28 +0,0 @@ -local m = {} - -local function tableLenEqual(t, len) - for key, value in pairs(t) do - len = len - 1 - if len < 0 then - return false - end - end - return true -end - -local function isSingleNode(ast) - if type(ast) ~= 'table' then - return false - end - local len = #ast - return len == 1 and tableLenEqual(ast, len) -end - -function m.expandSingle(ast) - if isSingleNode(ast) then - return ast[1] - end - return ast -end - -return m diff --git a/script/plugins/ffi/cdefRerence.lua b/script/plugins/ffi/cdefRerence.lua deleted file mode 100644 index 54a8c2a79..000000000 --- a/script/plugins/ffi/cdefRerence.lua +++ /dev/null @@ -1,37 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' -local vm = require 'vm' -local reference = require 'core.reference' -local find = string.find -local remove = table.remove - -local function getCdefSourcePosition(ffi_state) - local cdef_position = ffi_state.ast.returns[1][1] - local source = vm.getFields(cdef_position) - for index, value in ipairs(source) do - local name = guide.getKeyName(value) - if name == 'cdef' then - return value.field.start - end - end -end - ----@async -return function () - local ffi_state - for uri in files.eachFile() do - if find(uri, "ffi.lua", 0, true) and find(uri, "meta", 0, true) then - ffi_state = files.getState(uri) - break - end - end - if ffi_state then - local res = reference(ffi_state.uri, getCdefSourcePosition(ffi_state), true) - if res then - if res[1].uri == ffi_state.uri then - remove(res, 1) - end - return res - end - end -end diff --git a/script/plugins/ffi/init.lua b/script/plugins/ffi/init.lua deleted file mode 100644 index 17159ff2e..000000000 --- a/script/plugins/ffi/init.lua +++ /dev/null @@ -1,374 +0,0 @@ -local cdriver = require 'plugins.ffi.c-parser.cdriver' -local util = require 'plugins.ffi.c-parser.util' -local utility = require 'utility' -local SDBMHash = require 'SDBMHash' -local config = require 'config' -local fs = require 'bee.filesystem' -local ws = require 'workspace' -local furi = require 'file-uri' - -local namespace = 'ffi.namespace*.' - ---TODO:supprot 32bit ffi, need config -local knownTypes = { - ["bool"] = 'boolean', - ["char"] = 'integer', - ["short"] = 'integer', - ["int"] = 'integer', - ["long"] = 'integer', - ["float"] = 'number', - ["double"] = 'number', - ["signed"] = 'integer', - ["__signed"] = 'integer', - ["__signed__"] = 'integer', - ["unsigned"] = 'integer', - ["ptrdiff_t"] = 'integer', - ["size_t"] = 'integer', - ["ssize_t"] = 'integer', - ["wchar_t"] = 'integer', - ["int8_t"] = 'integer', - ["int16_t"] = 'integer', - ["int32_t"] = 'integer', - ["int64_t"] = 'integer', - ["uint8_t"] = 'integer', - ["uint16_t"] = 'integer', - ["uint32_t"] = 'integer', - ["uint64_t"] = 'integer', - ["intptr_t"] = 'integer', - ["uintptr_t"] = 'integer', - ["__int8"] = 'integer', - ["__int16"] = 'integer', - ["__int32"] = 'integer', - ["__int64"] = 'integer', - ["_Bool"] = 'boolean', - ["__ptr32"] = 'integer', - ["__ptr64"] = 'integer', - --[[ - ["_Complex"] = 1, - ["complex"] = 1, - ["__complex"] = 1, - ["__complex__"] = 1, -]] - ["unsignedchar"] = 'integer', - ["unsignedshort"] = 'integer', - ["unsignedint"] = 'integer', - ["unsignedlong"] = 'integer', - ["signedchar"] = 'integer', - ["signedshort"] = 'integer', - ["signedint"] = 'integer', - ["signedlong"] = 'integer', -} - -local blackKeyWord = { - ['and'] = "_and", - ['do'] = "_do", - ['elseif'] = "_elseif", - ['end'] = "_end", - ['false'] = "_false", - ['function'] = "_function", - ['in'] = "_in", - ['local'] = "_local", - ['nil'] = "_nil", - ['not'] = "_not", - ['or'] = "_or", - ['repeat'] = "_repeat", - ['then'] = "_then", - ['true'] = "_true", -} - -local invaildKeyWord = { - const = true, - restrict = true, - volatile = true, -} - -local constName = 'm' - ----@class ffi.builder -local builder = { switch_ast = utility.switch() } - -function builder:getTypeAst(name) - for i, asts in ipairs(self.globalAsts) do - if asts[name] then - return asts[name] - end - end -end - -function builder:needDeref(ast) - if not ast then - return false - end - if ast.type == 'typedef' then - -- maybe no name - ast = ast.def[1] - if type(ast) ~= 'table' then - return self:needDeref(self:getTypeAst(ast)) - end - end - if ast.type == 'struct' or ast.type == 'union' then - return true - else - return false - end -end - -function builder:getType(name) - if type(name) == 'table' then - local t = "" - local isStruct - if name.type then - t = t .. name.type .. "@" - name = name.name - end - for _, n in ipairs(name) do - if type(n) == 'table' then - n = n.full_name - end - if invaildKeyWord[n] then - goto continue - end - if not isStruct then - isStruct = self:needDeref(self:getTypeAst(n)) - end - t = t .. n - ::continue:: - end - -- deref 一级指针 - if isStruct and t:sub(#t) == '*' then - t = t:sub(1, #t - 1) - end - name = t - end - if knownTypes[name] then - return knownTypes[name] - end - return namespace .. name -end - -function builder:isVoid(ast) - if not ast then - return false - end - if ast.type == 'typedef' then - return self:isVoid(self:getTypeAst(ast.def[1]) or ast.def[1]) - end - - local typename = type(ast.type) == 'table' and ast.type[1] or ast - if typename == 'void' then - return true - end - return self:isVoid(self:getTypeAst(typename)) -end - -local function getArrayType(arr) - if type(arr) ~= "table" then - return arr and '[]' or '' - end - local res = '' - for i, v in ipairs(arr) do - res = res .. '[]' - end - return res -end - -local function getValidName(name) - return blackKeyWord[name] or name -end - -function builder:buildStructOrUnion(lines, tt, name) - lines[#lines+1] = '---@class ' .. self:getType(name) - for _, field in ipairs(tt.fields or {}) do - if field.name and field.type then - lines[#lines+1] = ('---@field %s %s%s'):format(getValidName(field.name), self:getType(field.type), - getArrayType(field.isarray)) - end - end -end - -function builder:buildFunction(lines, tt, name) - local param_names = {} - for i, param in ipairs(tt.params or {}) do - local param_name = getValidName(param.name) - lines[#lines+1] = ('---@param %s %s%s'):format(param_name, self:getType(param.type), getArrayType(param.idxs)) - param_names[#param_names+1] = param_name - end - if tt.vararg then - param_names[#param_names+1] = '...' - end - if tt.ret then - if not self:isVoid(tt.ret) then - lines[#lines+1] = ('---@return %s'):format(self:getType(tt.ret.type)) - end - end - lines[#lines+1] = ('function m.%s(%s) end'):format(name, table.concat(param_names, ', ')) -end - -function builder:buildTypedef(lines, tt, name) - local def = tt.def[1] - if type(def) == 'table' and not def.name then - -- 这个时候没有主类型,只有一个别名,直接创建一个别名结构体 - self.switch_ast(def.type, self, lines, def, name) - else - lines[#lines+1] = ('---@alias %s %s'):format(self:getType(name), self:getType(def)) - end -end - -local calculate - -local function binop(enumer, val, fn) - local e1, e2 = calculate(enumer, val[1]), calculate(enumer, val[2]) - if type(e1) == "number" and type(e2) == "number" then - return fn(e1, e2) - else - return { e1, e2, op = val.op } - end -end -do - local ops = { - ['+'] = function (a, b) return a + b end, - ['-'] = function (a, b) return a - b end, - ['*'] = function (a, b) return a * b end, - ['/'] = function (a, b) return a / b end, - ['&'] = function (a, b) return a & b end, - ['|'] = function (a, b) return a | b end, - ['~'] = function (a, b) - if not b then - return ~a - end - return a ~ b - end, - ['<<'] = function (a, b) return a << b end, - ['>>'] = function (a, b) return a >> b end, - } - calculate = function (enumer, val) - if ops[val.op] then - return binop(enumer, val, ops[val.op]) - end - val = util.expandSingle(val) - if type(val) == "string" then - if enumer[val] then - return enumer[val] - end - return tonumber(val) - end - return val - end -end - -local function pushEnumValue(enumer, name, v) - v = tonumber(util.expandSingle(v)) - enumer[name] = v - enumer[#enumer+1] = v - return v -end - -function builder:buildEnum(lines, tt, name) - local enumer = {} - for i, val in ipairs(tt.values) do - local name = val.name - local v = val.value - if not v then - if i == 1 then - v = 0 - else - v = tt.values[i - 1].realValue + 1 - end - end - if type(v) == 'table' and v.op then - v = calculate(enumer, v) - end - if v then - val.realValue = pushEnumValue(enumer, name, v) - end - end - local alias = {} - for k, v in pairs(enumer) do - alias[#alias+1] = type(k) == 'number' and v or ([['%s']]):format(k) - if type(k) ~= 'number' then - lines[#lines+1] = ('m.%s = %s'):format(k, v) - end - end - if name then - lines[#lines+1] = ('---@alias %s %s'):format(self:getType(name), table.concat(alias, ' | ')) - end -end - -builder.switch_ast - :case 'struct' - :case 'union' - :call(builder.buildStructOrUnion) - :case 'enum' - :call(builder.buildEnum) - : case 'function' - :call(builder.buildFunction) - :case 'typedef' - :call(builder.buildTypedef) - -local function stringStartsWith(self, searchString, position) - if position == nil or position < 0 then - position = 0 - end - return string.sub(self, position + 1, #searchString + position) == searchString -end -local firstline = ('---@meta \n ---@class %s \n local %s = {}'):format(namespace, constName) -local m = {} -local function compileCode(lines, asts, b) - for _, ast in ipairs(asts) do - local tt = ast.type - - if tt.type == 'enum' and not stringStartsWith(ast.name, 'enum@') then - goto continue - end - if not tt.name then - if tt.type ~= 'enum' then - goto continue - end - --匿名枚举也要创建具体的值 - lines = lines or { firstline } - builder.switch_ast(tt.type, b, lines, tt) - else - tt.full_name = ast.name - lines = lines or { firstline } - builder.switch_ast(tt.type, b, lines, tt, tt.full_name) - lines[#lines+1] = '\n' - end - ::continue:: - end - return lines -end -function m.compileCodes(codes) - ---@class ffi.builder - local b = setmetatable({ globalAsts = {}, cacheEnums = {} }, { __index = builder }) - - local lines - for _, code in ipairs(codes) do - local asts = cdriver.process_context(code) - if not asts then - goto continue - end - table.insert(b.globalAsts, asts) - lines = compileCode(lines, asts, b) - ::continue:: - end - return lines -end - -function m.build_single(codes, fileDir, uri) - local texts = m.compileCodes(codes) - if not texts then - return - end - local fullPath = fileDir /ws.getRelativePath(uri) - - if fullPath:stem():string():find '%.' then - local newPath = fullPath:parent_path() / (fullPath:stem():string():gsub('%.', '/') .. ".lua") - fs.create_directories(newPath:parent_path()) - fullPath = newPath - end - - utility.saveFile(tostring(fullPath), table.concat(texts, '\n')) - return true -end - -return m diff --git a/script/plugins/ffi/searchCode.lua b/script/plugins/ffi/searchCode.lua deleted file mode 100644 index 86dbc6803..000000000 --- a/script/plugins/ffi/searchCode.lua +++ /dev/null @@ -1,69 +0,0 @@ -local vm = require 'vm' - -local function getLiterals(arg) - local literals = vm.getLiterals(arg) - local res = {} - if not literals then - return res - end - for k, v in pairs(literals) do - if type(k) == 'string' then - res[#res+1] = k - end - end - return res -end - ----@return string[]? -local function getCode(CdefReference) - local target = CdefReference.target - if not (target.type == 'field' and target.parent.type == 'getfield') then - return - end - target = target.parent.parent - if target.type == 'call' then - return getLiterals(target.args and target.args[1]) - elseif target.type == 'local' then - local res = {} - for _, o in ipairs(target.ref) do - if o.parent.type ~= 'call' then - goto CONTINUE - end - local target = o.parent - local literals = vm.getLiterals(target.args and target.args[1]) - if not literals then - goto CONTINUE - end - for k, v in pairs(literals) do - if type(k) == 'string' then - res[#res+1] = k - end - end - ::CONTINUE:: - end - return res - end -end - ----@async -return function (CdefReference, target_uri) - if not CdefReference then - return nil - end - local codeResults - for i, v in ipairs(CdefReference) do - if v.uri ~= target_uri then - goto continue - end - local codes = getCode(v) - if not codes then - goto continue - end - for i, v in ipairs(codes) do - codeResults = codeResults or {} - codeResults[#codeResults+1] = v - end - ::continue:: - end - return codeResults -end diff --git a/script/plugins/init.lua b/script/plugins/init.lua deleted file mode 100644 index 28f902eae..000000000 --- a/script/plugins/init.lua +++ /dev/null @@ -1 +0,0 @@ -require 'plugins.ffi' \ No newline at end of file diff --git a/script/progress.lua b/script/progress.lua deleted file mode 100644 index 9aff4f89a..000000000 --- a/script/progress.lua +++ /dev/null @@ -1,182 +0,0 @@ -local proto = require 'proto.proto' -local util = require 'utility' -local timer = require "timer" -local config = require 'config' -local time = require 'bee.time' - -local nextToken = util.counter() - -local m = {} - -m.map = {} - ----@class progress ----@field _uri uri ----@field _token integer -local mt = {} -mt.__index = mt -mt._title = nil -mt._message = nil -mt._removed = false -mt._clock = 0.0 -mt._delay = 0.0 -mt._percentage = 0.0 -mt._showed = false -mt._dirty = true -mt._updated = 0.0 -mt._onCancel = nil - ----移除进度条 -function mt:remove() - if self._removed then - return - end - self._removed = true - local token = self._token - m.map[token] = nil - if self._showed then - self._showed = false - proto.notify('$/progress', { - token = token, - value = { - kind = 'end', - } - }) - --log.info('Remove progress:', token, self._title) - end -end - -function mt:isRemoved() - return self._removed == true -end - ----设置描述 ----@param message string # 描述 -function mt:setMessage(message) - if self._message == message then - return - end - self._message = message - self._dirty = true - self:update() -end - ----设置百分比 ----@param per number # 百分比(1-100) -function mt:setPercentage(per) - if self._percentage == per then - return - end - self._percentage = math.floor(per) - self._dirty = true - self:update() -end - ----取消事件 -function mt:onCancel(callback) - self._onCancel = callback - self:update() -end - -function mt:update() - if self._removed then - return - end - if not self._dirty then - return - end - if not self._showed - and self._clock + self._delay <= time.time() then - self._updated = time.time() - self._dirty = false - if not config.get(self._uri, 'Lua.window.progressBar') then - return - end - proto.request('window/workDoneProgress/create', { - token = self._token, - }) - proto.notify('$/progress', { - token = self._token, - value = { - kind = 'begin', - title = self._title, - cancellable = self._onCancel ~= nil, - message = self._message, - percentage = self._percentage, - } - }) - self._showed = true - --log.info('Create progress:', self._token, self._title) - return - end - if not self._showed then - return - end - if not config.get(self._uri, 'Lua.window.progressBar') then - self:remove() - return - end - if time.time() - self._updated < 50 then - return - end - self._dirty = false - self._updated = time.time() - proto.notify('$/progress', { - token = self._token, - value = { - kind = 'report', - message = self._message, - percentage = self._percentage, - } - }) - --log.info('Report progress:', self._token, self._title, self._message, self._percentage) -end - -function mt:__close() - --log.info('Close progress:', self._token, self._title, self._message) - self:remove() -end - -function m.update() - ---@param prog progress - for _, prog in pairs(m.map) do - if prog:isRemoved() then - goto CONTINUE - end - prog:update() - ::CONTINUE:: - end -end - ----创建一个进度条 ----@param uri? uri ----@param title string # 标题 ----@param delay number # 至少经过这么久之后才会显示出来 -function m.create(uri, title, delay) - local token = nextToken() - local prog = setmetatable({ - _token = token, - _title = title, - _clock = time.time(), - _delay = delay * 1000, - _uri = uri, - }, mt) - - m.map[token] = prog - - return prog -end - ----取消一个进度条 -function m.cancel(token) - local prog = m.map[token] - if not prog then - return - end - xpcall(prog._onCancel, log.error, prog) - prog:remove() -end - -timer.loop(0.1, m.update) - -return m diff --git a/script/proto/converter.lua b/script/proto/converter.lua deleted file mode 100644 index e86e4904a..000000000 --- a/script/proto/converter.lua +++ /dev/null @@ -1,235 +0,0 @@ -local guide = require 'parser.guide' -local files = require 'files' -local encoder = require 'encoder' - -local offsetEncoding = 'utf16' - ----@class converter -local m = {} - ----@alias position {line: integer, character: integer} - ----@param row integer ----@param col integer ----@return position -function m.position(row, col) - return { - line = row, - character = col, - } -end - ----@param state parser.state ----@param pos integer ----@return position -local function rawPackPosition(state, pos) - local row, col = guide.rowColOf(pos) - if col > 0 then - local text = state.lua - if state and text then - local lineOffset = state.lines[row] - if lineOffset then - local start = lineOffset - local finish = lineOffset + col - 1 - if start <= #text and finish <= #text then - col = encoder.len(offsetEncoding, text, lineOffset, lineOffset + col - 1) - end - else - col = 0 - end - end - end - return { - line = row, - character = col, - } -end - ----@param state parser.state ----@param pos integer ----@return position -local function diffedPackPosition(state, pos) - local offset = guide.positionToOffset(state, pos) - local originOffset = files.diffedOffsetBack(state, offset) - local originPos = guide.offsetToPositionByLines(state.originLines, originOffset) - local row, col = guide.rowColOf(originPos) - if col > 0 then - local text = state.originText - if text then - local lineOffset = state.originLines[row] - local finalOffset = math.min(lineOffset + col - 1, #text + 1) - col = encoder.len(offsetEncoding, text, lineOffset, finalOffset) - end - end - return { - line = row, - character = col, - } -end - ----@param state parser.state ----@param pos integer ----@return position -function m.packPosition(state, pos) - if files.hasDiffed(state) then - return diffedPackPosition(state, pos) - else - return rawPackPosition(state, pos) - end -end - ----@param state parser.state ----@param position position ----@return integer -local function rawUnpackPosition(state, position) - local row, col = position.line, position.character - if col > 0 then - local text = state.lua - if state and text then - local lineOffset = state.lines[row] - local textOffset = encoder.offset(offsetEncoding, text, col + 1, lineOffset) - if textOffset and lineOffset then - col = textOffset - lineOffset - end - end - end - local pos = guide.positionOf(row, col) - return pos -end - ----@param state parser.state ----@param position position ----@return integer -local function diffedUnpackPosition(state, position) - local row, col = position.line, position.character - if col > 0 then - local lineOffset = state.originLines[row] - if lineOffset then - local textOffset = encoder.offset(offsetEncoding, state.originText, col + 1, lineOffset) - if textOffset and lineOffset then - col = textOffset - lineOffset - end - end - end - local originPos = guide.positionOf(row, col) - local originOffset = guide.positionToOffsetByLines(state.originLines, originPos) - local offset = files.diffedOffset(state, originOffset) - local pos = guide.offsetToPosition(state, offset) - return pos -end - ----@param state parser.state ----@param position position ----@return integer -function m.unpackPosition(state, position) - if files.hasDiffed(state) then - return diffedUnpackPosition(state, position) - else - return rawUnpackPosition(state, position) - end -end - ----@alias range {start: position, end: position} - ----@param state parser.state ----@param start integer ----@param finish integer ----@return range -function m.packRange(state, start, finish) - local range = { - start = m.packPosition(state, start), - ['end'] = m.packPosition(state, finish), - } - return range -end - ----@param start position ----@param finish position ----@return range -function m.range(start, finish) - return { - start = start, - ['end'] = finish, - } -end - ----@param state parser.state ----@param range range ----@return integer start ----@return integer finish -function m.unpackRange(state, range) - local start = m.unpackPosition(state, range.start) - local finish = m.unpackPosition(state, range['end']) - return start, finish -end - ----@alias location {uri: uri, range: range} - ----@param uri string ----@param range range ----@return location -function m.location(uri, range) - return { - uri = uri, - range = range, - } -end - ----@alias locationLink {targetUri:uri, targetRange: range, targetSelectionRange: range, originSelectionRange: range} - ----@param uri string ----@param range range ----@param selection range ----@param origin range ----@return locationLink -function m.locationLink(uri, range, selection, origin) - return { - targetUri = uri, - targetRange = range, - targetSelectionRange = selection, - originSelectionRange = origin, - } -end - ----@alias textEdit {range: range, newText: string} - ----@param range range ----@param newtext string ----@return textEdit -function m.textEdit(range, newtext) - return { - range = range, - newText = newtext, - } -end - -function m.setOffsetEncoding(encoding) - offsetEncoding = encoding:lower():gsub('%-', '') -end - ----@param s string ----@param i? integer ----@param j? integer ----@return integer -function m.len(s, i, j) - return encoder.len(offsetEncoding, s, i, j) -end - ----@class proto.command ----@field title string ----@field command string ----@field arguments any[] - ----@param title string ----@param command string ----@param arguments any[] ----@return proto.command -function m.command(title, command, arguments) - return { - title = title, - command = command, - arguments = arguments, - } -end - -return m diff --git a/script/proto/define.lua b/script/proto/define.lua deleted file mode 100644 index 77e7a77dd..000000000 --- a/script/proto/define.lua +++ /dev/null @@ -1,197 +0,0 @@ -local diag = require 'proto.diagnostic' - -local m = {} - ---- 诊断等级 -m.DiagnosticSeverity = { - Error = 1, - Warning = 2, - Information = 3, - Hint = 4, -} - -m.DiagnosticFileStatus = { - Any = 1, - Opened = 2, - None = 3, -} - ---- 诊断类型与默认等级 -m.DiagnosticDefaultSeverity = diag.getDefaultSeverity() - ---- 诊断类型与需要的文件状态(可以控制只分析打开的文件、还是所有文件) -m.DiagnosticDefaultNeededFileStatus = diag.getDefaultStatus() - -m.DiagnosticDefaultGroupSeverity = diag.getGroupSeverity() - -m.DiagnosticDefaultGroupFileStatus = diag.getGroupStatus() - ---- 诊断报告标签 -m.DiagnosticTag = { - Unnecessary = 1, - Deprecated = 2, -} - -m.DocumentHighlightKind = { - Text = 1, - Read = 2, - Write = 3, -} - -m.MessageType = { - Error = 1, - Warning = 2, - Info = 3, - Log = 4, -} - -m.FileChangeType = { - Created = 1, - Changed = 2, - Deleted = 3, -} - -m.CompletionItemKind = { - Text = 1, - Method = 2, - Function = 3, - Constructor = 4, - Field = 5, - Variable = 6, - Class = 7, - Interface = 8, - Module = 9, - Property = 10, - Unit = 11, - Value = 12, - Enum = 13, - Keyword = 14, - Snippet = 15, - Color = 16, - File = 17, - Reference = 18, - Folder = 19, - EnumMember = 20, - Constant = 21, - Struct = 22, - Event = 23, - Operator = 24, - TypeParameter = 25, -} - -m.ErrorCodes = { - -- Defined by JSON RPC - ParseError = -32700, - InvalidRequest = -32600, - MethodNotFound = -32601, - InvalidParams = -32602, - InternalError = -32603, - serverErrorStart = -32099, - serverErrorEnd = -32000, - ServerNotInitialized = -32002, - UnknownErrorCode = -32001, - - -- Defined by the protocol. - ContentModified = -32801, - RequestCancelled = -32800, -} - -m.SymbolKind = { - File = 1, - Module = 2, - Namespace = 3, - Package = 4, - Class = 5, - Method = 6, - Property = 7, - Field = 8, - Constructor = 9, - Enum = 10, - Interface = 11, - Function = 12, - Variable = 13, - Constant = 14, - String = 15, - Number = 16, - Boolean = 17, - Array = 18, - Object = 19, - Key = 20, - Null = 21, - EnumMember = 22, - Struct = 23, - Event = 24, - Operator = 25, - TypeParameter = 26, -} - -m.TokenModifiers = { - ["declaration"] = 1 << 0, - ["definition"] = 1 << 1, - ["readonly"] = 1 << 2, - ["static"] = 1 << 3, - ["deprecated"] = 1 << 4, - ["abstract"] = 1 << 5, - ["async"] = 1 << 6, - ["modification"] = 1 << 7, - ["documentation"] = 1 << 8, - ["defaultLibrary"] = 1 << 9, - ["global"] = 1 << 10, -} - -m.TokenTypes = { - ["namespace"] = 00, - ["type"] = 01, - ["class"] = 02, - ["enum"] = 03, - ["interface"] = 04, - ["struct"] = 05, - ["typeParameter"] = 06, - ["parameter"] = 07, - ["variable"] = 08, - ["property"] = 09, - ["enumMember"] = 10, - ["event"] = 11, - ["function"] = 12, - ["method"] = 13, - ["macro"] = 14, - ["keyword"] = 15, - ["modifier"] = 16, - ["comment"] = 17, - ["string"] = 18, - ["number"] = 19, - ["regexp"] = 20, - ["operator"] = 21, - ["decorator"] = 22, -} - -m.BuiltIn = { - ['basic'] = 'default', - ['bit'] = 'default', - ['bit32'] = 'default', - ['builtin'] = 'default', - ['coroutine'] = 'default', - ['debug'] = 'default', - ['ffi'] = 'default', - ['io'] = 'default', - ['jit'] = 'default', - ['jit.profile'] = 'default', - ['jit.util'] = 'default', - ['math'] = 'default', - ['os'] = 'default', - ['package'] = 'default', - ['string'] = 'default', - ['table'] = 'default', - ['table.new'] = 'default', - ['table.clear'] = 'default', - ['utf8'] = 'default', - ['string.buffer'] = 'default', -} - -m.InlayHintKind = { - Other = 0, - Type = 1, - Parameter = 2, -} - -return m diff --git a/script/proto/diagnostic.lua b/script/proto/diagnostic.lua deleted file mode 100644 index 61b8ff4bd..000000000 --- a/script/proto/diagnostic.lua +++ /dev/null @@ -1,305 +0,0 @@ -local util = require 'utility' - ----@class proto.diagnostic -local m = {} - ----@alias DiagnosticSeverity ----| 'Hint' ----| 'Information' ----| 'Warning' ----| 'Error' - ----@alias DiagnosticNeededFileStatus ----| 'Any' ----| 'Opened' ----| 'None' - ----@class proto.diagnostic.info ----@field severity DiagnosticSeverity ----@field status DiagnosticNeededFileStatus ----@field group string - -m.diagnosticDatas = {} -m.diagnosticGroups = {} - -function m.register(names) - ---@param info proto.diagnostic.info - return function (info) - for _, name in ipairs(names) do - m.diagnosticDatas[name] = { - severity = info.severity, - status = info.status, - } - if not m.diagnosticGroups[info.group] then - m.diagnosticGroups[info.group] = {} - end - m.diagnosticGroups[info.group][name] = true - end - end -end - -m.register { - 'unused-local', - 'unused-function', - 'unused-label', - 'unused-vararg', - 'trailing-space', - 'redundant-return', - 'empty-block', - 'code-after-break', - 'unreachable-code', -} { - group = 'unused', - severity = 'Hint', - status = 'Opened', -} - -m.register { - 'redundant-value', - 'unbalanced-assignments', - 'redundant-parameter', - 'missing-parameter', - 'missing-return-value', - 'redundant-return-value', - 'missing-return', - 'missing-fields', -} { - group = 'unbalanced', - severity = 'Warning', - status = 'Any', -} - -m.register { - 'need-check-nil', - 'undefined-field', - 'cast-local-type', - 'assign-type-mismatch', - 'param-type-mismatch', - 'cast-type-mismatch', - 'return-type-mismatch', - 'inject-field', -} { - group = 'type-check', - severity = 'Warning', - status = 'Opened', -} - -m.register { - 'duplicate-doc-alias', - 'undefined-doc-class', - 'undefined-doc-name', - 'circle-doc-class', - 'undefined-doc-param', - 'duplicate-doc-param', - 'doc-field-no-class', - 'duplicate-doc-field', - 'unknown-diag-code', - 'unknown-cast-variable', - 'unknown-operator', -} { - group = 'luadoc', - severity = 'Warning', - status = 'Any', -} - -m.register { - 'incomplete-signature-doc', - 'missing-global-doc', - 'missing-local-export-doc', -} { - group = 'luadoc', - severity = 'Warning', - status = 'None', -} - -m.register { - 'codestyle-check' -} { - group = 'codestyle', - severity = 'Warning', - status = 'None', -} - -m.register { - 'spell-check' -} { - group = 'codestyle', - severity = 'Information', - status = 'None', -} - -m.register { - 'name-style-check' -} { - group = 'codestyle', - severity = 'Warning', - status = 'None', -} - -m.register { - 'newline-call', - 'newfield-call', - 'ambiguity-1', - 'count-down-loop', - 'different-requires', -} { - group = 'ambiguity', - severity = 'Warning', - status = 'Any', -} - -m.register { - 'await-in-sync', - 'not-yieldable', -} { - group = 'await', - severity = 'Warning', - status = 'None', -} - -m.register { - 'no-unknown', -} { - group = 'strong', - severity = 'Warning', - status = 'None', -} - -m.register { - 'redefined-local', -} { - group = 'redefined', - severity = 'Hint', - status = 'Opened', -} - -m.register { - 'undefined-global', - 'global-in-nil-env', -} { - group = 'global', - severity = 'Warning', - status = 'Any', -} - -m.register { - 'lowercase-global', - 'undefined-env-child', -} { - group = 'global', - severity = 'Information', - status = 'Any', -} - -m.register { - 'global-element', -} { - group = 'conventions', - severity = 'Warning', - status = 'None' -} - -m.register { - 'duplicate-index', -} { - group = 'duplicate', - severity = 'Warning', - status = 'Any', -} - -m.register { - 'duplicate-set-field', -} { - group = 'duplicate', - severity = 'Warning', - status = 'Opened', -} - -m.register { - 'close-non-object', - 'deprecated', - 'discard-returns', - 'invisible', -} { - group = 'strict', - severity = 'Warning', - status = 'Any', -} - ----@return table -function m.getDefaultSeverity() - local severity = {} - for name, info in pairs(m.diagnosticDatas) do - severity[name] = info.severity - end - return severity -end - ----@return table -function m.getDefaultStatus() - local status = {} - for name, info in pairs(m.diagnosticDatas) do - status[name] = info.status - end - return status -end - -function m.getGroupSeverity() - local group = {} - for name in pairs(m.diagnosticGroups) do - group[name] = 'Fallback' - end - return group -end - -function m.getGroupStatus() - local group = {} - for name in pairs(m.diagnosticGroups) do - group[name] = 'Fallback' - end - return group -end - ----@param name string ----@return string[] -m.getGroups = util.cacheReturn(function (name) - local groups = {} - for groupName, nameMap in pairs(m.diagnosticGroups) do - if nameMap[name] then - groups[#groups+1] = groupName - end - end - table.sort(groups) - return groups -end) - ----@return table -function m.getDiagAndErrNameMap() - if not m._diagAndErrNames then - local names = {} - for name in pairs(m.getDefaultSeverity()) do - names[name] = true - end - for _, fileName in ipairs {'parser.compile', 'parser.luadoc'} do - local path = package.searchpath(fileName, package.path) - if path then - local f = io.open(path) - if f then - for line in f:lines() do - local name = line:match([=[type%s*=%s*['"](%u[%u_]+%u)['"]]=]) - if name then - local id = name:lower():gsub('_', '-') - names[id] = true - end - end - f:close() - end - end - end - table.sort(names) - m._diagAndErrNames = names - end - return m._diagAndErrNames -end - -return m diff --git a/script/proto/init.lua b/script/proto/init.lua deleted file mode 100644 index 33e637f68..000000000 --- a/script/proto/init.lua +++ /dev/null @@ -1,3 +0,0 @@ -local proto = require 'proto.proto' - -return proto diff --git a/script/proto/proto.lua b/script/proto/proto.lua deleted file mode 100644 index d01c8f362..000000000 --- a/script/proto/proto.lua +++ /dev/null @@ -1,278 +0,0 @@ -local subprocess = require 'bee.subprocess' -local socket = require 'bee.socket' -local util = require 'utility' -local await = require 'await' -local pub = require 'pub' -local jsonrpc = require 'jsonrpc' -local define = require 'proto.define' -local json = require 'json' -local inspect = require 'inspect' -local thread = require 'bee.thread' -local fs = require 'bee.filesystem' -local net = require 'service.net' -local timer = require 'timer' - -local reqCounter = util.counter() - -local function logSend(buf) - if not RPCLOG then - return - end - log.info('rpc send:', buf) -end - -local function logRecieve(proto) - if not RPCLOG then - return - end - log.info('rpc recieve:', json.encode(proto)) -end - ----@class proto -local m = {} - -m.ability = {} -m.waiting = {} -m.holdon = {} -m.mode = 'stdio' -m.client = nil - -function m.getMethodName(proto) - if proto.method:sub(1, 2) == '$/' then - return proto.method, true - else - return proto.method, false - end -end - ----@param callback async fun() -function m.on(method, callback) - m.ability[method] = callback -end - -function m.send(data) - local buf = jsonrpc.encode(data) - logSend(buf) - if m.mode == 'stdio' then - io.write(buf) - elseif m.mode == 'socket' then - m.client:write(buf) - net.update() - end -end - -function m.response(id, res) - if id == nil then - log.error('Response id is nil!', inspect(res)) - return - end - if not m.holdon[id] then - log.error('Unknown response id!', id) - return - end - m.holdon[id] = nil - local data = {} - data.id = id - data.result = res == nil and json.null or res - m.send(data) -end - -function m.responseErr(id, code, message) - if id == nil then - log.error('Response id is nil!', inspect(message)) - return - end - if not m.holdon[id] then - log.error('Unknown response id!', id) - return - end - m.holdon[id] = nil - m.send { - id = id, - error = { - code = code, - message = message, - } - } -end - -function m.notify(name, params) - m.send { - method = name, - params = params, - } -end - ----@async -function m.awaitRequest(name, params) - local id = reqCounter() - m.send { - id = id, - method = name, - params = params, - } - local result, error = await.wait(function (resume) - m.waiting[id] = { - id = id, - method = name, - params = params, - resume = resume, - } - end) - if error then - log.warn(('Response of [%s] error [%d]: %s'):format(name, error.code, error.message)) - end - return result -end - -function m.request(name, params, callback) - local id = reqCounter() - m.send { - id = id, - method = name, - params = params, - } - m.waiting[id] = { - id = id, - method = name, - params = params, - resume = function (result, error) - if error then - log.warn(('Response of [%s] error [%d]: %s'):format(name, error.code, error.message)) - end - if callback then - callback(result) - end - end - } -end - -local secretOption = { - process = function (item, path) - if path[1] == 'params' - and path[2] == 'textDocument' - and path[3] == 'text' - and path[4] == nil then - return '"***"' - end - return item - end -} - -function m.doMethod(proto) - logRecieve(proto) - local method, optional = m.getMethodName(proto) - local abil = m.ability[method] - if proto.id then - m.holdon[proto.id] = proto - end - if not abil then - if not optional then - log.warn('Recieved unknown proto: ' .. method) - end - if proto.id then - m.responseErr(proto.id, define.ErrorCodes.MethodNotFound, method) - end - return - end - await.call(function () ---@async - --log.debug('Start method:', method) - if proto.id then - await.setID('proto:' .. proto.id) - end - local clock = os.clock() - local ok = false - local res - -- 任务可能在执行过程中被中断,通过close来捕获 - local response = function () - local passed = os.clock() - clock - if passed > 0.5 then - log.warn(('Method [%s] takes [%.3f]sec. %s'):format(method, passed, inspect(proto, secretOption))) - end - --log.debug('Finish method:', method) - if not proto.id then - return - end - await.close('proto:' .. proto.id) - if ok then - m.response(proto.id, res) - else - m.responseErr(proto.id, proto._closeReason or define.ErrorCodes.InternalError, proto._closeMessage or res) - end - end - ok, res = xpcall(abil, log.error, proto.params, proto.id) - await.delay() - end) -end - -function m.close(id, reason, message) - local proto = m.holdon[id] - if not proto then - return - end - proto._closeReason = reason - proto._closeMessage = message - await.close('proto:' .. id) -end - -function m.doResponse(proto) - logRecieve(proto) - local id = proto.id - local waiting = m.waiting[id] - if not waiting then - log.warn('Response id not found: ' .. inspect(proto)) - return - end - m.waiting[id] = nil - if proto.error then - waiting.resume(nil, proto.error) - return - end - waiting.resume(proto.result) -end - -function m.listen(mode, socketPort) - m.mode = mode - if mode == 'stdio' then - subprocess.filemode(io.stdin, 'b') - subprocess.filemode(io.stdout, 'b') - io.stdin:setvbuf 'no' - io.stdout:setvbuf 'no' - pub.task('loadProtoByStdio') - elseif mode == 'socket' then - local unixFolder = LOGPATH .. '/unix' - fs.create_directories(fs.path(unixFolder)) - local unixPath = unixFolder .. '/' .. tostring(socketPort) - - local server = net.listen('unix', unixPath) - - assert(server) - - local dummyClient = { - buf = '', - write = function (self, data) - self.buf = self.buf.. data - end, - update = function () end, - } - m.client = dummyClient - - local t = timer.loop(0.1, function () - net.update() - end) - - function server:on_accept(client) - t:remove() - m.client = client - client:write(dummyClient.buf) - net.update() - end - - pub.task('loadProtoBySocket', { - port = socketPort, - unixPath = unixPath, - }) - end -end - -return m diff --git a/script/provider/build-meta.lua b/script/provider/build-meta.lua deleted file mode 100644 index baabe39c0..000000000 --- a/script/provider/build-meta.lua +++ /dev/null @@ -1,155 +0,0 @@ -local fs = require 'bee.filesystem' -local config = require 'config' -local util = require 'utility' -local await = require 'await' -local progress = require 'progress' -local lang = require 'language' - -local m = {} - ----@class meta ----@field root string ----@field classes meta.class[] - ----@class meta.class ----@field name string ----@field comment string ----@field location string ----@field namespace string ----@field baseClass string ----@field attribute string ----@field integerface string[] ----@field fields meta.field[] ----@field methods meta.method[] - ----@class meta.field ----@field name string ----@field typeName string ----@field comment string ----@field location string - ----@class meta.method ----@field name string ----@field comment string ----@field location string ----@field isStatic boolean ----@field returnTypeName string ----@field params {name: string, typeName: string}[] - ----@param ... string ----@return string -local function mergeString(...) - local buf = {} - for i = 1, select('#', ...) do - local str = select(i, ...) - if str ~= '' then - buf[#buf+1] = str - end - end - return table.concat(buf, '.') -end - -local function addComments(lines, comment) - if comment == '' then - return - end - lines[#lines+1] = '--' - lines[#lines+1] = '--' .. comment:gsub('[\r\n]+$', ''):gsub('\n', '\n--') - lines[#lines+1] = '--' -end - ----@param lines string[] ----@param name string ----@param method meta.method -local function addMethod(lines, name, method) - if not method.name:match '^[%a_][%w_]*$' then - return - end - addComments(lines, method.comment) - lines[#lines+1] = ('---@source %s'):format(method.location:gsub('#', ':')) - local params = {} - for _, param in ipairs(method.params) do - lines[#lines+1] = ('---@param %s %s'):format(param.name, param.typeName) - params[#params+1] = param.name - end - if method.returnTypeName ~= '' - and method.returnTypeName ~= 'Void' then - lines[#lines+1] = ('---@return %s'):format(method.returnTypeName) - end - lines[#lines+1] = ('function %s%s%s(%s) end'):format( - name, - method.isStatic and ':' or '.', - method.name, - table.concat(params, ', ') - ) - lines[#lines+1] = '' -end - ----@param root string ----@param class meta.class ----@return string -local function buildText(root, class) - local lines = {} - - addComments(lines, class.comment) - lines[#lines+1] = ('---@source %s'):format(class.location:gsub('#', ':')) - if class.baseClass == '' then - lines[#lines+1] = ('---@class %s'):format(mergeString(class.namespace, class.name)) - else - lines[#lines+1] = ('---@class %s: %s'):format(mergeString(class.namespace, class.name), class.baseClass) - end - - for _, field in ipairs(class.fields) do - addComments(lines, field.comment) - lines[#lines+1] = ('---@source %s'):format(field.location:gsub('#', ':')) - lines[#lines+1] = ('---@field %s %s'):format(field.name, field.typeName) - end - - lines[#lines+1] = ('---@source %s'):format(class.location:gsub('#', ':')) - local name = mergeString(root, class.namespace, class.name) - lines[#lines+1] = ('%s = {}'):format(name) - lines[#lines+1] = '' - - for _, method in ipairs(class.methods) do - addMethod(lines, name, method) - end - - return table.concat(lines, '\n') -end - -local function buildRootText(api) - local lines = {} - - lines[#lines+1] = ('---@class %s'):format(api.root) - lines[#lines+1] = ('%s = {}'):format(api.root) - lines[#lines+1] = '' - return table.concat(lines, '\n') -end - ----@async ----@param path string ----@param api meta -function m.build(path, api) - - local files = util.multiTable(2, function () - return { '---@meta' } - end) - - files[api.root][#files[api.root]+1] = buildRootText(api) - - local proc = progress.create(nil, lang.script.WINDOW_PROCESSING_BUILD_META, 0.5) - for i, class in ipairs(api.classes) do - local space = class.namespace ~= '' and class.namespace or api.root - proc:setMessage(space) - proc:setPercentage(i / #api.classes * 100) - local text = buildText(api.root, class) - files[space][#files[space]+1] = text - await.delay() - end - - for space, texts in pairs(files) do - util.saveFile(path .. '/' .. space .. '.lua', table.concat(texts, '\n\n')) - end -end - -return m diff --git a/script/provider/capability.lua b/script/provider/capability.lua deleted file mode 100644 index 4f7ec3885..000000000 --- a/script/provider/capability.lua +++ /dev/null @@ -1,86 +0,0 @@ -local nonil = require 'without-check-nil' -local client = require 'client' -local platform = require 'bee.platform' -local completion = require 'provider.completion' -local define = require 'proto.define' - -require 'provider.semantic-tokens' -require 'provider.formatting' -require 'provider.inlay-hint' -require 'provider.code-lens' - -local m = {} - -m.fillings = {} -m.resolvedMap = {} - -local function mergeFillings(provider) - for _, filling in ipairs(m.fillings) do - for k, v in pairs(filling) do - if type(v) == 'table' then - if not provider[k] then - provider[k] = {} - end - for kk, vv in pairs(v) do - provider[k][kk] = vv - end - else - provider[k] = v - end - end - end -end - -local function resolve(t) - for k, v in pairs(t) do - if type(v) == 'table' then - resolve(v) - end - if type(v) == 'string' then - t[k] = v:gsub('%{(.-)%}', function (key) - return m.resolvedMap[key] or '' - end) - end - if type(v) == 'function' then - t[k] = v() - end - end -end - -function m.getProvider() - local provider = { - offsetEncoding = client.getOffsetEncoding(), - -- 文本同步方式 - textDocumentSync = { - -- 打开关闭文本时通知 - openClose = true, - -- 文本增量更新 - change = 2, - }, - } - - nonil.enable() - if not client.info.capabilities.textDocument.completion.dynamicRegistration - or not client.info.capabilities.workspace.configuration then - provider.completionProvider = { - resolveProvider = true, - triggerCharacters = completion.allWords(), - } - end - nonil.disable() - - mergeFillings(provider) - resolve(provider) - - return provider -end - -function m.filling(t) - m.fillings[#m.fillings+1] = t -end - -function m.resolve(key, value) - m.resolvedMap[key] = value -end - -return m diff --git a/script/provider/code-lens.lua b/script/provider/code-lens.lua deleted file mode 100644 index 5802b17eb..000000000 --- a/script/provider/code-lens.lua +++ /dev/null @@ -1,29 +0,0 @@ -local proto = require 'proto' -local client = require 'client' -local json = require 'json' -local config = require 'config' - -local function refresh() - if not client.isReady() then - return - end - if not client.getAbility 'workspace.codeLens.refreshSupport' then - return - end - log.debug('Refresh codeLens.') - proto.request('workspace/codeLens/refresh', json.null) -end - -config.watch(function (uri, key, value, oldValue) - if key == '' then - refresh() - end - if key:find '^Lua.runtime' - or key:find '^Lua.workspace' - or key:find '^Lua.codeLens' - or key:find '^files' then - refresh() - end -end) - -return {} diff --git a/script/provider/completion.lua b/script/provider/completion.lua deleted file mode 100644 index 46960709a..000000000 --- a/script/provider/completion.lua +++ /dev/null @@ -1,104 +0,0 @@ -local proto = require 'proto' -local nonil = require 'without-check-nil' -local client = require 'client' -local config = require 'config' -local ws = require 'workspace' - -local isEnable = false - -local function allWords() - local str = '\t\n.:(\'"[,#*@|=-{ +?' - local mark = {} - local list = {} - for c in str:gmatch '.' do - list[#list+1] = c - mark[c] = true - end - for _, scp in ipairs(ws.folders) do - local postfix = config.get(scp.uri, 'Lua.completion.postfix') - if postfix ~= '' and not mark[postfix] then - list[#list+1] = postfix - mark[postfix] = true - end - local separator = config.get(scp.uri, 'Lua.completion.requireSeparator') - if not mark[separator] then - list[#list+1] = separator - mark[separator] = true - end - end - return list -end - -local function enable(uri) - if isEnable then - return - end - nonil.enable() - if not client.info.capabilities.textDocument.completion.dynamicRegistration then - nonil.disable() - return - end - nonil.disable() - isEnable = true - log.info('Enable completion.') - proto.request('client/registerCapability', { - registrations = { - { - id = 'completion', - method = 'textDocument/completion', - registerOptions = { - resolveProvider = true, - triggerCharacters = allWords(), - }, - }, - } - }) -end - -local function disable(uri) - if not isEnable then - return - end - nonil.enable() - if not client.info.capabilities.textDocument.completion.dynamicRegistration then - nonil.disable() - return - end - nonil.disable() - isEnable = false - log.info('Disable completion.') - proto.request('client/unregisterCapability', { - unregisterations = { - { - id = 'completion', - method = 'textDocument/completion', - }, - } - }) -end - -config.watch(function (uri, key, value) - if key == '' then - key = 'Lua.completion.enable' - value = config.get(uri, key) - end - if key == 'Lua.completion.enable' then - if value == true then - enable(uri) - else - disable(uri) - end - end - if key == 'Lua.completion.postfix' then - if config.get(uri, 'Lua.completion.enable') then - disable(uri) - enable(uri) - end - end -end) - -return { - enable = enable, - disable = disable, - allWords = allWords, -} diff --git a/script/provider/diagnostic.lua b/script/provider/diagnostic.lua deleted file mode 100644 index ebbe3e36a..000000000 --- a/script/provider/diagnostic.lua +++ /dev/null @@ -1,724 +0,0 @@ -local await = require 'await' -local proto = require 'proto.proto' -local define = require 'proto.define' -local lang = require 'language' -local files = require 'files' -local config = require 'config' -local core = require 'core.diagnostics' -local util = require 'utility' -local ws = require 'workspace' -local progress = require "progress" -local client = require 'client' -local converter = require 'proto.converter' -local loading = require 'workspace.loading' -local scope = require 'workspace.scope' -local time = require 'bee.time' -local ltable = require 'linked-table' -local furi = require 'file-uri' -local json = require 'json' -local fw = require 'filewatch' -local vm = require 'vm.vm' - ----@class diagnosticProvider -local m = {} -m.cache = {} -m.sleepRest = 0.0 -m.scopeDiagCount = 0 -m.pauseCount = 0 - -local function concat(t, sep) - if type(t) ~= 'table' then - return t - end - return table.concat(t, sep) -end - -local function buildSyntaxError(uri, err) - local state = files.getState(uri) - local text = files.getText(uri) - if not text or not state then - return - end - local message = lang.script('PARSER_' .. err.type, err.info) - - if err.version then - local version = err.info and err.info.version or config.get(uri, 'Lua.runtime.version') - message = message .. ('(%s)'):format(lang.script('DIAG_NEED_VERSION' - , concat(err.version, '/') - , version - )) - end - - local related = err.info and err.info.related - local relatedInformation - if related then - relatedInformation = {} - for _, rel in ipairs(related) do - local rmessage - if rel.message then - rmessage = lang.script('PARSER_' .. rel.message) - else - rmessage = text:sub(rel.start, rel.finish) - end - local relUri = rel.uri or uri - local relState = files.getState(relUri) - if relState then - relatedInformation[#relatedInformation+1] = { - message = rmessage, - location = converter.location(relUri, converter.packRange(relState, rel.start, rel.finish)), - } - end - end - end - - return { - code = err.type:lower():gsub('_', '-'), - range = converter.packRange(state, err.start, err.finish), - severity = define.DiagnosticSeverity[err.level], - source = lang.script.DIAG_SYNTAX_CHECK, - message = message, - data = 'syntax', - - relatedInformation = relatedInformation, - } -end - -local function buildDiagnostic(uri, diag) - local state = files.getState(uri) - if not state then - return - end - - local relatedInformation - if diag.related then - relatedInformation = {} - for _, rel in ipairs(diag.related) do - local rtext = files.getText(rel.uri) - if not rtext then - goto CONTINUE - end - local relState = files.getState(rel.uri) - if not relState then - goto CONTINUE - end - relatedInformation[#relatedInformation+1] = { - message = rel.message or rtext:sub(rel.start, rel.finish), - location = converter.location(rel.uri, converter.packRange(relState, rel.start, rel.finish)) - } - ::CONTINUE:: - end - end - - return { - range = converter.packRange(state, diag.start, diag.finish), - source = lang.script.DIAG_DIAGNOSTICS, - severity = diag.level, - message = diag.message, - code = diag.code, - tags = diag.tags, - data = diag.data, - - relatedInformation = relatedInformation, - } -end - -local function mergeDiags(a, b, c) - if not a and not b and not c then - return nil - end - local t = {} - - local function merge(diags) - if not diags then - return - end - for i = 1, #diags do - local diag = diags[i] - local severity = diag.severity - if severity == define.DiagnosticSeverity.Hint - or severity == define.DiagnosticSeverity.Information then - if #t > 10000 then - goto CONTINUE - end - end - t[#t+1] = diag - ::CONTINUE:: - end - end - - merge(a) - merge(b) - merge(c) - - if #t == 0 then - return nil - end - - return t -end - --- enable `push`, disable `clear` -function m.clear(uri, force) - await.close('diag:' .. uri) - if m.cache[uri] == nil and not force then - return - end - m.cache[uri] = nil - proto.notify('textDocument/publishDiagnostics', { - uri = uri, - diagnostics = {}, - }) - log.info('clearDiagnostics', uri) -end - -function m.clearCacheExcept(uris) - local excepts = {} - for _, uri in ipairs(uris) do - excepts[uri] = true - end - for uri in pairs(m.cache) do - if not excepts[uri] then - m.cache[uri] = false - end - end -end - ----@param uri? uri ----@param force? boolean -function m.clearAll(uri, force) - local scp - if uri then - scp = scope.getScope(uri) - end - if force then - for luri in files.eachFile() do - if not scp or scope.getScope(luri) == scp then - m.clear(luri, force) - end - end - else - for luri in pairs(m.cache) do - if not scp or scope.getScope(luri) == scp then - m.clear(luri) - end - end - end -end - -function m.syntaxErrors(uri, ast) - if #ast.errs == 0 then - return nil - end - - local results = {} - - pcall(function () - local disables = util.arrayToHash(config.get(uri, 'Lua.diagnostics.disable')) - for _, err in ipairs(ast.errs) do - local id = err.type:lower():gsub('_', '-') - if not disables[id] - and not vm.isDiagDisabledAt(uri, err.start, id, true) then - results[#results+1] = buildSyntaxError(uri, err) - end - end - end) - - return results -end - -local function copyDiagsWithoutSyntax(diags) - if not diags then - return nil - end - local copyed = {} - for _, diag in ipairs(diags) do - if diag.data ~= 'syntax' then - copyed[#copyed+1] = diag - end - end - return copyed -end - ----@async ----@param uri uri ----@return boolean -local function isValid(uri) - if not config.get(uri, 'Lua.diagnostics.enable') then - return false - end - if files.isLibrary(uri, true) then - local status = config.get(uri, 'Lua.diagnostics.libraryFiles') - if status == 'Disable' then - return false - elseif status == 'Opened' then - if not files.isOpen(uri) then - return false - end - end - end - if ws.isIgnored(uri) then - local status = config.get(uri, 'Lua.diagnostics.ignoredFiles') - if status == 'Disable' then - return false - elseif status == 'Opened' then - if not files.isOpen(uri) then - return false - end - end - end - local scheme = furi.split(uri) - local disableScheme = config.get(uri, 'Lua.diagnostics.disableScheme') - if util.arrayHas(disableScheme, scheme) then - return false - end - return true -end - ----@async -function m.doDiagnostic(uri, isScopeDiag) - if not isValid(uri) then - return - end - - await.delay() - - local state = files.getState(uri) - if not state then - m.clear(uri) - return - end - - local version = files.getVersion(uri) - - local prog = progress.create(uri, lang.script.WINDOW_DIAGNOSING, 0.5) - prog:setMessage(ws.getRelativePath(uri)) - - --log.debug('Diagnostic file:', uri) - - local syntax = m.syntaxErrors(uri, state) - - local diags = {} - local lastDiag = copyDiagsWithoutSyntax(m.cache[uri]) - local function pushResult() - tracy.ZoneBeginN 'mergeSyntaxAndDiags' - local _ = tracy.ZoneEnd - local full = mergeDiags(syntax, lastDiag, diags) - --log.debug(('Pushed [%d] results'):format(full and #full or 0)) - if not full then - m.clear(uri) - return - end - - if util.equal(m.cache[uri], full) then - return - end - m.cache[uri] = full - - if not files.exists(uri) then - m.clear(uri) - return - end - - proto.notify('textDocument/publishDiagnostics', { - uri = uri, - version = version, - diagnostics = full, - }) - log.debug('publishDiagnostics', uri, #full) - end - - pushResult() - - local lastPushClock = time.time() - ---@async - xpcall(core, log.error, uri, isScopeDiag, function (result) - diags[#diags+1] = buildDiagnostic(uri, result) - - if not isScopeDiag and time.time() - lastPushClock >= 500 then - lastPushClock = time.time() - pushResult() - end - end, function (checkedName) - if not lastDiag then - return - end - for i, diag in ipairs(lastDiag) do - if diag.code == checkedName then - lastDiag[i] = lastDiag[#lastDiag] - lastDiag[#lastDiag] = nil - end - end - end) - - lastDiag = nil - pushResult() -end - ----@param uri uri -function m.resendDiagnostic(uri) - local full = m.cache[uri] - if not full then - return - end - - if not files.exists(uri) then - m.clear(uri) - return - end - - local version = files.getVersion(uri) - - proto.notify('textDocument/publishDiagnostics', { - uri = uri, - version = version, - diagnostics = full, - }) - log.debug('publishDiagnostics', uri, #full) -end - ----@async ----@return table|nil result ----@return boolean? unchanged -function m.pullDiagnostic(uri, isScopeDiag) - if not isValid(uri) then - return nil, util.equal(m.cache[uri], nil) - end - - await.delay() - - local state = files.getState(uri) - if not state then - return nil, util.equal(m.cache[uri], nil) - end - - local prog = progress.create(uri, lang.script.WINDOW_DIAGNOSING, 0.5) - prog:setMessage(ws.getRelativePath(uri)) - - local syntax = m.syntaxErrors(uri, state) - local diags = {} - - xpcall(core, log.error, uri, isScopeDiag, function (result) - diags[#diags+1] = buildDiagnostic(uri, result) - end) - - local full = mergeDiags(syntax, diags) - - if util.equal(m.cache[uri], full) then - return full, true - end - - m.cache[uri] = full - - return full -end - ----@param uri uri -function m.stopScopeDiag(uri) - local scp = scope.getScope(uri) - local scopeID = 'diagnosticsScope:' .. scp:getName() - await.close(scopeID) -end - ----@param event string ----@param uri uri -function m.refreshScopeDiag(event, uri) - if not ws.isReady(uri) then - return - end - - local eventConfig = config.get(uri, 'Lua.diagnostics.workspaceEvent') - - if eventConfig ~= event then - return - end - - ---@async - await.call(function () - local delay = config.get(uri, 'Lua.diagnostics.workspaceDelay') / 1000 - if delay < 0 then - return - end - await.sleep(math.max(delay, 0.2)) - m.diagnosticsScope(uri) - end) -end - ----@param uri uri -function m.refresh(uri) - if not ws.isReady(uri) then - return - end - - await.close('diag:' .. uri) - ---@async - await.call(function () - await.setID('diag:' .. uri) - repeat - await.sleep(0.1) - until not m.isPaused() - xpcall(m.doDiagnostic, log.error, uri) - end) -end - ----@async -local function askForDisable(uri) - if m.dontAskedForDisable then - return - end - local delay = 30 - local delayTitle = lang.script('WINDOW_DELAY_WS_DIAGNOSTIC', delay) - local item = proto.awaitRequest('window/showMessageRequest', { - type = define.MessageType.Info, - message = lang.script.WINDOW_SETTING_WS_DIAGNOSTIC, - actions = { - { - title = lang.script.WINDOW_DONT_SHOW_AGAIN, - }, - { - title = delayTitle, - }, - { - title = lang.script.WINDOW_DISABLE_DIAGNOSTIC, - }, - } - }) - if not item then - return - end - if item.title == lang.script.WINDOW_DONT_SHOW_AGAIN then - m.dontAskedForDisable = true - elseif item.title == delayTitle then - client.setConfig { - { - key = 'Lua.diagnostics.workspaceDelay', - action = 'set', - value = delay * 1000, - uri = uri, - } - } - elseif item.title == lang.script.WINDOW_DISABLE_DIAGNOSTIC then - client.setConfig { - { - key = 'Lua.diagnostics.workspaceDelay', - action = 'set', - value = -1, - uri = uri, - } - } - end -end - -local function clearMemory(finished) - if m.scopeDiagCount > 0 then - return - end - vm.clearNodeCache() - if finished then - collectgarbage() - collectgarbage() - end -end - ----@async -function m.awaitDiagnosticsScope(suri, callback) - local scp = scope.getScope(suri) - if scp.type == 'fallback' then - return - end - while loading.count() > 0 do - await.sleep(1.0) - end - local finished - m.scopeDiagCount = m.scopeDiagCount + 1 - local scopeDiag = util.defer(function () - m.scopeDiagCount = m.scopeDiagCount - 1 - clearMemory(finished) - end) - local clock = os.clock() - local bar = progress.create(suri, lang.script.WORKSPACE_DIAGNOSTIC, 1) - local cancelled - bar:onCancel(function () - log.info('Cancel workspace diagnostics') - cancelled = true - ---@async - await.call(function () - askForDisable(suri) - end) - end) - local uris = files.getAllUris(suri) - local sortedUris = ltable() - for _, uri in ipairs(uris) do - if files.isOpen(uri) then - sortedUris:pushHead(uri) - else - sortedUris:pushTail(uri) - end - end - log.info(('Diagnostics scope [%s], files count:[%d]'):format(scp:getName(), #uris)) - local i = 0 - for uri in sortedUris:pairs() do - while loading.count() > 0 do - await.sleep(1.0) - end - i = i + 1 - bar:setMessage(('%d/%d'):format(i, #uris)) - bar:setPercentage(i / #uris * 100) - callback(uri) - await.delay() - if cancelled then - log.info('Break workspace diagnostics') - break - end - end - bar:remove() - log.info(('Diagnostics scope [%s] finished, takes [%.3f] sec.'):format(scp:getName(), os.clock() - clock)) - finished = true -end - -function m.diagnosticsScope(uri, force) - if not ws.isReady(uri) then - return - end - if not force and not config.get(uri, 'Lua.diagnostics.enable') then - m.clearAll(uri) - return - end - if not force and config.get(uri, 'Lua.diagnostics.workspaceDelay') < 0 then - return - end - local scp = scope.getScope(uri) - local id = 'diagnosticsScope:' .. scp:getName() - await.close(id) - await.call(function () ---@async - await.sleep(0.0) - m.awaitDiagnosticsScope(uri, function (fileUri) - xpcall(m.doDiagnostic, log.error, fileUri, true) - end) - end, id) -end - ----@async -function m.pullDiagnosticScope(callback) - local processing = 0 - - for _, scp in ipairs(scope.folders) do - if ws.isReady(scp.uri) - and config.get(scp.uri, 'Lua.diagnostics.enable') then - local id = 'diagnosticsScope:' .. scp:getName() - await.close(id) - await.call(function () ---@async - processing = processing + 1 - local _ = util.defer(function () - processing = processing - 1 - end) - - local delay = config.get(scp.uri, 'Lua.diagnostics.workspaceDelay') / 1000 - if delay < 0 then - return - end - print(delay) - await.sleep(math.max(delay, 0.2)) - print('start') - - m.awaitDiagnosticsScope(scp.uri, function (fileUri) - local suc, result, unchanged = xpcall(m.pullDiagnostic, log.error, fileUri, true) - if suc then - callback { - uri = fileUri, - result = result, - unchanged = unchanged, - version = files.getVersion(fileUri), - } - end - end) - end, id) - end - end - - -- sleep for ever - while true do - await.sleep(1.0) - end -end - -function m.refreshClient() - if not client.isReady() then - return - end - if not client.getAbility 'workspace.diagnostics.refreshSupport' then - return - end - log.debug('Refresh client diagnostics') - proto.request('workspace/diagnostic/refresh', json.null) -end - ----@return boolean -function m.isPaused() - return m.pauseCount > 0 -end - -function m.pause() - m.pauseCount = m.pauseCount + 1 -end - -function m.resume() - m.pauseCount = m.pauseCount - 1 -end - -ws.watch(function (ev, uri) - if ev == 'reload' then - m.diagnosticsScope(uri) - m.refreshClient() - end -end) - -files.watch(function (ev, uri) ---@async - if ev == 'remove' then - m.clear(uri) - m.stopScopeDiag(uri) - m.refresh(uri) - m.refreshScopeDiag('OnSave', uri) - elseif ev == 'create' then - m.stopScopeDiag(uri) - m.refresh(uri) - m.refreshScopeDiag('OnSave', uri) - elseif ev == 'update' then - m.stopScopeDiag(uri) - m.refresh(uri) - m.refreshScopeDiag('OnChange', uri) - elseif ev == 'open' then - if ws.isReady(uri) then - m.resendDiagnostic(uri) - xpcall(m.doDiagnostic, log.error, uri) - end - elseif ev == 'close' then - if files.isLibrary(uri, true) - or ws.isIgnored(uri) then - m.clear(uri) - end - elseif ev == 'save' then - m.refreshScopeDiag('OnSave', uri) - end -end) - -config.watch(function (uri, key, value, oldValue) - if util.stringStartWith(key, 'Lua.diagnostics') - or util.stringStartWith(key, 'Lua.spell') - or util.stringStartWith(key, 'Lua.doc') then - if value ~= oldValue then - m.diagnosticsScope(uri) - m.refreshClient() - end - end -end) - -fw.event(function (ev, path) - if util.stringEndWith(path, '.editorconfig') then - for _, scp in ipairs(ws.folders) do - m.diagnosticsScope(scp.uri) - m.refreshClient() - end - end -end) - -return m diff --git a/script/provider/formatting.lua b/script/provider/formatting.lua deleted file mode 100644 index 58ac6f81e..000000000 --- a/script/provider/formatting.lua +++ /dev/null @@ -1,97 +0,0 @@ -local suc, codeFormat = pcall(require, 'code_format') -if not suc then - return -end - -local ws = require 'workspace' -local furi = require 'file-uri' -local fs = require 'bee.filesystem' -local fw = require 'filewatch' -local util = require 'utility' -local diagnostics = require 'provider.diagnostic' -local config = require 'config' - -local loadedUris = {} - -local updateType = { - Created = 1, - Changed = 2, - Deleted = 3, -} - -fw.event(function(ev, path) - if util.stringEndWith(path, '.editorconfig') then - for uri, fsPath in pairs(loadedUris) do - loadedUris[uri] = nil - if fsPath ~= true then - local status, err = codeFormat.update_config(updateType.Deleted, uri, fsPath:string()) - if not status and err then - log.error(err) - end - end - end - end -end) - - -local m = {} - -m.loadedDefaultConfig = false - ----@param uri uri -function m.updateConfig(uri) - if not m.loadedDefaultConfig then - m.loadedDefaultConfig = true - codeFormat.set_default_config(config.get(uri, 'Lua.format.defaultConfig')) - m.updateNonStandardSymbols(config.get(nil, 'Lua.runtime.nonstandardSymbol')) - end - - local currentUri = uri - while true do - currentUri = currentUri:match('^(.+)/[^/]*$') - if not currentUri or loadedUris[currentUri] then - return - end - loadedUris[currentUri] = true - - local currentPath = furi.decode(currentUri) - local editorConfigFSPath = fs.path(currentPath) / '.editorconfig' - if fs.exists(editorConfigFSPath) then - loadedUris[currentUri] = editorConfigFSPath - local status, err = codeFormat.update_config(updateType.Created, currentUri, editorConfigFSPath:string()) - if not status and err then - log.error(err) - end - end - - if not ws.rootUri then - return - end - - for _, scp in ipairs(ws.folders) do - if scp.uri == currentUri then - return - end - end - end -end - ----@param symbols? string[] -function m.updateNonStandardSymbols(symbols) - if symbols == nil then - return - end - - - codeFormat.set_nonstandard_symbol() -end - -config.watch(function(uri, key, value) - if key == "Lua.format.defaultConfig" then - codeFormat.set_default_config(value) - elseif key == "Lua.runtime.nonstandardSymbol" then - m.updateNonStandardSymbols(value) - end -end) - -return m diff --git a/script/provider/init.lua b/script/provider/init.lua deleted file mode 100644 index dfba351a8..000000000 --- a/script/provider/init.lua +++ /dev/null @@ -1,2 +0,0 @@ -require 'provider.diagnostic' -return require 'provider.provider' diff --git a/script/provider/inlay-hint.lua b/script/provider/inlay-hint.lua deleted file mode 100644 index 12b43330e..000000000 --- a/script/provider/inlay-hint.lua +++ /dev/null @@ -1,29 +0,0 @@ -local proto = require 'proto' -local client = require 'client' -local json = require "json" -local config = require 'config' - -local function refresh() - if not client.isReady() then - return - end - if not client.getAbility 'workspace.inlayHint.refreshSupport' then - return - end - log.debug('Refresh inlay hints.') - proto.request('workspace/inlayHint/refresh', json.null) -end - -config.watch(function (uri, key, value, oldValue) - if key == '' then - refresh() - end - if key:find '^Lua.runtime' - or key:find '^Lua.workspace' - or key:find '^Lua.hint' - or key:find '^files' then - refresh() - end -end) - -return {} diff --git a/script/provider/markdown.lua b/script/provider/markdown.lua deleted file mode 100644 index fe1b26b29..000000000 --- a/script/provider/markdown.lua +++ /dev/null @@ -1,133 +0,0 @@ ----@class markdown -local mt = {} -mt.__index = mt -mt.__name = 'markdown' - -mt._splitLine = false - -function mt:__tostring() - return self:string() -end - ----@param language string ----@param text? string|markdown -function mt:add(language, text) - if not text then - return self - end - self._cacheResult = nil - if type(text) == 'table' then - self[#self+1] = { - type = 'markdown', - markdown = text, - } - else - text = tostring(text) - self[#self+1] = { - type = 'text', - language = language, - text = text, - } - end - return self -end - -function mt:splitLine() - self._cacheResult = nil - self[#self+1] = { - type = 'splitline', - } - return self -end - -function mt:emptyLine() - self._cacheResult = nil - self[#self+1] = { - type = 'emptyline', - } - return self -end - ----@return string -function mt:string(nl) - if self._cacheResult then - return self._cacheResult - end - local lines = {} - local language = 'md' - - local function concat(markdown) - for _, obj in ipairs(markdown) do - if obj.type == 'splitline' then - if language ~= 'md' then - lines[#lines+1] = '```' - language = 'md' - end - if #lines > 0 - and lines[#lines] ~= '---' then - lines[#lines+1] = '' - lines[#lines+1] = '---' - end - elseif obj.type == 'emptyline' then - if #lines > 0 - and lines[#lines] ~= '' then - if language ~= 'md' then - language = 'md' - lines[#lines+1] = '```' - end - lines[#lines+1] = '' - end - elseif obj.type == 'markdown' then - concat(obj.markdown) - else - if obj.language ~= language then - if language ~= 'md' then - lines[#lines+1] = '```' - end - if #lines > 0 then - lines[#lines+1] = '' - end - if obj.language ~= 'md' then - lines[#lines+1] = '```' .. obj.language - end - end - if obj.language == 'md' and #lines > 0 then - local last = lines[#lines] - if obj.text:sub(1, 1) == '@' - or last:sub(1, 1) == '@' then - if lines[#lines] ~= '' then - lines[#lines+1] = '' - end - elseif last == '---' then - if lines[#lines] ~= '' then - lines[#lines+1] = '' - end - end - end - lines[#lines+1] = obj.text - language = obj.language - end - end - end - - concat(self) - if language ~= 'md' then - lines[#lines+1] = '```' - end - while true do - if lines[#lines] == '---' - or lines[#lines] == '' then - lines[#lines] = nil - else - break - end - end - - local result = table.concat(lines, nl or '\n') - self._cacheResult = result - return result -end - -return function () - return setmetatable({}, mt) -end diff --git a/script/provider/name-style.lua b/script/provider/name-style.lua deleted file mode 100644 index bdb20d80d..000000000 --- a/script/provider/name-style.lua +++ /dev/null @@ -1,28 +0,0 @@ -local suc, codeFormat = pcall(require, 'code_format') -if not suc then - return -end - -local config = require 'config' - -local m = {} - -m.loaded = false - -function m.nameStyleCheck(uri, text) - if not m.loaded then - local value = config.get(nil, "Lua.nameStyle.config") - codeFormat.update_name_style_config(value) - m.loaded = true - end - - return codeFormat.name_style_analysis(uri, text) -end - -config.watch(function (uri, key, value) - if key == "Lua.nameStyle.config" then - codeFormat.update_name_style_config(value) - end -end) - -return m diff --git a/script/provider/provider.lua b/script/provider/provider.lua deleted file mode 100644 index a791e9806..000000000 --- a/script/provider/provider.lua +++ /dev/null @@ -1,1626 +0,0 @@ -local util = require 'utility' -local cap = require 'provider.capability' -local await = require 'await' -local files = require 'files' -local proto = require 'proto.proto' -local define = require 'proto.define' -local workspace = require 'workspace' -local config = require 'config' -local client = require 'client' -local pub = require 'pub' -local lang = require 'language' -local progress = require 'progress' -local tm = require 'text-merger' -local cfgLoader = require 'config.loader' -local converter = require 'proto.converter' -local filewatch = require 'filewatch' -local json = require 'json' -local scope = require 'workspace.scope' -local furi = require 'file-uri' -local inspect = require 'inspect' -local guide = require 'parser.guide' -local fs = require 'bee.filesystem' - -require 'library' - ----@class provider -local m = {} - -m.attributes = {} - ----@async -function m.updateConfig(uri) - config.addNullSymbol(json.null) - local specified = cfgLoader.loadLocalConfig(uri, CONFIGPATH) - if specified then - log.info('Load config from specified', CONFIGPATH) - log.info(inspect(specified)) - -- watch directory - filewatch.watch(workspace.getAbsolutePath(uri, CONFIGPATH):gsub('[^/\\]+$', ''), false) - config.update(scope.override, specified) - end - - for _, folder in ipairs(scope.folders) do - local clientConfig = cfgLoader.loadClientConfig(folder.uri) - if clientConfig then - log.info('Load config from client', folder.uri) - log.info(inspect(clientConfig)) - end - - local rc = cfgLoader.loadRCConfig(folder.uri, '.luarc.json') - or cfgLoader.loadRCConfig(folder.uri, '.luarc.jsonc') - if rc then - log.info('Load config from .luarc.json/.luarc.jsonc', folder.uri) - log.info(inspect(rc)) - end - - config.update(folder, clientConfig, rc) - end - - local global = cfgLoader.loadClientConfig() - log.info('Load config from client', 'fallback') - log.info(inspect(global)) - config.update(scope.fallback, global) -end - -function m.register(method) - return function (attrs) - m.attributes[method] = attrs - if attrs.preview and not PREVIEW then - return - end - if attrs.capability then - cap.filling(attrs.capability) - end - proto.on(method, attrs[1]) - end -end - -filewatch.event(function (ev, path) ---@async - if (CONFIGPATH and util.stringEndWith(path, CONFIGPATH)) then - for _, scp in ipairs(workspace.folders) do - local configPath = workspace.getAbsolutePath(scp.uri, CONFIGPATH) - if path == configPath then - m.updateConfig(scp.uri) - end - end - end - if util.stringEndWith(path, '.luarc.json') then - for _, scp in ipairs(workspace.folders) do - local rcPath = workspace.getAbsolutePath(scp.uri, '.luarc.json') - if path == rcPath then - m.updateConfig(scp.uri) - end - end - end - if util.stringEndWith(path, '.luarc.jsonc') then - for _, scp in ipairs(workspace.folders) do - local rcPath = workspace.getAbsolutePath(scp.uri, '.luarc.jsonc') - if path == rcPath then - m.updateConfig(scp.uri) - end - end - end -end) - -m.register 'initialize' { - function(params) - client.init(params) - - if params.rootUri then - workspace.initRoot(params.rootUri) - cap.resolve('ROOT_PATH', furi.decode(params.rootUri):gsub('\\', '/') .. '/') - end - - if params.workspaceFolders then - for _, folder in ipairs(params.workspaceFolders) do - workspace.create(files.getRealUri(folder.uri)) - end - elseif params.rootUri then - workspace.create(files.getRealUri(params.rootUri)) - end - - local response = { - capabilities = cap.getProvider(), - serverInfo = { - name = 'sumneko.lua', - }, - } - log.debug('Server init', inspect(response)) - return response - end -} - -m.register 'initialized'{ - ---@async - function (params) - local _ = progress.create(workspace.getFirstScope().uri, lang.script.WINDOW_INITIALIZING, 0.5) - m.updateConfig() - local registrations = {} - - if client.getAbility 'workspace.didChangeConfiguration.dynamicRegistration' then - -- 监视配置变化 - registrations[#registrations+1] = { - id = 'workspace/didChangeConfiguration', - method = 'workspace/didChangeConfiguration', - } - end - - if #registrations ~= 0 then - proto.awaitRequest('client/registerCapability', { - registrations = registrations - }) - end - client.setReady() - workspace.init() - return true - end -} - -m.register 'exit' { - function () - log.info('Server exited.') - os.exit(0, true) - end -} - -m.register 'shutdown' { - function () - log.info('Server shutdown.') - return true - end -} - -m.register 'workspace/didChangeConfiguration' { - function () ---@async - if CONFIGPATH then - return - end - m.updateConfig() - end -} - -m.register 'workspace/didRenameFiles' { - capability = { - workspace = { - fileOperations = { - didRename = { - filters = function () - local filters = {} - for i, scp in ipairs(workspace.folders) do - local path = furi.decode(scp.uri):gsub('\\', '/') - filters[i] = { - pattern = { - glob = path .. '/**', - options = { - ignoreCase = true, - } - }, - } - end - return filters - end - }, - }, - }, - }, - ---@async - function (params) - log.debug('workspace/didRenameFiles', inspect(params)) - local renames = {} - for _, file in ipairs(params.files) do - local oldUri = furi.normalize(file.oldUri) - local newUri = furi.normalize(file.newUri) - if workspace.isValidLuaUri(oldUri) - and workspace.isValidLuaUri(newUri) then - renames[#renames+1] = { - oldUri = oldUri, - newUri = newUri, - } - end - local childs = files.getChildFiles(oldUri) - for _, uri in ipairs(childs) do - if files.exists(uri) then - local ouri = uri - local tail = ouri:sub(#oldUri) - local nuri = file.newUri .. tail - renames[#renames+1] = { - oldUri = ouri, - newUri = nuri, - } - end - end - end - local core = require 'core.modifyRequirePath' - core(renames) - end -} - -m.register 'workspace/didChangeWorkspaceFolders' { - capability = { - workspace = { - workspaceFolders = { - supported = true, - changeNotifications = true, - }, - }, - }, - ---@async - function (params) - log.debug('workspace/didChangeWorkspaceFolders', inspect(params)) - for _, folder in ipairs(params.event.added) do - local uri = files.getRealUri(folder.uri) - workspace.create(uri) - m.updateConfig() - workspace.reload(scope.getScope(uri)) - end - for _, folder in ipairs(params.event.removed) do - local uri = files.getRealUri(folder.uri) - workspace.remove(uri) - end - end -} - -m.register 'textDocument/didOpen' { - ---@async - function (params) - local doc = params.textDocument - local uri = files.getRealUri(doc.uri) - log.debug('didOpen', uri) - local text = doc.text - files.setText(uri, text, true, function (file) - file.version = doc.version - end) - files.open(uri) - workspace.awaitReady(uri) - files.compileState(uri) - end -} - -m.register 'textDocument/didClose' { - function (params) - local doc = params.textDocument - local uri = files.getRealUri(doc.uri) - log.debug('didClose', uri) - files.close(uri) - if not files.isLua(uri) then - files.remove(uri) - end - end -} - -m.register 'textDocument/didChange' { - ---@async - function (params) - local doc = params.textDocument - local changes = params.contentChanges - local uri = files.getRealUri(doc.uri) - local text = files.getOriginText(uri) - if not text then - text = util.loadFile(furi.decode(uri)) - files.setText(uri, text, false) - return - end - local rows = files.getCachedRows(uri) - text, rows = tm(text, rows, changes) - files.setText(uri, text, true, function (file) - file.version = doc.version - end) - files.setCachedRows(uri, rows) - end -} - -m.register 'textDocument/didSave' { - capability = { - textDocumentSync = { - save = { - includeText = false, - }, - } - }, - ---@async - function (params) - local doc = params.textDocument - local uri = files.getRealUri(doc.uri) - files.onWatch('save', uri) - end -} - -m.register 'textDocument/hover' { - capability = { - hoverProvider = true, - }, - abortByFileUpdate = true, - ---@async - function (params) - local doc = params.textDocument - local uri = files.getRealUri(doc.uri) - if not config.get(uri, 'Lua.hover.enable') then - return - end - if not workspace.isReady(uri) then - local count, max = workspace.getLoadingProcess(uri) - return { - contents = { - value = lang.script('HOVER_WS_LOADING', count, max), - kind = 'markdown', - } - } - end - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_HOVER, 0.5) - local core = require 'core.hover' - local state = files.getState(uri) - if not state then - return nil - end - local pos = converter.unpackPosition(state, params.position) - local hover, source = core.byUri(uri, pos) - if not hover or not source then - return nil - end - return { - contents = { - value = tostring(hover), - kind = 'markdown', - }, - range = converter.packRange(state, source.start, source.finish), - } - end -} - -m.register 'textDocument/definition' { - capability = { - definitionProvider = true, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_DEFINITION, 0.5) - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.definition' - local pos = converter.unpackPosition(state, params.position) - local result = core(uri, pos) - if not result then - return nil - end - local response = {} - for i, info in ipairs(result) do - ---@type uri - local targetUri = info.uri - if targetUri then - local targetState = files.getState(targetUri) - if targetState then - if client.getAbility 'textDocument.definition.linkSupport' then - response[i] = converter.locationLink(targetUri - , converter.packRange(targetState, info.target.start, info.target.finish) - , converter.packRange(targetState, info.target.start, info.target.finish) - , converter.packRange(state, info.source.start, info.source.finish) - ) - else - response[i] = converter.location(targetUri - , converter.packRange(targetState, info.target.start, info.target.finish) - ) - end - else - response[i] = converter.location( - targetUri, - converter.range( - converter.position(guide.rowColOf(info.target.start)), - converter.position(guide.rowColOf(info.target.finish)) - ) - ) - end - end - end - return response - end -} - -m.register 'textDocument/typeDefinition' { - capability = { - typeDefinitionProvider = true, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_TYPE_DEFINITION, 0.5) - local state = files.getState(uri) - if not state then - return - end - local core = require 'core.type-definition' - local pos = converter.unpackPosition(state, params.position) - local result = core(uri, pos) - if not result then - return nil - end - local response = {} - for i, info in ipairs(result) do - ---@type uri - local targetUri = info.uri - if targetUri then - local targetState = files.getState(targetUri) - if targetState then - if client.getAbility 'textDocument.typeDefinition.linkSupport' then - response[i] = converter.locationLink(targetUri - , converter.packRange(targetState, info.target.start, info.target.finish) - , converter.packRange(targetState, info.target.start, info.target.finish) - , converter.packRange(state, info.source.start, info.source.finish) - ) - else - response[i] = converter.location(targetUri - , converter.packRange(targetState, info.target.start, info.target.finish) - ) - end - end - end - end - return response - end -} - -m.register 'textDocument/references' { - capability = { - referencesProvider = true, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_REFERENCE, 0.5) - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.reference' - local pos = converter.unpackPosition(state, params.position) - local result = core(uri, pos, params.context.includeDeclaration) - if not result then - return nil - end - local response = {} - for i, info in ipairs(result) do - ---@type uri - local targetUri = info.uri - local targetState = files.getState(targetUri) - if targetState then - response[#response+1] = converter.location(targetUri - , converter.packRange(targetState, info.target.start, info.target.finish) - ) - end - end - return response - end -} - -m.register 'textDocument/documentHighlight' { - capability = { - documentHighlightProvider = true, - }, - ---@async - function (params) - local core = require 'core.highlight' - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local state = files.getState(uri) - if not state then - return nil - end - local pos = converter.unpackPosition(state, params.position) - local result = core(uri, pos) - if not result then - return nil - end - local response = {} - for _, info in ipairs(result) do - response[#response+1] = { - range = converter.packRange(state, info.start, info.finish), - kind = info.kind, - } - end - return response - end -} - -m.register 'textDocument/rename' { - capability = { - renameProvider = { - prepareProvider = true, - }, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_RENAME, 0.5) - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.rename' - local pos = converter.unpackPosition(state, params.position) - local result = core.rename(uri, pos, params.newName) - if not result then - return nil - end - local workspaceEdit = { - changes = {}, - } - for _, info in ipairs(result) do - ---@type uri - local ruri = info.uri - local rstate = files.getState(ruri) - if rstate then - if not workspaceEdit.changes[ruri] then - workspaceEdit.changes[ruri] = {} - end - local textEdit = converter.textEdit(converter.packRange(rstate, info.start, info.finish), info.text) - workspaceEdit.changes[ruri][#workspaceEdit.changes[ruri]+1] = textEdit - end - end - return workspaceEdit - end -} - -m.register 'textDocument/prepareRename' { - abortByFileUpdate = true, - function (params) - local core = require 'core.rename' - local uri = files.getRealUri(params.textDocument.uri) - local state = files.getState(uri) - if not state then - return nil - end - local pos = converter.unpackPosition(state, params.position) - local result = core.prepareRename(uri, pos) - if not result then - return nil - end - return { - range = converter.packRange(state, result.start, result.finish), - placeholder = result.text, - } - end -} - -m.register 'textDocument/completion' { - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - if not workspace.isReady(uri) then - return nil - end - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_COMPLETION, 0.5) - --log.info(util.dump(params)) - local core = require 'core.completion' - --log.debug('textDocument/completion') - --log.debug('completion:', params.context and params.context.triggerKind, params.context and params.context.triggerCharacter) - local state = files.getState(uri) - if not state then - return - end - local triggerCharacter = params.context and params.context.triggerCharacter - if config.get(uri, 'editor.acceptSuggestionOnEnter') ~= 'off' then - if triggerCharacter == '\n' - or triggerCharacter == '{' - or triggerCharacter == ',' then - return - end - end - --await.setPriority(1000) - local clock = os.clock() - local pos = converter.unpackPosition(state, params.position) - local result = core.completion(uri, pos, triggerCharacter) - local passed = os.clock() - clock - if passed > 0.1 then - log.warn(('Completion takes %.3f sec.'):format(passed)) - end - if not result then - return nil - end - tracy.ZoneBeginN 'completion make' - local _ = tracy.ZoneEnd - local easy = false - local items = {} - for i, res in ipairs(result) do - local item = { - label = res.label, - kind = res.kind, - detail = res.detail, - deprecated = res.deprecated, - sortText = res.sortText or ('%04d'):format(i), - filterText = res.filterText, - insertText = res.insertText, - insertTextFormat = 2, - commitCharacters = res.commitCharacters, - command = res.command, - textEdit = res.textEdit and { - range = converter.packRange( - state, - res.textEdit.start, - res.textEdit.finish - ), - newText = res.textEdit.newText, - }, - additionalTextEdits = res.additionalTextEdits and (function () - local t = {} - for j, edit in ipairs(res.additionalTextEdits) do - t[j] = { - range = converter.packRange( - state, - edit.start, - edit.finish - ), - newText = edit.newText, - } - end - return t - end)(), - documentation = res.description and { - value = tostring(res.description), - kind = 'markdown', - }, - } - if res.id then - if easy and os.clock() - clock < 0.05 then - local resolved = core.resolve(res.id) - if resolved then - item.detail = resolved.detail - item.documentation = resolved.description and { - value = tostring(resolved.description), - kind = 'markdown', - } - end - else - easy = false - item.data = { - uri = uri, - id = res.id, - } - end - end - items[i] = item - end - if result.incomplete == nil then - result.incomplete = false - end - return { - isIncomplete = result.incomplete, - items = items, - } - end -} - -m.register 'completionItem/resolve' { - ---@async - function (item) - local core = require 'core.completion' - if not item.data then - return item - end - local id = item.data.id - local uri = item.data.uri - --await.setPriority(1000) - local state = files.getState(uri) - if not state then - return item - end - local resolved = core.resolve(id) - if not resolved then - return item - end - item.detail = resolved.detail or item.detail - item.documentation = resolved.description and { - value = tostring(resolved.description), - kind = 'markdown', - } or item.documentation - item.additionalTextEdits = resolved.additionalTextEdits and (function () - local t = {} - for j, edit in ipairs(resolved.additionalTextEdits) do - t[j] = { - range = converter.packRange( - state, - edit.start, - edit.finish - ), - newText = edit.newText, - } - end - return t - end)() or item.additionalTextEdits - return item - end -} - -m.register 'textDocument/signatureHelp' { - capability = { - signatureHelpProvider = { - triggerCharacters = { '(', ',' }, - }, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - if not config.get(uri, 'Lua.signatureHelp.enable') then - return nil - end - workspace.awaitReady(uri) - local state = files.getState(uri) - if not state then - return nil - end - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_SIGNATURE, 0.5) - local pos = converter.unpackPosition(state, params.position) - local core = require 'core.signature' - local results = core(uri, pos) - if not results then - return nil - end - local infos = {} - for i, result in ipairs(results) do - local parameters = {} - for j, param in ipairs(result.params) do - parameters[j] = { - label = { - converter.len(result.label, 1, param.label[1]), - converter.len(result.label, 1, param.label[2]), - } - } - end - infos[i] = { - label = result.label, - parameters = parameters, - activeParameter = math.max(0, result.index - 1), - documentation = result.description and { - value = tostring(result.description), - kind = 'markdown', - }, - } - end - return { - signatures = infos, - } - end -} - -m.register 'textDocument/documentSymbol' { - capability = { - documentSymbolProvider = true, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_SYMBOL, 0.5) - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.document-symbol' - local symbols = core(uri) - if not symbols then - return nil - end - - ---@async - local function convert(symbol) - await.delay() - symbol.range = converter.packRange( - state, - symbol.range[1], - symbol.range[2] - ) - symbol.selectionRange = converter.packRange( - state, - symbol.selectionRange[1], - symbol.selectionRange[2] - ) - if symbol.name == '' then - symbol.name = ' ' - end - symbol.valueRange = nil - if symbol.children then - for _, child in ipairs(symbol.children) do - convert(child) - end - end - end - - for _, symbol in ipairs(symbols) do - convert(symbol) - end - - return symbols - end -} - -m.register 'textDocument/codeAction' { - capability = { - codeActionProvider = { - codeActionKinds = { - '', - 'quickfix', - 'refactor.rewrite', - 'refactor.extract', - }, - resolveProvider = false, - }, - }, - abortByFileUpdate = true, - ---@async - function (params) - local core = require 'core.code-action' - local uri = files.getRealUri(params.textDocument.uri) - local range = params.range - local diagnostics = params.context.diagnostics - workspace.awaitReady(uri) - - local state = files.getState(uri) - if not state then - return nil - end - - local start, finish = converter.unpackRange(state, range) - local results = core(uri, start, finish, diagnostics) - - if not results or #results == 0 then - return nil - end - - for _, res in ipairs(results) do - if res.edit then - ---@param turi uri - for turi, changes in pairs(res.edit.changes) do - local tstate = files.getState(turi) - if tstate then - for _, change in ipairs(changes) do - change.range = converter.packRange(tstate, change.start, change.finish) - change.start = nil - change.finish = nil - end - end - end - end - end - - return results - end -} - -m.register 'textDocument/codeLens' { - capability = { - codeLensProvider = { - resolveProvider = true, - } - }, - --abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - if not config.get(uri, 'Lua.codeLens.enable') then - return - end - workspace.awaitReady(uri) - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.code-lens' - local results = core.codeLens(uri) - if not results then - return nil - end - local codeLens = {} - for _, result in ipairs(results) do - codeLens[#codeLens+1] = { - range = converter.packRange(state, result.position, result.position), - data = { - uri = uri, - id = result.id, - }, - } - end - return codeLens - end -} - -m.register 'codeLens/resolve' { - ---@async - function (codeLen) - local core = require 'core.code-lens' - local command = core.resolve(codeLen.data.uri, codeLen.data.id) - codeLen.command = command or converter.command('...', '', {}) - return codeLen - end -} - -m.register 'workspace/executeCommand' { - capability = { - executeCommandProvider = { - commands = { - 'lua.removeSpace', - 'lua.solve', - 'lua.jsonToLua', - 'lua.setConfig', - 'lua.getConfig', - 'lua.autoRequire', - }, - }, - }, - ---@async - function (params) - local command = params.command:gsub(':.+', '') - if command == 'lua.removeSpace' then - local core = require 'core.command.removeSpace' - return core(params.arguments[1]) - elseif command == 'lua.solve' then - local core = require 'core.command.solve' - return core(params.arguments[1]) - elseif command == 'lua.jsonToLua' then - local core = require 'core.command.jsonToLua' - return core(params.arguments[1]) - elseif command == 'lua.setConfig' then - local core = require 'core.command.setConfig' - return core(params.arguments) - elseif command == 'lua.getConfig' then - local core = require 'core.command.getConfig' - return core(params.arguments) - elseif command == 'lua.autoRequire' then - local core = require 'core.command.autoRequire' - return core(params.arguments[1]) - elseif command == 'lua.exportDocument' then - local core = require 'core.command.exportDocument' - core(params.arguments) - elseif command == 'lua.reloadFFIMeta' then - local core = require 'core.command.reloadFFIMeta' - for _, scp in ipairs(workspace.folders) do - core(scp.uri) - end - end - end -} - -m.register 'workspace/symbol' { - capability = { - workspaceSymbolProvider = true, - }, - abortByFileUpdate = true, - ---@async - function (params) - local _ = progress.create(workspace.getFirstScope().uri, lang.script.WINDOW_PROCESSING_WS_SYMBOL, 0.5) - local core = require 'core.workspace-symbol' - - local symbols = core(params.query, nil, true) - if not symbols or #symbols == 0 then - return nil - end - - local function convert(symbol) - local uri = guide.getUri(symbol.source) - local state = files.getState(uri) - if not state then - return nil - end - return { - name = symbol.name, - kind = symbol.skind, - location = converter.location( - uri, - converter.packRange( - state, - symbol.source.start, - symbol.source.finish - ) - ) - } - end - - local results = {} - - for _, symbol in ipairs(symbols) do - results[#results+1] = convert(symbol) - end - - return results - end -} - -local function toArray(map) - local array = {} - for k in pairs(map) do - array[#array+1] = k - end - table.sort(array, function (a, b) - return map[a] < map[b] - end) - return array -end - -client.event(function (ev) - if ev == 'init' then - if not client.isVSCode() then - m.register 'textDocument/semanticTokens/full' { - capability = { - semanticTokensProvider = { - legend = { - tokenTypes = toArray(define.TokenTypes), - tokenModifiers = toArray(define.TokenModifiers), - }, - full = true, - }, - }, - abortByFileUpdate = true, - ---@async - function (params) - log.debug('textDocument/semanticTokens/full') - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - await.sleep(0.0) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_SEMANTIC_FULL, 0.5) - local core = require 'core.semantic-tokens' - local results = core(uri, 0, math.huge) - return { - data = results - } - end - } - end - end -end) - -m.register 'textDocument/semanticTokens/range' { - capability = { - semanticTokensProvider = { - legend = { - tokenTypes = toArray(define.TokenTypes), - tokenModifiers = toArray(define.TokenModifiers), - }, - range = true, - }, - }, - abortByFileUpdate = true, - ---@async - function (params) - log.debug('textDocument/semanticTokens/range') - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_SEMANTIC_RANGE, 0.5) - await.sleep(0.0) - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.semantic-tokens' - local start, finish = converter.unpackRange(state, params.range) - local results = core(uri, start, finish) - return { - data = results - } - end -} - -m.register 'textDocument/foldingRange' { - capability = { - foldingRangeProvider = true, - }, - ---@async - function (params) - local core = require 'core.folding' - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - if not files.exists(uri) then - return nil - end - local state = files.getState(uri) - if not state then - return nil - end - local regions = core(uri) - if not regions then - return nil - end - - local results = {} - for _, region in ipairs(regions) do - local startLine = converter.packPosition(state, region.start).line - local endLine = converter.packPosition(state, region.finish).line - if not region.hideLastLine then - endLine = endLine - 1 - end - if startLine < endLine then - results[#results+1] = { - startLine = startLine, - endLine = endLine, - kind = region.kind, - } - end - end - - return results - end -} - -m.register 'textDocument/documentColor' { - capability = { - colorProvider = true - }, - ---@async - function (params) - local color = require 'core.color' - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local state = files.getState(uri) - if not state then - return nil - end - local colors = color.colors(uri) - if not colors then - return nil - end - local results = {} - for _, colorValue in ipairs(colors) do - results[#results+1] = { - range = converter.packRange(state, colorValue.start, colorValue.finish), - color = colorValue.color - } - end - return results - end -} - -m.register 'textDocument/colorPresentation' { - function (params) - local color = (require 'core.color').colorToText(params.color) - return {{label = color}} - end -} - -m.register 'window/workDoneProgress/cancel' { - function (params) - log.debug('close proto(cancel):', params.token) - progress.cancel(params.token) - end -} - -m.register '$/status/click' { - ---@async - function () - local titleDiagnostic = lang.script.WINDOW_LUA_STATUS_DIAGNOSIS_TITLE - local result = client.awaitRequestMessage('Info', lang.script.WINDOW_LUA_STATUS_DIAGNOSIS_MSG, { - titleDiagnostic, - DEVELOP and 'Restart Server' or nil, - DEVELOP and 'Clear Node Cache' or nil, - DEVELOP and 'GC' or nil, - }) - if not result then - return - end - if result == titleDiagnostic then - local diagnostic = require 'provider.diagnostic' - for _, scp in ipairs(workspace.folders) do - diagnostic.diagnosticsScope(scp.uri, true) - end - elseif result == 'Restart Server' then - local diag = require 'provider.diagnostic' - diag.clearAll(nil, true) - os.exit(0, true) - elseif result == 'Clear Node Cache' then - local vm = require 'vm' - vm.clearNodeCache() - collectgarbage() - collectgarbage() - elseif result == 'GC' then - collectgarbage() - collectgarbage() - end - end -} - -m.register 'textDocument/formatting' { - capability = { - documentFormattingProvider = true, - }, - ---@async - function(params) - local uri = files.getRealUri(params.textDocument.uri) - - local state = files.getState(uri) - if not state then - return nil - end - - if not config.get(uri, 'Lua.format.enable') then - return nil - end - - local pformatting = require 'provider.formatting' - pformatting.updateConfig(uri) - - local core = require 'core.formatting' - local edits = core(uri, params.options) - if not edits or #edits == 0 then - return nil - end - - local results = {} - for i, edit in ipairs(edits) do - results[i] = { - range = converter.packRange(state, edit.start, edit.finish), - newText = edit.text, - } - end - - return results - end -} - -m.register 'textDocument/rangeFormatting' { - capability = { - documentRangeFormattingProvider = true, - }, - ---@async - function(params) - local uri = files.getRealUri(params.textDocument.uri) - - local state = files.getState(uri) - if not state then - return nil - end - - if not config.get(uri, 'Lua.format.enable') then - return nil - end - - local pformatting = require 'provider.formatting' - pformatting.updateConfig(uri) - - local core = require 'core.rangeformatting' - local edits = core(uri, params.range, params.options) - if not edits or #edits == 0 then - return nil - end - - local results = {} - for i, edit in ipairs(edits) do - results[i] = { - range = converter.packRange(state, edit.start, edit.finish), - newText = edit.text, - } - end - - return results - end -} - -m.register 'textDocument/onTypeFormatting' { - capability = { - documentOnTypeFormattingProvider = { - firstTriggerCharacter = '\n', - moreTriggerCharacter = nil, -- string[] - }, - }, - abortByFileUpdate = true, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_TYPE_FORMATTING, 0.5) - local ch = params.ch - local state = files.getState(uri) - if not state then - return nil - end - local core = require 'core.type-formatting' - local pos = converter.unpackPosition(state, params.position) - local edits = core(uri, pos, ch, params.options) - if not edits or #edits == 0 then - return nil - end - local tab = '\t' - if params.options.insertSpaces then - tab = (' '):rep(params.options.tabSize) - end - local results = {} - for i, edit in ipairs(edits) do - results[i] = { - range = converter.packRange(state, edit.start, edit.finish), - newText = edit.text:gsub('\t', tab), - } - end - return results - end -} - -m.register '$/cancelRequest' { - function (params) - proto.close(params.id, define.ErrorCodes.RequestCancelled, 'Request cancelled.') - end -} - -m.register '$/requestHint' { - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - if not config.get(uri, 'Lua.hint.enable') then - return - end - workspace.awaitReady(uri) - local state = files.getState(uri) - if not state then - return - end - local core = require 'core.hint' - local start, finish = converter.unpackRange(state, params.range) - local results = core(uri, start, finish) - local hintResults = {} - for i, res in ipairs(results) do - hintResults[i] = { - text = res.text, - pos = converter.packPosition(state, res.offset), - kind = res.kind, - } - end - return hintResults - end -} - -m.register 'textDocument/inlayHint' { - capability = { - inlayHintProvider = { - resolveProvider = true, - }, - }, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - if not config.get(uri, 'Lua.hint.enable') then - return nil - end - workspace.awaitReady(uri) - local core = require 'core.hint' - local state = files.getState(uri) - if not state then - return nil - end - local start, finish = converter.unpackRange(state, params.range) - local results = core(uri, start, finish) - local hintResults = {} - for i, res in ipairs(results) do - local luri = res.source and guide.getUri(res.source) - local lstate = files.getState(luri) - hintResults[i] = { - label = { - { - value = res.text, - tooltip = res.tooltip, - location = lstate and converter.location( - luri, - converter.packRange( - lstate, - res.source.start, - res.source.finish - ) - ), - }, - }, - position = converter.packPosition(state, res.offset), - kind = res.kind, - paddingLeft = res.kind == 1, - paddingRight = res.kind == 2, - } - end - return hintResults - end -} - -m.register 'inlayHint/resolve' { - capability = { - inlayHintProvider = { - resolveProvider = true, - }, - }, - ---@async - function (hint) - return hint - end -} - -m.register 'textDocument/diagnostic' { - preview = true, - capability = { - diagnosticProvider = { - identifier = 'identifier', - interFileDependencies = true, - workspaceDiagnostics = false, - } - }, - ---@async - function (params) - local uri = files.getRealUri(params.textDocument.uri) - workspace.awaitReady(uri) - local core = require 'provider.diagnostic' - -- TODO: do some trick - core.doDiagnostic(uri) - - return { - kind = 'unchanged', - resultId = uri, - } - - --if not params.previousResultId then - -- core.clearCache(uri) - --end - --local results, unchanged = core.pullDiagnostic(uri, false) - --if unchanged then - -- return { - -- kind = 'unchanged', - -- resultId = uri, - -- } - --else - -- return { - -- kind = 'full', - -- resultId = uri, - -- items = results or {}, - -- } - --end - end -} - -m.register 'workspace/diagnostic' { - --preview = true, - --capability = { - -- diagnosticProvider = { - -- workspaceDiagnostics = false, - -- } - --}, - ---@async - function (params) - local core = require 'provider.diagnostic' - local excepts = {} - for _, id in ipairs(params.previousResultIds) do - excepts[#excepts+1] = id.value - end - core.clearCacheExcept(excepts) - local function convertItem(result) - if result.unchanged then - return { - kind = 'unchanged', - resultId = result.uri, - uri = result.uri, - version = result.version, - } - else - return { - kind = 'full', - resultId = result.uri, - items = result.result or {}, - uri = result.uri, - version = result.version, - } - end - end - core.pullDiagnosticScope(function (result) - proto.notify('$/progress', { - token = params.partialResultToken, - value = { - items = { - convertItem(result) - } - } - }) - end) - return { items = {} } - end -} - -m.register '$/api/report' { - ---@async - function (params) - local buildMeta = require 'provider.build-meta' - local SDBMHash = require 'SDBMHash' - await.close 'api/report' - await.setID 'api/report' - local name = params.name or 'default' - local uri = workspace.getFirstScope().uri - local hash = uri and ('%08x'):format(SDBMHash():hash(uri)) - local encoding = config.get(nil, 'Lua.runtime.fileEncoding') - local nameBuf = {} - nameBuf[#nameBuf+1] = name - nameBuf[#nameBuf+1] = hash - nameBuf[#nameBuf+1] = encoding - local fileDir = METAPATH .. '/' .. table.concat(nameBuf, ' ') - fs.create_directories(fs.path(fileDir)) - buildMeta.build(fileDir, params) - client.setConfig { - { - key = 'Lua.workspace.library', - action = 'add', - value = fileDir, - uri = uri, - } - } - end -} - -m.register '$/psi/view' { - ---@async - function (params) - local uri = files.getRealUri(params.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_TYPE_FORMATTING, 0.5) - if not files.exists(uri) then - return nil - end - local core = require 'core.view.psi-view' - local result = core(uri) - return result - end -} - -m.register '$/psi/select' { - ---@async - function(params) - local uri = files.getRealUri(params.uri) - workspace.awaitReady(uri) - local _ = progress.create(uri, lang.script.WINDOW_PROCESSING_TYPE_FORMATTING, 0.5) - if not files.exists(uri) then - return nil - end - local core = require 'core.view.psi-select' - local result = core(uri, params.position) - return result - end -} - - -local function refreshStatusBar() - local valid = config.get(nil, 'Lua.window.statusBar') - for _, scp in ipairs(workspace.folders) do - if not config.get(scp.uri, 'Lua.window.statusBar') then - valid = false - break - end - end - if valid then - proto.notify('$/status/show') - else - proto.notify('$/status/hide') - end -end - -config.watch(function (uri, key, value) - if key == 'Lua.window.statusBar' - or key == '' then - refreshStatusBar() - end -end) - -m.register '$/status/refresh' { refreshStatusBar } - -files.watch(function (ev, uri) - if not workspace.isReady(uri) then - return - end - if ev == 'update' - or ev == 'remove' then - for id, p in pairs(proto.holdon) do - if m.attributes[p.method].abortByFileUpdate then - log.debug('close proto(ContentModified):', id, p.method) - proto.close(id, define.ErrorCodes.ContentModified, 'Content modified.') - end - end - end -end) - -return m diff --git a/script/provider/semantic-tokens.lua b/script/provider/semantic-tokens.lua deleted file mode 100644 index 0218db2a8..000000000 --- a/script/provider/semantic-tokens.lua +++ /dev/null @@ -1,29 +0,0 @@ -local proto = require 'proto' -local client = require 'client' -local json = require "json" -local config = require 'config' - -local function refresh() - if not client.isReady() then - return - end - if not client.getAbility 'workspace.semanticTokens.refreshSupport' then - return - end - log.debug('Refresh semantic tokens.') - proto.request('workspace/semanticTokens/refresh', json.null) -end - -config.watch(function (uri, key, value, oldValue) - if key == '' then - refresh() - end - if key:find '^Lua.runtime' - or key:find '^Lua.workspace' - or key:find '^Lua.semantic' - or key:find '^files' then - refresh() - end -end) - -return {} diff --git a/script/provider/spell.lua b/script/provider/spell.lua deleted file mode 100644 index 6647bbad4..000000000 --- a/script/provider/spell.lua +++ /dev/null @@ -1,53 +0,0 @@ -local suc, codeFormat = pcall(require, 'code_format') -if not suc then - return -end - -local fs = require 'bee.filesystem' -local config = require 'config' -local diagnostics = require 'provider.diagnostic' -local pformatting = require 'provider.formatting' -local util = require 'utility' - -local m = {} - -function m.loadDictionaryFromFile(filePath) - return codeFormat.spell_load_dictionary_from_path(filePath) -end - -function m.loadDictionaryFromBuffer(buffer) - return codeFormat.spell_load_dictionary_from_buffer(buffer) -end - -function m.addWord(word) - return codeFormat.spell_load_dictionary_from_buffer(word) -end - -function m.spellCheck(uri, text) - if not m._dictionaryLoaded then - m.initDictionary() - m._dictionaryLoaded = true - end - - local tempDict = config.get(uri, 'Lua.spell.dict') - - return codeFormat.spell_analysis(uri, text, tempDict) -end - -function m.getSpellSuggest(word) - local status, result = codeFormat.spell_suggest(word) - if status then - return result - end -end - -function m.initDictionary() - local basicDictionary = fs.path(METAPATH) / "spell/dictionary.txt" - local luaDictionary = fs.path(METAPATH) / "spell/lua_dict.txt" - - m.loadDictionaryFromFile(basicDictionary:string()) - m.loadDictionaryFromFile(luaDictionary:string()) - pformatting.updateNonStandardSymbols(config.get(nil, "Lua.runtime.nonstandardSymbol")) -end - -return m diff --git a/script/pub/init.lua b/script/pub/init.lua deleted file mode 100644 index 61b43da76..000000000 --- a/script/pub/init.lua +++ /dev/null @@ -1,4 +0,0 @@ -local pub = require 'pub.pub' -require 'pub.report' - -return pub diff --git a/script/pub/pub.lua b/script/pub/pub.lua deleted file mode 100644 index 5bbb381c6..000000000 --- a/script/pub/pub.lua +++ /dev/null @@ -1,210 +0,0 @@ -local thread = require 'bee.thread' -local utility = require 'utility' -local await = require 'await' - -thread.newchannel 'taskpad' -thread.newchannel 'waiter' - -local errLog = thread.channel 'errlog' -local taskPad = thread.channel 'taskpad' -local waiter = thread.channel 'waiter' -local type = type -local counter = utility.counter() - -local braveTemplate = [[ -package.path = %q -package.cpath = %q -DEVELOP = %s -DBGPORT = %d -DBGWAIT = %s - -collectgarbage 'generational' - -log = require 'brave.log' - -xpcall(dofile, log.error, %q) -local brave = require 'brave' -brave.register(%d, %q) -]] - ----@class pub -local m = {} -m.type = 'pub' -m.braves = {} -m.ability = {} -m.taskQueue = {} -m.taskMap = {} -m.prvtPad = {} - ---- 注册酒馆的功能 -function m.on(name, callback) - m.ability[name] = callback -end - ---- 招募勇者,勇者会从公告板上领取任务,完成任务后到看板娘处交付任务 ----@param num integer ----@param privatePad string? -function m.recruitBraves(num, privatePad) - for _ = 1, num do - local id = #m.braves + 1 - log.debug('Create brave:', id) - m.braves[id] = { - id = id, - thread = thread.thread(braveTemplate:format( - package.path, - package.cpath, - DEVELOP, - DBGPORT or 11412, - DBGWAIT or 'nil', - (ROOT / 'debugger.lua'):string(), - id, - privatePad - )), - taskMap = {}, - currentTask = nil, - memory = 0, - } - end - if privatePad and not m.prvtPad[privatePad] then - thread.newchannel('req:' .. privatePad) - thread.newchannel('res:' .. privatePad) - m.prvtPad[privatePad] = { - req = thread.channel('req:' .. privatePad), - res = thread.channel('res:' .. privatePad), - } - end -end - ---- 给勇者推送任务 -function m.pushTask(info) - if info.removed then - return false - end - if m.prvtPad[info.name] then - m.prvtPad[info.name].req:push(info.name, info.id, info.params) - else - taskPad:push(info.name, info.id, info.params) - end - m.taskMap[info.id] = info - return true -end - ---- 从勇者处接收任务反馈 -function m.popTask(brave, id, result) - local info = m.taskMap[id] - if not info then - log.warn(('Brave pushed unknown task result: # %d => [%d]'):format(brave.id, id)) - return - end - m.taskMap[id] = nil - if not info.removed then - info.removed = true - if info.callback then - xpcall(info.callback, log.error, result) - end - end -end - ---- 从勇者处接收报告 -function m.popReport(brave, name, params) - local abil = m.ability[name] - if not abil then - log.warn(('Brave pushed unknown report: # %d => %q'):format(brave.id, name)) - return - end - xpcall(abil, log.error, params, brave) -end - ---- 发布任务 ----@param name string ----@param params any ----@return any ----@async -function m.awaitTask(name, params) - local info = { - id = counter(), - name = name, - params = params, - } - if m.pushTask(info) then - return await.wait(function (waker) - info.callback = waker - end) - else - return false - end -end - ---- 发布同步任务,如果任务进入了队列,会返回执行器 ---- 通过 jumpQueue 可以插队 ----@param name string ----@param params any ----@param callback? function -function m.task(name, params, callback) - local info = { - id = counter(), - name = name, - params = params, - callback = callback, - } - return m.pushTask(info) -end - -function m.reciveFromPad(pad) - local suc, id, name, result = pad:pop() - if not suc then - return false - end - if type(name) == 'string' then - m.popReport(m.braves[id], name, result) - else - m.popTask(m.braves[id], name, result) - end - return true -end - ---- 接收反馈 -function m.recieve(block) - if block then - local id, name, result = waiter:bpop() - if type(name) == 'string' then - m.popReport(m.braves[id], name, result) - else - m.popTask(m.braves[id], name, result) - end - else - while true do - local ok - if m.reciveFromPad(waiter) then - ok = true - end - for _, pad in pairs(m.prvtPad) do - if m.reciveFromPad(pad.res) then - ok = true - end - end - - if not ok then - break - end - end - end -end - ---- 检查伤亡情况 -function m.checkDead() - while true do - local suc, err = errLog:pop() - if not suc then - break - end - log.error('Brave is dead!: ' .. err) - end -end - -function m.step(block) - m.checkDead() - m.recieve(block) -end - -return m diff --git a/script/pub/report.lua b/script/pub/report.lua deleted file mode 100644 index 5169023c7..000000000 --- a/script/pub/report.lua +++ /dev/null @@ -1,29 +0,0 @@ -local pub = require 'pub.pub' -local await = require 'await' -local util = require 'utility' - -pub.on('log', function (params, brave) - log.raw(brave.id, params.level, params.msg, params.src, params.line, params.clock) -end) - -pub.on('mem', function (count, brave) - brave.memory = count -end) - -pub.on('proto', function (params) - local proto = require 'proto' - await.call(function () - if params.method then - proto.doMethod(params) - else - proto.doResponse(params) - end - end) -end) - -pub.on('protoerror', function (err) - log.warn('Load proto error:', err) - os.exit(0, true) -end) - -pub.on('wakeup', function () end) diff --git a/script/service/init.lua b/script/service/init.lua deleted file mode 100644 index eb0bd057c..000000000 --- a/script/service/init.lua +++ /dev/null @@ -1,3 +0,0 @@ -local service = require 'service.service' - -return service diff --git a/script/service/net.lua b/script/service/net.lua deleted file mode 100644 index 2019406e6..000000000 --- a/script/service/net.lua +++ /dev/null @@ -1,282 +0,0 @@ -local socket = require "bee.socket" -local select = require "bee.select" -local selector = select.create() -local SELECT_READ = select.SELECT_READ -local SELECT_WRITE = select.SELECT_WRITE - -local function fd_set_read(s) - if s._flags & SELECT_READ ~= 0 then - return - end - s._flags = s._flags | SELECT_READ - selector:event_mod(s._fd, s._flags) -end - -local function fd_clr_read(s) - if s._flags & SELECT_READ == 0 then - return - end - s._flags = s._flags & (~SELECT_READ) - selector:event_mod(s._fd, s._flags) -end - -local function fd_set_write(s) - if s._flags & SELECT_WRITE ~= 0 then - return - end - s._flags = s._flags | SELECT_WRITE - selector:event_mod(s._fd, s._flags) -end - -local function fd_clr_write(s) - if s._flags & SELECT_WRITE == 0 then - return - end - s._flags = s._flags & (~SELECT_WRITE) - selector:event_mod(s._fd, s._flags) -end - -local function on_event(self, name, ...) - local f = self._event[name] - if f then - f(self, ...) - end -end - -local function close(self) - local fd = self._fd - on_event(self, "close") - selector:event_del(fd) - fd:close() -end - -local stream_mt = {} -local stream = {} -stream_mt.__index = stream -function stream_mt:__newindex(name, func) - if name:sub(1, 3) == "on_" then - self._event[name:sub(4)] = func - end -end -function stream:write(data) - if self.shutdown_w then - return - end - if data == "" then - return - end - if self._writebuf == "" then - fd_set_write(self) - end - self._writebuf = self._writebuf .. data -end -function stream:is_closed() - return self.shutdown_w and self.shutdown_r -end -function stream:close() - if not self.shutdown_r then - self.shutdown_r = true - fd_clr_read(self) - end - if self.shutdown_w or self._writebuf == "" then - self.shutdown_w = true - fd_clr_write(self) - close(self) - end -end -local function close_write(self) - fd_clr_write(self) - if self.shutdown_r then - close(self) - end -end -function stream:select_r() - local data = self._fd:recv() - if data == nil then - self:close() - elseif data == false then - else - on_event(self, "data", data) - end -end -function stream:select_w() - local n = self._fd:send(self._writebuf) - if n == nil then - self.shutdown_w = true - close_write(self) - elseif n == false then - else - self._writebuf = self._writebuf:sub(n + 1) - if self._writebuf == "" then - close_write(self) - end - end -end -local function update_stream(s, event) - if event & SELECT_READ ~= 0 then - s:select_r() - end - if event & SELECT_WRITE ~= 0 then - s:select_w() - end -end - -local function accept_stream(fd) - local s = setmetatable({ - _fd = fd, - _flags = SELECT_READ, - _event = {}, - _writebuf = "", - shutdown_r = false, - shutdown_w = false, - }, stream_mt) - selector:event_add(fd, SELECT_READ, function (event) - update_stream(s, event) - end) - return s -end -local function connect_stream(s) - setmetatable(s, stream_mt) - selector:event_del(s._fd) - if s._writebuf ~= "" then - s._flags = SELECT_READ | SELECT_WRITE - selector:event_add(s._fd, SELECT_READ | SELECT_WRITE, function (event) - update_stream(s, event) - end) - s:select_w() - else - s._flags = SELECT_READ - selector:event_add(s._fd, SELECT_READ, function (event) - update_stream(s, event) - end) - end -end - - -local listen_mt = {} -local listen = {} -listen_mt.__index = listen -function listen_mt:__newindex(name, func) - if name:sub(1, 3) == "on_" then - self._event[name:sub(4)] = func - end -end -function listen:is_closed() - return self.shutdown_r -end -function listen:close() - self.shutdown_r = true - close(self) -end -local function new_listen(fd) - local s = { - _fd = fd, - _flags = SELECT_READ, - _event = {}, - shutdown_r = false, - shutdown_w = true, - } - selector:event_add(fd, SELECT_READ, function () - local newfd, err = fd:accept() - if not newfd then - on_event(s, "error", err) - return - end - local ok, err = newfd:status() - if not ok then - on_event(s, "error", err) - return - end - if newfd:status() then - local news = accept_stream(newfd) - on_event(s, "accept", news) - end - end) - return setmetatable(s, listen_mt) -end - -local connect_mt = {} -local connect = {} -connect_mt.__index = connect -function connect_mt:__newindex(name, func) - if name:sub(1, 3) == "on_" then - self._event[name:sub(4)] = func - end -end -function connect:write(data) - if data == "" then - return - end - self._writebuf = self._writebuf .. data -end -function connect:is_closed() - return self.shutdown_w -end -function connect:close() - self.shutdown_w = true - close(self) -end -local function new_connect(fd) - local s = { - _fd = fd, - _flags = SELECT_WRITE, - _event = {}, - _writebuf = "", - shutdown_r = false, - shutdown_w = false, - } - selector:event_add(fd, SELECT_WRITE, function () - local ok, err = fd:status() - if ok then - connect_stream(s) - on_event(s, "connect") - else - on_event(s, "error", err) - s:close() - end - end) - return setmetatable(s, connect_mt) -end - -local m = {} - -function m.listen(protocol, ...) - local fd, err = socket(protocol) - if not fd then - return nil, err - end - local ok - ok, err = fd:bind(...) - if not ok then - fd:close() - return nil, err - end - ok, err = fd:listen() - if not ok then - fd:close() - return nil, err - end - return new_listen(fd) -end - -function m.connect(protocol, ...) - local fd, err = socket(protocol) - if not fd then - return nil, err - end - local ok - ok, err = fd:connect(...) - if ok == nil then - fd:close() - return nil, err - end - return new_connect(fd) -end - -function m.update(timeout) - for func, event in selector:wait(timeout or 0) do - func(event) - end -end - -return m diff --git a/script/service/service.lua b/script/service/service.lua deleted file mode 100644 index b6056390b..000000000 --- a/script/service/service.lua +++ /dev/null @@ -1,284 +0,0 @@ ----@diagnostic disable: deprecated -local pub = require 'pub' -local thread = require 'bee.thread' -local await = require 'await' -local timer = require 'timer' -local proto = require 'proto' -local vm = require 'vm' -local util = require 'utility' -local files = require 'files' -local lang = require 'language' -local ws = require 'workspace' -local time = require 'bee.time' -local fw = require 'filewatch' -local furi = require 'file-uri' - -require 'jsonc' -require 'json-beautify' - ----@class service -local m = {} -m.type = 'service' -m.idleClock = 0.0 -m.sleeping = false - -local function countMemory() - local mems = {} - local total = 0 - mems[0] = collectgarbage 'count' - total = total + collectgarbage 'count' - for id, brave in ipairs(pub.braves) do - mems[id] = brave.memory - total = total + brave.memory - end - return total, mems -end - -function m.reportMemoryCollect() - local totalMemBefore = countMemory() - local clock = os.clock() - collectgarbage() - local passed = os.clock() - clock - local totalMemAfter, mems = countMemory() - - local lines = {} - lines[#lines+1] = ' --------------- Memory ---------------' - lines[#lines+1] = (' Total: %.3f(%.3f) MB'):format(totalMemAfter / 1000.0, totalMemBefore / 1000.0) - for i = 0, #mems do - lines[#lines+1] = (' # %02d : %.3f MB'):format(i, mems[i] / 1000.0) - end - lines[#lines+1] = (' Collect garbage takes [%.3f] sec'):format(passed) - return table.concat(lines, '\n') -end - -function m.reportMemory() - local totalMem, mems = countMemory() - - local lines = {} - lines[#lines+1] = ' --------------- Memory ---------------' - lines[#lines+1] = (' Total: %.3f MB'):format(totalMem / 1000.0) - for i = 0, #mems do - lines[#lines+1] = (' # %02d : %.3f MB'):format(i, mems[i] / 1000.0) - end - return table.concat(lines, '\n') -end - -function m.reportTask() - local total = 0 - local running = 0 - local suspended = 0 - local normal = 0 - local dead = 0 - - for co in pairs(await.coMap) do - total = total + 1 - local status = coroutine.status(co) - if status == 'running' then - running = running + 1 - elseif status == 'suspended' then - suspended = suspended + 1 - elseif status == 'normal' then - normal = normal + 1 - elseif status == 'dead' then - dead = dead + 1 - end - end - - local lines = {} - lines[#lines+1] = ' --------------- Coroutine ---------------' - lines[#lines+1] = (' Total: %d'):format(total) - lines[#lines+1] = (' Running: %d'):format(running) - lines[#lines+1] = (' Suspended: %d'):format(suspended) - lines[#lines+1] = (' Normal: %d'):format(normal) - lines[#lines+1] = (' Dead: %d'):format(dead) - return table.concat(lines, '\n') -end - -function m.reportCache() - local total = 0 - local dead = 0 - - for cache in pairs(vm.cacheTracker) do - total = total + 1 - if cache.dead then - dead = dead + 1 - end - end - - local lines = {} - lines[#lines+1] = ' --------------- Cache ---------------' - lines[#lines+1] = (' Total: %d'):format(total) - lines[#lines+1] = (' Dead: %d'):format(dead) - return table.concat(lines, '\n') -end - -function m.reportProto() - local holdon = 0 - local waiting = 0 - - for _ in pairs(proto.holdon) do - holdon = holdon + 1 - end - for _ in pairs(proto.waiting) do - waiting = waiting + 1 - end - - local lines = {} - lines[#lines+1] = ' --------------- RPC ---------------' - lines[#lines+1] = (' Holdon: %d'):format(holdon) - lines[#lines+1] = (' Waiting: %d'):format(waiting) - return table.concat(lines, '\n') -end - -function m.report() - local t = timer.loop(600.0, function () - local lines = {} - lines[#lines+1] = '' - lines[#lines+1] = '========= Medical Examination Report =========' - lines[#lines+1] = m.reportMemory() - lines[#lines+1] = m.reportTask() - lines[#lines+1] = m.reportCache() - lines[#lines+1] = m.reportProto() - lines[#lines+1] = '==============================================' - - log.info(table.concat(lines, '\n')) - end) - t:onTimer() -end - -function m.eventLoop() - pub.task('timer', 1) - pub.on('wakeup', function () - m.reportStatus() - fw.update() - end) - - local function busy() - if not m.workingClock then - m.workingClock = time.monotonic() - m.reportStatus() - end - end - - local function idle() - if m.workingClock then - m.workingClock = nil - m.reportStatus() - end - end - - local function doSomething() - timer.update() - pub.step(false) - if await.step() then - busy() - return true - end - return false - end - - local function sleep() - idle() - for _ = 1, 10 do - thread.sleep(0.1) - if doSomething() then - return - end - end - pub.step(true) - end - - while true do - if doSomething() then - goto CONTINUE - end - sleep() - ::CONTINUE:: - end -end - -local showStatusTip = math.random(100) == 1 - -function m.reportStatus() - local info = {} - if m.workingClock and time.monotonic() - m.workingClock > 100 then - info.text = '$(loading~spin)Lua' - elseif m.sleeping then - info.text = "💤Lua" - else - info.text = '😺Lua' - end - - local tooltips = {} - local params = { - ast = files.countStates(), - max = files.fileCount, - mem = collectgarbage('count') / 1000, - } - for i, scp in ipairs(ws.folders) do - tooltips[i] = lang.script('WINDOW_LUA_STATUS_WORKSPACE', furi.decode(scp.uri)) - end - tooltips[#tooltips+1] = lang.script('WINDOW_LUA_STATUS_CACHED_FILES', params) - tooltips[#tooltips+1] = lang.script('WINDOW_LUA_STATUS_MEMORY_COUNT', params) - if showStatusTip then - tooltips[#tooltips+1] = lang.script('WINDOW_LUA_STATUS_TIP') - end - - info.tooltip = table.concat(tooltips, '\n') - if util.equal(m.lastInfo, info) then - return - end - m.lastInfo = info - proto.notify('$/status/report', info) -end - -function m.testVersion() - local stack = debug.setcstacklimit(200) - debug.setcstacklimit(stack + 1) - if type(stack) == 'number' and debug.setcstacklimit(stack) == stack + 1 then - proto.notify('window/showMessage', { - type = 2, - message = 'It seems to be running in Lua 5.4.0 or Lua 5.4.1 . Please upgrade to Lua 5.4.2 or above. Otherwise, it may encounter weird "C stack overflow", resulting in failure to work properly', - }) - end -end - -function m.lockCache() - local fs = require 'bee.filesystem' - local sp = require 'bee.subprocess' - local cacheDir = string.format('%s/cache', LOGPATH) - local myCacheDir = string.format('%s/%d' - , cacheDir - , sp.get_id() - ) - fs.create_directories(fs.path(myCacheDir)) - local err - m.lockFile, err = io.open(myCacheDir .. '/.lock', 'wb') - if err then - log.error(err) - end -end - -function m.start() - util.enableCloseFunction() - await.setErrorHandle(log.error) - pub.recruitBraves(4) - if COMPILECORES and COMPILECORES > 0 then - pub.recruitBraves(COMPILECORES, 'compile') - end - if SOCKET then - assert(math.tointeger(SOCKET), '`socket` must be integer') - proto.listen('socket', SOCKET) - else - proto.listen('stdio') - end - m.report() - m.testVersion() - m.lockCache() - - require 'provider' - - m.eventLoop() -end - -return m diff --git a/script/string-merger.lua b/script/string-merger.lua deleted file mode 100644 index 65896575a..000000000 --- a/script/string-merger.lua +++ /dev/null @@ -1,148 +0,0 @@ ----@class string.merger.diff ----@field start integer # 替换开始的字节 ----@field finish integer # 替换结束的字节 ----@field text string # 替换的文本 - ----@class string.merger.info: string.merger.diff ----@field cstart integer # 转换后的开始字节 ----@field cfinish integer # 转换后的结束字节 - ----@alias string.merger.diffs string.merger.diff[] ----@alias string.merger.infos string.merger.info[] - --- 根据二分法找到最近的开始位置 ----@param diffs table ----@param offset any ----@return string.merger.info -local function getNearDiff(diffs, offset, key) - local min = 1 - local max = #diffs - while max > min do - local middle = min + (max - min) // 2 - local diff = diffs[middle] - local ndiff = diffs[middle + 1] - if diff[key] > offset then - max = middle - goto CONTINUE - end - if not ndiff then - return diff - end - if ndiff[key] > offset then - return diff - end - if min == middle then - min = middle + 1 - else - min = middle - end - ::CONTINUE:: - end - return diffs[min] -end - -local m = {} - ----把文本与差异进行合并 ----@param text string ----@param diffs string.merger.diffs ----@return string ----@return string.merger.infos -function m.mergeDiff(text, diffs) - local info = {} - for i, diff in ipairs(diffs) do - info[i] = { - start = diff.start, - finish = diff.finish, - text = diff.text, - } - end - table.sort(info, function (a, b) - return a.start < b.start - end) - local cur = 1 - local buf = {} - local delta = 0 - for _, diff in ipairs(info) do - diff.cstart = diff.start + delta - diff.cfinish = diff.cstart + #diff.text - 1 - buf[#buf+1] = text:sub(cur, diff.start - 1) - buf[#buf+1] = diff.text - cur = diff.finish + 1 - delta = delta + #diff.text - (diff.finish - diff.start + 1) - end - buf[#buf+1] = text:sub(cur) - return table.concat(buf), info -end - ----根据转换前的位置获取转换后的位置 ----@param info string.merger.infos ----@param offset integer ----@return integer start ----@return integer finish -function m.getOffset(info, offset) - local diff = getNearDiff(info, offset, 'start') - if not diff then - return offset, offset - end - if offset <= diff.finish then - local start, finish - if offset == diff.start then - start = diff.cstart - end - if offset == diff.finish then - finish = diff.cfinish - end - if not start or not finish then - local soff = offset - diff.start - local pos = math.min(diff.cstart + soff, diff.cfinish) - start = start or pos - finish = finish or pos - end - if start > finish then - start = finish - end - return start, finish - end - local pos = offset - diff.finish + diff.cfinish - return pos, pos -end - ----根据转换后的位置获取转换前的位置 ----@param info string.merger.infos ----@param offset integer ----@return integer start ----@return integer finish -function m.getOffsetBack(info, offset) - local diff = getNearDiff(info, offset, 'cstart') - if not diff then - return offset, offset - end - if offset <= diff.cfinish then - local start, finish - if offset == diff.cstart then - start = diff.start - end - if offset == diff.cfinish then - finish = diff.finish - end - if not start or not finish then - if offset > diff.cstart - and offset < diff.cfinish then - return diff.finish, diff.finish - end - local soff = offset - diff.cstart - local pos = math.min(diff.start + soff, diff.finish) - start = start or pos - finish = finish or pos - end - if start > finish then - start = finish - end - return start, finish - end - local pos = offset - diff.cfinish + diff.finish - return pos, pos -end - -return m diff --git a/script/text-merger.lua b/script/text-merger.lua deleted file mode 100644 index c3b144c38..000000000 --- a/script/text-merger.lua +++ /dev/null @@ -1,116 +0,0 @@ -local files = require 'files' -local util = require 'utility' -local encoder = require 'encoder' -local client = require 'client' - -local offsetEncoding -local function getOffsetEncoding() - if not offsetEncoding then - offsetEncoding = client.getOffsetEncoding():lower():gsub('%-', '') - end - return offsetEncoding -end - -local function splitRows(text) - local rows = {} - for line in util.eachLine(text, true) do - rows[#rows+1] = line - end - return rows -end - -local function getLeft(text, char) - if not text then - return '' - end - local encoding = getOffsetEncoding() - local left - local length = encoder.len(encoding, text) - - if char == 0 then - left = '' - elseif char >= length then - left = text - else - left = text:sub(1, encoder.offset(encoding, text, char + 1) - 1) - end - - return left -end - -local function getRight(text, char) - if not text then - return '' - end - local encoding = getOffsetEncoding() - local right - local length = encoder.len(encoding, text) - - if char == 0 then - right = text - elseif char >= length then - right = '' - else - right = text:sub(encoder.offset(encoding, text, char + 1)) - end - - return right -end - -local function mergeRows(rows, change) - local startLine = change.range['start'].line + 1 - local startChar = change.range['start'].character - local endLine = change.range['end'].line + 1 - local endChar = change.range['end'].character - - local insertRows = splitRows(change.text) - local newEndLine = startLine + #insertRows - 1 - local left = getLeft(rows[startLine], startChar) - local right = getRight(rows[endLine], endChar) - -- 先把双方的行数调整成一致 - if endLine > #rows then - log.error('NMD, WSM `endLine > #rows` ?') - for i = #rows + 1, endLine do - rows[i] = '' - end - end - local delta = #insertRows - (endLine - startLine + 1) - if delta ~= 0 then - table.move(rows, endLine, #rows, endLine + delta) - -- 如果行数变少了,要清除多余的行 - if delta < 0 then - for i = #rows, #rows + delta + 1, -1 do - rows[i] = nil - end - end - end - -- 先处理第一行和最后一行 - if startLine == newEndLine then - rows[startLine] = left .. insertRows[1] .. right - else - rows[startLine] = left .. insertRows[1] - rows[newEndLine] = insertRows[#insertRows] .. right - end - -- 修改中间的每一行 - for i = 2, #insertRows - 1 do - local currentLine = startLine + i - 1 - local insertText = insertRows[i] or '' - rows[currentLine] = insertText - end -end - -return function (text, rows, changes) - for _, change in ipairs(changes) do - if change.range then - rows = rows or splitRows(text) - mergeRows(rows, change) - else - rows = nil - text = change.text - end - end - if rows then - text = table.concat(rows) - end - return text, rows -end diff --git a/script/timer.lua b/script/timer.lua deleted file mode 100644 index 09bbce0fb..000000000 --- a/script/timer.lua +++ /dev/null @@ -1,237 +0,0 @@ -local time = require 'bee.time' -local setmetatable = setmetatable -local mathMax = math.max -local mathFloor = math.floor -local monotonic = time.monotonic -local xpcall = xpcall -local logError = log.error - -_ENV = nil - -local curFrame = 0 -local maxFrame = 0 -local curIndex = 0 -local tarFrame = 0 -local fwFrame = 0 -local freeQueue = {} -local timer = {} - -local function allocQueue() - local n = #freeQueue - if n > 0 then - local r = freeQueue[n] - freeQueue[n] = nil - return r - else - return {} - end -end - -local function mTimeout(self, timeout) - if self._pauseRemaining or self._running then - return - end - local ti = tarFrame + timeout - local q = timer[ti] - if q == nil then - q = allocQueue() - timer[ti] = q - end - self._timeoutFrame = ti - self._running = true - q[#q + 1] = self -end - -local function mWakeup(self) - if self._removed then - return - end - self._running = false - if self._onTimer then - xpcall(self._onTimer, logError, self) - end - if self._removed then - return - end - if self._timerCount then - if self._timerCount > 1 then - self._timerCount = self._timerCount - 1 - mTimeout(self, self._timeout) - else - self._removed = true - end - else - mTimeout(self, self._timeout) - end -end - -local function getRemaining(self) - if self._removed then - return 0 - end - if self._pauseRemaining then - return self._pauseRemaining - end - if self._timeoutFrame == curFrame then - return self._timeout or 0 - end - return self._timeoutFrame - curFrame -end - -local function onTick() - local q = timer[curFrame] - if q == nil then - curIndex = 0 - return - end - for i = curIndex + 1, #q do - local callback = q[i] - curIndex = i - q[i] = nil - if callback then - mWakeup(callback) - end - end - curIndex = 0 - timer[curFrame] = nil - freeQueue[#freeQueue + 1] = q -end - ----@class timer.manager -local m = {} - ----@class timer ----@field _onTimer? fun(self: timer) ----@field _timeoutFrame integer ----@field _timeout integer -local mt = {} -mt.__index = mt -mt.type = 'timer' - -function mt:__tostring() - return '[table:timer]' -end - -function mt:__call() - if self._onTimer then - self:_onTimer() - end -end - -function mt:remove() - self._removed = true -end - -function mt:pause() - if self._removed or self._pauseRemaining then - return - end - self._pauseRemaining = getRemaining(self) - self._running = false - local ti = self._timeoutFrame - local q = timer[ti] - if q then - for i = #q, 1, -1 do - if q[i] == self then - q[i] = false - return - end - end - end -end - -function mt:resume() - if self._removed or not self._pauseRemaining then - return - end - local timeout = self._pauseRemaining - self._pauseRemaining = nil - mTimeout(self, timeout) -end - -function mt:restart() - if self._removed or self._pauseRemaining or not self._running then - return - end - local ti = self._timeoutFrame - local q = timer[ti] - if q then - for i = #q, 1, -1 do - if q[i] == self then - q[i] = false - break - end - end - end - self._running = false - mTimeout(self, self._timeout) -end - -function mt:remaining() - return getRemaining(self) / 1000.0 -end - -function mt:onTimer() - self:_onTimer() -end - -function m.wait(timeout, onTimer) - local _timeout = mathMax(mathFloor(timeout * 1000.0), 1) - local t = setmetatable({ - ['_timeout'] = _timeout, - ['_onTimer'] = onTimer, - ['_timerCount'] = 1, - }, mt) - mTimeout(t, _timeout) - return t -end - -function m.loop(timeout, onTimer) - local _timeout = mathFloor(timeout * 1000.0) - local t = setmetatable({ - ['_timeout'] = _timeout, - ['_onTimer'] = onTimer, - }, mt) - mTimeout(t, _timeout) - return t -end - -function m.timer(timeout, count, onTimer) - if count == 0 then - return m.loop(timeout, onTimer) - end - local _timeout = mathFloor(timeout * 1000.0) - local t = setmetatable({ - ['_timeout'] = _timeout, - ['_onTimer'] = onTimer, - ['_timerCount'] = count, - }, mt) - mTimeout(t, _timeout) - return t -end - -function m.clock() - return curFrame / 1000.0 -end - -local lastClock = monotonic() -function m.update() - local currentClock = monotonic() + fwFrame - local delta = currentClock - lastClock - lastClock = currentClock - if curIndex ~= 0 then - curFrame = curFrame - 1 - end - maxFrame = maxFrame + delta - tarFrame = mathFloor(maxFrame) - while curFrame < maxFrame do - curFrame = curFrame + 1 - onTick() - end -end - -function m.timeJump(delta) - fwFrame = fwFrame + mathFloor(delta * 1000.0) -end - -return m diff --git a/script/tracy.lua b/script/tracy.lua deleted file mode 100644 index 6a8ab4804..000000000 --- a/script/tracy.lua +++ /dev/null @@ -1,32 +0,0 @@ -local originTracy - -local function enable() - if not originTracy then - local suc = pcall(require, 'luatracy') - if suc then - originTracy = tracy - else - originTracy = { - ZoneBeginN = function (info) end, - ZoneEnd = function () end, - } - end - end ----@diagnostic disable-next-line: lowercase-global - tracy = originTracy -end - -local function disable() ----@diagnostic disable-next-line: lowercase-global - tracy = { - ZoneBeginN = function (info) end, - ZoneEnd = function () end, - } -end - -disable() - -return { - enable = enable, - disable = disable, -} diff --git a/script/utility.lua b/script/utility.lua deleted file mode 100644 index 936726f9b..000000000 --- a/script/utility.lua +++ /dev/null @@ -1,951 +0,0 @@ -local tableSort = table.sort -local stringRep = string.rep -local tableConcat = table.concat -local tostring = tostring -local type = type -local pairs = pairs -local ipairs = ipairs -local next = next -local rawset = rawset -local move = table.move -local tableRemove = table.remove -local setmetatable = debug.setmetatable -local mathType = math.type -local mathCeil = math.ceil -local getmetatable = getmetatable -local mathAbs = math.abs -local mathRandom = math.random -local ioOpen = io.open -local utf8Len = utf8.len -local getenv = os.getenv -local getupvalue = debug.getupvalue -local mathHuge = math.huge -local inf = 1 / 0 -local nan = 0 / 0 -local error = error -local assert = assert - -_ENV = nil - -local function isInteger(n) - if mathType then - return mathType(n) == 'integer' - else - return type(n) == 'number' and n % 1 == 0 - end -end - -local function formatNumber(n) - if n == inf - or n == -inf - or n == nan - or n ~= n then -- IEEE 标准中,NAN 不等于自己。但是某些实现中没有遵守这个规则 - return ('%q'):format(n) - end - if isInteger(n) then - return tostring(n) - end - local str = ('%.10f'):format(n) - str = str:gsub('%.?0*$', '') - return str -end - -local TAB = setmetatable({}, { __index = function (self, n) - self[n] = stringRep(' ', n) - return self[n] -end}) - -local RESERVED = { - ['and'] = true, - ['break'] = true, - ['do'] = true, - ['else'] = true, - ['elseif'] = true, - ['end'] = true, - ['false'] = true, - ['for'] = true, - ['function'] = true, - ['goto'] = true, - ['if'] = true, - ['in'] = true, - ['local'] = true, - ['nil'] = true, - ['not'] = true, - ['or'] = true, - ['repeat'] = true, - ['return'] = true, - ['then'] = true, - ['true'] = true, - ['until'] = true, - ['while'] = true, -} - -local m = {} - ---- 打印表的结构 ----@param tbl any ----@param option? table ----@return string -function m.dump(tbl, option) - if not option then - option = {} - end - if type(tbl) ~= 'table' then - return ('%s'):format(tbl) - end - local lines = {} - local mark = {} - local stack = {} - lines[#lines+1] = '{' - local function unpack(tbl) - local deep = #stack - mark[tbl] = (mark[tbl] or 0) + 1 - local keys = {} - local keymap = {} - local integerFormat = '[%d]' - local alignment = 0 - if #tbl >= 10 then - local width = #tostring(#tbl) - integerFormat = ('[%%0%dd]'):format(mathCeil(width)) - end - for key in pairs(tbl) do - if type(key) == 'string' then - if not key:match('^[%a_][%w_]*$') - or RESERVED[key] - or option['longStringKey'] - then - keymap[key] = ('[%q]'):format(key) - else - keymap[key] = ('%s'):format(key) - end - elseif isInteger(key) then - keymap[key] = integerFormat:format(key) - else - keymap[key] = ('["<%s>"]'):format(tostring(key)) - end - keys[#keys+1] = key - if option['alignment'] then - if #keymap[key] > alignment then - alignment = #keymap[key] - end - end - end - local mt = getmetatable(tbl) - if not mt or not mt.__pairs then - if option['sorter'] then - option['sorter'](keys, keymap) - else - tableSort(keys, function (a, b) - return keymap[a] < keymap[b] - end) - end - end - for _, key in ipairs(keys) do - local keyWord = keymap[key] - if option['noArrayKey'] - and isInteger(key) - and key <= #tbl - then - keyWord = '' - else - if #keyWord < alignment then - keyWord = keyWord .. (' '):rep(alignment - #keyWord) .. ' = ' - else - keyWord = keyWord .. ' = ' - end - end - local value = tbl[key] - local tp = type(value) - local format = option['format'] and option['format'][key] - if format then - value = format(value, unpack, deep+1, stack) - tp = type(value) - end - if tp == 'table' then - if mark[value] and mark[value] > 0 then - lines[#lines+1] = ('%s%s%s,'):format(TAB[deep+1], keyWord, option['loop'] or '""') - elseif deep >= (option['deep'] or mathHuge) then - lines[#lines+1] = ('%s%s%s,'):format(TAB[deep+1], keyWord, '""') - else - lines[#lines+1] = ('%s%s{'):format(TAB[deep+1], keyWord) - stack[#stack+1] = key - unpack(value) - stack[#stack] = nil - lines[#lines+1] = ('%s},'):format(TAB[deep+1]) - end - elseif tp == 'string' then - lines[#lines+1] = ('%s%s%q,'):format(TAB[deep+1], keyWord, value) - elseif tp == 'number' then - lines[#lines+1] = ('%s%s%s,'):format(TAB[deep+1], keyWord, (option['number'] or formatNumber)(value)) - elseif tp == 'nil' then - else - lines[#lines+1] = ('%s%s%s,'):format(TAB[deep+1], keyWord, tostring(value)) - end - end - mark[tbl] = mark[tbl] - 1 - end - unpack(tbl) - lines[#lines+1] = '}' - return tableConcat(lines, '\r\n') -end - ---- 递归判断A与B是否相等 ----@param valueA any ----@param valueB any ----@return boolean -function m.equal(valueA, valueB) - local hasChecked = {} - - local function equal(a, b) - local tp1 = type(a) - local tp2 = type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - if hasChecked[a] then - return true - end - hasChecked[a] = true - local mark = {} - for k, v in pairs(a) do - mark[k] = true - local res = equal(v, b[k]) - if not res then - return false - end - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - elseif tp1 == 'number' then - if mathAbs(a - b) <= 1e-10 then - return true - end - return tostring(a) == tostring(b) - else - return a == b - end - end - - return equal(valueA, valueB) -end - -local function sortTable(tbl) - if not tbl then - tbl = {} - end - local mt = {} - local keys = {} - local mark = {} - local n = 0 - for key in next, tbl do - n=n+1;keys[n] = key - mark[key] = true - end - tableSort(keys) - function mt:__newindex(key, value) - rawset(self, key, value) - n=n+1;keys[n] = key - mark[key] = true - if type(value) == 'table' then - sortTable(value) - end - end - function mt:__pairs() - local list = {} - local m = 0 - for key in next, self do - if not mark[key] then - m=m+1;list[m] = key - end - end - if m > 0 then - move(keys, 1, n, m+1) - tableSort(list) - for i = 1, m do - local key = list[i] - keys[i] = key - mark[key] = true - end - n = n + m - end - local i = 0 - return function () - i = i + 1 - local key = keys[i] - return key, self[key] - end - end - - return setmetatable(tbl, mt) -end - ---- 创建一个有序表 ----@param tbl? table ----@return table -function m.container(tbl) - return sortTable(tbl) -end - ---- 读取文件 ----@param path string ----@param keepBom? boolean ----@return string? text ----@return string? errMsg -function m.loadFile(path, keepBom) - local f, e = ioOpen(path, 'rb') - if not f then - return nil, e - end - local text = f:read 'a' - f:close() - if not text then - return nil - end - if not keepBom then - if text:sub(1, 3) == '\xEF\xBB\xBF' then - return text:sub(4) - end - if text:sub(1, 2) == '\xFF\xFE' - or text:sub(1, 2) == '\xFE\xFF' then - return text:sub(3) - end - end - return text -end - ---- 写入文件 ----@param path string ----@param content string ----@return boolean ok ----@return string? errMsg -function m.saveFile(path, content) - local f, e = ioOpen(path, "wb") - - if f then - f:write(content) - f:close() - return true - else - return false, e - end -end - ---- 计数器 ----@param init? integer ----@param step? integer ----@return fun():integer -function m.counter(init, step) - if not step then - step = 1 - end - local current = init and (init - 1) or 0 - return function () - current = current + step - return current - end -end - ---- 排序后遍历 ----@generic K, V ----@param t table ----@param sorter? fun(a: K, b: K): boolean ----@return fun(): K, V -function m.sortPairs(t, sorter) - local keys = {} - for k in pairs(t) do - keys[#keys+1] = k - end - tableSort(keys, sorter) - local i = 0 - return function () - i = i + 1 - local k = keys[i] - return k, t[k] - end -end - ---- 深拷贝(不处理元表) ----@param source table ----@param target? table ----@return table -function m.deepCopy(source, target) - local mark = {} - local function copy(a, b) - if type(a) ~= 'table' then - return a - end - if mark[a] then - return mark[a] - end - if not b then - b = {} - end - mark[a] = b - for k, v in pairs(a) do - b[copy(k)] = copy(v) - end - return b - end - return copy(source, target) -end - ---- 序列化 ----@param t table ----@return table -function m.unpack(t) - local result = {} - local tid = 0 - local cache = {} - local function unpack(o) - local id = cache[o] - if not id then - tid = tid + 1 - id = tid - cache[o] = tid - if type(o) == 'table' then - local new = {} - result[tid] = new - for k, v in next, o do - new[unpack(k)] = unpack(v) - end - else - result[id] = o - end - end - return id - end - unpack(t) - return result -end - ---- 反序列化 ----@param t table ----@return table -function m.pack(t) - local cache = {} - local function pack(id) - local o = cache[id] - if o then - return o - end - o = t[id] - if type(o) == 'table' then - local new = {} - cache[id] = new - for k, v in next, o do - new[pack(k)] = pack(v) - end - return new - else - cache[id] = o - return o - end - end - return pack(1) -end - ---- defer -local deferMT = { __close = function (self) self[1]() end } -function m.defer(callback) - return setmetatable({ callback }, deferMT) -end - -function m.enableCloseFunction() - setmetatable(function () end, { __close = function (f) f() end }) -end - -local esc = { - ["'"] = [[\']], - ['"'] = [[\"]], - ['\r'] = [[\r]], - ['\n'] = '\\\n', -} - -function m.viewString(str, quo) - if not quo then - if str:find('[\r\n]') then - quo = '[[' - elseif not str:find("'", 1, true) and str:find('"', 1, true) then - quo = "'" - else - quo = '"' - end - end - if quo == "'" then - str = str:gsub('[\000-\008\011-\012\014-\031\127]', function (char) - return ('\\%03d'):format(char:byte()) - end) - return quo .. str:gsub([=[['\r\n]]=], esc) .. quo - elseif quo == '"' then - str = str:gsub('[\000-\008\011-\012\014-\031\127]', function (char) - return ('\\%03d'):format(char:byte()) - end) - return quo .. str:gsub([=[["\r\n]]=], esc) .. quo - else - local eqnum = #quo - 2 - local fsymb = ']' .. ('='):rep(eqnum) .. ']' - if not str:find(fsymb, 1, true) then - str = str:gsub('[\000-\008\011-\012\014-\031\127]', '') - return quo .. str .. fsymb - end - for i = 0, 10 do - local fsymb = ']' .. ('='):rep(i) .. ']' - if not str:find(fsymb, 1, true) then - local ssymb = '[' .. ('='):rep(i) .. '[' - str = str:gsub('[\000-\008\011-\012\014-\031\127]', '') - return ssymb .. str .. fsymb - end - end - return m.viewString(str, '"') - end -end - -function m.viewLiteral(v) - local tp = type(v) - if tp == 'nil' then - return 'nil' - elseif tp == 'string' then - return m.viewString(v) - elseif tp == 'boolean' then - return tostring(v) - elseif tp == 'number' then - if isInteger(v) then - return tostring(v) - else - return formatNumber(v) - end - end - return nil -end - -function m.utf8Len(str, start, finish) - local len = 0 - for _ = 1, 10000 do - local clen, pos = utf8Len(str, start, finish, true) - if clen then - len = len + clen - break - else - len = len + 1 + utf8Len(str, start, pos - 1, true) - start = pos + 1 - end - end - return len -end - --- 把数组中的元素顺序*原地*反转 ----@param arr any[] ----@return any[] -function m.revertArray(arr) - local len = #arr - if len <= 1 then - return arr - end - for x = 1, len // 2 do - local y = len - x + 1 - arr[x], arr[y] = arr[y], arr[x] - end - return arr -end - --- 创建一个value-key表 ----@generic K, V ----@param t table ----@return table -function m.revertMap(t) - local nt = {} - for k, v in pairs(t) do - nt[v] = k - end - return nt -end - -function m.randomSortTable(t, max) - local len = #t - if len <= 1 then - return t - end - if not max or max > len then - max = len - end - for x = 1, max do - local y = mathRandom(len) - t[x], t[y] = t[y], t[x] - end - return t -end - -function m.tableMultiRemove(t, index) - local mark = {} - for i = 1, #index do - local v = index[i] - mark[v] = true - end - local offset = 0 - local me = 1 - local len = #t - while true do - local it = me + offset - if it > len then - for i = me, len do - t[i] = nil - end - break - end - if mark[it] then - offset = offset + 1 - else - if me ~= it then - t[me] = t[it] - end - me = me + 1 - end - end -end - ----遍历文本的每一行 ----@param text string ----@param keepNL? boolean # 保留换行符 ----@return fun():string?, integer? -function m.eachLine(text, keepNL) - local offset = 1 - local lineCount = 0 - local lastLine - return function () - lineCount = lineCount + 1 - if offset > #text then - if not lastLine then - lastLine = '' - return '', lineCount - end - return nil - end - local nl = text:find('[\r\n]', offset) - if not nl then - lastLine = text:sub(offset) - offset = #text + 1 - return lastLine, lineCount - end - local line - if text:sub(nl, nl + 1) == '\r\n' then - if keepNL then - line = text:sub(offset, nl + 1) - else - line = text:sub(offset, nl - 1) - end - offset = nl + 2 - else - if keepNL then - line = text:sub(offset, nl) - else - line = text:sub(offset, nl - 1) - end - offset = nl + 1 - end - return line, lineCount - end -end - ----@alias SortByScoreCallback fun(o: any): integer - --- 按照分数排序,分数越高越靠前 ----@param tbl any[] ----@param callbacks SortByScoreCallback | SortByScoreCallback[] -function m.sortByScore(tbl, callbacks) - if type(callbacks) ~= 'table' then - callbacks = { callbacks } - end - local size = #callbacks - local scoreCache = {} - for i = 1, size do - scoreCache[i] = {} - end - tableSort(tbl, function (a, b) - for i = 1, size do - local callback = callbacks[i] - local cache = scoreCache[i] - local sa = cache[a] or callback(a) - local sb = cache[b] or callback(b) - cache[a] = sa - cache[b] = sb - if sa > sb then - return true - elseif sa < sb then - return false - end - end - return false - end) -end - ----@param arr any[] ----@return SortByScoreCallback -function m.sortCallbackOfIndex(arr) - ---@type table - local indexMap = m.revertMap(arr) - return function (v) - return - indexMap[v] - end -end - ----裁剪字符串 ----@param str string ----@param mode? '"left"'|'"right"' ----@return string -function m.trim(str, mode) - if mode == "left" then - return (str:gsub('^%s+', '')) - end - if mode == "right" then - return (str:gsub('%s+$', '')) - end - return (str:match '^%s*(.-)%s*$') -end - -function m.expandPath(path) - if path:sub(1, 1) == '~' then - local home = getenv('HOME') - if not home then -- has to be Windows - home = getenv 'USERPROFILE' or (getenv 'HOMEDRIVE' .. getenv 'HOMEPATH') - end - return home .. path:sub(2) - elseif path:sub(1, 1) == '$' then - path = path:gsub('%$([%w_]+)', getenv) - return path - end - return path -end - -function m.arrayToHash(l) - local t = {} - for i = 1, #l do - t[l[i]] = true - end - return t -end - ----@class switch ----@field cachedCases string[] ----@field map table ----@field _default fun(...):... -local switchMT = {} -switchMT.__index = switchMT - ----@param name string ----@return switch -function switchMT:case(name) - self.cachedCases[#self.cachedCases+1] = name - return self -end - ----@param callback async fun(...):... ----@return switch -function switchMT:call(callback) - for i = 1, #self.cachedCases do - local name = self.cachedCases[i] - self.cachedCases[i] = nil - if self.map[name] then - error('Repeated fields:' .. tostring(name)) - end - self.map[name] = callback - end - return self -end - ----@param callback fun(...):... ----@return switch -function switchMT:default(callback) - self._default = callback - return self -end - -function switchMT:getMap() - return self.map -end - ----@param name string ----@return boolean -function switchMT:has(name) - return self.map[name] ~= nil -end - ----@param name string ----@param ... any ----@return ... -function switchMT:__call(name, ...) - local callback = self.map[name] or self._default - if not callback then - return - end - return callback(...) -end - ----@return switch -function m.switch() - local obj = setmetatable({ - map = {}, - cachedCases = {}, - }, switchMT) - return obj -end - ----@param f async fun() ----@param name string ----@return any, boolean -function m.getUpvalue(f, name) - for i = 1, 999 do - local uname, value = getupvalue(f, i) - if not uname then - break - end - if name == uname then - return value, true - end - end - return nil, false -end - -function m.stringStartWith(str, head) - return str:sub(1, #head) == head -end - -function m.stringEndWith(str, tail) - return str:sub(-#tail) == tail -end - -function m.defaultTable(default) - return setmetatable({}, { __index = function (t, k) - if k == nil then - return nil - end - local v = default(k) - t[k] = v - return v - end }) -end - -function m.multiTable(count, default) - local current - if default then - current = setmetatable({}, { __index = function (t, k) - if k == nil then - return nil - end - local v = default(k) - t[k] = v - return v - end }) - else - current = setmetatable({}, { __index = function (t, k) - if k == nil then - return nil - end - local v = {} - t[k] = v - return v - end }) - end - for _ = 3, count do - current = setmetatable({}, { __index = function (t, k) - if k == nil then - return nil - end - t[k] = current - return current - end }) - end - return current -end - ----@param t table ----@param sorter boolean|function ----@return any[] -function m.getTableKeys(t, sorter) - local keys = {} - for k in pairs(t) do - keys[#keys+1] = k - end - if sorter == true then - tableSort(keys) - elseif type(sorter) == 'function' then - tableSort(keys, sorter) - end - return keys -end - -function m.arrayHas(array, value) - for i = 1, #array do - if array[i] == value then - return true - end - end - return false -end - -function m.arrayIndexOf(array, value) - for i = 1, #array do - if array[i] == value then - return i - end - end - return nil -end - -function m.arrayInsert(array, value) - if not m.arrayHas(array, value) then - array[#array+1] = value - end -end - -function m.arrayRemove(array, value) - for i = 1, #array do - if array[i] == value then - tableRemove(array, i) - return - end - end -end - -m.MODE_K = { __mode = 'k' } -m.MODE_V = { __mode = 'v' } -m.MODE_KV = { __mode = 'kv' } - ----@generic T: fun(param: any):any ----@param func T ----@return T -function m.cacheReturn(func) - local cache = {} - return function (param) - if cache[param] == nil then - cache[param] = func(param) - end - return cache[param] - end -end - ----@param a table ----@param b table ----@return table -function m.tableMerge(a, b) - for k, v in pairs(b) do - a[k] = v - end - return a -end - ----@param a any[] ----@param b any[] ----@return any[] -function m.arrayMerge(a, b) - for i = 1, #b do - a[#a+1] = b[i] - end - return a -end - -return m diff --git a/script/version.lua b/script/version.lua deleted file mode 100644 index fa1785645..000000000 --- a/script/version.lua +++ /dev/null @@ -1,30 +0,0 @@ -local fsu = require 'fs-utility' - -local function loadVersion() - local changelog = fsu.loadFile(ROOT / 'changelog.md') - if not changelog then - return - end - - local version, pos = changelog:match '%#%# (%d+%.%d+%.%d+)()' - if not version then - return - end - - if not changelog:find('^[\r\n]+`', pos) then - version = version .. '-dev' - end - return version -end - -local m = {} - -function m.getVersion() - if not m.version then - m.version = loadVersion() or '' - end - - return m.version -end - -return m diff --git a/script/vm/compiler.lua b/script/vm/compiler.lua deleted file mode 100644 index 8a1fa96ac..000000000 --- a/script/vm/compiler.lua +++ /dev/null @@ -1,2016 +0,0 @@ -local guide = require 'parser.guide' -local util = require 'utility' -local config = require 'config' -local rpath = require 'workspace.require-path' -local files = require 'files' ----@class vm -local vm = require 'vm.vm' - ----@class parser.object ----@field _compiledNodes boolean ----@field _node vm.node ----@field cindex integer ----@field func parser.object ----@field hideView boolean ----@field package _returns? parser.object[] ----@field package _callReturns? parser.object[] ----@field package _asCache? parser.object[] - --- 该函数有副作用,会给source绑定node! ----@param source parser.object ----@return boolean -function vm.bindDocs(source) - local docs = source.bindDocs - if not docs then - return false - end - for i = #docs, 1, -1 do - local doc = docs[i] - if doc.type == 'doc.type' then - vm.setNode(source, vm.compileNode(doc)) - return true - end - if doc.type == 'doc.class' then - vm.setNode(source, vm.compileNode(doc)) - for j = i + 1, #docs do - local overload = docs[j] - if overload.type == 'doc.overload' then - overload.overload.hideView = true - end - end - return true - end - if doc.type == 'doc.param' then - local node = vm.compileNode(doc) - if doc.optional then - node:addOptional() - end - vm.setNode(source, node) - return true - end - if doc.type == 'doc.module' then - local name = doc.module - if not name then - return true - end - local uri = rpath.findUrisByRequireName(guide.getUri(source), name)[1] - if not uri then - return true - end - local state = files.getState(uri) - local ast = state and state.ast - if not ast then - return true - end - vm.setNode(source, vm.compileNode(ast)) - return true - end - if doc.type == 'doc.overload' then - vm.setNode(source, vm.compileNode(doc)) - end - end - return false -end - ----@param source parser.object | vm.variable ----@param key string|vm.global|vm.ANY ----@param pushResult fun(res: parser.object, markDoc?: boolean) -local function searchFieldByLocalID(source, key, pushResult) - local fields - if key ~= vm.ANY then - if type(key) ~= 'string' then - return - end - if source.type == 'variable' then - ---@cast source vm.variable - fields = source:getSets(key) - else - ---@cast source parser.object - fields = vm.getVariableSets(source, key) - end - else - if source.type == 'variable' then - ---@cast source vm.variable - fields = source:getFields(false) - else - ---@cast source parser.object - fields = vm.getVariableFields(source, false) - end - end - if not fields then - return - end - local hasMarkDoc = {} - for _, src in ipairs(fields) do - if src.bindDocs then - if vm.bindDocs(src) then - local skey = guide.getKeyName(src) - if skey then - hasMarkDoc[skey] = true - end - pushResult(src, true) - end - end - end - for _, src in ipairs(fields) do - local skey = guide.getKeyName(src) - if not hasMarkDoc[skey] then - pushResult(src) - end - end -end - ----@param suri uri ----@param source parser.object ----@param key string|vm.global|vm.ANY ----@param pushResult fun(res: parser.object, markDoc?: boolean) -local function searchFieldByGlobalID(suri, source, key, pushResult) - local node = vm.getGlobalNode(source) - if not node then - return - end - if node.cate == 'variable' then - if key ~= vm.ANY then - if type(key) ~= 'string' then - return - end - local global = vm.getGlobal('variable', node.name, key) - if global then - for _, set in ipairs(global:getSets(suri)) do - pushResult(set) - end - end - else - local globals = vm.getGlobalFields('variable', node.name) - for _, global in ipairs(globals) do - for _, set in ipairs(global:getSets(suri)) do - pushResult(set) - end - end - end - end - if node.cate == 'type' then - vm.getClassFields(suri, node, key, pushResult) - end -end - -local searchFieldSwitch = util.switch() - : case 'table' - : call(function (suri, source, key, pushResult) - local hasFiled = false - for _, field in ipairs(source) do - if field.type == 'tablefield' - or field.type == 'tableindex' then - local fieldKey = guide.getKeyName(field) - if key == vm.ANY - or key == fieldKey then - hasFiled = true - pushResult(field) - end - end - if field.type == 'tableexp' then - if key == vm.ANY - or key == field.tindex then - hasFiled = true - pushResult(field) - end - end - if field.type == 'varargs' then - if not hasFiled - and type(key) == 'number' - and key >= 1 - and math.tointeger(key) then - hasFiled = true - pushResult(field) - end - if key == vm.ANY then - pushResult(field) - end - end - end - end) - : case 'string' - : case 'doc.type.string' - : call(function (suri, source, key, pushResult) - -- change to `string: stringlib` ? - local stringlib = vm.getGlobal('type', 'stringlib') - if stringlib then - vm.getClassFields(suri, stringlib, key, pushResult) - end - end) - : case 'doc.type.array' - : call(function (suri, source, key, pushResult) - if type(key) == 'number' then - if key < 1 - or not math.tointeger(key) then - return - end - pushResult(source.node, true) - end - if type(key) == 'table' then - if vm.isSubType(suri, key, 'integer') then - pushResult(source.node, true) - end - end - end) - : case 'doc.type.table' - : call(function (suri, source, key, pushResult) - if type(key) == 'string' and key:find(vm.ID_SPLITE) then - return - end - for _, field in ipairs(source.fields) do - local fieldKey = field.name - if fieldKey.type == 'doc.type' then - local fieldNode = vm.compileNode(fieldKey) - for fn in fieldNode:eachObject() do - if fn.type == 'global' and fn.cate == 'type' then - if key == vm.ANY - or fn.name == 'any' - or (fn.name == 'boolean' and type(key) == 'boolean') - or (fn.name == 'number' and type(key) == 'number') - or (fn.name == 'integer' and math.tointeger(key)) - or (fn.name == 'string' and type(key) == 'string') then - pushResult(field, true) - end - elseif fn.type == 'doc.type.string' - or fn.type == 'doc.type.integer' - or fn.type == 'doc.type.boolean' then - if key == vm.ANY - or fn[1] == key then - pushResult(field, true) - end - end - end - end - if fieldKey.type == 'doc.field.name' then - if key == vm.ANY or fieldKey[1] == key then - pushResult(field, true) - end - end - end - end) - : case 'global' - : call(function (suri, node, key, pushResult) - if node.cate == 'variable' then - if key ~= vm.ANY then - if type(key) ~= 'string' then - return - end - local global = vm.getGlobal('variable', node.name, key) - if global then - for _, set in ipairs(global:getSets(suri)) do - pushResult(set) - end - end - else - local globals = vm.getGlobalFields('variable', node.name) - for _, global in ipairs(globals) do - for _, set in ipairs(global:getSets(suri)) do - pushResult(set) - end - end - end - end - if node.cate == 'type' then - vm.getClassFields(suri, node, key, pushResult) - end - end) - : default(function (suri, source, key, pushResult) - searchFieldByLocalID(source, key, pushResult) - searchFieldByGlobalID(suri, source, key, pushResult) - end) - ----@param suri uri ----@param object vm.global ----@param key string|number|integer|boolean|vm.global|vm.ANY ----@param pushResult fun(field: vm.object, isMark?: boolean) -function vm.getClassFields(suri, object, key, pushResult) - local mark = {} - - local function searchClass(class, searchedFields) - local name = class.name - if mark[name] then - return - end - mark[name] = true - searchedFields = searchedFields or {} - - local hasFounded = {} - local function copyToSearched() - for fieldKey in pairs(hasFounded) do - searchedFields[fieldKey] = true - hasFounded[fieldKey] = nil - end - end - - local sets = class:getSets(suri) - for _, set in ipairs(sets) do - if set.type == 'doc.class' then - -- check ---@field - for _, field in ipairs(set.fields) do - local fieldKey = guide.getKeyName(field) - if fieldKey then - -- ---@field x boolean -> class.x - if key == vm.ANY - or fieldKey == key then - if not searchedFields[fieldKey] then - pushResult(field, true) - hasFounded[fieldKey] = true - end - end - goto CONTINUE - end - if key == vm.ANY then - pushResult(field, true) - goto CONTINUE - end - if hasFounded[key] then - goto CONTINUE - end - local keyType = type(key) - if keyType == 'table' then - -- ---@field [integer] boolean -> class[integer] - local fieldNode = vm.compileNode(field.field) - if vm.isSubType(suri, key.name, fieldNode) then - local nkey = '|' .. key.name - if not searchedFields[nkey] then - pushResult(field, true) - hasFounded[nkey] = true - end - end - else - local keyObject - if keyType == 'number' then - if math.tointeger(key) then - keyObject = { type = 'integer', [1] = key } - else - keyObject = { type = 'number', [1] = key } - end - elseif keyType == 'boolean' - or keyType == 'string' then - keyObject = { type = keyType, [1] = key } - end - if keyObject and field.field.type ~= 'doc.field.name' then - -- ---@field [integer] boolean -> class[1] - local fieldNode = vm.compileNode(field.field) - if vm.isSubType(suri, keyObject, fieldNode) then - local nkey = '|' .. keyType - if not searchedFields[nkey] then - pushResult(field, true) - hasFounded[nkey] = true - end - end - end - end - ::CONTINUE:: - end - end - end - copyToSearched() - - for _, set in ipairs(sets) do - if set.type == 'doc.class' then - -- check local field and global field - if not searchedFields[key] and set.bindSource then - local src = set.bindSource - if src.value and src.value.type == 'table' then - searchFieldSwitch('table', suri, src.value, key, function (field) - local fieldKey = guide.getKeyName(field) - if fieldKey then - if not searchedFields[fieldKey] - and guide.isAssign(field) then - hasFounded[fieldKey] = true - pushResult(field, true) - end - end - end) - end - if src.value - and src.value.type == 'select' - and src.value.vararg.type == 'call' then - local func = src.value.vararg.node - local args = src.value.vararg.args - if func.special == 'setmetatable' - and args - and args[1] - and args[1].type == 'table' then - searchFieldSwitch('table', suri, args[1], key, function (field) - local fieldKey = guide.getKeyName(field) - if fieldKey then - if not searchedFields[fieldKey] - and guide.isAssign(field) then - hasFounded[fieldKey] = true - pushResult(field, true) - end - end - end) - end - end - end - end - end - copyToSearched() - - for _, set in ipairs(sets) do - if set.type == 'doc.class' then - if not searchedFields[key] and set.bindSource then - local src = set.bindSource - searchFieldSwitch(src.type, suri, src, key, function (field) - local fieldKey = guide.getKeyName(field) - if fieldKey and not searchedFields[fieldKey] then - if not searchedFields[fieldKey] - and guide.isAssign(field) - and field.value then - if vm.getVariableID(field) - and vm.getVariableID(field) == vm.getVariableID(field.value) then - elseif vm.getGlobalNode(src) - and vm.getGlobalNode(src) == vm.getGlobalNode(field.value) then - else - hasFounded[fieldKey] = true - end - pushResult(field, true) - end - end - end) - end - end - end - copyToSearched() - - for _, set in ipairs(sets) do - if set.type == 'doc.class' then - -- look into extends(if field not found) - if not searchedFields[key] and set.extends then - for _, extend in ipairs(set.extends) do - if extend.type == 'doc.extends.name' then - local extendType = vm.getGlobal('type', extend[1]) - if extendType then - searchClass(extendType, searchedFields) - end - end - end - end - end - end - copyToSearched() - end - - local function searchGlobal(class) - if class.cate == 'type' and class.name == '_G' then - if key == vm.ANY then - local sets = vm.getGlobalSets(suri, 'variable') - for _, set in ipairs(sets) do - pushResult(set) - end - elseif type(key) == 'string' then - local global = vm.getGlobal('variable', key) - if global then - for _, set in ipairs(global:getSets(suri)) do - pushResult(set) - end - end - end - end - end - - searchClass(object) - searchGlobal(object) -end - ----@param func parser.object ----@param index integer ----@return (parser.object|vm.generic)? -function vm.getReturnOfFunction(func, index) - if func.type == 'function' then - if not func._returns then - func._returns = {} - end - if not func._returns[index] then - ---@diagnostic disable-next-line: missing-fields - func._returns[index] = { - type = 'function.return', - parent = func, - returnIndex = index, - } - vm.compileNode(func._returns[index]) - end - return func._returns[index] - end - if func.type == 'doc.type.function' then - local rtn = func.returns[index] - if not rtn then - local lastReturn = func.returns[#func.returns] - if lastReturn and lastReturn.name and lastReturn.name[1] == '...' then - rtn = lastReturn - else - return nil - end - end - local sign = vm.getSign(func) - if not sign then - return rtn - end - return vm.createGeneric(rtn, sign) - end - return nil -end - ----@param args parser.object[] ----@return vm.node -local function getReturnOfSetMetaTable(args) - local tbl = args[1] - local mt = args[2] - local node = vm.createNode() - if tbl then - node:merge(vm.compileNode(tbl)) - end - if mt then - vm.compileByParentNodeAll(mt, '__index', function (src) - for n in vm.compileNode(src):eachObject() do - if n.type == 'global' - or n.type == 'local' - or n.type == 'table' - or n.type == 'doc.type.table' then - node:merge(n) - end - end - end) - end - --过滤nil - node:remove 'nil' - return node -end - ----@param source parser.object -local function matchCall(source) - local call = source.parent - if not call - or call.type ~= 'call' - or call.node ~= source then - return - end - local funcs = vm.getMatchedFunctions(source, call.args) - local myNode = vm.getNode(source) - if not myNode then - return - end - local needRemove - for n in myNode:eachObject() do - if n.type == 'function' - or n.type == 'doc.type.function' then - if not util.arrayHas(funcs, n) then - if not needRemove then - needRemove = vm.createNode() - end - needRemove:merge(n) - end - end - end - if needRemove then - local newNode = myNode:copy() - newNode:removeNode(needRemove) - newNode.originNode = myNode - vm.setNode(source, newNode, true) - end -end - ----@param func parser.object ----@param index integer ----@param args parser.object[] ----@return vm.node -local function getReturn(func, index, args) - if not func._callReturns then - func._callReturns = {} - end - if not func._callReturns[index] then - local call = func.parent - ---@diagnostic disable-next-line: missing-fields - func._callReturns[index] = { - type = 'call.return', - parent = call, - func = func, - cindex = index, - args = args, - start = call.start, - finish = call.finish, - } - end - return vm.compileNode(func._callReturns[index]) -end - ----@param source parser.object ----@return boolean -function vm.bindAs(source) - local root = guide.getRoot(source) - local docs = root.docs - if not docs then - return false - end - local ases = docs._asCache - if not ases then - ases = {} - docs._asCache = ases - for _, doc in ipairs(docs) do - if doc.type == 'doc.as' and doc.as and doc.touch then - ases[#ases+1] = doc - end - end - table.sort(ases, function (a, b) - return a.touch < b.touch - end) - end - - if #ases == 0 then - return false - end - - local max = #ases - local index - local left = 1 - local right = max - for _ = 1, 1000 do - if left == right then - index = left - break - end - index = left + (right - left) // 2 - local doc = ases[index] - if doc.touch < source.finish then - left = index + 1 - else - right = index - end - end - - local doc = ases[index] - if doc and doc.touch == source.finish then - local asNode = vm.compileNode(doc.as) - vm.setNode(source, asNode, true) - return true - end - - return false -end - ----@param source parser.object | vm.variable ----@param key string|vm.global|vm.ANY ----@return parser.object[] docedResults ----@return parser.object[] commonResults -function vm.getNodesOfParentNode(source, key) - local parentNode = vm.compileNode(source) - local docedResults = {} - local commonResults = {} - local mark = {} - local suri = guide.getUri(source) - local hasClass - for node in parentNode:eachObject() do - if node.type == 'global' - and node.cate == 'type' - ---@cast node vm.global - and not guide.isBasicType(node.name) then - hasClass = true - break - end - end - for node in parentNode:eachObject() do - if not hasClass - or ( - node.type == 'global' - and node.cate == 'type' - ---@cast node vm.global - and not guide.isBasicType(node.name) - ) - or guide.isLiteral(node) then - searchFieldSwitch(node.type, suri, node, key, function (res, markDoc) - if mark[res] then - return - end - mark[res] = true - if markDoc then - docedResults[#docedResults+1] = res - else - commonResults[#commonResults+1] = res - end - end) - end - end - - if not next(mark) then - searchFieldByLocalID(source, key, function (res, markDoc) - if mark[res] then - return - end - mark[res] = true - if markDoc then - docedResults[#docedResults+1] = res - else - commonResults[#commonResults+1] = res - end - end) - end - - return docedResults, commonResults -end - --- 遍历所有字段(按照优先级) ----@param source parser.object | vm.variable ----@param key string|vm.global|vm.ANY ----@param pushResult fun(source: parser.object) -function vm.compileByParentNode(source, key, pushResult) - local docedResults, commonResults = vm.getNodesOfParentNode(source, key) - - if #docedResults > 0 then - for _, res in ipairs(docedResults) do - pushResult(res) - end - end - if #docedResults == 0 or key == vm.ANY then - for _, res in ipairs(commonResults) do - pushResult(res) - end - end -end - --- 遍历所有字段(无视优先级) ----@param source parser.object | vm.variable ----@param key string|vm.global|vm.ANY ----@param pushResult fun(source: parser.object) -function vm.compileByParentNodeAll(source, key, pushResult) - local docedResults, commonResults = vm.getNodesOfParentNode(source, key) - - for _, res in ipairs(docedResults) do - pushResult(res) - end - for _, res in ipairs(commonResults) do - pushResult(res) - end -end - ----@param list parser.object[] ----@param index integer ----@return vm.node ----@return parser.object? -function vm.selectNode(list, index) - local exp - if list[index] then - exp = list[index] - index = 1 - else - for i = index, 1, -1 do - if list[i] then - local last = list[i] - if last.type == 'call' - or last.type == 'varargs' then - index = index - i + 1 - exp = last - end - break - end - end - end - if not exp then - return vm.createNode(vm.declareGlobal('type', 'nil')), nil - end - - if vm.bindDocs(list) then - return vm.compileNode(list), exp - end - - ---@type vm.node? - local result - if exp.type == 'call' then - result = getReturn(exp.node, index, exp.args) - if result:isEmpty() then - result:merge(vm.declareGlobal('type', 'unknown')) - end - else - ---@type vm.node - result = vm.compileNode(exp) - if result:isEmpty() then - result:merge(vm.declareGlobal('type', 'unknown')) - end - end - return result, exp -end - ----@param source parser.object ----@param list parser.object[] ----@param index integer ----@return vm.node -local function selectNode(source, list, index) - local result = vm.selectNode(list, index) - if source.type == 'function.return' then - -- remove any for returns - local rtnNode = vm.createNode() - for n in result:eachObject() do - if guide.isLiteral(n) then - rtnNode:merge(n) - end - if n.type == 'global' and n.cate == 'type' then - if n.name ~= 'any' then - rtnNode:merge(n) - end - else - rtnNode:merge(n) - end - end - vm.setNode(source, rtnNode) - return rtnNode - end - vm.setNode(source, result) - return result -end - ----@param source parser.object ----@param node vm.node.object ----@return boolean -local function isValidCallArgNode(source, node) - if source.type == 'function' then - return node.type == 'doc.type.function' - end - if source.type == 'table' then - return node.type == 'doc.type.table' or node.type == 'doc.type.array' - or ( node.type == 'global' - and node.cate == 'type' - ---@cast node vm.global - and not guide.isBasicType(node.name) - ) - end - if source.type == 'dummyarg' then - return true - end - return false -end - ----@param func parser.object ----@param index integer ----@return parser.object? -local function getFuncArg(func, index) - local args = func.args - if not args then - return nil - end - if args[index] then - return args[index] - end - local lastArg = args[#args] - if lastArg and lastArg.type == '...' then - return lastArg - end - return nil -end - ----@param arg parser.object ----@param call parser.object ----@param callNode vm.node ----@param fixIndex integer ----@param myIndex integer -local function compileCallArgNode(arg, call, callNode, fixIndex, myIndex) - ---@type integer?, table? - local eventIndex, eventMap - if call.args then - for i = 1, 2 do - local eventArg = call.args[i + fixIndex] - if not eventArg then - break - end - eventMap = vm.getLiterals(eventArg) - if eventMap then - eventIndex = i - break - end - end - end - - ---@param n parser.object - local function dealDocFunc(n) - local myEvent - if n.args[eventIndex] then - local argNode = vm.compileNode(n.args[eventIndex]) - myEvent = argNode:get(1) - end - if not myEvent - or not eventMap - or myIndex <= eventIndex - or myEvent.type ~= 'doc.type.string' - or eventMap[myEvent[1]] then - local farg = getFuncArg(n, myIndex) - if farg then - for fn in vm.compileNode(farg):eachObject() do - if isValidCallArgNode(arg, fn) then - vm.setNode(arg, fn) - end - end - end - end - end - - ---@param n parser.object - local function dealFunction(n) - local sign = vm.getSign(n) - local farg = getFuncArg(n, myIndex) - if farg then - for fn in vm.compileNode(farg):eachObject() do - if isValidCallArgNode(arg, fn) then - if fn.type == 'doc.type.function' then - ---@cast fn parser.object - if sign then - local generic = vm.createGeneric(fn, sign) - local args = {} - for i = fixIndex + 1, myIndex - 1 do - args[#args+1] = call.args[i] - end - local resolvedNode = generic:resolve(guide.getUri(call), args) - vm.setNode(arg, resolvedNode) - goto CONTINUE - end - end - vm.setNode(arg, fn) - ::CONTINUE:: - end - end - end - end - - for n in callNode:eachObject() do - if n.type == 'function' then - ---@cast n parser.object - dealFunction(n) - elseif n.type == 'doc.type.function' then - ---@cast n parser.object - dealDocFunc(n) - elseif n.type == 'global' and n.cate == 'type' then - ---@cast n vm.global - local overloads = vm.getOverloadsByTypeName(n.name, guide.getUri(arg)) - if overloads then - for _, func in ipairs(overloads) do - dealDocFunc(func) - end - end - end - end -end - ----@param arg parser.object ----@param call parser.object ----@param index? integer ----@return vm.node? -function vm.compileCallArg(arg, call, index) - if not index then - for i, carg in ipairs(call.args) do - if carg == arg then - index = i - break - end - end - if not index then - return nil - end - end - - local callNode = vm.compileNode(call.node) - compileCallArgNode(arg, call, callNode, 0, index) - - if call.node.special == 'pcall' - or call.node.special == 'xpcall' then - local fixIndex = call.node.special == 'pcall' and 1 or 2 - if call.args and call.args[1] then - callNode = vm.compileNode(call.args[1]) - compileCallArgNode(arg, call, callNode, fixIndex, index - fixIndex) - end - end - return vm.getNode(arg) -end - ----@class parser.object ----@field package _iterator? table ----@field package _iterArgs? table ----@field package _iterVars? table - ----@param source parser.object ----@param target parser.object ----@return boolean -local function compileForVars(source, target) - if not source.exps then - return false - end - -- for k, v in pairs(t) do - --> for k, v in iterator, status, initValue do - --> local k, v = iterator(status, initValue) - if not source._iterator then - source._iterator = { - type = 'dummyfunc', - parent = source, - } - source._iterArgs = {{},{}} - source._iterVars = {} - end - -- iterator - if not vm.getNode(source._iterator) then - selectNode(source._iterator, source.exps, 1) - end - -- status - if not vm.getNode(source._iterArgs[1]) then - selectNode(source._iterArgs[1], source.exps, 2) - end - -- initValue - if not vm.getNode(source._iterArgs[2]) then - selectNode(source._iterArgs[2], source.exps, 3) - end - if source.keys then - for i, loc in ipairs(source.keys) do - if loc == target then - local node = getReturn(source._iterator, i, source._iterArgs) - node:removeOptional() - vm.setNode(loc, node) - return true - end - end - end - return false -end - ----@param source parser.object -local function compileLocal(source) - local myNode = vm.setNode(source, source) - - local hasMarkDoc - if source.bindDocs then - hasMarkDoc = vm.bindDocs(source) - end - local hasMarkParam - if not hasMarkDoc then - local selfNode = guide.getSelfNode(source) - if selfNode then - hasMarkParam = true - vm.setNode(source, vm.compileNode(selfNode)) - myNode:remove 'function' - end - end - local hasMarkValue - if (not hasMarkDoc and source.value) - or (source.value and source.value.type == 'table') then - hasMarkValue = true - if source.value.type == 'table' then - vm.setNode(source, source.value) - elseif source.value.type ~= 'nil' then - vm.setNode(source, vm.compileNode(source.value)) - end - end - - -- function x.y(self, ...) --> function x:y(...) - if source[1] == 'self' - and not hasMarkDoc - and source.parent.type == 'funcargs' - and source.parent[1] == source then - local setfield = source.parent.parent.parent - if setfield.type == 'setfield' then - hasMarkParam = true - vm.setNode(source, vm.compileNode(setfield.node)) - end - end - - if source.parent.type == 'funcargs' and not hasMarkDoc and not hasMarkParam then - local func = source.parent.parent - -- local call ---@type fun(f: fun(x: number));call(function (x) end) --> x -> number - local funcNode = vm.compileNode(func) - local hasDocArg - for n in funcNode:eachObject() do - if n.type == 'doc.type.function' then - for index, arg in ipairs(n.args) do - if func.args[index] == source then - local argNode = vm.compileNode(arg) - for an in argNode:eachObject() do - if an.type ~= 'doc.generic.name' then - vm.setNode(source, an) - end - end - hasDocArg = true - end - end - end - end - if not hasDocArg then - vm.setNode(source, vm.declareGlobal('type', 'any')) - end - end - - -- for x in ... do - if source.parent.type == 'in' then - compileForVars(source.parent, source) - hasMarkDoc = true - end - - -- for x = ... do - if source.parent.type == 'loop' then - if source.parent.loc == source then - if vm.bindDocs(source) then - return - end - vm.setNode(source, vm.declareGlobal('type', 'integer')) - hasMarkDoc = true - end - end - - if not hasMarkDoc - and not hasMarkValue - and source.ref then - local firstSet - local myFunction = guide.getParentFunction(source) - for _, ref in ipairs(source.ref) do - if ref.type == 'setlocal' then - firstSet = ref - break - end - if ref.type == 'getlocal' then - if guide.getParentFunction(ref) == myFunction then - break - end - end - end - if firstSet - and guide.getBlock(firstSet) == guide.getBlock(source) then - vm.setNode(source, vm.compileNode(firstSet)) - end - end - - if source.value - and source.value.type == 'nil' - and not myNode:hasKnownType() then - vm.setNode(source, vm.compileNode(source.value)) - end - - myNode.hasDefined = hasMarkDoc or hasMarkParam or hasMarkValue -end - ----@param source parser.object ----@param mfunc parser.object ----@param index integer ----@param args parser.object[] -local function bindReturnOfFunction(source, mfunc, index, args) - local returnObject = vm.getReturnOfFunction(mfunc, index) - if not returnObject then - return - end - local returnNode = vm.compileNode(returnObject) - for rnode in returnNode:eachObject() do - if rnode.type == 'generic' then - returnNode = rnode:resolve(guide.getUri(source), args) - break - end - end - if returnNode then - for rnode in returnNode:eachObject() do - -- TODO: narrow type - if rnode.type ~= 'doc.generic.name' then - vm.setNode(source, rnode) - end - end - if returnNode:isOptional() then - vm.getNode(source):addOptional() - end - end -end - -local compilerSwitch = util.switch() - : case 'nil' - : case 'boolean' - : case 'integer' - : case 'number' - : case 'string' - : case 'doc.type.function' - : case 'doc.type.table' - : case 'doc.type.array' - : call(function (source) - vm.setNode(source, source) - end) - : case 'table' - : call(function (source) - if vm.bindAs(source) then - return - end - vm.setNode(source, source) - - if source.parent.type == 'callargs' then - local call = source.parent.parent - vm.compileCallArg(source, call) - end - - if source.parent.type == 'return' then - local myIndex = util.arrayIndexOf(source.parent, source) - ---@cast myIndex -? - local parentNode = vm.selectNode(source.parent, myIndex) - if not parentNode:isEmpty() then - vm.setNode(source, parentNode) - return - end - end - - if source.parent.type == 'setglobal' - or source.parent.type == 'local' - or source.parent.type == 'setlocal' - or source.parent.type == 'tablefield' - or source.parent.type == 'tableindex' - or source.parent.type == 'tableexp' - or source.parent.type == 'setfield' - or source.parent.type == 'setindex' then - local parentNode = vm.compileNode(source.parent) - for _, pn in ipairs(parentNode) do - if pn.type == 'global' - and pn.cate == 'type' then - ---@cast pn vm.global - if not guide.isBasicType(pn.name) then - vm.setNode(source, pn) - end - elseif pn.type == 'doc.type.table' or pn.type == 'doc.type.array' then - vm.setNode(source, pn) - end - end - end - end) - : case 'function' - : call(function (source) - vm.setNode(source, source) - - local parent = source.parent - - if source.bindDocs then - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.overload' then - vm.setNode(source, vm.compileNode(doc)) - end - end - end - - -- table.sort(string[], function () end) - if parent.type == 'callargs' then - local call = parent.parent - vm.compileCallArg(source, call) - end - - -- function f() return function () end end - if parent.type == 'return' then - for i, ret in ipairs(parent) do - if ret == source then - local func = guide.getParentFunction(parent) - if func then - local returnObj = vm.getReturnOfFunction(func, i) - if returnObj then - vm.setNode(source, vm.compileNode(returnObj)) - end - end - break - end - end - end - - -- { f = function () end } - if guide.isAssign(parent) - and parent.value == source then - vm.setNode(source, vm.compileNode(parent)) - end - end) - : case 'paren' - : call(function (source) - if vm.bindAs(source) then - return - end - if source.exp then - vm.setNode(source, vm.compileNode(source.exp)) - end - end) - : case 'local' - : case 'self' - ---@async - ---@param source parser.object - : call(function (source) - compileLocal(source) - end) - : case 'setlocal' - : call(function (source) - if vm.bindDocs(source) then - return - end - local locNode = vm.compileNode(source.node) - if not source.value then - vm.setNode(source, locNode) - return - end - local valueNode = vm.compileNode(source.value) - vm.setNode(source, valueNode) - if locNode.hasDefined - and guide.isLiteral(source.value) then - vm.setNode(source, locNode) - vm.getNode(source):narrow(guide.getUri(source), source.value.type) - else - vm.setNode(source, valueNode) - end - end) - : case 'getlocal' - ---@async - : call(function (source) - if vm.bindAs(source) then - return - end - local node = vm.traceNode(source) - if not node then - return - end - vm.setNode(source, node, true) - end) - : case 'setfield' - : case 'setmethod' - : case 'setindex' - : case 'getfield' - : case 'getmethod' - : case 'getindex' - : call(function (source) - if guide.isGet(source) and vm.bindAs(source) then - return - end - if vm.bindDocs(source) then - return - end - ---@type (string|vm.node)? - local key = guide.getKeyName(source) - if key == nil and source.index then - key = vm.compileNode(source.index) - end - if key == nil then - return - end - - if type(key) == 'table' then - ---@cast key vm.node - local uri = guide.getUri(source) - local value = vm.getTableValue(uri, vm.compileNode(source.node), key) - if value then - vm.setNode(source, value) - end - for k in key:eachObject() do - if k.type == 'global' and k.cate == 'type' then - ---@cast k vm.global - vm.compileByParentNode(source.node, k, function (src) - vm.setNode(source, vm.compileNode(src)) - end) - end - end - else - ---@cast key string - vm.compileByParentNode(source.node, key, function (src) - vm.setNode(source, vm.compileNode(src)) - if src == source and source.value and source.value.type ~= 'nil' then - vm.setNode(source, vm.compileNode(source.value)) - end - end) - end - end) - : case 'setglobal' - : call(function (source) - if vm.bindDocs(source) then - return - end - if source.node[1] ~= '_ENV' then - return - end - if not source.value then - return - end - vm.setNode(source, vm.compileNode(source.value)) - end) - : case 'getglobal' - : call(function (source) - if vm.bindAs(source) then - return - end - if source.node[1] ~= '_ENV' then - return - end - local key = guide.getKeyName(source) - if not key then - return - end - vm.compileByParentNode(source.node, key, function (src) - vm.setNode(source, vm.compileNode(src)) - end) - end) - : case 'tablefield' - : case 'tableindex' - : call(function (source) - local hasMarkDoc - if source.bindDocs then - hasMarkDoc = vm.bindDocs(source) - end - - local key = guide.getKeyName(source) - if not hasMarkDoc then - if key then - vm.compileByParentNode(source.node, key, function (src) - if src.type == 'doc.field' - or src.type == 'doc.type.field' - or src.type == 'doc.type.name' then - hasMarkDoc = true - vm.setNode(source, vm.compileNode(src)) - end - end) - end - end - - if not hasMarkDoc and source.type == 'tableindex' then - vm.compileByParentNode(source.node, vm.ANY, function (src) - if src.type == 'doc.field' - or src.type == 'doc.type.field' then - if vm.isSubType(guide.getUri(source), vm.compileNode(source.index), vm.compileNode(src.field or src.name)) then - hasMarkDoc = true - vm.setNode(source, vm.compileNode(src)) - end - end - end) - end - - if source.value then - if not hasMarkDoc - or (type(key) == 'string' and util.stringStartWith(key, '__')) then - vm.setNode(source, vm.compileNode(source.value)) - end - end - - end) - : case 'field' - : case 'method' - : call(function (source) - vm.setNode(source, vm.compileNode(source.parent)) - end) - : case 'tableexp' - : call(function (source) - local hasMarkDoc - vm.compileByParentNode(source.parent, source.tindex, function (src) - if src.type == 'doc.field' - or src.type == 'doc.type.field' - or src.type == 'doc.type.name' - or src.type == 'doc.type' - or guide.isLiteral(src) then - hasMarkDoc = true - vm.setNode(source, vm.compileNode(src)) - end - end) - if not hasMarkDoc then - vm.setNode(source, vm.compileNode(source.value)) - end - end) - : case 'function.return' - ---@param source parser.object - : call(function (source) - local func = source.parent - local index = source.returnIndex - local hasMarkDoc - if func.bindDocs then - local sign = vm.getSign(func) - local lastReturn - for _, doc in ipairs(func.bindDocs) do - if doc.type == 'doc.return' then - for _, rtn in ipairs(doc.returns) do - lastReturn = rtn - if rtn.returnIndex == index then - hasMarkDoc = true - source.comment = doc.comment - if rtn.name then - source.name = rtn.name[1] - end - local hasGeneric - if sign then - guide.eachSourceType(rtn, 'doc.generic.name', function (src) - hasGeneric = true - end) - end - if hasGeneric then - ---@cast sign -? - vm.setNode(source, vm.createGeneric(rtn, sign)) - else - vm.setNode(source, vm.compileNode(rtn)) - end - end - end - end - end - if lastReturn - and not hasMarkDoc then - if lastReturn.name and lastReturn.name[1] == '...' then - hasMarkDoc = true - vm.setNode(source, vm.compileNode(lastReturn)) - end - end - end - local hasReturn - if func.returns and not hasMarkDoc then - for _, rtn in ipairs(func.returns) do - if selectNode(source, rtn, index) then - hasReturn = true - end - end - if hasReturn then - local hasKnownType - local hasUnknownType - for n in vm.getNode(source):eachObject() do - if guide.isLiteral(n) then - if n.type ~= 'nil' then - hasKnownType = true - break - end - goto CONTINUE - end - if n.type == 'global' and n.cate == 'type' then - if n.name ~= 'nil' then - hasKnownType = true - break - end - goto CONTINUE - end - hasUnknownType = true - ::CONTINUE:: - end - if not hasKnownType and hasUnknownType then - vm.setNode(source, vm.declareGlobal('type', 'unknown')) - end - end - end - if not hasMarkDoc and not hasReturn then - vm.setNode(source, vm.declareGlobal('type', 'nil')) - end - end) - : case 'call.return' - ---@param source parser.object - : call(function (source) - if vm.bindAs(source) then - return - end - local func = source.func - local args = source.args - local index = source.cindex - if func.special == 'setmetatable' then - if not args then - return - end - vm.setNode(source, getReturnOfSetMetaTable(args)) - return - end - if func.special == 'pcall' and index > 1 then - if not args then - return - end - local newArgs = {} - for i = 2, #args do - newArgs[#newArgs+1] = args[i] - end - local node = getReturn(args[1], index - 1, newArgs) - if node then - vm.setNode(source, node) - end - return - end - if func.special == 'xpcall' and index > 1 then - if not args then - return - end - local newArgs = {} - for i = 3, #args do - newArgs[#newArgs+1] = args[i] - end - local node = getReturn(args[1], index - 1, newArgs) - if node then - vm.setNode(source, node) - end - return - end - if func.special == 'require' then - if index == 2 then - local uri = guide.getUri(source) - local version = config.get(uri, 'Lua.runtime.version') - if version == 'Lua 5.3' - or version == 'Lua 5.4' then - vm.setNode(source, vm.declareGlobal('type', 'unknown')) - else - vm.setNode(source, vm.declareGlobal('type', 'nil')) - end - return - end - if index >= 3 then - vm.setNode(source, vm.declareGlobal('type', 'nil')) - return - end - if not args then - return - end - local nameArg = args[1] - if not nameArg or nameArg.type ~= 'string' then - return - end - local name = nameArg[1] - if not name or type(name) ~= 'string' then - return - end - local uri = rpath.findUrisByRequireName(guide.getUri(func), name)[1] - if not uri then - return - end - local state = files.getState(uri) - local ast = state and state.ast - if not ast then - return - end - vm.setNode(source, vm.compileNode(ast)) - return - end - local funcNode = vm.compileNode(func) - ---@type vm.node? - for nd in funcNode:eachObject() do - if nd.type == 'function' - or nd.type == 'doc.type.function' then - ---@cast nd parser.object - bindReturnOfFunction(source, nd, index, args) - elseif nd.type == 'global' and nd.cate == 'type' then - ---@cast nd vm.global - for _, set in ipairs(nd:getSets(guide.getUri(source))) do - if set.type == 'doc.class' then - for _, overload in ipairs(set.calls) do - bindReturnOfFunction(source, overload.overload, index, args) - end - end - end - end - end - end) - : case 'main' - : call(function (source) - if source.returns then - for _, rtn in ipairs(source.returns) do - if rtn[1] then - vm.setNode(source, vm.compileNode(rtn[1])) - end - end - end - end) - : case 'select' - : call(function (source) - local vararg = source.vararg - if vararg.type == 'call' then - local node = getReturn(vararg.node, source.sindex, vararg.args) - if not node then - return - end - if not node:isTyped() then - node = vm.runOperator('call', vararg.node) or node - end - vm.setNode(source, node) - end - if vararg.type == 'varargs' then - vm.setNode(source, vm.compileNode(vararg)) - end - end) - : case 'varargs' - : call(function (source) - if source.node then - vm.setNode(source, vm.compileNode(source.node)) - end - end) - : case 'call' - : call(function (source) - local node = getReturn(source.node, 1, source.args) - if not node then - return - end - if not node:isTyped() then - node = vm.runOperator('call', source.node) or node - end - vm.setNode(source, node) - end) - : case 'doc.type' - : call(function (source) - for _, typeUnit in ipairs(source.types) do - vm.setNode(source, vm.compileNode(typeUnit)) - end - if source.optional then - vm.getNode(source):addOptional() - end - end) - : case 'doc.type.integer' - : case 'doc.type.string' - : case 'doc.type.boolean' - : case 'doc.type.code' - : call(function (source) - vm.setNode(source, source) - end) - : case 'doc.type.name' - : call(function (source) - if source[1] == 'self' then - local state = guide.getDocState(source) - if state.type == 'doc.return' - or state.type == 'doc.param' then - local func = state.bindSource - if func and func.type == 'function' then - local node = guide.getFunctionSelfNode(func) - if node then - vm.setNode(source, vm.compileNode(node)) - return - end - end - elseif state.type == 'doc.field' - or state.type == 'doc.overload' then - local class = state.class - if class then - vm.setNode(source, vm.compileNode(class)) - return - end - end - end - end) - : case 'doc.generic.name' - : call(function (source) - vm.setNode(source, source) - end) - : case 'doc.type.sign' - : call(function (source) - local uri = guide.getUri(source) - vm.setNode(source, source) - if not source.node[1] then - return - end - local global = vm.getGlobal('type', source.node[1]) - if not global then - return - end - for _, set in ipairs(global:getSets(uri)) do - if set.type == 'doc.class' then - if set.extends then - for _, ext in ipairs(set.extends) do - if ext.type == 'doc.type.table' then - if vm.getGeneric(ext) then - local resolved = vm.getGeneric(ext):resolve(uri, source.signs) - vm.setNode(source, resolved) - end - end - end - end - end - if set.type == 'doc.alias' then - if vm.getGeneric(set.extends) then - local resolved = vm.getGeneric(set.extends):resolve(uri, source.signs) - vm.setNode(source, resolved) - end - end - end - end) - : case 'doc.class.name' - : case 'doc.alias.name' - : call(function (source) - vm.setNode(source, vm.compileNode(source.parent)) - end) - : case 'doc.enum.name' - : call(function (source) - vm.setNode(source, vm.compileNode(source.parent)) - end) - : case 'doc.field' - : call(function (source) - if not source.extends then - return - end - local fieldNode = vm.compileNode(source.extends) - if source.optional then - fieldNode:addOptional() - end - vm.setNode(source, fieldNode) - end) - : case 'doc.field.name' - : call(function (source) - vm.setNode(source, source) - end) - : case 'doc.type.field' - : call(function (source) - if not source.extends then - return - end - local fieldNode = vm.compileNode(source.extends) - if source.optional then - fieldNode:addOptional() - end - vm.setNode(source, fieldNode) - end) - : case 'doc.param' - : call(function (source) - if not source.extends then - return - end - vm.setNode(source, vm.compileNode(source.extends)) - end) - : case 'doc.vararg' - : call(function (source) - if not source.vararg then - return - end - vm.setNode(source, vm.compileNode(source.vararg)) - end) - : case '...' - : call(function (source) - if not source.bindDocs then - return - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.vararg' then - vm.setNode(source, vm.compileNode(doc)) - end - if doc.type == 'doc.param' then - vm.setNode(source, vm.compileNode(doc)) - end - end - end) - : case 'doc.overload' - : call(function (source) - vm.setNode(source, vm.compileNode(source.overload)) - end) - : case 'doc.type.arg' - : call(function (source) - if source.extends then - vm.setNode(source, vm.compileNode(source.extends)) - else - vm.setNode(source, vm.declareGlobal('type', 'any')) - end - if source.optional then - vm.getNode(source):addOptional() - end - end) - : case 'unary' - : call(function (source) - if vm.bindAs(source) then - return - end - if not source[1] then - return - end - vm.unarySwich(source.op.type, source) - end) - : case 'binary' - : call(function (source) - if vm.bindAs(source) then - return - end - if not source[1] or not source[2] then - return - end - vm.binarySwitch(source.op.type, source) - end) - : case 'globalbase' - : call(function (source) - ---@type vm.global - local global = source.global - local uri = guide.getUri(source) - vm.setNode(source, global) - if global.cate == 'variable' then - for luri, link in pairs(global.links) do - local firstSet = link.sets[1] - if firstSet then - local setNode = vm.compileNode(firstSet) - vm.setNode(source, setNode) - if vm.isMetaFile(luri) then - for i = 2, #link.sets do - setNode = vm.compileNode(link.sets[i]) - vm.setNode(source, setNode) - end - end - end - end - end - if global.cate == 'type' then - for _, set in ipairs(global:getSets(uri)) do - if set.type == 'doc.class' then - if set.extends then - for _, ext in ipairs(set.extends) do - if ext.type == 'doc.type.table' then - if not vm.getGeneric(ext) then - vm.setNode(source, vm.compileNode(ext)) - end - end - end - end - end - if set.type == 'doc.alias' then - if not vm.getGeneric(set.extends) then - vm.setNode(source, vm.compileNode(set.extends)) - end - end - end - end - end) - : case 'variable' - ---@param variable vm.variable - : call(function (variable) - if variable == vm.getVariable(variable.base) then - vm.setNode(variable, vm.compileNode(variable.base)) - return - end - end) - : case 'global' - : case 'generic' - : call(function (source) - vm.setNode(source, source) - end) - ----@param source parser.object -local function compileByNode(source) - compilerSwitch(source.type, source) -end - -local nodeSwitch;nodeSwitch = util.switch() - : case 'field' - : case 'method' - : call(function (source, lastKey, pushResult) - return nodeSwitch(source.parent.type, source.parent, lastKey, pushResult) - end) - : case 'getfield' - : case 'setfield' - : case 'getmethod' - : case 'setmethod' - : case 'getindex' - : case 'setindex' - : call(function (source, lastKey, pushResult) - local parentNode = vm.compileNode(source.node) - local uri = guide.getUri(source) - local key = guide.getKeyName(source) - if type(key) ~= 'string' then - return - end - if lastKey then - key = key .. vm.ID_SPLITE .. lastKey - end - for pn in parentNode:eachObject() do - searchFieldSwitch(pn.type, uri, pn, key, pushResult) - end - return key, source.node - end) - : case 'tableindex' - : case 'tablefield' - : call(function (source, lastKey, pushResult) - if lastKey then - return - end - local key = guide.getKeyName(source) - if type(key) ~= 'string' then - return - end - local uri = guide.getUri(source) - local parentNode = vm.compileNode(source.node) - for pn in parentNode:eachObject() do - searchFieldSwitch(pn.type, uri, pn, key, pushResult) - end - end) - -function vm.compileByNodeChain(source, pushResult) - local lastKey - local src = source - while true do - local key, node = nodeSwitch(src.type, src, lastKey, pushResult) - if not key then - break - end - src = node - lastKey = key - end -end - ----@param source vm.object -local function compileByParentNode(source) - if vm.getNode(source):isTyped() then - return - end - vm.compileByNodeChain(source, function (result) - vm.setNode(source, vm.compileNode(result)) - end) -end - ----@param source vm.node.object | vm.variable ----@return vm.node -function vm.compileNode(source) - if not source then - if TEST then - error('Can not compile nil source') - else - log.error('Can not compile nil source') - end - end - - local cache = vm.getNode(source) - if cache ~= nil then - return cache - end - - ---@cast source parser.object - vm.setNode(source, vm.createNode(), true) - vm.compileByGlobal(source) - vm.compileByVariable(source) - compileByNode(source) - compileByParentNode(source) - matchCall(source) - - local node = vm.getNode(source) - ---@cast node -? - return node -end diff --git a/script/vm/def.lua b/script/vm/def.lua deleted file mode 100644 index 5388a3849..000000000 --- a/script/vm/def.lua +++ /dev/null @@ -1,94 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local util = require 'utility' -local guide = require 'parser.guide' - -local simpleSwitch - -simpleSwitch = util.switch() - : case 'goto' - : call(function (source, pushResult) - if source.node then - pushResult(source.node) - end - end) - : case 'doc.cast.name' - : call(function (source, pushResult) - local loc = guide.getLocal(source, source[1], source.start) - if loc then - pushResult(loc) - end - end) - : case 'doc.field' - : call(function (source, pushResult) - pushResult(source) - end) - ----@param source parser.object ----@param pushResult fun(src: parser.object) -local function searchBySimple(source, pushResult) - simpleSwitch(source.type, source, pushResult) -end - ----@param source parser.object ----@param pushResult fun(src: parser.object) -local function searchByLocalID(source, pushResult) - local idSources = vm.getVariableSets(source) - if not idSources then - return - end - for _, src in ipairs(idSources) do - pushResult(src) - end -end - -local function searchByNode(source, pushResult) - local node = vm.compileNode(source) - local suri = guide.getUri(source) - for n in node:eachObject() do - if n.type == 'global' then - for _, set in ipairs(n:getSets(suri)) do - pushResult(set) - end - else - pushResult(n) - end - end -end - ----@param source parser.object ----@return parser.object[] -function vm.getDefs(source) - local results = {} - local mark = {} - - local hasLocal - local function pushResult(src) - if src.type == 'local' then - if hasLocal then - return - end - hasLocal = true - if source.type ~= 'local' - and source.type ~= 'getlocal' - and source.type ~= 'setlocal' - and source.type ~= 'doc.cast.name' then - return - end - end - if not mark[src] then - mark[src] = true - if guide.isAssign(src) - or guide.isLiteral(src) then - results[#results+1] = src - end - end - end - - searchBySimple(source, pushResult) - searchByLocalID(source, pushResult) - vm.compileByNodeChain(source, pushResult) - searchByNode(source, pushResult) - - return results -end diff --git a/script/vm/doc.lua b/script/vm/doc.lua deleted file mode 100644 index 6ac39910a..000000000 --- a/script/vm/doc.lua +++ /dev/null @@ -1,488 +0,0 @@ -local files = require 'files' -local guide = require 'parser.guide' ----@class vm -local vm = require 'vm.vm' -local config = require 'config' - ----@class parser.object ----@field package _castTargetHead? parser.object | vm.global | false ----@field package _validVersions? table ----@field package _deprecated? parser.object | false ----@field package _async? boolean ----@field package _nodiscard? boolean - ----获取class与alias ----@param suri uri ----@param name? string ----@return parser.object[] -function vm.getDocSets(suri, name) - if name then - local global = vm.getGlobal('type', name) - if not global then - return {} - end - return global:getSets(suri) - else - return vm.getGlobalSets(suri, 'type') - end -end - ----@param uri uri ----@return boolean -function vm.isMetaFile(uri) - local status = files.getState(uri) - if not status then - return false - end - local cache = files.getCache(uri) - if not cache then - return false - end - if cache.isMeta ~= nil then - return cache.isMeta - end - cache.isMeta = false - if not status.ast.docs then - return false - end - for _, doc in ipairs(status.ast.docs) do - if doc.type == 'doc.meta' then - cache.isMeta = true - cache.metaName = doc.name - return true - end - end - return false -end - ----@param uri uri ----@return string? -function vm.getMetaName(uri) - if not vm.isMetaFile(uri) then - return nil - end - local cache = files.getCache(uri) - if not cache then - return nil - end - if not cache.metaName then - return nil - end - return cache.metaName[1] -end - ----@param uri uri ----@return boolean -function vm.isMetaFileRequireable(uri) - if not vm.isMetaFile(uri) then - return false - end - return vm.getMetaName(uri) ~= '_' -end - ----@param doc parser.object ----@return table? -function vm.getValidVersions(doc) - if doc.type ~= 'doc.version' then - return - end - if doc._validVersions then - return doc._validVersions - end - local valids = { - ['Lua 5.1'] = false, - ['Lua 5.2'] = false, - ['Lua 5.3'] = false, - ['Lua 5.4'] = false, - ['LuaJIT'] = false, - } - for _, version in ipairs(doc.versions) do - if version.ge and type(version.version) == 'number' then - for ver in pairs(valids) do - local verNumber = tonumber(ver:sub(-3)) - if verNumber and verNumber >= version.version then - valids[ver] = true - end - end - elseif version.le and type(version.version) == 'number' then - for ver in pairs(valids) do - local verNumber = tonumber(ver:sub(-3)) - if verNumber and verNumber <= version.version then - valids[ver] = true - end - end - elseif type(version.version) == 'number' then - valids[('Lua %.1f'):format(version.version)] = true - elseif 'JIT' == version.version then - valids['LuaJIT'] = true - end - end - if valids['Lua 5.1'] then - valids['LuaJIT'] = true - end - doc._validVersions = valids - return valids -end - ----@param value parser.object ----@return parser.object? -local function getDeprecated(value) - if not value.bindDocs then - return nil - end - if value._deprecated ~= nil then - return value._deprecated or nil - end - for _, doc in ipairs(value.bindDocs) do - if doc.type == 'doc.deprecated' then - value._deprecated = doc - return doc - elseif doc.type == 'doc.version' then - local valids = vm.getValidVersions(doc) - if valids and not valids[config.get(guide.getUri(value), 'Lua.runtime.version')] then - value._deprecated = doc - return doc - end - end - end - if value.type == 'function' then - local doc = getDeprecated(value.parent) - if doc then - value._deprecated = doc - return doc - end - end - value._deprecated = false - return nil -end - ----@param value parser.object ----@param deep boolean? ----@return parser.object? -function vm.getDeprecated(value, deep) - if deep then - local defs = vm.getDefs(value) - if #defs == 0 then - return nil - end - local deprecated - for _, def in ipairs(defs) do - if def.type == 'setglobal' - or def.type == 'setfield' - or def.type == 'setmethod' - or def.type == 'setindex' - or def.type == 'tablefield' - or def.type == 'tableindex' then - deprecated = getDeprecated(def) - if not deprecated then - return nil - end - end - end - return deprecated - else - return getDeprecated(value) - end -end - ----@param value parser.object ----@return boolean -local function isAsync(value) - if value.type == 'function' then - if not value.bindDocs then - return false - end - if value._async ~= nil then - return value._async - end - for _, doc in ipairs(value.bindDocs) do - if doc.type == 'doc.async' then - value._async = true - return true - end - end - value._async = false - return false - end - if value.type == 'main' then - return true - end - return value.async == true -end - ----@param value parser.object ----@param deep boolean? ----@return boolean -function vm.isAsync(value, deep) - if isAsync(value) then - return true - end - if deep then - local defs = vm.getDefs(value) - if #defs == 0 then - return false - end - for _, def in ipairs(defs) do - if isAsync(def) then - return true - end - end - end - return false -end - ----@param value parser.object ----@return boolean -local function isNoDiscard(value) - if value.type == 'function' then - if not value.bindDocs then - return false - end - if value._nodiscard ~= nil then - return value._nodiscard - end - for _, doc in ipairs(value.bindDocs) do - if doc.type == 'doc.nodiscard' then - value._nodiscard = true - return true - end - end - value._nodiscard = false - return false - end - return false -end - ----@param value parser.object ----@param deep boolean? ----@return boolean -function vm.isNoDiscard(value, deep) - if isNoDiscard(value) then - return true - end - if deep then - local defs = vm.getDefs(value) - if #defs == 0 then - return false - end - for _, def in ipairs(defs) do - if isNoDiscard(def) then - return true - end - end - end - return false -end - ----@param param parser.object ----@return boolean -local function isCalledInFunction(param) - if not param.ref then - return false - end - local func = guide.getParentFunction(param) - for _, ref in ipairs(param.ref) do - if ref.type == 'getlocal' then - if ref.parent.type == 'call' - and guide.getParentFunction(ref) == func then - return true - end - if ref.parent.type == 'callargs' - and ref.parent[1] == ref - and guide.getParentFunction(ref) == func then - if ref.parent.parent.node.special == 'pcall' - or ref.parent.parent.node.special == 'xpcall' then - return true - end - end - end - end - return false -end - ----@param node parser.object ----@param index integer ----@return boolean -local function isLinkedCall(node, index) - for _, def in ipairs(vm.getDefs(node)) do - if def.type == 'function' then - local param = def.args and def.args[index] - if param then - if isCalledInFunction(param) then - return true - end - end - end - end - return false -end - ----@param node parser.object ----@param index integer ----@return boolean -function vm.isLinkedCall(node, index) - return isLinkedCall(node, index) -end - ----@param call parser.object ----@return boolean -function vm.isAsyncCall(call) - if vm.isAsync(call.node, true) then - return true - end - if not call.args then - return false - end - for i, arg in ipairs(call.args) do - if vm.isAsync(arg, true) - and isLinkedCall(call.node, i) then - return true - end - end - return false -end - ----@param uri uri ----@param doc parser.object ----@param results table[] -local function makeDiagRange(uri, doc, results) - local names - if doc.names then - names = {} - for i, nameUnit in ipairs(doc.names) do - local name = nameUnit[1] - names[name] = true - end - end - local row = guide.rowColOf(doc.start) - if doc.mode == 'disable-next-line' then - results[#results+1] = { - mode = 'disable', - names = names, - row = row + 1, - source = doc, - } - results[#results+1] = { - mode = 'enable', - names = names, - row = row + 2, - source = doc, - } - elseif doc.mode == 'disable-line' then - results[#results+1] = { - mode = 'disable', - names = names, - row = row, - source = doc, - } - results[#results+1] = { - mode = 'enable', - names = names, - row = row + 1, - source = doc, - } - elseif doc.mode == 'disable' then - results[#results+1] = { - mode = 'disable', - names = names, - row = row + 1, - source = doc, - } - elseif doc.mode == 'enable' then - results[#results+1] = { - mode = 'enable', - names = names, - row = row + 1, - source = doc, - } - end -end - ----@param uri uri ----@param position integer ----@param name string ----@param err? boolean ----@return boolean -function vm.isDiagDisabledAt(uri, position, name, err) - local status = files.getState(uri) - if not status then - return false - end - if not status.ast.docs then - return false - end - local cache = files.getCache(uri) - if not cache then - return false - end - if not cache.diagnosticRanges then - cache.diagnosticRanges = {} - for _, doc in ipairs(status.ast.docs) do - if doc.type == 'doc.diagnostic' then - makeDiagRange(uri, doc, cache.diagnosticRanges) - end - end - table.sort(cache.diagnosticRanges, function (a, b) - return a.row < b.row - end) - end - if #cache.diagnosticRanges == 0 then - return false - end - local myRow = guide.rowColOf(position) - local count = 0 - for _, range in ipairs(cache.diagnosticRanges) do - if range.row <= myRow then - if (range.names and range.names[name]) - or (not range.names and not err) then - if range.mode == 'disable' then - count = count + 1 - elseif range.mode == 'enable' then - count = count - 1 - end - end - else - break - end - end - return count > 0 -end - ----@param doc parser.object ----@return (parser.object | vm.global)? -function vm.getCastTargetHead(doc) - if doc._castTargetHead ~= nil then - return doc._castTargetHead or nil - end - local name = doc.name[1]:match '^[^%.]+' - if not name then - doc._castTargetHead = false - return nil - end - local loc = guide.getLocal(doc, name, doc.start) - if loc then - doc._castTargetHead = loc - return loc - end - local global = vm.getGlobal('variable', name) - if global then - doc._castTargetHead = global - return global - end - return nil -end - ----@param doc parser.object ----@param key string ----@return boolean -function vm.docHasAttr(doc, key) - if not doc.docAttr then - return false - end - for _, name in ipairs(doc.docAttr.names) do - if name[1] == key then - return true - end - end - return false -end diff --git a/script/vm/field.lua b/script/vm/field.lua deleted file mode 100644 index d41e886a5..000000000 --- a/script/vm/field.lua +++ /dev/null @@ -1,59 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local util = require 'utility' -local guide = require 'parser.guide' - -local searchByNodeSwitch = util.switch() - : case 'global' - ---@param global vm.global - : call(function (suri, global, pushResult) - for _, set in ipairs(global:getSets(suri)) do - pushResult(set) - end - end) - : default(function (suri, source, pushResult) - pushResult(source) - end) - -local function searchByLocalID(source, pushResult) - local fields = vm.getVariableFields(source, true) - if fields then - for _, field in ipairs(fields) do - pushResult(field) - end - end -end - -local function searchByNode(source, pushResult, mark) - mark = mark or {} - if mark[source] then - return - end - mark[source] = true - local uri = guide.getUri(source) - vm.compileByParentNode(source, vm.ANY, function (field) - searchByNodeSwitch(field.type, uri, field, pushResult) - end) - vm.compileByNodeChain(source, function (src) - searchByNode(src, pushResult, mark) - end) -end - ----@param source parser.object ----@return parser.object[] -function vm.getFields(source) - local results = {} - local mark = {} - - local function pushResult(src) - if not mark[src] then - mark[src] = true - results[#results+1] = src - end - end - - searchByLocalID(source, pushResult) - searchByNode(source, pushResult) - - return results -end diff --git a/script/vm/function.lua b/script/vm/function.lua deleted file mode 100644 index c6df63498..000000000 --- a/script/vm/function.lua +++ /dev/null @@ -1,404 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local guide = require 'parser.guide' - ----@param arg parser.object ----@return parser.object? -local function getDocParam(arg) - if not arg.bindDocs then - return nil - end - for _, doc in ipairs(arg.bindDocs) do - if doc.type == 'doc.param' - and doc.param[1] == arg[1] then - return doc - end - end - return nil -end - ----@param func parser.object ----@return integer min ----@return number max ----@return integer def -function vm.countParamsOfFunction(func) - local min = 0 - local max = 0 - local def = 0 - if func.type == 'function' then - if func.args then - max = #func.args - def = max - for i = #func.args, 1, -1 do - local arg = func.args[i] - if arg.type == '...' then - max = math.huge - elseif arg.type == 'self' - and i == 1 then - min = i - break - elseif getDocParam(arg) - and not vm.compileNode(arg):isNullable() then - min = i - break - end - end - end - end - if func.type == 'doc.type.function' then - if func.args then - max = #func.args - def = max - for i = #func.args, 1, -1 do - local arg = func.args[i] - if arg.name and arg.name[1] =='...' then - max = math.huge - elseif not vm.compileNode(arg):isNullable() then - min = i - break - end - end - end - end - return min, max, def -end - ----@param source parser.object ----@return integer min ----@return number max ----@return integer def -function vm.countParamsOfSource(source) - local min = 0 - local max = 0 - local def = 0 - local overloads = {} - if source.bindDocs then - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.overload' then - overloads[doc.overload] = true - end - end - end - local hasDocFunction - for nd in vm.compileNode(source):eachObject() do - if nd.type == 'doc.type.function' and not overloads[nd] then - hasDocFunction = true - ---@cast nd parser.object - local dmin, dmax, ddef = vm.countParamsOfFunction(nd) - if dmin > min then - min = dmin - end - if dmax > max then - max = dmax - end - if ddef > def then - def = ddef - end - end - end - if not hasDocFunction then - local dmin, dmax, ddef = vm.countParamsOfFunction(source) - if dmin > min then - min = dmin - end - if dmax > max then - max = dmax - end - if ddef > def then - def = ddef - end - end - return min, max, def -end - ----@param node vm.node ----@return integer min ----@return number max ----@return integer def -function vm.countParamsOfNode(node) - local min, max, def - for n in node:eachObject() do - if n.type == 'function' - or n.type == 'doc.type.function' then - ---@cast n parser.object - local fmin, fmax, fdef = vm.countParamsOfFunction(n) - if not min or fmin < min then - min = fmin - end - if not max or fmax > max then - max = fmax - end - if not def or fdef > def then - def = fdef - end - end - end - return min or 0, max or math.huge, def or 0 -end - ----@param func parser.object ----@param onlyDoc? boolean ----@param mark? table ----@return integer min ----@return number max ----@return integer def -function vm.countReturnsOfFunction(func, onlyDoc, mark) - if func.type == 'function' then - ---@type integer?, number?, integer? - local min, max, def - local hasDocReturn - if func.bindDocs then - local lastReturn - local n = 0 - ---@type integer?, number?, integer? - local dmin, dmax, ddef - for _, doc in ipairs(func.bindDocs) do - if doc.type == 'doc.return' then - hasDocReturn = true - for _, ret in ipairs(doc.returns) do - n = n + 1 - lastReturn = ret - dmax = n - ddef = n - if (not ret.name or ret.name[1] ~= '...') - and not vm.compileNode(ret):isNullable() then - dmin = n - end - end - end - end - if lastReturn then - if lastReturn.name and lastReturn.name[1] == '...' then - dmax = math.huge - end - end - if dmin and (not min or (dmin < min)) then - min = dmin - end - if dmax and (not max or (dmax > max)) then - max = dmax - end - if ddef and (not def or (ddef > def)) then - def = ddef - end - end - if not onlyDoc and not hasDocReturn and func.returns then - for _, ret in ipairs(func.returns) do - local dmin, dmax, ddef = vm.countList(ret, mark) - if not min or dmin < min then - min = dmin - end - if not max or dmax > max then - max = dmax - end - if not def or ddef > def then - def = ddef - end - end - end - return min or 0, max or math.huge, def or 0 - end - if func.type == 'doc.type.function' then - return vm.countList(func.returns) - end - error('not a function') -end - ----@param source parser.object ----@return integer min ----@return number max ----@return integer def -function vm.countReturnsOfSource(source) - local overloads = {} - local hasDocFunction - local min, max, def - if source.bindDocs then - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.overload' then - overloads[doc.overload] = true - local dmin, dmax, ddef = vm.countReturnsOfFunction(doc.overload) - if not min or dmin < min then - min = dmin - end - if not max or dmax > max then - max = dmax - end - if not def or ddef > def then - def = ddef - end - end - end - end - for nd in vm.compileNode(source):eachObject() do - if nd.type == 'doc.type.function' and not overloads[nd] then - ---@cast nd parser.object - hasDocFunction = true - local dmin, dmax, ddef = vm.countReturnsOfFunction(nd) - if not min or dmin < min then - min = dmin - end - if not max or dmax > max then - max = dmax - end - if not def or ddef > def then - def = ddef - end - end - end - if not hasDocFunction then - local dmin, dmax, ddef = vm.countReturnsOfFunction(source, true) - if not min or dmin < min then - min = dmin - end - if not max or dmax > max then - max = dmax - end - if not def or ddef > def then - def = ddef - end - end - return min, max, def -end - ----@param func parser.object ----@param mark? table ----@return integer min ----@return number max ----@return integer def -function vm.countReturnsOfCall(func, args, mark) - local funcs = vm.getMatchedFunctions(func, args, mark) - ---@type integer?, number?, integer? - local min, max, def - for _, f in ipairs(funcs) do - local rmin, rmax, rdef = vm.countReturnsOfFunction(f, false, mark) - if not min or rmin < min then - min = rmin - end - if not max or rmax > max then - max = rmax - end - if not def or rdef > def then - def = rdef - end - end - return min or 0, max or math.huge, def or 0 -end - ----@param list parser.object[]? ----@param mark? table ----@return integer min ----@return number max ----@return integer def -function vm.countList(list, mark) - if not list then - return 0, 0, 0 - end - local lastArg = list[#list] - if not lastArg then - return 0, 0, 0 - end - ---@type integer, number, integer - local min, max, def = #list, #list, #list - if lastArg.type == '...' - or lastArg.type == 'varargs' - or (lastArg.type == 'doc.type' and lastArg.name and lastArg.name[1] == '...') then - max = math.huge - elseif lastArg.type == 'call' then - if not mark then - mark = {} - end - if mark[lastArg] then - min = min - 1 - max = math.huge - else - mark[lastArg] = true - local rmin, rmax, rdef = vm.countReturnsOfCall(lastArg.node, lastArg.args, mark) - return min - 1 + rmin, max - 1 + rmax, def - 1 + rdef - end - end - for i = min, 1, -1 do - local arg = list[i] - if arg.type == 'doc.type' - and ((arg.name and arg.name[1] == '...') - or vm.compileNode(arg):isNullable()) then - min = i - 1 - else - break - end - end - return min, max, def -end - ----@param func parser.object ----@param args parser.object[]? ----@param mark? table ----@return parser.object[] -function vm.getMatchedFunctions(func, args, mark) - local funcs = {} - local node = vm.compileNode(func) - for n in node:eachObject() do - if (n.type == 'function' and not vm.isVarargFunctionWithOverloads(n)) - or n.type == 'doc.type.function' then - funcs[#funcs+1] = n - end - end - if #funcs <= 1 then - return funcs - end - - local amin, amax = vm.countList(args, mark) - - local matched = {} - for _, n in ipairs(funcs) do - local min, max = vm.countParamsOfFunction(n) - if amin >= min and amax <= max then - matched[#matched+1] = n - end - end - - if #matched == 0 then - return funcs - else - return matched - end -end - ----@param func table ----@return boolean -function vm.isVarargFunctionWithOverloads(func) - if func.type ~= 'function' then - return false - end - if not func.args then - return false - end - if func.args[1] and func.args[1].type == 'self' then - if not func.args[2] or func.args[2].type ~= '...' then - return false - end - else - if not func.args[1] or func.args[1].type ~= '...' then - return false - end - end - if not func.bindDocs then - return false - end - for _, doc in ipairs(func.bindDocs) do - if doc.type == 'doc.overload' then - return true - end - end - return false -end - ----@param func parser.object ----@return boolean -function vm.isEmptyFunction(func) - if #func > 0 then - return false - end - local startRow = guide.rowColOf(func.start) - local finishRow = guide.rowColOf(func.finish) - return finishRow - startRow <= 1 -end diff --git a/script/vm/generic.lua b/script/vm/generic.lua deleted file mode 100644 index ed832d9bd..000000000 --- a/script/vm/generic.lua +++ /dev/null @@ -1,172 +0,0 @@ ----@class vm -local vm = require 'vm.vm' - ----@class parser.object ----@field package _generic vm.generic ----@field package _resolved vm.node - ----@class vm.generic ----@field sign vm.sign ----@field proto vm.object -local mt = {} -mt.__index = mt -mt.type = 'generic' - ----@param source vm.object? ----@param resolved? table ----@return vm.object? -local function cloneObject(source, resolved) - if not resolved or not source then - return source - end - if source.type == 'doc.generic.name' then - local key = source[1] - local newName = { - type = source.type, - start = source.start, - finish = source.finish, - parent = source.parent, - [1] = source[1], - } - if resolved[key] then - vm.setNode(newName, resolved[key], true) - newName._resolved = resolved[key] - end - return newName - end - if source.type == 'doc.type' then - local newType = { - type = source.type, - start = source.start, - finish = source.finish, - parent = source.parent, - optional = source.optional, - types = {}, - } - for i, typeUnit in ipairs(source.types) do - local newObj = cloneObject(typeUnit, resolved) - newType.types[i] = newObj - end - return newType - end - if source.type == 'doc.type.arg' then - local newArg = { - type = source.type, - start = source.start, - finish = source.finish, - parent = source.parent, - name = source.name, - extends = cloneObject(source.extends, resolved) - } - return newArg - end - if source.type == 'doc.type.array' then - local newArray = { - type = source.type, - start = source.start, - finish = source.finish, - parent = source.parent, - node = cloneObject(source.node, resolved), - } - return newArray - end - if source.type == 'doc.type.table' then - local newTable = { - type = source.type, - start = source.start, - finish = source.finish, - parent = source.parent, - fields = {}, - } - for i, field in ipairs(source.fields) do - local newField = { - type = field.type, - start = field.start, - finish = field.finish, - parent = newTable, - name = cloneObject(field.name, resolved), - extends = cloneObject(field.extends, resolved), - } - newTable.fields[i] = newField - end - return newTable - end - if source.type == 'doc.type.function' then - local newDocFunc = { - type = source.type, - start = source.start, - finish = source.finish, - parent = source.parent, - args = {}, - returns = {}, - } - for i, arg in ipairs(source.args) do - local newObj = cloneObject(arg, resolved) - newObj.optional = arg.optional - newDocFunc.args[i] = newObj - end - for i, ret in ipairs(source.returns) do - local newObj = cloneObject(ret, resolved) - newObj.parent = newDocFunc - newObj.optional = ret.optional - newDocFunc.returns[i] = cloneObject(ret, resolved) - end - return newDocFunc - end - return source -end - ----@param uri uri ----@param args parser.object ----@return vm.node -function mt:resolve(uri, args) - local resolved = self.sign:resolve(uri, args) - local protoNode = vm.compileNode(self.proto) - local result = vm.createNode() - for nd in protoNode:eachObject() do - if nd.type == 'global' or nd.type == 'variable' then - ---@cast nd vm.global | vm.variable - result:merge(nd) - else - ---@cast nd -vm.global, -vm.variable - local clonedObject = cloneObject(nd, resolved) - if clonedObject then - local clonedNode = vm.compileNode(clonedObject) - result:merge(clonedNode) - end - end - end - return result -end - ----@param source parser.object ----@return vm.node? -function vm.getGenericResolved(source) - if source.type ~= 'doc.generic.name' then - return nil - end - return source._resolved -end - ----@param source parser.object ----@param generic vm.generic -function vm.setGeneric(source, generic) - source._generic = generic -end - ----@param source parser.object ----@return vm.generic? -function vm.getGeneric(source) - return source._generic -end - ----@param proto vm.object ----@param sign vm.sign ----@return vm.generic -function vm.createGeneric(proto, sign) - local generic = setmetatable({ - sign = sign, - proto = proto, - }, mt) - return generic -end diff --git a/script/vm/global.lua b/script/vm/global.lua deleted file mode 100644 index e830f6d8e..000000000 --- a/script/vm/global.lua +++ /dev/null @@ -1,699 +0,0 @@ -local util = require 'utility' -local scope = require 'workspace.scope' -local guide = require 'parser.guide' -local config = require 'config' ----@class vm -local vm = require 'vm.vm' - ----@type table -local allGlobals = {} ----@type table> -local globalSubs = util.multiTable(2) - ----@class parser.object ----@field package _globalBase parser.object ----@field package _globalBaseMap table ----@field global vm.global - ----@class vm.global.link ----@field sets parser.object[] ----@field gets parser.object[] - ----@class vm.global ----@field links table ----@field setsCache? table ----@field cate vm.global.cate -local mt = {} -mt.__index = mt -mt.type = 'global' -mt.name = '' - ----@param uri uri ----@param source parser.object -function mt:addSet(uri, source) - local link = self.links[uri] - link.sets[#link.sets+1] = source - self.setsCache = nil -end - ----@param uri uri ----@param source parser.object -function mt:addGet(uri, source) - local link = self.links[uri] - link.gets[#link.gets+1] = source -end - ----@param suri uri ----@return parser.object[] -function mt:getSets(suri) - if not self.setsCache then - self.setsCache = {} - end - local scp = scope.getScope(suri) - local cacheUri = scp.uri or '' - if self.setsCache[cacheUri] then - return self.setsCache[cacheUri] - end - local clock = os.clock() - self.setsCache[cacheUri] = {} - local cache = self.setsCache[cacheUri] - for uri, link in pairs(self.links) do - if link.sets then - if scp:isVisible(uri) then - for _, source in ipairs(link.sets) do - cache[#cache+1] = source - end - end - end - end - local cost = os.clock() - clock - if cost > 0.1 then - log.warn('global-manager getSets costs', cost, self.name) - end - return cache -end - ----@return parser.object[] -function mt:getAllSets() - if not self.setsCache then - self.setsCache = {} - end - local cache = self.setsCache['*'] - if cache then - return cache - end - cache = {} - self.setsCache['*'] = cache - for _, link in pairs(self.links) do - if link.sets then - for _, source in ipairs(link.sets) do - cache[#cache+1] = source - end - end - end - return cache -end - ----@param uri uri -function mt:dropUri(uri) - self.links[uri] = nil - self.setsCache = nil -end - ----@return string -function mt:getName() - return self.name -end - ----@return string -function mt:getCodeName() - return (self.name:gsub(vm.ID_SPLITE, '.')) -end - ----@return string -function mt:asKeyName() - return self.cate .. '|' .. self.name -end - ----@return string -function mt:getKeyName() - return self.name:match('[^' .. vm.ID_SPLITE .. ']+$') -end - ----@return string? -function mt:getFieldName() - return self.name:match(vm.ID_SPLITE .. '(.-)$') -end - ----@return boolean -function mt:isAlive() - return next(self.links) ~= nil -end - ----@param uri uri ----@return parser.object? -function mt:getParentBase(uri) - local parentID = self.name:match('^(.-)' .. vm.ID_SPLITE) - if not parentID then - return nil - end - local parentName = self.cate .. '|' .. parentID - local global = allGlobals[parentName] - if not global then - return nil - end - local link = global.links[uri] - if not link then - return nil - end - local luckyBoy = link.sets[1] or link.gets[1] - if not luckyBoy then - return nil - end - return vm.getGlobalBase(luckyBoy) -end - ----@param cate vm.global.cate ----@return vm.global -local function createGlobal(name, cate) - return setmetatable({ - name = name, - cate = cate, - links = util.multiTable(2, function () - return { - sets = {}, - gets = {}, - } - end), - }, mt) -end - ----@class parser.object ----@field package _globalNode vm.global|false ----@field package _enums? parser.object[] - -local compileObject -local compilerGlobalSwitch = util.switch() - : case 'local' - : call(function (source) - if source.special ~= '_G' then - return - end - if source.ref then - for _, ref in ipairs(source.ref) do - compileObject(ref) - end - end - end) - : case 'getlocal' - : call(function (source) - if source.special ~= '_G' then - return - end - if not source.next then - return - end - compileObject(source.next) - end) - : case 'setglobal' - : call(function (source) - local uri = guide.getUri(source) - local name = guide.getKeyName(source) - if not name then - return - end - local global = vm.declareGlobal('variable', name, uri) - global:addSet(uri, source) - source._globalNode = global - end) - : case 'getglobal' - : call(function (source) - local uri = guide.getUri(source) - local name = guide.getKeyName(source) - if not name then - return - end - local global = vm.declareGlobal('variable', name, uri) - global:addGet(uri, source) - source._globalNode = global - - local nxt = source.next - if nxt then - compileObject(nxt) - end - end) - : case 'setfield' - : case 'setmethod' - : case 'setindex' - ---@param source parser.object - : call(function (source) - local name - local keyName = guide.getKeyName(source) - if not keyName then - return - end - if source.node._globalNode then - local parentName = source.node._globalNode:getName() - if parentName == '_G' then - name = keyName - else - name = ('%s%s%s'):format(parentName, vm.ID_SPLITE, keyName) - end - elseif source.node.special == '_G' then - name = keyName - end - if not name then - return - end - local uri = guide.getUri(source) - local global = vm.declareGlobal('variable', name, uri) - global:addSet(uri, source) - source._globalNode = global - end) - : case 'getfield' - : case 'getmethod' - : case 'getindex' - ---@param source parser.object - : call(function (source) - local name - local keyName = guide.getKeyName(source) - if not keyName then - return - end - if source.node._globalNode then - local parentName = source.node._globalNode:getName() - if parentName == '_G' then - name = keyName - else - name = ('%s%s%s'):format(parentName, vm.ID_SPLITE, keyName) - end - elseif source.node.special == '_G' then - name = keyName - end - local uri = guide.getUri(source) - local global = vm.declareGlobal('variable', name, uri) - global:addGet(uri, source) - source._globalNode = global - - local nxt = source.next - if nxt then - compileObject(nxt) - end - end) - : case 'call' - : call(function (source) - if source.node.special == 'rawset' - or source.node.special == 'rawget' then - if not source.args then - return - end - local g = source.args[1] - local key = source.args[2] - if g and key and g.special == '_G' then - local name = guide.getKeyName(key) - if name then - local uri = guide.getUri(source) - local global = vm.declareGlobal('variable', name, uri) - if source.node.special == 'rawset' then - global:addSet(uri, source) - source.value = source.args[3] - else - global:addGet(uri, source) - end - source._globalNode = global - - local nxt = source.next - if nxt then - compileObject(nxt) - end - end - end - end - end) - : case 'doc.class' - ---@param source parser.object - : call(function (source) - local uri = guide.getUri(source) - local name = guide.getKeyName(source) - if not name then - return - end - local class = vm.declareGlobal('type', name, uri) - class:addSet(uri, source) - source._globalNode = class - - if source.signs then - local sign = vm.createSign() - vm.setSign(source, sign) - for _, obj in ipairs(source.signs) do - sign:addSign(vm.compileNode(obj)) - end - if source.extends then - for _, ext in ipairs(source.extends) do - if ext.type == 'doc.type.table' then - vm.setGeneric(ext, vm.createGeneric(ext, sign)) - end - end - end - end - end) - : case 'doc.alias' - : call(function (source) - local uri = guide.getUri(source) - local name = guide.getKeyName(source) - if not name then - return - end - local alias = vm.declareGlobal('type', name, uri) - alias:addSet(uri, source) - source._globalNode = alias - - if source.signs then - source._sign = vm.createSign() - for _, sign in ipairs(source.signs) do - source._sign:addSign(vm.compileNode(sign)) - end - source.extends._generic = vm.createGeneric(source.extends, source._sign) - end - end) - : case 'doc.enum' - : call(function (source) - local uri = guide.getUri(source) - local name = guide.getKeyName(source) - if not name then - return - end - local enum = vm.declareGlobal('type', name, uri) - enum:addSet(uri, source) - source._globalNode = enum - - local tbl = source.bindSource - if not tbl then - return - end - source._enums = {} - if vm.docHasAttr(source, 'key') then - for _, field in ipairs(tbl) do - if field.type == 'tablefield' then - source._enums[#source._enums+1] = { - type = 'doc.type.string', - start = field.field.start, - finish = field.field.finish, - [1] = field.field[1], - } - elseif field.type == 'tableindex' then - source._enums[#source._enums+1] = { - type = 'doc.type.string', - start = field.index.start, - finish = field.index.finish, - [1] = field.index[1], - } - end - end - else - for _, field in ipairs(tbl) do - if field.type == 'tablefield' then - source._enums[#source._enums+1] = field - local subType = vm.declareGlobal('type', name .. '.' .. field.field[1], uri) - subType:addSet(uri, field) - elseif field.type == 'tableindex' then - source._enums[#source._enums+1] = field - if field.index.type == 'string' then - local subType = vm.declareGlobal('type', name .. '.' .. field.index[1], uri) - subType:addSet(uri, field) - end - end - end - end - end) - : case 'doc.type.name' - : call(function (source) - local uri = guide.getUri(source) - local name = source[1] - if name == '_' then - return - end - if name == 'self' then - return - end - local type = vm.declareGlobal('type', name, uri) - type:addGet(uri, source) - source._globalNode = type - end) - : case 'doc.extends.name' - : call(function (source) - local uri = guide.getUri(source) - local name = source[1] - local class = vm.declareGlobal('type', name, uri) - class:addGet(uri, source) - source._globalNode = class - end) - - ----@alias vm.global.cate '"variable"' | '"type"' - ----@param cate vm.global.cate ----@param name string ----@param uri? uri ----@return vm.global -function vm.declareGlobal(cate, name, uri) - local key = cate .. '|' .. name - if uri then - globalSubs[uri][key] = true - end - if not allGlobals[key] then - allGlobals[key] = createGlobal(name, cate) - end - return allGlobals[key] -end - ----@param cate vm.global.cate ----@param name string ----@param field? string ----@return vm.global? -function vm.getGlobal(cate, name, field) - local key = cate .. '|' .. name - if field then - key = key .. vm.ID_SPLITE .. field - end - return allGlobals[key] -end - ----@param cate vm.global.cate ----@param name string ----@return vm.global[] -function vm.getGlobalFields(cate, name) - local globals = {} - local key = cate .. '|' .. name - - local clock = os.clock() - for gid, global in pairs(allGlobals) do - if gid ~= key - and util.stringStartWith(gid, key) - and gid:sub(#key + 1, #key + 1) == vm.ID_SPLITE - and not gid:find(vm.ID_SPLITE, #key + 2) then - globals[#globals+1] = global - end - end - local cost = os.clock() - clock - if cost > 0.1 then - log.warn('global-manager getFields costs', cost) - end - - return globals -end - ----@param cate vm.global.cate ----@return vm.global[] -function vm.getGlobals(cate) - local globals = {} - - local clock = os.clock() - for gid, global in pairs(allGlobals) do - if util.stringStartWith(gid, cate) - and not gid:find(vm.ID_SPLITE) then - globals[#globals+1] = global - end - end - local cost = os.clock() - clock - if cost > 0.1 then - log.warn('global-manager getGlobals costs', cost) - end - - return globals -end - ----@return table -function vm.getAllGlobals() - return allGlobals -end - ----@param suri uri ----@param cate vm.global.cate ----@return parser.object[] -function vm.getGlobalSets(suri, cate) - local globals = vm.getGlobals(cate) - local result = {} - for _, global in ipairs(globals) do - local sets = global:getSets(suri) - for _, set in ipairs(sets) do - result[#result+1] = set - end - end - return result -end - ----@param suri uri ----@param cate vm.global.cate ----@param name string ----@return boolean -function vm.hasGlobalSets(suri, cate, name) - local global = vm.getGlobal(cate, name) - if not global then - return false - end - local sets = global:getSets(suri) - if #sets == 0 then - return false - end - return true -end - ----@param src parser.object -local function checkIsUndefinedGlobal(src) - local key = src[1] - - local uri = guide.getUri(src) - local dglobals = util.arrayToHash(config.get(uri, 'Lua.diagnostics.globals')) - local rspecial = config.get(uri, 'Lua.runtime.special') - - local node = src.node - return src.type == 'getglobal' and key and not ( - dglobals[key] or - rspecial[key] or - node.tag ~= '_ENV' or - vm.hasGlobalSets(uri, 'variable', key) - ) -end - ----@param src parser.object ----@return boolean -function vm.isUndefinedGlobal(src) - local node = vm.compileNode(src) - if node.undefinedGlobal == nil then - node.undefinedGlobal = checkIsUndefinedGlobal(src) - end - return node.undefinedGlobal -end - ----@param source parser.object -function compileObject(source) - if source._globalNode ~= nil then - return - end - source._globalNode = false - compilerGlobalSwitch(source.type, source) -end - ----@param source parser.object ----@return vm.global? -function vm.getGlobalNode(source) - return source._globalNode or nil -end - ----@param source parser.object ----@return parser.object[]? -function vm.getEnums(source) - return source._enums -end - ----@param source parser.object ----@return boolean -function vm.compileByGlobal(source) - local global = vm.getGlobalNode(source) - if not global then - return false - end - vm.setNode(source, global) - if global.cate == 'variable' then - if guide.isAssign(source) then - if vm.bindDocs(source) then - return true - end - if source.value and source.value.type ~= 'nil' then - vm.setNode(source, vm.compileNode(source.value)) - return true - end - else - if vm.bindAs(source) then - return true - end - local node = vm.traceNode(source) - if node then - vm.setNode(source, node, true) - return true - end - end - end - local globalBase = vm.getGlobalBase(source) - if not globalBase then - return false - end - local globalNode = vm.compileNode(globalBase) - vm.setNode(source, globalNode, true) - return true -end - ----@param source parser.object ----@return parser.object? -function vm.getGlobalBase(source) - if source._globalBase then - return source._globalBase - end - local global = vm.getGlobalNode(source) - if not global then - return nil - end - ---@cast source parser.object - local root = guide.getRoot(source) - if not root._globalBaseMap then - root._globalBaseMap = {} - end - local name = global:asKeyName() - if not root._globalBaseMap[name] then - ---@diagnostic disable-next-line: missing-fields - root._globalBaseMap[name] = { - type = 'globalbase', - parent = root, - global = global, - start = 0, - finish = 0, - } - end - source._globalBase = root._globalBaseMap[name] - return source._globalBase -end - ----@param source parser.object -local function compileAst(source) - local env = guide.getENV(source) - if not env then - return - end - compileObject(env) - guide.eachSpecialOf(source, 'rawset', function (src) - compileObject(src.parent) - end) - guide.eachSpecialOf(source, 'rawget', function (src) - compileObject(src.parent) - end) - guide.eachSourceTypes(source.docs, { - 'doc.class', - 'doc.alias', - 'doc.type.name', - 'doc.extends.name', - 'doc.enum', - }, function (src) - compileObject(src) - end) -end - ----@param uri uri -local function dropUri(uri) - local globalSub = globalSubs[uri] - globalSubs[uri] = nil - for key in pairs(globalSub) do - local global = allGlobals[key] - if global then - global:dropUri(uri) - if not global:isAlive() then - allGlobals[key] = nil - end - end - end -end - -return { - compileAst = compileAst, - dropUri = dropUri, -} diff --git a/script/vm/infer.lua b/script/vm/infer.lua deleted file mode 100644 index f2673ed3e..000000000 --- a/script/vm/infer.lua +++ /dev/null @@ -1,608 +0,0 @@ -local util = require 'utility' -local config = require 'config' -local guide = require 'parser.guide' ----@class vm -local vm = require 'vm.vm' - ----@class vm.infer ----@field node vm.node ----@field views table ----@field _drop table ----@field _lastView? string ----@field _lastViewUri? uri ----@field _lastViewDefault? any ----@field _subViews? string[] -local mt = {} -mt.__index = mt -mt._hasTable = false -mt._hasClass = false -mt._hasFunctionDef = false -mt._hasDocFunction = false -mt._isParam = false -mt._isLocal = false - -vm.NULL = setmetatable({}, mt) - -local LOCK = {} - -local inferSorted = { - ['boolean'] = - 100, - ['string'] = - 99, - ['number'] = - 98, - ['integer'] = - 97, - ['function'] = - 96, - ['table'] = - 95, - ['true'] = 1, - ['false'] = 2, - ['nil'] = 100, -} - -local viewNodeSwitch;viewNodeSwitch = util.switch() - : case 'nil' - : case 'boolean' - : case 'string' - : case 'integer' - : call(function (source, infer) - return source.type - end) - : case 'number' - : call(function (source, infer) - return source.type - end) - : case 'table' - : call(function (source, infer, uri) - if source.type == 'table' then - if #source == 1 and source[1].type == 'varargs' then - local node = vm.getInfer(source[1]):view(uri) - return ('%s[]'):format(node) - end - end - - infer._hasTable = true - end) - : case 'function' - : call(function (source, infer) - local parent = source.parent - if guide.isAssign(parent) then - infer._hasFunctionDef = true - end - return source.type - end) - : case 'local' - : call(function (source, infer) - if source.parent == 'funcargs' then - infer._isParam = true - else - infer._isLocal = true - end - end) - : case 'global' - : call(function (source, infer) - if source.cate == 'type' then - if not guide.isBasicType(source.name) then - infer._hasClass = true - end - return source.name - end - end) - : case 'doc.type' - : call(function (source, infer, uri) - local buf = {} - for _, tp in ipairs(source.types) do - buf[#buf+1] = viewNodeSwitch(tp.type, tp, infer, uri) - end - return table.concat(buf, '|') - end) - : case 'doc.type.name' - : call(function (source, infer, uri) - if source.signs then - local buf = {} - for i, sign in ipairs(source.signs) do - buf[i] = vm.getInfer(sign):view(uri) - end - return ('%s<%s>'):format(source[1], table.concat(buf, ', ')) - else - return source[1] - end - end) - : case 'generic' - : call(function (source, infer, uri) - return vm.getInfer(source.proto):view(uri) - end) - : case 'doc.generic.name' - : call(function (source, infer, uri) - local resolved = vm.getGenericResolved(source) - if resolved then - return vm.getInfer(resolved):view(uri) - end - if source.generic and source.generic.extends then - return ('<%s:%s>'):format(source[1], vm.getInfer(source.generic.extends):view(uri)) - else - return ('<%s>'):format(source[1]) - end - end) - : case 'doc.type.array' - : call(function (source, infer, uri) - infer._hasClass = true - local view = vm.getInfer(source.node):view(uri) - if source.node.type == 'doc.type' then - view = '(' .. view .. ')' - end - return view .. '[]' - end) - : case 'doc.type.sign' - : call(function (source, infer, uri) - infer._hasClass = true - local buf = {} - for i, sign in ipairs(source.signs) do - buf[i] = vm.getInfer(sign):view(uri) - end - local node = vm.compileNode(source) - for c in node:eachObject() do - if guide.isLiteral(c) then - ---@cast c parser.object - local view = vm.getInfer(c):view(uri) - if view then - infer._drop[view] = true - end - end - end - return ('%s<%s>'):format(source.node[1], table.concat(buf, ', ')) - end) - : case 'doc.type.table' - : call(function (source, infer, uri) - if #source.fields == 0 then - infer._hasTable = true - return - end - infer._hasClass = true - local buf = {} - buf[#buf+1] = '{ ' - for i, field in ipairs(source.fields) do - if i > 1 then - buf[#buf+1] = ', ' - end - local key = field.name - if key.type == 'doc.type' then - buf[#buf+1] = ('[%s]: '):format(vm.getInfer(key):view(uri)) - elseif type(key[1]) == 'string' then - buf[#buf+1] = key[1] .. ': ' - else - buf[#buf+1] = ('[%q]: '):format(key[1]) - end - buf[#buf+1] = vm.getInfer(field.extends):view(uri) - end - buf[#buf+1] = ' }' - return table.concat(buf) - end) - : case 'doc.type.string' - : call(function (source, infer) - return util.viewString(source[1], source[2]) - end) - : case 'doc.type.integer' - : case 'doc.type.boolean' - : call(function (source, infer) - return ('%q'):format(source[1]) - end) - : case 'doc.type.code' - : call(function (source, infer) - return ('`%s`'):format(source[1]) - end) - : case 'doc.type.function' - : call(function (source, infer, uri) - infer._hasDocFunction = true - local args = {} - local rets = {} - local argView = '' - local regView = '' - for i, arg in ipairs(source.args) do - local argNode = vm.compileNode(arg) - local isOptional = argNode:isOptional() - if isOptional then - argNode = argNode:copy() - argNode:removeOptional() - end - args[i] = string.format('%s%s%s%s' - , arg.name[1] - , isOptional and '?' or '' - , arg.name[1] == '...' and '' or ': ' - , vm.getInfer(argNode):view(uri) - ) - end - if #args > 0 then - argView = table.concat(args, ', ') - end - local needReturnParen - for i, ret in ipairs(source.returns) do - local retType = vm.getInfer(ret):view(uri) - if ret.name then - if ret.name[1] == '...' then - rets[i] = ('%s%s'):format(ret.name[1], retType) - else - needReturnParen = true - rets[i] = ('%s: %s'):format(ret.name[1], retType) - end - else - rets[i] = retType - end - end - if #rets > 0 then - if needReturnParen then - regView = (':(%s)'):format(table.concat(rets, ', ')) - else - regView = (':%s'):format(table.concat(rets, ', ')) - end - end - return ('fun(%s)%s'):format(argView, regView) - end) - : case 'doc.field.name' - : call(function (source, infer, uri) - return vm.viewKey(source, uri) - end) - ----@class vm.node ----@field lastInfer? vm.infer - ----@param node? vm.node ----@return vm.infer -local function createInfer(node) - local infer = setmetatable({ - node = node, - _drop = {}, - }, mt) - return infer -end - ----@param source vm.node.object | vm.node ----@return vm.infer -function vm.getInfer(source) - ---@type vm.node - local node - if source.type == 'vm.node' then - ---@cast source vm.node - node = source - else - ---@cast source vm.object - node = vm.compileNode(source) - end - if node.lastInfer then - return node.lastInfer - end - local infer = createInfer(node) - node.lastInfer = infer - - return infer -end - -function mt:_trim() - if self._hasDocFunction then - if self._hasFunctionDef then - for view in pairs(self.views) do - if view:sub(1, 4) == 'fun(' then - self.views[view] = nil - end - end - else - self.views['function'] = nil - end - end - if self._hasTable and not self._hasClass then - self.views['table'] = true - end - if self.views['number'] then - self.views['integer'] = nil - end - if self.views['boolean'] then - self.views['true'] = nil - self.views['false'] = nil - end -end - ----@param uri uri -function mt:_eraseAlias(uri) - local count = 0 - for _ in pairs(self.views) do - count = count + 1 - end - if count <= 1 then - return - end - local expandAlias = config.get(uri, 'Lua.hover.expandAlias') - for n in self.node:eachObject() do - if n.type == 'global' and n.cate == 'type' then - if LOCK[n.name] then - goto CONTINUE - end - LOCK[n.name] = true - for _, set in ipairs(n:getSets(uri)) do - if set.type == 'doc.alias' then - if expandAlias then - self._drop[n.name] = true - local newInfer = createInfer() - for _, ext in ipairs(set.extends.types) do - viewNodeSwitch(ext.type, ext, newInfer, uri) - end - if newInfer._hasTable then - self.views['table'] = true - end - else - for _, ext in ipairs(set.extends.types) do - local view = viewNodeSwitch(ext.type, ext, createInfer(), uri) - if view and view ~= n.name then - self._drop[view] = true - end - end - end - end - end - LOCK[n.name] = nil - ::CONTINUE:: - end - end -end - ----@param uri uri ----@param tp string ----@return boolean -function mt:hasType(uri, tp) - self:_computeViews(uri) - return self.views[tp] == true -end - ----@param uri uri -function mt:hasUnknown(uri) - self:_computeViews(uri) - return not next(self.views) - or self.views['unknown'] == true -end - ----@param uri uri -function mt:hasAny(uri) - self:_computeViews(uri) - return self.views['any'] == true -end - ----@param uri uri ----@return boolean -function mt:hasClass(uri) - self:_computeViews(uri) - return self._hasClass == true -end - ----@param uri uri ----@return boolean -function mt:hasFunction(uri) - self:_computeViews(uri) - return self.views['function'] == true - or self._hasDocFunction == true -end - ----@param uri uri -function mt:_computeViews(uri) - if self.views then - return - end - - self.views = {} - - for n in self.node:eachObject() do - if not n.hideView then - local view = viewNodeSwitch(n.type, n, self, uri) - if view then - self.views[view] = true - end - end - end - - self:_trim() -end - ----@param uri uri ----@param default? string ----@return string -function mt:view(uri, default) - if self._lastView - and self._lastViewUri == uri - and self._lastViewDefault == default then - return self._lastView - end - self._lastViewUri = uri - self._lastViewDefault = default - - self:_computeViews(uri) - - if self.views['any'] then - self._lastView = 'any' - return 'any' - end - - if self._hasClass then - self:_eraseAlias(uri) - end - - local array = {} - self._subViews = array - for view in pairs(self.views) do - if not self._drop[view] then - array[#array+1] = view - end - end - - table.sort(array, function (a, b) - local sa = inferSorted[a] or 0 - local sb = inferSorted[b] or 0 - if sa == sb then - return a < b - end - return sa < sb - end) - - local max = #array - local limit = config.get(uri, 'Lua.hover.enumsLimit') - - local view - if #array == 0 then - view = default or 'unknown' - else - if max > limit then - view = string.format('%s...(+%d)' - , table.concat(array, '|', 1, limit) - , max - limit - ) - else - view = table.concat(array, '|') - end - end - - if self.node:isOptional() then - if #array == 0 then - view = 'nil' - else - if max > 1 - or view:find(guide.notNamePattern .. guide.namePattern .. '$') then - view = '(' .. view .. ')?' - else - view = view .. '?' - end - end - end - - if #view > 200 then - view = view:sub(1, 180) .. '...(too long)...' .. view:sub(-10) - end - - self._lastView = view - return view -end - ----@param uri uri -function mt:eachView(uri) - self:_computeViews(uri) - return next, self.views -end - ----@param uri uri ----@return string[] -function mt:getSubViews(uri) - self:view(uri) - return self._subViews -end - ----@return string? -function mt:viewLiterals() - if not self.node then - return nil - end - local mark = {} - local literals = {} - for n in self.node:eachObject() do - if n.type == 'string' - or n.type == 'number' - or n.type == 'integer' - or n.type == 'boolean' then - local literal - if n.type == 'string' then - literal = util.viewString(n[1], n[2]) - else - literal = util.viewLiteral(n[1]) - end - if literal and not mark[literal] then - literals[#literals+1] = literal - mark[literal] = true - end - end - end - if #literals == 0 then - return nil - end - table.sort(literals, function (a, b) - local sa = inferSorted[a] or 0 - local sb = inferSorted[b] or 0 - if sa == sb then - return a < b - end - return sa < sb - end) - return table.concat(literals, '|') -end - ----@return string? -function mt:viewClass() - if not self.node then - return nil - end - local mark = {} - local class = {} - for n in self.node:eachObject() do - if n.type == 'global' and n.cate == 'type' then - local name = n.name - if not mark[name] then - class[#class+1] = name - mark[name] = true - end - end - end - if #class == 0 then - return nil - end - table.sort(class) - return table.concat(class, '|') -end - ----@param source vm.node.object ----@param uri uri ----@return string? -function vm.viewObject(source, uri) - local infer = createInfer() - return viewNodeSwitch(source.type, source, infer, uri) -end - ----@param source parser.object ----@param uri uri ----@return string? ----@return string|number|boolean|nil -function vm.viewKey(source, uri) - if source.type == 'doc.type' then - if #source.types == 1 then - return vm.viewKey(source.types[1], uri) - else - local key = vm.getInfer(source):view(uri) - return '[' .. key .. ']', key - end - end - if source.type == 'tableindex' - or source.type == 'setindex' - or source.type == 'getindex' then - local index = source.index - local name = vm.getInfer(index):viewLiterals() - if not name then - return nil - end - return ('[%s]'):format(name), name - end - if source.type == 'tableexp' then - return ('[%d]'):format(source.tindex), source.tindex - end - if source.type == 'doc.field' then - return vm.viewKey(source.field, uri) - end - if source.type == 'doc.type.field' then - return vm.viewKey(source.name, uri) - end - if source.type == 'doc.type.name' then - return '[' .. source[1] .. ']', source[1] - end - if source.type == 'doc.type.string' then - local name = util.viewString(source[1], source[2]) - return ('[%s]'):format(name), name - end - local key = vm.getKeyName(source) - if key == nil then - return nil - end - if type(key) == 'string' then - return key, key - else - return ('[%s]'):format(key), key - end -end diff --git a/script/vm/init.lua b/script/vm/init.lua deleted file mode 100644 index f1d3292a3..000000000 --- a/script/vm/init.lua +++ /dev/null @@ -1,25 +0,0 @@ -local vm = require 'vm.vm' - ----@alias vm.object parser.object | vm.generic - -require 'vm.compiler' -require 'vm.value' -require 'vm.node' -require 'vm.def' -require 'vm.ref' -require 'vm.field' -require 'vm.doc' -require 'vm.type' -require 'vm.library' -require 'vm.tracer' -require 'vm.infer' -require 'vm.generic' -require 'vm.sign' -require 'vm.variable' -require 'vm.global' -require 'vm.function' -require 'vm.operator' -require 'vm.visible' -require 'vm.precompile' - -return vm diff --git a/script/vm/library.lua b/script/vm/library.lua deleted file mode 100644 index e7bf4f421..000000000 --- a/script/vm/library.lua +++ /dev/null @@ -1,15 +0,0 @@ ----@class vm -local vm = require 'vm.vm' - -function vm.getLibraryName(source) - if source.special then - return source.special - end - local defs = vm.getDefs(source) - for _, def in ipairs(defs) do - if def.special then - return def.special - end - end - return nil -end diff --git a/script/vm/node.lua b/script/vm/node.lua deleted file mode 100644 index bc1dfcb10..000000000 --- a/script/vm/node.lua +++ /dev/null @@ -1,509 +0,0 @@ -local files = require 'files' ----@class vm -local vm = require 'vm.vm' -local ws = require 'workspace.workspace' -local guide = require 'parser.guide' -local timer = require 'timer' -local util = require 'utility' - ----@type table -vm.nodeCache = setmetatable({}, util.MODE_K) - ----@alias vm.node.object vm.object | vm.global | vm.variable - ----@class vm.node ----@field [integer] vm.node.object ----@field [vm.node.object] true ----@field fields? table ----@field undefinedGlobal boolean? -local mt = {} -mt.__index = mt -mt.id = 0 -mt.type = 'vm.node' -mt.optional = nil -mt.data = nil -mt.hasDefined = nil -mt.originNode = nil - ----@param node vm.node | vm.node.object ----@return vm.node -function mt:merge(node) - if not node then - return self - end - if node.type == 'vm.node' then - if node == self then - return self - end - if node:isOptional() then - self.optional = true - end - for _, obj in ipairs(node) do - if not self[obj] then - self[obj] = true - self[#self+1] = obj - end - end - else - ---@cast node -vm.node - if not self[node] then - self[node] = true - self[#self+1] = node - end - end - return self -end - ----@return boolean -function mt:isEmpty() - return #self == 0 -end - ----@return boolean -function mt:isTyped() - for _, c in ipairs(self) do - if c.type == 'global' and c.cate == 'type' then - return true - end - if guide.isLiteral(c) then - return true - end - end - return false -end - -function mt:clear() - self.optional = nil - for i, c in ipairs(self) do - self[i] = nil - self[c] = nil - end -end - ----@param n integer ----@return vm.node.object? -function mt:get(n) - return self[n] -end - -function mt:addOptional() - self.optional = true -end - -function mt:removeOptional() - self:remove 'nil' - return self -end - ----@return boolean -function mt:isOptional() - return self.optional == true -end - ----@return boolean -function mt:hasFalsy() - if self.optional then - return true - end - for _, c in ipairs(self) do - if c.type == 'nil' - or (c.type == 'global' and c.cate == 'type' and c.name == 'nil') - or (c.type == 'global' and c.cate == 'type' and c.name == 'false') - or (c.type == 'boolean' and c[1] == false) - or (c.type == 'doc.type.boolean' and c[1] == false) then - return true - end - end - return false -end - ----@return boolean -function mt:hasKnownType() - for _, c in ipairs(self) do - if c.type == 'global' and c.cate == 'type' then - return true - end - if guide.isLiteral(c) then - return true - end - end - return false -end - ----@return boolean -function mt:isNullable() - if self.optional then - return true - end - if #self == 0 then - return true - end - for _, c in ipairs(self) do - if c.type == 'nil' - or (c.type == 'global' and c.cate == 'type' and c.name == 'nil') - or (c.type == 'global' and c.cate == 'type' and c.name == 'any') - or (c.type == 'global' and c.cate == 'type' and c.name == '...') then - return true - end - end - return false -end - ----@return vm.node -function mt:setTruthy() - if self.optional == true then - self.optional = nil - end - local hasBoolean - for index = #self, 1, -1 do - local c = self[index] - if c.type == 'nil' - or (c.type == 'global' and c.cate == 'type' and c.name == 'nil') - or (c.type == 'global' and c.cate == 'type' and c.name == 'false') - or (c.type == 'boolean' and c[1] == false) - or (c.type == 'doc.type.boolean' and c[1] == false) then - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - if c.type == 'global' and c.cate == 'type' and c.name == 'boolean' then - hasBoolean = true - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - if c.type == 'boolean' or c.type == 'doc.type.boolean' then - if c[1] == false then - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - end - ::CONTINUE:: - end - if hasBoolean then - self:merge(vm.declareGlobal('type', 'true')) - end - return self -end - ----@return vm.node -function mt:setFalsy() - if self.optional == false then - self.optional = nil - end - local hasBoolean - for index = #self, 1, -1 do - local c = self[index] - if c.type == 'nil' - or (c.type == 'global' and c.cate == 'type' and c.name == 'nil') - or (c.type == 'global' and c.cate == 'type' and c.name == 'false') - or (c.type == 'boolean' and c[1] == false) - or (c.type == 'doc.type.boolean' and c[1] == false) then - goto CONTINUE - end - if c.type == 'global' and c.cate == 'type' and c.name == 'boolean' then - hasBoolean = true - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - if c.type == 'boolean' or c.type == 'doc.type.boolean' then - if c[1] == true then - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - end - if (c.type == 'global' and c.cate == 'type') then - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - if guide.isLiteral(c) then - table.remove(self, index) - self[c] = nil - goto CONTINUE - end - ::CONTINUE:: - end - if hasBoolean then - self:merge(vm.declareGlobal('type', 'false')) - end - return self -end - ----@param name string -function mt:remove(name) - if name == 'nil' and self.optional == true then - self.optional = nil - end - for index = #self, 1, -1 do - local c = self[index] - if (c.type == 'global' and c.cate == 'type' and c.name == name) - or (c.type == name) - or (c.type == 'doc.type.integer' and (name == 'number' or name == 'integer')) - or (c.type == 'doc.type.boolean' and name == 'boolean') - or (c.type == 'doc.type.boolean' and name == 'true' and c[1] == true) - or (c.type == 'doc.type.boolean' and name == 'false' and c[1] == false) - or (c.type == 'doc.type.table' and name == 'table') - or (c.type == 'doc.type.array' and name == 'table') - or (c.type == 'doc.type.sign' and name == c.node[1]) - or (c.type == 'doc.type.function' and name == 'function') - or (c.type == 'doc.type.string' and name == 'string') then - table.remove(self, index) - self[c] = nil - end - end - return self -end - ----@param uri uri ----@param name string -function mt:narrow(uri, name) - if self.optional == true then - self.optional = nil - end - for index = #self, 1, -1 do - local c = self[index] - if (c.type == name) - or (c.type == 'doc.type.integer' and (name == 'number' or name == 'integer')) - or (c.type == 'doc.type.boolean' and name == 'boolean') - or (c.type == 'doc.type.table' and name == 'table') - or (c.type == 'doc.type.array' and name == 'table') - or (c.type == 'doc.type.sign' and name == c.node[1]) - or (c.type == 'doc.type.function' and name == 'function') - or (c.type == 'doc.type.string' and name == 'string') then - goto CONTINUE - end - if c.type == 'global' and c.cate == 'type' then - if (c.name == name) - or (vm.isSubType(uri, c.name, name)) then - goto CONTINUE - end - end - table.remove(self, index) - self[c] = nil - ::CONTINUE:: - end - if #self == 0 then - self[#self+1] = vm.getGlobal('type', name) - end - return self -end - ----@param obj vm.object | vm.variable -function mt:removeObject(obj) - for index, c in ipairs(self) do - if c == obj then - table.remove(self, index) - self[c] = nil - return - end - end -end - ----@param node vm.node -function mt:removeNode(node) - for _, c in ipairs(node) do - if c.type == 'global' and c.cate == 'type' then - ---@cast c vm.global - self:remove(c.name) - elseif c.type == 'nil' then - self:remove 'nil' - elseif c.type == 'boolean' - or c.type == 'doc.type.boolean' then - if c[1] == true then - self:remove 'true' - else - self:remove 'false' - end - else - ---@cast c -vm.global - self:removeObject(c) - end - end -end - ----@param name string ----@return boolean -function mt:hasType(name) - for _, c in ipairs(self) do - if c.type == 'global' and c.cate == 'type' and c.name == name then - return true - end - end - return false -end - ----@param name string ----@return boolean -function mt:hasName(name) - if name == 'nil' and self.optional == true then - return true - end - for _, c in ipairs(self) do - if c.type == 'global' and c.cate == 'type' and c.name == name then - return true - end - if c.type == name then - return true - end - -- TODO - end - return false -end - ----@return vm.node -function mt:asTable() - self.optional = nil - for index = #self, 1, -1 do - local c = self[index] - if c.type == 'table' - or c.type == 'doc.type.table' - or c.type == 'doc.type.array' then - goto CONTINUE - end - if c.type == 'doc.type.sign' then - if c.node[1] == 'table' - or not guide.isBasicType(c.node[1]) then - goto CONTINUE - end - end - if c.type == 'global' and c.cate == 'type' then - ---@cast c vm.global - if c.name == 'table' - or not guide.isBasicType(c.name) then - goto CONTINUE - end - end - table.remove(self, index) - self[c] = nil - ::CONTINUE:: - end - return self -end - ----@return fun():vm.node.object -function mt:eachObject() - local i = 0 - return function () - i = i + 1 - return self[i] - end -end - ----@return vm.node -function mt:copy() - return vm.createNode(self) -end - ----@param source vm.node.object | vm.generic ----@param node vm.node | vm.node.object ----@param cover? boolean ----@return vm.node -function vm.setNode(source, node, cover) - if not node then - if TEST then - error('Can not set nil node') - else - log.error('Can not set nil node') - end - end - if cover then - ---@cast node vm.node - vm.nodeCache[source] = node - return node - end - local me = vm.nodeCache[source] - if me then - me:merge(node) - else - if node.type == 'vm.node' then - me = node:copy() - else - me = vm.createNode(node) - end - vm.nodeCache[source] = me - end - return me -end - ----@param source vm.node.object ----@return vm.node? -function vm.getNode(source) - return vm.nodeCache[source] -end - ----@param source vm.object -function vm.removeNode(source) - vm.nodeCache[source] = nil -end - -local lockCount = 0 -local needClearCache = false -function vm.lockCache() - lockCount = lockCount + 1 -end - -function vm.unlockCache() - lockCount = lockCount - 1 - if needClearCache then - needClearCache = false - vm.clearNodeCache() - end -end - -function vm.clearNodeCache() - if lockCount > 0 then - needClearCache = true - return - end - log.debug('clearNodeCache') - vm.nodeCache = {} -end - -local ID = 0 - ----@param a? vm.node | vm.node.object ----@param b? vm.node | vm.node.object ----@return vm.node -function vm.createNode(a, b) - ID = ID + 1 - local node = setmetatable({ - id = ID, - }, mt) - if a then - node:merge(a) - end - if b then - node:merge(b) - end - return node -end - ----@type timer? -local delayTimer -files.watch(function (ev, uri) - if ev == 'version' then - if ws.isReady(uri) then - if CACHEALIVE then - if delayTimer then - delayTimer:restart() - end - delayTimer = timer.wait(1, function () - delayTimer = nil - vm.clearNodeCache() - end) - else - vm.clearNodeCache() - end - end - end -end) - -ws.watch(function (ev, uri) - if ev == 'reload' then - vm.clearNodeCache() - end -end) diff --git a/script/vm/operator.lua b/script/vm/operator.lua deleted file mode 100644 index 7ce2b30d0..000000000 --- a/script/vm/operator.lua +++ /dev/null @@ -1,428 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local util = require 'utility' -local guide = require 'parser.guide' -local config = require 'config' - -vm.UNARY_OP = { - 'unm', - 'bnot', - 'len', -} -vm.BINARY_OP = { - 'add', - 'sub', - 'mul', - 'div', - 'mod', - 'pow', - 'idiv', - 'band', - 'bor', - 'bxor', - 'shl', - 'shr', - 'concat', -} -vm.OTHER_OP = { - 'call', -} - -local unaryMap = { - ['-'] = 'unm', - ['~'] = 'bnot', - ['#'] = 'len', -} - -local binaryMap = { - ['+'] = 'add', - ['-'] = 'sub', - ['*'] = 'mul', - ['/'] = 'div', - ['%'] = 'mod', - ['^'] = 'pow', - ['//'] = 'idiv', - ['&'] = 'band', - ['|'] = 'bor', - ['~'] = 'bxor', - ['<<'] = 'shl', - ['>>'] = 'shr', - ['..'] = 'concat', -} - -local otherMap = { - ['()'] = 'call', -} - -vm.OP_UNARY_MAP = util.revertMap(unaryMap) -vm.OP_BINARY_MAP = util.revertMap(binaryMap) -vm.OP_OTHER_MAP = util.revertMap(otherMap) - ----@param operators parser.object[] ----@param op string ----@param value? parser.object ----@param result? vm.node ----@return vm.node? -local function checkOperators(operators, op, value, result) - for _, operator in ipairs(operators) do - if operator.op[1] ~= op - or not operator.extends then - goto CONTINUE - end - if value and operator.exp then - local valueNode = vm.compileNode(value) - local expNode = vm.compileNode(operator.exp) - local uri = guide.getUri(operator) - for vo in valueNode:eachObject() do - if vm.isSubType(uri, vo, expNode) then - if not result then - result = vm.createNode() - end - result:merge(vm.compileNode(operator.extends)) - return result - end - end - else - if not result then - result = vm.createNode() - end - result:merge(vm.compileNode(operator.extends)) - return result - end - ::CONTINUE:: - end - return result -end - ----@param op string ----@param exp parser.object ----@param value? parser.object ----@return vm.node? -function vm.runOperator(op, exp, value) - local uri = guide.getUri(exp) - local node = vm.compileNode(exp) - local result - for c in node:eachObject() do - if c.type == 'string' - or c.type == 'doc.type.string' then - c = vm.declareGlobal('type', 'string') - end - if c.type == 'global' and c.cate == 'type' then - ---@cast c vm.global - for _, set in ipairs(c:getSets(uri)) do - if set.operators and #set.operators > 0 then - result = checkOperators(set.operators, op, value, result) - end - end - end - end - return result -end - -vm.unarySwich = util.switch() - : case 'not' - : call(function (source) - local result = vm.testCondition(source[1]) - if result == nil then - vm.setNode(source, vm.declareGlobal('type', 'boolean')) - else - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'boolean', - start = source.start, - finish = source.finish, - parent = source, - [1] = not result, - }) - end - end) - : case '#' - : call(function (source) - local node = vm.runOperator('len', source[1]) - vm.setNode(source, node or vm.declareGlobal('type', 'integer')) - end) - : case '-' - : call(function (source) - local v = vm.getNumber(source[1]) - if v == nil then - local uri = guide.getUri(source) - local infer = vm.getInfer(source[1]) - if infer:hasType(uri, 'integer') then - vm.setNode(source, vm.declareGlobal('type', 'integer')) - elseif infer:hasType(uri, 'number') then - vm.setNode(source, vm.declareGlobal('type', 'number')) - else - local node = vm.runOperator('unm', source[1]) - vm.setNode(source, node or vm.declareGlobal('type', 'number')) - end - else - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'number', - start = source.start, - finish = source.finish, - parent = source, - [1] = -v, - }) - end - end) - : case '~' - : call(function (source) - local v = vm.getInteger(source[1]) - if v == nil then - local node = vm.runOperator('bnot', source[1]) - vm.setNode(source, node or vm.declareGlobal('type', 'integer')) - else - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'integer', - start = source.start, - finish = source.finish, - parent = source, - [1] = ~v, - }) - end - end) - -vm.binarySwitch = util.switch() - : case 'and' - : call(function (source) - local node1 = vm.compileNode(source[1]) - local node2 = vm.compileNode(source[2]) - local r1 = vm.testCondition(source[1]) - if r1 == true then - vm.setNode(source, node2) - elseif r1 == false then - vm.setNode(source, node1) - else - local node = node1:copy():setFalsy():merge(node2) - vm.setNode(source, node) - end - end) - : case 'or' - : call(function (source) - local node1 = vm.compileNode(source[1]) - local node2 = vm.compileNode(source[2]) - local r1 = vm.testCondition(source[1]) - if r1 == true then - vm.setNode(source, node1) - elseif r1 == false then - vm.setNode(source, node2) - else - local node = node1:copy():setTruthy() - if not source[2].hasExit then - node:merge(node2) - end - vm.setNode(source, node) - end - end) - : case '==' - : case '~=' - : call(function (source) - local result = vm.equal(source[1], source[2]) - if result == nil then - vm.setNode(source, vm.declareGlobal('type', 'boolean')) - else - if source.op.type == '~=' then - result = not result - end - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'boolean', - start = source.start, - finish = source.finish, - parent = source, - [1] = result, - }) - end - end) - : case '<<' - : case '>>' - : case '&' - : case '|' - : case '~' - : call(function (source) - local a = vm.getInteger(source[1]) - local b = vm.getInteger(source[2]) - local op = source.op.type - if a and b then - local result = op == '<<' and a << b - or op == '>>' and a >> b - or op == '&' and a & b - or op == '|' and a | b - or op == '~' and a ~ b - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'integer', - start = source.start, - finish = source.finish, - parent = source, - [1] = result, - }) - else - local node = vm.runOperator(binaryMap[op], source[1], source[2]) - if node then - vm.setNode(source, node) - end - end - end) - : case '+' - : case '-' - : case '*' - : case '/' - : case '%' - : case '//' - : case '^' - : call(function (source) - local a = vm.getNumber(source[1]) - local b = vm.getNumber(source[2]) - local op = source.op.type - local zero = b == 0 - and ( op == '%' - or op == '/' - or op == '//' - ) - if a and b and not zero then - local result = op == '+' and a + b - or op == '-' and a - b - or op == '*' and a * b - or op == '/' and a / b - or op == '%' and a % b - or op == '//' and a // b - or op == '^' and a ^ b - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = (op == '//' or math.type(result) == 'integer') and 'integer' or 'number', - start = source.start, - finish = source.finish, - parent = source, - [1] = result, - }) - else - local node = vm.runOperator(binaryMap[op], source[1], source[2]) - if node then - vm.setNode(source, node) - return - end - if op == '+' - or op == '-' - or op == '*' - or op == '%' then - local uri = guide.getUri(source) - local infer1 = vm.getInfer(source[1]) - local infer2 = vm.getInfer(source[2]) - if infer1:hasType(uri, 'integer') - and infer2:hasType(uri, 'integer') then - vm.setNode(source, vm.declareGlobal('type', 'integer')) - return - end - if (infer1:hasType(uri, 'number') or infer1:hasType(uri, 'integer')) - and (infer2:hasType(uri, 'number') or infer2:hasType(uri, 'integer')) then - vm.setNode(source, vm.declareGlobal('type', 'number')) - return - end - end - if op == '/' - or op == '^' then - local uri = guide.getUri(source) - local infer1 = vm.getInfer(source[1]) - local infer2 = vm.getInfer(source[2]) - if (infer1:hasType(uri, 'integer') or infer1:hasType(uri, 'number')) - and (infer2:hasType(uri, 'integer') or infer2:hasType(uri, 'number')) then - vm.setNode(source, vm.declareGlobal('type', 'number')) - return - end - end - if op == '//' then - local uri = guide.getUri(source) - local infer1 = vm.getInfer(source[1]) - local infer2 = vm.getInfer(source[2]) - if (infer1:hasType(uri, 'integer') or infer1:hasType(uri, 'number')) - and (infer2:hasType(uri, 'integer') or infer2:hasType(uri, 'number')) then - vm.setNode(source, vm.declareGlobal('type', 'integer')) - return - end - end - end - end) - : case '..' - : call(function (source) - local a = vm.getString(source[1]) - or vm.getNumber(source[1]) - local b = vm.getString(source[2]) - or vm.getNumber(source[2]) - if a and b then - if type(a) == 'number' or type(b) == 'number' then - local uri = guide.getUri(source) - local version = config.get(uri, 'Lua.runtime.version') - if math.tointeger(a) and math.type(a) == 'float' then - if version == 'Lua 5.3' or version == 'Lua 5.4' then - a = ('%.1f'):format(a) - else - a = ('%.0f'):format(a) - end - end - if math.tointeger(b) and math.type(b) == 'float' then - if version == 'Lua 5.3' or version == 'Lua 5.4' then - b = ('%.1f'):format(b) - else - b = ('%.0f'):format(b) - end - end - end - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'string', - start = source.start, - finish = source.finish, - parent = source, - [1] = a .. b, - }) - else - local uri = guide.getUri(source) - local infer1 = vm.getInfer(source[1]) - local infer2 = vm.getInfer(source[2]) - if ( - infer1:hasType(uri, 'integer') - or infer1:hasType(uri, 'number') - or infer1:hasType(uri, 'string') - ) - and ( - infer2:hasType(uri, 'integer') - or infer2:hasType(uri, 'number') - or infer2:hasType(uri, 'string') - ) then - vm.setNode(source, vm.declareGlobal('type', 'string')) - return - end - local node = vm.runOperator(binaryMap[source.op.type], source[1], source[2]) - if node then - vm.setNode(source, node) - end - end - end) - : case '>' - : case '<' - : case '>=' - : case '<=' - : call(function (source) - local a = vm.getNumber(source[1]) - local b = vm.getNumber(source[2]) - if a and b then - local op = source.op.type - local result = op == '>' and a > b - or op == '<' and a < b - or op == '>=' and a >= b - or op == '<=' and a <= b - ---@diagnostic disable-next-line: missing-fields - vm.setNode(source, { - type = 'boolean', - start = source.start, - finish = source.finish, - parent = source, - [1] =result, - }) - else - vm.setNode(source, vm.declareGlobal('type', 'boolean')) - end - end) diff --git a/script/vm/precompile.lua b/script/vm/precompile.lua deleted file mode 100644 index 47c630260..000000000 --- a/script/vm/precompile.lua +++ /dev/null @@ -1,20 +0,0 @@ -local files = require 'files' -local global = require 'vm.global' -local variable = require 'vm.variable' - ----@async -files.watch(function (ev, uri) - if ev == 'update' then - global.dropUri(uri) - end - if ev == 'remove' then - global.dropUri(uri) - end - if ev == 'compile' then - local state = files.getLastState(uri) - if state then - global.compileAst(state.ast) - variable.compileAst(state.ast) - end - end -end) diff --git a/script/vm/ref.lua b/script/vm/ref.lua deleted file mode 100644 index 89b9d3c0c..000000000 --- a/script/vm/ref.lua +++ /dev/null @@ -1,328 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local util = require 'utility' -local guide = require 'parser.guide' -local files = require 'files' -local await = require 'await' -local progress = require 'progress' -local lang = require 'language' - -local simpleSwitch - -simpleSwitch = util.switch() - : case 'goto' - : call(function (source, pushResult) - if source.node then - simpleSwitch('label', source.node, pushResult) - pushResult(source.node) - end - end) - : case 'label' - : call(function (source, pushResult) - pushResult(source) - if source.ref then - for _, ref in ipairs(source.ref) do - pushResult(ref) - end - end - end) - ----@async -local function searchInAllFiles(suri, searcher, notify) - await.delay() - - searcher(suri) - await.delay() - - local uris = {} - for uri in files.eachFile(suri) do - if not vm.isMetaFile(uri) - and suri ~= uri then - uris[#uris+1] = uri - end - end - - local loading = progress.create(suri, lang.script.WINDOW_SEARCHING_IN_FILES, 1) - local cancelled - loading:onCancel(function () - cancelled = true - end) - for i, uri in ipairs(uris) do - if notify then - local continue = notify(uri) - if continue == false then - break - end - end - loading:setMessage(('%03d/%03d'):format(i, #uris)) - loading:setPercentage(i / #uris * 100) - await.delay() - if cancelled then - break - end - searcher(uri) - end -end - ----@async -local function searchWord(source, pushResult, defMap, fileNotify) - local key = guide.getKeyName(source) - if not key then - return - end - - local global = vm.getGlobalNode(source) - - ---@param src parser.object - local function checkDef(src) - for _, def in ipairs(vm.getDefs(src)) do - if defMap[def] then - pushResult(src) - return - end - end - end - - ---@async - local function findWord(uri) - local text = files.getText(uri) - if not text then - return - end - if not text:find(key, 1, true) then - return - end - local state = files.getState(uri) - if not state then - return - end - - if global then - local globalName = global:asKeyName() - ---@async - guide.eachSourceTypes(state.ast, {'getglobal', 'setglobal', 'setfield', 'getfield', 'setmethod', 'getmethod', 'setindex', 'getindex', 'doc.type.name', 'doc.class.name', 'doc.alias.name', 'doc.extends.name'}, function (src) - local myGlobal = vm.getGlobalNode(src) - if myGlobal and myGlobal:asKeyName() == globalName then - pushResult(src) - await.delay() - end - end) - end - ---@async - guide.eachSourceTypes(state.ast, {'getfield', 'setfield'}, function (src) - if src.field and src.field[1] == key then - checkDef(src) - await.delay() - end - end) - ---@async - guide.eachSourceTypes(state.ast, {'getmethod', 'setmethod'}, function (src) - if src.method and src.method[1] == key then - checkDef(src) - await.delay() - end - end) - ---@async - guide.eachSourceTypes(state.ast, {'getindex', 'setindex'}, function (src) - if src.index and src.index.type == 'string' and src.index[1] == key then - checkDef(src) - await.delay() - end - end) - end - - searchInAllFiles(guide.getUri(source), findWord, fileNotify) -end - ----@async -local function searchFunction(source, pushResult, defMap, fileNotify) - ---@param src parser.object - local function checkDef(src) - for _, def in ipairs(vm.getDefs(src)) do - if defMap[def] then - pushResult(src) - return - end - end - end - - ---@async - local function findCall(uri) - local state = files.getState(uri) - if not state then - return - end - ---@async - guide.eachSourceType(state.ast, 'call', function (src) - checkDef(src.node) - await.delay() - end) - end - - searchInAllFiles(guide.getUri(source), findCall, fileNotify) -end - -local searchByParentNode -local nodeSwitch = util.switch() - : case 'field' - : case 'method' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - searchByParentNode(source.parent, pushResult, defMap, fileNotify) - end) - : case 'getfield' - : case 'setfield' - : case 'getmethod' - : case 'setmethod' - : case 'getindex' - : case 'setindex' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - local key = guide.getKeyName(source) - if type(key) ~= 'string' then - return - end - - searchWord(source, pushResult, defMap, fileNotify) - end) - : case 'tablefield' - : case 'tableindex' - : case 'doc.field.name' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - searchWord(source, pushResult, defMap, fileNotify) - end) - : case 'setglobal' - : case 'getglobal' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - searchWord(source, pushResult, defMap, fileNotify) - end) - : case 'doc.alias.name' - : case 'doc.class.name' - : case 'doc.enum.name' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - searchWord(source.parent, pushResult, defMap, fileNotify) - end) - : case 'doc.alias' - : case 'doc.class' - : case 'doc.enum' - : case 'doc.type.name' - : case 'doc.extends.name' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - searchWord(source, pushResult, defMap, fileNotify) - end) - : case 'function' - : case 'doc.type.function' - ---@async - : call(function (source, pushResult, defMap, fileNotify) - searchFunction(source, pushResult, defMap, fileNotify) - end) - ----@param source parser.object ----@param pushResult fun(src: parser.object) -local function searchBySimple(source, pushResult) - simpleSwitch(source.type, source, pushResult) -end - ----@param source parser.object ----@param pushResult fun(src: parser.object) -local function searchByLocalID(source, pushResult) - local sourceSets = vm.getVariableSets(source) - if sourceSets then - for _, src in ipairs(sourceSets) do - pushResult(src) - end - end - local sourceGets = vm.getVariableGets(source) - if sourceGets then - for _, src in ipairs(sourceGets) do - pushResult(src) - end - end -end - ----@async ----@param source parser.object ----@param pushResult fun(src: parser.object) ----@param fileNotify? fun(uri: uri): boolean -function searchByParentNode(source, pushResult, defMap, fileNotify) - nodeSwitch(source.type, source, pushResult, defMap, fileNotify) -end - -local function searchByGlobal(source, pushResult) - if source.type == 'field' - or source.type == 'method' - or source.type == 'doc.class.name' - or source.type == 'doc.alias.name' then - source = source.parent - end - local node = vm.getGlobalNode(source) - if not node then - return - end - local uri = guide.getUri(source) - for _, set in ipairs(node:getSets(uri)) do - pushResult(set) - end -end - -local function searchByDef(source, pushResult) - local defMap = {} - if source.type == 'function' - or source.type == 'doc.type.function' then - defMap[source] = true - return defMap - end - if source.type == 'field' - or source.type == 'method' then - source = source.parent - end - if source.type == 'doc.field.name' then - source = source.parent - end - defMap[source] = true - local defs = vm.getDefs(source) - for _, def in ipairs(defs) do - pushResult(def) - if not guide.isLiteral(def) - and def.type ~= 'doc.alias' - and def.type ~= 'doc.class' - and def.type ~= 'doc.enum' then - defMap[def] = true - end - end - return defMap -end - ----@async ----@param source parser.object ----@param fileNotify? fun(uri: uri): boolean -function vm.getRefs(source, fileNotify) - local results = {} - local mark = {} - - local hasLocal - local function pushResult(src) - if src.type == 'local' then - if hasLocal then - return - end - hasLocal = true - end - if not mark[src] then - mark[src] = true - results[#results+1] = src - end - end - - searchBySimple(source, pushResult) - searchByLocalID(source, pushResult) - searchByGlobal(source, pushResult) - local defMap = searchByDef(source, pushResult) - searchByParentNode(source, pushResult, defMap, fileNotify) - - return results -end diff --git a/script/vm/sign.lua b/script/vm/sign.lua deleted file mode 100644 index 3cd6bc5d7..000000000 --- a/script/vm/sign.lua +++ /dev/null @@ -1,341 +0,0 @@ -local guide = require 'parser.guide' ----@class vm -local vm = require 'vm.vm' - ----@class vm.sign ----@field parent parser.object ----@field signList vm.node[] ----@field docGenric parser.object[] -local mt = {} -mt.__index = mt -mt.type = 'sign' - ----@param node vm.node -function mt:addSign(node) - self.signList[#self.signList+1] = node -end - ----@param doc parser.object -function mt:addDocGeneric(doc) - self.docGenric[#self.docGenric+1] = doc -end - ----@param uri uri ----@param args parser.object ----@return table? -function mt:resolve(uri, args) - if not args then - return nil - end - - ---@type table - local resolved = {} - - ---@param object vm.node|vm.node.object - ---@param node vm.node - local function resolve(object, node) - if object.type == 'vm.node' then - for o in object:eachObject() do - resolve(o, node) - end - return - end - if object.type == 'doc.type' then - ---@cast object parser.object - resolve(vm.compileNode(object), node) - return - end - if object.type == 'doc.generic.name' then - ---@type string - local key = object[1] - if object.literal then - -- 'number' -> `T` - for n in node:eachObject() do - if n.type == 'string' then - ---@cast n parser.object - local type = vm.declareGlobal('type', n[1], guide.getUri(n)) - resolved[key] = vm.createNode(type, resolved[key]) - end - end - else - -- number -> T - for n in node:eachObject() do - if n.type ~= 'doc.generic.name' - and n.type ~= 'generic' then - if resolved[key] then - resolved[key]:merge(n) - else - resolved[key] = vm.createNode(n) - end - end - end - if resolved[key] and node:isOptional() then - resolved[key]:addOptional() - end - end - return - end - if object.type == 'doc.type.array' then - for n in node:eachObject() do - if n.type == 'doc.type.array' then - -- number[] -> T[] - resolve(object.node, vm.compileNode(n.node)) - end - if n.type == 'doc.type.table' then - -- { [integer]: number } -> T[] - local tvalueNode = vm.getTableValue(uri, node, 'integer', true) - if tvalueNode then - resolve(object.node, tvalueNode) - end - end - if n.type == 'global' and n.cate == 'type' then - -- ---@field [integer]: number -> T[] - ---@cast n vm.global - vm.getClassFields(uri, n, vm.declareGlobal('type', 'integer'), function (field) - resolve(object.node, vm.compileNode(field.extends)) - end) - end - if n.type == 'table' and #n >= 1 then - -- { x } / { ... } -> T[] - resolve(object.node, vm.compileNode(n[1])) - end - end - return - end - if object.type == 'doc.type.table' then - for _, ufield in ipairs(object.fields) do - local ufieldNode = vm.compileNode(ufield.name) - local uvalueNode = vm.compileNode(ufield.extends) - local firstField = ufieldNode:get(1) - local firstValue = uvalueNode:get(1) - if not firstField or not firstValue then - goto CONTINUE - end - if firstField.type == 'doc.generic.name' and firstValue.type == 'doc.generic.name' then - -- { [number]: number} -> { [K]: V } - local tfieldNode = vm.getTableKey(uri, node, 'any', true) - local tvalueNode = vm.getTableValue(uri, node, 'any', true) - if tfieldNode then - resolve(firstField, tfieldNode) - end - if tvalueNode then - resolve(firstValue, tvalueNode) - end - else - if ufieldNode:get(1).type == 'doc.generic.name' then - -- { [number]: number}|number[] -> { [K]: number } - local tnode = vm.getTableKey(uri, node, uvalueNode, true) - if tnode then - resolve(firstField, tnode) - end - elseif uvalueNode:get(1).type == 'doc.generic.name' then - -- { [number]: number}|number[] -> { [number]: V } - local tnode = vm.getTableValue(uri, node, ufieldNode, true) - if tnode then - resolve(firstValue, tnode) - end - end - end - ::CONTINUE:: - end - return - end - if object.type == 'doc.type.function' then - for i, arg in ipairs(object.args) do - for n in node:eachObject() do - if n.type == 'function' - or n.type == 'doc.type.function' then - ---@cast n parser.object - local farg = n.args and n.args[i] - if farg then - resolve(arg.extends, vm.compileNode(farg)) - end - end - end - end - for i, ret in ipairs(object.returns) do - for n in node:eachObject() do - if n.type == 'function' - or n.type == 'doc.type.function' then - ---@cast n parser.object - local fret = vm.getReturnOfFunction(n, i) - if fret then - resolve(ret, vm.compileNode(fret)) - end - end - end - end - return - end - end - - ---@param sign vm.node - ---@return table - ---@return table - local function getSignInfo(sign) - local knownTypes = {} - local genericsNames = {} - for obj in sign:eachObject() do - if obj.type == 'doc.generic.name' then - genericsNames[obj[1]] = true - goto CONTINUE - end - if obj.type == 'doc.type.table' - or obj.type == 'doc.type.function' - or obj.type == 'doc.type.array' then - ---@cast obj parser.object - local hasGeneric - guide.eachSourceType(obj, 'doc.generic.name', function (src) - hasGeneric = true - genericsNames[src[1]] = true - end) - if hasGeneric then - goto CONTINUE - end - end - if obj.type == 'variable' - or obj.type == 'local' then - goto CONTINUE - end - local view = vm.getInfer(obj):view(uri) - if view then - knownTypes[view] = true - end - ::CONTINUE:: - end - return knownTypes, genericsNames - end - - -- remove un-generic type - ---@param argNode vm.node - ---@param sign vm.node - ---@param knownTypes table - ---@return vm.node - local function buildArgNode(argNode, sign, knownTypes) - local newArgNode = vm.createNode() - local needRemoveNil = sign:hasFalsy() - for n in argNode:eachObject() do - if needRemoveNil then - if n.type == 'nil' then - goto CONTINUE - end - if n.type == 'global' and n.cate == 'type' and n.name == 'nil' then - goto CONTINUE - end - end - local view = vm.getInfer(n):view(uri) - if knownTypes[view] then - goto CONTINUE - end - newArgNode:merge(n) - ::CONTINUE:: - end - if not needRemoveNil and argNode:isOptional() then - newArgNode:addOptional() - end - return newArgNode - end - - ---@param genericNames table - local function isAllResolved(genericNames) - for n in pairs(genericNames) do - if not resolved[n] then - return false - end - end - return true - end - - for i, arg in ipairs(args) do - local sign = self.signList[i] - if not sign then - break - end - local argNode = vm.compileNode(arg) - local knownTypes, genericNames = getSignInfo(sign) - if not isAllResolved(genericNames) then - local newArgNode = buildArgNode(argNode, sign, knownTypes) - resolve(sign, newArgNode) - end - end - - return resolved -end - ----@return vm.sign -function vm.createSign() - local genericMgr = setmetatable({ - signList = {}, - docGenric = {}, - }, mt) - return genericMgr -end - ----@class parser.object ----@field package _sign vm.sign|false|nil - ----@param source parser.object ----@param sign vm.sign -function vm.setSign(source, sign) - source._sign = sign -end - ----@param source parser.object ----@return vm.sign? -function vm.getSign(source) - if source._sign ~= nil then - return source._sign or nil - end - source._sign = false - if source.type == 'function' then - if not source.bindDocs then - return nil - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.generic' then - if not source._sign then - source._sign = vm.createSign() - end - source._sign:addDocGeneric(doc) - end - end - if not source._sign then - return nil - end - if source.args then - for _, arg in ipairs(source.args) do - local argNode = vm.compileNode(arg) - if arg.optional then - argNode:addOptional() - end - source._sign:addSign(argNode) - end - end - end - if source.type == 'doc.type.function' - or source.type == 'doc.type.table' - or source.type == 'doc.type.array' then - local hasGeneric - guide.eachSourceType(source, 'doc.generic.name', function (_) - hasGeneric = true - end) - if not hasGeneric then - return nil - end - source._sign = vm.createSign() - if source.type == 'doc.type.function' then - for _, arg in ipairs(source.args) do - if arg.extends then - local argNode = vm.compileNode(arg.extends) - if arg.optional then - argNode:addOptional() - end - source._sign:addSign(argNode) - else - source._sign:addSign(vm.createNode()) - end - end - end - end - return source._sign or nil -end diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua deleted file mode 100644 index e47a98245..000000000 --- a/script/vm/tracer.lua +++ /dev/null @@ -1,877 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local guide = require 'parser.guide' -local util = require 'utility' - ----@class parser.object ----@field package _tracer? vm.tracer ----@field package _casts? parser.object[] - ----@alias tracer.mode 'local' | 'global' - ----@class vm.tracer ----@field mode tracer.mode ----@field name string ----@field source parser.object | vm.variable ----@field assigns (parser.object | vm.variable)[] ----@field assignMap table ----@field getMap table ----@field careMap table ----@field mark table ----@field casts parser.object[] ----@field nodes table ----@field main parser.object ----@field uri uri ----@field castIndex integer? -local mt = {} -mt.__index = mt -mt.fastCalc = true - ----@return parser.object[] -function mt:getCasts() - local root = guide.getRoot(self.main) - if not root._casts then - root._casts = {} - local docs = root.docs - for _, doc in ipairs(docs) do - if doc.type == 'doc.cast' and doc.name then - root._casts[#root._casts+1] = doc - end - end - end - return root._casts -end - ----@param obj parser.object -function mt:collectAssign(obj) - while true do - local block = guide.getParentBlock(obj) - if not block then - return - end - obj = block - if self.assignMap[obj] then - return - end - if obj == self.main then - return - end - self.assignMap[obj] = true - self.assigns[#self.assigns+1] = obj - end -end - ----@param obj parser.object -function mt:collectCare(obj) - while true do - if self.careMap[obj] then - return - end - if obj == self.main then - return - end - if not obj then - return - end - self.careMap[obj] = true - - if self.fastCalc then - if obj.type == 'if' - or obj.type == 'while' - or obj.type == 'binary' then - self.fastCalc = false - end - if obj.type == 'call' and obj.node then - if obj.node.special == 'assert' - or obj.node.special == 'type' then - self.fastCalc = false - end - end - end - - obj = obj.parent - end -end - -function mt:collectLocal() - local startPos = self.source.base.start - local finishPos = 0 - - local variable = self.source - - if variable.base.type ~= 'local' - and variable.base.type ~= 'self' then - self.assigns[#self.assigns+1] = variable - self.assignMap[self.source] = true - end - - for _, set in ipairs(variable.sets) do - self.assigns[#self.assigns+1] = set - self.assignMap[set] = true - self:collectCare(set) - if set.finish > finishPos then - finishPos = set.finish - end - end - - for _, get in ipairs(variable.gets) do - self:collectCare(get) - self.getMap[get] = true - if get.finish > finishPos then - finishPos = get.finish - end - end - - local casts = self:getCasts() - for _, cast in ipairs(casts) do - if cast.name[1] == self.name - and cast.start > startPos - and cast.finish < finishPos - and vm.getCastTargetHead(cast) == variable.base then - self.casts[#self.casts+1] = cast - end - end - - if #self.casts > 0 then - self.fastCalc = false - end -end - -function mt:collectGlobal() - self.assigns[#self.assigns+1] = self.source - self.assignMap[self.source] = true - - local uri = guide.getUri(self.source) - local global = self.source.global - local link = global.links[uri] - - for _, set in ipairs(link.sets) do - self.assigns[#self.assigns+1] = set - self.assignMap[set] = true - self:collectCare(set) - end - - for _, get in ipairs(link.gets) do - self:collectCare(get) - self.getMap[get] = true - end - - local casts = self:getCasts() - for _, cast in ipairs(casts) do - if cast.name[1] == self.name then - local castTarget = vm.getCastTargetHead(cast) - if castTarget and castTarget.type == 'global' then - self.casts[#self.casts+1] = cast - end - end - end - - if #self.casts > 0 then - self.fastCalc = false - end -end - ----@param start integer ----@param finish integer ----@return parser.object? -function mt:getLastAssign(start, finish) - local lastAssign - for _, assign in ipairs(self.assigns) do - local obj - if assign.type == 'variable' then - ---@cast assign vm.variable - obj = assign.base - else - ---@cast assign parser.object - obj = assign - end - if obj.start < start then - goto CONTINUE - end - if (obj.effect or obj.range or obj.start) >= finish then - break - end - local objBlock = guide.getTopBlock(obj) - if not objBlock then - break - end - if objBlock.start <= finish - and objBlock.finish >= finish then - lastAssign = obj - end - ::CONTINUE:: - end - return lastAssign -end - ----@param pos integer -function mt:resetCastsIndex(pos) - for i = 1, #self.casts do - local cast = self.casts[i] - if cast.start > pos then - self.castIndex = i - return - end - end - self.castIndex = nil -end - ----@param pos integer ----@param node vm.node ----@return vm.node -function mt:fastWardCasts(pos, node) - if not self.castIndex then - return node - end - for i = self.castIndex, #self.casts do - local action = self.casts[i] - if action.start > pos then - return node - end - node = node:copy() - for _, cast in ipairs(action.casts) do - if cast.mode == '+' then - if cast.optional then - node:addOptional() - end - if cast.extends then - node:merge(vm.compileNode(cast.extends)) - end - elseif cast.mode == '-' then - if cast.optional then - node:removeOptional() - end - if cast.extends then - node:removeNode(vm.compileNode(cast.extends)) - end - else - if cast.extends then - node:clear() - node:merge(vm.compileNode(cast.extends)) - end - end - end - end - self.castIndex = self.castIndex + 1 - return node -end - -local lookIntoChild = util.switch() - : case 'getlocal' - : case 'getglobal' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - if tracer.getMap[action] then - tracer.nodes[action] = topNode - if outNode then - topNode = topNode:copy():setTruthy() - outNode = outNode:copy():setFalsy() - end - end - return topNode, outNode - end) - : case 'repeat' - : case 'loop' - : case 'for' - : case 'do' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - if action.type == 'loop' then - tracer:lookIntoChild(action.init, topNode) - tracer:lookIntoChild(action.max, topNode) - end - if action[1] then - tracer:lookIntoBlock(action, action.bstart, topNode:copy()) - local lastAssign = tracer:getLastAssign(action.start, action.finish) - if lastAssign then - tracer:getNode(lastAssign) - end - if tracer.nodes[action] then - topNode = tracer.nodes[action]:copy() - end - end - if action.type == 'repeat' then - tracer:lookIntoChild(action.filter, topNode) - end - return topNode, outNode - end) - : case 'in' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.exps, topNode) - if action[1] then - tracer:lookIntoBlock(action, action.bstart, topNode:copy()) - local lastAssign = tracer:getLastAssign(action.start, action.finish) - if lastAssign then - tracer:getNode(lastAssign) - end - if tracer.nodes[action] then - topNode = tracer.nodes[action]:copy() - end - end - return topNode, outNode - end) - : case 'while' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - local blockNode, mainNode - if action.filter then - blockNode, mainNode = tracer:lookIntoChild(action.filter, topNode:copy(), topNode:copy()) - else - blockNode = topNode:copy() - mainNode = topNode:copy() - end - if action[1] then - tracer:lookIntoBlock(action, action.bstart, blockNode:copy()) - local lastAssign = tracer:getLastAssign(action.start, action.finish) - if lastAssign then - tracer:getNode(lastAssign) - end - if tracer.nodes[action] then - topNode = mainNode:merge(tracer.nodes[action]) - end - end - if action.filter then - -- look into filter again - guide.eachSource(action.filter, function (src) - tracer.mark[src] = nil - end) - blockNode, topNode = tracer:lookIntoChild(action.filter, topNode:copy(), topNode:copy()) - end - return topNode, outNode - end) - : case 'if' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - local hasElse - local mainNode = topNode:copy() - local blockNodes = {} - for _, subBlock in ipairs(action) do - tracer:resetCastsIndex(subBlock.start) - local blockNode = mainNode:copy() - if subBlock.filter then - blockNode, mainNode = tracer:lookIntoChild(subBlock.filter, blockNode, mainNode) - else - hasElse = true - mainNode:clear() - end - local mergedNode - if subBlock[1] then - tracer:lookIntoBlock(subBlock, subBlock.bstart, blockNode:copy()) - local neverReturn = subBlock.hasReturn - or subBlock.hasGoTo - or subBlock.hasBreak - or subBlock.hasExit - if neverReturn then - mergedNode = true - else - local lastAssign = tracer:getLastAssign(subBlock.start, subBlock.finish) - if lastAssign then - tracer:getNode(lastAssign) - end - if tracer.nodes[subBlock] then - blockNodes[#blockNodes+1] = tracer.nodes[subBlock] - mergedNode = true - end - end - end - if not mergedNode then - blockNodes[#blockNodes+1] = blockNode - end - end - if not hasElse and not topNode:hasKnownType() then - mainNode:merge(vm.declareGlobal('type', 'unknown')) - end - for _, blockNode in ipairs(blockNodes) do - mainNode:merge(blockNode) - end - topNode = mainNode - return topNode, outNode - end) - : case 'getfield' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.node, topNode) - tracer:lookIntoChild(action.field, topNode) - if tracer.getMap[action] then - tracer.nodes[action] = topNode - if outNode then - topNode = topNode:copy():setTruthy() - outNode = outNode:copy():setFalsy() - end - end - return topNode, outNode - end) - : case 'getmethod' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.node, topNode) - tracer:lookIntoChild(action.method, topNode) - if tracer.getMap[action] then - tracer.nodes[action] = topNode - if outNode then - topNode = topNode:copy():setTruthy() - outNode = outNode:copy():setFalsy() - end - end - return topNode, outNode - end) - : case 'getindex' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.node, topNode) - tracer:lookIntoChild(action.index, topNode) - if tracer.getMap[action] then - tracer.nodes[action] = topNode - if outNode then - topNode = topNode:copy():setTruthy() - outNode = outNode:copy():setFalsy() - end - end - return topNode, outNode - end) - : case 'setfield' - : case 'setmethod' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.node, topNode) - tracer:lookIntoChild(action.value, topNode) - return topNode, outNode - end) - : case 'setglobal' - : case 'setlocal' - : case 'tablefield' - : case 'tableexp' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.value, topNode) - return topNode, outNode - end) - : case 'setindex' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.node, topNode) - tracer:lookIntoChild(action.index, topNode) - tracer:lookIntoChild(action.value, topNode) - return topNode, outNode - end) - : case 'tableindex' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.index, topNode) - tracer:lookIntoChild(action.value, topNode) - return topNode, outNode - end) - : case 'local' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.value, topNode) - -- special treat for `local tp = type(x)` - if action.value - and action.ref - and action.value.type == 'select' then - local index = action.value.sindex - local call = action.value.vararg - if index == 1 - and call.type == 'call' - and call.node - and call.node.special == 'type' - and call.args then - local getVar = call.args[1] - if getVar - and tracer.getMap[getVar] then - for _, ref in ipairs(action.ref) do - tracer:collectCare(ref) - end - end - end - end - return topNode, outNode - end) - : case 'return' - : case 'table' - : case 'callargs' - : case 'list' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - for _, ret in ipairs(action) do - tracer:lookIntoChild(ret, topNode:copy()) - end - return topNode, outNode - end) - : case 'select' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoChild(action.vararg, topNode) - return topNode, outNode - end) - : case 'function' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - tracer:lookIntoBlock(action, action.bstart, topNode:copy()) - return topNode, outNode - end) - : case 'paren' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - topNode, outNode = tracer:lookIntoChild(action.exp, topNode, outNode) - return topNode, outNode - end) - : case 'call' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - if action.node.special == 'assert' and action.args and action.args[1] then - for i = 2, #action.args do - tracer:lookIntoChild(action.args[i], topNode, topNode:copy()) - end - topNode = tracer:lookIntoChild(action.args[1], topNode:copy(), topNode:copy()) - end - tracer:lookIntoChild(action.node, topNode) - tracer:lookIntoChild(action.args, topNode) - return topNode, outNode - end) - : case 'binary' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - if not action[1] or not action[2] then - tracer:lookIntoChild(action[1], topNode) - tracer:lookIntoChild(action[2], topNode) - return topNode, outNode - end - if action.op.type == 'and' then - topNode = tracer:lookIntoChild(action[1], topNode, topNode:copy()) - topNode = tracer:lookIntoChild(action[2], topNode, topNode:copy()) - elseif action.op.type == 'or' then - outNode = outNode or topNode:copy() - local topNode1, outNode1 = tracer:lookIntoChild(action[1], topNode, outNode) - local topNode2, outNode2 = tracer:lookIntoChild(action[2], outNode1, outNode1:copy()) - topNode = vm.createNode(topNode1, topNode2) - outNode = outNode2:copy() - elseif action.op.type == '==' - or action.op.type == '~=' then - local handler, checker - for i = 1, 2 do - if guide.isLiteral(action[i]) then - checker = action[i] - handler = action[3-i] -- Copilot tells me use `3-i` instead of `i%2+1` - end - end - if not handler then - tracer:lookIntoChild(action[1], topNode) - tracer:lookIntoChild(action[2], topNode) - return topNode, outNode - end - if tracer.getMap[handler] then - -- if x == y then - topNode = tracer:lookIntoChild(handler, topNode, outNode) - local checkerNode = vm.compileNode(checker) - local checkerName = vm.getNodeName(checker) - if checkerName then - topNode = topNode:copy() - if action.op.type == '==' then - topNode:narrow(tracer.uri, checkerName) - if outNode then - outNode:removeNode(checkerNode) - end - else - topNode:removeNode(checkerNode) - if outNode then - outNode:narrow(tracer.uri, checkerName) - end - end - end - elseif handler.type == 'call' - and checker.type == 'string' - and handler.node.special == 'type' - and handler.args - and handler.args[1] - and tracer.getMap[handler.args[1]] then - -- if type(x) == 'string' then - tracer:lookIntoChild(handler, topNode) - topNode = topNode:copy() - if action.op.type == '==' then - topNode:narrow(tracer.uri, checker[1]) - if outNode then - outNode:remove(checker[1]) - end - else - topNode:remove(checker[1]) - if outNode then - outNode:narrow(tracer.uri, checker[1]) - end - end - elseif handler.type == 'getlocal' - and checker.type == 'string' then - -- `local tp = type(x);if tp == 'string' then` - local nodeValue = vm.getObjectValue(handler.node) - if nodeValue - and nodeValue.type == 'select' - and nodeValue.sindex == 1 then - local call = nodeValue.vararg - if call - and call.type == 'call' - and call.node.special == 'type' - and call.args - and tracer.getMap[call.args[1]] then - if action.op.type == '==' then - topNode:narrow(tracer.uri, checker[1]) - if outNode then - outNode:remove(checker[1]) - end - else - topNode:remove(checker[1]) - if outNode then - outNode:narrow(tracer.uri, checker[1]) - end - end - end - end - end - end - tracer:lookIntoChild(action[1], topNode) - tracer:lookIntoChild(action[2], topNode) - return topNode, outNode - end) - : case 'unary' - ---@param tracer vm.tracer - ---@param action parser.object - ---@param topNode vm.node - ---@param outNode? vm.node - : call(function (tracer, action, topNode, outNode) - if not action[1] then - tracer:lookIntoChild(action[1], topNode) - return topNode, outNode - end - if action.op.type == 'not' then - outNode = outNode or topNode:copy() - outNode, topNode = tracer:lookIntoChild(action[1], topNode, outNode) - outNode = outNode:copy() - end - tracer:lookIntoChild(action[1], topNode) - return topNode, outNode - end) - ----@param action parser.object ----@param topNode vm.node ----@param outNode? vm.node ----@return vm.node topNode ----@return vm.node outNode -function mt:lookIntoChild(action, topNode, outNode) - if not self.careMap[action] - or self.mark[action] then - return topNode, outNode or topNode - end - self.mark[action] = true - topNode = self:fastWardCasts(action.start, topNode) - topNode, outNode = lookIntoChild(action.type, self, action, topNode, outNode) - return topNode, outNode or topNode -end - ----@param block parser.object ----@param start integer ----@param node vm.node -function mt:lookIntoBlock(block, start, node) - self:resetCastsIndex(start) - for _, action in ipairs(block) do - if (action.effect or action.start) < start then - goto CONTINUE - end - if self.careMap[action] then - node = self:lookIntoChild(action, node) - if action.type == 'do' - or action.type == 'loop' - or action.type == 'in' - or action.type == 'repeat' then - return - end - end - if action.finish > start and self.assignMap[action] then - return - end - ::CONTINUE:: - end - self.nodes[block] = node - if block.type == 'repeat' then - self:lookIntoChild(block.filter, node) - end - if block.type == 'do' - or block.type == 'loop' - or block.type == 'in' - or block.type == 'repeat' then - self:lookIntoBlock(block.parent, block.finish, node) - end -end - ----@param source parser.object -function mt:calcNode(source) - if self.getMap[source] then - local lastAssign = self:getLastAssign(0, source.finish) - if not lastAssign then - return - end - if self.fastCalc then - self.nodes[source] = vm.compileNode(lastAssign) - return - end - self:calcNode(lastAssign) - return - end - if self.assignMap[source] then - local node = vm.compileNode(source) - self.nodes[source] = node - local parentBlock = guide.getParentBlock(source) - if parentBlock then - self:lookIntoBlock(parentBlock, source.finish, node) - end - return - end -end - ----@param source parser.object ----@return vm.node? -function mt:getNode(source) - local cache = self.nodes[source] - if cache ~= nil then - return cache or nil - end - if source == self.main then - self.nodes[source] = false - return nil - end - self.nodes[source] = false - self:calcNode(source) - return self.nodes[source] or nil -end - ----@class vm.node ----@field package _tracer vm.tracer - ----@param mode tracer.mode ----@param source parser.object | vm.variable ----@param name string ----@return vm.tracer? -local function createTracer(mode, source, name) - local node = vm.compileNode(source) - local tracer = node._tracer - if tracer then - return tracer - end - local main - if source.type == 'variable' then - ---@cast source vm.variable - main = guide.getParentBlock(source.base) - else - ---@cast source parser.object - main = guide.getParentBlock(source) - end - if not main then - return nil - end - tracer = setmetatable({ - source = source, - mode = mode, - name = name, - assigns = {}, - assignMap = {}, - getMap = {}, - careMap = {}, - mark = {}, - casts = {}, - nodes = {}, - main = main, - uri = guide.getUri(main), - }, mt) - node._tracer = tracer - - if tracer.mode == 'local' then - tracer:collectLocal() - else - tracer:collectGlobal() - end - - return tracer -end - ----@param source parser.object ----@return vm.node? -function vm.traceNode(source) - local mode, base, name - if vm.getGlobalNode(source) then - base = vm.getGlobalBase(source) - if not base then - return nil - end - mode = 'global' - name = base.global:getCodeName() - else - base = vm.getVariable(source) - if not base then - return nil - end - name = base:getCodeName() - mode = 'local' - end - local tracer = createTracer(mode, base, name) - if not tracer then - return nil - end - local node = tracer:getNode(source) - return node -end diff --git a/script/vm/type.lua b/script/vm/type.lua deleted file mode 100644 index 545d2de59..000000000 --- a/script/vm/type.lua +++ /dev/null @@ -1,791 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local guide = require 'parser.guide' -local config = require 'config.config' -local util = require 'utility' -local lang = require 'language' - ----@class vm.ANY ----@diagnostic disable-next-line: assign-type-mismatch -vm.ANY = debug.upvalueid(require, 1) - ----@alias typecheck.err vm.node.object|string|vm.node - ----@param object vm.node.object ----@return string? -function vm.getNodeName(object) - if object.type == 'global' and object.cate == 'type' then - ---@cast object vm.global - return object.name - end - if object.type == 'nil' - or object.type == 'boolean' - or object.type == 'number' - or object.type == 'string' - or object.type == 'table' - or object.type == 'function' - or object.type == 'integer' then - return object.type - end - if object.type == 'doc.type.boolean' then - return 'boolean' - end - if object.type == 'doc.type.integer' then - return 'integer' - end - if object.type == 'doc.type.function' then - return 'function' - end - if object.type == 'doc.type.table' then - return 'table' - end - if object.type == 'doc.type.array' then - return 'table' - end - if object.type == 'doc.type.string' then - return 'string' - end - if object.type == 'doc.field.name' then - return 'string' - end - return nil -end - ----@param parentName string ----@param child vm.node.object ----@param uri uri ----@param mark table ----@param errs? typecheck.err[] ----@return boolean? -local function checkParentEnum(parentName, child, uri, mark, errs) - local parentClass = vm.getGlobal('type', parentName) - if not parentClass then - return nil - end - local enums - for _, set in ipairs(parentClass:getSets(uri)) do - if set.type == 'doc.enum' then - enums = vm.getEnums(set) - break - end - end - if not enums then - return nil - end - if child.type == 'global' then - ---@cast child vm.global - for _, enum in ipairs(enums) do - if vm.isSubType(uri, child, vm.compileNode(enum), mark) then - return true - end - end - if errs then - errs[#errs+1] = 'TYPE_ERROR_ENUM_GLOBAL_DISMATCH' - errs[#errs+1] = child - errs[#errs+1] = parentClass - end - return false - elseif child.type == 'generic' then - ---@cast child vm.generic - if errs then - errs[#errs+1] = 'TYPE_ERROR_ENUM_GENERIC_UNSUPPORTED' - errs[#errs+1] = child - end - return false - else - ---@cast child parser.object - local childName = vm.getNodeName(child) - if childName == 'number' - or childName == 'integer' - or childName == 'boolean' - or childName == 'string' then - for _, enum in ipairs(enums) do - for nd in vm.compileNode(enum):eachObject() do - if childName == vm.getNodeName(nd) and nd[1] == child[1] then - return true - end - end - end - if errs then - errs[#errs+1] = 'TYPE_ERROR_ENUM_LITERAL_DISMATCH' - errs[#errs+1] = child[1] - errs[#errs+1] = parentClass - end - return false - elseif childName == 'function' - or childName == 'table' then - for _, enum in ipairs(enums) do - for nd in vm.compileNode(enum):eachObject() do - if child == nd then - return true - end - end - end - if errs then - errs[#errs+1] = 'TYPE_ERROR_ENUM_OBJECT_DISMATCH' - errs[#errs+1] = child - errs[#errs+1] = parentClass - end - return false - end - if errs then - errs[#errs+1] = 'TYPE_ERROR_ENUM_NO_OBJECT' - errs[#errs+1] = child - end - return false - end -end - ----@param childName string ----@param parent vm.node.object ----@param uri uri ----@param mark table ----@param errs? typecheck.err[] ----@return boolean? -local function checkChildEnum(childName, parent , uri, mark, errs) - if mark[childName] then - return - end - local childClass = vm.getGlobal('type', childName) - if not childClass then - return nil - end - local enums - for _, set in ipairs(childClass:getSets(uri)) do - if set.type == 'doc.enum' then - enums = vm.getEnums(set) - break - end - end - if not enums then - return nil - end - mark[childName] = true - for _, enum in ipairs(enums) do - if not vm.isSubType(uri, vm.compileNode(enum), parent, mark ,errs) then - mark[childName] = nil - return false - end - end - mark[childName] = nil - return true -end - ----@param parent vm.node.object ----@param child vm.node.object ----@param mark table ----@param errs? typecheck.err[] ----@return boolean -local function checkValue(parent, child, mark, errs) - if parent.type == 'doc.type.integer' then - if child.type == 'integer' - or child.type == 'doc.type.integer' - or child.type == 'number' then - if parent[1] ~= child[1] then - if errs then - errs[#errs+1] = 'TYPE_ERROR_INTEGER_DISMATCH' - errs[#errs+1] = child[1] - errs[#errs+1] = parent[1] - end - return false - end - end - return true - end - - if parent.type == 'doc.type.string' - or parent.type == 'doc.field.name' then - if child.type == 'string' - or child.type == 'doc.type.string' - or child.type == 'doc.field.name' then - if parent[1] ~= child[1] then - if errs then - errs[#errs+1] = 'TYPE_ERROR_STRING_DISMATCH' - errs[#errs+1] = child[1] - errs[#errs+1] = parent[1] - end - return false - end - end - return true - end - - if parent.type == 'doc.type.boolean' then - if child.type == 'boolean' - or child.type == 'doc.type.boolean' then - if parent[1] ~= child[1] then - if errs then - errs[#errs+1] = 'TYPE_ERROR_BOOLEAN_DISMATCH' - errs[#errs+1] = child[1] - errs[#errs+1] = parent[1] - end - return false - end - end - return true - end - - if parent.type == 'doc.type.table' then - if child.type == 'doc.type.table' then - if child == parent then - return true - end - ---@cast parent parser.object - ---@cast child parser.object - local uri = guide.getUri(parent) - local tnode = vm.compileNode(child) - for _, pfield in ipairs(parent.fields) do - local knode = vm.compileNode(pfield.name) - local cvalues = vm.getTableValue(uri, tnode, knode, true) - if not cvalues then - if errs then - errs[#errs+1] = 'TYPE_ERROR_TABLE_NO_FIELD' - errs[#errs+1] = pfield.name - end - return false - end - local pvalues = vm.compileNode(pfield.extends) - if vm.isSubType(uri, cvalues, pvalues, mark, errs) == false then - if errs then - errs[#errs+1] = 'TYPE_ERROR_TABLE_FIELD_DISMATCH' - errs[#errs+1] = pfield.name - errs[#errs+1] = cvalues - errs[#errs+1] = pvalues - end - return false - end - end - end - return true - end - - return true -end - ----@param name string ----@param suri uri ----@return boolean -local function isAlias(name, suri) - local global = vm.getGlobal('type', name) - if not global then - return false - end - for _, set in ipairs(global:getSets(suri)) do - if set.type == 'doc.alias' then - return true - end - end - return false -end - ----@param uri uri ----@param child vm.node|string|vm.node.object ----@param parent vm.node|string|vm.node.object ----@param mark? table ----@param errs? typecheck.err[] ----@return boolean|nil -function vm.isSubType(uri, child, parent, mark, errs) - mark = mark or {} - - if type(child) == 'string' then - local global = vm.getGlobal('type', child) - if not global then - return nil - end - child = global - elseif child.type == 'vm.node' then - if config.get(uri, 'Lua.type.weakUnionCheck') then - local hasKnownType = 0 - for n in child:eachObject() do - if vm.getNodeName(n) then - local res = vm.isSubType(uri, n, parent, mark, errs) - if res == true then - return true - elseif res == false then - hasKnownType = hasKnownType + 1 - end - end - end - if hasKnownType > 0 then - if errs - and hasKnownType > 1 - and #vm.getInfer(child):getSubViews(uri) > 1 then - errs[#errs+1] = 'TYPE_ERROR_CHILD_ALL_DISMATCH' - errs[#errs+1] = child - errs[#errs+1] = parent - end - return false - end - return true - else - local weakNil = config.get(uri, 'Lua.type.weakNilCheck') - for n in child:eachObject() do - local nodeName = vm.getNodeName(n) - if nodeName - and not (nodeName == 'nil' and weakNil) - and vm.isSubType(uri, n, parent, mark, errs) == false then - if errs then - errs[#errs+1] = 'TYPE_ERROR_UNION_DISMATCH' - errs[#errs+1] = n - errs[#errs+1] = parent - end - return false - end - end - if not weakNil and child:isOptional() then - if vm.isSubType(uri, 'nil', parent, mark, errs) == false then - if errs then - errs[#errs+1] = 'TYPE_ERROR_OPTIONAL_DISMATCH' - errs[#errs+1] = parent - end - return false - end - end - return true - end - end - - ---@cast child vm.node.object - local childName = vm.getNodeName(child) - if childName == 'any' - or childName == 'unknown' then - return true - end - - if not childName - or isAlias(childName, uri) then - return nil - end - - if type(parent) == 'string' then - local global = vm.getGlobal('type', parent) - if not global then - return false - end - parent = global - elseif parent.type == 'vm.node' then - local hasKnownType = 0 - for n in parent:eachObject() do - if vm.getNodeName(n) then - local res = vm.isSubType(uri, child, n, mark, errs) - if res == true then - return true - elseif res == false then - hasKnownType = hasKnownType + 1 - end - end - if n.type == 'doc.generic.name' then - return true - end - end - if parent:isOptional() then - if vm.isSubType(uri, child, 'nil', mark, errs) == true then - return true - end - end - if hasKnownType > 0 then - if errs - and hasKnownType > 1 - and #vm.getInfer(parent):getSubViews(uri) > 1 then - errs[#errs+1] = 'TYPE_ERROR_PARENT_ALL_DISMATCH' - errs[#errs+1] = child - errs[#errs+1] = parent - end - return false - end - return true - end - - ---@cast parent vm.node.object - - local parentName = vm.getNodeName(parent) - if parentName == 'any' - or parentName == 'unknown' then - return true - end - - if not parentName - or isAlias(parentName, uri) then - return nil - end - - if childName == parentName then - if not checkValue(parent, child, mark, errs) then - return false - end - return true - end - - if parentName == 'number' and childName == 'integer' then - return true - end - - if parentName == 'integer' and childName == 'number' then - if config.get(uri, 'Lua.type.castNumberToInteger') then - return true - end - if child.type == 'number' - and child[1] - and not math.tointeger(child[1]) then - if errs then - errs[#errs+1] = 'TYPE_ERROR_NUMBER_LITERAL_TO_INTEGER' - errs[#errs+1] = child[1] - end - return false - end - if child.type == 'global' - and child.cate == 'type' then - if errs then - errs[#errs+1] = 'TYPE_ERROR_NUMBER_TYPE_TO_INTEGER' - end - return false - end - return true - end - - local result = checkParentEnum(parentName, child, uri, mark, errs) - if result ~= nil then - return result - end - - result = checkChildEnum(childName, parent, uri, mark, errs) - if result ~= nil then - return result - end - - if parentName == 'table' and not guide.isBasicType(childName) then - return true - end - if childName == 'table' and not guide.isBasicType(parentName) then - return true - end - - -- check class parent - if childName and not mark[childName] then - mark[childName] = true - local isBasicType = guide.isBasicType(childName) - local childClass = vm.getGlobal('type', childName) - if childClass then - for _, set in ipairs(childClass:getSets(uri)) do - if set.type == 'doc.class' and set.extends then - for _, ext in ipairs(set.extends) do - if ext.type == 'doc.extends.name' - and (not isBasicType or guide.isBasicType(ext[1])) - and vm.isSubType(uri, ext[1], parent, mark, errs) == true then - mark[childName] = nil - return true - end - end - end - end - end - mark[childName] = nil - end - - --[[ - ---@class A: string - - ---@type A - local x = '' --> `string` set to `A` - ]] - if guide.isBasicType(childName) - and guide.isLiteral(child) - and vm.isSubType(uri, parentName, childName, mark) then - return true - end - - if errs then - errs[#errs+1] = 'TYPE_ERROR_DISMATCH' - errs[#errs+1] = child - errs[#errs+1] = parent - end - return false -end - ----@param node string|vm.node|vm.object -function vm.isUnknown(node) - if type(node) == 'string' then - return node == 'unknown' - end - if node.type == 'vm.node' then - return not node:hasKnownType() - end - return false -end - ----@param uri uri ----@param tnode vm.node ----@param knode vm.node|string ----@param inversion? boolean ----@return vm.node? -function vm.getTableValue(uri, tnode, knode, inversion) - local result = vm.createNode() - for tn in tnode:eachObject() do - if tn.type == 'doc.type.table' then - for _, field in ipairs(tn.fields) do - if field.extends then - if inversion then - if vm.isSubType(uri, vm.compileNode(field.name), knode) then - result:merge(vm.compileNode(field.extends)) - end - else - if vm.isSubType(uri, knode, vm.compileNode(field.name)) then - result:merge(vm.compileNode(field.extends)) - end - end - end - end - end - if tn.type == 'doc.type.array' then - result:merge(vm.compileNode(tn.node)) - end - if tn.type == 'table' then - if vm.isUnknown(knode) then - goto CONTINUE - end - for _, field in ipairs(tn) do - if field.type == 'tableindex' - and field.value then - result:merge(vm.compileNode(field.value)) - end - if field.type == 'tablefield' - and field.value then - if inversion then - if vm.isSubType(uri, 'string', knode) then - result:merge(vm.compileNode(field.value)) - end - else - if vm.isSubType(uri, knode, 'string') then - result:merge(vm.compileNode(field.value)) - end - end - end - if field.type == 'tableexp' - and field.value - and field.tindex == 1 then - if inversion then - if vm.isSubType(uri, 'integer', knode) then - result:merge(vm.compileNode(field.value)) - end - else - if vm.isSubType(uri, knode, 'integer') then - result:merge(vm.compileNode(field.value)) - end - end - end - if field.type == 'varargs' then - result:merge(vm.compileNode(field)) - end - end - end - ::CONTINUE:: - end - if result:isEmpty() then - return nil - end - return result -end - ----@param uri uri ----@param tnode vm.node ----@param vnode vm.node|string|vm.object ----@param reverse? boolean ----@return vm.node? -function vm.getTableKey(uri, tnode, vnode, reverse) - local result = vm.createNode() - for tn in tnode:eachObject() do - if tn.type == 'doc.type.table' then - for _, field in ipairs(tn.fields) do - if field.name.type ~= 'doc.field.name' - and field.extends then - if reverse then - if vm.isSubType(uri, vm.compileNode(field.extends), vnode) then - result:merge(vm.compileNode(field.name)) - end - else - if vm.isSubType(uri, vnode, vm.compileNode(field.extends)) then - result:merge(vm.compileNode(field.name)) - end - end - end - end - end - if tn.type == 'doc.type.array' then - result:merge(vm.declareGlobal('type', 'integer')) - end - if tn.type == 'table' then - if vm.isUnknown(tnode) then - goto CONTINUE - end - for _, field in ipairs(tn) do - if field.type == 'tableindex' then - if field.index then - result:merge(vm.compileNode(field.index)) - end - end - if field.type == 'tablefield' then - result:merge(vm.declareGlobal('type', 'string')) - end - if field.type == 'tableexp' then - result:merge(vm.declareGlobal('type', 'integer')) - end - end - end - ::CONTINUE:: - end - if result:isEmpty() then - return nil - end - return result -end - ----@param uri uri ----@param defNode vm.node ----@param refNode vm.node ----@param errs typecheck.err[]? ----@return boolean -function vm.canCastType(uri, defNode, refNode, errs) - local defInfer = vm.getInfer(defNode) - local refInfer = vm.getInfer(refNode) - - if defInfer:hasAny(uri) then - return true - end - if refInfer:hasAny(uri) then - return true - end - if defInfer:view(uri) == 'unknown' then - return true - end - if refInfer:view(uri) == 'unknown' then - return true - end - if defInfer:view(uri) == 'nil' then - return true - end - - if vm.isSubType(uri, refNode, 'nil') then - -- allow `local x = {};x = nil`, - -- but not allow `local x ---@type table;x = nil` - if defInfer:hasType(uri, 'table') - and not defNode:hasType 'table' then - return true - end - end - - if vm.isSubType(uri, refNode, 'number') then - -- allow `local x = 0;x = 1.0`, - -- but not allow `local x ---@type integer;x = 1.0` - if defInfer:hasType(uri, 'integer') - and not defNode:hasType 'integer' then - return true - end - end - - if vm.isSubType(uri, refNode, defNode, {}, errs) then - return true - end - - return false -end - -local ErrorMessageMap = { - TYPE_ERROR_ENUM_GLOBAL_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_ENUM_GENERIC_UNSUPPORTED = {'child'}, - TYPE_ERROR_ENUM_LITERAL_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_ENUM_OBJECT_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_ENUM_NO_OBJECT = {'child'}, - TYPE_ERROR_INTEGER_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_STRING_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_BOOLEAN_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_TABLE_NO_FIELD = {'key'}, - TYPE_ERROR_TABLE_FIELD_DISMATCH = {'key', 'child', 'parent'}, - TYPE_ERROR_CHILD_ALL_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_PARENT_ALL_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_UNION_DISMATCH = {'child', 'parent'}, - TYPE_ERROR_OPTIONAL_DISMATCH = {'parent'}, - TYPE_ERROR_NUMBER_LITERAL_TO_INTEGER = {'child'}, - TYPE_ERROR_NUMBER_TYPE_TO_INTEGER = {}, - TYPE_ERROR_DISMATCH = {'child', 'parent'}, -} - ----@param uri uri ----@param errs typecheck.err[] ----@return string -function vm.viewTypeErrorMessage(uri, errs) - local lines = {} - local mark = {} - local index = 1 - while true do - local name = errs[index] - if not name then - break - end - index = index + 1 - local params = ErrorMessageMap[name] - local lparams = {} - for _, paramName in ipairs(params) do - local value = errs[index] - if type(value) == 'string' - or type(value) == 'number' - or type(value) == 'boolean' then - lparams[paramName] = util.viewLiteral(value) - elseif value.type == 'global' then - lparams[paramName] = value.name - elseif value.type == 'vm.node' then - ---@cast value vm.node - lparams[paramName] = vm.getInfer(value):view(uri) - elseif value.type == 'table' then - lparams[paramName] = 'table' - elseif value.type == 'generic' then - ---@cast value vm.generic - lparams[paramName] = vm.getInfer(value):view(uri) - elseif value.type == 'variable' then - else - ---@cast value -string, -vm.global, -vm.node, -vm.generic, -vm.variable - if paramName == 'key' then - lparams[paramName] = vm.viewKey(value, uri) - else - lparams[paramName] = vm.getInfer(value):view(uri) - or vm.getInfer(value):view(uri) - end - end - index = index + 1 - end - local line = lang.script(name, lparams) - if not mark[line] then - mark[line] = true - lines[#lines+1] = '- ' .. line - end - end - util.revertArray(lines) - if #lines > 15 then - lines[13] = ('...(+%d)'):format(#lines - 15) - table.move(lines, #lines - 2, #lines, 14) - return table.concat(lines, '\n', 1, 16) - else - return table.concat(lines, '\n') - end -end - ----@param name string ----@param uri uri ----@return parser.object[]? -function vm.getOverloadsByTypeName(name, uri) - local global = vm.getGlobal('type', name) - if not global then - return nil - end - local results - for _, set in ipairs(global:getSets(uri)) do - for _, doc in ipairs(set.bindGroup) do - if doc.type == 'doc.overload' then - if not results then - results = {} - end - results[#results+1] = doc.overload - end - end - end - return results -end diff --git a/script/vm/value.lua b/script/vm/value.lua deleted file mode 100644 index 7eab4a8e5..000000000 --- a/script/vm/value.lua +++ /dev/null @@ -1,243 +0,0 @@ -local guide = require 'parser.guide' ----@class vm -local vm = require 'vm.vm' - ----@param source parser.object? ----@return boolean|nil -function vm.testCondition(source) - if not source then - return nil - end - local node = vm.compileNode(source) - if node.optional then - return nil - end - local hasTrue, hasFalse - for n in node:eachObject() do - if n.type == 'boolean' - or n.type == 'doc.type.boolean' then - if n[1] == true then - hasTrue = true - end - if n[1] == false then - hasFalse = true - end - elseif n.type == 'global' and n.cate == 'type' then - if n.name == 'boolean' - or n.name == 'unknown' then - return nil - end - if n.name == 'false' - or n.name == 'nil' then - hasFalse = true - else - hasTrue = true - end - elseif n.type == 'nil' then - hasFalse = true - elseif guide.isLiteral(n) then - hasTrue = true - end - end - if hasTrue == hasFalse then - return nil - end - if hasTrue then - return true - else - return false - end -end - ----@param v vm.node.object ----@return string|false -local function getUnique(v) - if v.type == 'boolean' then - if v[1] == nil then - return false - end - return ('%s'):format(v[1]) - end - if v.type == 'number' then - if not v[1] then - return false - end - return ('num:%s'):format(v[1]) - end - if v.type == 'integer' then - if not v[1] then - return false - end - return ('num:%s'):format(v[1]) - end - if v.type == 'table' then - ---@cast v parser.object - return ('table:%s@%d'):format(guide.getUri(v), v.start) - end - if v.type == 'function' then - ---@cast v parser.object - return ('func:%s@%d'):format(guide.getUri(v), v.start) - end - return false -end - ----@param a parser.object? ----@param b parser.object? ----@return boolean|nil -function vm.equal(a, b) - if not a or not b then - return false - end - local nodeA = vm.compileNode(a) - local nodeB = vm.compileNode(b) - local mapA = {} - for obj in nodeA:eachObject() do - local unique = getUnique(obj) - if not unique then - return nil - end - mapA[unique] = true - end - for obj in nodeB:eachObject() do - local unique = getUnique(obj) - if not unique then - return nil - end - if not mapA[unique] then - return false - end - end - return true -end - ----@param v vm.object? ----@return integer? -function vm.getInteger(v) - if not v then - return nil - end - local node = vm.compileNode(v) - local result - for n in node:eachObject() do - if n.type == 'integer' then - if result then - return nil - else - result = n[1] - end - elseif n.type == 'number' then - if result then - return nil - elseif not math.tointeger(n[1]) then - return nil - else - result = math.tointeger(n[1]) - end - elseif n.type ~= 'local' - and n.type ~= 'global' then - return nil - end - end - return result -end - ----@param v vm.object? ----@return string? -function vm.getString(v) - if not v then - return nil - end - local node = vm.compileNode(v) - local result - for n in node:eachObject() do - if n.type == 'string' then - if result then - return nil - else - result = n[1] - end - elseif n.type ~= 'local' - and n.type ~= 'global' then - return nil - end - end - return result -end - ----@param v vm.object? ----@return number? -function vm.getNumber(v) - if not v then - return nil - end - local node = vm.compileNode(v) - local result - for n in node:eachObject() do - if n.type == 'number' - or n.type == 'integer' then - if result then - return nil - else - result = n[1] - end - elseif n.type ~= 'local' - and n.type ~= 'global' then - return nil - end - end - return result -end - ----@param v vm.object ----@return boolean|nil -function vm.getBoolean(v) - if not v then - return nil - end - local node = vm.compileNode(v) - local result - for n in node:eachObject() do - if n.type == 'boolean' then - if result then - return nil - else - result = n[1] - end - elseif n.type ~= 'local' - and n.type ~= 'global' then - return nil - end - end - return result -end - ----@param v vm.object ----@return table? -function vm.getLiterals(v) - if not v then - return nil - end - local map - local node = vm.compileNode(v) - for n in node:eachObject() do - local literal - if n.type == 'boolean' - or n.type == 'string' - or n.type == 'number' - or n.type == 'integer' then - literal = n[1] - end - if n.type == 'doc.type.string' - or n.type == 'doc.type.integer' - or n.type == 'doc.type.boolean' then - literal = n[1] - end - if literal ~= nil then - if not map then - map = {} - end - map[literal] = true - end - end - return map -end diff --git a/script/vm/variable.lua b/script/vm/variable.lua deleted file mode 100644 index 150ad18b5..000000000 --- a/script/vm/variable.lua +++ /dev/null @@ -1,411 +0,0 @@ -local util = require 'utility' -local guide = require 'parser.guide' ----@class vm -local vm = require 'vm.vm' - ----@class vm.variable ----@field uri uri ----@field root parser.object ----@field id string ----@field base parser.object ----@field sets parser.object[] ----@field gets parser.object[] -local mt = {} -mt.__index = mt -mt.type = 'variable' - ----@param id string ----@return vm.variable -local function createVariable(root, id) - local variable = setmetatable({ - root = root, - uri = root.uri, - id = id, - sets = {}, - gets = {}, - }, mt) - return variable -end - ----@class parser.object ----@field package _variableNode vm.variable|false ----@field package _variableNodes table - -local compileVariables, getLoc - ----@param id string ----@param source parser.object ----@param base parser.object ----@return vm.variable -local function insertVariableID(id, source, base) - local root = guide.getRoot(source) - if not root._variableNodes then - root._variableNodes = util.multiTable(2, function (lid) - local variable = createVariable(root, lid) - return variable - end) - end - local variable = root._variableNodes[id] - variable.base = base - if guide.isAssign(source) then - variable.sets[#variable.sets+1] = source - else - variable.gets[#variable.gets+1] = source - end - return variable -end - -local compileSwitch = util.switch() - : case 'local' - : case 'self' - : call(function (source, base) - local id = ('%d'):format(source.start) - local variable = insertVariableID(id, source, base) - source._variableNode = variable - if not source.ref then - return - end - for _, ref in ipairs(source.ref) do - compileVariables(ref, base) - end - end) - : case 'setlocal' - : case 'getlocal' - : call(function (source, base) - local id = ('%d'):format(source.node.start) - local variable = insertVariableID(id, source, base) - source._variableNode = variable - compileVariables(source.next, base) - end) - : case 'getfield' - : case 'setfield' - : call(function (source, base) - local parentNode = source.node._variableNode - if not parentNode then - return - end - local key = guide.getKeyName(source) - if type(key) ~= 'string' then - return - end - local id = parentNode.id .. vm.ID_SPLITE .. key - local variable = insertVariableID(id, source, base) - source._variableNode = variable - source.field._variableNode = variable - if source.type == 'getfield' then - compileVariables(source.next, base) - end - end) - : case 'getmethod' - : case 'setmethod' - : call(function (source, base) - local parentNode = source.node._variableNode - if not parentNode then - return - end - local key = guide.getKeyName(source) - if type(key) ~= 'string' then - return - end - local id = parentNode.id .. vm.ID_SPLITE .. key - local variable = insertVariableID(id, source, base) - source._variableNode = variable - source.method._variableNode = variable - if source.type == 'getmethod' then - compileVariables(source.next, base) - end - end) - : case 'getindex' - : case 'setindex' - : call(function (source, base) - local parentNode = source.node._variableNode - if not parentNode then - return - end - local key = guide.getKeyName(source) - if type(key) ~= 'string' then - return - end - local id = parentNode.id .. vm.ID_SPLITE .. key - local variable = insertVariableID(id, source, base) - source._variableNode = variable - source.index._variableNode = variable - if source.type == 'setindex' then - compileVariables(source.next, base) - end - end) - -local leftSwitch = util.switch() - : case 'field' - : case 'method' - : call(function (source) - return getLoc(source.parent) - end) - : case 'getfield' - : case 'setfield' - : case 'getmethod' - : case 'setmethod' - : case 'getindex' - : case 'setindex' - : call(function (source) - return getLoc(source.node) - end) - : case 'getlocal' - : call(function (source) - return source.node - end) - : case 'local' - : case 'self' - : call(function (source) - return source - end) - ----@param source parser.object ----@return parser.object? -function getLoc(source) - return leftSwitch(source.type, source) -end - ----@return parser.object -function mt:getBase() - return self.base -end - ----@return string -function mt:getCodeName() - local name = self.id:gsub(vm.ID_SPLITE, '.'):gsub('^%d+', self.base[1]) - return name -end - ----@return vm.variable? -function mt:getParent() - local parentID = self.id:match('^(.+)' .. vm.ID_SPLITE) - if not parentID then - return nil - end - return self.root._variableNodes[parentID] -end - ----@return string? -function mt:getFieldName() - return self.id:match(vm.ID_SPLITE .. '(.-)$') -end - ----@param key? string -function mt:getSets(key) - if not key then - return self.sets - end - local id = self.id .. vm.ID_SPLITE .. key - local variable = self.root._variableNodes[id] - return variable.sets -end - ----@param includeGets boolean? -function mt:getFields(includeGets) - local id = self.id - local root = self.root - -- TODO:optimize - local clock = os.clock() - local fields = {} - for lid, variable in pairs(root._variableNodes) do - if lid ~= id - and util.stringStartWith(lid, id) - and lid:sub(#id + 1, #id + 1) == vm.ID_SPLITE - -- only one field - and not lid:find(vm.ID_SPLITE, #id + 2) then - for _, src in ipairs(variable.sets) do - fields[#fields+1] = src - end - if includeGets then - for _, src in ipairs(variable.gets) do - fields[#fields+1] = src - end - end - end - end - local cost = os.clock() - clock - if cost > 1.0 then - log.warn('variable-id getFields takes %.3f seconds', cost) - end - return fields -end - ----@param source parser.object ----@param base parser.object -function compileVariables(source, base) - if not source then - return - end - source._variableNode = false - if not compileSwitch:has(source.type) then - return - end - compileSwitch(source.type, source, base) -end - ----@param source parser.object ----@return string? -function vm.getVariableID(source) - local variable = vm.getVariableNode(source) - if not variable then - return nil - end - return variable.id -end - ----@param source parser.object ----@param key? string ----@return vm.variable? -function vm.getVariable(source, key) - local variable = vm.getVariableNode(source) - if not variable then - return nil - end - if not key then - return variable - end - local root = guide.getRoot(source) - if not root._variableNodes then - return nil - end - local id = variable.id .. vm.ID_SPLITE .. key - return root._variableNodes[id] -end - ----@param source parser.object ----@return vm.variable? -function vm.getVariableNode(source) - local variable = source._variableNode - if variable ~= nil then - return variable or nil - end - - source._variableNode = false - local loc = getLoc(source) - if not loc then - return nil - end - compileVariables(loc, loc) - return source._variableNode or nil -end - ----@param source parser.object ----@param name string ----@return vm.variable? -function vm.getVariableInfoByCodeName(source, name) - local id = vm.getVariableID(source) - if not id then - return nil - end - local root = guide.getRoot(source) - if not root._variableNodes then - return nil - end - local headPos = name:find('.', 1, true) - if not headPos then - return root._variableNodes[id] - end - local vid = id .. name:sub(headPos):gsub('%.', vm.ID_SPLITE) - return root._variableNodes[vid] -end - ----@param source parser.object ----@param key? string ----@return parser.object[]? -function vm.getVariableSets(source, key) - local variable = vm.getVariable(source, key) - if not variable then - return nil - end - return variable.sets -end - ----@param source parser.object ----@param key? string ----@return parser.object[]? -function vm.getVariableGets(source, key) - local variable = vm.getVariable(source, key) - if not variable then - return nil - end - return variable.gets -end - ----@param source parser.object ----@param includeGets boolean ----@return parser.object[]? -function vm.getVariableFields(source, includeGets) - local variable = vm.getVariable(source) - if not variable then - return nil - end - return variable:getFields(includeGets) -end - ----@param source parser.object ----@return boolean -function vm.compileByVariable(source) - local variable = vm.getVariableNode(source) - if not variable then - return false - end - vm.setNode(source, variable) - return true -end - ----@param source parser.object -local function compileSelf(source) - if source.parent.type ~= 'funcargs' then - return - end - ---@type parser.object - local node = source.parent.parent and source.parent.parent.parent and source.parent.parent.parent.node - if not node then - return - end - local fields = vm.getVariableFields(source, false) - if not fields then - return - end - local variableNode = vm.getVariableNode(node) - local globalNode = vm.getGlobalNode(node) - if not variableNode and not globalNode then - return - end - for _, field in ipairs(fields) do - if field.type == 'setfield' then - local key = guide.getKeyName(field) - if key then - if variableNode then - local myID = variableNode.id .. vm.ID_SPLITE .. key - insertVariableID(myID, field, variableNode.base) - end - if globalNode then - local myID = globalNode:getName() .. vm.ID_SPLITE .. key - local myGlobal = vm.declareGlobal('variable', myID, guide.getUri(node)) - myGlobal:addSet(guide.getUri(node), field) - end - end - end - end -end - ----@param source parser.object -local function compileAst(source) - --[[ - local mt - function mt:xxx() - self.a = 1 - end - - mt.a --> find this definition - ]] - guide.eachSourceType(source, 'self', function (src) - compileSelf(src) - end) -end - -return { - compileAst = compileAst, -} diff --git a/script/vm/visible.lua b/script/vm/visible.lua deleted file mode 100644 index d13ecf1f6..000000000 --- a/script/vm/visible.lua +++ /dev/null @@ -1,177 +0,0 @@ ----@class vm -local vm = require 'vm.vm' -local guide = require 'parser.guide' -local config = require 'config' -local glob = require 'glob' - ----@class parser.object ----@field package _visibleType? parser.visibleType - -local function getVisibleType(source) - if guide.isLiteral(source) then - return 'public' - end - if source._visibleType then - return source._visibleType - end - if source.type == 'doc.field' then - if source.visible then - source._visibleType = source.visible - return source.visible - end - end - - if source.bindDocs then - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.private' then - source._visibleType = 'private' - return 'private' - end - if doc.type == 'doc.protected' then - source._visibleType = 'protected' - return 'protected' - end - end - end - - local fieldName = guide.getKeyName(source) - - if type(fieldName) == 'string' then - local uri = guide.getUri(source) - - local privateNames = config.get(uri, 'Lua.doc.privateName') - if #privateNames > 0 and glob.glob(privateNames)(fieldName) then - source._visibleType = 'private' - return 'private' - end - - local protectedNames = config.get(uri, 'Lua.doc.protectedName') - if #protectedNames > 0 and glob.glob(protectedNames)(fieldName) then - source._visibleType = 'protected' - return 'protected' - end - end - - source._visibleType = 'public' - return 'public' -end - ----@class vm.node ----@field package _visibleType parser.visibleType - ----@param source parser.object ----@return parser.visibleType -function vm.getVisibleType(source) - local node = vm.compileNode(source) - if node._visibleType then - return node._visibleType - end - for _, def in ipairs(vm.getDefs(source)) do - local visible = getVisibleType(def) - if visible ~= 'public' then - node._visibleType = visible - return visible - end - end - node._visibleType = 'public' - return 'public' -end - ----@param source parser.object ----@return vm.global? -function vm.getParentClass(source) - if source.type == 'doc.field' then - return vm.getGlobalNode(source.class) - end - if source.type == 'setfield' - or source.type == 'setindex' - or source.type == 'setmethod' - or source.type == 'tablefield' - or source.type == 'tableindex' then - return vm.getDefinedClass(guide.getUri(source), source.node) - end - return nil -end - ----@param suri uri ----@param source parser.object ----@return vm.global? -function vm.getDefinedClass(suri, source) - source = guide.getSelfNode(source) or source - local sets = vm.getVariableSets(source) - if sets then - for _, set in ipairs(sets) do - if set.bindDocs then - for _, doc in ipairs(set.bindDocs) do - if doc.type == 'doc.class' then - return vm.getGlobalNode(doc) - end - end - end - end - end - local global = vm.getGlobalNode(source) - if global then - for _, set in ipairs(global:getSets(suri)) do - if set.bindDocs then - for _, doc in ipairs(set.bindDocs) do - if doc.type == 'doc.class' then - return vm.getGlobalNode(doc) - end - end - end - end - end - return nil -end - ----@param source parser.object ----@return vm.global? -local function getEnvClass(source) - local func = guide.getParentFunction(source) - if not func or func.type ~= 'function' then - return nil - end - local parent = func.parent - if parent.type == 'setfield' - or parent.type == 'setmethod' then - local node = parent.node - return vm.getDefinedClass(guide.getUri(source), node) - end - return nil -end - ----@param parent parser.object ----@param field parser.object -function vm.isVisible(parent, field) - local visible = vm.getVisibleType(field) - if visible == 'public' then - return true - end - if visible == 'package' then - return guide.getUri(parent) == guide.getUri(field) - end - local class = vm.getParentClass(field) - if not class then - return true - end - local suri = guide.getUri(parent) - -- check .x - local myClass = vm.getDefinedClass(suri, parent) - if not myClass then - -- check function :X() ... end - myClass = getEnvClass(parent) - if not myClass then - return false - end - end - if myClass == class then - return true - end - if visible == 'protected' then - if vm.isSubType(suri, myClass, class) then - return true - end - end - return false -end diff --git a/script/vm/vm.lua b/script/vm/vm.lua deleted file mode 100644 index 4baca7628..000000000 --- a/script/vm/vm.lua +++ /dev/null @@ -1,119 +0,0 @@ -local guide = require 'parser.guide' -local files = require 'files' -local timer = require 'timer' - -local setmetatable = setmetatable -local log = log -local xpcall = xpcall -local mathHuge = math.huge - -local weakMT = { __mode = 'kv' } - ----@class vm -local m = {} - -m.ID_SPLITE = '\x1F' - -function m.getSpecial(source) - if not source then - return nil - end - return source.special -end - ----@param source parser.object ----@return string? -function m.getKeyName(source) - if not source then - return nil - end - if source.type == 'call' then - local special = m.getSpecial(source.node) - if special == 'rawset' - or special == 'rawget' then - return guide.getKeyNameOfLiteral(source.args[2]) - end - end - return guide.getKeyName(source) -end - -function m.getKeyType(source) - if not source then - return nil - end - if source.type == 'call' then - local special = m.getSpecial(source.node) - if special == 'rawset' - or special == 'rawget' then - return guide.getKeyTypeOfLiteral(source.args[2]) - end - end - return guide.getKeyType(source) -end - ----@param source parser.object ----@return parser.object? -function m.getObjectValue(source) - if source.value then - return source.value - end - if source.special == 'rawset' then - return source.args and source.args[3] - end - return nil -end - ----@param source parser.object ----@return parser.object? -function m.getObjectFunctionValue(source) - local value = m.getObjectValue(source) - if value == nil then return end - if value.type == 'function' or value.type == 'doc.type.function' then - return value - end - if value.type == 'getlocal' then - return m.getObjectFunctionValue(value.node) - end - return value -end - -m.cacheTracker = setmetatable({}, weakMT) - -function m.flushCache() - if m.cache then - m.cache.dead = true - end - m.cacheVersion = files.globalVersion - m.cache = {} - m.cacheActiveTime = mathHuge - m.locked = setmetatable({}, weakMT) - m.cacheTracker[m.cache] = true -end - -function m.getCache(name, weak) - if m.cacheVersion ~= files.globalVersion then - m.flushCache() - end - m.cacheActiveTime = timer.clock() - if not m.cache[name] then - m.cache[name] = weak and setmetatable({}, weakMT) or {} - end - return m.cache[name] -end - -local function init() - m.flushCache() - - -- 可以在一段时间不活动后清空缓存,不过目前看起来没有必要 - --timer.loop(1, function () - -- if timer.clock() - m.cacheActiveTime > 10.0 then - -- log.info('Flush cache: Inactive') - -- m.flushCache() - -- collectgarbage() - -- end - --end) -end - -xpcall(init, log.error) - -return m diff --git a/script/without-check-nil.lua b/script/without-check-nil.lua deleted file mode 100644 index cc7da9d47..000000000 --- a/script/without-check-nil.lua +++ /dev/null @@ -1,126 +0,0 @@ -local m = {} - -local mt = {} -mt.__add = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a + b -end -mt.__sub = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a - b -end -mt.__mul = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a * b -end -mt.__div = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a / b -end -mt.__mod = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a % b -end -mt.__pow = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a ^ b -end -mt.__unm = function () - return 0 -end -mt.__concat = function (a, b) - if a == nil then a = '' end - if b == nil then b = '' end - return a .. b -end -mt.__len = function () - return 0 -end -mt.__lt = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a < b -end -mt.__le = function (a, b) - if a == nil then a = 0 end - if b == nil then b = 0 end - return a <= b -end -mt.__index = function () end -mt.__newindex = function () end -mt.__call = function () end -mt.__pairs = function () end -mt.__ipairs = function () end -if _VERSION == 'Lua 5.3' or _VERSION == 'Lua 5.4' then - mt.__idiv = load[[ - local a, b = ... - if a == nil then a = 0 end - if b == nil then b = 0 end - return a // b - ]] - mt.__band = load[[ - local a, b = ... - if a == nil then a = 0 end - if b == nil then b = 0 end - return a & b - ]] - mt.__bor = load[[ - local a, b = ... - if a == nil then a = 0 end - if b == nil then b = 0 end - return a | b - ]] - mt.__bxor = load[[ - local a, b = ... - if a == nil then a = 0 end - if b == nil then b = 0 end - return a ~ b - ]] - mt.__bnot = load[[ - return ~ 0 - ]] - mt.__shl = load[[ - local a, b = ... - if a == nil then a = 0 end - if b == nil then b = 0 end - return a << b - ]] - mt.__shr = load[[ - local a, b = ... - if a == nil then a = 0 end - if b == nil then b = 0 end - return a >> b - ]] -end - -for event, func in pairs(mt) do - mt[event] = function (...) - local watch = m.watch - if not watch then - return func(...) - end - local care, result = watch(event, ...) - if not care then - return func(...) - end - return result - end -end - -function m.enable() - debug.setmetatable(nil, mt) -end - -function m.disable() - if debug.getmetatable(nil) == mt then - debug.setmetatable(nil, nil) - end -end - -return m diff --git a/script/workspace/init.lua b/script/workspace/init.lua deleted file mode 100644 index 7cbe15d76..000000000 --- a/script/workspace/init.lua +++ /dev/null @@ -1,3 +0,0 @@ -local workspace = require 'workspace.workspace' - -return workspace diff --git a/script/workspace/loading.lua b/script/workspace/loading.lua deleted file mode 100644 index 5ddc4bdab..000000000 --- a/script/workspace/loading.lua +++ /dev/null @@ -1,229 +0,0 @@ -local progress = require 'progress' -local lang = require 'language' -local await = require 'await' -local files = require 'files' -local config = require 'config.config' -local client = require 'client' -local util = require 'utility' -local furi = require 'file-uri' -local pub = require 'pub' - ----@class workspace.loading ----@field scp scope ----@field _bar progress ----@field _stash function[] ----@field _refs uri[] ----@field _cache table ----@field _sets function[] ----@field _removed boolean -local mt = {} -mt.__index = mt - -mt._loadLock = false -mt.read = 0 -mt.max = 0 -mt.preload = 0 - -function mt:__close() - self:remove() -end - -function mt:update() - self._bar:setMessage(('%d/%d'):format(self.read, self.max)) - self._bar:setPercentage(self.read / self.max * 100.0) -end - ----@param uri uri -function mt:checkMaxPreload(uri) - local max = config.get(uri, 'Lua.workspace.maxPreload') - if self.preload <= max then - return true - end - if self.scp:get 'hasHintedMaxPreload' then - return false - end - self.scp:set('hasHintedMaxPreload', true) - client.requestMessage('Info' - , lang.script('MWS_MAX_PRELOAD', max) - , { - lang.script('WINDOW_INCREASE_UPPER_LIMIT'), - } - , function (_, index) - if index == 1 then - client.setConfig { - { - key = 'Lua.workspace.maxPreload', - uri = self.scp.uri, - action = 'set', - value = max + math.max(1000, max), - } - } - end - end - ) - return false -end - ----@param uri uri ----@param libraryUri? uri ----@async -function mt:loadFile(uri, libraryUri) - if files.isLua(uri) then - if not libraryUri then - self.preload = self.preload + 1 - if not self:checkMaxPreload(uri) then - return - end - end - self.max = self.max + 1 - self:update() - ---@async - self._stash[#self._stash+1] = function () - if files.getFile(uri) then - self.read = self.read + 1 - self:update() - if not self._cache[uri] then - files.addRef(uri) - end - self._cache[uri] = true - log.info(('Skip loaded file: %s'):format(uri)) - else - local content = pub.awaitTask('loadFile', furi.decode(uri)) - self.read = self.read + 1 - self:update() - if not content then - return - end - if files.getFile(uri) then - log.info(('Skip loaded file: %s'):format(uri)) - return - end - log.info(('Preload file at: %s , size = %.3f KB'):format(uri, #content / 1024.0)) - --await.wait(function (waker) - -- self._sets[#self._sets+1] = waker - --end) - files.setText(uri, content, false) - files.compileState(uri) - if not self._cache[uri] then - files.addRef(uri) - end - self._cache[uri] = true - end - if libraryUri then - log.info('++++As library of:', libraryUri) - end - end - elseif files.isDll(uri) then - self.max = self.max + 1 - self:update() - ---@async - self._stash[#self._stash+1] = function () - if files.getFile(uri) then - self.read = self.read + 1 - self:update() - if not self._cache[uri] then - files.addRef(uri) - end - self._cache[uri] = true - log.info(('Skip loaded file: %s'):format(uri)) - else - local content = pub.awaitTask('loadFile', furi.decode(uri)) - self.read = self.read + 1 - self:update() - if not content then - return - end - if files.getFile(uri) then - log.info(('Skip loaded file: %s'):format(uri)) - return - end - log.info(('Preload dll at: %s , size = %.3f KB'):format(uri, #content / 1024.0)) - --await.wait(function (waker) - -- self._sets[#self._sets+1] = waker - --end) - files.saveDll(uri, content) - if not self._cache[uri] then - files.addRef(uri) - end - self._cache[uri] = true - end - if libraryUri then - log.info('++++As library of:', libraryUri) - end - end - end - await.delay() -end - ----@async -function mt:loadAll(fileName) - local startClock = os.clock() - log.info('Load files from disk:', fileName) - while self.read < self.max do - self:update() - local loader = table.remove(self._stash) - if loader then - await.call(loader) - await.delay() - else - await.sleep(0.1) - end - end - local loadedClock = os.clock() - log.info(('Loaded files takes [%.3f] sec: %s'):format(loadedClock - startClock, fileName)) - self._bar:remove() - self._bar = progress.create(self.scp.uri, lang.script('WORKSPACE_LOADING', self.scp.uri), 0) - for i, set in ipairs(self._sets) do - await.delay() - set() - self.read = i - self:update() - end - log.info(('Compile files takes [%.3f] sec: %s'):format(os.clock() - loadedClock, fileName)) - log.info('Loaded finish:', fileName) -end - -function mt:remove() - if self._removed then - return - end - self._removed = true - self._bar:remove() -end - -function mt:isRemoved() - return self._removed == true -end - ----@class workspace.loading.manager -local m = {} - ----@type table -m._loadings = setmetatable({}, { __mode = 'k' }) - ----@return workspace.loading -function m.create(scp) - local loading = setmetatable({ - scp = scp, - _bar = progress.create(scp.uri, lang.script('WORKSPACE_LOADING', scp.uri), 0.5), - _stash = {}, - _cache = {}, - _sets = {}, - }, mt) - m._loadings[loading] = true - return loading -end - -function m.count() - local num = 0 - for ld in pairs(m._loadings) do - if ld:isRemoved() then - m._loadings[ld] = nil - else - num = num + 1 - end - end - return num -end - -return m diff --git a/script/workspace/require-path.lua b/script/workspace/require-path.lua deleted file mode 100644 index c319cbad6..000000000 --- a/script/workspace/require-path.lua +++ /dev/null @@ -1,331 +0,0 @@ -local platform = require 'bee.platform' -local files = require 'files' -local furi = require 'file-uri' -local workspace = require "workspace" -local config = require 'config' -local scope = require 'workspace.scope' -local util = require 'utility' - ----@class require-path -local m = {} - ----@class require-manager ----@field scp scope ----@field nameMap table ----@field visibleCache table ----@field requireCache table -local mt = {} -mt.__index = mt - ----@alias require-manager.visibleResult { searcher: string, name: string } - ----@param scp scope ----@return require-manager -local function createRequireManager(scp) - return setmetatable({ - scp = scp, - nameMap = {}, - visibleCache = {}, - requireCache = {}, - }, mt) -end - ---- `aaa/bbb/ccc.lua` 与 `?.lua` 将返回 `aaa.bbb.cccc` ----@param path string ----@param searcher string ----@return string? -function mt:getRequireNameByPath(path, searcher) - local separator = config.get(self.scp.uri, 'Lua.completion.requireSeparator') - local stemPath = path - : gsub('%.[^%.]+$', '') - : gsub('[/\\%.]+', separator) - local stemSearcher = searcher - : gsub('%.[^%.]+$', '') - : gsub('[/\\]+', separator) - local start = stemSearcher:match '()%?' or 1 - if stemPath:sub(1, start - 1) ~= stemSearcher:sub(1, start - 1) then - return nil - end - for pos = #stemPath, start, -1 do - local word = stemPath:sub(start, pos) - local newSearcher = stemSearcher:gsub('%?', (word:gsub('%%', '%%%%'))) - if newSearcher == stemPath then - return word - end - end - return nil -end - ----@param path string ----@return require-manager.visibleResult[] -function mt:getRequireResultByPath(path) - local vm = require 'vm' - local uri = furi.encode(path) - local result = {} - if vm.isMetaFile(uri) then - local metaName = vm.getMetaName(uri) - if metaName then - if vm.isMetaFileRequireable(uri) then - result[#result+1] = { - name = metaName, - searcher = '[[meta]]', - } - end - return result - end - end - local searchers = config.get(self.scp.uri, 'Lua.runtime.path') - local strict = config.get(self.scp.uri, 'Lua.runtime.pathStrict') - local libUri = files.getLibraryUri(self.scp.uri, uri) - local libraryPath = libUri and furi.decode(libUri) - for _, searcher in ipairs(searchers) do - local isAbsolute = searcher:match '^[/\\]' - or searcher:match '^%a+%:' - searcher = files.normalize(searcher) - if searcher:sub(1, 1) == '.' then - strict = true - end - local cutedPath = path - local currentPath = path - local head - local pos = 1 - if not isAbsolute then - if libraryPath then - currentPath = currentPath:sub(#libraryPath + 2) - else - currentPath = workspace.getRelativePath(uri) - end - end - - -- handle `../?.lua` - local parentCount = 0 - for _ = 1, 1000 do - if searcher:match '^%.%.[/\\]' then - parentCount = parentCount + 1 - searcher = searcher:sub(4) - else - break - end - end - if parentCount > 0 then - local parentPath = libraryPath - or (self.scp.uri and furi.decode(self.scp.uri)) - if parentPath then - local tail - for _ = 1, parentCount do - parentPath, tail = parentPath:match '^(.+)[/\\]([^/\\]*)$' - currentPath = tail .. '/' .. currentPath - end - end - end - - repeat - cutedPath = currentPath:sub(pos) - head = currentPath:sub(1, pos - 1) - pos = currentPath:match('[/\\]+()', pos) - if platform.OS == 'Windows' then - searcher = searcher :gsub('[/\\]+', '\\') - else - searcher = searcher :gsub('[/\\]+', '/') - end - local name = self:getRequireNameByPath(cutedPath, searcher) - if name then - local mySearcher = searcher - if head then - mySearcher = head .. searcher - end - result[#result+1] = { - name = name, - searcher = mySearcher, - } - end - until not pos or strict - end - return result -end - ----@param name string -function mt:addName(name) - local separator = config.get(self.scp.uri, 'Lua.completion.requireSeparator') - local fsname = name:gsub('%' .. separator, '/') - self.nameMap[fsname] = name -end - ----@return require-manager.visibleResult[] -function mt:getVisiblePath(path) - local uri = furi.encode(path) - if not self.scp:isChildUri(uri) - and not self.scp:isLinkedUri(uri) then - return {} - end - path = files.normalize(path) - local result = self.visibleCache[path] - if not result then - result = self:getRequireResultByPath(path) - self.visibleCache[path] = result - end - return result -end - ---- 查找符合指定require name的所有uri ----@param name string ----@return uri[] ----@return table? -function mt:searchUrisByRequireName(name) - local vm = require 'vm' - local searchers = config.get(self.scp.uri, 'Lua.runtime.path') - local strict = config.get(self.scp.uri, 'Lua.runtime.pathStrict') - local separator = config.get(self.scp.uri, 'Lua.completion.requireSeparator') - local path = name:gsub('%' .. separator, '/') - local results = {} - local searcherMap = {} - local excludes = {} - - for uri in files.eachFile(self.scp.uri) do - if vm.isMetaFileRequireable(uri) then - local metaName = vm.getMetaName(uri) - if metaName == name then - results[#results+1] = uri - return results - end - if metaName then - excludes[uri] = true - end - end - end - - for _, searcher in ipairs(searchers) do - local fspath = searcher:gsub('%?', (path:gsub('%%', '%%%%'))) - fspath = files.normalize(fspath) - local tail = '/' .. furi.encode(fspath):gsub('^file:[/]*', '') - for uri in files.eachFile(self.scp.uri) do - if not searcherMap[uri] - and not excludes[uri] - and util.stringEndWith(uri, tail) - and (not vm.isMetaFile(uri) or vm.isMetaFileRequireable(uri)) then - local parentUri = files.getLibraryUri(self.scp.uri, uri) or self.scp.uri - if parentUri == nil or parentUri == '' then - parentUri = furi.encode '/' - end - local relative = uri:sub(#parentUri + 1):sub(1, - #tail) - if not strict - or relative == '/' - or relative == '' then - results[#results+1] = uri - searcherMap[uri] = files.normalize(relative .. searcher) - end - end - end - end - - for uri in files.eachDll() do - local opens = files.getDllOpens(uri) or {} - for _, open in ipairs(opens) do - if open == path then - results[#results+1] = uri - end - end - end - - return results, searcherMap -end - ---- 查找符合指定require name的所有uri,并排除当前文件 ----@param suri uri ----@param name string ----@return uri[] ----@return table? -function mt:findUrisByRequireName(suri, name) - if type(name) ~= 'string' then - return {} - end - local cache = self.requireCache[name] - if not cache then - local results, searcherMap = self:searchUrisByRequireName(name) - cache = { - results = results, - searcherMap = searcherMap, - } - self.requireCache[name] = cache - end - local results = {} - local searcherMap = {} - for _, uri in ipairs(cache.results) do - if uri ~= suri then - results[#results+1] = uri - searcherMap[uri] = cache.searcherMap and cache.searcherMap[uri] - end - end - return results, searcherMap -end - ----@param uri uri ----@param path string ----@return require-manager.visibleResult[] -function m.getVisiblePath(uri, path) - local scp = scope.getScope(uri) - ---@type require-manager - local mgr = scp:get 'requireManager' - or scp:set('requireManager', createRequireManager(scp)) - return mgr:getVisiblePath(path) -end - ----@param uri uri ----@param name string ----@return uri[] ----@return table? -function m.findUrisByRequireName(uri, name) - local scp = scope.getScope(uri) - ---@type require-manager - local mgr = scp:get 'requireManager' - or scp:set('requireManager', createRequireManager(scp)) - return mgr:findUrisByRequireName(uri, name) -end - ----@param suri uri ----@param uri uri ----@param name string ----@return boolean -function m.isMatchedUri(suri, uri, name) - local searchers = config.get(suri, 'Lua.runtime.path') - local strict = config.get(suri, 'Lua.runtime.pathStrict') - local separator = config.get(suri, 'Lua.completion.requireSeparator') - local path = name:gsub('%' .. separator, '/') - - for _, searcher in ipairs(searchers) do - local fspath = searcher:gsub('%?', (path:gsub('%%', '%%%%'))) - fspath = files.normalize(fspath) - local tail = '/' .. furi.encode(fspath):gsub('^file:[/]*', '') - if util.stringEndWith(uri, tail) then - local parentUri = files.getLibraryUri(suri, uri) or uri - if parentUri == nil or parentUri == '' then - parentUri = furi.encode '/' - end - local relative = uri:sub(#parentUri + 1):sub(1, - #tail) - if not strict - or relative == '/' - or relative == '' then - return true - end - end - end - return false -end - -files.watch(function (ev, uri) - for _, scp in ipairs(workspace.folders) do - scp:set('requireManager', nil) - end - scope.fallback:set('requireManager', nil) -end) - -config.watch(function (uri, key, value, oldValue) - if key == 'Lua.completion.requireSeparator' - or key == 'Lua.runtime.path' - or key == 'Lua.runtime.pathStrict' then - local scp = scope.getScope(uri) - scp:set('requireManager', nil) - end -end) - -return m diff --git a/script/workspace/scope.lua b/script/workspace/scope.lua deleted file mode 100644 index da72a1eb2..000000000 --- a/script/workspace/scope.lua +++ /dev/null @@ -1,248 +0,0 @@ -local gc = require 'gc' - ----@class scope.manager -local m = {} - ----@alias scope.type '"override"'|'"folder"'|'"fallback"' - ----@class scope ----@field type scope.type ----@field uri? uri ----@field _links table ----@field _data table ----@field _gc gc ----@field _removed? true -local mt = {} -mt.__index = mt - -function mt:__tostring() - if self.uri then - return ('{scope|%s|%s}'):format(self.type, self.uri) - else - return ('{scope|%s}'):format(self.type) - end -end - ----@param uri uri -function mt:addLink(uri) - self._links[uri] = true -end - ----@param uri uri -function mt:removeLink(uri) - self._links[uri] = nil -end - -function mt:removeAllLinks() - self._links = {} -end - ----@return fun(): uri ----@return table -function mt:eachLink() - return next, self._links -end - ----@param uri uri ----@return boolean -function mt:isChildUri(uri) - if not uri then - return false - end - if not self.uri then - return false - end - if self.uri == uri then - return true - end - if uri:sub(1, #self.uri) ~= self.uri then - return false - end - if uri:sub(#self.uri, #self.uri) == '/' - or uri:sub(#self.uri + 1, #self.uri + 1) == '/' then - return true - end - return false -end - ----@param uri uri ----@return boolean -function mt:isLinkedUri(uri) - if not uri then - return false - end - for linkUri in pairs(self._links) do - if uri == linkUri then - return true - end - if uri:sub(1, #linkUri) ~= linkUri then - goto CONTINUE - end - if uri:sub(#linkUri, #linkUri) == '/' - or uri:sub(#linkUri + 1, #linkUri + 1) == '/' then - return true - end - ::CONTINUE:: - end - return false -end - ----@param uri uri ----@return boolean -function mt:isVisible(uri) - return self:isChildUri(uri) - or self:isLinkedUri(uri) - or self == m.getScope(uri) -end - ----@param uri uri ----@return uri? -function mt:getLinkedUri(uri) - if not uri then - return nil - end - for linkUri in pairs(self._links) do - if uri:sub(1, #linkUri) == linkUri then - return linkUri - end - end - return nil -end - ----@param uri uri ----@return uri? -function mt:getRootUri(uri) - if self:isChildUri(uri) then - return self.uri - end - return self:getLinkedUri(uri) -end - ----@param k string ----@param v any -function mt:set(k, v) - self._data[k] = v - return v -end - ----@param k string ----@return any -function mt:get(k) - return self._data[k] -end - ----@return string -function mt:getName() - return self.uri or ('<' .. self.type .. '>') -end - -function mt:gc(obj) - self._gc:add(obj) -end - -function mt:flushGC() - self._gc:remove() - if self._removed then - return - end - self._gc = gc() -end - -function mt:remove() - if self._removed then - return - end - self._removed = true - for i, scp in ipairs(m.folders) do - if scp == self then - table.remove(m.folders, i) - break - end - end - self:flushGC() -end - -function mt:isRemoved() - return self._removed == true -end - ----@param scopeType scope.type ----@return scope -local function createScope(scopeType) - local scope = setmetatable({ - type = scopeType, - _links = {}, - _data = {}, - _gc = gc(), - }, mt) - - return scope -end - -function m.reset() - ---@type scope[] - m.folders = {} - m.override = createScope 'override' - m.fallback = createScope 'fallback' -end - -m.reset() - ----@param uri uri ----@return scope -function m.createFolder(uri) - local scope = createScope 'folder' - scope.uri = uri - - local inserted = false - for i, otherScope in ipairs(m.folders) do - if #uri > #otherScope.uri then - table.insert(m.folders, i, scope) - inserted = true - break - end - end - if not inserted then - table.insert(m.folders, scope) - end - - return scope -end - ----@param uri uri ----@return scope? -function m.getFolder(uri) - for _, scope in ipairs(m.folders) do - if scope:isChildUri(uri) then - return scope - end - end - return nil -end - ----@param uri uri ----@return scope? -function m.getLinkedScope(uri) - if m.override and m.override:isLinkedUri(uri) then - return m.override - end - for _, scope in ipairs(m.folders) do - if scope:isLinkedUri(uri) then - return scope - end - end - if m.fallback:isLinkedUri(uri) then - return m.fallback - end - return nil -end - ----@param uri uri ----@return scope -function m.getScope(uri) - return m.getFolder(uri) - or m.getLinkedScope(uri) - or m.fallback -end - -return m diff --git a/script/workspace/workspace.lua b/script/workspace/workspace.lua deleted file mode 100644 index 97518e84b..000000000 --- a/script/workspace/workspace.lua +++ /dev/null @@ -1,615 +0,0 @@ -local pub = require 'pub' -local fs = require 'bee.filesystem' -local furi = require 'file-uri' -local files = require 'files' -local config = require 'config' -local glob = require 'glob' -local platform = require 'bee.platform' -local await = require 'await' -local client = require 'client' -local util = require 'utility' -local fw = require 'filewatch' -local scope = require 'workspace.scope' -local loading = require 'workspace.loading' -local inspect = require 'inspect' -local lang = require 'language' - ----@class workspace -local m = {} -m.type = 'workspace' -m.watchList = {} - ---- 注册事件 ----@param callback async fun(ev: string, uri: uri) -function m.watch(callback) - m.watchList[#m.watchList+1] = callback -end - -function m.onWatch(ev, uri) - for _, callback in ipairs(m.watchList) do - await.call(function () - callback(ev, uri) - end) - end -end - -function m.initRoot(uri) - m.rootUri = uri - log.info('Workspace init root: ', uri) - - local logPath = fs.path(LOGPATH) / (uri:gsub('[/:]+', '_') .. '.log') - client.logMessage('Log', 'Log path: ' .. furi.encode(logPath:string())) - log.info('Log path: ', logPath) - log.init(ROOT, logPath) -end - ---- 初始化工作区 -function m.create(uri) - log.info('Workspace create: ', uri) - local scp = scope.createFolder(uri) - m.folders[#m.folders+1] = scp - if uri == furi.encode '/' - or uri == furi.encode(os.getenv 'HOME' or '') then - if not FORCE_ACCEPT_WORKSPACE then - client.showMessage('Error', lang.script('WORKSPACE_NOT_ALLOWED', furi.decode(uri))) - scp:set('bad root', true) - end - end -end - -function m.remove(uri) - log.info('Workspace remove: ', uri) - for i, scp in ipairs(m.folders) do - if scp.uri == uri then - scp:remove() - table.remove(m.folders, i) - scp:set('ready', false) - scp:set('nativeMatcher', nil) - scp:set('libraryMatcher', nil) - scp:removeAllLinks() - m.flushFiles(scp) - return - end - end -end - -function m.reset() - ---@type scope[] - m.folders = {} - m.rootUri = nil -end -m.reset() - -function m.getRootUri(uri) - local scp = scope.getScope(uri) - return scp.uri -end - -local globInteferFace = { - type = function (path, data) - if data[path] then - return data[path] - end - local result - pcall(function () - if fs.is_directory(fs.path(path)) then - result = 'directory' - data[path] = 'directory' - else - result = 'file' - data[path] = 'file' - end - end) - return result - end, - list = function (path, data) - if data[path] == 'file' then - return nil - end - local fullPath = fs.path(path) - if not fs.is_directory(fullPath) then - data[path] = 'file' - return nil - end - data[path] = true - local paths = {} - pcall(function () - for fullpath, status in fs.pairs(fullPath) do - local pathString = fullpath:string() - paths[#paths+1] = pathString - local st = status:type() - if st == 'directory' - or st == 'symlink' - or st == 'junction' then - data[pathString] = 'directory' - else - data[pathString] = 'file' - end - end - end) - return paths - end -} - ---- 创建排除文件匹配器 ----@param scp scope -function m.getNativeMatcher(scp) - if scp:get 'nativeMatcher' then - return scp:get 'nativeMatcher' - end - - local pattern = {} - for path, ignore in pairs(config.get(scp.uri, 'files.exclude')) do - if ignore then - log.debug('Ignore by exclude:', path) - pattern[#pattern+1] = path - end - end - if scp.uri and config.get(scp.uri, 'Lua.workspace.useGitIgnore') then - local buf = util.loadFile(furi.decode(scp.uri) .. '/.gitignore') - if buf then - for line in buf:gmatch '[^\r\n]+' do - if line:sub(1, 1) ~= '#' then - log.debug('Ignore by .gitignore:', line) - pattern[#pattern+1] = line - end - end - end - buf = util.loadFile(furi.decode(scp.uri).. '/.git/info/exclude') - if buf then - for line in buf:gmatch '[^\r\n]+' do - if line:sub(1, 1) ~= '#' then - log.debug('Ignore by .git/info/exclude:', line) - pattern[#pattern+1] = line - end - end - end - end - if scp.uri and config.get(scp.uri, 'Lua.workspace.ignoreSubmodules') then - local buf = util.loadFile(furi.decode(scp.uri) .. '/.gitmodules') - if buf then - for path in buf:gmatch('path = ([^\r\n]+)') do - log.debug('Ignore by .gitmodules:', path) - pattern[#pattern+1] = path - end - end - end - for _, path in ipairs(config.get(scp.uri, 'Lua.workspace.library')) do - path = m.getAbsolutePath(scp.uri, path) - if path then - log.debug('Ignore by library:', path) - debug[#pattern+1] = path - end - end - for _, path in ipairs(config.get(scp.uri, 'Lua.workspace.ignoreDir')) do - log.debug('Ignore directory:', path) - pattern[#pattern+1] = path - end - - local matcher = glob.gitignore(pattern, { - root = scp.uri and furi.decode(scp.uri), - ignoreCase = platform.OS == 'Windows', - }, globInteferFace) - - scp:set('nativeMatcher', matcher) - return matcher -end - ---- 创建代码库筛选器 ----@param scp scope -function m.getLibraryMatchers(scp) - if scp:get 'libraryMatcher' then - return scp:get 'libraryMatcher' - end - log.debug('Build library matchers:', scp) - - local pattern = {} - for path, ignore in pairs(config.get(scp.uri, 'files.exclude')) do - if ignore then - log.debug('Ignore by exclude:', path) - pattern[#pattern+1] = path - end - end - for _, path in ipairs(config.get(scp.uri, 'Lua.workspace.ignoreDir')) do - log.debug('Ignore directory:', path) - pattern[#pattern+1] = path - end - - local librarys = {} - for _, path in ipairs(config.get(scp.uri, 'Lua.workspace.library')) do - path = m.getAbsolutePath(scp.uri, path) - if path then - librarys[files.normalize(path)] = true - end - end - local metaPaths = scp:get 'metaPaths' - log.debug('meta path:', inspect(metaPaths)) - if metaPaths then - for _, metaPath in ipairs(metaPaths) do - librarys[files.normalize(metaPath)] = true - end - end - - local matchers = {} - for path in pairs(librarys) do - if fs.exists(fs.path(path)) then - local nPath = fs.absolute(fs.path(path)):string() - local matcher = glob.gitignore(pattern, { - root = path, - ignoreCase = platform.OS == 'Windows', - }, globInteferFace) - matchers[#matchers+1] = { - uri = furi.encode(nPath), - matcher = matcher - } - end - end - - scp:set('libraryMatcher', matchers) - --log.debug('library matcher:', inspect(matchers)) - - return matchers -end - ---- 文件是否被忽略 ----@param uri uri -function m.isIgnored(uri) - local scp = scope.getScope(uri) - local path = m.getRelativePath(uri) - local ignore = m.getNativeMatcher(scp) - if not ignore then - return false - end - return ignore(path) -end - ----@async -function m.isValidLuaUri(uri) - if not files.isLua(uri) then - return false - end - if m.isIgnored(uri) - and not files.isLibrary(uri) then - return false - end - return true -end - ----@async -function m.awaitLoadFile(uri) - m.awaitReady(uri) - local scp = scope.getScope(uri) - local ld = loading.create(scp) - local native = m.getNativeMatcher(scp) - log.info('Scan files at:', uri) - ---@async - native:scan(furi.decode(uri), function (path) - local uri = files.getRealUri(furi.encode(path)) - scp:get('cachedUris')[uri] = true - ld:loadFile(uri) - end) - ld:loadAll(uri) -end - -function m.removeFile(uri) - for _, scp in ipairs(m.folders) do - if scp:isChildUri(uri) - or scp:isLinkedUri(uri) then - local cachedUris = scp:get 'cachedUris' - if cachedUris and cachedUris[uri] then - cachedUris[uri] = nil - files.delRef(uri) - end - end - end -end - ---- 预读工作区内所有文件 ----@async ----@param scp scope -function m.awaitPreload(scp) - await.close('preload:' .. scp:getName()) - await.setID('preload:' .. scp:getName()) - await.sleep(0.1) - - scp:flushGC() - - if scp:isRemoved() then - return - end - - local ld = loading.create(scp) - scp:set('loading', ld) - - log.info('Preload start:', scp:getName()) - - local native = m.getNativeMatcher(scp) - local librarys = m.getLibraryMatchers(scp) - - if scp.uri and not scp:get('bad root') then - log.info('Scan files at:', scp:getName()) - scp:gc(fw.watch(files.normalize(furi.decode(scp.uri)), true, function (path) - local rpath = m.getRelativePath(path) - if native(rpath) then - return false - end - return true - end)) - local count = 0 - ---@async - native:scan(furi.decode(scp.uri), function (path) - local uri = files.getRealUri(furi.encode(path)) - scp:get('cachedUris')[uri] = true - ld:loadFile(uri) - end, function (_) ---@async - count = count + 1 - if count == 100000 then - client.showMessage('Warning', lang.script('WORKSPACE_SCAN_TOO_MUCH', count, furi.decode(scp.uri))) - end - end) - end - - for _, libMatcher in ipairs(librarys) do - log.info('Scan library at:', libMatcher.uri) - local count = 0 - scp:gc(fw.watch(furi.decode(libMatcher.uri), true, function (path) - local rpath = m.getRelativePath(path) - if libMatcher.matcher(rpath) then - return false - end - return true - end)) - scp:addLink(libMatcher.uri) - ---@async - libMatcher.matcher:scan(furi.decode(libMatcher.uri), function (path) - local uri = files.getRealUri(furi.encode(path)) - scp:get('cachedUris')[uri] = true - ld:loadFile(uri, libMatcher.uri) - end, function () ---@async - count = count + 1 - if count == 100000 then - client.showMessage('Warning', lang.script('WORKSPACE_SCAN_TOO_MUCH', count, furi.decode(libMatcher.uri))) - end - end) - end - - -- must wait for other scopes to add library - await.sleep(0.1) - - log.info(('Found %d files at:'):format(ld.max), scp:getName()) - ld:loadAll(scp:getName()) - log.info('Preload finish at:', scp:getName()) -end - ---- 查找符合指定file path的所有uri ----@param path string -function m.findUrisByFilePath(path) - if type(path) ~= 'string' then - return {} - end - local myUri = furi.encode(path) - local vm = require 'vm' - local resultCache = vm.getCache 'findUrisByFilePath.result' - if resultCache[path] then - return resultCache[path] - end - local results = {} - for uri in files.eachFile() do - if uri == myUri then - results[#results+1] = uri - end - end - resultCache[path] = results - return results -end - - ----@param folderUri? uri ----@param path string ----@return string? -function m.getAbsolutePath(folderUri, path) - path = files.normalize(path) - if fs.path(path):is_relative() then - if not folderUri then - return nil - end - local folderPath = furi.decode(folderUri) - path = files.normalize(folderPath .. '/' .. path) - end - return path -end - ----@param uriOrPath uri|string ----@return string ----@return boolean suc -function m.getRelativePath(uriOrPath) - local path, uri - if uriOrPath:sub(1, 5) == 'file:' then - path = furi.decode(uriOrPath) - uri = uriOrPath - else - path = uriOrPath - uri = furi.encode(uriOrPath) - end - local scp = scope.getScope(uri) - if not scp.uri then - local relative = files.normalize(path) - return relative:gsub('^[/\\]+', ''), false - end - local _, pos = files.normalize(path):find(furi.decode(scp.uri), 1, true) - if pos then - return files.normalize(path:sub(pos + 1)):gsub('^[/\\]+', ''), true - else - return files.normalize(path):gsub('^[/\\]+', ''), false - end -end - ----@param scp scope -function m.reload(scp) - ---@async - await.call(function () - m.awaitReload(scp) - end) -end - -function m.init() - if m.rootUri then - for _, folder in ipairs(scope.folders) do - m.reload(folder) - end - end - m.reload(scope.fallback) -end - ----@param scp scope -function m.flushFiles(scp) - local cachedUris = scp:get 'cachedUris' - scp:set('cachedUris', {}) - if not cachedUris then - return - end - for uri in pairs(cachedUris) do - files.delRef(uri) - end -end - ----@param scp scope -function m.resetFiles(scp) - local cachedUris = scp:get 'cachedUris' - if cachedUris then - for uri in pairs(cachedUris) do - files.resetText(uri) - end - end - for uri in pairs(files.openMap) do - if scope.getScope(uri) == scp then - files.resetText(uri) - end - end -end - ----@async ----@param scp scope -function m.awaitReload(scp) - await.unique('workspace reload:' .. scp:getName()) - await.sleep(0.1) - scp:set('ready', false) - scp:set('nativeMatcher', nil) - scp:set('libraryMatcher', nil) - scp:removeAllLinks() - m.flushFiles(scp) - m.onWatch('startReload', scp.uri) - m.awaitPreload(scp) - scp:set('ready', true) - local waiting = scp:get('waitingReady') - if waiting then - scp:set('waitingReady', nil) - for _, waker in ipairs(waiting) do - waker() - end - end - - m.onWatch('reload', scp.uri) -end - ----@return scope -function m.getFirstScope() - return m.folders[1] or scope.fallback -end - ----等待工作目录加载完成 ----@async -function m.awaitReady(uri) - if m.isReady(uri) then - return - end - local scp = scope.getScope(uri) - local waitingReady = scp:get('waitingReady') - or scp:set('waitingReady', {}) - await.wait(function (waker) - waitingReady[#waitingReady+1] = waker - end) -end - ----@param uri uri ----@return boolean -function m.isReady(uri) - local scp = scope.getScope(uri) - return scp:get('ready') == true -end - ----@return boolean -function m.isAllReady() - local scp = scope.fallback - if not scp:get 'ready' then - return false - end - for _, folder in ipairs(scope.folders) do - if not folder:get 'ready' then - return false - end - end - return true -end - -function m.getLoadingProcess(uri) - local scp = scope.getScope(uri) - ---@type workspace.loading - local ld = scp:get 'loading' - if ld then - return ld.read, ld.max - else - return 0, 0 - end -end - -config.watch(function (uri, key, value, oldValue) - if key:find '^Lua.runtime' - or key:find '^Lua.workspace' - or key:find '^Lua.type' - or key:find '^files' then - if value ~= oldValue then - local scp = scope.getScope(uri) - m.reload(scp) - m.resetFiles(scp) - end - end -end) - -fw.event(function (ev, path) ---@async - local uri = furi.encode(path) - - if ev == 'create' then - log.debug('FileChangeType.Created', uri) - m.awaitLoadFile(uri) - elseif ev == 'delete' then - log.debug('FileChangeType.Deleted', uri) - files.remove(uri) - m.removeFile(uri) - local childs = files.getChildFiles(uri) - for _, curi in ipairs(childs) do - log.debug('FileChangeType.Deleted.Child', curi) - files.remove(curi) - m.removeFile(uri) - end - elseif ev == 'change' then - if m.isValidLuaUri(uri) then - -- 如果文件处于关闭状态,则立即更新;否则等待didChange协议来更新 - if not files.isOpen(uri) then - files.setText(uri, pub.awaitTask('loadFile', furi.decode(uri)), false) - end - end - end - - local filename = fs.path(path):filename():string() - -- 排除类文件发生更改需要重新扫描 - if filename == '.gitignore' - or filename == '.gitmodules' then - local scp = scope.getScope(uri) - if scp.type ~= 'fallback' then - m.reload(scp) - end - end -end) - -return m diff --git a/test/basic/init.lua b/test/basic/init.lua deleted file mode 100644 index 8490d51c9..000000000 --- a/test/basic/init.lua +++ /dev/null @@ -1 +0,0 @@ -require 'basic.textmerger' diff --git a/test/basic/textmerger.lua b/test/basic/textmerger.lua deleted file mode 100644 index 1ffd36f02..000000000 --- a/test/basic/textmerger.lua +++ /dev/null @@ -1,216 +0,0 @@ -local tm = require 'text-merger' - -local function TEST(source) - return function (expect) - return function (changes) - local text = tm(source, nil, changes) - assert(text == expect) - end - end -end - -TEST [[ - - -function Test(self) - -end -]][[ - - -function Test(self) - -end - -asser]]{ - [1] = { - range = { - ["end"] = { - character = 0, - line = 5, - }, - start = { - character = 0, - line = 5, - }, - }, - rangeLength = 0, - text = "\ -", - }, - [2] = { - range = { - ["end"] = { - character = 0, - line = 6, - }, - start = { - character = 0, - line = 6, - }, - }, - rangeLength = 0, - text = "a", - }, - [3] = { - range = { - ["end"] = { - character = 1, - line = 6, - }, - start = { - character = 1, - line = 6, - }, - }, - rangeLength = 0, - text = "s", - }, - [4] = { - range = { - ["end"] = { - character = 2, - line = 6, - }, - start = { - character = 2, - line = 6, - }, - }, - rangeLength = 0, - text = "s", - }, - [5] = { - range = { - ["end"] = { - character = 3, - line = 6, - }, - start = { - character = 3, - line = 6, - }, - }, - rangeLength = 0, - text = "e", - }, - [6] = { - range = { - ["end"] = { - character = 4, - line = 6, - }, - start = { - character = 4, - line = 6, - }, - }, - rangeLength = 0, - text = "r", - }, -} - -TEST [[ -local mt = {} - -function mt['xxx']() - - - -end -]] [[ -local mt = {} - -function mt['xxx']() - -end -]] { - [1] = { - range = { - ["end"] = { - character = 4, - line = 5, - }, - start = { - character = 4, - line = 3, - }, - }, - rangeLength = 8, - text = "", - }, -} - -TEST [[ -local mt = {} - -function mt['xxx']() - -end -]] [[ -local mt = {} - -function mt['xxx']() - p -end -]] { - [1] = { - range = { - ["end"] = { - character = 4, - line = 3, - }, - start = { - character = 4, - line = 3, - }, - }, - rangeLength = 0, - text = "p", - }, -} - -TEST [[ -print(12345) -]] [[ -print(123 -45) -]] { - [1] = { - range = { - ["end"] = { - character = 9, - line = 0, - }, - start = { - character = 9, - line = 0, - }, - }, - rangeLength = 0, - text = "\ -", - }, -} - -TEST [[ -print(123 -45) -]] [[ -print(12345) -]] { - [1] = { - range = { - ["end"] = { - character = 0, - line = 1, - }, - start = { - character = 9, - line = 0, - }, - }, - rangeLength = 2, - text = "", - }, -} diff --git a/test/catch.lua b/test/catch.lua deleted file mode 100644 index b66d3e636..000000000 --- a/test/catch.lua +++ /dev/null @@ -1,89 +0,0 @@ -local m = require 'lpeglabel' - ----@class catched ----@operator add: catched -local mt = {} - -local function catchedTable() - return setmetatable({}, mt) -end - -function mt.__add(a, b) - if not a or not b then - return a or b - end - local t = catchedTable() - for _, v in ipairs(a) do - t[#t+1] = v - end - for _, v in ipairs(b) do - t[#t+1] = v - end - return t -end - -local function parseTokens(script, seps) - local parser = m.P { - m.Ct(m.V 'Token'^0), - Token = m.Cp() * (m.V 'Mark' + m.V 'Nl' + m.V 'Text'), - Mark = m.Cc 'ML' * m.P '<' * m.C(m.S(seps)) - + m.Cc 'MR' * m.C(m.S(seps)) * m.P '>', - Nl = m.Cc 'NL' * m.C(m.P '\r\n' + m.S '\r\n'), - Text = m.Cc 'TX' * m.C((1 - m.V 'Nl' - m.V 'Mark')^1), - } - local results = parser:match(script) - return results -end - ----@param script string ----@param seps string ----@return string ----@return table -return function (script, seps) - local tokens = parseTokens(script, seps) - local newBuf = {} - local result = {} - local marks = {} - - for s in seps:gmatch '.' do - result[s] = catchedTable() - end - - local lineOffset = 1 - local line = 0 - local skipOffset = 0 - for i = 1, #tokens, 3 do - local offset = tokens[i + 0] - local mode = tokens[i + 1] - local text = tokens[i + 2] - if mode == 'TX' then - newBuf[#newBuf+1] = text - end - if mode == 'NL' then - newBuf[#newBuf+1] = text - line = line + 1 - lineOffset = offset + #text - skipOffset - end - if mode == 'ML' then - marks[#marks+1] = { - char = text, - position = line * 10000 + offset - skipOffset - lineOffset, - } - skipOffset = skipOffset + 1 + #text - end - if mode == 'MR' then - for j = #marks, 1, -1 do - local mark = marks[j] - if mark.char == text then - local position = line * 10000 + offset - skipOffset - lineOffset - result[text][#result[text]+1] = { mark.position, position } - table.remove(marks, j) - break - end - end - skipOffset = skipOffset + 1 + #text - end - end - - return table.concat(newBuf), result -end diff --git a/test/code_action/init.lua b/test/code_action/init.lua deleted file mode 100644 index 264cfacf4..000000000 --- a/test/code_action/init.lua +++ /dev/null @@ -1,278 +0,0 @@ -local core = require 'core.code-action' -local files = require 'files' -local lang = require 'language' -local catch = require 'catch' -local furi = require 'file-uri' - -rawset(_G, 'TEST', true) - -local EXISTS = {} - -local function eq(expected, result) - if expected == EXISTS and result ~= nil then - return true - end - if result == EXISTS and expected ~= nil then - return true - end - local tp1, tp2 = type(expected), type(result) - if tp1 ~= tp2 then - return false, string.format(": expected type %s, got %s", tp1, tp2) - end - if tp1 == 'table' then - local mark = {} - for k in pairs(expected) do - local ok, err = eq(expected[k], result[k]) - if not ok then - return false, string.format(".%s%s", k, err) - end - mark[k] = true - end - for k in pairs(result) do - if not mark[k] then - return false, string.format(".%s: missing key in result", k) - end - end - return true - end - return expected == result, string.format(": expected %s, got %s", expected, result) -end - -function TEST(script) - return function (expect) - local newScript, catched = catch(script, '?') - files.setText(TESTURI, newScript) - local results = core(TESTURI, catched['?'][1][1], catched['?'][1][2]) - assert(results) - assert(eq(expect, results)) - files.remove(TESTURI) - end -end - -local function TEST_CROSSFILE(testfiles) - local mainscript = table.remove(testfiles, 1) - return function(expected) - for _, data in ipairs(testfiles) do - local uri = furi.encode(TESTROOT .. data.path) - files.setText(uri, data.content) - files.compileState(uri) - end - - local newScript, catched = catch(mainscript, '?') - files.setText(TESTURI, newScript) - files.compileState(TESTURI) - - local _ = function () - for _, info in ipairs(testfiles) do - files.remove(furi.encode(TESTROOT .. info.path)) - end - files.remove(TESTURI) - end - - local results = core(TESTURI, catched['?'][1][1], catched['?'][1][2]) - assert(results) - assert(eq(expected, results)) - end -end - -TEST [[ -print(, b, c) -]] -{ - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = 'print', - index = 2, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = 'print', - index = 3, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, -} - -TEST [[ -local function f(, b, c) end -]] -{ - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = 'f', - index = 2, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = 'f', - index = 3, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, -} - -TEST [[ -return function(, b, c) end -]] -{ - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = lang.script.SYMBOL_ANONYMOUS, - index = 2, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = lang.script.SYMBOL_ANONYMOUS, - index = 3, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, -} - -TEST [[ -f = function (, b) end -]] -{ - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = 'f', - index = 2, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, -} - -TEST [[ -local t = { - f = function (, b) end -} -]] -{ - { - title = lang.script('ACTION_SWAP_PARAMS', { - node = 'f', - index = 2, - }), - kind = 'refactor.rewrite', - edit = EXISTS, - }, -} - ---TEST [[ --- ---]] ---{ --- { --- title = lang.script.ACTION_EXTRACT, --- kind = 'refactor.extract', --- edit = EXISTS, --- }, ---} - -TEST_CROSSFILE { -[[ - .myFunction() -]], - { - path = 'unrequiredModule.lua', - content = [[ - local m = {} - m.myFunction = print - return m - ]] - } -} { - { - title = lang.script('ACTION_AUTOREQUIRE', 'unrequiredModule', 'unrequiredModule'), - kind = 'refactor.rewrite', - command = { - title = 'autoRequire', - command = 'lua.autoRequire', - arguments = { - { - uri = TESTURI, - target = furi.encode(TESTROOT .. 'unrequiredModule.lua'), - name = 'unrequiredModule', - requireName = 'unrequiredModule' - }, - }, - } - } -} - -TEST_CROSSFILE { -[[ - .myFunction() -]], - { - path = 'myModule/init.lua', - content = [[ - local m = {} - m.myFunction = print - return m - ]] - } -} { - { - title = lang.script('ACTION_AUTOREQUIRE', 'myModule.init', 'myModule'), - kind = 'refactor.rewrite', - command = { - title = 'autoRequire', - command = 'lua.autoRequire', - arguments = { - { - uri = TESTURI, - target = furi.encode(TESTROOT .. 'myModule/init.lua'), - name = 'myModule', - requireName = 'myModule.init' - }, - }, - } - }, - { - title = lang.script('ACTION_AUTOREQUIRE', 'init', 'myModule'), - kind = 'refactor.rewrite', - command = { - title = 'autoRequire', - command = 'lua.autoRequire', - arguments = { - { - uri = TESTURI, - target = furi.encode(TESTROOT .. 'myModule/init.lua'), - name = 'myModule', - requireName = 'init' - }, - }, - } - }, - { - title = lang.script('ACTION_AUTOREQUIRE', 'myModule', 'myModule'), - kind = 'refactor.rewrite', - command = { - title = 'autoRequire', - command = 'lua.autoRequire', - arguments = { - { - uri = TESTURI, - target = furi.encode(TESTROOT .. 'myModule/init.lua'), - name = 'myModule', - requireName = 'myModule' - }, - }, - } - }, -} diff --git a/test/command/auto-require.lua b/test/command/auto-require.lua deleted file mode 100644 index 8c6a8971b..000000000 --- a/test/command/auto-require.lua +++ /dev/null @@ -1,95 +0,0 @@ -local util = require 'utility' -local files = require 'files' -local autoRequire = require 'core.command.autoRequire' -local client = require 'client' - -local findInsertRow = util.getUpvalue(autoRequire, 'findInsertRow') -local applyAutoRequire = util.getUpvalue(autoRequire, 'applyAutoRequire') - -assert(findInsertRow) -assert(applyAutoRequire) - -local originEditText = client.editText -local EditResult - ----@diagnostic disable-next-line: duplicate-set-field -client.editText = function (uri, edits) - EditResult = edits[1] -end - -function TEST(text) - return function (name) - return function (expect) - files.setText(TESTURI, text) - EditResult = nil - local row, fmt = findInsertRow(TESTURI) - applyAutoRequire(TESTURI, row, name, name, fmt) - assert(util.equal(EditResult, expect)) - files.remove(TESTURI) - end - end -end - -TEST '' 'test' { - start = 0, - finish = 0, - text = 'local test = require "test"\n' -} - -TEST [[ -local aaaaaa = require 'aaa' -]] 'test' { - start = 10000, - finish = 10000, - text = 'local test = require \'test\'\n' -} - -TEST [[ -local DEBUG = true -local aaaaaa = require 'aaa' -]] 'test' { - start = 20000, - finish = 20000, - text = 'local test = require \'test\'\n' -} - -TEST [[ --- comment --- comment -local aaaaaa = require 'aaa' -]] 'test' { - start = 30000, - finish = 30000, - text = 'local test = require \'test\'\n' -} - -TEST [[ ---[=[ -comment chunk -]=] -local aaaaaa = require 'aaa' -]] 'test' { - start = 40000, - finish = 40000, - text = 'local test = require \'test\'\n' -} - -TEST [[ -local offset -local space_size - ----@class A ----@field a string ----@field b string -local M = {} - ----@return A -function M.new() -end -]] 'test' { - start = 0, - finish = 0, - text = 'local test = require "test"\n' -} - -client.editText = originEditText diff --git a/test/command/init.lua b/test/command/init.lua deleted file mode 100644 index 85d7f0d89..000000000 --- a/test/command/init.lua +++ /dev/null @@ -1 +0,0 @@ -require 'command.auto-require' diff --git a/test/completion/common.lua b/test/completion/common.lua deleted file mode 100644 index 90037c279..000000000 --- a/test/completion/common.lua +++ /dev/null @@ -1,4415 +0,0 @@ -local define = require 'proto.define' -local config = require 'config' - -config.set(nil, 'Lua.completion.callSnippet', 'Both') -config.set(nil, 'Lua.completion.keywordSnippet', 'Both') -config.set(nil, 'Lua.completion.workspaceWord', false) -config.set(nil, 'Lua.completion.showWord', 'Enable') - -TEST [[ -local zabcde -za -]] -{ - { - label = 'zabcde', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ -local zabcdefg -local zabcde -zabcde -]] -{ - { - label = 'zabcde', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'zabcdefg', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -local zabcdefg -za -local zabcde -]] -{ - { - label = 'zabcdefg', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'zabcde', - kind = define.CompletionItemKind.Text, - }, -} - -TEST [[ -local zabcde -zace -]] -{ - { - label = 'zabcde', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ -ZABC = x -local zabc -zac -]] -{ - { - label = 'zabc', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'ZABC', - kind = define.CompletionItemKind.Field, - }, -} - -config.set(nil, 'Lua.completion.callSnippet', 'Disable') -TEST [[ -ass -]] -{ - { - label = 'assert(v, message, ...)', - kind = define.CompletionItemKind.Function, - }, -} - -config.set(nil, 'Lua.completion.callSnippet', 'Replace') -TEST [[ -ass -]] -{ - { - label = 'assert(v, message, ...)', - kind = define.CompletionItemKind.Function, - }, -} - -config.set(nil, 'Lua.completion.callSnippet', 'Both') -TEST [[ -ass -]] -{ - { - label = 'assert(v, message, ...)', - kind = define.CompletionItemKind.Function, - }, - { - label = 'assert(v, message, ...)', - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -local assert = 1 -ass -]] -{ - { - label = 'assert', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -local assert = 1 -_G.ass -]] -{ - { - label = 'assert(v, message, ...)', - kind = define.CompletionItemKind.Function, - }, - { - label = 'assert(v, message, ...)', - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -local function ffff(a, b) -end -ff -]] -{ - { - label = 'ffff(a, b)', - kind = define.CompletionItemKind.Function, - }, - { - label = 'ffff(a, b)', - kind = define.CompletionItemKind.Snippet, - } -} - -TEST [[ -local zabc = 1 -z -]] -{ - { - label = 'zabc', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ -local zabc = 1.0 -z -]] -{ - { - label = 'zabc', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ -local t = { - abc = 1, -} -t.ab -]] -{ - { - label = 'abc', - kind = define.CompletionItemKind.Enum, - } -} - -TEST [[ -local t = { - abc = 1, -} -local n = t.abc -t.ab -]] -{ - { - label = 'abc', - kind = define.CompletionItemKind.Enum, - } -} - -TEST [[ -local mt = {} -mt.ggg = 1 -function mt:get(a, b) - return 1 -end -mt:g -]] -{ - { - label = 'get(a, b)', - kind = define.CompletionItemKind.Method, - }, - { - label = 'get(a, b)', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'ggg', - kind = define.CompletionItemKind.Text, - } -} - -TEST [[ -loc -]] -{ - { - label = 'local', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'local function', - kind = define.CompletionItemKind.Snippet, - }, -} - -IgnoreFunction = true -TEST [[ -do -]] -{ - { - label = 'do', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'do .. end', - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -while true d -]] -{ - { - label = 'do', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'do .. end', - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -results -]] -(nil) - -TEST [[ -result -local results -]] -(EXISTS) - -TEST [[ -local a - -local function f(fff) - fff = ast - fff = ast - fff = ast - fff = ast - fff = ast - fff = ast -end -]] -{ - { - label = 'ast', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ -t.a = {} -t.b = {} -t. -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Field, - }, - { - label = 'b', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ -t.a = {} -t.b = {} -t. -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Field, - }, - { - label = 'b', - kind = define.CompletionItemKind.Field, - }, -} - -IgnoreFunction = false -TEST [[ -t.a = {} -function t:b() -end -t: -]] -{ - { - label = 'b()', - kind = define.CompletionItemKind.Method, - }, - { - label = 'b()', - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -local t = { - a = {}, -} -t. -xxx() -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ -(''): -]] -(EXISTS) - -TEST [[ -local zzz - -return 'aa' .. zz -]] -{ - { - label = 'zzz', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST 'local s = "a:"' (nil) - -TEST 'debug.' -(EXISTS) - -IgnoreFunction = true -TEST [[ -local xxxx = { - xxyy = 1, - xxzz = 2, -} - -local t = { - x -} -]] -{ - { - label = 'xxxx', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'xxyy', - kind = define.CompletionItemKind.Property, - }, - { - label = 'xxzz', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ -print(ff2) -local faa -local f -print(fff) -]] -{ - { - label = 'function', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'function ()', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'fff', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'ff2', - kind = define.CompletionItemKind.Text, - }, - { - label = 'faa', - kind = define.CompletionItemKind.Text, - }, -} - -TEST [[ -local function f(ff) - print(fff) -end -]] -{ - { - label = 'fff', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -collectgarbage() -]] -(EXISTS) - -TEST [[ -collectgarbage('') -]] -{ - { - label = "'collect'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'collect'", - }, - }, - { - label = "'stop'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'stop'", - }, - }, - { - label = "'restart'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'restart'", - }, - }, - { - label = "'count'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'count'", - }, - }, - { - label = "'step'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'step'", - }, - }, - { - label = "'isrunning'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'isrunning'", - }, - }, - { - label = "'incremental'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'incremental'", - }, - }, - { - label = "'generational'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - start = 15, - finish = 17, - newText = "'generational'", - }, - }, -} - -TEST [[ -io.read() -]] -{ - { - label = '"n"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"l"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"L"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ -io.open('', ) -]] -(EXISTS) - -TEST [[ -local function f(a, ) -end -]] -(nil) - -TEST [[ -self.results.list[#] -]] -{ - { - label = '#self.results.list+1', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 18, - finish = 20, - newText = '#self.results.list+1] = ', - }, - }, -} - -TEST [[ -self.results.list[#] -local n = 1 -]] -{ - { - label = '#self.results.list+1', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 18, - finish = 20, - newText = '#self.results.list+1] = ', - }, - }, -} - -TEST [[ -self.results.list[#] = 1 -]] -{ - { - label = '#self.results.list+1', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 18, - finish = 20, - newText = '#self.results.list+1]', - }, - }, -} - -TEST [[ -self.results.list[#self.re] -]] -{ - { - label = '#self.results.list+1', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 18, - finish = 27, - newText = '#self.results.list+1] = ', - }, - }, - { - label = 'results', - kind = define.CompletionItemKind.Text, - }, -} - -TEST [[ -fff[#ff] -]] -{ - { - label = '#fff+1', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 4, - finish = 8, - newText = '#fff+1] = ', - }, - }, - { - label = 'fff', - kind = define.CompletionItemKind.Text, - } -} - -TEST [[ -local _ = fff.kkk[#] -]] -{ - { - label = '#fff.kkk', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 18, - finish = 20, - newText = '#fff.kkk]', - }, - }, -} - -TEST [[ -fff.kkk[#].yy -]] -{ - { - label = '#fff.kkk', - kind = define.CompletionItemKind.Snippet, - textEdit = { - start = 8, - finish = 10, - newText = '#fff.kkk]', - }, - }, -} - -TEST [[ -local t = { - a = 1, -} - -t . -]] -(EXISTS) - -TEST [[ -local t = { - a = 1, -} - -t . b -]] -(EXISTS) - -TEST [[ -local t = { - a = 1, -} - -t -]] -(nil) - -TEST [[ -local t = { - a = 1, -} - -t . -]] -(nil) - -TEST [[ -local xxxx -xxxx -]] -{ - { - label = 'xxxx', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -local xxxx -local XXXX -xxxx -]] -{ - { - label = 'XXXX', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'xxxx', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -local t = { - xxxxx = 1, -} -xx -]] -{ - { - label = 'xxxxx', - kind = define.CompletionItemKind.Text, - }, -} - -TEST [[ -local index -tbl[inde] -]] -{ - { - label = 'index', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -return function () - local t = { - a = {}, - b = {}, - } - t. -end -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Field, - }, - { - label = 'b', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ -local ast = 1 -local t = 'as' -local ask = 1 -]] -(EXISTS) - -TEST [[ -local add - -function f(ad) - local _ = add -end -]] -{ - { - label = 'add', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -function table.i -]] -(EXISTS) - -TEST [[ -do - xx. -end -]] -(nil) - -TEST [[ -print(io.) -]] -(EXISTS) - -require 'config'.set(nil, 'Lua.runtime.version', 'Lua 5.4') ---TEST [[ ---local ---]] ---{ --- { --- label = '', --- kind = define.CompletionItemKind.Keyword, --- }, --- { --- label = '', --- kind = define.CompletionItemKind.Keyword, --- }, ---} --- ---TEST [[ ---local ---]] ---{ --- { --- label = '', --- kind = define.CompletionItemKind.Keyword, --- } ---} - -TEST [[ -local mt = {} -mt.__index = mt -local t = setmetatable({}, mt) - -t. -]] -{ - { - label = '__index', - kind = define.CompletionItemKind.Field, - } -} - -TEST [[ -local elseaaa -ELSE = 1 -if a then -else -]] -{ - { - label = 'else', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'elseif', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'elseif .. then', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'elseaaa', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'ELSE', - kind = define.CompletionItemKind.Enum, - }, -} - -Cared['insertText'] = true -IgnoreFunction = false -TEST [[ -local xpcal -xpcal -]] -{ - { - label = 'xpcal', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'xpcall(f, msgh, arg1, ...)', - kind = define.CompletionItemKind.Function, - insertText = EXISTS, - }, - { - label = 'xpcall(f, msgh, arg1, ...)', - kind = define.CompletionItemKind.Snippet, - insertText = EXISTS, - }, -} - -TEST [[ -function mt:f(a, b, c) -end - -mt:f -]] -{ - { - label = 'f(a, b, c)', - kind = define.CompletionItemKind.Method, - insertText = EXISTS, - }, - { - label = 'f(a, b, c)', - kind = define.CompletionItemKind.Snippet, - insertText = 'f(${1:a}, ${2:b}, ${3:c})', - }, -} - -TEST [[ -function -]] -{ - { - label = 'function', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'function ()', - kind = define.CompletionItemKind.Snippet, - insertText = "\z -function $1($2)\ -\t$0\ -end", - }, -} - -TEST [[ -local t = function -]] -{ - { - label = 'function', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'function ()', - kind = define.CompletionItemKind.Snippet, - insertText = "\z -function ($1)\ -\t$0\ -end", - }, -} -Cared['insertText'] = false -IgnoreFunction = true - -TEST [[ -local function f() - if a then - else -end -]] -{ - { - label = 'else', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'elseif', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'elseif .. then', - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -local t = { - ['a.b.c'] = {} -} - -t. -]] -{ - { - label = "'a.b.c'", - kind = define.CompletionItemKind.Field, - textEdit = { - start = 40002, - finish = 40002, - newText = "['a.b.c']", - }, - additionalTextEdits = { - { - start = 40001, - finish = 40002, - newText = '', - }, - }, - } -} - -TEST [[ -local t = { - ['a.b.c'] = {} -} - -t. -]] -{ - { - label = "'a.b.c'", - kind = define.CompletionItemKind.Field, - textEdit = { - start = 40005, - finish = 40005, - newText = "['a.b.c']", - }, - additionalTextEdits = { - { - start = 40001, - finish = 40002, - newText = '', - }, - }, - } -} - -TEST [[ -local t = { - ['a.b.c'] = {} -} - -t[''] -]] -{ - { - label = "'a.b.c'", - kind = define.CompletionItemKind.Field, - textEdit = { - start = 40003, - finish = 40003, - newText = 'a.b.c', - } - } -} - -TEST [[ -_G['z.b.c'] = {} - -z -]] -{ - { - label = "'z.b.c'", - kind = define.CompletionItemKind.Field, - textEdit = { - start = 20000, - finish = 20001, - newText = "_ENV['z.b.c']", - }, - }, -} - -config.set(nil, 'Lua.runtime.version', 'Lua 5.1') - -TEST [[ -_G['z.b.c'] = {} - -z -]] -{ - { - label = "'z.b.c'", - kind = define.CompletionItemKind.Field, - textEdit = { - start = 20000, - finish = 20001, - newText = "_G['z.b.c']", - }, - }, -} - -config.set(nil, 'Lua.runtime.version', 'Lua 5.4') - -TEST [[ -中文字段 = 1 - -中文 -]] -{ - { - label = '中文字段', - kind = define.CompletionItemKind.Enum, - textEdit = { - start = 20000, - finish = 20006, - newText = '_ENV["中文字段"]', - }, - }, -} - -config.set(nil, 'Lua.runtime.unicodeName', true) -TEST [[ -中文字段 = 1 - -中文 -]] -{ - { - label = '中文字段', - kind = define.CompletionItemKind.Enum, - }, -} -config.set(nil, 'Lua.runtime.unicodeName', false) - -TEST [[ -io.close(1, ) -]] -(nil) - -TEST [[ -io -]] -(EXISTS) - -IgnoreFunction = false -TEST [[ -loadstring -]] -{ - { - label = 'loadstring(text, chunkname)', - kind = define.CompletionItemKind.Function, - deprecated = true, - }, - { - label = 'loadstring(text, chunkname)', - kind = define.CompletionItemKind.Snippet, - deprecated = true, - }, -} - ---TEST [[ ---bit32 ---]] ---{ --- { --- label = 'bit32', --- kind = define.CompletionItemKind.Field, --- deprecated = true, --- }, ---} - -TEST [[ -function loadstring() -end -loadstring -]] -{ - { - label = 'loadstring()', - kind = define.CompletionItemKind.Function, - }, - { - label = 'loadstring()', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'loadstring(text, chunkname)', - deprecated = true, - kind = define.CompletionItemKind.Function, - }, - { - label = 'loadstring(text, chunkname)', - deprecated = true, - kind = define.CompletionItemKind.Snippet, - }, -} - -TEST [[ -debug.setcsta -]] -{ - { - label = 'setcstacklimit(limit)', - kind = define.CompletionItemKind.Function, - deprecated = true, - }, - { - label = 'setcstacklimit(limit)', - kind = define.CompletionItemKind.Snippet, - deprecated = true, - }, -} - -TEST [[ ----@ -]] -(EXISTS) - -TEST [[ ----@cl -]] -{ - { - label = 'class', - kind = define.CompletionItemKind.Event - } -} - -TEST [[ ----@class ZABC ----@class ZBBC : Z -]] -{ - { - label = 'ZABC', - kind = define.CompletionItemKind.Class, - }, -} - -TEST [[ ----@class ZBBC ----@class ZBBC : Z -]] -(nil) - -TEST [[ ----@class ZABC ----@class ZBBC : -]] -(function (results) - local ok - for _, res in ipairs(results) do - if res.label == 'ZABC' then - ok = true - end - if res.label == 'ZBBC' then - error('ZBBC should not be here') - end - end - assert(ok, 'ZABC should be here') -end) - -TEST [[ ----@class ZBBC ----@class ZBBC : -]] -(function (results) - for _, res in ipairs(results) do - if res.label == 'ZBBC' then - error('ZBBC should not be here') - end - end -end) - -TEST [[ ----@class ZABC ----@class ZABC ----@class ZBBC : Z -]] -{ - { - label = 'ZABC', - kind = define.CompletionItemKind.Class, - }, -} - -TEST [[ ----@class zabc -local abcd ----@type za -]] -{ - { - label = 'zabc', - kind = define.CompletionItemKind.Class, - }, -} - -TEST [[ ----@class abc -local abcd ----@type -]] -(EXISTS) - -TEST [[ ----@class zabc -local abcd ----@type zxxx|z -]] -{ - { - label = 'zabc', - kind = define.CompletionItemKind.Class, - } -} - -TEST [[ ----@alias zabc zabb ----@type za -]] -{ - { - label = 'zabc', - kind = define.CompletionItemKind.Class, - }, -} - -TEST [[ ----@class ZClass ----@param x ZC -]] -{ - { - label = 'ZClass', - kind = define.CompletionItemKind.Class, - }, -} - -Cared['insertText'] = true -TEST [[ ----@param -function f(a, b, c) -end -]] -{ - { - label = 'a, b, c', - kind = define.CompletionItemKind.Snippet, - insertText = [[ -a ${1:any} ----@param b ${2:any} ----@param c ${3:any}]] - }, - { - label = 'a', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'b', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'c', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ ----@param -function f(a, b, c) end - -function f2(a) end -]] -{ - { - label = 'a, b, c', - kind = define.CompletionItemKind.Snippet, - insertText = [[ -a ${1:any} ----@param b ${2:any} ----@param c ${3:any}]] - }, - { - label = 'a', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'b', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'c', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ ----@param aa -function f(aaa, bbb, ccc) -end -]] -{ - { - label = 'aaa', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ -local function f() - ---@param - function f(a, b, c) - end -end -]] -{ - { - label = 'a, b, c', - kind = define.CompletionItemKind.Snippet, - insertText = [[ -a ${1:any} ----@param b ${2:any} ----@param c ${3:any}]] - }, - { - label = 'a', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'b', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'c', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ ----@param -function mt:f(a, b, c, ...) -end -]] -{ - { - label = 'a, b, c, ...', - kind = define.CompletionItemKind.Snippet, - insertText = [[ -a ${1:any} ----@param b ${2:any} ----@param c ${3:any} ----@param ... ${4:any}]], - }, - { - label = 'self', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'a', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'b', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'c', - kind = define.CompletionItemKind.Interface, - }, - { - label = '...', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ ----@param aaa -function f(aaa, bbb, ccc) -end -]] -(EXISTS) - -TEST [[ ----@param xyz Class ----@param xxx Class -function f(x) -]] -{ - { - label = 'xyz, xxx', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'xyz', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'xxx', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ ----@param xyz Class ----@param xxx Class -function f( -]] -{ - { - label = 'xyz, xxx', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'xyz', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'xxx', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ ----@param xyz Class ----@param xxx Class -function f() -]] -{ - { - label = 'xyz, xxx', - kind = define.CompletionItemKind.Snippet, - }, - { - label = 'xyz', - kind = define.CompletionItemKind.Interface, - }, - { - label = 'xxx', - kind = define.CompletionItemKind.Interface, - }, -} - -TEST [[ -local function f() - ---@t -end -]] -{ - { - label = 'type', - kind = define.CompletionItemKind.Event, - }, -} - -TEST [[ ----@class Class ----@field name string ----@field id integer -local mt = {} -mt. -]] -{ - { - label = 'id', - kind = define.CompletionItemKind.Field, - }, - { - label = 'name', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ ----@param x string | "AAA" | "BBB" | "CCC" -function f(y, x) -end - -f(1, ) -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - } -} - -TEST [[ ----@param x string | "AAA" | "BBB" | "CCC" -function f(y, x) -end - -f(1,) -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - } -} - -TEST [[ ----@param x string | "AAA" | "BBB" | "CCC" -function f(x) -end - -f() -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - } -} - -TEST [[ ----@alias Option string | "AAA" | "BBB" | "CCC" ----@param x Option -function f(x) -end - -f() -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - } -} - -TEST [[ ----@param x string | "AAA" | "BBB" | "CCC" -function f(x) -end - -f('') -]] -{ - { - label = "'AAA'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'BBB'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'CCC'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - } -} - -TEST [[ ----@alias Option string | "AAA" | "BBB" | "CCC" ----@param x Option[] -function f(x) -end - -f({}) -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - } -} - -TEST [[ ----@alias Option string | "AAA" | "BBB" | "CCC" ----@param x Option[] -function f(x) -end - -f({""}) -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - } -} - -TEST [[ ----@alias Option string | "AAA" | "BBB" | "CCC" ----@param x Option[] -function f(x) -end - -f() -]] - (nil) - -TEST [[ ----@alias Option "AAA" | "BBB" | "CCC" - ----@type Option[] -local l = {} -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - } -} - -TEST [[ ----@alias Option "AAA" | "BBB" | "CCC" - ----@type Option[] -local l = {""} -]] -{ - { - label = '"AAA"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - }, - { - label = '"BBB"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - }, - { - label = '"CCC"', - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS - } -} - -TEST [[ ----@alias Option "AAA" | "BBB" | "CCC" - ----@type Option[] -local l = -]] - (nil) - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean - ----@type OptionObj[] -local l = { {} } -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Property, - }, - { - label = 'b', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean - ----@type OptionObj[] -local l = { } -]] - (nil) - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean - ----@type OptionObj[] -local l = -]] - (nil) - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean ----@field children OptionObj[] - ----@type OptionObj[] -local l = { - { - a = true, - children = { {} } - } -} -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Property, - }, - { - label = 'b', - kind = define.CompletionItemKind.Property, - }, - { - label = 'children', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean ----@field children OptionObj[] - ----@type OptionObj[] -local l = { - { - children = {} - } -} -]] -(nil) - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean ----@field children OptionObj[] - ----@type OptionObj[] -local l = { - { - children = - } -} -]] -(nil) - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean ----@param x OptionObj[] -function f(x) -end - -f({ {} }) -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Property, - }, - { - label = 'b', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean ----@param x OptionObj[] -function f(x) -end - -f({}) -]] - (nil) - -TEST [[ ----@class OptionObj ----@field a boolean ----@field b boolean ----@param x OptionObj[] -function f(x) -end - -f() -]] - (nil) - -TEST [[ ----this is ----a multi line ----comment ----@alias XXXX ----comment 1 ----comment 1 ----| 1 ----comment 2 ----comment 2 ----| 2 - ----@param x XXXX -local function f(x) -end - -f() -]] -{ - { - label = '1', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '2', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----this is ----a multi line ----comment ----@alias XXXX ----comment 1 ----comment 1 ----| 1 ----comment 2 ----comment 2 ----| 2 ----@param x XXXX -local function f(x) -end - - ----comment 3 ----comment 3 ----| 3 - -f() -]] -{ - { - label = '1', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '2', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@param x function | 'function () end' -function f(x) -end - -f(function () - -end) -]] -(nil) - -TEST [[ ---- JustTest ----@param list table ----@param sep string ----@param i number ----@param j number ----@return string -local function zzzzz(list, sep, i, j) end - -zzz -]] -{ - { - label = 'zzzzz(list, sep, i, j)', - kind = define.CompletionItemKind.Function, - insertText = EXISTS, - }, - { - label = 'zzzzz(list, sep, i, j)', - kind = define.CompletionItemKind.Snippet, - insertText = EXISTS, - } -} - -Cared['detail'] = true -Cared['description'] = true -TEST [[ ---- abc -zzz = 1 -zz -]] -{ - { - label = 'zzz', - kind = define.CompletionItemKind.Enum, - detail = 'integer = 1', - description = [[ -```lua -(global) zzz: integer = 1 -``` - ---- - - abc]], - } -} - -TEST [[ ----@param x string ----| "选项1" # 注释1 ----| "选项2" # 注释2 -function f(x) end - -f() -]] -{ - { - label = '"选项1"', - kind = define.CompletionItemKind.EnumMember, - description = '注释1', - }, - { - label = '"选项2"', - kind = define.CompletionItemKind.EnumMember, - description = '注释2', - }, -} - -TEST [[ -utf8.charpatter -]] -{ - { - label = 'charpattern', - detail = 'string', - kind = define.CompletionItemKind.Field, - description = EXISTS, - } -} - -TEST [[ ----@type "a"|"b"|"c" -local x - -print(x == ) -]] -{ - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"b"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"c"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@type "a"|"b"|"c" -local x - -x = -]] -{ - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"b"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"c"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@type "a"|"b"|"c" -local x - -print(x == '') -]] -{ - { - label = "'a'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'b'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'c'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, -} - -TEST [[ ----@type "a"|"b"|"c" -local x - -x = '' -]] -{ - { - label = "'a'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'b'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'c'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, -} - -TEST [[ -local t = type() - -print(t == ) -]] -(EXISTS) - -TEST [[ -if type(arg) == '' -]] -(EXISTS) - -TEST [[ -if type(arg) == -]] -(EXISTS) - -TEST [[ ----@type string -local s -s. -]] -(EXISTS) - -TEST [[ ----@class C -local t - -local vvv = assert(t) -vvv -]] -{ - { - label = 'vvv', - detail = 'C', - kind = define.CompletionItemKind.Variable, - description = EXISTS, - }, -} - -Cared['insertText'] = true -TEST [[ ----@param callback fun(x: number, y: number):string -local function f(callback) end - -f() -]] -{ - { - label = 'fun(x: number, y: number):string', - kind = define.CompletionItemKind.Function, - insertText = "\z -function (${1:x}, ${2:y})\ -\t$0\ -end", - description = "\z -```lua\ -function (x, y)\ -\t\ -end\ -```" - }, -} - -Cared['insertText'] = nil - -TEST [[ --- -]] -{ - { - label = '#region', - kind = define.CompletionItemKind.Snippet, - }, - { - label = '#endregion', - kind = define.CompletionItemKind.Snippet, - } -} - -Cared['description'] = nil -Cared['detail'] = nil -TEST [[ ----@class cc ----@field aaa number # a1 ----@field bbb number # a2 - ----@param x cc -local function f(x) end - -f({ - -}) -]] -{ - { - label = 'aaa', - kind = define.CompletionItemKind.Property, - }, - { - label = 'bbb', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@class cc ----@field aaa number # a1 ----@field bbb number # a2 - ----@param x cc -local function f(x) end - -f({ - aaa = 1, - -}) -]] -{ - { - label = 'bbb', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@class cc ----@field aaa number # a1 ----@field bbb number # a2 - ----@param x cc -local function f(x) end - -f({aaa = 1,}) -]] -{ - { - label = 'bbb', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@class cc ----@field aaa number # a1 ----@field bbb number # a2 - ----@param x cc -local function f(x) end - -f({aaa }) -]] -(nil) - -TEST [[ ----@class cc ----@field iffff number # a1 - ----@param x cc -local function f(x) end - -f({if}) -]] -{ - include = true, - { - label = 'iffff', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@class cc ----@field aaa number # a1 ----@field bbb number # a2 - ----@param x cc -local function f(x) end - -f({ - { - - } -}) -]] -(nil) - -TEST [[ ----@return string -local function f() end - -local s = f() - -s. -]] -(EXISTS) - -Cared['description'] = true -TEST [[ ----@class cc ----@field aaa number ----@field bbb number - ----@type cc -local t -print(t.aa) -]] -{ - { - label = 'aaa', - kind = define.CompletionItemKind.Field, - description = [[ -```lua -(field) cc.aaa: number -```]] - }, -} -Cared['description'] = nil - -TEST [[ ----@type table -local x - -x.a = -]] -{ - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"b"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"c"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@type table -local x - -x['a'] = -]] -{ - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"b"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"c"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@type table -local x = { - a = -} -]] -{ - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"b"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"c"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@type table -local x = { - ['a'] = -} -]] -{ - { - label = '"a"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"b"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"c"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -Cared['insertText'] = true -TEST [[ ----@class A.B.C -local m - -function m.f() -end - -m.f -]]{ - { - label = "f()", - kind = define.CompletionItemKind.Function, - insertText = EXISTS, - }, - { - label = "f()", - kind = define.CompletionItemKind.Snippet, - insertText = 'f()', - }, -} -Cared['insertText'] = nil - -TEST [[ -if true then -]] -{ - { - label = 'then', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'then .. end', - kind = define.CompletionItemKind.Snippet, - } -} - -TEST [[ -if true then -end -]] -{ - { - label = 'then', - kind = define.CompletionItemKind.Keyword, - }, -} - -TEST [[ -if true then -else -]] -{ - { - label = 'then', - kind = define.CompletionItemKind.Keyword, - }, -} - -TEST [[ -if true then -elseif -]] -{ - { - label = 'then', - kind = define.CompletionItemKind.Keyword, - }, -} - -TEST [[ -do - if true then -end -]] -{ - { - label = 'then', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'then .. end', - kind = define.CompletionItemKind.Snippet, - } -} - -TEST [[ ----@class C ----@field x number ----@field y number - ----@vararg C -local function f(x, ...) -end - -f(1, { - -}) -]] -{ - { - label = 'x', - kind = define.CompletionItemKind.Property, - }, - { - label = 'y', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class C ----@field x number ----@field y number - ----@vararg C -local function f(x, ...) -end - -f(1, {}, {}, { - -}) -]] -{ - { - label = 'x', - kind = define.CompletionItemKind.Property, - }, - { - label = 'y', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class C ----@field x number ----@field y number - ----@type C -local t = { - -} - -]] -{ - { - label = 'x', - kind = define.CompletionItemKind.Property, - }, - { - label = 'y', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class C ----@field x number ----@field y number - ----@type C -local t = { - x -} - -]] -{ - include = true, - { - label = 'x', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ -if then -]] -(nil) - -TEST [[ -elseif then -]] -(nil) - -TEST [[ ----@type iolib -local t = { - -]] -(EXISTS) - -TEST [[ ----@class A ----@field a '"hello"'|'"world"' - ----@param t A -function api(t) end - -api({}) -]] -(EXISTS) - -TEST [[ ----@class A ----@field a '"hello"'|'"world"' - ----@param t A -function m:api(t) end - -m:api({}) -]] -(EXISTS) - -TEST [[ ----@class AAA.BBB - ----@type AAA. -]] -{ - { - label = 'AAA.BBB', - kind = define.CompletionItemKind.Class, - textEdit = { - start = 20009, - finish = 20013, - newText = 'AAA.BBB', - }, - } -} - -Cared['insertText'] = true -TEST [[ ----@overload fun(a: any, b: any) -local function zzzz(a) end -zzzz -]] -{ - { - label = 'zzzz(a)', - kind = define.CompletionItemKind.Function, - insertText = 'zzzz', - }, - { - label = 'zzzz(a)', - kind = define.CompletionItemKind.Snippet, - insertText = 'zzzz(${1:a})', - }, - { - label = 'zzzz(a, b)', - kind = define.CompletionItemKind.Function, - insertText = 'zzzz', - }, - { - label = 'zzzz(a, b)', - kind = define.CompletionItemKind.Snippet, - insertText = 'zzzz(${1:a}, ${2:b})', - }, -} - -TEST [[ ----@param a any ----@param b? any ----@param c? any ----@vararg any -local function foo(a, b, c, ...) end -foo -]] -{ - { - label = 'foo(a, b, c, ...)', - kind = define.CompletionItemKind.Function, - insertText = 'foo', - }, - { - label = 'foo(a, b, c, ...)', - kind = define.CompletionItemKind.Snippet, - insertText = 'foo(${1:a}, ${2:b?}, ${3:c?}, ${4:...})', - }, -} - -TEST [[ ----@param a? any ----@param b? any ----@param c? any ----@vararg any -local function foo(a, b, c, ...) end -foo -]] -{ - { - label = 'foo(a, b, c, ...)', - kind = define.CompletionItemKind.Function, - insertText = 'foo', - }, - { - label = 'foo(a, b, c, ...)', - kind = define.CompletionItemKind.Snippet, - insertText = 'foo(${1:a?}, ${2:b?}, ${3:c?}, ${4:...})', - }, -} - -TEST [[ ----@param f fun(a: any, b: any) -local function foo(f) end -foo -]] -{ - { - label = 'foo(f)', - kind = define.CompletionItemKind.Function, - insertText = 'foo', - }, - { - label = 'foo(f)', - kind = define.CompletionItemKind.Snippet, - insertText = 'foo(${1:f})', - }, -} -Cared['insertText'] = false - -TEST [[ ---- @diagnostic disable: unused-local ---- @class Test2 ---- @field world integer -local Test2 = {} - ---- @type Test2 -local tdirect ---- @type Test2[] -local tarray - --- Direct inference -local b = tdirect -- type . here, shows "world" - --- Inferred by index -local c = tarray[1]. -- type . here, no auto completion -]] -(EXISTS) - -TEST [[ -local function f() - if type() == '' then - end -end -]] -(EXISTS) - -config.set(nil, 'Lua.completion.callSnippet', 'Disable') - -TEST [[ -GGG = 1 -GGG = function () -end - -GGG -]] -{ - { - label = 'GGG', - kind = define.CompletionItemKind.Enum, - }, - { - label = 'GGG()', - kind = define.CompletionItemKind.Function, - }, -} - -TEST [[ ----@class C ----@field GGG number -local t = {} - -t.GGG = function () -end - -t.GGG -]] -{ - { - label = 'GGG', - kind = define.CompletionItemKind.Field, - }, - { - label = 'GGG()', - kind = define.CompletionItemKind.Function, - }, -} - -TEST [[ ----@param f fun(a: any, b: any):boolean -local function f(f) end - -f(fun) -]] -{ - { - label = 'fun(a: any, b: any):boolean', - kind = define.CompletionItemKind.Function, - textEdit = { - newText = 'function (${1:a}, ${2:b})\n\t$0\nend', - start = 30002, - finish = 30005, - } - }, - { - label = 'function', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'function ()', - kind = define.CompletionItemKind.Snippet, - } -} - -TEST [[ ----@type {[1]: number} -local t - -t. -]] -{ - { - label = '1', - kind = define.CompletionItemKind.Field, - textEdit = { - newText = '[1]', - start = 30002, - finish = 30002, - }, - additionalTextEdits = { - { - start = 30001, - finish = 30002, - newText = '', - }, - }, - } -} - -TEST [[ ----@type {[1]: number} -local t - -t. -]] -{ - { - label = '1', - kind = define.CompletionItemKind.Field, - textEdit = { - newText = '[1]', - start = 30002, - finish = 30002, - }, - additionalTextEdits = { - { - start = 30001, - finish = 30002, - newText = '', - }, - }, - } -} - -TEST [[ ----@alias enum '"aaa"'|'"bbb"' - ----@param x enum ----@return enum -local function f(x) -end - -local r = f('') -]] -{ - { - label = "'aaa'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - newText = "'aaa'", - start = 70012, - finish = 70014, - }, - }, - { - label = "'bbb'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - newText = "'bbb'", - start = 70012, - finish = 70014, - }, - }, -} - -TEST [[ ----@type fun(x: "'aaa'"|"'bbb'") -local f - -f('') -]] -{ - { - label = "'aaa'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - newText = "'aaa'", - start = 30002, - finish = 30004, - }, - }, - { - label = "'bbb'", - kind = define.CompletionItemKind.EnumMember, - textEdit = { - newText = "'bbb'", - start = 30002, - finish = 30004, - }, - }, -} - -TEST [[ ----@class Class ----@field on fun() -local c - -c: -]] -{ - { - label = 'on', - kind = define.CompletionItemKind.Field, - } -} - -TEST [[ ----@class Class ----@field on fun(self, x: "'aaa'"|"'bbb'") -local c - -c:on() -]] -(EXISTS) - -TEST [[ ----@class Class ----@field on fun(x: "'aaa'"|"'bbb'") -local c - -c.on('') -]] -(EXISTS) - -TEST [[ -local m = {} - -function m.f() -end - -m.f() -m. -]] -{ - [1] = EXISTS, -} - -TEST [[ ----@class class1 -class1 = {} - -function class1:method1() end - ----@class class2 : class1 -class2 = {} - -class2: - -]] -{ - [1] = EXISTS, -} - -TEST [[ ---- @class Emit ---- @field on fun(self: Emit, eventName: string, cb: function) ---- @field on fun(self: Emit, eventName: '"died"', cb: fun(i: integer)) ---- @field on fun(self: Emit, eventName: '"won"', cb: fun(s: string)) -local emit = {} - -emit:on('') -]] -(EXISTS) - -TEST [[ ---- @class Emit ---- @field on fun(eventName: string, cb: function) ---- @field on fun(eventName: '"died"', cb: fun(i: integer)) ---- @field on fun(eventName: '"won"', cb: fun(s: string)) -local emit = {} - -emit.on('died', ) -]] -{ - [1] = { - label = 'fun(i: integer)', - kind = define.CompletionItemKind.Function, - } -} - -TEST [[ ---- @class Emit ---- @field on fun(self: Emit, eventName: string, cb: function) ---- @field on fun(self: Emit, eventName: '"died"', cb: fun(i: integer)) ---- @field on fun(self: Emit, eventName: '"won"', cb: fun(s: string)) -local emit = {} - -emit:on('won', ) -]] -{ - [1] = { - label = 'fun(s: string)', - kind = define.CompletionItemKind.Function, - } -} - -TEST [[ ---- @class Emit ---- @field on fun(self: Emit, eventName: string, cb: function) ---- @field on fun(self: Emit, eventName: '"died"', cb: fun(i: integer)) ---- @field on fun(self: Emit, eventName: '"won"', cb: fun(s: string)) -local emit = {} - -emit.on(emit, 'won', ) -]] -{ - [1] = { - label = 'fun(s: string)', - kind = define.CompletionItemKind.Function, - } -} - -TEST [[ -local function f() - local inferCache - in -end -]] -{ - [1] = { - label = 'in', - kind = define.CompletionItemKind.Keyword, - }, - [2] = { - label = 'in ..', - kind = define.CompletionItemKind.Snippet, - }, - [3] = { - label = 'inferCache', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ -utf'xxx' -]] -{ - [1] = { - label = 'utf8', - kind = define.CompletionItemKind.Field, - } -} - -TEST [[ ----@class AAA - ----@class AAA - ----@type AAA -]] -{ - [1] = { - label = 'AAA', - kind = define.CompletionItemKind.Class, - } -} - -TEST [[ ----@class AAA - ----@class AAA - ----@class BBB: AAA -]] -{ - [1] = { - label = 'AAA', - kind = define.CompletionItemKind.Class, - } -} - -TEST [[ ----@class A ----@field zzzz number - ----@param x A -local function f(x) end - -f({zzz}) -]] -{ - [1] = { - label = 'zzzz', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ ----@class A ----@field zzzz number - ----@param y A -local function f(x, y) end - -f(1, {}) -]] -{ - [1] = { - label = 'zzzz', - kind = define.CompletionItemKind.Property, - } -} - -TEST [[ -xx@pcall -]] -{ - [1] = { - label = 'pcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 3, - finish = 8, - newText = 'pcall(xx$1)$0', - }, - additionalTextEdits = { - { - start = 0, - finish = 3, - newText = '' - } - } - }, -} - -TEST [[ -xx()@pcall -]] -{ - [1] = { - label = 'pcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 5, - finish = 10, - newText = 'pcall(xx)', - }, - additionalTextEdits = { - { - start = 0, - finish = 5, - newText = '' - } - } - }, -} - -TEST [[ -xx(1, 2, 3)@pcall -]] -{ - [1] = { - label = 'pcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 12, - finish = 17, - newText = 'pcall(xx, 1, 2, 3)', - }, - additionalTextEdits = { - { - start = 0, - finish = 12, - newText = '' - } - } - }, -} - -TEST [[ -xx@xpcall -]] -{ - [1] = { - label = 'xpcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 3, - finish = 9, - newText = 'xpcall(xx, ${1:debug.traceback}$2)$0', - }, - additionalTextEdits = { - { - start = 0, - finish = 3, - newText = '' - } - } - }, -} - -TEST [[ -xx()@xpcall -]] -{ - [1] = { - label = 'xpcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 5, - finish = 11, - newText = 'xpcall(xx, ${1:debug.traceback})$0', - }, - additionalTextEdits = { - { - start = 0, - finish = 5, - newText = '' - } - } - }, -} - -TEST [[ -xx(1, 2, 3)@xpcall -]] -{ - [1] = { - label = 'xpcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 12, - finish = 18, - newText = 'xpcall(xx, ${1:debug.traceback}, 1, 2, 3)$0', - }, - additionalTextEdits = { - { - start = 0, - finish = 12, - newText = '' - } - } - }, -} - -TEST [[ -xx@function -]] -{ - [1] = { - label = 'function', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 3, - finish = 11, - newText = 'function xx($1)\n\t$0\nend', - }, - additionalTextEdits = { - { - start = 0, - finish = 3, - newText = '' - } - } - }, -} - -TEST [[ -xx.yy@method -]] -{ - [1] = { - label = 'method', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 6, - finish = 12, - newText = 'function xx:yy($1)\n\t$0\nend', - }, - additionalTextEdits = { - { - start = 0, - finish = 6, - newText = '' - } - } - }, -} - -TEST [[ -xx:yy@method -]] -{ - [1] = { - label = 'method', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 6, - finish = 12, - newText = 'function xx:yy($1)\n\t$0\nend', - }, - additionalTextEdits = { - { - start = 0, - finish = 6, - newText = '' - } - } - }, -} - -TEST [[ -xx@insert -]] -{ - [1] = { - label = 'insert', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 3, - finish = 9, - newText = 'table.insert(xx, $0)', - }, - additionalTextEdits = { - { - start = 0, - finish = 3, - newText = '' - } - } - }, -} - -TEST [[ -xx++ -]] -{ - [1] = { - label = '++', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 2, - finish = 4, - newText = 'xx = xx + 1', - }, - additionalTextEdits = { - { - start = 0, - finish = 2, - newText = '' - } - } - }, - [2] = { - label = '++?', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 2, - finish = 4, - newText = 'xx = (xx or 0) + 1', - }, - additionalTextEdits = { - { - start = 0, - finish = 2, - newText = '' - } - } - }, -} - -TEST [[ -fff(function () - xx@xpcall -end) -]] -{ - [1] = { - label = 'xpcall', - kind = define.CompletionItemKind.Event, - textEdit = { - start = 10007, - finish = 10013, - newText = 'xpcall(xx, ${1:debug.traceback}$2)$0', - }, - additionalTextEdits = { - { - start = 10004, - finish = 10007, - newText = '', - } - } - }, -} - -TEST [[ ----@meta - ----@alias testAlias ----| "'test1'" ----| "'test2'" ----| "'test3'" - ----@class TestClass -local TestClass = {} - ----@overload fun(self: TestClass, arg2: testAlias) ----@param arg1 integer ----@param arg2 testAlias -function TestClass:testFunc2(arg1, arg2) end - ----@type TestClass -local t - -t:testFunc2() -]] -(EXISTS) - -TEST [[ -require '' -]] -(function (results) - assert(#results == 9, require 'utility'.dump(results)) -end) - -TEST [[ -AAA = 1 - - -]] -(EXISTS) - -TEST [[ -if -]] -(EXISTS) - -TEST [[ -local t = x[] -]] -(function (results) - for _, res in ipairs(results) do - assert(res.label ~= 'do') - end -end) - -TEST [[ ----@class ZZZZZ.XXXX ----@class ZZZZZ.XXXX ----@class ZZZZZ.XXXX ----@class ZZZZZ.XXXX ----@class ZZZZZ.XXXX - ----@type -]] -(function (results) - local count = 0 - for _, res in ipairs(results) do - if res.label == 'ZZZZZ.XXXX' then - count = count + 1 - end - end - assert(count == 1) -end) - -TEST [[ -local x -x.y.z = xxx - -x.y. -]] -{ - { - label = 'z', - kind = define.CompletionItemKind.Field, - } -} - -TEST [[ -local xyz - ----@cast -]] -{ - { - label = 'xyz', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ -local xyz - ----@cast x -]] -{ - { - label = 'xyz', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ ----@type `CONST.X` | `CONST.Y` -local x - -if x == -]] -{ - { - label = 'CONST.X', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = 'CONST.Y', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@param x `CONST.X` | `CONST.Y` -local function f(x) end - -f() -]] -{ - { - label = 'CONST.X', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = 'CONST.Y', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ -return function () - local function fff(xxx) - for f in xx - end -end -]] -{ - { - label = 'xxx', - kind = define.CompletionItemKind.Variable, - }, -} - -TEST [[ ----@class A ----@field xxx 'aaa'|'bbb' - ----@type A -local t = { - xxx = ' -} -]] -{ - { - label = "'aaa'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, - { - label = "'bbb'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - }, -} - -TEST [[ ----@enum A -T = { - x = 1, - y = 'ss', -} - ----@param x A -local function f(x) end - -f() -]] -{ - { - label = 'T.x', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = 'T.y', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '1', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"ss"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@enum A -local ppp = { - x = 1, - y = 'ss', -} - ----@param x A -local function f(x) end - -f() -]] -{ - { - label = 'ppp.x', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = 'ppp.y', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '1', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"ss"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ ----@enum A -ppp.fff = { - x = 1, - y = 'ss', -} - ----@param x A -local function f(x) end - -f() -]] -{ - { - label = 'ppp.fff.x', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = 'ppp.fff.y', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '1', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"ss"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ -local x = 1 -local y = 2 - ----@enum Enum -local t = { - x = x, - y = y, -} - ----@param p Enum -local function f(p) end - -f() -]] -{ - { - label = 't.x', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = 't.y', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '1', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '2', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ -local x = 1 -local y = 2 - ----@enum(key) Enum -local t = { - x = x, - y = y, -} - ----@param p Enum -local function f(p) end - -f() -]] -{ - { - label = '"x"', - kind = define.CompletionItemKind.EnumMember, - }, - { - label = '"y"', - kind = define.CompletionItemKind.EnumMember, - }, -} - -TEST [[ --- - -]] -(function (results) - assert(#results > 2) -end) - -TEST [[ ---xxx - -]] -(function (results) - assert(#results > 2) -end) - -TEST [[ ---- -local x = function (x, y) end -]] -(EXISTS) - -TEST [[ ---- -local x = function (x, y) end -]] -(EXISTS) - -TEST [[ -local x = { - -}) -]] -(function (results) - for _, res in ipairs(results) do - assert(res.label ~= 'do') - end -end) - -TEST [[ ----@class Options ----@field page number ----@field active boolean - ----@param opts Options -local function acceptOptions(opts) end - -acceptOptions({ - -}) -]] -(function (results) - assert(#results == 2) -end) - -TEST [[ -local t1 = {} - -t1.A = {} -t1.A.B = {} -t1.A.B.C = 1 - -local t2 = t1 - -print(t2.A.) -]] -{ - { - label = 'B', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ ----@overload fun(x: number) ----@overload fun(x: number, y: number) -local function fff(...) -end - -fff -]] -{ - { - label = 'fff(x)', - kind = define.CompletionItemKind.Function, - }, - { - label = 'fff(x, y)', - kind = define.CompletionItemKind.Function, - }, -} - -TEST [[ ----@overload fun(x: number) ----@overload fun(x: number, y: number) -function fff(...) -end - -fff -]] -{ - { - label = 'fff(x)', - kind = define.CompletionItemKind.Function, - }, - { - label = 'fff(x, y)', - kind = define.CompletionItemKind.Function, - }, -} - -TEST [[ ----@overload fun(x: number) ----@overload fun(x: number, y: number) -function t.fff(...) -end - -t.fff -]] -{ - { - label = 'fff(x)', - kind = define.CompletionItemKind.Function, - }, - { - label = 'fff(x, y)', - kind = define.CompletionItemKind.Function, - }, -} - -TEST [[ ----@class A ----@field private x number ----@field y number - ----@type A -local t - -t. -]] -{ - { - label = 'y', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field z number - ----@class B: A -local t - -t. -]] -{ - { - label = 'y', - kind = define.CompletionItemKind.Field, - }, - { - label = 'z', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field z number - ----@class B: A - ----@type B -local t - -t. -]] -{ - { - label = 'z', - kind = define.CompletionItemKind.Field, - }, -} - -TEST [[ ----@class ABCD - ----@see ABCD -]] -{ - { - label = 'ABCD', - kind = define.CompletionItemKind.Class, - textEdit = { - newText = 'ABCD', - start = 20008, - finish = 20012, - } - }, -} - -TEST [[ ----@class A ----@field f fun(x: string): string - ----@type A -local t = { - f = -} -]] -{ - { - label = 'fun(x: string):string', - kind = define.CompletionItemKind.Function, - } -} - -TEST [[ ----@type table -local x = { - a = 1, - b = 2, - c = 3 -} - -x. -]] -{ - { - label = 'a', - kind = define.CompletionItemKind.Enum, - }, - { - label = 'b', - kind = define.CompletionItemKind.Enum, - }, - { - label = 'c', - kind = define.CompletionItemKind.Enum, - }, -} - -TEST [[ ----@param x {damage: integer, count: integer, health:integer} -local function f(x) end - -f {} -]] -{ - { - label = 'count', - kind = define.CompletionItemKind.Property, - }, - { - label = 'damage', - kind = define.CompletionItemKind.Property, - }, - { - label = 'health', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@alias Foo Foo[] ----@type Foo -local foo -foo = {""} -]] -(EXISTS) - -TEST [[ ----@class c ----@field abc fun() ----@field abc2 fun() - ----@param p c -local function f(p) end - -f({ - abc = function(s) - local abc3 - abc - end, -}) -]] -{ - { - label = 'abc3', - kind = define.CompletionItemKind.Variable, - }, - { - label = 'abc', - kind = define.CompletionItemKind.Text, - }, - { - label = 'abc2', - kind = define.CompletionItemKind.Text, - }, -} - -TEST [[ -while true do - continue -end -]] -{ - { - label = 'continue', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'goto continue ..', - kind = define.CompletionItemKind.Snippet, - additionalTextEdits = { - { - start = 10004, - finish = 10004, - newText = 'goto ', - }, - { - start = 20000, - finish = 20000, - newText = ' ::continue::\n', - }, - } - }, -} - -TEST [[ -while true do - goto continue -end -]] -{ - { - label = 'continue', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'goto continue ..', - kind = define.CompletionItemKind.Snippet, - additionalTextEdits = { - { - start = 20000, - finish = 20000, - newText = ' ::continue::\n', - } - } - }, -} - -TEST [[ -while true do - goto continue - ::continue:: -end -]] -{ - { - label = 'continue', - kind = define.CompletionItemKind.Keyword, - }, - { - label = 'goto continue ..', - kind = define.CompletionItemKind.Snippet, - additionalTextEdits = { - } - }, -} - -Cared['description'] = true -TEST [[ ----@class Foo ----@field ['with quotes'] integer ----@field without_quotes integer - ----@type Foo -local bar = {} - -bar. -]] -{ - { - label = "'with quotes'", - kind = define.CompletionItemKind.Field, - textEdit = { - start = 70004, - finish = 70004, - newText = "['with quotes']" - }, - additionalTextEdits = { - { - start = 70003, - finish = 70004, - newText = '', - } - }, - description = [[ -```lua -(field) Foo['with quotes']: integer -```]] - }, - { - label = 'without_quotes', - kind = define.CompletionItemKind.Field, - description = [[ -```lua -(field) Foo.without_quotes: integer -```]] - }, -} -Cared['description'] = false - -TEST [[ ----@class A -local M = {} - -function M:method1() -end - -function M.static1(tt) -end - -function M:method2() -end - -function M.static2(tt) -end - ----@type A -local a - -a. -]] -{ - { - label ='static1(tt)', - kind = define.CompletionItemKind.Function, - }, - { - label ='static2(tt)', - kind = define.CompletionItemKind.Function, - }, - { - label ='method1(self)', - kind = define.CompletionItemKind.Method, - }, - { - label ='method2(self)', - kind = define.CompletionItemKind.Method, - }, -} - -TEST [[ ----@class A -local M = {} - -function M:method1() -end - -function M.static1(tt) -end - -function M:method2() -end - -function M.static2(tt) -end - ----@type A -local a - -a: -]] -{ - { - label ='method1()', - kind = define.CompletionItemKind.Method, - }, - { - label ='method2()', - kind = define.CompletionItemKind.Method, - }, - { - label ='static1()', - kind = define.CompletionItemKind.Function, - }, - { - label ='static2()', - kind = define.CompletionItemKind.Function, - }, -} - -TEST [[ ----@class A ----@field x number ----@field y? number ----@field z number - ----@type A -local t = { - -} -]] -{ - { - label = 'x', - kind = define.CompletionItemKind.Property, - }, - { - label = 'z', - kind = define.CompletionItemKind.Property, - }, - { - label = 'y?', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@class A ----@field x number ----@field y? number ----@field z number - ----@param t A -local function f(t) end - -f { - -} -]] -{ - { - label = 'x', - kind = define.CompletionItemKind.Property, - }, - { - label = 'z', - kind = define.CompletionItemKind.Property, - }, - { - label = 'y?', - kind = define.CompletionItemKind.Property, - }, -} - -TEST [[ ----@class A ----@overload fun(x: {id: string}) - ----@generic T ----@param t `T` ----@return T -local function new(t) end - -new 'A' { - -} -]] -{ - { - label = 'id', - kind = define.CompletionItemKind.Property, - } -} diff --git a/test/completion/continue.lua b/test/completion/continue.lua deleted file mode 100644 index 83eaf2706..000000000 --- a/test/completion/continue.lua +++ /dev/null @@ -1,72 +0,0 @@ -local define = require 'proto.define' -local config = require 'config' - -config.set(nil, 'Lua.completion.callSnippet', 'Disable') -config.set(nil, 'Lua.completion.keywordSnippet', 'Disable') -config.set(nil, 'Lua.completion.workspaceWord', false) - -ContinueTyping = true - -TEST [[ -local zabcde -za -]] -{ - { - label = 'zabcde', - kind = define.CompletionItemKind.Variable, - } -} - -TEST [[ --- zabcde -io.z -]] -{ - { - label = 'zabcde', - kind = define.CompletionItemKind.Text, - } -} - - -TEST [[ --- provider -pro -]] -{ - { - label = 'provider', - kind = define.CompletionItemKind.Text, - } -} - -TEST [[ ----@param n '"abcdefg"' -local function f(n) end - -f 'abc' -]] -{ - { - label = "'abcdefg'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - } -} - -TEST [[ ----@type '"abcdefg"' -local t - -if t == 'abc' -]] -{ - { - label = "'abcdefg'", - kind = define.CompletionItemKind.EnumMember, - textEdit = EXISTS, - } -} - -ContinueTyping = false diff --git a/test/completion/init.lua b/test/completion/init.lua deleted file mode 100644 index 1ac7fd4b3..000000000 --- a/test/completion/init.lua +++ /dev/null @@ -1,139 +0,0 @@ -local core = require 'core.completion' -local files = require 'files' -local catch = require 'catch' -local guide = require 'parser.guide' - -EXISTS = {'EXISTS'} - -local function eq(a, b) - if a == EXISTS and b ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - local mark = {} - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - mark[k] = true - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - end - return a == b -end - -local function include(a, b) - if a == EXISTS and b ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - end - return true - end - return a == b -end - -rawset(_G, 'TEST', true) - -Cared = { - ['label'] = true, - ['kind'] = true, - ['textEdit'] = true, - ['additionalTextEdits'] = true, - ['deprecated'] = true, -} - -IgnoreFunction = false -ContinueTyping = false - -function TEST(script) - return function (expect) - ---@diagnostic disable: await-in-sync - local newScript, catched = catch(script, '?') - - files.setText(TESTURI, newScript) - local state = files.getState(TESTURI) - local inputPos = catched['?'][1][2] - if ContinueTyping then - local triggerCharacter = script:sub(inputPos - 1, inputPos - 1) - if triggerCharacter == '\n' - or triggerCharacter:find '%w_' then - triggerCharacter = nil - end - core.completion(TESTURI, inputPos, triggerCharacter) - end - local offset = guide.positionToOffset(state, inputPos) - local triggerCharacter = script:sub(offset, offset) - if triggerCharacter == '\n' - or triggerCharacter:find '%w_' then - triggerCharacter = nil - end - local result = core.completion(TESTURI, inputPos, triggerCharacter) - - if not expect then - assert(result == nil) - return - end - assert(result ~= nil) - result.enableCommon = nil - for _, item in ipairs(result) do - if item.id then - local r = core.resolve(item.id) - for k, v in pairs(r or {}) do - item[k] = v - end - end - for k in pairs(item) do - if not Cared[k] then - item[k] = nil - end - end - if item.description then - item.description = tostring(item.description) - end - end - if IgnoreFunction then - for i = #result, 1, -1 do - local item = result[i] - if item.label:find '%(' - and not item.label:find 'function' then - result[i] = result[#result] - result[#result] = nil - end - end - end - assert(result) - result.complete = nil - if type(expect) == 'function' then - expect(result) - else - if expect.include then - expect.include = nil - assert(include(expect, result)) - else - assert(eq(expect, result)) - end - end - files.remove(TESTURI) - end -end - -require 'completion.common' -require 'completion.continue' diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua deleted file mode 100644 index 227350cbc..000000000 --- a/test/crossfile/completion.lua +++ /dev/null @@ -1,1124 +0,0 @@ -local files = require 'files' -local core = require 'core.completion' -local furi = require 'file-uri' -local platform = require 'bee.platform' -local util = require 'utility' -local config = require 'config' -local catch = require 'catch' -local define = require 'proto.define' - -rawset(_G, 'TEST', true) - -local CompletionItemKind = define.CompletionItemKind -local NeedRemoveMeta = false - -local EXISTS = {} - -local function eq(a, b) - if a == EXISTS and b ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - local mark = {} - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - mark[k] = true - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - end - return a == b -end - -local Cared = { - ['label'] = true, - ['kind'] = true, - ['textEdit'] = true, -} - -local function removeMetas(results) - local removes = {} - for i, res in ipairs(results) do - if res.description and res.description:find 'meta' then - removes[#removes+1] = i - end - end - util.tableMultiRemove(results, removes) -end - ----@diagnostic disable: await-in-sync -function TEST(data) - local mainUri - local pos - for _, info in ipairs(data) do - local uri = furi.encode(TESTROOT .. info.path) - local script = info.content or '' - if info.main then - local newScript, catched = catch(script, '?') - pos = catched['?'][1][1] - script = newScript - mainUri = uri - end - files.setText(uri, script) - files.compileState(uri) - end - - local _ = function () - for _, info in ipairs(data) do - files.remove(furi.encode(TESTROOT .. info.path)) - end - end - - local expect = data.completion - local result = core.completion(mainUri, pos, '') - if not expect then - assert(result == nil) - return - end - assert(result ~= nil) - result.complete = nil - result.enableCommon = nil - if NeedRemoveMeta then - removeMetas(result) - end - for _, item in ipairs(result) do - if item.id then - local r = core.resolve(item.id) - for k, v in pairs(r or {}) do - item[k] = v - end - end - for k in pairs(item) do - if not Cared[k] then - item[k] = nil - end - end - if item['description'] then - item['description'] = tostring(item['description']) - : gsub('\r\n', '\n') - end - end - for _, eitem in ipairs(expect) do - if eitem['description'] then - eitem['description'] = eitem['description'] - : gsub('%$(.-)%$', _G) - end - end - assert(result) - assert(eq(expect, result)) -end - -local function WITH_CONFIG(cfg, f) - local prev = { } - for k, v in pairs(cfg) do - prev[k] = config.get(nil, k) - config.set(nil, k, v) - end - f() - for k, v in pairs(prev) do - config.set(nil, k, v) - end -end - -TEST { - { - path = 'abc.lua', - content = [[ - ---@meta - - ---@class A - ---@field f1 integer - ---@field f2 boolean - - ---@type A[] - X = {} -]], - }, - { - path = 'test.lua', - content = [[ X[1].]], - main = true, - }, - completion = { - { - label = 'f1', - kind = CompletionItemKind.Field, - }, - { - label = 'f2', - kind = CompletionItemKind.Field, - }, - } -} - -TEST { - { - path = 'abc.lua', - content = '', - }, - { - path = 'abc/aaa.lua', - content = '', - }, - { - path = 'xxx/abcde.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "a"', - main = true, - }, - completion = { - { - label = 'aaa', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abc', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abc.aaa', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abcde', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'xxx.abcde', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = 'abc.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "A"', - main = true, - }, - completion = { - { - label = 'abc', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = 'abc.lua', - content = '', - }, - { - path = 'ABCD.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "a"', - main = true, - }, - completion = { - { - label = 'ABCD', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abc', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = 'abc.lua', - content = '', - }, - { - path = 'abc/init.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "abc"', - main = true, - }, - completion = { - { - label = 'abc', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abc.init', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = 'abc/init.lua', - content = '', - }, - { - path = 'abc/bbc.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "abc"', - main = true, - }, - completion = { - { - label = 'abc', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abc.bbc', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'abc.init', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = 'abc.lua', - content = '', - }, - { - path = 'abc/init.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "abc.i"', - main = true, - }, - completion = { - { - label = 'abc.init', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -local originSeparator = config.get(nil, 'Lua.completion.requireSeparator') -config.set(nil, 'Lua.completion.requireSeparator', '/') -TEST { - { - path = 'abc.lua', - content = '', - }, - { - path = 'abc/init.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "abc/i"', - main = true, - }, - completion = { - { - label = 'abc/init', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} -config.set(nil, 'Lua.completion.requireSeparator', originSeparator) - -TEST { - { - path = 'core/core.lua', - content = '', - }, - { - path = 'core/xxx.lua', - content = '', - }, - { - path = 'test.lua', - content = 'require "core.co"', - main = true, - }, - completion = { - { - label = 'core.core', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = 'x000.lua', - content = '', - }, - { - path = 'abc/x111.lua', - content = '', - }, - { - path = 'abc/test.lua', - content = 'require "x"', - main = true, - }, - completion = { - { - label = 'abc.x111', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'x000', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'x111', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - - -local originRuntimePath = config.get(nil, 'Lua.runtime.path') -config.set(nil, 'Lua.runtime.path', { - '?/1.lua', -}) - -TEST { - { - path = 'tt/xxxx/1.lua', - content = '', - }, - { - path = 'main.lua', - content = 'require "x"', - main = true, - }, - completion = { - { - label = 'tt.xxxx', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'xxxx', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -config.set(nil, 'Lua.runtime.path', originRuntimePath) - -local originRuntimePath = config.get(nil, 'Lua.runtime.path') -config.set(nil, 'Lua.runtime.path', { - 'tt/?/1.lua', -}) - -TEST { - { - path = 'tt/xxxx/1.lua', - content = '', - }, - { - path = 'main.lua', - content = 'require "x"', - main = true, - }, - completion = { - { - label = 'xxxx', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -config.set(nil, 'Lua.runtime.path', originRuntimePath) - -TEST { - { - path = 'abc.lua', - content = '---@meta _', - }, - { - path = 'test.lua', - content = 'require "a"', - main = true, - }, - completion = nil -} - -TEST { - { - path = 'abc.lua', - content = '---@meta xxxxx', - }, - { - path = 'test.lua', - content = 'require "a"', - main = true, - }, - completion = nil -} - -TEST { - { - path = 'abc.lua', - content = '---@meta xxxxx', - }, - { - path = 'test.lua', - content = 'require "xx"', - main = true, - }, - completion = { - { - label = 'xxxxx', - kind = CompletionItemKind.File, - textEdit = EXISTS, - } - } -} - -TEST { - { - path = 'a.lua', - content = [[ - return { - a = 1, - b = 2, - c = 3, - } - ]] - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - t. - ]], - main = true, - }, - completion = { - { - label = 'a', - kind = CompletionItemKind.Enum, - }, - { - label = 'b', - kind = CompletionItemKind.Enum, - }, - { - label = 'c', - kind = CompletionItemKind.Enum, - }, - } -} - -TEST { - { - path = 'a.lua', - content = [[ - zabc = 1 - ]] - }, - { - path = 'a.lua', - content = [[ - zabcd = print - ]] - }, - { - path = 'a.lua', - content = [[ - zabcdef = 1 - ]] - }, - { - path = 'b.lua', - content = [[ - zab - ]], - main = true, - }, - completion = { - { - label = 'zabcdef', - kind = CompletionItemKind.Enum, - }, - } -} - -TEST { - { - path = 'init.lua', - content = [[ - setmetatable(_G, {__index = {}}) - ]] - }, - { - path = 'a.lua', - content = [[ - print(zabc) - ]] - }, - { - path = 'a.lua', - content = [[ - zabcdef = 1 - ]] - }, - { - path = 'b.lua', - content = [[ - zab - ]], - main = true, - }, - completion = { - { - label = 'zabcdef', - kind = CompletionItemKind.Enum, - }, - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local japi = require 'jass.japi' - japi.xxxaaaaxxxx - ]] - }, - { - path = 'a.lua', - content = [[ - local japi = require 'jass.japi' - japi.xxxaaaax - ]], - main = true, - }, - completion = nil, -} - -NeedRemoveMeta = true - -TEST { - { path = 'f/a.lua' }, - { path = 'f/b.lua' }, - { - path = 'c.lua', - content = [[ - require '' - ]], - main = true, - }, - completion = { - { - label = 'a', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'b', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'f.a', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'f.b', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { path = 'f/a.lua' }, - { path = 'f/b.lua' }, - { - path = 'c.lua', - content = [[ - require 'a' - ]], - main = true, - }, - completion = { - { - label = 'a', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'f.a', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -config.set(nil, 'Lua.runtime.pathStrict', true) - -TEST { - { path = 'f/a.lua' }, - { path = 'f/b.lua' }, - { - path = 'c.lua', - content = [[ - require '' - ]], - main = true, - }, - completion = { - { - label = 'f.a', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - { - label = 'f.b', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { path = 'f/a.lua' }, - { path = 'f/b.lua' }, - { - path = 'c.lua', - content = [[ - require 'a' - ]], - main = true, - }, - completion = { - { - label = 'f.a', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -config.set(nil, 'Lua.runtime.pathStrict', false) - -TEST { - { - path = 'xxx.lua', - content = '' - }, - { - path = 'xxxx.lua', - content = [[ - require 'xx' - ]], - main = true, - }, - completion = { - { - label = 'xxx', - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = [[xx'xx.lua]], - content = '' - }, - { - path = 'main.lua', - content = [[ - require 'xx' - ]], - main = true, - }, - completion = { - { - label = [[xx'xx]], - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -TEST { - { - path = [[xx]=]xx.lua]], - content = '' - }, - { - path = 'main.lua', - content = [[ - require [=[xx]=]' - ]], - main = true, - }, - completion = { - { - label = [[xx]=]xx]], - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} - -if require 'bee.platform'.OS == 'Windows' then -TEST { - { - path = [[abc/init.lua]], - content = '' - }, - { - path = 'main.lua', - content = [[ - dofile 'ab' - ]], - main = true, - }, - completion = { - { - label = [[abc/init.lua]], - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} -else -TEST { - { - path = [[abc/init.lua]], - content = '' - }, - { - path = 'main.lua', - content = [[ - dofile 'ab' - ]], - main = true, - }, - completion = { - { - label = [[abc/init.lua]], - kind = CompletionItemKind.File, - textEdit = EXISTS, - }, - } -} -end - -TEST { - { - path = 'a.lua', - content = [[ - local t = { - x = 1, - } - return t - ]] - }, - { - path = 'b.lua', - main = true, - content = [[ - local t = require 'a' - local v = setmetatable({}, {__index = t}) - v. - ]] - }, - completion = { - { - label = 'x', - kind = CompletionItemKind.Enum, - } - } -} - -Cared['description'] = true -TEST { - { - path = [[a.lua]], - content = [[ - local m = {} - - return m - ]] - }, - { - path = 'main.lua', - content = [[ - local z = require 'a' - - z - ]], - main = true, - }, - completion = { - { - label = 'z', - kind = CompletionItemKind.Variable, - description = [[ -```lua -local z: table -```]] - }, - } -} - -if platform.OS == 'Windows' then -Cared['detail'] = true -Cared['additionalTextEdits'] = true -TEST { - { - path = 'myfunc.lua', - content = [[ - return function (a, b) - end - ]] - }, - { - path = 'main.lua', - main = true, - content = [[ - myfun - ]], - }, - completion = { - { - label = 'myfunc', - kind = CompletionItemKind.Variable, - detail = 'function', - description = [[ -从 [myfunc.lua]($TESTROOTURI$myfunc.lua) 中导入 - -```lua -function (a: any, b: any) -```]], - } - } -} - - -TEST { - { - path = 'dir/myfunc.lua', - content = [[ - return function (a, b) - end - ]] - }, - { - path = 'main.lua', - main = true, - content = [[ - myfun - ]], - }, - completion = { - { - label = 'myfunc', - kind = CompletionItemKind.Variable, - detail = 'function', - description = [[ -从 [dir\myfunc.lua]($TESTROOTURI$dir/myfunc.lua) 中导入 - -```lua -function (a: any, b: any) -```]], - } - } -} - -Cared['detail'] = nil -Cared['additionalTextEdits'] = nil -end - -TEST { - { - path = 'a.lua', - content = [[ - A.B = 1 - ]] - }, - { - path = 'main.lua', - main = true, - content = [[ - A. - ]], - }, - completion = EXISTS, -} - -TEST { - { path = 'a.lua', content = '' }, - { - path = 'main.lua', - main = true, - content = [[ - require' - ]] - }, - completion = EXISTS -} - -TEST { - { path = 'a.lua', content = '' }, - { - path = 'main.lua', - main = true, - content = [[ - ---@module - ]] - }, - completion = EXISTS -} - -TEST { - { path = 'abcde.lua', content = '' }, - { - path = 'main.lua', - main = true, - content = [[ - ---@module 'ab' - ]] - }, - completion = EXISTS -} - -config.prop(nil, 'Lua.runtime.special', 'import', 'require') -TEST { - { path = 'abcde.lua', content = '' }, - { - path = 'main.lua', - main = true, - content = [[ - import 'ab' - ]] - }, - completion = EXISTS -} - --- Find obscured modules - -WITH_CONFIG({ - ["Lua.runtime.pathStrict"] = true, - ["Lua.runtime.path"] = { - "?/init.lua", - "sub/?/init.lua", - "obscure_path/?/?/init.lua" - }, -}, function() - TEST { - { path = 'myLib/init.lua', content = 'return {}' }, - { - path = 'main.lua', - main = true, - content = [[ - myLib - ]], - }, - completion = EXISTS - } - - TEST { - { path = 'sub/myLib/init.lua', content = 'return {}' }, - { - path = 'main.lua', - main = true, - content = [[ - myLib - ]], - }, - completion = EXISTS - } - - TEST { - { path = 'sub/myLib/sublib/init.lua', content = 'return {}' }, - { - path = 'main.lua', - main = true, - content = [[ - sublib - ]], - }, - completion = EXISTS - } - - TEST { - { path = 'sublib/init.lua', content = 'return {}' }, - { - path = 'main.lua', - main = true, - content = [[ - sublib - ]], - }, - completion = EXISTS - } - - TEST { - { path = 'obscure_path/myLib/obscure/myLib/obscure/init.lua', content = 'return {}' }, - { - path = 'main.lua', - main = true, - content = [[ - obscure - ]], - }, - completion = EXISTS - } -end) diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua deleted file mode 100644 index b13b57f39..000000000 --- a/test/crossfile/definition.lua +++ /dev/null @@ -1,992 +0,0 @@ -local files = require 'files' -local furi = require 'file-uri' -local core = require 'core.definition' -local config = require 'config' -local platform = require 'bee.platform' -local catch = require 'catch' - -rawset(_G, 'TEST', true) - -local function founded(targets, results) - if #targets ~= #results then - return false - end - for _, target in ipairs(targets) do - for _, result in ipairs(results) do - if target[1] == result[1] - and target[2] == result[2] - and target[3] == result[3] - then - goto NEXT - end - end - do return false end - ::NEXT:: - end - return true -end - ----@async -function TEST(datas) - local targetList = {} - local sourceList - local sourceUri - for i, data in ipairs(datas) do - local uri = furi.encode(data.path) - local newScript, catched = catch(data.content, '!?~') - for _, position in ipairs(catched['!'] or {}) do - targetList[#targetList+1] = { - position[1], - position[2], - uri, - } - end - for _, position in ipairs(catched['~'] or {}) do - targetList[#targetList+1] = { - position[1], - position[2], - uri, - } - end - if #catched['?'] > 0 or #catched['~'] > 0 then - sourceList = catched['?'] + catched['~'] - sourceUri = uri - end - files.setText(uri, newScript) - files.compileState(uri) - end - - local _ = function () - for _, info in ipairs(datas) do - files.remove(furi.encode(info.path)) - end - end - - local sourcePos = (sourceList[1][1] + sourceList[1][2]) // 2 - local positions = core(sourceUri, sourcePos) - if positions then - local result = {} - for i, position in ipairs(positions) do - result[i] = { - position.target.start, - position.target.finish, - position.uri, - } - end - assert(founded(targetList, result)) - else - assert(#targetList == 0) - end -end - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ', - }, -} - -TEST { - { - path = 'aaa/bbb.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require "aaa."', - }, -} - -TEST { - { - path = '@bbb.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ""', - }, -} - -TEST { - { - path = 'aaa/bbb.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ""', - }, -} - -config.set(nil, 'Lua.runtime.pathStrict', true) -TEST { - { - path = 'aaa/bbb.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ""', - }, -} - -TEST { - { - path = 'aaa/bbb.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ""', - }, -} - -config.set(nil, 'Lua.runtime.pathStrict', false) - -TEST { - { - path = 'a.lua', - content = 'return ', - }, - { - path = 'b.lua', - content = 'local <~t~> = require "a"', - }, -} - -TEST { - { - path = 'a.lua', - content = 'return ', - }, - { - path = 'b.lua', - content = [[ ----@module 'a' -local <~t~> -]], - }, -} - ---if require 'bee.platform'.OS == 'Windows' then ---TEST { --- { --- path = 'a.lua', --- content = '', --- target = {0, 0}, --- }, --- { --- path = 'b.lua', --- content = 'require ', --- }, ---} ---end - -TEST { - { - path = 'a.lua', - content = 'return ', - }, - { - path = 'b.lua', - content = 'local <~t~> = require "a"', - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local t = { - = 1, - } - return t - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require "a" - t.() - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - return { - = 1, - } - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require "a" - t.() - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - return - ]], - }, - { - path = 'b.lua', - content = [[ - local = require "a" - () - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - return a():b():c() - ]], - }, - { - path = 'b.lua', - content = [[ - local <~t~> = require 'a' - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - = 1 - ]], - }, - { - path = 'b.lua', - content = [[ - print() - ]], - } -} - -TEST { - { - path = 'b.lua', - content = [[ - print() - ]], - }, - { - path = 'a.lua', - content = [[ - = 1 - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - x = {} - x. = 1 - ]], - }, - { - path = 'b.lua', - content = [[ - print(x.) - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - x. = 1 - ]], - }, - { - path = 'b.lua', - content = [[ - print(x.) - ]], - }, - { - path = 'c.lua', - content = [[ - x = {} - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - return function () - print() - end - ]], - }, - { - path = 'b.lua', - content = [[ - local f = require 'a' - local v = 1 - f(v) - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - return - ]], - }, - { - path = 'b.lua', - content = [[ - local = require 'a' - - ]], - } -} - -TEST { - { - path = 'a.lua', - content = [[ - return - ]] - }, - { - path = 'b.lua', - content = [[ - local f = require 'a' - ]] - }, - { - path = 'c.lua', - content = [[ - local = require 'a' - - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local - return f - ]] - }, - { - path = 'b.lua', - content = [[ - local f = require 'a' - ]] - }, - { - path = 'c.lua', - content = [[ - local = require 'a' - - ]] - } -} - -TEST { - { - path = 'a/xxx.lua', - content = [[ - return - ]] - }, - { - path = 'b/xxx.lua', - content = [[ - local = require 'xxx' - - return function () end - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local x - return { - = x, - } - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - print(t.) - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local - - return { - f = f, - } - ]] - }, - { - path = 'c.lua', - content = [[ - local t = require 'a' - local f = t.f - - f() - - return { - f = f, - } - ]] - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - local = t.f - - () - - return { - f = f, - } - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local m = {} - function m.() - end - return m - ]] - }, - { - path = 'b.lua', - content = [[ - local x = require 'a' - print(x.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local m = {} - function m.() - end - return m - ]] - }, - { - path = 'c.lua', - content = [[ - local x = require 'a' - print(x.func) - ]] - }, - { - path = 'b.lua', - content = [[ - local x = require 'a' - print(x.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - return - ]] - }, - { - path = 'middle.lua', - content = [[ - return { - = require 'a' - } - ]] - }, - { - path = 'b.lua', - content = [[ - local x = require 'middle' - print(x.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local mt = {} - mt.__index = mt - - function mt:(a, b) - end - - return function () - return setmetatable({}, mt) - end - ]], - }, - { - path = 'b.lua', - content = [[ - local m = require 'a' - local obj = m() - obj:() - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - GlobalTable.settings = { - = 1 - } - ]], - }, - { - path = 'b.lua', - content = [[ - local b = GlobalTable.settings - - print(b.) - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@class Class - local obj - ]] - }, - { - path = 'b.lua', - content = [[ - ---@type Class - local - - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@type Class - local - - ]] - }, - { - path = 'b.lua', - content = [[ - ---@class Class - local obj - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local lib = {} - - function lib:fn1() - return self - end - - function lib:() - end - - return lib:fn1() - ]] - }, - { - path = 'b.lua', - content = [[ - local app = require 'a' - print(app.) - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local m = {} - - function m.() - end - - return setmetatable(m, {}) - ]], - }, - { - path = 'b.lua', - content = [[ - local m = require 'a' - - m.() - ]] - } -} - - -if platform.OS == 'Linux' then - -TEST { - { - path = 'test.lua', - content = [[ - return { - = 1, - } - ]], - }, - { - path = 'Test.lua', - content = [[ - return { - x = 1, - } - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'test' - print(t.) - ]] - } -} - -TEST { - { - path = 'test.lua', - content = [[ - return { - x = 1, - } - ]], - }, - { - path = 'Test.lua', - content = [[ - return { - = 1, - } - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'Test' - print(t.) - ]] - } -} - -end - -local originRuntimePath = config.get(nil, 'Lua.runtime.path') -config.set(nil, 'Lua.runtime.path', { - '?/1.lua', -}) -TEST { - { - path = 'd:/xxxx/1.lua', - content = [[ - return - ]], - }, - { - path = 'main.lua', - content = [[ - local = require 'xxxx' - print() - ]], - }, -} - -config.set(nil, 'Lua.runtime.path', { - 'D:/?/1.lua', -}) -TEST { - { - path = 'D:/xxxx/1.lua', - content = [[ - return - ]], - }, - { - path = 'main.lua', - content = [[ - local = require 'xxxx' - print() - ]], - }, -} -config.set(nil, 'Lua.runtime.path', originRuntimePath) - -TEST { - { - path = 'a.lua', - content = [[ - a = b.x - ]], - }, - { - path = 'b.lua', - content = [[ - b = a. - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ -GlobalTable.settings = { - = 1 -} - ]] - }, - { - path = 'b.lua', - content = [[ -local b = GlobalTable.settings - -print(b.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ -GlobalTable = { - settings = { - = 1 - } -} - ]] - }, - { - path = 'b.lua', - content = [[ -local b = GlobalTable.settings - -print(b.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ ----@class A -local t - -t. = 1 - ]] - }, - { - path = 'b.lua', - content = [[ ----@class B -local t - ----@type A -t.x = nil - -print(t.x.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ -return { - = 1, -} -]], - }, - { - path = 'f/a.lua', - content = [[ -return { - x = 1, -} -]] - }, - { - path = 'b.lua', - content = [[ -local t = require 'a' -print(t.) - ]] - } -} - -local originRuntimePath = config.get(nil, 'Lua.runtime.path') - -config.set(nil, 'Lua.runtime.path', { - './?.lua' -}) -TEST { - { - path = 'a.lua', - content = [[ -return { - = 1, -} -]], - }, - { - path = 'b.lua', - content = [[ -local t = require 'a' -print(t.) - ]] - } -} - -config.set(nil, 'Lua.runtime.path', { - '/home/?.lua' -}) -TEST { - { - path = '/home/a.lua', - content = [[ -return { - = 1, -} -]], - }, - { - path = 'b.lua', - content = [[ -local t = require 'a' -print(t.) - ]] - } -} - -config.set(nil, 'Lua.runtime.pathStrict', true) -config.set(nil, 'Lua.runtime.path', { - './?.lua' -}) -TEST { - { - path = 'a.lua', - content = [[ -return { - = 1, -} -]], - }, - { - path = 'b.lua', - content = [[ -local t = require 'a' -print(t.) - ]] - } -} - -config.set(nil, 'Lua.runtime.path', { - '/home/?.lua' -}) -TEST { - { - path = '/home/a.lua', - content = [[ -return { - = 1, -} -]], - }, - { - path = 'b.lua', - content = [[ -local t = require 'a' -print(t.) - ]] - } -} - -config.set(nil, 'Lua.runtime.pathStrict', false) -config.set(nil, 'Lua.runtime.path', originRuntimePath) - --- Don't require self -TEST { - { - path = 'a.lua', - content = [[ -local <~f~> = require 'a' -return function () end - ]] - } -} diff --git a/test/crossfile/diagnostic.lua b/test/crossfile/diagnostic.lua deleted file mode 100644 index 1acf3fe2c..000000000 --- a/test/crossfile/diagnostic.lua +++ /dev/null @@ -1,228 +0,0 @@ -local files = require 'files' -local furi = require 'file-uri' -local core = require 'core.diagnostics' -local config = require 'config' -local platform = require 'bee.platform' -local catch = require 'catch' - - -config.get(nil, 'Lua.diagnostics.neededFileStatus')['deprecated'] = 'Any' -config.get(nil, 'Lua.diagnostics.neededFileStatus')['type-check'] = 'Any' -config.get(nil, 'Lua.diagnostics.neededFileStatus')['duplicate-set-field'] = 'Any' -config.get(nil, 'Lua.diagnostics.neededFileStatus')['codestyle-check'] = 'None' - -rawset(_G, 'TEST', true) - -local function founded(targets, results) - if #targets ~= #results then - return false - end - for _, target in ipairs(targets) do - for _, result in ipairs(results) do - if target[1] == result[1] - and target[2] == result[2] - and target[3] == result[3] - then - goto NEXT - end - end - do return false end - ::NEXT:: - end - return true -end - ----@diagnostic disable: await-in-sync -function TEST(datas) - local targetList = {} - for _, data in ipairs(datas) do - local uri = furi.encode(data.path) - local newScript, catched = catch(data.content, '!') - for _, position in ipairs(catched['!'] or {}) do - targetList[#targetList+1] = { - position[1], - position[2], - uri, - } - end - data.content = newScript - files.setText(uri, newScript) - files.compileState(uri) - end - - local _ = function () - for _, info in ipairs(datas) do - files.remove(furi.encode(info.path)) - end - end - - - local results = {} - local origins = {} - for _, data in ipairs(datas) do - local uri = furi.encode(data.path) - core(uri, false, function (result) - if result.code == datas.code then - results[#results+1] = { - result.start, - result.finish, - uri, - } - end - origins[#origins+1] = result - end) - end - assert(datas.code, 'Need code') - assert(founded(targetList, results)) -end - -TEST { - code = 'different-requires', - { - path = 'f/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require "a"', - }, - { - path = 'c.lua', - content = 'require ', - }, -} - -TEST { - code = 'different-requires', - { - path = 'f/a.lua', - content = '', - }, - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require "a"', - }, - { - path = 'c.lua', - content = 'require "f.a"', - }, -} - -TEST { - code = 'different-requires', - { - path = 'a.lua', - content = '', - }, - { - path = 'f/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require "a"', - }, - { - path = 'c.lua', - content = 'require "f.a"', - }, -} - -TEST { - code = 'different-requires', - { - path = 'a/init.lua', - content = '', - }, - { - path = 'f/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require "a"', - }, - { - path = 'c.lua', - content = 'require "f.a"', - }, -} - -TEST { - code = 'invisible', - { path = 'a.lua', content = [[ - ---@class A - ---@field package x string - - ---@type A - local obj - - print(obj.x) - ]]}, -} - -TEST { - code = 'invisible', - { path = 'a.lua', content = [[ - ---@class A - ---@field package x string - ]]}, - { path = 'b.lua', content = [[ - ---@type A - local obj - - print(obj.) - ]]} -} - -TEST { - code = 'duplicate-doc-field', - { path = 'a.lua', content = [[ - ---@class A - ---@field number - ]]}, - { path = 'b.lua', content = [[ - ---@class A - ---@field number - ]]} -} - -TEST { - code = 'duplicate-set-field', - { path = 'a.lua', content = [[ - ---@class A - local mt - - function () - end - ]]}, - { path = 'b.lua', content = [[ - ---@class A - local mt - - function () - end - ]]} -} - -TEST { - code = 'duplicate-set-field', - { path = 'a.lua', content = [[ - ---@class A - local mt - - function mt:init() - end - ]]}, - { path = 'b.lua', content = [[ - ---@class B: A - local mt - - function mt:init() - end - ]]} -} diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua deleted file mode 100644 index a18c714b9..000000000 --- a/test/crossfile/hover.lua +++ /dev/null @@ -1,1854 +0,0 @@ -local files = require 'files' -local furi = require 'file-uri' -local core = require 'core.hover' -local config = require 'config' -local catch = require 'catch' - -rawset(_G, 'TEST', true) - -local EXISTS = {} - -local function eq(a, b) - if a == EXISTS and b ~= nil then - return true - end - if b == EXISTS and a ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - local mark = {} - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - mark[k] = true - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - end - return a == b -end - ----@diagnostic disable: await-in-sync -function TEST(expect) - local sourcePos, sourceUri - for _, file in ipairs(expect) do - local script, list = catch(file.content, '?') - local uri = furi.encode(file.path) - files.setText(uri, script) - files.compileState(uri) - if #list['?'] > 0 then - sourceUri = uri - sourcePos = (list['?'][1][1] + list['?'][1][2]) // 2 - end - end - - local _ = function () - for _, info in ipairs(expect) do - files.remove(furi.encode(info.path)) - end - end - - local hover = core.byUri(sourceUri, sourcePos) - assert(hover) - local content = tostring(hover):gsub('\r\n', '\n') - assert(eq(content, expect.hover)) -end - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -1 个字节 -``` - ---- - -* [a.lua](file:///a.lua) (搜索路径: `?.lua`)]], -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = '---@module ""', - }, - hover = [[ -* [a.lua](file:///a.lua) (搜索路径: `?.lua`)]], -} - -if require 'bee.platform'.OS == 'Windows' then -TEST { - { - path = 'Folder/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -1 个字节 -``` - ---- - -* [Folder\a.lua](file:///Folder/a.lua) (搜索路径: `Folder\?.lua`)]], -} - -TEST { - { - path = 'Folder/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -8 个字节 -``` - ---- - -* [Folder\a.lua](file:///Folder/a.lua) (搜索路径: `?.lua`)]], -} - -TEST { - { - path = 'Folder/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -8 个字节 -``` - ---- - -* [Folder\a.lua](file:///Folder/a.lua) (搜索路径: `?.lua`)]], -} -else -TEST { - { - path = 'Folder/a.lua', - content = '', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -1 个字节 -``` - ---- - -* [Folder/a.lua](file:///Folder/a.lua) (搜索路径: `Folder/?.lua`)]], -} -end - -TEST { - { - path = 'a.lua', - content = '---@meta _', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -1 个字节 -```]], -} - -TEST { - { - path = 'a.lua', - content = '---@meta xxx', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [[ -```lua -1 个字节 -```]], -} - -TEST { - { - path = 'a.lua', - content = '---@meta xxx', - }, - { - path = 'b.lua', - content = 'require ', - }, - hover = [=[ -```lua -3 个字节 -``` - ---- - -* [[meta]](file:///a.lua)]=], -} - -TEST { - { - path = 'a.lua', - content = [[ - local function f(a, b) - end - return f - ]], - }, - { - path = 'b.lua', - content = [[ - local x = require 'a' - () - ]] - }, - hover = [[ -```lua -function f(a: any, b: any) -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - return function (a, b) - end - ]], - }, - { - path = 'b.lua', - content = [[ - local f = require 'a' - () - ]] - }, - hover = [[ -```lua -function (a: any, b: any) -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - local mt = {} - mt.__index = mt - - function mt:add(a, b) - end - - return function () - return setmetatable({}, mt) - end - ]], - }, - { - path = 'b.lua', - content = [[ - local m = require 'a' - local obj = m() - obj:() - ]] - }, - hover = [[ -```lua -(method) mt:add(a: any, b: any) -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - t = { - [1] = 1, - } - ]], - }, - { - path = 'b.lua', - content = [[ - [1] = 2 - ]] - }, - hover = [[ -```lua -(global) t: { - [1]: integer = 1|2, -} -```]], -} - -TEST { - { - path = 'a.lua', - content = [[ - t = { - [1] = 1, - } - ]], - }, - { - path = 'a.lua', - content = [[ - [1] = 2 - ]] - }, - hover = [[ -```lua -(global) t: { - [1]: integer = 2, -} -```]], -} - -TEST { - { - path = 'a.lua', - content = [[ - return { - a = 1, - b = 2, - } - ]], - }, - { - path = 'b.lua', - content = [[ - local = require 'a' - ]] - }, - hover = [[ -```lua -local t: { - a: integer = 1, - b: integer = 2, -} -```]], -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ - --- abc - ---@param x number - function (x) end - ]], - }, - hover = [[ -```lua -function f(x: number) -``` - ---- - - abc]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ - --- abc - = 1 - ]], - }, - hover = [[ -```lua -(global) x: integer = 1 -``` - ---- - - abc]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ - ---@param x string - ---| "选项1" # 注释1 - ---| > "选项2" # 注释2 - function (x) end - ]] - }, - hover = [[ -```lua -function f(x: string|"选项1"|"选项2") -``` - ---- - -```lua -x: - | "选项1" -- 注释1 - -> "选项2" -- 注释2 -```]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ - ---@alias option - ---| "选项1" # 注释1 - ---| > "选项2" # 注释2 - ---@param x option - function (x) end - ]] - }, - hover = [[ -```lua -function f(x: "选项1"|"选项2") -``` - ---- - -```lua -x: - | "选项1" -- 注释1 - -> "选项2" -- 注释2 -```]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ - ---@alias option - ---| "选项1" # 注释1 - ---| > "选项2" # 注释2 - ---@return option x - function () end - ]] - }, - hover = [[ -```lua -function f() - -> x: "选项1"|"选项2" -``` - ---- - -```lua -x: - | "选项1" -- 注释1 - -> "选项2" -- 注释2 -```]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ - ---@alias option - ---| "选项1" # 注释1 - ---| > "选项2" # 注释2 - ---@return option - function () end - ]] - }, - hover = [[ -```lua -function f() - -> "选项1"|"选项2" -``` - ---- - -```lua -return #1: - | "选项1" -- 注释1 - -> "选项2" -- 注释2 -```]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ ----@param x string this is comment -function f() end - ]] - }, - hover = [[ -```lua -(parameter) x: string -``` - ---- - -this is comment]] -} - -TEST { - { - path = 'a.lua', - content = '', - }, - { - path = 'b.lua', - content = [[ ----@param x string this is comment ----@param y table -- comment 1 ----@return boolean name #comment 2 ----@return number @comment 3 -function (x, y) end - ]] - }, - hover = [[ -```lua -function f(x: string, y: table) - -> name: boolean - 2. number -``` - ---- - -@*param* `x` — this is comment - -@*param* `y` — comment 1 - -@*return* `name` — comment 2 - -@*return* — comment 3]] -} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----Comment ----@param x string ----@return string # this is comment -function f() end - ]] -}, -hover = [[ -```lua -(parameter) x: string -```]]} - - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---comment1 - ---@param arg1 integer - ---@param arg2 integer comment2 - ---@return boolean - ---comment3 - function (arg1, arg2) end - ]] -}, -hover = [[ -```lua -function f(arg1: integer, arg2: integer) - -> boolean -``` - ---- - -comment1 - -@*param* `arg2` — comment2 - -comment3]]} - - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---@param arg3 integer comment3 - ---@overload fun(arg3) - ---@param arg1 integer comment1 - ---@param arg2 integer comment2 - ---@return boolean - function (arg1, arg2) end - ]] -}, -hover = [[ -```lua -function f(arg1: integer, arg2: integer) - -> boolean -``` - ---- - -@*param* `arg3` — comment3 - ---- - -@*param* `arg1` — comment1 - -@*param* `arg2` — comment2 - ---- - -```lua -function f(arg3: any) -```]]} - - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---@return boolean, string #comment - function () end - ]] -}, -hover = [[ -```lua -function f() - -> boolean - 2. string -``` - ---- - -@*return* — comment]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---@return boolean - ---@return string #comment - function () end - ]] -}, -hover = [[ -```lua -function f() - -> boolean - 2. string -``` - ---- - -@*return* - -@*return* — comment]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---@return boolean - ---@return string - function () end - ]] -}, -hover = [[ -```lua -function f() - -> boolean - 2. string -```]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---comment1 - ---comment2 - function () end - ]] -}, -hover = [[ -```lua -function f() -``` - ---- - -comment1 -comment2]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ - ---@param a boolean # xxx - ---| true # ttt - ---| false # fff - local function (a) - end - ]] -}, -hover = [[ -```lua -function f(a: boolean) -``` - ---- - -@*param* `a` — xxx - -```lua -a: - | true -- ttt - | false -- fff -```]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----AAA ----@class A - ----@type A -local - ]] -}, -hover = [[ -```lua -local x: A -``` - ---- - -AAA]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----AAA ----@class A ----BBB ----@field n string -local - ]] -}, -hover = [[ -```lua -local x: A { - n: string, -} -``` - ---- - -AAA]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----AAA ----@class A - ----BBB ----@type A -local - ]] -}, -hover = [[ -```lua -local x: A -``` - ---- - -BBB - ---- - -AAA]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----AAA -G. = 1 - ----BBB -G.A = 1 - ]] -}, -hover = [[ -```lua -(global) G.A: integer = 1 -``` - ---- - -AAA - ---- - -BBB]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----AAA -G.A = 1 - ----BBB -G. = 1 - ]] -}, -hover = [[ -```lua -(global) G.A: integer = 1 -``` - ---- - -BBB - ---- - -AAA]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----I am the class description. ----@class Food ----@field firstField number ----@field secondField number -local food = {} - -food. = 0 -food.secondField = 2 -]] -}, -hover = [[ -```lua -(field) Food.firstField: number -```]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ---[=[ -I'm a multiline comment -]=] -local -]] -}, -hover = [[ -```lua -local food: unknown -``` - ---- - -I'm a multiline comment -]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----@return string # 'this is a tab `\t`' -local function () end -]] -}, -hover = [[ -```lua -function f() - -> string -``` - ---- - -@*return* — this is a tab ` `]]} - -TEST { - { - path = 'a.lua', - content = [[ ----@class string - ----@generic T: table, K, V ----@param t T ----@return fun(table: table, index?: K):K, V ----@return T -local function pairs(t) end - -return pairs - ]] - }, - { - path = 'b.lua', - content = [[ -local pairs = require 'a' - ----@type table -local t - -for , v in pairs(t) do -end - ]] - }, - hover = [[ -```lua -local k: string -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ ----@class string - ----@generic T: table, K, V ----@param t T ----@return fun(table: table, index?: K):K, V ----@return T -function tpairs(t) end - ]] - }, - { - path = 'b.lua', - content = [[ -local pairs = require 'a' - ----@type table -local t - -for , v in tpairs(t) do -end - ]] - }, - hover = [[ -```lua -local k: string -```]] -} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----@class bthci -bthci = {} - ----@class adv ----@field CONN_DIR_HI integer ----@field CHAN_ALL integer -bthci.adv = {} - ---- Sends a raw HCI command to the BlueTooth controller. -function bthci.(hcibytes, callback) end - ---- Resets the BlueTooth controller. -function bthci.reset(callback) end -]] -}, -hover = [[ -```lua -function bthci.rawhci(hcibytes: any, callback: any) -``` - ---- - - Sends a raw HCI command to the BlueTooth controller.]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----@type string | fun(): string -local -]] -}, -hover = [[ -```lua -local t: string|fun():string -``` - ---- - -```lua -function t() - -> string -```]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----@alias T ----comment 1 ----comment 2 ----| 'a' ----comment 3 ----comment 4 ----| 'b' - ----@param p T -local function (p) -end -]] -}, -hover = [[ -```lua -function f(p: 'a'|'b') -``` - ---- - -```lua -p: - | 'a' -- comment 1 - -- comment 2 - | 'b' -- comment 3 - -- comment 4 -```]]} - ---TEST {{ path = 'a.lua', content = '', }, { --- path = 'b.lua', --- content = [[ ------@param x number # aaa ---local f --- ---function f() end ---]] ---}, ---hover = [[ ---```lua ---local x: number ---``` --- ------ --- aaa]]} - -TEST {{ path = 'a.lua', content = '', }, { - path = 'b.lua', - content = [[ ----line1 ---- ----line2 -local function () end -]] -}, -hover = [[ -```lua -function fn() -``` - ---- - -line1 - -line2]]} - -TEST { - { - path = 'a.lua', - content = [[ ----@type string[] -local ss - -for _, s in ipairs(ss) do - print() -end -]], - }, - { - path = 'b.lua', - content = [[ - - - -for _, x in ipairs({} and {}) do - print() -- `x` is infered as `string` (fixed bug) -end -]], - }, - hover = [[ -```lua -local x: unknown -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ ----@class A ----@field x number -G = {} -]], - }, - { - path = 'b.lua', - content = [[ - -]], - }, - hover = [[ -```lua -(global) G: A { - x: number, -} -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@overload fun(self, a) - function C:(a, b) end - ]] - }, - hover = [[ -```lua -(method) C:f(a: any, b: any) -``` - ---- - -```lua -(method) C:f(a: any) -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@overload fun(self, a) - function C.(a, b) end - ]] - }, - hover = [[ -```lua -function C.f(a: any, b: any) -``` - ---- - -```lua -function C.f(self: any, a: any) -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@async - ---@overload async fun(self, a) - function C:(a, b) end - ]] - }, - hover = [[ -```lua -(async) (method) C:f(a: any, b: any) -``` - ---- - -```lua -(async) (method) C:f(a: any) -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@class Apple - ---The color of your awesome apple! - ---@field color string - local Apple = {} - - Apple. - ]] - }, - hover = [[ -```lua -(field) Apple.color: string -``` - ---- - -The color of your awesome apple!]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@type fun(x: number, y: number, ...: number):(x: number, y: number, ...: number) - local - ]] - }, - hover = [[ -```lua -local f: fun(x: number, y: number, ...number):(x: number, y: number, ...number) -``` - ---- - -```lua -function f(x: number, y: number, ...: number) - -> x: number - 2. y: number - 3. ...number -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@param p 'a1' | 'a2' - ---@param ... 'a3' | 'a4' - ---@return 'r1' | 'r2' ret1 - ---@return 'r3' | 'r4' ... - local function (p, ...) end - ]] - }, - hover = [[ -```lua -function f(p: 'a1'|'a2', ...'a3'|'a4') - -> ret1: 'r1'|'r2' - 2. ...'r3'|'r4' -``` - ---- - -```lua -p: - | 'a1' - | 'a2' - -...(param): - | 'a3' - | 'a4' - -ret1: - | 'r1' - | 'r2' - -...(return): - | 'r3' - | 'r4' -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@type integer @ comments - local - ]] - }, - hover = [[ -```lua -local n: integer -``` - ---- - -comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - --- comments - ---@type integer - local - ]] - }, - hover = [[ -```lua -local n: integer -``` - ---- - - comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@type integer - --- comments - local - ]] - }, - hover = [[ -```lua -local n: integer -``` - ---- - - comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@TODO XXXX - ---@type integer @ comments - local - ]] - }, - hover = [[ -```lua -local n: integer -``` - ---- - -comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@type integer @ comments - ---@TODO XXXX - local - ]] - }, - hover = [[ -```lua -local n: integer -``` - ---- - -comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - --[here](x.lua) - local - ]] - }, - hover = [[ -```lua -local n: unknown -``` - ---- - -[here](file:///x.lua)]] -} - -TEST { - { - path = 'a.lua', - content = [[ - --[here](D:/x.lua) - local - ]] - }, - hover = [[ -```lua -local n: unknown -``` - ---- - -[here](file:///d%3A/x.lua)]] -} - -TEST { - { - path = 'a.lua', - content = [[ - --[here](command:xxxxx) - local - ]] - }, - hover = [[ -```lua -local n: unknown -``` - ---- - -[here](command:xxxxx)]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@class A - ---@field x number # comments - - ---@type A - local t - - print(t.) - ]] - }, - hover = [[ -```lua -(field) A.x: number -``` - ---- - -comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - -- comments - = function () end - ]] - }, - hover = [[ -```lua -function A() -``` - ---- - - comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - local t = { - -- comments - = function () end - } - ]] - }, - hover = [[ -```lua -function A() -``` - ---- - - comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - -- comments - ---@return number - = function () end - ]] - }, - hover = [[ -```lua -function A() - -> number -``` - ---- - - comments]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@alias A - ---| 1 # comment1 - ---| 2 # comment2 - - ---@type A - local - ]] - }, - hover = [[ -```lua -local x: 1|2 -``` - ---- - -```lua -A: - | 1 -- comment1 - | 2 -- comment2 -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@enum - local t = { - x = 1, - y = 2, - z = 3, - } - ]] - }, - hover = [[ -```lua -(enum) A -``` - ---- - -```lua -{ - x: integer = 1, - y: integer = 2, - z: integer = 3, -} -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@enum - local t = - { - x = 1, - y = 2, - z = 3, - } - ]] - }, - hover = [[ -```lua -(enum) A -``` - ---- - -```lua -{ - x: integer = 1, - y: integer = 2, - z: integer = 3, -} -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@enum - local t = { - x = 1 << 0, - y = 1 << 1, - z = 1 << 2, - } - ]] - }, - hover = [[ -```lua -(enum) A -``` - ---- - -```lua -{ - x: integer = 1, - y: integer = 2, - z: integer = 4, -} -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@enum(key) - local t = { - x = 1 << 0, - y = 1 << 1, - z = 1 << 2, - } - ]] - }, - hover = [[ -```lua -(enum) A -``` - ---- - -```lua -"x" | "y" | "z" -```]] -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@alias someType - ---| "#" # description - - ---@type someType - local - ]] - }, - hover = [[ -```lua -local someValue: "#" -``` - ---- - -```lua -someType: - | "#" -- description -```]] -} - -TEST { { path = 'a.lua', content = [[ ----@overload fun(x: number) ----@overload fun(x: number, y: number) -local function (...) -end -]] }, -hover = [[ -```lua -function f(x: number) -``` - ---- - -```lua -function f(x: number, y: number) -```]] -} - -TEST { { path = 'a.lua', content = [[ ----@overload fun(x: number) ----@overload fun(x: number, y: number) -local function f(...) -end - - -]] }, -hover = [[ -```lua -function f(x: number) -``` - ---- - -```lua -function f(x: number, y: number) -```]] -} - -TEST { { path = 'a.lua', content = [[ ----@overload fun(self: self, x: number) ----@overload fun(self: self, x: number, y: number) -function M:f(...) -end - -M: -]] }, -hover = [[ -```lua -(method) M:f(x: number) -``` - ---- - -```lua -(method) M:f(x: number, y: number) -```]] -} - -TEST { {path = 'a.lua', content = [[ ----@class A - ----@see A # comment1 -local -]]}, -hover = [[ -```lua -local x: unknown -``` - ---- - -See: [A](file:///a.lua#1#10) comment1]] -} - -TEST { {path = 'a.lua', content = [[ ----@class A - -TTT = 1 - ----@see A # comment1 ----@see TTT # comment2 -local -]]}, -hover = [[ -```lua -local x: unknown -``` - ---- - -See: - * [A](file:///a.lua#1#10) comment1 - * [TTT](file:///a.lua#3#0) comment2]] -} - -TEST { {path = 'a.lua', content = [[ ----comment1 ----comment2 ----@overload fun() ----@param x number -local function (x) end -]]}, -hover = [[ -```lua -function f(x: number) -``` - ---- - -comment1 -comment2 - ---- - -```lua -function f() -```]] -} - -TEST { {path = 'a.lua', content = [[ ----"hello world" this is ok ----@param bar any "lorem ipsum" this is ignored ----@param baz any # "dolor sit" this is ignored -local function (bar, baz) -end -]]}, -hover = [[ -```lua -function foo(bar: any, baz: any) -``` - ---- - -"hello world" this is ok - -@*param* `bar` — "lorem ipsum" this is ignored - -@*param* `baz` — "dolor sit" this is ignored]] -} - -TEST { {path = 'a.lua', content = [[ ---comment1 -local x - ---comment2 -x = 1 - -print() -]]}, -hover = [[ -```lua -local x: integer = 1 -``` - ---- - -comment1]] -} - -TEST { {path = 'a.lua', content = [[ -local t = {} - -print(['a b']) -]]}, -hover = [[ -```lua -local t: { - ['a b']: unknown, -} -```]] -} diff --git a/test/crossfile/infer.lua b/test/crossfile/infer.lua deleted file mode 100644 index de29007b0..000000000 --- a/test/crossfile/infer.lua +++ /dev/null @@ -1,165 +0,0 @@ -local files = require 'files' -local furi = require 'file-uri' -local vm = require 'vm' -local guide = require 'parser.guide' -local catch = require 'catch' - -rawset(_G, 'TEST', true) - -local function getSource(uri, pos) - local state = files.getState(uri) - if not state then - return - end - local result - guide.eachSourceContain(state.ast, pos, function (source) - if source.type == 'local' - or source.type == 'getlocal' - or source.type == 'setlocal' - or source.type == 'setglobal' - or source.type == 'getglobal' - or source.type == 'field' - or source.type == 'method' - or source.type == 'function' - or source.type == 'table' - or source.type == 'doc.type.name' then - result = source - end - end) - return result -end - -local EXISTS = {} - -local function eq(a, b) - if a == EXISTS and b ~= nil then - return true - end - if b == EXISTS and a ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - local mark = {} - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - mark[k] = true - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - end - return a == b -end - ----@diagnostic disable: await-in-sync -function TEST(expect) - local sourcePos, sourceUri - for _, file in ipairs(expect) do - local script, list = catch(file.content, '?') - local uri = furi.encode(file.path) - files.setText(uri, script) - files.compileState(uri) - if #list['?'] > 0 then - sourceUri = uri - sourcePos = (list['?'][1][1] + list['?'][1][2]) // 2 - end - end - - local _ = function () - for _, info in ipairs(expect) do - files.remove(furi.encode(info.path)) - end - end - - local source = getSource(sourceUri, sourcePos) - assert(source) - local view = vm.getInfer(source):view(sourceUri) - assert(eq(view, expect.infer)) -end - -TEST { - { - path = 'a.lua', - content = [[ ----@class T -local x - ----@class V -x.y = 1 -]], - }, - { - path = 'b.lua', - content = [[ ----@type T -local x - -if x.y then - print(x.) -end - ]], - }, - infer = 'V', -} - -TEST { - { path = 'a.lua', content = [[ -X = 1 -X = true -]], }, - { path = 'b.lua', content = [[ -print() -]], }, - infer = 'integer', -} - -TEST { - { path = 'a.lua', content = [[ ----@meta -X = 1 -X = true -]], }, - { path = 'b.lua', content = [[ -print() -]], }, - infer = 'boolean|integer', -} - -TEST { - { path = 'a.lua', content = [[ -return 1337, "string", true -]], }, - { path = 'b.lua', content = [[ -local , b, c = require 'a -]], }, - infer = 'integer', -} - -TEST { - { path = 'a.lua', content = [[ -return 1337, "string", true -]], }, - { path = 'b.lua', content = [[ -local a, , c = require 'a -]], }, - infer = 'unknown', -} - -TEST { - { path = 'a.lua', content = [[ -return 1337, "string", true -]], }, - { path = 'b.lua', content = [[ -local a, b, = require 'a -]], }, - infer = 'nil', -} diff --git a/test/crossfile/init.lua b/test/crossfile/init.lua deleted file mode 100644 index d4cef46a2..000000000 --- a/test/crossfile/init.lua +++ /dev/null @@ -1,6 +0,0 @@ -require 'crossfile.definition' -require 'crossfile.infer' -require 'crossfile.references' -require 'crossfile.hover' -require 'crossfile.completion' -require 'crossfile.diagnostic' diff --git a/test/crossfile/references.lua b/test/crossfile/references.lua deleted file mode 100644 index 36c081708..000000000 --- a/test/crossfile/references.lua +++ /dev/null @@ -1,391 +0,0 @@ ----@diagnostic disable: await-in-sync -local files = require 'files' -local furi = require 'file-uri' -local core = require 'core.reference' -local catch = require 'catch' - -rawset(_G, 'TEST', true) - -local EXISTS = {} - -local function eq(a, b) - if a == EXISTS and b ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - local mark = {} - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - mark[k] = true - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - end - return a == b -end - -local function founded(targets, results) - if #targets ~= #results then - return false - end - for _, target in ipairs(targets) do - for _, result in ipairs(results) do - if target[1] == result[1] - and target[2] == result[2] - and target[3] == result[3] - then - goto NEXT - end - end - do return false end - ::NEXT:: - end - return true -end - -function TEST(datas) - local targetList = {} - local sourceList - local sourceUri - for i, data in ipairs(datas) do - local uri = furi.encode(TESTROOT .. data.path) - local newScript, catched = catch(data.content, '!?~') - if catched['!'] or catched['~'] then - for _, position in ipairs(catched['!'] + catched['~']) do - targetList[#targetList+1] = { - position[1], - position[2], - uri, - } - end - end - if #catched['?'] > 0 or #catched['~'] > 0 then - sourceList = catched['?'] + catched['~'] - sourceUri = uri - end - files.setText(uri, newScript) - files.compileState(uri) - end - - local _ = function () - for _, info in ipairs(datas) do - files.remove(furi.encode(TESTROOT .. info.path)) - end - end - - local sourcePos = (sourceList[1][1] + sourceList[1][2]) // 2 - local positions = core(sourceUri, sourcePos, true) - if positions then - local result = {} - for i, position in ipairs(positions) do - result[i] = { - position.target.start, - position.target.finish, - position.uri, - } - end - assert(founded(targetList, result)) - else - assert(#targetList == 0) - end -end - -TEST { - { - path = 'a.lua', - content = [[ - = 1 - ]], - }, - { - path = 'b.lua', - content = [[ - print(<~ROOT~>) - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - <~ROOT~> = 1 - ]], - }, - { - path = 'b.lua', - content = [[ - print() - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@type A - local t - - t.() - ]] - }, - { - path = 'b.lua', - content = [[ - ---@class A - local mt - - function mt.<~f~>() - end - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local t = {} - t.<~x~> = 1 - return t - ]] - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - - print(t.) - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local f = require 'lib' - () - ]], - }, - { - path = 'lib.lua', - content = [[ - return () - end - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local m = {} - function m.<~func~>() - end - return m - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - t.() - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - return () end - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - () - ]], - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local function <~f~>() - end - - return { - f = , - } - ]] - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - local f = t.f - - f() - - return { - f = f, - } - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local f() - end - - return { - f = f, - } - ]] - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - local f = t.f - - () - - return { - f = f, - } - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ - local f() - end - - return { - f = f, - } - ]] - }, - { - path = 'b1.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, - { - path = 'b2.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, - { - path = 'b3.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, - { - path = 'b4.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, - { - path = 'b5.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, - { - path = 'b6.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, - { - path = 'b7.lua', - content = [[ - local t = require 'a' - t.() - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - local <~x~> = require 'b' - return - ]] - }, - { - path = 'b.lua', - content = [[ - local y = require 'a' - return y - ]] - }, -} - -TEST { - { - path = 'a.lua', - content = [[ - ---@alias <~XX~> number - ]] - }, - { - path = 'b.lua', - content = [[ - ---@type - ]] - } -} diff --git a/test/definition/arg.lua b/test/definition/arg.lua deleted file mode 100644 index 9e88b2bf2..000000000 --- a/test/definition/arg.lua +++ /dev/null @@ -1,19 +0,0 @@ -TEST [[ -local function xx () - () -end -]] - -TEST [[ -local -function mt:x() - () -end -mt:x() -]] - -TEST [[ -function mt:x() - () -end -]] diff --git a/test/definition/bug.lua b/test/definition/bug.lua deleted file mode 100644 index 2e2a59724..000000000 --- a/test/definition/bug.lua +++ /dev/null @@ -1,260 +0,0 @@ -local config = require "config" - -TEST [[ -local -function _(x) -end -function _() - () -end -]] - -TEST [[ -function _() - do return end - () -end -]] - -TEST [[ -local -function a:b() - a:b() - () -end -]] - ---TEST [[ ---function _(...) --- function _() --- print() --- end ---end ---]] - -TEST [[ -local -( / b)() -]] - -TEST [[ -local -io.load(root / .source / 'API' / path) -]] - -TEST [[ -obj[#+1] = {} -]] - -TEST [[ -self = { - = {} -} -self[self.] = lbl -]] - -TEST [[ -self = { - results = { - = {}, - } -} -self[self.results.] = lbl -]] - -TEST [[ -self.results = { - = {}, -} -self[self.results.] = lbl -]] - -TEST [[ -self.results. = {} -self[self.results.] = lbl -]] - -TEST [[ -local mt = {} -function mt:() -end -mt:x() -mt:() -]] - -TEST [[ -local function func() - x = { - xx(), - , - } -end -]] - -TEST [[ -local -local t = { - ..., - , -} -]] - -TEST [[ -local a -local -return f(), -]] - -TEST [[ -local a = os.clock() -local ?> = os.clock() -]] - -TEST [[ -local mt = {} - -function mt:(a, b) -end - -local function init() - return mt -end - -local t = init() -t:() -]] - -TEST [[ -local mt = {} -mt.__index = mt - -function mt:(a, b) -end - -local function init() - return setmetatable({}, mt) -end - -local t = init() -t:() -]] - -TEST [[ -local t = {} -t.f1 = 1 -t. = t.f1 - -print(t.) -]] - -TEST [[ -local t = {} -t.f1 = 1 -t. = t.f1 -t.f1 = t.f2 - -print(t.) -]] - -TEST [[ ----@type string -string.xx = '' -string.xx:() -]] - ---TEST [[ ------@class Foo ---Foo = {} ---function Foo:Constructor() --- self. = 1 ---end --- ------@class Foo2: Foo ---Foo2 = {} ---function Foo2:Constructor() ---end --- ------@type Foo2 ---local v ---v. ---]] - -TEST [[ -local A, B - -function A:get1() - local a = B:get() - return a -end - -function A:get2() - local a = B:get() - return a -end - -function A:get3() - local a = B:get() - return a -end - -function A:get4() - local a = B:get() - return a -end - -function A:get5() - local a = B:get() - return a -end - -function A:get6() - local a = B:get() - return a -end - -function A:get7() - local a = B:get() - return a -end - -function A:get8() - local a = B:get() - return a -end - -function B:get() - local b - b = A:get1() - b = A:get2() - b = A:get3() - b = A:get4() - b = A:get5() - b = A:get6() - b = A:get7() - b = A:get8() - return b -end - -local = B:get() -print() -]] - -TEST [[ -g[a.b.c] = 1 -print(g.) -]] - -TEST [[ -local function f() - return '' -end - -local ?> = '' -]] - -TEST [[ -local t, a -local = t[a] - -t[a] = -]] diff --git a/test/definition/field.lua b/test/definition/field.lua deleted file mode 100644 index 5b5b67f92..000000000 --- a/test/definition/field.lua +++ /dev/null @@ -1,23 +0,0 @@ -TEST [[ -X. = 1 - -local t = X - -print(t.) -]] - -TEST [[ -X.x. = 1 - -local t = X.x - -print(t.) -]] - -TEST [[ -X.x. = 1 - -local t = X - -print(t.x.) -]] diff --git a/test/definition/function.lua b/test/definition/function.lua deleted file mode 100644 index 95dd1b57c..000000000 --- a/test/definition/function.lua +++ /dev/null @@ -1,29 +0,0 @@ - -TEST [[ -function () end -() -]] - -TEST [[ -local function () end -() -]] - -TEST [[ -local x -local function () - () -end -]] - -TEST [[ -local -function () -end -() -]] - -TEST [[ -local = -() -]] diff --git a/test/definition/init.lua b/test/definition/init.lua deleted file mode 100644 index eb6f14351..000000000 --- a/test/definition/init.lua +++ /dev/null @@ -1,56 +0,0 @@ -local core = require 'core.definition' -local files = require 'files' -local vm = require 'vm' -local catch = require 'catch' - -rawset(_G, 'TEST', true) - -local function founded(targets, results) - if #targets ~= #results then - return false - end - for _, target in ipairs(targets) do - for _, result in ipairs(results) do - if target[1] == result[1] and target[2] == result[2] then - goto NEXT - end - end - do return false end - ::NEXT:: - end - return true -end - ----@async -function TEST(script) - local newScript, catched = catch(script, '!?') - - files.setText(TESTURI, newScript) - - local results = core(TESTURI, catched['?'][1][1]) - if results then - local positions = {} - for i, result in ipairs(results) do - if not vm.isMetaFile(result.uri) then - positions[#positions+1] = { result.target.start, result.target.finish } - end - end - assert(founded(catched['!'], positions)) - else - assert(#catched['!'] == 0) - end - - files.remove(TESTURI) -end - -require 'definition.local' -require 'definition.set' -require 'definition.field' -require 'definition.arg' -require 'definition.function' -require 'definition.table' -require 'definition.method' -require 'definition.label' -require 'definition.special' -require 'definition.bug' -require 'definition.luadoc' diff --git a/test/definition/label.lua b/test/definition/label.lua deleted file mode 100644 index 205915b64..000000000 --- a/test/definition/label.lua +++ /dev/null @@ -1,29 +0,0 @@ -TEST [[ -:::: -goto -]] - -TEST [[ -goto -:::: -]] - -TEST [[ -::LABEL:: -function _() - goto -end -]] - -TEST [[ -do - goto -end -:::: -]] - -TEST [[ -::LABEL:: -goto -:::: -]] diff --git a/test/definition/local.lua b/test/definition/local.lua deleted file mode 100644 index 4153bfa01..000000000 --- a/test/definition/local.lua +++ /dev/null @@ -1,195 +0,0 @@ -TEST [[ -local -() -]] - -TEST [[ -local z, y, -() -]] - -TEST [[ -local = 1 -() -]] - -TEST [[ -local z, y, = 1 -() -]] - -TEST [[ -local x -local -() -]] - -TEST [[ -local -do - () -end -]] - -TEST [[ -local -do - local x -end -() -]] - -TEST [[ -local -if then - local x -end -]] - -TEST [[ -local -if x then - local x -elseif then - local x -end -]] - -TEST [[ -local -if x then - local x -elseif x then - local x -else - local x -end -() -]] - -TEST [[ -local -if x then - () -elseif x then - local x -else - local x -end -]] - -TEST [[ -local -for x = 1, 10 do -end -() -]] - -TEST [[ -local x -for = 1, 10 do - () -end -]] - -TEST [[ -local -for x in x do -end -() -]] - -TEST [[ -local -for x in do -end -]] - -TEST [[ -local x -for in x do - () -end -]] - -TEST [[ -local x -for z, y, in x do - () -end -]] - -TEST [[ -local -while do -end -]] - -TEST [[ -local -while x do - () -end -]] - -TEST [[ -local -while x do - local x -end -() -]] - -TEST [[ -local -repeat - () -until true -]] - -TEST [[ -local -repeat - local x -until true -() -]] - -TEST [[ -local -repeat -until -]] - -TEST [[ -local x -repeat - local -until -]] - -TEST [[ -local -function _() - local x -end -() -]] - -TEST [[ -local -return function () - () -end -]] - -TEST [[ -local -local x = function () - () -end -]] - -TEST [[ -local ?> -]] diff --git a/test/definition/luadoc.lua b/test/definition/luadoc.lua deleted file mode 100644 index b877f5cd5..000000000 --- a/test/definition/luadoc.lua +++ /dev/null @@ -1,989 +0,0 @@ -local config = require "config.config" -config.set(nil, 'Lua.type.castNumberToInteger', false) -TEST [[ ----@class ----@class B : -]] - -TEST [[ ----@class ----@type B| -]] - -TEST [[ ----@class Class -local ?> ----@type Class -local x -]] - -TEST [[ ----@class Class -local t ----@type Class -local ?> -]] - -TEST [[ ----@class A -local mt = {} -function mt:() -end - ----@type A -local obj -obj:() -]] - -TEST [[ ----@class A ----@field x number - ----@class B: A ----@field boolean - ----@type B -local t - -t. -]] - -TEST [[ ----@class A ----@field number - ----@class B: A - ----@type B -local t - -t. -]] - -TEST [[ ----@class A -local A - -function A:x() end - ----@class B: A -local B - - - ----@type B -local t - -local !> = t.x -]] - -TEST [[ ----@class A -local A - - - ----@class B: A -local B - ----@type B -local t - -local !> = t.x -]] - -TEST [[ ----@type A -local obj -obj:() - ----@class A -local mt -function mt:() -end -]] - -TEST [[ ----@type A -local obj -obj:() - ----@class A -local mt = {} -function mt:() -end -]] - -TEST [[ ----@alias A ----@type -]] - -TEST [[ ----@class ----@param a -]] - -TEST [[ ----@type -local ?> -]] - -TEST [[ ----@param f -function t(?>) end -]] - -TEST [[ ----@vararg -function f() end -]] - -TEST [[ ----@param ... -function f() end -]] - -TEST [[ ----@alias A - ----@type A -local !> -]] - -TEST [[ ----@class A: - ----@type A -local !> -]] - -TEST [[ ----@overload ----@param x number ----@param y boolean ----@param z string -function (x, y, z) end - -print() -]] - -TEST [[ -local function f() - local x - return x -end - ----@class Class -local mt - ----@type Class -local ?> = f() -]] - -TEST [[ ----@class Class ----@field string ----@field id integer -local mt = {} -mt. -]] - -TEST [[ ----@alias string - ----@type -]] - -TEST [[ ----@class X ----@field string - ----@class Y:X - ----@type Y -local y -y. -]] - -TEST [[ ----@class -local mt - -function mt:f() -end - ----@see -]] - -TEST [[ ----@class A -local mt - -function () -end - ----@see -]] - -TEST [[ -AAA = {} - = 1 - ----@see -]] - -TEST [[ ----@class AAAA ----@field a AAAA -AAAA = {}; - -function AAAA:() - -end - -AAAA.a. -]] - -TEST [[ ----@return -local function f() end - -local ?> = f() -]] - -TEST [[ ----@generic T ----@param p T ----@return T -local function f(p) end - -local k = -local ?> = f(k) -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@generic T ----@param arg1 T ----@return T -function Generic(arg1) print(arg1) end - -local v1 = Generic(Foo) -print(v1.) -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:bar1() end - ----@generic T ----@param arg1 T ----@return T -function Generic(arg1) print(arg1) end - -local v1 = Generic("Foo") -print(v1.) -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:bar1() end - ----@generic T ----@param arg1 `T` ----@return T -function Generic(arg1) print(arg1) end - -local v1 = Generic(Foo) -print(v1.) -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@generic T ----@param arg1 `T` ----@return T -function Generic(arg1) print(arg1) end - -local v1 = Generic("Foo") -print(v1.) -]] - -TEST [[ ----@class A -local t - -t. = 1 - ----@type A[] -local b - -local c = b[1] -c. -]] - -TEST [[ ----@class A -local t - -t. = 1 - ----@type { [number]: A } -local b - -local c = b[1] -c. -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@type { [number]: Foo } -local v1 -print(v1[1].) -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@class Foo2 -local Foo2 = {} -function Foo2:bar1() end - ----@type { [number]: Foo } -local v1 -print(v1[1].) -]] - ---TODO 得扩展 simple 的信息才能识别这种情况了 ---TEST [[ ------@class Foo ---local Foo = {} ---function Foo:bar1() end --- ------@class Foo2 ---local Foo2 = {} ---function Foo2:() end --- ------@type Foo2 ---local v1 ---print(v1.) ---]] - -TEST [[ ----@type fun(): -local f - -local ?> = f() -]] - -TEST [[ ----@generic T ----@type fun(x: T):T -local f - -local ?> = f() -]] - -TEST [[ ----@generic T ----@param x T ----@return fun():T -local function f(x) end - -local v1 = f() -local ?> = v1() -]] - -TEST [[ ----@generic T ----@type fun(x: T):fun():T -local f - -local v1 = f() -local ?> = v1() -]] - -TEST [[ ----@generic V ----@return fun(x: V):V -local function f(x) end - -local v1 = f() -local ?> = v1() -]] - -TEST [[ ----@generic V ----@param x V[] ----@return V -local function f(x) end - ----@class A -local a -a. = 1 - ----@type A[] -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic V ----@param x { [number]: V } ----@return V -local function f(x) end - ----@class A -local a -a. = 1 - ----@type { [number]: A } -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic V ----@param x { [number]: V } ----@return V -local function f(x) end - ----@class A -local a -a. = 1 - ----@type { [integer]: A } -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic V ----@param x { [integer]: V } ----@return V -local function f(x) end - ----@class A -local a -a.x = 1 - ----@type { [number]: A } -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic V ----@param x { [number]: V } ----@return V -local function f(x) end - ----@class A -local a -a. = 1 - ----@type A[] -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic K ----@param x { [K]: number } ----@return K -local function f(x) end - ----@class A -local a -a. = 1 - ----@type { [A]: number } -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic K ----@param x { [K]: A } ----@return K -local function f(x) end - ----@class A -local a -a.x = 1 - ----@type A[] -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic K ----@param x { [K]: number } ----@return K -local function f(x) end - ----@class A -local a -a. = 1 - ----@type { [A]: integer } -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic K ----@param x { [K]: integer } ----@return K -local function f(x) end - ----@class A -local a -a.x = 1 - ----@type { [A]: number } -local b - -local c = f(b) -c. -]] - -TEST [[ ----@generic V ----@return fun(t: V[]):V -local function f() end - ----@type A[] -local b - -local f2 = f() - -local ?> = f2(b) -]] - -TEST [[ ----@generic T, V ----@param t T ----@return fun(t: V[]):V ----@return T -local function f(t) end - ----@class A -local a -a. = 1 - ----@type A[] -local b - -local f2, c = f(b) - -local d = f2(c) -d. -]] - -TEST [[ ----@generic V, T ----@param t T ----@return fun(t: V): V ----@return T -local function iterator(t) end - -for in iterator() do - print() -end -]] - -TEST [[ ----@alias C - ----@type C[] -local v1 - ----@generic V, T ----@param t T ----@return fun(t: V[]): V ----@return T -local function iterator(t) end - -for in iterator(v1) do - print() -end -]] - -TEST [[ ----@class TT: { : V } - ----@type TT -local t - ----@class A: - -print(t.) -]] - -TEST [[ ----@alias TT { : V } - ----@type TT -local t - ----@class A: - -print(t.) -]] - -TEST [[ ----@class TT: { [number]: V } - ----@type TT<> -local v1 - ----@generic V, T ----@param t T ----@return fun(t: { [number]: V }): V ----@return T -local function iterator(t) end - -for in iterator(v1) do - print() -end -]] - -TEST [[ ----@class TT: { [K]: V } - ----@type TT> -local v1 - ----@generic V, T ----@param t T ----@return fun(t: { [number]: V }): V ----@return T -local function iterator(t) end - -for in iterator(v1) do - print() -end -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@type { [number]: Foo } -local v1 - ----@generic T: table, V ----@param t T ----@return fun(table: { [number]: V }, i?: integer):integer, V ----@return T ----@return integer i -local function ipairs(t) end - -for i, v in ipairs(v1) do - print(v.) -end -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@type table -local v1 - ----@generic T: table, V ----@param t T ----@return fun(table: { [number]: V }, i?: integer):integer, V ----@return T ----@return integer i -local function ipairs(t) end - -for i, v in ipairs(v1) do - print(v.) -end -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@type table -local v1 - ----@generic T: table, K, V ----@param t T ----@return fun(table: table, index: K):K, V ----@return T ----@return nil -local function pairs(t) end - -for k, v in pairs(v1) do - print(k.bar1) - print(v.) -end -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@type table -local v1 - ----@generic T: table, K, V ----@param t T ----@return fun(table: table, index: K):K, V ----@return T ----@return nil -local function pairs(t) end - -for k, v in pairs(v1) do - print(k.) - print(v.bar1) -end -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@generic T: table, V ----@param t T ----@return fun(table: table, i?: integer):integer, V ----@return T ----@return integer i -local function ipairs(t) end - ----@type table> -local v1 -for i, v in ipairs(v1) do - local v2 = v[1] - print(v2.) -end -]] - -TEST [[ ----@class Foo -local Foo = {} -function Foo:() end - ----@type table> -local v1 -print(v1[1][1].) -]] - -TEST [[ ----@class X - ----@class Y ----@field string - ----@class Z:X, Y - ----@type Z -local z -z. -]] - -TEST [[ ----@type { : number, y: number } -local t - -print(t.) -]] - -TEST [[ ----@class A ----@field [1]? -local t - -local !> = t[1] -]] - -TEST [[ ----@type { [1]?: } -local t - -local !> = t[1] -]] - -TEST [[ ----@class A ----@field []? -local t - -print(t.) -]] - -TEST [[ ----@type { []?: boolean } -local t - -print(t.) -]] - -TEST [[ ----@class A -local - -t.f = function (self) -end - - -]] - -TEST [[ ----@class A -local t = { - = nil, -} - ----@type A -local f -f. -]] - -TEST [[ ----@class A -G = { - = nil, -} - ----@type A -local f -f. -]] - -TEST [[ ----@class : {} - ----@type <> -]] - -TEST [[ ----@class - ----@type XXX<> -]] - -TEST [[ -local - ----@cast integer -]] - -TEST [[ -local function f() - local - - ---@cast integer -end -]] - -TEST [[ ----@class A ----@field number - ----@param a A -local function f(a) end - -f { - !> = 1, -} -]] - -TEST [[ ----@class A -local a -a.__index = a - ----@class B: A -local b -b.!> = b -]] - -TEST [[ ----@class myClass -local myClass = { nested = {} } - -function myClass.nested.() end - ----@type myClass -local class - -class.nested.() -]] - -TEST [[ ----@class myClass -local myClass = { has = { nested = {} } } - -function myClass.has.nested.() end - ----@type myClass -local class - -class.has.nested.() -]] - -TEST [[ ----@type table -local x = { - = 1, - b = 2, - c = 3 -} - -print(x.) -]] - -config.set(nil, 'Lua.type.castNumberToInteger', true) - -TEST [[ ----@class - ----@class !> -]] - -TEST [[ ----@alias number - ----@alias !> number -]] diff --git a/test/definition/method.lua b/test/definition/method.lua deleted file mode 100644 index e4368edb2..000000000 --- a/test/definition/method.lua +++ /dev/null @@ -1,57 +0,0 @@ -TEST [[ -function mt:() -end -function mt:b() - mt:() -end -]] - -TEST [[ -function mt:() -end -function mt:m2() - self:() -end -]] - -TEST [[ -function mt:m3() - mt:() -end -function mt:() -end -]] - -TEST [[ -function mt:m3() - self:() -end -function mt:() -end -]] - -TEST [[ -local mt - -function mt:f() - self. = 1 -end - -mt. -]] - -TEST [[ -function G:f() - self. = 1 -end - -G. -]] - -TEST [[ -function G.H:f() - self. = 1 -end - -G.H. -]] diff --git a/test/definition/set.lua b/test/definition/set.lua deleted file mode 100644 index f36be078e..000000000 --- a/test/definition/set.lua +++ /dev/null @@ -1,40 +0,0 @@ -TEST [[ - = 1 -() -]] - -TEST [[ -do - = 1 -end -() -]] - -TEST [[ - = 1 -do - local x = 1 -end -() -]] - -TEST [[ -x = 1 -do - local = 1 - do - = 2 - end - () -end -]] - -TEST [[ - = 1 -if y then - = 2 -else - = 3 -end -print() -]] diff --git a/test/definition/special.lua b/test/definition/special.lua deleted file mode 100644 index 531c5d935..000000000 --- a/test/definition/special.lua +++ /dev/null @@ -1,140 +0,0 @@ -TEST [[ -_ENV. = 1 -print() -]] - -TEST [[ -_G. = 1 -print() -]] - -TEST [[ - -print() -]] - -TEST [[ -local mt -mt.__index = mt -function mt:() -end - -local obj = setmetatable({}, mt) -obj:() -]] - -TEST [[ -local mt -function mt:() -end - -local obj = setmetatable({}, { __index = mt }) -obj:() -]] - --- 不再支持在变量的引用中使用 setmetatable 操作。 --- 这会将引用转换为定义,为了搜索定义去检查引用性价比太差了。 --- 如果有必要,请使用 ---@class 系统。 - ---TEST [[ ---local mt ---function mt:() ---end --- ---setmetatable(api, { __index = mt }) ---api:() ---]] - ---TEST [[ ---local mt ---local api ---function mt:() ---end --- ---setmetatable(api, { __index = mt }) ---api:() ---]] - --- TODO 不支持从方法内部找外部的赋值 ---TEST [[ ---local mt ---function mt:x() --- self.() ---end --- ---local obj, _ = setmetatable({}, { __index = mt }) ---obj. = 1 ---obj:x() ---]] - --- TODO 不支持从方法内部找外部的赋值 ---TEST [[ ---local mt ---function mt:x() --- self.() ---end --- ---local obj = setmetatable({ = 1 }, { __index = mt }) ---obj:x() ---]] - --- TODO 不支持从方法内部找外部的赋值 ---TEST [[ ---local mt ---function mt:x() --- self.a.() ---end --- ---local obj = setmetatable({ --- a = { --- = 1, --- } ---}, { __index = mt }) ---obj:x() ---]] - -TEST [[ -local sm = setmetatable -local mt -mt.__index = mt -function mt:() -end - -local obj = sm({}, mt) -obj:() -]] - -TEST [[ -local mt = {} -function mt:() -end - -local obj = setmetatable({}, {__index = mt}) -function obj:x() -end - -mt:() -]] - --- TODO 通过代码执行顺序来判断? -TEST [[ -local mt = {} -function mt:() -end - -local obj = setmetatable({}, {__index = mt}) -function obj:() -end - -obj:() -]] - -TEST [[ -local mt = {} - -mt. = 1 - -mt.yy = function (self) - print(self.) -end -]] diff --git a/test/definition/table.lua b/test/definition/table.lua deleted file mode 100644 index ed1ea94df..000000000 --- a/test/definition/table.lua +++ /dev/null @@ -1,187 +0,0 @@ -TEST [[ -local -a = { - -} -]] - -TEST [[ -local t -t. = 1 -t.() -]] - -TEST [[ -t. = 1 -t.() -]] - -TEST [[ -local -t.x = 1 -.x = 1 -]] - -TEST [[ -t. = 1 -t..y = 1 -]] - -TEST [[ -local t -t. = 1 -t.() -]] - ---TEST [[ ---local t ---t[] = 1 ---t[]() ---]] - ---TEST [[ ---local t ---t[] = 1 ---t[]() ---]] - -TEST [[ -local t -t[] = 1 -t[]() -]] - -TEST [[ -local t -t[] = 1 -t[ ]() -]] - -TEST [[ -local t -t. = 1 -t[]() -]] - -TEST [[ -local t -t. = 1 -t..b() -]] - -TEST [[ -local t -local -t[]() -]] - -TEST[[ -local -local _ = { - _ = -} -]] - -TEST[[ -local -t { - _ = .x -} -]] - -TEST[[ -local t = { - = 1, -} -t.() -]] - -TEST[[ -local t = { - [] = 1, -} -t.() -]] - -TEST[[ -local t;t = { - = 1, -} -t.() -]] - -TEST[[ -local t;t = { - = 1, -} -t.() -]] - ---TEST[[ ---local t = { --- = 1, ---} ---y.() ---]] - -TEST[[ -local t = { - = 1, -} -local y = { - insert = 1, -} -t.() -]] - - -TEST [[ -local x -x.y. = 1 -print(x.y.) -]] - - -TEST [[ -local x -x.y = { - = 1 -} -print(x.y.) -]] - -TEST [[ -local x = { - y = { - = 1 - } -} -print(x.y.) -]] - -TEST [[ -local function f() - local t = { - = 1, - } - return t -end -local t = f() -t. -]] - ---TEST [[ ---local t = { } --- ---print(t[]) ---]] - -TEST [[ -local t = { - !> = 1, -} - -local y - -t.x = y -]] diff --git a/test/diagnostics/ambiguity-1.lua b/test/diagnostics/ambiguity-1.lua deleted file mode 100644 index 6b8e41da9..000000000 --- a/test/diagnostics/ambiguity-1.lua +++ /dev/null @@ -1,29 +0,0 @@ -TEST [[ -local x -x = -]] - -TEST [[ -local x, y -x = -]] - -TEST [[ -local x, y, z -x = x and y or '' .. z -]] - -TEST [[ -local x -x = x or -1 -]] - -TEST [[ -local x -x = x or (0 + 1) -]] - -TEST [[ -local x, y -x = (x + y) or 0 -]] diff --git a/test/diagnostics/assign-type-mismatch.lua b/test/diagnostics/assign-type-mismatch.lua deleted file mode 100644 index d46325633..000000000 --- a/test/diagnostics/assign-type-mismatch.lua +++ /dev/null @@ -1,474 +0,0 @@ -local config = require 'config' - -TEST [[ -local m = {} - ----@type integer[] -m.ints = {} -]] - -TEST [[ ----@class A ----@field x A - ----@type A -local t - -t.x = {} -]] - -TEST [[ ----@class A ----@field x integer - ----@type A -local t - - = true -]] - -TEST [[ ----@class A ----@field x integer - ----@type A -local t - ----@type boolean -local y - - = y -]] - -TEST [[ ----@class A -local m - -m.x = 1 - ----@type A -local t - - = true -]] - -TEST [[ ----@class A -local m - ----@type integer -m.x = 1 - - = true -]] - -TEST [[ ----@class A -local mt - ----@type integer -mt.x = 1 - -function mt:init() - = true -end -]] - -TEST [[ ----@class A ----@field x integer - ----@type A -local t = { - = true -} -]] - -TEST [[ ----@type boolean[] -local t = {} - -t[5] = nil -]] - -TEST [[ ----@type table -local t = {} - -t['x'] = nil -]] - -TEST [[ -local t = { true } - -t[1] = nil -]] - -TEST [[ ----@class A -local t = { - x = 1 -} - - = true -]] - -TEST [[ ----@type number -local t - -t = 1 -]] - -TEST [[ ----@type number -local t - ----@type integer -local y - -t = y -]] - -TEST [[ ----@class A -local m - ----@type number -m.x = 1 - - = {} -]] - -TEST [[ -local n - -if G then - n = {} -else - n = nil -end - -local t = { - x = n, -} -]] - -TEST [[ ----@type boolean[] -local t = {} - ----@type boolean? -local x - -t[#t+1] = x -]] - -TEST [[ ----@type number -local n ----@type integer -local i - - = n -]] - -config.set(nil, 'Lua.type.castNumberToInteger', true) -TEST [[ ----@type number -local n ----@type integer -local i - -i = n -]] - -config.set(nil, 'Lua.type.castNumberToInteger', false) -TEST [[ ----@type number|boolean -local nb - ----@type number -local n - - = nb -]] - -config.set(nil, 'Lua.type.weakUnionCheck', true) -TEST [[ ----@type number|boolean -local nb - ----@type number -local n - -n = nb -]] - -config.set(nil, 'Lua.type.weakUnionCheck', false) -TEST [[ ----@class Option: string - ----@param x Option -local function f(x) end - ----@type Option -local x = 'aaa' - -f(x) -]] -config.set(nil, 'Lua.type.weakUnionCheck', true) - -TEST [[ ----@type number -local = 'aaa' -]] -TEST [[ ----@class X - ----@class A -local mt = G - ----@type X -mt._x = nil -]] -config.set(nil, 'Lua.type.weakUnionCheck', false) - -config.set(nil, 'Lua.type.weakNilCheck', true) -TEST [[ ----@type number? -local nb - ----@type number -local n - -n = nb -]] - -TEST [[ ----@type number|nil -local nb - ----@type number -local n - -n = nb -]] -config.set(nil, 'Lua.type.weakNilCheck', false) - -TEST [[ ----@class A -local a = {} - ----@class B -local = a -]] - -TEST [[ ----@class A -local a = {} - ----@class B: A -local b = a -]] - -TEST [[ ----@class A -local a = {} -a.__index = a - ----@class B: A -local b = setmetatable({}, a) -]] - -TEST [[ ----@class A -local a = {} - ----@class B: A -local b = setmetatable({}, {__index = a}) -]] - -TEST [[ ----@class A -local a = {} - ----@class B -local = setmetatable({}, {__index = a}) -]] - -TEST [[ ----@class A ----@field x number? -local a - ----@class B ----@field x number -local b - -b.x = a.x -]] - -TEST [[ - ----@class A ----@field x number? -local a - ----@type number -local t - -t = a.x -]] - -TEST [[ -local mt = {} -mt.x = 1 -mt.x = nil -]] - -config.set(nil, 'Lua.type.weakUnionCheck', true) -TEST [[ ----@type number -local x = G -]] - -TEST [[ ----@generic T ----@param x T ----@return T -local function f(x) - return x -end -]] -config.set(nil, 'Lua.type.weakUnionCheck', false) - - -TEST [[ ----@alias test boolean - ----@type test -local = 4 -]] - -TEST [[ ----@class MyClass -local MyClass = {} - -function MyClass:new() - ---@class MyClass - local myObject = setmetatable({ - initialField = true - }, self) - - print(myObject.initialField) -end -]] - -TEST [[ ----@class T -local t = { - x = nil -} - -t.x = 1 -]] - -TEST [[ ----@type {[1]: string, [10]: number, xx: boolean} -local t = { - , - = 's', - = 1, -} -]] - -TEST [[ ----@type boolean[] -local t = { , , } -]] - -TEST [[ ----@type boolean[] -local t = { true, false, nil } -]] - -TEST [[ ----@type boolean|nil -local x - ----@type boolean[] -local t = { true, false, x } -]] - -TEST [[ ----@enum Enum -local t = { - x = 1, - y = 2, -} - ----@type Enum -local y - ----@type integer -local x = y -]] - -TEST [[ ----@type string|string[]|string[][] -local t = {{'a'}} -]] - -TEST [[ -local A = "Hello" -local B = "World" - ----@alias myLiteralAliases `A` | `B` - ----@type myLiteralAliases -local x = A -]] - -TEST [[ -local enum = { a = 1, b = 2 } - ----@type { [integer] : boolean } -local t = { - = 1, - = 2, - = 3, -} -]] - -TEST [[ ----@class SomeClass ----@field [1] string --- ... - ----@param some_param SomeClass|SomeClass[] -local function some_fn(some_param) return end - -some_fn { { "test" } } -- <- diagnostic: "Cannot assign `table` to `string`." -]] - -TEST [[ ----@type string[] -local arr = { - , -} -]] - -TEST [[ ----@type (string|boolean)[] -local arr2 = { - , -- no warnings -} -]] - -TEST [[ -local t = {} -t.a = 1 -t.a = 2 -return t -]] diff --git a/test/diagnostics/await-in-sync.lua b/test/diagnostics/await-in-sync.lua deleted file mode 100644 index 323c11137..000000000 --- a/test/diagnostics/await-in-sync.lua +++ /dev/null @@ -1,132 +0,0 @@ -TEST [[ -function F() - () -end -]] - -TEST [[ ----@async -function F() - coroutine.yield() -end -]] - -TEST [[ ----@type async fun() -local f - -function F() - () -end -]] - -TEST [[ ----@type async fun() -local f - ----@async -function F() - f() -end -]] - -TEST [[ -local function f(cb) - cb() -end - -return function() - (function () ---@async - return nil - end) -end -]] - -TEST [[ -local function f(cb) - pcall(cb) -end - -return function() - (function () ---@async - return nil - end) -end -]] - -TEST [[ ----@param c any -local function f(c) - return c -end - -return function () - f(function () ---@async - return nil - end) -end -]] - -TEST [[ ----@param ... any -local function f(...) - return ... -end - -return function () - f(function () ---@async - return nil - end) -end -]] - -TEST [[ ----@vararg any -local function f(...) - return ... -end - -return function () - f(function () ---@async - return nil - end) -end -]] - -TEST [[ -local function f(...) - return ... -end - -return function () - f(function () ---@async - return nil - end) -end -]] - -TEST [[ -local function f(...) - return ... -end - -return function () - f(function () ---@async - return nil - end) -end -]] - -TEST [[ -local function f(cb) - cb() -end - -local function af() - (function () ---@async - return nil - end) -end - -return af -]] diff --git a/test/diagnostics/cast-local-type.lua b/test/diagnostics/cast-local-type.lua deleted file mode 100644 index f79bf48d1..000000000 --- a/test/diagnostics/cast-local-type.lua +++ /dev/null @@ -1,334 +0,0 @@ -TEST [[ -local x = 0 - - = true -]] - -TEST [[ ----@type integer -local x - - = true -]] - -TEST [[ ----@type unknown -local x - -x = nil -]] - -TEST [[ ----@type unknown -local x - -x = 1 -]] - -TEST [[ ----@type unknown|nil -local x - -x = 1 -]] - -TEST [[ -local x = {} - -x = nil -]] - -TEST [[ ----@type string -local x - - = nil -]] - -TEST [[ ----@type string? -local x - -x = nil -]] - -TEST [[ ----@type table -local x - - = nil -]] - -TEST [[ -local x - -x = nil -]] - -TEST [[ ----@type integer -local x - ----@type number - = f() -]] - -TEST [[ ----@type number -local x - ----@type integer -x = f() -]] - -TEST [[ ----@type number|boolean -local x - ----@type string - = f() -]] - -TEST [[ ----@type number|boolean -local x - ----@type boolean -x = f() -]] - -TEST [[ ----@type number|boolean -local x - ----@type boolean|string - = f() -]] - -TEST [[ ----@type boolean -local x - -if not x then - return -end - -x = f() -]] - -TEST [[ ----@type boolean -local x - ----@type integer -local y - - = y -]] - -TEST [[ -local y = true - -local x -x = 1 -x = y -]] - -TEST [[ -local t = {} - -local x = 0 -x = x + #t -]] - -TEST [[ -local x = 0 - -x = 1.0 -]] - -TEST [[ ----@class A - -local t = {} - ----@type A -local a - -t = a -]] - -TEST [[ ----@type integer -local x - -x = 1.0 -]] - -TEST [[ ----@type integer -local x - - = 1.5 -]] - -TEST [[ ----@type integer -local x - -x = 1 + G -]] - -TEST [[ ----@type integer -local x - -x = 1 + G -]] - -TEST [[ ----@alias A integer - ----@type A -local a - ----@type integer -local b - -b = a -]] - -TEST [[ ----@type string[] -local t - - = 'xxx' -]] - -TEST [[ ----@type 1|2 -local x - -x = 1 -x = 2 - = 3 -]] - -TEST [[ ----@type 'x'|'y' -local x - -x = 'x' -x = 'y' - = 'z' -]] - -TEST [[ -local t = { - x = 1, -} - -local x -t[x] = true -]] - -TEST [[ ----@type table -local x - ----@type table -local y - - = y -]] - -TEST [[ ----@type table -local x - ----@type table -local y - - = y -]] - -TEST [[ ----@type table -local x - ----@type table -local y - -x = y -]] - -TEST [[ ----@type { x: number, y: number } -local t1 - ----@type { x: number } -local t2 - - = t2 -]] - -TEST [[ ----@type { x: number, [integer]: number } -local t1 - ----@type { x: number } -local t2 - - = t2 -]] - -TEST [[ -local x - -if X then - x = 'A' -elseif X then - x = 'B' -else - x = 'C' -end - -local y = x - - = nil -]] -(function (diags) - local diag = diags[1] - assert(diag.message == [[ -已显式定义变量的类型为 `string` ,不能再将其类型转换为 `nil`。 -- `nil` 无法匹配 `string` -- 类型 `nil` 无法匹配 `string`]]) -end) - -TEST [[ ----@type 'A'|'B'|'C'|'D'|'E'|'F'|'G'|'H'|'I'|'J'|'K'|'L'|'M'|'N'|'O'|'P'|'Q'|'R'|'S'|'T'|'U'|'V'|'W'|'X'|'Y'|'Z' -local x - - = nil -]] -(function (diags) - local diag = diags[1] - assert(diag.message == [[ -已显式定义变量的类型为 `'A'|'B'|'C'|'D'|'E'...(+21)` ,不能再将其类型转换为 `nil`。 -- `nil` 无法匹配 `'A'|'B'|'C'|'D'|'E'...(+21)` -- `nil` 无法匹配 `'A'|'B'|'C'|'D'|'E'...(+21)` 中的任何子类 -- 类型 `nil` 无法匹配 `'Z'` -- 类型 `nil` 无法匹配 `'Y'` -- 类型 `nil` 无法匹配 `'X'` -- 类型 `nil` 无法匹配 `'W'` -- 类型 `nil` 无法匹配 `'V'` -- 类型 `nil` 无法匹配 `'U'` -- 类型 `nil` 无法匹配 `'T'` -- 类型 `nil` 无法匹配 `'S'` -- 类型 `nil` 无法匹配 `'R'` -- 类型 `nil` 无法匹配 `'Q'` -...(+13) -- 类型 `nil` 无法匹配 `'C'` -- 类型 `nil` 无法匹配 `'B'` -- 类型 `nil` 无法匹配 `'A'`]]) -end) diff --git a/test/diagnostics/cast-type-mismatch.lua b/test/diagnostics/cast-type-mismatch.lua deleted file mode 100644 index 9fba58f69..000000000 --- a/test/diagnostics/cast-type-mismatch.lua +++ /dev/null @@ -1,13 +0,0 @@ -TEST [[ ----@type string|boolean -local t - ----@cast t string -]] - -TEST [[ ----@type string|boolean -local t - ----@cast t -]] diff --git a/test/diagnostics/circle-doc-class.lua b/test/diagnostics/circle-doc-class.lua deleted file mode 100644 index 089b0c9b9..000000000 --- a/test/diagnostics/circle-doc-class.lua +++ /dev/null @@ -1,14 +0,0 @@ -TEST [[ ----@class ----@class ----@class ----@class -]] - -TEST [[ ----@class A : B ----@class B : C ----@class C : D ----@class D -]] - diff --git a/test/diagnostics/close-non-object.lua b/test/diagnostics/close-non-object.lua deleted file mode 100644 index 11b882b79..000000000 --- a/test/diagnostics/close-non-object.lua +++ /dev/null @@ -1,18 +0,0 @@ -TEST [[ -local _ = -]] - -TEST [[ -local _ = -]] - -TEST [[ -local c = -]] - -TEST [[ ----@type unknown -local t - -local _ = t -]] diff --git a/test/diagnostics/code-after-break.lua b/test/diagnostics/code-after-break.lua deleted file mode 100644 index a150948ba..000000000 --- a/test/diagnostics/code-after-break.lua +++ /dev/null @@ -1,7 +0,0 @@ -TEST [[ -while true do - break - -end -]] diff --git a/test/diagnostics/count-down-loop.lua b/test/diagnostics/count-down-loop.lua deleted file mode 100644 index f4e385f5d..000000000 --- a/test/diagnostics/count-down-loop.lua +++ /dev/null @@ -1,29 +0,0 @@ -TEST [[ -for i = do - print(i) -end -]] - -TEST [[ -for i = do - print(i) -end -]] - -TEST [[ -for i = do - print(i) -end -]] - -TEST [[ -for i = do - print(i) -end -]] - -TEST [[ -for i = 1, 1 do - print(i) -end -]] diff --git a/test/diagnostics/deprecated.lua b/test/diagnostics/deprecated.lua deleted file mode 100644 index c5486752f..000000000 --- a/test/diagnostics/deprecated.lua +++ /dev/null @@ -1,21 +0,0 @@ -TEST [[ -local _ = -]] - -TEST [[ -T = {} ----@deprecated # comment -T.x = 1 - -print() -]] - -TEST [[ -T = {} - ----@deprecated -function T:ff() -end - -() -]] diff --git a/test/diagnostics/discard-returns.lua b/test/diagnostics/discard-returns.lua deleted file mode 100644 index 2e3483908..000000000 --- a/test/diagnostics/discard-returns.lua +++ /dev/null @@ -1,17 +0,0 @@ -TEST [[ ----@nodiscard -local function f() - return 1 -end - - -]] - -TEST [[ ----@nodiscard -local function f() - return 1 -end - -X = f() -]] diff --git a/test/diagnostics/doc-field-no-class.lua b/test/diagnostics/doc-field-no-class.lua deleted file mode 100644 index 87db518cc..000000000 --- a/test/diagnostics/doc-field-no-class.lua +++ /dev/null @@ -1,16 +0,0 @@ -TEST [[ ----@field ----@class Class -]] - -TEST [[ ----@class Class - ----@field -]] - -TEST [[ ----@class Class ---- ----@field x Class -]] diff --git a/test/diagnostics/duplicate-doc-alias.lua b/test/diagnostics/duplicate-doc-alias.lua deleted file mode 100644 index 0373fee98..000000000 --- a/test/diagnostics/duplicate-doc-alias.lua +++ /dev/null @@ -1,10 +0,0 @@ -TEST [[ ----@alias integer ----@alias integer -]] - -TEST [[ ----@class A ----@class B ----@alias B -]] diff --git a/test/diagnostics/duplicate-doc-field.lua b/test/diagnostics/duplicate-doc-field.lua deleted file mode 100644 index 8f3853359..000000000 --- a/test/diagnostics/duplicate-doc-field.lua +++ /dev/null @@ -1,38 +0,0 @@ -TEST [[ ----@class Class ----@field Class ----@field Class -]] - -TEST [[ ---- @class Emit ---- @field on fun(eventName: string, cb: function) ---- @field on fun(eventName: '"died"', cb: fun(i: integer)) ---- @field on fun(eventName: '"won"', cb: fun(s: string)) -local emit = {} -]] - -TEST [[ ---- @class Emit ---- @field on fun(eventName: string, cb: function) ---- @field fun(eventName: '"died"', cb: fun(i: integer)) ---- @field on fun(eventName: '"won"', cb: fun(s: string)) ---- @field fun(eventName: '"died"', cb: fun(i: integer)) -local emit = {} -]] - -TEST [[ ----@class A - ----@class B ----@field [integer] A ----@field [A] true -]] - -TEST [[ ----@class A - ----@class B ----@field [] A ----@field [] true -]] diff --git a/test/diagnostics/duplicate-doc-param.lua b/test/diagnostics/duplicate-doc-param.lua deleted file mode 100644 index 42eb73d3d..000000000 --- a/test/diagnostics/duplicate-doc-param.lua +++ /dev/null @@ -1,12 +0,0 @@ -TEST [[ ----@class Class ----@param Class ----@param y Class ----@param Class -local function f(x, y) - return x, y -end - -local _ -f(_, _) -]] diff --git a/test/diagnostics/duplicate-index.lua b/test/diagnostics/duplicate-index.lua deleted file mode 100644 index 3289c736b..000000000 --- a/test/diagnostics/duplicate-index.lua +++ /dev/null @@ -1,24 +0,0 @@ -TEST [[ -return { - = 1, - y = 2, - = 3, -} -]] - -TEST [[ -return { - x = 1, - y = 2, -}, { - x = 1, - y = 2, -} -]] - -TEST [[ -return { - 1, , 3, - [] = 4, -} -]] diff --git a/test/diagnostics/duplicate-set-field.lua b/test/diagnostics/duplicate-set-field.lua deleted file mode 100644 index 469bc3eaa..000000000 --- a/test/diagnostics/duplicate-set-field.lua +++ /dev/null @@ -1,74 +0,0 @@ -TEST [[ -local m = {} - -function () -end - -function () -end - -return m -]] - -TEST [[ -local m = {} - -function () -end - -do - function () - end -end - -return m -]] - -TEST [[ -local m = {} - -m.x = true -m.x = false - -return m -]] - -TEST [[ -local m = {} - -m.x = io.open('') -m.x = nil - -return m -]] - -TEST [[ ----@class A -X = {} - -function () end - -function () end -]] - -TEST [[ ----@meta - ----@class A -X = {} - -function X.f() end - -function X.f() end -]] - -TEST [[ ----@class A -X = {} - -if true then - function X.f() end -else - function X.f() end -end -]] diff --git a/test/diagnostics/empty-block.lua b/test/diagnostics/empty-block.lua deleted file mode 100644 index 750397a4b..000000000 --- a/test/diagnostics/empty-block.lua +++ /dev/null @@ -1,32 +0,0 @@ -TEST [[ - -]] - -TEST [[ - -]] - -TEST [[ -if true then -else - return -end -]] - -TEST [[ -while true do -end -]] - -TEST [[ - -]] - -TEST [[ - -]] diff --git a/test/diagnostics/global-element.lua b/test/diagnostics/global-element.lua deleted file mode 100644 index 0c31badee..000000000 --- a/test/diagnostics/global-element.lua +++ /dev/null @@ -1,63 +0,0 @@ -local config = require 'config' - -TEST [[ -local x = 123 -x = 321 - = "global" - = "global" -]] - -TEST [[ -local function test1() - print() -end - -function () - print() -end -]] - -TEST [[ -local function closure1() - local elem1 = 1 - = 2 -end - -function () - local elem1 = 1 - = 2 -end -]] - --- add elements to exemption list -config.set(nil, 'Lua.diagnostics.globals', -{ - 'GLOBAL1', - 'GLOBAL2', - 'GLOBAL_CLOSURE' -}) - -TEST [[ -GLOBAL1 = "allowed" - = "not allowed" - = "not allowed" -]] - -TEST [[ -function GLOBAL1() - print() -end -]] - -TEST [[ -local function closure1() - local elem1 = 1 - GLOBAL1 = 2 -end - -function GLOBAL_CLOSURE() - local elem1 = 1 - GLOBAL2 = 2 - = 2 -end -]] diff --git a/test/diagnostics/global-in-nil-env.lua b/test/diagnostics/global-in-nil-env.lua deleted file mode 100644 index a0b8cd3e6..000000000 --- a/test/diagnostics/global-in-nil-env.lua +++ /dev/null @@ -1,44 +0,0 @@ -TEST [[ -local _ -print(_) -local _ -print(_) -local _ENV -(_ENV) -- 由于重定义了_ENV,因此print变为了未定义全局变量 -]] - -TEST [[ -_ENV = nil -() -- `print` and `A` should warning -]] - -TEST [[ -local _ENV = nil -() -- `print` and `A` should warning -]] - -TEST [[ -_ENV = {} -print(A) -- no warning -]] - -TEST [[ -local _ENV = {} -print(A) -- no warning -]] - -TEST [[ -_ENV = nil - = 1 --> _ENV.GLOBAL = 1 -]] - -TEST [[ -_ENV = nil -local _ = --> local _ = _ENV.print -]] - -TEST [[ -local function foo(_ENV) - Joe = "human" -end -]] diff --git a/test/diagnostics/incomplete-signature-doc.lua b/test/diagnostics/incomplete-signature-doc.lua deleted file mode 100644 index 7cd144c03..000000000 --- a/test/diagnostics/incomplete-signature-doc.lua +++ /dev/null @@ -1,398 +0,0 @@ --- ------------------------------------- --- about the structure of these test cases --- --- the following test cases are grouped by the number of parameters and return values of the functions --- so first global functions with: --- no parameter and return value (FG), one parameter (FGP), two parameters (FGPP), --- one return value (FGR), two return values (FGRR) and parameter and return value (FGPR) --- after that, these groups are also done for local functions (FL, FLP, ...) --- --- in these groups, different versions of documentation are tested: --- no comment, simple comment, @async annotation (which is no signature doc), --- incomplete signature doc (only part of the necessary @param or @return annotations, if possible) - the only cases that should generating warnings --- and complete signature docs (all necessary @param and @return annotations) --- ------------------------------------- - --- global functions no parameter, no return value --- no incomplete signature docs possible - -TEST [[ -function FG0() -end - ----comment -function FG1() -end - ----@async -function FG1_() -end -]] - --- global functions with single parameter, no return value --- no incomplete signature docs possible -TEST [[ -function FGP0(p) - print(p) -end - ----comment -function FGP1(p) - print(p) -end - ----@async -function FGP1_(p) - print(p) -end - ----comment ----@param p any -function FGP2(p) - print(p) -end -]] - --- global functions with two parameters, no return value --- incomplete signature docs when exactly one of the parameters is documented -TEST [[ -function FGPP0(p0, p1) - print(p0, p1) -end - ----comment -function FGPP1(p0, p1) - print(p0, p1) -end - ----@async -function FGPP1_(p0, p1) - print(p0, p1) -end - ----comment ----@param p0 any -function FGPP2(p0, ) - print(p0, p1) -end - ----comment ----@param p1 any -function FGPP2_(, p1) - print(p0, p1) -end - ----comment ----@param p0 any ----@param p1 any -function FGPP3(p0, p1) - print(p0, p1) -end -]] - --- global functions with no parameter, single return value --- no incomplete signature docs possible -TEST [[ -function FGR0() - return 0 -end - ----comment -function FGR1() - return 0 -end - ----@async -function FGR1_() - return 0 -end - ----comment ----@return integer -function FGR2() - return 0 -end -]] - --- global functions with no parameter, two return values --- incomplete signature docs when exactly one of the return values is documented -TEST [[ -function FGRR0() - return 0, 1 -end - ----comment -function FGRR1() - return 0, 1 -end - ----@async -function FGRR1_() - return 0, 1 -end - ----comment ----@return integer -function FGRR2() - return 0, -end - ----comment ----@return integer ----@return integer -function FGRR3() - return 0, 1 -end -]] - --- global functions with one parameter, one return value --- incomplete signature docs when exactly one of parameter or return value is documented -TEST [[ -function FGPR0(p) - print(p) - return 0 -end - ----comment -function FGPR1(p) - print(p) - return 0 -end - ----@async -function FGPR1_(p) - print(p) - return 0 -end - ----comment ----@param p any -function FGPR2(p) - print(p) - return -end - ----comment ----@return integer -function FGPR3() - print(p) - return 0 -end - ----comment ----@param p any ----@return integer -function FGPR4(p) - print(p) - return 0 -end -]] - --- local functions with no parameter, no return value --- no incomplete signature docs possible -TEST [[ -local function FL0() -end - -FL0() - ----comment -local function FL1() -end - -FL1() - ----@async -local function FL1_() -]] - --- local functions with single parameter, no return value --- no incomplete signature docs possible -TEST [[ -local function FLP0(p) - print(p) -end - -FLP0(0) - ----comment -local function FLP1(p) - print(p) -end - -FLP1(0) - ----@async -local function FLP1_(p) - print(p) -end - ----comment ----@param p any -local function FLP2(p) - print(p) -end - -FLP2(0) -]] - --- local functions with two parameters, no return value --- incomplete signature docs when exactly one of the parameters is documented -TEST [[ -local function FLPP0(p0, p1) - print(p0, p1) -end - -FLPP0(0, 1) - ----comment -local function FLPP1(p0, p1) - print(p0, p1) -end - -FLPP1(0, 1) - ----@async -local function FLPP1_(p0, p1) - print(p0, p1) -end - ----comment ----@param p0 any -local function FLPP2(p0, ) - print(p0, p1) -end - -FLPP2(0, 1) - ----comment ----@param p0 any ----@param p1 any -local function FLPP3(p0, p1) - print(p0, p1) -end - -FLPP3(0, 1) -]] - --- local functions with no parameter, single return value --- no incomplete signature docs possible -TEST [[ -local function FLR0() - return 0 -end - -local vr0 = FLR0() - ----comment -local function FLR1() - return 0 -end - ----@async -local function FLR1_() - return 0 -end - -local vr1 = FLR1() - ----comment ----@return integer -local function FLR2() - return 0 -end - -local vr2 = FLR2() -]] - --- local functions with no parameter, two return values --- incomplete signature docs when exactly one of the return values is documented -TEST [[ -local function FLRR0() - return 0, 1 -end - -local vrr0, _ = FLRR0() - ----comment -local function FLRR1() - return 0, 1 -end - -local vrr1, _ = FLRR1() - ----@async -local function FLRR1_() - return 0, 1 -end - ----comment ----@return integer -local function FLRR2() - return 0, -end - -local vrr2, _ = FLRR2() - ----comment ----@return integer ----@return integer -local function FLRR3() - return 0, 1 -end - -local vrr3, _ = FLRR3() -]] - --- local functions with one parameter, one return value --- incomplete signature docs when exactly one of parameter or return value is documented -TEST [[ -local function FLPR0(p) - print(p) - return 0 -end - -local vpr0 = FLPR0(0) - ----comment -local function FLPR1(p) - print(p) - return 0 -end - ----@async -local function FLPR1_(p) - print(p) - return 0 -end - -local vpr1 = FLPR1(0) - ----comment ----@param p any -local function FLPR2(p) - print(p) - return -end - -local vpr2 = FLPR2(0) - ----comment ----@return integer -local function FLPR3() - print(p) - return 0 -end - -local vpr3 = FLPR3(0) - ----comment ----@param p any ----@return integer -local function FLPR4(p) - print(p) - return 0 -end - -local vpr4 = FLPR4(0) -]] diff --git a/test/diagnostics/init.lua b/test/diagnostics/init.lua deleted file mode 100644 index 99a5dc248..000000000 --- a/test/diagnostics/init.lua +++ /dev/null @@ -1,128 +0,0 @@ -local core = require 'core.diagnostics' -local files = require 'files' -local config = require 'config' -local util = require 'utility' -local catch = require 'catch' - -local status = config.get(nil, 'Lua.diagnostics.neededFileStatus') - -for key in pairs(status) do - status[key] = 'Any!' -end - -config.set('nil', 'Lua.type.castNumberToInteger', false) -config.set('nil', 'Lua.type.weakUnionCheck', false) -config.set('nil', 'Lua.type.weakNilCheck', false) - -rawset(_G, 'TEST', true) - -local function founded(targets, results) - if #targets ~= #results then - return false - end - for _, target in ipairs(targets) do - for _, result in ipairs(results) do - if target[1] == result[1] and target[2] == result[2] then - goto NEXT - end - end - do return false end - ::NEXT:: - end - return true -end - ----@diagnostic disable: await-in-sync -function TEST(script) - local newScript, catched = catch(script, '!') - files.setText(TESTURI, newScript) - files.open(TESTURI) - local origins = {} - local filteds = {} - local results = {} - core(TESTURI, false, function (result) - if DIAG_CARE == result.code - or DIAG_CARE == '*' then - results[#results+1] = { result.start, result.finish } - filteds[#filteds+1] = result - end - origins[#origins+1] = result - end) - - if results[1] then - if not founded(catched['!'] or {}, results) then - error(('%s\n%s'):format(util.dump(catched['!']), util.dump(results))) - end - else - assert(#catched['!'] == 0) - end - - files.remove(TESTURI) - - return function (callback) - callback(filteds) - end -end - -local function check(name) - DIAG_CARE = name - require('diagnostics.' .. name) -end - -check 'ambiguity-1' -check 'assign-type-mismatch' -check 'await-in-sync' -check 'cast-local-type' -check 'cast-type-mismatch' -check 'circle-doc-class' -check 'close-non-object' -check 'code-after-break' -check 'count-down-loop' -check 'deprecated' -check 'discard-returns' -check 'doc-field-no-class' -check 'duplicate-doc-alias' -check 'duplicate-doc-field' -check 'duplicate-doc-param' -check 'duplicate-index' -check 'duplicate-set-field' -check 'empty-block' -check 'global-element' -check 'global-in-nil-env' -check 'incomplete-signature-doc' -check 'inject-field' -check 'invisible' -check 'lowercase-global' -check 'missing-fields' -check 'missing-global-doc' -check 'missing-local-export-doc' -check 'missing-parameter' -check 'missing-return-value' -check 'missing-return' -check 'need-check-nil' -check 'newfield-call' -check 'newline-call' -check 'not-yieldable' -check 'param-type-mismatch' -check 'redefined-local' -check 'redundant-parameter' -check 'redundant-return-value' -check 'redundant-return' -check 'redundant-value' -check 'return-type-mismatch' -check 'trailing-space' -check 'unbalanced-assignments' -check 'undefined-doc-class' -check 'undefined-doc-name' -check 'undefined-doc-param' -check 'undefined-env-child' -check 'undefined-field' -check 'undefined-global' -check 'unknown-cast-variable' -check 'unknown-diag-code' -check 'unknown-operator' -check 'unreachable-code' -check 'unused-function' -check 'unused-label' -check 'unused-local' -check 'unused-vararg' diff --git a/test/diagnostics/inject-field.lua b/test/diagnostics/inject-field.lua deleted file mode 100644 index 9bb0f8fcf..000000000 --- a/test/diagnostics/inject-field.lua +++ /dev/null @@ -1,84 +0,0 @@ -TEST [[ ----@class Class -local m = {} - -m.xx = 1 -- OK - ----@type Class -local m - -m.xx = 1 -- OK -m. = 1 -- Warning -]] - -TEST [[ ----@class Class -local m = {} - -m.xx = 1 -- OK - ----@class Class -local m - -m.xx = 1 -- OK -m.yy = 1 -- OK -]] - -TEST [[ ----@type { xx: number } -local m - -m.xx = 1 -- OK -m. = 1 -- Warning -]] - -TEST [[ ----@type { xx: number, [any]: any } -local m - -m.xx = 1 -- OK -m.yy = 1 -- OK -]] - -TEST [[ ----@class Class ----@field x number - ----@type Class -local t - -t.x = 1 -- OK -t. = 2 -- Warning -]] - -TEST [[ ----@class Class ----@field x number ----@field [any] any - ----@type Class -local t - -t.x = 1 -- OK -t.y = 2 -- OK -]] - - -TEST [[ ----@class (exact) Class ----@field x number -local m = { - x = 1, -- OK - = 2, -- Warning -} - -m.x = 1 -- OK -m. = 2 -- Warning - -function m:init() -- OK - self.x = 1 -- OK - self. = 2 -- Warning - function self:() -- Warning - end -end -]] diff --git a/test/diagnostics/invisible.lua b/test/diagnostics/invisible.lua deleted file mode 100644 index 2fc6791e8..000000000 --- a/test/diagnostics/invisible.lua +++ /dev/null @@ -1,145 +0,0 @@ -local config = require 'config' - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field public z number -local t -print(t.x) -]] - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field public z number - ----@type A -local t - -print(t.) -]] - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field public z number - ----@class B: A -local t - -print(t.y) -]] - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field public z number - ----@class B: A - ----@type B -local t - -print(t.) -]] - -TEST [[ ----@class A ----@field private x number ----@field protected y number ----@field public z number - ----@class B: A - ----@type B -local t - -print(t.z) -]] -TEST [[ ----@class A ----@field _id number - ----@type A -local t - -print(t._id) -]] - -config.set(nil, 'Lua.doc.privateName', { '_*' }) -TEST [[ ----@class A ----@field _id number - ----@type A -local t - -print(t.) - ----@class B: A -local t2 - -print(t2.) -]] -config.set(nil, 'Lua.doc.privateName', nil) - -config.set(nil, 'Lua.doc.protectedName', { '_*' }) -TEST [[ ----@class A ----@field _id number - ----@type A -local t - -print(t.) - ----@class B: A -local t2 - -print(t2._id) -]] -config.set(nil, 'Lua.doc.protectedName', nil) - -TEST [[ ----@class A ----@field private x number -local mt = {} - -function mt:init() - print(self.x) -end -]] - -TEST [[ ----@diagnostic disable: unused-local ----@diagnostic disable: missing-fields ----@class A ----@field private x number -local mt = {} - -function mt:init() - ---@type A - local obj = {} - - obj.x = 1 -end -]] - -TEST [[ ----@diagnostic disable: unused-local ----@diagnostic disable: missing-fields ----@class A ----@field private x number -local mt = {} - -mt.init = function () - ---@type A - local obj = {} - - obj.x = 1 -end -]] diff --git a/test/diagnostics/lowercase-global.lua b/test/diagnostics/lowercase-global.lua deleted file mode 100644 index bf73b8c8f..000000000 --- a/test/diagnostics/lowercase-global.lua +++ /dev/null @@ -1,39 +0,0 @@ -TEST [[ - = 1 -tostring = 1 -ROOT = 1 -_G.bb = 1 -]] - -TEST [[ ----@diagnostic disable-next-line -x = 1 -]] - -TEST [[ ----@diagnostic disable-next-line: lowercase-global -x = 1 -]] - -TEST [[ ----@diagnostic disable-next-line: unused-local - = 1 -]] - -TEST [[ ----@diagnostic disable -x = 1 -]] - -TEST [[ ----@diagnostic disable ----@diagnostic enable - = 1 -]] - -TEST [[ ----@diagnostic disable ----@diagnostic disable ----@diagnostic enable -x = 1 -]] diff --git a/test/diagnostics/missing-fields.lua b/test/diagnostics/missing-fields.lua deleted file mode 100644 index ab87f81d8..000000000 --- a/test/diagnostics/missing-fields.lua +++ /dev/null @@ -1,233 +0,0 @@ -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@type A -local t = -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@type A -local t = -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@type A -local t = -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@type A -local t = { - x = 1, - y = 2, - z = 3, -} -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@type A -local t = { - x = 1, - z = 3, -} -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@param a A -local function f(a) end - -f -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@param a A -local function f(a) end - -f -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@param a A -local function f(a) end - -f -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@param a A -local function f(a) end - -f { - x = 1, - y = 2, - z = 3, -} -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number ----@field y? number ----@field z number - ----@param a A -local function f(a) end - -f { - x = 1, - z = 3, -} -]] - -TEST [[ ----@diagnostic disable: unused-local ----@class A ----@field x number -local t = {} -]] - -TEST [[ ----@diagnostic disable: unused-local - ----@class A ----@field x number - ----@class A -local t = {} -]] - -TEST [[ ----@diagnostic disable: unused-local - ----@class Foo ----@field a number ----@field b number ----@field c number - ----@type Foo|Foo[] -local a = { - { - a = 1, - b = 2, - c = 3, - } -} -]] - -TEST [[ ----@diagnostic disable: unused-local - ----@class Foo ----@field a number ----@field b number ----@field c number - ----@class Bar ----@field ba number ----@field bb number ----@field bc number - ----@type Foo|Bar -local b = { - a = 1, - b = 2, - c = 3, -} -]] - -TEST [[ ----@class A ----@field x integer - ----@type A -return -]] - -TEST [[ ----@class A ----@field x number - ----@class B ----@field y number - ----@type A|B -local t = -]] - -TEST [[ ----@class A ----@field x number - ----@class B ----@field y number - ----@type A|B -local t = { - y = 1, -} -]] diff --git a/test/diagnostics/missing-global-doc.lua b/test/diagnostics/missing-global-doc.lua deleted file mode 100644 index de5250fd9..000000000 --- a/test/diagnostics/missing-global-doc.lua +++ /dev/null @@ -1,297 +0,0 @@ --- check global functions -TEST [[ - - ----comment -function FG1() -end -]] - -TEST [[ -function FGP0() - print(p) -end - ----comment -function FGP1() - print(p) -end - ----comment ----@param p any -function FGP2(p) - print(p) -end -]] - -TEST [[ -function FGPP0(, ) - print(p0, p1) -end - ----comment -function FGPP1(, ) - print(p0, p1) -end - ----comment ----@param p0 any -function FGPP2(p0, ) - print(p0, p1) -end - ----comment ----@param p0 any ----@param p1 any -function FGPP3(p0, p1) - print(p0, p1) -end -]] - -TEST [[ -function FGR0() - return -end - ----comment -function FGR1() - return -end - ----comment ----@return integer -function FGR2() - return 0 -end -]] - -TEST [[ -function FGRR0() - return , -end - ----comment -function FGRR1() - return , -end - ----comment ----@return integer -function FGRR2() - return 0, -end - ----comment ----@return integer ----@return integer -function FGRR3() - return 0, 1 -end -]] - - -TEST [[ -function FGPR0() - print(p) - return -end - ----comment -function FGPR1() - print(p) - return -end - ----comment ----@param p any -function FGPR2(p) - print(p) - return -end - ----comment ----@return integer -function FGPR3() - print(p) - return 0 -end - ----comment ----@param p any ----@return integer -function FGPR4(p) - print(p) - return 0 -end -]] - --- check local functions - -TEST [[ -local function FL0() -end - -FL0() - ----comment -local function FL1() -end - -FL1() -]] - -TEST [[ -local function FLP0(p) - print(p) -end - -FLP0(0) - ----comment -local function FLP1(p) - print(p) -end - -FLP1(0) - ----comment ----@param p any -local function FLP2(p) - print(p) -end - -FLP2(0) -]] - -TEST [[ -local function FLPP0(p0, p1) - print(p0, p1) -end - -FLPP0(0, 1) - ----comment -local function FLPP1(p0, p1) - print(p0, p1) -end - -FLPP1(0, 1) - ----comment ----@param p0 any -local function FLPP2(p0, p1) - print(p0, p1) -end - -FLPP2(0, 1) - ----comment ----@param p0 any ----@param p1 any -local function FLPP3(p0, p1) - print(p0, p1) -end - -FLPP3(0, 1) -]] - -TEST [[ -local function FLR0() - return 0 -end - -local vr0 = FLR0() - ----comment -local function FLR1() - return 0 -end - -local vr1 = FLR1() - ----comment ----@return integer -local function FLR2() - return 0 -end - -local vr2 = FLR2() -]] - -TEST [[ -local function FLRR0() - return 0, 1 -end - -local vrr0, _ = FLRR0() - ----comment -local function FLRR1() - return 0, 1 -end - -local vrr1, _ = FLRR1() - ----comment ----@return integer -local function FLRR2() - return 0, 1 -end - -local vrr2, _ = FLRR2() - ----comment ----@return integer ----@return integer -local function FLRR3() - return 0, 1 -end - -local vrr3, _ = FLRR3() -]] - -TEST [[ -local function FLPR0(p) - print(p) - return 0 -end - -local vpr0 = FLPR0(0) - ----comment -local function FLPR1(p) - print(p) - return 0 -end - -local vpr1 = FLPR1(0) - ----comment ----@param p any -local function FLPR2(p) - print(p) - return 0 -end - -local vpr2 = FLPR2(0) - ----comment ----@return integer -local function FLPR3(p) - print(p) - return 0 -end - -local vpr3 = FLPR3(0) - ----comment ----@param p any ----@return integer -local function FLPR4(p) - print(p) - return 0 -end - -local vpr4 = FLPR4(0) -]] diff --git a/test/diagnostics/missing-local-export-doc.lua b/test/diagnostics/missing-local-export-doc.lua deleted file mode 100644 index 3d9422161..000000000 --- a/test/diagnostics/missing-local-export-doc.lua +++ /dev/null @@ -1,175 +0,0 @@ --- check global functions -TEST [[ -local mod = {} - -local - ----comment -local function fl1() -end - -local function fl2() -end - -function FG0() -end - -mod.fl0 = fl0 -mod.fl1 = fl1 -return mod -]] - -TEST [[ -local mod = {} - -local function flp0() - print(p) -end - ----comment -local function flp1() - print(p) -end - ----comment ----@param p any -local function flp2(p) - print(p) -end - -mod.flp0 = flp0 -mod.flp1 = flp1 -return mod -]] - -TEST [[ -local mod = {} - -local function flpp0(, ) - print(p0, p1) -end - ----comment -local function flpp1(, ) - print(p0, p1) -end - ----comment ----@param p0 any -local function flpp2(p0, ) - print(p0, p1) -end - ----comment ----@param p0 any ----@param p1 any -local function flpp3(p0, p1) - print(p0, p1) -end - -mod.flpp0 = flpp0 -mod.flpp1 = flpp1 -mod.flpp2 = flpp2 -mod.flpp3 = flpp3 -return mod -]] - -TEST [[ -local mod = {} - -local function flr0() - return -end - ----comment -local function flr1() - return -end - ----comment ----@return integer -local function flr2() - return 0 -end - -mod.flr0 = flr0 -mod.flr1 = flr1 -mod.flr2 = flr2 -return mod -]] - -TEST [[ -local mod = {} - -local function flrr0() - return , -end - ----comment -local function flrr1() - return , -end - ----comment ----@return integer -local function flrr2() - return 0, -end - ----comment ----@return integer ----@return integer -local function flrr3() - return 0, 1 -end - -mod.flrr0 = flrr0 -mod.flrr1 = flrr1 -mod.flrr2 = flrr2 -return mod -]] - -TEST [[ -local mod = {} - -local function flpr0() - print(p) - return -end - ----comment -local function flpr1() - print(p) - return -end - ----comment ----@param p any -local function flpr2(p) - print(p) - return -end - ----comment ----@return integer -local function flpr3() - print(p) - return 0 -end - ----comment ----@param p any ----@return integer -local function flpr4(p) - print(p) - return 0 -end - -mod.flpr0 = flpr0 -mod.flpr1 = flpr1 -mod.flpr2 = flpr2 -mod.flpr3 = flpr3 -mod.flpr4 = flpr4 -return mod -]] diff --git a/test/diagnostics/missing-parameter.lua b/test/diagnostics/missing-parameter.lua deleted file mode 100644 index 154d630b8..000000000 --- a/test/diagnostics/missing-parameter.lua +++ /dev/null @@ -1,90 +0,0 @@ - -TEST [[ -local function x(a, b) - return a, b -end -x(1) -]] - -TEST [[ ----@param a integer ----@param b integer -local function x(a, b) - return a, b -end - -]] - -TEST [[ ----@param a integer ----@param b integer -local function x(a, b) - return a, b -end - -]] - -TEST [[ ----@param a integer ----@param b integer ----@param ... integer -local function x(a, b, ...) - return a, b, ... -end -x(1, 2) -]] - -TEST [[ ----@param a integer ----@param b integer -local function f(a, b) -end - -f(...) -]] - -TEST [[ ----@param a integer ----@param b integer -local function f(a, b) -end - -local function return2Numbers() - return 1, 2 -end - -f(return2Numbers()) -]] - -TEST [[ ----@param a integer ----@param b? integer -local function x(a, b) - return a, b -end -x(1) -]] - -TEST [[ ----@param b integer? -local function x(a, b) - return a, b -end -x(1) -]] - -TEST [[ ----@param b integer|nil -local function x(a, b) - return a, b -end -x(1) -]] - -TEST [[ -local t = {} - -function t:init() end - - -]] diff --git a/test/diagnostics/missing-return-value.lua b/test/diagnostics/missing-return-value.lua deleted file mode 100644 index 3bad79748..000000000 --- a/test/diagnostics/missing-return-value.lua +++ /dev/null @@ -1,34 +0,0 @@ -TEST [[ ----@type fun():number -local function f() - -end -]] - -TEST [[ ----@return number -function F() - -end -]] - -TEST [[ ----@return number, number -function F() - 1 -end -]] - -TEST [[ ----@return number, number? -function F() - return 1 -end -]] - -TEST [[ ----@return ... -function F() - return -end -]] diff --git a/test/diagnostics/missing-return.lua b/test/diagnostics/missing-return.lua deleted file mode 100644 index b8c1e7d37..000000000 --- a/test/diagnostics/missing-return.lua +++ /dev/null @@ -1,158 +0,0 @@ -TEST [[ ----@type fun():number -local function f() -end -]] - -TEST [[ ----@type fun():number? -local function f() -end -]] - -TEST [[ ----@type fun():... -local function f() -end -]] - -TEST [[ ----@return number -function F() - X = 1 -end -]] -TEST [[ -local A ----@return number -function F() - if A then - return 1 - end -end -]] - -TEST [[ -local A, B ----@return number -function F() - if A then - return 1 - elseif B then - return 2 - end -end -]] - -TEST [[ -local A, B ----@return number -function F() - if A then - return 1 - elseif B then - return 2 - else - return 3 - end -end -]] - -TEST [[ -local A, B ----@return number -function F() - if A then - elseif B then - return 2 - else - return 3 - end -end -]] - -TEST [[ ----@return any -function F() - X = 1 -end -]] - -TEST [[ ----@return any, number -function F() - X = 1 -end -]] - -TEST [[ ----@return number, any -function F() - X = 1 -end -]] - -TEST [[ ----@return any, any -function F() - X = 1 -end -]] - -TEST [[ -local A ----@return number -function F() - for _ = 1, 10 do - if A then - return 1 - end - end - error('should not be here') -end -]] - -TEST [[ -local A ----@return number -function F() - while true do - if A then - return 1 - end - end -end -]] - -TEST [[ -local A ----@return number -function F() - while A do - if A then - return 1 - end - end -end -]] - -TEST [[ -local A ----@return number -function F() - while A do - if A then - return 1 - else - return 2 - end - end -end -]] - -TEST [[ ----@return number? -function F() - -end -]] diff --git a/test/diagnostics/need-check-nil.lua b/test/diagnostics/need-check-nil.lua deleted file mode 100644 index c4e3bba65..000000000 --- a/test/diagnostics/need-check-nil.lua +++ /dev/null @@ -1,68 +0,0 @@ -TEST [[ ----@type string? -local x - -local s = :upper() -]] - -TEST [[ ----@type string? -local x - -S = :upper() -]] - -TEST [[ ----@type string? -local x - -if x then - S = x:upper() -end -]] - -TEST [[ ----@type string? -local x - -if not x then - x = '' -end - -S = x:upper() -]] - -TEST [[ ----@type fun()? -local x - -S = () -]] - -TEST [[ ----@type integer? -local x - -T = {} -T[] = 1 -]] - -TEST [[ -local x, y -local z = x and y - -print(z.y) -]] - -TEST [[ -local x, y -function x() - y() -end - -function y() - x() -end - -x() -]] diff --git a/test/diagnostics/newfield-call.lua b/test/diagnostics/newfield-call.lua deleted file mode 100644 index 63de9db9f..000000000 --- a/test/diagnostics/newfield-call.lua +++ /dev/null @@ -1,15 +0,0 @@ -TEST [[ -return { - -} -]] - -TEST [[ -return { - -} -]] diff --git a/test/diagnostics/newline-call.lua b/test/diagnostics/newline-call.lua deleted file mode 100644 index ca160aa3d..000000000 --- a/test/diagnostics/newline-call.lua +++ /dev/null @@ -1,34 +0,0 @@ -TEST [[ -:sub(1, 1) -]] - -TEST [[ -print() -('string') -]] - -TEST [[ -print -{} -{} -]] - -TEST [[ -local x -return x - : f(1) - : f(1) -]] - -TEST [[ -print() -'string' -]] - -TEST [[ -print -{ - x = 1, -} -]] diff --git a/test/diagnostics/not-yieldable.lua b/test/diagnostics/not-yieldable.lua deleted file mode 100644 index 81e972eea..000000000 --- a/test/diagnostics/not-yieldable.lua +++ /dev/null @@ -1,48 +0,0 @@ -TEST [[ ----@param cb fun() -local function f(cb) - return cb -end - ----@async -local function af() - return nil -end - -f() -]] - -TEST [[ ----@param cb async fun() -local function f(cb) - return cb -end - ----@async -local function af() - return nil -end - -f(af) -]] - -TEST [[ -local function f(cb) - cb() -end - ----@async -local function af() - f(function () ---@async - return nil - end) -end - -return af -]] - -TEST [[ -local _ = type(function () ---@async - return nil -end) -]] diff --git a/test/diagnostics/param-type-mismatch.lua b/test/diagnostics/param-type-mismatch.lua deleted file mode 100644 index e31e99339..000000000 --- a/test/diagnostics/param-type-mismatch.lua +++ /dev/null @@ -1,248 +0,0 @@ -TEST [[ ----@param x number -local function f(x) end - -f() -]] - -TEST [[ ----@class A - ----@param n A -local function f(n) -end - ----@class B -local a = {} - ----@type A? -a.x = XX - -f(a.x) -]] -TEST [[ ----@alias A string|boolean - ----@param x string|boolean -local function f(x) end - ----@type A -local x - -f(x) -]] - -TEST [[ ----@alias A string|boolean - ----@param x A -local function f(x) end - ----@type string|boolean -local x - -f(x) -]] - -TEST [[ ----@param b boolean -local function f(b) -end - ----@type boolean -local t - -if t then - f(t) -end -]] - -TEST [[ ----@enum A -local t = { - x = 1, - y = 2, -} - ----@param x A -local function f(x) -end - -f() -f(t.x) -f(1) -f() -]] - -TEST [[ ----@enum A -local t = { - x = { h = 1 }, - y = { h = 2 }, -} - ----@param x A -local function f(x) -end - -f(t.x) -f(t.y) -f() -]] - -TEST [[ ----@enum(key) A -local t = { - x = 1, - ['y'] = 2, -} - ----@param x A -local function f(x) -end - -f('x') -f('y') -f() -]] - -TEST [[ ----@generic T: string | boolean | table ----@param x T ----@return T -local function f(x) - return x -end - -f() -]] - -TEST [[ ----@param opts {a:number, b:number} -local function foo(opts) - -end - ----@param opts {a:number, b:number} -local function bar(opts) - foo(opts) -end -]] - -TEST [[ ----@param opts {a:number, b:number} -local function foo(opts) - -end - ----@param opts {c:number, d:number} -local function bar(opts) - foo() -- this should raise linting error -end -]] - -TEST [[ ----@param opts {[number]: boolean} -local function foo(opts) - -end - ----@param opts {[1]: boolean} -local function bar(opts) - foo(opts) -end -]] - -TEST [[ ----@generic T ----@param v1 T ----@param v2 T|table -local function func(v1, v2) -end - -func('hello', 'world') -]] - -TEST [[ ----@generic T1, T2, T3, T4, T5 ----@param f fun(): T1?, T2?, T3?, T4?, T5? ----@return T1?, T2?, T3?, T4?, T5? -local function foo(f) - return f() -end - -local a, b = foo(function() - return 1 -end) -]] - -TEST [[ ----@generic T1, T2, T3, T4, T5 ----@param f fun(): T1|nil, T2|nil, T3|nil, T4|nil, T5|nil ----@return T1?, T2?, T3?, T4?, T5? -local function foo(f) - return f() -end - -local a, b = foo(function() - return 1 -end) -]] - -TEST [[ ----@param v integer ----@return boolean -local function is_string(v) - return type(v) == 'string' -end - -print(is_string(3)) -]] - -TEST [[ ----@param p integer|string -local function get_val(p) - local is_number = type(p) == 'number' - return is_number and p or p -end - -get_val('hi') -]] - -TEST [[ ----@class Class -local Class = {} - ----@param source string -function Class.staticCreator(source) - -end - -Class.staticCreator() -ClassstaticCreator() -- Expecting a waring -]] - -TEST [[ ----@class A - ----@class B : A - ----@class C : B - ----@class D : B - ----@param x A -local function func(x) end - ----@type C|D -local var -func(var) -]] - -TEST [[ ----@class MyClass ----@overload fun(x : string) : MyClass -local MyClass = {} - -local w = MyClass() -]] diff --git a/test/diagnostics/redefined-local.lua b/test/diagnostics/redefined-local.lua deleted file mode 100644 index c594ed2ce..000000000 --- a/test/diagnostics/redefined-local.lua +++ /dev/null @@ -1,22 +0,0 @@ -TEST [[ -local x -print(x) -local -print(x) -]] - -TEST [[ -local x -print(x) -local -print(x) -local -print(x) -]] - -TEST [[ -local x -return x, function () - return x -end -]] diff --git a/test/diagnostics/redundant-parameter.lua b/test/diagnostics/redundant-parameter.lua deleted file mode 100644 index fabe33403..000000000 --- a/test/diagnostics/redundant-parameter.lua +++ /dev/null @@ -1,214 +0,0 @@ -TEST [[ -local function x(a, b) - return a, b -end -x(1, 2, ) -]] - -TEST [[ -local function x(a, b, ...) - return a, b, ... -end -x(1, 2, 3, 4, 5) -]] - -TEST [[ ----@type fun(a, b, ...) -local x -x(1, 2, 3, 4, 5) -]] - -TEST [[ -local m = {} -function m:x(a, b) - return a, b -end -m:x(1, 2, ) -]] - -TEST [[ -local m = {} -function m:x(a, b) - return a, b -end -m.x(m, 2, 3, ) -]] - -TEST [[ -local m = {} -function m.x(a, b) - return a, b -end -m:x(1, , , ) -]] - -TEST [[ -local m = {} -function m.x() -end -m:x() -]] - -TEST [[ -local function f(a, b) - return a, b -end -f(1, 2, , ) -]] - -TEST [[ -local mt = {} -function mt:f(a, b) - return a, b -end -mt.f(mt, 2, 3, ) -]] - -TEST [[ -local mt = {} -function mt.f(a, b) - return a, b -end -mt:f(1, , , ) -]] - -TEST [[ -local mt = {} -function mt:f(a, b) - return a, b -end -mt:f(1, 2, , ) -]] - -TEST [[ -local function f(a, b, ...) - return a, b, ... -end -f(1, 2, 3, 4) -]] - -TEST [[ -local _ = next({}, 1, ) -print(1, 2, 3, 4, 5) -]] - -TEST [[ -local function f(callback) - callback(1, 2, 3) -end -f(function () end) -]] - ---TEST [[ ---local realTostring = tostring ---tostring = function () end ---tostring() ---tostring = realTostring ---tostring(1) ---]] - -TEST [[ -local f = load('') -if f then - f(1, 2, 3) -end -]] - -TEST [[ -local m = {} -function m.open() -end - -m:open() -]] - -TEST [[ -local m = {} -function m:open() -end - -m.open(m) -]] - -TEST [[ -table.insert({}, 1, 2, ) -]] - -TEST [[ ----@overload fun(...) -local function f() end - -f(1) -]] - -TEST [[ -function F() end - ----@param x boolean -function F(x) end - -F(k()) -]] - -TEST [[ -local function f() - return 1, 2, 3 -end - -local function k() -end - -k() -]] - -TEST [[ ----@diagnostic disable: unused-local -local function f() - return 1, 2, 3 -end - ----@param x integer -local function k(x) -end - -k(f()) -]] - -TEST [[ ----@meta - ----@param x fun() -local function f1(x) -end - ----@return fun() -local function f2() -end - -f1(f2()) -]] - -TEST [[ ----@meta - ----@type fun():integer -local f - ----@param x integer -local function foo(x) end - -foo(f()) -]] - -TEST [[ ----@meta ----@diagnostic disable: duplicate-set-field ----@class A -local m = {} - -function m.ff() end - -function m.ff(x) end - -m.ff(1) -]] diff --git a/test/diagnostics/redundant-return-value.lua b/test/diagnostics/redundant-return-value.lua deleted file mode 100644 index f3e2c584b..000000000 --- a/test/diagnostics/redundant-return-value.lua +++ /dev/null @@ -1,32 +0,0 @@ -TEST [[ ----@type fun():number -local function f() - return 1, -end -]] - -TEST [[ ----@return number, number? -function F() - return 1, 1, -end -]] - -TEST [[ ----@return number, number? -function F() - return 1, 1, , , -end -]] - -TEST [[ ----@meta - ----@return number, number -local function r2() end - ----@return number, number? -function F() - return 1, -end -]] diff --git a/test/diagnostics/redundant-return.lua b/test/diagnostics/redundant-return.lua deleted file mode 100644 index 11214aab0..000000000 --- a/test/diagnostics/redundant-return.lua +++ /dev/null @@ -1,34 +0,0 @@ -TEST [[ -local function f() - -end -f() -]] - -TEST [[ -local function f() - return nil -end -f() -]] - -TEST [[ -local function f() - local function x() - - end - x() - return true -end -f() -]] - -TEST [[ -local function f() - local function x() - return true - end - return x() -end -f() -]] diff --git a/test/diagnostics/redundant-value.lua b/test/diagnostics/redundant-value.lua deleted file mode 100644 index a63544df8..000000000 --- a/test/diagnostics/redundant-value.lua +++ /dev/null @@ -1,7 +0,0 @@ -TEST [[ -local _ = 1, -]] - -TEST [[ -_ = 1, -]] diff --git a/test/diagnostics/return-type-mismatch.lua b/test/diagnostics/return-type-mismatch.lua deleted file mode 100644 index aaf7807f1..000000000 --- a/test/diagnostics/return-type-mismatch.lua +++ /dev/null @@ -1,167 +0,0 @@ -TEST [[ ----@return number -function F() - return -end -]] - -TEST [[ ----@return number? -function F() - return 1 -end -]] - -TEST [[ ----@return number? -function F() - return nil -end -]] - -TEST [[ ----@return number, number -local function f() - return 1, 1 -end - ----@return number, boolean -function F() - return -end -]] - -TEST [[ ----@return boolean, number -local function f() - return true, 1 -end - ----@return number, boolean -function F() - return -end -]] - -TEST [[ ----@return boolean, number? -local function f() - return true, 1 -end - ----@return number, boolean -function F() - return 1, f() -end -]] - -TEST [[ ----@return number, number? -local function f() - return 1, 1 -end - ----@return number, boolean, number -function F() - return 1, -end -]] - -TEST [[ ----@class A ----@field x number? - ----@return number -function F() - ---@type A - local t - return t.x -end -]] - -TEST [[ ----@class A ----@field x number? -local t = {} - ----@return number -function F() - return t.x -end -]] - -TEST [[ ----@param ... number -local function f(...) -end - -f(nil) -]] - -TEST [[ ----@return number -function F() - local n = 0 - if true then - n = 1 - end - return n -end -]] - -TEST [[ ----@param x boolean ----@return number ----@overload fun(): boolean -local function f(x) - if x then - return 1 - else - return false - end -end -]] - -TEST [[ ----@param x boolean ----@return number ----@overload fun() -local function f(x) - if x then - return 1 - else - return - end -end -]] - -TEST [[ ----@param x boolean ----@return number ----@overload fun() -local function f(x) - if x then - return 1 - end -end -]] - -TEST [[ ----@param x boolean ----@return number ----@overload fun(): boolean, boolean -local function f(x) - if x then - return 1 - else - return false, false - end -end -]] - -TEST [[ ----@type fun():number -local function f() - return -end -]] diff --git a/test/diagnostics/trailing-space.lua b/test/diagnostics/trailing-space.lua deleted file mode 100644 index ff794714a..000000000 --- a/test/diagnostics/trailing-space.lua +++ /dev/null @@ -1,32 +0,0 @@ -TEST [[ - -]] - -TEST [[ - - -]] - -TEST [[ -X = 1 -]] - -TEST [[ -X = [=[ - ]=] -]] - -TEST [[ --- xxxx -]] - -TEST [[ --- [=[ - ]=] -]] - -TEST [=[ -return [[ - -]] -]=] diff --git a/test/diagnostics/unbalanced-assignments.lua b/test/diagnostics/unbalanced-assignments.lua deleted file mode 100644 index a0d47f569..000000000 --- a/test/diagnostics/unbalanced-assignments.lua +++ /dev/null @@ -1,34 +0,0 @@ -TEST [[ -local x, , = 1 -]] - -TEST [[ -local x, y, = 1, 2 -]] - -TEST [[ -local x, y, z = print() -]] - -TEST [[ -local x, y, z -]] - -TEST [[ -local x, y, z -x, , = 1 -]] - -TEST [[ -X, , = 1 -]] - -TEST [[ -T = {} -T.x, , = 1 -]] - -TEST [[ -T = {} -T['x'], , = 1 -]] diff --git a/test/diagnostics/undefined-doc-class.lua b/test/diagnostics/undefined-doc-class.lua deleted file mode 100644 index d10b89d81..000000000 --- a/test/diagnostics/undefined-doc-class.lua +++ /dev/null @@ -1,3 +0,0 @@ -TEST [[ ----@class A : -]] diff --git a/test/diagnostics/undefined-doc-name.lua b/test/diagnostics/undefined-doc-name.lua deleted file mode 100644 index 9a55108ac..000000000 --- a/test/diagnostics/undefined-doc-name.lua +++ /dev/null @@ -1,19 +0,0 @@ -TEST [[ ----@type -]] - -TEST [[ ----@class A ----@type A|| -]] - -TEST [[ ----@class AAA ----@alias B AAA - ----@type B -]] - -TEST [[ ----@alias B -]] diff --git a/test/diagnostics/undefined-doc-param.lua b/test/diagnostics/undefined-doc-param.lua deleted file mode 100644 index 7bfbafa56..000000000 --- a/test/diagnostics/undefined-doc-param.lua +++ /dev/null @@ -1,21 +0,0 @@ -TEST [[ ----@param Class -]] - -TEST [[ ----@class Class ----@param Class -local function f(x) - return x -end -f() -]] - -TEST [[ ----@class Class ----@param Class -function F(x) - return x -end -F() -]] diff --git a/test/diagnostics/undefined-env-child.lua b/test/diagnostics/undefined-env-child.lua deleted file mode 100644 index 73904a747..000000000 --- a/test/diagnostics/undefined-env-child.lua +++ /dev/null @@ -1,36 +0,0 @@ -TEST [[ ----@type iolib -_ENV = io -(stderr) -- `print` is warning but `stderr` is not -]] - -TEST [[ ----@type iolib -local _ENV = io -(stderr) -- `print` is warning but `stderr` is not -]] - -TEST [[ -local _ENV = { print = print } -print(1) -]] - -TEST [[ -_ENV = {} -GLOBAL = 1 --> _ENV.GLOBAL = 1 -]] - -TEST [[ -_ENV = {} -local _ = print --> local _ = _ENV.print -]] - -TEST [[ -GLOBAL = 1 -_ENV = nil -]] - -TEST [[ -print(1) -_ENV = nil -]] diff --git a/test/diagnostics/undefined-field.lua b/test/diagnostics/undefined-field.lua deleted file mode 100644 index aff329fbe..000000000 --- a/test/diagnostics/undefined-field.lua +++ /dev/null @@ -1,148 +0,0 @@ -TEST [[ ----@class Foo ----@field field1 integer -local mt = {} -function mt:Constructor() - self.field2 = 1 -end -function mt:method1() return 1 end -function mt.method2() return 2 end - ----@class Bar: Foo ----@field field4 integer -local mt2 = {} - ----@type Foo -local v -print(v.field1 + 1) -print(v.field2 + 1) -print(v. + 1) -print(v:method1()) -print(v.method2()) -print(v:()) - ----@type Bar -local v2 -print(v2.field1 + 1) -print(v2.field2 + 1) -print(v2. + 1) -print(v2.field4 + 1) -print(v2:method1()) -print(v2.method2()) -print(v2:()) - -local v3 = {} -print(v3.abc) - ----@class Bar2 -local mt3 -function mt3:method() return 1 end -print(mt3:method()) -]] - --- checkUndefinedField 通过type找到class -TEST [[ ----@class Foo -local Foo -function Foo:method1() end - ----@type Foo -local v -v:method1() -v:() -- doc.class.name -]] - --- checkUndefinedField 通过type找到class,涉及到 class 继承版 -TEST [[ ----@class Foo -local Foo -function Foo:method1() end ----@class Bar: Foo -local Bar -function Bar:method3() end - ----@type Bar -local v -v:method1() -v:() -- doc.class.name -v:method3() -]] - --- checkUndefinedField 类名和类变量同名,类变量被直接使用 -TEST [[ ----@class Foo -local Foo -function Foo:method1() end -Foo:() -- doc.class -Foo:() -- doc.class -]] - --- checkUndefinedField 没有@class的不检测 -TEST [[ -local Foo -function Foo:method1() - return Foo:method2() -- table -end -]] - --- checkUndefinedField 类名和类变量不同名,类变量被直接使用、使用self -TEST [[ ----@class Foo -local mt -function mt:method1() - mt.() -- doc.class - self:method1() - return self.() -- doc.class.name -end -]] - --- checkUndefinedField 当会推导成多个class类型时 -TEST [[ ----@class Foo -local mt -function mt:method1() end - ----@class Bar -local mt2 -function mt2:method2() end - ----@type Foo -local v ----@type Bar -local v2 -v2 = v -v2:method1() -v2:() -]] - -TEST [[ ----@type table -T1 = {} -print(T1.f1) ----@type tablelib -T2 = {} -print(T2.) -]] - -TEST [[ ----@type string|table -local n - -print(n.x) -]] - -TEST [[ ----@type 'x' -local t - -local n = t:upper() -]] - -TEST [[ ----@alias A 'x' - ----@type A -local t - -local n = t:upper() -]] diff --git a/test/diagnostics/undefined-global.lua b/test/diagnostics/undefined-global.lua deleted file mode 100644 index f5a6396c3..000000000 --- a/test/diagnostics/undefined-global.lua +++ /dev/null @@ -1,36 +0,0 @@ -TEST [[ -local print, _G -print() -print() -print() -print() -print() -print(Z) -print(_G) -Z = 1 -]] - -TEST [[ -X = table[] -]] -TEST [[ -T1 = 1 -_ENV.T2 = 1 -_G.T3 = 1 -_ENV._G.T4 = 1 -_G._G._G.T5 = 1 -rawset(_G, 'T6', 1) -rawset(_ENV, 'T7', 1) -print(T1) -print(T2) -print(T3) -print(T4) -print(T5) -print(T6) -print(T7) -]] - -TEST [[ ----@class c -c = {} -]] diff --git a/test/diagnostics/unknown-cast-variable.lua b/test/diagnostics/unknown-cast-variable.lua deleted file mode 100644 index a347083f4..000000000 --- a/test/diagnostics/unknown-cast-variable.lua +++ /dev/null @@ -1,8 +0,0 @@ -TEST [[ ----@cast integer -]] - -TEST [[ -local x, y ----@cast y number -]] diff --git a/test/diagnostics/unknown-diag-code.lua b/test/diagnostics/unknown-diag-code.lua deleted file mode 100644 index 33b418861..000000000 --- a/test/diagnostics/unknown-diag-code.lua +++ /dev/null @@ -1,3 +0,0 @@ -TEST [[ ----@diagnostic disable-next-line: -]] diff --git a/test/diagnostics/unknown-operator.lua b/test/diagnostics/unknown-operator.lua deleted file mode 100644 index bb193f6aa..000000000 --- a/test/diagnostics/unknown-operator.lua +++ /dev/null @@ -1,4 +0,0 @@ -TEST [[ ----@class A ----@operator : A -]] diff --git a/test/diagnostics/unreachable-code.lua b/test/diagnostics/unreachable-code.lua deleted file mode 100644 index 4444252f5..000000000 --- a/test/diagnostics/unreachable-code.lua +++ /dev/null @@ -1,71 +0,0 @@ -TEST [[ -if X then - return false -elseif X then - return false -else - return false -end - -]] - -TEST [[ -function X() - if X then - return false - elseif X then - return false - else - return false - end - -end -]] - -TEST [[ -while true do -end - - -]] - -TEST [[ -while true do -end - - -]] - -TEST [[ -while X do - X = 1 -end - -print(1) -]] - -TEST [[ -while true do - if not X then - break - end -end - -print(1) - -do return end -]] - -TEST [[ -local done = false - -local function set_done() - done = true -end - -while not done do - set_done() -end - -print(1) -]] diff --git a/test/diagnostics/unused-function.lua b/test/diagnostics/unused-function.lua deleted file mode 100644 index c2cea23ab..000000000 --- a/test/diagnostics/unused-function.lua +++ /dev/null @@ -1,48 +0,0 @@ -TEST [[ -local -]] - -TEST [[ -local x = -]] - -TEST [[ -local x -x = -]] - -TEST [[ -local -local -]] - -TEST [[ -local f = -]] - -TEST [[ -local f;f = -]] - -TEST [[ -local -]] - -TEST [[ -local -]] - - -TEST [[ -local - -local -]] diff --git a/test/diagnostics/unused-label.lua b/test/diagnostics/unused-label.lua deleted file mode 100644 index 3a89a1474..000000000 --- a/test/diagnostics/unused-label.lua +++ /dev/null @@ -1,3 +0,0 @@ -TEST [[ -:::: -]] diff --git a/test/diagnostics/unused-local.lua b/test/diagnostics/unused-local.lua deleted file mode 100644 index 425f3e1e8..000000000 --- a/test/diagnostics/unused-local.lua +++ /dev/null @@ -1,99 +0,0 @@ -local config = require 'config' - -TEST [[ -local -]] - -TEST [[ -local y -local x = y -]] - -TEST [[ -local function x() -end -x() -]] - -TEST [[ -return function (x) - x.a = 1 -end -]] - -TEST [[ -local = {} -.a = 1 -]] - -TEST [[ -InstanceName = 1 -Instance = _G[InstanceName] -]] - -TEST [[ -local _ = (''):sub(1, 2) -]] - -TEST [[ -local mt, x -function mt:m() - function x:m() - end -end -return mt, x -]] - -TEST [[ -local mt = {} -function mt:f() -end -return mt -]] - -TEST [[ -local = {} -function :f() -end -]] - -TEST [[ -local = {} -.a = 1 -]] - -TEST [[ -local = {} -['a'] = 1 -]] - -TEST [[ -local function f() - return 'something' -end -f() -]] - -TEST [[ -local function f(var) - print(var) -end -local var -f(var) -]] - -TEST [[ -local = {} -[1] = 1 -]] - -config.add(nil, 'Lua.diagnostics.unusedLocalExclude', 'll_*') - -TEST [[ -local -local ll_1 -local ll_2 -local -]] - -config.remove(nil, 'Lua.diagnostics.unusedLocalExclude', 'll_*') diff --git a/test/diagnostics/unused-vararg.lua b/test/diagnostics/unused-vararg.lua deleted file mode 100644 index 2bed4aabe..000000000 --- a/test/diagnostics/unused-vararg.lua +++ /dev/null @@ -1,6 +0,0 @@ -TEST [[ -local function f() - return 'something' -end -f() -]] diff --git a/test/document_symbol/init.lua b/test/document_symbol/init.lua deleted file mode 100644 index dff43c7de..000000000 --- a/test/document_symbol/init.lua +++ /dev/null @@ -1,875 +0,0 @@ -local core = require 'core.document-symbol' -local files = require 'files' -local define = require 'proto.define' - -rawset(_G, 'TEST', true) - -local EXISTS = {} - -local function eq(a, b) - if a == EXISTS and b ~= nil then - return true - end - local tp1, tp2 = type(a), type(b) - if tp1 ~= tp2 then - return false - end - if tp1 == 'table' then - local mark = {} - for k in pairs(a) do - if not eq(a[k], b[k]) then - return false - end - mark[k] = true - end - for k in pairs(b) do - if not mark[k] then - return false - end - end - return true - end - return a == b -end - -local function checkArcoss(symbols) - local lastFinish = 0 - for _, symbol in ipairs(symbols) do - assert(symbol.range[1] <= symbol.selectionRange[1]) - assert(symbol.range[2] >= symbol.selectionRange[2]) - assert(symbol.range[2] > lastFinish) - lastFinish = symbol.range[2] - if symbol.children then - checkArcoss(symbol.children) - end - end -end - ----@diagnostic disable: await-in-sync -function TEST(script) - return function (expect) - files.setText(TESTURI, script) - local result = core(TESTURI) - assert(eq(expect, result)) - checkArcoss(result) - files.remove(TESTURI) - end -end - -TEST [[ -A = 1 -]] -{ - [1] = { - name = 'A', - detail = '1', - kind = define.SymbolKind.Number, - range = {0, 5}, - selectionRange = {0, 1}, - } -} - -TEST [[ -local function f() -end -]] -{ - [1] = { - name = 'f', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {6, 10003}, - selectionRange = {15, 16}, - valueRange = {6, 10003}, - } -} - -TEST [[ -function f() -end -]] -{ - [1] = { - name = 'f', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {0, 10003}, - selectionRange = {9, 10}, - valueRange = {0, 10003}, - } -} - -TEST [[ -return function () -end -]] -{ - [1] = { - name = 'return', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {7, 10003}, - selectionRange = {7, 15}, - valueRange = {7, 10003}, - } -} - -TEST [[ -f = function () -end -]] -{ - [1] = { - name = 'f', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {0, 10003}, - selectionRange = {0, 1}, - valueRange = {4, 10003}, - } -} - -TEST [[ -local f = function () -end -]] -{ - [1] = { - name = 'f', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {6, 10003}, - selectionRange = {6, 7}, - valueRange = {10, 10003}, - } -} - -TEST [[ -function mt:add() -end -]] -{ - [1] = { - name = 'mt:add', - detail = 'function ()', - kind = define.SymbolKind.Method, - range = {0, 10003}, - selectionRange = {9, 15}, - valueRange = {0, 10003}, - } -} - -TEST [[ -function A() - function A1() - end - function A2() - end -end -function B() -end -]] -{ - [1] = { - name = 'A', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {0, 50003}, - selectionRange = {9, 10}, - valueRange = {0, 50003}, - children = { - [1] = { - name = 'A1', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {10004, 20007}, - selectionRange = {10013, 10015}, - valueRange = {10004, 20007}, - }, - [2] = { - name = 'A2', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {30004, 40007}, - selectionRange = {30013, 30015}, - valueRange = {30004, 40007}, - }, - }, - }, - [2] = { - name = 'B', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {60000, 70003}, - selectionRange = {60009, 60010}, - valueRange = {60000, 70003}, - }, -} - -TEST [[ -local x = 1 -local function f() - local x = 'x' - local y = {} - --= 1 -end -local y = true -local z -]] -{ - [1] = { - name = 'x', - detail = '1', - kind = define.SymbolKind.Number, - range = {6, 11}, - selectionRange = {6, 7}, - }, - [2] = { - name = 'f', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {10006, 50003}, - selectionRange = {10015, 10016}, - valueRange = {10006, 50003}, - children = { - [1] = { - name = 'x', - detail = '"x"', - kind = define.SymbolKind.String, - range = {20010, 20017}, - selectionRange = {20010, 20011}, - }, - [2] = { - name = 'y', - detail = '', - kind = define.SymbolKind.Object, - range = {30010, 30016}, - selectionRange = {30010, 30011}, - valueRange = {30014, 30016}, - }, - --[3] = { - -- name = 'z', - -- detail = 'global z: number = 1', - -- kind = define.SymbolKind.Object, - -- range = {71, 71}, - -- selectionRange = {71, 71}, - -- valueRange = {75, 75}, - --}, - }, - }, - [3] = { - name = 'y', - detail = 'true', - kind = define.SymbolKind.Boolean, - range = {60006, 60014}, - selectionRange = {60006, 60007}, - }, - [4] = { - name = 'z', - detail = '', - kind = define.SymbolKind.Variable, - range = {70006, 70007}, - selectionRange = {70006, 70007}, - }, -} - -TEST [[ -local t = { - a = 1, - b = 2, - c = 3, -} -]] -{ - [1] = { - name = 't', - detail = '{a, b, c}', - kind = define.SymbolKind.Object, - range = {6, 40001}, - selectionRange = {6, 7}, - valueRange = {10, 40001}, - children = { - [1] = { - name = 'a', - detail = '1', - kind = define.SymbolKind.Number, - range = {10004, 10009}, - selectionRange = {10004, 10005}, - }, - [2] = { - name = 'b', - detail = '2', - kind = define.SymbolKind.Number, - range = {20004, 20009}, - selectionRange = {20004, 20005}, - }, - [3] = { - name = 'c', - detail = '3', - kind = define.SymbolKind.Number, - range = {30004, 30009}, - selectionRange = {30004, 30005}, - }, - } - } -} - -TEST [[ -local t = { - a = 1, - b = 2, - c = 3, - d = 4, - e = 5, - f = 6, -} -]] -{ - [1] = { - name = 't', - detail = '{a, b, c, d, e, ...(+1)}', - kind = define.SymbolKind.Object, - range = {6, 70001}, - selectionRange = {6, 7}, - valueRange = {10, 70001}, - children = EXISTS, - } -} - -TEST [[ -local t = { - a = { - b = 1, - } -} -]] -{ - [1] = { - name = 't', - detail = '{a}', - kind = define.SymbolKind.Object, - range = {6, 40001}, - selectionRange = {6, 7}, - valueRange = {10, 40001}, - children = { - [1] = { - name = 'a', - detail = '{b}', - kind = define.SymbolKind.Object, - range = {10004, 30005}, - selectionRange = {10004, 10005}, - valueRange = {10008, 30005}, - children = { - [1] = { - name = 'b', - detail = '1', - kind = define.SymbolKind.Number, - range = {20008, 20013}, - selectionRange = {20008, 20009}, - } - } - }, - } - } -} - -TEST[[ -local function g() -end - -g = 1 -]]{ - [1] = { - name = 'g', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {6, 10003}, - selectionRange = {15, 16}, - valueRange = {6, 10003}, - }, - [2] = { - name = 'g', - detail = '1', - kind = define.SymbolKind.Number, - range = {30000, 30005}, - selectionRange = {30000, 30001}, - } -} - -TEST[[ -function f(a, b, ...) - local x = ... - print(x.a) -end -]]{ - [1] = { - name = 'f', - detail = 'function (a, b, ...)', - kind = define.SymbolKind.Function, - range = {0, 30003}, - selectionRange = {9, 10}, - valueRange = {0, 30003}, - children = { - [1] = { - name = 'a', - detail = '', - kind = define.SymbolKind.Constant, - range = {11, 12}, - selectionRange = {11, 12}, - }, - [2] = { - name = 'b', - detail = '', - kind = define.SymbolKind.Constant, - range = {14, 15}, - selectionRange = {14, 15}, - }, - [3] = { - name = 'x', - detail = '', - kind = define.SymbolKind.Variable, - range = {10010, 10017}, - selectionRange = {10010, 10011}, - } - } - }, -} - -TEST [[ -local t = { - a = 1, - b = 2, -} - -local v = t -]]{ - [1] = { - name = 't', - detail = '{a, b}', - kind = define.SymbolKind.Object, - range = {6, 30001}, - selectionRange = {6, 7}, - valueRange = {10, 30001}, - children = EXISTS, - }, - [2] = { - name = 'v', - detail = '', - kind = define.SymbolKind.Variable, - range = {50006, 50011}, - selectionRange = {50006, 50007}, - }, -} - -TEST [[ -local x -local function -]]{ - [1] = { - name = 'x', - detail = '', - kind = define.SymbolKind.Variable, - range = {6, 7}, - selectionRange = {6, 7}, - }, - [2] = { - name = "", - detail = "function ()", - kind = define.SymbolKind.Function, - range = {10006, 10014}, - selectionRange = {10006, 10014}, - valueRange = {10006, 10014}, - }, -} - -TEST [[ -local a, b = { - x1 = 1, - y1 = 1, - z1 = 1, -}, { - x2 = 1, - y2= 1, - z2 = 1, -} - -]]{ - [1] = { - name = 'a', - detail = '{x1, y1, z1}', - kind = define.SymbolKind.Object, - range = {6, 40001}, - selectionRange = {6, 7}, - valueRange = {13, 40001}, - children = EXISTS, - }, - [2] = { - name = 'b', - detail = '{x2, y2, z2}', - kind = define.SymbolKind.Object, - range = {9, 80001}, - selectionRange = {9, 10}, - valueRange = {40003, 80001}, - children = EXISTS, - } -} - -TEST [[ -local function x() -end - -local function f() - local c -end -]] -{ - [1] = { - name = 'x', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {6, 10003}, - selectionRange = {15, 16}, - valueRange = {6, 10003}, - }, - [2] = { - name = 'f', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {30006, 50003}, - selectionRange = {30015, 30016}, - valueRange = {30006, 50003}, - children = { - [1] = { - name = 'c', - detail = '', - kind = define.SymbolKind.Variable, - range = {40010, 40011}, - selectionRange = {40010, 40011}, - }, - }, - } -} - -TEST [[ -local t = f({ - k = 1 -}) -]] -{ - [1] = { - name = 't', - detail = '', - kind = define.SymbolKind.Variable, - range = {6, 20002}, - selectionRange = {6, 7}, - valueRange = {10, 20002}, - children = { - [1] = { - name = 'f', - detail = '-> {k}', - kind = define.SymbolKind.Object, - range = {12, 20001}, - selectionRange = {12, 20001}, - valueRange = {12, 20001}, - children = { - [1] = { - name = 'k', - detail = '1', - kind = define.SymbolKind.Number, - range = {10004, 10009}, - selectionRange = {10004, 10005}, - } - } - } - } - } -} - -TEST [[ -local t = {} - -local function f(a, b) -end -]] -{ - [1] = { - name = 't', - detail = '', - kind = define.SymbolKind.Object, - range = {6, 12}, - selectionRange = {6, 7}, - valueRange = {10, 12}, - }, - [2] = { - name = 'f', - detail = 'function (a, b)', - kind = define.SymbolKind.Function, - range = {20006, 30003}, - selectionRange = {20015, 20016}, - valueRange = {20006, 30003}, - children = { - [1] = { - name = 'a', - detail = '', - kind = define.SymbolKind.Constant, - range = {20017, 20018}, - selectionRange = {20017, 20018}, - }, - [2] = { - name = 'b', - detail = '', - kind = define.SymbolKind.Constant, - range = {20020, 20021}, - selectionRange = {20020, 20021}, - } - } - } -} - -TEST [[ -local a = f { - x = function () - end -} -]] -{ - [1] = { - name = 'a', - detail = '', - kind = define.SymbolKind.Variable, - range = {6, 30001}, - selectionRange = {6, 7}, - valueRange = {10, 30001}, - children = { - [1] = { - name = 'f', - detail = '-> {x}', - kind = define.SymbolKind.Object, - range = {12, 30001}, - selectionRange = {12, 30001}, - valueRange = {12, 30001}, - children = { - [1] = { - name = 'x', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {10004, 20007}, - selectionRange = {10004, 10005}, - valueRange = {10008, 20007}, - } - } - } - } - } -} - -TEST [[ -table.sort(t, function (a, b) - return false -end) -]] -{ - [1] = { - name = 'table.sort', - detail = '-> function (a, b)', - kind = define.SymbolKind.Function, - range = {14, 20003}, - selectionRange = {14, 22}, - valueRange = {14, 20003}, - children = EXISTS, - } -} - -TEST [[ -local root = { - inner_function = function () - local function function_inside_function() - end - end -} -]] -{ - [1] = { - name = 'root', - detail = '{inner_function}', - kind = define.SymbolKind.Object, - range = {6, 50001}, - selectionRange = {6, 10}, - valueRange = {13, 50001}, - children = { - [1] = { - name = 'inner_function', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {10004, 40007}, - selectionRange = {10004, 10018}, - valueRange = {10021, 40007}, - children = { - [1] = { - name = 'function_inside_function', - detail = 'function ()', - kind = define.SymbolKind.Function, - range = {20014, 30011}, - selectionRange = {20023, 20047}, - valueRange = {20014, 30011}, - }, - }, - }, - }, - } -} - -TEST [[ -local t = { 1, 2, 3 } -]] -{ - [1] = { - name = 't', - detail = '[1, 2, 3]', - kind = define.SymbolKind.Array, - range = {6, 21}, - selectionRange = {6, 7}, - valueRange = {10, 21}, - children = EXISTS - } -} - -TEST [[ -local t = { 1, 2, 3, 4, 5, 6 } -]] -{ - [1] = { - name = 't', - detail = '[1, 2, 3, 4, 5, ...(+1)]', - kind = define.SymbolKind.Array, - range = {6, 30}, - selectionRange = {6, 7}, - valueRange = {10, 30}, - children = EXISTS, - } -} - -TEST [[ -local t = { 1, 2, [5] = 3, [true] = 4, x = 5 } -]] -{ - [1] = { - name = 't', - detail = '{[1], [2], [5], [true], x}', - kind = define.SymbolKind.Object, - range = {6, 46}, - selectionRange = {6, 7}, - valueRange = {10, 46}, - children = EXISTS - } -} - -TEST [[ -if 1 then - -elseif 2 then - -elseif 3 then - -else - -end -]] -{ - { - name = 'if', - detail = 'if 1 then', - kind = define.SymbolKind.Package, - range = {0, 20000}, - selectionRange = {0, 2}, - valueRange = {0, 20000}, - }, - { - name = 'elseif', - detail = 'elseif 2 then', - kind = define.SymbolKind.Package, - range = {20000, 40000}, - selectionRange = {20000, 20006}, - valueRange = {20000, 40000}, - }, - { - name = 'elseif', - detail = 'elseif 3 then', - kind = define.SymbolKind.Package, - range = {40000, 60000}, - selectionRange = {40000, 40006}, - valueRange = {40000, 60000}, - }, - { - name = 'else', - detail = 'else', - kind = define.SymbolKind.Package, - range = {60000, 80000}, - selectionRange = {60000, 60004}, - valueRange = {60000, 80000}, - }, -} - -TEST [[ -while true do - -end -]] -{ - { - name = 'while', - detail = 'while true do', - kind = define.SymbolKind.Package, - range = {0, 20003}, - selectionRange = {0, 5}, - valueRange = {0, 20003}, - }, -} - -TEST [[ -repeat - -until true -]] -{ - { - name = 'repeat', - detail = 'until true', - kind = define.SymbolKind.Package, - range = {0, 20010}, - selectionRange = {0, 6}, - valueRange = {0, 20010}, - }, -} - -TEST [[ -for i = 1, 10 do - -end -]] -{ - { - name = 'for', - detail = 'for i = 1, 10 do', - kind = define.SymbolKind.Package, - range = {0, 20003}, - selectionRange = {0, 3}, - valueRange = {0, 20003}, - children = EXISTS, - }, -} - -TEST [[ -X -.Y -.Z = 1 -]] -{ - { - name = '... .Z', - detail = '1', - kind = define.SymbolKind.Number, - range = {20001, 20006}, - selectionRange = {20001, 20002}, - }, -} diff --git a/test/example/guide.txt b/test/example/guide.txt deleted file mode 100644 index 1aef61ae4..000000000 --- a/test/example/guide.txt +++ /dev/null @@ -1,4014 +0,0 @@ -local util = require 'utility' -local error = error -local type = type -local next = next -local tostring = tostring -local print = print -local ipairs = ipairs -local tableInsert = table.insert -local tableUnpack = table.unpack -local tableRemove = table.remove -local tableMove = table.move -local tableSort = table.sort -local tableConcat = table.concat -local mathType = math.type -local pairs = pairs -local setmetatable = setmetatable -local assert = assert -local select = select -local osClock = os.clock -local DEVELOP = _G.DEVELOP -local log = log -local _G = _G - -local function logWarn(...) - log.warn(...) -end - -_ENV = nil - -local m = {} - -m.ANY = {} - -local blockTypes = { - ['while'] = true, - ['in'] = true, - ['loop'] = true, - ['repeat'] = true, - ['do'] = true, - ['function'] = true, - ['ifblock'] = true, - ['elseblock'] = true, - ['elseifblock'] = true, - ['main'] = true, -} - -local breakBlockTypes = { - ['while'] = true, - ['in'] = true, - ['loop'] = true, - ['repeat'] = true, -} - -m.childMap = { - ['main'] = {'#', 'docs'}, - ['repeat'] = {'#', 'filter'}, - ['while'] = {'filter', '#'}, - ['in'] = {'keys', '#'}, - ['loop'] = {'loc', 'max', 'step', '#'}, - ['if'] = {'#'}, - ['ifblock'] = {'filter', '#'}, - ['elseifblock'] = {'filter', '#'}, - ['elseblock'] = {'#'}, - ['setfield'] = {'node', 'field', 'value'}, - ['setglobal'] = {'value'}, - ['local'] = {'attrs', 'value'}, - ['setlocal'] = {'value'}, - ['return'] = {'#'}, - ['do'] = {'#'}, - ['select'] = {'vararg'}, - ['table'] = {'#'}, - ['tableindex'] = {'index', 'value'}, - ['tablefield'] = {'field', 'value'}, - ['function'] = {'args', '#'}, - ['funcargs'] = {'#'}, - ['setmethod'] = {'node', 'method', 'value'}, - ['getmethod'] = {'node', 'method'}, - ['setindex'] = {'node', 'index', 'value'}, - ['getindex'] = {'node', 'index'}, - ['paren'] = {'exp'}, - ['call'] = {'node', 'args'}, - ['callargs'] = {'#'}, - ['getfield'] = {'node', 'field'}, - ['list'] = {'#'}, - ['binary'] = {1, 2}, - ['unary'] = {1}, - - ['doc'] = {'#'}, - ['doc.class'] = {'class', 'extends', 'comment'}, - ['doc.type'] = {'#types', '#enums', 'name', 'comment'}, - ['doc.alias'] = {'alias', 'extends', 'comment'}, - ['doc.param'] = {'param', 'extends', 'comment'}, - ['doc.return'] = {'#returns', 'comment'}, - ['doc.field'] = {'field', 'extends', 'comment'}, - ['doc.generic'] = {'#generics', 'comment'}, - ['doc.generic.object'] = {'generic', 'extends', 'comment'}, - ['doc.vararg'] = {'vararg', 'comment'}, - ['doc.type.table'] = {'key', 'value', 'comment'}, - ['doc.type.function'] = {'#args', '#returns', 'comment'}, - ['doc.overload'] = {'overload', 'comment'}, - ['doc.see'] = {'name', 'field'}, -} - -m.actionMap = { - ['main'] = {'#'}, - ['repeat'] = {'#'}, - ['while'] = {'#'}, - ['in'] = {'#'}, - ['loop'] = {'#'}, - ['if'] = {'#'}, - ['ifblock'] = {'#'}, - ['elseifblock'] = {'#'}, - ['elseblock'] = {'#'}, - ['do'] = {'#'}, - ['function'] = {'#'}, - ['funcargs'] = {'#'}, -} - -local TypeSort = { - ['boolean'] = 1, - ['string'] = 2, - ['integer'] = 3, - ['number'] = 4, - ['table'] = 5, - ['function'] = 6, - ['nil'] = 999, -} - -local NIL = setmetatable({''}, { __tostring = function () return 'nil' end }) - ---- 是否是字面量 -function m.isLiteral(obj) - local tp = obj.type - return tp == 'nil' - or tp == 'boolean' - or tp == 'string' - or tp == 'number' - or tp == 'table' -end - ---- 获取字面量 -function m.getLiteral(obj) - local tp = obj.type - if tp == 'boolean' then - return obj[1] - elseif tp == 'string' then - return obj[1] - elseif tp == 'number' then - return obj[1] - end - return nil -end - ---- 寻找父函数 -function m.getParentFunction(obj) - for _ = 1, 1000 do - obj = obj.parent - if not obj then - break - end - local tp = obj.type - if tp == 'function' or tp == 'main' then - return obj - end - end - return nil -end - ---- 寻找所在区块 -function m.getBlock(obj) - for _ = 1, 1000 do - if not obj then - return nil - end - local tp = obj.type - if blockTypes[tp] then - return obj - end - obj = obj.parent - end - error('guide.getBlock overstack') -end - ---- 寻找所在父区块 -function m.getParentBlock(obj) - for _ = 1, 1000 do - obj = obj.parent - if not obj then - return nil - end - local tp = obj.type - if blockTypes[tp] then - return obj - end - end - error('guide.getParentBlock overstack') -end - ---- 寻找所在可break的父区块 -function m.getBreakBlock(obj) - for _ = 1, 1000 do - obj = obj.parent - if not obj then - return nil - end - local tp = obj.type - if breakBlockTypes[tp] then - return obj - end - if tp == 'function' then - return nil - end - end - error('guide.getBreakBlock overstack') -end - ---- 寻找doc的主体 -function m.getDocState(obj) - for _ = 1, 1000 do - local parent = obj.parent - if not parent then - return obj - end - if parent.type == 'doc' then - return obj - end - obj = parent - end - error('guide.getDocState overstack') -end - ---- 寻找所在父类型 -function m.getParentType(obj, want) - for _ = 1, 1000 do - obj = obj.parent - if not obj then - return nil - end - if want == obj.type then - return obj - end - end - error('guide.getParentType overstack') -end - ---- 寻找根区块 -function m.getRoot(obj) - for _ = 1, 1000 do - if obj.type == 'main' then - return obj - end - local parent = obj.parent - if not parent then - return nil - end - obj = parent - end - error('guide.getRoot overstack') -end - -function m.getUri(obj) - if obj.uri then - return obj.uri - end - local root = m.getRoot(obj) - if root then - return root.uri - end - return '' -end - -function m.getENV(source, start) - if not start then - start = 1 - end - return m.getLocal(source, '_ENV', start) - or m.getLocal(source, '@fenv', start) -end - ---- 寻找函数的不定参数,返回不定参在第几个参数上,以及该参数对象。 ---- 如果函数是主函数,则返回`0, nil`。 ----@return table ----@return integer -function m.getFunctionVarArgs(func) - if func.type == 'main' then - return 0, nil - end - if func.type ~= 'function' then - return nil, nil - end - local args = func.args - if not args then - return nil, nil - end - for i = 1, #args do - local arg = args[i] - if arg.type == '...' then - return i, arg - end - end - return nil, nil -end - ---- 获取指定区块中可见的局部变量 ----@param block table ----@param name string {comment = '变量名'} ----@param pos integer {comment = '可见位置'} -function m.getLocal(block, name, pos) - block = m.getBlock(block) - for _ = 1, 1000 do - if not block then - return nil - end - local locals = block.locals - local res - if not locals then - goto CONTINUE - end - for i = 1, #locals do - local loc = locals[i] - if loc.effect > pos then - break - end - if loc[1] == name then - if not res or res.effect < loc.effect then - res = loc - end - end - end - if res then - return res, res - end - ::CONTINUE:: - block = m.getParentBlock(block) - end - error('guide.getLocal overstack') -end - ---- 获取指定区块中所有的可见局部变量名称 -function m.getVisibleLocals(block, pos) - local result = {} - m.eachSourceContain(m.getRoot(block), pos, function (source) - local locals = source.locals - if locals then - for i = 1, #locals do - local loc = locals[i] - local name = loc[1] - if loc.effect <= pos then - result[name] = loc - end - end - end - end) - return result -end - ---- 获取指定区块中可见的标签 ----@param block table ----@param name string {comment = '标签名'} -function m.getLabel(block, name) - block = m.getBlock(block) - for _ = 1, 1000 do - if not block then - return nil - end - local labels = block.labels - if labels then - local label = labels[name] - if label then - return label - end - end - if block.type == 'function' then - return nil - end - block = m.getParentBlock(block) - end - error('guide.getLocal overstack') -end - -function m.getStartFinish(source) - local start = source.start - local finish = source.finish - if not start then - local first = source[1] - if not first then - return nil, nil - end - local last = source[#source] - start = first.start - finish = last.finish - end - return start, finish -end - -function m.getRange(source) - local start = source.vstart or source.start - local finish = source.range or source.finish - if not start then - local first = source[1] - if not first then - return nil, nil - end - local last = source[#source] - start = first.vstart or first.start - finish = last.range or last.finish - end - return start, finish -end - ---- 判断source是否包含offset -function m.isContain(source, offset) - local start, finish = m.getStartFinish(source) - if not start then - return false - end - return start <= offset and finish >= offset - 1 -end - ---- 判断offset在source的影响范围内 ---- ---- 主要针对赋值等语句时,key包含value -function m.isInRange(source, offset) - local start, finish = m.getRange(source) - if not start then - return false - end - return start <= offset and finish >= offset - 1 -end - -function m.isBetween(source, tStart, tFinish) - local start, finish = m.getStartFinish(source) - if not start then - return false - end - return start <= tFinish and finish >= tStart - 1 -end - -function m.isBetweenRange(source, tStart, tFinish) - local start, finish = m.getRange(source) - if not start then - return false - end - return start <= tFinish and finish >= tStart - 1 -end - ---- 添加child -function m.addChilds(list, obj, map) - local keys = map[obj.type] - if keys then - for i = 1, #keys do - local key = keys[i] - if key == '#' then - for i = 1, #obj do - list[#list+1] = obj[i] - end - elseif obj[key] then - list[#list+1] = obj[key] - elseif type(key) == 'string' - and key:sub(1, 1) == '#' then - key = key:sub(2) - for i = 1, #obj[key] do - list[#list+1] = obj[key][i] - end - end - end - end -end - ---- 遍历所有包含offset的source -function m.eachSourceContain(ast, offset, callback) - local list = { ast } - local mark = {} - while true do - local len = #list - if len == 0 then - return - end - local obj = list[len] - list[len] = nil - if not mark[obj] then - mark[obj] = true - if m.isInRange(obj, offset) then - if m.isContain(obj, offset) then - local res = callback(obj) - if res ~= nil then - return res - end - end - m.addChilds(list, obj, m.childMap) - end - end - end -end - ---- 遍历所有在某个范围内的source -function m.eachSourceBetween(ast, start, finish, callback) - local list = { ast } - local mark = {} - while true do - local len = #list - if len == 0 then - return - end - local obj = list[len] - list[len] = nil - if not mark[obj] then - mark[obj] = true - if m.isBetweenRange(obj, start, finish) then - if m.isBetween(obj, start, finish) then - local res = callback(obj) - if res ~= nil then - return res - end - end - m.addChilds(list, obj, m.childMap) - end - end - end -end - ---- 遍历所有指定类型的source -function m.eachSourceType(ast, type, callback) - local cache = ast.typeCache - if not cache then - cache = {} - ast.typeCache = cache - m.eachSource(ast, function (source) - local tp = source.type - if not tp then - return - end - local myCache = cache[tp] - if not myCache then - myCache = {} - cache[tp] = myCache - end - myCache[#myCache+1] = source - end) - end - local myCache = cache[type] - if not myCache then - return - end - for i = 1, #myCache do - callback(myCache[i]) - end -end - ---- 遍历所有的source -function m.eachSource(ast, callback) - local list = { ast } - local mark = {} - local index = 1 - while true do - local obj = list[index] - if not obj then - return - end - list[index] = false - index = index + 1 - if not mark[obj] then - mark[obj] = true - callback(obj) - m.addChilds(list, obj, m.childMap) - end - end -end - ---- 获取指定的 special -function m.eachSpecialOf(ast, name, callback) - local root = m.getRoot(ast) - if not root.specials then - return - end - local specials = root.specials[name] - if not specials then - return - end - for i = 1, #specials do - callback(specials[i]) - end -end - ---- 获取偏移对应的坐标 ----@param lines table ----@return integer {name = 'row'} ----@return integer {name = 'col'} -function m.rowColOf(lines, offset) - if offset < 1 then - return 0, 0 - end - local lastLine = lines[#lines] - if offset > lastLine.finish then - return #lines, lastLine.finish - lastLine.start + 1 - end - local min = 1 - local max = #lines - for _ = 1, 100 do - if max <= min then - local line = lines[min] - return min, offset - line.start + 1 - end - local row = (max - min) // 2 + min - local line = lines[row] - if offset < line.start then - max = row - 1 - elseif offset > line.finish then - min = row + 1 - else - return row, offset - line.start + 1 - end - end - error('Stack overflow!') -end - ---- 获取坐标对应的偏移 ----@param lines table ----@param row integer ----@param col integer ----@return integer {name = 'offset'} -function m.positionOf(lines, row, col) - if row < 1 then - return 0 - end - if row > #lines then - local lastLine = lines[#lines] - return lastLine.finish - end - local line = lines[row] - local len = line.finish - line.start + 1 - if col < 0 then - return line.start - elseif col > len then - return line.finish - else - return line.start + col - 1 - end -end - -function m.lineContent(lines, text, row, ignoreNL) - local line = lines[row] - if not line then - return '' - end - if ignoreNL then - return text:sub(line.start, line.range) - else - return text:sub(line.start, line.finish) - end -end - -function m.lineRange(lines, row, ignoreNL) - local line = lines[row] - if not line then - return 0, 0 - end - if ignoreNL then - return line.start, line.range - else - return line.start, line.finish - end -end - -function m.getKeyTypeOfLiteral(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'field' - or tp == 'method' then - return 'string' - elseif tp == 'string' then - return 'string' - elseif tp == 'number' then - return 'number' - elseif tp == 'boolean' then - return 'boolean' - end -end - -function m.getKeyType(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'getglobal' - or tp == 'setglobal' then - return 'string' - elseif tp == 'local' - or tp == 'getlocal' - or tp == 'setlocal' then - return 'local' - elseif tp == 'getfield' - or tp == 'setfield' - or tp == 'tablefield' then - return 'string' - elseif tp == 'getmethod' - or tp == 'setmethod' then - return 'string' - elseif tp == 'getindex' - or tp == 'setindex' - or tp == 'tableindex' then - return m.getKeyTypeOfLiteral(obj.index) - elseif tp == 'field' - or tp == 'method' - or tp == 'doc.see.field' then - return 'string' - elseif tp == 'doc.class' then - return 'string' - elseif tp == 'doc.alias' then - return 'string' - elseif tp == 'doc.field' then - return 'string' - end - return m.getKeyTypeOfLiteral(obj) -end - -function m.getKeyNameOfLiteral(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'field' - or tp == 'method' then - return obj[1] - elseif tp == 'string' then - local s = obj[1] - if s then - return s - end - elseif tp == 'number' then - local n = obj[1] - if n then - return ('%s'):format(util.viewLiteral(obj[1])) - end - elseif tp == 'boolean' then - local b = obj[1] - if b then - return tostring(b) - end - end -end - -function m.getKeyName(obj) - if not obj then - return nil - end - local tp = obj.type - if tp == 'getglobal' - or tp == 'setglobal' then - return obj[1] - elseif tp == 'local' - or tp == 'getlocal' - or tp == 'setlocal' then - return obj[1] - elseif tp == 'getfield' - or tp == 'setfield' - or tp == 'tablefield' then - if obj.field then - return obj.field[1] - end - elseif tp == 'getmethod' - or tp == 'setmethod' then - if obj.method then - return obj.method[1] - end - elseif tp == 'getindex' - or tp == 'setindex' - or tp == 'tableindex' then - return m.getKeyNameOfLiteral(obj.index) - elseif tp == 'field' - or tp == 'method' - or tp == 'doc.see.field' then - return obj[1] - elseif tp == 'doc.class' then - return obj.class[1] - elseif tp == 'doc.alias' then - return obj.alias[1] - elseif tp == 'doc.field' then - return obj.field[1] - end - return m.getKeyNameOfLiteral(obj) -end - -function m.getSimpleName(obj) - if obj.type == 'call' then - local key = obj.args and obj.args[2] - return m.getKeyName(key) - elseif obj.type == 'table' then - return ('%p'):format(obj) - elseif obj.type == 'select' then - return ('%p'):format(obj) - elseif obj.type == 'string' then - return ('%p'):format(obj) - elseif obj.type == 'doc.class.name' - or obj.type == 'doc.type.name' - or obj.type == 'doc.see.name' then - return ('%s'):format(obj[1]) - elseif obj.type == 'doc.class' then - return ('%s'):format(obj.class[1]) - end - return m.getKeyName(obj) -end - ---- 测试 a 到 b 的路径(不经过函数,不考虑 goto), ---- 每个路径是一个 block 。 ---- ---- 如果 a 在 b 的前面,返回 `"before"` 加上 2个`list` ---- ---- 如果 a 在 b 的后面,返回 `"after"` 加上 2个`list` ---- ---- 否则返回 `false` ---- ---- 返回的2个 `list` 分别为基准block到达 a 与 b 的路径。 ----@param a table ----@param b table ----@return string|boolean mode ----@return table pathA? ----@return table pathB? -function m.getPath(a, b, sameFunction) - --- 首先测试双方在同一个函数内 - if sameFunction and m.getParentFunction(a) ~= m.getParentFunction(b) then - return false - end - local mode - local objA - local objB - if a.finish < b.start then - mode = 'before' - objA = a - objB = b - elseif a.start > b.finish then - mode = 'after' - objA = b - objB = a - else - return 'equal', {}, {} - end - local pathA = {} - local pathB = {} - for _ = 1, 1000 do - objA = m.getParentBlock(objA) - pathA[#pathA+1] = objA - if (not sameFunction and objA.type == 'function') or objA.type == 'main' then - break - end - end - for _ = 1, 1000 do - objB = m.getParentBlock(objB) - pathB[#pathB+1] = objB - if (not sameFunction and objA.type == 'function') or objB.type == 'main' then - break - end - end - -- pathA: {1, 2, 3, 4, 5} - -- pathB: {5, 6, 2, 3} - local top = #pathB - local start - for i = #pathA, 1, -1 do - local currentBlock = pathA[i] - if currentBlock == pathB[top] then - start = i - break - end - end - if not start then - return nil - end - -- pathA: { 1, 2, 3} - -- pathB: {5, 6, 2, 3} - local extra = 0 - local align = top - start - for i = start, 1, -1 do - local currentA = pathA[i] - local currentB = pathB[i+align] - if currentA ~= currentB then - extra = i - break - end - end - -- pathA: {1} - local resultA = {} - for i = extra, 1, -1 do - resultA[#resultA+1] = pathA[i] - end - -- pathB: {5, 6} - local resultB = {} - for i = extra + align, 1, -1 do - resultB[#resultB+1] = pathB[i] - end - return mode, resultA, resultB -end - --- 根据语法,单步搜索定义 -local function stepRefOfLocal(loc, mode) - local results = {} - if loc.start ~= 0 then - results[#results+1] = loc - end - local refs = loc.ref - if not refs then - return results - end - for i = 1, #refs do - local ref = refs[i] - if ref.start == 0 then - goto CONTINUE - end - if mode == 'def' then - if ref.type == 'local' - or ref.type == 'setlocal' then - results[#results+1] = ref - end - else - if ref.type == 'local' - or ref.type == 'setlocal' - or ref.type == 'getlocal' then - results[#results+1] = ref - end - end - ::CONTINUE:: - end - return results -end - -local function stepRefOfLabel(label, mode) - local results = { label } - if not label or mode == 'def' then - return results - end - local refs = label.ref - if not refs then - return results - end - for i = 1, #refs do - local ref = refs[i] - results[#results+1] = ref - end - return results -end - -local function stepRefOfDocType(status, obj, mode) - local results = {} - if obj.type == 'doc.class.name' - or obj.type == 'doc.type.name' - or obj.type == 'doc.alias.name' - or obj.type == 'doc.extends.name' - or obj.type == 'doc.see.name' then - local name = obj[1] - if not name or not status.interface.docType then - return results - end - local docs = status.interface.docType(name) - for i = 1, #docs do - local doc = docs[i] - if mode == 'def' then - if doc.type == 'doc.class.name' - or doc.type == 'doc.alias.name' then - results[#results+1] = doc - end - else - results[#results+1] = doc - end - end - else - results[#results+1] = obj - end - return results -end - -function m.getStepRef(status, obj, mode) - if obj.type == 'getlocal' - or obj.type == 'setlocal' then - return stepRefOfLocal(obj.node, mode) - end - if obj.type == 'local' then - return stepRefOfLocal(obj, mode) - end - if obj.type == 'label' then - return stepRefOfLabel(obj, mode) - end - if obj.type == 'goto' then - return stepRefOfLabel(obj.node, mode) - end - if obj.type == 'doc.class.name' - or obj.type == 'doc.type.name' - or obj.type == 'doc.extends.name' - or obj.type == 'doc.alias.name' then - return stepRefOfDocType(status, obj, mode) - end - return nil -end - --- 根据语法,单步搜索field -local function stepFieldOfLocal(loc) - local results = {} - local refs = loc.ref - for i = 1, #refs do - local ref = refs[i] - if ref.type == 'setglobal' - or ref.type == 'getglobal' then - results[#results+1] = ref - elseif ref.type == 'getlocal' then - local nxt = ref.next - if nxt then - if nxt.type == 'setfield' - or nxt.type == 'getfield' - or nxt.type == 'setmethod' - or nxt.type == 'getmethod' - or nxt.type == 'setindex' - or nxt.type == 'getindex' then - results[#results+1] = nxt - end - end - end - end - return results -end -local function stepFieldOfTable(tbl) - local result = {} - for i = 1, #tbl do - result[i] = tbl[i] - end - return result -end -function m.getStepField(obj) - if obj.type == 'getlocal' - or obj.type == 'setlocal' then - return stepFieldOfLocal(obj.node) - end - if obj.type == 'local' then - return stepFieldOfLocal(obj) - end - if obj.type == 'table' then - return stepFieldOfTable(obj) - end -end - -local function convertSimpleList(list) - local simple = {} - for i = #list, 1, -1 do - local c = list[i] - if c.type == 'getglobal' - or c.type == 'setglobal' then - if c.special == '_G' then - simple.mode = 'global' - goto CONTINUE - end - local loc = c.node - if loc.special == '_G' then - simple.mode = 'global' - if not simple.node then - simple.node = c - end - else - simple.mode = 'local' - simple[#simple+1] = m.getSimpleName(loc) - if not simple.node then - simple.node = loc - end - end - elseif c.type == 'getlocal' - or c.type == 'setlocal' then - if c.special == '_G' then - simple.mode = 'global' - goto CONTINUE - end - simple.mode = 'local' - if not simple.node then - simple.node = c.node - end - elseif c.type == 'local' then - simple.mode = 'local' - if not simple.node then - simple.node = c - end - else - if not simple.node then - simple.node = c - end - end - simple[#simple+1] = m.getSimpleName(c) or m.ANY - ::CONTINUE:: - end - if simple.mode == 'global' and #simple == 0 then - simple[1] = '_G' - simple.node = list[#list] - end - return simple -end - --- 搜索 `a.b.c` 的等价表达式 -local function buildSimpleList(obj, max) - local list = {} - local cur = obj - local limit = max and (max + 1) or 11 - for i = 1, max or limit do - if i == limit then - return nil - end - while cur.type == 'paren' do - cur = cur.exp - if not cur then - return nil - end - end - if cur.type == 'setfield' - or cur.type == 'getfield' - or cur.type == 'setmethod' - or cur.type == 'getmethod' - or cur.type == 'setindex' - or cur.type == 'getindex' then - list[i] = cur - cur = cur.node - elseif cur.type == 'tablefield' - or cur.type == 'tableindex' then - list[i] = cur - cur = cur.parent.parent - if cur.type == 'return' then - list[i+1] = list[i].parent - break - end - elseif cur.type == 'getlocal' - or cur.type == 'setlocal' - or cur.type == 'local' then - list[i] = cur - break - elseif cur.type == 'setglobal' - or cur.type == 'getglobal' then - list[i] = cur - break - elseif cur.type == 'select' - or cur.type == 'table' then - list[i] = cur - break - elseif cur.type == 'string' then - list[i] = cur - break - elseif cur.type == 'doc.class.name' - or cur.type == 'doc.type.name' - or cur.type == 'doc.class' - or cur.type == 'doc.see.name' then - list[i] = cur - break - elseif cur.type == 'doc.see.field' then - list[i] = cur - cur = cur.parent.name - elseif cur.type == 'function' - or cur.type == 'main' then - break - else - return nil - end - end - return convertSimpleList(list) -end - -function m.getSimple(obj, max) - local simpleList - if obj.type == 'getfield' - or obj.type == 'setfield' - or obj.type == 'getmethod' - or obj.type == 'setmethod' - or obj.type == 'getindex' - or obj.type == 'setindex' - or obj.type == 'local' - or obj.type == 'getlocal' - or obj.type == 'setlocal' - or obj.type == 'setglobal' - or obj.type == 'getglobal' - or obj.type == 'tablefield' - or obj.type == 'tableindex' - or obj.type == 'select' - or obj.type == 'table' - or obj.type == 'string' - or obj.type == 'doc.class.name' - or obj.type == 'doc.class' - or obj.type == 'doc.type.name' - or obj.type == 'doc.see.name' - or obj.type == 'doc.see.field' then - simpleList = buildSimpleList(obj, max) - elseif obj.type == 'field' - or obj.type == 'method' then - simpleList = buildSimpleList(obj.parent, max) - end - return simpleList -end - -function m.status(parentStatus, interface, deep) - local status = { - share = parentStatus and parentStatus.share or { - count = 0, - }, - depth = parentStatus and (parentStatus.depth + 1) or 0, - searchDeep= parentStatus and parentStatus.searchDeep or deep or -999, - interface = parentStatus and parentStatus.interface or {}, - deep = parentStatus and parentStatus.deep, - results = {}, - } - if interface then - for k, v in pairs(interface) do - status.interface[k] = v - end - end - status.deep = status.depth <= status.searchDeep - return status -end - -function m.copyStatusResults(a, b) - local ra = a.results - local rb = b.results - for i = 1, #rb do - ra[#ra+1] = rb[i] - end -end - -function m.isGlobal(source) - if source.type == 'setglobal' - or source.type == 'getglobal' then - if source.node and source.node.tag == '_ENV' then - return true - end - end - if source.type == 'field' then - source = source.parent - end - if source.type == 'getfield' - or source.type == 'setfield' then - local node = source.node - if node and node.special == '_G' then - return true - end - end - return false -end - -function m.isDoc(source) - return source.type:sub(1, 4) == 'doc.' -end - ---- 根据函数的调用参数,获取:调用,参数索引 -function m.getCallAndArgIndex(callarg) - local callargs = callarg.parent - if not callargs or callargs.type ~= 'callargs' then - return nil - end - local index - for i = 1, #callargs do - if callargs[i] == callarg then - index = i - break - end - end - local call = callargs.parent - return call, index -end - ---- 根据函数调用的返回值,获取:调用的函数,参数列表,自己是第几个返回值 -function m.getCallValue(source) - local value = m.getObjectValue(source) or source - if not value then - return - end - local call, index - if value.type == 'call' then - call = value - index = 1 - elseif value.type == 'select' then - call = value.vararg - index = value.index - if call.type ~= 'call' then - return - end - else - return - end - return call.node, call.args, index -end - -function m.getNextRef(ref) - local nextRef = ref.next - if nextRef then - if nextRef.type == 'setfield' - or nextRef.type == 'getfield' - or nextRef.type == 'setmethod' - or nextRef.type == 'getmethod' - or nextRef.type == 'setindex' - or nextRef.type == 'getindex' then - return nextRef - end - end - -- 穿透 rawget 与 rawset - local call, index = m.getCallAndArgIndex(ref) - if call then - if call.node.special == 'rawset' and index == 1 then - return call - end - if call.node.special == 'rawget' and index == 1 then - return call - end - end - - return nil -end - -function m.checkSameSimpleInValueOfTable(status, value, start, queue) - if value.type ~= 'table' then - return - end - for i = 1, #value do - local field = value[i] - queue[#queue+1] = { - obj = field, - start = start + 1, - } - end -end - -function m.searchFields(status, obj, key) - local simple = m.getSimple(obj) - if not simple then - return - end - simple[#simple+1] = key or m.ANY - m.searchSameFields(status, simple, 'field') - m.cleanResults(status.results) -end - -function m.getObjectValue(obj) - while obj.type == 'paren' do - obj = obj.exp - if not obj then - return nil - end - end - if obj.type == 'boolean' - or obj.type == 'number' - or obj.type == 'integer' - or obj.type == 'string' then - return obj - end - if obj.value then - return obj.value - end - if obj.type == 'field' - or obj.type == 'method' then - return obj.parent.value - end - if obj.type == 'call' then - if obj.node.special == 'rawset' then - return obj.args[3] - end - end - if obj.type == 'select' then - return obj - end - return nil -end - -function m.checkSameSimpleInValueInMetaTable(status, mt, start, queue) - local newStatus = m.status(status) - m.searchFields(newStatus, mt, '__index') - local refsStatus = m.status(status) - for i = 1, #newStatus.results do - local indexValue = m.getObjectValue(newStatus.results[i]) - if indexValue then - m.searchRefs(refsStatus, indexValue, 'ref') - end - end - for i = 1, #refsStatus.results do - local obj = refsStatus.results[i] - queue[#queue+1] = { - obj = obj, - start = start, - force = true, - } - end -end -function m.checkSameSimpleInValueOfSetMetaTable(status, func, start, queue) - if not func or func.special ~= 'setmetatable' then - return - end - local call = func.parent - local args = call.args - local obj = args[1] - local mt = args[2] - if obj then - queue[#queue+1] = { - obj = obj, - start = start, - force = true, - } - end - if mt then - m.checkSameSimpleInValueInMetaTable(status, mt, start, queue) - end -end - -function m.checkSameSimpleInValueOfCallMetaTable(status, call, start, queue) - if call.type == 'call' then - m.checkSameSimpleInValueOfSetMetaTable(status, call.node, start, queue) - end -end - -function m.checkSameSimpleInSpecialBranch(status, obj, start, queue) - if status.interface.index then - local results = status.interface.index(obj) - if not results then - return - end - for _, res in ipairs(results) do - queue[#queue+1] = { - obj = res, - start = start + 1, - } - end - end -end - -local function stepRefOfGeneric(status, typeUnit, args, mode) - if not args then - return nil - end - local results = {} - local myName = typeUnit[1] - for _, typeName in ipairs(typeUnit.typeGeneric[myName]) do - if typeName == typeUnit then - goto CONTINUE - end - local doc = m.getDocState(typeName) - if doc.type ~= 'doc.param' then - goto CONTINUE - end - if not doc.bindSources then - goto CONTINUE - end - local paramName = doc.param[1] - for _, source in ipairs(doc.bindSources) do - if source.type == 'local' - and source[1] == paramName - and source.parent.type == 'funcargs' then - for index, arg in ipairs(source.parent) do - if arg == source then - results[#results+1] = args[index] - end - end - end - end - ::CONTINUE:: - end - return results -end - -function m.checkSameSimpleByDocType(status, doc, args) - if status.share.searchingBindedDoc then - return - end - if doc.type ~= 'doc.type' then - return - end - local results = {} - for _, piece in ipairs(doc.types) do - if piece.typeGeneric then - local pieceResult = stepRefOfGeneric(status, piece, args, 'def') - for _, res in ipairs(pieceResult) do - results[#results+1] = res - end - else - local pieceResult = stepRefOfDocType(status, piece, 'def') - for _, res in ipairs(pieceResult) do - results[#results+1] = res - end - end - end - return results -end - -function m.checkSameSimpleByBindDocs(status, obj, start, queue, mode) - if not obj.bindDocs then - return - end - if status.share.searchingBindedDoc then - return - end - local skipInfer = false - local results = {} - for _, doc in ipairs(obj.bindDocs) do - if doc.type == 'doc.class' then - results[#results+1] = doc - elseif doc.type == 'doc.type' then - results[#results+1] = doc - elseif doc.type == 'doc.param' then - -- function (x) 的情况 - if obj.type == 'local' - and m.getKeyName(obj) == doc.param[1] then - if obj.parent.type == 'funcargs' - or obj.parent.type == 'in' - or obj.parent.type == 'loop' then - results[#results+1] = doc.extends - end - end - elseif doc.type == 'doc.field' then - results[#results+1] = doc - end - end - for _, res in ipairs(results) do - if res.type == 'doc.class' - or res.type == 'doc.type' then - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - skipInfer = true - end - if res.type == 'doc.type.function' then - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - elseif res.type == 'doc.field' then - queue[#queue+1] = { - obj = res, - start = start + 1, - } - end - end - return skipInfer -end - -function m.checkSameSimpleOfRefByDocSource(status, obj, start, queue, mode) - if status.share.searchingBindedDoc then - return - end - if not obj.bindSources then - return - end - status.share.searchingBindedDoc = true - local mark = {} - local newStatus = m.status(status) - for _, ref in ipairs(obj.bindSources) do - if not mark[ref] then - mark[ref] = true - m.searchRefs(newStatus, ref, mode) - end - end - status.share.searchingBindedDoc = nil - for _, res in ipairs(newStatus.results) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end -end - -function m.checkSameSimpleByDoc(status, obj, start, queue, mode) - if obj.type == 'doc.class.name' - or obj.type == 'doc.class' then - if obj.type == 'doc.class.name' then - obj = m.getDocState(obj) - end - local classStart - for _, doc in ipairs(obj.bindGroup) do - if doc == obj then - classStart = true - elseif doc.type == 'doc.class' then - classStart = false - end - if classStart and doc.type == 'doc.field' then - queue[#queue+1] = { - obj = doc, - start = start + 1, - } - end - end - m.checkSameSimpleOfRefByDocSource(status, obj, start, queue, mode) - if mode == 'ref' then - local pieceResult = stepRefOfDocType(status, obj.class, 'ref') - for _, res in ipairs(pieceResult) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end - if obj.extends then - local pieceResult = stepRefOfDocType(status, obj.extends, 'def') - for _, res in ipairs(pieceResult) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end - end - end - return true - elseif obj.type == 'doc.type' then - for _, piece in ipairs(obj.types) do - local pieceResult = stepRefOfDocType(status, piece, 'def') - for _, res in ipairs(pieceResult) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end - end - if mode == 'ref' then - m.checkSameSimpleOfRefByDocSource(status, obj, start, queue, mode) - end - return true - elseif obj.type == 'doc.type.name' - or obj.type == 'doc.see.name' then - local pieceResult = stepRefOfDocType(status, obj, 'def') - for _, res in ipairs(pieceResult) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end - local state = m.getDocState(obj) - if state.type == 'doc.type' and mode == 'ref' then - m.checkSameSimpleOfRefByDocSource(status, state, start, queue, mode) - end - return true - elseif obj.type == 'doc.field' then - if mode ~= 'field' then - return m.checkSameSimpleByDoc(status, obj.extends, start, queue, mode) - end - elseif obj.type == 'doc.type.array' then - queue[#queue+1] = { - obj = obj.node, - start = start + 1, - force = true, - } - return true - end -end - -function m.checkSameSimpleInArg1OfSetMetaTable(status, obj, start, queue) - local args = obj.parent - if not args or args.type ~= 'callargs' then - return - end - if args[1] ~= obj then - return - end - local mt = args[2] - if mt then - if m.checkValueMark(status, obj, mt) then - return - end - m.checkSameSimpleInValueInMetaTable(status, mt, start, queue) - end -end - -function m.searchSameMethodCrossSelf(ref, mark) - local selfNode - if ref.tag == 'self' then - selfNode = ref - else - if ref.type == 'getlocal' - or ref.type == 'setlocal' then - local node = ref.node - if node.tag == 'self' then - selfNode = node - end - end - end - if selfNode then - if mark[selfNode] then - return nil - end - mark[selfNode] = true - return selfNode.method.node - end -end - -function m.searchSameMethod(ref, mark) - if mark['method'] then - return nil - end - local nxt = ref.next - if not nxt then - return nil - end - if nxt.type == 'setmethod' then - mark['method'] = true - return ref - end - return nil -end - -function m.searchSameFieldsCrossMethod(status, ref, start, queue) - local mark = status.crossMethodMark - if not mark then - mark = {} - status.crossMethodMark = mark - end - local method = m.searchSameMethod(ref, mark) - or m.searchSameMethodCrossSelf(ref, mark) - if not method then - return - end - local methodStatus = m.status(status) - m.searchRefs(methodStatus, method, 'ref') - for _, md in ipairs(methodStatus.results) do - queue[#queue+1] = { - obj = md, - start = start, - force = true, - } - local nxt = md.next - if not nxt then - goto CONTINUE - end - if nxt.type == 'setmethod' then - local func = nxt.value - if not func then - goto CONTINUE - end - local selfNode = func.locals and func.locals[1] - if not selfNode or not selfNode.ref then - goto CONTINUE - end - if mark[selfNode] then - goto CONTINUE - end - mark[selfNode] = true - for _, selfRef in ipairs(selfNode.ref) do - queue[#queue+1] = { - obj = selfRef, - start = start, - force = true, - } - end - end - ::CONTINUE:: - end -end - -local function checkSameSimpleAndMergeFunctionReturnsByDoc(status, results, source, index, args) - if not source or source.type ~= 'function' then - return - end - if not source.bindDocs then - return - end - local returns = {} - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.return' then - for _, rtn in ipairs(doc.returns) do - returns[#returns+1] = rtn - end - end - end - local rtn = returns[index] - if not rtn then - return - end - local types = m.checkSameSimpleByDocType(status, rtn, args) - if not types then - return - end - for _, res in ipairs(types) do - results[#results+1] = res - end - return true -end - -local function checkSameSimpleAndMergeDocTypeFunctionReturns(status, results, source, index) - if not source.bindDocs then - return - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.type' then - for _, typeUnit in ipairs(doc.types) do - if typeUnit.type == 'doc.type.function' then - local rtn = typeUnit.returns[index] - if rtn then - local types = m.checkSameSimpleByDocType(status, rtn) - if types then - for _, res in ipairs(types) do - results[#results+1] = res - end - return true - end - end - end - end - end - end -end - -function m.checkSameSimpleInCallInSameFile(status, func, args, index) - local results = {} - if func.special then - return results - end - local newStatus = m.status(status) - m.searchRefs(newStatus, func, 'def') - for _, def in ipairs(newStatus.results) do - local hasDocReturn = checkSameSimpleAndMergeDocTypeFunctionReturns(status, results, def, index) - or checkSameSimpleAndMergeFunctionReturnsByDoc(status, results, def, index, args) - if not hasDocReturn then - local value = m.getObjectValue(def) or def - if value.type == 'function' then - local returns = value.returns - if returns then - for _, ret in ipairs(returns) do - local exp = ret[index] - if exp then - results[#results+1] = exp - end - end - end - end - end - end - return results -end - -function m.checkSameSimpleInCall(status, ref, start, queue, mode) - local func, args, index = m.getCallValue(ref) - if not func then - return - end - if m.checkCallMark(status, func.parent, true) then - return - end - status.share.crossCallCount = status.share.crossCallCount or 0 - if status.share.crossCallCount >= 5 then - return - end - status.share.crossCallCount = status.share.crossCallCount + 1 - -- 检查赋值是 semetatable() 的情况 - m.checkSameSimpleInValueOfSetMetaTable(status, func, start, queue) - -- 检查赋值是 func() 的情况 - local objs = m.checkSameSimpleInCallInSameFile(status, func, args, index) - if status.interface.call then - local cobjs = status.interface.call(func, args, index) - if cobjs then - for _, obj in ipairs(cobjs) do - if not m.checkReturnMark(status, obj) then - objs[#objs+1] = obj - end - end - end - end - m.cleanResults(objs) - local newStatus = m.status(status) - for _, obj in ipairs(objs) do - m.searchRefs(newStatus, obj, mode) - queue[#queue+1] = { - obj = obj, - start = start, - force = true, - } - end - status.share.crossCallCount = status.share.crossCallCount - 1 - for _, obj in ipairs(newStatus.results) do - queue[#queue+1] = { - obj = obj, - start = start, - force = true, - } - end -end - -local function searchRawset(ref, results) - if m.getKeyName(ref) ~= 'rawset' then - return - end - local call = ref.parent - if call.type ~= 'call' or call.node ~= ref then - return - end - if not call.args then - return - end - local arg1 = call.args[1] - if arg1.special ~= '_G' then - -- 不会吧不会吧,不会真的有人写成 `rawset(_G._G._G, 'xxx', value)` 吧 - return - end - results[#results+1] = call -end - -local function searchG(ref, results) - while ref and m.getKeyName(ref) == '_G' do - results[#results+1] = ref - ref = ref.next - end - if ref then - results[#results+1] = ref - searchRawset(ref, results) - end -end - -local function searchEnvRef(ref, results) - if ref.type == 'setglobal' - or ref.type == 'getglobal' then - results[#results+1] = ref - searchG(ref, results) - elseif ref.type == 'getlocal' then - results[#results+1] = ref.next - searchG(ref.next, results) - end -end - -function m.findGlobals(ast) - local root = m.getRoot(ast) - local results = {} - local env = m.getENV(root) - if env.ref then - for _, ref in ipairs(env.ref) do - searchEnvRef(ref, results) - end - end - return results -end - -function m.findGlobalsOfName(ast, name) - local root = m.getRoot(ast) - local results = {} - local globals = m.findGlobals(root) - for _, global in ipairs(globals) do - if m.getKeyName(global) == name then - results[#results+1] = global - end - end - return results -end - -function m.checkSameSimpleInGlobal(status, name, source, start, queue) - if not name then - return - end - local objs - if status.interface.global then - objs = status.interface.global(name) - else - objs = m.findGlobalsOfName(source, name) - end - if objs then - for _, obj in ipairs(objs) do - queue[#queue+1] = { - obj = obj, - start = start, - force = true, - } - end - end -end - -function m.checkValueMark(status, a, b) - if not status.share.valueMark then - status.share.valueMark = {} - end - if status.share.valueMark[a] - or status.share.valueMark[b] then - return true - end - status.share.valueMark[a] = true - status.share.valueMark[b] = true - return false -end - -function m.checkCallMark(status, a, mark) - if not status.share.callMark then - status.share.callMark = {} - end - if mark then - status.share.callMark[a] = mark - else - return status.share.callMark[a] - end - return false -end - -function m.checkReturnMark(status, a, mark) - if not status.share.returnMark then - status.share.returnMark = {} - end - local result = status.share.returnMark[a] - if mark then - status.share.returnMark[a] = mark - end - return result -end - -function m.searchSameFieldsInValue(status, ref, start, queue, mode) - local value = m.getObjectValue(ref) - if not value then - return - end - if m.checkValueMark(status, ref, value) then - return - end - local newStatus = m.status(status) - m.searchRefs(newStatus, value, mode) - for _, res in ipairs(newStatus.results) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end - queue[#queue+1] = { - obj = value, - start = start, - force = true, - } - -- 检查形如 a = f() 的分支情况 - m.checkSameSimpleInCall(status, value, start, queue, mode) -end - -function m.checkSameSimpleAsTableField(status, ref, start, queue) - if not status.deep then - --return - end - local parent = ref.parent - if not parent or parent.type ~= 'tablefield' then - return - end - if m.checkValueMark(status, parent, ref) then - return - end - local newStatus = m.status(status) - m.searchRefs(newStatus, parent.field, 'ref') - for _, res in ipairs(newStatus.results) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end -end - -function m.checkSearchLevel(status) - status.share.back = status.share.back or 0 - if status.share.back >= (status.interface.searchLevel or 0) then - -- TODO 限制向前搜索的次数 - --return true - end - status.share.back = status.share.back + 1 - return false -end - -function m.checkSameSimpleAsReturn(status, ref, start, queue) - if not status.deep then - return - end - if not ref.parent or ref.parent.type ~= 'return' then - return - end - if ref.parent.parent.type ~= 'main' then - return - end - if m.checkSearchLevel(status) then - return - end - local newStatus = m.status(status) - m.searchRefsAsFunctionReturn(newStatus, ref, 'ref') - for _, res in ipairs(newStatus.results) do - if not m.checkCallMark(status, res) then - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end - end -end - -function m.checkSameSimpleAsSetValue(status, ref, start, queue) - if ref.type == 'select' then - return - end - local parent = ref.parent - if not parent then - return - end - if m.getObjectValue(parent) ~= ref then - return - end - if m.checkValueMark(status, ref, parent) then - return - end - if m.checkSearchLevel(status) then - return - end - local obj - if parent.type == 'local' - or parent.type == 'setglobal' - or parent.type == 'setlocal' then - obj = parent - elseif parent.type == 'setfield' then - obj = parent.field - elseif parent.type == 'setmethod' then - obj = parent.method - end - if not obj then - return - end - local newStatus = m.status(status) - m.searchRefs(newStatus, obj, 'ref') - for _, res in ipairs(newStatus.results) do - queue[#queue+1] = { - obj = res, - start = start, - force = true, - } - end -end - -local function hasTypeName(doc, name) - if doc.type ~= 'doc.type' then - return false - end - for _, tunit in ipairs(doc.types) do - if tunit.type == 'doc.type.name' - and tunit[1] == name then - return true - end - end - return false -end - -function m.checkSameSimpleInString(status, ref, start, queue, mode) - -- 特殊处理 ('xxx').xxx 的形式 - if ref.type ~= 'string' - and not hasTypeName(ref, 'string') then - return - end - if not status.interface.docType then - return - end - if status.share.searchingBindedDoc then - return - end - local newStatus = m.status(status) - local docs = status.interface.docType('string*') - local mark = {} - for i = 1, #docs do - local doc = docs[i] - m.searchFields(newStatus, doc) - end - for _, res in ipairs(newStatus.results) do - if mark[res] then - goto CONTINUE - end - mark[res] = true - queue[#queue+1] = { - obj = res, - start = start + 1, - } - ::CONTINUE:: - end - return true -end - -function m.pushResult(status, mode, ref, simple) - local results = status.results - if mode == 'def' then - if ref.type == 'setglobal' - or ref.type == 'setlocal' - or ref.type == 'local' then - results[#results+1] = ref - elseif ref.type == 'setfield' - or ref.type == 'tablefield' then - results[#results+1] = ref - elseif ref.type == 'setmethod' then - results[#results+1] = ref - elseif ref.type == 'setindex' - or ref.type == 'tableindex' then - results[#results+1] = ref - elseif ref.type == 'call' then - if ref.node.special == 'rawset' then - results[#results+1] = ref - end - elseif ref.type == 'function' then - results[#results+1] = ref - elseif ref.type == 'table' then - results[#results+1] = ref - elseif ref.type == 'doc.type.function' - or ref.type == 'doc.class.name' - or ref.type == 'doc.field' then - results[#results+1] = ref - end - if ref.parent and ref.parent.type == 'return' then - if m.getParentFunction(ref) ~= m.getParentFunction(simple.node) then - results[#results+1] = ref - end - end - if m.isLiteral(ref) - and ref.parent.type == 'callargs' - and ref ~= simple.node then - results[#results+1] = ref - end - elseif mode == 'ref' then - if ref.type == 'setfield' - or ref.type == 'getfield' - or ref.type == 'tablefield' then - results[#results+1] = ref - elseif ref.type == 'setmethod' - or ref.type == 'getmethod' then - results[#results+1] = ref - elseif ref.type == 'setindex' - or ref.type == 'getindex' - or ref.type == 'tableindex' then - results[#results+1] = ref - elseif ref.type == 'setglobal' - or ref.type == 'getglobal' - or ref.type == 'local' - or ref.type == 'setlocal' - or ref.type == 'getlocal' then - results[#results+1] = ref - elseif ref.type == 'function' then - results[#results+1] = ref - elseif ref.type == 'table' then - results[#results+1] = ref - elseif ref.type == 'call' then - if ref.node.special == 'rawset' - or ref.node.special == 'rawget' then - results[#results+1] = ref - end - elseif ref.type == 'doc.type.function' - or ref.type == 'doc.class.name' - or ref.type == 'doc.field' then - results[#results+1] = ref - end - if ref.parent and ref.parent.type == 'return' then - results[#results+1] = ref - end - if m.isLiteral(ref) - and ref.parent.type == 'callargs' - and ref ~= simple.node then - results[#results+1] = ref - end - elseif mode == 'field' then - if ref.type == 'setfield' - or ref.type == 'getfield' - or ref.type == 'tablefield' then - results[#results+1] = ref - elseif ref.type == 'setmethod' - or ref.type == 'getmethod' then - results[#results+1] = ref - elseif ref.type == 'setindex' - or ref.type == 'getindex' - or ref.type == 'tableindex' then - results[#results+1] = ref - elseif ref.type == 'setglobal' - or ref.type == 'getglobal' then - results[#results+1] = ref - elseif ref.type == 'function' then - results[#results+1] = ref - elseif ref.type == 'table' then - results[#results+1] = ref - elseif ref.type == 'call' then - if ref.node.special == 'rawset' - or ref.node.special == 'rawget' then - results[#results+1] = ref - end - elseif ref.type == 'doc.type.function' - or ref.type == 'doc.class.name' - or ref.type == 'doc.field' then - results[#results+1] = ref - end - end -end - -function m.checkSameSimpleName(ref, sm) - if sm == m.ANY then - return true - end - if m.getSimpleName(ref) == sm then - return true - end - if ref.type == 'doc.type' - and ref.array == true then - return true - end - return false -end - -function m.checkSameSimple(status, simple, data, mode, queue) - local ref = data.obj - local start = data.start - local force = data.force - if start > #simple then - return - end - for i = start, #simple do - local sm = simple[i] - if not force and not m.checkSameSimpleName(ref, sm) then - return - end - force = false - local cmode = mode - if i < #simple then - cmode = 'ref' - end - -- 检查 doc - local skipInfer = m.checkSameSimpleByBindDocs(status, ref, i, queue, cmode) - or m.checkSameSimpleByDoc(status, ref, i, queue, cmode) - -- 检查自己是字符串的分支情况 - m.checkSameSimpleInString(status, ref, i, queue, cmode) - if not skipInfer then - -- 穿透 self:func 与 mt:func - m.searchSameFieldsCrossMethod(status, ref, i, queue) - -- 穿透赋值 - m.searchSameFieldsInValue(status, ref, i, queue, cmode) - -- 检查自己是字面量表的情况 - m.checkSameSimpleInValueOfTable(status, ref, i, queue) - -- 检查自己作为 setmetatable 第一个参数的情况 - m.checkSameSimpleInArg1OfSetMetaTable(status, ref, i, queue) - -- 检查自己作为 setmetatable 调用的情况 - m.checkSameSimpleInValueOfCallMetaTable(status, ref, i, queue) - -- 检查自己是特殊变量的分支的情况 - m.checkSameSimpleInSpecialBranch(status, ref, i, queue) - if cmode == 'ref' then - -- 检查形如 { a = f } 的情况 - m.checkSameSimpleAsTableField(status, ref, i, queue) - -- 检查形如 return m 的情况 - m.checkSameSimpleAsReturn(status, ref, i, queue) - -- 检查形如 a = f 的情况 - m.checkSameSimpleAsSetValue(status, ref, i, queue) - end - end - if i == #simple then - break - end - ref = m.getNextRef(ref) - if not ref then - return - end - end - m.pushResult(status, mode, ref, simple) - local value = m.getObjectValue(ref) - if value then - m.pushResult(status, mode, value, simple) - end -end - -function m.searchSameFields(status, simple, mode) - local queue = {} - if simple.mode == 'global' then - -- 全局变量开头 - m.checkSameSimpleInGlobal(status, simple[1], simple.node, 1, queue) - elseif simple.mode == 'local' then - -- 局部变量开头 - queue[1] = { - obj = simple.node, - start = 1, - } - local refs = simple.node.ref - if refs then - for i = 1, #refs do - queue[#queue+1] = { - obj = refs[i], - start = 1, - } - end - end - else - queue[1] = { - obj = simple.node, - start = 1, - } - end - local max = 0 - local lock = {} - for i = 1, 1e6 do - local data = queue[i] - if not data then - return - end - if not lock[data.obj] then - lock[data.obj] = true - max = max + 1 - status.share.count = status.share.count + 1 - m.checkSameSimple(status, simple, data, mode, queue) - if max >= 10000 then - logWarn('Queue too large!') - break - end - end - end -end - -function m.getCallerInSameFile(status, func) - -- 搜索所有所在函数的调用者 - local funcRefs = m.status(status) - m.searchRefOfValue(funcRefs, func) - - local calls = {} - if #funcRefs.results == 0 then - return calls - end - for _, res in ipairs(funcRefs.results) do - local call = res.parent - if call.type == 'call' then - calls[#calls+1] = call - end - end - return calls -end - -function m.getCallerCrossFiles(status, main) - if status.interface.link then - return status.interface.link(main.uri) - end - return {} -end - -function m.searchRefsAsFunctionReturn(status, obj, mode) - if not status.deep then - return - end - if mode == 'def' then - return - end - if m.checkReturnMark(status, obj, true) then - return - end - status.results[#status.results+1] = obj - -- 搜索所在函数 - local currentFunc = m.getParentFunction(obj) - local rtn = obj.parent - if rtn.type ~= 'return' then - return - end - -- 看看他是第几个返回值 - local index - for i = 1, #rtn do - if obj == rtn[i] then - index = i - break - end - end - if not index then - return - end - local calls - if currentFunc.type == 'main' then - calls = m.getCallerCrossFiles(status, currentFunc) - else - calls = m.getCallerInSameFile(status, currentFunc) - end - -- 搜索调用者的返回值 - if #calls == 0 then - return - end - local selects = {} - for i = 1, #calls do - local parent = calls[i].parent - if parent.type == 'select' and parent.index == index then - selects[#selects+1] = parent.parent - end - local extParent = calls[i].extParent - if extParent then - for j = 1, #extParent do - local ext = extParent[j] - if ext.type == 'select' and ext.index == index then - selects[#selects+1] = ext.parent - end - end - end - end - -- 搜索调用者的引用 - for i = 1, #selects do - m.searchRefs(status, selects[i], 'ref') - end -end - -function m.searchRefsAsFunctionSet(status, obj, mode) - local parent = obj.parent - if not parent then - return - end - if parent.type == 'local' - or parent.type == 'setlocal' - or parent.type == 'setglobal' - or parent.type == 'setfield' - or parent.type == 'setmethod' - or parent.type == 'tablefield' then - m.searchRefs(status, parent, mode) - elseif parent.type == 'setindex' - or parent.type == 'tableindex' then - if parent.index == obj then - m.searchRefs(status, parent, mode) - end - end -end - -function m.searchRefsAsFunction(status, obj, mode) - if obj.type ~= 'function' - and obj.type ~= 'table' then - return - end - m.searchRefsAsFunctionSet(status, obj, mode) - -- 检查自己作为返回函数时的引用 - m.searchRefsAsFunctionReturn(status, obj, mode) -end - -function m.cleanResults(results) - local mark = {} - for i = #results, 1, -1 do - local res = results[i] - if res.tag == 'self' - or mark[res] then - results[i] = results[#results] - results[#results] = nil - else - mark[res] = true - end - end -end - ---function m.getRefCache(status, obj, mode) --- local cache = status.interface.cache and status.interface.cache() --- if not cache then --- return --- end --- if m.isGlobal(obj) then --- obj = m.getKeyName(obj) --- end --- if not cache[mode] then --- cache[mode] = {} --- end --- local sourceCache = cache[mode][obj] --- if sourceCache then --- return sourceCache --- end --- sourceCache = {} --- cache[mode][obj] = sourceCache --- return nil, function (results) --- for i = 1, #results do --- sourceCache[i] = results[i] --- end --- end ---end - -function m.getRefCache(status, obj, mode) - local cache, globalCache - if status.depth == 1 - and status.deep then - globalCache = status.interface.cache and status.interface.cache() or {} - end - cache = status.share.refCache or {} - status.share.refCache = cache - if m.isGlobal(obj) then - obj = m.getKeyName(obj) - end - if not cache[mode] then - cache[mode] = {} - end - if globalCache and not globalCache[mode] then - globalCache[mode] = {} - end - local sourceCache = globalCache and globalCache[mode][obj] or cache[mode][obj] - if sourceCache then - return sourceCache - end - sourceCache = {} - cache[mode][obj] = sourceCache - if globalCache then - globalCache[mode][obj] = sourceCache - end - return nil, function (results) - for i = 1, #results do - sourceCache[i] = results[i] - end - end -end - -function m.searchRefs(status, obj, mode) - local cache, makeCache = m.getRefCache(status, obj, mode) - if cache then - for i = 1, #cache do - status.results[#status.results+1] = cache[i] - end - return - end - - -- 检查单步引用 - local res = m.getStepRef(status, obj, mode) - if res then - for i = 1, #res do - status.results[#status.results+1] = res[i] - end - end - -- 检查simple - if status.depth <= 100 then - local simple = m.getSimple(obj) - if simple then - m.searchSameFields(status, simple, mode) - end - else - if m.debugMode then - error('status.depth overflow') - elseif DEVELOP then - --log.warn(debug.traceback('status.depth overflow')) - logWarn('status.depth overflow') - end - end - - m.cleanResults(status.results) - - if makeCache then - makeCache(status.results) - end -end - -function m.searchRefOfValue(status, obj) - local var = obj.parent - if var.type == 'local' - or var.type == 'set' then - return m.searchRefs(status, var, 'ref') - end -end - -function m.allocInfer(o) - if type(o.type) == 'table' then - local infers = {} - for i = 1, #o.type do - infers[i] = { - type = o.type[i], - value = o.value, - source = o.source, - level = o.level - } - end - return infers - else - return { - [1] = o, - } - end -end - -function m.mergeTypes(types) - local results = {} - local mark = {} - local hasAny - -- 这里把 any 去掉 - for i = 1, #types do - local tp = types[i] - if tp == 'any' then - hasAny = true - end - if not mark[tp] and tp ~= 'any' then - mark[tp] = true - results[#results+1] = tp - end - end - if #results == 0 then - return 'any' - end - -- 只有显性的 nil 与 any 时,取 any - if #results == 1 then - if results[1] == 'nil' and hasAny then - return 'any' - else - return results[1] - end - end - -- 同时包含 number 与 integer 时,去掉 integer - if mark['number'] and mark['integer'] then - for i = 1, #results do - if results[i] == 'integer' then - tableRemove(results, i) - break - end - end - end - tableSort(results, function (a, b) - local sa = TypeSort[a] or 100 - local sb = TypeSort[b] or 100 - return sa < sb - end) - return tableConcat(results, '|') -end - -function m.viewInferType(infers) - if not infers then - return 'any' - end - local mark = {} - local types = {} - local hasDoc - for i = 1, #infers do - local infer = infers[i] - local src = infer.source - if src.type == 'doc.class' - or src.type == 'doc.class.name' - or src.type == 'doc.type.name' - or src.type == 'doc.type.array' - or src.type == 'doc.type.table' then - if infer.type ~= 'any' then - hasDoc = true - break - end - end - end - if hasDoc then - for i = 1, #infers do - local infer = infers[i] - local src = infer.source - if src.type == 'doc.class' - or src.type == 'doc.class.name' - or src.type == 'doc.type.name' - or src.type == 'doc.type.array' - or src.type == 'doc.type.table' - or src.type == 'doc.type.string' - or src.type == 'doc.resume' then - local tp = infer.type or 'any' - if not mark[tp] then - types[#types+1] = tp - end - mark[tp] = true - end - end - else - for i = 1, #infers do - local infer = infers[i] - if infer.source.typeGeneric then - goto CONTINUE - end - local tp = infer.type or 'any' - if not mark[tp] then - types[#types+1] = tp - end - mark[tp] = true - ::CONTINUE:: - end - end - return m.mergeTypes(types) -end - -function m.checkTrue(status, source) - local newStatus = m.status(status) - m.searchInfer(newStatus, source) - -- 当前认为的结果 - local current - for _, infer in ipairs(newStatus.results) do - -- 新的结果 - local new - if infer.type == 'nil' then - new = false - elseif infer.type == 'boolean' then - if infer.value == true then - new = true - elseif infer.value == false then - new = false - end - end - if new ~= nil then - if current == nil then - current = new - else - -- 如果2个结果完全相反,则返回 nil 表示不确定 - if new ~= current then - return nil - end - end - end - end - return current -end - ---- 获取特定类型的字面量值 -function m.getInferLiteral(status, source, type) - local newStatus = m.status(status) - m.searchInfer(newStatus, source) - for _, infer in ipairs(newStatus.results) do - if infer.value ~= nil then - if type == nil or infer.type == type then - return infer.value - end - end - end - return nil -end - ---- 是否包含某种类型 -function m.hasType(status, source, type) - m.searchInfer(status, source) - for _, infer in ipairs(status.results) do - if infer.type == type then - return true - end - end - return false -end - -function m.isSameValue(status, a, b) - local statusA = m.status(status) - m.searchInfer(statusA, a) - local statusB = m.status(status) - m.searchInfer(statusB, b) - local infers = {} - for _, infer in ipairs(statusA.results) do - local literal = infer.value - if literal then - infers[literal] = false - end - end - for _, infer in ipairs(statusB.results) do - local literal = infer.value - if literal then - if infers[literal] == nil then - return false - end - infers[literal] = true - end - end - for k, v in pairs(infers) do - if v == false then - return false - end - end - return true -end - -function m.inferCheckLiteralTableWithDocVararg(status, source) - if #source ~= 1 then - return - end - local vararg = source[1] - if vararg.type ~= 'varargs' then - return - end - local results = m.getVarargDocType(status, source) - status.results[#status.results+1] = { - type = m.viewInferType(results) .. '[]', - source = source, - level = 100, - } - return true -end - -function m.inferCheckLiteral(status, source) - if source.type == 'string' then - status.results = m.allocInfer { - type = 'string', - value = source[1], - source = source, - level = 100, - } - return true - elseif source.type == 'nil' then - status.results = m.allocInfer { - type = 'nil', - value = NIL, - source = source, - level = 100, - } - return true - elseif source.type == 'boolean' then - status.results = m.allocInfer { - type = 'boolean', - value = source[1], - source = source, - level = 100, - } - return true - elseif source.type == 'number' then - if mathType(source[1]) == 'integer' then - status.results = m.allocInfer { - type = 'integer', - value = source[1], - source = source, - level = 100, - } - return true - else - status.results = m.allocInfer { - type = 'number', - value = source[1], - source = source, - level = 100, - } - return true - end - elseif source.type == 'integer' then - status.results = m.allocInfer { - type = 'integer', - source = source, - level = 100, - } - return true - elseif source.type == 'table' then - if m.inferCheckLiteralTableWithDocVararg(status, source) then - return true - end - status.results = m.allocInfer { - type = 'table', - source = source, - level = 100, - } - return true - elseif source.type == 'function' then - status.results = m.allocInfer { - type = 'function', - source = source, - level = 100, - } - return true - elseif source.type == '...' then - status.results = m.allocInfer { - type = '...', - source = source, - level = 100, - } - return true - end -end - -local function getDocAliasExtends(status, typeUnit) - if not status.interface.docType then - return nil - end - if typeUnit.type ~= 'doc.type.name' then - return nil - end - for _, doc in ipairs(status.interface.docType(typeUnit[1])) do - if doc.type == 'doc.alias.name' then - return doc.parent.extends - end - end - return nil -end - -local function getDocTypeUnitName(status, unit) - local typeName - if unit.type == 'doc.type.name' then - typeName = unit[1] - elseif unit.type == 'doc.type.function' then - typeName = 'function' - elseif unit.type == 'doc.type.array' then - typeName = getDocTypeUnitName(status, unit.node) .. '[]' - elseif unit.type == 'doc.type.table' then - typeName = ('%s<%s, %s>'):format( - getDocTypeUnitName(status, unit.node), - m.viewInferType(m.getDocTypeNames(status, unit.key)), - m.viewInferType(m.getDocTypeNames(status, unit.value)) - ) - end - if unit.typeGeneric then - typeName = ('<%s>'):format(typeName) - end - return typeName -end - -function m.getDocTypeNames(status, doc) - local results = {} - if not doc then - return results - end - for _, unit in ipairs(doc.types) do - local alias = getDocAliasExtends(status, unit) - if alias then - local aliasResults = m.getDocTypeNames(status, alias) - for _, res in ipairs(aliasResults) do - results[#results+1] = res - end - else - local typeName = getDocTypeUnitName(status, unit) - results[#results+1] = { - type = typeName, - source = unit, - level = 100, - } - end - end - for _, enum in ipairs(doc.enums) do - results[#results+1] = { - type = enum[1], - source = enum, - level = 100, - } - end - for _, resume in ipairs(doc.resumes) do - if not resume.additional then - results[#results+1] = { - type = resume[1], - source = resume, - level = 100, - } - end - end - return results -end - -function m.inferCheckDoc(status, source) - if source.type == 'doc.class.name' then - status.results[#status.results+1] = { - type = source[1], - source = source, - level = 100, - } - return true - end - if source.type == 'doc.class' then - status.results[#status.results+1] = { - type = source.class[1], - source = source, - level = 100, - } - return true - end - if source.type == 'doc.type' then - local results = m.getDocTypeNames(status, source) - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - return true - end - if source.type == 'doc.field' then - local results = m.getDocTypeNames(status, source.extends) - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - return true - end -end - -function m.getVarargDocType(status, source) - local func = m.getParentFunction(source) - if not func then - return - end - if not func.args then - return - end - for _, arg in ipairs(func.args) do - if arg.type == '...' then - if arg.bindDocs then - for _, doc in ipairs(arg.bindDocs) do - if doc.type == 'doc.vararg' then - return m.getDocTypeNames(status, doc.vararg) - end - end - end - end - end -end - -function m.inferCheckUpDocOfVararg(status, source) - if not source.vararg then - return - end - local results = m.getVarargDocType(status, source) - if not results then - return - end - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - return true -end - -function m.inferCheckUpDoc(status, source) - if m.inferCheckUpDocOfVararg(status, source) then - return true - end - local parent = source.parent - if parent then - if parent.type == 'local' - or parent.type == 'setlocal' - or parent.type == 'setglobal' then - source = parent - end - if parent.type == 'setfield' - or parent.type == 'tablefield' then - if parent.field == source - or parent.value == source then - source = parent - end - end - if parent.type == 'setmethod' then - if parent.method == source - or parent.value == source then - source = parent - end - end - if parent.type == 'setindex' - or parent.type == 'tableindex' then - if parent.index == source - or parent.value == source then - source = parent - end - end - end - local binds = source.bindDocs - if not binds then - return - end - status.results = {} - for _, doc in ipairs(binds) do - if doc.type == 'doc.class' then - status.results[#status.results+1] = { - type = doc.class[1], - source = doc, - level = 100, - } - -- ---@class Class - -- local x = { field = 1 } - -- 这种情况下,将字面量表接受为Class的定义 - if source.value and source.value.type == 'table' then - status.results[#status.results+1] = { - type = source.value.type, - source = source.value, - level = 100, - } - end - return true - elseif doc.type == 'doc.type' then - local results = m.getDocTypeNames(status, doc) - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - return true - elseif doc.type == 'doc.param' then - -- function (x) 的情况 - if source.type == 'local' - and m.getKeyName(source) == doc.param[1] then - if source.parent.type == 'funcargs' - or source.parent.type == 'in' - or source.parent.type == 'loop' then - local results = m.getDocTypeNames(status, doc.extends) - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - return true - end - end - end - end -end - -function m.inferCheckUnary(status, source) - if source.type ~= 'unary' then - return - end - local op = source.op - if op.type == 'not' then - local checkTrue = m.checkTrue(status, source[1]) - local value = nil - if checkTrue == true then - value = false - elseif checkTrue == false then - value = true - end - status.results = m.allocInfer { - type = 'boolean', - value = value, - source = source, - level = 100, - } - return true - elseif op.type == '#' then - status.results = m.allocInfer { - type = 'integer', - source = source, - level = 100, - } - return true - elseif op.type == '~' then - local l = m.getInferLiteral(status, source[1], 'integer') - status.results = m.allocInfer { - type = 'integer', - value = l and ~l or nil, - source = source, - level = 100, - } - return true - elseif op.type == '-' then - local v = m.getInferLiteral(status, source[1], 'integer') - if v then - status.results = m.allocInfer { - type = 'integer', - value = - v, - source = source, - level = 100, - } - return true - end - v = m.getInferLiteral(status, source[1], 'number') - status.results = m.allocInfer { - type = 'number', - value = v and -v or nil, - source = source, - level = 100, - } - return true - end -end - -local function mathCheck(status, a, b) - local v1 = m.getInferLiteral(status, a, 'integer') - or m.getInferLiteral(status, a, 'number') - local v2 = m.getInferLiteral(status, b, 'integer') - or m.getInferLiteral(status, a, 'number') - local int = m.hasType(status, a, 'integer') - and m.hasType(status, b, 'integer') - and not m.hasType(status, a, 'number') - and not m.hasType(status, b, 'number') - return int and 'integer' or 'number', v1, v2 -end - -function m.inferCheckBinary(status, source) - if source.type ~= 'binary' then - return - end - local op = source.op - if op.type == 'and' then - local isTrue = m.checkTrue(status, source[1]) - if isTrue == true then - m.searchInfer(status, source[2]) - return true - elseif isTrue == false then - m.searchInfer(status, source[1]) - return true - else - m.searchInfer(status, source[1]) - m.searchInfer(status, source[2]) - return true - end - elseif op.type == 'or' then - local isTrue = m.checkTrue(status, source[1]) - if isTrue == true then - m.searchInfer(status, source[1]) - return true - elseif isTrue == false then - m.searchInfer(status, source[2]) - return true - else - m.searchInfer(status, source[1]) - m.searchInfer(status, source[2]) - return true - end - elseif op.type == '==' then - local value = m.isSameValue(status, source[1], source[2]) - if value ~= nil then - status.results = m.allocInfer { - type = 'boolean', - value = value, - source = source, - level = 100, - } - return true - end - --local isSame = m.isSameDef(status, source[1], source[2]) - --if isSame == true then - -- value = true - --else - -- value = nil - --end - status.results = m.allocInfer { - type = 'boolean', - value = value, - source = source, - level = 100, - } - return true - elseif op.type == '~=' then - local value = m.isSameValue(status, source[1], source[2]) - if value ~= nil then - status.results = m.allocInfer { - type = 'boolean', - value = not value, - source = source, - level = 100, - } - return true - end - --local isSame = m.isSameDef(status, source[1], source[2]) - --if isSame == true then - -- value = false - --else - -- value = nil - --end - status.results = m.allocInfer { - type = 'boolean', - value = value, - source = source, - level = 100, - } - return true - elseif op.type == '<=' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - or m.getInferLiteral(status, source[1], 'number') - local v2 = m.getInferLiteral(status, source[2], 'integer') - or m.getInferLiteral(status, source[2], 'number') - local v - if v1 and v2 then - v = v1 <= v2 - end - status.results = m.allocInfer { - type = 'boolean', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '>=' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - or m.getInferLiteral(status, source[1], 'number') - local v2 = m.getInferLiteral(status, source[2], 'integer') - or m.getInferLiteral(status, source[2], 'number') - local v - if v1 and v2 then - v = v1 >= v2 - end - status.results = m.allocInfer { - type = 'boolean', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '<' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - or m.getInferLiteral(status, source[1], 'number') - local v2 = m.getInferLiteral(status, source[2], 'integer') - or m.getInferLiteral(status, source[2], 'number') - local v - if v1 and v2 then - v = v1 < v2 - end - status.results = m.allocInfer { - type = 'boolean', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '>' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - or m.getInferLiteral(status, source[1], 'number') - local v2 = m.getInferLiteral(status, source[2], 'integer') - or m.getInferLiteral(status, source[2], 'number') - local v - if v1 and v2 then - v = v1 > v2 - end - status.results = m.allocInfer { - type = 'boolean', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '|' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - local v2 = m.getInferLiteral(status, source[2], 'integer') - local v - if v1 and v2 then - v = v1 | v2 - end - status.results = m.allocInfer { - type = 'integer', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '~' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - local v2 = m.getInferLiteral(status, source[2], 'integer') - local v - if v1 and v2 then - v = v1 ~ v2 - end - status.results = m.allocInfer { - type = 'integer', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '&' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - local v2 = m.getInferLiteral(status, source[2], 'integer') - local v - if v1 and v2 then - v = v1 & v2 - end - status.results = m.allocInfer { - type = 'integer', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '<<' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - local v2 = m.getInferLiteral(status, source[2], 'integer') - local v - if v1 and v2 then - v = v1 << v2 - end - status.results = m.allocInfer { - type = 'integer', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '>>' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - local v2 = m.getInferLiteral(status, source[2], 'integer') - local v - if v1 and v2 then - v = v1 >> v2 - end - status.results = m.allocInfer { - type = 'integer', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '..' then - local v1 = m.getInferLiteral(status, source[1], 'string') - local v2 = m.getInferLiteral(status, source[2], 'string') - local v - if v1 and v2 then - v = v1 .. v2 - end - status.results = m.allocInfer { - type = 'string', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '^' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - or m.getInferLiteral(status, source[1], 'number') - local v2 = m.getInferLiteral(status, source[2], 'integer') - or m.getInferLiteral(status, source[2], 'number') - local v - if v1 and v2 then - v = v1 ^ v2 - end - status.results = m.allocInfer { - type = 'number', - value = v, - source = source, - level = 100, - } - return true - elseif op.type == '/' then - local v1 = m.getInferLiteral(status, source[1], 'integer') - or m.getInferLiteral(status, source[1], 'number') - local v2 = m.getInferLiteral(status, source[2], 'integer') - or m.getInferLiteral(status, source[2], 'number') - local v - if v1 and v2 then - v = v1 > v2 - end - status.results = m.allocInfer { - type = 'number', - value = v, - source = source, - level = 100, - } - return true - -- 其他数学运算根据2侧的值决定,当2侧的值均为整数时返回整数 - elseif op.type == '+' then - local int, v1, v2 = mathCheck(status, source[1], source[2]) - status.results = m.allocInfer{ - type = int, - value = (v1 and v2) and (v1 + v2) or nil, - source = source, - level = 100, - } - return true - elseif op.type == '-' then - local int, v1, v2 = mathCheck(status, source[1], source[2]) - status.results = m.allocInfer{ - type = int, - value = (v1 and v2) and (v1 - v2) or nil, - source = source, - level = 100, - } - return true - elseif op.type == '*' then - local int, v1, v2 = mathCheck(status, source[1], source[2]) - status.results = m.allocInfer { - type = int, - value = (v1 and v2) and (v1 * v2) or nil, - source = source, - level = 100, - } - return true - elseif op.type == '%' then - local int, v1, v2 = mathCheck(status, source[1], source[2]) - status.results = m.allocInfer { - type = int, - value = (v1 and v2) and (v1 % v2) or nil, - source = source, - level = 100, - } - return true - elseif op.type == '//' then - local int, v1, v2 = mathCheck(status, source[1], source[2]) - status.results = m.allocInfer { - type = int, - value = (v1 and v2) and (v1 // v2) or nil, - source = source, - level = 100, - } - return true - end -end - -function m.inferByDef(status, obj) - if not status.share.inferedDef then - status.share.inferedDef = {} - end - if status.share.inferedDef[obj] then - return - end - status.share.inferedDef[obj] = true - local mark = {} - local newStatus = m.status(status, status.interface) - m.searchRefs(newStatus, obj, 'def') - for _, src in ipairs(newStatus.results) do - local inferStatus = m.status(newStatus) - m.searchInfer(inferStatus, src) - for _, infer in ipairs(inferStatus.results) do - if not mark[infer.source] then - mark[infer.source] = true - status.results[#status.results+1] = infer - end - end - end -end - -local function inferBySetOfLocal(status, source) - if status.share[source] then - return - end - status.share[source] = true - local newStatus = m.status(status) - if source.value then - m.searchInfer(newStatus, source.value) - end - if source.ref then - for _, ref in ipairs(source.ref) do - if ref.type == 'setlocal' then - break - end - m.searchInfer(newStatus, ref) - end - for _, infer in ipairs(newStatus.results) do - status.results[#status.results+1] = infer - end - end -end - -function m.inferBySet(status, source) - if #status.results ~= 0 then - return - end - if source.type == 'local' then - inferBySetOfLocal(status, source) - elseif source.type == 'setlocal' - or source.type == 'getlocal' then - inferBySetOfLocal(status, source.node) - end -end - -function m.inferByCall(status, source) - if not source.parent then - return - end - if source.parent.type ~= 'call' then - return - end - if source.parent.node == source then - status.results[#status.results+1] = { - type = 'function', - source = source, - level = 10, - } - return - end -end - -function m.inferByGetTable(status, source) - if source.type == 'field' - or source.type == 'method' then - source = source.parent - end - local next = source.next - if not next then - return - end - if next.type == 'getfield' - or next.type == 'getindex' - or next.type == 'setmethod' - or next.type == 'setfield' - or next.type == 'setindex' then - status.results[#status.results+1] = { - type = 'table', - source = source, - level = 10, - } - elseif next.type == 'getmethod' then - status.results[#status.results+1] = { - type = 'table', - source = source, - level = 5, - } - status.results[#status.results+1] = { - type = 'string', - source = source, - level = 5, - } - end -end - -function m.inferByUnary(status, source) - local parent = source.parent - if not parent or parent.type ~= 'unary' then - return - end - local op = parent.op - if op.type == '#' then - status.results[#status.results+1] = { - type = 'string', - source = source, - level = 5, - } - status.results[#status.results+1] = { - type = 'table', - source = source, - level = 5, - } - elseif op.type == '~' then - status.results[#status.results+1] = { - type = 'integer', - source = source, - level = 10, - } - elseif op.type == '-' then - status.results[#status.results+1] = { - type = 'number', - source = source, - level = 10, - } - end -end - -function m.inferByBinary(status, source) - local parent = source.parent - if not parent or parent.type ~= 'binary' then - return - end - local op = parent.op - if op.type == '<=' - or op.type == '>=' - or op.type == '<' - or op.type == '>' - or op.type == '^' - or op.type == '/' - or op.type == '+' - or op.type == '-' - or op.type == '*' - or op.type == '%' then - status.results[#status.results+1] = { - type = 'number', - source = source, - level = 10, - } - elseif op.type == '|' - or op.type == '~' - or op.type == '&' - or op.type == '<<' - or op.type == '>>' - -- 整数的可能性比较高 - or op.type == '//' then - status.results[#status.results+1] = { - type = 'integer', - source = source, - level = 10, - } - elseif op.type == '..' then - status.results[#status.results+1] = { - type = 'string', - source = source, - level = 10, - } - end -end - -local function mergeFunctionReturnsByDoc(status, source, index, call) - if not source or source.type ~= 'function' then - return - end - if not source.bindDocs then - return - end - local returns = {} - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.return' then - for _, rtn in ipairs(doc.returns) do - returns[#returns+1] = rtn - end - end - end - local rtn = returns[index] - if not rtn then - return - end - local results = m.getDocTypeNames(status, rtn) - if #results == 0 then - return - end - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - return true -end - -local function mergeDocTypeFunctionReturns(status, source, index) - if not source.bindDocs then - return - end - for _, doc in ipairs(source.bindDocs) do - if doc.type == 'doc.type' then - for _, typeUnit in ipairs(doc.types) do - if typeUnit.type == 'doc.type.function' then - local rtn = typeUnit.returns[index] - if rtn then - local results = m.getDocTypeNames(status, rtn) - for _, res in ipairs(results) do - status.results[#status.results+1] = res - end - end - end - end - end - end -end - -local function mergeFunctionReturns(status, source, index, call) - local returns = source.returns - if not returns then - return - end - for i = 1, #returns do - local rtn = returns[i] - if rtn[index] then - if rtn[index].type == 'call' then - if not m.checkReturnMark(status, rtn[index], true) then - m.inferByCallReturnAndIndex(status, rtn[index], index) - end - else - local newStatus = m.status(status) - m.searchInfer(newStatus, rtn[index]) - if #newStatus.results == 0 then - status.results[#status.results+1] = { - type = 'any', - source = rtn[index], - level = 0, - } - else - for _, infer in ipairs(newStatus.results) do - status.results[#status.results+1] = infer - end - end - end - end - end -end - -function m.inferByCallReturnAndIndex(status, call, index) - local node = call.node - local newStatus = m.status(status, status.interface) - m.searchRefs(newStatus, node, 'def') - local hasDocReturn - for _, src in ipairs(newStatus.results) do - if mergeDocTypeFunctionReturns(status, src, index) then - hasDocReturn = true - elseif mergeFunctionReturnsByDoc(status, src.value, index, call) then - hasDocReturn = true - end - end - if not hasDocReturn then - for _, src in ipairs(newStatus.results) do - if src.value and src.value.type == 'function' then - if not m.checkReturnMark(status, src.value, true) then - mergeFunctionReturns(status, src.value, index, call) - end - end - end - end -end - -function m.inferByCallReturn(status, source) - if source.type == 'call' then - m.inferByCallReturnAndIndex(status, source, 1) - return - end - if source.type ~= 'select' then - if source.value and source.value.type == 'select' then - source = source.value - else - return - end - end - if not source.vararg or source.vararg.type ~= 'call' then - return - end - m.inferByCallReturnAndIndex(status, source.vararg, source.index) -end - -function m.inferByPCallReturn(status, source) - if source.type ~= 'select' then - if source.value and source.value.type == 'select' then - source = source.value - else - return - end - end - local call = source.vararg - if not call or call.type ~= 'call' then - return - end - local node = call.node - local specialName = node.special - local func, index - if specialName == 'pcall' then - func = call.args[1] - index = source.index - 1 - elseif specialName == 'xpcall' then - func = call.args[1] - index = source.index - 2 - else - return - end - local newStatus = m.status(status, status.interface) - m.searchRefs(newStatus, func, 'def') - for _, src in ipairs(newStatus.results) do - if src.value and src.value.type == 'function' then - mergeFunctionReturns(status, src.value, index) - end - end -end - -function m.cleanInfers(infers, obj) - -- kick lower level infers - local level = 0 - if obj.type ~= 'select' then - for i = 1, #infers do - local infer = infers[i] - if infer.level > level then - level = infer.level - end - end - end - -- merge infers - local mark = {} - for i = #infers, 1, -1 do - local infer = infers[i] - if infer.level < level then - infers[i] = infers[#infers] - infers[#infers] = nil - goto CONTINUE - end - local key = ('%p'):format(infer.type, infer.source) - if mark[key] then - infers[i] = infers[#infers] - infers[#infers] = nil - else - mark[key] = true - end - ::CONTINUE:: - end - -- kick doc.generic - if #infers > 1 then - for i = #infers, 1, -1 do - local infer = infers[i] - if infer.source.typeGeneric then - infers[i] = infers[#infers] - infers[#infers] = nil - end - end - end -end - -function m.searchInfer(status, obj) - while obj.type == 'paren' do - obj = obj.exp - if not obj then - return - end - end - while true do - local value = m.getObjectValue(obj) - if not value or value == obj then - break - end - obj = value - end - - local cache, makeCache = m.getRefCache(status, obj, 'infer') - if cache then - for i = 1, #cache do - status.results[#status.results+1] = cache[i] - end - return - end - - if DEVELOP then - status.share.clock = status.share.clock or osClock() - end - - if not status.share.lockInfer then - status.share.lockInfer = {} - end - if status.share.lockInfer[obj] then - return - end - status.share.lockInfer[obj] = true - - local checked = m.inferCheckDoc(status, obj) - or m.inferCheckUpDoc(status, obj) - or m.inferCheckLiteral(status, obj) - or m.inferCheckUnary(status, obj) - or m.inferCheckBinary(status, obj) - if checked then - m.cleanInfers(status.results, obj) - if makeCache then - makeCache(status.results) - end - return - end - - if status.deep then - m.inferByDef(status, obj) - end - m.inferBySet(status, obj) - m.inferByCall(status, obj) - m.inferByGetTable(status, obj) - m.inferByUnary(status, obj) - m.inferByBinary(status, obj) - m.inferByCallReturn(status, obj) - m.inferByPCallReturn(status, obj) - m.cleanInfers(status.results, obj) - if makeCache then - makeCache(status.results) - end -end - ---- 请求对象的引用,包括 `a.b.c` 形式 ---- 与 `return function` 形式。 ---- 不穿透 `setmetatable` ,考虑由 ---- 业务层进行反向 def 搜索。 -function m.requestReference(obj, interface, deep) - local status = m.status(nil, interface, deep) - -- 根据 field 搜索引用 - m.searchRefs(status, obj, 'ref') - - m.searchRefsAsFunction(status, obj, 'ref') - - if m.debugMode then - print('count:', status.share.count) - end - - return status.results, status.share.count -end - ---- 请求对象的定义,包括 `a.b.c` 形式 ---- 与 `return function` 形式。 ---- 穿透 `setmetatable` 。 -function m.requestDefinition(obj, interface, deep) - local status = m.status(nil, interface, deep) - -- 根据 field 搜索定义 - m.searchRefs(status, obj, 'def') - - return status.results, status.share.count -end - ---- 请求对象的域 -function m.requestFields(obj, interface, deep) - local status = m.status(nil, interface, deep) - - m.searchFields(status, obj) - - return status.results, status.share.count -end - ---- 请求对象的类型推测 -function m.requestInfer(obj, interface, deep) - local status = m.status(nil, interface, deep) - m.searchInfer(status, obj) - - return status.results, status.share.count -end - -return m diff --git a/test/example/jass-common.txt b/test/example/jass-common.txt deleted file mode 100644 index 4c49c1105..000000000 --- a/test/example/jass-common.txt +++ /dev/null @@ -1,12329 +0,0 @@ ----@meta ----@class real ----@class handle ----@class agent ----@class event ----@class player ----@class widget ----@class unit ----@class destructable ----@class item ----@class ability ----@class buff ----@class force ----@class group ----@class trigger ----@class triggercondition ----@class triggeraction ----@class timer ----@class location ----@class region ----@class rect ----@class boolexpr ----@class sound ----@class conditionfunc ----@class filterfunc ----@class unitpool ----@class itempool ----@class race ----@class alliancetype ----@class racepreference ----@class gamestate ----@class igamestate ----@class fgamestate ----@class playerstate ----@class playerscore ----@class playergameresult ----@class unitstate ----@class aidifficulty ----@class eventid ----@class gameevent ----@class playerevent ----@class playerunitevent ----@class unitevent ----@class limitop ----@class widgetevent ----@class dialogevent ----@class unittype ----@class gamespeed ----@class gamedifficulty ----@class gametype ----@class mapflag ----@class mapvisibility ----@class mapsetting ----@class mapdensity ----@class mapcontrol ----@class minimapicon ----@class playerslotstate ----@class volumegroup ----@class camerafield ----@class camerasetup ----@class playercolor ----@class placement ----@class startlocprio ----@class raritycontrol ----@class blendmode ----@class texmapflags ----@class effect ----@class effecttype ----@class weathereffect ----@class terraindeformation ----@class fogstate ----@class fogmodifier ----@class dialog ----@class button ----@class quest ----@class questitem ----@class defeatcondition ----@class timerdialog ----@class leaderboard ----@class multiboard ----@class multiboarditem ----@class trackable ----@class gamecache ----@class version ----@class itemtype ----@class texttag ----@class attacktype ----@class damagetype ----@class weapontype ----@class soundtype ----@class lightning ----@class pathingtype ----@class mousebuttontype ----@class animtype ----@class subanimtype ----@class image ----@class ubersplat ----@class hashtable ----@class framehandle ----@class originframetype ----@class framepointtype ----@class textaligntype ----@class frameeventtype ----@class oskeytype ----@class abilityintegerfield ----@class abilityrealfield ----@class abilitybooleanfield ----@class abilitystringfield ----@class abilityintegerlevelfield ----@class abilityreallevelfield ----@class abilitybooleanlevelfield ----@class abilitystringlevelfield ----@class abilityintegerlevelarrayfield ----@class abilityreallevelarrayfield ----@class abilitybooleanlevelarrayfield ----@class abilitystringlevelarrayfield ----@class unitintegerfield ----@class unitrealfield ----@class unitbooleanfield ----@class unitstringfield ----@class unitweaponintegerfield ----@class unitweaponrealfield ----@class unitweaponbooleanfield ----@class unitweaponstringfield ----@class itemintegerfield ----@class itemrealfield ----@class itembooleanfield ----@class itemstringfield ----@class movetype ----@class targetflag ----@class armortype ----@class heroattribute ----@class defensetype ----@class regentype ----@class unitcategory ----@class pathingflag ----@class commandbuttoneffect - ----'common' ----@class common ---- ----FALSE 'common.FALSE' ----@field FALSE boolean _false ---- ----TRUE 'common.TRUE' ----@field TRUE boolean _true ---- ----JASS_MAX_ARRAY_SIZE 'common.JASS_MAX_ARRAY_SIZE' ----@field JASS_MAX_ARRAY_SIZE integer _8192 ---- ----PLAYER_NEUTRAL_PASSIVE 'common.PLAYER_NEUTRAL_PASSIVE' ----@field PLAYER_NEUTRAL_PASSIVE integer _GetPlayerNeutralPassive() ---- ----PLAYER_NEUTRAL_AGGRESSIVE 'common.PLAYER_NEUTRAL_AGGRESSIVE' ----@field PLAYER_NEUTRAL_AGGRESSIVE integer _GetPlayerNeutralAggressive() ---- ----PLAYER_COLOR_RED 'common.PLAYER_COLOR_RED' ----@field PLAYER_COLOR_RED playercolor _ConvertPlayerColor(0) ---- ----PLAYER_COLOR_BLUE 'common.PLAYER_COLOR_BLUE' ----@field PLAYER_COLOR_BLUE playercolor _ConvertPlayerColor(1) ---- ----PLAYER_COLOR_CYAN 'common.PLAYER_COLOR_CYAN' ----@field PLAYER_COLOR_CYAN playercolor _ConvertPlayerColor(2) ---- ----PLAYER_COLOR_PURPLE 'common.PLAYER_COLOR_PURPLE' ----@field PLAYER_COLOR_PURPLE playercolor _ConvertPlayerColor(3) ---- ----PLAYER_COLOR_YELLOW 'common.PLAYER_COLOR_YELLOW' ----@field PLAYER_COLOR_YELLOW playercolor _ConvertPlayerColor(4) ---- ----PLAYER_COLOR_ORANGE 'common.PLAYER_COLOR_ORANGE' ----@field PLAYER_COLOR_ORANGE playercolor _ConvertPlayerColor(5) ---- ----PLAYER_COLOR_GREEN 'common.PLAYER_COLOR_GREEN' ----@field PLAYER_COLOR_GREEN playercolor _ConvertPlayerColor(6) ---- ----PLAYER_COLOR_PINK 'common.PLAYER_COLOR_PINK' ----@field PLAYER_COLOR_PINK playercolor _ConvertPlayerColor(7) ---- ----PLAYER_COLOR_LIGHT_GRAY 'common.PLAYER_COLOR_LIGHT_GRAY' ----@field PLAYER_COLOR_LIGHT_GRAY playercolor _ConvertPlayerColor(8) ---- ----PLAYER_COLOR_LIGHT_BLUE 'common.PLAYER_COLOR_LIGHT_BLUE' ----@field PLAYER_COLOR_LIGHT_BLUE playercolor _ConvertPlayerColor(9) ---- ----PLAYER_COLOR_AQUA 'common.PLAYER_COLOR_AQUA' ----@field PLAYER_COLOR_AQUA playercolor _ConvertPlayerColor(10) ---- ----PLAYER_COLOR_BROWN 'common.PLAYER_COLOR_BROWN' ----@field PLAYER_COLOR_BROWN playercolor _ConvertPlayerColor(11) ---- ----PLAYER_COLOR_MAROON 'common.PLAYER_COLOR_MAROON' ----@field PLAYER_COLOR_MAROON playercolor _ConvertPlayerColor(12) ---- ----PLAYER_COLOR_NAVY 'common.PLAYER_COLOR_NAVY' ----@field PLAYER_COLOR_NAVY playercolor _ConvertPlayerColor(13) ---- ----PLAYER_COLOR_TURQUOISE 'common.PLAYER_COLOR_TURQUOISE' ----@field PLAYER_COLOR_TURQUOISE playercolor _ConvertPlayerColor(14) ---- ----PLAYER_COLOR_VIOLET 'common.PLAYER_COLOR_VIOLET' ----@field PLAYER_COLOR_VIOLET playercolor _ConvertPlayerColor(15) ---- ----PLAYER_COLOR_WHEAT 'common.PLAYER_COLOR_WHEAT' ----@field PLAYER_COLOR_WHEAT playercolor _ConvertPlayerColor(16) ---- ----PLAYER_COLOR_PEACH 'common.PLAYER_COLOR_PEACH' ----@field PLAYER_COLOR_PEACH playercolor _ConvertPlayerColor(17) ---- ----PLAYER_COLOR_MINT 'common.PLAYER_COLOR_MINT' ----@field PLAYER_COLOR_MINT playercolor _ConvertPlayerColor(18) ---- ----PLAYER_COLOR_LAVENDER 'common.PLAYER_COLOR_LAVENDER' ----@field PLAYER_COLOR_LAVENDER playercolor _ConvertPlayerColor(19) ---- ----PLAYER_COLOR_COAL 'common.PLAYER_COLOR_COAL' ----@field PLAYER_COLOR_COAL playercolor _ConvertPlayerColor(20) ---- ----PLAYER_COLOR_SNOW 'common.PLAYER_COLOR_SNOW' ----@field PLAYER_COLOR_SNOW playercolor _ConvertPlayerColor(21) ---- ----PLAYER_COLOR_EMERALD 'common.PLAYER_COLOR_EMERALD' ----@field PLAYER_COLOR_EMERALD playercolor _ConvertPlayerColor(22) ---- ----PLAYER_COLOR_PEANUT 'common.PLAYER_COLOR_PEANUT' ----@field PLAYER_COLOR_PEANUT playercolor _ConvertPlayerColor(23) ---- ----RACE_HUMAN 'common.RACE_HUMAN' ----@field RACE_HUMAN race _ConvertRace(1) ---- ----RACE_ORC 'common.RACE_ORC' ----@field RACE_ORC race _ConvertRace(2) ---- ----RACE_UNDEAD 'common.RACE_UNDEAD' ----@field RACE_UNDEAD race _ConvertRace(3) ---- ----RACE_NIGHTELF 'common.RACE_NIGHTELF' ----@field RACE_NIGHTELF race _ConvertRace(4) ---- ----RACE_DEMON 'common.RACE_DEMON' ----@field RACE_DEMON race _ConvertRace(5) ---- ----RACE_OTHER 'common.RACE_OTHER' ----@field RACE_OTHER race _ConvertRace(7) ---- ----PLAYER_GAME_RESULT_VICTORY 'common.PLAYER_GAME_RESULT_VICTORY' ----@field PLAYER_GAME_RESULT_VICTORY playergameresult _ConvertPlayerGameResult(0) ---- ----PLAYER_GAME_RESULT_DEFEAT 'common.PLAYER_GAME_RESULT_DEFEAT' ----@field PLAYER_GAME_RESULT_DEFEAT playergameresult _ConvertPlayerGameResult(1) ---- ----PLAYER_GAME_RESULT_TIE 'common.PLAYER_GAME_RESULT_TIE' ----@field PLAYER_GAME_RESULT_TIE playergameresult _ConvertPlayerGameResult(2) ---- ----PLAYER_GAME_RESULT_NEUTRAL 'common.PLAYER_GAME_RESULT_NEUTRAL' ----@field PLAYER_GAME_RESULT_NEUTRAL playergameresult _ConvertPlayerGameResult(3) ---- ----ALLIANCE_PASSIVE 'common.ALLIANCE_PASSIVE' ----@field ALLIANCE_PASSIVE alliancetype _ConvertAllianceType(0) ---- ----ALLIANCE_HELP_REQUEST 'common.ALLIANCE_HELP_REQUEST' ----@field ALLIANCE_HELP_REQUEST alliancetype _ConvertAllianceType(1) ---- ----ALLIANCE_HELP_RESPONSE 'common.ALLIANCE_HELP_RESPONSE' ----@field ALLIANCE_HELP_RESPONSE alliancetype _ConvertAllianceType(2) ---- ----ALLIANCE_SHARED_XP 'common.ALLIANCE_SHARED_XP' ----@field ALLIANCE_SHARED_XP alliancetype _ConvertAllianceType(3) ---- ----ALLIANCE_SHARED_SPELLS 'common.ALLIANCE_SHARED_SPELLS' ----@field ALLIANCE_SHARED_SPELLS alliancetype _ConvertAllianceType(4) ---- ----ALLIANCE_SHARED_VISION 'common.ALLIANCE_SHARED_VISION' ----@field ALLIANCE_SHARED_VISION alliancetype _ConvertAllianceType(5) ---- ----ALLIANCE_SHARED_CONTROL 'common.ALLIANCE_SHARED_CONTROL' ----@field ALLIANCE_SHARED_CONTROL alliancetype _ConvertAllianceType(6) ---- ----ALLIANCE_SHARED_ADVANCED_CONTROL 'common.ALLIANCE_SHARED_ADVANCED_CONTROL' ----@field ALLIANCE_SHARED_ADVANCED_CONTROL alliancetype _ConvertAllianceType(7) ---- ----ALLIANCE_RESCUABLE 'common.ALLIANCE_RESCUABLE' ----@field ALLIANCE_RESCUABLE alliancetype _ConvertAllianceType(8) ---- ----ALLIANCE_SHARED_VISION_FORCED 'common.ALLIANCE_SHARED_VISION_FORCED' ----@field ALLIANCE_SHARED_VISION_FORCED alliancetype _ConvertAllianceType(9) ---- ----VERSION_REIGN_OF_CHAOS 'common.VERSION_REIGN_OF_CHAOS' ----@field VERSION_REIGN_OF_CHAOS version _ConvertVersion(0) ---- ----VERSION_FROZEN_THRONE 'common.VERSION_FROZEN_THRONE' ----@field VERSION_FROZEN_THRONE version _ConvertVersion(1) ---- ----ATTACK_TYPE_NORMAL 'common.ATTACK_TYPE_NORMAL' ----@field ATTACK_TYPE_NORMAL attacktype _ConvertAttackType(0) ---- ----ATTACK_TYPE_MELEE 'common.ATTACK_TYPE_MELEE' ----@field ATTACK_TYPE_MELEE attacktype _ConvertAttackType(1) ---- ----ATTACK_TYPE_PIERCE 'common.ATTACK_TYPE_PIERCE' ----@field ATTACK_TYPE_PIERCE attacktype _ConvertAttackType(2) ---- ----ATTACK_TYPE_SIEGE 'common.ATTACK_TYPE_SIEGE' ----@field ATTACK_TYPE_SIEGE attacktype _ConvertAttackType(3) ---- ----ATTACK_TYPE_MAGIC 'common.ATTACK_TYPE_MAGIC' ----@field ATTACK_TYPE_MAGIC attacktype _ConvertAttackType(4) ---- ----ATTACK_TYPE_CHAOS 'common.ATTACK_TYPE_CHAOS' ----@field ATTACK_TYPE_CHAOS attacktype _ConvertAttackType(5) ---- ----ATTACK_TYPE_HERO 'common.ATTACK_TYPE_HERO' ----@field ATTACK_TYPE_HERO attacktype _ConvertAttackType(6) ---- ----DAMAGE_TYPE_UNKNOWN 'common.DAMAGE_TYPE_UNKNOWN' ----@field DAMAGE_TYPE_UNKNOWN damagetype _ConvertDamageType(0) ---- ----DAMAGE_TYPE_NORMAL 'common.DAMAGE_TYPE_NORMAL' ----@field DAMAGE_TYPE_NORMAL damagetype _ConvertDamageType(4) ---- ----DAMAGE_TYPE_ENHANCED 'common.DAMAGE_TYPE_ENHANCED' ----@field DAMAGE_TYPE_ENHANCED damagetype _ConvertDamageType(5) ---- ----DAMAGE_TYPE_FIRE 'common.DAMAGE_TYPE_FIRE' ----@field DAMAGE_TYPE_FIRE damagetype _ConvertDamageType(8) ---- ----DAMAGE_TYPE_COLD 'common.DAMAGE_TYPE_COLD' ----@field DAMAGE_TYPE_COLD damagetype _ConvertDamageType(9) ---- ----DAMAGE_TYPE_LIGHTNING 'common.DAMAGE_TYPE_LIGHTNING' ----@field DAMAGE_TYPE_LIGHTNING damagetype _ConvertDamageType(10) ---- ----DAMAGE_TYPE_POISON 'common.DAMAGE_TYPE_POISON' ----@field DAMAGE_TYPE_POISON damagetype _ConvertDamageType(11) ---- ----DAMAGE_TYPE_DISEASE 'common.DAMAGE_TYPE_DISEASE' ----@field DAMAGE_TYPE_DISEASE damagetype _ConvertDamageType(12) ---- ----DAMAGE_TYPE_DIVINE 'common.DAMAGE_TYPE_DIVINE' ----@field DAMAGE_TYPE_DIVINE damagetype _ConvertDamageType(13) ---- ----DAMAGE_TYPE_MAGIC 'common.DAMAGE_TYPE_MAGIC' ----@field DAMAGE_TYPE_MAGIC damagetype _ConvertDamageType(14) ---- ----DAMAGE_TYPE_SONIC 'common.DAMAGE_TYPE_SONIC' ----@field DAMAGE_TYPE_SONIC damagetype _ConvertDamageType(15) ---- ----DAMAGE_TYPE_ACID 'common.DAMAGE_TYPE_ACID' ----@field DAMAGE_TYPE_ACID damagetype _ConvertDamageType(16) ---- ----DAMAGE_TYPE_FORCE 'common.DAMAGE_TYPE_FORCE' ----@field DAMAGE_TYPE_FORCE damagetype _ConvertDamageType(17) ---- ----DAMAGE_TYPE_DEATH 'common.DAMAGE_TYPE_DEATH' ----@field DAMAGE_TYPE_DEATH damagetype _ConvertDamageType(18) ---- ----DAMAGE_TYPE_MIND 'common.DAMAGE_TYPE_MIND' ----@field DAMAGE_TYPE_MIND damagetype _ConvertDamageType(19) ---- ----DAMAGE_TYPE_PLANT 'common.DAMAGE_TYPE_PLANT' ----@field DAMAGE_TYPE_PLANT damagetype _ConvertDamageType(20) ---- ----DAMAGE_TYPE_DEFENSIVE 'common.DAMAGE_TYPE_DEFENSIVE' ----@field DAMAGE_TYPE_DEFENSIVE damagetype _ConvertDamageType(21) ---- ----DAMAGE_TYPE_DEMOLITION 'common.DAMAGE_TYPE_DEMOLITION' ----@field DAMAGE_TYPE_DEMOLITION damagetype _ConvertDamageType(22) ---- ----DAMAGE_TYPE_SLOW_POISON 'common.DAMAGE_TYPE_SLOW_POISON' ----@field DAMAGE_TYPE_SLOW_POISON damagetype _ConvertDamageType(23) ---- ----DAMAGE_TYPE_SPIRIT_LINK 'common.DAMAGE_TYPE_SPIRIT_LINK' ----@field DAMAGE_TYPE_SPIRIT_LINK damagetype _ConvertDamageType(24) ---- ----DAMAGE_TYPE_SHADOW_STRIKE 'common.DAMAGE_TYPE_SHADOW_STRIKE' ----@field DAMAGE_TYPE_SHADOW_STRIKE damagetype _ConvertDamageType(25) ---- ----DAMAGE_TYPE_UNIVERSAL 'common.DAMAGE_TYPE_UNIVERSAL' ----@field DAMAGE_TYPE_UNIVERSAL damagetype _ConvertDamageType(26) ---- ----WEAPON_TYPE_WHOKNOWS 'common.WEAPON_TYPE_WHOKNOWS' ----@field WEAPON_TYPE_WHOKNOWS weapontype _ConvertWeaponType(0) ---- ----WEAPON_TYPE_METAL_LIGHT_CHOP 'common.WEAPON_TYPE_METAL_LIGHT_CHOP' ----@field WEAPON_TYPE_METAL_LIGHT_CHOP weapontype _ConvertWeaponType(1) ---- ----WEAPON_TYPE_METAL_MEDIUM_CHOP 'common.WEAPON_TYPE_METAL_MEDIUM_CHOP' ----@field WEAPON_TYPE_METAL_MEDIUM_CHOP weapontype _ConvertWeaponType(2) ---- ----WEAPON_TYPE_METAL_HEAVY_CHOP 'common.WEAPON_TYPE_METAL_HEAVY_CHOP' ----@field WEAPON_TYPE_METAL_HEAVY_CHOP weapontype _ConvertWeaponType(3) ---- ----WEAPON_TYPE_METAL_LIGHT_SLICE 'common.WEAPON_TYPE_METAL_LIGHT_SLICE' ----@field WEAPON_TYPE_METAL_LIGHT_SLICE weapontype _ConvertWeaponType(4) ---- ----WEAPON_TYPE_METAL_MEDIUM_SLICE 'common.WEAPON_TYPE_METAL_MEDIUM_SLICE' ----@field WEAPON_TYPE_METAL_MEDIUM_SLICE weapontype _ConvertWeaponType(5) ---- ----WEAPON_TYPE_METAL_HEAVY_SLICE 'common.WEAPON_TYPE_METAL_HEAVY_SLICE' ----@field WEAPON_TYPE_METAL_HEAVY_SLICE weapontype _ConvertWeaponType(6) ---- ----WEAPON_TYPE_METAL_MEDIUM_BASH 'common.WEAPON_TYPE_METAL_MEDIUM_BASH' ----@field WEAPON_TYPE_METAL_MEDIUM_BASH weapontype _ConvertWeaponType(7) ---- ----WEAPON_TYPE_METAL_HEAVY_BASH 'common.WEAPON_TYPE_METAL_HEAVY_BASH' ----@field WEAPON_TYPE_METAL_HEAVY_BASH weapontype _ConvertWeaponType(8) ---- ----WEAPON_TYPE_METAL_MEDIUM_STAB 'common.WEAPON_TYPE_METAL_MEDIUM_STAB' ----@field WEAPON_TYPE_METAL_MEDIUM_STAB weapontype _ConvertWeaponType(9) ---- ----WEAPON_TYPE_METAL_HEAVY_STAB 'common.WEAPON_TYPE_METAL_HEAVY_STAB' ----@field WEAPON_TYPE_METAL_HEAVY_STAB weapontype _ConvertWeaponType(10) ---- ----WEAPON_TYPE_WOOD_LIGHT_SLICE 'common.WEAPON_TYPE_WOOD_LIGHT_SLICE' ----@field WEAPON_TYPE_WOOD_LIGHT_SLICE weapontype _ConvertWeaponType(11) ---- ----WEAPON_TYPE_WOOD_MEDIUM_SLICE 'common.WEAPON_TYPE_WOOD_MEDIUM_SLICE' ----@field WEAPON_TYPE_WOOD_MEDIUM_SLICE weapontype _ConvertWeaponType(12) ---- ----WEAPON_TYPE_WOOD_HEAVY_SLICE 'common.WEAPON_TYPE_WOOD_HEAVY_SLICE' ----@field WEAPON_TYPE_WOOD_HEAVY_SLICE weapontype _ConvertWeaponType(13) ---- ----WEAPON_TYPE_WOOD_LIGHT_BASH 'common.WEAPON_TYPE_WOOD_LIGHT_BASH' ----@field WEAPON_TYPE_WOOD_LIGHT_BASH weapontype _ConvertWeaponType(14) ---- ----WEAPON_TYPE_WOOD_MEDIUM_BASH 'common.WEAPON_TYPE_WOOD_MEDIUM_BASH' ----@field WEAPON_TYPE_WOOD_MEDIUM_BASH weapontype _ConvertWeaponType(15) ---- ----WEAPON_TYPE_WOOD_HEAVY_BASH 'common.WEAPON_TYPE_WOOD_HEAVY_BASH' ----@field WEAPON_TYPE_WOOD_HEAVY_BASH weapontype _ConvertWeaponType(16) ---- ----WEAPON_TYPE_WOOD_LIGHT_STAB 'common.WEAPON_TYPE_WOOD_LIGHT_STAB' ----@field WEAPON_TYPE_WOOD_LIGHT_STAB weapontype _ConvertWeaponType(17) ---- ----WEAPON_TYPE_WOOD_MEDIUM_STAB 'common.WEAPON_TYPE_WOOD_MEDIUM_STAB' ----@field WEAPON_TYPE_WOOD_MEDIUM_STAB weapontype _ConvertWeaponType(18) ---- ----WEAPON_TYPE_CLAW_LIGHT_SLICE 'common.WEAPON_TYPE_CLAW_LIGHT_SLICE' ----@field WEAPON_TYPE_CLAW_LIGHT_SLICE weapontype _ConvertWeaponType(19) ---- ----WEAPON_TYPE_CLAW_MEDIUM_SLICE 'common.WEAPON_TYPE_CLAW_MEDIUM_SLICE' ----@field WEAPON_TYPE_CLAW_MEDIUM_SLICE weapontype _ConvertWeaponType(20) ---- ----WEAPON_TYPE_CLAW_HEAVY_SLICE 'common.WEAPON_TYPE_CLAW_HEAVY_SLICE' ----@field WEAPON_TYPE_CLAW_HEAVY_SLICE weapontype _ConvertWeaponType(21) ---- ----WEAPON_TYPE_AXE_MEDIUM_CHOP 'common.WEAPON_TYPE_AXE_MEDIUM_CHOP' ----@field WEAPON_TYPE_AXE_MEDIUM_CHOP weapontype _ConvertWeaponType(22) ---- ----WEAPON_TYPE_ROCK_HEAVY_BASH 'common.WEAPON_TYPE_ROCK_HEAVY_BASH' ----@field WEAPON_TYPE_ROCK_HEAVY_BASH weapontype _ConvertWeaponType(23) ---- ----PATHING_TYPE_ANY 'common.PATHING_TYPE_ANY' ----@field PATHING_TYPE_ANY pathingtype _ConvertPathingType(0) ---- ----PATHING_TYPE_WALKABILITY 'common.PATHING_TYPE_WALKABILITY' ----@field PATHING_TYPE_WALKABILITY pathingtype _ConvertPathingType(1) ---- ----PATHING_TYPE_FLYABILITY 'common.PATHING_TYPE_FLYABILITY' ----@field PATHING_TYPE_FLYABILITY pathingtype _ConvertPathingType(2) ---- ----PATHING_TYPE_BUILDABILITY 'common.PATHING_TYPE_BUILDABILITY' ----@field PATHING_TYPE_BUILDABILITY pathingtype _ConvertPathingType(3) ---- ----PATHING_TYPE_PEONHARVESTPATHING 'common.PATHING_TYPE_PEONHARVESTPATHING' ----@field PATHING_TYPE_PEONHARVESTPATHING pathingtype _ConvertPathingType(4) ---- ----PATHING_TYPE_BLIGHTPATHING 'common.PATHING_TYPE_BLIGHTPATHING' ----@field PATHING_TYPE_BLIGHTPATHING pathingtype _ConvertPathingType(5) ---- ----PATHING_TYPE_FLOATABILITY 'common.PATHING_TYPE_FLOATABILITY' ----@field PATHING_TYPE_FLOATABILITY pathingtype _ConvertPathingType(6) ---- ----PATHING_TYPE_AMPHIBIOUSPATHING 'common.PATHING_TYPE_AMPHIBIOUSPATHING' ----@field PATHING_TYPE_AMPHIBIOUSPATHING pathingtype _ConvertPathingType(7) ---- ----MOUSE_BUTTON_TYPE_LEFT 'common.MOUSE_BUTTON_TYPE_LEFT' ----@field MOUSE_BUTTON_TYPE_LEFT mousebuttontype _ConvertMouseButtonType(1) ---- ----MOUSE_BUTTON_TYPE_MIDDLE 'common.MOUSE_BUTTON_TYPE_MIDDLE' ----@field MOUSE_BUTTON_TYPE_MIDDLE mousebuttontype _ConvertMouseButtonType(2) ---- ----MOUSE_BUTTON_TYPE_RIGHT 'common.MOUSE_BUTTON_TYPE_RIGHT' ----@field MOUSE_BUTTON_TYPE_RIGHT mousebuttontype _ConvertMouseButtonType(3) ---- ----ANIM_TYPE_BIRTH 'common.ANIM_TYPE_BIRTH' ----@field ANIM_TYPE_BIRTH animtype _ConvertAnimType(0) ---- ----ANIM_TYPE_DEATH 'common.ANIM_TYPE_DEATH' ----@field ANIM_TYPE_DEATH animtype _ConvertAnimType(1) ---- ----ANIM_TYPE_DECAY 'common.ANIM_TYPE_DECAY' ----@field ANIM_TYPE_DECAY animtype _ConvertAnimType(2) ---- ----ANIM_TYPE_DISSIPATE 'common.ANIM_TYPE_DISSIPATE' ----@field ANIM_TYPE_DISSIPATE animtype _ConvertAnimType(3) ---- ----ANIM_TYPE_STAND 'common.ANIM_TYPE_STAND' ----@field ANIM_TYPE_STAND animtype _ConvertAnimType(4) ---- ----ANIM_TYPE_WALK 'common.ANIM_TYPE_WALK' ----@field ANIM_TYPE_WALK animtype _ConvertAnimType(5) ---- ----ANIM_TYPE_ATTACK 'common.ANIM_TYPE_ATTACK' ----@field ANIM_TYPE_ATTACK animtype _ConvertAnimType(6) ---- ----ANIM_TYPE_MORPH 'common.ANIM_TYPE_MORPH' ----@field ANIM_TYPE_MORPH animtype _ConvertAnimType(7) ---- ----ANIM_TYPE_SLEEP 'common.ANIM_TYPE_SLEEP' ----@field ANIM_TYPE_SLEEP animtype _ConvertAnimType(8) ---- ----ANIM_TYPE_SPELL 'common.ANIM_TYPE_SPELL' ----@field ANIM_TYPE_SPELL animtype _ConvertAnimType(9) ---- ----ANIM_TYPE_PORTRAIT 'common.ANIM_TYPE_PORTRAIT' ----@field ANIM_TYPE_PORTRAIT animtype _ConvertAnimType(10) ---- ----SUBANIM_TYPE_ROOTED 'common.SUBANIM_TYPE_ROOTED' ----@field SUBANIM_TYPE_ROOTED subanimtype _ConvertSubAnimType(11) ---- ----SUBANIM_TYPE_ALTERNATE_EX 'common.SUBANIM_TYPE_ALTERNATE_EX' ----@field SUBANIM_TYPE_ALTERNATE_EX subanimtype _ConvertSubAnimType(12) ---- ----SUBANIM_TYPE_LOOPING 'common.SUBANIM_TYPE_LOOPING' ----@field SUBANIM_TYPE_LOOPING subanimtype _ConvertSubAnimType(13) ---- ----SUBANIM_TYPE_SLAM 'common.SUBANIM_TYPE_SLAM' ----@field SUBANIM_TYPE_SLAM subanimtype _ConvertSubAnimType(14) ---- ----SUBANIM_TYPE_THROW 'common.SUBANIM_TYPE_THROW' ----@field SUBANIM_TYPE_THROW subanimtype _ConvertSubAnimType(15) ---- ----SUBANIM_TYPE_SPIKED 'common.SUBANIM_TYPE_SPIKED' ----@field SUBANIM_TYPE_SPIKED subanimtype _ConvertSubAnimType(16) ---- ----SUBANIM_TYPE_FAST 'common.SUBANIM_TYPE_FAST' ----@field SUBANIM_TYPE_FAST subanimtype _ConvertSubAnimType(17) ---- ----SUBANIM_TYPE_SPIN 'common.SUBANIM_TYPE_SPIN' ----@field SUBANIM_TYPE_SPIN subanimtype _ConvertSubAnimType(18) ---- ----SUBANIM_TYPE_READY 'common.SUBANIM_TYPE_READY' ----@field SUBANIM_TYPE_READY subanimtype _ConvertSubAnimType(19) ---- ----SUBANIM_TYPE_CHANNEL 'common.SUBANIM_TYPE_CHANNEL' ----@field SUBANIM_TYPE_CHANNEL subanimtype _ConvertSubAnimType(20) ---- ----SUBANIM_TYPE_DEFEND 'common.SUBANIM_TYPE_DEFEND' ----@field SUBANIM_TYPE_DEFEND subanimtype _ConvertSubAnimType(21) ---- ----SUBANIM_TYPE_VICTORY 'common.SUBANIM_TYPE_VICTORY' ----@field SUBANIM_TYPE_VICTORY subanimtype _ConvertSubAnimType(22) ---- ----SUBANIM_TYPE_TURN 'common.SUBANIM_TYPE_TURN' ----@field SUBANIM_TYPE_TURN subanimtype _ConvertSubAnimType(23) ---- ----SUBANIM_TYPE_LEFT 'common.SUBANIM_TYPE_LEFT' ----@field SUBANIM_TYPE_LEFT subanimtype _ConvertSubAnimType(24) ---- ----SUBANIM_TYPE_RIGHT 'common.SUBANIM_TYPE_RIGHT' ----@field SUBANIM_TYPE_RIGHT subanimtype _ConvertSubAnimType(25) ---- ----SUBANIM_TYPE_FIRE 'common.SUBANIM_TYPE_FIRE' ----@field SUBANIM_TYPE_FIRE subanimtype _ConvertSubAnimType(26) ---- ----SUBANIM_TYPE_FLESH 'common.SUBANIM_TYPE_FLESH' ----@field SUBANIM_TYPE_FLESH subanimtype _ConvertSubAnimType(27) ---- ----SUBANIM_TYPE_HIT 'common.SUBANIM_TYPE_HIT' ----@field SUBANIM_TYPE_HIT subanimtype _ConvertSubAnimType(28) ---- ----SUBANIM_TYPE_WOUNDED 'common.SUBANIM_TYPE_WOUNDED' ----@field SUBANIM_TYPE_WOUNDED subanimtype _ConvertSubAnimType(29) ---- ----SUBANIM_TYPE_LIGHT 'common.SUBANIM_TYPE_LIGHT' ----@field SUBANIM_TYPE_LIGHT subanimtype _ConvertSubAnimType(30) ---- ----SUBANIM_TYPE_MODERATE 'common.SUBANIM_TYPE_MODERATE' ----@field SUBANIM_TYPE_MODERATE subanimtype _ConvertSubAnimType(31) ---- ----SUBANIM_TYPE_SEVERE 'common.SUBANIM_TYPE_SEVERE' ----@field SUBANIM_TYPE_SEVERE subanimtype _ConvertSubAnimType(32) ---- ----SUBANIM_TYPE_CRITICAL 'common.SUBANIM_TYPE_CRITICAL' ----@field SUBANIM_TYPE_CRITICAL subanimtype _ConvertSubAnimType(33) ---- ----SUBANIM_TYPE_COMPLETE 'common.SUBANIM_TYPE_COMPLETE' ----@field SUBANIM_TYPE_COMPLETE subanimtype _ConvertSubAnimType(34) ---- ----SUBANIM_TYPE_GOLD 'common.SUBANIM_TYPE_GOLD' ----@field SUBANIM_TYPE_GOLD subanimtype _ConvertSubAnimType(35) ---- ----SUBANIM_TYPE_LUMBER 'common.SUBANIM_TYPE_LUMBER' ----@field SUBANIM_TYPE_LUMBER subanimtype _ConvertSubAnimType(36) ---- ----SUBANIM_TYPE_WORK 'common.SUBANIM_TYPE_WORK' ----@field SUBANIM_TYPE_WORK subanimtype _ConvertSubAnimType(37) ---- ----SUBANIM_TYPE_TALK 'common.SUBANIM_TYPE_TALK' ----@field SUBANIM_TYPE_TALK subanimtype _ConvertSubAnimType(38) ---- ----SUBANIM_TYPE_FIRST 'common.SUBANIM_TYPE_FIRST' ----@field SUBANIM_TYPE_FIRST subanimtype _ConvertSubAnimType(39) ---- ----SUBANIM_TYPE_SECOND 'common.SUBANIM_TYPE_SECOND' ----@field SUBANIM_TYPE_SECOND subanimtype _ConvertSubAnimType(40) ---- ----SUBANIM_TYPE_THIRD 'common.SUBANIM_TYPE_THIRD' ----@field SUBANIM_TYPE_THIRD subanimtype _ConvertSubAnimType(41) ---- ----SUBANIM_TYPE_FOURTH 'common.SUBANIM_TYPE_FOURTH' ----@field SUBANIM_TYPE_FOURTH subanimtype _ConvertSubAnimType(42) ---- ----SUBANIM_TYPE_FIFTH 'common.SUBANIM_TYPE_FIFTH' ----@field SUBANIM_TYPE_FIFTH subanimtype _ConvertSubAnimType(43) ---- ----SUBANIM_TYPE_ONE 'common.SUBANIM_TYPE_ONE' ----@field SUBANIM_TYPE_ONE subanimtype _ConvertSubAnimType(44) ---- ----SUBANIM_TYPE_TWO 'common.SUBANIM_TYPE_TWO' ----@field SUBANIM_TYPE_TWO subanimtype _ConvertSubAnimType(45) ---- ----SUBANIM_TYPE_THREE 'common.SUBANIM_TYPE_THREE' ----@field SUBANIM_TYPE_THREE subanimtype _ConvertSubAnimType(46) ---- ----SUBANIM_TYPE_FOUR 'common.SUBANIM_TYPE_FOUR' ----@field SUBANIM_TYPE_FOUR subanimtype _ConvertSubAnimType(47) ---- ----SUBANIM_TYPE_FIVE 'common.SUBANIM_TYPE_FIVE' ----@field SUBANIM_TYPE_FIVE subanimtype _ConvertSubAnimType(48) ---- ----SUBANIM_TYPE_SMALL 'common.SUBANIM_TYPE_SMALL' ----@field SUBANIM_TYPE_SMALL subanimtype _ConvertSubAnimType(49) ---- ----SUBANIM_TYPE_MEDIUM 'common.SUBANIM_TYPE_MEDIUM' ----@field SUBANIM_TYPE_MEDIUM subanimtype _ConvertSubAnimType(50) ---- ----SUBANIM_TYPE_LARGE 'common.SUBANIM_TYPE_LARGE' ----@field SUBANIM_TYPE_LARGE subanimtype _ConvertSubAnimType(51) ---- ----SUBANIM_TYPE_UPGRADE 'common.SUBANIM_TYPE_UPGRADE' ----@field SUBANIM_TYPE_UPGRADE subanimtype _ConvertSubAnimType(52) ---- ----SUBANIM_TYPE_DRAIN 'common.SUBANIM_TYPE_DRAIN' ----@field SUBANIM_TYPE_DRAIN subanimtype _ConvertSubAnimType(53) ---- ----SUBANIM_TYPE_FILL 'common.SUBANIM_TYPE_FILL' ----@field SUBANIM_TYPE_FILL subanimtype _ConvertSubAnimType(54) ---- ----SUBANIM_TYPE_CHAINLIGHTNING 'common.SUBANIM_TYPE_CHAINLIGHTNING' ----@field SUBANIM_TYPE_CHAINLIGHTNING subanimtype _ConvertSubAnimType(55) ---- ----SUBANIM_TYPE_EATTREE 'common.SUBANIM_TYPE_EATTREE' ----@field SUBANIM_TYPE_EATTREE subanimtype _ConvertSubAnimType(56) ---- ----SUBANIM_TYPE_PUKE 'common.SUBANIM_TYPE_PUKE' ----@field SUBANIM_TYPE_PUKE subanimtype _ConvertSubAnimType(57) ---- ----SUBANIM_TYPE_FLAIL 'common.SUBANIM_TYPE_FLAIL' ----@field SUBANIM_TYPE_FLAIL subanimtype _ConvertSubAnimType(58) ---- ----SUBANIM_TYPE_OFF 'common.SUBANIM_TYPE_OFF' ----@field SUBANIM_TYPE_OFF subanimtype _ConvertSubAnimType(59) ---- ----SUBANIM_TYPE_SWIM 'common.SUBANIM_TYPE_SWIM' ----@field SUBANIM_TYPE_SWIM subanimtype _ConvertSubAnimType(60) ---- ----SUBANIM_TYPE_ENTANGLE 'common.SUBANIM_TYPE_ENTANGLE' ----@field SUBANIM_TYPE_ENTANGLE subanimtype _ConvertSubAnimType(61) ---- ----SUBANIM_TYPE_BERSERK 'common.SUBANIM_TYPE_BERSERK' ----@field SUBANIM_TYPE_BERSERK subanimtype _ConvertSubAnimType(62) ---- ----RACE_PREF_HUMAN 'common.RACE_PREF_HUMAN' ----@field RACE_PREF_HUMAN racepreference _ConvertRacePref(1) ---- ----RACE_PREF_ORC 'common.RACE_PREF_ORC' ----@field RACE_PREF_ORC racepreference _ConvertRacePref(2) ---- ----RACE_PREF_NIGHTELF 'common.RACE_PREF_NIGHTELF' ----@field RACE_PREF_NIGHTELF racepreference _ConvertRacePref(4) ---- ----RACE_PREF_UNDEAD 'common.RACE_PREF_UNDEAD' ----@field RACE_PREF_UNDEAD racepreference _ConvertRacePref(8) ---- ----RACE_PREF_DEMON 'common.RACE_PREF_DEMON' ----@field RACE_PREF_DEMON racepreference _ConvertRacePref(16) ---- ----RACE_PREF_RANDOM 'common.RACE_PREF_RANDOM' ----@field RACE_PREF_RANDOM racepreference _ConvertRacePref(32) ---- ----RACE_PREF_USER_SELECTABLE 'common.RACE_PREF_USER_SELECTABLE' ----@field RACE_PREF_USER_SELECTABLE racepreference _ConvertRacePref(64) ---- ----MAP_CONTROL_USER 'common.MAP_CONTROL_USER' ----@field MAP_CONTROL_USER mapcontrol _ConvertMapControl(0) ---- ----MAP_CONTROL_COMPUTER 'common.MAP_CONTROL_COMPUTER' ----@field MAP_CONTROL_COMPUTER mapcontrol _ConvertMapControl(1) ---- ----MAP_CONTROL_RESCUABLE 'common.MAP_CONTROL_RESCUABLE' ----@field MAP_CONTROL_RESCUABLE mapcontrol _ConvertMapControl(2) ---- ----MAP_CONTROL_NEUTRAL 'common.MAP_CONTROL_NEUTRAL' ----@field MAP_CONTROL_NEUTRAL mapcontrol _ConvertMapControl(3) ---- ----MAP_CONTROL_CREEP 'common.MAP_CONTROL_CREEP' ----@field MAP_CONTROL_CREEP mapcontrol _ConvertMapControl(4) ---- ----MAP_CONTROL_NONE 'common.MAP_CONTROL_NONE' ----@field MAP_CONTROL_NONE mapcontrol _ConvertMapControl(5) ---- ----GAME_TYPE_MELEE 'common.GAME_TYPE_MELEE' ----@field GAME_TYPE_MELEE gametype _ConvertGameType(1) ---- ----GAME_TYPE_FFA 'common.GAME_TYPE_FFA' ----@field GAME_TYPE_FFA gametype _ConvertGameType(2) ---- ----GAME_TYPE_USE_MAP_SETTINGS 'common.GAME_TYPE_USE_MAP_SETTINGS' ----@field GAME_TYPE_USE_MAP_SETTINGS gametype _ConvertGameType(4) ---- ----GAME_TYPE_BLIZ 'common.GAME_TYPE_BLIZ' ----@field GAME_TYPE_BLIZ gametype _ConvertGameType(8) ---- ----GAME_TYPE_ONE_ON_ONE 'common.GAME_TYPE_ONE_ON_ONE' ----@field GAME_TYPE_ONE_ON_ONE gametype _ConvertGameType(16) ---- ----GAME_TYPE_TWO_TEAM_PLAY 'common.GAME_TYPE_TWO_TEAM_PLAY' ----@field GAME_TYPE_TWO_TEAM_PLAY gametype _ConvertGameType(32) ---- ----GAME_TYPE_THREE_TEAM_PLAY 'common.GAME_TYPE_THREE_TEAM_PLAY' ----@field GAME_TYPE_THREE_TEAM_PLAY gametype _ConvertGameType(64) ---- ----GAME_TYPE_FOUR_TEAM_PLAY 'common.GAME_TYPE_FOUR_TEAM_PLAY' ----@field GAME_TYPE_FOUR_TEAM_PLAY gametype _ConvertGameType(128) ---- ----MAP_FOG_HIDE_TERRAIN 'common.MAP_FOG_HIDE_TERRAIN' ----@field MAP_FOG_HIDE_TERRAIN mapflag _ConvertMapFlag(1) ---- ----MAP_FOG_MAP_EXPLORED 'common.MAP_FOG_MAP_EXPLORED' ----@field MAP_FOG_MAP_EXPLORED mapflag _ConvertMapFlag(2) ---- ----MAP_FOG_ALWAYS_VISIBLE 'common.MAP_FOG_ALWAYS_VISIBLE' ----@field MAP_FOG_ALWAYS_VISIBLE mapflag _ConvertMapFlag(4) ---- ----MAP_USE_HANDICAPS 'common.MAP_USE_HANDICAPS' ----@field MAP_USE_HANDICAPS mapflag _ConvertMapFlag(8) ---- ----MAP_OBSERVERS 'common.MAP_OBSERVERS' ----@field MAP_OBSERVERS mapflag _ConvertMapFlag(16) ---- ----MAP_OBSERVERS_ON_DEATH 'common.MAP_OBSERVERS_ON_DEATH' ----@field MAP_OBSERVERS_ON_DEATH mapflag _ConvertMapFlag(32) ---- ----MAP_FIXED_COLORS 'common.MAP_FIXED_COLORS' ----@field MAP_FIXED_COLORS mapflag _ConvertMapFlag(128) ---- ----MAP_LOCK_RESOURCE_TRADING 'common.MAP_LOCK_RESOURCE_TRADING' ----@field MAP_LOCK_RESOURCE_TRADING mapflag _ConvertMapFlag(256) ---- ----MAP_RESOURCE_TRADING_ALLIES_ONLY 'common.MAP_RESOURCE_TRADING_ALLIES_ONLY' ----@field MAP_RESOURCE_TRADING_ALLIES_ONLY mapflag _ConvertMapFlag(512) ---- ----MAP_LOCK_ALLIANCE_CHANGES 'common.MAP_LOCK_ALLIANCE_CHANGES' ----@field MAP_LOCK_ALLIANCE_CHANGES mapflag _ConvertMapFlag(1024) ---- ----MAP_ALLIANCE_CHANGES_HIDDEN 'common.MAP_ALLIANCE_CHANGES_HIDDEN' ----@field MAP_ALLIANCE_CHANGES_HIDDEN mapflag _ConvertMapFlag(2048) ---- ----MAP_CHEATS 'common.MAP_CHEATS' ----@field MAP_CHEATS mapflag _ConvertMapFlag(4096) ---- ----MAP_CHEATS_HIDDEN 'common.MAP_CHEATS_HIDDEN' ----@field MAP_CHEATS_HIDDEN mapflag _ConvertMapFlag(8192) ---- ----MAP_LOCK_SPEED 'common.MAP_LOCK_SPEED' ----@field MAP_LOCK_SPEED mapflag _ConvertMapFlag(8192*2) ---- ----MAP_LOCK_RANDOM_SEED 'common.MAP_LOCK_RANDOM_SEED' ----@field MAP_LOCK_RANDOM_SEED mapflag _ConvertMapFlag(8192*4) ---- ----MAP_SHARED_ADVANCED_CONTROL 'common.MAP_SHARED_ADVANCED_CONTROL' ----@field MAP_SHARED_ADVANCED_CONTROL mapflag _ConvertMapFlag(8192*8) ---- ----MAP_RANDOM_HERO 'common.MAP_RANDOM_HERO' ----@field MAP_RANDOM_HERO mapflag _ConvertMapFlag(8192*16) ---- ----MAP_RANDOM_RACES 'common.MAP_RANDOM_RACES' ----@field MAP_RANDOM_RACES mapflag _ConvertMapFlag(8192*32) ---- ----MAP_RELOADED 'common.MAP_RELOADED' ----@field MAP_RELOADED mapflag _ConvertMapFlag(8192*64) ---- ----MAP_PLACEMENT_RANDOM 'common.MAP_PLACEMENT_RANDOM' ----@field MAP_PLACEMENT_RANDOM placement _ConvertPlacement(0) ---- ----MAP_PLACEMENT_FIXED 'common.MAP_PLACEMENT_FIXED' ----@field MAP_PLACEMENT_FIXED placement _ConvertPlacement(1) ---- ----MAP_PLACEMENT_USE_MAP_SETTINGS 'common.MAP_PLACEMENT_USE_MAP_SETTINGS' ----@field MAP_PLACEMENT_USE_MAP_SETTINGS placement _ConvertPlacement(2) ---- ----MAP_PLACEMENT_TEAMS_TOGETHER 'common.MAP_PLACEMENT_TEAMS_TOGETHER' ----@field MAP_PLACEMENT_TEAMS_TOGETHER placement _ConvertPlacement(3) ---- ----MAP_LOC_PRIO_LOW 'common.MAP_LOC_PRIO_LOW' ----@field MAP_LOC_PRIO_LOW startlocprio _ConvertStartLocPrio(0) ---- ----MAP_LOC_PRIO_HIGH 'common.MAP_LOC_PRIO_HIGH' ----@field MAP_LOC_PRIO_HIGH startlocprio _ConvertStartLocPrio(1) ---- ----MAP_LOC_PRIO_NOT 'common.MAP_LOC_PRIO_NOT' ----@field MAP_LOC_PRIO_NOT startlocprio _ConvertStartLocPrio(2) ---- ----MAP_DENSITY_NONE 'common.MAP_DENSITY_NONE' ----@field MAP_DENSITY_NONE mapdensity _ConvertMapDensity(0) ---- ----MAP_DENSITY_LIGHT 'common.MAP_DENSITY_LIGHT' ----@field MAP_DENSITY_LIGHT mapdensity _ConvertMapDensity(1) ---- ----MAP_DENSITY_MEDIUM 'common.MAP_DENSITY_MEDIUM' ----@field MAP_DENSITY_MEDIUM mapdensity _ConvertMapDensity(2) ---- ----MAP_DENSITY_HEAVY 'common.MAP_DENSITY_HEAVY' ----@field MAP_DENSITY_HEAVY mapdensity _ConvertMapDensity(3) ---- ----MAP_DIFFICULTY_EASY 'common.MAP_DIFFICULTY_EASY' ----@field MAP_DIFFICULTY_EASY gamedifficulty _ConvertGameDifficulty(0) ---- ----MAP_DIFFICULTY_NORMAL 'common.MAP_DIFFICULTY_NORMAL' ----@field MAP_DIFFICULTY_NORMAL gamedifficulty _ConvertGameDifficulty(1) ---- ----MAP_DIFFICULTY_HARD 'common.MAP_DIFFICULTY_HARD' ----@field MAP_DIFFICULTY_HARD gamedifficulty _ConvertGameDifficulty(2) ---- ----MAP_DIFFICULTY_INSANE 'common.MAP_DIFFICULTY_INSANE' ----@field MAP_DIFFICULTY_INSANE gamedifficulty _ConvertGameDifficulty(3) ---- ----MAP_SPEED_SLOWEST 'common.MAP_SPEED_SLOWEST' ----@field MAP_SPEED_SLOWEST gamespeed _ConvertGameSpeed(0) ---- ----MAP_SPEED_SLOW 'common.MAP_SPEED_SLOW' ----@field MAP_SPEED_SLOW gamespeed _ConvertGameSpeed(1) ---- ----MAP_SPEED_NORMAL 'common.MAP_SPEED_NORMAL' ----@field MAP_SPEED_NORMAL gamespeed _ConvertGameSpeed(2) ---- ----MAP_SPEED_FAST 'common.MAP_SPEED_FAST' ----@field MAP_SPEED_FAST gamespeed _ConvertGameSpeed(3) ---- ----MAP_SPEED_FASTEST 'common.MAP_SPEED_FASTEST' ----@field MAP_SPEED_FASTEST gamespeed _ConvertGameSpeed(4) ---- ----PLAYER_SLOT_STATE_EMPTY 'common.PLAYER_SLOT_STATE_EMPTY' ----@field PLAYER_SLOT_STATE_EMPTY playerslotstate _ConvertPlayerSlotState(0) ---- ----PLAYER_SLOT_STATE_PLAYING 'common.PLAYER_SLOT_STATE_PLAYING' ----@field PLAYER_SLOT_STATE_PLAYING playerslotstate _ConvertPlayerSlotState(1) ---- ----PLAYER_SLOT_STATE_LEFT 'common.PLAYER_SLOT_STATE_LEFT' ----@field PLAYER_SLOT_STATE_LEFT playerslotstate _ConvertPlayerSlotState(2) ---- ----SOUND_VOLUMEGROUP_UNITMOVEMENT 'common.SOUND_VOLUMEGROUP_UNITMOVEMENT' ----@field SOUND_VOLUMEGROUP_UNITMOVEMENT volumegroup _ConvertVolumeGroup(0) ---- ----SOUND_VOLUMEGROUP_UNITSOUNDS 'common.SOUND_VOLUMEGROUP_UNITSOUNDS' ----@field SOUND_VOLUMEGROUP_UNITSOUNDS volumegroup _ConvertVolumeGroup(1) ---- ----SOUND_VOLUMEGROUP_COMBAT 'common.SOUND_VOLUMEGROUP_COMBAT' ----@field SOUND_VOLUMEGROUP_COMBAT volumegroup _ConvertVolumeGroup(2) ---- ----SOUND_VOLUMEGROUP_SPELLS 'common.SOUND_VOLUMEGROUP_SPELLS' ----@field SOUND_VOLUMEGROUP_SPELLS volumegroup _ConvertVolumeGroup(3) ---- ----SOUND_VOLUMEGROUP_UI 'common.SOUND_VOLUMEGROUP_UI' ----@field SOUND_VOLUMEGROUP_UI volumegroup _ConvertVolumeGroup(4) ---- ----SOUND_VOLUMEGROUP_MUSIC 'common.SOUND_VOLUMEGROUP_MUSIC' ----@field SOUND_VOLUMEGROUP_MUSIC volumegroup _ConvertVolumeGroup(5) ---- ----SOUND_VOLUMEGROUP_AMBIENTSOUNDS 'common.SOUND_VOLUMEGROUP_AMBIENTSOUNDS' ----@field SOUND_VOLUMEGROUP_AMBIENTSOUNDS volumegroup _ConvertVolumeGroup(6) ---- ----SOUND_VOLUMEGROUP_FIRE 'common.SOUND_VOLUMEGROUP_FIRE' ----@field SOUND_VOLUMEGROUP_FIRE volumegroup _ConvertVolumeGroup(7) ---- ----GAME_STATE_DIVINE_INTERVENTION 'common.GAME_STATE_DIVINE_INTERVENTION' ----@field GAME_STATE_DIVINE_INTERVENTION igamestate _ConvertIGameState(0) ---- ----GAME_STATE_DISCONNECTED 'common.GAME_STATE_DISCONNECTED' ----@field GAME_STATE_DISCONNECTED igamestate _ConvertIGameState(1) ---- ----GAME_STATE_TIME_OF_DAY 'common.GAME_STATE_TIME_OF_DAY' ----@field GAME_STATE_TIME_OF_DAY fgamestate _ConvertFGameState(2) ---- ----PLAYER_STATE_GAME_RESULT 'common.PLAYER_STATE_GAME_RESULT' ----@field PLAYER_STATE_GAME_RESULT playerstate _ConvertPlayerState(0) ---- ----current resource levels 'common.PLAYER_STATE_RESOURCE_GOLD' ----@field PLAYER_STATE_RESOURCE_GOLD playerstate _ConvertPlayerState(1) ---- ----PLAYER_STATE_RESOURCE_LUMBER 'common.PLAYER_STATE_RESOURCE_LUMBER' ----@field PLAYER_STATE_RESOURCE_LUMBER playerstate _ConvertPlayerState(2) ---- ----PLAYER_STATE_RESOURCE_HERO_TOKENS 'common.PLAYER_STATE_RESOURCE_HERO_TOKENS' ----@field PLAYER_STATE_RESOURCE_HERO_TOKENS playerstate _ConvertPlayerState(3) ---- ----PLAYER_STATE_RESOURCE_FOOD_CAP 'common.PLAYER_STATE_RESOURCE_FOOD_CAP' ----@field PLAYER_STATE_RESOURCE_FOOD_CAP playerstate _ConvertPlayerState(4) ---- ----PLAYER_STATE_RESOURCE_FOOD_USED 'common.PLAYER_STATE_RESOURCE_FOOD_USED' ----@field PLAYER_STATE_RESOURCE_FOOD_USED playerstate _ConvertPlayerState(5) ---- ----PLAYER_STATE_FOOD_CAP_CEILING 'common.PLAYER_STATE_FOOD_CAP_CEILING' ----@field PLAYER_STATE_FOOD_CAP_CEILING playerstate _ConvertPlayerState(6) ---- ----PLAYER_STATE_GIVES_BOUNTY 'common.PLAYER_STATE_GIVES_BOUNTY' ----@field PLAYER_STATE_GIVES_BOUNTY playerstate _ConvertPlayerState(7) ---- ----PLAYER_STATE_ALLIED_VICTORY 'common.PLAYER_STATE_ALLIED_VICTORY' ----@field PLAYER_STATE_ALLIED_VICTORY playerstate _ConvertPlayerState(8) ---- ----PLAYER_STATE_PLACED 'common.PLAYER_STATE_PLACED' ----@field PLAYER_STATE_PLACED playerstate _ConvertPlayerState(9) ---- ----PLAYER_STATE_OBSERVER_ON_DEATH 'common.PLAYER_STATE_OBSERVER_ON_DEATH' ----@field PLAYER_STATE_OBSERVER_ON_DEATH playerstate _ConvertPlayerState(10) ---- ----PLAYER_STATE_OBSERVER 'common.PLAYER_STATE_OBSERVER' ----@field PLAYER_STATE_OBSERVER playerstate _ConvertPlayerState(11) ---- ----PLAYER_STATE_UNFOLLOWABLE 'common.PLAYER_STATE_UNFOLLOWABLE' ----@field PLAYER_STATE_UNFOLLOWABLE playerstate _ConvertPlayerState(12) ---- ----taxation rate for each resource 'common.PLAYER_STATE_GOLD_UPKEEP_RATE' ----@field PLAYER_STATE_GOLD_UPKEEP_RATE playerstate _ConvertPlayerState(13) ---- ----PLAYER_STATE_LUMBER_UPKEEP_RATE 'common.PLAYER_STATE_LUMBER_UPKEEP_RATE' ----@field PLAYER_STATE_LUMBER_UPKEEP_RATE playerstate _ConvertPlayerState(14) ---- ----cumulative resources collected by the player during the mission 'common.PLAYER_STATE_GOLD_GATHERED' ----@field PLAYER_STATE_GOLD_GATHERED playerstate _ConvertPlayerState(15) ---- ----PLAYER_STATE_LUMBER_GATHERED 'common.PLAYER_STATE_LUMBER_GATHERED' ----@field PLAYER_STATE_LUMBER_GATHERED playerstate _ConvertPlayerState(16) ---- ----PLAYER_STATE_NO_CREEP_SLEEP 'common.PLAYER_STATE_NO_CREEP_SLEEP' ----@field PLAYER_STATE_NO_CREEP_SLEEP playerstate _ConvertPlayerState(25) ---- ----UNIT_STATE_LIFE 'common.UNIT_STATE_LIFE' ----@field UNIT_STATE_LIFE unitstate _ConvertUnitState(0) ---- ----UNIT_STATE_MAX_LIFE 'common.UNIT_STATE_MAX_LIFE' ----@field UNIT_STATE_MAX_LIFE unitstate _ConvertUnitState(1) ---- ----UNIT_STATE_MANA 'common.UNIT_STATE_MANA' ----@field UNIT_STATE_MANA unitstate _ConvertUnitState(2) ---- ----UNIT_STATE_MAX_MANA 'common.UNIT_STATE_MAX_MANA' ----@field UNIT_STATE_MAX_MANA unitstate _ConvertUnitState(3) ---- ----AI_DIFFICULTY_NEWBIE 'common.AI_DIFFICULTY_NEWBIE' ----@field AI_DIFFICULTY_NEWBIE aidifficulty _ConvertAIDifficulty(0) ---- ----AI_DIFFICULTY_NORMAL 'common.AI_DIFFICULTY_NORMAL' ----@field AI_DIFFICULTY_NORMAL aidifficulty _ConvertAIDifficulty(1) ---- ----AI_DIFFICULTY_INSANE 'common.AI_DIFFICULTY_INSANE' ----@field AI_DIFFICULTY_INSANE aidifficulty _ConvertAIDifficulty(2) ---- ----player score values 'common.PLAYER_SCORE_UNITS_TRAINED' ----@field PLAYER_SCORE_UNITS_TRAINED playerscore _ConvertPlayerScore(0) ---- ----PLAYER_SCORE_UNITS_KILLED 'common.PLAYER_SCORE_UNITS_KILLED' ----@field PLAYER_SCORE_UNITS_KILLED playerscore _ConvertPlayerScore(1) ---- ----PLAYER_SCORE_STRUCT_BUILT 'common.PLAYER_SCORE_STRUCT_BUILT' ----@field PLAYER_SCORE_STRUCT_BUILT playerscore _ConvertPlayerScore(2) ---- ----PLAYER_SCORE_STRUCT_RAZED 'common.PLAYER_SCORE_STRUCT_RAZED' ----@field PLAYER_SCORE_STRUCT_RAZED playerscore _ConvertPlayerScore(3) ---- ----PLAYER_SCORE_TECH_PERCENT 'common.PLAYER_SCORE_TECH_PERCENT' ----@field PLAYER_SCORE_TECH_PERCENT playerscore _ConvertPlayerScore(4) ---- ----PLAYER_SCORE_FOOD_MAXPROD 'common.PLAYER_SCORE_FOOD_MAXPROD' ----@field PLAYER_SCORE_FOOD_MAXPROD playerscore _ConvertPlayerScore(5) ---- ----PLAYER_SCORE_FOOD_MAXUSED 'common.PLAYER_SCORE_FOOD_MAXUSED' ----@field PLAYER_SCORE_FOOD_MAXUSED playerscore _ConvertPlayerScore(6) ---- ----PLAYER_SCORE_HEROES_KILLED 'common.PLAYER_SCORE_HEROES_KILLED' ----@field PLAYER_SCORE_HEROES_KILLED playerscore _ConvertPlayerScore(7) ---- ----PLAYER_SCORE_ITEMS_GAINED 'common.PLAYER_SCORE_ITEMS_GAINED' ----@field PLAYER_SCORE_ITEMS_GAINED playerscore _ConvertPlayerScore(8) ---- ----PLAYER_SCORE_MERCS_HIRED 'common.PLAYER_SCORE_MERCS_HIRED' ----@field PLAYER_SCORE_MERCS_HIRED playerscore _ConvertPlayerScore(9) ---- ----PLAYER_SCORE_GOLD_MINED_TOTAL 'common.PLAYER_SCORE_GOLD_MINED_TOTAL' ----@field PLAYER_SCORE_GOLD_MINED_TOTAL playerscore _ConvertPlayerScore(10) ---- ----PLAYER_SCORE_GOLD_MINED_UPKEEP 'common.PLAYER_SCORE_GOLD_MINED_UPKEEP' ----@field PLAYER_SCORE_GOLD_MINED_UPKEEP playerscore _ConvertPlayerScore(11) ---- ----PLAYER_SCORE_GOLD_LOST_UPKEEP 'common.PLAYER_SCORE_GOLD_LOST_UPKEEP' ----@field PLAYER_SCORE_GOLD_LOST_UPKEEP playerscore _ConvertPlayerScore(12) ---- ----PLAYER_SCORE_GOLD_LOST_TAX 'common.PLAYER_SCORE_GOLD_LOST_TAX' ----@field PLAYER_SCORE_GOLD_LOST_TAX playerscore _ConvertPlayerScore(13) ---- ----PLAYER_SCORE_GOLD_GIVEN 'common.PLAYER_SCORE_GOLD_GIVEN' ----@field PLAYER_SCORE_GOLD_GIVEN playerscore _ConvertPlayerScore(14) ---- ----PLAYER_SCORE_GOLD_RECEIVED 'common.PLAYER_SCORE_GOLD_RECEIVED' ----@field PLAYER_SCORE_GOLD_RECEIVED playerscore _ConvertPlayerScore(15) ---- ----PLAYER_SCORE_LUMBER_TOTAL 'common.PLAYER_SCORE_LUMBER_TOTAL' ----@field PLAYER_SCORE_LUMBER_TOTAL playerscore _ConvertPlayerScore(16) ---- ----PLAYER_SCORE_LUMBER_LOST_UPKEEP 'common.PLAYER_SCORE_LUMBER_LOST_UPKEEP' ----@field PLAYER_SCORE_LUMBER_LOST_UPKEEP playerscore _ConvertPlayerScore(17) ---- ----PLAYER_SCORE_LUMBER_LOST_TAX 'common.PLAYER_SCORE_LUMBER_LOST_TAX' ----@field PLAYER_SCORE_LUMBER_LOST_TAX playerscore _ConvertPlayerScore(18) ---- ----PLAYER_SCORE_LUMBER_GIVEN 'common.PLAYER_SCORE_LUMBER_GIVEN' ----@field PLAYER_SCORE_LUMBER_GIVEN playerscore _ConvertPlayerScore(19) ---- ----PLAYER_SCORE_LUMBER_RECEIVED 'common.PLAYER_SCORE_LUMBER_RECEIVED' ----@field PLAYER_SCORE_LUMBER_RECEIVED playerscore _ConvertPlayerScore(20) ---- ----PLAYER_SCORE_UNIT_TOTAL 'common.PLAYER_SCORE_UNIT_TOTAL' ----@field PLAYER_SCORE_UNIT_TOTAL playerscore _ConvertPlayerScore(21) ---- ----PLAYER_SCORE_HERO_TOTAL 'common.PLAYER_SCORE_HERO_TOTAL' ----@field PLAYER_SCORE_HERO_TOTAL playerscore _ConvertPlayerScore(22) ---- ----PLAYER_SCORE_RESOURCE_TOTAL 'common.PLAYER_SCORE_RESOURCE_TOTAL' ----@field PLAYER_SCORE_RESOURCE_TOTAL playerscore _ConvertPlayerScore(23) ---- ----PLAYER_SCORE_TOTAL 'common.PLAYER_SCORE_TOTAL' ----@field PLAYER_SCORE_TOTAL playerscore _ConvertPlayerScore(24) ---- ----EVENT_GAME_VICTORY 'common.EVENT_GAME_VICTORY' ----@field EVENT_GAME_VICTORY gameevent _ConvertGameEvent(0) ---- ----EVENT_GAME_END_LEVEL 'common.EVENT_GAME_END_LEVEL' ----@field EVENT_GAME_END_LEVEL gameevent _ConvertGameEvent(1) ---- ----EVENT_GAME_VARIABLE_LIMIT 'common.EVENT_GAME_VARIABLE_LIMIT' ----@field EVENT_GAME_VARIABLE_LIMIT gameevent _ConvertGameEvent(2) ---- ----EVENT_GAME_STATE_LIMIT 'common.EVENT_GAME_STATE_LIMIT' ----@field EVENT_GAME_STATE_LIMIT gameevent _ConvertGameEvent(3) ---- ----EVENT_GAME_TIMER_EXPIRED 'common.EVENT_GAME_TIMER_EXPIRED' ----@field EVENT_GAME_TIMER_EXPIRED gameevent _ConvertGameEvent(4) ---- ----EVENT_GAME_ENTER_REGION 'common.EVENT_GAME_ENTER_REGION' ----@field EVENT_GAME_ENTER_REGION gameevent _ConvertGameEvent(5) ---- ----EVENT_GAME_LEAVE_REGION 'common.EVENT_GAME_LEAVE_REGION' ----@field EVENT_GAME_LEAVE_REGION gameevent _ConvertGameEvent(6) ---- ----EVENT_GAME_TRACKABLE_HIT 'common.EVENT_GAME_TRACKABLE_HIT' ----@field EVENT_GAME_TRACKABLE_HIT gameevent _ConvertGameEvent(7) ---- ----EVENT_GAME_TRACKABLE_TRACK 'common.EVENT_GAME_TRACKABLE_TRACK' ----@field EVENT_GAME_TRACKABLE_TRACK gameevent _ConvertGameEvent(8) ---- ----EVENT_GAME_SHOW_SKILL 'common.EVENT_GAME_SHOW_SKILL' ----@field EVENT_GAME_SHOW_SKILL gameevent _ConvertGameEvent(9) ---- ----EVENT_GAME_BUILD_SUBMENU 'common.EVENT_GAME_BUILD_SUBMENU' ----@field EVENT_GAME_BUILD_SUBMENU gameevent _ConvertGameEvent(10) ---- ----For use with TriggerRegisterPlayerEvent 'common.EVENT_PLAYER_STATE_LIMIT' ----@field EVENT_PLAYER_STATE_LIMIT playerevent _ConvertPlayerEvent(11) ---- ----EVENT_PLAYER_ALLIANCE_CHANGED 'common.EVENT_PLAYER_ALLIANCE_CHANGED' ----@field EVENT_PLAYER_ALLIANCE_CHANGED playerevent _ConvertPlayerEvent(12) ---- ----EVENT_PLAYER_DEFEAT 'common.EVENT_PLAYER_DEFEAT' ----@field EVENT_PLAYER_DEFEAT playerevent _ConvertPlayerEvent(13) ---- ----EVENT_PLAYER_VICTORY 'common.EVENT_PLAYER_VICTORY' ----@field EVENT_PLAYER_VICTORY playerevent _ConvertPlayerEvent(14) ---- ----EVENT_PLAYER_LEAVE 'common.EVENT_PLAYER_LEAVE' ----@field EVENT_PLAYER_LEAVE playerevent _ConvertPlayerEvent(15) ---- ----EVENT_PLAYER_CHAT 'common.EVENT_PLAYER_CHAT' ----@field EVENT_PLAYER_CHAT playerevent _ConvertPlayerEvent(16) ---- ----EVENT_PLAYER_END_CINEMATIC 'common.EVENT_PLAYER_END_CINEMATIC' ----@field EVENT_PLAYER_END_CINEMATIC playerevent _ConvertPlayerEvent(17) ---- ----玩家單位被攻擊 'common.EVENT_PLAYER_UNIT_ATTACKED' ----@field EVENT_PLAYER_UNIT_ATTACKED playerunitevent _ConvertPlayerUnitEvent(18) ---- ----玩家單位被救援 'common.EVENT_PLAYER_UNIT_RESCUED' ----@field EVENT_PLAYER_UNIT_RESCUED playerunitevent _ConvertPlayerUnitEvent(19) ---- ----玩家單位死亡 'common.EVENT_PLAYER_UNIT_DEATH' ----@field EVENT_PLAYER_UNIT_DEATH playerunitevent _ConvertPlayerUnitEvent(20) ---- ----玩家單位開始腐爛 'common.EVENT_PLAYER_UNIT_DECAY' ----@field EVENT_PLAYER_UNIT_DECAY playerunitevent _ConvertPlayerUnitEvent(21) ---- ----EVENT_PLAYER_UNIT_DETECTED 'common.EVENT_PLAYER_UNIT_DETECTED' ----@field EVENT_PLAYER_UNIT_DETECTED playerunitevent _ConvertPlayerUnitEvent(22) ---- ----EVENT_PLAYER_UNIT_HIDDEN 'common.EVENT_PLAYER_UNIT_HIDDEN' ----@field EVENT_PLAYER_UNIT_HIDDEN playerunitevent _ConvertPlayerUnitEvent(23) ---- ----EVENT_PLAYER_UNIT_SELECTED 'common.EVENT_PLAYER_UNIT_SELECTED' ----@field EVENT_PLAYER_UNIT_SELECTED playerunitevent _ConvertPlayerUnitEvent(24) ---- ----EVENT_PLAYER_UNIT_DESELECTED 'common.EVENT_PLAYER_UNIT_DESELECTED' ----@field EVENT_PLAYER_UNIT_DESELECTED playerunitevent _ConvertPlayerUnitEvent(25) ---- ----EVENT_PLAYER_UNIT_CONSTRUCT_START 'common.EVENT_PLAYER_UNIT_CONSTRUCT_START' ----@field EVENT_PLAYER_UNIT_CONSTRUCT_START playerunitevent _ConvertPlayerUnitEvent(26) ---- ----EVENT_PLAYER_UNIT_CONSTRUCT_CANCEL 'common.EVENT_PLAYER_UNIT_CONSTRUCT_CANCEL' ----@field EVENT_PLAYER_UNIT_CONSTRUCT_CANCEL playerunitevent _ConvertPlayerUnitEvent(27) ---- ----EVENT_PLAYER_UNIT_CONSTRUCT_FINISH 'common.EVENT_PLAYER_UNIT_CONSTRUCT_FINISH' ----@field EVENT_PLAYER_UNIT_CONSTRUCT_FINISH playerunitevent _ConvertPlayerUnitEvent(28) ---- ----EVENT_PLAYER_UNIT_UPGRADE_START 'common.EVENT_PLAYER_UNIT_UPGRADE_START' ----@field EVENT_PLAYER_UNIT_UPGRADE_START playerunitevent _ConvertPlayerUnitEvent(29) ---- ----EVENT_PLAYER_UNIT_UPGRADE_CANCEL 'common.EVENT_PLAYER_UNIT_UPGRADE_CANCEL' ----@field EVENT_PLAYER_UNIT_UPGRADE_CANCEL playerunitevent _ConvertPlayerUnitEvent(30) ---- ----EVENT_PLAYER_UNIT_UPGRADE_FINISH 'common.EVENT_PLAYER_UNIT_UPGRADE_FINISH' ----@field EVENT_PLAYER_UNIT_UPGRADE_FINISH playerunitevent _ConvertPlayerUnitEvent(31) ---- ----EVENT_PLAYER_UNIT_TRAIN_START 'common.EVENT_PLAYER_UNIT_TRAIN_START' ----@field EVENT_PLAYER_UNIT_TRAIN_START playerunitevent _ConvertPlayerUnitEvent(32) ---- ----EVENT_PLAYER_UNIT_TRAIN_CANCEL 'common.EVENT_PLAYER_UNIT_TRAIN_CANCEL' ----@field EVENT_PLAYER_UNIT_TRAIN_CANCEL playerunitevent _ConvertPlayerUnitEvent(33) ---- ----EVENT_PLAYER_UNIT_TRAIN_FINISH 'common.EVENT_PLAYER_UNIT_TRAIN_FINISH' ----@field EVENT_PLAYER_UNIT_TRAIN_FINISH playerunitevent _ConvertPlayerUnitEvent(34) ---- ----EVENT_PLAYER_UNIT_RESEARCH_START 'common.EVENT_PLAYER_UNIT_RESEARCH_START' ----@field EVENT_PLAYER_UNIT_RESEARCH_START playerunitevent _ConvertPlayerUnitEvent(35) ---- ----EVENT_PLAYER_UNIT_RESEARCH_CANCEL 'common.EVENT_PLAYER_UNIT_RESEARCH_CANCEL' ----@field EVENT_PLAYER_UNIT_RESEARCH_CANCEL playerunitevent _ConvertPlayerUnitEvent(36) ---- ----EVENT_PLAYER_UNIT_RESEARCH_FINISH 'common.EVENT_PLAYER_UNIT_RESEARCH_FINISH' ----@field EVENT_PLAYER_UNIT_RESEARCH_FINISH playerunitevent _ConvertPlayerUnitEvent(37) ---- ----EVENT_PLAYER_UNIT_ISSUED_ORDER 'common.EVENT_PLAYER_UNIT_ISSUED_ORDER' ----@field EVENT_PLAYER_UNIT_ISSUED_ORDER playerunitevent _ConvertPlayerUnitEvent(38) ---- ----EVENT_PLAYER_UNIT_ISSUED_POINT_ORDER 'common.EVENT_PLAYER_UNIT_ISSUED_POINT_ORDER' ----@field EVENT_PLAYER_UNIT_ISSUED_POINT_ORDER playerunitevent _ConvertPlayerUnitEvent(39) ---- ----EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER 'common.EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER' ----@field EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER playerunitevent _ConvertPlayerUnitEvent(40) ---- ----EVENT_PLAYER_UNIT_ISSUED_UNIT_ORDER 'common.EVENT_PLAYER_UNIT_ISSUED_UNIT_ORDER' ----@field EVENT_PLAYER_UNIT_ISSUED_UNIT_ORDER playerunitevent _ConvertPlayerUnitEvent(40) ---- ----EVENT_PLAYER_HERO_LEVEL 'common.EVENT_PLAYER_HERO_LEVEL' ----@field EVENT_PLAYER_HERO_LEVEL playerunitevent _ConvertPlayerUnitEvent(41) ---- ----EVENT_PLAYER_HERO_SKILL 'common.EVENT_PLAYER_HERO_SKILL' ----@field EVENT_PLAYER_HERO_SKILL playerunitevent _ConvertPlayerUnitEvent(42) ---- ----EVENT_PLAYER_HERO_REVIVABLE 'common.EVENT_PLAYER_HERO_REVIVABLE' ----@field EVENT_PLAYER_HERO_REVIVABLE playerunitevent _ConvertPlayerUnitEvent(43) ---- ----EVENT_PLAYER_HERO_REVIVE_START 'common.EVENT_PLAYER_HERO_REVIVE_START' ----@field EVENT_PLAYER_HERO_REVIVE_START playerunitevent _ConvertPlayerUnitEvent(44) ---- ----EVENT_PLAYER_HERO_REVIVE_CANCEL 'common.EVENT_PLAYER_HERO_REVIVE_CANCEL' ----@field EVENT_PLAYER_HERO_REVIVE_CANCEL playerunitevent _ConvertPlayerUnitEvent(45) ---- ----EVENT_PLAYER_HERO_REVIVE_FINISH 'common.EVENT_PLAYER_HERO_REVIVE_FINISH' ----@field EVENT_PLAYER_HERO_REVIVE_FINISH playerunitevent _ConvertPlayerUnitEvent(46) ---- ----EVENT_PLAYER_UNIT_SUMMON 'common.EVENT_PLAYER_UNIT_SUMMON' ----@field EVENT_PLAYER_UNIT_SUMMON playerunitevent _ConvertPlayerUnitEvent(47) ---- ----EVENT_PLAYER_UNIT_DROP_ITEM 'common.EVENT_PLAYER_UNIT_DROP_ITEM' ----@field EVENT_PLAYER_UNIT_DROP_ITEM playerunitevent _ConvertPlayerUnitEvent(48) ---- ----EVENT_PLAYER_UNIT_PICKUP_ITEM 'common.EVENT_PLAYER_UNIT_PICKUP_ITEM' ----@field EVENT_PLAYER_UNIT_PICKUP_ITEM playerunitevent _ConvertPlayerUnitEvent(49) ---- ----EVENT_PLAYER_UNIT_USE_ITEM 'common.EVENT_PLAYER_UNIT_USE_ITEM' ----@field EVENT_PLAYER_UNIT_USE_ITEM playerunitevent _ConvertPlayerUnitEvent(50) ---- ----EVENT_PLAYER_UNIT_LOADED 'common.EVENT_PLAYER_UNIT_LOADED' ----@field EVENT_PLAYER_UNIT_LOADED playerunitevent _ConvertPlayerUnitEvent(51) ---- ----EVENT_PLAYER_UNIT_DAMAGED 'common.EVENT_PLAYER_UNIT_DAMAGED' ----@field EVENT_PLAYER_UNIT_DAMAGED playerunitevent _ConvertPlayerUnitEvent(308) ---- ----EVENT_PLAYER_UNIT_DAMAGING 'common.EVENT_PLAYER_UNIT_DAMAGING' ----@field EVENT_PLAYER_UNIT_DAMAGING playerunitevent _ConvertPlayerUnitEvent(315) ---- ----EVENT_UNIT_DAMAGED 'common.EVENT_UNIT_DAMAGED' ----@field EVENT_UNIT_DAMAGED unitevent _ConvertUnitEvent(52) ---- ----EVENT_UNIT_DAMAGING 'common.EVENT_UNIT_DAMAGING' ----@field EVENT_UNIT_DAMAGING unitevent _ConvertUnitEvent(314) ---- ----EVENT_UNIT_DEATH 'common.EVENT_UNIT_DEATH' ----@field EVENT_UNIT_DEATH unitevent _ConvertUnitEvent(53) ---- ----EVENT_UNIT_DECAY 'common.EVENT_UNIT_DECAY' ----@field EVENT_UNIT_DECAY unitevent _ConvertUnitEvent(54) ---- ----EVENT_UNIT_DETECTED 'common.EVENT_UNIT_DETECTED' ----@field EVENT_UNIT_DETECTED unitevent _ConvertUnitEvent(55) ---- ----EVENT_UNIT_HIDDEN 'common.EVENT_UNIT_HIDDEN' ----@field EVENT_UNIT_HIDDEN unitevent _ConvertUnitEvent(56) ---- ----EVENT_UNIT_SELECTED 'common.EVENT_UNIT_SELECTED' ----@field EVENT_UNIT_SELECTED unitevent _ConvertUnitEvent(57) ---- ----EVENT_UNIT_DESELECTED 'common.EVENT_UNIT_DESELECTED' ----@field EVENT_UNIT_DESELECTED unitevent _ConvertUnitEvent(58) ---- ----EVENT_UNIT_STATE_LIMIT 'common.EVENT_UNIT_STATE_LIMIT' ----@field EVENT_UNIT_STATE_LIMIT unitevent _ConvertUnitEvent(59) ---- ----Events which may have a filter for the "other unit" 'common.EVENT_UNIT_ACQUIRED_TARGET' ----@field EVENT_UNIT_ACQUIRED_TARGET unitevent _ConvertUnitEvent(60) ---- ----EVENT_UNIT_TARGET_IN_RANGE 'common.EVENT_UNIT_TARGET_IN_RANGE' ----@field EVENT_UNIT_TARGET_IN_RANGE unitevent _ConvertUnitEvent(61) ---- ----EVENT_UNIT_ATTACKED 'common.EVENT_UNIT_ATTACKED' ----@field EVENT_UNIT_ATTACKED unitevent _ConvertUnitEvent(62) ---- ----EVENT_UNIT_RESCUED 'common.EVENT_UNIT_RESCUED' ----@field EVENT_UNIT_RESCUED unitevent _ConvertUnitEvent(63) ---- ----EVENT_UNIT_CONSTRUCT_CANCEL 'common.EVENT_UNIT_CONSTRUCT_CANCEL' ----@field EVENT_UNIT_CONSTRUCT_CANCEL unitevent _ConvertUnitEvent(64) ---- ----EVENT_UNIT_CONSTRUCT_FINISH 'common.EVENT_UNIT_CONSTRUCT_FINISH' ----@field EVENT_UNIT_CONSTRUCT_FINISH unitevent _ConvertUnitEvent(65) ---- ----EVENT_UNIT_UPGRADE_START 'common.EVENT_UNIT_UPGRADE_START' ----@field EVENT_UNIT_UPGRADE_START unitevent _ConvertUnitEvent(66) ---- ----EVENT_UNIT_UPGRADE_CANCEL 'common.EVENT_UNIT_UPGRADE_CANCEL' ----@field EVENT_UNIT_UPGRADE_CANCEL unitevent _ConvertUnitEvent(67) ---- ----EVENT_UNIT_UPGRADE_FINISH 'common.EVENT_UNIT_UPGRADE_FINISH' ----@field EVENT_UNIT_UPGRADE_FINISH unitevent _ConvertUnitEvent(68) ---- ----Events which involve the specified unit performing ----training of other units 'common.EVENT_UNIT_TRAIN_START' ----@field EVENT_UNIT_TRAIN_START unitevent _ConvertUnitEvent(69) ---- ----EVENT_UNIT_TRAIN_CANCEL 'common.EVENT_UNIT_TRAIN_CANCEL' ----@field EVENT_UNIT_TRAIN_CANCEL unitevent _ConvertUnitEvent(70) ---- ----EVENT_UNIT_TRAIN_FINISH 'common.EVENT_UNIT_TRAIN_FINISH' ----@field EVENT_UNIT_TRAIN_FINISH unitevent _ConvertUnitEvent(71) ---- ----EVENT_UNIT_RESEARCH_START 'common.EVENT_UNIT_RESEARCH_START' ----@field EVENT_UNIT_RESEARCH_START unitevent _ConvertUnitEvent(72) ---- ----EVENT_UNIT_RESEARCH_CANCEL 'common.EVENT_UNIT_RESEARCH_CANCEL' ----@field EVENT_UNIT_RESEARCH_CANCEL unitevent _ConvertUnitEvent(73) ---- ----EVENT_UNIT_RESEARCH_FINISH 'common.EVENT_UNIT_RESEARCH_FINISH' ----@field EVENT_UNIT_RESEARCH_FINISH unitevent _ConvertUnitEvent(74) ---- ----EVENT_UNIT_ISSUED_ORDER 'common.EVENT_UNIT_ISSUED_ORDER' ----@field EVENT_UNIT_ISSUED_ORDER unitevent _ConvertUnitEvent(75) ---- ----EVENT_UNIT_ISSUED_POINT_ORDER 'common.EVENT_UNIT_ISSUED_POINT_ORDER' ----@field EVENT_UNIT_ISSUED_POINT_ORDER unitevent _ConvertUnitEvent(76) ---- ----EVENT_UNIT_ISSUED_TARGET_ORDER 'common.EVENT_UNIT_ISSUED_TARGET_ORDER' ----@field EVENT_UNIT_ISSUED_TARGET_ORDER unitevent _ConvertUnitEvent(77) ---- ----EVENT_UNIT_HERO_LEVEL 'common.EVENT_UNIT_HERO_LEVEL' ----@field EVENT_UNIT_HERO_LEVEL unitevent _ConvertUnitEvent(78) ---- ----EVENT_UNIT_HERO_SKILL 'common.EVENT_UNIT_HERO_SKILL' ----@field EVENT_UNIT_HERO_SKILL unitevent _ConvertUnitEvent(79) ---- ----EVENT_UNIT_HERO_REVIVABLE 'common.EVENT_UNIT_HERO_REVIVABLE' ----@field EVENT_UNIT_HERO_REVIVABLE unitevent _ConvertUnitEvent(80) ---- ----EVENT_UNIT_HERO_REVIVE_START 'common.EVENT_UNIT_HERO_REVIVE_START' ----@field EVENT_UNIT_HERO_REVIVE_START unitevent _ConvertUnitEvent(81) ---- ----EVENT_UNIT_HERO_REVIVE_CANCEL 'common.EVENT_UNIT_HERO_REVIVE_CANCEL' ----@field EVENT_UNIT_HERO_REVIVE_CANCEL unitevent _ConvertUnitEvent(82) ---- ----EVENT_UNIT_HERO_REVIVE_FINISH 'common.EVENT_UNIT_HERO_REVIVE_FINISH' ----@field EVENT_UNIT_HERO_REVIVE_FINISH unitevent _ConvertUnitEvent(83) ---- ----EVENT_UNIT_SUMMON 'common.EVENT_UNIT_SUMMON' ----@field EVENT_UNIT_SUMMON unitevent _ConvertUnitEvent(84) ---- ----EVENT_UNIT_DROP_ITEM 'common.EVENT_UNIT_DROP_ITEM' ----@field EVENT_UNIT_DROP_ITEM unitevent _ConvertUnitEvent(85) ---- ----EVENT_UNIT_PICKUP_ITEM 'common.EVENT_UNIT_PICKUP_ITEM' ----@field EVENT_UNIT_PICKUP_ITEM unitevent _ConvertUnitEvent(86) ---- ----EVENT_UNIT_USE_ITEM 'common.EVENT_UNIT_USE_ITEM' ----@field EVENT_UNIT_USE_ITEM unitevent _ConvertUnitEvent(87) ---- ----EVENT_UNIT_LOADED 'common.EVENT_UNIT_LOADED' ----@field EVENT_UNIT_LOADED unitevent _ConvertUnitEvent(88) ---- ----EVENT_WIDGET_DEATH 'common.EVENT_WIDGET_DEATH' ----@field EVENT_WIDGET_DEATH widgetevent _ConvertWidgetEvent(89) ---- ----EVENT_DIALOG_BUTTON_CLICK 'common.EVENT_DIALOG_BUTTON_CLICK' ----@field EVENT_DIALOG_BUTTON_CLICK dialogevent _ConvertDialogEvent(90) ---- ----EVENT_DIALOG_CLICK 'common.EVENT_DIALOG_CLICK' ----@field EVENT_DIALOG_CLICK dialogevent _ConvertDialogEvent(91) ---- ----EVENT_GAME_LOADED 'common.EVENT_GAME_LOADED' ----@field EVENT_GAME_LOADED gameevent _ConvertGameEvent(256) ---- ----EVENT_GAME_TOURNAMENT_FINISH_SOON 'common.EVENT_GAME_TOURNAMENT_FINISH_SOON' ----@field EVENT_GAME_TOURNAMENT_FINISH_SOON gameevent _ConvertGameEvent(257) ---- ----EVENT_GAME_TOURNAMENT_FINISH_NOW 'common.EVENT_GAME_TOURNAMENT_FINISH_NOW' ----@field EVENT_GAME_TOURNAMENT_FINISH_NOW gameevent _ConvertGameEvent(258) ---- ----EVENT_GAME_SAVE 'common.EVENT_GAME_SAVE' ----@field EVENT_GAME_SAVE gameevent _ConvertGameEvent(259) ---- ----EVENT_GAME_CUSTOM_UI_FRAME 'common.EVENT_GAME_CUSTOM_UI_FRAME' ----@field EVENT_GAME_CUSTOM_UI_FRAME gameevent _ConvertGameEvent(310) ---- ----EVENT_PLAYER_ARROW_LEFT_DOWN 'common.EVENT_PLAYER_ARROW_LEFT_DOWN' ----@field EVENT_PLAYER_ARROW_LEFT_DOWN playerevent _ConvertPlayerEvent(261) ---- ----EVENT_PLAYER_ARROW_LEFT_UP 'common.EVENT_PLAYER_ARROW_LEFT_UP' ----@field EVENT_PLAYER_ARROW_LEFT_UP playerevent _ConvertPlayerEvent(262) ---- ----EVENT_PLAYER_ARROW_RIGHT_DOWN 'common.EVENT_PLAYER_ARROW_RIGHT_DOWN' ----@field EVENT_PLAYER_ARROW_RIGHT_DOWN playerevent _ConvertPlayerEvent(263) ---- ----EVENT_PLAYER_ARROW_RIGHT_UP 'common.EVENT_PLAYER_ARROW_RIGHT_UP' ----@field EVENT_PLAYER_ARROW_RIGHT_UP playerevent _ConvertPlayerEvent(264) ---- ----EVENT_PLAYER_ARROW_DOWN_DOWN 'common.EVENT_PLAYER_ARROW_DOWN_DOWN' ----@field EVENT_PLAYER_ARROW_DOWN_DOWN playerevent _ConvertPlayerEvent(265) ---- ----EVENT_PLAYER_ARROW_DOWN_UP 'common.EVENT_PLAYER_ARROW_DOWN_UP' ----@field EVENT_PLAYER_ARROW_DOWN_UP playerevent _ConvertPlayerEvent(266) ---- ----EVENT_PLAYER_ARROW_UP_DOWN 'common.EVENT_PLAYER_ARROW_UP_DOWN' ----@field EVENT_PLAYER_ARROW_UP_DOWN playerevent _ConvertPlayerEvent(267) ---- ----EVENT_PLAYER_ARROW_UP_UP 'common.EVENT_PLAYER_ARROW_UP_UP' ----@field EVENT_PLAYER_ARROW_UP_UP playerevent _ConvertPlayerEvent(268) ---- ----EVENT_PLAYER_MOUSE_DOWN 'common.EVENT_PLAYER_MOUSE_DOWN' ----@field EVENT_PLAYER_MOUSE_DOWN playerevent _ConvertPlayerEvent(305) ---- ----EVENT_PLAYER_MOUSE_UP 'common.EVENT_PLAYER_MOUSE_UP' ----@field EVENT_PLAYER_MOUSE_UP playerevent _ConvertPlayerEvent(306) ---- ----EVENT_PLAYER_MOUSE_MOVE 'common.EVENT_PLAYER_MOUSE_MOVE' ----@field EVENT_PLAYER_MOUSE_MOVE playerevent _ConvertPlayerEvent(307) ---- ----EVENT_PLAYER_SYNC_DATA 'common.EVENT_PLAYER_SYNC_DATA' ----@field EVENT_PLAYER_SYNC_DATA playerevent _ConvertPlayerEvent(309) ---- ----EVENT_PLAYER_KEY 'common.EVENT_PLAYER_KEY' ----@field EVENT_PLAYER_KEY playerevent _ConvertPlayerEvent(311) ---- ----EVENT_PLAYER_KEY_DOWN 'common.EVENT_PLAYER_KEY_DOWN' ----@field EVENT_PLAYER_KEY_DOWN playerevent _ConvertPlayerEvent(312) ---- ----EVENT_PLAYER_KEY_UP 'common.EVENT_PLAYER_KEY_UP' ----@field EVENT_PLAYER_KEY_UP playerevent _ConvertPlayerEvent(313) ---- ----EVENT_PLAYER_UNIT_SELL 'common.EVENT_PLAYER_UNIT_SELL' ----@field EVENT_PLAYER_UNIT_SELL playerunitevent _ConvertPlayerUnitEvent(269) ---- ----玩家單位更改所有者 'common.EVENT_PLAYER_UNIT_CHANGE_OWNER' ----@field EVENT_PLAYER_UNIT_CHANGE_OWNER playerunitevent _ConvertPlayerUnitEvent(270) ---- ----玩家單位出售物品 'common.EVENT_PLAYER_UNIT_SELL_ITEM' ----@field EVENT_PLAYER_UNIT_SELL_ITEM playerunitevent _ConvertPlayerUnitEvent(271) ---- ----玩家單位準備施放技能 'common.EVENT_PLAYER_UNIT_SPELL_CHANNEL' ----@field EVENT_PLAYER_UNIT_SPELL_CHANNEL playerunitevent _ConvertPlayerUnitEvent(272) ---- ----玩家單位開始施放技能 'common.EVENT_PLAYER_UNIT_SPELL_CAST' ----@field EVENT_PLAYER_UNIT_SPELL_CAST playerunitevent _ConvertPlayerUnitEvent(273) ---- ----玩家單位發動技能效果 'common.EVENT_PLAYER_UNIT_SPELL_EFFECT' ----@field EVENT_PLAYER_UNIT_SPELL_EFFECT playerunitevent _ConvertPlayerUnitEvent(274) ---- ----玩家單位釋放技能結束 'common.EVENT_PLAYER_UNIT_SPELL_FINISH' ----@field EVENT_PLAYER_UNIT_SPELL_FINISH playerunitevent _ConvertPlayerUnitEvent(275) ---- ----玩家單位停止施放技能 'common.EVENT_PLAYER_UNIT_SPELL_ENDCAST' ----@field EVENT_PLAYER_UNIT_SPELL_ENDCAST playerunitevent _ConvertPlayerUnitEvent(276) ---- ----玩家單位抵押物品 'common.EVENT_PLAYER_UNIT_PAWN_ITEM' ----@field EVENT_PLAYER_UNIT_PAWN_ITEM playerunitevent _ConvertPlayerUnitEvent(277) ---- ----For use with TriggerRegisterUnitEvent ----单位出售 'common.EVENT_UNIT_SELL' ----@field EVENT_UNIT_SELL unitevent _ConvertUnitEvent(286) ---- ----单位所属改变 'common.EVENT_UNIT_CHANGE_OWNER' ----@field EVENT_UNIT_CHANGE_OWNER unitevent _ConvertUnitEvent(287) ---- ----出售物品 'common.EVENT_UNIT_SELL_ITEM' ----@field EVENT_UNIT_SELL_ITEM unitevent _ConvertUnitEvent(288) ---- ----准备施放技能 (前摇开始) 'common.EVENT_UNIT_SPELL_CHANNEL' ----@field EVENT_UNIT_SPELL_CHANNEL unitevent _ConvertUnitEvent(289) ---- ----开始施放技能 (前摇结束) 'common.EVENT_UNIT_SPELL_CAST' ----@field EVENT_UNIT_SPELL_CAST unitevent _ConvertUnitEvent(290) ---- ----发动技能效果 (后摇开始) 'common.EVENT_UNIT_SPELL_EFFECT' ----@field EVENT_UNIT_SPELL_EFFECT unitevent _ConvertUnitEvent(291) ---- ----发动技能结束 (后摇结束) 'common.EVENT_UNIT_SPELL_FINISH' ----@field EVENT_UNIT_SPELL_FINISH unitevent _ConvertUnitEvent(292) ---- ----停止施放技能 'common.EVENT_UNIT_SPELL_ENDCAST' ----@field EVENT_UNIT_SPELL_ENDCAST unitevent _ConvertUnitEvent(293) ---- ----抵押物品 'common.EVENT_UNIT_PAWN_ITEM' ----@field EVENT_UNIT_PAWN_ITEM unitevent _ConvertUnitEvent(294) ---- ----LESS_THAN 'common.LESS_THAN' ----@field LESS_THAN limitop _ConvertLimitOp(0) ---- ----LESS_THAN_OR_EQUAL 'common.LESS_THAN_OR_EQUAL' ----@field LESS_THAN_OR_EQUAL limitop _ConvertLimitOp(1) ---- ----EQUAL 'common.EQUAL' ----@field EQUAL limitop _ConvertLimitOp(2) ---- ----GREATER_THAN_OR_EQUAL 'common.GREATER_THAN_OR_EQUAL' ----@field GREATER_THAN_OR_EQUAL limitop _ConvertLimitOp(3) ---- ----GREATER_THAN 'common.GREATER_THAN' ----@field GREATER_THAN limitop _ConvertLimitOp(4) ---- ----NOT_EQUAL 'common.NOT_EQUAL' ----@field NOT_EQUAL limitop _ConvertLimitOp(5) ---- ----UNIT_TYPE_HERO 'common.UNIT_TYPE_HERO' ----@field UNIT_TYPE_HERO unittype _ConvertUnitType(0) ---- ----UNIT_TYPE_DEAD 'common.UNIT_TYPE_DEAD' ----@field UNIT_TYPE_DEAD unittype _ConvertUnitType(1) ---- ----UNIT_TYPE_STRUCTURE 'common.UNIT_TYPE_STRUCTURE' ----@field UNIT_TYPE_STRUCTURE unittype _ConvertUnitType(2) ---- ----UNIT_TYPE_FLYING 'common.UNIT_TYPE_FLYING' ----@field UNIT_TYPE_FLYING unittype _ConvertUnitType(3) ---- ----UNIT_TYPE_GROUND 'common.UNIT_TYPE_GROUND' ----@field UNIT_TYPE_GROUND unittype _ConvertUnitType(4) ---- ----UNIT_TYPE_ATTACKS_FLYING 'common.UNIT_TYPE_ATTACKS_FLYING' ----@field UNIT_TYPE_ATTACKS_FLYING unittype _ConvertUnitType(5) ---- ----UNIT_TYPE_ATTACKS_GROUND 'common.UNIT_TYPE_ATTACKS_GROUND' ----@field UNIT_TYPE_ATTACKS_GROUND unittype _ConvertUnitType(6) ---- ----UNIT_TYPE_MELEE_ATTACKER 'common.UNIT_TYPE_MELEE_ATTACKER' ----@field UNIT_TYPE_MELEE_ATTACKER unittype _ConvertUnitType(7) ---- ----UNIT_TYPE_RANGED_ATTACKER 'common.UNIT_TYPE_RANGED_ATTACKER' ----@field UNIT_TYPE_RANGED_ATTACKER unittype _ConvertUnitType(8) ---- ----UNIT_TYPE_GIANT 'common.UNIT_TYPE_GIANT' ----@field UNIT_TYPE_GIANT unittype _ConvertUnitType(9) ---- ----UNIT_TYPE_SUMMONED 'common.UNIT_TYPE_SUMMONED' ----@field UNIT_TYPE_SUMMONED unittype _ConvertUnitType(10) ---- ----UNIT_TYPE_STUNNED 'common.UNIT_TYPE_STUNNED' ----@field UNIT_TYPE_STUNNED unittype _ConvertUnitType(11) ---- ----UNIT_TYPE_PLAGUED 'common.UNIT_TYPE_PLAGUED' ----@field UNIT_TYPE_PLAGUED unittype _ConvertUnitType(12) ---- ----UNIT_TYPE_SNARED 'common.UNIT_TYPE_SNARED' ----@field UNIT_TYPE_SNARED unittype _ConvertUnitType(13) ---- ----UNIT_TYPE_UNDEAD 'common.UNIT_TYPE_UNDEAD' ----@field UNIT_TYPE_UNDEAD unittype _ConvertUnitType(14) ---- ----UNIT_TYPE_MECHANICAL 'common.UNIT_TYPE_MECHANICAL' ----@field UNIT_TYPE_MECHANICAL unittype _ConvertUnitType(15) ---- ----UNIT_TYPE_PEON 'common.UNIT_TYPE_PEON' ----@field UNIT_TYPE_PEON unittype _ConvertUnitType(16) ---- ----UNIT_TYPE_SAPPER 'common.UNIT_TYPE_SAPPER' ----@field UNIT_TYPE_SAPPER unittype _ConvertUnitType(17) ---- ----UNIT_TYPE_TOWNHALL 'common.UNIT_TYPE_TOWNHALL' ----@field UNIT_TYPE_TOWNHALL unittype _ConvertUnitType(18) ---- ----UNIT_TYPE_ANCIENT 'common.UNIT_TYPE_ANCIENT' ----@field UNIT_TYPE_ANCIENT unittype _ConvertUnitType(19) ---- ----UNIT_TYPE_TAUREN 'common.UNIT_TYPE_TAUREN' ----@field UNIT_TYPE_TAUREN unittype _ConvertUnitType(20) ---- ----UNIT_TYPE_POISONED 'common.UNIT_TYPE_POISONED' ----@field UNIT_TYPE_POISONED unittype _ConvertUnitType(21) ---- ----UNIT_TYPE_POLYMORPHED 'common.UNIT_TYPE_POLYMORPHED' ----@field UNIT_TYPE_POLYMORPHED unittype _ConvertUnitType(22) ---- ----UNIT_TYPE_SLEEPING 'common.UNIT_TYPE_SLEEPING' ----@field UNIT_TYPE_SLEEPING unittype _ConvertUnitType(23) ---- ----UNIT_TYPE_RESISTANT 'common.UNIT_TYPE_RESISTANT' ----@field UNIT_TYPE_RESISTANT unittype _ConvertUnitType(24) ---- ----UNIT_TYPE_ETHEREAL 'common.UNIT_TYPE_ETHEREAL' ----@field UNIT_TYPE_ETHEREAL unittype _ConvertUnitType(25) ---- ----UNIT_TYPE_MAGIC_IMMUNE 'common.UNIT_TYPE_MAGIC_IMMUNE' ----@field UNIT_TYPE_MAGIC_IMMUNE unittype _ConvertUnitType(26) ---- ----ITEM_TYPE_PERMANENT 'common.ITEM_TYPE_PERMANENT' ----@field ITEM_TYPE_PERMANENT itemtype _ConvertItemType(0) ---- ----ITEM_TYPE_CHARGED 'common.ITEM_TYPE_CHARGED' ----@field ITEM_TYPE_CHARGED itemtype _ConvertItemType(1) ---- ----ITEM_TYPE_POWERUP 'common.ITEM_TYPE_POWERUP' ----@field ITEM_TYPE_POWERUP itemtype _ConvertItemType(2) ---- ----ITEM_TYPE_ARTIFACT 'common.ITEM_TYPE_ARTIFACT' ----@field ITEM_TYPE_ARTIFACT itemtype _ConvertItemType(3) ---- ----ITEM_TYPE_PURCHASABLE 'common.ITEM_TYPE_PURCHASABLE' ----@field ITEM_TYPE_PURCHASABLE itemtype _ConvertItemType(4) ---- ----ITEM_TYPE_CAMPAIGN 'common.ITEM_TYPE_CAMPAIGN' ----@field ITEM_TYPE_CAMPAIGN itemtype _ConvertItemType(5) ---- ----ITEM_TYPE_MISCELLANEOUS 'common.ITEM_TYPE_MISCELLANEOUS' ----@field ITEM_TYPE_MISCELLANEOUS itemtype _ConvertItemType(6) ---- ----ITEM_TYPE_UNKNOWN 'common.ITEM_TYPE_UNKNOWN' ----@field ITEM_TYPE_UNKNOWN itemtype _ConvertItemType(7) ---- ----ITEM_TYPE_ANY 'common.ITEM_TYPE_ANY' ----@field ITEM_TYPE_ANY itemtype _ConvertItemType(8) ---- ----Deprecated, should use ITEM_TYPE_POWERUP 'common.ITEM_TYPE_TOME' ----@field ITEM_TYPE_TOME itemtype _ConvertItemType(2) ---- ----CAMERA_FIELD_TARGET_DISTANCE 'common.CAMERA_FIELD_TARGET_DISTANCE' ----@field CAMERA_FIELD_TARGET_DISTANCE camerafield _ConvertCameraField(0) ---- ----CAMERA_FIELD_FARZ 'common.CAMERA_FIELD_FARZ' ----@field CAMERA_FIELD_FARZ camerafield _ConvertCameraField(1) ---- ----CAMERA_FIELD_ANGLE_OF_ATTACK 'common.CAMERA_FIELD_ANGLE_OF_ATTACK' ----@field CAMERA_FIELD_ANGLE_OF_ATTACK camerafield _ConvertCameraField(2) ---- ----CAMERA_FIELD_FIELD_OF_VIEW 'common.CAMERA_FIELD_FIELD_OF_VIEW' ----@field CAMERA_FIELD_FIELD_OF_VIEW camerafield _ConvertCameraField(3) ---- ----CAMERA_FIELD_ROLL 'common.CAMERA_FIELD_ROLL' ----@field CAMERA_FIELD_ROLL camerafield _ConvertCameraField(4) ---- ----CAMERA_FIELD_ROTATION 'common.CAMERA_FIELD_ROTATION' ----@field CAMERA_FIELD_ROTATION camerafield _ConvertCameraField(5) ---- ----CAMERA_FIELD_ZOFFSET 'common.CAMERA_FIELD_ZOFFSET' ----@field CAMERA_FIELD_ZOFFSET camerafield _ConvertCameraField(6) ---- ----CAMERA_FIELD_NEARZ 'common.CAMERA_FIELD_NEARZ' ----@field CAMERA_FIELD_NEARZ camerafield _ConvertCameraField(7) ---- ----CAMERA_FIELD_LOCAL_PITCH 'common.CAMERA_FIELD_LOCAL_PITCH' ----@field CAMERA_FIELD_LOCAL_PITCH camerafield _ConvertCameraField(8) ---- ----CAMERA_FIELD_LOCAL_YAW 'common.CAMERA_FIELD_LOCAL_YAW' ----@field CAMERA_FIELD_LOCAL_YAW camerafield _ConvertCameraField(9) ---- ----CAMERA_FIELD_LOCAL_ROLL 'common.CAMERA_FIELD_LOCAL_ROLL' ----@field CAMERA_FIELD_LOCAL_ROLL camerafield _ConvertCameraField(10) ---- ----BLEND_MODE_NONE 'common.BLEND_MODE_NONE' ----@field BLEND_MODE_NONE blendmode _ConvertBlendMode(0) ---- ----BLEND_MODE_DONT_CARE 'common.BLEND_MODE_DONT_CARE' ----@field BLEND_MODE_DONT_CARE blendmode _ConvertBlendMode(0) ---- ----BLEND_MODE_KEYALPHA 'common.BLEND_MODE_KEYALPHA' ----@field BLEND_MODE_KEYALPHA blendmode _ConvertBlendMode(1) ---- ----BLEND_MODE_BLEND 'common.BLEND_MODE_BLEND' ----@field BLEND_MODE_BLEND blendmode _ConvertBlendMode(2) ---- ----BLEND_MODE_ADDITIVE 'common.BLEND_MODE_ADDITIVE' ----@field BLEND_MODE_ADDITIVE blendmode _ConvertBlendMode(3) ---- ----BLEND_MODE_MODULATE 'common.BLEND_MODE_MODULATE' ----@field BLEND_MODE_MODULATE blendmode _ConvertBlendMode(4) ---- ----BLEND_MODE_MODULATE_2X 'common.BLEND_MODE_MODULATE_2X' ----@field BLEND_MODE_MODULATE_2X blendmode _ConvertBlendMode(5) ---- ----RARITY_FREQUENT 'common.RARITY_FREQUENT' ----@field RARITY_FREQUENT raritycontrol _ConvertRarityControl(0) ---- ----RARITY_RARE 'common.RARITY_RARE' ----@field RARITY_RARE raritycontrol _ConvertRarityControl(1) ---- ----TEXMAP_FLAG_NONE 'common.TEXMAP_FLAG_NONE' ----@field TEXMAP_FLAG_NONE texmapflags _ConvertTexMapFlags(0) ---- ----TEXMAP_FLAG_WRAP_U 'common.TEXMAP_FLAG_WRAP_U' ----@field TEXMAP_FLAG_WRAP_U texmapflags _ConvertTexMapFlags(1) ---- ----TEXMAP_FLAG_WRAP_V 'common.TEXMAP_FLAG_WRAP_V' ----@field TEXMAP_FLAG_WRAP_V texmapflags _ConvertTexMapFlags(2) ---- ----TEXMAP_FLAG_WRAP_UV 'common.TEXMAP_FLAG_WRAP_UV' ----@field TEXMAP_FLAG_WRAP_UV texmapflags _ConvertTexMapFlags(3) ---- ----FOG_OF_WAR_MASKED 'common.FOG_OF_WAR_MASKED' ----@field FOG_OF_WAR_MASKED fogstate _ConvertFogState(1) ---- ----FOG_OF_WAR_FOGGED 'common.FOG_OF_WAR_FOGGED' ----@field FOG_OF_WAR_FOGGED fogstate _ConvertFogState(2) ---- ----FOG_OF_WAR_VISIBLE 'common.FOG_OF_WAR_VISIBLE' ----@field FOG_OF_WAR_VISIBLE fogstate _ConvertFogState(4) ---- ----CAMERA_MARGIN_LEFT 'common.CAMERA_MARGIN_LEFT' ----@field CAMERA_MARGIN_LEFT integer _0 ---- ----CAMERA_MARGIN_RIGHT 'common.CAMERA_MARGIN_RIGHT' ----@field CAMERA_MARGIN_RIGHT integer _1 ---- ----CAMERA_MARGIN_TOP 'common.CAMERA_MARGIN_TOP' ----@field CAMERA_MARGIN_TOP integer _2 ---- ----CAMERA_MARGIN_BOTTOM 'common.CAMERA_MARGIN_BOTTOM' ----@field CAMERA_MARGIN_BOTTOM integer _3 ---- ----EFFECT_TYPE_EFFECT 'common.EFFECT_TYPE_EFFECT' ----@field EFFECT_TYPE_EFFECT effecttype _ConvertEffectType(0) ---- ----EFFECT_TYPE_TARGET 'common.EFFECT_TYPE_TARGET' ----@field EFFECT_TYPE_TARGET effecttype _ConvertEffectType(1) ---- ----EFFECT_TYPE_CASTER 'common.EFFECT_TYPE_CASTER' ----@field EFFECT_TYPE_CASTER effecttype _ConvertEffectType(2) ---- ----EFFECT_TYPE_SPECIAL 'common.EFFECT_TYPE_SPECIAL' ----@field EFFECT_TYPE_SPECIAL effecttype _ConvertEffectType(3) ---- ----EFFECT_TYPE_AREA_EFFECT 'common.EFFECT_TYPE_AREA_EFFECT' ----@field EFFECT_TYPE_AREA_EFFECT effecttype _ConvertEffectType(4) ---- ----EFFECT_TYPE_MISSILE 'common.EFFECT_TYPE_MISSILE' ----@field EFFECT_TYPE_MISSILE effecttype _ConvertEffectType(5) ---- ----EFFECT_TYPE_LIGHTNING 'common.EFFECT_TYPE_LIGHTNING' ----@field EFFECT_TYPE_LIGHTNING effecttype _ConvertEffectType(6) ---- ----SOUND_TYPE_EFFECT 'common.SOUND_TYPE_EFFECT' ----@field SOUND_TYPE_EFFECT soundtype _ConvertSoundType(0) ---- ----SOUND_TYPE_EFFECT_LOOPED 'common.SOUND_TYPE_EFFECT_LOOPED' ----@field SOUND_TYPE_EFFECT_LOOPED soundtype _ConvertSoundType(1) ---- ----ORIGIN_FRAME_GAME_UI 'common.ORIGIN_FRAME_GAME_UI' ----@field ORIGIN_FRAME_GAME_UI originframetype _ConvertOriginFrameType(0) ---- ----ORIGIN_FRAME_COMMAND_BUTTON 'common.ORIGIN_FRAME_COMMAND_BUTTON' ----@field ORIGIN_FRAME_COMMAND_BUTTON originframetype _ConvertOriginFrameType(1) ---- ----ORIGIN_FRAME_HERO_BAR 'common.ORIGIN_FRAME_HERO_BAR' ----@field ORIGIN_FRAME_HERO_BAR originframetype _ConvertOriginFrameType(2) ---- ----ORIGIN_FRAME_HERO_BUTTON 'common.ORIGIN_FRAME_HERO_BUTTON' ----@field ORIGIN_FRAME_HERO_BUTTON originframetype _ConvertOriginFrameType(3) ---- ----ORIGIN_FRAME_HERO_HP_BAR 'common.ORIGIN_FRAME_HERO_HP_BAR' ----@field ORIGIN_FRAME_HERO_HP_BAR originframetype _ConvertOriginFrameType(4) ---- ----ORIGIN_FRAME_HERO_MANA_BAR 'common.ORIGIN_FRAME_HERO_MANA_BAR' ----@field ORIGIN_FRAME_HERO_MANA_BAR originframetype _ConvertOriginFrameType(5) ---- ----ORIGIN_FRAME_HERO_BUTTON_INDICATOR 'common.ORIGIN_FRAME_HERO_BUTTON_INDICATOR' ----@field ORIGIN_FRAME_HERO_BUTTON_INDICATOR originframetype _ConvertOriginFrameType(6) ---- ----ORIGIN_FRAME_ITEM_BUTTON 'common.ORIGIN_FRAME_ITEM_BUTTON' ----@field ORIGIN_FRAME_ITEM_BUTTON originframetype _ConvertOriginFrameType(7) ---- ----ORIGIN_FRAME_MINIMAP 'common.ORIGIN_FRAME_MINIMAP' ----@field ORIGIN_FRAME_MINIMAP originframetype _ConvertOriginFrameType(8) ---- ----ORIGIN_FRAME_MINIMAP_BUTTON 'common.ORIGIN_FRAME_MINIMAP_BUTTON' ----@field ORIGIN_FRAME_MINIMAP_BUTTON originframetype _ConvertOriginFrameType(9) ---- ----ORIGIN_FRAME_SYSTEM_BUTTON 'common.ORIGIN_FRAME_SYSTEM_BUTTON' ----@field ORIGIN_FRAME_SYSTEM_BUTTON originframetype _ConvertOriginFrameType(10) ---- ----ORIGIN_FRAME_TOOLTIP 'common.ORIGIN_FRAME_TOOLTIP' ----@field ORIGIN_FRAME_TOOLTIP originframetype _ConvertOriginFrameType(11) ---- ----ORIGIN_FRAME_UBERTOOLTIP 'common.ORIGIN_FRAME_UBERTOOLTIP' ----@field ORIGIN_FRAME_UBERTOOLTIP originframetype _ConvertOriginFrameType(12) ---- ----ORIGIN_FRAME_CHAT_MSG 'common.ORIGIN_FRAME_CHAT_MSG' ----@field ORIGIN_FRAME_CHAT_MSG originframetype _ConvertOriginFrameType(13) ---- ----ORIGIN_FRAME_UNIT_MSG 'common.ORIGIN_FRAME_UNIT_MSG' ----@field ORIGIN_FRAME_UNIT_MSG originframetype _ConvertOriginFrameType(14) ---- ----ORIGIN_FRAME_TOP_MSG 'common.ORIGIN_FRAME_TOP_MSG' ----@field ORIGIN_FRAME_TOP_MSG originframetype _ConvertOriginFrameType(15) ---- ----ORIGIN_FRAME_PORTRAIT 'common.ORIGIN_FRAME_PORTRAIT' ----@field ORIGIN_FRAME_PORTRAIT originframetype _ConvertOriginFrameType(16) ---- ----ORIGIN_FRAME_WORLD_FRAME 'common.ORIGIN_FRAME_WORLD_FRAME' ----@field ORIGIN_FRAME_WORLD_FRAME originframetype _ConvertOriginFrameType(17) ---- ----ORIGIN_FRAME_SIMPLE_UI_PARENT 'common.ORIGIN_FRAME_SIMPLE_UI_PARENT' ----@field ORIGIN_FRAME_SIMPLE_UI_PARENT originframetype _ConvertOriginFrameType(18) ---- ----ORIGIN_FRAME_PORTRAIT_HP_TEXT 'common.ORIGIN_FRAME_PORTRAIT_HP_TEXT' ----@field ORIGIN_FRAME_PORTRAIT_HP_TEXT originframetype _ConvertOriginFrameType(19) ---- ----ORIGIN_FRAME_PORTRAIT_MANA_TEXT 'common.ORIGIN_FRAME_PORTRAIT_MANA_TEXT' ----@field ORIGIN_FRAME_PORTRAIT_MANA_TEXT originframetype _ConvertOriginFrameType(20) ---- ----ORIGIN_FRAME_UNIT_PANEL_BUFF_BAR 'common.ORIGIN_FRAME_UNIT_PANEL_BUFF_BAR' ----@field ORIGIN_FRAME_UNIT_PANEL_BUFF_BAR originframetype _ConvertOriginFrameType(21) ---- ----ORIGIN_FRAME_UNIT_PANEL_BUFF_BAR_LABEL 'common.ORIGIN_FRAME_UNIT_PANEL_BUFF_BAR_LABEL' ----@field ORIGIN_FRAME_UNIT_PANEL_BUFF_BAR_LABEL originframetype _ConvertOriginFrameType(22) ---- ----FRAMEPOINT_TOPLEFT 'common.FRAMEPOINT_TOPLEFT' ----@field FRAMEPOINT_TOPLEFT framepointtype _ConvertFramePointType(0) ---- ----FRAMEPOINT_TOP 'common.FRAMEPOINT_TOP' ----@field FRAMEPOINT_TOP framepointtype _ConvertFramePointType(1) ---- ----FRAMEPOINT_TOPRIGHT 'common.FRAMEPOINT_TOPRIGHT' ----@field FRAMEPOINT_TOPRIGHT framepointtype _ConvertFramePointType(2) ---- ----FRAMEPOINT_LEFT 'common.FRAMEPOINT_LEFT' ----@field FRAMEPOINT_LEFT framepointtype _ConvertFramePointType(3) ---- ----FRAMEPOINT_CENTER 'common.FRAMEPOINT_CENTER' ----@field FRAMEPOINT_CENTER framepointtype _ConvertFramePointType(4) ---- ----FRAMEPOINT_RIGHT 'common.FRAMEPOINT_RIGHT' ----@field FRAMEPOINT_RIGHT framepointtype _ConvertFramePointType(5) ---- ----FRAMEPOINT_BOTTOMLEFT 'common.FRAMEPOINT_BOTTOMLEFT' ----@field FRAMEPOINT_BOTTOMLEFT framepointtype _ConvertFramePointType(6) ---- ----FRAMEPOINT_BOTTOM 'common.FRAMEPOINT_BOTTOM' ----@field FRAMEPOINT_BOTTOM framepointtype _ConvertFramePointType(7) ---- ----FRAMEPOINT_BOTTOMRIGHT 'common.FRAMEPOINT_BOTTOMRIGHT' ----@field FRAMEPOINT_BOTTOMRIGHT framepointtype _ConvertFramePointType(8) ---- ----TEXT_JUSTIFY_TOP 'common.TEXT_JUSTIFY_TOP' ----@field TEXT_JUSTIFY_TOP textaligntype _ConvertTextAlignType(0) ---- ----TEXT_JUSTIFY_MIDDLE 'common.TEXT_JUSTIFY_MIDDLE' ----@field TEXT_JUSTIFY_MIDDLE textaligntype _ConvertTextAlignType(1) ---- ----TEXT_JUSTIFY_BOTTOM 'common.TEXT_JUSTIFY_BOTTOM' ----@field TEXT_JUSTIFY_BOTTOM textaligntype _ConvertTextAlignType(2) ---- ----TEXT_JUSTIFY_LEFT 'common.TEXT_JUSTIFY_LEFT' ----@field TEXT_JUSTIFY_LEFT textaligntype _ConvertTextAlignType(3) ---- ----TEXT_JUSTIFY_CENTER 'common.TEXT_JUSTIFY_CENTER' ----@field TEXT_JUSTIFY_CENTER textaligntype _ConvertTextAlignType(4) ---- ----TEXT_JUSTIFY_RIGHT 'common.TEXT_JUSTIFY_RIGHT' ----@field TEXT_JUSTIFY_RIGHT textaligntype _ConvertTextAlignType(5) ---- ----FRAMEEVENT_CONTROL_CLICK 'common.FRAMEEVENT_CONTROL_CLICK' ----@field FRAMEEVENT_CONTROL_CLICK frameeventtype _ConvertFrameEventType(1) ---- ----FRAMEEVENT_MOUSE_ENTER 'common.FRAMEEVENT_MOUSE_ENTER' ----@field FRAMEEVENT_MOUSE_ENTER frameeventtype _ConvertFrameEventType(2) ---- ----FRAMEEVENT_MOUSE_LEAVE 'common.FRAMEEVENT_MOUSE_LEAVE' ----@field FRAMEEVENT_MOUSE_LEAVE frameeventtype _ConvertFrameEventType(3) ---- ----FRAMEEVENT_MOUSE_UP 'common.FRAMEEVENT_MOUSE_UP' ----@field FRAMEEVENT_MOUSE_UP frameeventtype _ConvertFrameEventType(4) ---- ----FRAMEEVENT_MOUSE_DOWN 'common.FRAMEEVENT_MOUSE_DOWN' ----@field FRAMEEVENT_MOUSE_DOWN frameeventtype _ConvertFrameEventType(5) ---- ----FRAMEEVENT_MOUSE_WHEEL 'common.FRAMEEVENT_MOUSE_WHEEL' ----@field FRAMEEVENT_MOUSE_WHEEL frameeventtype _ConvertFrameEventType(6) ---- ----FRAMEEVENT_CHECKBOX_CHECKED 'common.FRAMEEVENT_CHECKBOX_CHECKED' ----@field FRAMEEVENT_CHECKBOX_CHECKED frameeventtype _ConvertFrameEventType(7) ---- ----FRAMEEVENT_CHECKBOX_UNCHECKED 'common.FRAMEEVENT_CHECKBOX_UNCHECKED' ----@field FRAMEEVENT_CHECKBOX_UNCHECKED frameeventtype _ConvertFrameEventType(8) ---- ----FRAMEEVENT_EDITBOX_TEXT_CHANGED 'common.FRAMEEVENT_EDITBOX_TEXT_CHANGED' ----@field FRAMEEVENT_EDITBOX_TEXT_CHANGED frameeventtype _ConvertFrameEventType(9) ---- ----FRAMEEVENT_POPUPMENU_ITEM_CHANGED 'common.FRAMEEVENT_POPUPMENU_ITEM_CHANGED' ----@field FRAMEEVENT_POPUPMENU_ITEM_CHANGED frameeventtype _ConvertFrameEventType(10) ---- ----FRAMEEVENT_MOUSE_DOUBLECLICK 'common.FRAMEEVENT_MOUSE_DOUBLECLICK' ----@field FRAMEEVENT_MOUSE_DOUBLECLICK frameeventtype _ConvertFrameEventType(11) ---- ----FRAMEEVENT_SPRITE_ANIM_UPDATE 'common.FRAMEEVENT_SPRITE_ANIM_UPDATE' ----@field FRAMEEVENT_SPRITE_ANIM_UPDATE frameeventtype _ConvertFrameEventType(12) ---- ----FRAMEEVENT_SLIDER_VALUE_CHANGED 'common.FRAMEEVENT_SLIDER_VALUE_CHANGED' ----@field FRAMEEVENT_SLIDER_VALUE_CHANGED frameeventtype _ConvertFrameEventType(13) ---- ----FRAMEEVENT_DIALOG_CANCEL 'common.FRAMEEVENT_DIALOG_CANCEL' ----@field FRAMEEVENT_DIALOG_CANCEL frameeventtype _ConvertFrameEventType(14) ---- ----FRAMEEVENT_DIALOG_ACCEPT 'common.FRAMEEVENT_DIALOG_ACCEPT' ----@field FRAMEEVENT_DIALOG_ACCEPT frameeventtype _ConvertFrameEventType(15) ---- ----FRAMEEVENT_EDITBOX_ENTER 'common.FRAMEEVENT_EDITBOX_ENTER' ----@field FRAMEEVENT_EDITBOX_ENTER frameeventtype _ConvertFrameEventType(16) ---- ----OSKEY_BACKSPACE 'common.OSKEY_BACKSPACE' ----@field OSKEY_BACKSPACE oskeytype _ConvertOsKeyType($08) ---- ----OSKEY_TAB 'common.OSKEY_TAB' ----@field OSKEY_TAB oskeytype _ConvertOsKeyType($09) ---- ----OSKEY_CLEAR 'common.OSKEY_CLEAR' ----@field OSKEY_CLEAR oskeytype _ConvertOsKeyType($0C) ---- ----OSKEY_RETURN 'common.OSKEY_RETURN' ----@field OSKEY_RETURN oskeytype _ConvertOsKeyType($0D) ---- ----OSKEY_SHIFT 'common.OSKEY_SHIFT' ----@field OSKEY_SHIFT oskeytype _ConvertOsKeyType($10) ---- ----OSKEY_CONTROL 'common.OSKEY_CONTROL' ----@field OSKEY_CONTROL oskeytype _ConvertOsKeyType($11) ---- ----OSKEY_ALT 'common.OSKEY_ALT' ----@field OSKEY_ALT oskeytype _ConvertOsKeyType($12) ---- ----OSKEY_PAUSE 'common.OSKEY_PAUSE' ----@field OSKEY_PAUSE oskeytype _ConvertOsKeyType($13) ---- ----OSKEY_CAPSLOCK 'common.OSKEY_CAPSLOCK' ----@field OSKEY_CAPSLOCK oskeytype _ConvertOsKeyType($14) ---- ----OSKEY_KANA 'common.OSKEY_KANA' ----@field OSKEY_KANA oskeytype _ConvertOsKeyType($15) ---- ----OSKEY_HANGUL 'common.OSKEY_HANGUL' ----@field OSKEY_HANGUL oskeytype _ConvertOsKeyType($15) ---- ----OSKEY_JUNJA 'common.OSKEY_JUNJA' ----@field OSKEY_JUNJA oskeytype _ConvertOsKeyType($17) ---- ----OSKEY_FINAL 'common.OSKEY_FINAL' ----@field OSKEY_FINAL oskeytype _ConvertOsKeyType($18) ---- ----OSKEY_HANJA 'common.OSKEY_HANJA' ----@field OSKEY_HANJA oskeytype _ConvertOsKeyType($19) ---- ----OSKEY_KANJI 'common.OSKEY_KANJI' ----@field OSKEY_KANJI oskeytype _ConvertOsKeyType($19) ---- ----OSKEY_ESCAPE 'common.OSKEY_ESCAPE' ----@field OSKEY_ESCAPE oskeytype _ConvertOsKeyType($1B) ---- ----OSKEY_CONVERT 'common.OSKEY_CONVERT' ----@field OSKEY_CONVERT oskeytype _ConvertOsKeyType($1C) ---- ----OSKEY_NONCONVERT 'common.OSKEY_NONCONVERT' ----@field OSKEY_NONCONVERT oskeytype _ConvertOsKeyType($1D) ---- ----OSKEY_ACCEPT 'common.OSKEY_ACCEPT' ----@field OSKEY_ACCEPT oskeytype _ConvertOsKeyType($1E) ---- ----OSKEY_MODECHANGE 'common.OSKEY_MODECHANGE' ----@field OSKEY_MODECHANGE oskeytype _ConvertOsKeyType($1F) ---- ----OSKEY_SPACE 'common.OSKEY_SPACE' ----@field OSKEY_SPACE oskeytype _ConvertOsKeyType($20) ---- ----OSKEY_PAGEUP 'common.OSKEY_PAGEUP' ----@field OSKEY_PAGEUP oskeytype _ConvertOsKeyType($21) ---- ----OSKEY_PAGEDOWN 'common.OSKEY_PAGEDOWN' ----@field OSKEY_PAGEDOWN oskeytype _ConvertOsKeyType($22) ---- ----OSKEY_END 'common.OSKEY_END' ----@field OSKEY_END oskeytype _ConvertOsKeyType($23) ---- ----OSKEY_HOME 'common.OSKEY_HOME' ----@field OSKEY_HOME oskeytype _ConvertOsKeyType($24) ---- ----OSKEY_LEFT 'common.OSKEY_LEFT' ----@field OSKEY_LEFT oskeytype _ConvertOsKeyType($25) ---- ----OSKEY_UP 'common.OSKEY_UP' ----@field OSKEY_UP oskeytype _ConvertOsKeyType($26) ---- ----OSKEY_RIGHT 'common.OSKEY_RIGHT' ----@field OSKEY_RIGHT oskeytype _ConvertOsKeyType($27) ---- ----OSKEY_DOWN 'common.OSKEY_DOWN' ----@field OSKEY_DOWN oskeytype _ConvertOsKeyType($28) ---- ----OSKEY_SELECT 'common.OSKEY_SELECT' ----@field OSKEY_SELECT oskeytype _ConvertOsKeyType($29) ---- ----OSKEY_PRINT 'common.OSKEY_PRINT' ----@field OSKEY_PRINT oskeytype _ConvertOsKeyType($2A) ---- ----OSKEY_EXECUTE 'common.OSKEY_EXECUTE' ----@field OSKEY_EXECUTE oskeytype _ConvertOsKeyType($2B) ---- ----OSKEY_PRINTSCREEN 'common.OSKEY_PRINTSCREEN' ----@field OSKEY_PRINTSCREEN oskeytype _ConvertOsKeyType($2C) ---- ----OSKEY_INSERT 'common.OSKEY_INSERT' ----@field OSKEY_INSERT oskeytype _ConvertOsKeyType($2D) ---- ----OSKEY_DELETE 'common.OSKEY_DELETE' ----@field OSKEY_DELETE oskeytype _ConvertOsKeyType($2E) ---- ----OSKEY_HELP 'common.OSKEY_HELP' ----@field OSKEY_HELP oskeytype _ConvertOsKeyType($2F) ---- ----OSKEY_0 'common.OSKEY_0' ----@field OSKEY_0 oskeytype _ConvertOsKeyType($30) ---- ----OSKEY_1 'common.OSKEY_1' ----@field OSKEY_1 oskeytype _ConvertOsKeyType($31) ---- ----OSKEY_2 'common.OSKEY_2' ----@field OSKEY_2 oskeytype _ConvertOsKeyType($32) ---- ----OSKEY_3 'common.OSKEY_3' ----@field OSKEY_3 oskeytype _ConvertOsKeyType($33) ---- ----OSKEY_4 'common.OSKEY_4' ----@field OSKEY_4 oskeytype _ConvertOsKeyType($34) ---- ----OSKEY_5 'common.OSKEY_5' ----@field OSKEY_5 oskeytype _ConvertOsKeyType($35) ---- ----OSKEY_6 'common.OSKEY_6' ----@field OSKEY_6 oskeytype _ConvertOsKeyType($36) ---- ----OSKEY_7 'common.OSKEY_7' ----@field OSKEY_7 oskeytype _ConvertOsKeyType($37) ---- ----OSKEY_8 'common.OSKEY_8' ----@field OSKEY_8 oskeytype _ConvertOsKeyType($38) ---- ----OSKEY_9 'common.OSKEY_9' ----@field OSKEY_9 oskeytype _ConvertOsKeyType($39) ---- ----OSKEY_A 'common.OSKEY_A' ----@field OSKEY_A oskeytype _ConvertOsKeyType($41) ---- ----OSKEY_B 'common.OSKEY_B' ----@field OSKEY_B oskeytype _ConvertOsKeyType($42) ---- ----OSKEY_C 'common.OSKEY_C' ----@field OSKEY_C oskeytype _ConvertOsKeyType($43) ---- ----OSKEY_D 'common.OSKEY_D' ----@field OSKEY_D oskeytype _ConvertOsKeyType($44) ---- ----OSKEY_E 'common.OSKEY_E' ----@field OSKEY_E oskeytype _ConvertOsKeyType($45) ---- ----OSKEY_F 'common.OSKEY_F' ----@field OSKEY_F oskeytype _ConvertOsKeyType($46) ---- ----OSKEY_G 'common.OSKEY_G' ----@field OSKEY_G oskeytype _ConvertOsKeyType($47) ---- ----OSKEY_H 'common.OSKEY_H' ----@field OSKEY_H oskeytype _ConvertOsKeyType($48) ---- ----OSKEY_I 'common.OSKEY_I' ----@field OSKEY_I oskeytype _ConvertOsKeyType($49) ---- ----OSKEY_J 'common.OSKEY_J' ----@field OSKEY_J oskeytype _ConvertOsKeyType($4A) ---- ----OSKEY_K 'common.OSKEY_K' ----@field OSKEY_K oskeytype _ConvertOsKeyType($4B) ---- ----OSKEY_L 'common.OSKEY_L' ----@field OSKEY_L oskeytype _ConvertOsKeyType($4C) ---- ----OSKEY_M 'common.OSKEY_M' ----@field OSKEY_M oskeytype _ConvertOsKeyType($4D) ---- ----OSKEY_N 'common.OSKEY_N' ----@field OSKEY_N oskeytype _ConvertOsKeyType($4E) ---- ----OSKEY_O 'common.OSKEY_O' ----@field OSKEY_O oskeytype _ConvertOsKeyType($4F) ---- ----OSKEY_P 'common.OSKEY_P' ----@field OSKEY_P oskeytype _ConvertOsKeyType($50) ---- ----OSKEY_Q 'common.OSKEY_Q' ----@field OSKEY_Q oskeytype _ConvertOsKeyType($51) ---- ----OSKEY_R 'common.OSKEY_R' ----@field OSKEY_R oskeytype _ConvertOsKeyType($52) ---- ----OSKEY_S 'common.OSKEY_S' ----@field OSKEY_S oskeytype _ConvertOsKeyType($53) ---- ----OSKEY_T 'common.OSKEY_T' ----@field OSKEY_T oskeytype _ConvertOsKeyType($54) ---- ----OSKEY_U 'common.OSKEY_U' ----@field OSKEY_U oskeytype _ConvertOsKeyType($55) ---- ----OSKEY_V 'common.OSKEY_V' ----@field OSKEY_V oskeytype _ConvertOsKeyType($56) ---- ----OSKEY_W 'common.OSKEY_W' ----@field OSKEY_W oskeytype _ConvertOsKeyType($57) ---- ----OSKEY_X 'common.OSKEY_X' ----@field OSKEY_X oskeytype _ConvertOsKeyType($58) ---- ----OSKEY_Y 'common.OSKEY_Y' ----@field OSKEY_Y oskeytype _ConvertOsKeyType($59) ---- ----OSKEY_Z 'common.OSKEY_Z' ----@field OSKEY_Z oskeytype _ConvertOsKeyType($5A) ---- ----OSKEY_LMETA 'common.OSKEY_LMETA' ----@field OSKEY_LMETA oskeytype _ConvertOsKeyType($5B) ---- ----OSKEY_RMETA 'common.OSKEY_RMETA' ----@field OSKEY_RMETA oskeytype _ConvertOsKeyType($5C) ---- ----OSKEY_APPS 'common.OSKEY_APPS' ----@field OSKEY_APPS oskeytype _ConvertOsKeyType($5D) ---- ----OSKEY_SLEEP 'common.OSKEY_SLEEP' ----@field OSKEY_SLEEP oskeytype _ConvertOsKeyType($5F) ---- ----OSKEY_NUMPAD0 'common.OSKEY_NUMPAD0' ----@field OSKEY_NUMPAD0 oskeytype _ConvertOsKeyType($60) ---- ----OSKEY_NUMPAD1 'common.OSKEY_NUMPAD1' ----@field OSKEY_NUMPAD1 oskeytype _ConvertOsKeyType($61) ---- ----OSKEY_NUMPAD2 'common.OSKEY_NUMPAD2' ----@field OSKEY_NUMPAD2 oskeytype _ConvertOsKeyType($62) ---- ----OSKEY_NUMPAD3 'common.OSKEY_NUMPAD3' ----@field OSKEY_NUMPAD3 oskeytype _ConvertOsKeyType($63) ---- ----OSKEY_NUMPAD4 'common.OSKEY_NUMPAD4' ----@field OSKEY_NUMPAD4 oskeytype _ConvertOsKeyType($64) ---- ----OSKEY_NUMPAD5 'common.OSKEY_NUMPAD5' ----@field OSKEY_NUMPAD5 oskeytype _ConvertOsKeyType($65) ---- ----OSKEY_NUMPAD6 'common.OSKEY_NUMPAD6' ----@field OSKEY_NUMPAD6 oskeytype _ConvertOsKeyType($66) ---- ----OSKEY_NUMPAD7 'common.OSKEY_NUMPAD7' ----@field OSKEY_NUMPAD7 oskeytype _ConvertOsKeyType($67) ---- ----OSKEY_NUMPAD8 'common.OSKEY_NUMPAD8' ----@field OSKEY_NUMPAD8 oskeytype _ConvertOsKeyType($68) ---- ----OSKEY_NUMPAD9 'common.OSKEY_NUMPAD9' ----@field OSKEY_NUMPAD9 oskeytype _ConvertOsKeyType($69) ---- ----OSKEY_MULTIPLY 'common.OSKEY_MULTIPLY' ----@field OSKEY_MULTIPLY oskeytype _ConvertOsKeyType($6A) ---- ----OSKEY_ADD 'common.OSKEY_ADD' ----@field OSKEY_ADD oskeytype _ConvertOsKeyType($6B) ---- ----OSKEY_SEPARATOR 'common.OSKEY_SEPARATOR' ----@field OSKEY_SEPARATOR oskeytype _ConvertOsKeyType($6C) ---- ----OSKEY_SUBTRACT 'common.OSKEY_SUBTRACT' ----@field OSKEY_SUBTRACT oskeytype _ConvertOsKeyType($6D) ---- ----OSKEY_DECIMAL 'common.OSKEY_DECIMAL' ----@field OSKEY_DECIMAL oskeytype _ConvertOsKeyType($6E) ---- ----OSKEY_DIVIDE 'common.OSKEY_DIVIDE' ----@field OSKEY_DIVIDE oskeytype _ConvertOsKeyType($6F) ---- ----OSKEY_F1 'common.OSKEY_F1' ----@field OSKEY_F1 oskeytype _ConvertOsKeyType($70) ---- ----OSKEY_F2 'common.OSKEY_F2' ----@field OSKEY_F2 oskeytype _ConvertOsKeyType($71) ---- ----OSKEY_F3 'common.OSKEY_F3' ----@field OSKEY_F3 oskeytype _ConvertOsKeyType($72) ---- ----OSKEY_F4 'common.OSKEY_F4' ----@field OSKEY_F4 oskeytype _ConvertOsKeyType($73) ---- ----OSKEY_F5 'common.OSKEY_F5' ----@field OSKEY_F5 oskeytype _ConvertOsKeyType($74) ---- ----OSKEY_F6 'common.OSKEY_F6' ----@field OSKEY_F6 oskeytype _ConvertOsKeyType($75) ---- ----OSKEY_F7 'common.OSKEY_F7' ----@field OSKEY_F7 oskeytype _ConvertOsKeyType($76) ---- ----OSKEY_F8 'common.OSKEY_F8' ----@field OSKEY_F8 oskeytype _ConvertOsKeyType($77) ---- ----OSKEY_F9 'common.OSKEY_F9' ----@field OSKEY_F9 oskeytype _ConvertOsKeyType($78) ---- ----OSKEY_F10 'common.OSKEY_F10' ----@field OSKEY_F10 oskeytype _ConvertOsKeyType($79) ---- ----OSKEY_F11 'common.OSKEY_F11' ----@field OSKEY_F11 oskeytype _ConvertOsKeyType($7A) ---- ----OSKEY_F12 'common.OSKEY_F12' ----@field OSKEY_F12 oskeytype _ConvertOsKeyType($7B) ---- ----OSKEY_F13 'common.OSKEY_F13' ----@field OSKEY_F13 oskeytype _ConvertOsKeyType($7C) ---- ----OSKEY_F14 'common.OSKEY_F14' ----@field OSKEY_F14 oskeytype _ConvertOsKeyType($7D) ---- ----OSKEY_F15 'common.OSKEY_F15' ----@field OSKEY_F15 oskeytype _ConvertOsKeyType($7E) ---- ----OSKEY_F16 'common.OSKEY_F16' ----@field OSKEY_F16 oskeytype _ConvertOsKeyType($7F) ---- ----OSKEY_F17 'common.OSKEY_F17' ----@field OSKEY_F17 oskeytype _ConvertOsKeyType($80) ---- ----OSKEY_F18 'common.OSKEY_F18' ----@field OSKEY_F18 oskeytype _ConvertOsKeyType($81) ---- ----OSKEY_F19 'common.OSKEY_F19' ----@field OSKEY_F19 oskeytype _ConvertOsKeyType($82) ---- ----OSKEY_F20 'common.OSKEY_F20' ----@field OSKEY_F20 oskeytype _ConvertOsKeyType($83) ---- ----OSKEY_F21 'common.OSKEY_F21' ----@field OSKEY_F21 oskeytype _ConvertOsKeyType($84) ---- ----OSKEY_F22 'common.OSKEY_F22' ----@field OSKEY_F22 oskeytype _ConvertOsKeyType($85) ---- ----OSKEY_F23 'common.OSKEY_F23' ----@field OSKEY_F23 oskeytype _ConvertOsKeyType($86) ---- ----OSKEY_F24 'common.OSKEY_F24' ----@field OSKEY_F24 oskeytype _ConvertOsKeyType($87) ---- ----OSKEY_NUMLOCK 'common.OSKEY_NUMLOCK' ----@field OSKEY_NUMLOCK oskeytype _ConvertOsKeyType($90) ---- ----OSKEY_SCROLLLOCK 'common.OSKEY_SCROLLLOCK' ----@field OSKEY_SCROLLLOCK oskeytype _ConvertOsKeyType($91) ---- ----OSKEY_OEM_NEC_EQUAL 'common.OSKEY_OEM_NEC_EQUAL' ----@field OSKEY_OEM_NEC_EQUAL oskeytype _ConvertOsKeyType($92) ---- ----OSKEY_OEM_FJ_JISHO 'common.OSKEY_OEM_FJ_JISHO' ----@field OSKEY_OEM_FJ_JISHO oskeytype _ConvertOsKeyType($92) ---- ----OSKEY_OEM_FJ_MASSHOU 'common.OSKEY_OEM_FJ_MASSHOU' ----@field OSKEY_OEM_FJ_MASSHOU oskeytype _ConvertOsKeyType($93) ---- ----OSKEY_OEM_FJ_TOUROKU 'common.OSKEY_OEM_FJ_TOUROKU' ----@field OSKEY_OEM_FJ_TOUROKU oskeytype _ConvertOsKeyType($94) ---- ----OSKEY_OEM_FJ_LOYA 'common.OSKEY_OEM_FJ_LOYA' ----@field OSKEY_OEM_FJ_LOYA oskeytype _ConvertOsKeyType($95) ---- ----OSKEY_OEM_FJ_ROYA 'common.OSKEY_OEM_FJ_ROYA' ----@field OSKEY_OEM_FJ_ROYA oskeytype _ConvertOsKeyType($96) ---- ----OSKEY_LSHIFT 'common.OSKEY_LSHIFT' ----@field OSKEY_LSHIFT oskeytype _ConvertOsKeyType($A0) ---- ----OSKEY_RSHIFT 'common.OSKEY_RSHIFT' ----@field OSKEY_RSHIFT oskeytype _ConvertOsKeyType($A1) ---- ----OSKEY_LCONTROL 'common.OSKEY_LCONTROL' ----@field OSKEY_LCONTROL oskeytype _ConvertOsKeyType($A2) ---- ----OSKEY_RCONTROL 'common.OSKEY_RCONTROL' ----@field OSKEY_RCONTROL oskeytype _ConvertOsKeyType($A3) ---- ----OSKEY_LALT 'common.OSKEY_LALT' ----@field OSKEY_LALT oskeytype _ConvertOsKeyType($A4) ---- ----OSKEY_RALT 'common.OSKEY_RALT' ----@field OSKEY_RALT oskeytype _ConvertOsKeyType($A5) ---- ----OSKEY_BROWSER_BACK 'common.OSKEY_BROWSER_BACK' ----@field OSKEY_BROWSER_BACK oskeytype _ConvertOsKeyType($A6) ---- ----OSKEY_BROWSER_FORWARD 'common.OSKEY_BROWSER_FORWARD' ----@field OSKEY_BROWSER_FORWARD oskeytype _ConvertOsKeyType($A7) ---- ----OSKEY_BROWSER_REFRESH 'common.OSKEY_BROWSER_REFRESH' ----@field OSKEY_BROWSER_REFRESH oskeytype _ConvertOsKeyType($A8) ---- ----OSKEY_BROWSER_STOP 'common.OSKEY_BROWSER_STOP' ----@field OSKEY_BROWSER_STOP oskeytype _ConvertOsKeyType($A9) ---- ----OSKEY_BROWSER_SEARCH 'common.OSKEY_BROWSER_SEARCH' ----@field OSKEY_BROWSER_SEARCH oskeytype _ConvertOsKeyType($AA) ---- ----OSKEY_BROWSER_FAVORITES 'common.OSKEY_BROWSER_FAVORITES' ----@field OSKEY_BROWSER_FAVORITES oskeytype _ConvertOsKeyType($AB) ---- ----OSKEY_BROWSER_HOME 'common.OSKEY_BROWSER_HOME' ----@field OSKEY_BROWSER_HOME oskeytype _ConvertOsKeyType($AC) ---- ----OSKEY_VOLUME_MUTE 'common.OSKEY_VOLUME_MUTE' ----@field OSKEY_VOLUME_MUTE oskeytype _ConvertOsKeyType($AD) ---- ----OSKEY_VOLUME_DOWN 'common.OSKEY_VOLUME_DOWN' ----@field OSKEY_VOLUME_DOWN oskeytype _ConvertOsKeyType($AE) ---- ----OSKEY_VOLUME_UP 'common.OSKEY_VOLUME_UP' ----@field OSKEY_VOLUME_UP oskeytype _ConvertOsKeyType($AF) ---- ----OSKEY_MEDIA_NEXT_TRACK 'common.OSKEY_MEDIA_NEXT_TRACK' ----@field OSKEY_MEDIA_NEXT_TRACK oskeytype _ConvertOsKeyType($B0) ---- ----OSKEY_MEDIA_PREV_TRACK 'common.OSKEY_MEDIA_PREV_TRACK' ----@field OSKEY_MEDIA_PREV_TRACK oskeytype _ConvertOsKeyType($B1) ---- ----OSKEY_MEDIA_STOP 'common.OSKEY_MEDIA_STOP' ----@field OSKEY_MEDIA_STOP oskeytype _ConvertOsKeyType($B2) ---- ----OSKEY_MEDIA_PLAY_PAUSE 'common.OSKEY_MEDIA_PLAY_PAUSE' ----@field OSKEY_MEDIA_PLAY_PAUSE oskeytype _ConvertOsKeyType($B3) ---- ----OSKEY_LAUNCH_MAIL 'common.OSKEY_LAUNCH_MAIL' ----@field OSKEY_LAUNCH_MAIL oskeytype _ConvertOsKeyType($B4) ---- ----OSKEY_LAUNCH_MEDIA_SELECT 'common.OSKEY_LAUNCH_MEDIA_SELECT' ----@field OSKEY_LAUNCH_MEDIA_SELECT oskeytype _ConvertOsKeyType($B5) ---- ----OSKEY_LAUNCH_APP1 'common.OSKEY_LAUNCH_APP1' ----@field OSKEY_LAUNCH_APP1 oskeytype _ConvertOsKeyType($B6) ---- ----OSKEY_LAUNCH_APP2 'common.OSKEY_LAUNCH_APP2' ----@field OSKEY_LAUNCH_APP2 oskeytype _ConvertOsKeyType($B7) ---- ----OSKEY_OEM_1 'common.OSKEY_OEM_1' ----@field OSKEY_OEM_1 oskeytype _ConvertOsKeyType($BA) ---- ----OSKEY_OEM_PLUS 'common.OSKEY_OEM_PLUS' ----@field OSKEY_OEM_PLUS oskeytype _ConvertOsKeyType($BB) ---- ----OSKEY_OEM_COMMA 'common.OSKEY_OEM_COMMA' ----@field OSKEY_OEM_COMMA oskeytype _ConvertOsKeyType($BC) ---- ----OSKEY_OEM_MINUS 'common.OSKEY_OEM_MINUS' ----@field OSKEY_OEM_MINUS oskeytype _ConvertOsKeyType($BD) ---- ----OSKEY_OEM_PERIOD 'common.OSKEY_OEM_PERIOD' ----@field OSKEY_OEM_PERIOD oskeytype _ConvertOsKeyType($BE) ---- ----OSKEY_OEM_2 'common.OSKEY_OEM_2' ----@field OSKEY_OEM_2 oskeytype _ConvertOsKeyType($BF) ---- ----OSKEY_OEM_3 'common.OSKEY_OEM_3' ----@field OSKEY_OEM_3 oskeytype _ConvertOsKeyType($C0) ---- ----OSKEY_OEM_4 'common.OSKEY_OEM_4' ----@field OSKEY_OEM_4 oskeytype _ConvertOsKeyType($DB) ---- ----OSKEY_OEM_5 'common.OSKEY_OEM_5' ----@field OSKEY_OEM_5 oskeytype _ConvertOsKeyType($DC) ---- ----OSKEY_OEM_6 'common.OSKEY_OEM_6' ----@field OSKEY_OEM_6 oskeytype _ConvertOsKeyType($DD) ---- ----OSKEY_OEM_7 'common.OSKEY_OEM_7' ----@field OSKEY_OEM_7 oskeytype _ConvertOsKeyType($DE) ---- ----OSKEY_OEM_8 'common.OSKEY_OEM_8' ----@field OSKEY_OEM_8 oskeytype _ConvertOsKeyType($DF) ---- ----OSKEY_OEM_AX 'common.OSKEY_OEM_AX' ----@field OSKEY_OEM_AX oskeytype _ConvertOsKeyType($E1) ---- ----OSKEY_OEM_102 'common.OSKEY_OEM_102' ----@field OSKEY_OEM_102 oskeytype _ConvertOsKeyType($E2) ---- ----OSKEY_ICO_HELP 'common.OSKEY_ICO_HELP' ----@field OSKEY_ICO_HELP oskeytype _ConvertOsKeyType($E3) ---- ----OSKEY_ICO_00 'common.OSKEY_ICO_00' ----@field OSKEY_ICO_00 oskeytype _ConvertOsKeyType($E4) ---- ----OSKEY_PROCESSKEY 'common.OSKEY_PROCESSKEY' ----@field OSKEY_PROCESSKEY oskeytype _ConvertOsKeyType($E5) ---- ----OSKEY_ICO_CLEAR 'common.OSKEY_ICO_CLEAR' ----@field OSKEY_ICO_CLEAR oskeytype _ConvertOsKeyType($E6) ---- ----OSKEY_PACKET 'common.OSKEY_PACKET' ----@field OSKEY_PACKET oskeytype _ConvertOsKeyType($E7) ---- ----OSKEY_OEM_RESET 'common.OSKEY_OEM_RESET' ----@field OSKEY_OEM_RESET oskeytype _ConvertOsKeyType($E9) ---- ----OSKEY_OEM_JUMP 'common.OSKEY_OEM_JUMP' ----@field OSKEY_OEM_JUMP oskeytype _ConvertOsKeyType($EA) ---- ----OSKEY_OEM_PA1 'common.OSKEY_OEM_PA1' ----@field OSKEY_OEM_PA1 oskeytype _ConvertOsKeyType($EB) ---- ----OSKEY_OEM_PA2 'common.OSKEY_OEM_PA2' ----@field OSKEY_OEM_PA2 oskeytype _ConvertOsKeyType($EC) ---- ----OSKEY_OEM_PA3 'common.OSKEY_OEM_PA3' ----@field OSKEY_OEM_PA3 oskeytype _ConvertOsKeyType($ED) ---- ----OSKEY_OEM_WSCTRL 'common.OSKEY_OEM_WSCTRL' ----@field OSKEY_OEM_WSCTRL oskeytype _ConvertOsKeyType($EE) ---- ----OSKEY_OEM_CUSEL 'common.OSKEY_OEM_CUSEL' ----@field OSKEY_OEM_CUSEL oskeytype _ConvertOsKeyType($EF) ---- ----OSKEY_OEM_ATTN 'common.OSKEY_OEM_ATTN' ----@field OSKEY_OEM_ATTN oskeytype _ConvertOsKeyType($F0) ---- ----OSKEY_OEM_FINISH 'common.OSKEY_OEM_FINISH' ----@field OSKEY_OEM_FINISH oskeytype _ConvertOsKeyType($F1) ---- ----OSKEY_OEM_COPY 'common.OSKEY_OEM_COPY' ----@field OSKEY_OEM_COPY oskeytype _ConvertOsKeyType($F2) ---- ----OSKEY_OEM_AUTO 'common.OSKEY_OEM_AUTO' ----@field OSKEY_OEM_AUTO oskeytype _ConvertOsKeyType($F3) ---- ----OSKEY_OEM_ENLW 'common.OSKEY_OEM_ENLW' ----@field OSKEY_OEM_ENLW oskeytype _ConvertOsKeyType($F4) ---- ----OSKEY_OEM_BACKTAB 'common.OSKEY_OEM_BACKTAB' ----@field OSKEY_OEM_BACKTAB oskeytype _ConvertOsKeyType($F5) ---- ----OSKEY_ATTN 'common.OSKEY_ATTN' ----@field OSKEY_ATTN oskeytype _ConvertOsKeyType($F6) ---- ----OSKEY_CRSEL 'common.OSKEY_CRSEL' ----@field OSKEY_CRSEL oskeytype _ConvertOsKeyType($F7) ---- ----OSKEY_EXSEL 'common.OSKEY_EXSEL' ----@field OSKEY_EXSEL oskeytype _ConvertOsKeyType($F8) ---- ----OSKEY_EREOF 'common.OSKEY_EREOF' ----@field OSKEY_EREOF oskeytype _ConvertOsKeyType($F9) ---- ----OSKEY_PLAY 'common.OSKEY_PLAY' ----@field OSKEY_PLAY oskeytype _ConvertOsKeyType($FA) ---- ----OSKEY_ZOOM 'common.OSKEY_ZOOM' ----@field OSKEY_ZOOM oskeytype _ConvertOsKeyType($FB) ---- ----OSKEY_NONAME 'common.OSKEY_NONAME' ----@field OSKEY_NONAME oskeytype _ConvertOsKeyType($FC) ---- ----OSKEY_PA1 'common.OSKEY_PA1' ----@field OSKEY_PA1 oskeytype _ConvertOsKeyType($FD) ---- ----OSKEY_OEM_CLEAR 'common.OSKEY_OEM_CLEAR' ----@field OSKEY_OEM_CLEAR oskeytype _ConvertOsKeyType($FE) ---- ----Ability 'common.ABILITY_IF_BUTTON_POSITION_NORMAL_X' ----@field ABILITY_IF_BUTTON_POSITION_NORMAL_X abilityintegerfield _ConvertAbilityIntegerField('abpx') ---- ----ABILITY_IF_BUTTON_POSITION_NORMAL_Y 'common.ABILITY_IF_BUTTON_POSITION_NORMAL_Y' ----@field ABILITY_IF_BUTTON_POSITION_NORMAL_Y abilityintegerfield _ConvertAbilityIntegerField('abpy') ---- ----ABILITY_IF_BUTTON_POSITION_ACTIVATED_X 'common.ABILITY_IF_BUTTON_POSITION_ACTIVATED_X' ----@field ABILITY_IF_BUTTON_POSITION_ACTIVATED_X abilityintegerfield _ConvertAbilityIntegerField('aubx') ---- ----ABILITY_IF_BUTTON_POSITION_ACTIVATED_Y 'common.ABILITY_IF_BUTTON_POSITION_ACTIVATED_Y' ----@field ABILITY_IF_BUTTON_POSITION_ACTIVATED_Y abilityintegerfield _ConvertAbilityIntegerField('auby') ---- ----ABILITY_IF_BUTTON_POSITION_RESEARCH_X 'common.ABILITY_IF_BUTTON_POSITION_RESEARCH_X' ----@field ABILITY_IF_BUTTON_POSITION_RESEARCH_X abilityintegerfield _ConvertAbilityIntegerField('arpx') ---- ----ABILITY_IF_BUTTON_POSITION_RESEARCH_Y 'common.ABILITY_IF_BUTTON_POSITION_RESEARCH_Y' ----@field ABILITY_IF_BUTTON_POSITION_RESEARCH_Y abilityintegerfield _ConvertAbilityIntegerField('arpy') ---- ----ABILITY_IF_MISSILE_SPEED 'common.ABILITY_IF_MISSILE_SPEED' ----@field ABILITY_IF_MISSILE_SPEED abilityintegerfield _ConvertAbilityIntegerField('amsp') ---- ----ABILITY_IF_TARGET_ATTACHMENTS 'common.ABILITY_IF_TARGET_ATTACHMENTS' ----@field ABILITY_IF_TARGET_ATTACHMENTS abilityintegerfield _ConvertAbilityIntegerField('atac') ---- ----ABILITY_IF_CASTER_ATTACHMENTS 'common.ABILITY_IF_CASTER_ATTACHMENTS' ----@field ABILITY_IF_CASTER_ATTACHMENTS abilityintegerfield _ConvertAbilityIntegerField('acac') ---- ----ABILITY_IF_PRIORITY 'common.ABILITY_IF_PRIORITY' ----@field ABILITY_IF_PRIORITY abilityintegerfield _ConvertAbilityIntegerField('apri') ---- ----ABILITY_IF_LEVELS 'common.ABILITY_IF_LEVELS' ----@field ABILITY_IF_LEVELS abilityintegerfield _ConvertAbilityIntegerField('alev') ---- ----ABILITY_IF_REQUIRED_LEVEL 'common.ABILITY_IF_REQUIRED_LEVEL' ----@field ABILITY_IF_REQUIRED_LEVEL abilityintegerfield _ConvertAbilityIntegerField('arlv') ---- ----ABILITY_IF_LEVEL_SKIP_REQUIREMENT 'common.ABILITY_IF_LEVEL_SKIP_REQUIREMENT' ----@field ABILITY_IF_LEVEL_SKIP_REQUIREMENT abilityintegerfield _ConvertAbilityIntegerField('alsk') ---- ----ABILITY_BF_HERO_ABILITY 'common.ABILITY_BF_HERO_ABILITY' ----@field ABILITY_BF_HERO_ABILITY abilitybooleanfield _ConvertAbilityBooleanField('aher') ---- ----ABILITY_BF_ITEM_ABILITY 'common.ABILITY_BF_ITEM_ABILITY' ----@field ABILITY_BF_ITEM_ABILITY abilitybooleanfield _ConvertAbilityBooleanField('aite') ---- ----ABILITY_BF_CHECK_DEPENDENCIES 'common.ABILITY_BF_CHECK_DEPENDENCIES' ----@field ABILITY_BF_CHECK_DEPENDENCIES abilitybooleanfield _ConvertAbilityBooleanField('achd') ---- ----ABILITY_RF_ARF_MISSILE_ARC 'common.ABILITY_RF_ARF_MISSILE_ARC' ----@field ABILITY_RF_ARF_MISSILE_ARC abilityrealfield _ConvertAbilityRealField('amac') ---- ----ABILITY_SF_NAME 'common.ABILITY_SF_NAME' ----@field ABILITY_SF_NAME abilitystringfield _ConvertAbilityStringField('anam') ---- ----ABILITY_SF_ICON_ACTIVATED 'common.ABILITY_SF_ICON_ACTIVATED' ----@field ABILITY_SF_ICON_ACTIVATED abilitystringfield _ConvertAbilityStringField('auar') ---- ----ABILITY_SF_ICON_RESEARCH 'common.ABILITY_SF_ICON_RESEARCH' ----@field ABILITY_SF_ICON_RESEARCH abilitystringfield _ConvertAbilityStringField('arar') ---- ----ABILITY_SF_EFFECT_SOUND 'common.ABILITY_SF_EFFECT_SOUND' ----@field ABILITY_SF_EFFECT_SOUND abilitystringfield _ConvertAbilityStringField('aefs') ---- ----ABILITY_SF_EFFECT_SOUND_LOOPING 'common.ABILITY_SF_EFFECT_SOUND_LOOPING' ----@field ABILITY_SF_EFFECT_SOUND_LOOPING abilitystringfield _ConvertAbilityStringField('aefl') ---- ----ABILITY_ILF_MANA_COST 'common.ABILITY_ILF_MANA_COST' ----@field ABILITY_ILF_MANA_COST abilityintegerlevelfield _ConvertAbilityIntegerLevelField('amcs') ---- ----ABILITY_ILF_NUMBER_OF_WAVES 'common.ABILITY_ILF_NUMBER_OF_WAVES' ----@field ABILITY_ILF_NUMBER_OF_WAVES abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hbz1') ---- ----ABILITY_ILF_NUMBER_OF_SHARDS 'common.ABILITY_ILF_NUMBER_OF_SHARDS' ----@field ABILITY_ILF_NUMBER_OF_SHARDS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hbz3') ---- ----ABILITY_ILF_NUMBER_OF_UNITS_TELEPORTED 'common.ABILITY_ILF_NUMBER_OF_UNITS_TELEPORTED' ----@field ABILITY_ILF_NUMBER_OF_UNITS_TELEPORTED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hmt1') ---- ----ABILITY_ILF_SUMMONED_UNIT_COUNT_HWE2 'common.ABILITY_ILF_SUMMONED_UNIT_COUNT_HWE2' ----@field ABILITY_ILF_SUMMONED_UNIT_COUNT_HWE2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hwe2') ---- ----ABILITY_ILF_NUMBER_OF_IMAGES 'common.ABILITY_ILF_NUMBER_OF_IMAGES' ----@field ABILITY_ILF_NUMBER_OF_IMAGES abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Omi1') ---- ----ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_UAN1 'common.ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_UAN1' ----@field ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_UAN1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Uan1') ---- ----ABILITY_ILF_MORPHING_FLAGS 'common.ABILITY_ILF_MORPHING_FLAGS' ----@field ABILITY_ILF_MORPHING_FLAGS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Eme2') ---- ----ABILITY_ILF_STRENGTH_BONUS_NRG5 'common.ABILITY_ILF_STRENGTH_BONUS_NRG5' ----@field ABILITY_ILF_STRENGTH_BONUS_NRG5 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nrg5') ---- ----ABILITY_ILF_DEFENSE_BONUS_NRG6 'common.ABILITY_ILF_DEFENSE_BONUS_NRG6' ----@field ABILITY_ILF_DEFENSE_BONUS_NRG6 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nrg6') ---- ----ABILITY_ILF_NUMBER_OF_TARGETS_HIT 'common.ABILITY_ILF_NUMBER_OF_TARGETS_HIT' ----@field ABILITY_ILF_NUMBER_OF_TARGETS_HIT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ocl2') ---- ----ABILITY_ILF_DETECTION_TYPE_OFS1 'common.ABILITY_ILF_DETECTION_TYPE_OFS1' ----@field ABILITY_ILF_DETECTION_TYPE_OFS1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ofs1') ---- ----ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_OSF2 'common.ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_OSF2' ----@field ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_OSF2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Osf2') ---- ----ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_EFN1 'common.ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_EFN1' ----@field ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_EFN1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Efn1') ---- ----ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_HRE1 'common.ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_HRE1' ----@field ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_HRE1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hre1') ---- ----ABILITY_ILF_STACK_FLAGS 'common.ABILITY_ILF_STACK_FLAGS' ----@field ABILITY_ILF_STACK_FLAGS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hca4') ---- ----ABILITY_ILF_MINIMUM_NUMBER_OF_UNITS 'common.ABILITY_ILF_MINIMUM_NUMBER_OF_UNITS' ----@field ABILITY_ILF_MINIMUM_NUMBER_OF_UNITS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndp2') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_NDP3 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_NDP3' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_NDP3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndp3') ---- ----ABILITY_ILF_NUMBER_OF_UNITS_CREATED_NRC2 'common.ABILITY_ILF_NUMBER_OF_UNITS_CREATED_NRC2' ----@field ABILITY_ILF_NUMBER_OF_UNITS_CREATED_NRC2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nrc2') ---- ----ABILITY_ILF_SHIELD_LIFE 'common.ABILITY_ILF_SHIELD_LIFE' ----@field ABILITY_ILF_SHIELD_LIFE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ams3') ---- ----ABILITY_ILF_MANA_LOSS_AMS4 'common.ABILITY_ILF_MANA_LOSS_AMS4' ----@field ABILITY_ILF_MANA_LOSS_AMS4 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ams4') ---- ----ABILITY_ILF_GOLD_PER_INTERVAL_BGM1 'common.ABILITY_ILF_GOLD_PER_INTERVAL_BGM1' ----@field ABILITY_ILF_GOLD_PER_INTERVAL_BGM1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Bgm1') ---- ----ABILITY_ILF_MAX_NUMBER_OF_MINERS 'common.ABILITY_ILF_MAX_NUMBER_OF_MINERS' ----@field ABILITY_ILF_MAX_NUMBER_OF_MINERS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Bgm3') ---- ----ABILITY_ILF_CARGO_CAPACITY 'common.ABILITY_ILF_CARGO_CAPACITY' ----@field ABILITY_ILF_CARGO_CAPACITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Car1') ---- ----ABILITY_ILF_MAXIMUM_CREEP_LEVEL_DEV3 'common.ABILITY_ILF_MAXIMUM_CREEP_LEVEL_DEV3' ----@field ABILITY_ILF_MAXIMUM_CREEP_LEVEL_DEV3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Dev3') ---- ----ABILITY_ILF_MAX_CREEP_LEVEL_DEV1 'common.ABILITY_ILF_MAX_CREEP_LEVEL_DEV1' ----@field ABILITY_ILF_MAX_CREEP_LEVEL_DEV1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Dev1') ---- ----ABILITY_ILF_GOLD_PER_INTERVAL_EGM1 'common.ABILITY_ILF_GOLD_PER_INTERVAL_EGM1' ----@field ABILITY_ILF_GOLD_PER_INTERVAL_EGM1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Egm1') ---- ----ABILITY_ILF_DEFENSE_REDUCTION 'common.ABILITY_ILF_DEFENSE_REDUCTION' ----@field ABILITY_ILF_DEFENSE_REDUCTION abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Fae1') ---- ----ABILITY_ILF_DETECTION_TYPE_FLA1 'common.ABILITY_ILF_DETECTION_TYPE_FLA1' ----@field ABILITY_ILF_DETECTION_TYPE_FLA1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Fla1') ---- ----ABILITY_ILF_FLARE_COUNT 'common.ABILITY_ILF_FLARE_COUNT' ----@field ABILITY_ILF_FLARE_COUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Fla3') ---- ----ABILITY_ILF_MAX_GOLD 'common.ABILITY_ILF_MAX_GOLD' ----@field ABILITY_ILF_MAX_GOLD abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Gld1') ---- ----ABILITY_ILF_MINING_CAPACITY 'common.ABILITY_ILF_MINING_CAPACITY' ----@field ABILITY_ILF_MINING_CAPACITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Gld3') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_CORPSES_GYD1 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_CORPSES_GYD1' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_CORPSES_GYD1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Gyd1') ---- ----ABILITY_ILF_DAMAGE_TO_TREE 'common.ABILITY_ILF_DAMAGE_TO_TREE' ----@field ABILITY_ILF_DAMAGE_TO_TREE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Har1') ---- ----ABILITY_ILF_LUMBER_CAPACITY 'common.ABILITY_ILF_LUMBER_CAPACITY' ----@field ABILITY_ILF_LUMBER_CAPACITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Har2') ---- ----ABILITY_ILF_GOLD_CAPACITY 'common.ABILITY_ILF_GOLD_CAPACITY' ----@field ABILITY_ILF_GOLD_CAPACITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Har3') ---- ----ABILITY_ILF_DEFENSE_INCREASE_INF2 'common.ABILITY_ILF_DEFENSE_INCREASE_INF2' ----@field ABILITY_ILF_DEFENSE_INCREASE_INF2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Inf2') ---- ----ABILITY_ILF_INTERACTION_TYPE 'common.ABILITY_ILF_INTERACTION_TYPE' ----@field ABILITY_ILF_INTERACTION_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Neu2') ---- ----ABILITY_ILF_GOLD_COST_NDT1 'common.ABILITY_ILF_GOLD_COST_NDT1' ----@field ABILITY_ILF_GOLD_COST_NDT1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndt1') ---- ----ABILITY_ILF_LUMBER_COST_NDT2 'common.ABILITY_ILF_LUMBER_COST_NDT2' ----@field ABILITY_ILF_LUMBER_COST_NDT2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndt2') ---- ----ABILITY_ILF_DETECTION_TYPE_NDT3 'common.ABILITY_ILF_DETECTION_TYPE_NDT3' ----@field ABILITY_ILF_DETECTION_TYPE_NDT3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndt3') ---- ----ABILITY_ILF_STACKING_TYPE_POI4 'common.ABILITY_ILF_STACKING_TYPE_POI4' ----@field ABILITY_ILF_STACKING_TYPE_POI4 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Poi4') ---- ----ABILITY_ILF_STACKING_TYPE_POA5 'common.ABILITY_ILF_STACKING_TYPE_POA5' ----@field ABILITY_ILF_STACKING_TYPE_POA5 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Poa5') ---- ----ABILITY_ILF_MAXIMUM_CREEP_LEVEL_PLY1 'common.ABILITY_ILF_MAXIMUM_CREEP_LEVEL_PLY1' ----@field ABILITY_ILF_MAXIMUM_CREEP_LEVEL_PLY1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ply1') ---- ----ABILITY_ILF_MAXIMUM_CREEP_LEVEL_POS1 'common.ABILITY_ILF_MAXIMUM_CREEP_LEVEL_POS1' ----@field ABILITY_ILF_MAXIMUM_CREEP_LEVEL_POS1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Pos1') ---- ----ABILITY_ILF_MOVEMENT_UPDATE_FREQUENCY_PRG1 'common.ABILITY_ILF_MOVEMENT_UPDATE_FREQUENCY_PRG1' ----@field ABILITY_ILF_MOVEMENT_UPDATE_FREQUENCY_PRG1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Prg1') ---- ----ABILITY_ILF_ATTACK_UPDATE_FREQUENCY_PRG2 'common.ABILITY_ILF_ATTACK_UPDATE_FREQUENCY_PRG2' ----@field ABILITY_ILF_ATTACK_UPDATE_FREQUENCY_PRG2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Prg2') ---- ----ABILITY_ILF_MANA_LOSS_PRG6 'common.ABILITY_ILF_MANA_LOSS_PRG6' ----@field ABILITY_ILF_MANA_LOSS_PRG6 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Prg6') ---- ----ABILITY_ILF_UNITS_SUMMONED_TYPE_ONE 'common.ABILITY_ILF_UNITS_SUMMONED_TYPE_ONE' ----@field ABILITY_ILF_UNITS_SUMMONED_TYPE_ONE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Rai1') ---- ----ABILITY_ILF_UNITS_SUMMONED_TYPE_TWO 'common.ABILITY_ILF_UNITS_SUMMONED_TYPE_TWO' ----@field ABILITY_ILF_UNITS_SUMMONED_TYPE_TWO abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Rai2') ---- ----ABILITY_ILF_MAX_UNITS_SUMMONED 'common.ABILITY_ILF_MAX_UNITS_SUMMONED' ----@field ABILITY_ILF_MAX_UNITS_SUMMONED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ucb5') ---- ----ABILITY_ILF_ALLOW_WHEN_FULL_REJ3 'common.ABILITY_ILF_ALLOW_WHEN_FULL_REJ3' ----@field ABILITY_ILF_ALLOW_WHEN_FULL_REJ3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Rej3') ---- ----ABILITY_ILF_MAXIMUM_UNITS_CHARGED_TO_CASTER 'common.ABILITY_ILF_MAXIMUM_UNITS_CHARGED_TO_CASTER' ----@field ABILITY_ILF_MAXIMUM_UNITS_CHARGED_TO_CASTER abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Rpb5') ---- ----ABILITY_ILF_MAXIMUM_UNITS_AFFECTED 'common.ABILITY_ILF_MAXIMUM_UNITS_AFFECTED' ----@field ABILITY_ILF_MAXIMUM_UNITS_AFFECTED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Rpb6') ---- ----ABILITY_ILF_DEFENSE_INCREASE_ROA2 'common.ABILITY_ILF_DEFENSE_INCREASE_ROA2' ----@field ABILITY_ILF_DEFENSE_INCREASE_ROA2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Roa2') ---- ----ABILITY_ILF_MAX_UNITS_ROA7 'common.ABILITY_ILF_MAX_UNITS_ROA7' ----@field ABILITY_ILF_MAX_UNITS_ROA7 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Roa7') ---- ----ABILITY_ILF_ROOTED_WEAPONS 'common.ABILITY_ILF_ROOTED_WEAPONS' ----@field ABILITY_ILF_ROOTED_WEAPONS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Roo1') ---- ----ABILITY_ILF_UPROOTED_WEAPONS 'common.ABILITY_ILF_UPROOTED_WEAPONS' ----@field ABILITY_ILF_UPROOTED_WEAPONS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Roo2') ---- ----ABILITY_ILF_UPROOTED_DEFENSE_TYPE 'common.ABILITY_ILF_UPROOTED_DEFENSE_TYPE' ----@field ABILITY_ILF_UPROOTED_DEFENSE_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Roo4') ---- ----ABILITY_ILF_ACCUMULATION_STEP 'common.ABILITY_ILF_ACCUMULATION_STEP' ----@field ABILITY_ILF_ACCUMULATION_STEP abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Sal2') ---- ----ABILITY_ILF_NUMBER_OF_OWLS 'common.ABILITY_ILF_NUMBER_OF_OWLS' ----@field ABILITY_ILF_NUMBER_OF_OWLS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Esn4') ---- ----ABILITY_ILF_STACKING_TYPE_SPO4 'common.ABILITY_ILF_STACKING_TYPE_SPO4' ----@field ABILITY_ILF_STACKING_TYPE_SPO4 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Spo4') ---- ----ABILITY_ILF_NUMBER_OF_UNITS 'common.ABILITY_ILF_NUMBER_OF_UNITS' ----@field ABILITY_ILF_NUMBER_OF_UNITS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Sod1') ---- ----ABILITY_ILF_SPIDER_CAPACITY 'common.ABILITY_ILF_SPIDER_CAPACITY' ----@field ABILITY_ILF_SPIDER_CAPACITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Spa1') ---- ----ABILITY_ILF_INTERVALS_BEFORE_CHANGING_TREES 'common.ABILITY_ILF_INTERVALS_BEFORE_CHANGING_TREES' ----@field ABILITY_ILF_INTERVALS_BEFORE_CHANGING_TREES abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Wha2') ---- ----ABILITY_ILF_AGILITY_BONUS 'common.ABILITY_ILF_AGILITY_BONUS' ----@field ABILITY_ILF_AGILITY_BONUS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iagi') ---- ----ABILITY_ILF_INTELLIGENCE_BONUS 'common.ABILITY_ILF_INTELLIGENCE_BONUS' ----@field ABILITY_ILF_INTELLIGENCE_BONUS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iint') ---- ----ABILITY_ILF_STRENGTH_BONUS_ISTR 'common.ABILITY_ILF_STRENGTH_BONUS_ISTR' ----@field ABILITY_ILF_STRENGTH_BONUS_ISTR abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Istr') ---- ----ABILITY_ILF_ATTACK_BONUS 'common.ABILITY_ILF_ATTACK_BONUS' ----@field ABILITY_ILF_ATTACK_BONUS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iatt') ---- ----ABILITY_ILF_DEFENSE_BONUS_IDEF 'common.ABILITY_ILF_DEFENSE_BONUS_IDEF' ----@field ABILITY_ILF_DEFENSE_BONUS_IDEF abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Idef') ---- ----ABILITY_ILF_SUMMON_1_AMOUNT 'common.ABILITY_ILF_SUMMON_1_AMOUNT' ----@field ABILITY_ILF_SUMMON_1_AMOUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Isn1') ---- ----ABILITY_ILF_SUMMON_2_AMOUNT 'common.ABILITY_ILF_SUMMON_2_AMOUNT' ----@field ABILITY_ILF_SUMMON_2_AMOUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Isn2') ---- ----ABILITY_ILF_EXPERIENCE_GAINED 'common.ABILITY_ILF_EXPERIENCE_GAINED' ----@field ABILITY_ILF_EXPERIENCE_GAINED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ixpg') ---- ----ABILITY_ILF_HIT_POINTS_GAINED_IHPG 'common.ABILITY_ILF_HIT_POINTS_GAINED_IHPG' ----@field ABILITY_ILF_HIT_POINTS_GAINED_IHPG abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ihpg') ---- ----ABILITY_ILF_MANA_POINTS_GAINED_IMPG 'common.ABILITY_ILF_MANA_POINTS_GAINED_IMPG' ----@field ABILITY_ILF_MANA_POINTS_GAINED_IMPG abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Impg') ---- ----ABILITY_ILF_HIT_POINTS_GAINED_IHP2 'common.ABILITY_ILF_HIT_POINTS_GAINED_IHP2' ----@field ABILITY_ILF_HIT_POINTS_GAINED_IHP2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ihp2') ---- ----ABILITY_ILF_MANA_POINTS_GAINED_IMP2 'common.ABILITY_ILF_MANA_POINTS_GAINED_IMP2' ----@field ABILITY_ILF_MANA_POINTS_GAINED_IMP2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Imp2') ---- ----ABILITY_ILF_DAMAGE_BONUS_DICE 'common.ABILITY_ILF_DAMAGE_BONUS_DICE' ----@field ABILITY_ILF_DAMAGE_BONUS_DICE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Idic') ---- ----ABILITY_ILF_ARMOR_PENALTY_IARP 'common.ABILITY_ILF_ARMOR_PENALTY_IARP' ----@field ABILITY_ILF_ARMOR_PENALTY_IARP abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iarp') ---- ----ABILITY_ILF_ENABLED_ATTACK_INDEX_IOB5 'common.ABILITY_ILF_ENABLED_ATTACK_INDEX_IOB5' ----@field ABILITY_ILF_ENABLED_ATTACK_INDEX_IOB5 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iob5') ---- ----ABILITY_ILF_LEVELS_GAINED 'common.ABILITY_ILF_LEVELS_GAINED' ----@field ABILITY_ILF_LEVELS_GAINED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ilev') ---- ----ABILITY_ILF_MAX_LIFE_GAINED 'common.ABILITY_ILF_MAX_LIFE_GAINED' ----@field ABILITY_ILF_MAX_LIFE_GAINED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ilif') ---- ----ABILITY_ILF_MAX_MANA_GAINED 'common.ABILITY_ILF_MAX_MANA_GAINED' ----@field ABILITY_ILF_MAX_MANA_GAINED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iman') ---- ----ABILITY_ILF_GOLD_GIVEN 'common.ABILITY_ILF_GOLD_GIVEN' ----@field ABILITY_ILF_GOLD_GIVEN abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Igol') ---- ----ABILITY_ILF_LUMBER_GIVEN 'common.ABILITY_ILF_LUMBER_GIVEN' ----@field ABILITY_ILF_LUMBER_GIVEN abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ilum') ---- ----ABILITY_ILF_DETECTION_TYPE_IFA1 'common.ABILITY_ILF_DETECTION_TYPE_IFA1' ----@field ABILITY_ILF_DETECTION_TYPE_IFA1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ifa1') ---- ----ABILITY_ILF_MAXIMUM_CREEP_LEVEL_ICRE 'common.ABILITY_ILF_MAXIMUM_CREEP_LEVEL_ICRE' ----@field ABILITY_ILF_MAXIMUM_CREEP_LEVEL_ICRE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Icre') ---- ----ABILITY_ILF_MOVEMENT_SPEED_BONUS 'common.ABILITY_ILF_MOVEMENT_SPEED_BONUS' ----@field ABILITY_ILF_MOVEMENT_SPEED_BONUS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Imvb') ---- ----ABILITY_ILF_HIT_POINTS_REGENERATED_PER_SECOND 'common.ABILITY_ILF_HIT_POINTS_REGENERATED_PER_SECOND' ----@field ABILITY_ILF_HIT_POINTS_REGENERATED_PER_SECOND abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ihpr') ---- ----ABILITY_ILF_SIGHT_RANGE_BONUS 'common.ABILITY_ILF_SIGHT_RANGE_BONUS' ----@field ABILITY_ILF_SIGHT_RANGE_BONUS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Isib') ---- ----ABILITY_ILF_DAMAGE_PER_DURATION 'common.ABILITY_ILF_DAMAGE_PER_DURATION' ----@field ABILITY_ILF_DAMAGE_PER_DURATION abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Icfd') ---- ----ABILITY_ILF_MANA_USED_PER_SECOND 'common.ABILITY_ILF_MANA_USED_PER_SECOND' ----@field ABILITY_ILF_MANA_USED_PER_SECOND abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Icfm') ---- ----ABILITY_ILF_EXTRA_MANA_REQUIRED 'common.ABILITY_ILF_EXTRA_MANA_REQUIRED' ----@field ABILITY_ILF_EXTRA_MANA_REQUIRED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Icfx') ---- ----ABILITY_ILF_DETECTION_RADIUS_IDET 'common.ABILITY_ILF_DETECTION_RADIUS_IDET' ----@field ABILITY_ILF_DETECTION_RADIUS_IDET abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Idet') ---- ----ABILITY_ILF_MANA_LOSS_PER_UNIT_IDIM 'common.ABILITY_ILF_MANA_LOSS_PER_UNIT_IDIM' ----@field ABILITY_ILF_MANA_LOSS_PER_UNIT_IDIM abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Idim') ---- ----ABILITY_ILF_DAMAGE_TO_SUMMONED_UNITS_IDID 'common.ABILITY_ILF_DAMAGE_TO_SUMMONED_UNITS_IDID' ----@field ABILITY_ILF_DAMAGE_TO_SUMMONED_UNITS_IDID abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Idid') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_IREC 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_IREC' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_IREC abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Irec') ---- ----ABILITY_ILF_DELAY_AFTER_DEATH_SECONDS 'common.ABILITY_ILF_DELAY_AFTER_DEATH_SECONDS' ----@field ABILITY_ILF_DELAY_AFTER_DEATH_SECONDS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ircd') ---- ----ABILITY_ILF_RESTORED_LIFE 'common.ABILITY_ILF_RESTORED_LIFE' ----@field ABILITY_ILF_RESTORED_LIFE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('irc2') ---- ----ABILITY_ILF_RESTORED_MANA__1_FOR_CURRENT 'common.ABILITY_ILF_RESTORED_MANA__1_FOR_CURRENT' ----@field ABILITY_ILF_RESTORED_MANA__1_FOR_CURRENT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('irc3') ---- ----ABILITY_ILF_HIT_POINTS_RESTORED 'common.ABILITY_ILF_HIT_POINTS_RESTORED' ----@field ABILITY_ILF_HIT_POINTS_RESTORED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ihps') ---- ----ABILITY_ILF_MANA_POINTS_RESTORED 'common.ABILITY_ILF_MANA_POINTS_RESTORED' ----@field ABILITY_ILF_MANA_POINTS_RESTORED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Imps') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_ITPM 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_ITPM' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_UNITS_ITPM abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Itpm') ---- ----ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_CAD1 'common.ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_CAD1' ----@field ABILITY_ILF_NUMBER_OF_CORPSES_RAISED_CAD1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Cad1') ---- ----ABILITY_ILF_TERRAIN_DEFORMATION_DURATION_MS 'common.ABILITY_ILF_TERRAIN_DEFORMATION_DURATION_MS' ----@field ABILITY_ILF_TERRAIN_DEFORMATION_DURATION_MS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Wrs3') ---- ----ABILITY_ILF_MAXIMUM_UNITS 'common.ABILITY_ILF_MAXIMUM_UNITS' ----@field ABILITY_ILF_MAXIMUM_UNITS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Uds1') ---- ----ABILITY_ILF_DETECTION_TYPE_DET1 'common.ABILITY_ILF_DETECTION_TYPE_DET1' ----@field ABILITY_ILF_DETECTION_TYPE_DET1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Det1') ---- ----ABILITY_ILF_GOLD_COST_PER_STRUCTURE 'common.ABILITY_ILF_GOLD_COST_PER_STRUCTURE' ----@field ABILITY_ILF_GOLD_COST_PER_STRUCTURE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsp1') ---- ----ABILITY_ILF_LUMBER_COST_PER_USE 'common.ABILITY_ILF_LUMBER_COST_PER_USE' ----@field ABILITY_ILF_LUMBER_COST_PER_USE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsp2') ---- ----ABILITY_ILF_DETECTION_TYPE_NSP3 'common.ABILITY_ILF_DETECTION_TYPE_NSP3' ----@field ABILITY_ILF_DETECTION_TYPE_NSP3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsp3') ---- ----ABILITY_ILF_NUMBER_OF_SWARM_UNITS 'common.ABILITY_ILF_NUMBER_OF_SWARM_UNITS' ----@field ABILITY_ILF_NUMBER_OF_SWARM_UNITS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Uls1') ---- ----ABILITY_ILF_MAX_SWARM_UNITS_PER_TARGET 'common.ABILITY_ILF_MAX_SWARM_UNITS_PER_TARGET' ----@field ABILITY_ILF_MAX_SWARM_UNITS_PER_TARGET abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Uls3') ---- ----ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_NBA2 'common.ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_NBA2' ----@field ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_NBA2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nba2') ---- ----ABILITY_ILF_MAXIMUM_CREEP_LEVEL_NCH1 'common.ABILITY_ILF_MAXIMUM_CREEP_LEVEL_NCH1' ----@field ABILITY_ILF_MAXIMUM_CREEP_LEVEL_NCH1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nch1') ---- ----ABILITY_ILF_ATTACKS_PREVENTED 'common.ABILITY_ILF_ATTACKS_PREVENTED' ----@field ABILITY_ILF_ATTACKS_PREVENTED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsi1') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_TARGETS_EFK3 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_TARGETS_EFK3' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_TARGETS_EFK3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Efk3') ---- ----ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_ESV1 'common.ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_ESV1' ----@field ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_ESV1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Esv1') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_CORPSES_EXH1 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_CORPSES_EXH1' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_CORPSES_EXH1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('exh1') ---- ----ABILITY_ILF_ITEM_CAPACITY 'common.ABILITY_ILF_ITEM_CAPACITY' ----@field ABILITY_ILF_ITEM_CAPACITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('inv1') ---- ----ABILITY_ILF_MAXIMUM_NUMBER_OF_TARGETS_SPL2 'common.ABILITY_ILF_MAXIMUM_NUMBER_OF_TARGETS_SPL2' ----@field ABILITY_ILF_MAXIMUM_NUMBER_OF_TARGETS_SPL2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('spl2') ---- ----ABILITY_ILF_ALLOW_WHEN_FULL_IRL3 'common.ABILITY_ILF_ALLOW_WHEN_FULL_IRL3' ----@field ABILITY_ILF_ALLOW_WHEN_FULL_IRL3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('irl3') ---- ----ABILITY_ILF_MAXIMUM_DISPELLED_UNITS 'common.ABILITY_ILF_MAXIMUM_DISPELLED_UNITS' ----@field ABILITY_ILF_MAXIMUM_DISPELLED_UNITS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('idc3') ---- ----ABILITY_ILF_NUMBER_OF_LURES 'common.ABILITY_ILF_NUMBER_OF_LURES' ----@field ABILITY_ILF_NUMBER_OF_LURES abilityintegerlevelfield _ConvertAbilityIntegerLevelField('imo1') ---- ----ABILITY_ILF_NEW_TIME_OF_DAY_HOUR 'common.ABILITY_ILF_NEW_TIME_OF_DAY_HOUR' ----@field ABILITY_ILF_NEW_TIME_OF_DAY_HOUR abilityintegerlevelfield _ConvertAbilityIntegerLevelField('ict1') ---- ----ABILITY_ILF_NEW_TIME_OF_DAY_MINUTE 'common.ABILITY_ILF_NEW_TIME_OF_DAY_MINUTE' ----@field ABILITY_ILF_NEW_TIME_OF_DAY_MINUTE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('ict2') ---- ----ABILITY_ILF_NUMBER_OF_UNITS_CREATED_MEC1 'common.ABILITY_ILF_NUMBER_OF_UNITS_CREATED_MEC1' ----@field ABILITY_ILF_NUMBER_OF_UNITS_CREATED_MEC1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('mec1') ---- ----ABILITY_ILF_MINIMUM_SPELLS 'common.ABILITY_ILF_MINIMUM_SPELLS' ----@field ABILITY_ILF_MINIMUM_SPELLS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('spb3') ---- ----ABILITY_ILF_MAXIMUM_SPELLS 'common.ABILITY_ILF_MAXIMUM_SPELLS' ----@field ABILITY_ILF_MAXIMUM_SPELLS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('spb4') ---- ----ABILITY_ILF_DISABLED_ATTACK_INDEX 'common.ABILITY_ILF_DISABLED_ATTACK_INDEX' ----@field ABILITY_ILF_DISABLED_ATTACK_INDEX abilityintegerlevelfield _ConvertAbilityIntegerLevelField('gra3') ---- ----ABILITY_ILF_ENABLED_ATTACK_INDEX_GRA4 'common.ABILITY_ILF_ENABLED_ATTACK_INDEX_GRA4' ----@field ABILITY_ILF_ENABLED_ATTACK_INDEX_GRA4 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('gra4') ---- ----ABILITY_ILF_MAXIMUM_ATTACKS 'common.ABILITY_ILF_MAXIMUM_ATTACKS' ----@field ABILITY_ILF_MAXIMUM_ATTACKS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('gra5') ---- ----ABILITY_ILF_BUILDING_TYPES_ALLOWED_NPR1 'common.ABILITY_ILF_BUILDING_TYPES_ALLOWED_NPR1' ----@field ABILITY_ILF_BUILDING_TYPES_ALLOWED_NPR1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Npr1') ---- ----ABILITY_ILF_BUILDING_TYPES_ALLOWED_NSA1 'common.ABILITY_ILF_BUILDING_TYPES_ALLOWED_NSA1' ----@field ABILITY_ILF_BUILDING_TYPES_ALLOWED_NSA1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsa1') ---- ----ABILITY_ILF_ATTACK_MODIFICATION 'common.ABILITY_ILF_ATTACK_MODIFICATION' ----@field ABILITY_ILF_ATTACK_MODIFICATION abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iaa1') ---- ----ABILITY_ILF_SUMMONED_UNIT_COUNT_NPA5 'common.ABILITY_ILF_SUMMONED_UNIT_COUNT_NPA5' ----@field ABILITY_ILF_SUMMONED_UNIT_COUNT_NPA5 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Npa5') ---- ----ABILITY_ILF_UPGRADE_LEVELS 'common.ABILITY_ILF_UPGRADE_LEVELS' ----@field ABILITY_ILF_UPGRADE_LEVELS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Igl1') ---- ----ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_NDO2 'common.ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_NDO2' ----@field ABILITY_ILF_NUMBER_OF_SUMMONED_UNITS_NDO2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndo2') ---- ----ABILITY_ILF_BEASTS_PER_SECOND 'common.ABILITY_ILF_BEASTS_PER_SECOND' ----@field ABILITY_ILF_BEASTS_PER_SECOND abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nst1') ---- ----ABILITY_ILF_TARGET_TYPE 'common.ABILITY_ILF_TARGET_TYPE' ----@field ABILITY_ILF_TARGET_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ncl2') ---- ----ABILITY_ILF_OPTIONS 'common.ABILITY_ILF_OPTIONS' ----@field ABILITY_ILF_OPTIONS abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ncl3') ---- ----ABILITY_ILF_ARMOR_PENALTY_NAB3 'common.ABILITY_ILF_ARMOR_PENALTY_NAB3' ----@field ABILITY_ILF_ARMOR_PENALTY_NAB3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nab3') ---- ----ABILITY_ILF_WAVE_COUNT_NHS6 'common.ABILITY_ILF_WAVE_COUNT_NHS6' ----@field ABILITY_ILF_WAVE_COUNT_NHS6 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nhs6') ---- ----ABILITY_ILF_MAX_CREEP_LEVEL_NTM3 'common.ABILITY_ILF_MAX_CREEP_LEVEL_NTM3' ----@field ABILITY_ILF_MAX_CREEP_LEVEL_NTM3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ntm3') ---- ----ABILITY_ILF_MISSILE_COUNT 'common.ABILITY_ILF_MISSILE_COUNT' ----@field ABILITY_ILF_MISSILE_COUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ncs3') ---- ----ABILITY_ILF_SPLIT_ATTACK_COUNT 'common.ABILITY_ILF_SPLIT_ATTACK_COUNT' ----@field ABILITY_ILF_SPLIT_ATTACK_COUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nlm3') ---- ----ABILITY_ILF_GENERATION_COUNT 'common.ABILITY_ILF_GENERATION_COUNT' ----@field ABILITY_ILF_GENERATION_COUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nlm6') ---- ----ABILITY_ILF_ROCK_RING_COUNT 'common.ABILITY_ILF_ROCK_RING_COUNT' ----@field ABILITY_ILF_ROCK_RING_COUNT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nvc1') ---- ----ABILITY_ILF_WAVE_COUNT_NVC2 'common.ABILITY_ILF_WAVE_COUNT_NVC2' ----@field ABILITY_ILF_WAVE_COUNT_NVC2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nvc2') ---- ----ABILITY_ILF_PREFER_HOSTILES_TAU1 'common.ABILITY_ILF_PREFER_HOSTILES_TAU1' ----@field ABILITY_ILF_PREFER_HOSTILES_TAU1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Tau1') ---- ----ABILITY_ILF_PREFER_FRIENDLIES_TAU2 'common.ABILITY_ILF_PREFER_FRIENDLIES_TAU2' ----@field ABILITY_ILF_PREFER_FRIENDLIES_TAU2 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Tau2') ---- ----ABILITY_ILF_MAX_UNITS_TAU3 'common.ABILITY_ILF_MAX_UNITS_TAU3' ----@field ABILITY_ILF_MAX_UNITS_TAU3 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Tau3') ---- ----ABILITY_ILF_NUMBER_OF_PULSES 'common.ABILITY_ILF_NUMBER_OF_PULSES' ----@field ABILITY_ILF_NUMBER_OF_PULSES abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Tau4') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPE_HWE1 'common.ABILITY_ILF_SUMMONED_UNIT_TYPE_HWE1' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPE_HWE1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Hwe1') ---- ----ABILITY_ILF_SUMMONED_UNIT_UIN4 'common.ABILITY_ILF_SUMMONED_UNIT_UIN4' ----@field ABILITY_ILF_SUMMONED_UNIT_UIN4 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Uin4') ---- ----ABILITY_ILF_SUMMONED_UNIT_OSF1 'common.ABILITY_ILF_SUMMONED_UNIT_OSF1' ----@field ABILITY_ILF_SUMMONED_UNIT_OSF1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Osf1') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPE_EFNU 'common.ABILITY_ILF_SUMMONED_UNIT_TYPE_EFNU' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPE_EFNU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Efnu') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPE_NBAU 'common.ABILITY_ILF_SUMMONED_UNIT_TYPE_NBAU' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPE_NBAU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nbau') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPE_NTOU 'common.ABILITY_ILF_SUMMONED_UNIT_TYPE_NTOU' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPE_NTOU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ntou') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPE_ESVU 'common.ABILITY_ILF_SUMMONED_UNIT_TYPE_ESVU' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPE_ESVU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Esvu') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPES 'common.ABILITY_ILF_SUMMONED_UNIT_TYPES' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPES abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nef1') ---- ----ABILITY_ILF_SUMMONED_UNIT_TYPE_NDOU 'common.ABILITY_ILF_SUMMONED_UNIT_TYPE_NDOU' ----@field ABILITY_ILF_SUMMONED_UNIT_TYPE_NDOU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndou') ---- ----ABILITY_ILF_ALTERNATE_FORM_UNIT_EMEU 'common.ABILITY_ILF_ALTERNATE_FORM_UNIT_EMEU' ----@field ABILITY_ILF_ALTERNATE_FORM_UNIT_EMEU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Emeu') ---- ----ABILITY_ILF_PLAGUE_WARD_UNIT_TYPE 'common.ABILITY_ILF_PLAGUE_WARD_UNIT_TYPE' ----@field ABILITY_ILF_PLAGUE_WARD_UNIT_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Aplu') ---- ----ABILITY_ILF_ALLOWED_UNIT_TYPE_BTL1 'common.ABILITY_ILF_ALLOWED_UNIT_TYPE_BTL1' ----@field ABILITY_ILF_ALLOWED_UNIT_TYPE_BTL1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Btl1') ---- ----ABILITY_ILF_NEW_UNIT_TYPE 'common.ABILITY_ILF_NEW_UNIT_TYPE' ----@field ABILITY_ILF_NEW_UNIT_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Cha1') ---- ----ABILITY_ILF_RESULTING_UNIT_TYPE_ENT1 'common.ABILITY_ILF_RESULTING_UNIT_TYPE_ENT1' ----@field ABILITY_ILF_RESULTING_UNIT_TYPE_ENT1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('ent1') ---- ----ABILITY_ILF_CORPSE_UNIT_TYPE 'common.ABILITY_ILF_CORPSE_UNIT_TYPE' ----@field ABILITY_ILF_CORPSE_UNIT_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Gydu') ---- ----ABILITY_ILF_ALLOWED_UNIT_TYPE_LOA1 'common.ABILITY_ILF_ALLOWED_UNIT_TYPE_LOA1' ----@field ABILITY_ILF_ALLOWED_UNIT_TYPE_LOA1 abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Loa1') ---- ----ABILITY_ILF_UNIT_TYPE_FOR_LIMIT_CHECK 'common.ABILITY_ILF_UNIT_TYPE_FOR_LIMIT_CHECK' ----@field ABILITY_ILF_UNIT_TYPE_FOR_LIMIT_CHECK abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Raiu') ---- ----ABILITY_ILF_WARD_UNIT_TYPE_STAU 'common.ABILITY_ILF_WARD_UNIT_TYPE_STAU' ----@field ABILITY_ILF_WARD_UNIT_TYPE_STAU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Stau') ---- ----ABILITY_ILF_EFFECT_ABILITY 'common.ABILITY_ILF_EFFECT_ABILITY' ----@field ABILITY_ILF_EFFECT_ABILITY abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iobu') ---- ----ABILITY_ILF_CONVERSION_UNIT 'common.ABILITY_ILF_CONVERSION_UNIT' ----@field ABILITY_ILF_CONVERSION_UNIT abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ndc2') ---- ----ABILITY_ILF_UNIT_TO_PRESERVE 'common.ABILITY_ILF_UNIT_TO_PRESERVE' ----@field ABILITY_ILF_UNIT_TO_PRESERVE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsl1') ---- ----ABILITY_ILF_UNIT_TYPE_ALLOWED 'common.ABILITY_ILF_UNIT_TYPE_ALLOWED' ----@field ABILITY_ILF_UNIT_TYPE_ALLOWED abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Chl1') ---- ----ABILITY_ILF_SWARM_UNIT_TYPE 'common.ABILITY_ILF_SWARM_UNIT_TYPE' ----@field ABILITY_ILF_SWARM_UNIT_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Ulsu') ---- ----ABILITY_ILF_RESULTING_UNIT_TYPE_COAU 'common.ABILITY_ILF_RESULTING_UNIT_TYPE_COAU' ----@field ABILITY_ILF_RESULTING_UNIT_TYPE_COAU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('coau') ---- ----ABILITY_ILF_UNIT_TYPE_EXHU 'common.ABILITY_ILF_UNIT_TYPE_EXHU' ----@field ABILITY_ILF_UNIT_TYPE_EXHU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('exhu') ---- ----ABILITY_ILF_WARD_UNIT_TYPE_HWDU 'common.ABILITY_ILF_WARD_UNIT_TYPE_HWDU' ----@field ABILITY_ILF_WARD_UNIT_TYPE_HWDU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('hwdu') ---- ----ABILITY_ILF_LURE_UNIT_TYPE 'common.ABILITY_ILF_LURE_UNIT_TYPE' ----@field ABILITY_ILF_LURE_UNIT_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('imou') ---- ----ABILITY_ILF_UNIT_TYPE_IPMU 'common.ABILITY_ILF_UNIT_TYPE_IPMU' ----@field ABILITY_ILF_UNIT_TYPE_IPMU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('ipmu') ---- ----ABILITY_ILF_FACTORY_UNIT_ID 'common.ABILITY_ILF_FACTORY_UNIT_ID' ----@field ABILITY_ILF_FACTORY_UNIT_ID abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nsyu') ---- ----ABILITY_ILF_SPAWN_UNIT_ID_NFYU 'common.ABILITY_ILF_SPAWN_UNIT_ID_NFYU' ----@field ABILITY_ILF_SPAWN_UNIT_ID_NFYU abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nfyu') ---- ----ABILITY_ILF_DESTRUCTIBLE_ID 'common.ABILITY_ILF_DESTRUCTIBLE_ID' ----@field ABILITY_ILF_DESTRUCTIBLE_ID abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Nvcu') ---- ----ABILITY_ILF_UPGRADE_TYPE 'common.ABILITY_ILF_UPGRADE_TYPE' ----@field ABILITY_ILF_UPGRADE_TYPE abilityintegerlevelfield _ConvertAbilityIntegerLevelField('Iglu') ---- ----ABILITY_RLF_CASTING_TIME 'common.ABILITY_RLF_CASTING_TIME' ----@field ABILITY_RLF_CASTING_TIME abilityreallevelfield _ConvertAbilityRealLevelField('acas') ---- ----ABILITY_RLF_DURATION_NORMAL 'common.ABILITY_RLF_DURATION_NORMAL' ----@field ABILITY_RLF_DURATION_NORMAL abilityreallevelfield _ConvertAbilityRealLevelField('adur') ---- ----ABILITY_RLF_DURATION_HERO 'common.ABILITY_RLF_DURATION_HERO' ----@field ABILITY_RLF_DURATION_HERO abilityreallevelfield _ConvertAbilityRealLevelField('ahdu') ---- ----ABILITY_RLF_COOLDOWN 'common.ABILITY_RLF_COOLDOWN' ----@field ABILITY_RLF_COOLDOWN abilityreallevelfield _ConvertAbilityRealLevelField('acdn') ---- ----ABILITY_RLF_AREA_OF_EFFECT 'common.ABILITY_RLF_AREA_OF_EFFECT' ----@field ABILITY_RLF_AREA_OF_EFFECT abilityreallevelfield _ConvertAbilityRealLevelField('aare') ---- ----ABILITY_RLF_CAST_RANGE 'common.ABILITY_RLF_CAST_RANGE' ----@field ABILITY_RLF_CAST_RANGE abilityreallevelfield _ConvertAbilityRealLevelField('aran') ---- ----ABILITY_RLF_DAMAGE_HBZ2 'common.ABILITY_RLF_DAMAGE_HBZ2' ----@field ABILITY_RLF_DAMAGE_HBZ2 abilityreallevelfield _ConvertAbilityRealLevelField('Hbz2') ---- ----ABILITY_RLF_BUILDING_REDUCTION_HBZ4 'common.ABILITY_RLF_BUILDING_REDUCTION_HBZ4' ----@field ABILITY_RLF_BUILDING_REDUCTION_HBZ4 abilityreallevelfield _ConvertAbilityRealLevelField('Hbz4') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_HBZ5 'common.ABILITY_RLF_DAMAGE_PER_SECOND_HBZ5' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_HBZ5 abilityreallevelfield _ConvertAbilityRealLevelField('Hbz5') ---- ----ABILITY_RLF_MAXIMUM_DAMAGE_PER_WAVE 'common.ABILITY_RLF_MAXIMUM_DAMAGE_PER_WAVE' ----@field ABILITY_RLF_MAXIMUM_DAMAGE_PER_WAVE abilityreallevelfield _ConvertAbilityRealLevelField('Hbz6') ---- ----ABILITY_RLF_MANA_REGENERATION_INCREASE 'common.ABILITY_RLF_MANA_REGENERATION_INCREASE' ----@field ABILITY_RLF_MANA_REGENERATION_INCREASE abilityreallevelfield _ConvertAbilityRealLevelField('Hab1') ---- ----ABILITY_RLF_CASTING_DELAY 'common.ABILITY_RLF_CASTING_DELAY' ----@field ABILITY_RLF_CASTING_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Hmt2') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_OWW1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_OWW1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_OWW1 abilityreallevelfield _ConvertAbilityRealLevelField('Oww1') ---- ----ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_OWW2 'common.ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_OWW2' ----@field ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_OWW2 abilityreallevelfield _ConvertAbilityRealLevelField('Oww2') ---- ----ABILITY_RLF_CHANCE_TO_CRITICAL_STRIKE 'common.ABILITY_RLF_CHANCE_TO_CRITICAL_STRIKE' ----@field ABILITY_RLF_CHANCE_TO_CRITICAL_STRIKE abilityreallevelfield _ConvertAbilityRealLevelField('Ocr1') ---- ----ABILITY_RLF_DAMAGE_MULTIPLIER_OCR2 'common.ABILITY_RLF_DAMAGE_MULTIPLIER_OCR2' ----@field ABILITY_RLF_DAMAGE_MULTIPLIER_OCR2 abilityreallevelfield _ConvertAbilityRealLevelField('Ocr2') ---- ----ABILITY_RLF_DAMAGE_BONUS_OCR3 'common.ABILITY_RLF_DAMAGE_BONUS_OCR3' ----@field ABILITY_RLF_DAMAGE_BONUS_OCR3 abilityreallevelfield _ConvertAbilityRealLevelField('Ocr3') ---- ----ABILITY_RLF_CHANCE_TO_EVADE_OCR4 'common.ABILITY_RLF_CHANCE_TO_EVADE_OCR4' ----@field ABILITY_RLF_CHANCE_TO_EVADE_OCR4 abilityreallevelfield _ConvertAbilityRealLevelField('Ocr4') ---- ----ABILITY_RLF_DAMAGE_DEALT_PERCENT_OMI2 'common.ABILITY_RLF_DAMAGE_DEALT_PERCENT_OMI2' ----@field ABILITY_RLF_DAMAGE_DEALT_PERCENT_OMI2 abilityreallevelfield _ConvertAbilityRealLevelField('Omi2') ---- ----ABILITY_RLF_DAMAGE_TAKEN_PERCENT_OMI3 'common.ABILITY_RLF_DAMAGE_TAKEN_PERCENT_OMI3' ----@field ABILITY_RLF_DAMAGE_TAKEN_PERCENT_OMI3 abilityreallevelfield _ConvertAbilityRealLevelField('Omi3') ---- ----ABILITY_RLF_ANIMATION_DELAY 'common.ABILITY_RLF_ANIMATION_DELAY' ----@field ABILITY_RLF_ANIMATION_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Omi4') ---- ----ABILITY_RLF_TRANSITION_TIME 'common.ABILITY_RLF_TRANSITION_TIME' ----@field ABILITY_RLF_TRANSITION_TIME abilityreallevelfield _ConvertAbilityRealLevelField('Owk1') ---- ----ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_OWK2 'common.ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_OWK2' ----@field ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_OWK2 abilityreallevelfield _ConvertAbilityRealLevelField('Owk2') ---- ----ABILITY_RLF_BACKSTAB_DAMAGE 'common.ABILITY_RLF_BACKSTAB_DAMAGE' ----@field ABILITY_RLF_BACKSTAB_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Owk3') ---- ----ABILITY_RLF_AMOUNT_HEALED_DAMAGED_UDC1 'common.ABILITY_RLF_AMOUNT_HEALED_DAMAGED_UDC1' ----@field ABILITY_RLF_AMOUNT_HEALED_DAMAGED_UDC1 abilityreallevelfield _ConvertAbilityRealLevelField('Udc1') ---- ----ABILITY_RLF_LIFE_CONVERTED_TO_MANA 'common.ABILITY_RLF_LIFE_CONVERTED_TO_MANA' ----@field ABILITY_RLF_LIFE_CONVERTED_TO_MANA abilityreallevelfield _ConvertAbilityRealLevelField('Udp1') ---- ----ABILITY_RLF_LIFE_CONVERTED_TO_LIFE 'common.ABILITY_RLF_LIFE_CONVERTED_TO_LIFE' ----@field ABILITY_RLF_LIFE_CONVERTED_TO_LIFE abilityreallevelfield _ConvertAbilityRealLevelField('Udp2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_UAU1 'common.ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_UAU1' ----@field ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_UAU1 abilityreallevelfield _ConvertAbilityRealLevelField('Uau1') ---- ----ABILITY_RLF_LIFE_REGENERATION_INCREASE_PERCENT 'common.ABILITY_RLF_LIFE_REGENERATION_INCREASE_PERCENT' ----@field ABILITY_RLF_LIFE_REGENERATION_INCREASE_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Uau2') ---- ----ABILITY_RLF_CHANCE_TO_EVADE_EEV1 'common.ABILITY_RLF_CHANCE_TO_EVADE_EEV1' ----@field ABILITY_RLF_CHANCE_TO_EVADE_EEV1 abilityreallevelfield _ConvertAbilityRealLevelField('Eev1') ---- ----ABILITY_RLF_DAMAGE_PER_INTERVAL 'common.ABILITY_RLF_DAMAGE_PER_INTERVAL' ----@field ABILITY_RLF_DAMAGE_PER_INTERVAL abilityreallevelfield _ConvertAbilityRealLevelField('Eim1') ---- ----ABILITY_RLF_MANA_DRAINED_PER_SECOND_EIM2 'common.ABILITY_RLF_MANA_DRAINED_PER_SECOND_EIM2' ----@field ABILITY_RLF_MANA_DRAINED_PER_SECOND_EIM2 abilityreallevelfield _ConvertAbilityRealLevelField('Eim2') ---- ----ABILITY_RLF_BUFFER_MANA_REQUIRED 'common.ABILITY_RLF_BUFFER_MANA_REQUIRED' ----@field ABILITY_RLF_BUFFER_MANA_REQUIRED abilityreallevelfield _ConvertAbilityRealLevelField('Eim3') ---- ----ABILITY_RLF_MAX_MANA_DRAINED 'common.ABILITY_RLF_MAX_MANA_DRAINED' ----@field ABILITY_RLF_MAX_MANA_DRAINED abilityreallevelfield _ConvertAbilityRealLevelField('Emb1') ---- ----ABILITY_RLF_BOLT_DELAY 'common.ABILITY_RLF_BOLT_DELAY' ----@field ABILITY_RLF_BOLT_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Emb2') ---- ----ABILITY_RLF_BOLT_LIFETIME 'common.ABILITY_RLF_BOLT_LIFETIME' ----@field ABILITY_RLF_BOLT_LIFETIME abilityreallevelfield _ConvertAbilityRealLevelField('Emb3') ---- ----ABILITY_RLF_ALTITUDE_ADJUSTMENT_DURATION 'common.ABILITY_RLF_ALTITUDE_ADJUSTMENT_DURATION' ----@field ABILITY_RLF_ALTITUDE_ADJUSTMENT_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Eme3') ---- ----ABILITY_RLF_LANDING_DELAY_TIME 'common.ABILITY_RLF_LANDING_DELAY_TIME' ----@field ABILITY_RLF_LANDING_DELAY_TIME abilityreallevelfield _ConvertAbilityRealLevelField('Eme4') ---- ----ABILITY_RLF_ALTERNATE_FORM_HIT_POINT_BONUS 'common.ABILITY_RLF_ALTERNATE_FORM_HIT_POINT_BONUS' ----@field ABILITY_RLF_ALTERNATE_FORM_HIT_POINT_BONUS abilityreallevelfield _ConvertAbilityRealLevelField('Eme5') ---- ----ABILITY_RLF_MOVE_SPEED_BONUS_INFO_PANEL_ONLY 'common.ABILITY_RLF_MOVE_SPEED_BONUS_INFO_PANEL_ONLY' ----@field ABILITY_RLF_MOVE_SPEED_BONUS_INFO_PANEL_ONLY abilityreallevelfield _ConvertAbilityRealLevelField('Ncr5') ---- ----ABILITY_RLF_ATTACK_SPEED_BONUS_INFO_PANEL_ONLY 'common.ABILITY_RLF_ATTACK_SPEED_BONUS_INFO_PANEL_ONLY' ----@field ABILITY_RLF_ATTACK_SPEED_BONUS_INFO_PANEL_ONLY abilityreallevelfield _ConvertAbilityRealLevelField('Ncr6') ---- ----ABILITY_RLF_LIFE_REGENERATION_RATE_PER_SECOND 'common.ABILITY_RLF_LIFE_REGENERATION_RATE_PER_SECOND' ----@field ABILITY_RLF_LIFE_REGENERATION_RATE_PER_SECOND abilityreallevelfield _ConvertAbilityRealLevelField('ave5') ---- ----ABILITY_RLF_STUN_DURATION_USL1 'common.ABILITY_RLF_STUN_DURATION_USL1' ----@field ABILITY_RLF_STUN_DURATION_USL1 abilityreallevelfield _ConvertAbilityRealLevelField('Usl1') ---- ----ABILITY_RLF_ATTACK_DAMAGE_STOLEN_PERCENT 'common.ABILITY_RLF_ATTACK_DAMAGE_STOLEN_PERCENT' ----@field ABILITY_RLF_ATTACK_DAMAGE_STOLEN_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Uav1') ---- ----ABILITY_RLF_DAMAGE_UCS1 'common.ABILITY_RLF_DAMAGE_UCS1' ----@field ABILITY_RLF_DAMAGE_UCS1 abilityreallevelfield _ConvertAbilityRealLevelField('Ucs1') ---- ----ABILITY_RLF_MAX_DAMAGE_UCS2 'common.ABILITY_RLF_MAX_DAMAGE_UCS2' ----@field ABILITY_RLF_MAX_DAMAGE_UCS2 abilityreallevelfield _ConvertAbilityRealLevelField('Ucs2') ---- ----ABILITY_RLF_DISTANCE_UCS3 'common.ABILITY_RLF_DISTANCE_UCS3' ----@field ABILITY_RLF_DISTANCE_UCS3 abilityreallevelfield _ConvertAbilityRealLevelField('Ucs3') ---- ----ABILITY_RLF_FINAL_AREA_UCS4 'common.ABILITY_RLF_FINAL_AREA_UCS4' ----@field ABILITY_RLF_FINAL_AREA_UCS4 abilityreallevelfield _ConvertAbilityRealLevelField('Ucs4') ---- ----ABILITY_RLF_DAMAGE_UIN1 'common.ABILITY_RLF_DAMAGE_UIN1' ----@field ABILITY_RLF_DAMAGE_UIN1 abilityreallevelfield _ConvertAbilityRealLevelField('Uin1') ---- ----ABILITY_RLF_DURATION 'common.ABILITY_RLF_DURATION' ----@field ABILITY_RLF_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Uin2') ---- ----ABILITY_RLF_IMPACT_DELAY 'common.ABILITY_RLF_IMPACT_DELAY' ----@field ABILITY_RLF_IMPACT_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Uin3') ---- ----ABILITY_RLF_DAMAGE_PER_TARGET_OCL1 'common.ABILITY_RLF_DAMAGE_PER_TARGET_OCL1' ----@field ABILITY_RLF_DAMAGE_PER_TARGET_OCL1 abilityreallevelfield _ConvertAbilityRealLevelField('Ocl1') ---- ----ABILITY_RLF_DAMAGE_REDUCTION_PER_TARGET 'common.ABILITY_RLF_DAMAGE_REDUCTION_PER_TARGET' ----@field ABILITY_RLF_DAMAGE_REDUCTION_PER_TARGET abilityreallevelfield _ConvertAbilityRealLevelField('Ocl3') ---- ----ABILITY_RLF_EFFECT_DELAY_OEQ1 'common.ABILITY_RLF_EFFECT_DELAY_OEQ1' ----@field ABILITY_RLF_EFFECT_DELAY_OEQ1 abilityreallevelfield _ConvertAbilityRealLevelField('Oeq1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_TO_BUILDINGS 'common.ABILITY_RLF_DAMAGE_PER_SECOND_TO_BUILDINGS' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_TO_BUILDINGS abilityreallevelfield _ConvertAbilityRealLevelField('Oeq2') ---- ----ABILITY_RLF_UNITS_SLOWED_PERCENT 'common.ABILITY_RLF_UNITS_SLOWED_PERCENT' ----@field ABILITY_RLF_UNITS_SLOWED_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Oeq3') ---- ----ABILITY_RLF_FINAL_AREA_OEQ4 'common.ABILITY_RLF_FINAL_AREA_OEQ4' ----@field ABILITY_RLF_FINAL_AREA_OEQ4 abilityreallevelfield _ConvertAbilityRealLevelField('Oeq4') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_EER1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_EER1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_EER1 abilityreallevelfield _ConvertAbilityRealLevelField('Eer1') ---- ----ABILITY_RLF_DAMAGE_DEALT_TO_ATTACKERS 'common.ABILITY_RLF_DAMAGE_DEALT_TO_ATTACKERS' ----@field ABILITY_RLF_DAMAGE_DEALT_TO_ATTACKERS abilityreallevelfield _ConvertAbilityRealLevelField('Eah1') ---- ----ABILITY_RLF_LIFE_HEALED 'common.ABILITY_RLF_LIFE_HEALED' ----@field ABILITY_RLF_LIFE_HEALED abilityreallevelfield _ConvertAbilityRealLevelField('Etq1') ---- ----ABILITY_RLF_HEAL_INTERVAL 'common.ABILITY_RLF_HEAL_INTERVAL' ----@field ABILITY_RLF_HEAL_INTERVAL abilityreallevelfield _ConvertAbilityRealLevelField('Etq2') ---- ----ABILITY_RLF_BUILDING_REDUCTION_ETQ3 'common.ABILITY_RLF_BUILDING_REDUCTION_ETQ3' ----@field ABILITY_RLF_BUILDING_REDUCTION_ETQ3 abilityreallevelfield _ConvertAbilityRealLevelField('Etq3') ---- ----ABILITY_RLF_INITIAL_IMMUNITY_DURATION 'common.ABILITY_RLF_INITIAL_IMMUNITY_DURATION' ----@field ABILITY_RLF_INITIAL_IMMUNITY_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Etq4') ---- ----ABILITY_RLF_MAX_LIFE_DRAINED_PER_SECOND_PERCENT 'common.ABILITY_RLF_MAX_LIFE_DRAINED_PER_SECOND_PERCENT' ----@field ABILITY_RLF_MAX_LIFE_DRAINED_PER_SECOND_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Udd1') ---- ----ABILITY_RLF_BUILDING_REDUCTION_UDD2 'common.ABILITY_RLF_BUILDING_REDUCTION_UDD2' ----@field ABILITY_RLF_BUILDING_REDUCTION_UDD2 abilityreallevelfield _ConvertAbilityRealLevelField('Udd2') ---- ----ABILITY_RLF_ARMOR_DURATION 'common.ABILITY_RLF_ARMOR_DURATION' ----@field ABILITY_RLF_ARMOR_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Ufa1') ---- ----ABILITY_RLF_ARMOR_BONUS_UFA2 'common.ABILITY_RLF_ARMOR_BONUS_UFA2' ----@field ABILITY_RLF_ARMOR_BONUS_UFA2 abilityreallevelfield _ConvertAbilityRealLevelField('Ufa2') ---- ----ABILITY_RLF_AREA_OF_EFFECT_DAMAGE 'common.ABILITY_RLF_AREA_OF_EFFECT_DAMAGE' ----@field ABILITY_RLF_AREA_OF_EFFECT_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Ufn1') ---- ----ABILITY_RLF_SPECIFIC_TARGET_DAMAGE_UFN2 'common.ABILITY_RLF_SPECIFIC_TARGET_DAMAGE_UFN2' ----@field ABILITY_RLF_SPECIFIC_TARGET_DAMAGE_UFN2 abilityreallevelfield _ConvertAbilityRealLevelField('Ufn2') ---- ----ABILITY_RLF_DAMAGE_BONUS_HFA1 'common.ABILITY_RLF_DAMAGE_BONUS_HFA1' ----@field ABILITY_RLF_DAMAGE_BONUS_HFA1 abilityreallevelfield _ConvertAbilityRealLevelField('Hfa1') ---- ----ABILITY_RLF_DAMAGE_DEALT_ESF1 'common.ABILITY_RLF_DAMAGE_DEALT_ESF1' ----@field ABILITY_RLF_DAMAGE_DEALT_ESF1 abilityreallevelfield _ConvertAbilityRealLevelField('Esf1') ---- ----ABILITY_RLF_DAMAGE_INTERVAL_ESF2 'common.ABILITY_RLF_DAMAGE_INTERVAL_ESF2' ----@field ABILITY_RLF_DAMAGE_INTERVAL_ESF2 abilityreallevelfield _ConvertAbilityRealLevelField('Esf2') ---- ----ABILITY_RLF_BUILDING_REDUCTION_ESF3 'common.ABILITY_RLF_BUILDING_REDUCTION_ESF3' ----@field ABILITY_RLF_BUILDING_REDUCTION_ESF3 abilityreallevelfield _ConvertAbilityRealLevelField('Esf3') ---- ----ABILITY_RLF_DAMAGE_BONUS_PERCENT 'common.ABILITY_RLF_DAMAGE_BONUS_PERCENT' ----@field ABILITY_RLF_DAMAGE_BONUS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Ear1') ---- ----ABILITY_RLF_DEFENSE_BONUS_HAV1 'common.ABILITY_RLF_DEFENSE_BONUS_HAV1' ----@field ABILITY_RLF_DEFENSE_BONUS_HAV1 abilityreallevelfield _ConvertAbilityRealLevelField('Hav1') ---- ----ABILITY_RLF_HIT_POINT_BONUS 'common.ABILITY_RLF_HIT_POINT_BONUS' ----@field ABILITY_RLF_HIT_POINT_BONUS abilityreallevelfield _ConvertAbilityRealLevelField('Hav2') ---- ----ABILITY_RLF_DAMAGE_BONUS_HAV3 'common.ABILITY_RLF_DAMAGE_BONUS_HAV3' ----@field ABILITY_RLF_DAMAGE_BONUS_HAV3 abilityreallevelfield _ConvertAbilityRealLevelField('Hav3') ---- ----ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_HAV4 'common.ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_HAV4' ----@field ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_HAV4 abilityreallevelfield _ConvertAbilityRealLevelField('Hav4') ---- ----ABILITY_RLF_CHANCE_TO_BASH 'common.ABILITY_RLF_CHANCE_TO_BASH' ----@field ABILITY_RLF_CHANCE_TO_BASH abilityreallevelfield _ConvertAbilityRealLevelField('Hbh1') ---- ----ABILITY_RLF_DAMAGE_MULTIPLIER_HBH2 'common.ABILITY_RLF_DAMAGE_MULTIPLIER_HBH2' ----@field ABILITY_RLF_DAMAGE_MULTIPLIER_HBH2 abilityreallevelfield _ConvertAbilityRealLevelField('Hbh2') ---- ----ABILITY_RLF_DAMAGE_BONUS_HBH3 'common.ABILITY_RLF_DAMAGE_BONUS_HBH3' ----@field ABILITY_RLF_DAMAGE_BONUS_HBH3 abilityreallevelfield _ConvertAbilityRealLevelField('Hbh3') ---- ----ABILITY_RLF_CHANCE_TO_MISS_HBH4 'common.ABILITY_RLF_CHANCE_TO_MISS_HBH4' ----@field ABILITY_RLF_CHANCE_TO_MISS_HBH4 abilityreallevelfield _ConvertAbilityRealLevelField('Hbh4') ---- ----ABILITY_RLF_DAMAGE_HTB1 'common.ABILITY_RLF_DAMAGE_HTB1' ----@field ABILITY_RLF_DAMAGE_HTB1 abilityreallevelfield _ConvertAbilityRealLevelField('Htb1') ---- ----ABILITY_RLF_AOE_DAMAGE 'common.ABILITY_RLF_AOE_DAMAGE' ----@field ABILITY_RLF_AOE_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Htc1') ---- ----ABILITY_RLF_SPECIFIC_TARGET_DAMAGE_HTC2 'common.ABILITY_RLF_SPECIFIC_TARGET_DAMAGE_HTC2' ----@field ABILITY_RLF_SPECIFIC_TARGET_DAMAGE_HTC2 abilityreallevelfield _ConvertAbilityRealLevelField('Htc2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_HTC3 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_HTC3' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_HTC3 abilityreallevelfield _ConvertAbilityRealLevelField('Htc3') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_HTC4 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_HTC4' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_HTC4 abilityreallevelfield _ConvertAbilityRealLevelField('Htc4') ---- ----ABILITY_RLF_ARMOR_BONUS_HAD1 'common.ABILITY_RLF_ARMOR_BONUS_HAD1' ----@field ABILITY_RLF_ARMOR_BONUS_HAD1 abilityreallevelfield _ConvertAbilityRealLevelField('Had1') ---- ----ABILITY_RLF_AMOUNT_HEALED_DAMAGED_HHB1 'common.ABILITY_RLF_AMOUNT_HEALED_DAMAGED_HHB1' ----@field ABILITY_RLF_AMOUNT_HEALED_DAMAGED_HHB1 abilityreallevelfield _ConvertAbilityRealLevelField('Hhb1') ---- ----ABILITY_RLF_EXTRA_DAMAGE_HCA1 'common.ABILITY_RLF_EXTRA_DAMAGE_HCA1' ----@field ABILITY_RLF_EXTRA_DAMAGE_HCA1 abilityreallevelfield _ConvertAbilityRealLevelField('Hca1') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_HCA2 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_HCA2' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_HCA2 abilityreallevelfield _ConvertAbilityRealLevelField('Hca2') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_HCA3 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_HCA3' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_HCA3 abilityreallevelfield _ConvertAbilityRealLevelField('Hca3') ---- ----ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_OAE1 'common.ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_OAE1' ----@field ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_OAE1 abilityreallevelfield _ConvertAbilityRealLevelField('Oae1') ---- ----ABILITY_RLF_ATTACK_SPEED_INCREASE_PERCENT_OAE2 'common.ABILITY_RLF_ATTACK_SPEED_INCREASE_PERCENT_OAE2' ----@field ABILITY_RLF_ATTACK_SPEED_INCREASE_PERCENT_OAE2 abilityreallevelfield _ConvertAbilityRealLevelField('Oae2') ---- ----ABILITY_RLF_REINCARNATION_DELAY 'common.ABILITY_RLF_REINCARNATION_DELAY' ----@field ABILITY_RLF_REINCARNATION_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Ore1') ---- ----ABILITY_RLF_DAMAGE_OSH1 'common.ABILITY_RLF_DAMAGE_OSH1' ----@field ABILITY_RLF_DAMAGE_OSH1 abilityreallevelfield _ConvertAbilityRealLevelField('Osh1') ---- ----ABILITY_RLF_MAXIMUM_DAMAGE_OSH2 'common.ABILITY_RLF_MAXIMUM_DAMAGE_OSH2' ----@field ABILITY_RLF_MAXIMUM_DAMAGE_OSH2 abilityreallevelfield _ConvertAbilityRealLevelField('Osh2') ---- ----ABILITY_RLF_DISTANCE_OSH3 'common.ABILITY_RLF_DISTANCE_OSH3' ----@field ABILITY_RLF_DISTANCE_OSH3 abilityreallevelfield _ConvertAbilityRealLevelField('Osh3') ---- ----ABILITY_RLF_FINAL_AREA_OSH4 'common.ABILITY_RLF_FINAL_AREA_OSH4' ----@field ABILITY_RLF_FINAL_AREA_OSH4 abilityreallevelfield _ConvertAbilityRealLevelField('Osh4') ---- ----ABILITY_RLF_GRAPHIC_DELAY_NFD1 'common.ABILITY_RLF_GRAPHIC_DELAY_NFD1' ----@field ABILITY_RLF_GRAPHIC_DELAY_NFD1 abilityreallevelfield _ConvertAbilityRealLevelField('Nfd1') ---- ----ABILITY_RLF_GRAPHIC_DURATION_NFD2 'common.ABILITY_RLF_GRAPHIC_DURATION_NFD2' ----@field ABILITY_RLF_GRAPHIC_DURATION_NFD2 abilityreallevelfield _ConvertAbilityRealLevelField('Nfd2') ---- ----ABILITY_RLF_DAMAGE_NFD3 'common.ABILITY_RLF_DAMAGE_NFD3' ----@field ABILITY_RLF_DAMAGE_NFD3 abilityreallevelfield _ConvertAbilityRealLevelField('Nfd3') ---- ----ABILITY_RLF_SUMMONED_UNIT_DAMAGE_AMS1 'common.ABILITY_RLF_SUMMONED_UNIT_DAMAGE_AMS1' ----@field ABILITY_RLF_SUMMONED_UNIT_DAMAGE_AMS1 abilityreallevelfield _ConvertAbilityRealLevelField('Ams1') ---- ----ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_AMS2 'common.ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_AMS2' ----@field ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_AMS2 abilityreallevelfield _ConvertAbilityRealLevelField('Ams2') ---- ----ABILITY_RLF_AURA_DURATION 'common.ABILITY_RLF_AURA_DURATION' ----@field ABILITY_RLF_AURA_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Apl1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_APL2 'common.ABILITY_RLF_DAMAGE_PER_SECOND_APL2' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_APL2 abilityreallevelfield _ConvertAbilityRealLevelField('Apl2') ---- ----ABILITY_RLF_DURATION_OF_PLAGUE_WARD 'common.ABILITY_RLF_DURATION_OF_PLAGUE_WARD' ----@field ABILITY_RLF_DURATION_OF_PLAGUE_WARD abilityreallevelfield _ConvertAbilityRealLevelField('Apl3') ---- ----ABILITY_RLF_AMOUNT_OF_HIT_POINTS_REGENERATED 'common.ABILITY_RLF_AMOUNT_OF_HIT_POINTS_REGENERATED' ----@field ABILITY_RLF_AMOUNT_OF_HIT_POINTS_REGENERATED abilityreallevelfield _ConvertAbilityRealLevelField('Oar1') ---- ----ABILITY_RLF_ATTACK_DAMAGE_INCREASE_AKB1 'common.ABILITY_RLF_ATTACK_DAMAGE_INCREASE_AKB1' ----@field ABILITY_RLF_ATTACK_DAMAGE_INCREASE_AKB1 abilityreallevelfield _ConvertAbilityRealLevelField('Akb1') ---- ----ABILITY_RLF_MANA_LOSS_ADM1 'common.ABILITY_RLF_MANA_LOSS_ADM1' ----@field ABILITY_RLF_MANA_LOSS_ADM1 abilityreallevelfield _ConvertAbilityRealLevelField('Adm1') ---- ----ABILITY_RLF_SUMMONED_UNIT_DAMAGE_ADM2 'common.ABILITY_RLF_SUMMONED_UNIT_DAMAGE_ADM2' ----@field ABILITY_RLF_SUMMONED_UNIT_DAMAGE_ADM2 abilityreallevelfield _ConvertAbilityRealLevelField('Adm2') ---- ----ABILITY_RLF_EXPANSION_AMOUNT 'common.ABILITY_RLF_EXPANSION_AMOUNT' ----@field ABILITY_RLF_EXPANSION_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('Bli1') ---- ----ABILITY_RLF_INTERVAL_DURATION_BGM2 'common.ABILITY_RLF_INTERVAL_DURATION_BGM2' ----@field ABILITY_RLF_INTERVAL_DURATION_BGM2 abilityreallevelfield _ConvertAbilityRealLevelField('Bgm2') ---- ----ABILITY_RLF_RADIUS_OF_MINING_RING 'common.ABILITY_RLF_RADIUS_OF_MINING_RING' ----@field ABILITY_RLF_RADIUS_OF_MINING_RING abilityreallevelfield _ConvertAbilityRealLevelField('Bgm4') ---- ----ABILITY_RLF_ATTACK_SPEED_INCREASE_PERCENT_BLO1 'common.ABILITY_RLF_ATTACK_SPEED_INCREASE_PERCENT_BLO1' ----@field ABILITY_RLF_ATTACK_SPEED_INCREASE_PERCENT_BLO1 abilityreallevelfield _ConvertAbilityRealLevelField('Blo1') ---- ----ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_BLO2 'common.ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_BLO2' ----@field ABILITY_RLF_MOVEMENT_SPEED_INCREASE_PERCENT_BLO2 abilityreallevelfield _ConvertAbilityRealLevelField('Blo2') ---- ----ABILITY_RLF_SCALING_FACTOR 'common.ABILITY_RLF_SCALING_FACTOR' ----@field ABILITY_RLF_SCALING_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Blo3') ---- ----ABILITY_RLF_HIT_POINTS_PER_SECOND_CAN1 'common.ABILITY_RLF_HIT_POINTS_PER_SECOND_CAN1' ----@field ABILITY_RLF_HIT_POINTS_PER_SECOND_CAN1 abilityreallevelfield _ConvertAbilityRealLevelField('Can1') ---- ----ABILITY_RLF_MAX_HIT_POINTS 'common.ABILITY_RLF_MAX_HIT_POINTS' ----@field ABILITY_RLF_MAX_HIT_POINTS abilityreallevelfield _ConvertAbilityRealLevelField('Can2') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_DEV2 'common.ABILITY_RLF_DAMAGE_PER_SECOND_DEV2' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_DEV2 abilityreallevelfield _ConvertAbilityRealLevelField('Dev2') ---- ----ABILITY_RLF_MOVEMENT_UPDATE_FREQUENCY_CHD1 'common.ABILITY_RLF_MOVEMENT_UPDATE_FREQUENCY_CHD1' ----@field ABILITY_RLF_MOVEMENT_UPDATE_FREQUENCY_CHD1 abilityreallevelfield _ConvertAbilityRealLevelField('Chd1') ---- ----ABILITY_RLF_ATTACK_UPDATE_FREQUENCY_CHD2 'common.ABILITY_RLF_ATTACK_UPDATE_FREQUENCY_CHD2' ----@field ABILITY_RLF_ATTACK_UPDATE_FREQUENCY_CHD2 abilityreallevelfield _ConvertAbilityRealLevelField('Chd2') ---- ----ABILITY_RLF_SUMMONED_UNIT_DAMAGE_CHD3 'common.ABILITY_RLF_SUMMONED_UNIT_DAMAGE_CHD3' ----@field ABILITY_RLF_SUMMONED_UNIT_DAMAGE_CHD3 abilityreallevelfield _ConvertAbilityRealLevelField('Chd3') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_CRI1 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_CRI1' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_CRI1 abilityreallevelfield _ConvertAbilityRealLevelField('Cri1') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_CRI2 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_CRI2' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_CRI2 abilityreallevelfield _ConvertAbilityRealLevelField('Cri2') ---- ----ABILITY_RLF_DAMAGE_REDUCTION_CRI3 'common.ABILITY_RLF_DAMAGE_REDUCTION_CRI3' ----@field ABILITY_RLF_DAMAGE_REDUCTION_CRI3 abilityreallevelfield _ConvertAbilityRealLevelField('Cri3') ---- ----ABILITY_RLF_CHANCE_TO_MISS_CRS 'common.ABILITY_RLF_CHANCE_TO_MISS_CRS' ----@field ABILITY_RLF_CHANCE_TO_MISS_CRS abilityreallevelfield _ConvertAbilityRealLevelField('Crs1') ---- ----ABILITY_RLF_FULL_DAMAGE_RADIUS_DDA1 'common.ABILITY_RLF_FULL_DAMAGE_RADIUS_DDA1' ----@field ABILITY_RLF_FULL_DAMAGE_RADIUS_DDA1 abilityreallevelfield _ConvertAbilityRealLevelField('Dda1') ---- ----ABILITY_RLF_FULL_DAMAGE_AMOUNT_DDA2 'common.ABILITY_RLF_FULL_DAMAGE_AMOUNT_DDA2' ----@field ABILITY_RLF_FULL_DAMAGE_AMOUNT_DDA2 abilityreallevelfield _ConvertAbilityRealLevelField('Dda2') ---- ----ABILITY_RLF_PARTIAL_DAMAGE_RADIUS 'common.ABILITY_RLF_PARTIAL_DAMAGE_RADIUS' ----@field ABILITY_RLF_PARTIAL_DAMAGE_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Dda3') ---- ----ABILITY_RLF_PARTIAL_DAMAGE_AMOUNT 'common.ABILITY_RLF_PARTIAL_DAMAGE_AMOUNT' ----@field ABILITY_RLF_PARTIAL_DAMAGE_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('Dda4') ---- ----ABILITY_RLF_BUILDING_DAMAGE_FACTOR_SDS1 'common.ABILITY_RLF_BUILDING_DAMAGE_FACTOR_SDS1' ----@field ABILITY_RLF_BUILDING_DAMAGE_FACTOR_SDS1 abilityreallevelfield _ConvertAbilityRealLevelField('Sds1') ---- ----ABILITY_RLF_MAX_DAMAGE_UCO5 'common.ABILITY_RLF_MAX_DAMAGE_UCO5' ----@field ABILITY_RLF_MAX_DAMAGE_UCO5 abilityreallevelfield _ConvertAbilityRealLevelField('Uco5') ---- ----ABILITY_RLF_MOVE_SPEED_BONUS_UCO6 'common.ABILITY_RLF_MOVE_SPEED_BONUS_UCO6' ----@field ABILITY_RLF_MOVE_SPEED_BONUS_UCO6 abilityreallevelfield _ConvertAbilityRealLevelField('Uco6') ---- ----ABILITY_RLF_DAMAGE_TAKEN_PERCENT_DEF1 'common.ABILITY_RLF_DAMAGE_TAKEN_PERCENT_DEF1' ----@field ABILITY_RLF_DAMAGE_TAKEN_PERCENT_DEF1 abilityreallevelfield _ConvertAbilityRealLevelField('Def1') ---- ----ABILITY_RLF_DAMAGE_DEALT_PERCENT_DEF2 'common.ABILITY_RLF_DAMAGE_DEALT_PERCENT_DEF2' ----@field ABILITY_RLF_DAMAGE_DEALT_PERCENT_DEF2 abilityreallevelfield _ConvertAbilityRealLevelField('Def2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_DEF3 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_DEF3' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_DEF3 abilityreallevelfield _ConvertAbilityRealLevelField('Def3') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_DEF4 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_DEF4' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_DEF4 abilityreallevelfield _ConvertAbilityRealLevelField('Def4') ---- ----ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_DEF5 'common.ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_DEF5' ----@field ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_DEF5 abilityreallevelfield _ConvertAbilityRealLevelField('Def5') ---- ----ABILITY_RLF_CHANCE_TO_DEFLECT 'common.ABILITY_RLF_CHANCE_TO_DEFLECT' ----@field ABILITY_RLF_CHANCE_TO_DEFLECT abilityreallevelfield _ConvertAbilityRealLevelField('Def6') ---- ----ABILITY_RLF_DEFLECT_DAMAGE_TAKEN_PIERCING 'common.ABILITY_RLF_DEFLECT_DAMAGE_TAKEN_PIERCING' ----@field ABILITY_RLF_DEFLECT_DAMAGE_TAKEN_PIERCING abilityreallevelfield _ConvertAbilityRealLevelField('Def7') ---- ----ABILITY_RLF_DEFLECT_DAMAGE_TAKEN_SPELLS 'common.ABILITY_RLF_DEFLECT_DAMAGE_TAKEN_SPELLS' ----@field ABILITY_RLF_DEFLECT_DAMAGE_TAKEN_SPELLS abilityreallevelfield _ConvertAbilityRealLevelField('Def8') ---- ----ABILITY_RLF_RIP_DELAY 'common.ABILITY_RLF_RIP_DELAY' ----@field ABILITY_RLF_RIP_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Eat1') ---- ----ABILITY_RLF_EAT_DELAY 'common.ABILITY_RLF_EAT_DELAY' ----@field ABILITY_RLF_EAT_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Eat2') ---- ----ABILITY_RLF_HIT_POINTS_GAINED_EAT3 'common.ABILITY_RLF_HIT_POINTS_GAINED_EAT3' ----@field ABILITY_RLF_HIT_POINTS_GAINED_EAT3 abilityreallevelfield _ConvertAbilityRealLevelField('Eat3') ---- ----ABILITY_RLF_AIR_UNIT_LOWER_DURATION 'common.ABILITY_RLF_AIR_UNIT_LOWER_DURATION' ----@field ABILITY_RLF_AIR_UNIT_LOWER_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Ens1') ---- ----ABILITY_RLF_AIR_UNIT_HEIGHT 'common.ABILITY_RLF_AIR_UNIT_HEIGHT' ----@field ABILITY_RLF_AIR_UNIT_HEIGHT abilityreallevelfield _ConvertAbilityRealLevelField('Ens2') ---- ----ABILITY_RLF_MELEE_ATTACK_RANGE 'common.ABILITY_RLF_MELEE_ATTACK_RANGE' ----@field ABILITY_RLF_MELEE_ATTACK_RANGE abilityreallevelfield _ConvertAbilityRealLevelField('Ens3') ---- ----ABILITY_RLF_INTERVAL_DURATION_EGM2 'common.ABILITY_RLF_INTERVAL_DURATION_EGM2' ----@field ABILITY_RLF_INTERVAL_DURATION_EGM2 abilityreallevelfield _ConvertAbilityRealLevelField('Egm2') ---- ----ABILITY_RLF_EFFECT_DELAY_FLA2 'common.ABILITY_RLF_EFFECT_DELAY_FLA2' ----@field ABILITY_RLF_EFFECT_DELAY_FLA2 abilityreallevelfield _ConvertAbilityRealLevelField('Fla2') ---- ----ABILITY_RLF_MINING_DURATION 'common.ABILITY_RLF_MINING_DURATION' ----@field ABILITY_RLF_MINING_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Gld2') ---- ----ABILITY_RLF_RADIUS_OF_GRAVESTONES 'common.ABILITY_RLF_RADIUS_OF_GRAVESTONES' ----@field ABILITY_RLF_RADIUS_OF_GRAVESTONES abilityreallevelfield _ConvertAbilityRealLevelField('Gyd2') ---- ----ABILITY_RLF_RADIUS_OF_CORPSES 'common.ABILITY_RLF_RADIUS_OF_CORPSES' ----@field ABILITY_RLF_RADIUS_OF_CORPSES abilityreallevelfield _ConvertAbilityRealLevelField('Gyd3') ---- ----ABILITY_RLF_HIT_POINTS_GAINED_HEA1 'common.ABILITY_RLF_HIT_POINTS_GAINED_HEA1' ----@field ABILITY_RLF_HIT_POINTS_GAINED_HEA1 abilityreallevelfield _ConvertAbilityRealLevelField('Hea1') ---- ----ABILITY_RLF_DAMAGE_INCREASE_PERCENT_INF1 'common.ABILITY_RLF_DAMAGE_INCREASE_PERCENT_INF1' ----@field ABILITY_RLF_DAMAGE_INCREASE_PERCENT_INF1 abilityreallevelfield _ConvertAbilityRealLevelField('Inf1') ---- ----ABILITY_RLF_AUTOCAST_RANGE 'common.ABILITY_RLF_AUTOCAST_RANGE' ----@field ABILITY_RLF_AUTOCAST_RANGE abilityreallevelfield _ConvertAbilityRealLevelField('Inf3') ---- ----ABILITY_RLF_LIFE_REGEN_RATE 'common.ABILITY_RLF_LIFE_REGEN_RATE' ----@field ABILITY_RLF_LIFE_REGEN_RATE abilityreallevelfield _ConvertAbilityRealLevelField('Inf4') ---- ----ABILITY_RLF_GRAPHIC_DELAY_LIT1 'common.ABILITY_RLF_GRAPHIC_DELAY_LIT1' ----@field ABILITY_RLF_GRAPHIC_DELAY_LIT1 abilityreallevelfield _ConvertAbilityRealLevelField('Lit1') ---- ----ABILITY_RLF_GRAPHIC_DURATION_LIT2 'common.ABILITY_RLF_GRAPHIC_DURATION_LIT2' ----@field ABILITY_RLF_GRAPHIC_DURATION_LIT2 abilityreallevelfield _ConvertAbilityRealLevelField('Lit2') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_LSH1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_LSH1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_LSH1 abilityreallevelfield _ConvertAbilityRealLevelField('Lsh1') ---- ----ABILITY_RLF_MANA_GAINED 'common.ABILITY_RLF_MANA_GAINED' ----@field ABILITY_RLF_MANA_GAINED abilityreallevelfield _ConvertAbilityRealLevelField('Mbt1') ---- ----ABILITY_RLF_HIT_POINTS_GAINED_MBT2 'common.ABILITY_RLF_HIT_POINTS_GAINED_MBT2' ----@field ABILITY_RLF_HIT_POINTS_GAINED_MBT2 abilityreallevelfield _ConvertAbilityRealLevelField('Mbt2') ---- ----ABILITY_RLF_AUTOCAST_REQUIREMENT 'common.ABILITY_RLF_AUTOCAST_REQUIREMENT' ----@field ABILITY_RLF_AUTOCAST_REQUIREMENT abilityreallevelfield _ConvertAbilityRealLevelField('Mbt3') ---- ----ABILITY_RLF_WATER_HEIGHT 'common.ABILITY_RLF_WATER_HEIGHT' ----@field ABILITY_RLF_WATER_HEIGHT abilityreallevelfield _ConvertAbilityRealLevelField('Mbt4') ---- ----ABILITY_RLF_ACTIVATION_DELAY_MIN1 'common.ABILITY_RLF_ACTIVATION_DELAY_MIN1' ----@field ABILITY_RLF_ACTIVATION_DELAY_MIN1 abilityreallevelfield _ConvertAbilityRealLevelField('Min1') ---- ----ABILITY_RLF_INVISIBILITY_TRANSITION_TIME 'common.ABILITY_RLF_INVISIBILITY_TRANSITION_TIME' ----@field ABILITY_RLF_INVISIBILITY_TRANSITION_TIME abilityreallevelfield _ConvertAbilityRealLevelField('Min2') ---- ----ABILITY_RLF_ACTIVATION_RADIUS 'common.ABILITY_RLF_ACTIVATION_RADIUS' ----@field ABILITY_RLF_ACTIVATION_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Neu1') ---- ----ABILITY_RLF_AMOUNT_REGENERATED 'common.ABILITY_RLF_AMOUNT_REGENERATED' ----@field ABILITY_RLF_AMOUNT_REGENERATED abilityreallevelfield _ConvertAbilityRealLevelField('Arm1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_POI1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_POI1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_POI1 abilityreallevelfield _ConvertAbilityRealLevelField('Poi1') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_POI2 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_POI2' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_POI2 abilityreallevelfield _ConvertAbilityRealLevelField('Poi2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_POI3 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_POI3' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_POI3 abilityreallevelfield _ConvertAbilityRealLevelField('Poi3') ---- ----ABILITY_RLF_EXTRA_DAMAGE_POA1 'common.ABILITY_RLF_EXTRA_DAMAGE_POA1' ----@field ABILITY_RLF_EXTRA_DAMAGE_POA1 abilityreallevelfield _ConvertAbilityRealLevelField('Poa1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_POA2 'common.ABILITY_RLF_DAMAGE_PER_SECOND_POA2' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_POA2 abilityreallevelfield _ConvertAbilityRealLevelField('Poa2') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_POA3 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_POA3' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_POA3 abilityreallevelfield _ConvertAbilityRealLevelField('Poa3') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_POA4 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_POA4' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_POA4 abilityreallevelfield _ConvertAbilityRealLevelField('Poa4') ---- ----ABILITY_RLF_DAMAGE_AMPLIFICATION 'common.ABILITY_RLF_DAMAGE_AMPLIFICATION' ----@field ABILITY_RLF_DAMAGE_AMPLIFICATION abilityreallevelfield _ConvertAbilityRealLevelField('Pos2') ---- ----ABILITY_RLF_CHANCE_TO_STOMP_PERCENT 'common.ABILITY_RLF_CHANCE_TO_STOMP_PERCENT' ----@field ABILITY_RLF_CHANCE_TO_STOMP_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('War1') ---- ----ABILITY_RLF_DAMAGE_DEALT_WAR2 'common.ABILITY_RLF_DAMAGE_DEALT_WAR2' ----@field ABILITY_RLF_DAMAGE_DEALT_WAR2 abilityreallevelfield _ConvertAbilityRealLevelField('War2') ---- ----ABILITY_RLF_FULL_DAMAGE_RADIUS_WAR3 'common.ABILITY_RLF_FULL_DAMAGE_RADIUS_WAR3' ----@field ABILITY_RLF_FULL_DAMAGE_RADIUS_WAR3 abilityreallevelfield _ConvertAbilityRealLevelField('War3') ---- ----ABILITY_RLF_HALF_DAMAGE_RADIUS_WAR4 'common.ABILITY_RLF_HALF_DAMAGE_RADIUS_WAR4' ----@field ABILITY_RLF_HALF_DAMAGE_RADIUS_WAR4 abilityreallevelfield _ConvertAbilityRealLevelField('War4') ---- ----ABILITY_RLF_SUMMONED_UNIT_DAMAGE_PRG3 'common.ABILITY_RLF_SUMMONED_UNIT_DAMAGE_PRG3' ----@field ABILITY_RLF_SUMMONED_UNIT_DAMAGE_PRG3 abilityreallevelfield _ConvertAbilityRealLevelField('Prg3') ---- ----ABILITY_RLF_UNIT_PAUSE_DURATION 'common.ABILITY_RLF_UNIT_PAUSE_DURATION' ----@field ABILITY_RLF_UNIT_PAUSE_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Prg4') ---- ----ABILITY_RLF_HERO_PAUSE_DURATION 'common.ABILITY_RLF_HERO_PAUSE_DURATION' ----@field ABILITY_RLF_HERO_PAUSE_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Prg5') ---- ----ABILITY_RLF_HIT_POINTS_GAINED_REJ1 'common.ABILITY_RLF_HIT_POINTS_GAINED_REJ1' ----@field ABILITY_RLF_HIT_POINTS_GAINED_REJ1 abilityreallevelfield _ConvertAbilityRealLevelField('Rej1') ---- ----ABILITY_RLF_MANA_POINTS_GAINED_REJ2 'common.ABILITY_RLF_MANA_POINTS_GAINED_REJ2' ----@field ABILITY_RLF_MANA_POINTS_GAINED_REJ2 abilityreallevelfield _ConvertAbilityRealLevelField('Rej2') ---- ----ABILITY_RLF_MINIMUM_LIFE_REQUIRED 'common.ABILITY_RLF_MINIMUM_LIFE_REQUIRED' ----@field ABILITY_RLF_MINIMUM_LIFE_REQUIRED abilityreallevelfield _ConvertAbilityRealLevelField('Rpb3') ---- ----ABILITY_RLF_MINIMUM_MANA_REQUIRED 'common.ABILITY_RLF_MINIMUM_MANA_REQUIRED' ----@field ABILITY_RLF_MINIMUM_MANA_REQUIRED abilityreallevelfield _ConvertAbilityRealLevelField('Rpb4') ---- ----ABILITY_RLF_REPAIR_COST_RATIO 'common.ABILITY_RLF_REPAIR_COST_RATIO' ----@field ABILITY_RLF_REPAIR_COST_RATIO abilityreallevelfield _ConvertAbilityRealLevelField('Rep1') ---- ----ABILITY_RLF_REPAIR_TIME_RATIO 'common.ABILITY_RLF_REPAIR_TIME_RATIO' ----@field ABILITY_RLF_REPAIR_TIME_RATIO abilityreallevelfield _ConvertAbilityRealLevelField('Rep2') ---- ----ABILITY_RLF_POWERBUILD_COST 'common.ABILITY_RLF_POWERBUILD_COST' ----@field ABILITY_RLF_POWERBUILD_COST abilityreallevelfield _ConvertAbilityRealLevelField('Rep3') ---- ----ABILITY_RLF_POWERBUILD_RATE 'common.ABILITY_RLF_POWERBUILD_RATE' ----@field ABILITY_RLF_POWERBUILD_RATE abilityreallevelfield _ConvertAbilityRealLevelField('Rep4') ---- ----ABILITY_RLF_NAVAL_RANGE_BONUS 'common.ABILITY_RLF_NAVAL_RANGE_BONUS' ----@field ABILITY_RLF_NAVAL_RANGE_BONUS abilityreallevelfield _ConvertAbilityRealLevelField('Rep5') ---- ----ABILITY_RLF_DAMAGE_INCREASE_PERCENT_ROA1 'common.ABILITY_RLF_DAMAGE_INCREASE_PERCENT_ROA1' ----@field ABILITY_RLF_DAMAGE_INCREASE_PERCENT_ROA1 abilityreallevelfield _ConvertAbilityRealLevelField('Roa1') ---- ----ABILITY_RLF_LIFE_REGENERATION_RATE 'common.ABILITY_RLF_LIFE_REGENERATION_RATE' ----@field ABILITY_RLF_LIFE_REGENERATION_RATE abilityreallevelfield _ConvertAbilityRealLevelField('Roa3') ---- ----ABILITY_RLF_MANA_REGEN 'common.ABILITY_RLF_MANA_REGEN' ----@field ABILITY_RLF_MANA_REGEN abilityreallevelfield _ConvertAbilityRealLevelField('Roa4') ---- ----ABILITY_RLF_DAMAGE_INCREASE 'common.ABILITY_RLF_DAMAGE_INCREASE' ----@field ABILITY_RLF_DAMAGE_INCREASE abilityreallevelfield _ConvertAbilityRealLevelField('Nbr1') ---- ----ABILITY_RLF_SALVAGE_COST_RATIO 'common.ABILITY_RLF_SALVAGE_COST_RATIO' ----@field ABILITY_RLF_SALVAGE_COST_RATIO abilityreallevelfield _ConvertAbilityRealLevelField('Sal1') ---- ----ABILITY_RLF_IN_FLIGHT_SIGHT_RADIUS 'common.ABILITY_RLF_IN_FLIGHT_SIGHT_RADIUS' ----@field ABILITY_RLF_IN_FLIGHT_SIGHT_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Esn1') ---- ----ABILITY_RLF_HOVERING_SIGHT_RADIUS 'common.ABILITY_RLF_HOVERING_SIGHT_RADIUS' ----@field ABILITY_RLF_HOVERING_SIGHT_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Esn2') ---- ----ABILITY_RLF_HOVERING_HEIGHT 'common.ABILITY_RLF_HOVERING_HEIGHT' ----@field ABILITY_RLF_HOVERING_HEIGHT abilityreallevelfield _ConvertAbilityRealLevelField('Esn3') ---- ----ABILITY_RLF_DURATION_OF_OWLS 'common.ABILITY_RLF_DURATION_OF_OWLS' ----@field ABILITY_RLF_DURATION_OF_OWLS abilityreallevelfield _ConvertAbilityRealLevelField('Esn5') ---- ----ABILITY_RLF_FADE_DURATION 'common.ABILITY_RLF_FADE_DURATION' ----@field ABILITY_RLF_FADE_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Shm1') ---- ----ABILITY_RLF_DAY_NIGHT_DURATION 'common.ABILITY_RLF_DAY_NIGHT_DURATION' ----@field ABILITY_RLF_DAY_NIGHT_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Shm2') ---- ----ABILITY_RLF_ACTION_DURATION 'common.ABILITY_RLF_ACTION_DURATION' ----@field ABILITY_RLF_ACTION_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Shm3') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_SLO1 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_SLO1' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_SLO1 abilityreallevelfield _ConvertAbilityRealLevelField('Slo1') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_SLO2 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_SLO2' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_SLO2 abilityreallevelfield _ConvertAbilityRealLevelField('Slo2') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_SPO1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_SPO1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_SPO1 abilityreallevelfield _ConvertAbilityRealLevelField('Spo1') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_SPO2 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_SPO2' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_SPO2 abilityreallevelfield _ConvertAbilityRealLevelField('Spo2') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_SPO3 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_SPO3' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_SPO3 abilityreallevelfield _ConvertAbilityRealLevelField('Spo3') ---- ----ABILITY_RLF_ACTIVATION_DELAY_STA1 'common.ABILITY_RLF_ACTIVATION_DELAY_STA1' ----@field ABILITY_RLF_ACTIVATION_DELAY_STA1 abilityreallevelfield _ConvertAbilityRealLevelField('Sta1') ---- ----ABILITY_RLF_DETECTION_RADIUS_STA2 'common.ABILITY_RLF_DETECTION_RADIUS_STA2' ----@field ABILITY_RLF_DETECTION_RADIUS_STA2 abilityreallevelfield _ConvertAbilityRealLevelField('Sta2') ---- ----ABILITY_RLF_DETONATION_RADIUS 'common.ABILITY_RLF_DETONATION_RADIUS' ----@field ABILITY_RLF_DETONATION_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Sta3') ---- ----ABILITY_RLF_STUN_DURATION_STA4 'common.ABILITY_RLF_STUN_DURATION_STA4' ----@field ABILITY_RLF_STUN_DURATION_STA4 abilityreallevelfield _ConvertAbilityRealLevelField('Sta4') ---- ----ABILITY_RLF_ATTACK_SPEED_BONUS_PERCENT 'common.ABILITY_RLF_ATTACK_SPEED_BONUS_PERCENT' ----@field ABILITY_RLF_ATTACK_SPEED_BONUS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Uhf1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_UHF2 'common.ABILITY_RLF_DAMAGE_PER_SECOND_UHF2' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_UHF2 abilityreallevelfield _ConvertAbilityRealLevelField('Uhf2') ---- ----ABILITY_RLF_LUMBER_PER_INTERVAL 'common.ABILITY_RLF_LUMBER_PER_INTERVAL' ----@field ABILITY_RLF_LUMBER_PER_INTERVAL abilityreallevelfield _ConvertAbilityRealLevelField('Wha1') ---- ----ABILITY_RLF_ART_ATTACHMENT_HEIGHT 'common.ABILITY_RLF_ART_ATTACHMENT_HEIGHT' ----@field ABILITY_RLF_ART_ATTACHMENT_HEIGHT abilityreallevelfield _ConvertAbilityRealLevelField('Wha3') ---- ----ABILITY_RLF_TELEPORT_AREA_WIDTH 'common.ABILITY_RLF_TELEPORT_AREA_WIDTH' ----@field ABILITY_RLF_TELEPORT_AREA_WIDTH abilityreallevelfield _ConvertAbilityRealLevelField('Wrp1') ---- ----ABILITY_RLF_TELEPORT_AREA_HEIGHT 'common.ABILITY_RLF_TELEPORT_AREA_HEIGHT' ----@field ABILITY_RLF_TELEPORT_AREA_HEIGHT abilityreallevelfield _ConvertAbilityRealLevelField('Wrp2') ---- ----ABILITY_RLF_LIFE_STOLEN_PER_ATTACK 'common.ABILITY_RLF_LIFE_STOLEN_PER_ATTACK' ----@field ABILITY_RLF_LIFE_STOLEN_PER_ATTACK abilityreallevelfield _ConvertAbilityRealLevelField('Ivam') ---- ----ABILITY_RLF_DAMAGE_BONUS_IDAM 'common.ABILITY_RLF_DAMAGE_BONUS_IDAM' ----@field ABILITY_RLF_DAMAGE_BONUS_IDAM abilityreallevelfield _ConvertAbilityRealLevelField('Idam') ---- ----ABILITY_RLF_CHANCE_TO_HIT_UNITS_PERCENT 'common.ABILITY_RLF_CHANCE_TO_HIT_UNITS_PERCENT' ----@field ABILITY_RLF_CHANCE_TO_HIT_UNITS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Iob2') ---- ----ABILITY_RLF_CHANCE_TO_HIT_HEROS_PERCENT 'common.ABILITY_RLF_CHANCE_TO_HIT_HEROS_PERCENT' ----@field ABILITY_RLF_CHANCE_TO_HIT_HEROS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Iob3') ---- ----ABILITY_RLF_CHANCE_TO_HIT_SUMMONS_PERCENT 'common.ABILITY_RLF_CHANCE_TO_HIT_SUMMONS_PERCENT' ----@field ABILITY_RLF_CHANCE_TO_HIT_SUMMONS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Iob4') ---- ----ABILITY_RLF_DELAY_FOR_TARGET_EFFECT 'common.ABILITY_RLF_DELAY_FOR_TARGET_EFFECT' ----@field ABILITY_RLF_DELAY_FOR_TARGET_EFFECT abilityreallevelfield _ConvertAbilityRealLevelField('Idel') ---- ----ABILITY_RLF_DAMAGE_DEALT_PERCENT_OF_NORMAL 'common.ABILITY_RLF_DAMAGE_DEALT_PERCENT_OF_NORMAL' ----@field ABILITY_RLF_DAMAGE_DEALT_PERCENT_OF_NORMAL abilityreallevelfield _ConvertAbilityRealLevelField('Iild') ---- ----ABILITY_RLF_DAMAGE_RECEIVED_MULTIPLIER 'common.ABILITY_RLF_DAMAGE_RECEIVED_MULTIPLIER' ----@field ABILITY_RLF_DAMAGE_RECEIVED_MULTIPLIER abilityreallevelfield _ConvertAbilityRealLevelField('Iilw') ---- ----ABILITY_RLF_MANA_REGENERATION_BONUS_AS_FRACTION_OF_NORMAL 'common.ABILITY_RLF_MANA_REGENERATION_BONUS_AS_FRACTION_OF_NORMAL' ----@field ABILITY_RLF_MANA_REGENERATION_BONUS_AS_FRACTION_OF_NORMAL abilityreallevelfield _ConvertAbilityRealLevelField('Imrp') ---- ----ABILITY_RLF_MOVEMENT_SPEED_INCREASE_ISPI 'common.ABILITY_RLF_MOVEMENT_SPEED_INCREASE_ISPI' ----@field ABILITY_RLF_MOVEMENT_SPEED_INCREASE_ISPI abilityreallevelfield _ConvertAbilityRealLevelField('Ispi') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_IDPS 'common.ABILITY_RLF_DAMAGE_PER_SECOND_IDPS' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_IDPS abilityreallevelfield _ConvertAbilityRealLevelField('Idps') ---- ----ABILITY_RLF_ATTACK_DAMAGE_INCREASE_CAC1 'common.ABILITY_RLF_ATTACK_DAMAGE_INCREASE_CAC1' ----@field ABILITY_RLF_ATTACK_DAMAGE_INCREASE_CAC1 abilityreallevelfield _ConvertAbilityRealLevelField('Cac1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_COR1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_COR1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_COR1 abilityreallevelfield _ConvertAbilityRealLevelField('Cor1') ---- ----ABILITY_RLF_ATTACK_SPEED_INCREASE_ISX1 'common.ABILITY_RLF_ATTACK_SPEED_INCREASE_ISX1' ----@field ABILITY_RLF_ATTACK_SPEED_INCREASE_ISX1 abilityreallevelfield _ConvertAbilityRealLevelField('Isx1') ---- ----ABILITY_RLF_DAMAGE_WRS1 'common.ABILITY_RLF_DAMAGE_WRS1' ----@field ABILITY_RLF_DAMAGE_WRS1 abilityreallevelfield _ConvertAbilityRealLevelField('Wrs1') ---- ----ABILITY_RLF_TERRAIN_DEFORMATION_AMPLITUDE 'common.ABILITY_RLF_TERRAIN_DEFORMATION_AMPLITUDE' ----@field ABILITY_RLF_TERRAIN_DEFORMATION_AMPLITUDE abilityreallevelfield _ConvertAbilityRealLevelField('Wrs2') ---- ----ABILITY_RLF_DAMAGE_CTC1 'common.ABILITY_RLF_DAMAGE_CTC1' ----@field ABILITY_RLF_DAMAGE_CTC1 abilityreallevelfield _ConvertAbilityRealLevelField('Ctc1') ---- ----ABILITY_RLF_EXTRA_DAMAGE_TO_TARGET 'common.ABILITY_RLF_EXTRA_DAMAGE_TO_TARGET' ----@field ABILITY_RLF_EXTRA_DAMAGE_TO_TARGET abilityreallevelfield _ConvertAbilityRealLevelField('Ctc2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_CTC3 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_CTC3' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_CTC3 abilityreallevelfield _ConvertAbilityRealLevelField('Ctc3') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_CTC4 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_CTC4' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_CTC4 abilityreallevelfield _ConvertAbilityRealLevelField('Ctc4') ---- ----ABILITY_RLF_DAMAGE_CTB1 'common.ABILITY_RLF_DAMAGE_CTB1' ----@field ABILITY_RLF_DAMAGE_CTB1 abilityreallevelfield _ConvertAbilityRealLevelField('Ctb1') ---- ----ABILITY_RLF_CASTING_DELAY_SECONDS 'common.ABILITY_RLF_CASTING_DELAY_SECONDS' ----@field ABILITY_RLF_CASTING_DELAY_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('Uds2') ---- ----ABILITY_RLF_MANA_LOSS_PER_UNIT_DTN1 'common.ABILITY_RLF_MANA_LOSS_PER_UNIT_DTN1' ----@field ABILITY_RLF_MANA_LOSS_PER_UNIT_DTN1 abilityreallevelfield _ConvertAbilityRealLevelField('Dtn1') ---- ----ABILITY_RLF_DAMAGE_TO_SUMMONED_UNITS_DTN2 'common.ABILITY_RLF_DAMAGE_TO_SUMMONED_UNITS_DTN2' ----@field ABILITY_RLF_DAMAGE_TO_SUMMONED_UNITS_DTN2 abilityreallevelfield _ConvertAbilityRealLevelField('Dtn2') ---- ----ABILITY_RLF_TRANSITION_TIME_SECONDS 'common.ABILITY_RLF_TRANSITION_TIME_SECONDS' ----@field ABILITY_RLF_TRANSITION_TIME_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('Ivs1') ---- ----ABILITY_RLF_MANA_DRAINED_PER_SECOND_NMR1 'common.ABILITY_RLF_MANA_DRAINED_PER_SECOND_NMR1' ----@field ABILITY_RLF_MANA_DRAINED_PER_SECOND_NMR1 abilityreallevelfield _ConvertAbilityRealLevelField('Nmr1') ---- ----ABILITY_RLF_CHANCE_TO_REDUCE_DAMAGE_PERCENT 'common.ABILITY_RLF_CHANCE_TO_REDUCE_DAMAGE_PERCENT' ----@field ABILITY_RLF_CHANCE_TO_REDUCE_DAMAGE_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Ssk1') ---- ----ABILITY_RLF_MINIMUM_DAMAGE 'common.ABILITY_RLF_MINIMUM_DAMAGE' ----@field ABILITY_RLF_MINIMUM_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Ssk2') ---- ----ABILITY_RLF_IGNORED_DAMAGE 'common.ABILITY_RLF_IGNORED_DAMAGE' ----@field ABILITY_RLF_IGNORED_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Ssk3') ---- ----ABILITY_RLF_FULL_DAMAGE_DEALT 'common.ABILITY_RLF_FULL_DAMAGE_DEALT' ----@field ABILITY_RLF_FULL_DAMAGE_DEALT abilityreallevelfield _ConvertAbilityRealLevelField('Hfs1') ---- ----ABILITY_RLF_FULL_DAMAGE_INTERVAL 'common.ABILITY_RLF_FULL_DAMAGE_INTERVAL' ----@field ABILITY_RLF_FULL_DAMAGE_INTERVAL abilityreallevelfield _ConvertAbilityRealLevelField('Hfs2') ---- ----ABILITY_RLF_HALF_DAMAGE_DEALT 'common.ABILITY_RLF_HALF_DAMAGE_DEALT' ----@field ABILITY_RLF_HALF_DAMAGE_DEALT abilityreallevelfield _ConvertAbilityRealLevelField('Hfs3') ---- ----ABILITY_RLF_HALF_DAMAGE_INTERVAL 'common.ABILITY_RLF_HALF_DAMAGE_INTERVAL' ----@field ABILITY_RLF_HALF_DAMAGE_INTERVAL abilityreallevelfield _ConvertAbilityRealLevelField('Hfs4') ---- ----ABILITY_RLF_BUILDING_REDUCTION_HFS5 'common.ABILITY_RLF_BUILDING_REDUCTION_HFS5' ----@field ABILITY_RLF_BUILDING_REDUCTION_HFS5 abilityreallevelfield _ConvertAbilityRealLevelField('Hfs5') ---- ----ABILITY_RLF_MAXIMUM_DAMAGE_HFS6 'common.ABILITY_RLF_MAXIMUM_DAMAGE_HFS6' ----@field ABILITY_RLF_MAXIMUM_DAMAGE_HFS6 abilityreallevelfield _ConvertAbilityRealLevelField('Hfs6') ---- ----ABILITY_RLF_MANA_PER_HIT_POINT 'common.ABILITY_RLF_MANA_PER_HIT_POINT' ----@field ABILITY_RLF_MANA_PER_HIT_POINT abilityreallevelfield _ConvertAbilityRealLevelField('Nms1') ---- ----ABILITY_RLF_DAMAGE_ABSORBED_PERCENT 'common.ABILITY_RLF_DAMAGE_ABSORBED_PERCENT' ----@field ABILITY_RLF_DAMAGE_ABSORBED_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Nms2') ---- ----ABILITY_RLF_WAVE_DISTANCE 'common.ABILITY_RLF_WAVE_DISTANCE' ----@field ABILITY_RLF_WAVE_DISTANCE abilityreallevelfield _ConvertAbilityRealLevelField('Uim1') ---- ----ABILITY_RLF_WAVE_TIME_SECONDS 'common.ABILITY_RLF_WAVE_TIME_SECONDS' ----@field ABILITY_RLF_WAVE_TIME_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('Uim2') ---- ----ABILITY_RLF_DAMAGE_DEALT_UIM3 'common.ABILITY_RLF_DAMAGE_DEALT_UIM3' ----@field ABILITY_RLF_DAMAGE_DEALT_UIM3 abilityreallevelfield _ConvertAbilityRealLevelField('Uim3') ---- ----ABILITY_RLF_AIR_TIME_SECONDS_UIM4 'common.ABILITY_RLF_AIR_TIME_SECONDS_UIM4' ----@field ABILITY_RLF_AIR_TIME_SECONDS_UIM4 abilityreallevelfield _ConvertAbilityRealLevelField('Uim4') ---- ----ABILITY_RLF_UNIT_RELEASE_INTERVAL_SECONDS 'common.ABILITY_RLF_UNIT_RELEASE_INTERVAL_SECONDS' ----@field ABILITY_RLF_UNIT_RELEASE_INTERVAL_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('Uls2') ---- ----ABILITY_RLF_DAMAGE_RETURN_FACTOR 'common.ABILITY_RLF_DAMAGE_RETURN_FACTOR' ----@field ABILITY_RLF_DAMAGE_RETURN_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Uls4') ---- ----ABILITY_RLF_DAMAGE_RETURN_THRESHOLD 'common.ABILITY_RLF_DAMAGE_RETURN_THRESHOLD' ----@field ABILITY_RLF_DAMAGE_RETURN_THRESHOLD abilityreallevelfield _ConvertAbilityRealLevelField('Uls5') ---- ----ABILITY_RLF_RETURNED_DAMAGE_FACTOR 'common.ABILITY_RLF_RETURNED_DAMAGE_FACTOR' ----@field ABILITY_RLF_RETURNED_DAMAGE_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Uts1') ---- ----ABILITY_RLF_RECEIVED_DAMAGE_FACTOR 'common.ABILITY_RLF_RECEIVED_DAMAGE_FACTOR' ----@field ABILITY_RLF_RECEIVED_DAMAGE_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Uts2') ---- ----ABILITY_RLF_DEFENSE_BONUS_UTS3 'common.ABILITY_RLF_DEFENSE_BONUS_UTS3' ----@field ABILITY_RLF_DEFENSE_BONUS_UTS3 abilityreallevelfield _ConvertAbilityRealLevelField('Uts3') ---- ----ABILITY_RLF_DAMAGE_BONUS_NBA1 'common.ABILITY_RLF_DAMAGE_BONUS_NBA1' ----@field ABILITY_RLF_DAMAGE_BONUS_NBA1 abilityreallevelfield _ConvertAbilityRealLevelField('Nba1') ---- ----ABILITY_RLF_SUMMONED_UNIT_DURATION_SECONDS_NBA3 'common.ABILITY_RLF_SUMMONED_UNIT_DURATION_SECONDS_NBA3' ----@field ABILITY_RLF_SUMMONED_UNIT_DURATION_SECONDS_NBA3 abilityreallevelfield _ConvertAbilityRealLevelField('Nba3') ---- ----ABILITY_RLF_MANA_PER_SUMMONED_HITPOINT 'common.ABILITY_RLF_MANA_PER_SUMMONED_HITPOINT' ----@field ABILITY_RLF_MANA_PER_SUMMONED_HITPOINT abilityreallevelfield _ConvertAbilityRealLevelField('Cmg2') ---- ----ABILITY_RLF_CHARGE_FOR_CURRENT_LIFE 'common.ABILITY_RLF_CHARGE_FOR_CURRENT_LIFE' ----@field ABILITY_RLF_CHARGE_FOR_CURRENT_LIFE abilityreallevelfield _ConvertAbilityRealLevelField('Cmg3') ---- ----ABILITY_RLF_HIT_POINTS_DRAINED 'common.ABILITY_RLF_HIT_POINTS_DRAINED' ----@field ABILITY_RLF_HIT_POINTS_DRAINED abilityreallevelfield _ConvertAbilityRealLevelField('Ndr1') ---- ----ABILITY_RLF_MANA_POINTS_DRAINED 'common.ABILITY_RLF_MANA_POINTS_DRAINED' ----@field ABILITY_RLF_MANA_POINTS_DRAINED abilityreallevelfield _ConvertAbilityRealLevelField('Ndr2') ---- ----ABILITY_RLF_DRAIN_INTERVAL_SECONDS 'common.ABILITY_RLF_DRAIN_INTERVAL_SECONDS' ----@field ABILITY_RLF_DRAIN_INTERVAL_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('Ndr3') ---- ----ABILITY_RLF_LIFE_TRANSFERRED_PER_SECOND 'common.ABILITY_RLF_LIFE_TRANSFERRED_PER_SECOND' ----@field ABILITY_RLF_LIFE_TRANSFERRED_PER_SECOND abilityreallevelfield _ConvertAbilityRealLevelField('Ndr4') ---- ----ABILITY_RLF_MANA_TRANSFERRED_PER_SECOND 'common.ABILITY_RLF_MANA_TRANSFERRED_PER_SECOND' ----@field ABILITY_RLF_MANA_TRANSFERRED_PER_SECOND abilityreallevelfield _ConvertAbilityRealLevelField('Ndr5') ---- ----ABILITY_RLF_BONUS_LIFE_FACTOR 'common.ABILITY_RLF_BONUS_LIFE_FACTOR' ----@field ABILITY_RLF_BONUS_LIFE_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Ndr6') ---- ----ABILITY_RLF_BONUS_LIFE_DECAY 'common.ABILITY_RLF_BONUS_LIFE_DECAY' ----@field ABILITY_RLF_BONUS_LIFE_DECAY abilityreallevelfield _ConvertAbilityRealLevelField('Ndr7') ---- ----ABILITY_RLF_BONUS_MANA_FACTOR 'common.ABILITY_RLF_BONUS_MANA_FACTOR' ----@field ABILITY_RLF_BONUS_MANA_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Ndr8') ---- ----ABILITY_RLF_BONUS_MANA_DECAY 'common.ABILITY_RLF_BONUS_MANA_DECAY' ----@field ABILITY_RLF_BONUS_MANA_DECAY abilityreallevelfield _ConvertAbilityRealLevelField('Ndr9') ---- ----ABILITY_RLF_CHANCE_TO_MISS_PERCENT 'common.ABILITY_RLF_CHANCE_TO_MISS_PERCENT' ----@field ABILITY_RLF_CHANCE_TO_MISS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('Nsi2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_MODIFIER 'common.ABILITY_RLF_MOVEMENT_SPEED_MODIFIER' ----@field ABILITY_RLF_MOVEMENT_SPEED_MODIFIER abilityreallevelfield _ConvertAbilityRealLevelField('Nsi3') ---- ----ABILITY_RLF_ATTACK_SPEED_MODIFIER 'common.ABILITY_RLF_ATTACK_SPEED_MODIFIER' ----@field ABILITY_RLF_ATTACK_SPEED_MODIFIER abilityreallevelfield _ConvertAbilityRealLevelField('Nsi4') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_TDG1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_TDG1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_TDG1 abilityreallevelfield _ConvertAbilityRealLevelField('Tdg1') ---- ----ABILITY_RLF_MEDIUM_DAMAGE_RADIUS_TDG2 'common.ABILITY_RLF_MEDIUM_DAMAGE_RADIUS_TDG2' ----@field ABILITY_RLF_MEDIUM_DAMAGE_RADIUS_TDG2 abilityreallevelfield _ConvertAbilityRealLevelField('Tdg2') ---- ----ABILITY_RLF_MEDIUM_DAMAGE_PER_SECOND 'common.ABILITY_RLF_MEDIUM_DAMAGE_PER_SECOND' ----@field ABILITY_RLF_MEDIUM_DAMAGE_PER_SECOND abilityreallevelfield _ConvertAbilityRealLevelField('Tdg3') ---- ----ABILITY_RLF_SMALL_DAMAGE_RADIUS_TDG4 'common.ABILITY_RLF_SMALL_DAMAGE_RADIUS_TDG4' ----@field ABILITY_RLF_SMALL_DAMAGE_RADIUS_TDG4 abilityreallevelfield _ConvertAbilityRealLevelField('Tdg4') ---- ----ABILITY_RLF_SMALL_DAMAGE_PER_SECOND 'common.ABILITY_RLF_SMALL_DAMAGE_PER_SECOND' ----@field ABILITY_RLF_SMALL_DAMAGE_PER_SECOND abilityreallevelfield _ConvertAbilityRealLevelField('Tdg5') ---- ----ABILITY_RLF_AIR_TIME_SECONDS_TSP1 'common.ABILITY_RLF_AIR_TIME_SECONDS_TSP1' ----@field ABILITY_RLF_AIR_TIME_SECONDS_TSP1 abilityreallevelfield _ConvertAbilityRealLevelField('Tsp1') ---- ----ABILITY_RLF_MINIMUM_HIT_INTERVAL_SECONDS 'common.ABILITY_RLF_MINIMUM_HIT_INTERVAL_SECONDS' ----@field ABILITY_RLF_MINIMUM_HIT_INTERVAL_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('Tsp2') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_NBF5 'common.ABILITY_RLF_DAMAGE_PER_SECOND_NBF5' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_NBF5 abilityreallevelfield _ConvertAbilityRealLevelField('Nbf5') ---- ----ABILITY_RLF_MAXIMUM_RANGE 'common.ABILITY_RLF_MAXIMUM_RANGE' ----@field ABILITY_RLF_MAXIMUM_RANGE abilityreallevelfield _ConvertAbilityRealLevelField('Ebl1') ---- ----ABILITY_RLF_MINIMUM_RANGE 'common.ABILITY_RLF_MINIMUM_RANGE' ----@field ABILITY_RLF_MINIMUM_RANGE abilityreallevelfield _ConvertAbilityRealLevelField('Ebl2') ---- ----ABILITY_RLF_DAMAGE_PER_TARGET_EFK1 'common.ABILITY_RLF_DAMAGE_PER_TARGET_EFK1' ----@field ABILITY_RLF_DAMAGE_PER_TARGET_EFK1 abilityreallevelfield _ConvertAbilityRealLevelField('Efk1') ---- ----ABILITY_RLF_MAXIMUM_TOTAL_DAMAGE 'common.ABILITY_RLF_MAXIMUM_TOTAL_DAMAGE' ----@field ABILITY_RLF_MAXIMUM_TOTAL_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Efk2') ---- ----ABILITY_RLF_MAXIMUM_SPEED_ADJUSTMENT 'common.ABILITY_RLF_MAXIMUM_SPEED_ADJUSTMENT' ----@field ABILITY_RLF_MAXIMUM_SPEED_ADJUSTMENT abilityreallevelfield _ConvertAbilityRealLevelField('Efk4') ---- ----ABILITY_RLF_DECAYING_DAMAGE 'common.ABILITY_RLF_DECAYING_DAMAGE' ----@field ABILITY_RLF_DECAYING_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Esh1') ---- ----ABILITY_RLF_MOVEMENT_SPEED_FACTOR_ESH2 'common.ABILITY_RLF_MOVEMENT_SPEED_FACTOR_ESH2' ----@field ABILITY_RLF_MOVEMENT_SPEED_FACTOR_ESH2 abilityreallevelfield _ConvertAbilityRealLevelField('Esh2') ---- ----ABILITY_RLF_ATTACK_SPEED_FACTOR_ESH3 'common.ABILITY_RLF_ATTACK_SPEED_FACTOR_ESH3' ----@field ABILITY_RLF_ATTACK_SPEED_FACTOR_ESH3 abilityreallevelfield _ConvertAbilityRealLevelField('Esh3') ---- ----ABILITY_RLF_DECAY_POWER 'common.ABILITY_RLF_DECAY_POWER' ----@field ABILITY_RLF_DECAY_POWER abilityreallevelfield _ConvertAbilityRealLevelField('Esh4') ---- ----ABILITY_RLF_INITIAL_DAMAGE_ESH5 'common.ABILITY_RLF_INITIAL_DAMAGE_ESH5' ----@field ABILITY_RLF_INITIAL_DAMAGE_ESH5 abilityreallevelfield _ConvertAbilityRealLevelField('Esh5') ---- ----ABILITY_RLF_MAXIMUM_LIFE_ABSORBED 'common.ABILITY_RLF_MAXIMUM_LIFE_ABSORBED' ----@field ABILITY_RLF_MAXIMUM_LIFE_ABSORBED abilityreallevelfield _ConvertAbilityRealLevelField('abs1') ---- ----ABILITY_RLF_MAXIMUM_MANA_ABSORBED 'common.ABILITY_RLF_MAXIMUM_MANA_ABSORBED' ----@field ABILITY_RLF_MAXIMUM_MANA_ABSORBED abilityreallevelfield _ConvertAbilityRealLevelField('abs2') ---- ----ABILITY_RLF_MOVEMENT_SPEED_INCREASE_BSK1 'common.ABILITY_RLF_MOVEMENT_SPEED_INCREASE_BSK1' ----@field ABILITY_RLF_MOVEMENT_SPEED_INCREASE_BSK1 abilityreallevelfield _ConvertAbilityRealLevelField('bsk1') ---- ----ABILITY_RLF_ATTACK_SPEED_INCREASE_BSK2 'common.ABILITY_RLF_ATTACK_SPEED_INCREASE_BSK2' ----@field ABILITY_RLF_ATTACK_SPEED_INCREASE_BSK2 abilityreallevelfield _ConvertAbilityRealLevelField('bsk2') ---- ----ABILITY_RLF_DAMAGE_TAKEN_INCREASE 'common.ABILITY_RLF_DAMAGE_TAKEN_INCREASE' ----@field ABILITY_RLF_DAMAGE_TAKEN_INCREASE abilityreallevelfield _ConvertAbilityRealLevelField('bsk3') ---- ----ABILITY_RLF_LIFE_PER_UNIT 'common.ABILITY_RLF_LIFE_PER_UNIT' ----@field ABILITY_RLF_LIFE_PER_UNIT abilityreallevelfield _ConvertAbilityRealLevelField('dvm1') ---- ----ABILITY_RLF_MANA_PER_UNIT 'common.ABILITY_RLF_MANA_PER_UNIT' ----@field ABILITY_RLF_MANA_PER_UNIT abilityreallevelfield _ConvertAbilityRealLevelField('dvm2') ---- ----ABILITY_RLF_LIFE_PER_BUFF 'common.ABILITY_RLF_LIFE_PER_BUFF' ----@field ABILITY_RLF_LIFE_PER_BUFF abilityreallevelfield _ConvertAbilityRealLevelField('dvm3') ---- ----ABILITY_RLF_MANA_PER_BUFF 'common.ABILITY_RLF_MANA_PER_BUFF' ----@field ABILITY_RLF_MANA_PER_BUFF abilityreallevelfield _ConvertAbilityRealLevelField('dvm4') ---- ----ABILITY_RLF_SUMMONED_UNIT_DAMAGE_DVM5 'common.ABILITY_RLF_SUMMONED_UNIT_DAMAGE_DVM5' ----@field ABILITY_RLF_SUMMONED_UNIT_DAMAGE_DVM5 abilityreallevelfield _ConvertAbilityRealLevelField('dvm5') ---- ----ABILITY_RLF_DAMAGE_BONUS_FAK1 'common.ABILITY_RLF_DAMAGE_BONUS_FAK1' ----@field ABILITY_RLF_DAMAGE_BONUS_FAK1 abilityreallevelfield _ConvertAbilityRealLevelField('fak1') ---- ----ABILITY_RLF_MEDIUM_DAMAGE_FACTOR_FAK2 'common.ABILITY_RLF_MEDIUM_DAMAGE_FACTOR_FAK2' ----@field ABILITY_RLF_MEDIUM_DAMAGE_FACTOR_FAK2 abilityreallevelfield _ConvertAbilityRealLevelField('fak2') ---- ----ABILITY_RLF_SMALL_DAMAGE_FACTOR_FAK3 'common.ABILITY_RLF_SMALL_DAMAGE_FACTOR_FAK3' ----@field ABILITY_RLF_SMALL_DAMAGE_FACTOR_FAK3 abilityreallevelfield _ConvertAbilityRealLevelField('fak3') ---- ----ABILITY_RLF_FULL_DAMAGE_RADIUS_FAK4 'common.ABILITY_RLF_FULL_DAMAGE_RADIUS_FAK4' ----@field ABILITY_RLF_FULL_DAMAGE_RADIUS_FAK4 abilityreallevelfield _ConvertAbilityRealLevelField('fak4') ---- ----ABILITY_RLF_HALF_DAMAGE_RADIUS_FAK5 'common.ABILITY_RLF_HALF_DAMAGE_RADIUS_FAK5' ----@field ABILITY_RLF_HALF_DAMAGE_RADIUS_FAK5 abilityreallevelfield _ConvertAbilityRealLevelField('fak5') ---- ----ABILITY_RLF_EXTRA_DAMAGE_PER_SECOND 'common.ABILITY_RLF_EXTRA_DAMAGE_PER_SECOND' ----@field ABILITY_RLF_EXTRA_DAMAGE_PER_SECOND abilityreallevelfield _ConvertAbilityRealLevelField('liq1') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_LIQ2 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_LIQ2' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_LIQ2 abilityreallevelfield _ConvertAbilityRealLevelField('liq2') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_LIQ3 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_LIQ3' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_LIQ3 abilityreallevelfield _ConvertAbilityRealLevelField('liq3') ---- ----ABILITY_RLF_MAGIC_DAMAGE_FACTOR 'common.ABILITY_RLF_MAGIC_DAMAGE_FACTOR' ----@field ABILITY_RLF_MAGIC_DAMAGE_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('mim1') ---- ----ABILITY_RLF_UNIT_DAMAGE_PER_MANA_POINT 'common.ABILITY_RLF_UNIT_DAMAGE_PER_MANA_POINT' ----@field ABILITY_RLF_UNIT_DAMAGE_PER_MANA_POINT abilityreallevelfield _ConvertAbilityRealLevelField('mfl1') ---- ----ABILITY_RLF_HERO_DAMAGE_PER_MANA_POINT 'common.ABILITY_RLF_HERO_DAMAGE_PER_MANA_POINT' ----@field ABILITY_RLF_HERO_DAMAGE_PER_MANA_POINT abilityreallevelfield _ConvertAbilityRealLevelField('mfl2') ---- ----ABILITY_RLF_UNIT_MAXIMUM_DAMAGE 'common.ABILITY_RLF_UNIT_MAXIMUM_DAMAGE' ----@field ABILITY_RLF_UNIT_MAXIMUM_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('mfl3') ---- ----ABILITY_RLF_HERO_MAXIMUM_DAMAGE 'common.ABILITY_RLF_HERO_MAXIMUM_DAMAGE' ----@field ABILITY_RLF_HERO_MAXIMUM_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('mfl4') ---- ----ABILITY_RLF_DAMAGE_COOLDOWN 'common.ABILITY_RLF_DAMAGE_COOLDOWN' ----@field ABILITY_RLF_DAMAGE_COOLDOWN abilityreallevelfield _ConvertAbilityRealLevelField('mfl5') ---- ----ABILITY_RLF_DISTRIBUTED_DAMAGE_FACTOR_SPL1 'common.ABILITY_RLF_DISTRIBUTED_DAMAGE_FACTOR_SPL1' ----@field ABILITY_RLF_DISTRIBUTED_DAMAGE_FACTOR_SPL1 abilityreallevelfield _ConvertAbilityRealLevelField('spl1') ---- ----ABILITY_RLF_LIFE_REGENERATED 'common.ABILITY_RLF_LIFE_REGENERATED' ----@field ABILITY_RLF_LIFE_REGENERATED abilityreallevelfield _ConvertAbilityRealLevelField('irl1') ---- ----ABILITY_RLF_MANA_REGENERATED 'common.ABILITY_RLF_MANA_REGENERATED' ----@field ABILITY_RLF_MANA_REGENERATED abilityreallevelfield _ConvertAbilityRealLevelField('irl2') ---- ----ABILITY_RLF_MANA_LOSS_PER_UNIT_IDC1 'common.ABILITY_RLF_MANA_LOSS_PER_UNIT_IDC1' ----@field ABILITY_RLF_MANA_LOSS_PER_UNIT_IDC1 abilityreallevelfield _ConvertAbilityRealLevelField('idc1') ---- ----ABILITY_RLF_SUMMONED_UNIT_DAMAGE_IDC2 'common.ABILITY_RLF_SUMMONED_UNIT_DAMAGE_IDC2' ----@field ABILITY_RLF_SUMMONED_UNIT_DAMAGE_IDC2 abilityreallevelfield _ConvertAbilityRealLevelField('idc2') ---- ----ABILITY_RLF_ACTIVATION_DELAY_IMO2 'common.ABILITY_RLF_ACTIVATION_DELAY_IMO2' ----@field ABILITY_RLF_ACTIVATION_DELAY_IMO2 abilityreallevelfield _ConvertAbilityRealLevelField('imo2') ---- ----ABILITY_RLF_LURE_INTERVAL_SECONDS 'common.ABILITY_RLF_LURE_INTERVAL_SECONDS' ----@field ABILITY_RLF_LURE_INTERVAL_SECONDS abilityreallevelfield _ConvertAbilityRealLevelField('imo3') ---- ----ABILITY_RLF_DAMAGE_BONUS_ISR1 'common.ABILITY_RLF_DAMAGE_BONUS_ISR1' ----@field ABILITY_RLF_DAMAGE_BONUS_ISR1 abilityreallevelfield _ConvertAbilityRealLevelField('isr1') ---- ----ABILITY_RLF_DAMAGE_REDUCTION_ISR2 'common.ABILITY_RLF_DAMAGE_REDUCTION_ISR2' ----@field ABILITY_RLF_DAMAGE_REDUCTION_ISR2 abilityreallevelfield _ConvertAbilityRealLevelField('isr2') ---- ----ABILITY_RLF_DAMAGE_BONUS_IPV1 'common.ABILITY_RLF_DAMAGE_BONUS_IPV1' ----@field ABILITY_RLF_DAMAGE_BONUS_IPV1 abilityreallevelfield _ConvertAbilityRealLevelField('ipv1') ---- ----ABILITY_RLF_LIFE_STEAL_AMOUNT 'common.ABILITY_RLF_LIFE_STEAL_AMOUNT' ----@field ABILITY_RLF_LIFE_STEAL_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('ipv2') ---- ----ABILITY_RLF_LIFE_RESTORED_FACTOR 'common.ABILITY_RLF_LIFE_RESTORED_FACTOR' ----@field ABILITY_RLF_LIFE_RESTORED_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('ast1') ---- ----ABILITY_RLF_MANA_RESTORED_FACTOR 'common.ABILITY_RLF_MANA_RESTORED_FACTOR' ----@field ABILITY_RLF_MANA_RESTORED_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('ast2') ---- ----ABILITY_RLF_ATTACH_DELAY 'common.ABILITY_RLF_ATTACH_DELAY' ----@field ABILITY_RLF_ATTACH_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('gra1') ---- ----ABILITY_RLF_REMOVE_DELAY 'common.ABILITY_RLF_REMOVE_DELAY' ----@field ABILITY_RLF_REMOVE_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('gra2') ---- ----ABILITY_RLF_HERO_REGENERATION_DELAY 'common.ABILITY_RLF_HERO_REGENERATION_DELAY' ----@field ABILITY_RLF_HERO_REGENERATION_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Nsa2') ---- ----ABILITY_RLF_UNIT_REGENERATION_DELAY 'common.ABILITY_RLF_UNIT_REGENERATION_DELAY' ----@field ABILITY_RLF_UNIT_REGENERATION_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Nsa3') ---- ----ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_NSA4 'common.ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_NSA4' ----@field ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_NSA4 abilityreallevelfield _ConvertAbilityRealLevelField('Nsa4') ---- ----ABILITY_RLF_HIT_POINTS_PER_SECOND_NSA5 'common.ABILITY_RLF_HIT_POINTS_PER_SECOND_NSA5' ----@field ABILITY_RLF_HIT_POINTS_PER_SECOND_NSA5 abilityreallevelfield _ConvertAbilityRealLevelField('Nsa5') ---- ----ABILITY_RLF_DAMAGE_TO_SUMMONED_UNITS_IXS1 'common.ABILITY_RLF_DAMAGE_TO_SUMMONED_UNITS_IXS1' ----@field ABILITY_RLF_DAMAGE_TO_SUMMONED_UNITS_IXS1 abilityreallevelfield _ConvertAbilityRealLevelField('Ixs1') ---- ----ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_IXS2 'common.ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_IXS2' ----@field ABILITY_RLF_MAGIC_DAMAGE_REDUCTION_IXS2 abilityreallevelfield _ConvertAbilityRealLevelField('Ixs2') ---- ----ABILITY_RLF_SUMMONED_UNIT_DURATION 'common.ABILITY_RLF_SUMMONED_UNIT_DURATION' ----@field ABILITY_RLF_SUMMONED_UNIT_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Npa6') ---- ----ABILITY_RLF_SHIELD_COOLDOWN_TIME 'common.ABILITY_RLF_SHIELD_COOLDOWN_TIME' ----@field ABILITY_RLF_SHIELD_COOLDOWN_TIME abilityreallevelfield _ConvertAbilityRealLevelField('Nse1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_NDO1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_NDO1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_NDO1 abilityreallevelfield _ConvertAbilityRealLevelField('Ndo1') ---- ----ABILITY_RLF_SUMMONED_UNIT_DURATION_SECONDS_NDO3 'common.ABILITY_RLF_SUMMONED_UNIT_DURATION_SECONDS_NDO3' ----@field ABILITY_RLF_SUMMONED_UNIT_DURATION_SECONDS_NDO3 abilityreallevelfield _ConvertAbilityRealLevelField('Ndo3') ---- ----ABILITY_RLF_MEDIUM_DAMAGE_RADIUS_FLK1 'common.ABILITY_RLF_MEDIUM_DAMAGE_RADIUS_FLK1' ----@field ABILITY_RLF_MEDIUM_DAMAGE_RADIUS_FLK1 abilityreallevelfield _ConvertAbilityRealLevelField('flk1') ---- ----ABILITY_RLF_SMALL_DAMAGE_RADIUS_FLK2 'common.ABILITY_RLF_SMALL_DAMAGE_RADIUS_FLK2' ----@field ABILITY_RLF_SMALL_DAMAGE_RADIUS_FLK2 abilityreallevelfield _ConvertAbilityRealLevelField('flk2') ---- ----ABILITY_RLF_FULL_DAMAGE_AMOUNT_FLK3 'common.ABILITY_RLF_FULL_DAMAGE_AMOUNT_FLK3' ----@field ABILITY_RLF_FULL_DAMAGE_AMOUNT_FLK3 abilityreallevelfield _ConvertAbilityRealLevelField('flk3') ---- ----ABILITY_RLF_MEDIUM_DAMAGE_AMOUNT 'common.ABILITY_RLF_MEDIUM_DAMAGE_AMOUNT' ----@field ABILITY_RLF_MEDIUM_DAMAGE_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('flk4') ---- ----ABILITY_RLF_SMALL_DAMAGE_AMOUNT 'common.ABILITY_RLF_SMALL_DAMAGE_AMOUNT' ----@field ABILITY_RLF_SMALL_DAMAGE_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('flk5') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_HBN1 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_HBN1' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_HBN1 abilityreallevelfield _ConvertAbilityRealLevelField('Hbn1') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_HBN2 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_HBN2' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_HBN2 abilityreallevelfield _ConvertAbilityRealLevelField('Hbn2') ---- ----ABILITY_RLF_MAX_MANA_DRAINED_UNITS 'common.ABILITY_RLF_MAX_MANA_DRAINED_UNITS' ----@field ABILITY_RLF_MAX_MANA_DRAINED_UNITS abilityreallevelfield _ConvertAbilityRealLevelField('fbk1') ---- ----ABILITY_RLF_DAMAGE_RATIO_UNITS_PERCENT 'common.ABILITY_RLF_DAMAGE_RATIO_UNITS_PERCENT' ----@field ABILITY_RLF_DAMAGE_RATIO_UNITS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('fbk2') ---- ----ABILITY_RLF_MAX_MANA_DRAINED_HEROS 'common.ABILITY_RLF_MAX_MANA_DRAINED_HEROS' ----@field ABILITY_RLF_MAX_MANA_DRAINED_HEROS abilityreallevelfield _ConvertAbilityRealLevelField('fbk3') ---- ----ABILITY_RLF_DAMAGE_RATIO_HEROS_PERCENT 'common.ABILITY_RLF_DAMAGE_RATIO_HEROS_PERCENT' ----@field ABILITY_RLF_DAMAGE_RATIO_HEROS_PERCENT abilityreallevelfield _ConvertAbilityRealLevelField('fbk4') ---- ----ABILITY_RLF_SUMMONED_DAMAGE 'common.ABILITY_RLF_SUMMONED_DAMAGE' ----@field ABILITY_RLF_SUMMONED_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('fbk5') ---- ----ABILITY_RLF_DISTRIBUTED_DAMAGE_FACTOR_NCA1 'common.ABILITY_RLF_DISTRIBUTED_DAMAGE_FACTOR_NCA1' ----@field ABILITY_RLF_DISTRIBUTED_DAMAGE_FACTOR_NCA1 abilityreallevelfield _ConvertAbilityRealLevelField('nca1') ---- ----ABILITY_RLF_INITIAL_DAMAGE_PXF1 'common.ABILITY_RLF_INITIAL_DAMAGE_PXF1' ----@field ABILITY_RLF_INITIAL_DAMAGE_PXF1 abilityreallevelfield _ConvertAbilityRealLevelField('pxf1') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_PXF2 'common.ABILITY_RLF_DAMAGE_PER_SECOND_PXF2' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_PXF2 abilityreallevelfield _ConvertAbilityRealLevelField('pxf2') ---- ----ABILITY_RLF_DAMAGE_PER_SECOND_MLS1 'common.ABILITY_RLF_DAMAGE_PER_SECOND_MLS1' ----@field ABILITY_RLF_DAMAGE_PER_SECOND_MLS1 abilityreallevelfield _ConvertAbilityRealLevelField('mls1') ---- ----ABILITY_RLF_BEAST_COLLISION_RADIUS 'common.ABILITY_RLF_BEAST_COLLISION_RADIUS' ----@field ABILITY_RLF_BEAST_COLLISION_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Nst2') ---- ----ABILITY_RLF_DAMAGE_AMOUNT_NST3 'common.ABILITY_RLF_DAMAGE_AMOUNT_NST3' ----@field ABILITY_RLF_DAMAGE_AMOUNT_NST3 abilityreallevelfield _ConvertAbilityRealLevelField('Nst3') ---- ----ABILITY_RLF_DAMAGE_RADIUS 'common.ABILITY_RLF_DAMAGE_RADIUS' ----@field ABILITY_RLF_DAMAGE_RADIUS abilityreallevelfield _ConvertAbilityRealLevelField('Nst4') ---- ----ABILITY_RLF_DAMAGE_DELAY 'common.ABILITY_RLF_DAMAGE_DELAY' ----@field ABILITY_RLF_DAMAGE_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Nst5') ---- ----ABILITY_RLF_FOLLOW_THROUGH_TIME 'common.ABILITY_RLF_FOLLOW_THROUGH_TIME' ----@field ABILITY_RLF_FOLLOW_THROUGH_TIME abilityreallevelfield _ConvertAbilityRealLevelField('Ncl1') ---- ----ABILITY_RLF_ART_DURATION 'common.ABILITY_RLF_ART_DURATION' ----@field ABILITY_RLF_ART_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Ncl4') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_NAB1 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_NAB1' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_NAB1 abilityreallevelfield _ConvertAbilityRealLevelField('Nab1') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_NAB2 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_NAB2' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_NAB2 abilityreallevelfield _ConvertAbilityRealLevelField('Nab2') ---- ----ABILITY_RLF_PRIMARY_DAMAGE 'common.ABILITY_RLF_PRIMARY_DAMAGE' ----@field ABILITY_RLF_PRIMARY_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Nab4') ---- ----ABILITY_RLF_SECONDARY_DAMAGE 'common.ABILITY_RLF_SECONDARY_DAMAGE' ----@field ABILITY_RLF_SECONDARY_DAMAGE abilityreallevelfield _ConvertAbilityRealLevelField('Nab5') ---- ----ABILITY_RLF_DAMAGE_INTERVAL_NAB6 'common.ABILITY_RLF_DAMAGE_INTERVAL_NAB6' ----@field ABILITY_RLF_DAMAGE_INTERVAL_NAB6 abilityreallevelfield _ConvertAbilityRealLevelField('Nab6') ---- ----ABILITY_RLF_GOLD_COST_FACTOR 'common.ABILITY_RLF_GOLD_COST_FACTOR' ----@field ABILITY_RLF_GOLD_COST_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Ntm1') ---- ----ABILITY_RLF_LUMBER_COST_FACTOR 'common.ABILITY_RLF_LUMBER_COST_FACTOR' ----@field ABILITY_RLF_LUMBER_COST_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Ntm2') ---- ----ABILITY_RLF_MOVE_SPEED_BONUS_NEG1 'common.ABILITY_RLF_MOVE_SPEED_BONUS_NEG1' ----@field ABILITY_RLF_MOVE_SPEED_BONUS_NEG1 abilityreallevelfield _ConvertAbilityRealLevelField('Neg1') ---- ----ABILITY_RLF_DAMAGE_BONUS_NEG2 'common.ABILITY_RLF_DAMAGE_BONUS_NEG2' ----@field ABILITY_RLF_DAMAGE_BONUS_NEG2 abilityreallevelfield _ConvertAbilityRealLevelField('Neg2') ---- ----ABILITY_RLF_DAMAGE_AMOUNT_NCS1 'common.ABILITY_RLF_DAMAGE_AMOUNT_NCS1' ----@field ABILITY_RLF_DAMAGE_AMOUNT_NCS1 abilityreallevelfield _ConvertAbilityRealLevelField('Ncs1') ---- ----ABILITY_RLF_DAMAGE_INTERVAL_NCS2 'common.ABILITY_RLF_DAMAGE_INTERVAL_NCS2' ----@field ABILITY_RLF_DAMAGE_INTERVAL_NCS2 abilityreallevelfield _ConvertAbilityRealLevelField('Ncs2') ---- ----ABILITY_RLF_MAX_DAMAGE_NCS4 'common.ABILITY_RLF_MAX_DAMAGE_NCS4' ----@field ABILITY_RLF_MAX_DAMAGE_NCS4 abilityreallevelfield _ConvertAbilityRealLevelField('Ncs4') ---- ----ABILITY_RLF_BUILDING_DAMAGE_FACTOR_NCS5 'common.ABILITY_RLF_BUILDING_DAMAGE_FACTOR_NCS5' ----@field ABILITY_RLF_BUILDING_DAMAGE_FACTOR_NCS5 abilityreallevelfield _ConvertAbilityRealLevelField('Ncs5') ---- ----ABILITY_RLF_EFFECT_DURATION 'common.ABILITY_RLF_EFFECT_DURATION' ----@field ABILITY_RLF_EFFECT_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Ncs6') ---- ----ABILITY_RLF_SPAWN_INTERVAL_NSY1 'common.ABILITY_RLF_SPAWN_INTERVAL_NSY1' ----@field ABILITY_RLF_SPAWN_INTERVAL_NSY1 abilityreallevelfield _ConvertAbilityRealLevelField('Nsy1') ---- ----ABILITY_RLF_SPAWN_UNIT_DURATION 'common.ABILITY_RLF_SPAWN_UNIT_DURATION' ----@field ABILITY_RLF_SPAWN_UNIT_DURATION abilityreallevelfield _ConvertAbilityRealLevelField('Nsy3') ---- ----ABILITY_RLF_SPAWN_UNIT_OFFSET 'common.ABILITY_RLF_SPAWN_UNIT_OFFSET' ----@field ABILITY_RLF_SPAWN_UNIT_OFFSET abilityreallevelfield _ConvertAbilityRealLevelField('Nsy4') ---- ----ABILITY_RLF_LEASH_RANGE_NSY5 'common.ABILITY_RLF_LEASH_RANGE_NSY5' ----@field ABILITY_RLF_LEASH_RANGE_NSY5 abilityreallevelfield _ConvertAbilityRealLevelField('Nsy5') ---- ----ABILITY_RLF_SPAWN_INTERVAL_NFY1 'common.ABILITY_RLF_SPAWN_INTERVAL_NFY1' ----@field ABILITY_RLF_SPAWN_INTERVAL_NFY1 abilityreallevelfield _ConvertAbilityRealLevelField('Nfy1') ---- ----ABILITY_RLF_LEASH_RANGE_NFY2 'common.ABILITY_RLF_LEASH_RANGE_NFY2' ----@field ABILITY_RLF_LEASH_RANGE_NFY2 abilityreallevelfield _ConvertAbilityRealLevelField('Nfy2') ---- ----ABILITY_RLF_CHANCE_TO_DEMOLISH 'common.ABILITY_RLF_CHANCE_TO_DEMOLISH' ----@field ABILITY_RLF_CHANCE_TO_DEMOLISH abilityreallevelfield _ConvertAbilityRealLevelField('Nde1') ---- ----ABILITY_RLF_DAMAGE_MULTIPLIER_BUILDINGS 'common.ABILITY_RLF_DAMAGE_MULTIPLIER_BUILDINGS' ----@field ABILITY_RLF_DAMAGE_MULTIPLIER_BUILDINGS abilityreallevelfield _ConvertAbilityRealLevelField('Nde2') ---- ----ABILITY_RLF_DAMAGE_MULTIPLIER_UNITS 'common.ABILITY_RLF_DAMAGE_MULTIPLIER_UNITS' ----@field ABILITY_RLF_DAMAGE_MULTIPLIER_UNITS abilityreallevelfield _ConvertAbilityRealLevelField('Nde3') ---- ----ABILITY_RLF_DAMAGE_MULTIPLIER_HEROES 'common.ABILITY_RLF_DAMAGE_MULTIPLIER_HEROES' ----@field ABILITY_RLF_DAMAGE_MULTIPLIER_HEROES abilityreallevelfield _ConvertAbilityRealLevelField('Nde4') ---- ----ABILITY_RLF_BONUS_DAMAGE_MULTIPLIER 'common.ABILITY_RLF_BONUS_DAMAGE_MULTIPLIER' ----@field ABILITY_RLF_BONUS_DAMAGE_MULTIPLIER abilityreallevelfield _ConvertAbilityRealLevelField('Nic1') ---- ----ABILITY_RLF_DEATH_DAMAGE_FULL_AMOUNT 'common.ABILITY_RLF_DEATH_DAMAGE_FULL_AMOUNT' ----@field ABILITY_RLF_DEATH_DAMAGE_FULL_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('Nic2') ---- ----ABILITY_RLF_DEATH_DAMAGE_FULL_AREA 'common.ABILITY_RLF_DEATH_DAMAGE_FULL_AREA' ----@field ABILITY_RLF_DEATH_DAMAGE_FULL_AREA abilityreallevelfield _ConvertAbilityRealLevelField('Nic3') ---- ----ABILITY_RLF_DEATH_DAMAGE_HALF_AMOUNT 'common.ABILITY_RLF_DEATH_DAMAGE_HALF_AMOUNT' ----@field ABILITY_RLF_DEATH_DAMAGE_HALF_AMOUNT abilityreallevelfield _ConvertAbilityRealLevelField('Nic4') ---- ----ABILITY_RLF_DEATH_DAMAGE_HALF_AREA 'common.ABILITY_RLF_DEATH_DAMAGE_HALF_AREA' ----@field ABILITY_RLF_DEATH_DAMAGE_HALF_AREA abilityreallevelfield _ConvertAbilityRealLevelField('Nic5') ---- ----ABILITY_RLF_DEATH_DAMAGE_DELAY 'common.ABILITY_RLF_DEATH_DAMAGE_DELAY' ----@field ABILITY_RLF_DEATH_DAMAGE_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Nic6') ---- ----ABILITY_RLF_DAMAGE_AMOUNT_NSO1 'common.ABILITY_RLF_DAMAGE_AMOUNT_NSO1' ----@field ABILITY_RLF_DAMAGE_AMOUNT_NSO1 abilityreallevelfield _ConvertAbilityRealLevelField('Nso1') ---- ----ABILITY_RLF_DAMAGE_PERIOD 'common.ABILITY_RLF_DAMAGE_PERIOD' ----@field ABILITY_RLF_DAMAGE_PERIOD abilityreallevelfield _ConvertAbilityRealLevelField('Nso2') ---- ----ABILITY_RLF_DAMAGE_PENALTY 'common.ABILITY_RLF_DAMAGE_PENALTY' ----@field ABILITY_RLF_DAMAGE_PENALTY abilityreallevelfield _ConvertAbilityRealLevelField('Nso3') ---- ----ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_NSO4 'common.ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_NSO4' ----@field ABILITY_RLF_MOVEMENT_SPEED_REDUCTION_PERCENT_NSO4 abilityreallevelfield _ConvertAbilityRealLevelField('Nso4') ---- ----ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_NSO5 'common.ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_NSO5' ----@field ABILITY_RLF_ATTACK_SPEED_REDUCTION_PERCENT_NSO5 abilityreallevelfield _ConvertAbilityRealLevelField('Nso5') ---- ----ABILITY_RLF_SPLIT_DELAY 'common.ABILITY_RLF_SPLIT_DELAY' ----@field ABILITY_RLF_SPLIT_DELAY abilityreallevelfield _ConvertAbilityRealLevelField('Nlm2') ---- ----ABILITY_RLF_MAX_HITPOINT_FACTOR 'common.ABILITY_RLF_MAX_HITPOINT_FACTOR' ----@field ABILITY_RLF_MAX_HITPOINT_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Nlm4') ---- ----ABILITY_RLF_LIFE_DURATION_SPLIT_BONUS 'common.ABILITY_RLF_LIFE_DURATION_SPLIT_BONUS' ----@field ABILITY_RLF_LIFE_DURATION_SPLIT_BONUS abilityreallevelfield _ConvertAbilityRealLevelField('Nlm5') ---- ----ABILITY_RLF_WAVE_INTERVAL 'common.ABILITY_RLF_WAVE_INTERVAL' ----@field ABILITY_RLF_WAVE_INTERVAL abilityreallevelfield _ConvertAbilityRealLevelField('Nvc3') ---- ----ABILITY_RLF_BUILDING_DAMAGE_FACTOR_NVC4 'common.ABILITY_RLF_BUILDING_DAMAGE_FACTOR_NVC4' ----@field ABILITY_RLF_BUILDING_DAMAGE_FACTOR_NVC4 abilityreallevelfield _ConvertAbilityRealLevelField('Nvc4') ---- ----ABILITY_RLF_FULL_DAMAGE_AMOUNT_NVC5 'common.ABILITY_RLF_FULL_DAMAGE_AMOUNT_NVC5' ----@field ABILITY_RLF_FULL_DAMAGE_AMOUNT_NVC5 abilityreallevelfield _ConvertAbilityRealLevelField('Nvc5') ---- ----ABILITY_RLF_HALF_DAMAGE_FACTOR 'common.ABILITY_RLF_HALF_DAMAGE_FACTOR' ----@field ABILITY_RLF_HALF_DAMAGE_FACTOR abilityreallevelfield _ConvertAbilityRealLevelField('Nvc6') ---- ----ABILITY_RLF_INTERVAL_BETWEEN_PULSES 'common.ABILITY_RLF_INTERVAL_BETWEEN_PULSES' ----@field ABILITY_RLF_INTERVAL_BETWEEN_PULSES abilityreallevelfield _ConvertAbilityRealLevelField('Tau5') ---- ----ABILITY_BLF_PERCENT_BONUS_HAB2 'common.ABILITY_BLF_PERCENT_BONUS_HAB2' ----@field ABILITY_BLF_PERCENT_BONUS_HAB2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Hab2') ---- ----ABILITY_BLF_USE_TELEPORT_CLUSTERING_HMT3 'common.ABILITY_BLF_USE_TELEPORT_CLUSTERING_HMT3' ----@field ABILITY_BLF_USE_TELEPORT_CLUSTERING_HMT3 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Hmt3') ---- ----ABILITY_BLF_NEVER_MISS_OCR5 'common.ABILITY_BLF_NEVER_MISS_OCR5' ----@field ABILITY_BLF_NEVER_MISS_OCR5 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ocr5') ---- ----ABILITY_BLF_EXCLUDE_ITEM_DAMAGE 'common.ABILITY_BLF_EXCLUDE_ITEM_DAMAGE' ----@field ABILITY_BLF_EXCLUDE_ITEM_DAMAGE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ocr6') ---- ----ABILITY_BLF_BACKSTAB_DAMAGE 'common.ABILITY_BLF_BACKSTAB_DAMAGE' ----@field ABILITY_BLF_BACKSTAB_DAMAGE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Owk4') ---- ----ABILITY_BLF_INHERIT_UPGRADES_UAN3 'common.ABILITY_BLF_INHERIT_UPGRADES_UAN3' ----@field ABILITY_BLF_INHERIT_UPGRADES_UAN3 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Uan3') ---- ----ABILITY_BLF_MANA_CONVERSION_AS_PERCENT 'common.ABILITY_BLF_MANA_CONVERSION_AS_PERCENT' ----@field ABILITY_BLF_MANA_CONVERSION_AS_PERCENT abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Udp3') ---- ----ABILITY_BLF_LIFE_CONVERSION_AS_PERCENT 'common.ABILITY_BLF_LIFE_CONVERSION_AS_PERCENT' ----@field ABILITY_BLF_LIFE_CONVERSION_AS_PERCENT abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Udp4') ---- ----ABILITY_BLF_LEAVE_TARGET_ALIVE 'common.ABILITY_BLF_LEAVE_TARGET_ALIVE' ----@field ABILITY_BLF_LEAVE_TARGET_ALIVE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Udp5') ---- ----ABILITY_BLF_PERCENT_BONUS_UAU3 'common.ABILITY_BLF_PERCENT_BONUS_UAU3' ----@field ABILITY_BLF_PERCENT_BONUS_UAU3 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Uau3') ---- ----ABILITY_BLF_DAMAGE_IS_PERCENT_RECEIVED 'common.ABILITY_BLF_DAMAGE_IS_PERCENT_RECEIVED' ----@field ABILITY_BLF_DAMAGE_IS_PERCENT_RECEIVED abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Eah2') ---- ----ABILITY_BLF_MELEE_BONUS 'common.ABILITY_BLF_MELEE_BONUS' ----@field ABILITY_BLF_MELEE_BONUS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ear2') ---- ----ABILITY_BLF_RANGED_BONUS 'common.ABILITY_BLF_RANGED_BONUS' ----@field ABILITY_BLF_RANGED_BONUS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ear3') ---- ----ABILITY_BLF_FLAT_BONUS 'common.ABILITY_BLF_FLAT_BONUS' ----@field ABILITY_BLF_FLAT_BONUS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ear4') ---- ----ABILITY_BLF_NEVER_MISS_HBH5 'common.ABILITY_BLF_NEVER_MISS_HBH5' ----@field ABILITY_BLF_NEVER_MISS_HBH5 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Hbh5') ---- ----ABILITY_BLF_PERCENT_BONUS_HAD2 'common.ABILITY_BLF_PERCENT_BONUS_HAD2' ----@field ABILITY_BLF_PERCENT_BONUS_HAD2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Had2') ---- ----ABILITY_BLF_CAN_DEACTIVATE 'common.ABILITY_BLF_CAN_DEACTIVATE' ----@field ABILITY_BLF_CAN_DEACTIVATE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Hds1') ---- ----ABILITY_BLF_RAISED_UNITS_ARE_INVULNERABLE 'common.ABILITY_BLF_RAISED_UNITS_ARE_INVULNERABLE' ----@field ABILITY_BLF_RAISED_UNITS_ARE_INVULNERABLE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Hre2') ---- ----ABILITY_BLF_PERCENTAGE_OAR2 'common.ABILITY_BLF_PERCENTAGE_OAR2' ----@field ABILITY_BLF_PERCENTAGE_OAR2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Oar2') ---- ----ABILITY_BLF_SUMMON_BUSY_UNITS 'common.ABILITY_BLF_SUMMON_BUSY_UNITS' ----@field ABILITY_BLF_SUMMON_BUSY_UNITS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Btl2') ---- ----ABILITY_BLF_CREATES_BLIGHT 'common.ABILITY_BLF_CREATES_BLIGHT' ----@field ABILITY_BLF_CREATES_BLIGHT abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Bli2') ---- ----ABILITY_BLF_EXPLODES_ON_DEATH 'common.ABILITY_BLF_EXPLODES_ON_DEATH' ----@field ABILITY_BLF_EXPLODES_ON_DEATH abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Sds6') ---- ----ABILITY_BLF_ALWAYS_AUTOCAST_FAE2 'common.ABILITY_BLF_ALWAYS_AUTOCAST_FAE2' ----@field ABILITY_BLF_ALWAYS_AUTOCAST_FAE2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Fae2') ---- ----ABILITY_BLF_REGENERATE_ONLY_AT_NIGHT 'common.ABILITY_BLF_REGENERATE_ONLY_AT_NIGHT' ----@field ABILITY_BLF_REGENERATE_ONLY_AT_NIGHT abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Mbt5') ---- ----ABILITY_BLF_SHOW_SELECT_UNIT_BUTTON 'common.ABILITY_BLF_SHOW_SELECT_UNIT_BUTTON' ----@field ABILITY_BLF_SHOW_SELECT_UNIT_BUTTON abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Neu3') ---- ----ABILITY_BLF_SHOW_UNIT_INDICATOR 'common.ABILITY_BLF_SHOW_UNIT_INDICATOR' ----@field ABILITY_BLF_SHOW_UNIT_INDICATOR abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Neu4') ---- ----ABILITY_BLF_CHARGE_OWNING_PLAYER 'common.ABILITY_BLF_CHARGE_OWNING_PLAYER' ----@field ABILITY_BLF_CHARGE_OWNING_PLAYER abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ans6') ---- ----ABILITY_BLF_PERCENTAGE_ARM2 'common.ABILITY_BLF_PERCENTAGE_ARM2' ----@field ABILITY_BLF_PERCENTAGE_ARM2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Arm2') ---- ----ABILITY_BLF_TARGET_IS_INVULNERABLE 'common.ABILITY_BLF_TARGET_IS_INVULNERABLE' ----@field ABILITY_BLF_TARGET_IS_INVULNERABLE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Pos3') ---- ----ABILITY_BLF_TARGET_IS_MAGIC_IMMUNE 'common.ABILITY_BLF_TARGET_IS_MAGIC_IMMUNE' ----@field ABILITY_BLF_TARGET_IS_MAGIC_IMMUNE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Pos4') ---- ----ABILITY_BLF_KILL_ON_CASTER_DEATH 'common.ABILITY_BLF_KILL_ON_CASTER_DEATH' ----@field ABILITY_BLF_KILL_ON_CASTER_DEATH abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ucb6') ---- ----ABILITY_BLF_NO_TARGET_REQUIRED_REJ4 'common.ABILITY_BLF_NO_TARGET_REQUIRED_REJ4' ----@field ABILITY_BLF_NO_TARGET_REQUIRED_REJ4 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Rej4') ---- ----ABILITY_BLF_ACCEPTS_GOLD 'common.ABILITY_BLF_ACCEPTS_GOLD' ----@field ABILITY_BLF_ACCEPTS_GOLD abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Rtn1') ---- ----ABILITY_BLF_ACCEPTS_LUMBER 'common.ABILITY_BLF_ACCEPTS_LUMBER' ----@field ABILITY_BLF_ACCEPTS_LUMBER abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Rtn2') ---- ----ABILITY_BLF_PREFER_HOSTILES_ROA5 'common.ABILITY_BLF_PREFER_HOSTILES_ROA5' ----@field ABILITY_BLF_PREFER_HOSTILES_ROA5 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Roa5') ---- ----ABILITY_BLF_PREFER_FRIENDLIES_ROA6 'common.ABILITY_BLF_PREFER_FRIENDLIES_ROA6' ----@field ABILITY_BLF_PREFER_FRIENDLIES_ROA6 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Roa6') ---- ----ABILITY_BLF_ROOTED_TURNING 'common.ABILITY_BLF_ROOTED_TURNING' ----@field ABILITY_BLF_ROOTED_TURNING abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Roo3') ---- ----ABILITY_BLF_ALWAYS_AUTOCAST_SLO3 'common.ABILITY_BLF_ALWAYS_AUTOCAST_SLO3' ----@field ABILITY_BLF_ALWAYS_AUTOCAST_SLO3 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Slo3') ---- ----ABILITY_BLF_HIDE_BUTTON 'common.ABILITY_BLF_HIDE_BUTTON' ----@field ABILITY_BLF_HIDE_BUTTON abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ihid') ---- ----ABILITY_BLF_USE_TELEPORT_CLUSTERING_ITP2 'common.ABILITY_BLF_USE_TELEPORT_CLUSTERING_ITP2' ----@field ABILITY_BLF_USE_TELEPORT_CLUSTERING_ITP2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Itp2') ---- ----ABILITY_BLF_IMMUNE_TO_MORPH_EFFECTS 'common.ABILITY_BLF_IMMUNE_TO_MORPH_EFFECTS' ----@field ABILITY_BLF_IMMUNE_TO_MORPH_EFFECTS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Eth1') ---- ----ABILITY_BLF_DOES_NOT_BLOCK_BUILDINGS 'common.ABILITY_BLF_DOES_NOT_BLOCK_BUILDINGS' ----@field ABILITY_BLF_DOES_NOT_BLOCK_BUILDINGS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Eth2') ---- ----ABILITY_BLF_AUTO_ACQUIRE_ATTACK_TARGETS 'common.ABILITY_BLF_AUTO_ACQUIRE_ATTACK_TARGETS' ----@field ABILITY_BLF_AUTO_ACQUIRE_ATTACK_TARGETS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Gho1') ---- ----ABILITY_BLF_IMMUNE_TO_MORPH_EFFECTS_GHO2 'common.ABILITY_BLF_IMMUNE_TO_MORPH_EFFECTS_GHO2' ----@field ABILITY_BLF_IMMUNE_TO_MORPH_EFFECTS_GHO2 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Gho2') ---- ----ABILITY_BLF_DO_NOT_BLOCK_BUILDINGS 'common.ABILITY_BLF_DO_NOT_BLOCK_BUILDINGS' ----@field ABILITY_BLF_DO_NOT_BLOCK_BUILDINGS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Gho3') ---- ----ABILITY_BLF_INCLUDE_RANGED_DAMAGE 'common.ABILITY_BLF_INCLUDE_RANGED_DAMAGE' ----@field ABILITY_BLF_INCLUDE_RANGED_DAMAGE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ssk4') ---- ----ABILITY_BLF_INCLUDE_MELEE_DAMAGE 'common.ABILITY_BLF_INCLUDE_MELEE_DAMAGE' ----@field ABILITY_BLF_INCLUDE_MELEE_DAMAGE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ssk5') ---- ----ABILITY_BLF_MOVE_TO_PARTNER 'common.ABILITY_BLF_MOVE_TO_PARTNER' ----@field ABILITY_BLF_MOVE_TO_PARTNER abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('coa2') ---- ----ABILITY_BLF_CAN_BE_DISPELLED 'common.ABILITY_BLF_CAN_BE_DISPELLED' ----@field ABILITY_BLF_CAN_BE_DISPELLED abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('cyc1') ---- ----ABILITY_BLF_IGNORE_FRIENDLY_BUFFS 'common.ABILITY_BLF_IGNORE_FRIENDLY_BUFFS' ----@field ABILITY_BLF_IGNORE_FRIENDLY_BUFFS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('dvm6') ---- ----ABILITY_BLF_DROP_ITEMS_ON_DEATH 'common.ABILITY_BLF_DROP_ITEMS_ON_DEATH' ----@field ABILITY_BLF_DROP_ITEMS_ON_DEATH abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('inv2') ---- ----ABILITY_BLF_CAN_USE_ITEMS 'common.ABILITY_BLF_CAN_USE_ITEMS' ----@field ABILITY_BLF_CAN_USE_ITEMS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('inv3') ---- ----ABILITY_BLF_CAN_GET_ITEMS 'common.ABILITY_BLF_CAN_GET_ITEMS' ----@field ABILITY_BLF_CAN_GET_ITEMS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('inv4') ---- ----ABILITY_BLF_CAN_DROP_ITEMS 'common.ABILITY_BLF_CAN_DROP_ITEMS' ----@field ABILITY_BLF_CAN_DROP_ITEMS abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('inv5') ---- ----ABILITY_BLF_REPAIRS_ALLOWED 'common.ABILITY_BLF_REPAIRS_ALLOWED' ----@field ABILITY_BLF_REPAIRS_ALLOWED abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('liq4') ---- ----ABILITY_BLF_CASTER_ONLY_SPLASH 'common.ABILITY_BLF_CASTER_ONLY_SPLASH' ----@field ABILITY_BLF_CASTER_ONLY_SPLASH abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('mfl6') ---- ----ABILITY_BLF_NO_TARGET_REQUIRED_IRL4 'common.ABILITY_BLF_NO_TARGET_REQUIRED_IRL4' ----@field ABILITY_BLF_NO_TARGET_REQUIRED_IRL4 abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('irl4') ---- ----ABILITY_BLF_DISPEL_ON_ATTACK 'common.ABILITY_BLF_DISPEL_ON_ATTACK' ----@field ABILITY_BLF_DISPEL_ON_ATTACK abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('irl5') ---- ----ABILITY_BLF_AMOUNT_IS_RAW_VALUE 'common.ABILITY_BLF_AMOUNT_IS_RAW_VALUE' ----@field ABILITY_BLF_AMOUNT_IS_RAW_VALUE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('ipv3') ---- ----ABILITY_BLF_SHARED_SPELL_COOLDOWN 'common.ABILITY_BLF_SHARED_SPELL_COOLDOWN' ----@field ABILITY_BLF_SHARED_SPELL_COOLDOWN abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('spb2') ---- ----ABILITY_BLF_SLEEP_ONCE 'common.ABILITY_BLF_SLEEP_ONCE' ----@field ABILITY_BLF_SLEEP_ONCE abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('sla1') ---- ----ABILITY_BLF_ALLOW_ON_ANY_PLAYER_SLOT 'common.ABILITY_BLF_ALLOW_ON_ANY_PLAYER_SLOT' ----@field ABILITY_BLF_ALLOW_ON_ANY_PLAYER_SLOT abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('sla2') ---- ----ABILITY_BLF_DISABLE_OTHER_ABILITIES 'common.ABILITY_BLF_DISABLE_OTHER_ABILITIES' ----@field ABILITY_BLF_DISABLE_OTHER_ABILITIES abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ncl5') ---- ----ABILITY_BLF_ALLOW_BOUNTY 'common.ABILITY_BLF_ALLOW_BOUNTY' ----@field ABILITY_BLF_ALLOW_BOUNTY abilitybooleanlevelfield _ConvertAbilityBooleanLevelField('Ntm4') ---- ----ABILITY_SLF_ICON_NORMAL 'common.ABILITY_SLF_ICON_NORMAL' ----@field ABILITY_SLF_ICON_NORMAL abilitystringlevelfield _ConvertAbilityStringLevelField('aart') ---- ----ABILITY_SLF_CASTER 'common.ABILITY_SLF_CASTER' ----@field ABILITY_SLF_CASTER abilitystringlevelfield _ConvertAbilityStringLevelField('acat') ---- ----ABILITY_SLF_TARGET 'common.ABILITY_SLF_TARGET' ----@field ABILITY_SLF_TARGET abilitystringlevelfield _ConvertAbilityStringLevelField('atat') ---- ----ABILITY_SLF_SPECIAL 'common.ABILITY_SLF_SPECIAL' ----@field ABILITY_SLF_SPECIAL abilitystringlevelfield _ConvertAbilityStringLevelField('asat') ---- ----ABILITY_SLF_EFFECT 'common.ABILITY_SLF_EFFECT' ----@field ABILITY_SLF_EFFECT abilitystringlevelfield _ConvertAbilityStringLevelField('aeat') ---- ----ABILITY_SLF_AREA_EFFECT 'common.ABILITY_SLF_AREA_EFFECT' ----@field ABILITY_SLF_AREA_EFFECT abilitystringlevelfield _ConvertAbilityStringLevelField('aaea') ---- ----ABILITY_SLF_LIGHTNING_EFFECTS 'common.ABILITY_SLF_LIGHTNING_EFFECTS' ----@field ABILITY_SLF_LIGHTNING_EFFECTS abilitystringlevelfield _ConvertAbilityStringLevelField('alig') ---- ----ABILITY_SLF_MISSILE_ART 'common.ABILITY_SLF_MISSILE_ART' ----@field ABILITY_SLF_MISSILE_ART abilitystringlevelfield _ConvertAbilityStringLevelField('amat') ---- ----ABILITY_SLF_TOOLTIP_LEARN 'common.ABILITY_SLF_TOOLTIP_LEARN' ----@field ABILITY_SLF_TOOLTIP_LEARN abilitystringlevelfield _ConvertAbilityStringLevelField('aret') ---- ----ABILITY_SLF_TOOLTIP_LEARN_EXTENDED 'common.ABILITY_SLF_TOOLTIP_LEARN_EXTENDED' ----@field ABILITY_SLF_TOOLTIP_LEARN_EXTENDED abilitystringlevelfield _ConvertAbilityStringLevelField('arut') ---- ----ABILITY_SLF_TOOLTIP_NORMAL 'common.ABILITY_SLF_TOOLTIP_NORMAL' ----@field ABILITY_SLF_TOOLTIP_NORMAL abilitystringlevelfield _ConvertAbilityStringLevelField('atp1') ---- ----ABILITY_SLF_TOOLTIP_TURN_OFF 'common.ABILITY_SLF_TOOLTIP_TURN_OFF' ----@field ABILITY_SLF_TOOLTIP_TURN_OFF abilitystringlevelfield _ConvertAbilityStringLevelField('aut1') ---- ----ABILITY_SLF_TOOLTIP_NORMAL_EXTENDED 'common.ABILITY_SLF_TOOLTIP_NORMAL_EXTENDED' ----@field ABILITY_SLF_TOOLTIP_NORMAL_EXTENDED abilitystringlevelfield _ConvertAbilityStringLevelField('aub1') ---- ----ABILITY_SLF_TOOLTIP_TURN_OFF_EXTENDED 'common.ABILITY_SLF_TOOLTIP_TURN_OFF_EXTENDED' ----@field ABILITY_SLF_TOOLTIP_TURN_OFF_EXTENDED abilitystringlevelfield _ConvertAbilityStringLevelField('auu1') ---- ----ABILITY_SLF_NORMAL_FORM_UNIT_EME1 'common.ABILITY_SLF_NORMAL_FORM_UNIT_EME1' ----@field ABILITY_SLF_NORMAL_FORM_UNIT_EME1 abilitystringlevelfield _ConvertAbilityStringLevelField('Eme1') ---- ----ABILITY_SLF_SPAWNED_UNITS 'common.ABILITY_SLF_SPAWNED_UNITS' ----@field ABILITY_SLF_SPAWNED_UNITS abilitystringlevelfield _ConvertAbilityStringLevelField('Ndp1') ---- ----ABILITY_SLF_ABILITY_FOR_UNIT_CREATION 'common.ABILITY_SLF_ABILITY_FOR_UNIT_CREATION' ----@field ABILITY_SLF_ABILITY_FOR_UNIT_CREATION abilitystringlevelfield _ConvertAbilityStringLevelField('Nrc1') ---- ----ABILITY_SLF_NORMAL_FORM_UNIT_MIL1 'common.ABILITY_SLF_NORMAL_FORM_UNIT_MIL1' ----@field ABILITY_SLF_NORMAL_FORM_UNIT_MIL1 abilitystringlevelfield _ConvertAbilityStringLevelField('Mil1') ---- ----ABILITY_SLF_ALTERNATE_FORM_UNIT_MIL2 'common.ABILITY_SLF_ALTERNATE_FORM_UNIT_MIL2' ----@field ABILITY_SLF_ALTERNATE_FORM_UNIT_MIL2 abilitystringlevelfield _ConvertAbilityStringLevelField('Mil2') ---- ----ABILITY_SLF_BASE_ORDER_ID_ANS5 'common.ABILITY_SLF_BASE_ORDER_ID_ANS5' ----@field ABILITY_SLF_BASE_ORDER_ID_ANS5 abilitystringlevelfield _ConvertAbilityStringLevelField('Ans5') ---- ----ABILITY_SLF_MORPH_UNITS_GROUND 'common.ABILITY_SLF_MORPH_UNITS_GROUND' ----@field ABILITY_SLF_MORPH_UNITS_GROUND abilitystringlevelfield _ConvertAbilityStringLevelField('Ply2') ---- ----ABILITY_SLF_MORPH_UNITS_AIR 'common.ABILITY_SLF_MORPH_UNITS_AIR' ----@field ABILITY_SLF_MORPH_UNITS_AIR abilitystringlevelfield _ConvertAbilityStringLevelField('Ply3') ---- ----ABILITY_SLF_MORPH_UNITS_AMPHIBIOUS 'common.ABILITY_SLF_MORPH_UNITS_AMPHIBIOUS' ----@field ABILITY_SLF_MORPH_UNITS_AMPHIBIOUS abilitystringlevelfield _ConvertAbilityStringLevelField('Ply4') ---- ----ABILITY_SLF_MORPH_UNITS_WATER 'common.ABILITY_SLF_MORPH_UNITS_WATER' ----@field ABILITY_SLF_MORPH_UNITS_WATER abilitystringlevelfield _ConvertAbilityStringLevelField('Ply5') ---- ----ABILITY_SLF_UNIT_TYPE_ONE 'common.ABILITY_SLF_UNIT_TYPE_ONE' ----@field ABILITY_SLF_UNIT_TYPE_ONE abilitystringlevelfield _ConvertAbilityStringLevelField('Rai3') ---- ----ABILITY_SLF_UNIT_TYPE_TWO 'common.ABILITY_SLF_UNIT_TYPE_TWO' ----@field ABILITY_SLF_UNIT_TYPE_TWO abilitystringlevelfield _ConvertAbilityStringLevelField('Rai4') ---- ----ABILITY_SLF_UNIT_TYPE_SOD2 'common.ABILITY_SLF_UNIT_TYPE_SOD2' ----@field ABILITY_SLF_UNIT_TYPE_SOD2 abilitystringlevelfield _ConvertAbilityStringLevelField('Sod2') ---- ----ABILITY_SLF_SUMMON_1_UNIT_TYPE 'common.ABILITY_SLF_SUMMON_1_UNIT_TYPE' ----@field ABILITY_SLF_SUMMON_1_UNIT_TYPE abilitystringlevelfield _ConvertAbilityStringLevelField('Ist1') ---- ----ABILITY_SLF_SUMMON_2_UNIT_TYPE 'common.ABILITY_SLF_SUMMON_2_UNIT_TYPE' ----@field ABILITY_SLF_SUMMON_2_UNIT_TYPE abilitystringlevelfield _ConvertAbilityStringLevelField('Ist2') ---- ----ABILITY_SLF_RACE_TO_CONVERT 'common.ABILITY_SLF_RACE_TO_CONVERT' ----@field ABILITY_SLF_RACE_TO_CONVERT abilitystringlevelfield _ConvertAbilityStringLevelField('Ndc1') ---- ----ABILITY_SLF_PARTNER_UNIT_TYPE 'common.ABILITY_SLF_PARTNER_UNIT_TYPE' ----@field ABILITY_SLF_PARTNER_UNIT_TYPE abilitystringlevelfield _ConvertAbilityStringLevelField('coa1') ---- ----ABILITY_SLF_PARTNER_UNIT_TYPE_ONE 'common.ABILITY_SLF_PARTNER_UNIT_TYPE_ONE' ----@field ABILITY_SLF_PARTNER_UNIT_TYPE_ONE abilitystringlevelfield _ConvertAbilityStringLevelField('dcp1') ---- ----ABILITY_SLF_PARTNER_UNIT_TYPE_TWO 'common.ABILITY_SLF_PARTNER_UNIT_TYPE_TWO' ----@field ABILITY_SLF_PARTNER_UNIT_TYPE_TWO abilitystringlevelfield _ConvertAbilityStringLevelField('dcp2') ---- ----ABILITY_SLF_REQUIRED_UNIT_TYPE 'common.ABILITY_SLF_REQUIRED_UNIT_TYPE' ----@field ABILITY_SLF_REQUIRED_UNIT_TYPE abilitystringlevelfield _ConvertAbilityStringLevelField('tpi1') ---- ----ABILITY_SLF_CONVERTED_UNIT_TYPE 'common.ABILITY_SLF_CONVERTED_UNIT_TYPE' ----@field ABILITY_SLF_CONVERTED_UNIT_TYPE abilitystringlevelfield _ConvertAbilityStringLevelField('tpi2') ---- ----ABILITY_SLF_SPELL_LIST 'common.ABILITY_SLF_SPELL_LIST' ----@field ABILITY_SLF_SPELL_LIST abilitystringlevelfield _ConvertAbilityStringLevelField('spb1') ---- ----ABILITY_SLF_BASE_ORDER_ID_SPB5 'common.ABILITY_SLF_BASE_ORDER_ID_SPB5' ----@field ABILITY_SLF_BASE_ORDER_ID_SPB5 abilitystringlevelfield _ConvertAbilityStringLevelField('spb5') ---- ----ABILITY_SLF_BASE_ORDER_ID_NCL6 'common.ABILITY_SLF_BASE_ORDER_ID_NCL6' ----@field ABILITY_SLF_BASE_ORDER_ID_NCL6 abilitystringlevelfield _ConvertAbilityStringLevelField('Ncl6') ---- ----ABILITY_SLF_ABILITY_UPGRADE_1 'common.ABILITY_SLF_ABILITY_UPGRADE_1' ----@field ABILITY_SLF_ABILITY_UPGRADE_1 abilitystringlevelfield _ConvertAbilityStringLevelField('Neg3') ---- ----ABILITY_SLF_ABILITY_UPGRADE_2 'common.ABILITY_SLF_ABILITY_UPGRADE_2' ----@field ABILITY_SLF_ABILITY_UPGRADE_2 abilitystringlevelfield _ConvertAbilityStringLevelField('Neg4') ---- ----ABILITY_SLF_ABILITY_UPGRADE_3 'common.ABILITY_SLF_ABILITY_UPGRADE_3' ----@field ABILITY_SLF_ABILITY_UPGRADE_3 abilitystringlevelfield _ConvertAbilityStringLevelField('Neg5') ---- ----ABILITY_SLF_ABILITY_UPGRADE_4 'common.ABILITY_SLF_ABILITY_UPGRADE_4' ----@field ABILITY_SLF_ABILITY_UPGRADE_4 abilitystringlevelfield _ConvertAbilityStringLevelField('Neg6') ---- ----ABILITY_SLF_SPAWN_UNIT_ID_NSY2 'common.ABILITY_SLF_SPAWN_UNIT_ID_NSY2' ----@field ABILITY_SLF_SPAWN_UNIT_ID_NSY2 abilitystringlevelfield _ConvertAbilityStringLevelField('Nsy2') ---- ----Item ----Item 'common.ITEM_IF_LEVEL' ----@field ITEM_IF_LEVEL itemintegerfield _ConvertItemIntegerField('ilev') ---- ----ITEM_IF_NUMBER_OF_CHARGES 'common.ITEM_IF_NUMBER_OF_CHARGES' ----@field ITEM_IF_NUMBER_OF_CHARGES itemintegerfield _ConvertItemIntegerField('iuse') ---- ----ITEM_IF_COOLDOWN_GROUP 'common.ITEM_IF_COOLDOWN_GROUP' ----@field ITEM_IF_COOLDOWN_GROUP itemintegerfield _ConvertItemIntegerField('icid') ---- ----ITEM_IF_MAX_HIT_POINTS 'common.ITEM_IF_MAX_HIT_POINTS' ----@field ITEM_IF_MAX_HIT_POINTS itemintegerfield _ConvertItemIntegerField('ihtp') ---- ----ITEM_IF_HIT_POINTS 'common.ITEM_IF_HIT_POINTS' ----@field ITEM_IF_HIT_POINTS itemintegerfield _ConvertItemIntegerField('ihpc') ---- ----ITEM_IF_PRIORITY 'common.ITEM_IF_PRIORITY' ----@field ITEM_IF_PRIORITY itemintegerfield _ConvertItemIntegerField('ipri') ---- ----ITEM_IF_ARMOR_TYPE 'common.ITEM_IF_ARMOR_TYPE' ----@field ITEM_IF_ARMOR_TYPE itemintegerfield _ConvertItemIntegerField('iarm') ---- ----ITEM_IF_TINTING_COLOR_RED 'common.ITEM_IF_TINTING_COLOR_RED' ----@field ITEM_IF_TINTING_COLOR_RED itemintegerfield _ConvertItemIntegerField('iclr') ---- ----ITEM_IF_TINTING_COLOR_GREEN 'common.ITEM_IF_TINTING_COLOR_GREEN' ----@field ITEM_IF_TINTING_COLOR_GREEN itemintegerfield _ConvertItemIntegerField('iclg') ---- ----ITEM_IF_TINTING_COLOR_BLUE 'common.ITEM_IF_TINTING_COLOR_BLUE' ----@field ITEM_IF_TINTING_COLOR_BLUE itemintegerfield _ConvertItemIntegerField('iclb') ---- ----ITEM_IF_TINTING_COLOR_ALPHA 'common.ITEM_IF_TINTING_COLOR_ALPHA' ----@field ITEM_IF_TINTING_COLOR_ALPHA itemintegerfield _ConvertItemIntegerField('ical') ---- ----ITEM_RF_SCALING_VALUE 'common.ITEM_RF_SCALING_VALUE' ----@field ITEM_RF_SCALING_VALUE itemrealfield _ConvertItemRealField('isca') ---- ----ITEM_BF_DROPPED_WHEN_CARRIER_DIES 'common.ITEM_BF_DROPPED_WHEN_CARRIER_DIES' ----@field ITEM_BF_DROPPED_WHEN_CARRIER_DIES itembooleanfield _ConvertItemBooleanField('idrp') ---- ----ITEM_BF_CAN_BE_DROPPED 'common.ITEM_BF_CAN_BE_DROPPED' ----@field ITEM_BF_CAN_BE_DROPPED itembooleanfield _ConvertItemBooleanField('idro') ---- ----ITEM_BF_PERISHABLE 'common.ITEM_BF_PERISHABLE' ----@field ITEM_BF_PERISHABLE itembooleanfield _ConvertItemBooleanField('iper') ---- ----ITEM_BF_INCLUDE_AS_RANDOM_CHOICE 'common.ITEM_BF_INCLUDE_AS_RANDOM_CHOICE' ----@field ITEM_BF_INCLUDE_AS_RANDOM_CHOICE itembooleanfield _ConvertItemBooleanField('iprn') ---- ----ITEM_BF_USE_AUTOMATICALLY_WHEN_ACQUIRED 'common.ITEM_BF_USE_AUTOMATICALLY_WHEN_ACQUIRED' ----@field ITEM_BF_USE_AUTOMATICALLY_WHEN_ACQUIRED itembooleanfield _ConvertItemBooleanField('ipow') ---- ----ITEM_BF_CAN_BE_SOLD_TO_MERCHANTS 'common.ITEM_BF_CAN_BE_SOLD_TO_MERCHANTS' ----@field ITEM_BF_CAN_BE_SOLD_TO_MERCHANTS itembooleanfield _ConvertItemBooleanField('ipaw') ---- ----ITEM_BF_ACTIVELY_USED 'common.ITEM_BF_ACTIVELY_USED' ----@field ITEM_BF_ACTIVELY_USED itembooleanfield _ConvertItemBooleanField('iusa') ---- ----ITEM_SF_MODEL_USED 'common.ITEM_SF_MODEL_USED' ----@field ITEM_SF_MODEL_USED itemstringfield _ConvertItemStringField('ifil') ---- ----Unit ----Unit 'common.UNIT_IF_DEFENSE_TYPE' ----@field UNIT_IF_DEFENSE_TYPE unitintegerfield _ConvertUnitIntegerField('udty') ---- ----UNIT_IF_ARMOR_TYPE 'common.UNIT_IF_ARMOR_TYPE' ----@field UNIT_IF_ARMOR_TYPE unitintegerfield _ConvertUnitIntegerField('uarm') ---- ----UNIT_IF_LOOPING_FADE_IN_RATE 'common.UNIT_IF_LOOPING_FADE_IN_RATE' ----@field UNIT_IF_LOOPING_FADE_IN_RATE unitintegerfield _ConvertUnitIntegerField('ulfi') ---- ----UNIT_IF_LOOPING_FADE_OUT_RATE 'common.UNIT_IF_LOOPING_FADE_OUT_RATE' ----@field UNIT_IF_LOOPING_FADE_OUT_RATE unitintegerfield _ConvertUnitIntegerField('ulfo') ---- ----UNIT_IF_AGILITY 'common.UNIT_IF_AGILITY' ----@field UNIT_IF_AGILITY unitintegerfield _ConvertUnitIntegerField('uagc') ---- ----UNIT_IF_INTELLIGENCE 'common.UNIT_IF_INTELLIGENCE' ----@field UNIT_IF_INTELLIGENCE unitintegerfield _ConvertUnitIntegerField('uinc') ---- ----UNIT_IF_STRENGTH 'common.UNIT_IF_STRENGTH' ----@field UNIT_IF_STRENGTH unitintegerfield _ConvertUnitIntegerField('ustc') ---- ----UNIT_IF_AGILITY_PERMANENT 'common.UNIT_IF_AGILITY_PERMANENT' ----@field UNIT_IF_AGILITY_PERMANENT unitintegerfield _ConvertUnitIntegerField('uagm') ---- ----UNIT_IF_INTELLIGENCE_PERMANENT 'common.UNIT_IF_INTELLIGENCE_PERMANENT' ----@field UNIT_IF_INTELLIGENCE_PERMANENT unitintegerfield _ConvertUnitIntegerField('uinm') ---- ----UNIT_IF_STRENGTH_PERMANENT 'common.UNIT_IF_STRENGTH_PERMANENT' ----@field UNIT_IF_STRENGTH_PERMANENT unitintegerfield _ConvertUnitIntegerField('ustm') ---- ----UNIT_IF_AGILITY_WITH_BONUS 'common.UNIT_IF_AGILITY_WITH_BONUS' ----@field UNIT_IF_AGILITY_WITH_BONUS unitintegerfield _ConvertUnitIntegerField('uagb') ---- ----UNIT_IF_INTELLIGENCE_WITH_BONUS 'common.UNIT_IF_INTELLIGENCE_WITH_BONUS' ----@field UNIT_IF_INTELLIGENCE_WITH_BONUS unitintegerfield _ConvertUnitIntegerField('uinb') ---- ----UNIT_IF_STRENGTH_WITH_BONUS 'common.UNIT_IF_STRENGTH_WITH_BONUS' ----@field UNIT_IF_STRENGTH_WITH_BONUS unitintegerfield _ConvertUnitIntegerField('ustb') ---- ----UNIT_IF_GOLD_BOUNTY_AWARDED_NUMBER_OF_DICE 'common.UNIT_IF_GOLD_BOUNTY_AWARDED_NUMBER_OF_DICE' ----@field UNIT_IF_GOLD_BOUNTY_AWARDED_NUMBER_OF_DICE unitintegerfield _ConvertUnitIntegerField('ubdi') ---- ----UNIT_IF_GOLD_BOUNTY_AWARDED_BASE 'common.UNIT_IF_GOLD_BOUNTY_AWARDED_BASE' ----@field UNIT_IF_GOLD_BOUNTY_AWARDED_BASE unitintegerfield _ConvertUnitIntegerField('ubba') ---- ----UNIT_IF_GOLD_BOUNTY_AWARDED_SIDES_PER_DIE 'common.UNIT_IF_GOLD_BOUNTY_AWARDED_SIDES_PER_DIE' ----@field UNIT_IF_GOLD_BOUNTY_AWARDED_SIDES_PER_DIE unitintegerfield _ConvertUnitIntegerField('ubsi') ---- ----UNIT_IF_LUMBER_BOUNTY_AWARDED_NUMBER_OF_DICE 'common.UNIT_IF_LUMBER_BOUNTY_AWARDED_NUMBER_OF_DICE' ----@field UNIT_IF_LUMBER_BOUNTY_AWARDED_NUMBER_OF_DICE unitintegerfield _ConvertUnitIntegerField('ulbd') ---- ----UNIT_IF_LUMBER_BOUNTY_AWARDED_BASE 'common.UNIT_IF_LUMBER_BOUNTY_AWARDED_BASE' ----@field UNIT_IF_LUMBER_BOUNTY_AWARDED_BASE unitintegerfield _ConvertUnitIntegerField('ulba') ---- ----UNIT_IF_LUMBER_BOUNTY_AWARDED_SIDES_PER_DIE 'common.UNIT_IF_LUMBER_BOUNTY_AWARDED_SIDES_PER_DIE' ----@field UNIT_IF_LUMBER_BOUNTY_AWARDED_SIDES_PER_DIE unitintegerfield _ConvertUnitIntegerField('ulbs') ---- ----UNIT_IF_LEVEL 'common.UNIT_IF_LEVEL' ----@field UNIT_IF_LEVEL unitintegerfield _ConvertUnitIntegerField('ulev') ---- ----UNIT_IF_FORMATION_RANK 'common.UNIT_IF_FORMATION_RANK' ----@field UNIT_IF_FORMATION_RANK unitintegerfield _ConvertUnitIntegerField('ufor') ---- ----UNIT_IF_ORIENTATION_INTERPOLATION 'common.UNIT_IF_ORIENTATION_INTERPOLATION' ----@field UNIT_IF_ORIENTATION_INTERPOLATION unitintegerfield _ConvertUnitIntegerField('uori') ---- ----UNIT_IF_ELEVATION_SAMPLE_POINTS 'common.UNIT_IF_ELEVATION_SAMPLE_POINTS' ----@field UNIT_IF_ELEVATION_SAMPLE_POINTS unitintegerfield _ConvertUnitIntegerField('uept') ---- ----UNIT_IF_TINTING_COLOR_RED 'common.UNIT_IF_TINTING_COLOR_RED' ----@field UNIT_IF_TINTING_COLOR_RED unitintegerfield _ConvertUnitIntegerField('uclr') ---- ----UNIT_IF_TINTING_COLOR_GREEN 'common.UNIT_IF_TINTING_COLOR_GREEN' ----@field UNIT_IF_TINTING_COLOR_GREEN unitintegerfield _ConvertUnitIntegerField('uclg') ---- ----UNIT_IF_TINTING_COLOR_BLUE 'common.UNIT_IF_TINTING_COLOR_BLUE' ----@field UNIT_IF_TINTING_COLOR_BLUE unitintegerfield _ConvertUnitIntegerField('uclb') ---- ----UNIT_IF_TINTING_COLOR_ALPHA 'common.UNIT_IF_TINTING_COLOR_ALPHA' ----@field UNIT_IF_TINTING_COLOR_ALPHA unitintegerfield _ConvertUnitIntegerField('ucal') ---- ----UNIT_IF_MOVE_TYPE 'common.UNIT_IF_MOVE_TYPE' ----@field UNIT_IF_MOVE_TYPE unitintegerfield _ConvertUnitIntegerField('umvt') ---- ----UNIT_IF_TARGETED_AS 'common.UNIT_IF_TARGETED_AS' ----@field UNIT_IF_TARGETED_AS unitintegerfield _ConvertUnitIntegerField('utar') ---- ----UNIT_IF_UNIT_CLASSIFICATION 'common.UNIT_IF_UNIT_CLASSIFICATION' ----@field UNIT_IF_UNIT_CLASSIFICATION unitintegerfield _ConvertUnitIntegerField('utyp') ---- ----UNIT_IF_HIT_POINTS_REGENERATION_TYPE 'common.UNIT_IF_HIT_POINTS_REGENERATION_TYPE' ----@field UNIT_IF_HIT_POINTS_REGENERATION_TYPE unitintegerfield _ConvertUnitIntegerField('uhrt') ---- ----UNIT_IF_PLACEMENT_PREVENTED_BY 'common.UNIT_IF_PLACEMENT_PREVENTED_BY' ----@field UNIT_IF_PLACEMENT_PREVENTED_BY unitintegerfield _ConvertUnitIntegerField('upar') ---- ----UNIT_IF_PRIMARY_ATTRIBUTE 'common.UNIT_IF_PRIMARY_ATTRIBUTE' ----@field UNIT_IF_PRIMARY_ATTRIBUTE unitintegerfield _ConvertUnitIntegerField('upra') ---- ----UNIT_RF_STRENGTH_PER_LEVEL 'common.UNIT_RF_STRENGTH_PER_LEVEL' ----@field UNIT_RF_STRENGTH_PER_LEVEL unitrealfield _ConvertUnitRealField('ustp') ---- ----UNIT_RF_AGILITY_PER_LEVEL 'common.UNIT_RF_AGILITY_PER_LEVEL' ----@field UNIT_RF_AGILITY_PER_LEVEL unitrealfield _ConvertUnitRealField('uagp') ---- ----UNIT_RF_INTELLIGENCE_PER_LEVEL 'common.UNIT_RF_INTELLIGENCE_PER_LEVEL' ----@field UNIT_RF_INTELLIGENCE_PER_LEVEL unitrealfield _ConvertUnitRealField('uinp') ---- ----UNIT_RF_HIT_POINTS_REGENERATION_RATE 'common.UNIT_RF_HIT_POINTS_REGENERATION_RATE' ----@field UNIT_RF_HIT_POINTS_REGENERATION_RATE unitrealfield _ConvertUnitRealField('uhpr') ---- ----UNIT_RF_MANA_REGENERATION 'common.UNIT_RF_MANA_REGENERATION' ----@field UNIT_RF_MANA_REGENERATION unitrealfield _ConvertUnitRealField('umpr') ---- ----UNIT_RF_DEATH_TIME 'common.UNIT_RF_DEATH_TIME' ----@field UNIT_RF_DEATH_TIME unitrealfield _ConvertUnitRealField('udtm') ---- ----UNIT_RF_FLY_HEIGHT 'common.UNIT_RF_FLY_HEIGHT' ----@field UNIT_RF_FLY_HEIGHT unitrealfield _ConvertUnitRealField('ufyh') ---- ----UNIT_RF_TURN_RATE 'common.UNIT_RF_TURN_RATE' ----@field UNIT_RF_TURN_RATE unitrealfield _ConvertUnitRealField('umvr') ---- ----UNIT_RF_ELEVATION_SAMPLE_RADIUS 'common.UNIT_RF_ELEVATION_SAMPLE_RADIUS' ----@field UNIT_RF_ELEVATION_SAMPLE_RADIUS unitrealfield _ConvertUnitRealField('uerd') ---- ----UNIT_RF_FOG_OF_WAR_SAMPLE_RADIUS 'common.UNIT_RF_FOG_OF_WAR_SAMPLE_RADIUS' ----@field UNIT_RF_FOG_OF_WAR_SAMPLE_RADIUS unitrealfield _ConvertUnitRealField('ufrd') ---- ----UNIT_RF_MAXIMUM_PITCH_ANGLE_DEGREES 'common.UNIT_RF_MAXIMUM_PITCH_ANGLE_DEGREES' ----@field UNIT_RF_MAXIMUM_PITCH_ANGLE_DEGREES unitrealfield _ConvertUnitRealField('umxp') ---- ----UNIT_RF_MAXIMUM_ROLL_ANGLE_DEGREES 'common.UNIT_RF_MAXIMUM_ROLL_ANGLE_DEGREES' ----@field UNIT_RF_MAXIMUM_ROLL_ANGLE_DEGREES unitrealfield _ConvertUnitRealField('umxr') ---- ----UNIT_RF_SCALING_VALUE 'common.UNIT_RF_SCALING_VALUE' ----@field UNIT_RF_SCALING_VALUE unitrealfield _ConvertUnitRealField('usca') ---- ----UNIT_RF_ANIMATION_RUN_SPEED 'common.UNIT_RF_ANIMATION_RUN_SPEED' ----@field UNIT_RF_ANIMATION_RUN_SPEED unitrealfield _ConvertUnitRealField('urun') ---- ----UNIT_RF_SELECTION_SCALE 'common.UNIT_RF_SELECTION_SCALE' ----@field UNIT_RF_SELECTION_SCALE unitrealfield _ConvertUnitRealField('ussc') ---- ----UNIT_RF_SELECTION_CIRCLE_HEIGHT 'common.UNIT_RF_SELECTION_CIRCLE_HEIGHT' ----@field UNIT_RF_SELECTION_CIRCLE_HEIGHT unitrealfield _ConvertUnitRealField('uslz') ---- ----UNIT_RF_SHADOW_IMAGE_HEIGHT 'common.UNIT_RF_SHADOW_IMAGE_HEIGHT' ----@field UNIT_RF_SHADOW_IMAGE_HEIGHT unitrealfield _ConvertUnitRealField('ushh') ---- ----UNIT_RF_SHADOW_IMAGE_WIDTH 'common.UNIT_RF_SHADOW_IMAGE_WIDTH' ----@field UNIT_RF_SHADOW_IMAGE_WIDTH unitrealfield _ConvertUnitRealField('ushw') ---- ----UNIT_RF_SHADOW_IMAGE_CENTER_X 'common.UNIT_RF_SHADOW_IMAGE_CENTER_X' ----@field UNIT_RF_SHADOW_IMAGE_CENTER_X unitrealfield _ConvertUnitRealField('ushx') ---- ----UNIT_RF_SHADOW_IMAGE_CENTER_Y 'common.UNIT_RF_SHADOW_IMAGE_CENTER_Y' ----@field UNIT_RF_SHADOW_IMAGE_CENTER_Y unitrealfield _ConvertUnitRealField('ushy') ---- ----UNIT_RF_ANIMATION_WALK_SPEED 'common.UNIT_RF_ANIMATION_WALK_SPEED' ----@field UNIT_RF_ANIMATION_WALK_SPEED unitrealfield _ConvertUnitRealField('uwal') ---- ----UNIT_RF_DEFENSE 'common.UNIT_RF_DEFENSE' ----@field UNIT_RF_DEFENSE unitrealfield _ConvertUnitRealField('udfc') ---- ----UNIT_RF_SIGHT_RADIUS 'common.UNIT_RF_SIGHT_RADIUS' ----@field UNIT_RF_SIGHT_RADIUS unitrealfield _ConvertUnitRealField('usir') ---- ----UNIT_RF_PRIORITY 'common.UNIT_RF_PRIORITY' ----@field UNIT_RF_PRIORITY unitrealfield _ConvertUnitRealField('upri') ---- ----UNIT_RF_SPEED 'common.UNIT_RF_SPEED' ----@field UNIT_RF_SPEED unitrealfield _ConvertUnitRealField('umvc') ---- ----UNIT_RF_OCCLUDER_HEIGHT 'common.UNIT_RF_OCCLUDER_HEIGHT' ----@field UNIT_RF_OCCLUDER_HEIGHT unitrealfield _ConvertUnitRealField('uocc') ---- ----UNIT_RF_HP 'common.UNIT_RF_HP' ----@field UNIT_RF_HP unitrealfield _ConvertUnitRealField('uhpc') ---- ----UNIT_RF_MANA 'common.UNIT_RF_MANA' ----@field UNIT_RF_MANA unitrealfield _ConvertUnitRealField('umpc') ---- ----UNIT_RF_ACQUISITION_RANGE 'common.UNIT_RF_ACQUISITION_RANGE' ----@field UNIT_RF_ACQUISITION_RANGE unitrealfield _ConvertUnitRealField('uacq') ---- ----UNIT_RF_CAST_BACK_SWING 'common.UNIT_RF_CAST_BACK_SWING' ----@field UNIT_RF_CAST_BACK_SWING unitrealfield _ConvertUnitRealField('ucbs') ---- ----UNIT_RF_CAST_POINT 'common.UNIT_RF_CAST_POINT' ----@field UNIT_RF_CAST_POINT unitrealfield _ConvertUnitRealField('ucpt') ---- ----UNIT_RF_MINIMUM_ATTACK_RANGE 'common.UNIT_RF_MINIMUM_ATTACK_RANGE' ----@field UNIT_RF_MINIMUM_ATTACK_RANGE unitrealfield _ConvertUnitRealField('uamn') ---- ----UNIT_BF_RAISABLE 'common.UNIT_BF_RAISABLE' ----@field UNIT_BF_RAISABLE unitbooleanfield _ConvertUnitBooleanField('urai') ---- ----UNIT_BF_DECAYABLE 'common.UNIT_BF_DECAYABLE' ----@field UNIT_BF_DECAYABLE unitbooleanfield _ConvertUnitBooleanField('udec') ---- ----UNIT_BF_IS_A_BUILDING 'common.UNIT_BF_IS_A_BUILDING' ----@field UNIT_BF_IS_A_BUILDING unitbooleanfield _ConvertUnitBooleanField('ubdg') ---- ----UNIT_BF_USE_EXTENDED_LINE_OF_SIGHT 'common.UNIT_BF_USE_EXTENDED_LINE_OF_SIGHT' ----@field UNIT_BF_USE_EXTENDED_LINE_OF_SIGHT unitbooleanfield _ConvertUnitBooleanField('ulos') ---- ----UNIT_BF_NEUTRAL_BUILDING_SHOWS_MINIMAP_ICON 'common.UNIT_BF_NEUTRAL_BUILDING_SHOWS_MINIMAP_ICON' ----@field UNIT_BF_NEUTRAL_BUILDING_SHOWS_MINIMAP_ICON unitbooleanfield _ConvertUnitBooleanField('unbm') ---- ----UNIT_BF_HERO_HIDE_HERO_INTERFACE_ICON 'common.UNIT_BF_HERO_HIDE_HERO_INTERFACE_ICON' ----@field UNIT_BF_HERO_HIDE_HERO_INTERFACE_ICON unitbooleanfield _ConvertUnitBooleanField('uhhb') ---- ----UNIT_BF_HERO_HIDE_HERO_MINIMAP_DISPLAY 'common.UNIT_BF_HERO_HIDE_HERO_MINIMAP_DISPLAY' ----@field UNIT_BF_HERO_HIDE_HERO_MINIMAP_DISPLAY unitbooleanfield _ConvertUnitBooleanField('uhhm') ---- ----UNIT_BF_HERO_HIDE_HERO_DEATH_MESSAGE 'common.UNIT_BF_HERO_HIDE_HERO_DEATH_MESSAGE' ----@field UNIT_BF_HERO_HIDE_HERO_DEATH_MESSAGE unitbooleanfield _ConvertUnitBooleanField('uhhd') ---- ----UNIT_BF_HIDE_MINIMAP_DISPLAY 'common.UNIT_BF_HIDE_MINIMAP_DISPLAY' ----@field UNIT_BF_HIDE_MINIMAP_DISPLAY unitbooleanfield _ConvertUnitBooleanField('uhom') ---- ----UNIT_BF_SCALE_PROJECTILES 'common.UNIT_BF_SCALE_PROJECTILES' ----@field UNIT_BF_SCALE_PROJECTILES unitbooleanfield _ConvertUnitBooleanField('uscb') ---- ----UNIT_BF_SELECTION_CIRCLE_ON_WATER 'common.UNIT_BF_SELECTION_CIRCLE_ON_WATER' ----@field UNIT_BF_SELECTION_CIRCLE_ON_WATER unitbooleanfield _ConvertUnitBooleanField('usew') ---- ----UNIT_BF_HAS_WATER_SHADOW 'common.UNIT_BF_HAS_WATER_SHADOW' ----@field UNIT_BF_HAS_WATER_SHADOW unitbooleanfield _ConvertUnitBooleanField('ushr') ---- ----UNIT_SF_NAME 'common.UNIT_SF_NAME' ----@field UNIT_SF_NAME unitstringfield _ConvertUnitStringField('unam') ---- ----UNIT_SF_PROPER_NAMES 'common.UNIT_SF_PROPER_NAMES' ----@field UNIT_SF_PROPER_NAMES unitstringfield _ConvertUnitStringField('upro') ---- ----UNIT_SF_GROUND_TEXTURE 'common.UNIT_SF_GROUND_TEXTURE' ----@field UNIT_SF_GROUND_TEXTURE unitstringfield _ConvertUnitStringField('uubs') ---- ----UNIT_SF_SHADOW_IMAGE_UNIT 'common.UNIT_SF_SHADOW_IMAGE_UNIT' ----@field UNIT_SF_SHADOW_IMAGE_UNIT unitstringfield _ConvertUnitStringField('ushu') ---- ----Unit Weapon ----Unit Weapon 'common.UNIT_WEAPON_IF_ATTACK_DAMAGE_NUMBER_OF_DICE' ----@field UNIT_WEAPON_IF_ATTACK_DAMAGE_NUMBER_OF_DICE unitweaponintegerfield _ConvertUnitWeaponIntegerField('ua1d') ---- ----UNIT_WEAPON_IF_ATTACK_DAMAGE_BASE 'common.UNIT_WEAPON_IF_ATTACK_DAMAGE_BASE' ----@field UNIT_WEAPON_IF_ATTACK_DAMAGE_BASE unitweaponintegerfield _ConvertUnitWeaponIntegerField('ua1b') ---- ----UNIT_WEAPON_IF_ATTACK_DAMAGE_SIDES_PER_DIE 'common.UNIT_WEAPON_IF_ATTACK_DAMAGE_SIDES_PER_DIE' ----@field UNIT_WEAPON_IF_ATTACK_DAMAGE_SIDES_PER_DIE unitweaponintegerfield _ConvertUnitWeaponIntegerField('ua1s') ---- ----UNIT_WEAPON_IF_ATTACK_MAXIMUM_NUMBER_OF_TARGETS 'common.UNIT_WEAPON_IF_ATTACK_MAXIMUM_NUMBER_OF_TARGETS' ----@field UNIT_WEAPON_IF_ATTACK_MAXIMUM_NUMBER_OF_TARGETS unitweaponintegerfield _ConvertUnitWeaponIntegerField('utc1') ---- ----UNIT_WEAPON_IF_ATTACK_ATTACK_TYPE 'common.UNIT_WEAPON_IF_ATTACK_ATTACK_TYPE' ----@field UNIT_WEAPON_IF_ATTACK_ATTACK_TYPE unitweaponintegerfield _ConvertUnitWeaponIntegerField('ua1t') ---- ----UNIT_WEAPON_IF_ATTACK_WEAPON_SOUND 'common.UNIT_WEAPON_IF_ATTACK_WEAPON_SOUND' ----@field UNIT_WEAPON_IF_ATTACK_WEAPON_SOUND unitweaponintegerfield _ConvertUnitWeaponIntegerField('ucs1') ---- ----UNIT_WEAPON_IF_ATTACK_AREA_OF_EFFECT_TARGETS 'common.UNIT_WEAPON_IF_ATTACK_AREA_OF_EFFECT_TARGETS' ----@field UNIT_WEAPON_IF_ATTACK_AREA_OF_EFFECT_TARGETS unitweaponintegerfield _ConvertUnitWeaponIntegerField('ua1p') ---- ----UNIT_WEAPON_IF_ATTACK_TARGETS_ALLOWED 'common.UNIT_WEAPON_IF_ATTACK_TARGETS_ALLOWED' ----@field UNIT_WEAPON_IF_ATTACK_TARGETS_ALLOWED unitweaponintegerfield _ConvertUnitWeaponIntegerField('ua1g') ---- ----UNIT_WEAPON_RF_ATTACK_BACKSWING_POINT 'common.UNIT_WEAPON_RF_ATTACK_BACKSWING_POINT' ----@field UNIT_WEAPON_RF_ATTACK_BACKSWING_POINT unitweaponrealfield _ConvertUnitWeaponRealField('ubs1') ---- ----UNIT_WEAPON_RF_ATTACK_DAMAGE_POINT 'common.UNIT_WEAPON_RF_ATTACK_DAMAGE_POINT' ----@field UNIT_WEAPON_RF_ATTACK_DAMAGE_POINT unitweaponrealfield _ConvertUnitWeaponRealField('udp1') ---- ----UNIT_WEAPON_RF_ATTACK_BASE_COOLDOWN 'common.UNIT_WEAPON_RF_ATTACK_BASE_COOLDOWN' ----@field UNIT_WEAPON_RF_ATTACK_BASE_COOLDOWN unitweaponrealfield _ConvertUnitWeaponRealField('ua1c') ---- ----UNIT_WEAPON_RF_ATTACK_DAMAGE_LOSS_FACTOR 'common.UNIT_WEAPON_RF_ATTACK_DAMAGE_LOSS_FACTOR' ----@field UNIT_WEAPON_RF_ATTACK_DAMAGE_LOSS_FACTOR unitweaponrealfield _ConvertUnitWeaponRealField('udl1') ---- ----UNIT_WEAPON_RF_ATTACK_DAMAGE_FACTOR_MEDIUM 'common.UNIT_WEAPON_RF_ATTACK_DAMAGE_FACTOR_MEDIUM' ----@field UNIT_WEAPON_RF_ATTACK_DAMAGE_FACTOR_MEDIUM unitweaponrealfield _ConvertUnitWeaponRealField('uhd1') ---- ----UNIT_WEAPON_RF_ATTACK_DAMAGE_FACTOR_SMALL 'common.UNIT_WEAPON_RF_ATTACK_DAMAGE_FACTOR_SMALL' ----@field UNIT_WEAPON_RF_ATTACK_DAMAGE_FACTOR_SMALL unitweaponrealfield _ConvertUnitWeaponRealField('uqd1') ---- ----UNIT_WEAPON_RF_ATTACK_DAMAGE_SPILL_DISTANCE 'common.UNIT_WEAPON_RF_ATTACK_DAMAGE_SPILL_DISTANCE' ----@field UNIT_WEAPON_RF_ATTACK_DAMAGE_SPILL_DISTANCE unitweaponrealfield _ConvertUnitWeaponRealField('usd1') ---- ----UNIT_WEAPON_RF_ATTACK_DAMAGE_SPILL_RADIUS 'common.UNIT_WEAPON_RF_ATTACK_DAMAGE_SPILL_RADIUS' ----@field UNIT_WEAPON_RF_ATTACK_DAMAGE_SPILL_RADIUS unitweaponrealfield _ConvertUnitWeaponRealField('usr1') ---- ----UNIT_WEAPON_RF_ATTACK_PROJECTILE_SPEED 'common.UNIT_WEAPON_RF_ATTACK_PROJECTILE_SPEED' ----@field UNIT_WEAPON_RF_ATTACK_PROJECTILE_SPEED unitweaponrealfield _ConvertUnitWeaponRealField('ua1z') ---- ----UNIT_WEAPON_RF_ATTACK_PROJECTILE_ARC 'common.UNIT_WEAPON_RF_ATTACK_PROJECTILE_ARC' ----@field UNIT_WEAPON_RF_ATTACK_PROJECTILE_ARC unitweaponrealfield _ConvertUnitWeaponRealField('uma1') ---- ----UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_FULL_DAMAGE 'common.UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_FULL_DAMAGE' ----@field UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_FULL_DAMAGE unitweaponrealfield _ConvertUnitWeaponRealField('ua1f') ---- ----UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_MEDIUM_DAMAGE 'common.UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_MEDIUM_DAMAGE' ----@field UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_MEDIUM_DAMAGE unitweaponrealfield _ConvertUnitWeaponRealField('ua1h') ---- ----UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_SMALL_DAMAGE 'common.UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_SMALL_DAMAGE' ----@field UNIT_WEAPON_RF_ATTACK_AREA_OF_EFFECT_SMALL_DAMAGE unitweaponrealfield _ConvertUnitWeaponRealField('ua1q') ---- ----UNIT_WEAPON_RF_ATTACK_RANGE 'common.UNIT_WEAPON_RF_ATTACK_RANGE' ----@field UNIT_WEAPON_RF_ATTACK_RANGE unitweaponrealfield _ConvertUnitWeaponRealField('ua1r') ---- ----UNIT_WEAPON_BF_ATTACK_SHOW_UI 'common.UNIT_WEAPON_BF_ATTACK_SHOW_UI' ----@field UNIT_WEAPON_BF_ATTACK_SHOW_UI unitweaponbooleanfield _ConvertUnitWeaponBooleanField('uwu1') ---- ----UNIT_WEAPON_BF_ATTACKS_ENABLED 'common.UNIT_WEAPON_BF_ATTACKS_ENABLED' ----@field UNIT_WEAPON_BF_ATTACKS_ENABLED unitweaponbooleanfield _ConvertUnitWeaponBooleanField('uaen') ---- ----UNIT_WEAPON_BF_ATTACK_PROJECTILE_HOMING_ENABLED 'common.UNIT_WEAPON_BF_ATTACK_PROJECTILE_HOMING_ENABLED' ----@field UNIT_WEAPON_BF_ATTACK_PROJECTILE_HOMING_ENABLED unitweaponbooleanfield _ConvertUnitWeaponBooleanField('umh1') ---- ----UNIT_WEAPON_SF_ATTACK_PROJECTILE_ART 'common.UNIT_WEAPON_SF_ATTACK_PROJECTILE_ART' ----@field UNIT_WEAPON_SF_ATTACK_PROJECTILE_ART unitweaponstringfield _ConvertUnitWeaponStringField('ua1m') ---- ----Move Type ----Move Type 'common.MOVE_TYPE_UNKNOWN' ----@field MOVE_TYPE_UNKNOWN movetype _ConvertMoveType(0) ---- ----MOVE_TYPE_FOOT 'common.MOVE_TYPE_FOOT' ----@field MOVE_TYPE_FOOT movetype _ConvertMoveType(1) ---- ----MOVE_TYPE_FLY 'common.MOVE_TYPE_FLY' ----@field MOVE_TYPE_FLY movetype _ConvertMoveType(2) ---- ----MOVE_TYPE_HORSE 'common.MOVE_TYPE_HORSE' ----@field MOVE_TYPE_HORSE movetype _ConvertMoveType(4) ---- ----MOVE_TYPE_HOVER 'common.MOVE_TYPE_HOVER' ----@field MOVE_TYPE_HOVER movetype _ConvertMoveType(8) ---- ----MOVE_TYPE_FLOAT 'common.MOVE_TYPE_FLOAT' ----@field MOVE_TYPE_FLOAT movetype _ConvertMoveType(16) ---- ----MOVE_TYPE_AMPHIBIOUS 'common.MOVE_TYPE_AMPHIBIOUS' ----@field MOVE_TYPE_AMPHIBIOUS movetype _ConvertMoveType(32) ---- ----MOVE_TYPE_UNBUILDABLE 'common.MOVE_TYPE_UNBUILDABLE' ----@field MOVE_TYPE_UNBUILDABLE movetype _ConvertMoveType(64) ---- ----Target Flag ----Target Flag 'common.TARGET_FLAG_NONE' ----@field TARGET_FLAG_NONE targetflag _ConvertTargetFlag(1) ---- ----TARGET_FLAG_GROUND 'common.TARGET_FLAG_GROUND' ----@field TARGET_FLAG_GROUND targetflag _ConvertTargetFlag(2) ---- ----TARGET_FLAG_AIR 'common.TARGET_FLAG_AIR' ----@field TARGET_FLAG_AIR targetflag _ConvertTargetFlag(4) ---- ----TARGET_FLAG_STRUCTURE 'common.TARGET_FLAG_STRUCTURE' ----@field TARGET_FLAG_STRUCTURE targetflag _ConvertTargetFlag(8) ---- ----TARGET_FLAG_WARD 'common.TARGET_FLAG_WARD' ----@field TARGET_FLAG_WARD targetflag _ConvertTargetFlag(16) ---- ----TARGET_FLAG_ITEM 'common.TARGET_FLAG_ITEM' ----@field TARGET_FLAG_ITEM targetflag _ConvertTargetFlag(32) ---- ----TARGET_FLAG_TREE 'common.TARGET_FLAG_TREE' ----@field TARGET_FLAG_TREE targetflag _ConvertTargetFlag(64) ---- ----TARGET_FLAG_WALL 'common.TARGET_FLAG_WALL' ----@field TARGET_FLAG_WALL targetflag _ConvertTargetFlag(128) ---- ----TARGET_FLAG_DEBRIS 'common.TARGET_FLAG_DEBRIS' ----@field TARGET_FLAG_DEBRIS targetflag _ConvertTargetFlag(256) ---- ----TARGET_FLAG_DECORATION 'common.TARGET_FLAG_DECORATION' ----@field TARGET_FLAG_DECORATION targetflag _ConvertTargetFlag(512) ---- ----TARGET_FLAG_BRIDGE 'common.TARGET_FLAG_BRIDGE' ----@field TARGET_FLAG_BRIDGE targetflag _ConvertTargetFlag(1024) ---- ----defense type ----defense type 'common.DEFENSE_TYPE_LIGHT' ----@field DEFENSE_TYPE_LIGHT defensetype _ConvertDefenseType(0) ---- ----DEFENSE_TYPE_MEDIUM 'common.DEFENSE_TYPE_MEDIUM' ----@field DEFENSE_TYPE_MEDIUM defensetype _ConvertDefenseType(1) ---- ----DEFENSE_TYPE_LARGE 'common.DEFENSE_TYPE_LARGE' ----@field DEFENSE_TYPE_LARGE defensetype _ConvertDefenseType(2) ---- ----DEFENSE_TYPE_FORT 'common.DEFENSE_TYPE_FORT' ----@field DEFENSE_TYPE_FORT defensetype _ConvertDefenseType(3) ---- ----DEFENSE_TYPE_NORMAL 'common.DEFENSE_TYPE_NORMAL' ----@field DEFENSE_TYPE_NORMAL defensetype _ConvertDefenseType(4) ---- ----DEFENSE_TYPE_HERO 'common.DEFENSE_TYPE_HERO' ----@field DEFENSE_TYPE_HERO defensetype _ConvertDefenseType(5) ---- ----DEFENSE_TYPE_DIVINE 'common.DEFENSE_TYPE_DIVINE' ----@field DEFENSE_TYPE_DIVINE defensetype _ConvertDefenseType(6) ---- ----DEFENSE_TYPE_NONE 'common.DEFENSE_TYPE_NONE' ----@field DEFENSE_TYPE_NONE defensetype _ConvertDefenseType(7) ---- ----Hero Attribute ----Hero Attribute 'common.HERO_ATTRIBUTE_STR' ----@field HERO_ATTRIBUTE_STR heroattribute _ConvertHeroAttribute(1) ---- ----HERO_ATTRIBUTE_INT 'common.HERO_ATTRIBUTE_INT' ----@field HERO_ATTRIBUTE_INT heroattribute _ConvertHeroAttribute(2) ---- ----HERO_ATTRIBUTE_AGI 'common.HERO_ATTRIBUTE_AGI' ----@field HERO_ATTRIBUTE_AGI heroattribute _ConvertHeroAttribute(3) ---- ----Armor Type ----Armor Type 'common.ARMOR_TYPE_WHOKNOWS' ----@field ARMOR_TYPE_WHOKNOWS armortype _ConvertArmorType(0) ---- ----ARMOR_TYPE_FLESH 'common.ARMOR_TYPE_FLESH' ----@field ARMOR_TYPE_FLESH armortype _ConvertArmorType(1) ---- ----ARMOR_TYPE_METAL 'common.ARMOR_TYPE_METAL' ----@field ARMOR_TYPE_METAL armortype _ConvertArmorType(2) ---- ----ARMOR_TYPE_WOOD 'common.ARMOR_TYPE_WOOD' ----@field ARMOR_TYPE_WOOD armortype _ConvertArmorType(3) ---- ----ARMOR_TYPE_ETHREAL 'common.ARMOR_TYPE_ETHREAL' ----@field ARMOR_TYPE_ETHREAL armortype _ConvertArmorType(4) ---- ----ARMOR_TYPE_STONE 'common.ARMOR_TYPE_STONE' ----@field ARMOR_TYPE_STONE armortype _ConvertArmorType(5) ---- ----Regeneration Type ----Regeneration Type 'common.REGENERATION_TYPE_NONE' ----@field REGENERATION_TYPE_NONE regentype _ConvertRegenType(0) ---- ----REGENERATION_TYPE_ALWAYS 'common.REGENERATION_TYPE_ALWAYS' ----@field REGENERATION_TYPE_ALWAYS regentype _ConvertRegenType(1) ---- ----REGENERATION_TYPE_BLIGHT 'common.REGENERATION_TYPE_BLIGHT' ----@field REGENERATION_TYPE_BLIGHT regentype _ConvertRegenType(2) ---- ----REGENERATION_TYPE_DAY 'common.REGENERATION_TYPE_DAY' ----@field REGENERATION_TYPE_DAY regentype _ConvertRegenType(3) ---- ----REGENERATION_TYPE_NIGHT 'common.REGENERATION_TYPE_NIGHT' ----@field REGENERATION_TYPE_NIGHT regentype _ConvertRegenType(4) ---- ----Unit Category ----Unit Category 'common.UNIT_CATEGORY_GIANT' ----@field UNIT_CATEGORY_GIANT unitcategory _ConvertUnitCategory(1) ---- ----UNIT_CATEGORY_UNDEAD 'common.UNIT_CATEGORY_UNDEAD' ----@field UNIT_CATEGORY_UNDEAD unitcategory _ConvertUnitCategory(2) ---- ----UNIT_CATEGORY_SUMMONED 'common.UNIT_CATEGORY_SUMMONED' ----@field UNIT_CATEGORY_SUMMONED unitcategory _ConvertUnitCategory(4) ---- ----UNIT_CATEGORY_MECHANICAL 'common.UNIT_CATEGORY_MECHANICAL' ----@field UNIT_CATEGORY_MECHANICAL unitcategory _ConvertUnitCategory(8) ---- ----UNIT_CATEGORY_PEON 'common.UNIT_CATEGORY_PEON' ----@field UNIT_CATEGORY_PEON unitcategory _ConvertUnitCategory(16) ---- ----UNIT_CATEGORY_SAPPER 'common.UNIT_CATEGORY_SAPPER' ----@field UNIT_CATEGORY_SAPPER unitcategory _ConvertUnitCategory(32) ---- ----UNIT_CATEGORY_TOWNHALL 'common.UNIT_CATEGORY_TOWNHALL' ----@field UNIT_CATEGORY_TOWNHALL unitcategory _ConvertUnitCategory(64) ---- ----UNIT_CATEGORY_ANCIENT 'common.UNIT_CATEGORY_ANCIENT' ----@field UNIT_CATEGORY_ANCIENT unitcategory _ConvertUnitCategory(128) ---- ----UNIT_CATEGORY_NEUTRAL 'common.UNIT_CATEGORY_NEUTRAL' ----@field UNIT_CATEGORY_NEUTRAL unitcategory _ConvertUnitCategory(256) ---- ----UNIT_CATEGORY_WARD 'common.UNIT_CATEGORY_WARD' ----@field UNIT_CATEGORY_WARD unitcategory _ConvertUnitCategory(512) ---- ----UNIT_CATEGORY_STANDON 'common.UNIT_CATEGORY_STANDON' ----@field UNIT_CATEGORY_STANDON unitcategory _ConvertUnitCategory(1024) ---- ----UNIT_CATEGORY_TAUREN 'common.UNIT_CATEGORY_TAUREN' ----@field UNIT_CATEGORY_TAUREN unitcategory _ConvertUnitCategory(2048) ---- ----Pathing Flag ----Pathing Flag 'common.PATHING_FLAG_UNWALKABLE' ----@field PATHING_FLAG_UNWALKABLE pathingflag _ConvertPathingFlag(2) ---- ----PATHING_FLAG_UNFLYABLE 'common.PATHING_FLAG_UNFLYABLE' ----@field PATHING_FLAG_UNFLYABLE pathingflag _ConvertPathingFlag(4) ---- ----PATHING_FLAG_UNBUILDABLE 'common.PATHING_FLAG_UNBUILDABLE' ----@field PATHING_FLAG_UNBUILDABLE pathingflag _ConvertPathingFlag(8) ---- ----PATHING_FLAG_UNPEONHARVEST 'common.PATHING_FLAG_UNPEONHARVEST' ----@field PATHING_FLAG_UNPEONHARVEST pathingflag _ConvertPathingFlag(16) ---- ----PATHING_FLAG_BLIGHTED 'common.PATHING_FLAG_BLIGHTED' ----@field PATHING_FLAG_BLIGHTED pathingflag _ConvertPathingFlag(32) ---- ----PATHING_FLAG_UNFLOATABLE 'common.PATHING_FLAG_UNFLOATABLE' ----@field PATHING_FLAG_UNFLOATABLE pathingflag _ConvertPathingFlag(64) ---- ----PATHING_FLAG_UNAMPHIBIOUS 'common.PATHING_FLAG_UNAMPHIBIOUS' ----@field PATHING_FLAG_UNAMPHIBIOUS pathingflag _ConvertPathingFlag(128) ---- ----PATHING_FLAG_UNITEMPLACABLE 'common.PATHING_FLAG_UNITEMPLACABLE' ----@field PATHING_FLAG_UNITEMPLACABLE pathingflag _ConvertPathingFlag(256) -local common = {} - ----转换种族 ----@param i integer ----@return race -function common.ConvertRace(i) end - ----转换联盟类型 ----@param i integer ----@return alliancetype -function common.ConvertAllianceType(i) end - ----ConvertRacePref ----@param i integer ----@return racepreference -function common.ConvertRacePref(i) end - ----ConvertIGameState ----@param i integer ----@return igamestate -function common.ConvertIGameState(i) end - ----ConvertFGameState ----@param i integer ----@return fgamestate -function common.ConvertFGameState(i) end - ----ConvertPlayerState ----@param i integer ----@return playerstate -function common.ConvertPlayerState(i) end - ----ConvertPlayerScore ----@param i integer ----@return playerscore -function common.ConvertPlayerScore(i) end - ----ConvertPlayerGameResult ----@param i integer ----@return playergameresult -function common.ConvertPlayerGameResult(i) end - ----ConvertUnitState ----@param i integer ----@return unitstate -function common.ConvertUnitState(i) end - ----ConvertAIDifficulty ----@param i integer ----@return aidifficulty -function common.ConvertAIDifficulty(i) end - ----ConvertGameEvent ----@param i integer ----@return gameevent -function common.ConvertGameEvent(i) end - ----ConvertPlayerEvent ----@param i integer ----@return playerevent -function common.ConvertPlayerEvent(i) end - ----ConvertPlayerUnitEvent ----@param i integer ----@return playerunitevent -function common.ConvertPlayerUnitEvent(i) end - ----ConvertWidgetEvent ----@param i integer ----@return widgetevent -function common.ConvertWidgetEvent(i) end - ----ConvertDialogEvent ----@param i integer ----@return dialogevent -function common.ConvertDialogEvent(i) end - ----ConvertUnitEvent ----@param i integer ----@return unitevent -function common.ConvertUnitEvent(i) end - ----ConvertLimitOp ----@param i integer ----@return limitop -function common.ConvertLimitOp(i) end - ----ConvertUnitType ----@param i integer ----@return unittype -function common.ConvertUnitType(i) end - ----ConvertGameSpeed ----@param i integer ----@return gamespeed -function common.ConvertGameSpeed(i) end - ----ConvertPlacement ----@param i integer ----@return placement -function common.ConvertPlacement(i) end - ----ConvertStartLocPrio ----@param i integer ----@return startlocprio -function common.ConvertStartLocPrio(i) end - ----ConvertGameDifficulty ----@param i integer ----@return gamedifficulty -function common.ConvertGameDifficulty(i) end - ----ConvertGameType ----@param i integer ----@return gametype -function common.ConvertGameType(i) end - ----ConvertMapFlag ----@param i integer ----@return mapflag -function common.ConvertMapFlag(i) end - ----ConvertMapVisibility ----@param i integer ----@return mapvisibility -function common.ConvertMapVisibility(i) end - ----ConvertMapSetting ----@param i integer ----@return mapsetting -function common.ConvertMapSetting(i) end - ----ConvertMapDensity ----@param i integer ----@return mapdensity -function common.ConvertMapDensity(i) end - ----ConvertMapControl ----@param i integer ----@return mapcontrol -function common.ConvertMapControl(i) end - ----ConvertPlayerColor ----@param i integer ----@return playercolor -function common.ConvertPlayerColor(i) end - ----ConvertPlayerSlotState ----@param i integer ----@return playerslotstate -function common.ConvertPlayerSlotState(i) end - ----ConvertVolumeGroup ----@param i integer ----@return volumegroup -function common.ConvertVolumeGroup(i) end - ----ConvertCameraField ----@param i integer ----@return camerafield -function common.ConvertCameraField(i) end - ----ConvertBlendMode ----@param i integer ----@return blendmode -function common.ConvertBlendMode(i) end - ----ConvertRarityControl ----@param i integer ----@return raritycontrol -function common.ConvertRarityControl(i) end - ----ConvertTexMapFlags ----@param i integer ----@return texmapflags -function common.ConvertTexMapFlags(i) end - ----ConvertFogState ----@param i integer ----@return fogstate -function common.ConvertFogState(i) end - ----ConvertEffectType ----@param i integer ----@return effecttype -function common.ConvertEffectType(i) end - ----ConvertVersion ----@param i integer ----@return version -function common.ConvertVersion(i) end - ----ConvertItemType ----@param i integer ----@return itemtype -function common.ConvertItemType(i) end - ----ConvertAttackType ----@param i integer ----@return attacktype -function common.ConvertAttackType(i) end - ----ConvertDamageType ----@param i integer ----@return damagetype -function common.ConvertDamageType(i) end - ----ConvertWeaponType ----@param i integer ----@return weapontype -function common.ConvertWeaponType(i) end - ----ConvertSoundType ----@param i integer ----@return soundtype -function common.ConvertSoundType(i) end - ----ConvertPathingType ----@param i integer ----@return pathingtype -function common.ConvertPathingType(i) end - ----ConvertMouseButtonType ----@param i integer ----@return mousebuttontype -function common.ConvertMouseButtonType(i) end - ----ConvertAnimType ----@param i integer ----@return animtype -function common.ConvertAnimType(i) end - ----ConvertSubAnimType ----@param i integer ----@return subanimtype -function common.ConvertSubAnimType(i) end - ----ConvertOriginFrameType ----@param i integer ----@return originframetype -function common.ConvertOriginFrameType(i) end - ----ConvertFramePointType ----@param i integer ----@return framepointtype -function common.ConvertFramePointType(i) end - ----ConvertTextAlignType ----@param i integer ----@return textaligntype -function common.ConvertTextAlignType(i) end - ----ConvertFrameEventType ----@param i integer ----@return frameeventtype -function common.ConvertFrameEventType(i) end - ----ConvertOsKeyType ----@param i integer ----@return oskeytype -function common.ConvertOsKeyType(i) end - ----ConvertAbilityIntegerField ----@param i integer ----@return abilityintegerfield -function common.ConvertAbilityIntegerField(i) end - ----ConvertAbilityRealField ----@param i integer ----@return abilityrealfield -function common.ConvertAbilityRealField(i) end - ----ConvertAbilityBooleanField ----@param i integer ----@return abilitybooleanfield -function common.ConvertAbilityBooleanField(i) end - ----ConvertAbilityStringField ----@param i integer ----@return abilitystringfield -function common.ConvertAbilityStringField(i) end - ----ConvertAbilityIntegerLevelField ----@param i integer ----@return abilityintegerlevelfield -function common.ConvertAbilityIntegerLevelField(i) end - ----ConvertAbilityRealLevelField ----@param i integer ----@return abilityreallevelfield -function common.ConvertAbilityRealLevelField(i) end - ----ConvertAbilityBooleanLevelField ----@param i integer ----@return abilitybooleanlevelfield -function common.ConvertAbilityBooleanLevelField(i) end - ----ConvertAbilityStringLevelField ----@param i integer ----@return abilitystringlevelfield -function common.ConvertAbilityStringLevelField(i) end - ----ConvertAbilityIntegerLevelArrayField ----@param i integer ----@return abilityintegerlevelarrayfield -function common.ConvertAbilityIntegerLevelArrayField(i) end - ----ConvertAbilityRealLevelArrayField ----@param i integer ----@return abilityreallevelarrayfield -function common.ConvertAbilityRealLevelArrayField(i) end - ----ConvertAbilityBooleanLevelArrayField ----@param i integer ----@return abilitybooleanlevelarrayfield -function common.ConvertAbilityBooleanLevelArrayField(i) end - ----ConvertAbilityStringLevelArrayField ----@param i integer ----@return abilitystringlevelarrayfield -function common.ConvertAbilityStringLevelArrayField(i) end - ----ConvertUnitIntegerField ----@param i integer ----@return unitintegerfield -function common.ConvertUnitIntegerField(i) end - ----ConvertUnitRealField ----@param i integer ----@return unitrealfield -function common.ConvertUnitRealField(i) end - ----ConvertUnitBooleanField ----@param i integer ----@return unitbooleanfield -function common.ConvertUnitBooleanField(i) end - ----ConvertUnitStringField ----@param i integer ----@return unitstringfield -function common.ConvertUnitStringField(i) end - ----ConvertUnitWeaponIntegerField ----@param i integer ----@return unitweaponintegerfield -function common.ConvertUnitWeaponIntegerField(i) end - ----ConvertUnitWeaponRealField ----@param i integer ----@return unitweaponrealfield -function common.ConvertUnitWeaponRealField(i) end - ----ConvertUnitWeaponBooleanField ----@param i integer ----@return unitweaponbooleanfield -function common.ConvertUnitWeaponBooleanField(i) end - ----ConvertUnitWeaponStringField ----@param i integer ----@return unitweaponstringfield -function common.ConvertUnitWeaponStringField(i) end - ----ConvertItemIntegerField ----@param i integer ----@return itemintegerfield -function common.ConvertItemIntegerField(i) end - ----ConvertItemRealField ----@param i integer ----@return itemrealfield -function common.ConvertItemRealField(i) end - ----ConvertItemBooleanField ----@param i integer ----@return itembooleanfield -function common.ConvertItemBooleanField(i) end - ----ConvertItemStringField ----@param i integer ----@return itemstringfield -function common.ConvertItemStringField(i) end - ----ConvertMoveType ----@param i integer ----@return movetype -function common.ConvertMoveType(i) end - ----ConvertTargetFlag ----@param i integer ----@return targetflag -function common.ConvertTargetFlag(i) end - ----ConvertArmorType ----@param i integer ----@return armortype -function common.ConvertArmorType(i) end - ----ConvertHeroAttribute ----@param i integer ----@return heroattribute -function common.ConvertHeroAttribute(i) end - ----ConvertDefenseType ----@param i integer ----@return defensetype -function common.ConvertDefenseType(i) end - ----ConvertRegenType ----@param i integer ----@return regentype -function common.ConvertRegenType(i) end - ----ConvertUnitCategory ----@param i integer ----@return unitcategory -function common.ConvertUnitCategory(i) end - ----ConvertPathingFlag ----@param i integer ----@return pathingflag -function common.ConvertPathingFlag(i) end - ----OrderId ----@param orderIdString string ----@return integer -function common.OrderId(orderIdString) end - ----OrderId2String ----@param orderId integer ----@return string -function common.OrderId2String(orderId) end - ----UnitId ----@param unitIdString string ----@return integer -function common.UnitId(unitIdString) end - ----UnitId2String ----@param unitId integer ----@return string -function common.UnitId2String(unitId) end - ----Not currently working correctly... ----@param abilityIdString string ----@return integer -function common.AbilityId(abilityIdString) end - ----AbilityId2String ----@param abilityId integer ----@return string -function common.AbilityId2String(abilityId) end - ----Looks up the "name" field for any object (unit, item, ability) ----物体名称 [C] ----@param objectId integer ----@return string -function common.GetObjectName(objectId) end - ----获取最大的玩家数 ----@return integer -function common.GetBJMaxPlayers() end - ----GetBJPlayerNeutralVictim ----@return integer -function common.GetBJPlayerNeutralVictim() end - ----GetBJPlayerNeutralExtra ----@return integer -function common.GetBJPlayerNeutralExtra() end - ----GetBJMaxPlayerSlots ----@return integer -function common.GetBJMaxPlayerSlots() end - ----GetPlayerNeutralPassive ----@return integer -function common.GetPlayerNeutralPassive() end - ----GetPlayerNeutralAggressive ----@return integer -function common.GetPlayerNeutralAggressive() end - ----MathAPI ----转换 度 到 弧度 ----@param degrees real ----@return real -function common.Deg2Rad(degrees) end - ----转换 弧度 到 度 ----@param radians real ----@return real -function common.Rad2Deg(radians) end - ----正弦(弧度) [R] ----@param radians real ----@return real -function common.Sin(radians) end - ----余弦(弧度) [R] ----@param radians real ----@return real -function common.Cos(radians) end - ----正切(弧度) [R] ----@param radians real ----@return real -function common.Tan(radians) end - ----Expect values between -1 and 1...returns 0 for invalid input ----反正弦(弧度) [R] ----@param y real ----@return real -function common.Asin(y) end - ----反余弦(弧度) [R] ----@param x real ----@return real -function common.Acos(x) end - ----反正切(弧度) [R] ----@param x real ----@return real -function common.Atan(x) end - ----Returns 0 if x and y are both 0 ----反正切(Y:X)(弧度) [R] ----@param y real ----@param x real ----@return real -function common.Atan2(y,x) end - ----Returns 0 if x < 0 ----平方根 ----@param x real ----@return real -function common.SquareRoot(x) end - ----computes x to the y power ----y 0.0 > 1 ----x 0.0 and y < 0 > 0 ----求幂 ----@param x real ----@param power real ----@return real -function common.Pow(x,power) end - ----MathRound ----@param r real ----@return integer -function common.MathRound(r) end - ----String Utility API ----转换整数变量为实数 ----@param i integer ----@return real -function common.I2R(i) end - ----转换实数为整数 ----@param r real ----@return integer -function common.R2I(r) end - ----将整数转换为字符串 ----@param i integer ----@return string -function common.I2S(i) end - ----将实数转换为字符串 ----@param r real ----@return string -function common.R2S(r) end - ----将实数转换为格式化字符串 ----@param r real ----@param width integer ----@param precision integer ----@return string -function common.R2SW(r,width,precision) end - ----转换字串符为整数 ----@param s string ----@return integer -function common.S2I(s) end - ----转换字符串为实数 ----@param s string ----@return real -function common.S2R(s) end - ----GetHandleId ----@param h handle ----@return integer -function common.GetHandleId(h) end - ----截取字符串 [R] ----@param source string ----@param start integer ----@param end_ integer ----@return string -function common.SubString(source,start,end_) end - ----字串符长度 ----@param s string ----@return integer -function common.StringLength(s) end - ----将字串符转换为大小写字母 ----@param source string ----@param upper boolean ----@return string -function common.StringCase(source,upper) end - ----StringHash ----@param s string ----@return integer -function common.StringHash(s) end - ----本地字符串 [R] ----@param source string ----@return string -function common.GetLocalizedString(source) end - ----本地热键 ----@param source string ----@return integer -function common.GetLocalizedHotkey(source) end - ----SetMapName ----@param name string -function common.SetMapName(name) end - ----SetMapDescription ----@param description string -function common.SetMapDescription(description) end - ----SetTeams ----@param teamcount integer -function common.SetTeams(teamcount) end - ----SetPlayers ----@param playercount integer -function common.SetPlayers(playercount) end - ----DefineStartLocation ----@param whichStartLoc integer ----@param x real ----@param y real -function common.DefineStartLocation(whichStartLoc,x,y) end - ----DefineStartLocationLoc ----@param whichStartLoc integer ----@param whichLocation location -function common.DefineStartLocationLoc(whichStartLoc,whichLocation) end - ----SetStartLocPrioCount ----@param whichStartLoc integer ----@param prioSlotCount integer -function common.SetStartLocPrioCount(whichStartLoc,prioSlotCount) end - ----SetStartLocPrio ----@param whichStartLoc integer ----@param prioSlotIndex integer ----@param otherStartLocIndex integer ----@param priority startlocprio -function common.SetStartLocPrio(whichStartLoc,prioSlotIndex,otherStartLocIndex,priority) end - ----GetStartLocPrioSlot ----@param whichStartLoc integer ----@param prioSlotIndex integer ----@return integer -function common.GetStartLocPrioSlot(whichStartLoc,prioSlotIndex) end - ----GetStartLocPrio ----@param whichStartLoc integer ----@param prioSlotIndex integer ----@return startlocprio -function common.GetStartLocPrio(whichStartLoc,prioSlotIndex) end - ----SetEnemyStartLocPrioCount ----@param whichStartLoc integer ----@param prioSlotCount integer -function common.SetEnemyStartLocPrioCount(whichStartLoc,prioSlotCount) end - ----SetEnemyStartLocPrio ----@param whichStartLoc integer ----@param prioSlotIndex integer ----@param otherStartLocIndex integer ----@param priority startlocprio -function common.SetEnemyStartLocPrio(whichStartLoc,prioSlotIndex,otherStartLocIndex,priority) end - ----SetGameTypeSupported ----@param whichGameType gametype ----@param value boolean -function common.SetGameTypeSupported(whichGameType,value) end - ----设置地图参数 ----@param whichMapFlag mapflag ----@param value boolean -function common.SetMapFlag(whichMapFlag,value) end - ----SetGamePlacement ----@param whichPlacementType placement -function common.SetGamePlacement(whichPlacementType) end - ----设定游戏速度 ----@param whichspeed gamespeed -function common.SetGameSpeed(whichspeed) end - ----设置游戏难度 [R] ----@param whichdifficulty gamedifficulty -function common.SetGameDifficulty(whichdifficulty) end - ----SetResourceDensity ----@param whichdensity mapdensity -function common.SetResourceDensity(whichdensity) end - ----SetCreatureDensity ----@param whichdensity mapdensity -function common.SetCreatureDensity(whichdensity) end - ----队伍数量 ----@return integer -function common.GetTeams() end - ----玩家数量 ----@return integer -function common.GetPlayers() end - ----IsGameTypeSupported ----@param whichGameType gametype ----@return boolean -function common.IsGameTypeSupported(whichGameType) end - ----GetGameTypeSelected ----@return gametype -function common.GetGameTypeSelected() end - ----地图参数 ----@param whichMapFlag mapflag ----@return boolean -function common.IsMapFlagSet(whichMapFlag) end - ----GetGamePlacement ----@return placement -function common.GetGamePlacement() end - ----当前游戏速度 ----@return gamespeed -function common.GetGameSpeed() end - ----难度等级 ----@return gamedifficulty -function common.GetGameDifficulty() end - ----GetResourceDensity ----@return mapdensity -function common.GetResourceDensity() end - ----GetCreatureDensity ----@return mapdensity -function common.GetCreatureDensity() end - ----GetStartLocationX ----@param whichStartLocation integer ----@return real -function common.GetStartLocationX(whichStartLocation) end - ----GetStartLocationY ----@param whichStartLocation integer ----@return real -function common.GetStartLocationY(whichStartLocation) end - ----GetStartLocationLoc ----@param whichStartLocation integer ----@return location -function common.GetStartLocationLoc(whichStartLocation) end - ----设置玩家队伍 ----@param whichPlayer player ----@param whichTeam integer -function common.SetPlayerTeam(whichPlayer,whichTeam) end - ----SetPlayerStartLocation ----@param whichPlayer player ----@param startLocIndex integer -function common.SetPlayerStartLocation(whichPlayer,startLocIndex) end - ----forces player to have the specified start loc and marks the start loc as occupied ----which removes it from consideration for subsequently placed players ----( i.e. you can use this to put people in a fixed loc and then ----use random placement for any unplaced players etc ) ----use random placement for any unplaced players etc ) ----@param whichPlayer player ----@param startLocIndex integer -function common.ForcePlayerStartLocation(whichPlayer,startLocIndex) end - ----改变玩家颜色 [R] ----@param whichPlayer player ----@param color playercolor -function common.SetPlayerColor(whichPlayer,color) end - ----设置联盟状态(指定项目) [R] ----@param sourcePlayer player ----@param otherPlayer player ----@param whichAllianceSetting alliancetype ----@param value boolean -function common.SetPlayerAlliance(sourcePlayer,otherPlayer,whichAllianceSetting,value) end - ----设置税率 [R] ----@param sourcePlayer player ----@param otherPlayer player ----@param whichResource playerstate ----@param rate integer -function common.SetPlayerTaxRate(sourcePlayer,otherPlayer,whichResource,rate) end - ----SetPlayerRacePreference ----@param whichPlayer player ----@param whichRacePreference racepreference -function common.SetPlayerRacePreference(whichPlayer,whichRacePreference) end - ----SetPlayerRaceSelectable ----@param whichPlayer player ----@param value boolean -function common.SetPlayerRaceSelectable(whichPlayer,value) end - ----SetPlayerController ----@param whichPlayer player ----@param controlType mapcontrol -function common.SetPlayerController(whichPlayer,controlType) end - ----设置玩家名字 ----@param whichPlayer player ----@param name string -function common.SetPlayerName(whichPlayer,name) end - ----显示/隐藏计分屏显示 [R] ----@param whichPlayer player ----@param flag boolean -function common.SetPlayerOnScoreScreen(whichPlayer,flag) end - ----玩家在的队伍 ----@param whichPlayer player ----@return integer -function common.GetPlayerTeam(whichPlayer) end - ----GetPlayerStartLocation ----@param whichPlayer player ----@return integer -function common.GetPlayerStartLocation(whichPlayer) end - ----玩家的颜色 ----@param whichPlayer player ----@return playercolor -function common.GetPlayerColor(whichPlayer) end - ----GetPlayerSelectable ----@param whichPlayer player ----@return boolean -function common.GetPlayerSelectable(whichPlayer) end - ----玩家控制者 ----@param whichPlayer player ----@return mapcontrol -function common.GetPlayerController(whichPlayer) end - ----玩家游戏属性 ----@param whichPlayer player ----@return playerslotstate -function common.GetPlayerSlotState(whichPlayer) end - ----玩家税率 [R] ----@param sourcePlayer player ----@param otherPlayer player ----@param whichResource playerstate ----@return integer -function common.GetPlayerTaxRate(sourcePlayer,otherPlayer,whichResource) end - ----玩家的种族选择 ----@param whichPlayer player ----@param pref racepreference ----@return boolean -function common.IsPlayerRacePrefSet(whichPlayer,pref) end - ----玩家名字 ----@param whichPlayer player ----@return string -function common.GetPlayerName(whichPlayer) end - ----Timer API ----新建计时器 [R] ----@return timer -function common.CreateTimer() end - ----删除计时器 [R] ----@param whichTimer timer -function common.DestroyTimer(whichTimer) end - ----运行计时器 [C] ----@param whichTimer timer ----@param timeout real ----@param periodic boolean ----@param handlerFunc code -function common.TimerStart(whichTimer,timeout,periodic,handlerFunc) end - ----计时器经过的时间 ----@param whichTimer timer ----@return real -function common.TimerGetElapsed(whichTimer) end - ----计时器剩余时间 ----@param whichTimer timer ----@return real -function common.TimerGetRemaining(whichTimer) end - ----计时器初始的时间 ----@param whichTimer timer ----@return real -function common.TimerGetTimeout(whichTimer) end - ----暂停计时器 [R] ----@param whichTimer timer -function common.PauseTimer(whichTimer) end - ----恢复计时器 [R] ----@param whichTimer timer -function common.ResumeTimer(whichTimer) end - ----事件响应 - 计时器期满 ----@return timer -function common.GetExpiredTimer() end - ----Group API ----新建的单位组 [R] ----@return group -function common.CreateGroup() end - ----删除单位组 [R] ----@param whichGroup group -function common.DestroyGroup(whichGroup) end - ----添加单位 [R] ----@param whichGroup group ----@param whichUnit unit ----@return boolean -function common.GroupAddUnit(whichGroup,whichUnit) end - ----移除单位 [R] ----@param whichGroup group ----@param whichUnit unit ----@return boolean -function common.GroupRemoveUnit(whichGroup,whichUnit) end - ----清除 ----@param whichGroup group -function common.GroupClear(whichGroup) end - ----GroupEnumUnitsOfType ----@param whichGroup group ----@param unitname string ----@param filter boolexpr -function common.GroupEnumUnitsOfType(whichGroup,unitname,filter) end - ----GroupEnumUnitsOfPlayer ----@param whichGroup group ----@param whichPlayer player ----@param filter boolexpr -function common.GroupEnumUnitsOfPlayer(whichGroup,whichPlayer,filter) end - ----GroupEnumUnitsOfTypeCounted ----@param whichGroup group ----@param unitname string ----@param filter boolexpr ----@param countLimit integer -function common.GroupEnumUnitsOfTypeCounted(whichGroup,unitname,filter,countLimit) end - ----GroupEnumUnitsInRect ----@param whichGroup group ----@param r rect ----@param filter boolexpr -function common.GroupEnumUnitsInRect(whichGroup,r,filter) end - ----GroupEnumUnitsInRectCounted ----@param whichGroup group ----@param r rect ----@param filter boolexpr ----@param countLimit integer -function common.GroupEnumUnitsInRectCounted(whichGroup,r,filter,countLimit) end - ----选取单位添加到单位组(坐标) ----@param whichGroup group ----@param x real ----@param y real ----@param radius real ----@param filter boolexpr -function common.GroupEnumUnitsInRange(whichGroup,x,y,radius,filter) end - ----选取单位添加到单位组(点) ----@param whichGroup group ----@param whichLocation location ----@param radius real ----@param filter boolexpr -function common.GroupEnumUnitsInRangeOfLoc(whichGroup,whichLocation,radius,filter) end - ----选取单位添加到单位组(坐标)(不建议使用) ----@param whichGroup group ----@param x real ----@param y real ----@param radius real ----@param filter boolexpr ----@param countLimit integer -function common.GroupEnumUnitsInRangeCounted(whichGroup,x,y,radius,filter,countLimit) end - ----选取单位添加到单位组(点)(不建议使用) ----@param whichGroup group ----@param whichLocation location ----@param radius real ----@param filter boolexpr ----@param countLimit integer -function common.GroupEnumUnitsInRangeOfLocCounted(whichGroup,whichLocation,radius,filter,countLimit) end - ----GroupEnumUnitsSelected ----@param whichGroup group ----@param whichPlayer player ----@param filter boolexpr -function common.GroupEnumUnitsSelected(whichGroup,whichPlayer,filter) end - ----发送单位组命令到 没有目标 ----@param whichGroup group ----@param order string ----@return boolean -function common.GroupImmediateOrder(whichGroup,order) end - ----发布命令(无目标)(ID) ----@param whichGroup group ----@param order integer ----@return boolean -function common.GroupImmediateOrderById(whichGroup,order) end - ----发布命令(指定坐标) [R] ----@param whichGroup group ----@param order string ----@param x real ----@param y real ----@return boolean -function common.GroupPointOrder(whichGroup,order,x,y) end - ----发送单位组命令到 点 ----@param whichGroup group ----@param order string ----@param whichLocation location ----@return boolean -function common.GroupPointOrderLoc(whichGroup,order,whichLocation) end - ----发布命令(指定坐标)(ID) ----@param whichGroup group ----@param order integer ----@param x real ----@param y real ----@return boolean -function common.GroupPointOrderById(whichGroup,order,x,y) end - ----发布命令(指定点)(ID) ----@param whichGroup group ----@param order integer ----@param whichLocation location ----@return boolean -function common.GroupPointOrderByIdLoc(whichGroup,order,whichLocation) end - ----发送单位组命令到 单位 ----@param whichGroup group ----@param order string ----@param targetWidget widget ----@return boolean -function common.GroupTargetOrder(whichGroup,order,targetWidget) end - ----发布命令(指定单位)(ID) ----@param whichGroup group ----@param order integer ----@param targetWidget widget ----@return boolean -function common.GroupTargetOrderById(whichGroup,order,targetWidget) end - ----This will be difficult to support with potentially disjoint, cell-based regions ----as it would involve enumerating all the cells that are covered by a particularregion ----a better implementation would be a trigger that adds relevant units as they enter ----and removes them if they leave... ----选取所有单位在单位组做 多动作 ----@param whichGroup group ----@param callback code -function common.ForGroup(whichGroup,callback) end - ----单位组中第一个单位 ----@param whichGroup group ----@return unit -function common.FirstOfGroup(whichGroup) end - ----Force API ----新建玩家组 [R] ----@return force -function common.CreateForce() end - ----删除玩家组 [R] ----@param whichForce force -function common.DestroyForce(whichForce) end - ----添加玩家 [R] ----@param whichForce force ----@param whichPlayer player -function common.ForceAddPlayer(whichForce,whichPlayer) end - ----移除玩家 [R] ----@param whichForce force ----@param whichPlayer player -function common.ForceRemovePlayer(whichForce,whichPlayer) end - ----清除玩家 ----@param whichForce force -function common.ForceClear(whichForce) end - ----ForceEnumPlayers ----@param whichForce force ----@param filter boolexpr -function common.ForceEnumPlayers(whichForce,filter) end - ----ForceEnumPlayersCounted ----@param whichForce force ----@param filter boolexpr ----@param countLimit integer -function common.ForceEnumPlayersCounted(whichForce,filter,countLimit) end - ----ForceEnumAllies ----@param whichForce force ----@param whichPlayer player ----@param filter boolexpr -function common.ForceEnumAllies(whichForce,whichPlayer,filter) end - ----ForceEnumEnemies ----@param whichForce force ----@param whichPlayer player ----@param filter boolexpr -function common.ForceEnumEnemies(whichForce,whichPlayer,filter) end - ----选取所有玩家在玩家组做动作(单一的) ----@param whichForce force ----@param callback code -function common.ForForce(whichForce,callback) end - ----Region and Location API ----将坐标转换为区域 ----@param minx real ----@param miny real ----@param maxx real ----@param maxy real ----@return rect -function common.Rect(minx,miny,maxx,maxy) end - ----将点转换为区域 ----@param min location ----@param max location ----@return rect -function common.RectFromLoc(min,max) end - ----删除矩形区域 [R] ----@param whichRect rect -function common.RemoveRect(whichRect) end - ----设置矩形区域(指定坐标) [R] ----@param whichRect rect ----@param minx real ----@param miny real ----@param maxx real ----@param maxy real -function common.SetRect(whichRect,minx,miny,maxx,maxy) end - ----设置矩形区域(指定点) [R] ----@param whichRect rect ----@param min location ----@param max location -function common.SetRectFromLoc(whichRect,min,max) end - ----移动矩形区域(指定坐标) [R] ----@param whichRect rect ----@param newCenterX real ----@param newCenterY real -function common.MoveRectTo(whichRect,newCenterX,newCenterY) end - ----移动区域 ----@param whichRect rect ----@param newCenterLoc location -function common.MoveRectToLoc(whichRect,newCenterLoc) end - ----区域中心的 X 坐标 ----@param whichRect rect ----@return real -function common.GetRectCenterX(whichRect) end - ----区域中心的 Y 坐标 ----@param whichRect rect ----@return real -function common.GetRectCenterY(whichRect) end - ----区域最小 X 坐标 ----@param whichRect rect ----@return real -function common.GetRectMinX(whichRect) end - ----区域最小 Y 坐标 ----@param whichRect rect ----@return real -function common.GetRectMinY(whichRect) end - ----区域最大 X 坐标 ----@param whichRect rect ----@return real -function common.GetRectMaxX(whichRect) end - ----区域最大 Y 坐标 ----@param whichRect rect ----@return real -function common.GetRectMaxY(whichRect) end - ----新建区域 [R] ----@return region -function common.CreateRegion() end - ----删除不规则区域 [R] ----@param whichRegion region -function common.RemoveRegion(whichRegion) end - ----添加区域 [R] ----@param whichRegion region ----@param r rect -function common.RegionAddRect(whichRegion,r) end - ----移除区域 [R] ----@param whichRegion region ----@param r rect -function common.RegionClearRect(whichRegion,r) end - ----添加单元点(指定坐标) [R] ----@param whichRegion region ----@param x real ----@param y real -function common.RegionAddCell(whichRegion,x,y) end - ----添加单元点(指定点) [R] ----@param whichRegion region ----@param whichLocation location -function common.RegionAddCellAtLoc(whichRegion,whichLocation) end - ----移除单元点(指定坐标) [R] ----@param whichRegion region ----@param x real ----@param y real -function common.RegionClearCell(whichRegion,x,y) end - ----移除单元点(指定点) [R] ----@param whichRegion region ----@param whichLocation location -function common.RegionClearCellAtLoc(whichRegion,whichLocation) end - ----转换坐标到点 ----@param x real ----@param y real ----@return location -function common.Location(x,y) end - ----清除点 [R] ----@param whichLocation location -function common.RemoveLocation(whichLocation) end - ----移动点 [R] ----@param whichLocation location ----@param newX real ----@param newY real -function common.MoveLocation(whichLocation,newX,newY) end - ----X 坐标 ----@param whichLocation location ----@return real -function common.GetLocationX(whichLocation) end - ----Y 坐标 ----@param whichLocation location ----@return real -function common.GetLocationY(whichLocation) end - ----This function is asynchronous. The values it returns are not guaranteed synchronous between each player. ----If you attempt to use it in a synchronous manner, it may cause a desync. ----点的Z轴高度 [R] ----@param whichLocation location ----@return real -function common.GetLocationZ(whichLocation) end - ----单位检查 ----@param whichRegion region ----@param whichUnit unit ----@return boolean -function common.IsUnitInRegion(whichRegion,whichUnit) end - ----包含坐标 ----@param whichRegion region ----@param x real ----@param y real ----@return boolean -function common.IsPointInRegion(whichRegion,x,y) end - ----包含点 ----@param whichRegion region ----@param whichLocation location ----@return boolean -function common.IsLocationInRegion(whichRegion,whichLocation) end - ----Returns full map bounds, including unplayable borders, in world coordinates ----Returns full map bounds, including unplayable borders, in world coordinates ----@return rect -function common.GetWorldBounds() end - ----Native trigger interface ----新建触发 [R] ----@return trigger -function common.CreateTrigger() end - ----删除触发器 [R] ----@param whichTrigger trigger -function common.DestroyTrigger(whichTrigger) end - ----ResetTrigger ----@param whichTrigger trigger -function common.ResetTrigger(whichTrigger) end - ----打开触发器 ----@param whichTrigger trigger -function common.EnableTrigger(whichTrigger) end - ----关掉触发器 ----@param whichTrigger trigger -function common.DisableTrigger(whichTrigger) end - ----触发器打开 ----@param whichTrigger trigger ----@return boolean -function common.IsTriggerEnabled(whichTrigger) end - ----TriggerWaitOnSleeps ----@param whichTrigger trigger ----@param flag boolean -function common.TriggerWaitOnSleeps(whichTrigger,flag) end - ----IsTriggerWaitOnSleeps ----@param whichTrigger trigger ----@return boolean -function common.IsTriggerWaitOnSleeps(whichTrigger) end - ----匹配的单位 ----@return unit -function common.GetFilterUnit() end - ----选取的单位 ----@return unit -function common.GetEnumUnit() end - ----匹配的可毁坏物 ----@return destructable -function common.GetFilterDestructable() end - ----选取的可毁坏物 ----@return destructable -function common.GetEnumDestructable() end - ----匹配的物品 ----@return item -function common.GetFilterItem() end - ----选取的物品 ----@return item -function common.GetEnumItem() end - ----ParseTags ----@param taggedString string ----@return string -function common.ParseTags(taggedString) end - ----匹配的玩家 ----@return player -function common.GetFilterPlayer() end - ----选取的玩家 ----@return player -function common.GetEnumPlayer() end - ----当前触发器 ----@return trigger -function common.GetTriggeringTrigger() end - ----GetTriggerEventId ----@return eventid -function common.GetTriggerEventId() end - ----触发器赋值统计 ----@param whichTrigger trigger ----@return integer -function common.GetTriggerEvalCount(whichTrigger) end - ----触发器运行次数统计 ----@param whichTrigger trigger ----@return integer -function common.GetTriggerExecCount(whichTrigger) end - ----运行函数 [R] ----@param funcName string -function common.ExecuteFunc(funcName) end - ----Boolean Expr API ( for compositing trigger conditions and unit filter funcs...) ----@param operandA boolexpr ----@param operandB boolexpr ----@return boolexpr -function common.And(operandA,operandB) end - ----Or ----@param operandA boolexpr ----@param operandB boolexpr ----@return boolexpr -function common.Or(operandA,operandB) end - ----Not ----@param operand boolexpr ----@return boolexpr -function common.Not(operand) end - ----限制条件为 ----@param func code ----@return conditionfunc -function common.Condition(func) end - ----DestroyCondition ----@param c conditionfunc -function common.DestroyCondition(c) end - ----Filter ----@param func code ----@return filterfunc -function common.Filter(func) end - ----DestroyFilter ----@param f filterfunc -function common.DestroyFilter(f) end - ----DestroyBoolExpr ----@param e boolexpr -function common.DestroyBoolExpr(e) end - ----变量的值 ----@param whichTrigger trigger ----@param varName string ----@param opcode limitop ----@param limitval real ----@return event -function common.TriggerRegisterVariableEvent(whichTrigger,varName,opcode,limitval) end - ----Creates it's own timer and triggers when it expires ----Creates it's own timer and triggers when it expires ----@param whichTrigger trigger ----@param timeout real ----@param periodic boolean ----@return event -function common.TriggerRegisterTimerEvent(whichTrigger,timeout,periodic) end - ----Triggers when the timer you tell it about expires ----Triggers when the timer you tell it about expires ----@param whichTrigger trigger ----@param t timer ----@return event -function common.TriggerRegisterTimerExpireEvent(whichTrigger,t) end - ----TriggerRegisterGameStateEvent ----@param whichTrigger trigger ----@param whichState gamestate ----@param opcode limitop ----@param limitval real ----@return event -function common.TriggerRegisterGameStateEvent(whichTrigger,whichState,opcode,limitval) end - ----TriggerRegisterDialogEvent ----@param whichTrigger trigger ----@param whichDialog dialog ----@return event -function common.TriggerRegisterDialogEvent(whichTrigger,whichDialog) end - ----对话框按钮被点击 [R] ----@param whichTrigger trigger ----@param whichButton button ----@return event -function common.TriggerRegisterDialogButtonEvent(whichTrigger,whichButton) end - ----EVENT_GAME_STATE_LIMIT ----EVENT_GAME_STATE_LIMIT ----@return gamestate -function common.GetEventGameState() end - ----比赛游戏事件 ----@param whichTrigger trigger ----@param whichGameEvent gameevent ----@return event -function common.TriggerRegisterGameEvent(whichTrigger,whichGameEvent) end - ----EVENT_GAME_VICTORY ----EVENT_GAME_VICTORY ----@return player -function common.GetWinningPlayer() end - ----单位进入不规则区域(指定条件) [R] ----@param whichTrigger trigger ----@param whichRegion region ----@param filter boolexpr ----@return event -function common.TriggerRegisterEnterRegion(whichTrigger,whichRegion,filter) end - ----EVENT_GAME_ENTER_REGION ----触发区域 [R] ----@return region -function common.GetTriggeringRegion() end - ----正在进入的单位 ----@return unit -function common.GetEnteringUnit() end - ----单位离开不规则区域(指定条件) [R] ----@param whichTrigger trigger ----@param whichRegion region ----@param filter boolexpr ----@return event -function common.TriggerRegisterLeaveRegion(whichTrigger,whichRegion,filter) end - ----正在离开的单位 ----@return unit -function common.GetLeavingUnit() end - ----鼠标点击可追踪物 [R] ----@param whichTrigger trigger ----@param t trackable ----@return event -function common.TriggerRegisterTrackableHitEvent(whichTrigger,t) end - ----鼠标移动到追踪对象 [R] ----@param whichTrigger trigger ----@param t trackable ----@return event -function common.TriggerRegisterTrackableTrackEvent(whichTrigger,t) end - ----EVENT_COMMAND_BUTTON_CLICK ----EVENT_COMMAND_BUTTON_CLICK ----@param whichTrigger trigger ----@param whichAbility integer ----@param order string ----@return event -function common.TriggerRegisterCommandEvent(whichTrigger,whichAbility,order) end - ----TriggerRegisterUpgradeCommandEvent ----@param whichTrigger trigger ----@param whichUpgrade integer ----@return event -function common.TriggerRegisterUpgradeCommandEvent(whichTrigger,whichUpgrade) end - ----EVENT_GAME_TRACKABLE_HIT ----EVENT_GAME_TRACKABLE_TRACK ----事件响应 - 触发可追踪物 [R] ----@return trackable -function common.GetTriggeringTrackable() end - ----EVENT_DIALOG_BUTTON_CLICK ----EVENT_DIALOG_BUTTON_CLICK ----@return button -function common.GetClickedButton() end - ----GetClickedDialog ----@return dialog -function common.GetClickedDialog() end - ----EVENT_GAME_TOURNAMENT_FINISH_SOON ----比赛剩余时间 ----@return real -function common.GetTournamentFinishSoonTimeRemaining() end - ----比赛结束规则 ----@return integer -function common.GetTournamentFinishNowRule() end - ----GetTournamentFinishNowPlayer ----@return player -function common.GetTournamentFinishNowPlayer() end - ----对战比赛得分 ----@param whichPlayer player ----@return integer -function common.GetTournamentScore(whichPlayer) end - ----EVENT_GAME_SAVE ----储存游戏文件名 ----@return string -function common.GetSaveBasicFilename() end - ----TriggerRegisterPlayerEvent ----@param whichTrigger trigger ----@param whichPlayer player ----@param whichPlayerEvent playerevent ----@return event -function common.TriggerRegisterPlayerEvent(whichTrigger,whichPlayer,whichPlayerEvent) end - ----EVENT_PLAYER_DEFEAT ----EVENT_PLAYER_VICTORY ----触发玩家 ----@return player -function common.GetTriggerPlayer() end - ----TriggerRegisterPlayerUnitEvent ----@param whichTrigger trigger ----@param whichPlayer player ----@param whichPlayerUnitEvent playerunitevent ----@param filter boolexpr ----@return event -function common.TriggerRegisterPlayerUnitEvent(whichTrigger,whichPlayer,whichPlayerUnitEvent,filter) end - ----EVENT_PLAYER_HERO_LEVEL ----EVENT_UNIT_HERO_LEVEL ----英雄升级 ----@return unit -function common.GetLevelingUnit() end - ----EVENT_PLAYER_HERO_SKILL ----EVENT_UNIT_HERO_SKILL ----学习技能的英雄 ----@return unit -function common.GetLearningUnit() end - ----学习技能 [R] ----@return integer -function common.GetLearnedSkill() end - ----学习的技能的等级 ----@return integer -function common.GetLearnedSkillLevel() end - ----EVENT_PLAYER_HERO_REVIVABLE ----可复活的英雄 ----@return unit -function common.GetRevivableUnit() end - ----EVENT_PLAYER_HERO_REVIVE_START ----EVENT_PLAYER_HERO_REVIVE_CANCEL ----EVENT_PLAYER_HERO_REVIVE_FINISH ----EVENT_UNIT_HERO_REVIVE_START ----EVENT_UNIT_HERO_REVIVE_CANCEL ----EVENT_UNIT_HERO_REVIVE_FINISH ----复活英雄 ----@return unit -function common.GetRevivingUnit() end - ----EVENT_PLAYER_UNIT_ATTACKED ----攻击的单位 ----@return unit -function common.GetAttacker() end - ----EVENT_PLAYER_UNIT_RESCUED ----EVENT_PLAYER_UNIT_RESCUED ----@return unit -function common.GetRescuer() end - ----EVENT_PLAYER_UNIT_DEATH ----垂死的单位 ----@return unit -function common.GetDyingUnit() end - ----GetKillingUnit ----@return unit -function common.GetKillingUnit() end - ----EVENT_PLAYER_UNIT_DECAY ----尸体腐烂单位 ----@return unit -function common.GetDecayingUnit() end - ----EVENT_PLAYER_UNIT_CONSTRUCT_START ----正在建造的建筑 ----@return unit -function common.GetConstructingStructure() end - ----EVENT_PLAYER_UNIT_CONSTRUCT_FINISH ----EVENT_PLAYER_UNIT_CONSTRUCT_CANCEL ----取消建造中的建筑 ----@return unit -function common.GetCancelledStructure() end - ----已建造的建筑 ----@return unit -function common.GetConstructedStructure() end - ----EVENT_PLAYER_UNIT_RESEARCH_START ----EVENT_PLAYER_UNIT_RESEARCH_CANCEL ----EVENT_PLAYER_UNIT_RESEARCH_FINISH ----研究科技单位 ----@return unit -function common.GetResearchingUnit() end - ----研究的 科技-类型 ----@return integer -function common.GetResearched() end - ----EVENT_PLAYER_UNIT_TRAIN_START ----EVENT_PLAYER_UNIT_TRAIN_CANCEL ----EVENT_PLAYER_UNIT_TRAIN_FINISH ----EVENT_PLAYER_UNIT_TRAIN_FINISH ----@return integer -function common.GetTrainedUnitType() end - ----EVENT_PLAYER_UNIT_TRAIN_FINISH ----@return unit -function common.GetTrainedUnit() end - ----EVENT_PLAYER_UNIT_DETECTED ----EVENT_PLAYER_UNIT_DETECTED ----@return unit -function common.GetDetectedUnit() end - ----EVENT_PLAYER_UNIT_SUMMONED ----正在召唤的单位 ----@return unit -function common.GetSummoningUnit() end - ----已召唤单位 ----@return unit -function common.GetSummonedUnit() end - ----EVENT_PLAYER_UNIT_LOADED ----EVENT_PLAYER_UNIT_LOADED ----@return unit -function common.GetTransportUnit() end - ----GetLoadedUnit ----@return unit -function common.GetLoadedUnit() end - ----EVENT_PLAYER_UNIT_SELL ----出售单位 ----@return unit -function common.GetSellingUnit() end - ----被出售单位 ----@return unit -function common.GetSoldUnit() end - ----在购买的单位 ----@return unit -function common.GetBuyingUnit() end - ----EVENT_PLAYER_UNIT_SELL_ITEM ----卖出的物品 ----@return item -function common.GetSoldItem() end - ----EVENT_PLAYER_UNIT_CHANGE_OWNER ----改变了所有者的单位 ----@return unit -function common.GetChangingUnit() end - ----前一个所有者 ----@return player -function common.GetChangingUnitPrevOwner() end - ----EVENT_PLAYER_UNIT_DROP_ITEM ----EVENT_PLAYER_UNIT_PICKUP_ITEM ----EVENT_PLAYER_UNIT_USE_ITEM ----英雄操作物品 ----@return unit -function common.GetManipulatingUnit() end - ----物品存在操作 ----@return item -function common.GetManipulatedItem() end - ----EVENT_PLAYER_UNIT_ISSUED_ORDER ----收到命令的单位 ----@return unit -function common.GetOrderedUnit() end - ----GetIssuedOrderId ----@return integer -function common.GetIssuedOrderId() end - ----EVENT_PLAYER_UNIT_ISSUED_POINT_ORDER ----命令发布点X坐标 [R] ----@return real -function common.GetOrderPointX() end - ----命令发布点Y坐标 [R] ----@return real -function common.GetOrderPointY() end - ----目标的位置 ----@return location -function common.GetOrderPointLoc() end - ----EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER ----EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER ----@return widget -function common.GetOrderTarget() end - ----目标的可毁坏物 ----@return destructable -function common.GetOrderTargetDestructable() end - ----目标的物品 ----@return item -function common.GetOrderTargetItem() end - ----目标的单位 ----@return unit -function common.GetOrderTargetUnit() end - ----EVENT_UNIT_SPELL_CHANNEL ----EVENT_UNIT_SPELL_CAST ----EVENT_UNIT_SPELL_EFFECT ----EVENT_UNIT_SPELL_FINISH ----EVENT_UNIT_SPELL_ENDCAST ----EVENT_PLAYER_UNIT_SPELL_CHANNEL ----EVENT_PLAYER_UNIT_SPELL_CAST ----EVENT_PLAYER_UNIT_SPELL_EFFECT ----EVENT_PLAYER_UNIT_SPELL_FINISH ----EVENT_PLAYER_UNIT_SPELL_ENDCAST ----技能单位 ----@return unit -function common.GetSpellAbilityUnit() end - ----使用的技能 ----@return integer -function common.GetSpellAbilityId() end - ----使用的技能 ----@return ability -function common.GetSpellAbility() end - ----对其使用技能的目标点 ----@return location -function common.GetSpellTargetLoc() end - ----GetSpellTargetX ----@return real -function common.GetSpellTargetX() end - ----GetSpellTargetY ----@return real -function common.GetSpellTargetY() end - ----对其使用技能的目标可毁坏物 ----@return destructable -function common.GetSpellTargetDestructable() end - ----对其使用技能的目标物品 ----@return item -function common.GetSpellTargetItem() end - ----对其使用技能的目标单位 ----@return unit -function common.GetSpellTargetUnit() end - ----联盟状态改变(特殊) ----@param whichTrigger trigger ----@param whichPlayer player ----@param whichAlliance alliancetype ----@return event -function common.TriggerRegisterPlayerAllianceChange(whichTrigger,whichPlayer,whichAlliance) end - ----属性 ----@param whichTrigger trigger ----@param whichPlayer player ----@param whichState playerstate ----@param opcode limitop ----@param limitval real ----@return event -function common.TriggerRegisterPlayerStateEvent(whichTrigger,whichPlayer,whichState,opcode,limitval) end - ----EVENT_PLAYER_STATE_LIMIT ----EVENT_PLAYER_STATE_LIMIT ----@return playerstate -function common.GetEventPlayerState() end - ----玩家输入聊天信息 ----@param whichTrigger trigger ----@param whichPlayer player ----@param chatMessageToDetect string ----@param exactMatchOnly boolean ----@return event -function common.TriggerRegisterPlayerChatEvent(whichTrigger,whichPlayer,chatMessageToDetect,exactMatchOnly) end - ----returns the actual string they typed in ( same as what you registered for ----if you required exact match ) ----输入的聊天字符 ----@return string -function common.GetEventPlayerChatString() end - ----returns the string that you registered for ----匹配的聊天字符 ----@return string -function common.GetEventPlayerChatStringMatched() end - ----可毁坏物死亡 ----@param whichTrigger trigger ----@param whichWidget widget ----@return event -function common.TriggerRegisterDeathEvent(whichTrigger,whichWidget) end - ----触发单位 ----@return unit -function common.GetTriggerUnit() end - ----TriggerRegisterUnitStateEvent ----@param whichTrigger trigger ----@param whichUnit unit ----@param whichState unitstate ----@param opcode limitop ----@param limitval real ----@return event -function common.TriggerRegisterUnitStateEvent(whichTrigger,whichUnit,whichState,opcode,limitval) end - ----EVENT_UNIT_STATE_LIMIT ----EVENT_UNIT_STATE_LIMIT ----获取单位状态 ----@return unitstate -function common.GetEventUnitState() end - ----详细单位的事件 ----@param whichTrigger trigger ----@param whichUnit unit ----@param whichEvent unitevent ----@return event -function common.TriggerRegisterUnitEvent(whichTrigger,whichUnit,whichEvent) end - ----EVENT_UNIT_DAMAGED ----被伤害的生命值 ----@return real -function common.GetEventDamage() end - ----伤害来源 ----@return unit -function common.GetEventDamageSource() end - ----EVENT_UNIT_DETECTED ----EVENT_UNIT_DETECTED ----@return player -function common.GetEventDetectingPlayer() end - ----TriggerRegisterFilterUnitEvent ----@param whichTrigger trigger ----@param whichUnit unit ----@param whichEvent unitevent ----@param filter boolexpr ----@return event -function common.TriggerRegisterFilterUnitEvent(whichTrigger,whichUnit,whichEvent,filter) end - ----EVENT_UNIT_ACQUIRED_TARGET ----EVENT_UNIT_TARGET_IN_RANGE ----目标单位 ----@return unit -function common.GetEventTargetUnit() end - ----TriggerRegisterUnitInRange ----@param whichTrigger trigger ----@param whichUnit unit ----@param range real ----@param filter boolexpr ----@return event -function common.TriggerRegisterUnitInRange(whichTrigger,whichUnit,range,filter) end - ----添加触发器限制条件 ----@param whichTrigger trigger ----@param condition boolexpr ----@return triggercondition -function common.TriggerAddCondition(whichTrigger,condition) end - ----TriggerRemoveCondition ----@param whichTrigger trigger ----@param whichCondition triggercondition -function common.TriggerRemoveCondition(whichTrigger,whichCondition) end - ----TriggerClearConditions ----@param whichTrigger trigger -function common.TriggerClearConditions(whichTrigger) end - ----添加触发器动作 ----@param whichTrigger trigger ----@param actionFunc code ----@return triggeraction -function common.TriggerAddAction(whichTrigger,actionFunc) end - ----TriggerRemoveAction ----@param whichTrigger trigger ----@param whichAction triggeraction -function common.TriggerRemoveAction(whichTrigger,whichAction) end - ----TriggerClearActions ----@param whichTrigger trigger -function common.TriggerClearActions(whichTrigger) end - ----等待 ----@param timeout real -function common.TriggerSleepAction(timeout) end - ----TriggerWaitForSound ----@param s sound ----@param offset real -function common.TriggerWaitForSound(s,offset) end - ----触发器条件成立 ----@param whichTrigger trigger ----@return boolean -function common.TriggerEvaluate(whichTrigger) end - ----运行触发器 (忽略条件) ----@param whichTrigger trigger -function common.TriggerExecute(whichTrigger) end - ----TriggerExecuteWait ----@param whichTrigger trigger -function common.TriggerExecuteWait(whichTrigger) end - ----TriggerSyncStart -function common.TriggerSyncStart() end - ----TriggerSyncReady -function common.TriggerSyncReady() end - ----Widget API ----Widget API ----@param whichWidget widget ----@return real -function common.GetWidgetLife(whichWidget) end - ----SetWidgetLife ----@param whichWidget widget ----@param newLife real -function common.SetWidgetLife(whichWidget,newLife) end - ----GetWidgetX ----@param whichWidget widget ----@return real -function common.GetWidgetX(whichWidget) end - ----GetWidgetY ----@param whichWidget widget ----@return real -function common.GetWidgetY(whichWidget) end - ----GetTriggerWidget ----@return widget -function common.GetTriggerWidget() end - ----Destructable Object API ----Facing arguments are specified in degrees ----Facing arguments are specified in degrees ----@param objectid integer ----@param x real ----@param y real ----@param face real ----@param scale real ----@param variation integer ----@return destructable -function common.CreateDestructable(objectid,x,y,face,scale,variation) end - ----新建可破坏物 [R] ----@param objectid integer ----@param x real ----@param y real ----@param z real ----@param face real ----@param scale real ----@param variation integer ----@return destructable -function common.CreateDestructableZ(objectid,x,y,z,face,scale,variation) end - ----CreateDeadDestructable ----@param objectid integer ----@param x real ----@param y real ----@param face real ----@param scale real ----@param variation integer ----@return destructable -function common.CreateDeadDestructable(objectid,x,y,face,scale,variation) end - ----新建可破坏物(死亡的) [R] ----@param objectid integer ----@param x real ----@param y real ----@param z real ----@param face real ----@param scale real ----@param variation integer ----@return destructable -function common.CreateDeadDestructableZ(objectid,x,y,z,face,scale,variation) end - ----删除 可毁坏物 ----@param d destructable -function common.RemoveDestructable(d) end - ----杀死 可毁坏物 ----@param d destructable -function common.KillDestructable(d) end - ----SetDestructableInvulnerable ----@param d destructable ----@param flag boolean -function common.SetDestructableInvulnerable(d,flag) end - ----IsDestructableInvulnerable ----@param d destructable ----@return boolean -function common.IsDestructableInvulnerable(d) end - ----EnumDestructablesInRect ----@param r rect ----@param filter boolexpr ----@param actionFunc code -function common.EnumDestructablesInRect(r,filter,actionFunc) end - ----建筑的类型 ----@param d destructable ----@return integer -function common.GetDestructableTypeId(d) end - ----可破坏物所在X轴坐标 [R] ----@param d destructable ----@return real -function common.GetDestructableX(d) end - ----可破坏物所在Y轴坐标 [R] ----@param d destructable ----@return real -function common.GetDestructableY(d) end - ----设置 可毁坏物 生命 (值) ----@param d destructable ----@param life real -function common.SetDestructableLife(d,life) end - ----生命值 (可毁坏物) ----@param d destructable ----@return real -function common.GetDestructableLife(d) end - ----SetDestructableMaxLife ----@param d destructable ----@param max real -function common.SetDestructableMaxLife(d,max) end - ----最大生命值 (可毁坏物) ----@param d destructable ----@return real -function common.GetDestructableMaxLife(d) end - ----复活 可毁坏物 ----@param d destructable ----@param life real ----@param birth boolean -function common.DestructableRestoreLife(d,life,birth) end - ----QueueDestructableAnimation ----@param d destructable ----@param whichAnimation string -function common.QueueDestructableAnimation(d,whichAnimation) end - ----SetDestructableAnimation ----@param d destructable ----@param whichAnimation string -function common.SetDestructableAnimation(d,whichAnimation) end - ----改变可破坏物动画播放速度 [R] ----@param d destructable ----@param speedFactor real -function common.SetDestructableAnimationSpeed(d,speedFactor) end - ----显示/隐藏 [R] ----@param d destructable ----@param flag boolean -function common.ShowDestructable(d,flag) end - ----闭塞高度 (可毁坏物) ----@param d destructable ----@return real -function common.GetDestructableOccluderHeight(d) end - ----设置闭塞高度 ----@param d destructable ----@param height real -function common.SetDestructableOccluderHeight(d,height) end - ----可毁坏物的名字 ----@param d destructable ----@return string -function common.GetDestructableName(d) end - ----GetTriggerDestructable ----@return destructable -function common.GetTriggerDestructable() end - ----Item API ----创建 ----@param itemid integer ----@param x real ----@param y real ----@return item -function common.CreateItem(itemid,x,y) end - ----删除物品 ----@param whichItem item -function common.RemoveItem(whichItem) end - ----物品的所有者 ----@param whichItem item ----@return player -function common.GetItemPlayer(whichItem) end - ----物品的类别 ----@param i item ----@return integer -function common.GetItemTypeId(i) end - ----物品的X轴坐标 [R] ----@param i item ----@return real -function common.GetItemX(i) end - ----物品的Y轴坐标 [R] ----@param i item ----@return real -function common.GetItemY(i) end - ----移动物品到坐标(立即)(指定坐标) [R] ----@param i item ----@param x real ----@param y real -function common.SetItemPosition(i,x,y) end - ----SetItemDropOnDeath ----@param whichItem item ----@param flag boolean -function common.SetItemDropOnDeath(whichItem,flag) end - ----SetItemDroppable ----@param i item ----@param flag boolean -function common.SetItemDroppable(i,flag) end - ----设置物品能否变卖 ----@param i item ----@param flag boolean -function common.SetItemPawnable(i,flag) end - ----SetItemPlayer ----@param whichItem item ----@param whichPlayer player ----@param changeColor boolean -function common.SetItemPlayer(whichItem,whichPlayer,changeColor) end - ----SetItemInvulnerable ----@param whichItem item ----@param flag boolean -function common.SetItemInvulnerable(whichItem,flag) end - ----物品是无敌的 ----@param whichItem item ----@return boolean -function common.IsItemInvulnerable(whichItem) end - ----显示/隐藏 [R] ----@param whichItem item ----@param show boolean -function common.SetItemVisible(whichItem,show) end - ----物品可见 [R] ----@param whichItem item ----@return boolean -function common.IsItemVisible(whichItem) end - ----物品所有者 ----@param whichItem item ----@return boolean -function common.IsItemOwned(whichItem) end - ----物品是拾取时自动使用的 [R] ----@param whichItem item ----@return boolean -function common.IsItemPowerup(whichItem) end - ----物品可被市场随机出售 [R] ----@param whichItem item ----@return boolean -function common.IsItemSellable(whichItem) end - ----物品可被抵押 [R] ----@param whichItem item ----@return boolean -function common.IsItemPawnable(whichItem) end - ----IsItemIdPowerup ----@param itemId integer ----@return boolean -function common.IsItemIdPowerup(itemId) end - ----IsItemIdSellable ----@param itemId integer ----@return boolean -function common.IsItemIdSellable(itemId) end - ----IsItemIdPawnable ----@param itemId integer ----@return boolean -function common.IsItemIdPawnable(itemId) end - ----EnumItemsInRect ----@param r rect ----@param filter boolexpr ----@param actionFunc code -function common.EnumItemsInRect(r,filter,actionFunc) end - ----物品等级 ----@param whichItem item ----@return integer -function common.GetItemLevel(whichItem) end - ----GetItemType ----@param whichItem item ----@return itemtype -function common.GetItemType(whichItem) end - ----设置重生神符的产生单位类型 ----@param whichItem item ----@param unitId integer -function common.SetItemDropID(whichItem,unitId) end - ----物品名 ----@param whichItem item ----@return string -function common.GetItemName(whichItem) end - ----物品的数量 ----@param whichItem item ----@return integer -function common.GetItemCharges(whichItem) end - ----设置物品数量[使用次数] ----@param whichItem item ----@param charges integer -function common.SetItemCharges(whichItem,charges) end - ----物品自定义值 ----@param whichItem item ----@return integer -function common.GetItemUserData(whichItem) end - ----设置物品自定义数据 ----@param whichItem item ----@param data integer -function common.SetItemUserData(whichItem,data) end - ----Unit API ----Facing arguments are specified in degrees ----新建单位(指定坐标) [R] ----@param id player ----@param unitid integer ----@param x real ----@param y real ----@param face real ----@return unit -function common.CreateUnit(id,unitid,x,y,face) end - ----CreateUnitByName ----@param whichPlayer player ----@param unitname string ----@param x real ----@param y real ----@param face real ----@return unit -function common.CreateUnitByName(whichPlayer,unitname,x,y,face) end - ----新建单位(指定点) [R] ----@param id player ----@param unitid integer ----@param whichLocation location ----@param face real ----@return unit -function common.CreateUnitAtLoc(id,unitid,whichLocation,face) end - ----CreateUnitAtLocByName ----@param id player ----@param unitname string ----@param whichLocation location ----@param face real ----@return unit -function common.CreateUnitAtLocByName(id,unitname,whichLocation,face) end - ----新建尸体 [R] ----@param whichPlayer player ----@param unitid integer ----@param x real ----@param y real ----@param face real ----@return unit -function common.CreateCorpse(whichPlayer,unitid,x,y,face) end - ----杀死单位 ----@param whichUnit unit -function common.KillUnit(whichUnit) end - ----删除单位 ----@param whichUnit unit -function common.RemoveUnit(whichUnit) end - ----显示/隐藏 [R] ----@param whichUnit unit ----@param show boolean -function common.ShowUnit(whichUnit,show) end - ----设置单位属性 [R] ----@param whichUnit unit ----@param whichUnitState unitstate ----@param newVal real -function common.SetUnitState(whichUnit,whichUnitState,newVal) end - ----设置X坐标 [R] ----@param whichUnit unit ----@param newX real -function common.SetUnitX(whichUnit,newX) end - ----设置Y坐标 [R] ----@param whichUnit unit ----@param newY real -function common.SetUnitY(whichUnit,newY) end - ----移动单位(立即)(指定坐标) [R] ----@param whichUnit unit ----@param newX real ----@param newY real -function common.SetUnitPosition(whichUnit,newX,newY) end - ----移动单位 (立刻) ----@param whichUnit unit ----@param whichLocation location -function common.SetUnitPositionLoc(whichUnit,whichLocation) end - ----设置单位面向角度 [R] ----@param whichUnit unit ----@param facingAngle real -function common.SetUnitFacing(whichUnit,facingAngle) end - ----设置单位面对角度 ----@param whichUnit unit ----@param facingAngle real ----@param duration real -function common.SetUnitFacingTimed(whichUnit,facingAngle,duration) end - ----设置单位移动速度 ----@param whichUnit unit ----@param newSpeed real -function common.SetUnitMoveSpeed(whichUnit,newSpeed) end - ----SetUnitFlyHeight ----@param whichUnit unit ----@param newHeight real ----@param rate real -function common.SetUnitFlyHeight(whichUnit,newHeight,rate) end - ----SetUnitTurnSpeed ----@param whichUnit unit ----@param newTurnSpeed real -function common.SetUnitTurnSpeed(whichUnit,newTurnSpeed) end - ----改变单位转向角度(弧度制) [R] ----@param whichUnit unit ----@param newPropWindowAngle real -function common.SetUnitPropWindow(whichUnit,newPropWindowAngle) end - ----SetUnitAcquireRange ----@param whichUnit unit ----@param newAcquireRange real -function common.SetUnitAcquireRange(whichUnit,newAcquireRange) end - ----锁定指定单位的警戒点 [R] ----@param whichUnit unit ----@param creepGuard boolean -function common.SetUnitCreepGuard(whichUnit,creepGuard) end - ----单位射程 (当前) ----@param whichUnit unit ----@return real -function common.GetUnitAcquireRange(whichUnit) end - ----转向速度 (当前) ----@param whichUnit unit ----@return real -function common.GetUnitTurnSpeed(whichUnit) end - ----当前转向角度(弧度制) [R] ----@param whichUnit unit ----@return real -function common.GetUnitPropWindow(whichUnit) end - ----飞行高度 (当前) ----@param whichUnit unit ----@return real -function common.GetUnitFlyHeight(whichUnit) end - ----单位射程 (默认) ----@param whichUnit unit ----@return real -function common.GetUnitDefaultAcquireRange(whichUnit) end - ----转向速度 (默认) ----@param whichUnit unit ----@return real -function common.GetUnitDefaultTurnSpeed(whichUnit) end - ----GetUnitDefaultPropWindow ----@param whichUnit unit ----@return real -function common.GetUnitDefaultPropWindow(whichUnit) end - ----飞行高度 (默认) ----@param whichUnit unit ----@return real -function common.GetUnitDefaultFlyHeight(whichUnit) end - ----改变单位所有者 ----@param whichUnit unit ----@param whichPlayer player ----@param changeColor boolean -function common.SetUnitOwner(whichUnit,whichPlayer,changeColor) end - ----改变单位颜色 ----@param whichUnit unit ----@param whichColor playercolor -function common.SetUnitColor(whichUnit,whichColor) end - ----改变单位尺寸(按倍数) [R] ----@param whichUnit unit ----@param scaleX real ----@param scaleY real ----@param scaleZ real -function common.SetUnitScale(whichUnit,scaleX,scaleY,scaleZ) end - ----改变单位动画播放速度(按倍数) [R] ----@param whichUnit unit ----@param timeScale real -function common.SetUnitTimeScale(whichUnit,timeScale) end - ----SetUnitBlendTime ----@param whichUnit unit ----@param blendTime real -function common.SetUnitBlendTime(whichUnit,blendTime) end - ----改变单位的颜色(RGB:0-255) [R] ----@param whichUnit unit ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.SetUnitVertexColor(whichUnit,red,green,blue,alpha) end - ----QueueUnitAnimation ----@param whichUnit unit ----@param whichAnimation string -function common.QueueUnitAnimation(whichUnit,whichAnimation) end - ----播放单位动作 ----@param whichUnit unit ----@param whichAnimation string -function common.SetUnitAnimation(whichUnit,whichAnimation) end - ----播放单位指定序号动动作 [R] ----@param whichUnit unit ----@param whichAnimation integer -function common.SetUnitAnimationByIndex(whichUnit,whichAnimation) end - ----播放单位动作 (指定概率) ----@param whichUnit unit ----@param whichAnimation string ----@param rarity raritycontrol -function common.SetUnitAnimationWithRarity(whichUnit,whichAnimation,rarity) end - ----添加/删除 单位动画附加名 [R] ----@param whichUnit unit ----@param animProperties string ----@param add boolean -function common.AddUnitAnimationProperties(whichUnit,animProperties,add) end - ----锁定单位脸面对方向 ----@param whichUnit unit ----@param whichBone string ----@param lookAtTarget unit ----@param offsetX real ----@param offsetY real ----@param offsetZ real -function common.SetUnitLookAt(whichUnit,whichBone,lookAtTarget,offsetX,offsetY,offsetZ) end - ----重置单位面对方向 ----@param whichUnit unit -function common.ResetUnitLookAt(whichUnit) end - ----设置可否营救(对玩家) [R] ----@param whichUnit unit ----@param byWhichPlayer player ----@param flag boolean -function common.SetUnitRescuable(whichUnit,byWhichPlayer,flag) end - ----设置营救单位的营救距离 ----@param whichUnit unit ----@param range real -function common.SetUnitRescueRange(whichUnit,range) end - ----设置英雄力量 [R] ----@param whichHero unit ----@param newStr integer ----@param permanent boolean -function common.SetHeroStr(whichHero,newStr,permanent) end - ----设置英雄敏捷 [R] ----@param whichHero unit ----@param newAgi integer ----@param permanent boolean -function common.SetHeroAgi(whichHero,newAgi,permanent) end - ----设置英雄智力 [R] ----@param whichHero unit ----@param newInt integer ----@param permanent boolean -function common.SetHeroInt(whichHero,newInt,permanent) end - ----英雄力量 [R] ----@param whichHero unit ----@param includeBonuses boolean ----@return integer -function common.GetHeroStr(whichHero,includeBonuses) end - ----英雄敏捷 [R] ----@param whichHero unit ----@param includeBonuses boolean ----@return integer -function common.GetHeroAgi(whichHero,includeBonuses) end - ----英雄智力 [R] ----@param whichHero unit ----@param includeBonuses boolean ----@return integer -function common.GetHeroInt(whichHero,includeBonuses) end - ----降低等级 [R] ----@param whichHero unit ----@param howManyLevels integer ----@return boolean -function common.UnitStripHeroLevel(whichHero,howManyLevels) end - ----英雄的经验值 ----@param whichHero unit ----@return integer -function common.GetHeroXP(whichHero) end - ----设置英雄经验值 ----@param whichHero unit ----@param newXpVal integer ----@param showEyeCandy boolean -function common.SetHeroXP(whichHero,newXpVal,showEyeCandy) end - ----未用完的技能点数 ----@param whichHero unit ----@return integer -function common.GetHeroSkillPoints(whichHero) end - ----添加剩余技能点 [R] ----@param whichHero unit ----@param skillPointDelta integer ----@return boolean -function common.UnitModifySkillPoints(whichHero,skillPointDelta) end - ----增加经验值 [R] ----@param whichHero unit ----@param xpToAdd integer ----@param showEyeCandy boolean -function common.AddHeroXP(whichHero,xpToAdd,showEyeCandy) end - ----设置英雄等级 ----@param whichHero unit ----@param level integer ----@param showEyeCandy boolean -function common.SetHeroLevel(whichHero,level,showEyeCandy) end - ----英雄等级 ----@param whichHero unit ----@return integer -function common.GetHeroLevel(whichHero) end - ----单位等级 ----@param whichUnit unit ----@return integer -function common.GetUnitLevel(whichUnit) end - ----英雄的姓名 ----@param whichHero unit ----@return string -function common.GetHeroProperName(whichHero) end - ----允许/禁止经验获取 [R] ----@param whichHero unit ----@param flag boolean -function common.SuspendHeroXP(whichHero,flag) end - ----英雄获得经验值 ----@param whichHero unit ----@return boolean -function common.IsSuspendedXP(whichHero) end - ----英雄学习技能 ----@param whichHero unit ----@param abilcode integer -function common.SelectHeroSkill(whichHero,abilcode) end - ----单位技能等级 [R] ----@param whichUnit unit ----@param abilcode integer ----@return integer -function common.GetUnitAbilityLevel(whichUnit,abilcode) end - ----降低技能等级 [R] ----@param whichUnit unit ----@param abilcode integer ----@return integer -function common.DecUnitAbilityLevel(whichUnit,abilcode) end - ----提升技能等级 [R] ----@param whichUnit unit ----@param abilcode integer ----@return integer -function common.IncUnitAbilityLevel(whichUnit,abilcode) end - ----设置技能等级 [R] ----@param whichUnit unit ----@param abilcode integer ----@param level integer ----@return integer -function common.SetUnitAbilityLevel(whichUnit,abilcode,level) end - ----立即复活(指定坐标) [R] ----@param whichHero unit ----@param x real ----@param y real ----@param doEyecandy boolean ----@return boolean -function common.ReviveHero(whichHero,x,y,doEyecandy) end - ----复活英雄(立即) ----@param whichHero unit ----@param loc location ----@param doEyecandy boolean ----@return boolean -function common.ReviveHeroLoc(whichHero,loc,doEyecandy) end - ----SetUnitExploded ----@param whichUnit unit ----@param exploded boolean -function common.SetUnitExploded(whichUnit,exploded) end - ----设置单位 无敌/可攻击 ----@param whichUnit unit ----@param flag boolean -function common.SetUnitInvulnerable(whichUnit,flag) end - ----暂停/恢复 [R] ----@param whichUnit unit ----@param flag boolean -function common.PauseUnit(whichUnit,flag) end - ----IsUnitPaused ----@param whichHero unit ----@return boolean -function common.IsUnitPaused(whichHero) end - ----设置碰撞 打开/关闭 ----@param whichUnit unit ----@param flag boolean -function common.SetUnitPathing(whichUnit,flag) end - ----清除所有选定 -function common.ClearSelection() end - ----SelectUnit ----@param whichUnit unit ----@param flag boolean -function common.SelectUnit(whichUnit,flag) end - ----单位的 附加值 ----@param whichUnit unit ----@return integer -function common.GetUnitPointValue(whichUnit) end - ----单位-类型的 附加值 ----@param unitType integer ----@return integer -function common.GetUnitPointValueByType(unitType) end - ----给予物品 [R] ----@param whichUnit unit ----@param whichItem item ----@return boolean -function common.UnitAddItem(whichUnit,whichItem) end - ----UnitAddItemById ----@param whichUnit unit ----@param itemId integer ----@return item -function common.UnitAddItemById(whichUnit,itemId) end - ----新建物品到指定物品栏 [R] ----@param whichUnit unit ----@param itemId integer ----@param itemSlot integer ----@return boolean -function common.UnitAddItemToSlotById(whichUnit,itemId,itemSlot) end - ----UnitRemoveItem ----@param whichUnit unit ----@param whichItem item -function common.UnitRemoveItem(whichUnit,whichItem) end - ----UnitRemoveItemFromSlot ----@param whichUnit unit ----@param itemSlot integer ----@return item -function common.UnitRemoveItemFromSlot(whichUnit,itemSlot) end - ----英雄已有物品 ----@param whichUnit unit ----@param whichItem item ----@return boolean -function common.UnitHasItem(whichUnit,whichItem) end - ----单位持有物品 ----@param whichUnit unit ----@param itemSlot integer ----@return item -function common.UnitItemInSlot(whichUnit,itemSlot) end - ----UnitInventorySize ----@param whichUnit unit ----@return integer -function common.UnitInventorySize(whichUnit) end - ----发布丢弃物品命令(指定坐标) [R] ----@param whichUnit unit ----@param whichItem item ----@param x real ----@param y real ----@return boolean -function common.UnitDropItemPoint(whichUnit,whichItem,x,y) end - ----移动物品到物品栏 [R] ----@param whichUnit unit ----@param whichItem item ----@param slot integer ----@return boolean -function common.UnitDropItemSlot(whichUnit,whichItem,slot) end - ----UnitDropItemTarget ----@param whichUnit unit ----@param whichItem item ----@param target widget ----@return boolean -function common.UnitDropItemTarget(whichUnit,whichItem,target) end - ----使用物品 ----@param whichUnit unit ----@param whichItem item ----@return boolean -function common.UnitUseItem(whichUnit,whichItem) end - ----使用物品(指定坐标) ----@param whichUnit unit ----@param whichItem item ----@param x real ----@param y real ----@return boolean -function common.UnitUseItemPoint(whichUnit,whichItem,x,y) end - ----对单位使用物品 ----@param whichUnit unit ----@param whichItem item ----@param target widget ----@return boolean -function common.UnitUseItemTarget(whichUnit,whichItem,target) end - ----单位所在X轴坐标 [R] ----@param whichUnit unit ----@return real -function common.GetUnitX(whichUnit) end - ----单位所在Y轴坐标 [R] ----@param whichUnit unit ----@return real -function common.GetUnitY(whichUnit) end - ----单位的位置 ----@param whichUnit unit ----@return location -function common.GetUnitLoc(whichUnit) end - ----单位面向角度 ----@param whichUnit unit ----@return real -function common.GetUnitFacing(whichUnit) end - ----单位移动速度 (当前) ----@param whichUnit unit ----@return real -function common.GetUnitMoveSpeed(whichUnit) end - ----单位移动速度 (默认) ----@param whichUnit unit ----@return real -function common.GetUnitDefaultMoveSpeed(whichUnit) end - ----属性 [R] ----@param whichUnit unit ----@param whichUnitState unitstate ----@return real -function common.GetUnitState(whichUnit,whichUnitState) end - ----单位的所有者 ----@param whichUnit unit ----@return player -function common.GetOwningPlayer(whichUnit) end - ----单位的类型 ----@param whichUnit unit ----@return integer -function common.GetUnitTypeId(whichUnit) end - ----单位的种族 ----@param whichUnit unit ----@return race -function common.GetUnitRace(whichUnit) end - ----单位名字 ----@param whichUnit unit ----@return string -function common.GetUnitName(whichUnit) end - ----GetUnitFoodUsed ----@param whichUnit unit ----@return integer -function common.GetUnitFoodUsed(whichUnit) end - ----GetUnitFoodMade ----@param whichUnit unit ----@return integer -function common.GetUnitFoodMade(whichUnit) end - ----单位-类型 提供的人口 ----@param unitId integer ----@return integer -function common.GetFoodMade(unitId) end - ----单位-类型 使用的人口 ----@param unitId integer ----@return integer -function common.GetFoodUsed(unitId) end - ----允许/禁止 人口占用 [R] ----@param whichUnit unit ----@param useFood boolean -function common.SetUnitUseFood(whichUnit,useFood) end - ----聚集点 ----@param whichUnit unit ----@return location -function common.GetUnitRallyPoint(whichUnit) end - ----拥有源聚集点单位 ----@param whichUnit unit ----@return unit -function common.GetUnitRallyUnit(whichUnit) end - ----单位 聚集点 ----@param whichUnit unit ----@return destructable -function common.GetUnitRallyDestructable(whichUnit) end - ----单位在 单位组 ----@param whichUnit unit ----@param whichGroup group ----@return boolean -function common.IsUnitInGroup(whichUnit,whichGroup) end - ----是玩家组里玩家的单位 ----@param whichUnit unit ----@param whichForce force ----@return boolean -function common.IsUnitInForce(whichUnit,whichForce) end - ----是玩家的单位 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitOwnedByPlayer(whichUnit,whichPlayer) end - ----单位所属玩家的同盟玩家 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitAlly(whichUnit,whichPlayer) end - ----单位所属玩家的敌对玩家 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitEnemy(whichUnit,whichPlayer) end - ----单位对于玩家可见 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitVisible(whichUnit,whichPlayer) end - ----被检测到 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitDetected(whichUnit,whichPlayer) end - ----单位对于玩家不可见 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitInvisible(whichUnit,whichPlayer) end - ----单位被战争迷雾遮挡 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitFogged(whichUnit,whichPlayer) end - ----单位被黑色阴影遮挡 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitMasked(whichUnit,whichPlayer) end - ----玩家已选定单位 ----@param whichUnit unit ----@param whichPlayer player ----@return boolean -function common.IsUnitSelected(whichUnit,whichPlayer) end - ----单位种族检查 ----@param whichUnit unit ----@param whichRace race ----@return boolean -function common.IsUnitRace(whichUnit,whichRace) end - ----检查单位 分类 ----@param whichUnit unit ----@param whichUnitType unittype ----@return boolean -function common.IsUnitType(whichUnit,whichUnitType) end - ----IsUnit ----@param whichUnit unit ----@param whichSpecifiedUnit unit ----@return boolean -function common.IsUnit(whichUnit,whichSpecifiedUnit) end - ----在指定单位范围内 [R] ----@param whichUnit unit ----@param otherUnit unit ----@param distance real ----@return boolean -function common.IsUnitInRange(whichUnit,otherUnit,distance) end - ----在指定坐标范围内 [R] ----@param whichUnit unit ----@param x real ----@param y real ----@param distance real ----@return boolean -function common.IsUnitInRangeXY(whichUnit,x,y,distance) end - ----在指定点范围内 [R] ----@param whichUnit unit ----@param whichLocation location ----@param distance real ----@return boolean -function common.IsUnitInRangeLoc(whichUnit,whichLocation,distance) end - ----IsUnitHidden ----@param whichUnit unit ----@return boolean -function common.IsUnitHidden(whichUnit) end - ----IsUnitIllusion ----@param whichUnit unit ----@return boolean -function common.IsUnitIllusion(whichUnit) end - ----IsUnitInTransport ----@param whichUnit unit ----@param whichTransport unit ----@return boolean -function common.IsUnitInTransport(whichUnit,whichTransport) end - ----IsUnitLoaded ----@param whichUnit unit ----@return boolean -function common.IsUnitLoaded(whichUnit) end - ----单位类型是英雄单位 ----@param unitId integer ----@return boolean -function common.IsHeroUnitId(unitId) end - ----检查单位-类型 分类 ----@param unitId integer ----@param whichUnitType unittype ----@return boolean -function common.IsUnitIdType(unitId,whichUnitType) end - ----共享视野 [R] ----@param whichUnit unit ----@param whichPlayer player ----@param share boolean -function common.UnitShareVision(whichUnit,whichPlayer,share) end - ----暂停尸体腐烂 [R] ----@param whichUnit unit ----@param suspend boolean -function common.UnitSuspendDecay(whichUnit,suspend) end - ----添加类别 [R] ----@param whichUnit unit ----@param whichUnitType unittype ----@return boolean -function common.UnitAddType(whichUnit,whichUnitType) end - ----删除类别 [R] ----@param whichUnit unit ----@param whichUnitType unittype ----@return boolean -function common.UnitRemoveType(whichUnit,whichUnitType) end - ----添加技能 [R] ----@param whichUnit unit ----@param abilityId integer ----@return boolean -function common.UnitAddAbility(whichUnit,abilityId) end - ----删除技能 [R] ----@param whichUnit unit ----@param abilityId integer ----@return boolean -function common.UnitRemoveAbility(whichUnit,abilityId) end - ----设置技能永久性 [R] ----@param whichUnit unit ----@param permanent boolean ----@param abilityId integer ----@return boolean -function common.UnitMakeAbilityPermanent(whichUnit,permanent,abilityId) end - ----删除魔法效果(指定极性) [R] ----@param whichUnit unit ----@param removePositive boolean ----@param removeNegative boolean -function common.UnitRemoveBuffs(whichUnit,removePositive,removeNegative) end - ----删除魔法效果(详细类别) [R] ----@param whichUnit unit ----@param removePositive boolean ----@param removeNegative boolean ----@param magic boolean ----@param physical boolean ----@param timedLife boolean ----@param aura boolean ----@param autoDispel boolean -function common.UnitRemoveBuffsEx(whichUnit,removePositive,removeNegative,magic,physical,timedLife,aura,autoDispel) end - ----UnitHasBuffsEx ----@param whichUnit unit ----@param removePositive boolean ----@param removeNegative boolean ----@param magic boolean ----@param physical boolean ----@param timedLife boolean ----@param aura boolean ----@param autoDispel boolean ----@return boolean -function common.UnitHasBuffsEx(whichUnit,removePositive,removeNegative,magic,physical,timedLife,aura,autoDispel) end - ----拥有Buff数量 [R] ----@param whichUnit unit ----@param removePositive boolean ----@param removeNegative boolean ----@param magic boolean ----@param physical boolean ----@param timedLife boolean ----@param aura boolean ----@param autoDispel boolean ----@return integer -function common.UnitCountBuffsEx(whichUnit,removePositive,removeNegative,magic,physical,timedLife,aura,autoDispel) end - ----UnitAddSleep ----@param whichUnit unit ----@param add boolean -function common.UnitAddSleep(whichUnit,add) end - ----UnitCanSleep ----@param whichUnit unit ----@return boolean -function common.UnitCanSleep(whichUnit) end - ----设置单位睡眠(无论何时) ----@param whichUnit unit ----@param add boolean -function common.UnitAddSleepPerm(whichUnit,add) end - ----单位在睡觉 ----@param whichUnit unit ----@return boolean -function common.UnitCanSleepPerm(whichUnit) end - ----UnitIsSleeping ----@param whichUnit unit ----@return boolean -function common.UnitIsSleeping(whichUnit) end - ----UnitWakeUp ----@param whichUnit unit -function common.UnitWakeUp(whichUnit) end - ----设置生命周期 [R] ----@param whichUnit unit ----@param buffId integer ----@param duration real -function common.UnitApplyTimedLife(whichUnit,buffId,duration) end - ----UnitIgnoreAlarm ----@param whichUnit unit ----@param flag boolean ----@return boolean -function common.UnitIgnoreAlarm(whichUnit,flag) end - ----UnitIgnoreAlarmToggled ----@param whichUnit unit ----@return boolean -function common.UnitIgnoreAlarmToggled(whichUnit) end - ----重设单位技能Cooldown ----@param whichUnit unit -function common.UnitResetCooldown(whichUnit) end - ----设置建筑物 建筑升级比 ----@param whichUnit unit ----@param constructionPercentage integer -function common.UnitSetConstructionProgress(whichUnit,constructionPercentage) end - ----设置建筑物 科技升级比 ----@param whichUnit unit ----@param upgradePercentage integer -function common.UnitSetUpgradeProgress(whichUnit,upgradePercentage) end - ----暂停/恢复生命周期 [R] ----@param whichUnit unit ----@param flag boolean -function common.UnitPauseTimedLife(whichUnit,flag) end - ----UnitSetUsesAltIcon ----@param whichUnit unit ----@param flag boolean -function common.UnitSetUsesAltIcon(whichUnit,flag) end - ----伤害区域 [R] ----@param whichUnit unit ----@param delay real ----@param radius real ----@param x real ----@param y real ----@param amount real ----@param attack boolean ----@param ranged boolean ----@param attackType attacktype ----@param damageType damagetype ----@param weaponType weapontype ----@return boolean -function common.UnitDamagePoint(whichUnit,delay,radius,x,y,amount,attack,ranged,attackType,damageType,weaponType) end - ----伤害目标 [R] ----@param whichUnit unit ----@param target widget ----@param amount real ----@param attack boolean ----@param ranged boolean ----@param attackType attacktype ----@param damageType damagetype ----@param weaponType weapontype ----@return boolean -function common.UnitDamageTarget(whichUnit,target,amount,attack,ranged,attackType,damageType,weaponType) end - ----给单位发送命令到 没有目标 ----@param whichUnit unit ----@param order string ----@return boolean -function common.IssueImmediateOrder(whichUnit,order) end - ----发布命令(无目标)(ID) ----@param whichUnit unit ----@param order integer ----@return boolean -function common.IssueImmediateOrderById(whichUnit,order) end - ----发布命令(指定坐标) ----@param whichUnit unit ----@param order string ----@param x real ----@param y real ----@return boolean -function common.IssuePointOrder(whichUnit,order,x,y) end - ----给单位发送命令到 点 ----@param whichUnit unit ----@param order string ----@param whichLocation location ----@return boolean -function common.IssuePointOrderLoc(whichUnit,order,whichLocation) end - ----发布命令(指定坐标)(ID) ----@param whichUnit unit ----@param order integer ----@param x real ----@param y real ----@return boolean -function common.IssuePointOrderById(whichUnit,order,x,y) end - ----发布命令(指定点)(ID) ----@param whichUnit unit ----@param order integer ----@param whichLocation location ----@return boolean -function common.IssuePointOrderByIdLoc(whichUnit,order,whichLocation) end - ----给单位发送命令到 单位 ----@param whichUnit unit ----@param order string ----@param targetWidget widget ----@return boolean -function common.IssueTargetOrder(whichUnit,order,targetWidget) end - ----发布命令(指定单位)(ID) ----@param whichUnit unit ----@param order integer ----@param targetWidget widget ----@return boolean -function common.IssueTargetOrderById(whichUnit,order,targetWidget) end - ----IssueInstantPointOrder ----@param whichUnit unit ----@param order string ----@param x real ----@param y real ----@param instantTargetWidget widget ----@return boolean -function common.IssueInstantPointOrder(whichUnit,order,x,y,instantTargetWidget) end - ----IssueInstantPointOrderById ----@param whichUnit unit ----@param order integer ----@param x real ----@param y real ----@param instantTargetWidget widget ----@return boolean -function common.IssueInstantPointOrderById(whichUnit,order,x,y,instantTargetWidget) end - ----IssueInstantTargetOrder ----@param whichUnit unit ----@param order string ----@param targetWidget widget ----@param instantTargetWidget widget ----@return boolean -function common.IssueInstantTargetOrder(whichUnit,order,targetWidget,instantTargetWidget) end - ----IssueInstantTargetOrderById ----@param whichUnit unit ----@param order integer ----@param targetWidget widget ----@param instantTargetWidget widget ----@return boolean -function common.IssueInstantTargetOrderById(whichUnit,order,targetWidget,instantTargetWidget) end - ----IssueBuildOrder ----@param whichPeon unit ----@param unitToBuild string ----@param x real ----@param y real ----@return boolean -function common.IssueBuildOrder(whichPeon,unitToBuild,x,y) end - ----发布建造命令(指定坐标) [R] ----@param whichPeon unit ----@param unitId integer ----@param x real ----@param y real ----@return boolean -function common.IssueBuildOrderById(whichPeon,unitId,x,y) end - ----发布中介命令(无目标) ----@param forWhichPlayer player ----@param neutralStructure unit ----@param unitToBuild string ----@return boolean -function common.IssueNeutralImmediateOrder(forWhichPlayer,neutralStructure,unitToBuild) end - ----发布中介命令(无目标)(ID) ----@param forWhichPlayer player ----@param neutralStructure unit ----@param unitId integer ----@return boolean -function common.IssueNeutralImmediateOrderById(forWhichPlayer,neutralStructure,unitId) end - ----发布中介命令(指定坐标) ----@param forWhichPlayer player ----@param neutralStructure unit ----@param unitToBuild string ----@param x real ----@param y real ----@return boolean -function common.IssueNeutralPointOrder(forWhichPlayer,neutralStructure,unitToBuild,x,y) end - ----发布中介命令(指定坐标)(ID) ----@param forWhichPlayer player ----@param neutralStructure unit ----@param unitId integer ----@param x real ----@param y real ----@return boolean -function common.IssueNeutralPointOrderById(forWhichPlayer,neutralStructure,unitId,x,y) end - ----发布中介命令(指定单位) ----@param forWhichPlayer player ----@param neutralStructure unit ----@param unitToBuild string ----@param target widget ----@return boolean -function common.IssueNeutralTargetOrder(forWhichPlayer,neutralStructure,unitToBuild,target) end - ----发布中介命令(指定单位)(ID) ----@param forWhichPlayer player ----@param neutralStructure unit ----@param unitId integer ----@param target widget ----@return boolean -function common.IssueNeutralTargetOrderById(forWhichPlayer,neutralStructure,unitId,target) end - ----单位当前的命令 ----@param whichUnit unit ----@return integer -function common.GetUnitCurrentOrder(whichUnit) end - ----设置金矿资源 ----@param whichUnit unit ----@param amount integer -function common.SetResourceAmount(whichUnit,amount) end - ----添加金矿资源 ----@param whichUnit unit ----@param amount integer -function common.AddResourceAmount(whichUnit,amount) end - ----黄金资源数量 ----@param whichUnit unit ----@return integer -function common.GetResourceAmount(whichUnit) end - ----传送门目的地X坐标 ----@param waygate unit ----@return real -function common.WaygateGetDestinationX(waygate) end - ----传送门目的地Y坐标 ----@param waygate unit ----@return real -function common.WaygateGetDestinationY(waygate) end - ----设置传送门目的坐标 [R] ----@param waygate unit ----@param x real ----@param y real -function common.WaygateSetDestination(waygate,x,y) end - ----WaygateActivate ----@param waygate unit ----@param activate boolean -function common.WaygateActivate(waygate,activate) end - ----WaygateIsActive ----@param waygate unit ----@return boolean -function common.WaygateIsActive(waygate) end - ----增加 物品-类型 (到所有商店) ----@param itemId integer ----@param currentStock integer ----@param stockMax integer -function common.AddItemToAllStock(itemId,currentStock,stockMax) end - ----AddItemToStock ----@param whichUnit unit ----@param itemId integer ----@param currentStock integer ----@param stockMax integer -function common.AddItemToStock(whichUnit,itemId,currentStock,stockMax) end - ----增加 单位-类型 (到所有商店) ----@param unitId integer ----@param currentStock integer ----@param stockMax integer -function common.AddUnitToAllStock(unitId,currentStock,stockMax) end - ----AddUnitToStock ----@param whichUnit unit ----@param unitId integer ----@param currentStock integer ----@param stockMax integer -function common.AddUnitToStock(whichUnit,unitId,currentStock,stockMax) end - ----删除 物品-类型 (从所有商店) ----@param itemId integer -function common.RemoveItemFromAllStock(itemId) end - ----RemoveItemFromStock ----@param whichUnit unit ----@param itemId integer -function common.RemoveItemFromStock(whichUnit,itemId) end - ----删除 单位-类型 (从所有商店) ----@param unitId integer -function common.RemoveUnitFromAllStock(unitId) end - ----RemoveUnitFromStock ----@param whichUnit unit ----@param unitId integer -function common.RemoveUnitFromStock(whichUnit,unitId) end - ----限制物品的位置 (从所有商店) ----@param slots integer -function common.SetAllItemTypeSlots(slots) end - ----限制单位的位置 (从所有商店) ----@param slots integer -function common.SetAllUnitTypeSlots(slots) end - ----限制物品的位置 (从商店) ----@param whichUnit unit ----@param slots integer -function common.SetItemTypeSlots(whichUnit,slots) end - ----限制单位的位置 (从商店) ----@param whichUnit unit ----@param slots integer -function common.SetUnitTypeSlots(whichUnit,slots) end - ----单位自定义值 ----@param whichUnit unit ----@return integer -function common.GetUnitUserData(whichUnit) end - ----设置单位自定义数据 ----@param whichUnit unit ----@param data integer -function common.SetUnitUserData(whichUnit,data) end - ----Player API ----Player API ----@param number integer ----@return player -function common.Player(number) end - ----本地玩家 [R] ----@return player -function common.GetLocalPlayer() end - ----玩家是玩家的同盟 ----@param whichPlayer player ----@param otherPlayer player ----@return boolean -function common.IsPlayerAlly(whichPlayer,otherPlayer) end - ----玩家是玩家的敌人 ----@param whichPlayer player ----@param otherPlayer player ----@return boolean -function common.IsPlayerEnemy(whichPlayer,otherPlayer) end - ----玩家在玩家组 ----@param whichPlayer player ----@param whichForce force ----@return boolean -function common.IsPlayerInForce(whichPlayer,whichForce) end - ----玩家是裁判或观察者 [R] ----@param whichPlayer player ----@return boolean -function common.IsPlayerObserver(whichPlayer) end - ----坐标可见 ----@param x real ----@param y real ----@param whichPlayer player ----@return boolean -function common.IsVisibleToPlayer(x,y,whichPlayer) end - ----点对于玩家可见 ----@param whichLocation location ----@param whichPlayer player ----@return boolean -function common.IsLocationVisibleToPlayer(whichLocation,whichPlayer) end - ----坐标在迷雾中 ----@param x real ----@param y real ----@param whichPlayer player ----@return boolean -function common.IsFoggedToPlayer(x,y,whichPlayer) end - ----点被迷雾遮挡 ----@param whichLocation location ----@param whichPlayer player ----@return boolean -function common.IsLocationFoggedToPlayer(whichLocation,whichPlayer) end - ----坐标在黑色阴影中 ----@param x real ----@param y real ----@param whichPlayer player ----@return boolean -function common.IsMaskedToPlayer(x,y,whichPlayer) end - ----点被黑色阴影遮挡 ----@param whichLocation location ----@param whichPlayer player ----@return boolean -function common.IsLocationMaskedToPlayer(whichLocation,whichPlayer) end - ----玩家的种族 ----@param whichPlayer player ----@return race -function common.GetPlayerRace(whichPlayer) end - ----玩家ID - 1 [R] ----@param whichPlayer player ----@return integer -function common.GetPlayerId(whichPlayer) end - ----单位数量 ----@param whichPlayer player ----@param includeIncomplete boolean ----@return integer -function common.GetPlayerUnitCount(whichPlayer,includeIncomplete) end - ----GetPlayerTypedUnitCount ----@param whichPlayer player ----@param unitName string ----@param includeIncomplete boolean ----@param includeUpgrades boolean ----@return integer -function common.GetPlayerTypedUnitCount(whichPlayer,unitName,includeIncomplete,includeUpgrades) end - ----获得建筑数量 ----@param whichPlayer player ----@param includeIncomplete boolean ----@return integer -function common.GetPlayerStructureCount(whichPlayer,includeIncomplete) end - ----获得玩家属性 ----@param whichPlayer player ----@param whichPlayerState playerstate ----@return integer -function common.GetPlayerState(whichPlayer,whichPlayerState) end - ----获得玩家得分 ----@param whichPlayer player ----@param whichPlayerScore playerscore ----@return integer -function common.GetPlayerScore(whichPlayer,whichPlayerScore) end - ----玩家与玩家结盟 ----@param sourcePlayer player ----@param otherPlayer player ----@param whichAllianceSetting alliancetype ----@return boolean -function common.GetPlayerAlliance(sourcePlayer,otherPlayer,whichAllianceSetting) end - ----GetPlayerHandicap ----@param whichPlayer player ----@return real -function common.GetPlayerHandicap(whichPlayer) end - ----GetPlayerHandicapXP ----@param whichPlayer player ----@return real -function common.GetPlayerHandicapXP(whichPlayer) end - ----GetPlayerHandicapReviveTime ----@param whichPlayer player ----@return real -function common.GetPlayerHandicapReviveTime(whichPlayer) end - ----GetPlayerHandicapDamage ----@param whichPlayer player ----@return real -function common.GetPlayerHandicapDamage(whichPlayer) end - ----设置生命上限 [R] ----@param whichPlayer player ----@param handicap real -function common.SetPlayerHandicap(whichPlayer,handicap) end - ----设置经验获得率 [R] ----@param whichPlayer player ----@param handicap real -function common.SetPlayerHandicapXP(whichPlayer,handicap) end - ----SetPlayerHandicapReviveTime ----@param whichPlayer player ----@param handicap real -function common.SetPlayerHandicapReviveTime(whichPlayer,handicap) end - ----SetPlayerHandicapDamage ----@param whichPlayer player ----@param handicap real -function common.SetPlayerHandicapDamage(whichPlayer,handicap) end - ----SetPlayerTechMaxAllowed ----@param whichPlayer player ----@param techid integer ----@param maximum integer -function common.SetPlayerTechMaxAllowed(whichPlayer,techid,maximum) end - ----GetPlayerTechMaxAllowed ----@param whichPlayer player ----@param techid integer ----@return integer -function common.GetPlayerTechMaxAllowed(whichPlayer,techid) end - ----增加科技等级 ----@param whichPlayer player ----@param techid integer ----@param levels integer -function common.AddPlayerTechResearched(whichPlayer,techid,levels) end - ----SetPlayerTechResearched ----@param whichPlayer player ----@param techid integer ----@param setToLevel integer -function common.SetPlayerTechResearched(whichPlayer,techid,setToLevel) end - ----GetPlayerTechResearched ----@param whichPlayer player ----@param techid integer ----@param specificonly boolean ----@return boolean -function common.GetPlayerTechResearched(whichPlayer,techid,specificonly) end - ----获取玩家科技数量 ----@param whichPlayer player ----@param techid integer ----@param specificonly boolean ----@return integer -function common.GetPlayerTechCount(whichPlayer,techid,specificonly) end - ----SetPlayerUnitsOwner ----@param whichPlayer player ----@param newOwner integer -function common.SetPlayerUnitsOwner(whichPlayer,newOwner) end - ----CripplePlayer ----@param whichPlayer player ----@param toWhichPlayers force ----@param flag boolean -function common.CripplePlayer(whichPlayer,toWhichPlayers,flag) end - ----允许/禁用 技能 [R] ----@param whichPlayer player ----@param abilid integer ----@param avail boolean -function common.SetPlayerAbilityAvailable(whichPlayer,abilid,avail) end - ----设置玩家属性 ----@param whichPlayer player ----@param whichPlayerState playerstate ----@param value integer -function common.SetPlayerState(whichPlayer,whichPlayerState,value) end - ----踢除玩家 ----@param whichPlayer player ----@param gameResult playergameresult -function common.RemovePlayer(whichPlayer,gameResult) end - ----Used to store hero level data for the scorescreen ----before units are moved to neutral passive in melee games ----@param whichPlayer player -function common.CachePlayerHeroData(whichPlayer) end - ----Fog of War API ----设置地图迷雾(矩形区域) [R] ----@param forWhichPlayer player ----@param whichState fogstate ----@param where rect ----@param useSharedVision boolean -function common.SetFogStateRect(forWhichPlayer,whichState,where,useSharedVision) end - ----设置地图迷雾(圆范围) [R] ----@param forWhichPlayer player ----@param whichState fogstate ----@param centerx real ----@param centerY real ----@param radius real ----@param useSharedVision boolean -function common.SetFogStateRadius(forWhichPlayer,whichState,centerx,centerY,radius,useSharedVision) end - ----SetFogStateRadiusLoc ----@param forWhichPlayer player ----@param whichState fogstate ----@param center location ----@param radius real ----@param useSharedVision boolean -function common.SetFogStateRadiusLoc(forWhichPlayer,whichState,center,radius,useSharedVision) end - ----启用/禁用黑色阴影 [R] ----@param enable boolean -function common.FogMaskEnable(enable) end - ----允许黑色阴影 ----@return boolean -function common.IsFogMaskEnabled() end - ----启用/禁用 战争迷雾 [R] ----@param enable boolean -function common.FogEnable(enable) end - ----允许战争迷雾 ----@return boolean -function common.IsFogEnabled() end - ----新建可见度修正器(矩形区域) [R] ----@param forWhichPlayer player ----@param whichState fogstate ----@param where rect ----@param useSharedVision boolean ----@param afterUnits boolean ----@return fogmodifier -function common.CreateFogModifierRect(forWhichPlayer,whichState,where,useSharedVision,afterUnits) end - ----新建可见度修正器(圆范围) [R] ----@param forWhichPlayer player ----@param whichState fogstate ----@param centerx real ----@param centerY real ----@param radius real ----@param useSharedVision boolean ----@param afterUnits boolean ----@return fogmodifier -function common.CreateFogModifierRadius(forWhichPlayer,whichState,centerx,centerY,radius,useSharedVision,afterUnits) end - ----CreateFogModifierRadiusLoc ----@param forWhichPlayer player ----@param whichState fogstate ----@param center location ----@param radius real ----@param useSharedVision boolean ----@param afterUnits boolean ----@return fogmodifier -function common.CreateFogModifierRadiusLoc(forWhichPlayer,whichState,center,radius,useSharedVision,afterUnits) end - ----删除可见度修正器 ----@param whichFogModifier fogmodifier -function common.DestroyFogModifier(whichFogModifier) end - ----允许可见度修正器 ----@param whichFogModifier fogmodifier -function common.FogModifierStart(whichFogModifier) end - ----禁止可见度修正器 ----@param whichFogModifier fogmodifier -function common.FogModifierStop(whichFogModifier) end - ----Game API ----Game API ----@return version -function common.VersionGet() end - ----VersionCompatible ----@param whichVersion version ----@return boolean -function common.VersionCompatible(whichVersion) end - ----VersionSupported ----@param whichVersion version ----@return boolean -function common.VersionSupported(whichVersion) end - ----EndGame ----@param doScoreScreen boolean -function common.EndGame(doScoreScreen) end - ----Async only! ----切换关卡 [R] ----@param newLevel string ----@param doScoreScreen boolean -function common.ChangeLevel(newLevel,doScoreScreen) end - ----RestartGame ----@param doScoreScreen boolean -function common.RestartGame(doScoreScreen) end - ----ReloadGame -function common.ReloadGame() end - ----%%% SetCampaignMenuRace is deprecated. It must remain to support ----old maps which use it, but all new maps should use SetCampaignMenuRaceEx ----old maps which use it, but all new maps should use SetCampaignMenuRaceEx ----@param r race -function common.SetCampaignMenuRace(r) end - ----SetCampaignMenuRaceEx ----@param campaignIndex integer -function common.SetCampaignMenuRaceEx(campaignIndex) end - ----ForceCampaignSelectScreen -function common.ForceCampaignSelectScreen() end - ----LoadGame ----@param saveFileName string ----@param doScoreScreen boolean -function common.LoadGame(saveFileName,doScoreScreen) end - ----保存进度 [R] ----@param saveFileName string -function common.SaveGame(saveFileName) end - ----RenameSaveDirectory ----@param sourceDirName string ----@param destDirName string ----@return boolean -function common.RenameSaveDirectory(sourceDirName,destDirName) end - ----RemoveSaveDirectory ----@param sourceDirName string ----@return boolean -function common.RemoveSaveDirectory(sourceDirName) end - ----CopySaveGame ----@param sourceSaveName string ----@param destSaveName string ----@return boolean -function common.CopySaveGame(sourceSaveName,destSaveName) end - ----游戏进度是存在的 ----@param saveName string ----@return boolean -function common.SaveGameExists(saveName) end - ----SetMaxCheckpointSaves ----@param maxCheckpointSaves integer -function common.SetMaxCheckpointSaves(maxCheckpointSaves) end - ----SaveGameCheckpoint ----@param saveFileName string ----@param showWindow boolean -function common.SaveGameCheckpoint(saveFileName,showWindow) end - ----SyncSelections -function common.SyncSelections() end - ----SetFloatGameState ----@param whichFloatGameState fgamestate ----@param value real -function common.SetFloatGameState(whichFloatGameState,value) end - ----GetFloatGameState ----@param whichFloatGameState fgamestate ----@return real -function common.GetFloatGameState(whichFloatGameState) end - ----SetIntegerGameState ----@param whichIntegerGameState igamestate ----@param value integer -function common.SetIntegerGameState(whichIntegerGameState,value) end - ----GetIntegerGameState ----@param whichIntegerGameState igamestate ----@return integer -function common.GetIntegerGameState(whichIntegerGameState) end - ----Campaign API ----Campaign API ----@param cleared boolean -function common.SetTutorialCleared(cleared) end - ----SetMissionAvailable ----@param campaignNumber integer ----@param missionNumber integer ----@param available boolean -function common.SetMissionAvailable(campaignNumber,missionNumber,available) end - ----SetCampaignAvailable ----@param campaignNumber integer ----@param available boolean -function common.SetCampaignAvailable(campaignNumber,available) end - ----SetOpCinematicAvailable ----@param campaignNumber integer ----@param available boolean -function common.SetOpCinematicAvailable(campaignNumber,available) end - ----SetEdCinematicAvailable ----@param campaignNumber integer ----@param available boolean -function common.SetEdCinematicAvailable(campaignNumber,available) end - ----GetDefaultDifficulty ----@return gamedifficulty -function common.GetDefaultDifficulty() end - ----SetDefaultDifficulty ----@param g gamedifficulty -function common.SetDefaultDifficulty(g) end - ----SetCustomCampaignButtonVisible ----@param whichButton integer ----@param visible boolean -function common.SetCustomCampaignButtonVisible(whichButton,visible) end - ----GetCustomCampaignButtonVisible ----@param whichButton integer ----@return boolean -function common.GetCustomCampaignButtonVisible(whichButton) end - ----关闭游戏录像功能 [R] -function common.DoNotSaveReplay() end - ----Dialog API ----新建对话框 [R] ----@return dialog -function common.DialogCreate() end - ----删除 [R] ----@param whichDialog dialog -function common.DialogDestroy(whichDialog) end - ----DialogClear ----@param whichDialog dialog -function common.DialogClear(whichDialog) end - ----DialogSetMessage ----@param whichDialog dialog ----@param messageText string -function common.DialogSetMessage(whichDialog,messageText) end - ----添加对话框按钮 [R] ----@param whichDialog dialog ----@param buttonText string ----@param hotkey integer ----@return button -function common.DialogAddButton(whichDialog,buttonText,hotkey) end - ----添加退出游戏按钮 [R] ----@param whichDialog dialog ----@param doScoreScreen boolean ----@param buttonText string ----@param hotkey integer ----@return button -function common.DialogAddQuitButton(whichDialog,doScoreScreen,buttonText,hotkey) end - ----显示/隐藏 [R] ----@param whichPlayer player ----@param whichDialog dialog ----@param flag boolean -function common.DialogDisplay(whichPlayer,whichDialog,flag) end - ----Creates a new or reads in an existing game cache file stored ----in the current campaign profile dir ----读取所有缓存 ----@return boolean -function common.ReloadGameCachesFromDisk() end - ----新建游戏缓存 [R] ----@param campaignFile string ----@return gamecache -function common.InitGameCache(campaignFile) end - ----SaveGameCache ----@param whichCache gamecache ----@return boolean -function common.SaveGameCache(whichCache) end - ----记录整数 ----@param cache gamecache ----@param missionKey string ----@param key string ----@param value integer -function common.StoreInteger(cache,missionKey,key,value) end - ----记录实数 ----@param cache gamecache ----@param missionKey string ----@param key string ----@param value real -function common.StoreReal(cache,missionKey,key,value) end - ----记录布尔值 ----@param cache gamecache ----@param missionKey string ----@param key string ----@param value boolean -function common.StoreBoolean(cache,missionKey,key,value) end - ----StoreUnit ----@param cache gamecache ----@param missionKey string ----@param key string ----@param whichUnit unit ----@return boolean -function common.StoreUnit(cache,missionKey,key,whichUnit) end - ----记录字符串 ----@param cache gamecache ----@param missionKey string ----@param key string ----@param value string ----@return boolean -function common.StoreString(cache,missionKey,key,value) end - ----SyncStoredInteger ----@param cache gamecache ----@param missionKey string ----@param key string -function common.SyncStoredInteger(cache,missionKey,key) end - ----SyncStoredReal ----@param cache gamecache ----@param missionKey string ----@param key string -function common.SyncStoredReal(cache,missionKey,key) end - ----SyncStoredBoolean ----@param cache gamecache ----@param missionKey string ----@param key string -function common.SyncStoredBoolean(cache,missionKey,key) end - ----SyncStoredUnit ----@param cache gamecache ----@param missionKey string ----@param key string -function common.SyncStoredUnit(cache,missionKey,key) end - ----SyncStoredString ----@param cache gamecache ----@param missionKey string ----@param key string -function common.SyncStoredString(cache,missionKey,key) end - ----HaveStoredInteger ----@param cache gamecache ----@param missionKey string ----@param key string ----@return boolean -function common.HaveStoredInteger(cache,missionKey,key) end - ----HaveStoredReal ----@param cache gamecache ----@param missionKey string ----@param key string ----@return boolean -function common.HaveStoredReal(cache,missionKey,key) end - ----HaveStoredBoolean ----@param cache gamecache ----@param missionKey string ----@param key string ----@return boolean -function common.HaveStoredBoolean(cache,missionKey,key) end - ----HaveStoredUnit ----@param cache gamecache ----@param missionKey string ----@param key string ----@return boolean -function common.HaveStoredUnit(cache,missionKey,key) end - ----HaveStoredString ----@param cache gamecache ----@param missionKey string ----@param key string ----@return boolean -function common.HaveStoredString(cache,missionKey,key) end - ----删除缓存 [C] ----@param cache gamecache -function common.FlushGameCache(cache) end - ----删除类别 ----@param cache gamecache ----@param missionKey string -function common.FlushStoredMission(cache,missionKey) end - ----FlushStoredInteger ----@param cache gamecache ----@param missionKey string ----@param key string -function common.FlushStoredInteger(cache,missionKey,key) end - ----FlushStoredReal ----@param cache gamecache ----@param missionKey string ----@param key string -function common.FlushStoredReal(cache,missionKey,key) end - ----FlushStoredBoolean ----@param cache gamecache ----@param missionKey string ----@param key string -function common.FlushStoredBoolean(cache,missionKey,key) end - ----FlushStoredUnit ----@param cache gamecache ----@param missionKey string ----@param key string -function common.FlushStoredUnit(cache,missionKey,key) end - ----FlushStoredString ----@param cache gamecache ----@param missionKey string ----@param key string -function common.FlushStoredString(cache,missionKey,key) end - ----Will return 0 if the specified value's data is not found in the cache ----缓存读取整数 [C] ----@param cache gamecache ----@param missionKey string ----@param key string ----@return integer -function common.GetStoredInteger(cache,missionKey,key) end - ----缓存读取实数 [C] ----@param cache gamecache ----@param missionKey string ----@param key string ----@return real -function common.GetStoredReal(cache,missionKey,key) end - ----读取布尔值[R] ----@param cache gamecache ----@param missionKey string ----@param key string ----@return boolean -function common.GetStoredBoolean(cache,missionKey,key) end - ----读取字符串 [C] ----@param cache gamecache ----@param missionKey string ----@param key string ----@return string -function common.GetStoredString(cache,missionKey,key) end - ----RestoreUnit ----@param cache gamecache ----@param missionKey string ----@param key string ----@param forWhichPlayer player ----@param x real ----@param y real ----@param facing real ----@return unit -function common.RestoreUnit(cache,missionKey,key,forWhichPlayer,x,y,facing) end - ----<1.24> 新建哈希表 [C] ----@return hashtable -function common.InitHashtable() end - ----<1.24> 保存整数 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param value integer -function common.SaveInteger(table,parentKey,childKey,value) end - ----<1.24> 保存实数 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param value real -function common.SaveReal(table,parentKey,childKey,value) end - ----<1.24> 保存布尔 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param value boolean -function common.SaveBoolean(table,parentKey,childKey,value) end - ----<1.24> 保存字符串 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param value string ----@return boolean -function common.SaveStr(table,parentKey,childKey,value) end - ----<1.24> 保存玩家 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichPlayer player ----@return boolean -function common.SavePlayerHandle(table,parentKey,childKey,whichPlayer) end - ----SaveWidgetHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichWidget widget ----@return boolean -function common.SaveWidgetHandle(table,parentKey,childKey,whichWidget) end - ----<1.24> 保存可破坏物 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichDestructable destructable ----@return boolean -function common.SaveDestructableHandle(table,parentKey,childKey,whichDestructable) end - ----<1.24> 保存物品 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichItem item ----@return boolean -function common.SaveItemHandle(table,parentKey,childKey,whichItem) end - ----<1.24> 保存单位 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichUnit unit ----@return boolean -function common.SaveUnitHandle(table,parentKey,childKey,whichUnit) end - ----SaveAbilityHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichAbility ability ----@return boolean -function common.SaveAbilityHandle(table,parentKey,childKey,whichAbility) end - ----<1.24> 保存计时器 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTimer timer ----@return boolean -function common.SaveTimerHandle(table,parentKey,childKey,whichTimer) end - ----<1.24> 保存触发器 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTrigger trigger ----@return boolean -function common.SaveTriggerHandle(table,parentKey,childKey,whichTrigger) end - ----<1.24> 保存触发条件 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTriggercondition triggercondition ----@return boolean -function common.SaveTriggerConditionHandle(table,parentKey,childKey,whichTriggercondition) end - ----<1.24> 保存触发动作 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTriggeraction triggeraction ----@return boolean -function common.SaveTriggerActionHandle(table,parentKey,childKey,whichTriggeraction) end - ----<1.24> 保存触发事件 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichEvent event ----@return boolean -function common.SaveTriggerEventHandle(table,parentKey,childKey,whichEvent) end - ----<1.24> 保存玩家组 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichForce force ----@return boolean -function common.SaveForceHandle(table,parentKey,childKey,whichForce) end - ----<1.24> 保存单位组 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichGroup group ----@return boolean -function common.SaveGroupHandle(table,parentKey,childKey,whichGroup) end - ----<1.24> 保存点 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichLocation location ----@return boolean -function common.SaveLocationHandle(table,parentKey,childKey,whichLocation) end - ----<1.24> 保存区域(矩型) [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichRect rect ----@return boolean -function common.SaveRectHandle(table,parentKey,childKey,whichRect) end - ----<1.24> 保存布尔表达式 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichBoolexpr boolexpr ----@return boolean -function common.SaveBooleanExprHandle(table,parentKey,childKey,whichBoolexpr) end - ----<1.24> 保存音效 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichSound sound ----@return boolean -function common.SaveSoundHandle(table,parentKey,childKey,whichSound) end - ----<1.24> 保存特效 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichEffect effect ----@return boolean -function common.SaveEffectHandle(table,parentKey,childKey,whichEffect) end - ----<1.24> 保存单位池 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichUnitpool unitpool ----@return boolean -function common.SaveUnitPoolHandle(table,parentKey,childKey,whichUnitpool) end - ----<1.24> 保存物品池 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichItempool itempool ----@return boolean -function common.SaveItemPoolHandle(table,parentKey,childKey,whichItempool) end - ----<1.24> 保存任务 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichQuest quest ----@return boolean -function common.SaveQuestHandle(table,parentKey,childKey,whichQuest) end - ----<1.24> 保存任务要求 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichQuestitem questitem ----@return boolean -function common.SaveQuestItemHandle(table,parentKey,childKey,whichQuestitem) end - ----<1.24> 保存失败条件 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichDefeatcondition defeatcondition ----@return boolean -function common.SaveDefeatConditionHandle(table,parentKey,childKey,whichDefeatcondition) end - ----<1.24> 保存计时器窗口 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTimerdialog timerdialog ----@return boolean -function common.SaveTimerDialogHandle(table,parentKey,childKey,whichTimerdialog) end - ----<1.24> 保存排行榜 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichLeaderboard leaderboard ----@return boolean -function common.SaveLeaderboardHandle(table,parentKey,childKey,whichLeaderboard) end - ----<1.24> 保存多面板 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichMultiboard multiboard ----@return boolean -function common.SaveMultiboardHandle(table,parentKey,childKey,whichMultiboard) end - ----<1.24> 保存多面板项目 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichMultiboarditem multiboarditem ----@return boolean -function common.SaveMultiboardItemHandle(table,parentKey,childKey,whichMultiboarditem) end - ----<1.24> 保存可追踪物 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTrackable trackable ----@return boolean -function common.SaveTrackableHandle(table,parentKey,childKey,whichTrackable) end - ----<1.24> 保存对话框 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichDialog dialog ----@return boolean -function common.SaveDialogHandle(table,parentKey,childKey,whichDialog) end - ----<1.24> 保存对话框按钮 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichButton button ----@return boolean -function common.SaveButtonHandle(table,parentKey,childKey,whichButton) end - ----<1.24> 保存漂浮文字 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichTexttag texttag ----@return boolean -function common.SaveTextTagHandle(table,parentKey,childKey,whichTexttag) end - ----<1.24> 保存闪电效果 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichLightning lightning ----@return boolean -function common.SaveLightningHandle(table,parentKey,childKey,whichLightning) end - ----<1.24> 保存图像 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichImage image ----@return boolean -function common.SaveImageHandle(table,parentKey,childKey,whichImage) end - ----<1.24> 保存地面纹理变化 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichUbersplat ubersplat ----@return boolean -function common.SaveUbersplatHandle(table,parentKey,childKey,whichUbersplat) end - ----<1.24> 保存区域(不规则) [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichRegion region ----@return boolean -function common.SaveRegionHandle(table,parentKey,childKey,whichRegion) end - ----<1.24> 保存迷雾状态 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichFogState fogstate ----@return boolean -function common.SaveFogStateHandle(table,parentKey,childKey,whichFogState) end - ----<1.24> 保存可见度修正器 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichFogModifier fogmodifier ----@return boolean -function common.SaveFogModifierHandle(table,parentKey,childKey,whichFogModifier) end - ----<1.24> 保存实体对象 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichAgent agent ----@return boolean -function common.SaveAgentHandle(table,parentKey,childKey,whichAgent) end - ----<1.24> 保存哈希表 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichHashtable hashtable ----@return boolean -function common.SaveHashtableHandle(table,parentKey,childKey,whichHashtable) end - ----SaveFrameHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@param whichFrameHandle framehandle ----@return boolean -function common.SaveFrameHandle(table,parentKey,childKey,whichFrameHandle) end - ----<1.24> 从哈希表提取整数 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return integer -function common.LoadInteger(table,parentKey,childKey) end - ----<1.24> 从哈希表提取实数 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return real -function common.LoadReal(table,parentKey,childKey) end - ----<1.24> 从哈希表提取布尔 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolean -function common.LoadBoolean(table,parentKey,childKey) end - ----<1.24> 从哈希表提取字符串 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return string -function common.LoadStr(table,parentKey,childKey) end - ----<1.24> 从哈希表提取玩家 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return player -function common.LoadPlayerHandle(table,parentKey,childKey) end - ----LoadWidgetHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return widget -function common.LoadWidgetHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取可破坏物 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return destructable -function common.LoadDestructableHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取物品 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return item -function common.LoadItemHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取单位 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return unit -function common.LoadUnitHandle(table,parentKey,childKey) end - ----LoadAbilityHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return ability -function common.LoadAbilityHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取计时器 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return timer -function common.LoadTimerHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取触发器 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return trigger -function common.LoadTriggerHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取触发条件 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return triggercondition -function common.LoadTriggerConditionHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取触发动作 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return triggeraction -function common.LoadTriggerActionHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取触发事件 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return event -function common.LoadTriggerEventHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取玩家组 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return force -function common.LoadForceHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取单位组 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return group -function common.LoadGroupHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取点 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return location -function common.LoadLocationHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取区域(矩型) [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return rect -function common.LoadRectHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取布尔表达式 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolexpr -function common.LoadBooleanExprHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取音效 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return sound -function common.LoadSoundHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取特效 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return effect -function common.LoadEffectHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取单位池 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return unitpool -function common.LoadUnitPoolHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取物品池 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return itempool -function common.LoadItemPoolHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取任务 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return quest -function common.LoadQuestHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取任务要求 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return questitem -function common.LoadQuestItemHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取失败条件 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return defeatcondition -function common.LoadDefeatConditionHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取计时器窗口 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return timerdialog -function common.LoadTimerDialogHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取排行榜 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return leaderboard -function common.LoadLeaderboardHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取多面板 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return multiboard -function common.LoadMultiboardHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取多面板项目 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return multiboarditem -function common.LoadMultiboardItemHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取可追踪物 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return trackable -function common.LoadTrackableHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取对话框 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return dialog -function common.LoadDialogHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取对话框按钮 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return button -function common.LoadButtonHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取漂浮文字 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return texttag -function common.LoadTextTagHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取闪电效果 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return lightning -function common.LoadLightningHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取图象 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return image -function common.LoadImageHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取地面纹理变化 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return ubersplat -function common.LoadUbersplatHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取区域(不规则) [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return region -function common.LoadRegionHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取迷雾状态 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return fogstate -function common.LoadFogStateHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取可见度修正器 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return fogmodifier -function common.LoadFogModifierHandle(table,parentKey,childKey) end - ----<1.24> 从哈希表提取哈希表 [C] ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return hashtable -function common.LoadHashtableHandle(table,parentKey,childKey) end - ----LoadFrameHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return framehandle -function common.LoadFrameHandle(table,parentKey,childKey) end - ----HaveSavedInteger ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolean -function common.HaveSavedInteger(table,parentKey,childKey) end - ----HaveSavedReal ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolean -function common.HaveSavedReal(table,parentKey,childKey) end - ----HaveSavedBoolean ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolean -function common.HaveSavedBoolean(table,parentKey,childKey) end - ----HaveSavedString ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolean -function common.HaveSavedString(table,parentKey,childKey) end - ----HaveSavedHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer ----@return boolean -function common.HaveSavedHandle(table,parentKey,childKey) end - ----RemoveSavedInteger ----@param table hashtable ----@param parentKey integer ----@param childKey integer -function common.RemoveSavedInteger(table,parentKey,childKey) end - ----RemoveSavedReal ----@param table hashtable ----@param parentKey integer ----@param childKey integer -function common.RemoveSavedReal(table,parentKey,childKey) end - ----RemoveSavedBoolean ----@param table hashtable ----@param parentKey integer ----@param childKey integer -function common.RemoveSavedBoolean(table,parentKey,childKey) end - ----RemoveSavedString ----@param table hashtable ----@param parentKey integer ----@param childKey integer -function common.RemoveSavedString(table,parentKey,childKey) end - ----RemoveSavedHandle ----@param table hashtable ----@param parentKey integer ----@param childKey integer -function common.RemoveSavedHandle(table,parentKey,childKey) end - ----<1.24> 清空哈希表 [C] ----@param table hashtable -function common.FlushParentHashtable(table) end - ----<1.24> 清空哈希表主索引 [C] ----@param table hashtable ----@param parentKey integer -function common.FlushChildHashtable(table,parentKey) end - ----Randomization API ----随机数字 ----@param lowBound integer ----@param highBound integer ----@return integer -function common.GetRandomInt(lowBound,highBound) end - ----随机数 ----@param lowBound real ----@param highBound real ----@return real -function common.GetRandomReal(lowBound,highBound) end - ----新建单位池 [R] ----@return unitpool -function common.CreateUnitPool() end - ----删除单位池 [R] ----@param whichPool unitpool -function common.DestroyUnitPool(whichPool) end - ----添加单位类型 [R] ----@param whichPool unitpool ----@param unitId integer ----@param weight real -function common.UnitPoolAddUnitType(whichPool,unitId,weight) end - ----删除单位类型 [R] ----@param whichPool unitpool ----@param unitId integer -function common.UnitPoolRemoveUnitType(whichPool,unitId) end - ----选择放置单位 [R] ----@param whichPool unitpool ----@param forWhichPlayer player ----@param x real ----@param y real ----@param facing real ----@return unit -function common.PlaceRandomUnit(whichPool,forWhichPlayer,x,y,facing) end - ----新建物品池 [R] ----@return itempool -function common.CreateItemPool() end - ----删除物品池 [R] ----@param whichItemPool itempool -function common.DestroyItemPool(whichItemPool) end - ----添加物品类型 [R] ----@param whichItemPool itempool ----@param itemId integer ----@param weight real -function common.ItemPoolAddItemType(whichItemPool,itemId,weight) end - ----删除物品类型 [R] ----@param whichItemPool itempool ----@param itemId integer -function common.ItemPoolRemoveItemType(whichItemPool,itemId) end - ----选择放置物品 [R] ----@param whichItemPool itempool ----@param x real ----@param y real ----@return item -function common.PlaceRandomItem(whichItemPool,x,y) end - ----Choose any random unit/item. (NP means Neutral Passive) ----Choose any random unit/item. (NP means Neutral Passive) ----@param level integer ----@return integer -function common.ChooseRandomCreep(level) end - ----ChooseRandomNPBuilding ----@return integer -function common.ChooseRandomNPBuilding() end - ----ChooseRandomItem ----@param level integer ----@return integer -function common.ChooseRandomItem(level) end - ----ChooseRandomItemEx ----@param whichType itemtype ----@param level integer ----@return integer -function common.ChooseRandomItemEx(whichType,level) end - ----设置随机种子 ----@param seed integer -function common.SetRandomSeed(seed) end - ----Visual API ----Visual API ----@param a real ----@param b real ----@param c real ----@param d real ----@param e real -function common.SetTerrainFog(a,b,c,d,e) end - ----ResetTerrainFog -function common.ResetTerrainFog() end - ----SetUnitFog ----@param a real ----@param b real ----@param c real ----@param d real ----@param e real -function common.SetUnitFog(a,b,c,d,e) end - ----设置迷雾 [R] ----@param style integer ----@param zstart real ----@param zend real ----@param density real ----@param red real ----@param green real ----@param blue real -function common.SetTerrainFogEx(style,zstart,zend,density,red,green,blue) end - ----对玩家显示文本消息(自动限时) [R] ----@param toPlayer player ----@param x real ----@param y real ----@param message string -function common.DisplayTextToPlayer(toPlayer,x,y,message) end - ----对玩家显示文本消息(指定时间) [R] ----@param toPlayer player ----@param x real ----@param y real ----@param duration real ----@param message string -function common.DisplayTimedTextToPlayer(toPlayer,x,y,duration,message) end - ----DisplayTimedTextFromPlayer ----@param toPlayer player ----@param x real ----@param y real ----@param duration real ----@param message string -function common.DisplayTimedTextFromPlayer(toPlayer,x,y,duration,message) end - ----清空文本信息(所有玩家) [R] -function common.ClearTextMessages() end - ----SetDayNightModels ----@param terrainDNCFile string ----@param unitDNCFile string -function common.SetDayNightModels(terrainDNCFile,unitDNCFile) end - ----SetPortraitLight ----@param portraitDNCFile string -function common.SetPortraitLight(portraitDNCFile) end - ----设置天空 ----@param skyModelFile string -function common.SetSkyModel(skyModelFile) end - ----启用/禁用玩家控制权(所有玩家) [R] ----@param b boolean -function common.EnableUserControl(b) end - ----EnableUserUI ----@param b boolean -function common.EnableUserUI(b) end - ----SuspendTimeOfDay ----@param b boolean -function common.SuspendTimeOfDay(b) end - ----设置昼夜时间流逝速度 [R] ----@param r real -function common.SetTimeOfDayScale(r) end - ----GetTimeOfDayScale ----@return real -function common.GetTimeOfDayScale() end - ----开启/关闭 信箱模式(所有玩家) [R] ----@param flag boolean ----@param fadeDuration real -function common.ShowInterface(flag,fadeDuration) end - ----暂停/恢复游戏 [R] ----@param flag boolean -function common.PauseGame(flag) end - ----闪动指示器(对单位) [R] ----@param whichUnit unit ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.UnitAddIndicator(whichUnit,red,green,blue,alpha) end - ----AddIndicator ----@param whichWidget widget ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.AddIndicator(whichWidget,red,green,blue,alpha) end - ----小地图信号(所有玩家) [R] ----@param x real ----@param y real ----@param duration real -function common.PingMinimap(x,y,duration) end - ----小地图信号(指定颜色)(所有玩家) [R] ----@param x real ----@param y real ----@param duration real ----@param red integer ----@param green integer ----@param blue integer ----@param extraEffects boolean -function common.PingMinimapEx(x,y,duration,red,green,blue,extraEffects) end - ----CreateMinimapIconOnUnit ----@param whichUnit unit ----@param red integer ----@param green integer ----@param blue integer ----@param pingPath string ----@param fogVisibility fogstate ----@return minimapicon -function common.CreateMinimapIconOnUnit(whichUnit,red,green,blue,pingPath,fogVisibility) end - ----CreateMinimapIconAtLoc ----@param where location ----@param red integer ----@param green integer ----@param blue integer ----@param pingPath string ----@param fogVisibility fogstate ----@return minimapicon -function common.CreateMinimapIconAtLoc(where,red,green,blue,pingPath,fogVisibility) end - ----CreateMinimapIcon ----@param x real ----@param y real ----@param red integer ----@param green integer ----@param blue integer ----@param pingPath string ----@param fogVisibility fogstate ----@return minimapicon -function common.CreateMinimapIcon(x,y,red,green,blue,pingPath,fogVisibility) end - ----SkinManagerGetLocalPath ----@param key string ----@return string -function common.SkinManagerGetLocalPath(key) end - ----DestroyMinimapIcon ----@param pingId minimapicon -function common.DestroyMinimapIcon(pingId) end - ----SetMinimapIconVisible ----@param whichMinimapIcon minimapicon ----@param visible boolean -function common.SetMinimapIconVisible(whichMinimapIcon,visible) end - ----SetMinimapIconOrphanDestroy ----@param whichMinimapIcon minimapicon ----@param doDestroy boolean -function common.SetMinimapIconOrphanDestroy(whichMinimapIcon,doDestroy) end - ----允许/禁止闭塞(所有玩家) [R] ----@param flag boolean -function common.EnableOcclusion(flag) end - ----SetIntroShotText ----@param introText string -function common.SetIntroShotText(introText) end - ----SetIntroShotModel ----@param introModelPath string -function common.SetIntroShotModel(introModelPath) end - ----允许/禁止 边界染色(所有玩家) [R] ----@param b boolean -function common.EnableWorldFogBoundary(b) end - ----PlayModelCinematic ----@param modelName string -function common.PlayModelCinematic(modelName) end - ----PlayCinematic ----@param movieName string -function common.PlayCinematic(movieName) end - ----ForceUIKey ----@param key string -function common.ForceUIKey(key) end - ----ForceUICancel -function common.ForceUICancel() end - ----DisplayLoadDialog -function common.DisplayLoadDialog() end - ----改变小地图的特殊图标 ----@param iconPath string -function common.SetAltMinimapIcon(iconPath) end - ----禁用 重新开始任务按钮 ----@param flag boolean -function common.DisableRestartMission(flag) end - ----新建漂浮文字 [R] ----@return texttag -function common.CreateTextTag() end - ----DestroyTextTag ----@param t texttag -function common.DestroyTextTag(t) end - ----改变文字内容 [R] ----@param t texttag ----@param s string ----@param height real -function common.SetTextTagText(t,s,height) end - ----改变位置(坐标) [R] ----@param t texttag ----@param x real ----@param y real ----@param heightOffset real -function common.SetTextTagPos(t,x,y,heightOffset) end - ----SetTextTagPosUnit ----@param t texttag ----@param whichUnit unit ----@param heightOffset real -function common.SetTextTagPosUnit(t,whichUnit,heightOffset) end - ----改变颜色 [R] ----@param t texttag ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.SetTextTagColor(t,red,green,blue,alpha) end - ----设置速率 [R] ----@param t texttag ----@param xvel real ----@param yvel real -function common.SetTextTagVelocity(t,xvel,yvel) end - ----显示/隐藏 (所有玩家) [R] ----@param t texttag ----@param flag boolean -function common.SetTextTagVisibility(t,flag) end - ----SetTextTagSuspended ----@param t texttag ----@param flag boolean -function common.SetTextTagSuspended(t,flag) end - ----SetTextTagPermanent ----@param t texttag ----@param flag boolean -function common.SetTextTagPermanent(t,flag) end - ----SetTextTagAge ----@param t texttag ----@param age real -function common.SetTextTagAge(t,age) end - ----SetTextTagLifespan ----@param t texttag ----@param lifespan real -function common.SetTextTagLifespan(t,lifespan) end - ----SetTextTagFadepoint ----@param t texttag ----@param fadepoint real -function common.SetTextTagFadepoint(t,fadepoint) end - ----保留英雄按钮 ----@param reserved integer -function common.SetReservedLocalHeroButtons(reserved) end - ----结盟滤色镜的设置值 ----@return integer -function common.GetAllyColorFilterState() end - ----设置结盟滤色镜 ----@param state integer -function common.SetAllyColorFilterState(state) end - ----野生单位显示是开启的 ----@return boolean -function common.GetCreepCampFilterState() end - ----显示/隐藏野生生物图标在小地图 ----@param state boolean -function common.SetCreepCampFilterState(state) end - ----允许/禁止小地图按钮 ----@param enableAlly boolean ----@param enableCreep boolean -function common.EnableMinimapFilterButtons(enableAlly,enableCreep) end - ----允许/禁止框选 ----@param state boolean ----@param ui boolean -function common.EnableDragSelect(state,ui) end - ----允许/禁止预选 ----@param state boolean ----@param ui boolean -function common.EnablePreSelect(state,ui) end - ----允许/禁止选择 ----@param state boolean ----@param ui boolean -function common.EnableSelect(state,ui) end - ----Trackable API ----新建可追踪物 [R] ----@param trackableModelPath string ----@param x real ----@param y real ----@param facing real ----@return trackable -function common.CreateTrackable(trackableModelPath,x,y,facing) end - ----Quest API ----新建任务 [R] ----@return quest -function common.CreateQuest() end - ----DestroyQuest ----@param whichQuest quest -function common.DestroyQuest(whichQuest) end - ----QuestSetTitle ----@param whichQuest quest ----@param title string -function common.QuestSetTitle(whichQuest,title) end - ----QuestSetDescription ----@param whichQuest quest ----@param description string -function common.QuestSetDescription(whichQuest,description) end - ----QuestSetIconPath ----@param whichQuest quest ----@param iconPath string -function common.QuestSetIconPath(whichQuest,iconPath) end - ----QuestSetRequired ----@param whichQuest quest ----@param required boolean -function common.QuestSetRequired(whichQuest,required) end - ----QuestSetCompleted ----@param whichQuest quest ----@param completed boolean -function common.QuestSetCompleted(whichQuest,completed) end - ----QuestSetDiscovered ----@param whichQuest quest ----@param discovered boolean -function common.QuestSetDiscovered(whichQuest,discovered) end - ----QuestSetFailed ----@param whichQuest quest ----@param failed boolean -function common.QuestSetFailed(whichQuest,failed) end - ----启用/禁用 任务 [R] ----@param whichQuest quest ----@param enabled boolean -function common.QuestSetEnabled(whichQuest,enabled) end - ----任务是必须完成的 ----@param whichQuest quest ----@return boolean -function common.IsQuestRequired(whichQuest) end - ----任务完成 ----@param whichQuest quest ----@return boolean -function common.IsQuestCompleted(whichQuest) end - ----任务已发现 ----@param whichQuest quest ----@return boolean -function common.IsQuestDiscovered(whichQuest) end - ----任务失败 ----@param whichQuest quest ----@return boolean -function common.IsQuestFailed(whichQuest) end - ----允许任务 ----@param whichQuest quest ----@return boolean -function common.IsQuestEnabled(whichQuest) end - ----QuestCreateItem ----@param whichQuest quest ----@return questitem -function common.QuestCreateItem(whichQuest) end - ----QuestItemSetDescription ----@param whichQuestItem questitem ----@param description string -function common.QuestItemSetDescription(whichQuestItem,description) end - ----QuestItemSetCompleted ----@param whichQuestItem questitem ----@param completed boolean -function common.QuestItemSetCompleted(whichQuestItem,completed) end - ----任务条件完成 ----@param whichQuestItem questitem ----@return boolean -function common.IsQuestItemCompleted(whichQuestItem) end - ----CreateDefeatCondition ----@return defeatcondition -function common.CreateDefeatCondition() end - ----DestroyDefeatCondition ----@param whichCondition defeatcondition -function common.DestroyDefeatCondition(whichCondition) end - ----DefeatConditionSetDescription ----@param whichCondition defeatcondition ----@param description string -function common.DefeatConditionSetDescription(whichCondition,description) end - ----FlashQuestDialogButton -function common.FlashQuestDialogButton() end - ----ForceQuestDialogUpdate -function common.ForceQuestDialogUpdate() end - ----Timer Dialog API ----新建计时器窗口 [R] ----@param t timer ----@return timerdialog -function common.CreateTimerDialog(t) end - ----销毁计时器窗口 ----@param whichDialog timerdialog -function common.DestroyTimerDialog(whichDialog) end - ----设置计时器窗口标题 ----@param whichDialog timerdialog ----@param title string -function common.TimerDialogSetTitle(whichDialog,title) end - ----改变计时器窗口文字颜色 [R] ----@param whichDialog timerdialog ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.TimerDialogSetTitleColor(whichDialog,red,green,blue,alpha) end - ----改变计时器窗口计时颜色 [R] ----@param whichDialog timerdialog ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.TimerDialogSetTimeColor(whichDialog,red,green,blue,alpha) end - ----设置计时器窗口速率 [R] ----@param whichDialog timerdialog ----@param speedMultFactor real -function common.TimerDialogSetSpeed(whichDialog,speedMultFactor) end - ----显示/隐藏 计时器窗口(所有玩家) [R] ----@param whichDialog timerdialog ----@param display boolean -function common.TimerDialogDisplay(whichDialog,display) end - ----判断计时器窗口是否显示 ----@param whichDialog timerdialog ----@return boolean -function common.IsTimerDialogDisplayed(whichDialog) end - ----TimerDialogSetRealTimeRemaining ----@param whichDialog timerdialog ----@param timeRemaining real -function common.TimerDialogSetRealTimeRemaining(whichDialog,timeRemaining) end - ----Create a leaderboard object ----新建排行榜 [R] ----@return leaderboard -function common.CreateLeaderboard() end - ----DestroyLeaderboard ----@param lb leaderboard -function common.DestroyLeaderboard(lb) end - ----显示/隐藏 [R] ----@param lb leaderboard ----@param show boolean -function common.LeaderboardDisplay(lb,show) end - ----IsLeaderboardDisplayed ----@param lb leaderboard ----@return boolean -function common.IsLeaderboardDisplayed(lb) end - ----行数 ----@param lb leaderboard ----@return integer -function common.LeaderboardGetItemCount(lb) end - ----LeaderboardSetSizeByItemCount ----@param lb leaderboard ----@param count integer -function common.LeaderboardSetSizeByItemCount(lb,count) end - ----LeaderboardAddItem ----@param lb leaderboard ----@param label string ----@param value integer ----@param p player -function common.LeaderboardAddItem(lb,label,value,p) end - ----LeaderboardRemoveItem ----@param lb leaderboard ----@param index integer -function common.LeaderboardRemoveItem(lb,index) end - ----LeaderboardRemovePlayerItem ----@param lb leaderboard ----@param p player -function common.LeaderboardRemovePlayerItem(lb,p) end - ----清空 [R] ----@param lb leaderboard -function common.LeaderboardClear(lb) end - ----LeaderboardSortItemsByValue ----@param lb leaderboard ----@param ascending boolean -function common.LeaderboardSortItemsByValue(lb,ascending) end - ----LeaderboardSortItemsByPlayer ----@param lb leaderboard ----@param ascending boolean -function common.LeaderboardSortItemsByPlayer(lb,ascending) end - ----LeaderboardSortItemsByLabel ----@param lb leaderboard ----@param ascending boolean -function common.LeaderboardSortItemsByLabel(lb,ascending) end - ----LeaderboardHasPlayerItem ----@param lb leaderboard ----@param p player ----@return boolean -function common.LeaderboardHasPlayerItem(lb,p) end - ----LeaderboardGetPlayerIndex ----@param lb leaderboard ----@param p player ----@return integer -function common.LeaderboardGetPlayerIndex(lb,p) end - ----LeaderboardSetLabel ----@param lb leaderboard ----@param label string -function common.LeaderboardSetLabel(lb,label) end - ----LeaderboardGetLabelText ----@param lb leaderboard ----@return string -function common.LeaderboardGetLabelText(lb) end - ----设置玩家使用的排行榜 [R] ----@param toPlayer player ----@param lb leaderboard -function common.PlayerSetLeaderboard(toPlayer,lb) end - ----PlayerGetLeaderboard ----@param toPlayer player ----@return leaderboard -function common.PlayerGetLeaderboard(toPlayer) end - ----设置文字颜色 [R] ----@param lb leaderboard ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.LeaderboardSetLabelColor(lb,red,green,blue,alpha) end - ----设置数值颜色 [R] ----@param lb leaderboard ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.LeaderboardSetValueColor(lb,red,green,blue,alpha) end - ----LeaderboardSetStyle ----@param lb leaderboard ----@param showLabel boolean ----@param showNames boolean ----@param showValues boolean ----@param showIcons boolean -function common.LeaderboardSetStyle(lb,showLabel,showNames,showValues,showIcons) end - ----LeaderboardSetItemValue ----@param lb leaderboard ----@param whichItem integer ----@param val integer -function common.LeaderboardSetItemValue(lb,whichItem,val) end - ----LeaderboardSetItemLabel ----@param lb leaderboard ----@param whichItem integer ----@param val string -function common.LeaderboardSetItemLabel(lb,whichItem,val) end - ----LeaderboardSetItemStyle ----@param lb leaderboard ----@param whichItem integer ----@param showLabel boolean ----@param showValue boolean ----@param showIcon boolean -function common.LeaderboardSetItemStyle(lb,whichItem,showLabel,showValue,showIcon) end - ----LeaderboardSetItemLabelColor ----@param lb leaderboard ----@param whichItem integer ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.LeaderboardSetItemLabelColor(lb,whichItem,red,green,blue,alpha) end - ----LeaderboardSetItemValueColor ----@param lb leaderboard ----@param whichItem integer ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.LeaderboardSetItemValueColor(lb,whichItem,red,green,blue,alpha) end - ----Create a multiboard object ----新建多面板 [R] ----@return multiboard -function common.CreateMultiboard() end - ----DestroyMultiboard ----@param lb multiboard -function common.DestroyMultiboard(lb) end - ----显示/隐藏 [R] ----@param lb multiboard ----@param show boolean -function common.MultiboardDisplay(lb,show) end - ----多列面板 是已显示的 ----@param lb multiboard ----@return boolean -function common.IsMultiboardDisplayed(lb) end - ----最大/最小化 [R] ----@param lb multiboard ----@param minimize boolean -function common.MultiboardMinimize(lb,minimize) end - ----多列面板 是最小化的 ----@param lb multiboard ----@return boolean -function common.IsMultiboardMinimized(lb) end - ----清除 多列面板 ----@param lb multiboard -function common.MultiboardClear(lb) end - ----改变 多列面板 标题 ----@param lb multiboard ----@param label string -function common.MultiboardSetTitleText(lb,label) end - ----多列面板 的标题 ----@param lb multiboard ----@return string -function common.MultiboardGetTitleText(lb) end - ----设置标题颜色 [R] ----@param lb multiboard ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.MultiboardSetTitleTextColor(lb,red,green,blue,alpha) end - ----获得多列面板 的行数 ----@param lb multiboard ----@return integer -function common.MultiboardGetRowCount(lb) end - ----获得多列面板 的列数 ----@param lb multiboard ----@return integer -function common.MultiboardGetColumnCount(lb) end - ----改变多列面板'列数' ----@param lb multiboard ----@param count integer -function common.MultiboardSetColumnCount(lb,count) end - ----改变多列面板'行数' ----@param lb multiboard ----@param count integer -function common.MultiboardSetRowCount(lb,count) end - ----broadcast settings to all items ----设置所有项目显示风格 [R] ----@param lb multiboard ----@param showValues boolean ----@param showIcons boolean -function common.MultiboardSetItemsStyle(lb,showValues,showIcons) end - ----设置所有项目文本 [R] ----@param lb multiboard ----@param value string -function common.MultiboardSetItemsValue(lb,value) end - ----设置所有项目颜色 [R] ----@param lb multiboard ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.MultiboardSetItemsValueColor(lb,red,green,blue,alpha) end - ----设置所有项目宽度 [R] ----@param lb multiboard ----@param width real -function common.MultiboardSetItemsWidth(lb,width) end - ----设置所有项目图标 [R] ----@param lb multiboard ----@param iconPath string -function common.MultiboardSetItemsIcon(lb,iconPath) end - ----funcs for modifying individual items ----多面板项目 [R] ----@param lb multiboard ----@param row integer ----@param column integer ----@return multiboarditem -function common.MultiboardGetItem(lb,row,column) end - ----删除多面板项目 [R] ----@param mbi multiboarditem -function common.MultiboardReleaseItem(mbi) end - ----设置指定项目显示风格 [R] ----@param mbi multiboarditem ----@param showValue boolean ----@param showIcon boolean -function common.MultiboardSetItemStyle(mbi,showValue,showIcon) end - ----设置指定项目文本 [R] ----@param mbi multiboarditem ----@param val string -function common.MultiboardSetItemValue(mbi,val) end - ----设置指定项目颜色 [R] ----@param mbi multiboarditem ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.MultiboardSetItemValueColor(mbi,red,green,blue,alpha) end - ----设置指定项目宽度 [R] ----@param mbi multiboarditem ----@param width real -function common.MultiboardSetItemWidth(mbi,width) end - ----设置指定项目图标 [R] ----@param mbi multiboarditem ----@param iconFileName string -function common.MultiboardSetItemIcon(mbi,iconFileName) end - ----meant to unequivocally suspend display of existing and ----subsequently displayed multiboards ----显示/隐藏多面板模式 [R] ----@param flag boolean -function common.MultiboardSuppressDisplay(flag) end - ----Camera API ----Camera API ----@param x real ----@param y real -function common.SetCameraPosition(x,y) end - ----设置空格键转向点(所有玩家) [R] ----@param x real ----@param y real -function common.SetCameraQuickPosition(x,y) end - ----设置可用镜头区域(所有玩家) [R] ----@param x1 real ----@param y1 real ----@param x2 real ----@param y2 real ----@param x3 real ----@param y3 real ----@param x4 real ----@param y4 real -function common.SetCameraBounds(x1,y1,x2,y2,x3,y3,x4,y4) end - ----停止播放镜头(所有玩家) [R] -function common.StopCamera() end - ----重置游戏镜头(所有玩家) [R] ----@param duration real -function common.ResetToGameCamera(duration) end - ----PanCameraTo ----@param x real ----@param y real -function common.PanCameraTo(x,y) end - ----平移镜头(所有玩家)(限时) [R] ----@param x real ----@param y real ----@param duration real -function common.PanCameraToTimed(x,y,duration) end - ----PanCameraToWithZ ----@param x real ----@param y real ----@param zOffsetDest real -function common.PanCameraToWithZ(x,y,zOffsetDest) end - ----指定高度平移镜头(所有玩家)(限时) [R] ----@param x real ----@param y real ----@param zOffsetDest real ----@param duration real -function common.PanCameraToTimedWithZ(x,y,zOffsetDest,duration) end - ----播放电影镜头(所有玩家) [R] ----@param cameraModelFile string -function common.SetCinematicCamera(cameraModelFile) end - ----指定点旋转镜头(所有玩家)(弧度)(限时) [R] ----@param x real ----@param y real ----@param radiansToSweep real ----@param duration real -function common.SetCameraRotateMode(x,y,radiansToSweep,duration) end - ----设置镜头属性(所有玩家)(限时) [R] ----@param whichField camerafield ----@param value real ----@param duration real -function common.SetCameraField(whichField,value,duration) end - ----AdjustCameraField ----@param whichField camerafield ----@param offset real ----@param duration real -function common.AdjustCameraField(whichField,offset,duration) end - ----锁定镜头到单位(所有玩家) [R] ----@param whichUnit unit ----@param xoffset real ----@param yoffset real ----@param inheritOrientation boolean -function common.SetCameraTargetController(whichUnit,xoffset,yoffset,inheritOrientation) end - ----锁定镜头到单位(固定镜头源)(所有玩家) [R] ----@param whichUnit unit ----@param xoffset real ----@param yoffset real -function common.SetCameraOrientController(whichUnit,xoffset,yoffset) end - ----CreateCameraSetup ----@return camerasetup -function common.CreateCameraSetup() end - ----CameraSetupSetField ----@param whichSetup camerasetup ----@param whichField camerafield ----@param value real ----@param duration real -function common.CameraSetupSetField(whichSetup,whichField,value,duration) end - ----镜头属性(指定镜头) [R] ----@param whichSetup camerasetup ----@param whichField camerafield ----@return real -function common.CameraSetupGetField(whichSetup,whichField) end - ----CameraSetupSetDestPosition ----@param whichSetup camerasetup ----@param x real ----@param y real ----@param duration real -function common.CameraSetupSetDestPosition(whichSetup,x,y,duration) end - ----摄象机的目标 ----@param whichSetup camerasetup ----@return location -function common.CameraSetupGetDestPositionLoc(whichSetup) end - ----CameraSetupGetDestPositionX ----@param whichSetup camerasetup ----@return real -function common.CameraSetupGetDestPositionX(whichSetup) end - ----CameraSetupGetDestPositionY ----@param whichSetup camerasetup ----@return real -function common.CameraSetupGetDestPositionY(whichSetup) end - ----CameraSetupApply ----@param whichSetup camerasetup ----@param doPan boolean ----@param panTimed boolean -function common.CameraSetupApply(whichSetup,doPan,panTimed) end - ----CameraSetupApplyWithZ ----@param whichSetup camerasetup ----@param zDestOffset real -function common.CameraSetupApplyWithZ(whichSetup,zDestOffset) end - ----应用镜头(所有玩家)(限时) [R] ----@param whichSetup camerasetup ----@param doPan boolean ----@param forceDuration real -function common.CameraSetupApplyForceDuration(whichSetup,doPan,forceDuration) end - ----CameraSetupApplyForceDurationWithZ ----@param whichSetup camerasetup ----@param zDestOffset real ----@param forceDuration real -function common.CameraSetupApplyForceDurationWithZ(whichSetup,zDestOffset,forceDuration) end - ----CameraSetTargetNoise ----@param mag real ----@param velocity real -function common.CameraSetTargetNoise(mag,velocity) end - ----CameraSetSourceNoise ----@param mag real ----@param velocity real -function common.CameraSetSourceNoise(mag,velocity) end - ----摇晃镜头目标(所有玩家) [R] ----@param mag real ----@param velocity real ----@param vertOnly boolean -function common.CameraSetTargetNoiseEx(mag,velocity,vertOnly) end - ----摇晃镜头源(所有玩家) [R] ----@param mag real ----@param velocity real ----@param vertOnly boolean -function common.CameraSetSourceNoiseEx(mag,velocity,vertOnly) end - ----CameraSetSmoothingFactor ----@param factor real -function common.CameraSetSmoothingFactor(factor) end - ----CameraSetFocalDistance ----@param distance real -function common.CameraSetFocalDistance(distance) end - ----CameraSetDepthOfFieldScale ----@param scale real -function common.CameraSetDepthOfFieldScale(scale) end - ----SetCineFilterTexture ----@param filename string -function common.SetCineFilterTexture(filename) end - ----SetCineFilterBlendMode ----@param whichMode blendmode -function common.SetCineFilterBlendMode(whichMode) end - ----SetCineFilterTexMapFlags ----@param whichFlags texmapflags -function common.SetCineFilterTexMapFlags(whichFlags) end - ----SetCineFilterStartUV ----@param minu real ----@param minv real ----@param maxu real ----@param maxv real -function common.SetCineFilterStartUV(minu,minv,maxu,maxv) end - ----SetCineFilterEndUV ----@param minu real ----@param minv real ----@param maxu real ----@param maxv real -function common.SetCineFilterEndUV(minu,minv,maxu,maxv) end - ----SetCineFilterStartColor ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.SetCineFilterStartColor(red,green,blue,alpha) end - ----SetCineFilterEndColor ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.SetCineFilterEndColor(red,green,blue,alpha) end - ----SetCineFilterDuration ----@param duration real -function common.SetCineFilterDuration(duration) end - ----DisplayCineFilter ----@param flag boolean -function common.DisplayCineFilter(flag) end - ----IsCineFilterDisplayed ----@return boolean -function common.IsCineFilterDisplayed() end - ----SetCinematicScene ----@param portraitUnitId integer ----@param color playercolor ----@param speakerTitle string ----@param text string ----@param sceneDuration real ----@param voiceoverDuration real -function common.SetCinematicScene(portraitUnitId,color,speakerTitle,text,sceneDuration,voiceoverDuration) end - ----EndCinematicScene -function common.EndCinematicScene() end - ----ForceCinematicSubtitles ----@param flag boolean -function common.ForceCinematicSubtitles(flag) end - ----SetCinematicAudio ----@param cinematicAudio boolean -function common.SetCinematicAudio(cinematicAudio) end - ----GetCameraMargin ----@param whichMargin integer ----@return real -function common.GetCameraMargin(whichMargin) end - ----These return values for the local players camera only... ----These return values for the local players camera only... ----@return real -function common.GetCameraBoundMinX() end - ----GetCameraBoundMinY ----@return real -function common.GetCameraBoundMinY() end - ----GetCameraBoundMaxX ----@return real -function common.GetCameraBoundMaxX() end - ----GetCameraBoundMaxY ----@return real -function common.GetCameraBoundMaxY() end - ----当前摄象机的数值 ----@param whichField camerafield ----@return real -function common.GetCameraField(whichField) end - ----当前摄象机的目标的 X 坐标 ----@return real -function common.GetCameraTargetPositionX() end - ----当前摄象机的目标的 Y 坐标 ----@return real -function common.GetCameraTargetPositionY() end - ----当前摄象机的目标的 Z 坐标 ----@return real -function common.GetCameraTargetPositionZ() end - ----当前摄象机的目标 ----@return location -function common.GetCameraTargetPositionLoc() end - ----当前摄象机的位置的 X 坐标 ----@return real -function common.GetCameraEyePositionX() end - ----当前摄象机的位置的 Y 坐标 ----@return real -function common.GetCameraEyePositionY() end - ----当前摄象机的位置的 Z 坐标 ----@return real -function common.GetCameraEyePositionZ() end - ----当前照相机的位置 ----@return location -function common.GetCameraEyePositionLoc() end - ----Sound API ----@param environmentName string -function common.NewSoundEnvironment(environmentName) end - ----CreateSound ----@param fileName string ----@param looping boolean ----@param is3D boolean ----@param stopwhenoutofrange boolean ----@param fadeInRate integer ----@param fadeOutRate integer ----@param eaxSetting string ----@return sound -function common.CreateSound(fileName,looping,is3D,stopwhenoutofrange,fadeInRate,fadeOutRate,eaxSetting) end - ----CreateSoundFilenameWithLabel ----@param fileName string ----@param looping boolean ----@param is3D boolean ----@param stopwhenoutofrange boolean ----@param fadeInRate integer ----@param fadeOutRate integer ----@param SLKEntryName string ----@return sound -function common.CreateSoundFilenameWithLabel(fileName,looping,is3D,stopwhenoutofrange,fadeInRate,fadeOutRate,SLKEntryName) end - ----CreateSoundFromLabel ----@param soundLabel string ----@param looping boolean ----@param is3D boolean ----@param stopwhenoutofrange boolean ----@param fadeInRate integer ----@param fadeOutRate integer ----@return sound -function common.CreateSoundFromLabel(soundLabel,looping,is3D,stopwhenoutofrange,fadeInRate,fadeOutRate) end - ----CreateMIDISound ----@param soundLabel string ----@param fadeInRate integer ----@param fadeOutRate integer ----@return sound -function common.CreateMIDISound(soundLabel,fadeInRate,fadeOutRate) end - ----SetSoundParamsFromLabel ----@param soundHandle sound ----@param soundLabel string -function common.SetSoundParamsFromLabel(soundHandle,soundLabel) end - ----SetSoundDistanceCutoff ----@param soundHandle sound ----@param cutoff real -function common.SetSoundDistanceCutoff(soundHandle,cutoff) end - ----SetSoundChannel ----@param soundHandle sound ----@param channel integer -function common.SetSoundChannel(soundHandle,channel) end - ----设置音效音量 [R] ----@param soundHandle sound ----@param volume integer -function common.SetSoundVolume(soundHandle,volume) end - ----SetSoundPitch ----@param soundHandle sound ----@param pitch real -function common.SetSoundPitch(soundHandle,pitch) end - ----the following method must be called immediately after calling "StartSound" ----设置音效播放时间点 [R] ----@param soundHandle sound ----@param millisecs integer -function common.SetSoundPlayPosition(soundHandle,millisecs) end - ----these calls are only valid if the sound was created with 3d enabled ----设置3D声音距离 ----@param soundHandle sound ----@param minDist real ----@param maxDist real -function common.SetSoundDistances(soundHandle,minDist,maxDist) end - ----SetSoundConeAngles ----@param soundHandle sound ----@param inside real ----@param outside real ----@param outsideVolume integer -function common.SetSoundConeAngles(soundHandle,inside,outside,outsideVolume) end - ----SetSoundConeOrientation ----@param soundHandle sound ----@param x real ----@param y real ----@param z real -function common.SetSoundConeOrientation(soundHandle,x,y,z) end - ----设置3D音效位置(指定坐标) [R] ----@param soundHandle sound ----@param x real ----@param y real ----@param z real -function common.SetSoundPosition(soundHandle,x,y,z) end - ----SetSoundVelocity ----@param soundHandle sound ----@param x real ----@param y real ----@param z real -function common.SetSoundVelocity(soundHandle,x,y,z) end - ----AttachSoundToUnit ----@param soundHandle sound ----@param whichUnit unit -function common.AttachSoundToUnit(soundHandle,whichUnit) end - ----StartSound ----@param soundHandle sound -function common.StartSound(soundHandle) end - ----StopSound ----@param soundHandle sound ----@param killWhenDone boolean ----@param fadeOut boolean -function common.StopSound(soundHandle,killWhenDone,fadeOut) end - ----KillSoundWhenDone ----@param soundHandle sound -function common.KillSoundWhenDone(soundHandle) end - ----Music Interface. Note that if music is disabled, these calls do nothing ----设置背景音乐列表 [R] ----@param musicName string ----@param random boolean ----@param index integer -function common.SetMapMusic(musicName,random,index) end - ----ClearMapMusic -function common.ClearMapMusic() end - ----PlayMusic ----@param musicName string -function common.PlayMusic(musicName) end - ----PlayMusicEx ----@param musicName string ----@param frommsecs integer ----@param fadeinmsecs integer -function common.PlayMusicEx(musicName,frommsecs,fadeinmsecs) end - ----StopMusic ----@param fadeOut boolean -function common.StopMusic(fadeOut) end - ----ResumeMusic -function common.ResumeMusic() end - ----播放主题音乐 [C] ----@param musicFileName string -function common.PlayThematicMusic(musicFileName) end - ----跳播主题音乐 [R] ----@param musicFileName string ----@param frommsecs integer -function common.PlayThematicMusicEx(musicFileName,frommsecs) end - ----停止主题音乐[C] -function common.EndThematicMusic() end - ----设置背景音乐音量 [R] ----@param volume integer -function common.SetMusicVolume(volume) end - ----设置背景音乐播放时间点 [R] ----@param millisecs integer -function common.SetMusicPlayPosition(millisecs) end - ----SetThematicMusicVolume ----@param volume integer -function common.SetThematicMusicVolume(volume) end - ----设置主题音乐播放时间点 [R] ----@param millisecs integer -function common.SetThematicMusicPlayPosition(millisecs) end - ----other music and sound calls ----other music and sound calls ----@param soundHandle sound ----@param duration integer -function common.SetSoundDuration(soundHandle,duration) end - ----GetSoundDuration ----@param soundHandle sound ----@return integer -function common.GetSoundDuration(soundHandle) end - ----GetSoundFileDuration ----@param musicFileName string ----@return integer -function common.GetSoundFileDuration(musicFileName) end - ----设置多通道音量 [R] ----@param vgroup volumegroup ----@param scale real -function common.VolumeGroupSetVolume(vgroup,scale) end - ----VolumeGroupReset -function common.VolumeGroupReset() end - ----GetSoundIsPlaying ----@param soundHandle sound ----@return boolean -function common.GetSoundIsPlaying(soundHandle) end - ----GetSoundIsLoading ----@param soundHandle sound ----@return boolean -function common.GetSoundIsLoading(soundHandle) end - ----RegisterStackedSound ----@param soundHandle sound ----@param byPosition boolean ----@param rectwidth real ----@param rectheight real -function common.RegisterStackedSound(soundHandle,byPosition,rectwidth,rectheight) end - ----UnregisterStackedSound ----@param soundHandle sound ----@param byPosition boolean ----@param rectwidth real ----@param rectheight real -function common.UnregisterStackedSound(soundHandle,byPosition,rectwidth,rectheight) end - ----SetSoundFacialAnimationLabel ----@param soundHandle sound ----@param animationLabel string ----@return boolean -function common.SetSoundFacialAnimationLabel(soundHandle,animationLabel) end - ----SetSoundFacialAnimationGroupLabel ----@param soundHandle sound ----@param groupLabel string ----@return boolean -function common.SetSoundFacialAnimationGroupLabel(soundHandle,groupLabel) end - ----SetSoundFacialAnimationSetFilepath ----@param soundHandle sound ----@param animationSetFilepath string ----@return boolean -function common.SetSoundFacialAnimationSetFilepath(soundHandle,animationSetFilepath) end - ----Subtitle support that is attached to the soundHandle rather than as disperate data with the legacy UI ----Subtitle support that is attached to the soundHandle rather than as disperate data with the legacy UI ----@param soundHandle sound ----@param speakerName string ----@return boolean -function common.SetDialogueSpeakerNameKey(soundHandle,speakerName) end - ----GetDialogueSpeakerNameKey ----@param soundHandle sound ----@return string -function common.GetDialogueSpeakerNameKey(soundHandle) end - ----SetDialogueTextKey ----@param soundHandle sound ----@param dialogueText string ----@return boolean -function common.SetDialogueTextKey(soundHandle,dialogueText) end - ----GetDialogueTextKey ----@param soundHandle sound ----@return string -function common.GetDialogueTextKey(soundHandle) end - ----Effects API ----新建天气效果 [R] ----@param where rect ----@param effectID integer ----@return weathereffect -function common.AddWeatherEffect(where,effectID) end - ----RemoveWeatherEffect ----@param whichEffect weathereffect -function common.RemoveWeatherEffect(whichEffect) end - ----打开/关闭天气效果 ----@param whichEffect weathereffect ----@param enable boolean -function common.EnableWeatherEffect(whichEffect,enable) end - ----新建地形变化:弹坑 [R] ----@param x real ----@param y real ----@param radius real ----@param depth real ----@param duration integer ----@param permanent boolean ----@return terraindeformation -function common.TerrainDeformCrater(x,y,radius,depth,duration,permanent) end - ----新建地形变化:波纹 [R] ----@param x real ----@param y real ----@param radius real ----@param depth real ----@param duration integer ----@param count integer ----@param spaceWaves real ----@param timeWaves real ----@param radiusStartPct real ----@param limitNeg boolean ----@return terraindeformation -function common.TerrainDeformRipple(x,y,radius,depth,duration,count,spaceWaves,timeWaves,radiusStartPct,limitNeg) end - ----新建地形变化:冲击波 [R] ----@param x real ----@param y real ----@param dirX real ----@param dirY real ----@param distance real ----@param speed real ----@param radius real ----@param depth real ----@param trailTime integer ----@param count integer ----@return terraindeformation -function common.TerrainDeformWave(x,y,dirX,dirY,distance,speed,radius,depth,trailTime,count) end - ----新建地形变化:随机 [R] ----@param x real ----@param y real ----@param radius real ----@param minDelta real ----@param maxDelta real ----@param duration integer ----@param updateInterval integer ----@return terraindeformation -function common.TerrainDeformRandom(x,y,radius,minDelta,maxDelta,duration,updateInterval) end - ----停止地形变化 [R] ----@param deformation terraindeformation ----@param duration integer -function common.TerrainDeformStop(deformation,duration) end - ----停止所有地域变形 -function common.TerrainDeformStopAll() end - ----新建特效(创建到坐标) [R] ----@param modelName string ----@param x real ----@param y real ----@return effect -function common.AddSpecialEffect(modelName,x,y) end - ----新建特效(创建到点) [R] ----@param modelName string ----@param where location ----@return effect -function common.AddSpecialEffectLoc(modelName,where) end - ----新建特效(创建到单位) [R] ----@param modelName string ----@param targetWidget widget ----@param attachPointName string ----@return effect -function common.AddSpecialEffectTarget(modelName,targetWidget,attachPointName) end - ----DestroyEffect ----@param whichEffect effect -function common.DestroyEffect(whichEffect) end - ----AddSpellEffect ----@param abilityString string ----@param t effecttype ----@param x real ----@param y real ----@return effect -function common.AddSpellEffect(abilityString,t,x,y) end - ----AddSpellEffectLoc ----@param abilityString string ----@param t effecttype ----@param where location ----@return effect -function common.AddSpellEffectLoc(abilityString,t,where) end - ----新建特效(指定技能,创建到坐标) [R] ----@param abilityId integer ----@param t effecttype ----@param x real ----@param y real ----@return effect -function common.AddSpellEffectById(abilityId,t,x,y) end - ----新建特效(指定技能,创建到点) [R] ----@param abilityId integer ----@param t effecttype ----@param where location ----@return effect -function common.AddSpellEffectByIdLoc(abilityId,t,where) end - ----AddSpellEffectTarget ----@param modelName string ----@param t effecttype ----@param targetWidget widget ----@param attachPoint string ----@return effect -function common.AddSpellEffectTarget(modelName,t,targetWidget,attachPoint) end - ----新建特效(指定技能,创建到单位) [R] ----@param abilityId integer ----@param t effecttype ----@param targetWidget widget ----@param attachPoint string ----@return effect -function common.AddSpellEffectTargetById(abilityId,t,targetWidget,attachPoint) end - ----新建闪电效果 [R] ----@param codeName string ----@param checkVisibility boolean ----@param x1 real ----@param y1 real ----@param x2 real ----@param y2 real ----@return lightning -function common.AddLightning(codeName,checkVisibility,x1,y1,x2,y2) end - ----新建闪电效果(指定Z轴) [R] ----@param codeName string ----@param checkVisibility boolean ----@param x1 real ----@param y1 real ----@param z1 real ----@param x2 real ----@param y2 real ----@param z2 real ----@return lightning -function common.AddLightningEx(codeName,checkVisibility,x1,y1,z1,x2,y2,z2) end - ----DestroyLightning ----@param whichBolt lightning ----@return boolean -function common.DestroyLightning(whichBolt) end - ----MoveLightning ----@param whichBolt lightning ----@param checkVisibility boolean ----@param x1 real ----@param y1 real ----@param x2 real ----@param y2 real ----@return boolean -function common.MoveLightning(whichBolt,checkVisibility,x1,y1,x2,y2) end - ----移动闪电效果(指定坐标) [R] ----@param whichBolt lightning ----@param checkVisibility boolean ----@param x1 real ----@param y1 real ----@param z1 real ----@param x2 real ----@param y2 real ----@param z2 real ----@return boolean -function common.MoveLightningEx(whichBolt,checkVisibility,x1,y1,z1,x2,y2,z2) end - ----GetLightningColorA ----@param whichBolt lightning ----@return real -function common.GetLightningColorA(whichBolt) end - ----GetLightningColorR ----@param whichBolt lightning ----@return real -function common.GetLightningColorR(whichBolt) end - ----GetLightningColorG ----@param whichBolt lightning ----@return real -function common.GetLightningColorG(whichBolt) end - ----GetLightningColorB ----@param whichBolt lightning ----@return real -function common.GetLightningColorB(whichBolt) end - ----SetLightningColor ----@param whichBolt lightning ----@param r real ----@param g real ----@param b real ----@param a real ----@return boolean -function common.SetLightningColor(whichBolt,r,g,b,a) end - ----GetAbilityEffect ----@param abilityString string ----@param t effecttype ----@param index integer ----@return string -function common.GetAbilityEffect(abilityString,t,index) end - ----GetAbilityEffectById ----@param abilityId integer ----@param t effecttype ----@param index integer ----@return string -function common.GetAbilityEffectById(abilityId,t,index) end - ----GetAbilitySound ----@param abilityString string ----@param t soundtype ----@return string -function common.GetAbilitySound(abilityString,t) end - ----GetAbilitySoundById ----@param abilityId integer ----@param t soundtype ----@return string -function common.GetAbilitySoundById(abilityId,t) end - ----Terrain API ----地形悬崖高度(指定坐标) [R] ----@param x real ----@param y real ----@return integer -function common.GetTerrainCliffLevel(x,y) end - ----设置水颜色 [R] ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.SetWaterBaseColor(red,green,blue,alpha) end - ----设置 水变形 开/关 ----@param val boolean -function common.SetWaterDeforms(val) end - ----指定坐标地形 [R] ----@param x real ----@param y real ----@return integer -function common.GetTerrainType(x,y) end - ----地形样式(指定坐标) [R] ----@param x real ----@param y real ----@return integer -function common.GetTerrainVariance(x,y) end - ----改变地形类型(指定坐标) [R] ----@param x real ----@param y real ----@param terrainType integer ----@param variation integer ----@param area integer ----@param shape integer -function common.SetTerrainType(x,y,terrainType,variation,area,shape) end - ----地形通行状态关闭(指定坐标) [R] ----@param x real ----@param y real ----@param t pathingtype ----@return boolean -function common.IsTerrainPathable(x,y,t) end - ----设置地形通行状态(指定坐标) [R] ----@param x real ----@param y real ----@param t pathingtype ----@param flag boolean -function common.SetTerrainPathable(x,y,t,flag) end - ----Image API ----新建图像 [R] ----@param file string ----@param sizeX real ----@param sizeY real ----@param sizeZ real ----@param posX real ----@param posY real ----@param posZ real ----@param originX real ----@param originY real ----@param originZ real ----@param imageType integer ----@return image -function common.CreateImage(file,sizeX,sizeY,sizeZ,posX,posY,posZ,originX,originY,originZ,imageType) end - ----删除图像 ----@param whichImage image -function common.DestroyImage(whichImage) end - ----显示/隐藏 [R] ----@param whichImage image ----@param flag boolean -function common.ShowImage(whichImage,flag) end - ----改变图像高度 ----@param whichImage image ----@param flag boolean ----@param height real -function common.SetImageConstantHeight(whichImage,flag,height) end - ----改变图像位置(指定坐标) [R] ----@param whichImage image ----@param x real ----@param y real ----@param z real -function common.SetImagePosition(whichImage,x,y,z) end - ----改变图像颜色 [R] ----@param whichImage image ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer -function common.SetImageColor(whichImage,red,green,blue,alpha) end - ----改变图像着色状态 ----@param whichImage image ----@param flag boolean -function common.SetImageRender(whichImage,flag) end - ----改变图像永久着色状态 ----@param whichImage image ----@param flag boolean -function common.SetImageRenderAlways(whichImage,flag) end - ----改变图像水上状态 ----@param whichImage image ----@param flag boolean ----@param useWaterAlpha boolean -function common.SetImageAboveWater(whichImage,flag,useWaterAlpha) end - ----改变图像类型 ----@param whichImage image ----@param imageType integer -function common.SetImageType(whichImage,imageType) end - ----Ubersplat API ----新建地面纹理变化 [R] ----@param x real ----@param y real ----@param name string ----@param red integer ----@param green integer ----@param blue integer ----@param alpha integer ----@param forcePaused boolean ----@param noBirthTime boolean ----@return ubersplat -function common.CreateUbersplat(x,y,name,red,green,blue,alpha,forcePaused,noBirthTime) end - ----删除地面纹理 ----@param whichSplat ubersplat -function common.DestroyUbersplat(whichSplat) end - ----重置地面纹理 ----@param whichSplat ubersplat -function common.ResetUbersplat(whichSplat) end - ----完成地面纹理 ----@param whichSplat ubersplat -function common.FinishUbersplat(whichSplat) end - ----显示/隐藏 地面纹理变化[R] ----@param whichSplat ubersplat ----@param flag boolean -function common.ShowUbersplat(whichSplat,flag) end - ----改变地面纹理着色状态 ----@param whichSplat ubersplat ----@param flag boolean -function common.SetUbersplatRender(whichSplat,flag) end - ----改变地面纹理永久着色状态 ----@param whichSplat ubersplat ----@param flag boolean -function common.SetUbersplatRenderAlways(whichSplat,flag) end - ----Blight API ----创建/删除荒芜地表(圆范围)(指定坐标) [R] ----@param whichPlayer player ----@param x real ----@param y real ----@param radius real ----@param addBlight boolean -function common.SetBlight(whichPlayer,x,y,radius,addBlight) end - ----创建/删除荒芜地表(矩形区域) [R] ----@param whichPlayer player ----@param r rect ----@param addBlight boolean -function common.SetBlightRect(whichPlayer,r,addBlight) end - ----SetBlightPoint ----@param whichPlayer player ----@param x real ----@param y real ----@param addBlight boolean -function common.SetBlightPoint(whichPlayer,x,y,addBlight) end - ----SetBlightLoc ----@param whichPlayer player ----@param whichLocation location ----@param radius real ----@param addBlight boolean -function common.SetBlightLoc(whichPlayer,whichLocation,radius,addBlight) end - ----新建不死族金矿 [R] ----@param id player ----@param x real ----@param y real ----@param face real ----@return unit -function common.CreateBlightedGoldmine(id,x,y,face) end - ----坐标点被荒芜地表覆盖 [R] ----@param x real ----@param y real ----@return boolean -function common.IsPointBlighted(x,y) end - ----Doodad API ----播放圆范围内地形装饰物动画 [R] ----@param x real ----@param y real ----@param radius real ----@param doodadID integer ----@param nearestOnly boolean ----@param animName string ----@param animRandom boolean -function common.SetDoodadAnimation(x,y,radius,doodadID,nearestOnly,animName,animRandom) end - ----播放矩形区域内地形装饰物动画 [R] ----@param r rect ----@param doodadID integer ----@param animName string ----@param animRandom boolean -function common.SetDoodadAnimationRect(r,doodadID,animName,animRandom) end - ----Computer AI interface ----启动对战 AI ----@param num player ----@param script string -function common.StartMeleeAI(num,script) end - ----启动战役 AI ----@param num player ----@param script string -function common.StartCampaignAI(num,script) end - ----发送 AI 命令 ----@param num player ----@param command integer ----@param data integer -function common.CommandAI(num,command,data) end - ----暂停/恢复 AI脚本运行 [R] ----@param p player ----@param pause boolean -function common.PauseCompAI(p,pause) end - ----对战 AI ----@param num player ----@return aidifficulty -function common.GetAIDifficulty(num) end - ----忽略单位的防守职责 ----@param hUnit unit -function common.RemoveGuardPosition(hUnit) end - ----恢复单位的防守职责 ----@param hUnit unit -function common.RecycleGuardPosition(hUnit) end - ----忽略所有单位的防守职责 ----@param num player -function common.RemoveAllGuardPositions(num) end - ----** Cheat标签 ** ----@param cheatStr string -function common.Cheat(cheatStr) end - ----无法胜利 [R] ----@return boolean -function common.IsNoVictoryCheat() end - ----无法失败 [R] ----@return boolean -function common.IsNoDefeatCheat() end - ----预读文件 ----@param filename string -function common.Preload(filename) end - ----开始预读 ----@param timeout real -function common.PreloadEnd(timeout) end - ----PreloadStart -function common.PreloadStart() end - ----PreloadRefresh -function common.PreloadRefresh() end - ----PreloadEndEx -function common.PreloadEndEx() end - ----PreloadGenClear -function common.PreloadGenClear() end - ----PreloadGenStart -function common.PreloadGenStart() end - ----PreloadGenEnd ----@param filename string -function common.PreloadGenEnd(filename) end - ----预读一批文件 ----@param filename string -function common.Preloader(filename) end - ----Automation Test ----Automation Test ----@param testType string -function common.AutomationSetTestType(testType) end - ----AutomationTestStart ----@param testName string -function common.AutomationTestStart(testName) end - ----AutomationTestEnd -function common.AutomationTestEnd() end - ----AutomationTestingFinished -function common.AutomationTestingFinished() end - ----RequestExtraIntegerData ----@param dataType integer ----@param whichPlayer player ----@param param1 string ----@param param2 string ----@param param3 boolean ----@param param4 integer ----@param param5 integer ----@param param6 integer ----@return integer -function common.RequestExtraIntegerData(dataType,whichPlayer,param1,param2,param3,param4,param5,param6) end - ----RequestExtraBooleanData ----@param dataType integer ----@param whichPlayer player ----@param param1 string ----@param param2 string ----@param param3 boolean ----@param param4 integer ----@param param5 integer ----@param param6 integer ----@return boolean -function common.RequestExtraBooleanData(dataType,whichPlayer,param1,param2,param3,param4,param5,param6) end - ----RequestExtraStringData ----@param dataType integer ----@param whichPlayer player ----@param param1 string ----@param param2 string ----@param param3 boolean ----@param param4 integer ----@param param5 integer ----@param param6 integer ----@return string -function common.RequestExtraStringData(dataType,whichPlayer,param1,param2,param3,param4,param5,param6) end - ----RequestExtraRealData ----@param dataType integer ----@param whichPlayer player ----@param param1 string ----@param param2 string ----@param param3 boolean ----@param param4 integer ----@param param5 integer ----@param param6 integer ----@return real -function common.RequestExtraRealData(dataType,whichPlayer,param1,param2,param3,param4,param5,param6) end - ----CreateCommandButtonEffect ----@param abilityId integer ----@param order string ----@return commandbuttoneffect -function common.CreateCommandButtonEffect(abilityId,order) end - ----CreateUpgradeCommandButtonEffect ----@param whichUprgade integer ----@return commandbuttoneffect -function common.CreateUpgradeCommandButtonEffect(whichUprgade) end - ----CreateLearnCommandButtonEffect ----@param abilityId integer ----@return commandbuttoneffect -function common.CreateLearnCommandButtonEffect(abilityId) end - ----DestroyCommandButtonEffect ----@param whichEffect commandbuttoneffect -function common.DestroyCommandButtonEffect(whichEffect) end - -return common diff --git a/test/example/largeGlobal.txt b/test/example/largeGlobal.txt deleted file mode 100644 index 23c93d6a7..000000000 --- a/test/example/largeGlobal.txt +++ /dev/null @@ -1,28101 +0,0 @@ ---Generated By protoc-gen-lua Do not Edit -local protobuf = require "protobuf.protobuf" -local config_predefine_pb = require("Protol.config_predefine_pb") -module('Protol.config_pb') - -ARENA_DATA_CFG = protobuf.Descriptor(); -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_DURATION_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_DAY_LIST_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_SPAN_TIME_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_MIN_RATIO_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_RATIO_ADDITION_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_MAX_RATIO_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD = protobuf.FieldDescriptor(); -ARENA_DATA_CFGS = protobuf.Descriptor(); -ARENA_DATA_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ARENA_REWARD_CFG = protobuf.Descriptor(); -ARENA_REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ARENA_REWARD_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -ARENA_REWARD_CFG_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD = protobuf.FieldDescriptor(); -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -ARENA_REWARD_CFGS = protobuf.Descriptor(); -ARENA_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOWINFO_CFG = protobuf.Descriptor(); -BOSS_SHOWINFO_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOWINFO_CFGS = protobuf.Descriptor(); -BOSS_SHOWINFO_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG = protobuf.Descriptor(); -BOSS_SHOW_UI_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG_PAINT_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_UI_CFGS = protobuf.Descriptor(); -BOSS_SHOW_UI_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_CAM_CFG = protobuf.Descriptor(); -BOSS_SHOW_CAM_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_CAM_CFG_POS_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_CAM_CFG_DURATION_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_CAM_CFG_ROLL_FIELD = protobuf.FieldDescriptor(); -BOSS_SHOW_CAM_CFGS = protobuf.Descriptor(); -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG = protobuf.Descriptor(); -BUFF_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_NAME_TIPS_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_DESC_TIPS_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_VISUABLE_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_COUNTDOWN_TYPE_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BUFF_TYPE_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_EXIST_TIME_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_ATK_LV_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_AM_BEATEN_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_AM_BEATEN_EFF_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BEATEN_TIME_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BEAT_BACK_TYPE_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BEAT_DIS_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_AM_DEAD_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_DEAD_BACK_TYPE_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_DEAD_DIS_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_CRIT_EFFECT_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BUFF_WORD_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BUFF_IDLE_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BUFF_RUN_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BUFF_EFFECT_FIELD = protobuf.FieldDescriptor(); -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD = protobuf.FieldDescriptor(); -BUFF_CFGS = protobuf.Descriptor(); -BUFF_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BUFF_EFFECT_CFG = protobuf.Descriptor(); -BUFF_EFFECT_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BUFF_EFFECT_CFG_FORMULA_ID_FIELD = protobuf.FieldDescriptor(); -BUFF_EFFECT_CFGS = protobuf.Descriptor(); -BUFF_EFFECT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG = protobuf.Descriptor(); -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_GENDER_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROF_ICON_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROP_STARS_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_POS_DES_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROF_NAME_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROF_RES_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_SKILL_RES_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_IS_OPEN_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_MP_TYPE_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD = protobuf.FieldDescriptor(); -CHAR_DEFAULT_CFGS = protobuf.Descriptor(); -CHAR_DEFAULT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -COOLDOWN_CFG = protobuf.Descriptor(); -COOLDOWN_CFG_ID_FIELD = protobuf.FieldDescriptor(); -COOLDOWN_CFG_TATOL_TIME_FIELD = protobuf.FieldDescriptor(); -COOLDOWN_CFGS = protobuf.Descriptor(); -COOLDOWN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG = protobuf.Descriptor(); -MONSTER_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_SHOW_NAME_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_SHOW_ICON_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_WHETHER_SHOWNAME_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_MONSTER_DESC_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_CAMP_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_CAMP_RELATION_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_PROPS_ID_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_SKILLS_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_AVATAR_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_AVATAR_SCALE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACT_IDLE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACT_MOVE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACT_BORN_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_BORN_TIME_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACT_DEAD_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_RANGE_TYPE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_RANGE_PARA1_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_RANGE_PARA2_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_DROP_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_HEAD_PORTRAIT_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_RADIUS_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_MONSTER_TYPE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_LOCK_SIZE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_HALO_SWITCH_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD = protobuf.FieldDescriptor(); -MONSTER_CFGS = protobuf.Descriptor(); -MONSTER_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BUSINESS_ACTIVITY_CFG = protobuf.Descriptor(); -BUSINESS_ACTIVITY_CFG_GUID_FIELD = protobuf.FieldDescriptor(); -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD = protobuf.FieldDescriptor(); -BUSINESS_ACTIVITY_CFGS = protobuf.Descriptor(); -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG = protobuf.Descriptor(); -ACTIVITY_CFG_GUID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_DACTIVITY_NAME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_NEED_LEVEL_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_TOTAL_TIMES_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ACTIVATION_POINT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ACTIVATION_MODE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_START_WEEKS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_SIGNUP_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_BEGIN_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_END_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_DAILY_TYPE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_WHETHER_BATTLE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_DACTIVITY_ICON_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_PARTAKE_MODE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_TICKETITEM_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_FINDING_PATH_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_OPEN_FUNC_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_TIME_SHOW_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_FORM_SHOW_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_TIPS_SHOW_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_ITEMS_SHOW_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_CUE_SHOW_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_CUE_TEXT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_CORRECT_TEXT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFG_NEGATE_TEXT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_CFGS = protobuf.Descriptor(); -ACTIVITY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_CFG = protobuf.Descriptor(); -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_CFG_RESET_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_CFG_DEPOSIT_LV_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_CFGS = protobuf.Descriptor(); -ACTIVATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG = protobuf.Descriptor(); -ACTIVATION_REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD = protobuf.FieldDescriptor(); -ACTIVATION_REWARD_CFGS = protobuf.Descriptor(); -ACTIVATION_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRADE_TOP_TABS_CFG = protobuf.Descriptor(); -TRADE_TOP_TABS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TRADE_TOP_TABS_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -TRADE_TOP_TABS_CFG_TABS_FIELD = protobuf.FieldDescriptor(); -TRADE_TOP_TABS_CFGS = protobuf.Descriptor(); -TRADE_TOP_TABS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG = protobuf.Descriptor(); -TRADE_SUB_TABS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_RULES_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD = protobuf.FieldDescriptor(); -TRADE_SUB_TABS_CFGS = protobuf.Descriptor(); -TRADE_SUB_TABS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRADE_FILTER_RULES_CFG = protobuf.Descriptor(); -TRADE_FILTER_RULES_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TRADE_FILTER_RULES_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -TRADE_FILTER_RULES_CFG_FIELDS_FIELD = protobuf.FieldDescriptor(); -TRADE_FILTER_RULES_CFG_VALUES_FIELD = protobuf.FieldDescriptor(); -TRADE_FILTER_RULES_CFGS = protobuf.Descriptor(); -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRADE_SORT_RULES_CFG = protobuf.Descriptor(); -TRADE_SORT_RULES_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TRADE_SORT_RULES_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -TRADE_SORT_RULES_CFG_PROP_FIELD = protobuf.FieldDescriptor(); -TRADE_SORT_RULES_CFG_UP_FIELD = protobuf.FieldDescriptor(); -TRADE_SORT_RULES_CFGS = protobuf.Descriptor(); -TRADE_SORT_RULES_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG = protobuf.Descriptor(); -BASE_PROP_CFG_PROF_TYPE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HP_MAX_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_MP_MAX_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ATTACK_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DEFENSE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HIT_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DODGE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_CRITICAL_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_CRITICAL_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_CRITICAL_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_XP_MAX_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HIT_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DODGE_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_CRITICAL_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DECELERATTE_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_SLEEP_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HOLD_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_CHARM_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_SILENCE_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_SPEED_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HP_SELF_HEAL_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_MP_SELF_HEAL_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HP_HIT_RETURN_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_MP_HIT_RETURN_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_MAUD_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_MIND_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_CONSTITUTION_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_INTENSITY_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DEADLY_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_BLOCK_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_HP_KILL_RETURN_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_XP_SELF_HEAL_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD = protobuf.FieldDescriptor(); -BASE_PROP_CFGS = protobuf.Descriptor(); -BASE_PROP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG = protobuf.Descriptor(); -LEVEL_EXP_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_NEED_EXP_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_CAMP_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_EXP_MAX_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD = protobuf.FieldDescriptor(); -LEVEL_EXP_CFGS = protobuf.Descriptor(); -LEVEL_EXP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -LANGUAGE_CFG = protobuf.Descriptor(); -LANGUAGE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -LANGUAGE_CFG_TEXT_FIELD = protobuf.FieldDescriptor(); -LANGUAGE_CFGS = protobuf.Descriptor(); -LANGUAGE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG = protobuf.Descriptor(); -MISSION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_GROUPID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_COLOUR_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_NAME_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TEXT_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TARGET1_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TARGET2_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TARGET3_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TYPE_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TARGETTYPE_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_OCCUPATION_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_REPEAT_WHETHER_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_DIRECTACCE_WHETHER_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_AUTO_WHETHER_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_AUTO_COMMIT_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_FRONTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_TRIGGERLV_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_GIVEUP_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSIONNODE_LIST_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_DAILY_TIMES_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_RESET_TIME_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_DURATION_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPT_SCENEID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPT_NPCID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_CONDUCT_SCENEID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_CONDUCT_NPCID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SUBMIT_SCENEID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SUBMIT_NPCID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_KILL_NPCID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_KILL_NPCNUM_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_KILL_NPCDROP_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_TALK_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_COLLECT_ITEMID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_COLLECT_ITEMNUM_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_COLLECTION_NPCID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_COLLECTION_NPCNUM_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_USED_ITEMID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_INTO_BATTLEID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_TARGET_GRADE_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_FUNCTION_SCRIPT_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPT_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_CONDUCT_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SUBMIT_PLOTID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_TRIGGER_BLUR_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPT_BLUR_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_CONDUCT_BLUR_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_REWARD_ITEMID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_FAILED_ITEMID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_DISPLAY_WHETHER_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPT_DELIVERY_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_MISSION_CONVOYS_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_BIAOCHE_MOUNT_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SCENE_IS_COPY_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ALLOW_SHOW_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPTED_SHOW_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_COMMIT_SHOW_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_OPEN_FUNC_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_BTN_NAME_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_EVENT_TYPE_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_KILL_PLAYER_NUM_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_KILL_PLAYER_MAP_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SUPPORT_PAUSE_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_SUBMISSION_HEAD_FIELD = protobuf.FieldDescriptor(); -MISSION_CFG_ROUTE_MARK_ID_FIELD = protobuf.FieldDescriptor(); -MISSION_CFGS = protobuf.Descriptor(); -MISSION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MISSION_GROUP_CFG = protobuf.Descriptor(); -MISSION_GROUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD = protobuf.FieldDescriptor(); -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD = protobuf.FieldDescriptor(); -MISSION_GROUP_CFGS = protobuf.Descriptor(); -MISSION_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG = protobuf.Descriptor(); -NPC_SPAWN_METHOD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD = protobuf.FieldDescriptor(); -NPC_SPAWN_METHOD_CFGS = protobuf.Descriptor(); -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG = protobuf.Descriptor(); -NPC_FUNCTION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_BUTTONS_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_CONTENT_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_FUNCTIONS_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_FUNC_PARA_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD = protobuf.FieldDescriptor(); -NPC_FUNCTION_CFGS = protobuf.Descriptor(); -NPC_FUNCTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PLAYSCG_CFG = protobuf.Descriptor(); -PLAYSCG_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PLAYSCG_CFG_STATE_FIELD = protobuf.FieldDescriptor(); -PLAYSCG_CFGS = protobuf.Descriptor(); -PLAYSCG_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG = protobuf.Descriptor(); -PLOT_DATA_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_NEXT_PLOT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_CONTENT_ID_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_CAN_SKIP_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_ID_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_IMAGE_ID_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_STAY_TIME_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_AUDIORES_ID_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_POS_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_SCALE_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_SHOW_BG_ID_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFG_INSERT_NAME_FIELD = protobuf.FieldDescriptor(); -PLOT_DATA_CFGS = protobuf.Descriptor(); -PLOT_DATA_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GLOBAL_PARAM_CFG = protobuf.Descriptor(); -GLOBAL_PARAM_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GLOBAL_PARAM_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -GLOBAL_PARAM_CFG_VALUE_FIELD = protobuf.FieldDescriptor(); -GLOBAL_PARAM_CFGS = protobuf.Descriptor(); -GLOBAL_PARAM_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PROP_TYPE_CFG = protobuf.Descriptor(); -PROP_TYPE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PROP_TYPE_CFG_IS_RATE_FIELD = protobuf.FieldDescriptor(); -PROP_TYPE_CFG_ATTRIBUTE_FIELD = protobuf.FieldDescriptor(); -PROP_TYPE_CFGS = protobuf.Descriptor(); -PROP_TYPE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ATTRIBUTE_SHOW_CFG = protobuf.Descriptor(); -ATTRIBUTE_SHOW_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -ATTRIBUTE_SHOW_CFGS = protobuf.Descriptor(); -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RES_PATH_CFG = protobuf.Descriptor(); -RES_PATH_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RES_PATH_CFG_RES_PATH_FIELD = protobuf.FieldDescriptor(); -RES_PATH_CFG_ONE_BUNDLE_FIELD = protobuf.FieldDescriptor(); -RES_PATH_CFGS = protobuf.Descriptor(); -RES_PATH_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG = protobuf.Descriptor(); -SCENE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_MAPID_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_IS_SAME_SCENE_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_SCENE_ROUTE_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_CAMERA_PATH_RES_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_SCENE_RECAST_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_SCENE_LENGTH_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_SCENE_WIDTH_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_REFRESH_TYPE_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_REFRESH_PARAMETER_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_PARTNER_CARRY_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_SHOW_CG_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_RES_PATH_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_BORN_X_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_BORN_Y_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_BORN_Z_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_BORN_ROTATION_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_GOAL_X_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_GOAL_Y_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_GOAL_Z_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_CAN_TEAM_CALL_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_IS_BATTLE_FIELD_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_CAM_OPTIONS_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_CFG_CAN_USE_WORLDMAP_FIELD = protobuf.FieldDescriptor(); -SCENE_CFGS = protobuf.Descriptor(); -SCENE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG = protobuf.Descriptor(); -SKILL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_NAME_TIP_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_SKILL_LEVEL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_PLAYER_LEVEL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LEVELUP_COST_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_NEXT_LEVEL_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_SKILL_ICON_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_SKILL_PROF_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_PARA1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_PARA2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_PARA3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_PARA4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_PARA5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TIPS_PARA6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_NEXT_SKILL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_AUTO_SKILL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_NEXT_SKILL_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_SKILL_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ENERGY_COST_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ENERGY_VALUE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MAX_ENERGY_VALUE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_RET_ENERGY_VALUE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_RET_HP_EFFECT_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_SHOW_PROGRESS_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_PROGRESS_WORD_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_IS_PASSIVE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TRIGGER_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ACCELERATE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_IS_CONCURRENCY_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_IS_CHANNEL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CHANNEL_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CAN_CANCEL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_BASE_POS_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_TARGET_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_WORK_WHEN_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CD_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CD_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CD_NUM_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CAST_DISTANCE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOCKED_BY_SERVER_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_RANGE_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_RANGE_PARA1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_RANGE_PARA2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOCK_MAX_COUNT_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CAST_SWING_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CAST_STIFF_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_HIT_EFFECT_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_HIT_EFFECT_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TYPE8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_POINT8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ADJUST_DISTANCE8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_DISTANCE8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_MOVE_TIME8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_3_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_4_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_5_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_6_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_7_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_8_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_9_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_9_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_9_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_10_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_10_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_10_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_11_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_11_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_11_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TYPE_12_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_TIME_12_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_LOGIC_ID_12_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ART_PARA1_FIELD = protobuf.FieldDescriptor(); -SKILL_CFG_ART_PARA2_FIELD = protobuf.FieldDescriptor(); -SKILL_CFGS = protobuf.Descriptor(); -SKILL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SKILL_ID_CFG = protobuf.Descriptor(); -SKILL_ID_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD = protobuf.FieldDescriptor(); -SKILL_ID_CFGS = protobuf.Descriptor(); -SKILL_ID_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG = protobuf.Descriptor(); -SKILL_CONDITION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_TARGET_NUM_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_RATE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_ATK_LV_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_AM_BEATEN_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BEAT_DIS_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_AM_DEAD_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_DEAD_DIS_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD = protobuf.FieldDescriptor(); -SKILL_CONDITION_CFGS = protobuf.Descriptor(); -SKILL_CONDITION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TEST_CFG = protobuf.Descriptor(); -TEST_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TEST_CFG_TESTSTRUCT1_FIELD = protobuf.FieldDescriptor(); -TEST_CFG_TES_FIELD = protobuf.FieldDescriptor(); -TEST_CFGS = protobuf.Descriptor(); -TEST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG = protobuf.Descriptor(); -ITEM_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_NAME_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_FORMULA_ID_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_DESC_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_STACK_MAX_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_NEED_LEVEL_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_NEED_PROF_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_TYPE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_SUB_TYPE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_PART_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_DISPLAY_TYPE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_COLOR_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_ICON_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_ITEM_MARK_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_OWN_MAX_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_TRADE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_TRADE_COOLDOWN_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_SELL_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_SELL_COST_TYPE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_SELL_COST_NUM_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_USE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_WINDOWUSE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_WINDOWUSE_MAX_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_SHOW_USE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_USE_DELAY_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_BULK_USE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_CD_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_CD_TIME_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_IN_STORAGE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COULD_OBTAIN_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_OBTAIN_LIST_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT1_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT2_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT3_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT4_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT5_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT6_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT7_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PROP_EFFECT8_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_PRICE_GOLD_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_LUCK_VALUE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_POP_VALUE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_EFFECT_TIMELIMITED_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_DROP_ID_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COST_TYPE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_COST_COUNT_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_HOLE_NUM_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_INLAY_TYPE_FIELD = protobuf.FieldDescriptor(); -ITEM_CFG_INLAY_LEVEL_FIELD = protobuf.FieldDescriptor(); -ITEM_CFGS = protobuf.Descriptor(); -ITEM_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG = protobuf.Descriptor(); -FIGHTCRIME_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG_VALUE_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG_COLOR_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG_IMGBG_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG_IMGICON_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG_IMGFRAME_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFG_IMGNUMBER_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_CFGS = protobuf.Descriptor(); -FIGHTCRIME_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FIGHTCIRME_REWARD_CFG = protobuf.Descriptor(); -FIGHTCIRME_REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD = protobuf.FieldDescriptor(); -FIGHTCIRME_REWARD_CFGS = protobuf.Descriptor(); -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_MONSTER_CFG = protobuf.Descriptor(); -FIGHTCRIME_MONSTER_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_MONSTER_CFG_TIME_FIELD = protobuf.FieldDescriptor(); -FIGHTCRIME_MONSTER_CFGS = protobuf.Descriptor(); -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG = protobuf.Descriptor(); -EQUIP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_UPGRADE_ID_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_UPGRADE_MATERIAL_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_REFINE_MATERIAL_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_REFINE_COUNT_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_REFINE_COST_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFG_ACTIVE_COST_FIELD = protobuf.FieldDescriptor(); -EQUIP_CFGS = protobuf.Descriptor(); -EQUIP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_CFG = protobuf.Descriptor(); -EQUIP_SET_CFG_ID_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_CFG_EQUIP_IDS_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_CFG_SET_NAME_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_CFGS = protobuf.Descriptor(); -EQUIP_SET_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_PROP_CFG = protobuf.Descriptor(); -EQUIP_SET_PROP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD = protobuf.FieldDescriptor(); -EQUIP_SET_PROP_CFGS = protobuf.Descriptor(); -EQUIP_SET_PROP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG = protobuf.Descriptor(); -STRENGTHEN_CFG_ID_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_SEG_LIMIT_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_RATE_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_REQ_LEVEL_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_MAT_ID_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_MAT_NUM_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_PROP_EFFECT1_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_PROP_EFFECT2_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_PROP_EFFECT3_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_PROP_EFFECT4_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFG_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -STRENGTHEN_CFGS = protobuf.Descriptor(); -STRENGTHEN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFG = protobuf.Descriptor(); -RUNE_MAKE_LIST_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFG_WEAPON_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFG_HEAD_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFG_SHOES_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_LIST_CFGS = protobuf.Descriptor(); -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG = protobuf.Descriptor(); -RUNE_MAKE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_COST_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_PROP_COUNT_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_SPELL_RATE_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_MAKE_CFGS = protobuf.Descriptor(); -RUNE_MAKE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG = protobuf.Descriptor(); -RUNE_PROP_GROUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_GROUP_CFGS = protobuf.Descriptor(); -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EQUIP_LIST_CFG = protobuf.Descriptor(); -EQUIP_LIST_CFG_ID_FIELD = protobuf.FieldDescriptor(); -EQUIP_LIST_CFG_EQUIP_LIST_FIELD = protobuf.FieldDescriptor(); -EQUIP_LIST_CFGS = protobuf.Descriptor(); -EQUIP_LIST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG = protobuf.Descriptor(); -RUNE_SKILL_GROUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_GROUP_CFGS = protobuf.Descriptor(); -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG = protobuf.Descriptor(); -RUNE_DECOMPOSE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_SILVER_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_GOLD_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD = protobuf.FieldDescriptor(); -RUNE_DECOMPOSE_CFGS = protobuf.Descriptor(); -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -JEWELRY_MAKE_CFG = protobuf.Descriptor(); -JEWELRY_MAKE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -JEWELRY_MAKE_CFG_POP_COST_FIELD = protobuf.FieldDescriptor(); -JEWELRY_MAKE_CFG_MONEY_COST_FIELD = protobuf.FieldDescriptor(); -JEWELRY_MAKE_CFGS = protobuf.Descriptor(); -JEWELRY_MAKE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG = protobuf.Descriptor(); -WORLD_MAP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_SCENE_NAME_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_OPEN_LV_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_OPENLV_SHOW_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_LANGUAGE_ID_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFG_SCENE_ICON_FIELD = protobuf.FieldDescriptor(); -WORLD_MAP_CFGS = protobuf.Descriptor(); -WORLD_MAP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_CURRENCY_CFG = protobuf.Descriptor(); -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD = protobuf.FieldDescriptor(); -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_CURRENCY_CFGS = protobuf.Descriptor(); -PARTNER_CURRENCY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG = protobuf.Descriptor(); -PARTNER_ACTIVATION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PLOTID_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_GITS_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD = protobuf.FieldDescriptor(); -PARTNER_ACTIVATION_CFGS = protobuf.Descriptor(); -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_MOOD_CFG = protobuf.Descriptor(); -PARTNER_MOOD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_MOOD_CFG_GIFTID_FIELD = protobuf.FieldDescriptor(); -PARTNER_MOOD_CFG_MOODTEXT_FIELD = protobuf.FieldDescriptor(); -PARTNER_MOOD_CFG_MULTIPLE_FIELD = protobuf.FieldDescriptor(); -PARTNER_MOOD_CFGS = protobuf.Descriptor(); -PARTNER_MOOD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRESSION_CFG = protobuf.Descriptor(); -PARTNER_IMPRESSION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRESSION_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRESSION_CFGS = protobuf.Descriptor(); -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRE_LEVELUP_CFG = protobuf.Descriptor(); -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD = protobuf.FieldDescriptor(); -PARTNER_IMPRE_LEVELUP_CFGS = protobuf.Descriptor(); -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_MULTIPLE_CFG = protobuf.Descriptor(); -PARTNER_MULTIPLE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD = protobuf.FieldDescriptor(); -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD = protobuf.FieldDescriptor(); -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD = protobuf.FieldDescriptor(); -PARTNER_MULTIPLE_CFGS = protobuf.Descriptor(); -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG = protobuf.Descriptor(); -PARTNER_STAR_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STAR_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STUDY_GROUP_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STUDY_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STUDY_ITEM_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STUDY_COST_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STAR_PROP1_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STAR_PROP2_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_STAR_PROP3_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_UPSTAR_COST_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFG_REBUILD_COST_FIELD = protobuf.FieldDescriptor(); -PARTNER_STAR_CFGS = protobuf.Descriptor(); -PARTNER_STAR_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_STUDY_CFG = protobuf.Descriptor(); -PARTNER_STUDY_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD = protobuf.FieldDescriptor(); -PARTNER_STUDY_CFG_STUDY_PROP_FIELD = protobuf.FieldDescriptor(); -PARTNER_STUDY_CFGS = protobuf.Descriptor(); -PARTNER_STUDY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_ITEM_COMPOUND_CFG = protobuf.Descriptor(); -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_ITEM_COMPOUND_CFGS = protobuf.Descriptor(); -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFG = protobuf.Descriptor(); -PARTENR_EXPERIENCE_CFG_KEY_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTENR_EXPERIENCE_CFGS = protobuf.Descriptor(); -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG = protobuf.Descriptor(); -PARTNER_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_SHOW_NAME_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_LOCK_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_HEAD_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_DRAW_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_POKEDEX_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_SKILLS_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_AVATAR_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ACT_IDLE_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ACT_MOVE_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ACT_BORN_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ACT_DEAD_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_RESURRECTION_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_QUALITY_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_GROWTH_CAP_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_END_SKILLS_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_RESOURCES_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ITEMS_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_RANGE_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_FETTERS_NUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_PARTNER_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_IS_RARE_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD = protobuf.FieldDescriptor(); -PARTNER_BASE_CFGS = protobuf.Descriptor(); -PARTNER_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_ATTRIBUTE_CFG = protobuf.Descriptor(); -PARTNER_ATTRIBUTE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD = protobuf.FieldDescriptor(); -PARTNER_ATTRIBUTE_CFGS = protobuf.Descriptor(); -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG = protobuf.Descriptor(); -PARTNER_PASSIVESKILL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD = protobuf.FieldDescriptor(); -PARTNER_PASSIVESKILL_CFGS = protobuf.Descriptor(); -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG = protobuf.Descriptor(); -PARTNER_CHIP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG_CHIP_NAME_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD = protobuf.FieldDescriptor(); -PARTNER_CHIP_CFGS = protobuf.Descriptor(); -PARTNER_CHIP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FETTER_CFG = protobuf.Descriptor(); -FETTER_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FETTER_CFG_TID_FIELD = protobuf.FieldDescriptor(); -FETTER_CFG_FETTER_NAME_FIELD = protobuf.FieldDescriptor(); -FETTER_CFG_FETTER_DESC_FIELD = protobuf.FieldDescriptor(); -FETTER_CFG_FETTER_OBJECT_FIELD = protobuf.FieldDescriptor(); -FETTER_CFGS = protobuf.Descriptor(); -FETTER_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_EQUIPHECHENG_CFG = protobuf.Descriptor(); -PARTNER_EQUIPHECHENG_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD = protobuf.FieldDescriptor(); -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD = protobuf.FieldDescriptor(); -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD = protobuf.FieldDescriptor(); -PARTNER_EQUIPHECHENG_CFGS = protobuf.Descriptor(); -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -PARTNER_FORMATION_CFG = protobuf.Descriptor(); -PARTNER_FORMATION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD = protobuf.FieldDescriptor(); -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD = protobuf.FieldDescriptor(); -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD = protobuf.FieldDescriptor(); -PARTNER_FORMATION_CFGS = protobuf.Descriptor(); -PARTNER_FORMATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG = protobuf.Descriptor(); -GUILD_MISSION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_CFGS = protobuf.Descriptor(); -GUILD_MISSION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_BUILDING_MISSION_CFG = protobuf.Descriptor(); -GUILD_BUILDING_MISSION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD = protobuf.FieldDescriptor(); -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD = protobuf.FieldDescriptor(); -GUILD_BUILDING_MISSION_CFGS = protobuf.Descriptor(); -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG = protobuf.Descriptor(); -BUILDING_MISSION_POOL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD = protobuf.FieldDescriptor(); -BUILDING_MISSION_POOL_CFGS = protobuf.Descriptor(); -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG = protobuf.Descriptor(); -GUILD_MISSION_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD = protobuf.FieldDescriptor(); -GUILD_MISSION_BASE_CFGS = protobuf.Descriptor(); -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG = protobuf.Descriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CONT_CFGS = protobuf.Descriptor(); -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CFG = protobuf.Descriptor(); -GUILD_PRACTICE_GROUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD = protobuf.FieldDescriptor(); -GUILD_PRACTICE_GROUP_CFGS = protobuf.Descriptor(); -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG = protobuf.Descriptor(); -GUILD_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD = protobuf.FieldDescriptor(); -GUILD_BASE_CFGS = protobuf.Descriptor(); -GUILD_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUILD_FLAG_CFG = protobuf.Descriptor(); -GUILD_FLAG_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD = protobuf.FieldDescriptor(); -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD = protobuf.FieldDescriptor(); -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD = protobuf.FieldDescriptor(); -GUILD_FLAG_CFGS = protobuf.Descriptor(); -GUILD_FLAG_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG = protobuf.Descriptor(); -GUIL_POST_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_REMOVE_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_MAIL_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_EXPEL_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_INVITATION_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_APPROVAL_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_TEAM_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_CALL_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_HOSTILE_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFG_GUILD_NOTICE_FIELD = protobuf.FieldDescriptor(); -GUIL_POST_CFGS = protobuf.Descriptor(); -GUIL_POST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG = protobuf.Descriptor(); -INNER_ALCHEMY_CFG_ID_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_OCCUPATION_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_CFGS = protobuf.Descriptor(); -INNER_ALCHEMY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFG = protobuf.Descriptor(); -INNER_ALCHEMY_GROUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD = protobuf.FieldDescriptor(); -INNER_ALCHEMY_GROUP_CFGS = protobuf.Descriptor(); -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG = protobuf.Descriptor(); -MEDAL_GROUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_STARLEVEL_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_GROUP_NAME_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_MEMBER_ID_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD = protobuf.FieldDescriptor(); -MEDAL_GROUP_CFGS = protobuf.Descriptor(); -MEDAL_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFG = protobuf.Descriptor(); -MEDAL_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFG_MEDAL_NAME_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD = protobuf.FieldDescriptor(); -MEDAL_BASE_CFGS = protobuf.Descriptor(); -MEDAL_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG = protobuf.Descriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD = protobuf.FieldDescriptor(); -MEDAL_COMPOSITE_ADDITION_CFGS = protobuf.Descriptor(); -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MEDAL_OPEN_LEVEL_CFG = protobuf.Descriptor(); -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -MEDAL_OPEN_LEVEL_CFGS = protobuf.Descriptor(); -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MEDAL_STAR_OPEN_LEVEL_CFG = protobuf.Descriptor(); -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD = protobuf.FieldDescriptor(); -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD = protobuf.FieldDescriptor(); -MEDAL_STAR_OPEN_LEVEL_CFGS = protobuf.Descriptor(); -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FORMULA_CFG = protobuf.Descriptor(); -FORMULA_CFG_FORMULA_ID_FIELD = protobuf.FieldDescriptor(); -FORMULA_CFG_COST_IDS_FIELD = protobuf.FieldDescriptor(); -FORMULA_CFG_COST_COUNTS_FIELD = protobuf.FieldDescriptor(); -FORMULA_CFG_ITEM_IDS_FIELD = protobuf.FieldDescriptor(); -FORMULA_CFG_ITEM_COUNTS_FIELD = protobuf.FieldDescriptor(); -FORMULA_CFGS = protobuf.Descriptor(); -FORMULA_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFG = protobuf.Descriptor(); -MALL_ITEM_CFG_GUID_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFG_REAL_GUID_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFG_COST_TYPE_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFG_COST_ORIGINAL_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFG_COST_CURRENT_FIELD = protobuf.FieldDescriptor(); -MALL_ITEM_CFGS = protobuf.Descriptor(); -MALL_ITEM_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG = protobuf.Descriptor(); -SHOP_TYPE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_SHOP_NAME_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_OPEN_LVL_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_SHOP_TYPE_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_ISTAB_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_TAB_NAME1_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_TAB_NAME2_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_TAB_NAME3_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD = protobuf.FieldDescriptor(); -SHOP_TYPE_CFGS = protobuf.Descriptor(); -SHOP_TYPE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG = protobuf.Descriptor(); -SCENE_EVENT_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_STEP_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_EVENT_TYPE_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_CONDIDITON1_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_CONDIDITON2_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_CONDIDITON3_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_CONDIDITON4_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_RESULT_TYPE_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_RESULT1_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_RESULT2_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_RESULT3_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFG_RESULT4_FIELD = protobuf.FieldDescriptor(); -SCENE_EVENT_CFGS = protobuf.Descriptor(); -SCENE_EVENT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG = protobuf.Descriptor(); -SCENE_PORTAL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_RADIUS_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_ORIENTATION_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_ENABLED_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFG_RESID_FIELD = protobuf.FieldDescriptor(); -SCENE_PORTAL_CFGS = protobuf.Descriptor(); -SCENE_PORTAL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG = protobuf.Descriptor(); -SCENE_FUNCTION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_RANK_IDS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD = protobuf.FieldDescriptor(); -SCENE_FUNCTION_CFGS = protobuf.Descriptor(); -SCENE_FUNCTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG = protobuf.Descriptor(); -SCENE_AREA_CFG_AREA_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_AREA_TYPE_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_RADIUS_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_WIDTH_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_HEIGHT_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_ACTION_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -SCENE_AREA_CFGS = protobuf.Descriptor(); -SCENE_AREA_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG = protobuf.Descriptor(); -CLIENT_TRIGGER_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG_EVENTS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG_ACTIONS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG_OPENED_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CFGS = protobuf.Descriptor(); -CLIENT_TRIGGER_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG = protobuf.Descriptor(); -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_EVENT_CFGS = protobuf.Descriptor(); -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG = protobuf.Descriptor(); -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_CONDITION_CFGS = protobuf.Descriptor(); -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG = protobuf.Descriptor(); -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_ACTION_CFGS = protobuf.Descriptor(); -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG = protobuf.Descriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -CLIENT_TRIGGER_VARIABLE_CFGS = protobuf.Descriptor(); -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG = protobuf.Descriptor(); -SCENE_ORGAN_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_MODULE_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_ORIENTATION_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_SKILL_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_ENABLED_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFG_SHOW_NAME_FIELD = protobuf.FieldDescriptor(); -SCENE_ORGAN_CFGS = protobuf.Descriptor(); -SCENE_ORGAN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG = protobuf.Descriptor(); -MAP_SIGNS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_SUB_TYPE_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_AUTO_ID_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_IS_AUTO_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFG_IS_SHOW_FIELD = protobuf.FieldDescriptor(); -MAP_SIGNS_CFGS = protobuf.Descriptor(); -MAP_SIGNS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFG = protobuf.Descriptor(); -SCENE_TRIGGER_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFG_EVENTS_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFG_CONDITIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFG_ACTIONS_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFG_OPENED_FIELD = protobuf.FieldDescriptor(); -SCENE_TRIGGER_CFGS = protobuf.Descriptor(); -SCENE_TRIGGER_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG = protobuf.Descriptor(); -TRIGGER_EVENT_CFG_EVENT_ID_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM6_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM7_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM8_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM9_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFG_PARAM10_FIELD = protobuf.FieldDescriptor(); -TRIGGER_EVENT_CFGS = protobuf.Descriptor(); -TRIGGER_EVENT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG = protobuf.Descriptor(); -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM6_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM7_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM8_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM9_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFG_PARAM10_FIELD = protobuf.FieldDescriptor(); -TRIGGER_CONDITION_CFGS = protobuf.Descriptor(); -TRIGGER_CONDITION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG = protobuf.Descriptor(); -TRIGGER_ACTION_CFG_ACTION_ID_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM6_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM7_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM8_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM9_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFG_PARAM10_FIELD = protobuf.FieldDescriptor(); -TRIGGER_ACTION_CFGS = protobuf.Descriptor(); -TRIGGER_ACTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG = protobuf.Descriptor(); -TRIGGER_VARIABLE_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -TRIGGER_VARIABLE_CFGS = protobuf.Descriptor(); -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG = protobuf.Descriptor(); -SCENE_DOOR_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_WIDTH_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_ORIENTATION_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_OPENED_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFG_RESID_FIELD = protobuf.FieldDescriptor(); -SCENE_DOOR_CFGS = protobuf.Descriptor(); -SCENE_DOOR_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -REVIVE_SHOW_CFG = protobuf.Descriptor(); -REVIVE_SHOW_CFG_ID_FIELD = protobuf.FieldDescriptor(); -REVIVE_SHOW_CFG_INDEX_FIELD = protobuf.FieldDescriptor(); -REVIVE_SHOW_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -REVIVE_SHOW_CFGS = protobuf.Descriptor(); -REVIVE_SHOW_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG = protobuf.Descriptor(); -FASHION_APPRECIATION_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -FASHION_APPRECIATION_CFGS = protobuf.Descriptor(); -FASHION_APPRECIATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG = protobuf.Descriptor(); -FASHION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_ID_GROUP_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_COST_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_TYPE_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_VOCATION_LIMIT_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_NAME_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_ICON_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_PARTS_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_COLOUR_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_FASHION_TIPS_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_ATTRIBUTE_TYPE_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_ATTRIBUTE_MODE_FIELD = protobuf.FieldDescriptor(); -FASHION_CFG_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -FASHION_CFGS = protobuf.Descriptor(); -FASHION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG = protobuf.Descriptor(); -FASHION_COST_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_FASHION_TIME_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_FASHION_POINT_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFG_UNLOCK_POWER_FIELD = protobuf.FieldDescriptor(); -FASHION_COST_CFGS = protobuf.Descriptor(); -FASHION_COST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG = protobuf.Descriptor(); -MOUNTEQUIP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ITEM_NAME_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ITEM_DESC_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ITEM_ICON_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_COULD_TRADE_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD = protobuf.FieldDescriptor(); -MOUNTEQUIP_CFGS = protobuf.Descriptor(); -MOUNTEQUIP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -INDEPENDENT_RANDOM_REWARD_CFG = protobuf.Descriptor(); -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD = protobuf.FieldDescriptor(); -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -INDEPENDENT_RANDOM_REWARD_CFGS = protobuf.Descriptor(); -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG = protobuf.Descriptor(); -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD = protobuf.FieldDescriptor(); -WEIGHT_RANDOM_REWARD_CFGS = protobuf.Descriptor(); -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG = protobuf.Descriptor(); -REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_SOUL_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_SOUL_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_PARTNER_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD = protobuf.FieldDescriptor(); -REWARD_CFGS = protobuf.Descriptor(); -REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FUNC_TYPE_WEIGHT_CFG = protobuf.Descriptor(); -FUNC_TYPE_WEIGHT_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD = protobuf.FieldDescriptor(); -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD = protobuf.FieldDescriptor(); -FUNC_TYPE_WEIGHT_CFGS = protobuf.Descriptor(); -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ZONE_LOCATION_CFG = protobuf.Descriptor(); -ZONE_LOCATION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD = protobuf.FieldDescriptor(); -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD = protobuf.FieldDescriptor(); -ZONE_LOCATION_CFG_CITY_ID_FIELD = protobuf.FieldDescriptor(); -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD = protobuf.FieldDescriptor(); -ZONE_LOCATION_CFGS = protobuf.Descriptor(); -ZONE_LOCATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFG = protobuf.Descriptor(); -GIFT_GIVING_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFG_GIFT_TYPE_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD = protobuf.FieldDescriptor(); -GIFT_GIVING_CFGS = protobuf.Descriptor(); -GIFT_GIVING_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FRIEND_TITLE_CFG = protobuf.Descriptor(); -FRIEND_TITLE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD = protobuf.FieldDescriptor(); -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD = protobuf.FieldDescriptor(); -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD = protobuf.FieldDescriptor(); -FRIEND_TITLE_CFGS = protobuf.Descriptor(); -FRIEND_TITLE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -FATE_VALUE_REWARD_CFG = protobuf.Descriptor(); -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD = protobuf.FieldDescriptor(); -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD = protobuf.FieldDescriptor(); -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD = protobuf.FieldDescriptor(); -FATE_VALUE_REWARD_CFGS = protobuf.Descriptor(); -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG = protobuf.Descriptor(); -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG_RANGE_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_INLAY_CFGS = protobuf.Descriptor(); -GEMSTONE_INLAY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_LIST_CFG = protobuf.Descriptor(); -GEMSTONE_LIST_CFG_GEM_ID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_LIST_CFG_GEM_PICID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD = protobuf.FieldDescriptor(); -GEMSTONE_LIST_CFGS = protobuf.Descriptor(); -GEMSTONE_LIST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG = protobuf.Descriptor(); -CHEST_DROP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_COUNT_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_RES_ID_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_RADIUS_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_SPACE_ROWS_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_SPACE_COLS_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_LIVE_TIME_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFG_REFRESH_TIME_FIELD = protobuf.FieldDescriptor(); -CHEST_DROP_CFGS = protobuf.Descriptor(); -CHEST_DROP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG = protobuf.Descriptor(); -MINIMAP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_WIDTH_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_HEIGHT_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_TEX_WIDTH_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_TEX_HEIGHT_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_RES_ID_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_ROTATION_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFG_MINIMAP_RADIUS_FIELD = protobuf.FieldDescriptor(); -MINIMAP_CFGS = protobuf.Descriptor(); -MINIMAP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFG = protobuf.Descriptor(); -TREASURE_ROOMS_CFG_GROUPID_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFG_AREA_ID_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFG_RED_NUM_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD = protobuf.FieldDescriptor(); -TREASURE_ROOMS_CFGS = protobuf.Descriptor(); -TREASURE_ROOMS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CRUSADE_BASE_CFG = protobuf.Descriptor(); -CRUSADE_BASE_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -CRUSADE_BASE_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -CRUSADE_BASE_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -CRUSADE_BASE_CFG_NPC_ID_FIELD = protobuf.FieldDescriptor(); -CRUSADE_BASE_CFG_GROUP_ID_FIELD = protobuf.FieldDescriptor(); -CRUSADE_BASE_CFGS = protobuf.Descriptor(); -CRUSADE_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG = protobuf.Descriptor(); -CRUSADE_DUNGON_CFG_NPCID_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD = protobuf.FieldDescriptor(); -CRUSADE_DUNGON_CFGS = protobuf.Descriptor(); -CRUSADE_DUNGON_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -STRENGTH_CONVERT_CFG = protobuf.Descriptor(); -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -STRENGTH_CONVERT_CFG_FACTOR_FIELD = protobuf.FieldDescriptor(); -STRENGTH_CONVERT_CFGS = protobuf.Descriptor(); -STRENGTH_CONVERT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_NPC_CFG = protobuf.Descriptor(); -SKILL_SUMMONED_NPC_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_NPC_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_NPC_CFGS = protobuf.Descriptor(); -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG = protobuf.Descriptor(); -SKILL_SUMMONED_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_RING_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_SPEED_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_START_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD = protobuf.FieldDescriptor(); -SKILL_SUMMONED_CFGS = protobuf.Descriptor(); -SKILL_SUMMONED_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG = protobuf.Descriptor(); -CLUE_CFG_CLUE_ID_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_POS_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_BOXES_POS_X_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_BOXES_POS_Z_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_COST_ID_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_CORE_COORDINATE_FIELD = protobuf.FieldDescriptor(); -CLUE_CFG_MAP_RANGE_FIELD = protobuf.FieldDescriptor(); -CLUE_CFGS = protobuf.Descriptor(); -CLUE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BOXS_CFG = protobuf.Descriptor(); -BOXS_CFG_BOXES_ID_FIELD = protobuf.FieldDescriptor(); -BOXS_CFG_BOX_ID_FIELD = protobuf.FieldDescriptor(); -BOXS_CFG_BOX_RATE_FIELD = protobuf.FieldDescriptor(); -BOXS_CFGS = protobuf.Descriptor(); -BOXS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG = protobuf.Descriptor(); -BOX_COLLECT_CFG_BOX_ID_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG_BOX_RES_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG_ITEM_TYPE_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG_ITEM_RATE_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG_SHOW_TYPE_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFG_MODEL_SCALE_FIELD = protobuf.FieldDescriptor(); -BOX_COLLECT_CFGS = protobuf.Descriptor(); -BOX_COLLECT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG = protobuf.Descriptor(); -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFG_BROAD_FIELD = protobuf.FieldDescriptor(); -DIG_TREASURE_EVENT_CFGS = protobuf.Descriptor(); -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFG = protobuf.Descriptor(); -DROP_POINT_CFG_ID_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFG_MODULE_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFG_MINDISTANCE_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFG_PICKTYPE_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFG_BSHOW_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFG_TEXTID_FIELD = protobuf.FieldDescriptor(); -DROP_POINT_CFGS = protobuf.Descriptor(); -DROP_POINT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG = protobuf.Descriptor(); -RANK_FUNCTION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFG_HOST_FIELD_FIELD = protobuf.FieldDescriptor(); -RANK_FUNCTION_CFGS = protobuf.Descriptor(); -RANK_FUNCTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG = protobuf.Descriptor(); -RANK_FIELD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG_FIELD_NAME_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG_CHILD_NAMES_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG_CHILD_TYPES_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG_CHILD_VALUES_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFG_HOST_FIELD_FIELD = protobuf.FieldDescriptor(); -RANK_FIELD_CFGS = protobuf.Descriptor(); -RANK_FIELD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EDN_CFG = protobuf.Descriptor(); -EDN_CFG_LVL_FIELD = protobuf.FieldDescriptor(); -EDN_CFG_LVLUP_EXP_FIELD = protobuf.FieldDescriptor(); -EDN_CFGS = protobuf.Descriptor(); -EDN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFG = protobuf.Descriptor(); -EDN_SCENE_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFG_OPEN_LVL_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFG_MAPNAME_ID_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFG_MAP_NAME_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFG_MAP_IMGID_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD = protobuf.FieldDescriptor(); -EDN_SCENE_CFGS = protobuf.Descriptor(); -EDN_SCENE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFG = protobuf.Descriptor(); -EDN_RELIC_CFG_ID_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFG_NAME_ID_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFG_NAME_STRING_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFG_IMAGE_ID_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFG_REWARDS_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFG_TIPS_ID_FIELD = protobuf.FieldDescriptor(); -EDN_RELIC_CFGS = protobuf.Descriptor(); -EDN_RELIC_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG = protobuf.Descriptor(); -TOWER_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_RAID_ITEMID_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_MONEYTYPE_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_MONEYCOUNT_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_ITEMID_CROSS_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_EXP_CROSS_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_BIRTH_X_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_BIRTH_Y_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFG_BIRTH_Z_FIELD = protobuf.FieldDescriptor(); -TOWER_BASE_CFGS = protobuf.Descriptor(); -TOWER_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG = protobuf.Descriptor(); -STARSPIRIT_DUNGOEN_CFG_ID_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -STARSPIRIT_DUNGOEN_CFGS = protobuf.Descriptor(); -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_QUALITY_CFG = protobuf.Descriptor(); -RUNE_QUALITY_CFG_RUNE_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD = protobuf.FieldDescriptor(); -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD = protobuf.FieldDescriptor(); -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD = protobuf.FieldDescriptor(); -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD = protobuf.FieldDescriptor(); -RUNE_QUALITY_CFGS = protobuf.Descriptor(); -RUNE_QUALITY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG = protobuf.Descriptor(); -RUNE_PROP_REFINE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD = protobuf.FieldDescriptor(); -RUNE_PROP_REFINE_CFGS = protobuf.Descriptor(); -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_REFINE_CFG = protobuf.Descriptor(); -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD = protobuf.FieldDescriptor(); -RUNE_SKILL_REFINE_CFGS = protobuf.Descriptor(); -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFG = protobuf.Descriptor(); -MONTHCARD_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFG_PRICE_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD = protobuf.FieldDescriptor(); -MONTHCARD_BASE_CFGS = protobuf.Descriptor(); -MONTHCARD_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG = protobuf.Descriptor(); -SIGNUP_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD = protobuf.FieldDescriptor(); -SIGNUP_BASE_CFGS = protobuf.Descriptor(); -SIGNUP_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SIGNUP_ACCUMULATION_CFG = protobuf.Descriptor(); -SIGNUP_ACCUMULATION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD = protobuf.FieldDescriptor(); -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD = protobuf.FieldDescriptor(); -SIGNUP_ACCUMULATION_CFGS = protobuf.Descriptor(); -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG = protobuf.Descriptor(); -SERVICE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG_SERVICE_ID_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG_PARAM1_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG_PARAM2_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG_PARAM3_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG_PARAM4_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFG_PARAM5_FIELD = protobuf.FieldDescriptor(); -SERVICE_CFGS = protobuf.Descriptor(); -SERVICE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MATERIAL_ITEM_CFG = protobuf.Descriptor(); -MATERIAL_ITEM_CFG_NUM_FIELD = protobuf.FieldDescriptor(); -MATERIAL_ITEM_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MATERIAL_ITEM_CFG_WEIGHT_FIELD = protobuf.FieldDescriptor(); -MATERIAL_ITEM_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -MATERIAL_ITEM_CFGS = protobuf.Descriptor(); -MATERIAL_ITEM_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -STATE_CFG = protobuf.Descriptor(); -STATE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -STATE_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -STATE_CFG_ACTIONS_FIELD = protobuf.FieldDescriptor(); -STATE_CFGS = protobuf.Descriptor(); -STATE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG = protobuf.Descriptor(); -CAM_OPTIONS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_MIN_PITCH_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_MAX_PITCH_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_DEF_YAW_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_DEF_PITCH_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_OFFSET_X_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_OFFSET_Y_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_OFFSET_Z_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFG_FOV_FIELD = protobuf.FieldDescriptor(); -CAM_OPTIONS_CFGS = protobuf.Descriptor(); -CAM_OPTIONS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG = protobuf.Descriptor(); -LEVEL_PACKAGE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD = protobuf.FieldDescriptor(); -LEVEL_PACKAGE_CFGS = protobuf.Descriptor(); -LEVEL_PACKAGE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG = protobuf.Descriptor(); -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_INFO_CFGS = protobuf.Descriptor(); -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_ROOMS_CFG = protobuf.Descriptor(); -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD = protobuf.FieldDescriptor(); -BATTLE_CRYSTAL_ROOMS_CFGS = protobuf.Descriptor(); -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BATTLE_COLLECT_CRYSTAL_CFG = protobuf.Descriptor(); -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD = protobuf.FieldDescriptor(); -BATTLE_COLLECT_CRYSTAL_CFGS = protobuf.Descriptor(); -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ELITE_LEVEL_CFG = protobuf.Descriptor(); -ELITE_LEVEL_CFG_LEVEL_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD = protobuf.FieldDescriptor(); -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD = protobuf.FieldDescriptor(); -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD = protobuf.FieldDescriptor(); -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD = protobuf.FieldDescriptor(); -ELITE_LEVEL_CFGS = protobuf.Descriptor(); -ELITE_LEVEL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG = protobuf.Descriptor(); -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_NODE_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_TIME_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_GRADE_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD = protobuf.FieldDescriptor(); -ELITE_COMMON_INFO_CFGS = protobuf.Descriptor(); -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG = protobuf.Descriptor(); -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_GAME_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_NODE_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_TIME_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_GRADE_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD = protobuf.FieldDescriptor(); -ELITE_HELL_INFO_CFGS = protobuf.Descriptor(); -ELITE_HELL_INFO_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ELITE_REWARD_CFG = protobuf.Descriptor(); -ELITE_REWARD_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_REWARD_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -ELITE_REWARD_CFG_ITEM_COUNT_FIELD = protobuf.FieldDescriptor(); -ELITE_REWARD_CFGS = protobuf.Descriptor(); -ELITE_REWARD_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFG = protobuf.Descriptor(); -SUBSYS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFG_TITLE_ID_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFG_DESC_ID_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFG_UI_STYLE_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFG_NOTES_FIELD = protobuf.FieldDescriptor(); -SUBSYS_CFGS = protobuf.Descriptor(); -SUBSYS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -BAG_ROUTINE_CFG = protobuf.Descriptor(); -BAG_ROUTINE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -BAG_ROUTINE_CFG_BAG_TYPE_FIELD = protobuf.FieldDescriptor(); -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD = protobuf.FieldDescriptor(); -BAG_ROUTINE_CFG_BAG_MAX_FIELD = protobuf.FieldDescriptor(); -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD = protobuf.FieldDescriptor(); -BAG_ROUTINE_CFGS = protobuf.Descriptor(); -BAG_ROUTINE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -DEPOT_UNLOCK_CFG = protobuf.Descriptor(); -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD = protobuf.FieldDescriptor(); -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD = protobuf.FieldDescriptor(); -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD = protobuf.FieldDescriptor(); -DEPOT_UNLOCK_CFGS = protobuf.Descriptor(); -DEPOT_UNLOCK_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ROLE_PARTS_CFG = protobuf.Descriptor(); -ROLE_PARTS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ROLE_PARTS_CFG_NAME_ID_FIELD = protobuf.FieldDescriptor(); -ROLE_PARTS_CFG_SLOT_FIELD = protobuf.FieldDescriptor(); -ROLE_PARTS_CFG_RES_ID_FIELD = protobuf.FieldDescriptor(); -ROLE_PARTS_CFGS = protobuf.Descriptor(); -ROLE_PARTS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_CFG = protobuf.Descriptor(); -SUPPRESS_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_CFG_FIT_LVL_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_CFG_GROUP_COUNT_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_CFGS = protobuf.Descriptor(); -SUPPRESS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_GROUP_CFG = protobuf.Descriptor(); -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD = protobuf.FieldDescriptor(); -SUPPRESS_GROUP_CFGS = protobuf.Descriptor(); -SUPPRESS_GROUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG = protobuf.Descriptor(); -UI_CONTRIBUTION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_TITLEID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_IMAGEID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_ATLASID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_ICONNAME_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFG_TIPSID_FIELD = protobuf.FieldDescriptor(); -UI_CONTRIBUTION_CFGS = protobuf.Descriptor(); -UI_CONTRIBUTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG = protobuf.Descriptor(); -ACTIVITY_DUNGEON_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_TIMES_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_DUNGEON_CFGS = protobuf.Descriptor(); -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RESOURCE_COMPUND_CFG = protobuf.Descriptor(); -RESOURCE_COMPUND_CFG_ID_FIELD = protobuf.FieldDescriptor(); -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -RESOURCE_COMPUND_CFGS = protobuf.Descriptor(); -RESOURCE_COMPUND_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFG = protobuf.Descriptor(); -ROUTE_MARK_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFG_MODEL_ID_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -ROUTE_MARK_CFGS = protobuf.Descriptor(); -ROUTE_MARK_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -JUMP_CFG = protobuf.Descriptor(); -JUMP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -JUMP_CFG_WAY_POINTS_FIELD = protobuf.FieldDescriptor(); -JUMP_CFG_JUMP_ACTION_ID_FIELD = protobuf.FieldDescriptor(); -JUMP_CFGS = protobuf.Descriptor(); -JUMP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -JUMP_ACTION_CFG = protobuf.Descriptor(); -JUMP_ACTION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD = protobuf.FieldDescriptor(); -JUMP_ACTION_CFG_SPLITES_FIELD = protobuf.FieldDescriptor(); -JUMP_ACTION_CFG_DURATION_FIELD = protobuf.FieldDescriptor(); -JUMP_ACTION_CFGS = protobuf.Descriptor(); -JUMP_ACTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG = protobuf.Descriptor(); -MAGIC_ATT_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_RANGE_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_ATT_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_ATT_VALUE_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -MAGIC_ATT_CFGS = protobuf.Descriptor(); -MAGIC_ATT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG = protobuf.Descriptor(); -MAGIC_OSTIOLE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_POS_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_RANGE_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD = protobuf.FieldDescriptor(); -MAGIC_OSTIOLE_CFGS = protobuf.Descriptor(); -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG = protobuf.Descriptor(); -MAGIC_LEVELUP_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFG_RANGE_FIELD = protobuf.FieldDescriptor(); -MAGIC_LEVELUP_CFGS = protobuf.Descriptor(); -MAGIC_LEVELUP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG = protobuf.Descriptor(); -MAGIC_COMBINATION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFG_MG_NAME_FIELD = protobuf.FieldDescriptor(); -MAGIC_COMBINATION_CFGS = protobuf.Descriptor(); -MAGIC_COMBINATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG = protobuf.Descriptor(); -CONVOY_BIAOCHE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_CFGS = protobuf.Descriptor(); -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG = protobuf.Descriptor(); -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD = protobuf.FieldDescriptor(); -CONVOY_BIAOCHE_SCENE_CFGS = protobuf.Descriptor(); -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG = protobuf.Descriptor(); -ACTIVITY_INFO_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_START_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_END_TIME_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_TIMES_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_INFO_CFGS = protobuf.Descriptor(); -ACTIVITY_INFO_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFG = protobuf.Descriptor(); -ACTIVITY_ROOMS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD = protobuf.FieldDescriptor(); -ACTIVITY_ROOMS_CFGS = protobuf.Descriptor(); -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG = protobuf.Descriptor(); -GROW_POINT_CFG_ID_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_MODULE_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_POS_X_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_POS_Y_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_POS_Z_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_MAX_COUNT_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_SHOW_COUNT_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_QUALITY_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFG_SKILL_INDEX_FIELD = protobuf.FieldDescriptor(); -GROW_POINT_CFGS = protobuf.Descriptor(); -GROW_POINT_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -ERRORCODE_NOTIFY_CFG = protobuf.Descriptor(); -ERRORCODE_NOTIFY_CFG_ID_FIELD = protobuf.FieldDescriptor(); -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD = protobuf.FieldDescriptor(); -ERRORCODE_NOTIFY_CFGS = protobuf.Descriptor(); -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG = protobuf.Descriptor(); -OPEN_RULES_DATA_CFG_ID_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_END_HOUR_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFG_END_MIN_FIELD = protobuf.FieldDescriptor(); -OPEN_RULES_DATA_CFGS = protobuf.Descriptor(); -OPEN_RULES_DATA_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG = protobuf.Descriptor(); -CAMPBOSS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG_NEED_LEVEL_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG_SCENE_ID_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG_MAP_ID_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG_X_POINT_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG_Y_POINT_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFG_Z_POINT_FIELD = protobuf.FieldDescriptor(); -CAMPBOSS_CFGS = protobuf.Descriptor(); -CAMPBOSS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -TIPS_CFG = protobuf.Descriptor(); -TIPS_CFG_ID_FIELD = protobuf.FieldDescriptor(); -TIPS_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -TIPS_CFG_CONTENT_FIELD = protobuf.FieldDescriptor(); -TIPS_CFGS = protobuf.Descriptor(); -TIPS_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG = protobuf.Descriptor(); -CAMP_RELATION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_SCRIP_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE0_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE1_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE2_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE3_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE4_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE5_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE6_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE7_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE8_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE9_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE10_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE11_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE12_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE13_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE14_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFG_TYPE15_FIELD = protobuf.FieldDescriptor(); -CAMP_RELATION_CFGS = protobuf.Descriptor(); -CAMP_RELATION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -CAMP_CHANGE_COST_CFG = protobuf.Descriptor(); -CAMP_CHANGE_COST_CFG_ID_FIELD = protobuf.FieldDescriptor(); -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD = protobuf.FieldDescriptor(); -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD = protobuf.FieldDescriptor(); -CAMP_CHANGE_COST_CFGS = protobuf.Descriptor(); -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RANDOMMAN_CFG = protobuf.Descriptor(); -RANDOMMAN_CFG_NAME0_FIELD = protobuf.FieldDescriptor(); -RANDOMMAN_CFG_NAME1_FIELD = protobuf.FieldDescriptor(); -RANDOMMAN_CFGS = protobuf.Descriptor(); -RANDOMMAN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -RANDOMWOMAN_CFG = protobuf.Descriptor(); -RANDOMWOMAN_CFG_NAME0_FIELD = protobuf.FieldDescriptor(); -RANDOMWOMAN_CFG_NAME1_FIELD = protobuf.FieldDescriptor(); -RANDOMWOMAN_CFGS = protobuf.Descriptor(); -RANDOMWOMAN_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG = protobuf.Descriptor(); -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_ATTACK_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_MAXHP_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_HITRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_MAUD_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_MIND_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD = protobuf.FieldDescriptor(); -SOUL_BASE_ATTR_CFGS = protobuf.Descriptor(); -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ATTR_CFG = protobuf.Descriptor(); -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ATTR_CFGS = protobuf.Descriptor(); -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG = protobuf.Descriptor(); -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUITID_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD = protobuf.FieldDescriptor(); -SOUL_SUIT_ATTR_CFGS = protobuf.Descriptor(); -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG = protobuf.Descriptor(); -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD = protobuf.FieldDescriptor(); -SOUL_LEVEL_UP_CFGS = protobuf.Descriptor(); -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG = protobuf.Descriptor(); -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -SOUL_MAGIC_ROCK_CFGS = protobuf.Descriptor(); -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG = protobuf.Descriptor(); -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG_COUNT_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG_ICON_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG_DESC_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFG_POSITION_FIELD = protobuf.FieldDescriptor(); -SOUL_REFINE_ROCK_CFGS = protobuf.Descriptor(); -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -WIZARD_TASK_CFG = protobuf.Descriptor(); -WIZARD_TASK_CFG_LEVEL_ID_FIELD = protobuf.FieldDescriptor(); -WIZARD_TASK_CFG_LEVEL_MIN_FIELD = protobuf.FieldDescriptor(); -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -WIZARD_TASK_CFGS = protobuf.Descriptor(); -WIZARD_TASK_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFG = protobuf.Descriptor(); -WIZARD_LEVEL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFG_LEGENDARY_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFG_ICON_ID_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFG_NAME_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFG_REWARD_ID_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD = protobuf.FieldDescriptor(); -WIZARD_LEVEL_CFGS = protobuf.Descriptor(); -WIZARD_LEVEL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -WIZARD_BASE_CFG = protobuf.Descriptor(); -WIZARD_BASE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -WIZARD_BASE_CFG_DATA_FIELD = protobuf.FieldDescriptor(); -WIZARD_BASE_CFGS = protobuf.Descriptor(); -WIZARD_BASE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG = protobuf.Descriptor(); -MAGIC_DIVINE_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG_PROP_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG_PROP_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG_TIMES_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG_SECTION_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_DIVINE_CFGS = protobuf.Descriptor(); -MAGIC_DIVINE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG = protobuf.Descriptor(); -DIVINE_SECTION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_GROUP_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_GROUP_NAME_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_SECTION_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_SECTION_NAME_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_SECTION_DESC_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_MISSION_ID_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFG_PARTNER_ID_FIELD = protobuf.FieldDescriptor(); -DIVINE_SECTION_CFGS = protobuf.Descriptor(); -DIVINE_SECTION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFG = protobuf.Descriptor(); -DIVINE_MISSION_CFG_ID_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFG_MISSION_ID_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFG_RANGE_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFG_QUALITY_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD = protobuf.FieldDescriptor(); -DIVINE_MISSION_CFGS = protobuf.Descriptor(); -DIVINE_MISSION_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG = protobuf.Descriptor(); -MAGIC_SKILL_CFG_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_LAYERID_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_SKILL_ICON_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_SKILL_NAME_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_CFGS = protobuf.Descriptor(); -MAGIC_SKILL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG = protobuf.Descriptor(); -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_UPLEVEL_CFGS = protobuf.Descriptor(); -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_LAYER_CFG = protobuf.Descriptor(); -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_SKILL_LAYER_CFGS = protobuf.Descriptor(); -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG = protobuf.Descriptor(); -MAGIC_POINT_REFINE_CFG_CONFID_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD = protobuf.FieldDescriptor(); -MAGIC_POINT_REFINE_CFGS = protobuf.Descriptor(); -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD = protobuf.FieldDescriptor(); - -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.name = "activity_level" -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.full_name = ".ftcfg.arena_data_cfg.activity_level" -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.number = 1 -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.index = 0 -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.label = 2 -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.has_default_value = false -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.default_value = 0 -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.type = 5 -ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD.cpp_type = 1 - -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.name = "activity_cycle" -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.full_name = ".ftcfg.arena_data_cfg.activity_cycle" -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.number = 2 -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.index = 1 -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.label = 2 -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.has_default_value = false -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.default_value = 0 -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.type = 5 -ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD.cpp_type = 1 - -ARENA_DATA_CFG_DURATION_FIELD.name = "duration" -ARENA_DATA_CFG_DURATION_FIELD.full_name = ".ftcfg.arena_data_cfg.duration" -ARENA_DATA_CFG_DURATION_FIELD.number = 3 -ARENA_DATA_CFG_DURATION_FIELD.index = 2 -ARENA_DATA_CFG_DURATION_FIELD.label = 2 -ARENA_DATA_CFG_DURATION_FIELD.has_default_value = false -ARENA_DATA_CFG_DURATION_FIELD.default_value = 0 -ARENA_DATA_CFG_DURATION_FIELD.type = 5 -ARENA_DATA_CFG_DURATION_FIELD.cpp_type = 1 - -ARENA_DATA_CFG_DAY_LIST_FIELD.name = "day_list" -ARENA_DATA_CFG_DAY_LIST_FIELD.full_name = ".ftcfg.arena_data_cfg.day_list" -ARENA_DATA_CFG_DAY_LIST_FIELD.number = 4 -ARENA_DATA_CFG_DAY_LIST_FIELD.index = 3 -ARENA_DATA_CFG_DAY_LIST_FIELD.label = 3 -ARENA_DATA_CFG_DAY_LIST_FIELD.has_default_value = false -ARENA_DATA_CFG_DAY_LIST_FIELD.default_value = {} -ARENA_DATA_CFG_DAY_LIST_FIELD.type = 2 -ARENA_DATA_CFG_DAY_LIST_FIELD.cpp_type = 6 - -ARENA_DATA_CFG_MAP_ID_FIELD.name = "map_id" -ARENA_DATA_CFG_MAP_ID_FIELD.full_name = ".ftcfg.arena_data_cfg.map_id" -ARENA_DATA_CFG_MAP_ID_FIELD.number = 5 -ARENA_DATA_CFG_MAP_ID_FIELD.index = 4 -ARENA_DATA_CFG_MAP_ID_FIELD.label = 2 -ARENA_DATA_CFG_MAP_ID_FIELD.has_default_value = false -ARENA_DATA_CFG_MAP_ID_FIELD.default_value = 0 -ARENA_DATA_CFG_MAP_ID_FIELD.type = 5 -ARENA_DATA_CFG_MAP_ID_FIELD.cpp_type = 1 - -ARENA_DATA_CFG_SPAN_TIME_FIELD.name = "span_time" -ARENA_DATA_CFG_SPAN_TIME_FIELD.full_name = ".ftcfg.arena_data_cfg.span_time" -ARENA_DATA_CFG_SPAN_TIME_FIELD.number = 6 -ARENA_DATA_CFG_SPAN_TIME_FIELD.index = 5 -ARENA_DATA_CFG_SPAN_TIME_FIELD.label = 2 -ARENA_DATA_CFG_SPAN_TIME_FIELD.has_default_value = false -ARENA_DATA_CFG_SPAN_TIME_FIELD.default_value = 0 -ARENA_DATA_CFG_SPAN_TIME_FIELD.type = 5 -ARENA_DATA_CFG_SPAN_TIME_FIELD.cpp_type = 1 - -ARENA_DATA_CFG_MIN_RATIO_FIELD.name = "min_ratio" -ARENA_DATA_CFG_MIN_RATIO_FIELD.full_name = ".ftcfg.arena_data_cfg.min_ratio" -ARENA_DATA_CFG_MIN_RATIO_FIELD.number = 7 -ARENA_DATA_CFG_MIN_RATIO_FIELD.index = 6 -ARENA_DATA_CFG_MIN_RATIO_FIELD.label = 2 -ARENA_DATA_CFG_MIN_RATIO_FIELD.has_default_value = false -ARENA_DATA_CFG_MIN_RATIO_FIELD.default_value = 0.0 -ARENA_DATA_CFG_MIN_RATIO_FIELD.type = 2 -ARENA_DATA_CFG_MIN_RATIO_FIELD.cpp_type = 6 - -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.name = "ratio_addition" -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.full_name = ".ftcfg.arena_data_cfg.ratio_addition" -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.number = 8 -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.index = 7 -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.label = 2 -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.has_default_value = false -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.default_value = 0.0 -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.type = 2 -ARENA_DATA_CFG_RATIO_ADDITION_FIELD.cpp_type = 6 - -ARENA_DATA_CFG_MAX_RATIO_FIELD.name = "max_ratio" -ARENA_DATA_CFG_MAX_RATIO_FIELD.full_name = ".ftcfg.arena_data_cfg.max_ratio" -ARENA_DATA_CFG_MAX_RATIO_FIELD.number = 9 -ARENA_DATA_CFG_MAX_RATIO_FIELD.index = 8 -ARENA_DATA_CFG_MAX_RATIO_FIELD.label = 2 -ARENA_DATA_CFG_MAX_RATIO_FIELD.has_default_value = false -ARENA_DATA_CFG_MAX_RATIO_FIELD.default_value = 0.0 -ARENA_DATA_CFG_MAX_RATIO_FIELD.type = 2 -ARENA_DATA_CFG_MAX_RATIO_FIELD.cpp_type = 6 - -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.name = "diff_teammate" -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.full_name = ".ftcfg.arena_data_cfg.diff_teammate" -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.number = 10 -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.index = 9 -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.label = 2 -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.has_default_value = false -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.default_value = 0.0 -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.type = 2 -ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD.cpp_type = 6 - -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.name = "diff_opponent" -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.full_name = ".ftcfg.arena_data_cfg.diff_opponent" -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.number = 11 -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.index = 10 -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.label = 2 -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.has_default_value = false -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.default_value = 0.0 -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.type = 2 -ARENA_DATA_CFG_DIFF_OPPONENT_FIELD.cpp_type = 6 - -ARENA_DATA_CFG.name = "arena_data_cfg" -ARENA_DATA_CFG.full_name = ".ftcfg.arena_data_cfg" -ARENA_DATA_CFG.nested_types = {} -ARENA_DATA_CFG.enum_types = {} -ARENA_DATA_CFG.fields = {ARENA_DATA_CFG_ACTIVITY_LEVEL_FIELD, ARENA_DATA_CFG_ACTIVITY_CYCLE_FIELD, ARENA_DATA_CFG_DURATION_FIELD, ARENA_DATA_CFG_DAY_LIST_FIELD, ARENA_DATA_CFG_MAP_ID_FIELD, ARENA_DATA_CFG_SPAN_TIME_FIELD, ARENA_DATA_CFG_MIN_RATIO_FIELD, ARENA_DATA_CFG_RATIO_ADDITION_FIELD, ARENA_DATA_CFG_MAX_RATIO_FIELD, ARENA_DATA_CFG_DIFF_TEAMMATE_FIELD, ARENA_DATA_CFG_DIFF_OPPONENT_FIELD} -ARENA_DATA_CFG.is_extendable = false -ARENA_DATA_CFG.extensions = {} -ARENA_DATA_CFGS_ITEMS_FIELD.name = "items" -ARENA_DATA_CFGS_ITEMS_FIELD.full_name = ".ftcfg.arena_data_cfgs.items" -ARENA_DATA_CFGS_ITEMS_FIELD.number = 1 -ARENA_DATA_CFGS_ITEMS_FIELD.index = 0 -ARENA_DATA_CFGS_ITEMS_FIELD.label = 3 -ARENA_DATA_CFGS_ITEMS_FIELD.has_default_value = false -ARENA_DATA_CFGS_ITEMS_FIELD.default_value = {} -ARENA_DATA_CFGS_ITEMS_FIELD.message_type = ARENA_DATA_CFG -ARENA_DATA_CFGS_ITEMS_FIELD.type = 11 -ARENA_DATA_CFGS_ITEMS_FIELD.cpp_type = 10 - -ARENA_DATA_CFGS.name = "arena_data_cfgs" -ARENA_DATA_CFGS.full_name = ".ftcfg.arena_data_cfgs" -ARENA_DATA_CFGS.nested_types = {} -ARENA_DATA_CFGS.enum_types = {} -ARENA_DATA_CFGS.fields = {ARENA_DATA_CFGS_ITEMS_FIELD} -ARENA_DATA_CFGS.is_extendable = false -ARENA_DATA_CFGS.extensions = {} -ARENA_REWARD_CFG_ID_FIELD.name = "id" -ARENA_REWARD_CFG_ID_FIELD.full_name = ".ftcfg.arena_reward_cfg.id" -ARENA_REWARD_CFG_ID_FIELD.number = 1 -ARENA_REWARD_CFG_ID_FIELD.index = 0 -ARENA_REWARD_CFG_ID_FIELD.label = 2 -ARENA_REWARD_CFG_ID_FIELD.has_default_value = false -ARENA_REWARD_CFG_ID_FIELD.default_value = 0 -ARENA_REWARD_CFG_ID_FIELD.type = 5 -ARENA_REWARD_CFG_ID_FIELD.cpp_type = 1 - -ARENA_REWARD_CFG_ITEM_ID_FIELD.name = "item_id" -ARENA_REWARD_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.arena_reward_cfg.item_id" -ARENA_REWARD_CFG_ITEM_ID_FIELD.number = 2 -ARENA_REWARD_CFG_ITEM_ID_FIELD.index = 1 -ARENA_REWARD_CFG_ITEM_ID_FIELD.label = 3 -ARENA_REWARD_CFG_ITEM_ID_FIELD.has_default_value = false -ARENA_REWARD_CFG_ITEM_ID_FIELD.default_value = {} -ARENA_REWARD_CFG_ITEM_ID_FIELD.type = 13 -ARENA_REWARD_CFG_ITEM_ID_FIELD.cpp_type = 3 - -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.name = "item_count" -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.full_name = ".ftcfg.arena_reward_cfg.item_count" -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.number = 3 -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.index = 2 -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.label = 3 -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.has_default_value = false -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.default_value = {} -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.type = 5 -ARENA_REWARD_CFG_ITEM_COUNT_FIELD.cpp_type = 1 - -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.name = "attribute_type" -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.full_name = ".ftcfg.arena_reward_cfg.attribute_type" -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.number = 4 -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.index = 3 -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.label = 3 -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.has_default_value = false -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.default_value = {} -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.type = 5 -ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD.cpp_type = 1 - -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.name = "attribute_count" -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.arena_reward_cfg.attribute_count" -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.number = 5 -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.index = 4 -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.label = 3 -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.has_default_value = false -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.default_value = {} -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.type = 5 -ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -ARENA_REWARD_CFG.name = "arena_reward_cfg" -ARENA_REWARD_CFG.full_name = ".ftcfg.arena_reward_cfg" -ARENA_REWARD_CFG.nested_types = {} -ARENA_REWARD_CFG.enum_types = {} -ARENA_REWARD_CFG.fields = {ARENA_REWARD_CFG_ID_FIELD, ARENA_REWARD_CFG_ITEM_ID_FIELD, ARENA_REWARD_CFG_ITEM_COUNT_FIELD, ARENA_REWARD_CFG_ATTRIBUTE_TYPE_FIELD, ARENA_REWARD_CFG_ATTRIBUTE_COUNT_FIELD} -ARENA_REWARD_CFG.is_extendable = false -ARENA_REWARD_CFG.extensions = {} -ARENA_REWARD_CFGS_ITEMS_FIELD.name = "items" -ARENA_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.arena_reward_cfgs.items" -ARENA_REWARD_CFGS_ITEMS_FIELD.number = 1 -ARENA_REWARD_CFGS_ITEMS_FIELD.index = 0 -ARENA_REWARD_CFGS_ITEMS_FIELD.label = 3 -ARENA_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -ARENA_REWARD_CFGS_ITEMS_FIELD.default_value = {} -ARENA_REWARD_CFGS_ITEMS_FIELD.message_type = ARENA_REWARD_CFG -ARENA_REWARD_CFGS_ITEMS_FIELD.type = 11 -ARENA_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -ARENA_REWARD_CFGS.name = "arena_reward_cfgs" -ARENA_REWARD_CFGS.full_name = ".ftcfg.arena_reward_cfgs" -ARENA_REWARD_CFGS.nested_types = {} -ARENA_REWARD_CFGS.enum_types = {} -ARENA_REWARD_CFGS.fields = {ARENA_REWARD_CFGS_ITEMS_FIELD} -ARENA_REWARD_CFGS.is_extendable = false -ARENA_REWARD_CFGS.extensions = {} -BOSS_SHOWINFO_CFG_ID_FIELD.name = "id" -BOSS_SHOWINFO_CFG_ID_FIELD.full_name = ".ftcfg.boss_showinfo_cfg.id" -BOSS_SHOWINFO_CFG_ID_FIELD.number = 1 -BOSS_SHOWINFO_CFG_ID_FIELD.index = 0 -BOSS_SHOWINFO_CFG_ID_FIELD.label = 2 -BOSS_SHOWINFO_CFG_ID_FIELD.has_default_value = false -BOSS_SHOWINFO_CFG_ID_FIELD.default_value = 0 -BOSS_SHOWINFO_CFG_ID_FIELD.type = 5 -BOSS_SHOWINFO_CFG_ID_FIELD.cpp_type = 1 - -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.name = "show_equ" -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.full_name = ".ftcfg.boss_showinfo_cfg.show_equ" -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.number = 2 -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.index = 1 -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.label = 3 -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.has_default_value = false -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.default_value = {} -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.type = 9 -BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD.cpp_type = 9 - -BOSS_SHOWINFO_CFG.name = "boss_showinfo_cfg" -BOSS_SHOWINFO_CFG.full_name = ".ftcfg.boss_showinfo_cfg" -BOSS_SHOWINFO_CFG.nested_types = {} -BOSS_SHOWINFO_CFG.enum_types = {} -BOSS_SHOWINFO_CFG.fields = {BOSS_SHOWINFO_CFG_ID_FIELD, BOSS_SHOWINFO_CFG_SHOW_EQU_FIELD} -BOSS_SHOWINFO_CFG.is_extendable = false -BOSS_SHOWINFO_CFG.extensions = {} -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.name = "items" -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.full_name = ".ftcfg.boss_showinfo_cfgs.items" -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.number = 1 -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.index = 0 -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.label = 3 -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.has_default_value = false -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.default_value = {} -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.message_type = BOSS_SHOWINFO_CFG -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.type = 11 -BOSS_SHOWINFO_CFGS_ITEMS_FIELD.cpp_type = 10 - -BOSS_SHOWINFO_CFGS.name = "boss_showinfo_cfgs" -BOSS_SHOWINFO_CFGS.full_name = ".ftcfg.boss_showinfo_cfgs" -BOSS_SHOWINFO_CFGS.nested_types = {} -BOSS_SHOWINFO_CFGS.enum_types = {} -BOSS_SHOWINFO_CFGS.fields = {BOSS_SHOWINFO_CFGS_ITEMS_FIELD} -BOSS_SHOWINFO_CFGS.is_extendable = false -BOSS_SHOWINFO_CFGS.extensions = {} -BOSS_SHOW_UI_CFG_ID_FIELD.name = "id" -BOSS_SHOW_UI_CFG_ID_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.id" -BOSS_SHOW_UI_CFG_ID_FIELD.number = 1 -BOSS_SHOW_UI_CFG_ID_FIELD.index = 0 -BOSS_SHOW_UI_CFG_ID_FIELD.label = 2 -BOSS_SHOW_UI_CFG_ID_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_ID_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_ID_FIELD.type = 5 -BOSS_SHOW_UI_CFG_ID_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG_NAME_FIELD.name = "name" -BOSS_SHOW_UI_CFG_NAME_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.name" -BOSS_SHOW_UI_CFG_NAME_FIELD.number = 2 -BOSS_SHOW_UI_CFG_NAME_FIELD.index = 1 -BOSS_SHOW_UI_CFG_NAME_FIELD.label = 2 -BOSS_SHOW_UI_CFG_NAME_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_NAME_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_NAME_FIELD.type = 5 -BOSS_SHOW_UI_CFG_NAME_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG_LEVEL_FIELD.name = "level" -BOSS_SHOW_UI_CFG_LEVEL_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.level" -BOSS_SHOW_UI_CFG_LEVEL_FIELD.number = 3 -BOSS_SHOW_UI_CFG_LEVEL_FIELD.index = 2 -BOSS_SHOW_UI_CFG_LEVEL_FIELD.label = 2 -BOSS_SHOW_UI_CFG_LEVEL_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_LEVEL_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_LEVEL_FIELD.type = 5 -BOSS_SHOW_UI_CFG_LEVEL_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG_DESC_FIELD.name = "desc" -BOSS_SHOW_UI_CFG_DESC_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.desc" -BOSS_SHOW_UI_CFG_DESC_FIELD.number = 4 -BOSS_SHOW_UI_CFG_DESC_FIELD.index = 3 -BOSS_SHOW_UI_CFG_DESC_FIELD.label = 2 -BOSS_SHOW_UI_CFG_DESC_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_DESC_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_DESC_FIELD.type = 5 -BOSS_SHOW_UI_CFG_DESC_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG_PAINT_FIELD.name = "paint" -BOSS_SHOW_UI_CFG_PAINT_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.paint" -BOSS_SHOW_UI_CFG_PAINT_FIELD.number = 5 -BOSS_SHOW_UI_CFG_PAINT_FIELD.index = 4 -BOSS_SHOW_UI_CFG_PAINT_FIELD.label = 2 -BOSS_SHOW_UI_CFG_PAINT_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_PAINT_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_PAINT_FIELD.type = 5 -BOSS_SHOW_UI_CFG_PAINT_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.name = "close_timer" -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.close_timer" -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.number = 6 -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.index = 5 -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.label = 2 -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.type = 5 -BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.name = "cam_motion" -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.full_name = ".ftcfg.boss_show_ui_cfg.cam_motion" -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.number = 7 -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.index = 6 -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.label = 2 -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.has_default_value = false -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.default_value = 0 -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.type = 5 -BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD.cpp_type = 1 - -BOSS_SHOW_UI_CFG.name = "boss_show_ui_cfg" -BOSS_SHOW_UI_CFG.full_name = ".ftcfg.boss_show_ui_cfg" -BOSS_SHOW_UI_CFG.nested_types = {} -BOSS_SHOW_UI_CFG.enum_types = {} -BOSS_SHOW_UI_CFG.fields = {BOSS_SHOW_UI_CFG_ID_FIELD, BOSS_SHOW_UI_CFG_NAME_FIELD, BOSS_SHOW_UI_CFG_LEVEL_FIELD, BOSS_SHOW_UI_CFG_DESC_FIELD, BOSS_SHOW_UI_CFG_PAINT_FIELD, BOSS_SHOW_UI_CFG_CLOSE_TIMER_FIELD, BOSS_SHOW_UI_CFG_CAM_MOTION_FIELD} -BOSS_SHOW_UI_CFG.is_extendable = false -BOSS_SHOW_UI_CFG.extensions = {} -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.name = "items" -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.full_name = ".ftcfg.boss_show_ui_cfgs.items" -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.number = 1 -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.index = 0 -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.label = 3 -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.has_default_value = false -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.default_value = {} -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.message_type = BOSS_SHOW_UI_CFG -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.type = 11 -BOSS_SHOW_UI_CFGS_ITEMS_FIELD.cpp_type = 10 - -BOSS_SHOW_UI_CFGS.name = "boss_show_ui_cfgs" -BOSS_SHOW_UI_CFGS.full_name = ".ftcfg.boss_show_ui_cfgs" -BOSS_SHOW_UI_CFGS.nested_types = {} -BOSS_SHOW_UI_CFGS.enum_types = {} -BOSS_SHOW_UI_CFGS.fields = {BOSS_SHOW_UI_CFGS_ITEMS_FIELD} -BOSS_SHOW_UI_CFGS.is_extendable = false -BOSS_SHOW_UI_CFGS.extensions = {} -BOSS_SHOW_CAM_CFG_ID_FIELD.name = "id" -BOSS_SHOW_CAM_CFG_ID_FIELD.full_name = ".ftcfg.boss_show_cam_cfg.id" -BOSS_SHOW_CAM_CFG_ID_FIELD.number = 1 -BOSS_SHOW_CAM_CFG_ID_FIELD.index = 0 -BOSS_SHOW_CAM_CFG_ID_FIELD.label = 2 -BOSS_SHOW_CAM_CFG_ID_FIELD.has_default_value = false -BOSS_SHOW_CAM_CFG_ID_FIELD.default_value = 0 -BOSS_SHOW_CAM_CFG_ID_FIELD.type = 5 -BOSS_SHOW_CAM_CFG_ID_FIELD.cpp_type = 1 - -BOSS_SHOW_CAM_CFG_POS_FIELD.name = "pos" -BOSS_SHOW_CAM_CFG_POS_FIELD.full_name = ".ftcfg.boss_show_cam_cfg.pos" -BOSS_SHOW_CAM_CFG_POS_FIELD.number = 2 -BOSS_SHOW_CAM_CFG_POS_FIELD.index = 1 -BOSS_SHOW_CAM_CFG_POS_FIELD.label = 3 -BOSS_SHOW_CAM_CFG_POS_FIELD.has_default_value = false -BOSS_SHOW_CAM_CFG_POS_FIELD.default_value = {} -BOSS_SHOW_CAM_CFG_POS_FIELD.type = 2 -BOSS_SHOW_CAM_CFG_POS_FIELD.cpp_type = 6 - -BOSS_SHOW_CAM_CFG_DURATION_FIELD.name = "duration" -BOSS_SHOW_CAM_CFG_DURATION_FIELD.full_name = ".ftcfg.boss_show_cam_cfg.duration" -BOSS_SHOW_CAM_CFG_DURATION_FIELD.number = 3 -BOSS_SHOW_CAM_CFG_DURATION_FIELD.index = 2 -BOSS_SHOW_CAM_CFG_DURATION_FIELD.label = 2 -BOSS_SHOW_CAM_CFG_DURATION_FIELD.has_default_value = false -BOSS_SHOW_CAM_CFG_DURATION_FIELD.default_value = 0.0 -BOSS_SHOW_CAM_CFG_DURATION_FIELD.type = 2 -BOSS_SHOW_CAM_CFG_DURATION_FIELD.cpp_type = 6 - -BOSS_SHOW_CAM_CFG_ROLL_FIELD.name = "roll" -BOSS_SHOW_CAM_CFG_ROLL_FIELD.full_name = ".ftcfg.boss_show_cam_cfg.roll" -BOSS_SHOW_CAM_CFG_ROLL_FIELD.number = 4 -BOSS_SHOW_CAM_CFG_ROLL_FIELD.index = 3 -BOSS_SHOW_CAM_CFG_ROLL_FIELD.label = 2 -BOSS_SHOW_CAM_CFG_ROLL_FIELD.has_default_value = false -BOSS_SHOW_CAM_CFG_ROLL_FIELD.default_value = 0.0 -BOSS_SHOW_CAM_CFG_ROLL_FIELD.type = 2 -BOSS_SHOW_CAM_CFG_ROLL_FIELD.cpp_type = 6 - -BOSS_SHOW_CAM_CFG.name = "boss_show_cam_cfg" -BOSS_SHOW_CAM_CFG.full_name = ".ftcfg.boss_show_cam_cfg" -BOSS_SHOW_CAM_CFG.nested_types = {} -BOSS_SHOW_CAM_CFG.enum_types = {} -BOSS_SHOW_CAM_CFG.fields = {BOSS_SHOW_CAM_CFG_ID_FIELD, BOSS_SHOW_CAM_CFG_POS_FIELD, BOSS_SHOW_CAM_CFG_DURATION_FIELD, BOSS_SHOW_CAM_CFG_ROLL_FIELD} -BOSS_SHOW_CAM_CFG.is_extendable = false -BOSS_SHOW_CAM_CFG.extensions = {} -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.name = "items" -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.full_name = ".ftcfg.boss_show_cam_cfgs.items" -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.number = 1 -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.index = 0 -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.label = 3 -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.has_default_value = false -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.default_value = {} -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.message_type = BOSS_SHOW_CAM_CFG -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.type = 11 -BOSS_SHOW_CAM_CFGS_ITEMS_FIELD.cpp_type = 10 - -BOSS_SHOW_CAM_CFGS.name = "boss_show_cam_cfgs" -BOSS_SHOW_CAM_CFGS.full_name = ".ftcfg.boss_show_cam_cfgs" -BOSS_SHOW_CAM_CFGS.nested_types = {} -BOSS_SHOW_CAM_CFGS.enum_types = {} -BOSS_SHOW_CAM_CFGS.fields = {BOSS_SHOW_CAM_CFGS_ITEMS_FIELD} -BOSS_SHOW_CAM_CFGS.is_extendable = false -BOSS_SHOW_CAM_CFGS.extensions = {} -BUFF_CFG_ID_FIELD.name = "id" -BUFF_CFG_ID_FIELD.full_name = ".ftcfg.buff_cfg.id" -BUFF_CFG_ID_FIELD.number = 1 -BUFF_CFG_ID_FIELD.index = 0 -BUFF_CFG_ID_FIELD.label = 2 -BUFF_CFG_ID_FIELD.has_default_value = false -BUFF_CFG_ID_FIELD.default_value = 0 -BUFF_CFG_ID_FIELD.type = 5 -BUFF_CFG_ID_FIELD.cpp_type = 1 - -BUFF_CFG_NAME_TIPS_FIELD.name = "name_tips" -BUFF_CFG_NAME_TIPS_FIELD.full_name = ".ftcfg.buff_cfg.name_tips" -BUFF_CFG_NAME_TIPS_FIELD.number = 2 -BUFF_CFG_NAME_TIPS_FIELD.index = 1 -BUFF_CFG_NAME_TIPS_FIELD.label = 2 -BUFF_CFG_NAME_TIPS_FIELD.has_default_value = false -BUFF_CFG_NAME_TIPS_FIELD.default_value = "" -BUFF_CFG_NAME_TIPS_FIELD.type = 9 -BUFF_CFG_NAME_TIPS_FIELD.cpp_type = 9 - -BUFF_CFG_DESC_TIPS_FIELD.name = "desc_tips" -BUFF_CFG_DESC_TIPS_FIELD.full_name = ".ftcfg.buff_cfg.desc_tips" -BUFF_CFG_DESC_TIPS_FIELD.number = 3 -BUFF_CFG_DESC_TIPS_FIELD.index = 2 -BUFF_CFG_DESC_TIPS_FIELD.label = 2 -BUFF_CFG_DESC_TIPS_FIELD.has_default_value = false -BUFF_CFG_DESC_TIPS_FIELD.default_value = "" -BUFF_CFG_DESC_TIPS_FIELD.type = 9 -BUFF_CFG_DESC_TIPS_FIELD.cpp_type = 9 - -BUFF_CFG_NAME_FIELD.name = "name" -BUFF_CFG_NAME_FIELD.full_name = ".ftcfg.buff_cfg.name" -BUFF_CFG_NAME_FIELD.number = 4 -BUFF_CFG_NAME_FIELD.index = 3 -BUFF_CFG_NAME_FIELD.label = 2 -BUFF_CFG_NAME_FIELD.has_default_value = false -BUFF_CFG_NAME_FIELD.default_value = 0 -BUFF_CFG_NAME_FIELD.type = 5 -BUFF_CFG_NAME_FIELD.cpp_type = 1 - -BUFF_CFG_DESC_FIELD.name = "desc" -BUFF_CFG_DESC_FIELD.full_name = ".ftcfg.buff_cfg.desc" -BUFF_CFG_DESC_FIELD.number = 5 -BUFF_CFG_DESC_FIELD.index = 4 -BUFF_CFG_DESC_FIELD.label = 2 -BUFF_CFG_DESC_FIELD.has_default_value = false -BUFF_CFG_DESC_FIELD.default_value = 0 -BUFF_CFG_DESC_FIELD.type = 5 -BUFF_CFG_DESC_FIELD.cpp_type = 1 - -BUFF_CFG_ICON_FIELD.name = "icon" -BUFF_CFG_ICON_FIELD.full_name = ".ftcfg.buff_cfg.icon" -BUFF_CFG_ICON_FIELD.number = 6 -BUFF_CFG_ICON_FIELD.index = 5 -BUFF_CFG_ICON_FIELD.label = 2 -BUFF_CFG_ICON_FIELD.has_default_value = false -BUFF_CFG_ICON_FIELD.default_value = 0 -BUFF_CFG_ICON_FIELD.type = 5 -BUFF_CFG_ICON_FIELD.cpp_type = 1 - -BUFF_CFG_VISUABLE_FIELD.name = "visuable" -BUFF_CFG_VISUABLE_FIELD.full_name = ".ftcfg.buff_cfg.visuable" -BUFF_CFG_VISUABLE_FIELD.number = 7 -BUFF_CFG_VISUABLE_FIELD.index = 6 -BUFF_CFG_VISUABLE_FIELD.label = 2 -BUFF_CFG_VISUABLE_FIELD.has_default_value = false -BUFF_CFG_VISUABLE_FIELD.default_value = false -BUFF_CFG_VISUABLE_FIELD.type = 8 -BUFF_CFG_VISUABLE_FIELD.cpp_type = 7 - -BUFF_CFG_COUNTDOWN_TYPE_FIELD.name = "countdown_type" -BUFF_CFG_COUNTDOWN_TYPE_FIELD.full_name = ".ftcfg.buff_cfg.countdown_type" -BUFF_CFG_COUNTDOWN_TYPE_FIELD.number = 8 -BUFF_CFG_COUNTDOWN_TYPE_FIELD.index = 7 -BUFF_CFG_COUNTDOWN_TYPE_FIELD.label = 2 -BUFF_CFG_COUNTDOWN_TYPE_FIELD.has_default_value = false -BUFF_CFG_COUNTDOWN_TYPE_FIELD.default_value = 0 -BUFF_CFG_COUNTDOWN_TYPE_FIELD.type = 5 -BUFF_CFG_COUNTDOWN_TYPE_FIELD.cpp_type = 1 - -BUFF_CFG_BUFF_TYPE_FIELD.name = "buff_type" -BUFF_CFG_BUFF_TYPE_FIELD.full_name = ".ftcfg.buff_cfg.buff_type" -BUFF_CFG_BUFF_TYPE_FIELD.number = 9 -BUFF_CFG_BUFF_TYPE_FIELD.index = 8 -BUFF_CFG_BUFF_TYPE_FIELD.label = 2 -BUFF_CFG_BUFF_TYPE_FIELD.has_default_value = false -BUFF_CFG_BUFF_TYPE_FIELD.default_value = 0 -BUFF_CFG_BUFF_TYPE_FIELD.type = 5 -BUFF_CFG_BUFF_TYPE_FIELD.cpp_type = 1 - -BUFF_CFG_EXIST_TIME_FIELD.name = "exist_time" -BUFF_CFG_EXIST_TIME_FIELD.full_name = ".ftcfg.buff_cfg.exist_time" -BUFF_CFG_EXIST_TIME_FIELD.number = 10 -BUFF_CFG_EXIST_TIME_FIELD.index = 9 -BUFF_CFG_EXIST_TIME_FIELD.label = 2 -BUFF_CFG_EXIST_TIME_FIELD.has_default_value = false -BUFF_CFG_EXIST_TIME_FIELD.default_value = 0 -BUFF_CFG_EXIST_TIME_FIELD.type = 5 -BUFF_CFG_EXIST_TIME_FIELD.cpp_type = 1 - -BUFF_CFG_ATK_LV_FIELD.name = "atk_lv" -BUFF_CFG_ATK_LV_FIELD.full_name = ".ftcfg.buff_cfg.atk_lv" -BUFF_CFG_ATK_LV_FIELD.number = 11 -BUFF_CFG_ATK_LV_FIELD.index = 10 -BUFF_CFG_ATK_LV_FIELD.label = 2 -BUFF_CFG_ATK_LV_FIELD.has_default_value = false -BUFF_CFG_ATK_LV_FIELD.default_value = 0 -BUFF_CFG_ATK_LV_FIELD.type = 5 -BUFF_CFG_ATK_LV_FIELD.cpp_type = 1 - -BUFF_CFG_AM_BEATEN_FIELD.name = "am_beaten" -BUFF_CFG_AM_BEATEN_FIELD.full_name = ".ftcfg.buff_cfg.am_beaten" -BUFF_CFG_AM_BEATEN_FIELD.number = 12 -BUFF_CFG_AM_BEATEN_FIELD.index = 11 -BUFF_CFG_AM_BEATEN_FIELD.label = 2 -BUFF_CFG_AM_BEATEN_FIELD.has_default_value = false -BUFF_CFG_AM_BEATEN_FIELD.default_value = "" -BUFF_CFG_AM_BEATEN_FIELD.type = 9 -BUFF_CFG_AM_BEATEN_FIELD.cpp_type = 9 - -BUFF_CFG_AM_BEATEN_EFF_FIELD.name = "am_beaten_eff" -BUFF_CFG_AM_BEATEN_EFF_FIELD.full_name = ".ftcfg.buff_cfg.am_beaten_eff" -BUFF_CFG_AM_BEATEN_EFF_FIELD.number = 13 -BUFF_CFG_AM_BEATEN_EFF_FIELD.index = 12 -BUFF_CFG_AM_BEATEN_EFF_FIELD.label = 2 -BUFF_CFG_AM_BEATEN_EFF_FIELD.has_default_value = false -BUFF_CFG_AM_BEATEN_EFF_FIELD.default_value = "" -BUFF_CFG_AM_BEATEN_EFF_FIELD.type = 9 -BUFF_CFG_AM_BEATEN_EFF_FIELD.cpp_type = 9 - -BUFF_CFG_BEATEN_TIME_FIELD.name = "beaten_time" -BUFF_CFG_BEATEN_TIME_FIELD.full_name = ".ftcfg.buff_cfg.beaten_time" -BUFF_CFG_BEATEN_TIME_FIELD.number = 14 -BUFF_CFG_BEATEN_TIME_FIELD.index = 13 -BUFF_CFG_BEATEN_TIME_FIELD.label = 2 -BUFF_CFG_BEATEN_TIME_FIELD.has_default_value = false -BUFF_CFG_BEATEN_TIME_FIELD.default_value = 0 -BUFF_CFG_BEATEN_TIME_FIELD.type = 5 -BUFF_CFG_BEATEN_TIME_FIELD.cpp_type = 1 - -BUFF_CFG_BEAT_BACK_TYPE_FIELD.name = "beat_back_type" -BUFF_CFG_BEAT_BACK_TYPE_FIELD.full_name = ".ftcfg.buff_cfg.beat_back_type" -BUFF_CFG_BEAT_BACK_TYPE_FIELD.number = 15 -BUFF_CFG_BEAT_BACK_TYPE_FIELD.index = 14 -BUFF_CFG_BEAT_BACK_TYPE_FIELD.label = 2 -BUFF_CFG_BEAT_BACK_TYPE_FIELD.has_default_value = false -BUFF_CFG_BEAT_BACK_TYPE_FIELD.default_value = 0 -BUFF_CFG_BEAT_BACK_TYPE_FIELD.type = 5 -BUFF_CFG_BEAT_BACK_TYPE_FIELD.cpp_type = 1 - -BUFF_CFG_BEAT_DIS_FIELD.name = "beat_dis" -BUFF_CFG_BEAT_DIS_FIELD.full_name = ".ftcfg.buff_cfg.beat_dis" -BUFF_CFG_BEAT_DIS_FIELD.number = 16 -BUFF_CFG_BEAT_DIS_FIELD.index = 15 -BUFF_CFG_BEAT_DIS_FIELD.label = 2 -BUFF_CFG_BEAT_DIS_FIELD.has_default_value = false -BUFF_CFG_BEAT_DIS_FIELD.default_value = 0.0 -BUFF_CFG_BEAT_DIS_FIELD.type = 2 -BUFF_CFG_BEAT_DIS_FIELD.cpp_type = 6 - -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.name = "beat_back_move_time" -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.full_name = ".ftcfg.buff_cfg.beat_back_move_time" -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.number = 17 -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.index = 16 -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.label = 2 -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.has_default_value = false -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.default_value = 0 -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.type = 5 -BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD.cpp_type = 1 - -BUFF_CFG_AM_DEAD_FIELD.name = "am_dead" -BUFF_CFG_AM_DEAD_FIELD.full_name = ".ftcfg.buff_cfg.am_dead" -BUFF_CFG_AM_DEAD_FIELD.number = 18 -BUFF_CFG_AM_DEAD_FIELD.index = 17 -BUFF_CFG_AM_DEAD_FIELD.label = 2 -BUFF_CFG_AM_DEAD_FIELD.has_default_value = false -BUFF_CFG_AM_DEAD_FIELD.default_value = 0 -BUFF_CFG_AM_DEAD_FIELD.type = 5 -BUFF_CFG_AM_DEAD_FIELD.cpp_type = 1 - -BUFF_CFG_DEAD_BACK_TYPE_FIELD.name = "dead_back_type" -BUFF_CFG_DEAD_BACK_TYPE_FIELD.full_name = ".ftcfg.buff_cfg.dead_back_type" -BUFF_CFG_DEAD_BACK_TYPE_FIELD.number = 19 -BUFF_CFG_DEAD_BACK_TYPE_FIELD.index = 18 -BUFF_CFG_DEAD_BACK_TYPE_FIELD.label = 2 -BUFF_CFG_DEAD_BACK_TYPE_FIELD.has_default_value = false -BUFF_CFG_DEAD_BACK_TYPE_FIELD.default_value = 0 -BUFF_CFG_DEAD_BACK_TYPE_FIELD.type = 5 -BUFF_CFG_DEAD_BACK_TYPE_FIELD.cpp_type = 1 - -BUFF_CFG_DEAD_DIS_FIELD.name = "dead_dis" -BUFF_CFG_DEAD_DIS_FIELD.full_name = ".ftcfg.buff_cfg.dead_dis" -BUFF_CFG_DEAD_DIS_FIELD.number = 20 -BUFF_CFG_DEAD_DIS_FIELD.index = 19 -BUFF_CFG_DEAD_DIS_FIELD.label = 2 -BUFF_CFG_DEAD_DIS_FIELD.has_default_value = false -BUFF_CFG_DEAD_DIS_FIELD.default_value = 0.0 -BUFF_CFG_DEAD_DIS_FIELD.type = 2 -BUFF_CFG_DEAD_DIS_FIELD.cpp_type = 6 - -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.name = "dead_back_move_time" -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.full_name = ".ftcfg.buff_cfg.dead_back_move_time" -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.number = 21 -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.index = 20 -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.label = 2 -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.has_default_value = false -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.default_value = 0 -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.type = 5 -BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD.cpp_type = 1 - -BUFF_CFG_CRIT_EFFECT_FIELD.name = "crit_effect" -BUFF_CFG_CRIT_EFFECT_FIELD.full_name = ".ftcfg.buff_cfg.crit_effect" -BUFF_CFG_CRIT_EFFECT_FIELD.number = 22 -BUFF_CFG_CRIT_EFFECT_FIELD.index = 21 -BUFF_CFG_CRIT_EFFECT_FIELD.label = 2 -BUFF_CFG_CRIT_EFFECT_FIELD.has_default_value = false -BUFF_CFG_CRIT_EFFECT_FIELD.default_value = 0 -BUFF_CFG_CRIT_EFFECT_FIELD.type = 5 -BUFF_CFG_CRIT_EFFECT_FIELD.cpp_type = 1 - -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.name = "dead_strike_effect" -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.full_name = ".ftcfg.buff_cfg.dead_strike_effect" -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.number = 23 -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.index = 22 -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.label = 2 -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.has_default_value = false -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.default_value = 0 -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.type = 5 -BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD.cpp_type = 1 - -BUFF_CFG_BUFF_WORD_FIELD.name = "buff_word" -BUFF_CFG_BUFF_WORD_FIELD.full_name = ".ftcfg.buff_cfg.buff_word" -BUFF_CFG_BUFF_WORD_FIELD.number = 24 -BUFF_CFG_BUFF_WORD_FIELD.index = 23 -BUFF_CFG_BUFF_WORD_FIELD.label = 2 -BUFF_CFG_BUFF_WORD_FIELD.has_default_value = false -BUFF_CFG_BUFF_WORD_FIELD.default_value = 0 -BUFF_CFG_BUFF_WORD_FIELD.type = 5 -BUFF_CFG_BUFF_WORD_FIELD.cpp_type = 1 - -BUFF_CFG_BUFF_IDLE_FIELD.name = "buff_idle" -BUFF_CFG_BUFF_IDLE_FIELD.full_name = ".ftcfg.buff_cfg.buff_idle" -BUFF_CFG_BUFF_IDLE_FIELD.number = 25 -BUFF_CFG_BUFF_IDLE_FIELD.index = 24 -BUFF_CFG_BUFF_IDLE_FIELD.label = 2 -BUFF_CFG_BUFF_IDLE_FIELD.has_default_value = false -BUFF_CFG_BUFF_IDLE_FIELD.default_value = "" -BUFF_CFG_BUFF_IDLE_FIELD.type = 9 -BUFF_CFG_BUFF_IDLE_FIELD.cpp_type = 9 - -BUFF_CFG_BUFF_RUN_FIELD.name = "buff_run" -BUFF_CFG_BUFF_RUN_FIELD.full_name = ".ftcfg.buff_cfg.buff_run" -BUFF_CFG_BUFF_RUN_FIELD.number = 26 -BUFF_CFG_BUFF_RUN_FIELD.index = 25 -BUFF_CFG_BUFF_RUN_FIELD.label = 2 -BUFF_CFG_BUFF_RUN_FIELD.has_default_value = false -BUFF_CFG_BUFF_RUN_FIELD.default_value = "" -BUFF_CFG_BUFF_RUN_FIELD.type = 9 -BUFF_CFG_BUFF_RUN_FIELD.cpp_type = 9 - -BUFF_CFG_BUFF_EFFECT_FIELD.name = "buff_effect" -BUFF_CFG_BUFF_EFFECT_FIELD.full_name = ".ftcfg.buff_cfg.buff_effect" -BUFF_CFG_BUFF_EFFECT_FIELD.number = 27 -BUFF_CFG_BUFF_EFFECT_FIELD.index = 26 -BUFF_CFG_BUFF_EFFECT_FIELD.label = 2 -BUFF_CFG_BUFF_EFFECT_FIELD.has_default_value = false -BUFF_CFG_BUFF_EFFECT_FIELD.default_value = "" -BUFF_CFG_BUFF_EFFECT_FIELD.type = 9 -BUFF_CFG_BUFF_EFFECT_FIELD.cpp_type = 9 - -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.name = "buff_trigger_effect" -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.full_name = ".ftcfg.buff_cfg.buff_trigger_effect" -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.number = 28 -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.index = 27 -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.label = 2 -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.has_default_value = false -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.default_value = "" -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.type = 9 -BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD.cpp_type = 9 - -BUFF_CFG.name = "buff_cfg" -BUFF_CFG.full_name = ".ftcfg.buff_cfg" -BUFF_CFG.nested_types = {} -BUFF_CFG.enum_types = {} -BUFF_CFG.fields = {BUFF_CFG_ID_FIELD, BUFF_CFG_NAME_TIPS_FIELD, BUFF_CFG_DESC_TIPS_FIELD, BUFF_CFG_NAME_FIELD, BUFF_CFG_DESC_FIELD, BUFF_CFG_ICON_FIELD, BUFF_CFG_VISUABLE_FIELD, BUFF_CFG_COUNTDOWN_TYPE_FIELD, BUFF_CFG_BUFF_TYPE_FIELD, BUFF_CFG_EXIST_TIME_FIELD, BUFF_CFG_ATK_LV_FIELD, BUFF_CFG_AM_BEATEN_FIELD, BUFF_CFG_AM_BEATEN_EFF_FIELD, BUFF_CFG_BEATEN_TIME_FIELD, BUFF_CFG_BEAT_BACK_TYPE_FIELD, BUFF_CFG_BEAT_DIS_FIELD, BUFF_CFG_BEAT_BACK_MOVE_TIME_FIELD, BUFF_CFG_AM_DEAD_FIELD, BUFF_CFG_DEAD_BACK_TYPE_FIELD, BUFF_CFG_DEAD_DIS_FIELD, BUFF_CFG_DEAD_BACK_MOVE_TIME_FIELD, BUFF_CFG_CRIT_EFFECT_FIELD, BUFF_CFG_DEAD_STRIKE_EFFECT_FIELD, BUFF_CFG_BUFF_WORD_FIELD, BUFF_CFG_BUFF_IDLE_FIELD, BUFF_CFG_BUFF_RUN_FIELD, BUFF_CFG_BUFF_EFFECT_FIELD, BUFF_CFG_BUFF_TRIGGER_EFFECT_FIELD} -BUFF_CFG.is_extendable = false -BUFF_CFG.extensions = {} -BUFF_CFGS_ITEMS_FIELD.name = "items" -BUFF_CFGS_ITEMS_FIELD.full_name = ".ftcfg.buff_cfgs.items" -BUFF_CFGS_ITEMS_FIELD.number = 1 -BUFF_CFGS_ITEMS_FIELD.index = 0 -BUFF_CFGS_ITEMS_FIELD.label = 3 -BUFF_CFGS_ITEMS_FIELD.has_default_value = false -BUFF_CFGS_ITEMS_FIELD.default_value = {} -BUFF_CFGS_ITEMS_FIELD.message_type = BUFF_CFG -BUFF_CFGS_ITEMS_FIELD.type = 11 -BUFF_CFGS_ITEMS_FIELD.cpp_type = 10 - -BUFF_CFGS.name = "buff_cfgs" -BUFF_CFGS.full_name = ".ftcfg.buff_cfgs" -BUFF_CFGS.nested_types = {} -BUFF_CFGS.enum_types = {} -BUFF_CFGS.fields = {BUFF_CFGS_ITEMS_FIELD} -BUFF_CFGS.is_extendable = false -BUFF_CFGS.extensions = {} -BUFF_EFFECT_CFG_ID_FIELD.name = "id" -BUFF_EFFECT_CFG_ID_FIELD.full_name = ".ftcfg.buff_effect_cfg.id" -BUFF_EFFECT_CFG_ID_FIELD.number = 1 -BUFF_EFFECT_CFG_ID_FIELD.index = 0 -BUFF_EFFECT_CFG_ID_FIELD.label = 2 -BUFF_EFFECT_CFG_ID_FIELD.has_default_value = false -BUFF_EFFECT_CFG_ID_FIELD.default_value = 0 -BUFF_EFFECT_CFG_ID_FIELD.type = 5 -BUFF_EFFECT_CFG_ID_FIELD.cpp_type = 1 - -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.name = "formula_id" -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.full_name = ".ftcfg.buff_effect_cfg.formula_id" -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.number = 2 -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.index = 1 -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.label = 2 -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.has_default_value = false -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.default_value = nil -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.enum_type = config_predefine_pb.EEFFECTFORMULATYPE -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.type = 14 -BUFF_EFFECT_CFG_FORMULA_ID_FIELD.cpp_type = 8 - -BUFF_EFFECT_CFG.name = "buff_effect_cfg" -BUFF_EFFECT_CFG.full_name = ".ftcfg.buff_effect_cfg" -BUFF_EFFECT_CFG.nested_types = {} -BUFF_EFFECT_CFG.enum_types = {} -BUFF_EFFECT_CFG.fields = {BUFF_EFFECT_CFG_ID_FIELD, BUFF_EFFECT_CFG_FORMULA_ID_FIELD} -BUFF_EFFECT_CFG.is_extendable = false -BUFF_EFFECT_CFG.extensions = {} -BUFF_EFFECT_CFGS_ITEMS_FIELD.name = "items" -BUFF_EFFECT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.buff_effect_cfgs.items" -BUFF_EFFECT_CFGS_ITEMS_FIELD.number = 1 -BUFF_EFFECT_CFGS_ITEMS_FIELD.index = 0 -BUFF_EFFECT_CFGS_ITEMS_FIELD.label = 3 -BUFF_EFFECT_CFGS_ITEMS_FIELD.has_default_value = false -BUFF_EFFECT_CFGS_ITEMS_FIELD.default_value = {} -BUFF_EFFECT_CFGS_ITEMS_FIELD.message_type = BUFF_EFFECT_CFG -BUFF_EFFECT_CFGS_ITEMS_FIELD.type = 11 -BUFF_EFFECT_CFGS_ITEMS_FIELD.cpp_type = 10 - -BUFF_EFFECT_CFGS.name = "buff_effect_cfgs" -BUFF_EFFECT_CFGS.full_name = ".ftcfg.buff_effect_cfgs" -BUFF_EFFECT_CFGS.nested_types = {} -BUFF_EFFECT_CFGS.enum_types = {} -BUFF_EFFECT_CFGS.fields = {BUFF_EFFECT_CFGS_ITEMS_FIELD} -BUFF_EFFECT_CFGS.is_extendable = false -BUFF_EFFECT_CFGS.extensions = {} -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.name = "prof_type" -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.full_name = ".ftcfg.char_default_cfg.prof_type" -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.number = 1 -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.index = 0 -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.default_value = nil -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.enum_type = config_predefine_pb.EPROFTYPE -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.type = 14 -CHAR_DEFAULT_CFG_PROF_TYPE_FIELD.cpp_type = 8 - -CHAR_DEFAULT_CFG_GENDER_FIELD.name = "gender" -CHAR_DEFAULT_CFG_GENDER_FIELD.full_name = ".ftcfg.char_default_cfg.gender" -CHAR_DEFAULT_CFG_GENDER_FIELD.number = 2 -CHAR_DEFAULT_CFG_GENDER_FIELD.index = 1 -CHAR_DEFAULT_CFG_GENDER_FIELD.label = 2 -CHAR_DEFAULT_CFG_GENDER_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_GENDER_FIELD.default_value = nil -CHAR_DEFAULT_CFG_GENDER_FIELD.enum_type = config_predefine_pb.EGENDERTYPE -CHAR_DEFAULT_CFG_GENDER_FIELD.type = 14 -CHAR_DEFAULT_CFG_GENDER_FIELD.cpp_type = 8 - -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.name = "show_index" -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.full_name = ".ftcfg.char_default_cfg.show_index" -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.number = 3 -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.index = 2 -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.label = 2 -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.type = 5 -CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.name = "prof_icon" -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.full_name = ".ftcfg.char_default_cfg.prof_icon" -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.number = 4 -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.index = 3 -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.default_value = "" -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.type = 9 -CHAR_DEFAULT_CFG_PROF_ICON_FIELD.cpp_type = 9 - -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.name = "model_path" -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.full_name = ".ftcfg.char_default_cfg.model_path" -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.number = 5 -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.index = 4 -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.label = 2 -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.type = 5 -CHAR_DEFAULT_CFG_MODEL_PATH_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.name = "profname_icon" -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.full_name = ".ftcfg.char_default_cfg.profname_icon" -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.number = 6 -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.index = 5 -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.default_value = "" -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.type = 9 -CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD.cpp_type = 9 - -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.name = "prop_stars" -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.full_name = ".ftcfg.char_default_cfg.prop_stars" -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.number = 7 -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.index = 6 -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.label = 3 -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.default_value = {} -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.type = 5 -CHAR_DEFAULT_CFG_PROP_STARS_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.name = "prof_head" -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.full_name = ".ftcfg.char_default_cfg.prof_head" -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.number = 8 -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.index = 7 -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.default_value = "" -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.type = 9 -CHAR_DEFAULT_CFG_PROF_HEAD_FIELD.cpp_type = 9 - -CHAR_DEFAULT_CFG_POS_DES_FIELD.name = "pos_des" -CHAR_DEFAULT_CFG_POS_DES_FIELD.full_name = ".ftcfg.char_default_cfg.pos_des" -CHAR_DEFAULT_CFG_POS_DES_FIELD.number = 9 -CHAR_DEFAULT_CFG_POS_DES_FIELD.index = 8 -CHAR_DEFAULT_CFG_POS_DES_FIELD.label = 2 -CHAR_DEFAULT_CFG_POS_DES_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_POS_DES_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_POS_DES_FIELD.type = 5 -CHAR_DEFAULT_CFG_POS_DES_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.name = "prof_name" -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.full_name = ".ftcfg.char_default_cfg.prof_name" -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.number = 10 -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.index = 9 -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.type = 5 -CHAR_DEFAULT_CFG_PROF_NAME_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_PROF_RES_FIELD.name = "prof_res" -CHAR_DEFAULT_CFG_PROF_RES_FIELD.full_name = ".ftcfg.char_default_cfg.prof_res" -CHAR_DEFAULT_CFG_PROF_RES_FIELD.number = 11 -CHAR_DEFAULT_CFG_PROF_RES_FIELD.index = 10 -CHAR_DEFAULT_CFG_PROF_RES_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_RES_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_RES_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_PROF_RES_FIELD.type = 5 -CHAR_DEFAULT_CFG_PROF_RES_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.name = "prof_anim1" -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.full_name = ".ftcfg.char_default_cfg.prof_anim1" -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.number = 12 -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.index = 11 -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.default_value = "" -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.type = 9 -CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD.cpp_type = 9 - -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.name = "prof_anim2" -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.full_name = ".ftcfg.char_default_cfg.prof_anim2" -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.number = 13 -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.index = 12 -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.label = 2 -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.default_value = "" -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.type = 9 -CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD.cpp_type = 9 - -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.name = "skill_res" -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.full_name = ".ftcfg.char_default_cfg.skill_res" -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.number = 14 -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.index = 13 -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.label = 2 -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.type = 5 -CHAR_DEFAULT_CFG_SKILL_RES_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.name = "random_cfg" -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.full_name = ".ftcfg.char_default_cfg.random_cfg" -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.number = 15 -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.index = 14 -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.label = 2 -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.default_value = "" -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.type = 9 -CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD.cpp_type = 9 - -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.name = "is_open" -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.full_name = ".ftcfg.char_default_cfg.is_open" -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.number = 16 -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.index = 15 -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.label = 2 -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.default_value = false -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.type = 8 -CHAR_DEFAULT_CFG_IS_OPEN_FIELD.cpp_type = 7 - -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.name = "default_parts" -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.full_name = ".ftcfg.char_default_cfg.default_parts" -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.number = 17 -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.index = 16 -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.label = 3 -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.default_value = {} -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.type = 5 -CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.name = "mp_type" -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.full_name = ".ftcfg.char_default_cfg.mp_type" -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.number = 18 -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.index = 17 -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.label = 2 -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.default_value = 0 -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.type = 5 -CHAR_DEFAULT_CFG_MP_TYPE_FIELD.cpp_type = 1 - -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.name = "is_minister" -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.full_name = ".ftcfg.char_default_cfg.is_minister" -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.number = 19 -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.index = 18 -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.label = 2 -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.has_default_value = false -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.default_value = false -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.type = 8 -CHAR_DEFAULT_CFG_IS_MINISTER_FIELD.cpp_type = 7 - -CHAR_DEFAULT_CFG.name = "char_default_cfg" -CHAR_DEFAULT_CFG.full_name = ".ftcfg.char_default_cfg" -CHAR_DEFAULT_CFG.nested_types = {} -CHAR_DEFAULT_CFG.enum_types = {} -CHAR_DEFAULT_CFG.fields = {CHAR_DEFAULT_CFG_PROF_TYPE_FIELD, CHAR_DEFAULT_CFG_GENDER_FIELD, CHAR_DEFAULT_CFG_SHOW_INDEX_FIELD, CHAR_DEFAULT_CFG_PROF_ICON_FIELD, CHAR_DEFAULT_CFG_MODEL_PATH_FIELD, CHAR_DEFAULT_CFG_PROFNAME_ICON_FIELD, CHAR_DEFAULT_CFG_PROP_STARS_FIELD, CHAR_DEFAULT_CFG_PROF_HEAD_FIELD, CHAR_DEFAULT_CFG_POS_DES_FIELD, CHAR_DEFAULT_CFG_PROF_NAME_FIELD, CHAR_DEFAULT_CFG_PROF_RES_FIELD, CHAR_DEFAULT_CFG_PROF_ANIM1_FIELD, CHAR_DEFAULT_CFG_PROF_ANIM2_FIELD, CHAR_DEFAULT_CFG_SKILL_RES_FIELD, CHAR_DEFAULT_CFG_RANDOM_CFG_FIELD, CHAR_DEFAULT_CFG_IS_OPEN_FIELD, CHAR_DEFAULT_CFG_DEFAULT_PARTS_FIELD, CHAR_DEFAULT_CFG_MP_TYPE_FIELD, CHAR_DEFAULT_CFG_IS_MINISTER_FIELD} -CHAR_DEFAULT_CFG.is_extendable = false -CHAR_DEFAULT_CFG.extensions = {} -CHAR_DEFAULT_CFGS_ITEMS_FIELD.name = "items" -CHAR_DEFAULT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.char_default_cfgs.items" -CHAR_DEFAULT_CFGS_ITEMS_FIELD.number = 1 -CHAR_DEFAULT_CFGS_ITEMS_FIELD.index = 0 -CHAR_DEFAULT_CFGS_ITEMS_FIELD.label = 3 -CHAR_DEFAULT_CFGS_ITEMS_FIELD.has_default_value = false -CHAR_DEFAULT_CFGS_ITEMS_FIELD.default_value = {} -CHAR_DEFAULT_CFGS_ITEMS_FIELD.message_type = CHAR_DEFAULT_CFG -CHAR_DEFAULT_CFGS_ITEMS_FIELD.type = 11 -CHAR_DEFAULT_CFGS_ITEMS_FIELD.cpp_type = 10 - -CHAR_DEFAULT_CFGS.name = "char_default_cfgs" -CHAR_DEFAULT_CFGS.full_name = ".ftcfg.char_default_cfgs" -CHAR_DEFAULT_CFGS.nested_types = {} -CHAR_DEFAULT_CFGS.enum_types = {} -CHAR_DEFAULT_CFGS.fields = {CHAR_DEFAULT_CFGS_ITEMS_FIELD} -CHAR_DEFAULT_CFGS.is_extendable = false -CHAR_DEFAULT_CFGS.extensions = {} -COOLDOWN_CFG_ID_FIELD.name = "id" -COOLDOWN_CFG_ID_FIELD.full_name = ".ftcfg.cooldown_cfg.id" -COOLDOWN_CFG_ID_FIELD.number = 1 -COOLDOWN_CFG_ID_FIELD.index = 0 -COOLDOWN_CFG_ID_FIELD.label = 2 -COOLDOWN_CFG_ID_FIELD.has_default_value = false -COOLDOWN_CFG_ID_FIELD.default_value = 0 -COOLDOWN_CFG_ID_FIELD.type = 5 -COOLDOWN_CFG_ID_FIELD.cpp_type = 1 - -COOLDOWN_CFG_TATOL_TIME_FIELD.name = "tatol_time" -COOLDOWN_CFG_TATOL_TIME_FIELD.full_name = ".ftcfg.cooldown_cfg.tatol_time" -COOLDOWN_CFG_TATOL_TIME_FIELD.number = 2 -COOLDOWN_CFG_TATOL_TIME_FIELD.index = 1 -COOLDOWN_CFG_TATOL_TIME_FIELD.label = 2 -COOLDOWN_CFG_TATOL_TIME_FIELD.has_default_value = false -COOLDOWN_CFG_TATOL_TIME_FIELD.default_value = 0 -COOLDOWN_CFG_TATOL_TIME_FIELD.type = 5 -COOLDOWN_CFG_TATOL_TIME_FIELD.cpp_type = 1 - -COOLDOWN_CFG.name = "cooldown_cfg" -COOLDOWN_CFG.full_name = ".ftcfg.cooldown_cfg" -COOLDOWN_CFG.nested_types = {} -COOLDOWN_CFG.enum_types = {} -COOLDOWN_CFG.fields = {COOLDOWN_CFG_ID_FIELD, COOLDOWN_CFG_TATOL_TIME_FIELD} -COOLDOWN_CFG.is_extendable = false -COOLDOWN_CFG.extensions = {} -COOLDOWN_CFGS_ITEMS_FIELD.name = "items" -COOLDOWN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.cooldown_cfgs.items" -COOLDOWN_CFGS_ITEMS_FIELD.number = 1 -COOLDOWN_CFGS_ITEMS_FIELD.index = 0 -COOLDOWN_CFGS_ITEMS_FIELD.label = 3 -COOLDOWN_CFGS_ITEMS_FIELD.has_default_value = false -COOLDOWN_CFGS_ITEMS_FIELD.default_value = {} -COOLDOWN_CFGS_ITEMS_FIELD.message_type = COOLDOWN_CFG -COOLDOWN_CFGS_ITEMS_FIELD.type = 11 -COOLDOWN_CFGS_ITEMS_FIELD.cpp_type = 10 - -COOLDOWN_CFGS.name = "cooldown_cfgs" -COOLDOWN_CFGS.full_name = ".ftcfg.cooldown_cfgs" -COOLDOWN_CFGS.nested_types = {} -COOLDOWN_CFGS.enum_types = {} -COOLDOWN_CFGS.fields = {COOLDOWN_CFGS_ITEMS_FIELD} -COOLDOWN_CFGS.is_extendable = false -COOLDOWN_CFGS.extensions = {} -MONSTER_CFG_ID_FIELD.name = "id" -MONSTER_CFG_ID_FIELD.full_name = ".ftcfg.monster_cfg.id" -MONSTER_CFG_ID_FIELD.number = 1 -MONSTER_CFG_ID_FIELD.index = 0 -MONSTER_CFG_ID_FIELD.label = 2 -MONSTER_CFG_ID_FIELD.has_default_value = false -MONSTER_CFG_ID_FIELD.default_value = 0 -MONSTER_CFG_ID_FIELD.type = 13 -MONSTER_CFG_ID_FIELD.cpp_type = 3 - -MONSTER_CFG_SHOW_NAME_FIELD.name = "show_name" -MONSTER_CFG_SHOW_NAME_FIELD.full_name = ".ftcfg.monster_cfg.show_name" -MONSTER_CFG_SHOW_NAME_FIELD.number = 2 -MONSTER_CFG_SHOW_NAME_FIELD.index = 1 -MONSTER_CFG_SHOW_NAME_FIELD.label = 2 -MONSTER_CFG_SHOW_NAME_FIELD.has_default_value = false -MONSTER_CFG_SHOW_NAME_FIELD.default_value = 0 -MONSTER_CFG_SHOW_NAME_FIELD.type = 5 -MONSTER_CFG_SHOW_NAME_FIELD.cpp_type = 1 - -MONSTER_CFG_SHOW_ICON_FIELD.name = "show_icon" -MONSTER_CFG_SHOW_ICON_FIELD.full_name = ".ftcfg.monster_cfg.show_icon" -MONSTER_CFG_SHOW_ICON_FIELD.number = 3 -MONSTER_CFG_SHOW_ICON_FIELD.index = 2 -MONSTER_CFG_SHOW_ICON_FIELD.label = 2 -MONSTER_CFG_SHOW_ICON_FIELD.has_default_value = false -MONSTER_CFG_SHOW_ICON_FIELD.default_value = 0 -MONSTER_CFG_SHOW_ICON_FIELD.type = 5 -MONSTER_CFG_SHOW_ICON_FIELD.cpp_type = 1 - -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.name = "whether_showname" -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.full_name = ".ftcfg.monster_cfg.whether_showname" -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.number = 4 -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.index = 3 -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.label = 2 -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.has_default_value = false -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.default_value = 0 -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.type = 5 -MONSTER_CFG_WHETHER_SHOWNAME_FIELD.cpp_type = 1 - -MONSTER_CFG_MONSTER_DESC_FIELD.name = "monster_desc" -MONSTER_CFG_MONSTER_DESC_FIELD.full_name = ".ftcfg.monster_cfg.monster_desc" -MONSTER_CFG_MONSTER_DESC_FIELD.number = 5 -MONSTER_CFG_MONSTER_DESC_FIELD.index = 4 -MONSTER_CFG_MONSTER_DESC_FIELD.label = 2 -MONSTER_CFG_MONSTER_DESC_FIELD.has_default_value = false -MONSTER_CFG_MONSTER_DESC_FIELD.default_value = 0 -MONSTER_CFG_MONSTER_DESC_FIELD.type = 5 -MONSTER_CFG_MONSTER_DESC_FIELD.cpp_type = 1 - -MONSTER_CFG_TYPE_FIELD.name = "type" -MONSTER_CFG_TYPE_FIELD.full_name = ".ftcfg.monster_cfg.type" -MONSTER_CFG_TYPE_FIELD.number = 6 -MONSTER_CFG_TYPE_FIELD.index = 5 -MONSTER_CFG_TYPE_FIELD.label = 2 -MONSTER_CFG_TYPE_FIELD.has_default_value = false -MONSTER_CFG_TYPE_FIELD.default_value = 0 -MONSTER_CFG_TYPE_FIELD.type = 5 -MONSTER_CFG_TYPE_FIELD.cpp_type = 1 - -MONSTER_CFG_CAMP_FIELD.name = "camp" -MONSTER_CFG_CAMP_FIELD.full_name = ".ftcfg.monster_cfg.camp" -MONSTER_CFG_CAMP_FIELD.number = 7 -MONSTER_CFG_CAMP_FIELD.index = 6 -MONSTER_CFG_CAMP_FIELD.label = 2 -MONSTER_CFG_CAMP_FIELD.has_default_value = false -MONSTER_CFG_CAMP_FIELD.default_value = 0 -MONSTER_CFG_CAMP_FIELD.type = 5 -MONSTER_CFG_CAMP_FIELD.cpp_type = 1 - -MONSTER_CFG_CAMP_RELATION_FIELD.name = "camp_relation" -MONSTER_CFG_CAMP_RELATION_FIELD.full_name = ".ftcfg.monster_cfg.camp_relation" -MONSTER_CFG_CAMP_RELATION_FIELD.number = 8 -MONSTER_CFG_CAMP_RELATION_FIELD.index = 7 -MONSTER_CFG_CAMP_RELATION_FIELD.label = 2 -MONSTER_CFG_CAMP_RELATION_FIELD.has_default_value = false -MONSTER_CFG_CAMP_RELATION_FIELD.default_value = 0 -MONSTER_CFG_CAMP_RELATION_FIELD.type = 5 -MONSTER_CFG_CAMP_RELATION_FIELD.cpp_type = 1 - -MONSTER_CFG_PROPS_ID_FIELD.name = "props_id" -MONSTER_CFG_PROPS_ID_FIELD.full_name = ".ftcfg.monster_cfg.props_id" -MONSTER_CFG_PROPS_ID_FIELD.number = 9 -MONSTER_CFG_PROPS_ID_FIELD.index = 8 -MONSTER_CFG_PROPS_ID_FIELD.label = 2 -MONSTER_CFG_PROPS_ID_FIELD.has_default_value = false -MONSTER_CFG_PROPS_ID_FIELD.default_value = 0 -MONSTER_CFG_PROPS_ID_FIELD.type = 5 -MONSTER_CFG_PROPS_ID_FIELD.cpp_type = 1 - -MONSTER_CFG_LEVEL_FIELD.name = "level" -MONSTER_CFG_LEVEL_FIELD.full_name = ".ftcfg.monster_cfg.level" -MONSTER_CFG_LEVEL_FIELD.number = 10 -MONSTER_CFG_LEVEL_FIELD.index = 9 -MONSTER_CFG_LEVEL_FIELD.label = 2 -MONSTER_CFG_LEVEL_FIELD.has_default_value = false -MONSTER_CFG_LEVEL_FIELD.default_value = 0 -MONSTER_CFG_LEVEL_FIELD.type = 5 -MONSTER_CFG_LEVEL_FIELD.cpp_type = 1 - -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.name = "attack_level_limit" -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.full_name = ".ftcfg.monster_cfg.attack_level_limit" -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.number = 11 -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.index = 10 -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.label = 2 -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.has_default_value = false -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.default_value = 0 -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.type = 5 -MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD.cpp_type = 1 - -MONSTER_CFG_SKILLS_FIELD.name = "skills" -MONSTER_CFG_SKILLS_FIELD.full_name = ".ftcfg.monster_cfg.skills" -MONSTER_CFG_SKILLS_FIELD.number = 12 -MONSTER_CFG_SKILLS_FIELD.index = 11 -MONSTER_CFG_SKILLS_FIELD.label = 3 -MONSTER_CFG_SKILLS_FIELD.has_default_value = false -MONSTER_CFG_SKILLS_FIELD.default_value = {} -MONSTER_CFG_SKILLS_FIELD.type = 5 -MONSTER_CFG_SKILLS_FIELD.cpp_type = 1 - -MONSTER_CFG_AVATAR_FIELD.name = "avatar" -MONSTER_CFG_AVATAR_FIELD.full_name = ".ftcfg.monster_cfg.avatar" -MONSTER_CFG_AVATAR_FIELD.number = 13 -MONSTER_CFG_AVATAR_FIELD.index = 12 -MONSTER_CFG_AVATAR_FIELD.label = 2 -MONSTER_CFG_AVATAR_FIELD.has_default_value = false -MONSTER_CFG_AVATAR_FIELD.default_value = 0 -MONSTER_CFG_AVATAR_FIELD.type = 5 -MONSTER_CFG_AVATAR_FIELD.cpp_type = 1 - -MONSTER_CFG_AVATAR_SCALE_FIELD.name = "avatar_scale" -MONSTER_CFG_AVATAR_SCALE_FIELD.full_name = ".ftcfg.monster_cfg.avatar_scale" -MONSTER_CFG_AVATAR_SCALE_FIELD.number = 14 -MONSTER_CFG_AVATAR_SCALE_FIELD.index = 13 -MONSTER_CFG_AVATAR_SCALE_FIELD.label = 2 -MONSTER_CFG_AVATAR_SCALE_FIELD.has_default_value = false -MONSTER_CFG_AVATAR_SCALE_FIELD.default_value = 0.0 -MONSTER_CFG_AVATAR_SCALE_FIELD.type = 2 -MONSTER_CFG_AVATAR_SCALE_FIELD.cpp_type = 6 - -MONSTER_CFG_ACT_IDLE_FIELD.name = "act_idle" -MONSTER_CFG_ACT_IDLE_FIELD.full_name = ".ftcfg.monster_cfg.act_idle" -MONSTER_CFG_ACT_IDLE_FIELD.number = 15 -MONSTER_CFG_ACT_IDLE_FIELD.index = 14 -MONSTER_CFG_ACT_IDLE_FIELD.label = 2 -MONSTER_CFG_ACT_IDLE_FIELD.has_default_value = false -MONSTER_CFG_ACT_IDLE_FIELD.default_value = "" -MONSTER_CFG_ACT_IDLE_FIELD.type = 9 -MONSTER_CFG_ACT_IDLE_FIELD.cpp_type = 9 - -MONSTER_CFG_ACT_MOVE_FIELD.name = "act_move" -MONSTER_CFG_ACT_MOVE_FIELD.full_name = ".ftcfg.monster_cfg.act_move" -MONSTER_CFG_ACT_MOVE_FIELD.number = 16 -MONSTER_CFG_ACT_MOVE_FIELD.index = 15 -MONSTER_CFG_ACT_MOVE_FIELD.label = 2 -MONSTER_CFG_ACT_MOVE_FIELD.has_default_value = false -MONSTER_CFG_ACT_MOVE_FIELD.default_value = "" -MONSTER_CFG_ACT_MOVE_FIELD.type = 9 -MONSTER_CFG_ACT_MOVE_FIELD.cpp_type = 9 - -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.name = "act_idle_battle" -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.full_name = ".ftcfg.monster_cfg.act_idle_battle" -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.number = 17 -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.index = 16 -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.label = 2 -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.has_default_value = false -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.default_value = "" -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.type = 9 -MONSTER_CFG_ACT_IDLE_BATTLE_FIELD.cpp_type = 9 - -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.name = "act_move_battle" -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.full_name = ".ftcfg.monster_cfg.act_move_battle" -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.number = 18 -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.index = 17 -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.label = 2 -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.has_default_value = false -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.default_value = "" -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.type = 9 -MONSTER_CFG_ACT_MOVE_BATTLE_FIELD.cpp_type = 9 - -MONSTER_CFG_ACT_BORN_FIELD.name = "act_born" -MONSTER_CFG_ACT_BORN_FIELD.full_name = ".ftcfg.monster_cfg.act_born" -MONSTER_CFG_ACT_BORN_FIELD.number = 19 -MONSTER_CFG_ACT_BORN_FIELD.index = 18 -MONSTER_CFG_ACT_BORN_FIELD.label = 2 -MONSTER_CFG_ACT_BORN_FIELD.has_default_value = false -MONSTER_CFG_ACT_BORN_FIELD.default_value = "" -MONSTER_CFG_ACT_BORN_FIELD.type = 9 -MONSTER_CFG_ACT_BORN_FIELD.cpp_type = 9 - -MONSTER_CFG_BORN_TIME_FIELD.name = "born_time" -MONSTER_CFG_BORN_TIME_FIELD.full_name = ".ftcfg.monster_cfg.born_time" -MONSTER_CFG_BORN_TIME_FIELD.number = 20 -MONSTER_CFG_BORN_TIME_FIELD.index = 19 -MONSTER_CFG_BORN_TIME_FIELD.label = 2 -MONSTER_CFG_BORN_TIME_FIELD.has_default_value = false -MONSTER_CFG_BORN_TIME_FIELD.default_value = 0.0 -MONSTER_CFG_BORN_TIME_FIELD.type = 1 -MONSTER_CFG_BORN_TIME_FIELD.cpp_type = 5 - -MONSTER_CFG_ACT_DEAD_FIELD.name = "act_dead" -MONSTER_CFG_ACT_DEAD_FIELD.full_name = ".ftcfg.monster_cfg.act_dead" -MONSTER_CFG_ACT_DEAD_FIELD.number = 21 -MONSTER_CFG_ACT_DEAD_FIELD.index = 20 -MONSTER_CFG_ACT_DEAD_FIELD.label = 3 -MONSTER_CFG_ACT_DEAD_FIELD.has_default_value = false -MONSTER_CFG_ACT_DEAD_FIELD.default_value = {} -MONSTER_CFG_ACT_DEAD_FIELD.type = 9 -MONSTER_CFG_ACT_DEAD_FIELD.cpp_type = 9 - -MONSTER_CFG_RANGE_TYPE_FIELD.name = "range_type" -MONSTER_CFG_RANGE_TYPE_FIELD.full_name = ".ftcfg.monster_cfg.range_type" -MONSTER_CFG_RANGE_TYPE_FIELD.number = 22 -MONSTER_CFG_RANGE_TYPE_FIELD.index = 21 -MONSTER_CFG_RANGE_TYPE_FIELD.label = 2 -MONSTER_CFG_RANGE_TYPE_FIELD.has_default_value = false -MONSTER_CFG_RANGE_TYPE_FIELD.default_value = nil -MONSTER_CFG_RANGE_TYPE_FIELD.enum_type = config_predefine_pb.EAREATYPE -MONSTER_CFG_RANGE_TYPE_FIELD.type = 14 -MONSTER_CFG_RANGE_TYPE_FIELD.cpp_type = 8 - -MONSTER_CFG_RANGE_PARA1_FIELD.name = "range_para1" -MONSTER_CFG_RANGE_PARA1_FIELD.full_name = ".ftcfg.monster_cfg.range_para1" -MONSTER_CFG_RANGE_PARA1_FIELD.number = 23 -MONSTER_CFG_RANGE_PARA1_FIELD.index = 22 -MONSTER_CFG_RANGE_PARA1_FIELD.label = 2 -MONSTER_CFG_RANGE_PARA1_FIELD.has_default_value = false -MONSTER_CFG_RANGE_PARA1_FIELD.default_value = 0.0 -MONSTER_CFG_RANGE_PARA1_FIELD.type = 2 -MONSTER_CFG_RANGE_PARA1_FIELD.cpp_type = 6 - -MONSTER_CFG_RANGE_PARA2_FIELD.name = "range_para2" -MONSTER_CFG_RANGE_PARA2_FIELD.full_name = ".ftcfg.monster_cfg.range_para2" -MONSTER_CFG_RANGE_PARA2_FIELD.number = 24 -MONSTER_CFG_RANGE_PARA2_FIELD.index = 23 -MONSTER_CFG_RANGE_PARA2_FIELD.label = 2 -MONSTER_CFG_RANGE_PARA2_FIELD.has_default_value = false -MONSTER_CFG_RANGE_PARA2_FIELD.default_value = 0.0 -MONSTER_CFG_RANGE_PARA2_FIELD.type = 2 -MONSTER_CFG_RANGE_PARA2_FIELD.cpp_type = 6 - -MONSTER_CFG_DROP_FIELD.name = "drop" -MONSTER_CFG_DROP_FIELD.full_name = ".ftcfg.monster_cfg.drop" -MONSTER_CFG_DROP_FIELD.number = 25 -MONSTER_CFG_DROP_FIELD.index = 24 -MONSTER_CFG_DROP_FIELD.label = 2 -MONSTER_CFG_DROP_FIELD.has_default_value = false -MONSTER_CFG_DROP_FIELD.default_value = 0 -MONSTER_CFG_DROP_FIELD.type = 5 -MONSTER_CFG_DROP_FIELD.cpp_type = 1 - -MONSTER_CFG_HEAD_PORTRAIT_FIELD.name = "head_portrait" -MONSTER_CFG_HEAD_PORTRAIT_FIELD.full_name = ".ftcfg.monster_cfg.head_portrait" -MONSTER_CFG_HEAD_PORTRAIT_FIELD.number = 26 -MONSTER_CFG_HEAD_PORTRAIT_FIELD.index = 25 -MONSTER_CFG_HEAD_PORTRAIT_FIELD.label = 2 -MONSTER_CFG_HEAD_PORTRAIT_FIELD.has_default_value = false -MONSTER_CFG_HEAD_PORTRAIT_FIELD.default_value = 0 -MONSTER_CFG_HEAD_PORTRAIT_FIELD.type = 5 -MONSTER_CFG_HEAD_PORTRAIT_FIELD.cpp_type = 1 - -MONSTER_CFG_RADIUS_FIELD.name = "radius" -MONSTER_CFG_RADIUS_FIELD.full_name = ".ftcfg.monster_cfg.radius" -MONSTER_CFG_RADIUS_FIELD.number = 27 -MONSTER_CFG_RADIUS_FIELD.index = 26 -MONSTER_CFG_RADIUS_FIELD.label = 2 -MONSTER_CFG_RADIUS_FIELD.has_default_value = false -MONSTER_CFG_RADIUS_FIELD.default_value = 0.0 -MONSTER_CFG_RADIUS_FIELD.type = 2 -MONSTER_CFG_RADIUS_FIELD.cpp_type = 6 - -MONSTER_CFG_MONSTER_TYPE_FIELD.name = "monster_type" -MONSTER_CFG_MONSTER_TYPE_FIELD.full_name = ".ftcfg.monster_cfg.monster_type" -MONSTER_CFG_MONSTER_TYPE_FIELD.number = 28 -MONSTER_CFG_MONSTER_TYPE_FIELD.index = 27 -MONSTER_CFG_MONSTER_TYPE_FIELD.label = 2 -MONSTER_CFG_MONSTER_TYPE_FIELD.has_default_value = false -MONSTER_CFG_MONSTER_TYPE_FIELD.default_value = 0 -MONSTER_CFG_MONSTER_TYPE_FIELD.type = 5 -MONSTER_CFG_MONSTER_TYPE_FIELD.cpp_type = 1 - -MONSTER_CFG_LOCK_SIZE_FIELD.name = "lock_size" -MONSTER_CFG_LOCK_SIZE_FIELD.full_name = ".ftcfg.monster_cfg.lock_size" -MONSTER_CFG_LOCK_SIZE_FIELD.number = 29 -MONSTER_CFG_LOCK_SIZE_FIELD.index = 28 -MONSTER_CFG_LOCK_SIZE_FIELD.label = 2 -MONSTER_CFG_LOCK_SIZE_FIELD.has_default_value = false -MONSTER_CFG_LOCK_SIZE_FIELD.default_value = 0.0 -MONSTER_CFG_LOCK_SIZE_FIELD.type = 2 -MONSTER_CFG_LOCK_SIZE_FIELD.cpp_type = 6 - -MONSTER_CFG_HALO_SWITCH_FIELD.name = "halo_switch" -MONSTER_CFG_HALO_SWITCH_FIELD.full_name = ".ftcfg.monster_cfg.halo_switch" -MONSTER_CFG_HALO_SWITCH_FIELD.number = 30 -MONSTER_CFG_HALO_SWITCH_FIELD.index = 29 -MONSTER_CFG_HALO_SWITCH_FIELD.label = 2 -MONSTER_CFG_HALO_SWITCH_FIELD.has_default_value = false -MONSTER_CFG_HALO_SWITCH_FIELD.default_value = 0.0 -MONSTER_CFG_HALO_SWITCH_FIELD.type = 2 -MONSTER_CFG_HALO_SWITCH_FIELD.cpp_type = 6 - -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.name = "activity_exclusive" -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.full_name = ".ftcfg.monster_cfg.activity_exclusive" -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.number = 31 -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.index = 30 -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.label = 2 -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.has_default_value = false -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.default_value = 0 -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.type = 5 -MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD.cpp_type = 1 - -MONSTER_CFG.name = "monster_cfg" -MONSTER_CFG.full_name = ".ftcfg.monster_cfg" -MONSTER_CFG.nested_types = {} -MONSTER_CFG.enum_types = {} -MONSTER_CFG.fields = {MONSTER_CFG_ID_FIELD, MONSTER_CFG_SHOW_NAME_FIELD, MONSTER_CFG_SHOW_ICON_FIELD, MONSTER_CFG_WHETHER_SHOWNAME_FIELD, MONSTER_CFG_MONSTER_DESC_FIELD, MONSTER_CFG_TYPE_FIELD, MONSTER_CFG_CAMP_FIELD, MONSTER_CFG_CAMP_RELATION_FIELD, MONSTER_CFG_PROPS_ID_FIELD, MONSTER_CFG_LEVEL_FIELD, MONSTER_CFG_ATTACK_LEVEL_LIMIT_FIELD, MONSTER_CFG_SKILLS_FIELD, MONSTER_CFG_AVATAR_FIELD, MONSTER_CFG_AVATAR_SCALE_FIELD, MONSTER_CFG_ACT_IDLE_FIELD, MONSTER_CFG_ACT_MOVE_FIELD, MONSTER_CFG_ACT_IDLE_BATTLE_FIELD, MONSTER_CFG_ACT_MOVE_BATTLE_FIELD, MONSTER_CFG_ACT_BORN_FIELD, MONSTER_CFG_BORN_TIME_FIELD, MONSTER_CFG_ACT_DEAD_FIELD, MONSTER_CFG_RANGE_TYPE_FIELD, MONSTER_CFG_RANGE_PARA1_FIELD, MONSTER_CFG_RANGE_PARA2_FIELD, MONSTER_CFG_DROP_FIELD, MONSTER_CFG_HEAD_PORTRAIT_FIELD, MONSTER_CFG_RADIUS_FIELD, MONSTER_CFG_MONSTER_TYPE_FIELD, MONSTER_CFG_LOCK_SIZE_FIELD, MONSTER_CFG_HALO_SWITCH_FIELD, MONSTER_CFG_ACTIVITY_EXCLUSIVE_FIELD} -MONSTER_CFG.is_extendable = false -MONSTER_CFG.extensions = {} -MONSTER_CFGS_ITEMS_FIELD.name = "items" -MONSTER_CFGS_ITEMS_FIELD.full_name = ".ftcfg.monster_cfgs.items" -MONSTER_CFGS_ITEMS_FIELD.number = 1 -MONSTER_CFGS_ITEMS_FIELD.index = 0 -MONSTER_CFGS_ITEMS_FIELD.label = 3 -MONSTER_CFGS_ITEMS_FIELD.has_default_value = false -MONSTER_CFGS_ITEMS_FIELD.default_value = {} -MONSTER_CFGS_ITEMS_FIELD.message_type = MONSTER_CFG -MONSTER_CFGS_ITEMS_FIELD.type = 11 -MONSTER_CFGS_ITEMS_FIELD.cpp_type = 10 - -MONSTER_CFGS.name = "monster_cfgs" -MONSTER_CFGS.full_name = ".ftcfg.monster_cfgs" -MONSTER_CFGS.nested_types = {} -MONSTER_CFGS.enum_types = {} -MONSTER_CFGS.fields = {MONSTER_CFGS_ITEMS_FIELD} -MONSTER_CFGS.is_extendable = false -MONSTER_CFGS.extensions = {} -BUSINESS_ACTIVITY_CFG_GUID_FIELD.name = "guid" -BUSINESS_ACTIVITY_CFG_GUID_FIELD.full_name = ".ftcfg.business_activity_cfg.guid" -BUSINESS_ACTIVITY_CFG_GUID_FIELD.number = 1 -BUSINESS_ACTIVITY_CFG_GUID_FIELD.index = 0 -BUSINESS_ACTIVITY_CFG_GUID_FIELD.label = 2 -BUSINESS_ACTIVITY_CFG_GUID_FIELD.has_default_value = false -BUSINESS_ACTIVITY_CFG_GUID_FIELD.default_value = 0 -BUSINESS_ACTIVITY_CFG_GUID_FIELD.type = 13 -BUSINESS_ACTIVITY_CFG_GUID_FIELD.cpp_type = 3 - -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.name = "business_id" -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.full_name = ".ftcfg.business_activity_cfg.business_id" -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.number = 2 -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.index = 1 -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.label = 2 -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.has_default_value = false -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.default_value = 0 -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.type = 13 -BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD.cpp_type = 3 - -BUSINESS_ACTIVITY_CFG.name = "business_activity_cfg" -BUSINESS_ACTIVITY_CFG.full_name = ".ftcfg.business_activity_cfg" -BUSINESS_ACTIVITY_CFG.nested_types = {} -BUSINESS_ACTIVITY_CFG.enum_types = {} -BUSINESS_ACTIVITY_CFG.fields = {BUSINESS_ACTIVITY_CFG_GUID_FIELD, BUSINESS_ACTIVITY_CFG_BUSINESS_ID_FIELD} -BUSINESS_ACTIVITY_CFG.is_extendable = false -BUSINESS_ACTIVITY_CFG.extensions = {} -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.name = "items" -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.business_activity_cfgs.items" -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.number = 1 -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.index = 0 -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.label = 3 -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.has_default_value = false -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.default_value = {} -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.message_type = BUSINESS_ACTIVITY_CFG -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.type = 11 -BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD.cpp_type = 10 - -BUSINESS_ACTIVITY_CFGS.name = "business_activity_cfgs" -BUSINESS_ACTIVITY_CFGS.full_name = ".ftcfg.business_activity_cfgs" -BUSINESS_ACTIVITY_CFGS.nested_types = {} -BUSINESS_ACTIVITY_CFGS.enum_types = {} -BUSINESS_ACTIVITY_CFGS.fields = {BUSINESS_ACTIVITY_CFGS_ITEMS_FIELD} -BUSINESS_ACTIVITY_CFGS.is_extendable = false -BUSINESS_ACTIVITY_CFGS.extensions = {} -ACTIVITY_CFG_GUID_FIELD.name = "guid" -ACTIVITY_CFG_GUID_FIELD.full_name = ".ftcfg.activity_cfg.guid" -ACTIVITY_CFG_GUID_FIELD.number = 1 -ACTIVITY_CFG_GUID_FIELD.index = 0 -ACTIVITY_CFG_GUID_FIELD.label = 2 -ACTIVITY_CFG_GUID_FIELD.has_default_value = false -ACTIVITY_CFG_GUID_FIELD.default_value = 0 -ACTIVITY_CFG_GUID_FIELD.type = 13 -ACTIVITY_CFG_GUID_FIELD.cpp_type = 3 - -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.name = "dactivity_name" -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.full_name = ".ftcfg.activity_cfg.dactivity_name" -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.number = 2 -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.index = 1 -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.label = 2 -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.has_default_value = false -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.default_value = 0 -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.type = 5 -ACTIVITY_CFG_DACTIVITY_NAME_FIELD.cpp_type = 1 - -ACTIVITY_CFG_NAME_FIELD.name = "name" -ACTIVITY_CFG_NAME_FIELD.full_name = ".ftcfg.activity_cfg.name" -ACTIVITY_CFG_NAME_FIELD.number = 3 -ACTIVITY_CFG_NAME_FIELD.index = 2 -ACTIVITY_CFG_NAME_FIELD.label = 2 -ACTIVITY_CFG_NAME_FIELD.has_default_value = false -ACTIVITY_CFG_NAME_FIELD.default_value = "" -ACTIVITY_CFG_NAME_FIELD.type = 9 -ACTIVITY_CFG_NAME_FIELD.cpp_type = 9 - -ACTIVITY_CFG_TYPE_FIELD.name = "type" -ACTIVITY_CFG_TYPE_FIELD.full_name = ".ftcfg.activity_cfg.type" -ACTIVITY_CFG_TYPE_FIELD.number = 4 -ACTIVITY_CFG_TYPE_FIELD.index = 3 -ACTIVITY_CFG_TYPE_FIELD.label = 2 -ACTIVITY_CFG_TYPE_FIELD.has_default_value = false -ACTIVITY_CFG_TYPE_FIELD.default_value = 0 -ACTIVITY_CFG_TYPE_FIELD.type = 13 -ACTIVITY_CFG_TYPE_FIELD.cpp_type = 3 - -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.name = "activity_play" -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.full_name = ".ftcfg.activity_cfg.activity_play" -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.number = 5 -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.index = 4 -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.label = 2 -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.has_default_value = false -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.default_value = 0 -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.type = 13 -ACTIVITY_CFG_ACTIVITY_PLAY_FIELD.cpp_type = 3 - -ACTIVITY_CFG_NEED_LEVEL_FIELD.name = "need_level" -ACTIVITY_CFG_NEED_LEVEL_FIELD.full_name = ".ftcfg.activity_cfg.need_level" -ACTIVITY_CFG_NEED_LEVEL_FIELD.number = 6 -ACTIVITY_CFG_NEED_LEVEL_FIELD.index = 5 -ACTIVITY_CFG_NEED_LEVEL_FIELD.label = 2 -ACTIVITY_CFG_NEED_LEVEL_FIELD.has_default_value = false -ACTIVITY_CFG_NEED_LEVEL_FIELD.default_value = 0 -ACTIVITY_CFG_NEED_LEVEL_FIELD.type = 13 -ACTIVITY_CFG_NEED_LEVEL_FIELD.cpp_type = 3 - -ACTIVITY_CFG_TOTAL_TIMES_FIELD.name = "total_times" -ACTIVITY_CFG_TOTAL_TIMES_FIELD.full_name = ".ftcfg.activity_cfg.total_times" -ACTIVITY_CFG_TOTAL_TIMES_FIELD.number = 7 -ACTIVITY_CFG_TOTAL_TIMES_FIELD.index = 6 -ACTIVITY_CFG_TOTAL_TIMES_FIELD.label = 2 -ACTIVITY_CFG_TOTAL_TIMES_FIELD.has_default_value = false -ACTIVITY_CFG_TOTAL_TIMES_FIELD.default_value = 0 -ACTIVITY_CFG_TOTAL_TIMES_FIELD.type = 13 -ACTIVITY_CFG_TOTAL_TIMES_FIELD.cpp_type = 3 - -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.name = "activation_point" -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.full_name = ".ftcfg.activity_cfg.activation_point" -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.number = 8 -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.index = 7 -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.label = 2 -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.has_default_value = false -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.default_value = 0 -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.type = 13 -ACTIVITY_CFG_ACTIVATION_POINT_FIELD.cpp_type = 3 - -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.name = "activation_toplimit" -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.full_name = ".ftcfg.activity_cfg.activation_toplimit" -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.number = 9 -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.index = 8 -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.label = 2 -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.has_default_value = false -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.default_value = 0 -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.type = 13 -ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD.cpp_type = 3 - -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.name = "activation_mode" -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.full_name = ".ftcfg.activity_cfg.activation_mode" -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.number = 10 -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.index = 9 -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.label = 2 -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.has_default_value = false -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.default_value = 0 -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.type = 13 -ACTIVITY_CFG_ACTIVATION_MODE_FIELD.cpp_type = 3 - -ACTIVITY_CFG_START_WEEKS_FIELD.name = "start_weeks" -ACTIVITY_CFG_START_WEEKS_FIELD.full_name = ".ftcfg.activity_cfg.start_weeks" -ACTIVITY_CFG_START_WEEKS_FIELD.number = 11 -ACTIVITY_CFG_START_WEEKS_FIELD.index = 10 -ACTIVITY_CFG_START_WEEKS_FIELD.label = 3 -ACTIVITY_CFG_START_WEEKS_FIELD.has_default_value = false -ACTIVITY_CFG_START_WEEKS_FIELD.default_value = {} -ACTIVITY_CFG_START_WEEKS_FIELD.type = 13 -ACTIVITY_CFG_START_WEEKS_FIELD.cpp_type = 3 - -ACTIVITY_CFG_SIGNUP_TIME_FIELD.name = "signup_time" -ACTIVITY_CFG_SIGNUP_TIME_FIELD.full_name = ".ftcfg.activity_cfg.signup_time" -ACTIVITY_CFG_SIGNUP_TIME_FIELD.number = 12 -ACTIVITY_CFG_SIGNUP_TIME_FIELD.index = 11 -ACTIVITY_CFG_SIGNUP_TIME_FIELD.label = 3 -ACTIVITY_CFG_SIGNUP_TIME_FIELD.has_default_value = false -ACTIVITY_CFG_SIGNUP_TIME_FIELD.default_value = {} -ACTIVITY_CFG_SIGNUP_TIME_FIELD.type = 9 -ACTIVITY_CFG_SIGNUP_TIME_FIELD.cpp_type = 9 - -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.name = "signdown_time" -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.full_name = ".ftcfg.activity_cfg.signdown_time" -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.number = 13 -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.index = 12 -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.label = 3 -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.has_default_value = false -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.default_value = {} -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.type = 9 -ACTIVITY_CFG_SIGNDOWN_TIME_FIELD.cpp_type = 9 - -ACTIVITY_CFG_BEGIN_TIME_FIELD.name = "begin_time" -ACTIVITY_CFG_BEGIN_TIME_FIELD.full_name = ".ftcfg.activity_cfg.begin_time" -ACTIVITY_CFG_BEGIN_TIME_FIELD.number = 14 -ACTIVITY_CFG_BEGIN_TIME_FIELD.index = 13 -ACTIVITY_CFG_BEGIN_TIME_FIELD.label = 3 -ACTIVITY_CFG_BEGIN_TIME_FIELD.has_default_value = false -ACTIVITY_CFG_BEGIN_TIME_FIELD.default_value = {} -ACTIVITY_CFG_BEGIN_TIME_FIELD.type = 9 -ACTIVITY_CFG_BEGIN_TIME_FIELD.cpp_type = 9 - -ACTIVITY_CFG_END_TIME_FIELD.name = "end_time" -ACTIVITY_CFG_END_TIME_FIELD.full_name = ".ftcfg.activity_cfg.end_time" -ACTIVITY_CFG_END_TIME_FIELD.number = 15 -ACTIVITY_CFG_END_TIME_FIELD.index = 14 -ACTIVITY_CFG_END_TIME_FIELD.label = 3 -ACTIVITY_CFG_END_TIME_FIELD.has_default_value = false -ACTIVITY_CFG_END_TIME_FIELD.default_value = {} -ACTIVITY_CFG_END_TIME_FIELD.type = 9 -ACTIVITY_CFG_END_TIME_FIELD.cpp_type = 9 - -ACTIVITY_CFG_DAILY_TYPE_FIELD.name = "daily_type" -ACTIVITY_CFG_DAILY_TYPE_FIELD.full_name = ".ftcfg.activity_cfg.daily_type" -ACTIVITY_CFG_DAILY_TYPE_FIELD.number = 16 -ACTIVITY_CFG_DAILY_TYPE_FIELD.index = 15 -ACTIVITY_CFG_DAILY_TYPE_FIELD.label = 2 -ACTIVITY_CFG_DAILY_TYPE_FIELD.has_default_value = false -ACTIVITY_CFG_DAILY_TYPE_FIELD.default_value = 0 -ACTIVITY_CFG_DAILY_TYPE_FIELD.type = 5 -ACTIVITY_CFG_DAILY_TYPE_FIELD.cpp_type = 1 - -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.name = "whether_battle" -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.full_name = ".ftcfg.activity_cfg.whether_battle" -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.number = 17 -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.index = 16 -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.label = 2 -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.has_default_value = false -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.default_value = 0 -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.type = 5 -ACTIVITY_CFG_WHETHER_BATTLE_FIELD.cpp_type = 1 - -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.name = "dactivity_icon" -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.full_name = ".ftcfg.activity_cfg.dactivity_icon" -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.number = 18 -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.index = 17 -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.label = 2 -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.has_default_value = false -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.default_value = 0 -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.type = 5 -ACTIVITY_CFG_DACTIVITY_ICON_FIELD.cpp_type = 1 - -ACTIVITY_CFG_PARTAKE_MODE_FIELD.name = "partake_mode" -ACTIVITY_CFG_PARTAKE_MODE_FIELD.full_name = ".ftcfg.activity_cfg.partake_mode" -ACTIVITY_CFG_PARTAKE_MODE_FIELD.number = 19 -ACTIVITY_CFG_PARTAKE_MODE_FIELD.index = 18 -ACTIVITY_CFG_PARTAKE_MODE_FIELD.label = 2 -ACTIVITY_CFG_PARTAKE_MODE_FIELD.has_default_value = false -ACTIVITY_CFG_PARTAKE_MODE_FIELD.default_value = 0 -ACTIVITY_CFG_PARTAKE_MODE_FIELD.type = 5 -ACTIVITY_CFG_PARTAKE_MODE_FIELD.cpp_type = 1 - -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.name = "partake_subtype" -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.full_name = ".ftcfg.activity_cfg.partake_subtype" -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.number = 20 -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.index = 19 -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.label = 2 -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.has_default_value = false -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.default_value = 0 -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.type = 5 -ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD.cpp_type = 1 - -ACTIVITY_CFG_TICKETITEM_ID_FIELD.name = "ticketitem_id" -ACTIVITY_CFG_TICKETITEM_ID_FIELD.full_name = ".ftcfg.activity_cfg.ticketitem_id" -ACTIVITY_CFG_TICKETITEM_ID_FIELD.number = 21 -ACTIVITY_CFG_TICKETITEM_ID_FIELD.index = 20 -ACTIVITY_CFG_TICKETITEM_ID_FIELD.label = 2 -ACTIVITY_CFG_TICKETITEM_ID_FIELD.has_default_value = false -ACTIVITY_CFG_TICKETITEM_ID_FIELD.default_value = 0 -ACTIVITY_CFG_TICKETITEM_ID_FIELD.type = 5 -ACTIVITY_CFG_TICKETITEM_ID_FIELD.cpp_type = 1 - -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.name = "ticketitem_count" -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.full_name = ".ftcfg.activity_cfg.ticketitem_count" -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.number = 22 -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.index = 21 -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.label = 2 -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.has_default_value = false -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.default_value = 0 -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.type = 5 -ACTIVITY_CFG_TICKETITEM_COUNT_FIELD.cpp_type = 1 - -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.name = "conduct_sceneid" -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.full_name = ".ftcfg.activity_cfg.conduct_sceneid" -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.number = 23 -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.index = 22 -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.label = 2 -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.has_default_value = false -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.default_value = 0 -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.type = 5 -ACTIVITY_CFG_CONDUCT_SCENEID_FIELD.cpp_type = 1 - -ACTIVITY_CFG_FINDING_PATH_FIELD.name = "finding_path" -ACTIVITY_CFG_FINDING_PATH_FIELD.full_name = ".ftcfg.activity_cfg.finding_path" -ACTIVITY_CFG_FINDING_PATH_FIELD.number = 24 -ACTIVITY_CFG_FINDING_PATH_FIELD.index = 23 -ACTIVITY_CFG_FINDING_PATH_FIELD.label = 2 -ACTIVITY_CFG_FINDING_PATH_FIELD.has_default_value = false -ACTIVITY_CFG_FINDING_PATH_FIELD.default_value = 0 -ACTIVITY_CFG_FINDING_PATH_FIELD.type = 5 -ACTIVITY_CFG_FINDING_PATH_FIELD.cpp_type = 1 - -ACTIVITY_CFG_OPEN_FUNC_FIELD.name = "open_func" -ACTIVITY_CFG_OPEN_FUNC_FIELD.full_name = ".ftcfg.activity_cfg.open_func" -ACTIVITY_CFG_OPEN_FUNC_FIELD.number = 25 -ACTIVITY_CFG_OPEN_FUNC_FIELD.index = 24 -ACTIVITY_CFG_OPEN_FUNC_FIELD.label = 2 -ACTIVITY_CFG_OPEN_FUNC_FIELD.has_default_value = false -ACTIVITY_CFG_OPEN_FUNC_FIELD.default_value = nil -ACTIVITY_CFG_OPEN_FUNC_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -ACTIVITY_CFG_OPEN_FUNC_FIELD.type = 14 -ACTIVITY_CFG_OPEN_FUNC_FIELD.cpp_type = 8 - -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.name = "open_func_param" -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.full_name = ".ftcfg.activity_cfg.open_func_param" -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.number = 26 -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.index = 25 -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.label = 2 -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.has_default_value = false -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.default_value = 0 -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.type = 5 -ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD.cpp_type = 1 - -ACTIVITY_CFG_ITEM_ID_FIELD.name = "item_id" -ACTIVITY_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.activity_cfg.item_id" -ACTIVITY_CFG_ITEM_ID_FIELD.number = 27 -ACTIVITY_CFG_ITEM_ID_FIELD.index = 26 -ACTIVITY_CFG_ITEM_ID_FIELD.label = 2 -ACTIVITY_CFG_ITEM_ID_FIELD.has_default_value = false -ACTIVITY_CFG_ITEM_ID_FIELD.default_value = 0 -ACTIVITY_CFG_ITEM_ID_FIELD.type = 5 -ACTIVITY_CFG_ITEM_ID_FIELD.cpp_type = 1 - -ACTIVITY_CFG_ITEM_COUNT_FIELD.name = "item_count" -ACTIVITY_CFG_ITEM_COUNT_FIELD.full_name = ".ftcfg.activity_cfg.item_count" -ACTIVITY_CFG_ITEM_COUNT_FIELD.number = 28 -ACTIVITY_CFG_ITEM_COUNT_FIELD.index = 27 -ACTIVITY_CFG_ITEM_COUNT_FIELD.label = 2 -ACTIVITY_CFG_ITEM_COUNT_FIELD.has_default_value = false -ACTIVITY_CFG_ITEM_COUNT_FIELD.default_value = 0 -ACTIVITY_CFG_ITEM_COUNT_FIELD.type = 5 -ACTIVITY_CFG_ITEM_COUNT_FIELD.cpp_type = 1 - -ACTIVITY_CFG_TIME_SHOW_FIELD.name = "time_show" -ACTIVITY_CFG_TIME_SHOW_FIELD.full_name = ".ftcfg.activity_cfg.time_show" -ACTIVITY_CFG_TIME_SHOW_FIELD.number = 29 -ACTIVITY_CFG_TIME_SHOW_FIELD.index = 28 -ACTIVITY_CFG_TIME_SHOW_FIELD.label = 2 -ACTIVITY_CFG_TIME_SHOW_FIELD.has_default_value = false -ACTIVITY_CFG_TIME_SHOW_FIELD.default_value = 0 -ACTIVITY_CFG_TIME_SHOW_FIELD.type = 5 -ACTIVITY_CFG_TIME_SHOW_FIELD.cpp_type = 1 - -ACTIVITY_CFG_FORM_SHOW_FIELD.name = "form_show" -ACTIVITY_CFG_FORM_SHOW_FIELD.full_name = ".ftcfg.activity_cfg.form_show" -ACTIVITY_CFG_FORM_SHOW_FIELD.number = 30 -ACTIVITY_CFG_FORM_SHOW_FIELD.index = 29 -ACTIVITY_CFG_FORM_SHOW_FIELD.label = 2 -ACTIVITY_CFG_FORM_SHOW_FIELD.has_default_value = false -ACTIVITY_CFG_FORM_SHOW_FIELD.default_value = 0 -ACTIVITY_CFG_FORM_SHOW_FIELD.type = 5 -ACTIVITY_CFG_FORM_SHOW_FIELD.cpp_type = 1 - -ACTIVITY_CFG_TIPS_SHOW_FIELD.name = "tips_show" -ACTIVITY_CFG_TIPS_SHOW_FIELD.full_name = ".ftcfg.activity_cfg.tips_show" -ACTIVITY_CFG_TIPS_SHOW_FIELD.number = 31 -ACTIVITY_CFG_TIPS_SHOW_FIELD.index = 30 -ACTIVITY_CFG_TIPS_SHOW_FIELD.label = 2 -ACTIVITY_CFG_TIPS_SHOW_FIELD.has_default_value = false -ACTIVITY_CFG_TIPS_SHOW_FIELD.default_value = 0 -ACTIVITY_CFG_TIPS_SHOW_FIELD.type = 5 -ACTIVITY_CFG_TIPS_SHOW_FIELD.cpp_type = 1 - -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.name = "crystal_show" -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.full_name = ".ftcfg.activity_cfg.crystal_show" -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.number = 32 -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.index = 31 -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.label = 3 -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.has_default_value = false -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.default_value = {} -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.type = 5 -ACTIVITY_CFG_CRYSTAL_SHOW_FIELD.cpp_type = 1 - -ACTIVITY_CFG_ITEMS_SHOW_FIELD.name = "items_show" -ACTIVITY_CFG_ITEMS_SHOW_FIELD.full_name = ".ftcfg.activity_cfg.items_show" -ACTIVITY_CFG_ITEMS_SHOW_FIELD.number = 33 -ACTIVITY_CFG_ITEMS_SHOW_FIELD.index = 32 -ACTIVITY_CFG_ITEMS_SHOW_FIELD.label = 3 -ACTIVITY_CFG_ITEMS_SHOW_FIELD.has_default_value = false -ACTIVITY_CFG_ITEMS_SHOW_FIELD.default_value = {} -ACTIVITY_CFG_ITEMS_SHOW_FIELD.type = 5 -ACTIVITY_CFG_ITEMS_SHOW_FIELD.cpp_type = 1 - -ACTIVITY_CFG_CUE_SHOW_FIELD.name = "cue_show" -ACTIVITY_CFG_CUE_SHOW_FIELD.full_name = ".ftcfg.activity_cfg.cue_show" -ACTIVITY_CFG_CUE_SHOW_FIELD.number = 34 -ACTIVITY_CFG_CUE_SHOW_FIELD.index = 33 -ACTIVITY_CFG_CUE_SHOW_FIELD.label = 2 -ACTIVITY_CFG_CUE_SHOW_FIELD.has_default_value = false -ACTIVITY_CFG_CUE_SHOW_FIELD.default_value = 0 -ACTIVITY_CFG_CUE_SHOW_FIELD.type = 5 -ACTIVITY_CFG_CUE_SHOW_FIELD.cpp_type = 1 - -ACTIVITY_CFG_CUE_TEXT_FIELD.name = "cue_text" -ACTIVITY_CFG_CUE_TEXT_FIELD.full_name = ".ftcfg.activity_cfg.cue_text" -ACTIVITY_CFG_CUE_TEXT_FIELD.number = 35 -ACTIVITY_CFG_CUE_TEXT_FIELD.index = 34 -ACTIVITY_CFG_CUE_TEXT_FIELD.label = 2 -ACTIVITY_CFG_CUE_TEXT_FIELD.has_default_value = false -ACTIVITY_CFG_CUE_TEXT_FIELD.default_value = 0 -ACTIVITY_CFG_CUE_TEXT_FIELD.type = 5 -ACTIVITY_CFG_CUE_TEXT_FIELD.cpp_type = 1 - -ACTIVITY_CFG_CORRECT_TEXT_FIELD.name = "correct_text" -ACTIVITY_CFG_CORRECT_TEXT_FIELD.full_name = ".ftcfg.activity_cfg.correct_text" -ACTIVITY_CFG_CORRECT_TEXT_FIELD.number = 36 -ACTIVITY_CFG_CORRECT_TEXT_FIELD.index = 35 -ACTIVITY_CFG_CORRECT_TEXT_FIELD.label = 2 -ACTIVITY_CFG_CORRECT_TEXT_FIELD.has_default_value = false -ACTIVITY_CFG_CORRECT_TEXT_FIELD.default_value = 0 -ACTIVITY_CFG_CORRECT_TEXT_FIELD.type = 5 -ACTIVITY_CFG_CORRECT_TEXT_FIELD.cpp_type = 1 - -ACTIVITY_CFG_NEGATE_TEXT_FIELD.name = "negate_text" -ACTIVITY_CFG_NEGATE_TEXT_FIELD.full_name = ".ftcfg.activity_cfg.negate_text" -ACTIVITY_CFG_NEGATE_TEXT_FIELD.number = 37 -ACTIVITY_CFG_NEGATE_TEXT_FIELD.index = 36 -ACTIVITY_CFG_NEGATE_TEXT_FIELD.label = 2 -ACTIVITY_CFG_NEGATE_TEXT_FIELD.has_default_value = false -ACTIVITY_CFG_NEGATE_TEXT_FIELD.default_value = 0 -ACTIVITY_CFG_NEGATE_TEXT_FIELD.type = 5 -ACTIVITY_CFG_NEGATE_TEXT_FIELD.cpp_type = 1 - -ACTIVITY_CFG.name = "activity_cfg" -ACTIVITY_CFG.full_name = ".ftcfg.activity_cfg" -ACTIVITY_CFG.nested_types = {} -ACTIVITY_CFG.enum_types = {} -ACTIVITY_CFG.fields = {ACTIVITY_CFG_GUID_FIELD, ACTIVITY_CFG_DACTIVITY_NAME_FIELD, ACTIVITY_CFG_NAME_FIELD, ACTIVITY_CFG_TYPE_FIELD, ACTIVITY_CFG_ACTIVITY_PLAY_FIELD, ACTIVITY_CFG_NEED_LEVEL_FIELD, ACTIVITY_CFG_TOTAL_TIMES_FIELD, ACTIVITY_CFG_ACTIVATION_POINT_FIELD, ACTIVITY_CFG_ACTIVATION_TOPLIMIT_FIELD, ACTIVITY_CFG_ACTIVATION_MODE_FIELD, ACTIVITY_CFG_START_WEEKS_FIELD, ACTIVITY_CFG_SIGNUP_TIME_FIELD, ACTIVITY_CFG_SIGNDOWN_TIME_FIELD, ACTIVITY_CFG_BEGIN_TIME_FIELD, ACTIVITY_CFG_END_TIME_FIELD, ACTIVITY_CFG_DAILY_TYPE_FIELD, ACTIVITY_CFG_WHETHER_BATTLE_FIELD, ACTIVITY_CFG_DACTIVITY_ICON_FIELD, ACTIVITY_CFG_PARTAKE_MODE_FIELD, ACTIVITY_CFG_PARTAKE_SUBTYPE_FIELD, ACTIVITY_CFG_TICKETITEM_ID_FIELD, ACTIVITY_CFG_TICKETITEM_COUNT_FIELD, ACTIVITY_CFG_CONDUCT_SCENEID_FIELD, ACTIVITY_CFG_FINDING_PATH_FIELD, ACTIVITY_CFG_OPEN_FUNC_FIELD, ACTIVITY_CFG_OPEN_FUNC_PARAM_FIELD, ACTIVITY_CFG_ITEM_ID_FIELD, ACTIVITY_CFG_ITEM_COUNT_FIELD, ACTIVITY_CFG_TIME_SHOW_FIELD, ACTIVITY_CFG_FORM_SHOW_FIELD, ACTIVITY_CFG_TIPS_SHOW_FIELD, ACTIVITY_CFG_CRYSTAL_SHOW_FIELD, ACTIVITY_CFG_ITEMS_SHOW_FIELD, ACTIVITY_CFG_CUE_SHOW_FIELD, ACTIVITY_CFG_CUE_TEXT_FIELD, ACTIVITY_CFG_CORRECT_TEXT_FIELD, ACTIVITY_CFG_NEGATE_TEXT_FIELD} -ACTIVITY_CFG.is_extendable = false -ACTIVITY_CFG.extensions = {} -ACTIVITY_CFGS_ITEMS_FIELD.name = "items" -ACTIVITY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.activity_cfgs.items" -ACTIVITY_CFGS_ITEMS_FIELD.number = 1 -ACTIVITY_CFGS_ITEMS_FIELD.index = 0 -ACTIVITY_CFGS_ITEMS_FIELD.label = 3 -ACTIVITY_CFGS_ITEMS_FIELD.has_default_value = false -ACTIVITY_CFGS_ITEMS_FIELD.default_value = {} -ACTIVITY_CFGS_ITEMS_FIELD.message_type = ACTIVITY_CFG -ACTIVITY_CFGS_ITEMS_FIELD.type = 11 -ACTIVITY_CFGS_ITEMS_FIELD.cpp_type = 10 - -ACTIVITY_CFGS.name = "activity_cfgs" -ACTIVITY_CFGS.full_name = ".ftcfg.activity_cfgs" -ACTIVITY_CFGS.nested_types = {} -ACTIVITY_CFGS.enum_types = {} -ACTIVITY_CFGS.fields = {ACTIVITY_CFGS_ITEMS_FIELD} -ACTIVITY_CFGS.is_extendable = false -ACTIVITY_CFGS.extensions = {} -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.name = "everyday_toplimit" -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.full_name = ".ftcfg.activation_cfg.everyday_toplimit" -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.number = 1 -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.index = 0 -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.label = 2 -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.has_default_value = false -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.default_value = 0 -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.type = 13 -ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD.cpp_type = 3 - -ACTIVATION_CFG_RESET_TIME_FIELD.name = "reset_time" -ACTIVATION_CFG_RESET_TIME_FIELD.full_name = ".ftcfg.activation_cfg.reset_time" -ACTIVATION_CFG_RESET_TIME_FIELD.number = 2 -ACTIVATION_CFG_RESET_TIME_FIELD.index = 1 -ACTIVATION_CFG_RESET_TIME_FIELD.label = 3 -ACTIVATION_CFG_RESET_TIME_FIELD.has_default_value = false -ACTIVATION_CFG_RESET_TIME_FIELD.default_value = {} -ACTIVATION_CFG_RESET_TIME_FIELD.type = 9 -ACTIVATION_CFG_RESET_TIME_FIELD.cpp_type = 9 - -ACTIVATION_CFG_DEPOSIT_LV_FIELD.name = "deposit_lv" -ACTIVATION_CFG_DEPOSIT_LV_FIELD.full_name = ".ftcfg.activation_cfg.deposit_lv" -ACTIVATION_CFG_DEPOSIT_LV_FIELD.number = 3 -ACTIVATION_CFG_DEPOSIT_LV_FIELD.index = 2 -ACTIVATION_CFG_DEPOSIT_LV_FIELD.label = 3 -ACTIVATION_CFG_DEPOSIT_LV_FIELD.has_default_value = false -ACTIVATION_CFG_DEPOSIT_LV_FIELD.default_value = {} -ACTIVATION_CFG_DEPOSIT_LV_FIELD.type = 13 -ACTIVATION_CFG_DEPOSIT_LV_FIELD.cpp_type = 3 - -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.name = "deposit_toplimit" -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.full_name = ".ftcfg.activation_cfg.deposit_toplimit" -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.number = 4 -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.index = 3 -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.label = 3 -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.has_default_value = false -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.default_value = {} -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.type = 13 -ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD.cpp_type = 3 - -ACTIVATION_CFG.name = "activation_cfg" -ACTIVATION_CFG.full_name = ".ftcfg.activation_cfg" -ACTIVATION_CFG.nested_types = {} -ACTIVATION_CFG.enum_types = {} -ACTIVATION_CFG.fields = {ACTIVATION_CFG_EVERYDAY_TOPLIMIT_FIELD, ACTIVATION_CFG_RESET_TIME_FIELD, ACTIVATION_CFG_DEPOSIT_LV_FIELD, ACTIVATION_CFG_DEPOSIT_TOPLIMIT_FIELD} -ACTIVATION_CFG.is_extendable = false -ACTIVATION_CFG.extensions = {} -ACTIVATION_CFGS_ITEMS_FIELD.name = "items" -ACTIVATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.activation_cfgs.items" -ACTIVATION_CFGS_ITEMS_FIELD.number = 1 -ACTIVATION_CFGS_ITEMS_FIELD.index = 0 -ACTIVATION_CFGS_ITEMS_FIELD.label = 3 -ACTIVATION_CFGS_ITEMS_FIELD.has_default_value = false -ACTIVATION_CFGS_ITEMS_FIELD.default_value = {} -ACTIVATION_CFGS_ITEMS_FIELD.message_type = ACTIVATION_CFG -ACTIVATION_CFGS_ITEMS_FIELD.type = 11 -ACTIVATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -ACTIVATION_CFGS.name = "activation_cfgs" -ACTIVATION_CFGS.full_name = ".ftcfg.activation_cfgs" -ACTIVATION_CFGS.nested_types = {} -ACTIVATION_CFGS.enum_types = {} -ACTIVATION_CFGS.fields = {ACTIVATION_CFGS_ITEMS_FIELD} -ACTIVATION_CFGS.is_extendable = false -ACTIVATION_CFGS.extensions = {} -ACTIVATION_REWARD_CFG_ID_FIELD.name = "id" -ACTIVATION_REWARD_CFG_ID_FIELD.full_name = ".ftcfg.activation_reward_cfg.id" -ACTIVATION_REWARD_CFG_ID_FIELD.number = 1 -ACTIVATION_REWARD_CFG_ID_FIELD.index = 0 -ACTIVATION_REWARD_CFG_ID_FIELD.label = 2 -ACTIVATION_REWARD_CFG_ID_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_ID_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_ID_FIELD.type = 13 -ACTIVATION_REWARD_CFG_ID_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.name = "activation_stage" -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.full_name = ".ftcfg.activation_reward_cfg.activation_stage" -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.number = 2 -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.index = 1 -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.label = 2 -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.type = 13 -ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.name = "reward_attribute_id" -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.full_name = ".ftcfg.activation_reward_cfg.reward_attribute_id" -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.number = 3 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.index = 2 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.label = 2 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.type = 13 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.name = "reward_attribute_count" -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.activation_reward_cfg.reward_attribute_count" -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.number = 4 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.index = 3 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.label = 2 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.type = 13 -ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.name = "reward_item_id" -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.activation_reward_cfg.reward_item_id" -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.number = 5 -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.index = 4 -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.label = 2 -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.type = 13 -ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.name = "reward_item_count" -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.full_name = ".ftcfg.activation_reward_cfg.reward_item_count" -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.number = 6 -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.index = 5 -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.label = 2 -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.type = 13 -ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.name = "reward_plus" -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.full_name = ".ftcfg.activation_reward_cfg.reward_plus" -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.number = 7 -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.index = 6 -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.label = 2 -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.has_default_value = false -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.default_value = 0 -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.type = 13 -ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD.cpp_type = 3 - -ACTIVATION_REWARD_CFG.name = "activation_reward_cfg" -ACTIVATION_REWARD_CFG.full_name = ".ftcfg.activation_reward_cfg" -ACTIVATION_REWARD_CFG.nested_types = {} -ACTIVATION_REWARD_CFG.enum_types = {} -ACTIVATION_REWARD_CFG.fields = {ACTIVATION_REWARD_CFG_ID_FIELD, ACTIVATION_REWARD_CFG_ACTIVATION_STAGE_FIELD, ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD, ACTIVATION_REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD, ACTIVATION_REWARD_CFG_REWARD_ITEM_ID_FIELD, ACTIVATION_REWARD_CFG_REWARD_ITEM_COUNT_FIELD, ACTIVATION_REWARD_CFG_REWARD_PLUS_FIELD} -ACTIVATION_REWARD_CFG.is_extendable = false -ACTIVATION_REWARD_CFG.extensions = {} -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.name = "items" -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.activation_reward_cfgs.items" -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.number = 1 -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.index = 0 -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.label = 3 -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.default_value = {} -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.message_type = ACTIVATION_REWARD_CFG -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.type = 11 -ACTIVATION_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -ACTIVATION_REWARD_CFGS.name = "activation_reward_cfgs" -ACTIVATION_REWARD_CFGS.full_name = ".ftcfg.activation_reward_cfgs" -ACTIVATION_REWARD_CFGS.nested_types = {} -ACTIVATION_REWARD_CFGS.enum_types = {} -ACTIVATION_REWARD_CFGS.fields = {ACTIVATION_REWARD_CFGS_ITEMS_FIELD} -ACTIVATION_REWARD_CFGS.is_extendable = false -ACTIVATION_REWARD_CFGS.extensions = {} -TRADE_TOP_TABS_CFG_ID_FIELD.name = "id" -TRADE_TOP_TABS_CFG_ID_FIELD.full_name = ".ftcfg.trade_top_tabs_cfg.id" -TRADE_TOP_TABS_CFG_ID_FIELD.number = 1 -TRADE_TOP_TABS_CFG_ID_FIELD.index = 0 -TRADE_TOP_TABS_CFG_ID_FIELD.label = 2 -TRADE_TOP_TABS_CFG_ID_FIELD.has_default_value = false -TRADE_TOP_TABS_CFG_ID_FIELD.default_value = 0 -TRADE_TOP_TABS_CFG_ID_FIELD.type = 5 -TRADE_TOP_TABS_CFG_ID_FIELD.cpp_type = 1 - -TRADE_TOP_TABS_CFG_NAME_FIELD.name = "name" -TRADE_TOP_TABS_CFG_NAME_FIELD.full_name = ".ftcfg.trade_top_tabs_cfg.name" -TRADE_TOP_TABS_CFG_NAME_FIELD.number = 2 -TRADE_TOP_TABS_CFG_NAME_FIELD.index = 1 -TRADE_TOP_TABS_CFG_NAME_FIELD.label = 2 -TRADE_TOP_TABS_CFG_NAME_FIELD.has_default_value = false -TRADE_TOP_TABS_CFG_NAME_FIELD.default_value = "" -TRADE_TOP_TABS_CFG_NAME_FIELD.type = 9 -TRADE_TOP_TABS_CFG_NAME_FIELD.cpp_type = 9 - -TRADE_TOP_TABS_CFG_TABS_FIELD.name = "tabs" -TRADE_TOP_TABS_CFG_TABS_FIELD.full_name = ".ftcfg.trade_top_tabs_cfg.tabs" -TRADE_TOP_TABS_CFG_TABS_FIELD.number = 3 -TRADE_TOP_TABS_CFG_TABS_FIELD.index = 2 -TRADE_TOP_TABS_CFG_TABS_FIELD.label = 3 -TRADE_TOP_TABS_CFG_TABS_FIELD.has_default_value = false -TRADE_TOP_TABS_CFG_TABS_FIELD.default_value = {} -TRADE_TOP_TABS_CFG_TABS_FIELD.type = 5 -TRADE_TOP_TABS_CFG_TABS_FIELD.cpp_type = 1 - -TRADE_TOP_TABS_CFG.name = "trade_top_tabs_cfg" -TRADE_TOP_TABS_CFG.full_name = ".ftcfg.trade_top_tabs_cfg" -TRADE_TOP_TABS_CFG.nested_types = {} -TRADE_TOP_TABS_CFG.enum_types = {} -TRADE_TOP_TABS_CFG.fields = {TRADE_TOP_TABS_CFG_ID_FIELD, TRADE_TOP_TABS_CFG_NAME_FIELD, TRADE_TOP_TABS_CFG_TABS_FIELD} -TRADE_TOP_TABS_CFG.is_extendable = false -TRADE_TOP_TABS_CFG.extensions = {} -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.name = "items" -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trade_top_tabs_cfgs.items" -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.number = 1 -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.index = 0 -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.label = 3 -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.has_default_value = false -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.default_value = {} -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.message_type = TRADE_TOP_TABS_CFG -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.type = 11 -TRADE_TOP_TABS_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRADE_TOP_TABS_CFGS.name = "trade_top_tabs_cfgs" -TRADE_TOP_TABS_CFGS.full_name = ".ftcfg.trade_top_tabs_cfgs" -TRADE_TOP_TABS_CFGS.nested_types = {} -TRADE_TOP_TABS_CFGS.enum_types = {} -TRADE_TOP_TABS_CFGS.fields = {TRADE_TOP_TABS_CFGS_ITEMS_FIELD} -TRADE_TOP_TABS_CFGS.is_extendable = false -TRADE_TOP_TABS_CFGS.extensions = {} -TRADE_SUB_TABS_CFG_ID_FIELD.name = "id" -TRADE_SUB_TABS_CFG_ID_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.id" -TRADE_SUB_TABS_CFG_ID_FIELD.number = 1 -TRADE_SUB_TABS_CFG_ID_FIELD.index = 0 -TRADE_SUB_TABS_CFG_ID_FIELD.label = 2 -TRADE_SUB_TABS_CFG_ID_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_ID_FIELD.default_value = 0 -TRADE_SUB_TABS_CFG_ID_FIELD.type = 5 -TRADE_SUB_TABS_CFG_ID_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG_NAME_FIELD.name = "name" -TRADE_SUB_TABS_CFG_NAME_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.name" -TRADE_SUB_TABS_CFG_NAME_FIELD.number = 2 -TRADE_SUB_TABS_CFG_NAME_FIELD.index = 1 -TRADE_SUB_TABS_CFG_NAME_FIELD.label = 2 -TRADE_SUB_TABS_CFG_NAME_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_NAME_FIELD.default_value = "" -TRADE_SUB_TABS_CFG_NAME_FIELD.type = 9 -TRADE_SUB_TABS_CFG_NAME_FIELD.cpp_type = 9 - -TRADE_SUB_TABS_CFG_RULES_FIELD.name = "rules" -TRADE_SUB_TABS_CFG_RULES_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.rules" -TRADE_SUB_TABS_CFG_RULES_FIELD.number = 3 -TRADE_SUB_TABS_CFG_RULES_FIELD.index = 2 -TRADE_SUB_TABS_CFG_RULES_FIELD.label = 3 -TRADE_SUB_TABS_CFG_RULES_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_RULES_FIELD.default_value = {} -TRADE_SUB_TABS_CFG_RULES_FIELD.type = 5 -TRADE_SUB_TABS_CFG_RULES_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.name = "filter_rules1" -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.filter_rules1" -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.number = 4 -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.index = 3 -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.label = 3 -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.default_value = {} -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.type = 5 -TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.name = "filter_rules2" -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.filter_rules2" -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.number = 5 -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.index = 4 -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.label = 3 -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.default_value = {} -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.type = 5 -TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.name = "filter_rules3" -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.filter_rules3" -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.number = 6 -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.index = 5 -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.label = 3 -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.default_value = {} -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.type = 5 -TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.name = "filter_rules4" -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.filter_rules4" -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.number = 7 -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.index = 6 -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.label = 3 -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.default_value = {} -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.type = 5 -TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.name = "sort_rules" -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfg.sort_rules" -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.number = 8 -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.index = 7 -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.label = 3 -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.has_default_value = false -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.default_value = {} -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.type = 5 -TRADE_SUB_TABS_CFG_SORT_RULES_FIELD.cpp_type = 1 - -TRADE_SUB_TABS_CFG.name = "trade_sub_tabs_cfg" -TRADE_SUB_TABS_CFG.full_name = ".ftcfg.trade_sub_tabs_cfg" -TRADE_SUB_TABS_CFG.nested_types = {} -TRADE_SUB_TABS_CFG.enum_types = {} -TRADE_SUB_TABS_CFG.fields = {TRADE_SUB_TABS_CFG_ID_FIELD, TRADE_SUB_TABS_CFG_NAME_FIELD, TRADE_SUB_TABS_CFG_RULES_FIELD, TRADE_SUB_TABS_CFG_FILTER_RULES1_FIELD, TRADE_SUB_TABS_CFG_FILTER_RULES2_FIELD, TRADE_SUB_TABS_CFG_FILTER_RULES3_FIELD, TRADE_SUB_TABS_CFG_FILTER_RULES4_FIELD, TRADE_SUB_TABS_CFG_SORT_RULES_FIELD} -TRADE_SUB_TABS_CFG.is_extendable = false -TRADE_SUB_TABS_CFG.extensions = {} -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.name = "items" -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trade_sub_tabs_cfgs.items" -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.number = 1 -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.index = 0 -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.label = 3 -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.has_default_value = false -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.default_value = {} -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.message_type = TRADE_SUB_TABS_CFG -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.type = 11 -TRADE_SUB_TABS_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRADE_SUB_TABS_CFGS.name = "trade_sub_tabs_cfgs" -TRADE_SUB_TABS_CFGS.full_name = ".ftcfg.trade_sub_tabs_cfgs" -TRADE_SUB_TABS_CFGS.nested_types = {} -TRADE_SUB_TABS_CFGS.enum_types = {} -TRADE_SUB_TABS_CFGS.fields = {TRADE_SUB_TABS_CFGS_ITEMS_FIELD} -TRADE_SUB_TABS_CFGS.is_extendable = false -TRADE_SUB_TABS_CFGS.extensions = {} -TRADE_FILTER_RULES_CFG_ID_FIELD.name = "id" -TRADE_FILTER_RULES_CFG_ID_FIELD.full_name = ".ftcfg.trade_filter_rules_cfg.id" -TRADE_FILTER_RULES_CFG_ID_FIELD.number = 1 -TRADE_FILTER_RULES_CFG_ID_FIELD.index = 0 -TRADE_FILTER_RULES_CFG_ID_FIELD.label = 2 -TRADE_FILTER_RULES_CFG_ID_FIELD.has_default_value = false -TRADE_FILTER_RULES_CFG_ID_FIELD.default_value = 0 -TRADE_FILTER_RULES_CFG_ID_FIELD.type = 5 -TRADE_FILTER_RULES_CFG_ID_FIELD.cpp_type = 1 - -TRADE_FILTER_RULES_CFG_NAME_FIELD.name = "name" -TRADE_FILTER_RULES_CFG_NAME_FIELD.full_name = ".ftcfg.trade_filter_rules_cfg.name" -TRADE_FILTER_RULES_CFG_NAME_FIELD.number = 2 -TRADE_FILTER_RULES_CFG_NAME_FIELD.index = 1 -TRADE_FILTER_RULES_CFG_NAME_FIELD.label = 2 -TRADE_FILTER_RULES_CFG_NAME_FIELD.has_default_value = false -TRADE_FILTER_RULES_CFG_NAME_FIELD.default_value = "" -TRADE_FILTER_RULES_CFG_NAME_FIELD.type = 9 -TRADE_FILTER_RULES_CFG_NAME_FIELD.cpp_type = 9 - -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.name = "fields" -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.full_name = ".ftcfg.trade_filter_rules_cfg.fields" -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.number = 3 -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.index = 2 -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.label = 3 -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.has_default_value = false -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.default_value = {} -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.type = 9 -TRADE_FILTER_RULES_CFG_FIELDS_FIELD.cpp_type = 9 - -TRADE_FILTER_RULES_CFG_VALUES_FIELD.name = "values" -TRADE_FILTER_RULES_CFG_VALUES_FIELD.full_name = ".ftcfg.trade_filter_rules_cfg.values" -TRADE_FILTER_RULES_CFG_VALUES_FIELD.number = 4 -TRADE_FILTER_RULES_CFG_VALUES_FIELD.index = 3 -TRADE_FILTER_RULES_CFG_VALUES_FIELD.label = 3 -TRADE_FILTER_RULES_CFG_VALUES_FIELD.has_default_value = false -TRADE_FILTER_RULES_CFG_VALUES_FIELD.default_value = {} -TRADE_FILTER_RULES_CFG_VALUES_FIELD.type = 5 -TRADE_FILTER_RULES_CFG_VALUES_FIELD.cpp_type = 1 - -TRADE_FILTER_RULES_CFG.name = "trade_filter_rules_cfg" -TRADE_FILTER_RULES_CFG.full_name = ".ftcfg.trade_filter_rules_cfg" -TRADE_FILTER_RULES_CFG.nested_types = {} -TRADE_FILTER_RULES_CFG.enum_types = {} -TRADE_FILTER_RULES_CFG.fields = {TRADE_FILTER_RULES_CFG_ID_FIELD, TRADE_FILTER_RULES_CFG_NAME_FIELD, TRADE_FILTER_RULES_CFG_FIELDS_FIELD, TRADE_FILTER_RULES_CFG_VALUES_FIELD} -TRADE_FILTER_RULES_CFG.is_extendable = false -TRADE_FILTER_RULES_CFG.extensions = {} -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.name = "items" -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trade_filter_rules_cfgs.items" -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.number = 1 -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.index = 0 -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.label = 3 -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.has_default_value = false -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.default_value = {} -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.message_type = TRADE_FILTER_RULES_CFG -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.type = 11 -TRADE_FILTER_RULES_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRADE_FILTER_RULES_CFGS.name = "trade_filter_rules_cfgs" -TRADE_FILTER_RULES_CFGS.full_name = ".ftcfg.trade_filter_rules_cfgs" -TRADE_FILTER_RULES_CFGS.nested_types = {} -TRADE_FILTER_RULES_CFGS.enum_types = {} -TRADE_FILTER_RULES_CFGS.fields = {TRADE_FILTER_RULES_CFGS_ITEMS_FIELD} -TRADE_FILTER_RULES_CFGS.is_extendable = false -TRADE_FILTER_RULES_CFGS.extensions = {} -TRADE_SORT_RULES_CFG_ID_FIELD.name = "id" -TRADE_SORT_RULES_CFG_ID_FIELD.full_name = ".ftcfg.trade_sort_rules_cfg.id" -TRADE_SORT_RULES_CFG_ID_FIELD.number = 1 -TRADE_SORT_RULES_CFG_ID_FIELD.index = 0 -TRADE_SORT_RULES_CFG_ID_FIELD.label = 2 -TRADE_SORT_RULES_CFG_ID_FIELD.has_default_value = false -TRADE_SORT_RULES_CFG_ID_FIELD.default_value = 0 -TRADE_SORT_RULES_CFG_ID_FIELD.type = 5 -TRADE_SORT_RULES_CFG_ID_FIELD.cpp_type = 1 - -TRADE_SORT_RULES_CFG_NAME_FIELD.name = "name" -TRADE_SORT_RULES_CFG_NAME_FIELD.full_name = ".ftcfg.trade_sort_rules_cfg.name" -TRADE_SORT_RULES_CFG_NAME_FIELD.number = 2 -TRADE_SORT_RULES_CFG_NAME_FIELD.index = 1 -TRADE_SORT_RULES_CFG_NAME_FIELD.label = 2 -TRADE_SORT_RULES_CFG_NAME_FIELD.has_default_value = false -TRADE_SORT_RULES_CFG_NAME_FIELD.default_value = "" -TRADE_SORT_RULES_CFG_NAME_FIELD.type = 9 -TRADE_SORT_RULES_CFG_NAME_FIELD.cpp_type = 9 - -TRADE_SORT_RULES_CFG_PROP_FIELD.name = "prop" -TRADE_SORT_RULES_CFG_PROP_FIELD.full_name = ".ftcfg.trade_sort_rules_cfg.prop" -TRADE_SORT_RULES_CFG_PROP_FIELD.number = 3 -TRADE_SORT_RULES_CFG_PROP_FIELD.index = 2 -TRADE_SORT_RULES_CFG_PROP_FIELD.label = 2 -TRADE_SORT_RULES_CFG_PROP_FIELD.has_default_value = false -TRADE_SORT_RULES_CFG_PROP_FIELD.default_value = 0 -TRADE_SORT_RULES_CFG_PROP_FIELD.type = 5 -TRADE_SORT_RULES_CFG_PROP_FIELD.cpp_type = 1 - -TRADE_SORT_RULES_CFG_UP_FIELD.name = "up" -TRADE_SORT_RULES_CFG_UP_FIELD.full_name = ".ftcfg.trade_sort_rules_cfg.up" -TRADE_SORT_RULES_CFG_UP_FIELD.number = 4 -TRADE_SORT_RULES_CFG_UP_FIELD.index = 3 -TRADE_SORT_RULES_CFG_UP_FIELD.label = 2 -TRADE_SORT_RULES_CFG_UP_FIELD.has_default_value = false -TRADE_SORT_RULES_CFG_UP_FIELD.default_value = false -TRADE_SORT_RULES_CFG_UP_FIELD.type = 8 -TRADE_SORT_RULES_CFG_UP_FIELD.cpp_type = 7 - -TRADE_SORT_RULES_CFG.name = "trade_sort_rules_cfg" -TRADE_SORT_RULES_CFG.full_name = ".ftcfg.trade_sort_rules_cfg" -TRADE_SORT_RULES_CFG.nested_types = {} -TRADE_SORT_RULES_CFG.enum_types = {} -TRADE_SORT_RULES_CFG.fields = {TRADE_SORT_RULES_CFG_ID_FIELD, TRADE_SORT_RULES_CFG_NAME_FIELD, TRADE_SORT_RULES_CFG_PROP_FIELD, TRADE_SORT_RULES_CFG_UP_FIELD} -TRADE_SORT_RULES_CFG.is_extendable = false -TRADE_SORT_RULES_CFG.extensions = {} -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.name = "items" -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trade_sort_rules_cfgs.items" -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.number = 1 -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.index = 0 -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.label = 3 -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.has_default_value = false -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.default_value = {} -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.message_type = TRADE_SORT_RULES_CFG -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.type = 11 -TRADE_SORT_RULES_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRADE_SORT_RULES_CFGS.name = "trade_sort_rules_cfgs" -TRADE_SORT_RULES_CFGS.full_name = ".ftcfg.trade_sort_rules_cfgs" -TRADE_SORT_RULES_CFGS.nested_types = {} -TRADE_SORT_RULES_CFGS.enum_types = {} -TRADE_SORT_RULES_CFGS.fields = {TRADE_SORT_RULES_CFGS_ITEMS_FIELD} -TRADE_SORT_RULES_CFGS.is_extendable = false -TRADE_SORT_RULES_CFGS.extensions = {} -BASE_PROP_CFG_PROF_TYPE_FIELD.name = "prof_type" -BASE_PROP_CFG_PROF_TYPE_FIELD.full_name = ".ftcfg.base_prop_cfg.prof_type" -BASE_PROP_CFG_PROF_TYPE_FIELD.number = 1 -BASE_PROP_CFG_PROF_TYPE_FIELD.index = 0 -BASE_PROP_CFG_PROF_TYPE_FIELD.label = 2 -BASE_PROP_CFG_PROF_TYPE_FIELD.has_default_value = false -BASE_PROP_CFG_PROF_TYPE_FIELD.default_value = nil -BASE_PROP_CFG_PROF_TYPE_FIELD.enum_type = config_predefine_pb.EPROFTYPE -BASE_PROP_CFG_PROF_TYPE_FIELD.type = 14 -BASE_PROP_CFG_PROF_TYPE_FIELD.cpp_type = 8 - -BASE_PROP_CFG_LEVEL_FIELD.name = "level" -BASE_PROP_CFG_LEVEL_FIELD.full_name = ".ftcfg.base_prop_cfg.level" -BASE_PROP_CFG_LEVEL_FIELD.number = 2 -BASE_PROP_CFG_LEVEL_FIELD.index = 1 -BASE_PROP_CFG_LEVEL_FIELD.label = 2 -BASE_PROP_CFG_LEVEL_FIELD.has_default_value = false -BASE_PROP_CFG_LEVEL_FIELD.default_value = 0 -BASE_PROP_CFG_LEVEL_FIELD.type = 5 -BASE_PROP_CFG_LEVEL_FIELD.cpp_type = 1 - -BASE_PROP_CFG_HP_MAX_FIELD.name = "hp_max" -BASE_PROP_CFG_HP_MAX_FIELD.full_name = ".ftcfg.base_prop_cfg.hp_max" -BASE_PROP_CFG_HP_MAX_FIELD.number = 3 -BASE_PROP_CFG_HP_MAX_FIELD.index = 2 -BASE_PROP_CFG_HP_MAX_FIELD.label = 2 -BASE_PROP_CFG_HP_MAX_FIELD.has_default_value = false -BASE_PROP_CFG_HP_MAX_FIELD.default_value = 0.0 -BASE_PROP_CFG_HP_MAX_FIELD.type = 1 -BASE_PROP_CFG_HP_MAX_FIELD.cpp_type = 5 - -BASE_PROP_CFG_MP_MAX_FIELD.name = "mp_max" -BASE_PROP_CFG_MP_MAX_FIELD.full_name = ".ftcfg.base_prop_cfg.mp_max" -BASE_PROP_CFG_MP_MAX_FIELD.number = 4 -BASE_PROP_CFG_MP_MAX_FIELD.index = 3 -BASE_PROP_CFG_MP_MAX_FIELD.label = 2 -BASE_PROP_CFG_MP_MAX_FIELD.has_default_value = false -BASE_PROP_CFG_MP_MAX_FIELD.default_value = 0.0 -BASE_PROP_CFG_MP_MAX_FIELD.type = 1 -BASE_PROP_CFG_MP_MAX_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ATTACK_FIELD.name = "attack" -BASE_PROP_CFG_ATTACK_FIELD.full_name = ".ftcfg.base_prop_cfg.attack" -BASE_PROP_CFG_ATTACK_FIELD.number = 5 -BASE_PROP_CFG_ATTACK_FIELD.index = 4 -BASE_PROP_CFG_ATTACK_FIELD.label = 2 -BASE_PROP_CFG_ATTACK_FIELD.has_default_value = false -BASE_PROP_CFG_ATTACK_FIELD.default_value = 0.0 -BASE_PROP_CFG_ATTACK_FIELD.type = 1 -BASE_PROP_CFG_ATTACK_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DEFENSE_FIELD.name = "defense" -BASE_PROP_CFG_DEFENSE_FIELD.full_name = ".ftcfg.base_prop_cfg.defense" -BASE_PROP_CFG_DEFENSE_FIELD.number = 6 -BASE_PROP_CFG_DEFENSE_FIELD.index = 5 -BASE_PROP_CFG_DEFENSE_FIELD.label = 2 -BASE_PROP_CFG_DEFENSE_FIELD.has_default_value = false -BASE_PROP_CFG_DEFENSE_FIELD.default_value = 0.0 -BASE_PROP_CFG_DEFENSE_FIELD.type = 1 -BASE_PROP_CFG_DEFENSE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HIT_FIELD.name = "hit" -BASE_PROP_CFG_HIT_FIELD.full_name = ".ftcfg.base_prop_cfg.hit" -BASE_PROP_CFG_HIT_FIELD.number = 7 -BASE_PROP_CFG_HIT_FIELD.index = 6 -BASE_PROP_CFG_HIT_FIELD.label = 2 -BASE_PROP_CFG_HIT_FIELD.has_default_value = false -BASE_PROP_CFG_HIT_FIELD.default_value = 0.0 -BASE_PROP_CFG_HIT_FIELD.type = 1 -BASE_PROP_CFG_HIT_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DODGE_FIELD.name = "dodge" -BASE_PROP_CFG_DODGE_FIELD.full_name = ".ftcfg.base_prop_cfg.dodge" -BASE_PROP_CFG_DODGE_FIELD.number = 8 -BASE_PROP_CFG_DODGE_FIELD.index = 7 -BASE_PROP_CFG_DODGE_FIELD.label = 2 -BASE_PROP_CFG_DODGE_FIELD.has_default_value = false -BASE_PROP_CFG_DODGE_FIELD.default_value = 0.0 -BASE_PROP_CFG_DODGE_FIELD.type = 1 -BASE_PROP_CFG_DODGE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_CRITICAL_FIELD.name = "critical" -BASE_PROP_CFG_CRITICAL_FIELD.full_name = ".ftcfg.base_prop_cfg.critical" -BASE_PROP_CFG_CRITICAL_FIELD.number = 9 -BASE_PROP_CFG_CRITICAL_FIELD.index = 8 -BASE_PROP_CFG_CRITICAL_FIELD.label = 2 -BASE_PROP_CFG_CRITICAL_FIELD.has_default_value = false -BASE_PROP_CFG_CRITICAL_FIELD.default_value = 0.0 -BASE_PROP_CFG_CRITICAL_FIELD.type = 1 -BASE_PROP_CFG_CRITICAL_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.name = "anti_critical" -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_critical" -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.number = 10 -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.index = 9 -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.label = 2 -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.type = 1 -BASE_PROP_CFG_ANTI_CRITICAL_FIELD.cpp_type = 5 - -BASE_PROP_CFG_CRITICAL_POWER_FIELD.name = "critical_power" -BASE_PROP_CFG_CRITICAL_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.critical_power" -BASE_PROP_CFG_CRITICAL_POWER_FIELD.number = 11 -BASE_PROP_CFG_CRITICAL_POWER_FIELD.index = 10 -BASE_PROP_CFG_CRITICAL_POWER_FIELD.label = 2 -BASE_PROP_CFG_CRITICAL_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_CRITICAL_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_CRITICAL_POWER_FIELD.type = 1 -BASE_PROP_CFG_CRITICAL_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.name = "anti_critical_power" -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_critical_power" -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.number = 12 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.index = 11 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.label = 2 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.type = 1 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_XP_MAX_FIELD.name = "xp_max" -BASE_PROP_CFG_XP_MAX_FIELD.full_name = ".ftcfg.base_prop_cfg.xp_max" -BASE_PROP_CFG_XP_MAX_FIELD.number = 13 -BASE_PROP_CFG_XP_MAX_FIELD.index = 12 -BASE_PROP_CFG_XP_MAX_FIELD.label = 2 -BASE_PROP_CFG_XP_MAX_FIELD.has_default_value = false -BASE_PROP_CFG_XP_MAX_FIELD.default_value = 0.0 -BASE_PROP_CFG_XP_MAX_FIELD.type = 1 -BASE_PROP_CFG_XP_MAX_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HIT_RATE_FIELD.name = "hit_rate" -BASE_PROP_CFG_HIT_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.hit_rate" -BASE_PROP_CFG_HIT_RATE_FIELD.number = 14 -BASE_PROP_CFG_HIT_RATE_FIELD.index = 13 -BASE_PROP_CFG_HIT_RATE_FIELD.label = 2 -BASE_PROP_CFG_HIT_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_HIT_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_HIT_RATE_FIELD.type = 1 -BASE_PROP_CFG_HIT_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DODGE_RATE_FIELD.name = "dodge_rate" -BASE_PROP_CFG_DODGE_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.dodge_rate" -BASE_PROP_CFG_DODGE_RATE_FIELD.number = 15 -BASE_PROP_CFG_DODGE_RATE_FIELD.index = 14 -BASE_PROP_CFG_DODGE_RATE_FIELD.label = 2 -BASE_PROP_CFG_DODGE_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_DODGE_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_DODGE_RATE_FIELD.type = 1 -BASE_PROP_CFG_DODGE_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_CRITICAL_RATE_FIELD.name = "critical_rate" -BASE_PROP_CFG_CRITICAL_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.critical_rate" -BASE_PROP_CFG_CRITICAL_RATE_FIELD.number = 16 -BASE_PROP_CFG_CRITICAL_RATE_FIELD.index = 15 -BASE_PROP_CFG_CRITICAL_RATE_FIELD.label = 2 -BASE_PROP_CFG_CRITICAL_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_CRITICAL_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_CRITICAL_RATE_FIELD.type = 1 -BASE_PROP_CFG_CRITICAL_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.name = "anti_critical_rate" -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_critical_rate" -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.number = 17 -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.index = 16 -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.label = 2 -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.type = 1 -BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.name = "critical_power_rate" -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.critical_power_rate" -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.number = 18 -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.index = 17 -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.label = 2 -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.type = 1 -BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.name = "anti_critical_power_rate" -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_critical_power_rate" -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.number = 19 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.index = 18 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.label = 2 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.type = 1 -BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.name = "deceleratte_power" -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.deceleratte_power" -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.number = 20 -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.index = 19 -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.label = 2 -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.type = 1 -BASE_PROP_CFG_DECELERATTE_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.name = "anti_deceleratte_power" -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_deceleratte_power" -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.number = 21 -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.index = 20 -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.label = 2 -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.type = 1 -BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_SLEEP_POWER_FIELD.name = "sleep_power" -BASE_PROP_CFG_SLEEP_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.sleep_power" -BASE_PROP_CFG_SLEEP_POWER_FIELD.number = 22 -BASE_PROP_CFG_SLEEP_POWER_FIELD.index = 21 -BASE_PROP_CFG_SLEEP_POWER_FIELD.label = 2 -BASE_PROP_CFG_SLEEP_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_SLEEP_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_SLEEP_POWER_FIELD.type = 1 -BASE_PROP_CFG_SLEEP_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.name = "anti_sleep_power" -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_sleep_power" -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.number = 23 -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.index = 22 -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.label = 2 -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.type = 1 -BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HOLD_POWER_FIELD.name = "hold_power" -BASE_PROP_CFG_HOLD_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.hold_power" -BASE_PROP_CFG_HOLD_POWER_FIELD.number = 24 -BASE_PROP_CFG_HOLD_POWER_FIELD.index = 23 -BASE_PROP_CFG_HOLD_POWER_FIELD.label = 2 -BASE_PROP_CFG_HOLD_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_HOLD_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_HOLD_POWER_FIELD.type = 1 -BASE_PROP_CFG_HOLD_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.name = "anti_hold_power" -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_hold_power" -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.number = 25 -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.index = 24 -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.label = 2 -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.type = 1 -BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_CHARM_POWER_FIELD.name = "charm_power" -BASE_PROP_CFG_CHARM_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.charm_power" -BASE_PROP_CFG_CHARM_POWER_FIELD.number = 26 -BASE_PROP_CFG_CHARM_POWER_FIELD.index = 25 -BASE_PROP_CFG_CHARM_POWER_FIELD.label = 2 -BASE_PROP_CFG_CHARM_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_CHARM_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_CHARM_POWER_FIELD.type = 1 -BASE_PROP_CFG_CHARM_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.name = "anti_charm_power" -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_charm_power" -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.number = 27 -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.index = 26 -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.label = 2 -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.type = 1 -BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_SILENCE_POWER_FIELD.name = "silence_power" -BASE_PROP_CFG_SILENCE_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.silence_power" -BASE_PROP_CFG_SILENCE_POWER_FIELD.number = 28 -BASE_PROP_CFG_SILENCE_POWER_FIELD.index = 27 -BASE_PROP_CFG_SILENCE_POWER_FIELD.label = 2 -BASE_PROP_CFG_SILENCE_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_SILENCE_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_SILENCE_POWER_FIELD.type = 1 -BASE_PROP_CFG_SILENCE_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.name = "anti_silence_power" -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.full_name = ".ftcfg.base_prop_cfg.anti_silence_power" -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.number = 29 -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.index = 28 -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.label = 2 -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.has_default_value = false -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.default_value = 0.0 -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.type = 1 -BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD.cpp_type = 5 - -BASE_PROP_CFG_SPEED_FIELD.name = "speed" -BASE_PROP_CFG_SPEED_FIELD.full_name = ".ftcfg.base_prop_cfg.speed" -BASE_PROP_CFG_SPEED_FIELD.number = 30 -BASE_PROP_CFG_SPEED_FIELD.index = 29 -BASE_PROP_CFG_SPEED_FIELD.label = 2 -BASE_PROP_CFG_SPEED_FIELD.has_default_value = false -BASE_PROP_CFG_SPEED_FIELD.default_value = 0.0 -BASE_PROP_CFG_SPEED_FIELD.type = 1 -BASE_PROP_CFG_SPEED_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.name = "hp_self_heal" -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.full_name = ".ftcfg.base_prop_cfg.hp_self_heal" -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.number = 31 -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.index = 30 -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.label = 2 -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.has_default_value = false -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.default_value = 0.0 -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.type = 1 -BASE_PROP_CFG_HP_SELF_HEAL_FIELD.cpp_type = 5 - -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.name = "mp_self_heal" -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.full_name = ".ftcfg.base_prop_cfg.mp_self_heal" -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.number = 32 -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.index = 31 -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.label = 2 -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.has_default_value = false -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.default_value = 0.0 -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.type = 1 -BASE_PROP_CFG_MP_SELF_HEAL_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.name = "hp_hit_return" -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.full_name = ".ftcfg.base_prop_cfg.hp_hit_return" -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.number = 33 -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.index = 32 -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.label = 2 -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.has_default_value = false -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.default_value = 0.0 -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.type = 1 -BASE_PROP_CFG_HP_HIT_RETURN_FIELD.cpp_type = 5 - -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.name = "mp_hit_return" -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.full_name = ".ftcfg.base_prop_cfg.mp_hit_return" -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.number = 34 -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.index = 33 -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.label = 2 -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.has_default_value = false -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.default_value = 0.0 -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.type = 1 -BASE_PROP_CFG_MP_HIT_RETURN_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.name = "hp_damage_return_rate" -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.hp_damage_return_rate" -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.number = 35 -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.index = 34 -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.label = 2 -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.type = 1 -BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.name = "mp_damage_return_rate" -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.mp_damage_return_rate" -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.number = 36 -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.index = 35 -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.label = 2 -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.type = 1 -BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.name = "extra_damage_rate" -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.extra_damage_rate" -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.number = 37 -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.index = 36 -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.label = 2 -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.type = 1 -BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.name = "reduce_damage_rate" -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.reduce_damage_rate" -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.number = 38 -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.index = 37 -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.label = 2 -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.type = 1 -BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.name = "extra_heal_rate" -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.extra_heal_rate" -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.number = 39 -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.index = 38 -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.label = 2 -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.type = 1 -BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.name = "extra_healed_rate" -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.extra_healed_rate" -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.number = 40 -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.index = 39 -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.label = 2 -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.type = 1 -BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_MAUD_FIELD.name = "maud" -BASE_PROP_CFG_MAUD_FIELD.full_name = ".ftcfg.base_prop_cfg.maud" -BASE_PROP_CFG_MAUD_FIELD.number = 41 -BASE_PROP_CFG_MAUD_FIELD.index = 40 -BASE_PROP_CFG_MAUD_FIELD.label = 2 -BASE_PROP_CFG_MAUD_FIELD.has_default_value = false -BASE_PROP_CFG_MAUD_FIELD.default_value = 0.0 -BASE_PROP_CFG_MAUD_FIELD.type = 1 -BASE_PROP_CFG_MAUD_FIELD.cpp_type = 5 - -BASE_PROP_CFG_MIND_FIELD.name = "mind" -BASE_PROP_CFG_MIND_FIELD.full_name = ".ftcfg.base_prop_cfg.mind" -BASE_PROP_CFG_MIND_FIELD.number = 42 -BASE_PROP_CFG_MIND_FIELD.index = 41 -BASE_PROP_CFG_MIND_FIELD.label = 2 -BASE_PROP_CFG_MIND_FIELD.has_default_value = false -BASE_PROP_CFG_MIND_FIELD.default_value = 0.0 -BASE_PROP_CFG_MIND_FIELD.type = 1 -BASE_PROP_CFG_MIND_FIELD.cpp_type = 5 - -BASE_PROP_CFG_CONSTITUTION_FIELD.name = "constitution" -BASE_PROP_CFG_CONSTITUTION_FIELD.full_name = ".ftcfg.base_prop_cfg.constitution" -BASE_PROP_CFG_CONSTITUTION_FIELD.number = 43 -BASE_PROP_CFG_CONSTITUTION_FIELD.index = 42 -BASE_PROP_CFG_CONSTITUTION_FIELD.label = 2 -BASE_PROP_CFG_CONSTITUTION_FIELD.has_default_value = false -BASE_PROP_CFG_CONSTITUTION_FIELD.default_value = 0.0 -BASE_PROP_CFG_CONSTITUTION_FIELD.type = 1 -BASE_PROP_CFG_CONSTITUTION_FIELD.cpp_type = 5 - -BASE_PROP_CFG_INTENSITY_FIELD.name = "intensity" -BASE_PROP_CFG_INTENSITY_FIELD.full_name = ".ftcfg.base_prop_cfg.intensity" -BASE_PROP_CFG_INTENSITY_FIELD.number = 44 -BASE_PROP_CFG_INTENSITY_FIELD.index = 43 -BASE_PROP_CFG_INTENSITY_FIELD.label = 2 -BASE_PROP_CFG_INTENSITY_FIELD.has_default_value = false -BASE_PROP_CFG_INTENSITY_FIELD.default_value = 0.0 -BASE_PROP_CFG_INTENSITY_FIELD.type = 1 -BASE_PROP_CFG_INTENSITY_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DEADLY_RATE_FIELD.name = "deadly_rate" -BASE_PROP_CFG_DEADLY_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.deadly_rate" -BASE_PROP_CFG_DEADLY_RATE_FIELD.number = 45 -BASE_PROP_CFG_DEADLY_RATE_FIELD.index = 44 -BASE_PROP_CFG_DEADLY_RATE_FIELD.label = 2 -BASE_PROP_CFG_DEADLY_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_DEADLY_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_DEADLY_RATE_FIELD.type = 1 -BASE_PROP_CFG_DEADLY_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.name = "defy_defense_rate" -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.defy_defense_rate" -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.number = 46 -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.index = 45 -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.label = 2 -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.type = 1 -BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_BLOCK_RATE_FIELD.name = "block_rate" -BASE_PROP_CFG_BLOCK_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.block_rate" -BASE_PROP_CFG_BLOCK_RATE_FIELD.number = 47 -BASE_PROP_CFG_BLOCK_RATE_FIELD.index = 46 -BASE_PROP_CFG_BLOCK_RATE_FIELD.label = 2 -BASE_PROP_CFG_BLOCK_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_BLOCK_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_BLOCK_RATE_FIELD.type = 1 -BASE_PROP_CFG_BLOCK_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.name = "defy_block_rate" -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.defy_block_rate" -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.number = 48 -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.index = 47 -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.label = 2 -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.type = 1 -BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.name = "hp_kill_return" -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.full_name = ".ftcfg.base_prop_cfg.hp_kill_return" -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.number = 49 -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.index = 48 -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.label = 2 -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.has_default_value = false -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.default_value = 0.0 -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.type = 1 -BASE_PROP_CFG_HP_KILL_RETURN_FIELD.cpp_type = 5 - -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.name = "exp_kill_return" -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.full_name = ".ftcfg.base_prop_cfg.exp_kill_return" -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.number = 50 -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.index = 49 -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.label = 2 -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.has_default_value = false -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.default_value = 0.0 -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.type = 1 -BASE_PROP_CFG_EXP_KILL_RETURN_FIELD.cpp_type = 5 - -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.name = "reduce_skill_cd" -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.full_name = ".ftcfg.base_prop_cfg.reduce_skill_cd" -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.number = 51 -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.index = 50 -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.label = 2 -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.has_default_value = false -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.default_value = 0.0 -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.type = 1 -BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD.cpp_type = 5 - -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.name = "reduce_skill_cost" -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.full_name = ".ftcfg.base_prop_cfg.reduce_skill_cost" -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.number = 52 -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.index = 51 -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.label = 2 -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.has_default_value = false -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.default_value = 0.0 -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.type = 1 -BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD.cpp_type = 5 - -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.name = "npc_extra_damage" -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.full_name = ".ftcfg.base_prop_cfg.npc_extra_damage" -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.number = 53 -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.index = 52 -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.label = 2 -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.has_default_value = false -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.default_value = 0.0 -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.type = 1 -BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.name = "reduce_npc_damage" -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.full_name = ".ftcfg.base_prop_cfg.reduce_npc_damage" -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.number = 54 -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.index = 53 -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.label = 2 -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.has_default_value = false -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.default_value = 0.0 -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.type = 1 -BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD.cpp_type = 5 - -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.name = "xp_self_heal" -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.full_name = ".ftcfg.base_prop_cfg.xp_self_heal" -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.number = 55 -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.index = 54 -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.label = 2 -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.has_default_value = false -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.default_value = 0.0 -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.type = 1 -BASE_PROP_CFG_XP_SELF_HEAL_FIELD.cpp_type = 5 - -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.name = "logic_repeat3_rate" -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.full_name = ".ftcfg.base_prop_cfg.logic_repeat3_rate" -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.number = 56 -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.index = 55 -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.label = 2 -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.has_default_value = false -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.default_value = 0.0 -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.type = 1 -BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD.cpp_type = 5 - -BASE_PROP_CFG.name = "base_prop_cfg" -BASE_PROP_CFG.full_name = ".ftcfg.base_prop_cfg" -BASE_PROP_CFG.nested_types = {} -BASE_PROP_CFG.enum_types = {} -BASE_PROP_CFG.fields = {BASE_PROP_CFG_PROF_TYPE_FIELD, BASE_PROP_CFG_LEVEL_FIELD, BASE_PROP_CFG_HP_MAX_FIELD, BASE_PROP_CFG_MP_MAX_FIELD, BASE_PROP_CFG_ATTACK_FIELD, BASE_PROP_CFG_DEFENSE_FIELD, BASE_PROP_CFG_HIT_FIELD, BASE_PROP_CFG_DODGE_FIELD, BASE_PROP_CFG_CRITICAL_FIELD, BASE_PROP_CFG_ANTI_CRITICAL_FIELD, BASE_PROP_CFG_CRITICAL_POWER_FIELD, BASE_PROP_CFG_ANTI_CRITICAL_POWER_FIELD, BASE_PROP_CFG_XP_MAX_FIELD, BASE_PROP_CFG_HIT_RATE_FIELD, BASE_PROP_CFG_DODGE_RATE_FIELD, BASE_PROP_CFG_CRITICAL_RATE_FIELD, BASE_PROP_CFG_ANTI_CRITICAL_RATE_FIELD, BASE_PROP_CFG_CRITICAL_POWER_RATE_FIELD, BASE_PROP_CFG_ANTI_CRITICAL_POWER_RATE_FIELD, BASE_PROP_CFG_DECELERATTE_POWER_FIELD, BASE_PROP_CFG_ANTI_DECELERATTE_POWER_FIELD, BASE_PROP_CFG_SLEEP_POWER_FIELD, BASE_PROP_CFG_ANTI_SLEEP_POWER_FIELD, BASE_PROP_CFG_HOLD_POWER_FIELD, BASE_PROP_CFG_ANTI_HOLD_POWER_FIELD, BASE_PROP_CFG_CHARM_POWER_FIELD, BASE_PROP_CFG_ANTI_CHARM_POWER_FIELD, BASE_PROP_CFG_SILENCE_POWER_FIELD, BASE_PROP_CFG_ANTI_SILENCE_POWER_FIELD, BASE_PROP_CFG_SPEED_FIELD, BASE_PROP_CFG_HP_SELF_HEAL_FIELD, BASE_PROP_CFG_MP_SELF_HEAL_FIELD, BASE_PROP_CFG_HP_HIT_RETURN_FIELD, BASE_PROP_CFG_MP_HIT_RETURN_FIELD, BASE_PROP_CFG_HP_DAMAGE_RETURN_RATE_FIELD, BASE_PROP_CFG_MP_DAMAGE_RETURN_RATE_FIELD, BASE_PROP_CFG_EXTRA_DAMAGE_RATE_FIELD, BASE_PROP_CFG_REDUCE_DAMAGE_RATE_FIELD, BASE_PROP_CFG_EXTRA_HEAL_RATE_FIELD, BASE_PROP_CFG_EXTRA_HEALED_RATE_FIELD, BASE_PROP_CFG_MAUD_FIELD, BASE_PROP_CFG_MIND_FIELD, BASE_PROP_CFG_CONSTITUTION_FIELD, BASE_PROP_CFG_INTENSITY_FIELD, BASE_PROP_CFG_DEADLY_RATE_FIELD, BASE_PROP_CFG_DEFY_DEFENSE_RATE_FIELD, BASE_PROP_CFG_BLOCK_RATE_FIELD, BASE_PROP_CFG_DEFY_BLOCK_RATE_FIELD, BASE_PROP_CFG_HP_KILL_RETURN_FIELD, BASE_PROP_CFG_EXP_KILL_RETURN_FIELD, BASE_PROP_CFG_REDUCE_SKILL_CD_FIELD, BASE_PROP_CFG_REDUCE_SKILL_COST_FIELD, BASE_PROP_CFG_NPC_EXTRA_DAMAGE_FIELD, BASE_PROP_CFG_REDUCE_NPC_DAMAGE_FIELD, BASE_PROP_CFG_XP_SELF_HEAL_FIELD, BASE_PROP_CFG_LOGIC_REPEAT3_RATE_FIELD} -BASE_PROP_CFG.is_extendable = false -BASE_PROP_CFG.extensions = {} -BASE_PROP_CFGS_ITEMS_FIELD.name = "items" -BASE_PROP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.base_prop_cfgs.items" -BASE_PROP_CFGS_ITEMS_FIELD.number = 1 -BASE_PROP_CFGS_ITEMS_FIELD.index = 0 -BASE_PROP_CFGS_ITEMS_FIELD.label = 3 -BASE_PROP_CFGS_ITEMS_FIELD.has_default_value = false -BASE_PROP_CFGS_ITEMS_FIELD.default_value = {} -BASE_PROP_CFGS_ITEMS_FIELD.message_type = BASE_PROP_CFG -BASE_PROP_CFGS_ITEMS_FIELD.type = 11 -BASE_PROP_CFGS_ITEMS_FIELD.cpp_type = 10 - -BASE_PROP_CFGS.name = "base_prop_cfgs" -BASE_PROP_CFGS.full_name = ".ftcfg.base_prop_cfgs" -BASE_PROP_CFGS.nested_types = {} -BASE_PROP_CFGS.enum_types = {} -BASE_PROP_CFGS.fields = {BASE_PROP_CFGS_ITEMS_FIELD} -BASE_PROP_CFGS.is_extendable = false -BASE_PROP_CFGS.extensions = {} -LEVEL_EXP_CFG_LEVEL_FIELD.name = "level" -LEVEL_EXP_CFG_LEVEL_FIELD.full_name = ".ftcfg.level_exp_cfg.level" -LEVEL_EXP_CFG_LEVEL_FIELD.number = 1 -LEVEL_EXP_CFG_LEVEL_FIELD.index = 0 -LEVEL_EXP_CFG_LEVEL_FIELD.label = 2 -LEVEL_EXP_CFG_LEVEL_FIELD.has_default_value = false -LEVEL_EXP_CFG_LEVEL_FIELD.default_value = 0 -LEVEL_EXP_CFG_LEVEL_FIELD.type = 5 -LEVEL_EXP_CFG_LEVEL_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_NEED_EXP_FIELD.name = "need_exp" -LEVEL_EXP_CFG_NEED_EXP_FIELD.full_name = ".ftcfg.level_exp_cfg.need_exp" -LEVEL_EXP_CFG_NEED_EXP_FIELD.number = 2 -LEVEL_EXP_CFG_NEED_EXP_FIELD.index = 1 -LEVEL_EXP_CFG_NEED_EXP_FIELD.label = 2 -LEVEL_EXP_CFG_NEED_EXP_FIELD.has_default_value = false -LEVEL_EXP_CFG_NEED_EXP_FIELD.default_value = 0 -LEVEL_EXP_CFG_NEED_EXP_FIELD.type = 5 -LEVEL_EXP_CFG_NEED_EXP_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_CAMP_FIELD.name = "camp" -LEVEL_EXP_CFG_CAMP_FIELD.full_name = ".ftcfg.level_exp_cfg.camp" -LEVEL_EXP_CFG_CAMP_FIELD.number = 3 -LEVEL_EXP_CFG_CAMP_FIELD.index = 2 -LEVEL_EXP_CFG_CAMP_FIELD.label = 2 -LEVEL_EXP_CFG_CAMP_FIELD.has_default_value = false -LEVEL_EXP_CFG_CAMP_FIELD.default_value = 0 -LEVEL_EXP_CFG_CAMP_FIELD.type = 5 -LEVEL_EXP_CFG_CAMP_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.name = "combat_point" -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.full_name = ".ftcfg.level_exp_cfg.combat_point" -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.number = 4 -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.index = 3 -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.label = 2 -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.has_default_value = false -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.default_value = 0 -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.type = 5 -LEVEL_EXP_CFG_COMBAT_POINT_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.name = "kill_popularity_min" -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.full_name = ".ftcfg.level_exp_cfg.kill_popularity_min" -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.number = 5 -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.index = 4 -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.label = 2 -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.has_default_value = false -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.default_value = 0 -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.type = 5 -LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.name = "kill_popularity_max" -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.full_name = ".ftcfg.level_exp_cfg.kill_popularity_max" -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.number = 6 -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.index = 5 -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.label = 2 -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.has_default_value = false -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.default_value = 0 -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.type = 5 -LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.name = "assists_popularity_min" -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.full_name = ".ftcfg.level_exp_cfg.assists_popularity_min" -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.number = 7 -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.index = 6 -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.label = 2 -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.has_default_value = false -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.default_value = 0 -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.type = 5 -LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.name = "gold_coupon_max" -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.full_name = ".ftcfg.level_exp_cfg.gold_coupon_max" -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.number = 8 -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.index = 7 -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.label = 2 -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.has_default_value = false -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.default_value = 0 -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.type = 5 -LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_EXP_MAX_FIELD.name = "exp_max" -LEVEL_EXP_CFG_EXP_MAX_FIELD.full_name = ".ftcfg.level_exp_cfg.exp_max" -LEVEL_EXP_CFG_EXP_MAX_FIELD.number = 9 -LEVEL_EXP_CFG_EXP_MAX_FIELD.index = 8 -LEVEL_EXP_CFG_EXP_MAX_FIELD.label = 2 -LEVEL_EXP_CFG_EXP_MAX_FIELD.has_default_value = false -LEVEL_EXP_CFG_EXP_MAX_FIELD.default_value = 0 -LEVEL_EXP_CFG_EXP_MAX_FIELD.type = 5 -LEVEL_EXP_CFG_EXP_MAX_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.name = "popularity_max" -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.full_name = ".ftcfg.level_exp_cfg.popularity_max" -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.number = 10 -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.index = 9 -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.label = 2 -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.has_default_value = false -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.default_value = 0 -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.type = 5 -LEVEL_EXP_CFG_POPULARITY_MAX_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.name = "bind_popularity_max" -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.full_name = ".ftcfg.level_exp_cfg.bind_popularity_max" -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.number = 11 -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.index = 10 -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.label = 2 -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.has_default_value = false -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.default_value = 0 -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.type = 5 -LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.name = "annihilation_reward" -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.full_name = ".ftcfg.level_exp_cfg.annihilation_reward" -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.number = 12 -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.index = 11 -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.label = 2 -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.has_default_value = false -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.default_value = 0 -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.type = 5 -LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD.cpp_type = 1 - -LEVEL_EXP_CFG.name = "level_exp_cfg" -LEVEL_EXP_CFG.full_name = ".ftcfg.level_exp_cfg" -LEVEL_EXP_CFG.nested_types = {} -LEVEL_EXP_CFG.enum_types = {} -LEVEL_EXP_CFG.fields = {LEVEL_EXP_CFG_LEVEL_FIELD, LEVEL_EXP_CFG_NEED_EXP_FIELD, LEVEL_EXP_CFG_CAMP_FIELD, LEVEL_EXP_CFG_COMBAT_POINT_FIELD, LEVEL_EXP_CFG_KILL_POPULARITY_MIN_FIELD, LEVEL_EXP_CFG_KILL_POPULARITY_MAX_FIELD, LEVEL_EXP_CFG_ASSISTS_POPULARITY_MIN_FIELD, LEVEL_EXP_CFG_GOLD_COUPON_MAX_FIELD, LEVEL_EXP_CFG_EXP_MAX_FIELD, LEVEL_EXP_CFG_POPULARITY_MAX_FIELD, LEVEL_EXP_CFG_BIND_POPULARITY_MAX_FIELD, LEVEL_EXP_CFG_ANNIHILATION_REWARD_FIELD} -LEVEL_EXP_CFG.is_extendable = false -LEVEL_EXP_CFG.extensions = {} -LEVEL_EXP_CFGS_ITEMS_FIELD.name = "items" -LEVEL_EXP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.level_exp_cfgs.items" -LEVEL_EXP_CFGS_ITEMS_FIELD.number = 1 -LEVEL_EXP_CFGS_ITEMS_FIELD.index = 0 -LEVEL_EXP_CFGS_ITEMS_FIELD.label = 3 -LEVEL_EXP_CFGS_ITEMS_FIELD.has_default_value = false -LEVEL_EXP_CFGS_ITEMS_FIELD.default_value = {} -LEVEL_EXP_CFGS_ITEMS_FIELD.message_type = LEVEL_EXP_CFG -LEVEL_EXP_CFGS_ITEMS_FIELD.type = 11 -LEVEL_EXP_CFGS_ITEMS_FIELD.cpp_type = 10 - -LEVEL_EXP_CFGS.name = "level_exp_cfgs" -LEVEL_EXP_CFGS.full_name = ".ftcfg.level_exp_cfgs" -LEVEL_EXP_CFGS.nested_types = {} -LEVEL_EXP_CFGS.enum_types = {} -LEVEL_EXP_CFGS.fields = {LEVEL_EXP_CFGS_ITEMS_FIELD} -LEVEL_EXP_CFGS.is_extendable = false -LEVEL_EXP_CFGS.extensions = {} -LANGUAGE_CFG_ID_FIELD.name = "id" -LANGUAGE_CFG_ID_FIELD.full_name = ".ftcfg.language_cfg.id" -LANGUAGE_CFG_ID_FIELD.number = 1 -LANGUAGE_CFG_ID_FIELD.index = 0 -LANGUAGE_CFG_ID_FIELD.label = 2 -LANGUAGE_CFG_ID_FIELD.has_default_value = false -LANGUAGE_CFG_ID_FIELD.default_value = 0 -LANGUAGE_CFG_ID_FIELD.type = 5 -LANGUAGE_CFG_ID_FIELD.cpp_type = 1 - -LANGUAGE_CFG_TEXT_FIELD.name = "text" -LANGUAGE_CFG_TEXT_FIELD.full_name = ".ftcfg.language_cfg.text" -LANGUAGE_CFG_TEXT_FIELD.number = 2 -LANGUAGE_CFG_TEXT_FIELD.index = 1 -LANGUAGE_CFG_TEXT_FIELD.label = 2 -LANGUAGE_CFG_TEXT_FIELD.has_default_value = false -LANGUAGE_CFG_TEXT_FIELD.default_value = "" -LANGUAGE_CFG_TEXT_FIELD.type = 9 -LANGUAGE_CFG_TEXT_FIELD.cpp_type = 9 - -LANGUAGE_CFG.name = "language_cfg" -LANGUAGE_CFG.full_name = ".ftcfg.language_cfg" -LANGUAGE_CFG.nested_types = {} -LANGUAGE_CFG.enum_types = {} -LANGUAGE_CFG.fields = {LANGUAGE_CFG_ID_FIELD, LANGUAGE_CFG_TEXT_FIELD} -LANGUAGE_CFG.is_extendable = false -LANGUAGE_CFG.extensions = {} -LANGUAGE_CFGS_ITEMS_FIELD.name = "items" -LANGUAGE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.language_cfgs.items" -LANGUAGE_CFGS_ITEMS_FIELD.number = 1 -LANGUAGE_CFGS_ITEMS_FIELD.index = 0 -LANGUAGE_CFGS_ITEMS_FIELD.label = 3 -LANGUAGE_CFGS_ITEMS_FIELD.has_default_value = false -LANGUAGE_CFGS_ITEMS_FIELD.default_value = {} -LANGUAGE_CFGS_ITEMS_FIELD.message_type = LANGUAGE_CFG -LANGUAGE_CFGS_ITEMS_FIELD.type = 11 -LANGUAGE_CFGS_ITEMS_FIELD.cpp_type = 10 - -LANGUAGE_CFGS.name = "language_cfgs" -LANGUAGE_CFGS.full_name = ".ftcfg.language_cfgs" -LANGUAGE_CFGS.nested_types = {} -LANGUAGE_CFGS.enum_types = {} -LANGUAGE_CFGS.fields = {LANGUAGE_CFGS_ITEMS_FIELD} -LANGUAGE_CFGS.is_extendable = false -LANGUAGE_CFGS.extensions = {} -MISSION_CFG_ID_FIELD.name = "id" -MISSION_CFG_ID_FIELD.full_name = ".ftcfg.mission_cfg.id" -MISSION_CFG_ID_FIELD.number = 1 -MISSION_CFG_ID_FIELD.index = 0 -MISSION_CFG_ID_FIELD.label = 2 -MISSION_CFG_ID_FIELD.has_default_value = false -MISSION_CFG_ID_FIELD.default_value = 0 -MISSION_CFG_ID_FIELD.type = 5 -MISSION_CFG_ID_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_GROUPID_FIELD.name = "mission_groupid" -MISSION_CFG_MISSION_GROUPID_FIELD.full_name = ".ftcfg.mission_cfg.mission_groupid" -MISSION_CFG_MISSION_GROUPID_FIELD.number = 2 -MISSION_CFG_MISSION_GROUPID_FIELD.index = 1 -MISSION_CFG_MISSION_GROUPID_FIELD.label = 2 -MISSION_CFG_MISSION_GROUPID_FIELD.has_default_value = false -MISSION_CFG_MISSION_GROUPID_FIELD.default_value = 0 -MISSION_CFG_MISSION_GROUPID_FIELD.type = 5 -MISSION_CFG_MISSION_GROUPID_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_COLOUR_FIELD.name = "mission_colour" -MISSION_CFG_MISSION_COLOUR_FIELD.full_name = ".ftcfg.mission_cfg.mission_colour" -MISSION_CFG_MISSION_COLOUR_FIELD.number = 3 -MISSION_CFG_MISSION_COLOUR_FIELD.index = 2 -MISSION_CFG_MISSION_COLOUR_FIELD.label = 2 -MISSION_CFG_MISSION_COLOUR_FIELD.has_default_value = false -MISSION_CFG_MISSION_COLOUR_FIELD.default_value = 0 -MISSION_CFG_MISSION_COLOUR_FIELD.type = 5 -MISSION_CFG_MISSION_COLOUR_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_NAME_FIELD.name = "mission_name" -MISSION_CFG_MISSION_NAME_FIELD.full_name = ".ftcfg.mission_cfg.mission_name" -MISSION_CFG_MISSION_NAME_FIELD.number = 4 -MISSION_CFG_MISSION_NAME_FIELD.index = 3 -MISSION_CFG_MISSION_NAME_FIELD.label = 2 -MISSION_CFG_MISSION_NAME_FIELD.has_default_value = false -MISSION_CFG_MISSION_NAME_FIELD.default_value = 0 -MISSION_CFG_MISSION_NAME_FIELD.type = 5 -MISSION_CFG_MISSION_NAME_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TEXT_FIELD.name = "mission_text" -MISSION_CFG_MISSION_TEXT_FIELD.full_name = ".ftcfg.mission_cfg.mission_text" -MISSION_CFG_MISSION_TEXT_FIELD.number = 5 -MISSION_CFG_MISSION_TEXT_FIELD.index = 4 -MISSION_CFG_MISSION_TEXT_FIELD.label = 2 -MISSION_CFG_MISSION_TEXT_FIELD.has_default_value = false -MISSION_CFG_MISSION_TEXT_FIELD.default_value = 0 -MISSION_CFG_MISSION_TEXT_FIELD.type = 5 -MISSION_CFG_MISSION_TEXT_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TARGET1_FIELD.name = "mission_target1" -MISSION_CFG_MISSION_TARGET1_FIELD.full_name = ".ftcfg.mission_cfg.mission_target1" -MISSION_CFG_MISSION_TARGET1_FIELD.number = 6 -MISSION_CFG_MISSION_TARGET1_FIELD.index = 5 -MISSION_CFG_MISSION_TARGET1_FIELD.label = 2 -MISSION_CFG_MISSION_TARGET1_FIELD.has_default_value = false -MISSION_CFG_MISSION_TARGET1_FIELD.default_value = 0 -MISSION_CFG_MISSION_TARGET1_FIELD.type = 5 -MISSION_CFG_MISSION_TARGET1_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TARGET2_FIELD.name = "mission_target2" -MISSION_CFG_MISSION_TARGET2_FIELD.full_name = ".ftcfg.mission_cfg.mission_target2" -MISSION_CFG_MISSION_TARGET2_FIELD.number = 7 -MISSION_CFG_MISSION_TARGET2_FIELD.index = 6 -MISSION_CFG_MISSION_TARGET2_FIELD.label = 2 -MISSION_CFG_MISSION_TARGET2_FIELD.has_default_value = false -MISSION_CFG_MISSION_TARGET2_FIELD.default_value = 0 -MISSION_CFG_MISSION_TARGET2_FIELD.type = 5 -MISSION_CFG_MISSION_TARGET2_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TARGET3_FIELD.name = "mission_target3" -MISSION_CFG_MISSION_TARGET3_FIELD.full_name = ".ftcfg.mission_cfg.mission_target3" -MISSION_CFG_MISSION_TARGET3_FIELD.number = 8 -MISSION_CFG_MISSION_TARGET3_FIELD.index = 7 -MISSION_CFG_MISSION_TARGET3_FIELD.label = 2 -MISSION_CFG_MISSION_TARGET3_FIELD.has_default_value = false -MISSION_CFG_MISSION_TARGET3_FIELD.default_value = 0 -MISSION_CFG_MISSION_TARGET3_FIELD.type = 5 -MISSION_CFG_MISSION_TARGET3_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TYPE_FIELD.name = "mission_type" -MISSION_CFG_MISSION_TYPE_FIELD.full_name = ".ftcfg.mission_cfg.mission_type" -MISSION_CFG_MISSION_TYPE_FIELD.number = 9 -MISSION_CFG_MISSION_TYPE_FIELD.index = 8 -MISSION_CFG_MISSION_TYPE_FIELD.label = 2 -MISSION_CFG_MISSION_TYPE_FIELD.has_default_value = false -MISSION_CFG_MISSION_TYPE_FIELD.default_value = 0 -MISSION_CFG_MISSION_TYPE_FIELD.type = 5 -MISSION_CFG_MISSION_TYPE_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TARGETTYPE_FIELD.name = "mission_targettype" -MISSION_CFG_MISSION_TARGETTYPE_FIELD.full_name = ".ftcfg.mission_cfg.mission_targettype" -MISSION_CFG_MISSION_TARGETTYPE_FIELD.number = 10 -MISSION_CFG_MISSION_TARGETTYPE_FIELD.index = 9 -MISSION_CFG_MISSION_TARGETTYPE_FIELD.label = 2 -MISSION_CFG_MISSION_TARGETTYPE_FIELD.has_default_value = false -MISSION_CFG_MISSION_TARGETTYPE_FIELD.default_value = 0 -MISSION_CFG_MISSION_TARGETTYPE_FIELD.type = 5 -MISSION_CFG_MISSION_TARGETTYPE_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_OCCUPATION_FIELD.name = "mission_occupation" -MISSION_CFG_MISSION_OCCUPATION_FIELD.full_name = ".ftcfg.mission_cfg.mission_occupation" -MISSION_CFG_MISSION_OCCUPATION_FIELD.number = 11 -MISSION_CFG_MISSION_OCCUPATION_FIELD.index = 10 -MISSION_CFG_MISSION_OCCUPATION_FIELD.label = 3 -MISSION_CFG_MISSION_OCCUPATION_FIELD.has_default_value = false -MISSION_CFG_MISSION_OCCUPATION_FIELD.default_value = {} -MISSION_CFG_MISSION_OCCUPATION_FIELD.type = 5 -MISSION_CFG_MISSION_OCCUPATION_FIELD.cpp_type = 1 - -MISSION_CFG_REPEAT_WHETHER_FIELD.name = "repeat_whether" -MISSION_CFG_REPEAT_WHETHER_FIELD.full_name = ".ftcfg.mission_cfg.repeat_whether" -MISSION_CFG_REPEAT_WHETHER_FIELD.number = 12 -MISSION_CFG_REPEAT_WHETHER_FIELD.index = 11 -MISSION_CFG_REPEAT_WHETHER_FIELD.label = 2 -MISSION_CFG_REPEAT_WHETHER_FIELD.has_default_value = false -MISSION_CFG_REPEAT_WHETHER_FIELD.default_value = 0 -MISSION_CFG_REPEAT_WHETHER_FIELD.type = 5 -MISSION_CFG_REPEAT_WHETHER_FIELD.cpp_type = 1 - -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.name = "directacce_whether" -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.full_name = ".ftcfg.mission_cfg.directacce_whether" -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.number = 13 -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.index = 12 -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.label = 2 -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.has_default_value = false -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.default_value = 0 -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.type = 5 -MISSION_CFG_DIRECTACCE_WHETHER_FIELD.cpp_type = 1 - -MISSION_CFG_AUTO_WHETHER_FIELD.name = "auto_whether" -MISSION_CFG_AUTO_WHETHER_FIELD.full_name = ".ftcfg.mission_cfg.auto_whether" -MISSION_CFG_AUTO_WHETHER_FIELD.number = 14 -MISSION_CFG_AUTO_WHETHER_FIELD.index = 13 -MISSION_CFG_AUTO_WHETHER_FIELD.label = 2 -MISSION_CFG_AUTO_WHETHER_FIELD.has_default_value = false -MISSION_CFG_AUTO_WHETHER_FIELD.default_value = 0 -MISSION_CFG_AUTO_WHETHER_FIELD.type = 5 -MISSION_CFG_AUTO_WHETHER_FIELD.cpp_type = 1 - -MISSION_CFG_AUTO_COMMIT_FIELD.name = "auto_commit" -MISSION_CFG_AUTO_COMMIT_FIELD.full_name = ".ftcfg.mission_cfg.auto_commit" -MISSION_CFG_AUTO_COMMIT_FIELD.number = 15 -MISSION_CFG_AUTO_COMMIT_FIELD.index = 14 -MISSION_CFG_AUTO_COMMIT_FIELD.label = 2 -MISSION_CFG_AUTO_COMMIT_FIELD.has_default_value = false -MISSION_CFG_AUTO_COMMIT_FIELD.default_value = 0 -MISSION_CFG_AUTO_COMMIT_FIELD.type = 5 -MISSION_CFG_AUTO_COMMIT_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_FRONTID_FIELD.name = "mission_frontid" -MISSION_CFG_MISSION_FRONTID_FIELD.full_name = ".ftcfg.mission_cfg.mission_frontid" -MISSION_CFG_MISSION_FRONTID_FIELD.number = 16 -MISSION_CFG_MISSION_FRONTID_FIELD.index = 15 -MISSION_CFG_MISSION_FRONTID_FIELD.label = 2 -MISSION_CFG_MISSION_FRONTID_FIELD.has_default_value = false -MISSION_CFG_MISSION_FRONTID_FIELD.default_value = 0 -MISSION_CFG_MISSION_FRONTID_FIELD.type = 5 -MISSION_CFG_MISSION_FRONTID_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_TRIGGERLV_FIELD.name = "mission_triggerlv" -MISSION_CFG_MISSION_TRIGGERLV_FIELD.full_name = ".ftcfg.mission_cfg.mission_triggerlv" -MISSION_CFG_MISSION_TRIGGERLV_FIELD.number = 17 -MISSION_CFG_MISSION_TRIGGERLV_FIELD.index = 16 -MISSION_CFG_MISSION_TRIGGERLV_FIELD.label = 2 -MISSION_CFG_MISSION_TRIGGERLV_FIELD.has_default_value = false -MISSION_CFG_MISSION_TRIGGERLV_FIELD.default_value = 0 -MISSION_CFG_MISSION_TRIGGERLV_FIELD.type = 5 -MISSION_CFG_MISSION_TRIGGERLV_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_GIVEUP_FIELD.name = "mission_giveup" -MISSION_CFG_MISSION_GIVEUP_FIELD.full_name = ".ftcfg.mission_cfg.mission_giveup" -MISSION_CFG_MISSION_GIVEUP_FIELD.number = 18 -MISSION_CFG_MISSION_GIVEUP_FIELD.index = 17 -MISSION_CFG_MISSION_GIVEUP_FIELD.label = 2 -MISSION_CFG_MISSION_GIVEUP_FIELD.has_default_value = false -MISSION_CFG_MISSION_GIVEUP_FIELD.default_value = 0 -MISSION_CFG_MISSION_GIVEUP_FIELD.type = 5 -MISSION_CFG_MISSION_GIVEUP_FIELD.cpp_type = 1 - -MISSION_CFG_MISSIONNODE_LIST_FIELD.name = "missionnode_list" -MISSION_CFG_MISSIONNODE_LIST_FIELD.full_name = ".ftcfg.mission_cfg.missionnode_list" -MISSION_CFG_MISSIONNODE_LIST_FIELD.number = 19 -MISSION_CFG_MISSIONNODE_LIST_FIELD.index = 18 -MISSION_CFG_MISSIONNODE_LIST_FIELD.label = 3 -MISSION_CFG_MISSIONNODE_LIST_FIELD.has_default_value = false -MISSION_CFG_MISSIONNODE_LIST_FIELD.default_value = {} -MISSION_CFG_MISSIONNODE_LIST_FIELD.type = 5 -MISSION_CFG_MISSIONNODE_LIST_FIELD.cpp_type = 1 - -MISSION_CFG_DAILY_TIMES_FIELD.name = "daily_times" -MISSION_CFG_DAILY_TIMES_FIELD.full_name = ".ftcfg.mission_cfg.daily_times" -MISSION_CFG_DAILY_TIMES_FIELD.number = 20 -MISSION_CFG_DAILY_TIMES_FIELD.index = 19 -MISSION_CFG_DAILY_TIMES_FIELD.label = 2 -MISSION_CFG_DAILY_TIMES_FIELD.has_default_value = false -MISSION_CFG_DAILY_TIMES_FIELD.default_value = 0 -MISSION_CFG_DAILY_TIMES_FIELD.type = 5 -MISSION_CFG_DAILY_TIMES_FIELD.cpp_type = 1 - -MISSION_CFG_RESET_TIME_FIELD.name = "reset_time" -MISSION_CFG_RESET_TIME_FIELD.full_name = ".ftcfg.mission_cfg.reset_time" -MISSION_CFG_RESET_TIME_FIELD.number = 21 -MISSION_CFG_RESET_TIME_FIELD.index = 20 -MISSION_CFG_RESET_TIME_FIELD.label = 2 -MISSION_CFG_RESET_TIME_FIELD.has_default_value = false -MISSION_CFG_RESET_TIME_FIELD.default_value = 0 -MISSION_CFG_RESET_TIME_FIELD.type = 5 -MISSION_CFG_RESET_TIME_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_DURATION_FIELD.name = "mission_duration" -MISSION_CFG_MISSION_DURATION_FIELD.full_name = ".ftcfg.mission_cfg.mission_duration" -MISSION_CFG_MISSION_DURATION_FIELD.number = 22 -MISSION_CFG_MISSION_DURATION_FIELD.index = 21 -MISSION_CFG_MISSION_DURATION_FIELD.label = 2 -MISSION_CFG_MISSION_DURATION_FIELD.has_default_value = false -MISSION_CFG_MISSION_DURATION_FIELD.default_value = 0 -MISSION_CFG_MISSION_DURATION_FIELD.type = 5 -MISSION_CFG_MISSION_DURATION_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPT_SCENEID_FIELD.name = "accept_sceneid" -MISSION_CFG_ACCEPT_SCENEID_FIELD.full_name = ".ftcfg.mission_cfg.accept_sceneid" -MISSION_CFG_ACCEPT_SCENEID_FIELD.number = 23 -MISSION_CFG_ACCEPT_SCENEID_FIELD.index = 22 -MISSION_CFG_ACCEPT_SCENEID_FIELD.label = 2 -MISSION_CFG_ACCEPT_SCENEID_FIELD.has_default_value = false -MISSION_CFG_ACCEPT_SCENEID_FIELD.default_value = 0 -MISSION_CFG_ACCEPT_SCENEID_FIELD.type = 5 -MISSION_CFG_ACCEPT_SCENEID_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPT_NPCID_FIELD.name = "accept_npcid" -MISSION_CFG_ACCEPT_NPCID_FIELD.full_name = ".ftcfg.mission_cfg.accept_npcid" -MISSION_CFG_ACCEPT_NPCID_FIELD.number = 24 -MISSION_CFG_ACCEPT_NPCID_FIELD.index = 23 -MISSION_CFG_ACCEPT_NPCID_FIELD.label = 2 -MISSION_CFG_ACCEPT_NPCID_FIELD.has_default_value = false -MISSION_CFG_ACCEPT_NPCID_FIELD.default_value = 0 -MISSION_CFG_ACCEPT_NPCID_FIELD.type = 5 -MISSION_CFG_ACCEPT_NPCID_FIELD.cpp_type = 1 - -MISSION_CFG_CONDUCT_SCENEID_FIELD.name = "conduct_sceneid" -MISSION_CFG_CONDUCT_SCENEID_FIELD.full_name = ".ftcfg.mission_cfg.conduct_sceneid" -MISSION_CFG_CONDUCT_SCENEID_FIELD.number = 25 -MISSION_CFG_CONDUCT_SCENEID_FIELD.index = 24 -MISSION_CFG_CONDUCT_SCENEID_FIELD.label = 2 -MISSION_CFG_CONDUCT_SCENEID_FIELD.has_default_value = false -MISSION_CFG_CONDUCT_SCENEID_FIELD.default_value = 0 -MISSION_CFG_CONDUCT_SCENEID_FIELD.type = 5 -MISSION_CFG_CONDUCT_SCENEID_FIELD.cpp_type = 1 - -MISSION_CFG_CONDUCT_NPCID_FIELD.name = "conduct_npcid" -MISSION_CFG_CONDUCT_NPCID_FIELD.full_name = ".ftcfg.mission_cfg.conduct_npcid" -MISSION_CFG_CONDUCT_NPCID_FIELD.number = 26 -MISSION_CFG_CONDUCT_NPCID_FIELD.index = 25 -MISSION_CFG_CONDUCT_NPCID_FIELD.label = 2 -MISSION_CFG_CONDUCT_NPCID_FIELD.has_default_value = false -MISSION_CFG_CONDUCT_NPCID_FIELD.default_value = 0 -MISSION_CFG_CONDUCT_NPCID_FIELD.type = 5 -MISSION_CFG_CONDUCT_NPCID_FIELD.cpp_type = 1 - -MISSION_CFG_SUBMIT_SCENEID_FIELD.name = "submit_sceneid" -MISSION_CFG_SUBMIT_SCENEID_FIELD.full_name = ".ftcfg.mission_cfg.submit_sceneid" -MISSION_CFG_SUBMIT_SCENEID_FIELD.number = 27 -MISSION_CFG_SUBMIT_SCENEID_FIELD.index = 26 -MISSION_CFG_SUBMIT_SCENEID_FIELD.label = 2 -MISSION_CFG_SUBMIT_SCENEID_FIELD.has_default_value = false -MISSION_CFG_SUBMIT_SCENEID_FIELD.default_value = 0 -MISSION_CFG_SUBMIT_SCENEID_FIELD.type = 5 -MISSION_CFG_SUBMIT_SCENEID_FIELD.cpp_type = 1 - -MISSION_CFG_SUBMIT_NPCID_FIELD.name = "submit_npcid" -MISSION_CFG_SUBMIT_NPCID_FIELD.full_name = ".ftcfg.mission_cfg.submit_npcid" -MISSION_CFG_SUBMIT_NPCID_FIELD.number = 28 -MISSION_CFG_SUBMIT_NPCID_FIELD.index = 27 -MISSION_CFG_SUBMIT_NPCID_FIELD.label = 2 -MISSION_CFG_SUBMIT_NPCID_FIELD.has_default_value = false -MISSION_CFG_SUBMIT_NPCID_FIELD.default_value = 0 -MISSION_CFG_SUBMIT_NPCID_FIELD.type = 5 -MISSION_CFG_SUBMIT_NPCID_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.name = "acceptseat_plotid" -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.acceptseat_plotid" -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.number = 29 -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.index = 28 -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.label = 2 -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.has_default_value = false -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.default_value = 0 -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.type = 5 -MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.name = "conductseat_plotid" -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.conductseat_plotid" -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.number = 30 -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.index = 29 -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.label = 2 -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.has_default_value = false -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.default_value = 0 -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.type = 5 -MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.name = "submitseat_plotid" -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.submitseat_plotid" -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.number = 31 -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.index = 30 -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.label = 2 -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.has_default_value = false -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.default_value = 0 -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.type = 5 -MISSION_CFG_SUBMITSEAT_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_KILL_NPCID_FIELD.name = "kill_npcid" -MISSION_CFG_KILL_NPCID_FIELD.full_name = ".ftcfg.mission_cfg.kill_npcid" -MISSION_CFG_KILL_NPCID_FIELD.number = 32 -MISSION_CFG_KILL_NPCID_FIELD.index = 31 -MISSION_CFG_KILL_NPCID_FIELD.label = 3 -MISSION_CFG_KILL_NPCID_FIELD.has_default_value = false -MISSION_CFG_KILL_NPCID_FIELD.default_value = {} -MISSION_CFG_KILL_NPCID_FIELD.type = 5 -MISSION_CFG_KILL_NPCID_FIELD.cpp_type = 1 - -MISSION_CFG_KILL_NPCNUM_FIELD.name = "kill_npcnum" -MISSION_CFG_KILL_NPCNUM_FIELD.full_name = ".ftcfg.mission_cfg.kill_npcnum" -MISSION_CFG_KILL_NPCNUM_FIELD.number = 33 -MISSION_CFG_KILL_NPCNUM_FIELD.index = 32 -MISSION_CFG_KILL_NPCNUM_FIELD.label = 3 -MISSION_CFG_KILL_NPCNUM_FIELD.has_default_value = false -MISSION_CFG_KILL_NPCNUM_FIELD.default_value = {} -MISSION_CFG_KILL_NPCNUM_FIELD.type = 5 -MISSION_CFG_KILL_NPCNUM_FIELD.cpp_type = 1 - -MISSION_CFG_KILL_NPCDROP_FIELD.name = "kill_npcdrop" -MISSION_CFG_KILL_NPCDROP_FIELD.full_name = ".ftcfg.mission_cfg.kill_npcdrop" -MISSION_CFG_KILL_NPCDROP_FIELD.number = 34 -MISSION_CFG_KILL_NPCDROP_FIELD.index = 33 -MISSION_CFG_KILL_NPCDROP_FIELD.label = 3 -MISSION_CFG_KILL_NPCDROP_FIELD.has_default_value = false -MISSION_CFG_KILL_NPCDROP_FIELD.default_value = {} -MISSION_CFG_KILL_NPCDROP_FIELD.type = 5 -MISSION_CFG_KILL_NPCDROP_FIELD.cpp_type = 1 - -MISSION_CFG_TALK_PLOTID_FIELD.name = "talk_plotid" -MISSION_CFG_TALK_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.talk_plotid" -MISSION_CFG_TALK_PLOTID_FIELD.number = 35 -MISSION_CFG_TALK_PLOTID_FIELD.index = 34 -MISSION_CFG_TALK_PLOTID_FIELD.label = 2 -MISSION_CFG_TALK_PLOTID_FIELD.has_default_value = false -MISSION_CFG_TALK_PLOTID_FIELD.default_value = 0 -MISSION_CFG_TALK_PLOTID_FIELD.type = 5 -MISSION_CFG_TALK_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_COLLECT_ITEMID_FIELD.name = "collect_itemid" -MISSION_CFG_COLLECT_ITEMID_FIELD.full_name = ".ftcfg.mission_cfg.collect_itemid" -MISSION_CFG_COLLECT_ITEMID_FIELD.number = 36 -MISSION_CFG_COLLECT_ITEMID_FIELD.index = 35 -MISSION_CFG_COLLECT_ITEMID_FIELD.label = 3 -MISSION_CFG_COLLECT_ITEMID_FIELD.has_default_value = false -MISSION_CFG_COLLECT_ITEMID_FIELD.default_value = {} -MISSION_CFG_COLLECT_ITEMID_FIELD.type = 5 -MISSION_CFG_COLLECT_ITEMID_FIELD.cpp_type = 1 - -MISSION_CFG_COLLECT_ITEMNUM_FIELD.name = "collect_itemnum" -MISSION_CFG_COLLECT_ITEMNUM_FIELD.full_name = ".ftcfg.mission_cfg.collect_itemnum" -MISSION_CFG_COLLECT_ITEMNUM_FIELD.number = 37 -MISSION_CFG_COLLECT_ITEMNUM_FIELD.index = 36 -MISSION_CFG_COLLECT_ITEMNUM_FIELD.label = 3 -MISSION_CFG_COLLECT_ITEMNUM_FIELD.has_default_value = false -MISSION_CFG_COLLECT_ITEMNUM_FIELD.default_value = {} -MISSION_CFG_COLLECT_ITEMNUM_FIELD.type = 5 -MISSION_CFG_COLLECT_ITEMNUM_FIELD.cpp_type = 1 - -MISSION_CFG_SCENE_ID_FIELD.name = "scene_id" -MISSION_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.mission_cfg.scene_id" -MISSION_CFG_SCENE_ID_FIELD.number = 38 -MISSION_CFG_SCENE_ID_FIELD.index = 37 -MISSION_CFG_SCENE_ID_FIELD.label = 2 -MISSION_CFG_SCENE_ID_FIELD.has_default_value = false -MISSION_CFG_SCENE_ID_FIELD.default_value = 0 -MISSION_CFG_SCENE_ID_FIELD.type = 5 -MISSION_CFG_SCENE_ID_FIELD.cpp_type = 1 - -MISSION_CFG_POS_X_FIELD.name = "pos_x" -MISSION_CFG_POS_X_FIELD.full_name = ".ftcfg.mission_cfg.pos_x" -MISSION_CFG_POS_X_FIELD.number = 39 -MISSION_CFG_POS_X_FIELD.index = 38 -MISSION_CFG_POS_X_FIELD.label = 2 -MISSION_CFG_POS_X_FIELD.has_default_value = false -MISSION_CFG_POS_X_FIELD.default_value = 0 -MISSION_CFG_POS_X_FIELD.type = 5 -MISSION_CFG_POS_X_FIELD.cpp_type = 1 - -MISSION_CFG_POS_Z_FIELD.name = "pos_z" -MISSION_CFG_POS_Z_FIELD.full_name = ".ftcfg.mission_cfg.pos_z" -MISSION_CFG_POS_Z_FIELD.number = 40 -MISSION_CFG_POS_Z_FIELD.index = 39 -MISSION_CFG_POS_Z_FIELD.label = 2 -MISSION_CFG_POS_Z_FIELD.has_default_value = false -MISSION_CFG_POS_Z_FIELD.default_value = 0 -MISSION_CFG_POS_Z_FIELD.type = 5 -MISSION_CFG_POS_Z_FIELD.cpp_type = 1 - -MISSION_CFG_COLLECTION_NPCID_FIELD.name = "collection_npcid" -MISSION_CFG_COLLECTION_NPCID_FIELD.full_name = ".ftcfg.mission_cfg.collection_npcid" -MISSION_CFG_COLLECTION_NPCID_FIELD.number = 41 -MISSION_CFG_COLLECTION_NPCID_FIELD.index = 40 -MISSION_CFG_COLLECTION_NPCID_FIELD.label = 3 -MISSION_CFG_COLLECTION_NPCID_FIELD.has_default_value = false -MISSION_CFG_COLLECTION_NPCID_FIELD.default_value = {} -MISSION_CFG_COLLECTION_NPCID_FIELD.type = 5 -MISSION_CFG_COLLECTION_NPCID_FIELD.cpp_type = 1 - -MISSION_CFG_COLLECTION_NPCNUM_FIELD.name = "collection_npcnum" -MISSION_CFG_COLLECTION_NPCNUM_FIELD.full_name = ".ftcfg.mission_cfg.collection_npcnum" -MISSION_CFG_COLLECTION_NPCNUM_FIELD.number = 42 -MISSION_CFG_COLLECTION_NPCNUM_FIELD.index = 41 -MISSION_CFG_COLLECTION_NPCNUM_FIELD.label = 3 -MISSION_CFG_COLLECTION_NPCNUM_FIELD.has_default_value = false -MISSION_CFG_COLLECTION_NPCNUM_FIELD.default_value = {} -MISSION_CFG_COLLECTION_NPCNUM_FIELD.type = 5 -MISSION_CFG_COLLECTION_NPCNUM_FIELD.cpp_type = 1 - -MISSION_CFG_USED_ITEMID_FIELD.name = "used_itemid" -MISSION_CFG_USED_ITEMID_FIELD.full_name = ".ftcfg.mission_cfg.used_itemid" -MISSION_CFG_USED_ITEMID_FIELD.number = 43 -MISSION_CFG_USED_ITEMID_FIELD.index = 42 -MISSION_CFG_USED_ITEMID_FIELD.label = 2 -MISSION_CFG_USED_ITEMID_FIELD.has_default_value = false -MISSION_CFG_USED_ITEMID_FIELD.default_value = 0 -MISSION_CFG_USED_ITEMID_FIELD.type = 5 -MISSION_CFG_USED_ITEMID_FIELD.cpp_type = 1 - -MISSION_CFG_INTO_BATTLEID_FIELD.name = "into_battleid" -MISSION_CFG_INTO_BATTLEID_FIELD.full_name = ".ftcfg.mission_cfg.into_battleid" -MISSION_CFG_INTO_BATTLEID_FIELD.number = 44 -MISSION_CFG_INTO_BATTLEID_FIELD.index = 43 -MISSION_CFG_INTO_BATTLEID_FIELD.label = 2 -MISSION_CFG_INTO_BATTLEID_FIELD.has_default_value = false -MISSION_CFG_INTO_BATTLEID_FIELD.default_value = 0 -MISSION_CFG_INTO_BATTLEID_FIELD.type = 5 -MISSION_CFG_INTO_BATTLEID_FIELD.cpp_type = 1 - -MISSION_CFG_TARGET_GRADE_FIELD.name = "target_grade" -MISSION_CFG_TARGET_GRADE_FIELD.full_name = ".ftcfg.mission_cfg.target_grade" -MISSION_CFG_TARGET_GRADE_FIELD.number = 45 -MISSION_CFG_TARGET_GRADE_FIELD.index = 44 -MISSION_CFG_TARGET_GRADE_FIELD.label = 2 -MISSION_CFG_TARGET_GRADE_FIELD.has_default_value = false -MISSION_CFG_TARGET_GRADE_FIELD.default_value = 0 -MISSION_CFG_TARGET_GRADE_FIELD.type = 5 -MISSION_CFG_TARGET_GRADE_FIELD.cpp_type = 1 - -MISSION_CFG_FUNCTION_SCRIPT_FIELD.name = "function_script" -MISSION_CFG_FUNCTION_SCRIPT_FIELD.full_name = ".ftcfg.mission_cfg.function_script" -MISSION_CFG_FUNCTION_SCRIPT_FIELD.number = 46 -MISSION_CFG_FUNCTION_SCRIPT_FIELD.index = 45 -MISSION_CFG_FUNCTION_SCRIPT_FIELD.label = 2 -MISSION_CFG_FUNCTION_SCRIPT_FIELD.has_default_value = false -MISSION_CFG_FUNCTION_SCRIPT_FIELD.default_value = "" -MISSION_CFG_FUNCTION_SCRIPT_FIELD.type = 9 -MISSION_CFG_FUNCTION_SCRIPT_FIELD.cpp_type = 9 - -MISSION_CFG_ACCEPT_PLOTID_FIELD.name = "accept_plotid" -MISSION_CFG_ACCEPT_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.accept_plotid" -MISSION_CFG_ACCEPT_PLOTID_FIELD.number = 47 -MISSION_CFG_ACCEPT_PLOTID_FIELD.index = 46 -MISSION_CFG_ACCEPT_PLOTID_FIELD.label = 2 -MISSION_CFG_ACCEPT_PLOTID_FIELD.has_default_value = false -MISSION_CFG_ACCEPT_PLOTID_FIELD.default_value = 0 -MISSION_CFG_ACCEPT_PLOTID_FIELD.type = 5 -MISSION_CFG_ACCEPT_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_CONDUCT_PLOTID_FIELD.name = "conduct_plotid" -MISSION_CFG_CONDUCT_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.conduct_plotid" -MISSION_CFG_CONDUCT_PLOTID_FIELD.number = 48 -MISSION_CFG_CONDUCT_PLOTID_FIELD.index = 47 -MISSION_CFG_CONDUCT_PLOTID_FIELD.label = 2 -MISSION_CFG_CONDUCT_PLOTID_FIELD.has_default_value = false -MISSION_CFG_CONDUCT_PLOTID_FIELD.default_value = 0 -MISSION_CFG_CONDUCT_PLOTID_FIELD.type = 5 -MISSION_CFG_CONDUCT_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_SUBMIT_PLOTID_FIELD.name = "submit_plotid" -MISSION_CFG_SUBMIT_PLOTID_FIELD.full_name = ".ftcfg.mission_cfg.submit_plotid" -MISSION_CFG_SUBMIT_PLOTID_FIELD.number = 49 -MISSION_CFG_SUBMIT_PLOTID_FIELD.index = 48 -MISSION_CFG_SUBMIT_PLOTID_FIELD.label = 2 -MISSION_CFG_SUBMIT_PLOTID_FIELD.has_default_value = false -MISSION_CFG_SUBMIT_PLOTID_FIELD.default_value = 0 -MISSION_CFG_SUBMIT_PLOTID_FIELD.type = 5 -MISSION_CFG_SUBMIT_PLOTID_FIELD.cpp_type = 1 - -MISSION_CFG_TRIGGER_BLUR_FIELD.name = "trigger_blur" -MISSION_CFG_TRIGGER_BLUR_FIELD.full_name = ".ftcfg.mission_cfg.trigger_blur" -MISSION_CFG_TRIGGER_BLUR_FIELD.number = 50 -MISSION_CFG_TRIGGER_BLUR_FIELD.index = 49 -MISSION_CFG_TRIGGER_BLUR_FIELD.label = 2 -MISSION_CFG_TRIGGER_BLUR_FIELD.has_default_value = false -MISSION_CFG_TRIGGER_BLUR_FIELD.default_value = 0 -MISSION_CFG_TRIGGER_BLUR_FIELD.type = 5 -MISSION_CFG_TRIGGER_BLUR_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPT_BLUR_FIELD.name = "accept_blur" -MISSION_CFG_ACCEPT_BLUR_FIELD.full_name = ".ftcfg.mission_cfg.accept_blur" -MISSION_CFG_ACCEPT_BLUR_FIELD.number = 51 -MISSION_CFG_ACCEPT_BLUR_FIELD.index = 50 -MISSION_CFG_ACCEPT_BLUR_FIELD.label = 2 -MISSION_CFG_ACCEPT_BLUR_FIELD.has_default_value = false -MISSION_CFG_ACCEPT_BLUR_FIELD.default_value = 0 -MISSION_CFG_ACCEPT_BLUR_FIELD.type = 5 -MISSION_CFG_ACCEPT_BLUR_FIELD.cpp_type = 1 - -MISSION_CFG_CONDUCT_BLUR_FIELD.name = "conduct_blur" -MISSION_CFG_CONDUCT_BLUR_FIELD.full_name = ".ftcfg.mission_cfg.conduct_blur" -MISSION_CFG_CONDUCT_BLUR_FIELD.number = 52 -MISSION_CFG_CONDUCT_BLUR_FIELD.index = 51 -MISSION_CFG_CONDUCT_BLUR_FIELD.label = 2 -MISSION_CFG_CONDUCT_BLUR_FIELD.has_default_value = false -MISSION_CFG_CONDUCT_BLUR_FIELD.default_value = 0 -MISSION_CFG_CONDUCT_BLUR_FIELD.type = 5 -MISSION_CFG_CONDUCT_BLUR_FIELD.cpp_type = 1 - -MISSION_CFG_REWARD_ITEMID_FIELD.name = "reward_itemid" -MISSION_CFG_REWARD_ITEMID_FIELD.full_name = ".ftcfg.mission_cfg.reward_itemid" -MISSION_CFG_REWARD_ITEMID_FIELD.number = 53 -MISSION_CFG_REWARD_ITEMID_FIELD.index = 52 -MISSION_CFG_REWARD_ITEMID_FIELD.label = 2 -MISSION_CFG_REWARD_ITEMID_FIELD.has_default_value = false -MISSION_CFG_REWARD_ITEMID_FIELD.default_value = 0 -MISSION_CFG_REWARD_ITEMID_FIELD.type = 5 -MISSION_CFG_REWARD_ITEMID_FIELD.cpp_type = 1 - -MISSION_CFG_FAILED_ITEMID_FIELD.name = "failed_itemid" -MISSION_CFG_FAILED_ITEMID_FIELD.full_name = ".ftcfg.mission_cfg.failed_itemid" -MISSION_CFG_FAILED_ITEMID_FIELD.number = 54 -MISSION_CFG_FAILED_ITEMID_FIELD.index = 53 -MISSION_CFG_FAILED_ITEMID_FIELD.label = 2 -MISSION_CFG_FAILED_ITEMID_FIELD.has_default_value = false -MISSION_CFG_FAILED_ITEMID_FIELD.default_value = 0 -MISSION_CFG_FAILED_ITEMID_FIELD.type = 5 -MISSION_CFG_FAILED_ITEMID_FIELD.cpp_type = 1 - -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.name = "exclusive4_itemid" -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.full_name = ".ftcfg.mission_cfg.exclusive4_itemid" -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.number = 55 -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.index = 54 -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.label = 3 -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.has_default_value = false -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.default_value = {} -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.type = 5 -MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD.cpp_type = 1 - -MISSION_CFG_DISPLAY_WHETHER_FIELD.name = "display_whether" -MISSION_CFG_DISPLAY_WHETHER_FIELD.full_name = ".ftcfg.mission_cfg.display_whether" -MISSION_CFG_DISPLAY_WHETHER_FIELD.number = 56 -MISSION_CFG_DISPLAY_WHETHER_FIELD.index = 55 -MISSION_CFG_DISPLAY_WHETHER_FIELD.label = 2 -MISSION_CFG_DISPLAY_WHETHER_FIELD.has_default_value = false -MISSION_CFG_DISPLAY_WHETHER_FIELD.default_value = 0 -MISSION_CFG_DISPLAY_WHETHER_FIELD.type = 5 -MISSION_CFG_DISPLAY_WHETHER_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPT_DELIVERY_FIELD.name = "accept_delivery" -MISSION_CFG_ACCEPT_DELIVERY_FIELD.full_name = ".ftcfg.mission_cfg.accept_delivery" -MISSION_CFG_ACCEPT_DELIVERY_FIELD.number = 57 -MISSION_CFG_ACCEPT_DELIVERY_FIELD.index = 56 -MISSION_CFG_ACCEPT_DELIVERY_FIELD.label = 3 -MISSION_CFG_ACCEPT_DELIVERY_FIELD.has_default_value = false -MISSION_CFG_ACCEPT_DELIVERY_FIELD.default_value = {} -MISSION_CFG_ACCEPT_DELIVERY_FIELD.type = 5 -MISSION_CFG_ACCEPT_DELIVERY_FIELD.cpp_type = 1 - -MISSION_CFG_MISSION_CONVOYS_FIELD.name = "mission_convoys" -MISSION_CFG_MISSION_CONVOYS_FIELD.full_name = ".ftcfg.mission_cfg.mission_convoys" -MISSION_CFG_MISSION_CONVOYS_FIELD.number = 58 -MISSION_CFG_MISSION_CONVOYS_FIELD.index = 57 -MISSION_CFG_MISSION_CONVOYS_FIELD.label = 3 -MISSION_CFG_MISSION_CONVOYS_FIELD.has_default_value = false -MISSION_CFG_MISSION_CONVOYS_FIELD.default_value = {} -MISSION_CFG_MISSION_CONVOYS_FIELD.type = 5 -MISSION_CFG_MISSION_CONVOYS_FIELD.cpp_type = 1 - -MISSION_CFG_BIAOCHE_MOUNT_FIELD.name = "biaoche_mount" -MISSION_CFG_BIAOCHE_MOUNT_FIELD.full_name = ".ftcfg.mission_cfg.biaoche_mount" -MISSION_CFG_BIAOCHE_MOUNT_FIELD.number = 59 -MISSION_CFG_BIAOCHE_MOUNT_FIELD.index = 58 -MISSION_CFG_BIAOCHE_MOUNT_FIELD.label = 2 -MISSION_CFG_BIAOCHE_MOUNT_FIELD.has_default_value = false -MISSION_CFG_BIAOCHE_MOUNT_FIELD.default_value = 0 -MISSION_CFG_BIAOCHE_MOUNT_FIELD.type = 5 -MISSION_CFG_BIAOCHE_MOUNT_FIELD.cpp_type = 1 - -MISSION_CFG_SCENE_IS_COPY_FIELD.name = "scene_is_copy" -MISSION_CFG_SCENE_IS_COPY_FIELD.full_name = ".ftcfg.mission_cfg.scene_is_copy" -MISSION_CFG_SCENE_IS_COPY_FIELD.number = 60 -MISSION_CFG_SCENE_IS_COPY_FIELD.index = 59 -MISSION_CFG_SCENE_IS_COPY_FIELD.label = 2 -MISSION_CFG_SCENE_IS_COPY_FIELD.has_default_value = false -MISSION_CFG_SCENE_IS_COPY_FIELD.default_value = 0 -MISSION_CFG_SCENE_IS_COPY_FIELD.type = 5 -MISSION_CFG_SCENE_IS_COPY_FIELD.cpp_type = 1 - -MISSION_CFG_ALLOW_SHOW_FIELD.name = "allow_show" -MISSION_CFG_ALLOW_SHOW_FIELD.full_name = ".ftcfg.mission_cfg.allow_show" -MISSION_CFG_ALLOW_SHOW_FIELD.number = 61 -MISSION_CFG_ALLOW_SHOW_FIELD.index = 60 -MISSION_CFG_ALLOW_SHOW_FIELD.label = 2 -MISSION_CFG_ALLOW_SHOW_FIELD.has_default_value = false -MISSION_CFG_ALLOW_SHOW_FIELD.default_value = 0 -MISSION_CFG_ALLOW_SHOW_FIELD.type = 5 -MISSION_CFG_ALLOW_SHOW_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPTED_SHOW_FIELD.name = "accepted_show" -MISSION_CFG_ACCEPTED_SHOW_FIELD.full_name = ".ftcfg.mission_cfg.accepted_show" -MISSION_CFG_ACCEPTED_SHOW_FIELD.number = 62 -MISSION_CFG_ACCEPTED_SHOW_FIELD.index = 61 -MISSION_CFG_ACCEPTED_SHOW_FIELD.label = 2 -MISSION_CFG_ACCEPTED_SHOW_FIELD.has_default_value = false -MISSION_CFG_ACCEPTED_SHOW_FIELD.default_value = 0 -MISSION_CFG_ACCEPTED_SHOW_FIELD.type = 5 -MISSION_CFG_ACCEPTED_SHOW_FIELD.cpp_type = 1 - -MISSION_CFG_COMMIT_SHOW_FIELD.name = "commit_show" -MISSION_CFG_COMMIT_SHOW_FIELD.full_name = ".ftcfg.mission_cfg.commit_show" -MISSION_CFG_COMMIT_SHOW_FIELD.number = 63 -MISSION_CFG_COMMIT_SHOW_FIELD.index = 62 -MISSION_CFG_COMMIT_SHOW_FIELD.label = 2 -MISSION_CFG_COMMIT_SHOW_FIELD.has_default_value = false -MISSION_CFG_COMMIT_SHOW_FIELD.default_value = 0 -MISSION_CFG_COMMIT_SHOW_FIELD.type = 5 -MISSION_CFG_COMMIT_SHOW_FIELD.cpp_type = 1 - -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.name = "accepted_inexecution" -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.full_name = ".ftcfg.mission_cfg.accepted_inexecution" -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.number = 64 -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.index = 63 -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.label = 2 -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.has_default_value = false -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.default_value = 0 -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.type = 5 -MISSION_CFG_ACCEPTED_INEXECUTION_FIELD.cpp_type = 1 - -MISSION_CFG_OPEN_FUNC_FIELD.name = "open_func" -MISSION_CFG_OPEN_FUNC_FIELD.full_name = ".ftcfg.mission_cfg.open_func" -MISSION_CFG_OPEN_FUNC_FIELD.number = 65 -MISSION_CFG_OPEN_FUNC_FIELD.index = 64 -MISSION_CFG_OPEN_FUNC_FIELD.label = 2 -MISSION_CFG_OPEN_FUNC_FIELD.has_default_value = false -MISSION_CFG_OPEN_FUNC_FIELD.default_value = nil -MISSION_CFG_OPEN_FUNC_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -MISSION_CFG_OPEN_FUNC_FIELD.type = 14 -MISSION_CFG_OPEN_FUNC_FIELD.cpp_type = 8 - -MISSION_CFG_BTN_NAME_FIELD.name = "btn_name" -MISSION_CFG_BTN_NAME_FIELD.full_name = ".ftcfg.mission_cfg.btn_name" -MISSION_CFG_BTN_NAME_FIELD.number = 66 -MISSION_CFG_BTN_NAME_FIELD.index = 65 -MISSION_CFG_BTN_NAME_FIELD.label = 2 -MISSION_CFG_BTN_NAME_FIELD.has_default_value = false -MISSION_CFG_BTN_NAME_FIELD.default_value = 0 -MISSION_CFG_BTN_NAME_FIELD.type = 5 -MISSION_CFG_BTN_NAME_FIELD.cpp_type = 1 - -MISSION_CFG_EVENT_TYPE_FIELD.name = "event_type" -MISSION_CFG_EVENT_TYPE_FIELD.full_name = ".ftcfg.mission_cfg.event_type" -MISSION_CFG_EVENT_TYPE_FIELD.number = 67 -MISSION_CFG_EVENT_TYPE_FIELD.index = 66 -MISSION_CFG_EVENT_TYPE_FIELD.label = 2 -MISSION_CFG_EVENT_TYPE_FIELD.has_default_value = false -MISSION_CFG_EVENT_TYPE_FIELD.default_value = 0 -MISSION_CFG_EVENT_TYPE_FIELD.type = 5 -MISSION_CFG_EVENT_TYPE_FIELD.cpp_type = 1 - -MISSION_CFG_KILL_PLAYER_NUM_FIELD.name = "kill_player_num" -MISSION_CFG_KILL_PLAYER_NUM_FIELD.full_name = ".ftcfg.mission_cfg.kill_player_num" -MISSION_CFG_KILL_PLAYER_NUM_FIELD.number = 68 -MISSION_CFG_KILL_PLAYER_NUM_FIELD.index = 67 -MISSION_CFG_KILL_PLAYER_NUM_FIELD.label = 2 -MISSION_CFG_KILL_PLAYER_NUM_FIELD.has_default_value = false -MISSION_CFG_KILL_PLAYER_NUM_FIELD.default_value = 0 -MISSION_CFG_KILL_PLAYER_NUM_FIELD.type = 5 -MISSION_CFG_KILL_PLAYER_NUM_FIELD.cpp_type = 1 - -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.name = "kill_player_level" -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.full_name = ".ftcfg.mission_cfg.kill_player_level" -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.number = 69 -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.index = 68 -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.label = 2 -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.has_default_value = false -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.default_value = 0 -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.type = 5 -MISSION_CFG_KILL_PLAYER_LEVEL_FIELD.cpp_type = 1 - -MISSION_CFG_KILL_PLAYER_MAP_FIELD.name = "kill_player_map" -MISSION_CFG_KILL_PLAYER_MAP_FIELD.full_name = ".ftcfg.mission_cfg.kill_player_map" -MISSION_CFG_KILL_PLAYER_MAP_FIELD.number = 70 -MISSION_CFG_KILL_PLAYER_MAP_FIELD.index = 69 -MISSION_CFG_KILL_PLAYER_MAP_FIELD.label = 3 -MISSION_CFG_KILL_PLAYER_MAP_FIELD.has_default_value = false -MISSION_CFG_KILL_PLAYER_MAP_FIELD.default_value = {} -MISSION_CFG_KILL_PLAYER_MAP_FIELD.type = 5 -MISSION_CFG_KILL_PLAYER_MAP_FIELD.cpp_type = 1 - -MISSION_CFG_SUPPORT_PAUSE_FIELD.name = "support_pause" -MISSION_CFG_SUPPORT_PAUSE_FIELD.full_name = ".ftcfg.mission_cfg.support_pause" -MISSION_CFG_SUPPORT_PAUSE_FIELD.number = 71 -MISSION_CFG_SUPPORT_PAUSE_FIELD.index = 70 -MISSION_CFG_SUPPORT_PAUSE_FIELD.label = 2 -MISSION_CFG_SUPPORT_PAUSE_FIELD.has_default_value = false -MISSION_CFG_SUPPORT_PAUSE_FIELD.default_value = 0 -MISSION_CFG_SUPPORT_PAUSE_FIELD.type = 5 -MISSION_CFG_SUPPORT_PAUSE_FIELD.cpp_type = 1 - -MISSION_CFG_SUBMISSION_HEAD_FIELD.name = "submission_head" -MISSION_CFG_SUBMISSION_HEAD_FIELD.full_name = ".ftcfg.mission_cfg.submission_head" -MISSION_CFG_SUBMISSION_HEAD_FIELD.number = 72 -MISSION_CFG_SUBMISSION_HEAD_FIELD.index = 71 -MISSION_CFG_SUBMISSION_HEAD_FIELD.label = 2 -MISSION_CFG_SUBMISSION_HEAD_FIELD.has_default_value = false -MISSION_CFG_SUBMISSION_HEAD_FIELD.default_value = 0 -MISSION_CFG_SUBMISSION_HEAD_FIELD.type = 5 -MISSION_CFG_SUBMISSION_HEAD_FIELD.cpp_type = 1 - -MISSION_CFG_ROUTE_MARK_ID_FIELD.name = "route_mark_id" -MISSION_CFG_ROUTE_MARK_ID_FIELD.full_name = ".ftcfg.mission_cfg.route_mark_id" -MISSION_CFG_ROUTE_MARK_ID_FIELD.number = 73 -MISSION_CFG_ROUTE_MARK_ID_FIELD.index = 72 -MISSION_CFG_ROUTE_MARK_ID_FIELD.label = 2 -MISSION_CFG_ROUTE_MARK_ID_FIELD.has_default_value = false -MISSION_CFG_ROUTE_MARK_ID_FIELD.default_value = 0 -MISSION_CFG_ROUTE_MARK_ID_FIELD.type = 5 -MISSION_CFG_ROUTE_MARK_ID_FIELD.cpp_type = 1 - -MISSION_CFG.name = "mission_cfg" -MISSION_CFG.full_name = ".ftcfg.mission_cfg" -MISSION_CFG.nested_types = {} -MISSION_CFG.enum_types = {} -MISSION_CFG.fields = {MISSION_CFG_ID_FIELD, MISSION_CFG_MISSION_GROUPID_FIELD, MISSION_CFG_MISSION_COLOUR_FIELD, MISSION_CFG_MISSION_NAME_FIELD, MISSION_CFG_MISSION_TEXT_FIELD, MISSION_CFG_MISSION_TARGET1_FIELD, MISSION_CFG_MISSION_TARGET2_FIELD, MISSION_CFG_MISSION_TARGET3_FIELD, MISSION_CFG_MISSION_TYPE_FIELD, MISSION_CFG_MISSION_TARGETTYPE_FIELD, MISSION_CFG_MISSION_OCCUPATION_FIELD, MISSION_CFG_REPEAT_WHETHER_FIELD, MISSION_CFG_DIRECTACCE_WHETHER_FIELD, MISSION_CFG_AUTO_WHETHER_FIELD, MISSION_CFG_AUTO_COMMIT_FIELD, MISSION_CFG_MISSION_FRONTID_FIELD, MISSION_CFG_MISSION_TRIGGERLV_FIELD, MISSION_CFG_MISSION_GIVEUP_FIELD, MISSION_CFG_MISSIONNODE_LIST_FIELD, MISSION_CFG_DAILY_TIMES_FIELD, MISSION_CFG_RESET_TIME_FIELD, MISSION_CFG_MISSION_DURATION_FIELD, MISSION_CFG_ACCEPT_SCENEID_FIELD, MISSION_CFG_ACCEPT_NPCID_FIELD, MISSION_CFG_CONDUCT_SCENEID_FIELD, MISSION_CFG_CONDUCT_NPCID_FIELD, MISSION_CFG_SUBMIT_SCENEID_FIELD, MISSION_CFG_SUBMIT_NPCID_FIELD, MISSION_CFG_ACCEPTSEAT_PLOTID_FIELD, MISSION_CFG_CONDUCTSEAT_PLOTID_FIELD, MISSION_CFG_SUBMITSEAT_PLOTID_FIELD, MISSION_CFG_KILL_NPCID_FIELD, MISSION_CFG_KILL_NPCNUM_FIELD, MISSION_CFG_KILL_NPCDROP_FIELD, MISSION_CFG_TALK_PLOTID_FIELD, MISSION_CFG_COLLECT_ITEMID_FIELD, MISSION_CFG_COLLECT_ITEMNUM_FIELD, MISSION_CFG_SCENE_ID_FIELD, MISSION_CFG_POS_X_FIELD, MISSION_CFG_POS_Z_FIELD, MISSION_CFG_COLLECTION_NPCID_FIELD, MISSION_CFG_COLLECTION_NPCNUM_FIELD, MISSION_CFG_USED_ITEMID_FIELD, MISSION_CFG_INTO_BATTLEID_FIELD, MISSION_CFG_TARGET_GRADE_FIELD, MISSION_CFG_FUNCTION_SCRIPT_FIELD, MISSION_CFG_ACCEPT_PLOTID_FIELD, MISSION_CFG_CONDUCT_PLOTID_FIELD, MISSION_CFG_SUBMIT_PLOTID_FIELD, MISSION_CFG_TRIGGER_BLUR_FIELD, MISSION_CFG_ACCEPT_BLUR_FIELD, MISSION_CFG_CONDUCT_BLUR_FIELD, MISSION_CFG_REWARD_ITEMID_FIELD, MISSION_CFG_FAILED_ITEMID_FIELD, MISSION_CFG_EXCLUSIVE4_ITEMID_FIELD, MISSION_CFG_DISPLAY_WHETHER_FIELD, MISSION_CFG_ACCEPT_DELIVERY_FIELD, MISSION_CFG_MISSION_CONVOYS_FIELD, MISSION_CFG_BIAOCHE_MOUNT_FIELD, MISSION_CFG_SCENE_IS_COPY_FIELD, MISSION_CFG_ALLOW_SHOW_FIELD, MISSION_CFG_ACCEPTED_SHOW_FIELD, MISSION_CFG_COMMIT_SHOW_FIELD, MISSION_CFG_ACCEPTED_INEXECUTION_FIELD, MISSION_CFG_OPEN_FUNC_FIELD, MISSION_CFG_BTN_NAME_FIELD, MISSION_CFG_EVENT_TYPE_FIELD, MISSION_CFG_KILL_PLAYER_NUM_FIELD, MISSION_CFG_KILL_PLAYER_LEVEL_FIELD, MISSION_CFG_KILL_PLAYER_MAP_FIELD, MISSION_CFG_SUPPORT_PAUSE_FIELD, MISSION_CFG_SUBMISSION_HEAD_FIELD, MISSION_CFG_ROUTE_MARK_ID_FIELD} -MISSION_CFG.is_extendable = false -MISSION_CFG.extensions = {} -MISSION_CFGS_ITEMS_FIELD.name = "items" -MISSION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.mission_cfgs.items" -MISSION_CFGS_ITEMS_FIELD.number = 1 -MISSION_CFGS_ITEMS_FIELD.index = 0 -MISSION_CFGS_ITEMS_FIELD.label = 3 -MISSION_CFGS_ITEMS_FIELD.has_default_value = false -MISSION_CFGS_ITEMS_FIELD.default_value = {} -MISSION_CFGS_ITEMS_FIELD.message_type = MISSION_CFG -MISSION_CFGS_ITEMS_FIELD.type = 11 -MISSION_CFGS_ITEMS_FIELD.cpp_type = 10 - -MISSION_CFGS.name = "mission_cfgs" -MISSION_CFGS.full_name = ".ftcfg.mission_cfgs" -MISSION_CFGS.nested_types = {} -MISSION_CFGS.enum_types = {} -MISSION_CFGS.fields = {MISSION_CFGS_ITEMS_FIELD} -MISSION_CFGS.is_extendable = false -MISSION_CFGS.extensions = {} -MISSION_GROUP_CFG_ID_FIELD.name = "id" -MISSION_GROUP_CFG_ID_FIELD.full_name = ".ftcfg.mission_group_cfg.id" -MISSION_GROUP_CFG_ID_FIELD.number = 1 -MISSION_GROUP_CFG_ID_FIELD.index = 0 -MISSION_GROUP_CFG_ID_FIELD.label = 2 -MISSION_GROUP_CFG_ID_FIELD.has_default_value = false -MISSION_GROUP_CFG_ID_FIELD.default_value = 0 -MISSION_GROUP_CFG_ID_FIELD.type = 5 -MISSION_GROUP_CFG_ID_FIELD.cpp_type = 1 - -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.name = "quest_groupname" -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.full_name = ".ftcfg.mission_group_cfg.quest_groupname" -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.number = 2 -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.index = 1 -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.label = 2 -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.has_default_value = false -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.default_value = 0 -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.type = 5 -MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD.cpp_type = 1 - -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.name = "quest_grouptips" -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.full_name = ".ftcfg.mission_group_cfg.quest_grouptips" -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.number = 3 -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.index = 2 -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.label = 2 -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.has_default_value = false -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.default_value = 0 -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.type = 5 -MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD.cpp_type = 1 - -MISSION_GROUP_CFG.name = "mission_group_cfg" -MISSION_GROUP_CFG.full_name = ".ftcfg.mission_group_cfg" -MISSION_GROUP_CFG.nested_types = {} -MISSION_GROUP_CFG.enum_types = {} -MISSION_GROUP_CFG.fields = {MISSION_GROUP_CFG_ID_FIELD, MISSION_GROUP_CFG_QUEST_GROUPNAME_FIELD, MISSION_GROUP_CFG_QUEST_GROUPTIPS_FIELD} -MISSION_GROUP_CFG.is_extendable = false -MISSION_GROUP_CFG.extensions = {} -MISSION_GROUP_CFGS_ITEMS_FIELD.name = "items" -MISSION_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.mission_group_cfgs.items" -MISSION_GROUP_CFGS_ITEMS_FIELD.number = 1 -MISSION_GROUP_CFGS_ITEMS_FIELD.index = 0 -MISSION_GROUP_CFGS_ITEMS_FIELD.label = 3 -MISSION_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -MISSION_GROUP_CFGS_ITEMS_FIELD.default_value = {} -MISSION_GROUP_CFGS_ITEMS_FIELD.message_type = MISSION_GROUP_CFG -MISSION_GROUP_CFGS_ITEMS_FIELD.type = 11 -MISSION_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -MISSION_GROUP_CFGS.name = "mission_group_cfgs" -MISSION_GROUP_CFGS.full_name = ".ftcfg.mission_group_cfgs" -MISSION_GROUP_CFGS.nested_types = {} -MISSION_GROUP_CFGS.enum_types = {} -MISSION_GROUP_CFGS.fields = {MISSION_GROUP_CFGS_ITEMS_FIELD} -MISSION_GROUP_CFGS.is_extendable = false -MISSION_GROUP_CFGS.extensions = {} -NPC_SPAWN_METHOD_CFG_ID_FIELD.name = "id" -NPC_SPAWN_METHOD_CFG_ID_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.id" -NPC_SPAWN_METHOD_CFG_ID_FIELD.number = 1 -NPC_SPAWN_METHOD_CFG_ID_FIELD.index = 0 -NPC_SPAWN_METHOD_CFG_ID_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_ID_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_ID_FIELD.default_value = 0 -NPC_SPAWN_METHOD_CFG_ID_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_ID_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.name = "group_id" -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.group_id" -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.number = 2 -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.index = 1 -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.default_value = 0 -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.name = "map_id" -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.map_id" -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.number = 3 -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.index = 2 -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.default_value = 0 -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.name = "npc_id" -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.npc_id" -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.number = 4 -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.index = 3 -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.default_value = 0 -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.name = "pos_x" -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.pos_x" -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.number = 5 -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.index = 4 -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.default_value = 0.0 -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.type = 2 -NPC_SPAWN_METHOD_CFG_POS_X_FIELD.cpp_type = 6 - -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.name = "pos_y" -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.pos_y" -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.number = 6 -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.index = 5 -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.default_value = 0.0 -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.type = 2 -NPC_SPAWN_METHOD_CFG_POS_Y_FIELD.cpp_type = 6 - -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.name = "pos_z" -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.pos_z" -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.number = 7 -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.index = 6 -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.default_value = 0.0 -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.type = 2 -NPC_SPAWN_METHOD_CFG_POS_Z_FIELD.cpp_type = 6 - -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.name = "orientation" -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.orientation" -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.number = 8 -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.index = 7 -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.default_value = 0.0 -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.type = 2 -NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD.cpp_type = 6 - -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.name = "relive_type" -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.relive_type" -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.number = 9 -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.index = 8 -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.default_value = 0 -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.name = "relive_time" -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.relive_time" -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.number = 10 -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.index = 9 -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.default_value = 0 -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.name = "service_list" -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.service_list" -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.number = 11 -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.index = 10 -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.label = 3 -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.default_value = {} -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.name = "npc_type" -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.npc_type" -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.number = 12 -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.index = 11 -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.label = 2 -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.default_value = nil -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.enum_type = config_predefine_pb.EENTITYTYPE -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.type = 14 -NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD.cpp_type = 8 - -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.name = "mission_ids" -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.full_name = ".ftcfg.npc_spawn_method_cfg.mission_ids" -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.number = 13 -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.index = 12 -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.label = 3 -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.default_value = {} -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.type = 5 -NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD.cpp_type = 1 - -NPC_SPAWN_METHOD_CFG.name = "npc_spawn_method_cfg" -NPC_SPAWN_METHOD_CFG.full_name = ".ftcfg.npc_spawn_method_cfg" -NPC_SPAWN_METHOD_CFG.nested_types = {} -NPC_SPAWN_METHOD_CFG.enum_types = {} -NPC_SPAWN_METHOD_CFG.fields = {NPC_SPAWN_METHOD_CFG_ID_FIELD, NPC_SPAWN_METHOD_CFG_GROUP_ID_FIELD, NPC_SPAWN_METHOD_CFG_MAP_ID_FIELD, NPC_SPAWN_METHOD_CFG_NPC_ID_FIELD, NPC_SPAWN_METHOD_CFG_POS_X_FIELD, NPC_SPAWN_METHOD_CFG_POS_Y_FIELD, NPC_SPAWN_METHOD_CFG_POS_Z_FIELD, NPC_SPAWN_METHOD_CFG_ORIENTATION_FIELD, NPC_SPAWN_METHOD_CFG_RELIVE_TYPE_FIELD, NPC_SPAWN_METHOD_CFG_RELIVE_TIME_FIELD, NPC_SPAWN_METHOD_CFG_SERVICE_LIST_FIELD, NPC_SPAWN_METHOD_CFG_NPC_TYPE_FIELD, NPC_SPAWN_METHOD_CFG_MISSION_IDS_FIELD} -NPC_SPAWN_METHOD_CFG.is_extendable = false -NPC_SPAWN_METHOD_CFG.extensions = {} -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.name = "items" -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.npc_spawn_method_cfgs.items" -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.number = 1 -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.index = 0 -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.label = 3 -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.has_default_value = false -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.default_value = {} -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.message_type = NPC_SPAWN_METHOD_CFG -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.type = 11 -NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD.cpp_type = 10 - -NPC_SPAWN_METHOD_CFGS.name = "npc_spawn_method_cfgs" -NPC_SPAWN_METHOD_CFGS.full_name = ".ftcfg.npc_spawn_method_cfgs" -NPC_SPAWN_METHOD_CFGS.nested_types = {} -NPC_SPAWN_METHOD_CFGS.enum_types = {} -NPC_SPAWN_METHOD_CFGS.fields = {NPC_SPAWN_METHOD_CFGS_ITEMS_FIELD} -NPC_SPAWN_METHOD_CFGS.is_extendable = false -NPC_SPAWN_METHOD_CFGS.extensions = {} -NPC_FUNCTION_CFG_ID_FIELD.name = "id" -NPC_FUNCTION_CFG_ID_FIELD.full_name = ".ftcfg.npc_function_cfg.id" -NPC_FUNCTION_CFG_ID_FIELD.number = 1 -NPC_FUNCTION_CFG_ID_FIELD.index = 0 -NPC_FUNCTION_CFG_ID_FIELD.label = 2 -NPC_FUNCTION_CFG_ID_FIELD.has_default_value = false -NPC_FUNCTION_CFG_ID_FIELD.default_value = 0 -NPC_FUNCTION_CFG_ID_FIELD.type = 5 -NPC_FUNCTION_CFG_ID_FIELD.cpp_type = 1 - -NPC_FUNCTION_CFG_SCENE_ID_FIELD.name = "scene_id" -NPC_FUNCTION_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.npc_function_cfg.scene_id" -NPC_FUNCTION_CFG_SCENE_ID_FIELD.number = 2 -NPC_FUNCTION_CFG_SCENE_ID_FIELD.index = 1 -NPC_FUNCTION_CFG_SCENE_ID_FIELD.label = 2 -NPC_FUNCTION_CFG_SCENE_ID_FIELD.has_default_value = false -NPC_FUNCTION_CFG_SCENE_ID_FIELD.default_value = 0 -NPC_FUNCTION_CFG_SCENE_ID_FIELD.type = 5 -NPC_FUNCTION_CFG_SCENE_ID_FIELD.cpp_type = 1 - -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.name = "open_dialog" -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.full_name = ".ftcfg.npc_function_cfg.open_dialog" -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.number = 3 -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.index = 2 -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.label = 2 -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.has_default_value = false -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.default_value = false -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.type = 8 -NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD.cpp_type = 7 - -NPC_FUNCTION_CFG_BUTTONS_FIELD.name = "buttons" -NPC_FUNCTION_CFG_BUTTONS_FIELD.full_name = ".ftcfg.npc_function_cfg.buttons" -NPC_FUNCTION_CFG_BUTTONS_FIELD.number = 4 -NPC_FUNCTION_CFG_BUTTONS_FIELD.index = 3 -NPC_FUNCTION_CFG_BUTTONS_FIELD.label = 3 -NPC_FUNCTION_CFG_BUTTONS_FIELD.has_default_value = false -NPC_FUNCTION_CFG_BUTTONS_FIELD.default_value = {} -NPC_FUNCTION_CFG_BUTTONS_FIELD.type = 5 -NPC_FUNCTION_CFG_BUTTONS_FIELD.cpp_type = 1 - -NPC_FUNCTION_CFG_CONTENT_FIELD.name = "content" -NPC_FUNCTION_CFG_CONTENT_FIELD.full_name = ".ftcfg.npc_function_cfg.content" -NPC_FUNCTION_CFG_CONTENT_FIELD.number = 5 -NPC_FUNCTION_CFG_CONTENT_FIELD.index = 4 -NPC_FUNCTION_CFG_CONTENT_FIELD.label = 2 -NPC_FUNCTION_CFG_CONTENT_FIELD.has_default_value = false -NPC_FUNCTION_CFG_CONTENT_FIELD.default_value = 0 -NPC_FUNCTION_CFG_CONTENT_FIELD.type = 5 -NPC_FUNCTION_CFG_CONTENT_FIELD.cpp_type = 1 - -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.name = "functions" -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.full_name = ".ftcfg.npc_function_cfg.functions" -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.number = 6 -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.index = 5 -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.label = 3 -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.has_default_value = false -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.default_value = {} -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.type = 14 -NPC_FUNCTION_CFG_FUNCTIONS_FIELD.cpp_type = 8 - -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.name = "func_para" -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.full_name = ".ftcfg.npc_function_cfg.func_para" -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.number = 7 -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.index = 6 -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.label = 3 -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.has_default_value = false -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.default_value = {} -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.type = 5 -NPC_FUNCTION_CFG_FUNC_PARA_FIELD.cpp_type = 1 - -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.name = "show_scale" -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.full_name = ".ftcfg.npc_function_cfg.show_scale" -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.number = 8 -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.index = 7 -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.label = 2 -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.has_default_value = false -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.default_value = 0.0 -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.type = 2 -NPC_FUNCTION_CFG_SHOW_SCALE_FIELD.cpp_type = 6 - -NPC_FUNCTION_CFG.name = "npc_function_cfg" -NPC_FUNCTION_CFG.full_name = ".ftcfg.npc_function_cfg" -NPC_FUNCTION_CFG.nested_types = {} -NPC_FUNCTION_CFG.enum_types = {} -NPC_FUNCTION_CFG.fields = {NPC_FUNCTION_CFG_ID_FIELD, NPC_FUNCTION_CFG_SCENE_ID_FIELD, NPC_FUNCTION_CFG_OPEN_DIALOG_FIELD, NPC_FUNCTION_CFG_BUTTONS_FIELD, NPC_FUNCTION_CFG_CONTENT_FIELD, NPC_FUNCTION_CFG_FUNCTIONS_FIELD, NPC_FUNCTION_CFG_FUNC_PARA_FIELD, NPC_FUNCTION_CFG_SHOW_SCALE_FIELD} -NPC_FUNCTION_CFG.is_extendable = false -NPC_FUNCTION_CFG.extensions = {} -NPC_FUNCTION_CFGS_ITEMS_FIELD.name = "items" -NPC_FUNCTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.npc_function_cfgs.items" -NPC_FUNCTION_CFGS_ITEMS_FIELD.number = 1 -NPC_FUNCTION_CFGS_ITEMS_FIELD.index = 0 -NPC_FUNCTION_CFGS_ITEMS_FIELD.label = 3 -NPC_FUNCTION_CFGS_ITEMS_FIELD.has_default_value = false -NPC_FUNCTION_CFGS_ITEMS_FIELD.default_value = {} -NPC_FUNCTION_CFGS_ITEMS_FIELD.message_type = NPC_FUNCTION_CFG -NPC_FUNCTION_CFGS_ITEMS_FIELD.type = 11 -NPC_FUNCTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -NPC_FUNCTION_CFGS.name = "npc_function_cfgs" -NPC_FUNCTION_CFGS.full_name = ".ftcfg.npc_function_cfgs" -NPC_FUNCTION_CFGS.nested_types = {} -NPC_FUNCTION_CFGS.enum_types = {} -NPC_FUNCTION_CFGS.fields = {NPC_FUNCTION_CFGS_ITEMS_FIELD} -NPC_FUNCTION_CFGS.is_extendable = false -NPC_FUNCTION_CFGS.extensions = {} -PLAYSCG_CFG_ID_FIELD.name = "id" -PLAYSCG_CFG_ID_FIELD.full_name = ".ftcfg.playscg_cfg.id" -PLAYSCG_CFG_ID_FIELD.number = 1 -PLAYSCG_CFG_ID_FIELD.index = 0 -PLAYSCG_CFG_ID_FIELD.label = 2 -PLAYSCG_CFG_ID_FIELD.has_default_value = false -PLAYSCG_CFG_ID_FIELD.default_value = 0 -PLAYSCG_CFG_ID_FIELD.type = 5 -PLAYSCG_CFG_ID_FIELD.cpp_type = 1 - -PLAYSCG_CFG_STATE_FIELD.name = "state" -PLAYSCG_CFG_STATE_FIELD.full_name = ".ftcfg.playscg_cfg.state" -PLAYSCG_CFG_STATE_FIELD.number = 2 -PLAYSCG_CFG_STATE_FIELD.index = 1 -PLAYSCG_CFG_STATE_FIELD.label = 2 -PLAYSCG_CFG_STATE_FIELD.has_default_value = false -PLAYSCG_CFG_STATE_FIELD.default_value = 0 -PLAYSCG_CFG_STATE_FIELD.type = 5 -PLAYSCG_CFG_STATE_FIELD.cpp_type = 1 - -PLAYSCG_CFG.name = "playscg_cfg" -PLAYSCG_CFG.full_name = ".ftcfg.playscg_cfg" -PLAYSCG_CFG.nested_types = {} -PLAYSCG_CFG.enum_types = {} -PLAYSCG_CFG.fields = {PLAYSCG_CFG_ID_FIELD, PLAYSCG_CFG_STATE_FIELD} -PLAYSCG_CFG.is_extendable = false -PLAYSCG_CFG.extensions = {} -PLAYSCG_CFGS_ITEMS_FIELD.name = "items" -PLAYSCG_CFGS_ITEMS_FIELD.full_name = ".ftcfg.playscg_cfgs.items" -PLAYSCG_CFGS_ITEMS_FIELD.number = 1 -PLAYSCG_CFGS_ITEMS_FIELD.index = 0 -PLAYSCG_CFGS_ITEMS_FIELD.label = 3 -PLAYSCG_CFGS_ITEMS_FIELD.has_default_value = false -PLAYSCG_CFGS_ITEMS_FIELD.default_value = {} -PLAYSCG_CFGS_ITEMS_FIELD.message_type = PLAYSCG_CFG -PLAYSCG_CFGS_ITEMS_FIELD.type = 11 -PLAYSCG_CFGS_ITEMS_FIELD.cpp_type = 10 - -PLAYSCG_CFGS.name = "playscg_cfgs" -PLAYSCG_CFGS.full_name = ".ftcfg.playscg_cfgs" -PLAYSCG_CFGS.nested_types = {} -PLAYSCG_CFGS.enum_types = {} -PLAYSCG_CFGS.fields = {PLAYSCG_CFGS_ITEMS_FIELD} -PLAYSCG_CFGS.is_extendable = false -PLAYSCG_CFGS.extensions = {} -PLOT_DATA_CFG_ID_FIELD.name = "id" -PLOT_DATA_CFG_ID_FIELD.full_name = ".ftcfg.plot_data_cfg.id" -PLOT_DATA_CFG_ID_FIELD.number = 1 -PLOT_DATA_CFG_ID_FIELD.index = 0 -PLOT_DATA_CFG_ID_FIELD.label = 2 -PLOT_DATA_CFG_ID_FIELD.has_default_value = false -PLOT_DATA_CFG_ID_FIELD.default_value = 0 -PLOT_DATA_CFG_ID_FIELD.type = 5 -PLOT_DATA_CFG_ID_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_TYPE_FIELD.name = "type" -PLOT_DATA_CFG_TYPE_FIELD.full_name = ".ftcfg.plot_data_cfg.type" -PLOT_DATA_CFG_TYPE_FIELD.number = 2 -PLOT_DATA_CFG_TYPE_FIELD.index = 1 -PLOT_DATA_CFG_TYPE_FIELD.label = 2 -PLOT_DATA_CFG_TYPE_FIELD.has_default_value = false -PLOT_DATA_CFG_TYPE_FIELD.default_value = 0 -PLOT_DATA_CFG_TYPE_FIELD.type = 5 -PLOT_DATA_CFG_TYPE_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_NEXT_PLOT_FIELD.name = "next_plot" -PLOT_DATA_CFG_NEXT_PLOT_FIELD.full_name = ".ftcfg.plot_data_cfg.next_plot" -PLOT_DATA_CFG_NEXT_PLOT_FIELD.number = 3 -PLOT_DATA_CFG_NEXT_PLOT_FIELD.index = 2 -PLOT_DATA_CFG_NEXT_PLOT_FIELD.label = 2 -PLOT_DATA_CFG_NEXT_PLOT_FIELD.has_default_value = false -PLOT_DATA_CFG_NEXT_PLOT_FIELD.default_value = 0 -PLOT_DATA_CFG_NEXT_PLOT_FIELD.type = 5 -PLOT_DATA_CFG_NEXT_PLOT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_CONTENT_ID_FIELD.name = "content_id" -PLOT_DATA_CFG_CONTENT_ID_FIELD.full_name = ".ftcfg.plot_data_cfg.content_id" -PLOT_DATA_CFG_CONTENT_ID_FIELD.number = 4 -PLOT_DATA_CFG_CONTENT_ID_FIELD.index = 3 -PLOT_DATA_CFG_CONTENT_ID_FIELD.label = 2 -PLOT_DATA_CFG_CONTENT_ID_FIELD.has_default_value = false -PLOT_DATA_CFG_CONTENT_ID_FIELD.default_value = 0 -PLOT_DATA_CFG_CONTENT_ID_FIELD.type = 5 -PLOT_DATA_CFG_CONTENT_ID_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_CAN_SKIP_FIELD.name = "can_skip" -PLOT_DATA_CFG_CAN_SKIP_FIELD.full_name = ".ftcfg.plot_data_cfg.can_skip" -PLOT_DATA_CFG_CAN_SKIP_FIELD.number = 5 -PLOT_DATA_CFG_CAN_SKIP_FIELD.index = 4 -PLOT_DATA_CFG_CAN_SKIP_FIELD.label = 2 -PLOT_DATA_CFG_CAN_SKIP_FIELD.has_default_value = false -PLOT_DATA_CFG_CAN_SKIP_FIELD.default_value = false -PLOT_DATA_CFG_CAN_SKIP_FIELD.type = 8 -PLOT_DATA_CFG_CAN_SKIP_FIELD.cpp_type = 7 - -PLOT_DATA_CFG_SHOW_ID_FIELD.name = "show_id" -PLOT_DATA_CFG_SHOW_ID_FIELD.full_name = ".ftcfg.plot_data_cfg.show_id" -PLOT_DATA_CFG_SHOW_ID_FIELD.number = 6 -PLOT_DATA_CFG_SHOW_ID_FIELD.index = 5 -PLOT_DATA_CFG_SHOW_ID_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_ID_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_ID_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_ID_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_ID_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_IMAGE_ID_FIELD.name = "image_id" -PLOT_DATA_CFG_IMAGE_ID_FIELD.full_name = ".ftcfg.plot_data_cfg.image_id" -PLOT_DATA_CFG_IMAGE_ID_FIELD.number = 7 -PLOT_DATA_CFG_IMAGE_ID_FIELD.index = 6 -PLOT_DATA_CFG_IMAGE_ID_FIELD.label = 2 -PLOT_DATA_CFG_IMAGE_ID_FIELD.has_default_value = false -PLOT_DATA_CFG_IMAGE_ID_FIELD.default_value = 0 -PLOT_DATA_CFG_IMAGE_ID_FIELD.type = 5 -PLOT_DATA_CFG_IMAGE_ID_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_STAY_TIME_FIELD.name = "stay_time" -PLOT_DATA_CFG_STAY_TIME_FIELD.full_name = ".ftcfg.plot_data_cfg.stay_time" -PLOT_DATA_CFG_STAY_TIME_FIELD.number = 8 -PLOT_DATA_CFG_STAY_TIME_FIELD.index = 7 -PLOT_DATA_CFG_STAY_TIME_FIELD.label = 2 -PLOT_DATA_CFG_STAY_TIME_FIELD.has_default_value = false -PLOT_DATA_CFG_STAY_TIME_FIELD.default_value = 0.0 -PLOT_DATA_CFG_STAY_TIME_FIELD.type = 2 -PLOT_DATA_CFG_STAY_TIME_FIELD.cpp_type = 6 - -PLOT_DATA_CFG_AUDIORES_ID_FIELD.name = "audiores_id" -PLOT_DATA_CFG_AUDIORES_ID_FIELD.full_name = ".ftcfg.plot_data_cfg.audiores_id" -PLOT_DATA_CFG_AUDIORES_ID_FIELD.number = 9 -PLOT_DATA_CFG_AUDIORES_ID_FIELD.index = 8 -PLOT_DATA_CFG_AUDIORES_ID_FIELD.label = 2 -PLOT_DATA_CFG_AUDIORES_ID_FIELD.has_default_value = false -PLOT_DATA_CFG_AUDIORES_ID_FIELD.default_value = 0 -PLOT_DATA_CFG_AUDIORES_ID_FIELD.type = 5 -PLOT_DATA_CFG_AUDIORES_ID_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_POS_FIELD.name = "show_pos" -PLOT_DATA_CFG_SHOW_POS_FIELD.full_name = ".ftcfg.plot_data_cfg.show_pos" -PLOT_DATA_CFG_SHOW_POS_FIELD.number = 10 -PLOT_DATA_CFG_SHOW_POS_FIELD.index = 9 -PLOT_DATA_CFG_SHOW_POS_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_POS_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_POS_FIELD.default_value = 0.0 -PLOT_DATA_CFG_SHOW_POS_FIELD.type = 2 -PLOT_DATA_CFG_SHOW_POS_FIELD.cpp_type = 6 - -PLOT_DATA_CFG_SHOW_SCALE_FIELD.name = "show_scale" -PLOT_DATA_CFG_SHOW_SCALE_FIELD.full_name = ".ftcfg.plot_data_cfg.show_scale" -PLOT_DATA_CFG_SHOW_SCALE_FIELD.number = 11 -PLOT_DATA_CFG_SHOW_SCALE_FIELD.index = 10 -PLOT_DATA_CFG_SHOW_SCALE_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_SCALE_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_SCALE_FIELD.default_value = 0.0 -PLOT_DATA_CFG_SHOW_SCALE_FIELD.type = 2 -PLOT_DATA_CFG_SHOW_SCALE_FIELD.cpp_type = 6 - -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.name = "show_img_left" -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_img_left" -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.number = 12 -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.index = 11 -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.name = "show_name_left" -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_name_left" -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.number = 13 -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.index = 12 -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.name = "show_dark_left" -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_dark_left" -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.number = 14 -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.index = 13 -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.name = "show_zoom_left" -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_zoom_left" -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.number = 15 -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.index = 14 -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.default_value = 0.0 -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.type = 2 -PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD.cpp_type = 6 - -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.name = "show_img_right" -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_img_right" -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.number = 16 -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.index = 15 -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.name = "show_name_right" -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_name_right" -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.number = 17 -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.index = 16 -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.name = "show_dark_right" -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_dark_right" -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.number = 18 -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.index = 17 -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.name = "show_zoom_right" -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.full_name = ".ftcfg.plot_data_cfg.show_zoom_right" -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.number = 19 -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.index = 18 -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.default_value = 0.0 -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.type = 2 -PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD.cpp_type = 6 - -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.name = "show_bg_id" -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.full_name = ".ftcfg.plot_data_cfg.show_bg_id" -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.number = 20 -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.index = 19 -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.label = 2 -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.has_default_value = false -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.default_value = 0 -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.type = 5 -PLOT_DATA_CFG_SHOW_BG_ID_FIELD.cpp_type = 1 - -PLOT_DATA_CFG_INSERT_NAME_FIELD.name = "insert_name" -PLOT_DATA_CFG_INSERT_NAME_FIELD.full_name = ".ftcfg.plot_data_cfg.insert_name" -PLOT_DATA_CFG_INSERT_NAME_FIELD.number = 21 -PLOT_DATA_CFG_INSERT_NAME_FIELD.index = 20 -PLOT_DATA_CFG_INSERT_NAME_FIELD.label = 2 -PLOT_DATA_CFG_INSERT_NAME_FIELD.has_default_value = false -PLOT_DATA_CFG_INSERT_NAME_FIELD.default_value = false -PLOT_DATA_CFG_INSERT_NAME_FIELD.type = 8 -PLOT_DATA_CFG_INSERT_NAME_FIELD.cpp_type = 7 - -PLOT_DATA_CFG.name = "plot_data_cfg" -PLOT_DATA_CFG.full_name = ".ftcfg.plot_data_cfg" -PLOT_DATA_CFG.nested_types = {} -PLOT_DATA_CFG.enum_types = {} -PLOT_DATA_CFG.fields = {PLOT_DATA_CFG_ID_FIELD, PLOT_DATA_CFG_TYPE_FIELD, PLOT_DATA_CFG_NEXT_PLOT_FIELD, PLOT_DATA_CFG_CONTENT_ID_FIELD, PLOT_DATA_CFG_CAN_SKIP_FIELD, PLOT_DATA_CFG_SHOW_ID_FIELD, PLOT_DATA_CFG_IMAGE_ID_FIELD, PLOT_DATA_CFG_STAY_TIME_FIELD, PLOT_DATA_CFG_AUDIORES_ID_FIELD, PLOT_DATA_CFG_SHOW_POS_FIELD, PLOT_DATA_CFG_SHOW_SCALE_FIELD, PLOT_DATA_CFG_SHOW_IMG_LEFT_FIELD, PLOT_DATA_CFG_SHOW_NAME_LEFT_FIELD, PLOT_DATA_CFG_SHOW_DARK_LEFT_FIELD, PLOT_DATA_CFG_SHOW_ZOOM_LEFT_FIELD, PLOT_DATA_CFG_SHOW_IMG_RIGHT_FIELD, PLOT_DATA_CFG_SHOW_NAME_RIGHT_FIELD, PLOT_DATA_CFG_SHOW_DARK_RIGHT_FIELD, PLOT_DATA_CFG_SHOW_ZOOM_RIGHT_FIELD, PLOT_DATA_CFG_SHOW_BG_ID_FIELD, PLOT_DATA_CFG_INSERT_NAME_FIELD} -PLOT_DATA_CFG.is_extendable = false -PLOT_DATA_CFG.extensions = {} -PLOT_DATA_CFGS_ITEMS_FIELD.name = "items" -PLOT_DATA_CFGS_ITEMS_FIELD.full_name = ".ftcfg.plot_data_cfgs.items" -PLOT_DATA_CFGS_ITEMS_FIELD.number = 1 -PLOT_DATA_CFGS_ITEMS_FIELD.index = 0 -PLOT_DATA_CFGS_ITEMS_FIELD.label = 3 -PLOT_DATA_CFGS_ITEMS_FIELD.has_default_value = false -PLOT_DATA_CFGS_ITEMS_FIELD.default_value = {} -PLOT_DATA_CFGS_ITEMS_FIELD.message_type = PLOT_DATA_CFG -PLOT_DATA_CFGS_ITEMS_FIELD.type = 11 -PLOT_DATA_CFGS_ITEMS_FIELD.cpp_type = 10 - -PLOT_DATA_CFGS.name = "plot_data_cfgs" -PLOT_DATA_CFGS.full_name = ".ftcfg.plot_data_cfgs" -PLOT_DATA_CFGS.nested_types = {} -PLOT_DATA_CFGS.enum_types = {} -PLOT_DATA_CFGS.fields = {PLOT_DATA_CFGS_ITEMS_FIELD} -PLOT_DATA_CFGS.is_extendable = false -PLOT_DATA_CFGS.extensions = {} -GLOBAL_PARAM_CFG_ID_FIELD.name = "id" -GLOBAL_PARAM_CFG_ID_FIELD.full_name = ".ftcfg.global_param_cfg.id" -GLOBAL_PARAM_CFG_ID_FIELD.number = 1 -GLOBAL_PARAM_CFG_ID_FIELD.index = 0 -GLOBAL_PARAM_CFG_ID_FIELD.label = 2 -GLOBAL_PARAM_CFG_ID_FIELD.has_default_value = false -GLOBAL_PARAM_CFG_ID_FIELD.default_value = 0 -GLOBAL_PARAM_CFG_ID_FIELD.type = 5 -GLOBAL_PARAM_CFG_ID_FIELD.cpp_type = 1 - -GLOBAL_PARAM_CFG_DESC_FIELD.name = "desc" -GLOBAL_PARAM_CFG_DESC_FIELD.full_name = ".ftcfg.global_param_cfg.desc" -GLOBAL_PARAM_CFG_DESC_FIELD.number = 2 -GLOBAL_PARAM_CFG_DESC_FIELD.index = 1 -GLOBAL_PARAM_CFG_DESC_FIELD.label = 2 -GLOBAL_PARAM_CFG_DESC_FIELD.has_default_value = false -GLOBAL_PARAM_CFG_DESC_FIELD.default_value = "" -GLOBAL_PARAM_CFG_DESC_FIELD.type = 9 -GLOBAL_PARAM_CFG_DESC_FIELD.cpp_type = 9 - -GLOBAL_PARAM_CFG_VALUE_FIELD.name = "value" -GLOBAL_PARAM_CFG_VALUE_FIELD.full_name = ".ftcfg.global_param_cfg.value" -GLOBAL_PARAM_CFG_VALUE_FIELD.number = 3 -GLOBAL_PARAM_CFG_VALUE_FIELD.index = 2 -GLOBAL_PARAM_CFG_VALUE_FIELD.label = 2 -GLOBAL_PARAM_CFG_VALUE_FIELD.has_default_value = false -GLOBAL_PARAM_CFG_VALUE_FIELD.default_value = 0.0 -GLOBAL_PARAM_CFG_VALUE_FIELD.type = 1 -GLOBAL_PARAM_CFG_VALUE_FIELD.cpp_type = 5 - -GLOBAL_PARAM_CFG.name = "global_param_cfg" -GLOBAL_PARAM_CFG.full_name = ".ftcfg.global_param_cfg" -GLOBAL_PARAM_CFG.nested_types = {} -GLOBAL_PARAM_CFG.enum_types = {} -GLOBAL_PARAM_CFG.fields = {GLOBAL_PARAM_CFG_ID_FIELD, GLOBAL_PARAM_CFG_DESC_FIELD, GLOBAL_PARAM_CFG_VALUE_FIELD} -GLOBAL_PARAM_CFG.is_extendable = false -GLOBAL_PARAM_CFG.extensions = {} -GLOBAL_PARAM_CFGS_ITEMS_FIELD.name = "items" -GLOBAL_PARAM_CFGS_ITEMS_FIELD.full_name = ".ftcfg.global_param_cfgs.items" -GLOBAL_PARAM_CFGS_ITEMS_FIELD.number = 1 -GLOBAL_PARAM_CFGS_ITEMS_FIELD.index = 0 -GLOBAL_PARAM_CFGS_ITEMS_FIELD.label = 3 -GLOBAL_PARAM_CFGS_ITEMS_FIELD.has_default_value = false -GLOBAL_PARAM_CFGS_ITEMS_FIELD.default_value = {} -GLOBAL_PARAM_CFGS_ITEMS_FIELD.message_type = GLOBAL_PARAM_CFG -GLOBAL_PARAM_CFGS_ITEMS_FIELD.type = 11 -GLOBAL_PARAM_CFGS_ITEMS_FIELD.cpp_type = 10 - -GLOBAL_PARAM_CFGS.name = "global_param_cfgs" -GLOBAL_PARAM_CFGS.full_name = ".ftcfg.global_param_cfgs" -GLOBAL_PARAM_CFGS.nested_types = {} -GLOBAL_PARAM_CFGS.enum_types = {} -GLOBAL_PARAM_CFGS.fields = {GLOBAL_PARAM_CFGS_ITEMS_FIELD} -GLOBAL_PARAM_CFGS.is_extendable = false -GLOBAL_PARAM_CFGS.extensions = {} -PROP_TYPE_CFG_ID_FIELD.name = "id" -PROP_TYPE_CFG_ID_FIELD.full_name = ".ftcfg.prop_type_cfg.id" -PROP_TYPE_CFG_ID_FIELD.number = 1 -PROP_TYPE_CFG_ID_FIELD.index = 0 -PROP_TYPE_CFG_ID_FIELD.label = 2 -PROP_TYPE_CFG_ID_FIELD.has_default_value = false -PROP_TYPE_CFG_ID_FIELD.default_value = 0 -PROP_TYPE_CFG_ID_FIELD.type = 5 -PROP_TYPE_CFG_ID_FIELD.cpp_type = 1 - -PROP_TYPE_CFG_IS_RATE_FIELD.name = "is_rate" -PROP_TYPE_CFG_IS_RATE_FIELD.full_name = ".ftcfg.prop_type_cfg.is_rate" -PROP_TYPE_CFG_IS_RATE_FIELD.number = 2 -PROP_TYPE_CFG_IS_RATE_FIELD.index = 1 -PROP_TYPE_CFG_IS_RATE_FIELD.label = 2 -PROP_TYPE_CFG_IS_RATE_FIELD.has_default_value = false -PROP_TYPE_CFG_IS_RATE_FIELD.default_value = false -PROP_TYPE_CFG_IS_RATE_FIELD.type = 8 -PROP_TYPE_CFG_IS_RATE_FIELD.cpp_type = 7 - -PROP_TYPE_CFG_ATTRIBUTE_FIELD.name = "attribute" -PROP_TYPE_CFG_ATTRIBUTE_FIELD.full_name = ".ftcfg.prop_type_cfg.attribute" -PROP_TYPE_CFG_ATTRIBUTE_FIELD.number = 3 -PROP_TYPE_CFG_ATTRIBUTE_FIELD.index = 2 -PROP_TYPE_CFG_ATTRIBUTE_FIELD.label = 3 -PROP_TYPE_CFG_ATTRIBUTE_FIELD.has_default_value = false -PROP_TYPE_CFG_ATTRIBUTE_FIELD.default_value = {} -PROP_TYPE_CFG_ATTRIBUTE_FIELD.enum_type = config_predefine_pb.EPROPATTRIBUTETYPE -PROP_TYPE_CFG_ATTRIBUTE_FIELD.type = 14 -PROP_TYPE_CFG_ATTRIBUTE_FIELD.cpp_type = 8 - -PROP_TYPE_CFG.name = "prop_type_cfg" -PROP_TYPE_CFG.full_name = ".ftcfg.prop_type_cfg" -PROP_TYPE_CFG.nested_types = {} -PROP_TYPE_CFG.enum_types = {} -PROP_TYPE_CFG.fields = {PROP_TYPE_CFG_ID_FIELD, PROP_TYPE_CFG_IS_RATE_FIELD, PROP_TYPE_CFG_ATTRIBUTE_FIELD} -PROP_TYPE_CFG.is_extendable = false -PROP_TYPE_CFG.extensions = {} -PROP_TYPE_CFGS_ITEMS_FIELD.name = "items" -PROP_TYPE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.prop_type_cfgs.items" -PROP_TYPE_CFGS_ITEMS_FIELD.number = 1 -PROP_TYPE_CFGS_ITEMS_FIELD.index = 0 -PROP_TYPE_CFGS_ITEMS_FIELD.label = 3 -PROP_TYPE_CFGS_ITEMS_FIELD.has_default_value = false -PROP_TYPE_CFGS_ITEMS_FIELD.default_value = {} -PROP_TYPE_CFGS_ITEMS_FIELD.message_type = PROP_TYPE_CFG -PROP_TYPE_CFGS_ITEMS_FIELD.type = 11 -PROP_TYPE_CFGS_ITEMS_FIELD.cpp_type = 10 - -PROP_TYPE_CFGS.name = "prop_type_cfgs" -PROP_TYPE_CFGS.full_name = ".ftcfg.prop_type_cfgs" -PROP_TYPE_CFGS.nested_types = {} -PROP_TYPE_CFGS.enum_types = {} -PROP_TYPE_CFGS.fields = {PROP_TYPE_CFGS_ITEMS_FIELD} -PROP_TYPE_CFGS.is_extendable = false -PROP_TYPE_CFGS.extensions = {} -ATTRIBUTE_SHOW_CFG_ID_FIELD.name = "id" -ATTRIBUTE_SHOW_CFG_ID_FIELD.full_name = ".ftcfg.attribute_show_cfg.id" -ATTRIBUTE_SHOW_CFG_ID_FIELD.number = 1 -ATTRIBUTE_SHOW_CFG_ID_FIELD.index = 0 -ATTRIBUTE_SHOW_CFG_ID_FIELD.label = 2 -ATTRIBUTE_SHOW_CFG_ID_FIELD.has_default_value = false -ATTRIBUTE_SHOW_CFG_ID_FIELD.default_value = 0 -ATTRIBUTE_SHOW_CFG_ID_FIELD.type = 5 -ATTRIBUTE_SHOW_CFG_ID_FIELD.cpp_type = 1 - -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.name = "item_id" -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.attribute_show_cfg.item_id" -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.number = 2 -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.index = 1 -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.label = 2 -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.has_default_value = false -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.default_value = 0 -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.type = 5 -ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD.cpp_type = 1 - -ATTRIBUTE_SHOW_CFG.name = "attribute_show_cfg" -ATTRIBUTE_SHOW_CFG.full_name = ".ftcfg.attribute_show_cfg" -ATTRIBUTE_SHOW_CFG.nested_types = {} -ATTRIBUTE_SHOW_CFG.enum_types = {} -ATTRIBUTE_SHOW_CFG.fields = {ATTRIBUTE_SHOW_CFG_ID_FIELD, ATTRIBUTE_SHOW_CFG_ITEM_ID_FIELD} -ATTRIBUTE_SHOW_CFG.is_extendable = false -ATTRIBUTE_SHOW_CFG.extensions = {} -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.name = "items" -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.full_name = ".ftcfg.attribute_show_cfgs.items" -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.number = 1 -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.index = 0 -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.label = 3 -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.has_default_value = false -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.default_value = {} -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.message_type = ATTRIBUTE_SHOW_CFG -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.type = 11 -ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD.cpp_type = 10 - -ATTRIBUTE_SHOW_CFGS.name = "attribute_show_cfgs" -ATTRIBUTE_SHOW_CFGS.full_name = ".ftcfg.attribute_show_cfgs" -ATTRIBUTE_SHOW_CFGS.nested_types = {} -ATTRIBUTE_SHOW_CFGS.enum_types = {} -ATTRIBUTE_SHOW_CFGS.fields = {ATTRIBUTE_SHOW_CFGS_ITEMS_FIELD} -ATTRIBUTE_SHOW_CFGS.is_extendable = false -ATTRIBUTE_SHOW_CFGS.extensions = {} -RES_PATH_CFG_ID_FIELD.name = "id" -RES_PATH_CFG_ID_FIELD.full_name = ".ftcfg.res_path_cfg.id" -RES_PATH_CFG_ID_FIELD.number = 1 -RES_PATH_CFG_ID_FIELD.index = 0 -RES_PATH_CFG_ID_FIELD.label = 2 -RES_PATH_CFG_ID_FIELD.has_default_value = false -RES_PATH_CFG_ID_FIELD.default_value = 0 -RES_PATH_CFG_ID_FIELD.type = 5 -RES_PATH_CFG_ID_FIELD.cpp_type = 1 - -RES_PATH_CFG_RES_PATH_FIELD.name = "res_path" -RES_PATH_CFG_RES_PATH_FIELD.full_name = ".ftcfg.res_path_cfg.res_path" -RES_PATH_CFG_RES_PATH_FIELD.number = 2 -RES_PATH_CFG_RES_PATH_FIELD.index = 1 -RES_PATH_CFG_RES_PATH_FIELD.label = 2 -RES_PATH_CFG_RES_PATH_FIELD.has_default_value = false -RES_PATH_CFG_RES_PATH_FIELD.default_value = "" -RES_PATH_CFG_RES_PATH_FIELD.type = 9 -RES_PATH_CFG_RES_PATH_FIELD.cpp_type = 9 - -RES_PATH_CFG_ONE_BUNDLE_FIELD.name = "one_bundle" -RES_PATH_CFG_ONE_BUNDLE_FIELD.full_name = ".ftcfg.res_path_cfg.one_bundle" -RES_PATH_CFG_ONE_BUNDLE_FIELD.number = 3 -RES_PATH_CFG_ONE_BUNDLE_FIELD.index = 2 -RES_PATH_CFG_ONE_BUNDLE_FIELD.label = 2 -RES_PATH_CFG_ONE_BUNDLE_FIELD.has_default_value = false -RES_PATH_CFG_ONE_BUNDLE_FIELD.default_value = 0 -RES_PATH_CFG_ONE_BUNDLE_FIELD.type = 5 -RES_PATH_CFG_ONE_BUNDLE_FIELD.cpp_type = 1 - -RES_PATH_CFG.name = "res_path_cfg" -RES_PATH_CFG.full_name = ".ftcfg.res_path_cfg" -RES_PATH_CFG.nested_types = {} -RES_PATH_CFG.enum_types = {} -RES_PATH_CFG.fields = {RES_PATH_CFG_ID_FIELD, RES_PATH_CFG_RES_PATH_FIELD, RES_PATH_CFG_ONE_BUNDLE_FIELD} -RES_PATH_CFG.is_extendable = false -RES_PATH_CFG.extensions = {} -RES_PATH_CFGS_ITEMS_FIELD.name = "items" -RES_PATH_CFGS_ITEMS_FIELD.full_name = ".ftcfg.res_path_cfgs.items" -RES_PATH_CFGS_ITEMS_FIELD.number = 1 -RES_PATH_CFGS_ITEMS_FIELD.index = 0 -RES_PATH_CFGS_ITEMS_FIELD.label = 3 -RES_PATH_CFGS_ITEMS_FIELD.has_default_value = false -RES_PATH_CFGS_ITEMS_FIELD.default_value = {} -RES_PATH_CFGS_ITEMS_FIELD.message_type = RES_PATH_CFG -RES_PATH_CFGS_ITEMS_FIELD.type = 11 -RES_PATH_CFGS_ITEMS_FIELD.cpp_type = 10 - -RES_PATH_CFGS.name = "res_path_cfgs" -RES_PATH_CFGS.full_name = ".ftcfg.res_path_cfgs" -RES_PATH_CFGS.nested_types = {} -RES_PATH_CFGS.enum_types = {} -RES_PATH_CFGS.fields = {RES_PATH_CFGS_ITEMS_FIELD} -RES_PATH_CFGS.is_extendable = false -RES_PATH_CFGS.extensions = {} -SCENE_CFG_ID_FIELD.name = "id" -SCENE_CFG_ID_FIELD.full_name = ".ftcfg.scene_cfg.id" -SCENE_CFG_ID_FIELD.number = 1 -SCENE_CFG_ID_FIELD.index = 0 -SCENE_CFG_ID_FIELD.label = 2 -SCENE_CFG_ID_FIELD.has_default_value = false -SCENE_CFG_ID_FIELD.default_value = 0 -SCENE_CFG_ID_FIELD.type = 5 -SCENE_CFG_ID_FIELD.cpp_type = 1 - -SCENE_CFG_NAME_FIELD.name = "name" -SCENE_CFG_NAME_FIELD.full_name = ".ftcfg.scene_cfg.name" -SCENE_CFG_NAME_FIELD.number = 2 -SCENE_CFG_NAME_FIELD.index = 1 -SCENE_CFG_NAME_FIELD.label = 2 -SCENE_CFG_NAME_FIELD.has_default_value = false -SCENE_CFG_NAME_FIELD.default_value = 0 -SCENE_CFG_NAME_FIELD.type = 5 -SCENE_CFG_NAME_FIELD.cpp_type = 1 - -SCENE_CFG_MAPID_FIELD.name = "mapid" -SCENE_CFG_MAPID_FIELD.full_name = ".ftcfg.scene_cfg.mapid" -SCENE_CFG_MAPID_FIELD.number = 3 -SCENE_CFG_MAPID_FIELD.index = 2 -SCENE_CFG_MAPID_FIELD.label = 2 -SCENE_CFG_MAPID_FIELD.has_default_value = false -SCENE_CFG_MAPID_FIELD.default_value = 0 -SCENE_CFG_MAPID_FIELD.type = 5 -SCENE_CFG_MAPID_FIELD.cpp_type = 1 - -SCENE_CFG_TYPE_FIELD.name = "type" -SCENE_CFG_TYPE_FIELD.full_name = ".ftcfg.scene_cfg.type" -SCENE_CFG_TYPE_FIELD.number = 4 -SCENE_CFG_TYPE_FIELD.index = 3 -SCENE_CFG_TYPE_FIELD.label = 2 -SCENE_CFG_TYPE_FIELD.has_default_value = false -SCENE_CFG_TYPE_FIELD.default_value = nil -SCENE_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ESCENETYPE -SCENE_CFG_TYPE_FIELD.type = 14 -SCENE_CFG_TYPE_FIELD.cpp_type = 8 - -SCENE_CFG_IS_SAME_SCENE_FIELD.name = "is_same_scene" -SCENE_CFG_IS_SAME_SCENE_FIELD.full_name = ".ftcfg.scene_cfg.is_same_scene" -SCENE_CFG_IS_SAME_SCENE_FIELD.number = 5 -SCENE_CFG_IS_SAME_SCENE_FIELD.index = 4 -SCENE_CFG_IS_SAME_SCENE_FIELD.label = 2 -SCENE_CFG_IS_SAME_SCENE_FIELD.has_default_value = false -SCENE_CFG_IS_SAME_SCENE_FIELD.default_value = 0 -SCENE_CFG_IS_SAME_SCENE_FIELD.type = 5 -SCENE_CFG_IS_SAME_SCENE_FIELD.cpp_type = 1 - -SCENE_CFG_SCENE_ROUTE_FIELD.name = "scene_route" -SCENE_CFG_SCENE_ROUTE_FIELD.full_name = ".ftcfg.scene_cfg.scene_route" -SCENE_CFG_SCENE_ROUTE_FIELD.number = 6 -SCENE_CFG_SCENE_ROUTE_FIELD.index = 5 -SCENE_CFG_SCENE_ROUTE_FIELD.label = 2 -SCENE_CFG_SCENE_ROUTE_FIELD.has_default_value = false -SCENE_CFG_SCENE_ROUTE_FIELD.default_value = "" -SCENE_CFG_SCENE_ROUTE_FIELD.type = 9 -SCENE_CFG_SCENE_ROUTE_FIELD.cpp_type = 9 - -SCENE_CFG_CAMERA_PATH_RES_FIELD.name = "camera_path_res" -SCENE_CFG_CAMERA_PATH_RES_FIELD.full_name = ".ftcfg.scene_cfg.camera_path_res" -SCENE_CFG_CAMERA_PATH_RES_FIELD.number = 7 -SCENE_CFG_CAMERA_PATH_RES_FIELD.index = 6 -SCENE_CFG_CAMERA_PATH_RES_FIELD.label = 2 -SCENE_CFG_CAMERA_PATH_RES_FIELD.has_default_value = false -SCENE_CFG_CAMERA_PATH_RES_FIELD.default_value = 0 -SCENE_CFG_CAMERA_PATH_RES_FIELD.type = 5 -SCENE_CFG_CAMERA_PATH_RES_FIELD.cpp_type = 1 - -SCENE_CFG_SCENE_RECAST_FIELD.name = "scene_recast" -SCENE_CFG_SCENE_RECAST_FIELD.full_name = ".ftcfg.scene_cfg.scene_recast" -SCENE_CFG_SCENE_RECAST_FIELD.number = 8 -SCENE_CFG_SCENE_RECAST_FIELD.index = 7 -SCENE_CFG_SCENE_RECAST_FIELD.label = 2 -SCENE_CFG_SCENE_RECAST_FIELD.has_default_value = false -SCENE_CFG_SCENE_RECAST_FIELD.default_value = "" -SCENE_CFG_SCENE_RECAST_FIELD.type = 9 -SCENE_CFG_SCENE_RECAST_FIELD.cpp_type = 9 - -SCENE_CFG_SCENE_LENGTH_FIELD.name = "scene_length" -SCENE_CFG_SCENE_LENGTH_FIELD.full_name = ".ftcfg.scene_cfg.scene_length" -SCENE_CFG_SCENE_LENGTH_FIELD.number = 9 -SCENE_CFG_SCENE_LENGTH_FIELD.index = 8 -SCENE_CFG_SCENE_LENGTH_FIELD.label = 2 -SCENE_CFG_SCENE_LENGTH_FIELD.has_default_value = false -SCENE_CFG_SCENE_LENGTH_FIELD.default_value = 0 -SCENE_CFG_SCENE_LENGTH_FIELD.type = 5 -SCENE_CFG_SCENE_LENGTH_FIELD.cpp_type = 1 - -SCENE_CFG_SCENE_WIDTH_FIELD.name = "scene_width" -SCENE_CFG_SCENE_WIDTH_FIELD.full_name = ".ftcfg.scene_cfg.scene_width" -SCENE_CFG_SCENE_WIDTH_FIELD.number = 10 -SCENE_CFG_SCENE_WIDTH_FIELD.index = 9 -SCENE_CFG_SCENE_WIDTH_FIELD.label = 2 -SCENE_CFG_SCENE_WIDTH_FIELD.has_default_value = false -SCENE_CFG_SCENE_WIDTH_FIELD.default_value = 0 -SCENE_CFG_SCENE_WIDTH_FIELD.type = 5 -SCENE_CFG_SCENE_WIDTH_FIELD.cpp_type = 1 - -SCENE_CFG_REFRESH_TYPE_FIELD.name = "refresh_type" -SCENE_CFG_REFRESH_TYPE_FIELD.full_name = ".ftcfg.scene_cfg.refresh_type" -SCENE_CFG_REFRESH_TYPE_FIELD.number = 11 -SCENE_CFG_REFRESH_TYPE_FIELD.index = 10 -SCENE_CFG_REFRESH_TYPE_FIELD.label = 2 -SCENE_CFG_REFRESH_TYPE_FIELD.has_default_value = false -SCENE_CFG_REFRESH_TYPE_FIELD.default_value = 0 -SCENE_CFG_REFRESH_TYPE_FIELD.type = 5 -SCENE_CFG_REFRESH_TYPE_FIELD.cpp_type = 1 - -SCENE_CFG_REFRESH_PARAMETER_FIELD.name = "refresh_parameter" -SCENE_CFG_REFRESH_PARAMETER_FIELD.full_name = ".ftcfg.scene_cfg.refresh_parameter" -SCENE_CFG_REFRESH_PARAMETER_FIELD.number = 12 -SCENE_CFG_REFRESH_PARAMETER_FIELD.index = 11 -SCENE_CFG_REFRESH_PARAMETER_FIELD.label = 3 -SCENE_CFG_REFRESH_PARAMETER_FIELD.has_default_value = false -SCENE_CFG_REFRESH_PARAMETER_FIELD.default_value = {} -SCENE_CFG_REFRESH_PARAMETER_FIELD.type = 5 -SCENE_CFG_REFRESH_PARAMETER_FIELD.cpp_type = 1 - -SCENE_CFG_PARTNER_CARRY_FIELD.name = "partner_carry" -SCENE_CFG_PARTNER_CARRY_FIELD.full_name = ".ftcfg.scene_cfg.partner_carry" -SCENE_CFG_PARTNER_CARRY_FIELD.number = 13 -SCENE_CFG_PARTNER_CARRY_FIELD.index = 12 -SCENE_CFG_PARTNER_CARRY_FIELD.label = 2 -SCENE_CFG_PARTNER_CARRY_FIELD.has_default_value = false -SCENE_CFG_PARTNER_CARRY_FIELD.default_value = 0 -SCENE_CFG_PARTNER_CARRY_FIELD.type = 5 -SCENE_CFG_PARTNER_CARRY_FIELD.cpp_type = 1 - -SCENE_CFG_SHOW_CG_FIELD.name = "show_cg" -SCENE_CFG_SHOW_CG_FIELD.full_name = ".ftcfg.scene_cfg.show_cg" -SCENE_CFG_SHOW_CG_FIELD.number = 14 -SCENE_CFG_SHOW_CG_FIELD.index = 13 -SCENE_CFG_SHOW_CG_FIELD.label = 2 -SCENE_CFG_SHOW_CG_FIELD.has_default_value = false -SCENE_CFG_SHOW_CG_FIELD.default_value = 0 -SCENE_CFG_SHOW_CG_FIELD.type = 5 -SCENE_CFG_SHOW_CG_FIELD.cpp_type = 1 - -SCENE_CFG_RES_PATH_FIELD.name = "res_path" -SCENE_CFG_RES_PATH_FIELD.full_name = ".ftcfg.scene_cfg.res_path" -SCENE_CFG_RES_PATH_FIELD.number = 15 -SCENE_CFG_RES_PATH_FIELD.index = 14 -SCENE_CFG_RES_PATH_FIELD.label = 2 -SCENE_CFG_RES_PATH_FIELD.has_default_value = false -SCENE_CFG_RES_PATH_FIELD.default_value = 0 -SCENE_CFG_RES_PATH_FIELD.type = 5 -SCENE_CFG_RES_PATH_FIELD.cpp_type = 1 - -SCENE_CFG_BORN_X_FIELD.name = "born_x" -SCENE_CFG_BORN_X_FIELD.full_name = ".ftcfg.scene_cfg.born_x" -SCENE_CFG_BORN_X_FIELD.number = 16 -SCENE_CFG_BORN_X_FIELD.index = 15 -SCENE_CFG_BORN_X_FIELD.label = 2 -SCENE_CFG_BORN_X_FIELD.has_default_value = false -SCENE_CFG_BORN_X_FIELD.default_value = 0.0 -SCENE_CFG_BORN_X_FIELD.type = 2 -SCENE_CFG_BORN_X_FIELD.cpp_type = 6 - -SCENE_CFG_BORN_Y_FIELD.name = "born_y" -SCENE_CFG_BORN_Y_FIELD.full_name = ".ftcfg.scene_cfg.born_y" -SCENE_CFG_BORN_Y_FIELD.number = 17 -SCENE_CFG_BORN_Y_FIELD.index = 16 -SCENE_CFG_BORN_Y_FIELD.label = 2 -SCENE_CFG_BORN_Y_FIELD.has_default_value = false -SCENE_CFG_BORN_Y_FIELD.default_value = 0.0 -SCENE_CFG_BORN_Y_FIELD.type = 2 -SCENE_CFG_BORN_Y_FIELD.cpp_type = 6 - -SCENE_CFG_BORN_Z_FIELD.name = "born_z" -SCENE_CFG_BORN_Z_FIELD.full_name = ".ftcfg.scene_cfg.born_z" -SCENE_CFG_BORN_Z_FIELD.number = 18 -SCENE_CFG_BORN_Z_FIELD.index = 17 -SCENE_CFG_BORN_Z_FIELD.label = 2 -SCENE_CFG_BORN_Z_FIELD.has_default_value = false -SCENE_CFG_BORN_Z_FIELD.default_value = 0.0 -SCENE_CFG_BORN_Z_FIELD.type = 2 -SCENE_CFG_BORN_Z_FIELD.cpp_type = 6 - -SCENE_CFG_BORN_ROTATION_FIELD.name = "born_rotation" -SCENE_CFG_BORN_ROTATION_FIELD.full_name = ".ftcfg.scene_cfg.born_rotation" -SCENE_CFG_BORN_ROTATION_FIELD.number = 19 -SCENE_CFG_BORN_ROTATION_FIELD.index = 18 -SCENE_CFG_BORN_ROTATION_FIELD.label = 2 -SCENE_CFG_BORN_ROTATION_FIELD.has_default_value = false -SCENE_CFG_BORN_ROTATION_FIELD.default_value = 0.0 -SCENE_CFG_BORN_ROTATION_FIELD.type = 2 -SCENE_CFG_BORN_ROTATION_FIELD.cpp_type = 6 - -SCENE_CFG_GOAL_X_FIELD.name = "goal_x" -SCENE_CFG_GOAL_X_FIELD.full_name = ".ftcfg.scene_cfg.goal_x" -SCENE_CFG_GOAL_X_FIELD.number = 20 -SCENE_CFG_GOAL_X_FIELD.index = 19 -SCENE_CFG_GOAL_X_FIELD.label = 2 -SCENE_CFG_GOAL_X_FIELD.has_default_value = false -SCENE_CFG_GOAL_X_FIELD.default_value = 0.0 -SCENE_CFG_GOAL_X_FIELD.type = 2 -SCENE_CFG_GOAL_X_FIELD.cpp_type = 6 - -SCENE_CFG_GOAL_Y_FIELD.name = "goal_y" -SCENE_CFG_GOAL_Y_FIELD.full_name = ".ftcfg.scene_cfg.goal_y" -SCENE_CFG_GOAL_Y_FIELD.number = 21 -SCENE_CFG_GOAL_Y_FIELD.index = 20 -SCENE_CFG_GOAL_Y_FIELD.label = 2 -SCENE_CFG_GOAL_Y_FIELD.has_default_value = false -SCENE_CFG_GOAL_Y_FIELD.default_value = 0.0 -SCENE_CFG_GOAL_Y_FIELD.type = 2 -SCENE_CFG_GOAL_Y_FIELD.cpp_type = 6 - -SCENE_CFG_GOAL_Z_FIELD.name = "goal_z" -SCENE_CFG_GOAL_Z_FIELD.full_name = ".ftcfg.scene_cfg.goal_z" -SCENE_CFG_GOAL_Z_FIELD.number = 22 -SCENE_CFG_GOAL_Z_FIELD.index = 21 -SCENE_CFG_GOAL_Z_FIELD.label = 2 -SCENE_CFG_GOAL_Z_FIELD.has_default_value = false -SCENE_CFG_GOAL_Z_FIELD.default_value = 0.0 -SCENE_CFG_GOAL_Z_FIELD.type = 2 -SCENE_CFG_GOAL_Z_FIELD.cpp_type = 6 - -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.name = "default_attack_patterm" -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.full_name = ".ftcfg.scene_cfg.default_attack_patterm" -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.number = 23 -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.index = 22 -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.label = 2 -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.has_default_value = false -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.default_value = 0 -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.type = 5 -SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD.cpp_type = 1 - -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.name = "switch_attack_patterm" -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.full_name = ".ftcfg.scene_cfg.switch_attack_patterm" -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.number = 24 -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.index = 23 -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.label = 2 -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.has_default_value = false -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.default_value = 0 -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.type = 5 -SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD.cpp_type = 1 - -SCENE_CFG_CAN_TEAM_CALL_FIELD.name = "can_team_call" -SCENE_CFG_CAN_TEAM_CALL_FIELD.full_name = ".ftcfg.scene_cfg.can_team_call" -SCENE_CFG_CAN_TEAM_CALL_FIELD.number = 25 -SCENE_CFG_CAN_TEAM_CALL_FIELD.index = 24 -SCENE_CFG_CAN_TEAM_CALL_FIELD.label = 2 -SCENE_CFG_CAN_TEAM_CALL_FIELD.has_default_value = false -SCENE_CFG_CAN_TEAM_CALL_FIELD.default_value = 0 -SCENE_CFG_CAN_TEAM_CALL_FIELD.type = 5 -SCENE_CFG_CAN_TEAM_CALL_FIELD.cpp_type = 1 - -SCENE_CFG_IS_BATTLE_FIELD_FIELD.name = "is_battle_field" -SCENE_CFG_IS_BATTLE_FIELD_FIELD.full_name = ".ftcfg.scene_cfg.is_battle_field" -SCENE_CFG_IS_BATTLE_FIELD_FIELD.number = 26 -SCENE_CFG_IS_BATTLE_FIELD_FIELD.index = 25 -SCENE_CFG_IS_BATTLE_FIELD_FIELD.label = 2 -SCENE_CFG_IS_BATTLE_FIELD_FIELD.has_default_value = false -SCENE_CFG_IS_BATTLE_FIELD_FIELD.default_value = 0 -SCENE_CFG_IS_BATTLE_FIELD_FIELD.type = 5 -SCENE_CFG_IS_BATTLE_FIELD_FIELD.cpp_type = 1 - -SCENE_CFG_CAM_OPTIONS_ID_FIELD.name = "cam_options_id" -SCENE_CFG_CAM_OPTIONS_ID_FIELD.full_name = ".ftcfg.scene_cfg.cam_options_id" -SCENE_CFG_CAM_OPTIONS_ID_FIELD.number = 27 -SCENE_CFG_CAM_OPTIONS_ID_FIELD.index = 26 -SCENE_CFG_CAM_OPTIONS_ID_FIELD.label = 2 -SCENE_CFG_CAM_OPTIONS_ID_FIELD.has_default_value = false -SCENE_CFG_CAM_OPTIONS_ID_FIELD.default_value = 0 -SCENE_CFG_CAM_OPTIONS_ID_FIELD.type = 5 -SCENE_CFG_CAM_OPTIONS_ID_FIELD.cpp_type = 1 - -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.name = "can_use_worldmap" -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.full_name = ".ftcfg.scene_cfg.can_use_worldmap" -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.number = 28 -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.index = 27 -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.label = 2 -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.has_default_value = false -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.default_value = 0 -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.type = 5 -SCENE_CFG_CAN_USE_WORLDMAP_FIELD.cpp_type = 1 - -SCENE_CFG.name = "scene_cfg" -SCENE_CFG.full_name = ".ftcfg.scene_cfg" -SCENE_CFG.nested_types = {} -SCENE_CFG.enum_types = {} -SCENE_CFG.fields = {SCENE_CFG_ID_FIELD, SCENE_CFG_NAME_FIELD, SCENE_CFG_MAPID_FIELD, SCENE_CFG_TYPE_FIELD, SCENE_CFG_IS_SAME_SCENE_FIELD, SCENE_CFG_SCENE_ROUTE_FIELD, SCENE_CFG_CAMERA_PATH_RES_FIELD, SCENE_CFG_SCENE_RECAST_FIELD, SCENE_CFG_SCENE_LENGTH_FIELD, SCENE_CFG_SCENE_WIDTH_FIELD, SCENE_CFG_REFRESH_TYPE_FIELD, SCENE_CFG_REFRESH_PARAMETER_FIELD, SCENE_CFG_PARTNER_CARRY_FIELD, SCENE_CFG_SHOW_CG_FIELD, SCENE_CFG_RES_PATH_FIELD, SCENE_CFG_BORN_X_FIELD, SCENE_CFG_BORN_Y_FIELD, SCENE_CFG_BORN_Z_FIELD, SCENE_CFG_BORN_ROTATION_FIELD, SCENE_CFG_GOAL_X_FIELD, SCENE_CFG_GOAL_Y_FIELD, SCENE_CFG_GOAL_Z_FIELD, SCENE_CFG_DEFAULT_ATTACK_PATTERM_FIELD, SCENE_CFG_SWITCH_ATTACK_PATTERM_FIELD, SCENE_CFG_CAN_TEAM_CALL_FIELD, SCENE_CFG_IS_BATTLE_FIELD_FIELD, SCENE_CFG_CAM_OPTIONS_ID_FIELD, SCENE_CFG_CAN_USE_WORLDMAP_FIELD} -SCENE_CFG.is_extendable = false -SCENE_CFG.extensions = {} -SCENE_CFGS_ITEMS_FIELD.name = "items" -SCENE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_cfgs.items" -SCENE_CFGS_ITEMS_FIELD.number = 1 -SCENE_CFGS_ITEMS_FIELD.index = 0 -SCENE_CFGS_ITEMS_FIELD.label = 3 -SCENE_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_CFGS_ITEMS_FIELD.default_value = {} -SCENE_CFGS_ITEMS_FIELD.message_type = SCENE_CFG -SCENE_CFGS_ITEMS_FIELD.type = 11 -SCENE_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_CFGS.name = "scene_cfgs" -SCENE_CFGS.full_name = ".ftcfg.scene_cfgs" -SCENE_CFGS.nested_types = {} -SCENE_CFGS.enum_types = {} -SCENE_CFGS.fields = {SCENE_CFGS_ITEMS_FIELD} -SCENE_CFGS.is_extendable = false -SCENE_CFGS.extensions = {} -SKILL_CFG_ID_FIELD.name = "id" -SKILL_CFG_ID_FIELD.full_name = ".ftcfg.skill_cfg.id" -SKILL_CFG_ID_FIELD.number = 1 -SKILL_CFG_ID_FIELD.index = 0 -SKILL_CFG_ID_FIELD.label = 2 -SKILL_CFG_ID_FIELD.has_default_value = false -SKILL_CFG_ID_FIELD.default_value = 0 -SKILL_CFG_ID_FIELD.type = 5 -SKILL_CFG_ID_FIELD.cpp_type = 1 - -SKILL_CFG_NAME_TIP_FIELD.name = "name_tip" -SKILL_CFG_NAME_TIP_FIELD.full_name = ".ftcfg.skill_cfg.name_tip" -SKILL_CFG_NAME_TIP_FIELD.number = 2 -SKILL_CFG_NAME_TIP_FIELD.index = 1 -SKILL_CFG_NAME_TIP_FIELD.label = 2 -SKILL_CFG_NAME_TIP_FIELD.has_default_value = false -SKILL_CFG_NAME_TIP_FIELD.default_value = "" -SKILL_CFG_NAME_TIP_FIELD.type = 9 -SKILL_CFG_NAME_TIP_FIELD.cpp_type = 9 - -SKILL_CFG_NAME_FIELD.name = "name" -SKILL_CFG_NAME_FIELD.full_name = ".ftcfg.skill_cfg.name" -SKILL_CFG_NAME_FIELD.number = 3 -SKILL_CFG_NAME_FIELD.index = 2 -SKILL_CFG_NAME_FIELD.label = 2 -SKILL_CFG_NAME_FIELD.has_default_value = false -SKILL_CFG_NAME_FIELD.default_value = 0 -SKILL_CFG_NAME_FIELD.type = 5 -SKILL_CFG_NAME_FIELD.cpp_type = 1 - -SKILL_CFG_SKILL_LEVEL_FIELD.name = "skill_level" -SKILL_CFG_SKILL_LEVEL_FIELD.full_name = ".ftcfg.skill_cfg.skill_level" -SKILL_CFG_SKILL_LEVEL_FIELD.number = 4 -SKILL_CFG_SKILL_LEVEL_FIELD.index = 3 -SKILL_CFG_SKILL_LEVEL_FIELD.label = 2 -SKILL_CFG_SKILL_LEVEL_FIELD.has_default_value = false -SKILL_CFG_SKILL_LEVEL_FIELD.default_value = 0 -SKILL_CFG_SKILL_LEVEL_FIELD.type = 5 -SKILL_CFG_SKILL_LEVEL_FIELD.cpp_type = 1 - -SKILL_CFG_PLAYER_LEVEL_FIELD.name = "player_level" -SKILL_CFG_PLAYER_LEVEL_FIELD.full_name = ".ftcfg.skill_cfg.player_level" -SKILL_CFG_PLAYER_LEVEL_FIELD.number = 5 -SKILL_CFG_PLAYER_LEVEL_FIELD.index = 4 -SKILL_CFG_PLAYER_LEVEL_FIELD.label = 2 -SKILL_CFG_PLAYER_LEVEL_FIELD.has_default_value = false -SKILL_CFG_PLAYER_LEVEL_FIELD.default_value = 0 -SKILL_CFG_PLAYER_LEVEL_FIELD.type = 5 -SKILL_CFG_PLAYER_LEVEL_FIELD.cpp_type = 1 - -SKILL_CFG_LEVELUP_COST_FIELD.name = "levelup_cost" -SKILL_CFG_LEVELUP_COST_FIELD.full_name = ".ftcfg.skill_cfg.levelup_cost" -SKILL_CFG_LEVELUP_COST_FIELD.number = 6 -SKILL_CFG_LEVELUP_COST_FIELD.index = 5 -SKILL_CFG_LEVELUP_COST_FIELD.label = 2 -SKILL_CFG_LEVELUP_COST_FIELD.has_default_value = false -SKILL_CFG_LEVELUP_COST_FIELD.default_value = 0 -SKILL_CFG_LEVELUP_COST_FIELD.type = 5 -SKILL_CFG_LEVELUP_COST_FIELD.cpp_type = 1 - -SKILL_CFG_NEXT_LEVEL_ID_FIELD.name = "next_level_id" -SKILL_CFG_NEXT_LEVEL_ID_FIELD.full_name = ".ftcfg.skill_cfg.next_level_id" -SKILL_CFG_NEXT_LEVEL_ID_FIELD.number = 7 -SKILL_CFG_NEXT_LEVEL_ID_FIELD.index = 6 -SKILL_CFG_NEXT_LEVEL_ID_FIELD.label = 2 -SKILL_CFG_NEXT_LEVEL_ID_FIELD.has_default_value = false -SKILL_CFG_NEXT_LEVEL_ID_FIELD.default_value = 0 -SKILL_CFG_NEXT_LEVEL_ID_FIELD.type = 5 -SKILL_CFG_NEXT_LEVEL_ID_FIELD.cpp_type = 1 - -SKILL_CFG_SKILL_ICON_FIELD.name = "skill_icon" -SKILL_CFG_SKILL_ICON_FIELD.full_name = ".ftcfg.skill_cfg.skill_icon" -SKILL_CFG_SKILL_ICON_FIELD.number = 8 -SKILL_CFG_SKILL_ICON_FIELD.index = 7 -SKILL_CFG_SKILL_ICON_FIELD.label = 2 -SKILL_CFG_SKILL_ICON_FIELD.has_default_value = false -SKILL_CFG_SKILL_ICON_FIELD.default_value = 0 -SKILL_CFG_SKILL_ICON_FIELD.type = 5 -SKILL_CFG_SKILL_ICON_FIELD.cpp_type = 1 - -SKILL_CFG_SKILL_PROF_FIELD.name = "skill_prof" -SKILL_CFG_SKILL_PROF_FIELD.full_name = ".ftcfg.skill_cfg.skill_prof" -SKILL_CFG_SKILL_PROF_FIELD.number = 9 -SKILL_CFG_SKILL_PROF_FIELD.index = 8 -SKILL_CFG_SKILL_PROF_FIELD.label = 2 -SKILL_CFG_SKILL_PROF_FIELD.has_default_value = false -SKILL_CFG_SKILL_PROF_FIELD.default_value = 0 -SKILL_CFG_SKILL_PROF_FIELD.type = 5 -SKILL_CFG_SKILL_PROF_FIELD.cpp_type = 1 - -SKILL_CFG_TIPS2_FIELD.name = "tips2" -SKILL_CFG_TIPS2_FIELD.full_name = ".ftcfg.skill_cfg.tips2" -SKILL_CFG_TIPS2_FIELD.number = 10 -SKILL_CFG_TIPS2_FIELD.index = 9 -SKILL_CFG_TIPS2_FIELD.label = 2 -SKILL_CFG_TIPS2_FIELD.has_default_value = false -SKILL_CFG_TIPS2_FIELD.default_value = 0 -SKILL_CFG_TIPS2_FIELD.type = 5 -SKILL_CFG_TIPS2_FIELD.cpp_type = 1 - -SKILL_CFG_TIPS_FIELD.name = "tips" -SKILL_CFG_TIPS_FIELD.full_name = ".ftcfg.skill_cfg.tips" -SKILL_CFG_TIPS_FIELD.number = 11 -SKILL_CFG_TIPS_FIELD.index = 10 -SKILL_CFG_TIPS_FIELD.label = 2 -SKILL_CFG_TIPS_FIELD.has_default_value = false -SKILL_CFG_TIPS_FIELD.default_value = 0 -SKILL_CFG_TIPS_FIELD.type = 5 -SKILL_CFG_TIPS_FIELD.cpp_type = 1 - -SKILL_CFG_TIPS3_FIELD.name = "tips3" -SKILL_CFG_TIPS3_FIELD.full_name = ".ftcfg.skill_cfg.tips3" -SKILL_CFG_TIPS3_FIELD.number = 12 -SKILL_CFG_TIPS3_FIELD.index = 11 -SKILL_CFG_TIPS3_FIELD.label = 2 -SKILL_CFG_TIPS3_FIELD.has_default_value = false -SKILL_CFG_TIPS3_FIELD.default_value = 0 -SKILL_CFG_TIPS3_FIELD.type = 5 -SKILL_CFG_TIPS3_FIELD.cpp_type = 1 - -SKILL_CFG_TIPS_PARA1_FIELD.name = "tips_para1" -SKILL_CFG_TIPS_PARA1_FIELD.full_name = ".ftcfg.skill_cfg.tips_para1" -SKILL_CFG_TIPS_PARA1_FIELD.number = 13 -SKILL_CFG_TIPS_PARA1_FIELD.index = 12 -SKILL_CFG_TIPS_PARA1_FIELD.label = 2 -SKILL_CFG_TIPS_PARA1_FIELD.has_default_value = false -SKILL_CFG_TIPS_PARA1_FIELD.default_value = 0.0 -SKILL_CFG_TIPS_PARA1_FIELD.type = 2 -SKILL_CFG_TIPS_PARA1_FIELD.cpp_type = 6 - -SKILL_CFG_TIPS_PARA2_FIELD.name = "tips_para2" -SKILL_CFG_TIPS_PARA2_FIELD.full_name = ".ftcfg.skill_cfg.tips_para2" -SKILL_CFG_TIPS_PARA2_FIELD.number = 14 -SKILL_CFG_TIPS_PARA2_FIELD.index = 13 -SKILL_CFG_TIPS_PARA2_FIELD.label = 2 -SKILL_CFG_TIPS_PARA2_FIELD.has_default_value = false -SKILL_CFG_TIPS_PARA2_FIELD.default_value = 0.0 -SKILL_CFG_TIPS_PARA2_FIELD.type = 2 -SKILL_CFG_TIPS_PARA2_FIELD.cpp_type = 6 - -SKILL_CFG_TIPS_PARA3_FIELD.name = "tips_para3" -SKILL_CFG_TIPS_PARA3_FIELD.full_name = ".ftcfg.skill_cfg.tips_para3" -SKILL_CFG_TIPS_PARA3_FIELD.number = 15 -SKILL_CFG_TIPS_PARA3_FIELD.index = 14 -SKILL_CFG_TIPS_PARA3_FIELD.label = 2 -SKILL_CFG_TIPS_PARA3_FIELD.has_default_value = false -SKILL_CFG_TIPS_PARA3_FIELD.default_value = 0.0 -SKILL_CFG_TIPS_PARA3_FIELD.type = 2 -SKILL_CFG_TIPS_PARA3_FIELD.cpp_type = 6 - -SKILL_CFG_TIPS_PARA4_FIELD.name = "tips_para4" -SKILL_CFG_TIPS_PARA4_FIELD.full_name = ".ftcfg.skill_cfg.tips_para4" -SKILL_CFG_TIPS_PARA4_FIELD.number = 16 -SKILL_CFG_TIPS_PARA4_FIELD.index = 15 -SKILL_CFG_TIPS_PARA4_FIELD.label = 2 -SKILL_CFG_TIPS_PARA4_FIELD.has_default_value = false -SKILL_CFG_TIPS_PARA4_FIELD.default_value = 0.0 -SKILL_CFG_TIPS_PARA4_FIELD.type = 2 -SKILL_CFG_TIPS_PARA4_FIELD.cpp_type = 6 - -SKILL_CFG_TIPS_PARA5_FIELD.name = "tips_para5" -SKILL_CFG_TIPS_PARA5_FIELD.full_name = ".ftcfg.skill_cfg.tips_para5" -SKILL_CFG_TIPS_PARA5_FIELD.number = 17 -SKILL_CFG_TIPS_PARA5_FIELD.index = 16 -SKILL_CFG_TIPS_PARA5_FIELD.label = 2 -SKILL_CFG_TIPS_PARA5_FIELD.has_default_value = false -SKILL_CFG_TIPS_PARA5_FIELD.default_value = 0.0 -SKILL_CFG_TIPS_PARA5_FIELD.type = 2 -SKILL_CFG_TIPS_PARA5_FIELD.cpp_type = 6 - -SKILL_CFG_TIPS_PARA6_FIELD.name = "tips_para6" -SKILL_CFG_TIPS_PARA6_FIELD.full_name = ".ftcfg.skill_cfg.tips_para6" -SKILL_CFG_TIPS_PARA6_FIELD.number = 18 -SKILL_CFG_TIPS_PARA6_FIELD.index = 17 -SKILL_CFG_TIPS_PARA6_FIELD.label = 2 -SKILL_CFG_TIPS_PARA6_FIELD.has_default_value = false -SKILL_CFG_TIPS_PARA6_FIELD.default_value = 0.0 -SKILL_CFG_TIPS_PARA6_FIELD.type = 2 -SKILL_CFG_TIPS_PARA6_FIELD.cpp_type = 6 - -SKILL_CFG_NEXT_SKILL_FIELD.name = "next_skill" -SKILL_CFG_NEXT_SKILL_FIELD.full_name = ".ftcfg.skill_cfg.next_skill" -SKILL_CFG_NEXT_SKILL_FIELD.number = 19 -SKILL_CFG_NEXT_SKILL_FIELD.index = 18 -SKILL_CFG_NEXT_SKILL_FIELD.label = 2 -SKILL_CFG_NEXT_SKILL_FIELD.has_default_value = false -SKILL_CFG_NEXT_SKILL_FIELD.default_value = 0 -SKILL_CFG_NEXT_SKILL_FIELD.type = 5 -SKILL_CFG_NEXT_SKILL_FIELD.cpp_type = 1 - -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.name = "next_change_skill" -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.full_name = ".ftcfg.skill_cfg.next_change_skill" -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.number = 20 -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.index = 19 -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.label = 2 -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.has_default_value = false -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.default_value = 0 -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.type = 5 -SKILL_CFG_NEXT_CHANGE_SKILL_FIELD.cpp_type = 1 - -SKILL_CFG_AUTO_SKILL_FIELD.name = "auto_skill" -SKILL_CFG_AUTO_SKILL_FIELD.full_name = ".ftcfg.skill_cfg.auto_skill" -SKILL_CFG_AUTO_SKILL_FIELD.number = 21 -SKILL_CFG_AUTO_SKILL_FIELD.index = 20 -SKILL_CFG_AUTO_SKILL_FIELD.label = 2 -SKILL_CFG_AUTO_SKILL_FIELD.has_default_value = false -SKILL_CFG_AUTO_SKILL_FIELD.default_value = false -SKILL_CFG_AUTO_SKILL_FIELD.type = 8 -SKILL_CFG_AUTO_SKILL_FIELD.cpp_type = 7 - -SKILL_CFG_NEXT_SKILL_TIME_FIELD.name = "next_skill_time" -SKILL_CFG_NEXT_SKILL_TIME_FIELD.full_name = ".ftcfg.skill_cfg.next_skill_time" -SKILL_CFG_NEXT_SKILL_TIME_FIELD.number = 22 -SKILL_CFG_NEXT_SKILL_TIME_FIELD.index = 21 -SKILL_CFG_NEXT_SKILL_TIME_FIELD.label = 2 -SKILL_CFG_NEXT_SKILL_TIME_FIELD.has_default_value = false -SKILL_CFG_NEXT_SKILL_TIME_FIELD.default_value = 0 -SKILL_CFG_NEXT_SKILL_TIME_FIELD.type = 5 -SKILL_CFG_NEXT_SKILL_TIME_FIELD.cpp_type = 1 - -SKILL_CFG_SKILL_TYPE_FIELD.name = "skill_type" -SKILL_CFG_SKILL_TYPE_FIELD.full_name = ".ftcfg.skill_cfg.skill_type" -SKILL_CFG_SKILL_TYPE_FIELD.number = 23 -SKILL_CFG_SKILL_TYPE_FIELD.index = 22 -SKILL_CFG_SKILL_TYPE_FIELD.label = 2 -SKILL_CFG_SKILL_TYPE_FIELD.has_default_value = false -SKILL_CFG_SKILL_TYPE_FIELD.default_value = nil -SKILL_CFG_SKILL_TYPE_FIELD.enum_type = config_predefine_pb.ESKILLTYPE -SKILL_CFG_SKILL_TYPE_FIELD.type = 14 -SKILL_CFG_SKILL_TYPE_FIELD.cpp_type = 8 - -SKILL_CFG_ENERGY_COST_TYPE_FIELD.name = "energy_cost_type" -SKILL_CFG_ENERGY_COST_TYPE_FIELD.full_name = ".ftcfg.skill_cfg.energy_cost_type" -SKILL_CFG_ENERGY_COST_TYPE_FIELD.number = 24 -SKILL_CFG_ENERGY_COST_TYPE_FIELD.index = 23 -SKILL_CFG_ENERGY_COST_TYPE_FIELD.label = 2 -SKILL_CFG_ENERGY_COST_TYPE_FIELD.has_default_value = false -SKILL_CFG_ENERGY_COST_TYPE_FIELD.default_value = nil -SKILL_CFG_ENERGY_COST_TYPE_FIELD.enum_type = config_predefine_pb.ESKILLCOSTTYPE -SKILL_CFG_ENERGY_COST_TYPE_FIELD.type = 14 -SKILL_CFG_ENERGY_COST_TYPE_FIELD.cpp_type = 8 - -SKILL_CFG_ENERGY_VALUE_FIELD.name = "energy_value" -SKILL_CFG_ENERGY_VALUE_FIELD.full_name = ".ftcfg.skill_cfg.energy_value" -SKILL_CFG_ENERGY_VALUE_FIELD.number = 25 -SKILL_CFG_ENERGY_VALUE_FIELD.index = 24 -SKILL_CFG_ENERGY_VALUE_FIELD.label = 2 -SKILL_CFG_ENERGY_VALUE_FIELD.has_default_value = false -SKILL_CFG_ENERGY_VALUE_FIELD.default_value = 0 -SKILL_CFG_ENERGY_VALUE_FIELD.type = 5 -SKILL_CFG_ENERGY_VALUE_FIELD.cpp_type = 1 - -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.name = "max_energy_value" -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.full_name = ".ftcfg.skill_cfg.max_energy_value" -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.number = 26 -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.index = 25 -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.label = 2 -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.has_default_value = false -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.default_value = 0 -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.type = 5 -SKILL_CFG_MAX_ENERGY_VALUE_FIELD.cpp_type = 1 - -SKILL_CFG_RET_ENERGY_VALUE_FIELD.name = "ret_energy_value" -SKILL_CFG_RET_ENERGY_VALUE_FIELD.full_name = ".ftcfg.skill_cfg.ret_energy_value" -SKILL_CFG_RET_ENERGY_VALUE_FIELD.number = 27 -SKILL_CFG_RET_ENERGY_VALUE_FIELD.index = 26 -SKILL_CFG_RET_ENERGY_VALUE_FIELD.label = 2 -SKILL_CFG_RET_ENERGY_VALUE_FIELD.has_default_value = false -SKILL_CFG_RET_ENERGY_VALUE_FIELD.default_value = 0 -SKILL_CFG_RET_ENERGY_VALUE_FIELD.type = 5 -SKILL_CFG_RET_ENERGY_VALUE_FIELD.cpp_type = 1 - -SKILL_CFG_RET_HP_EFFECT_FIELD.name = "ret_hp_effect" -SKILL_CFG_RET_HP_EFFECT_FIELD.full_name = ".ftcfg.skill_cfg.ret_hp_effect" -SKILL_CFG_RET_HP_EFFECT_FIELD.number = 28 -SKILL_CFG_RET_HP_EFFECT_FIELD.index = 27 -SKILL_CFG_RET_HP_EFFECT_FIELD.label = 2 -SKILL_CFG_RET_HP_EFFECT_FIELD.has_default_value = false -SKILL_CFG_RET_HP_EFFECT_FIELD.default_value = 0 -SKILL_CFG_RET_HP_EFFECT_FIELD.type = 5 -SKILL_CFG_RET_HP_EFFECT_FIELD.cpp_type = 1 - -SKILL_CFG_SHOW_PROGRESS_FIELD.name = "show_progress" -SKILL_CFG_SHOW_PROGRESS_FIELD.full_name = ".ftcfg.skill_cfg.show_progress" -SKILL_CFG_SHOW_PROGRESS_FIELD.number = 29 -SKILL_CFG_SHOW_PROGRESS_FIELD.index = 28 -SKILL_CFG_SHOW_PROGRESS_FIELD.label = 2 -SKILL_CFG_SHOW_PROGRESS_FIELD.has_default_value = false -SKILL_CFG_SHOW_PROGRESS_FIELD.default_value = 0 -SKILL_CFG_SHOW_PROGRESS_FIELD.type = 5 -SKILL_CFG_SHOW_PROGRESS_FIELD.cpp_type = 1 - -SKILL_CFG_PROGRESS_WORD_FIELD.name = "progress_word" -SKILL_CFG_PROGRESS_WORD_FIELD.full_name = ".ftcfg.skill_cfg.progress_word" -SKILL_CFG_PROGRESS_WORD_FIELD.number = 30 -SKILL_CFG_PROGRESS_WORD_FIELD.index = 29 -SKILL_CFG_PROGRESS_WORD_FIELD.label = 2 -SKILL_CFG_PROGRESS_WORD_FIELD.has_default_value = false -SKILL_CFG_PROGRESS_WORD_FIELD.default_value = 0 -SKILL_CFG_PROGRESS_WORD_FIELD.type = 5 -SKILL_CFG_PROGRESS_WORD_FIELD.cpp_type = 1 - -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.name = "is_trigger_passive" -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.full_name = ".ftcfg.skill_cfg.is_trigger_passive" -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.number = 31 -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.index = 30 -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.label = 2 -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.has_default_value = false -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.default_value = false -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.type = 8 -SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD.cpp_type = 7 - -SKILL_CFG_IS_PASSIVE_FIELD.name = "is_passive" -SKILL_CFG_IS_PASSIVE_FIELD.full_name = ".ftcfg.skill_cfg.is_passive" -SKILL_CFG_IS_PASSIVE_FIELD.number = 32 -SKILL_CFG_IS_PASSIVE_FIELD.index = 31 -SKILL_CFG_IS_PASSIVE_FIELD.label = 2 -SKILL_CFG_IS_PASSIVE_FIELD.has_default_value = false -SKILL_CFG_IS_PASSIVE_FIELD.default_value = false -SKILL_CFG_IS_PASSIVE_FIELD.type = 8 -SKILL_CFG_IS_PASSIVE_FIELD.cpp_type = 7 - -SKILL_CFG_TRIGGER_TYPE_FIELD.name = "trigger_type" -SKILL_CFG_TRIGGER_TYPE_FIELD.full_name = ".ftcfg.skill_cfg.trigger_type" -SKILL_CFG_TRIGGER_TYPE_FIELD.number = 33 -SKILL_CFG_TRIGGER_TYPE_FIELD.index = 32 -SKILL_CFG_TRIGGER_TYPE_FIELD.label = 2 -SKILL_CFG_TRIGGER_TYPE_FIELD.has_default_value = false -SKILL_CFG_TRIGGER_TYPE_FIELD.default_value = nil -SKILL_CFG_TRIGGER_TYPE_FIELD.enum_type = config_predefine_pb.EBATTLEEVENTTYPE -SKILL_CFG_TRIGGER_TYPE_FIELD.type = 14 -SKILL_CFG_TRIGGER_TYPE_FIELD.cpp_type = 8 - -SKILL_CFG_ACCELERATE_FIELD.name = "accelerate" -SKILL_CFG_ACCELERATE_FIELD.full_name = ".ftcfg.skill_cfg.accelerate" -SKILL_CFG_ACCELERATE_FIELD.number = 34 -SKILL_CFG_ACCELERATE_FIELD.index = 33 -SKILL_CFG_ACCELERATE_FIELD.label = 2 -SKILL_CFG_ACCELERATE_FIELD.has_default_value = false -SKILL_CFG_ACCELERATE_FIELD.default_value = false -SKILL_CFG_ACCELERATE_FIELD.type = 8 -SKILL_CFG_ACCELERATE_FIELD.cpp_type = 7 - -SKILL_CFG_IS_CONCURRENCY_FIELD.name = "is_concurrency" -SKILL_CFG_IS_CONCURRENCY_FIELD.full_name = ".ftcfg.skill_cfg.is_concurrency" -SKILL_CFG_IS_CONCURRENCY_FIELD.number = 35 -SKILL_CFG_IS_CONCURRENCY_FIELD.index = 34 -SKILL_CFG_IS_CONCURRENCY_FIELD.label = 2 -SKILL_CFG_IS_CONCURRENCY_FIELD.has_default_value = false -SKILL_CFG_IS_CONCURRENCY_FIELD.default_value = false -SKILL_CFG_IS_CONCURRENCY_FIELD.type = 8 -SKILL_CFG_IS_CONCURRENCY_FIELD.cpp_type = 7 - -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.name = "int_channel_when_beaten" -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.full_name = ".ftcfg.skill_cfg.int_channel_when_beaten" -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.number = 36 -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.index = 35 -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.label = 2 -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.has_default_value = false -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.default_value = false -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.type = 8 -SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD.cpp_type = 7 - -SKILL_CFG_IS_CHANNEL_FIELD.name = "is_channel" -SKILL_CFG_IS_CHANNEL_FIELD.full_name = ".ftcfg.skill_cfg.is_channel" -SKILL_CFG_IS_CHANNEL_FIELD.number = 37 -SKILL_CFG_IS_CHANNEL_FIELD.index = 36 -SKILL_CFG_IS_CHANNEL_FIELD.label = 2 -SKILL_CFG_IS_CHANNEL_FIELD.has_default_value = false -SKILL_CFG_IS_CHANNEL_FIELD.default_value = false -SKILL_CFG_IS_CHANNEL_FIELD.type = 8 -SKILL_CFG_IS_CHANNEL_FIELD.cpp_type = 7 - -SKILL_CFG_CHANNEL_TIME_FIELD.name = "channel_time" -SKILL_CFG_CHANNEL_TIME_FIELD.full_name = ".ftcfg.skill_cfg.channel_time" -SKILL_CFG_CHANNEL_TIME_FIELD.number = 38 -SKILL_CFG_CHANNEL_TIME_FIELD.index = 37 -SKILL_CFG_CHANNEL_TIME_FIELD.label = 2 -SKILL_CFG_CHANNEL_TIME_FIELD.has_default_value = false -SKILL_CFG_CHANNEL_TIME_FIELD.default_value = 0 -SKILL_CFG_CHANNEL_TIME_FIELD.type = 5 -SKILL_CFG_CHANNEL_TIME_FIELD.cpp_type = 1 - -SKILL_CFG_CAN_CANCEL_FIELD.name = "can_cancel" -SKILL_CFG_CAN_CANCEL_FIELD.full_name = ".ftcfg.skill_cfg.can_cancel" -SKILL_CFG_CAN_CANCEL_FIELD.number = 39 -SKILL_CFG_CAN_CANCEL_FIELD.index = 38 -SKILL_CFG_CAN_CANCEL_FIELD.label = 2 -SKILL_CFG_CAN_CANCEL_FIELD.has_default_value = false -SKILL_CFG_CAN_CANCEL_FIELD.default_value = false -SKILL_CFG_CAN_CANCEL_FIELD.type = 8 -SKILL_CFG_CAN_CANCEL_FIELD.cpp_type = 7 - -SKILL_CFG_BASE_POS_FIELD.name = "base_pos" -SKILL_CFG_BASE_POS_FIELD.full_name = ".ftcfg.skill_cfg.base_pos" -SKILL_CFG_BASE_POS_FIELD.number = 40 -SKILL_CFG_BASE_POS_FIELD.index = 39 -SKILL_CFG_BASE_POS_FIELD.label = 2 -SKILL_CFG_BASE_POS_FIELD.has_default_value = false -SKILL_CFG_BASE_POS_FIELD.default_value = nil -SKILL_CFG_BASE_POS_FIELD.enum_type = config_predefine_pb.EBASEAREATYPE -SKILL_CFG_BASE_POS_FIELD.type = 14 -SKILL_CFG_BASE_POS_FIELD.cpp_type = 8 - -SKILL_CFG_TARGET_TYPE_FIELD.name = "target_type" -SKILL_CFG_TARGET_TYPE_FIELD.full_name = ".ftcfg.skill_cfg.target_type" -SKILL_CFG_TARGET_TYPE_FIELD.number = 41 -SKILL_CFG_TARGET_TYPE_FIELD.index = 40 -SKILL_CFG_TARGET_TYPE_FIELD.label = 2 -SKILL_CFG_TARGET_TYPE_FIELD.has_default_value = false -SKILL_CFG_TARGET_TYPE_FIELD.default_value = 0 -SKILL_CFG_TARGET_TYPE_FIELD.type = 5 -SKILL_CFG_TARGET_TYPE_FIELD.cpp_type = 1 - -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.name = "remove_buff_when_cancel" -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.full_name = ".ftcfg.skill_cfg.remove_buff_when_cancel" -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.number = 42 -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.index = 41 -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.label = 2 -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.has_default_value = false -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.default_value = false -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.type = 8 -SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD.cpp_type = 7 - -SKILL_CFG_WORK_WHEN_FIELD.name = "work_when" -SKILL_CFG_WORK_WHEN_FIELD.full_name = ".ftcfg.skill_cfg.work_when" -SKILL_CFG_WORK_WHEN_FIELD.number = 43 -SKILL_CFG_WORK_WHEN_FIELD.index = 42 -SKILL_CFG_WORK_WHEN_FIELD.label = 2 -SKILL_CFG_WORK_WHEN_FIELD.has_default_value = false -SKILL_CFG_WORK_WHEN_FIELD.default_value = 0 -SKILL_CFG_WORK_WHEN_FIELD.type = 5 -SKILL_CFG_WORK_WHEN_FIELD.cpp_type = 1 - -SKILL_CFG_CD_GROUP_ID_FIELD.name = "cd_group_id" -SKILL_CFG_CD_GROUP_ID_FIELD.full_name = ".ftcfg.skill_cfg.cd_group_id" -SKILL_CFG_CD_GROUP_ID_FIELD.number = 44 -SKILL_CFG_CD_GROUP_ID_FIELD.index = 43 -SKILL_CFG_CD_GROUP_ID_FIELD.label = 2 -SKILL_CFG_CD_GROUP_ID_FIELD.has_default_value = false -SKILL_CFG_CD_GROUP_ID_FIELD.default_value = 0 -SKILL_CFG_CD_GROUP_ID_FIELD.type = 5 -SKILL_CFG_CD_GROUP_ID_FIELD.cpp_type = 1 - -SKILL_CFG_CD_TIME_FIELD.name = "cd_time" -SKILL_CFG_CD_TIME_FIELD.full_name = ".ftcfg.skill_cfg.cd_time" -SKILL_CFG_CD_TIME_FIELD.number = 45 -SKILL_CFG_CD_TIME_FIELD.index = 44 -SKILL_CFG_CD_TIME_FIELD.label = 2 -SKILL_CFG_CD_TIME_FIELD.has_default_value = false -SKILL_CFG_CD_TIME_FIELD.default_value = 0.0 -SKILL_CFG_CD_TIME_FIELD.type = 2 -SKILL_CFG_CD_TIME_FIELD.cpp_type = 6 - -SKILL_CFG_CD_NUM_FIELD.name = "cd_num" -SKILL_CFG_CD_NUM_FIELD.full_name = ".ftcfg.skill_cfg.cd_num" -SKILL_CFG_CD_NUM_FIELD.number = 46 -SKILL_CFG_CD_NUM_FIELD.index = 45 -SKILL_CFG_CD_NUM_FIELD.label = 2 -SKILL_CFG_CD_NUM_FIELD.has_default_value = false -SKILL_CFG_CD_NUM_FIELD.default_value = 0 -SKILL_CFG_CD_NUM_FIELD.type = 5 -SKILL_CFG_CD_NUM_FIELD.cpp_type = 1 - -SKILL_CFG_CAST_DISTANCE_FIELD.name = "cast_distance" -SKILL_CFG_CAST_DISTANCE_FIELD.full_name = ".ftcfg.skill_cfg.cast_distance" -SKILL_CFG_CAST_DISTANCE_FIELD.number = 47 -SKILL_CFG_CAST_DISTANCE_FIELD.index = 46 -SKILL_CFG_CAST_DISTANCE_FIELD.label = 2 -SKILL_CFG_CAST_DISTANCE_FIELD.has_default_value = false -SKILL_CFG_CAST_DISTANCE_FIELD.default_value = 0.0 -SKILL_CFG_CAST_DISTANCE_FIELD.type = 2 -SKILL_CFG_CAST_DISTANCE_FIELD.cpp_type = 6 - -SKILL_CFG_LOCKED_BY_SERVER_FIELD.name = "locked_by_server" -SKILL_CFG_LOCKED_BY_SERVER_FIELD.full_name = ".ftcfg.skill_cfg.locked_by_server" -SKILL_CFG_LOCKED_BY_SERVER_FIELD.number = 48 -SKILL_CFG_LOCKED_BY_SERVER_FIELD.index = 47 -SKILL_CFG_LOCKED_BY_SERVER_FIELD.label = 2 -SKILL_CFG_LOCKED_BY_SERVER_FIELD.has_default_value = false -SKILL_CFG_LOCKED_BY_SERVER_FIELD.default_value = false -SKILL_CFG_LOCKED_BY_SERVER_FIELD.type = 8 -SKILL_CFG_LOCKED_BY_SERVER_FIELD.cpp_type = 7 - -SKILL_CFG_RANGE_TYPE_FIELD.name = "range_type" -SKILL_CFG_RANGE_TYPE_FIELD.full_name = ".ftcfg.skill_cfg.range_type" -SKILL_CFG_RANGE_TYPE_FIELD.number = 49 -SKILL_CFG_RANGE_TYPE_FIELD.index = 48 -SKILL_CFG_RANGE_TYPE_FIELD.label = 2 -SKILL_CFG_RANGE_TYPE_FIELD.has_default_value = false -SKILL_CFG_RANGE_TYPE_FIELD.default_value = nil -SKILL_CFG_RANGE_TYPE_FIELD.enum_type = config_predefine_pb.EAREATYPE -SKILL_CFG_RANGE_TYPE_FIELD.type = 14 -SKILL_CFG_RANGE_TYPE_FIELD.cpp_type = 8 - -SKILL_CFG_RANGE_PARA1_FIELD.name = "range_para1" -SKILL_CFG_RANGE_PARA1_FIELD.full_name = ".ftcfg.skill_cfg.range_para1" -SKILL_CFG_RANGE_PARA1_FIELD.number = 50 -SKILL_CFG_RANGE_PARA1_FIELD.index = 49 -SKILL_CFG_RANGE_PARA1_FIELD.label = 2 -SKILL_CFG_RANGE_PARA1_FIELD.has_default_value = false -SKILL_CFG_RANGE_PARA1_FIELD.default_value = 0.0 -SKILL_CFG_RANGE_PARA1_FIELD.type = 2 -SKILL_CFG_RANGE_PARA1_FIELD.cpp_type = 6 - -SKILL_CFG_RANGE_PARA2_FIELD.name = "range_para2" -SKILL_CFG_RANGE_PARA2_FIELD.full_name = ".ftcfg.skill_cfg.range_para2" -SKILL_CFG_RANGE_PARA2_FIELD.number = 51 -SKILL_CFG_RANGE_PARA2_FIELD.index = 50 -SKILL_CFG_RANGE_PARA2_FIELD.label = 2 -SKILL_CFG_RANGE_PARA2_FIELD.has_default_value = false -SKILL_CFG_RANGE_PARA2_FIELD.default_value = 0.0 -SKILL_CFG_RANGE_PARA2_FIELD.type = 2 -SKILL_CFG_RANGE_PARA2_FIELD.cpp_type = 6 - -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.name = "lock_target_distance" -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.full_name = ".ftcfg.skill_cfg.lock_target_distance" -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.number = 52 -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.index = 51 -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.label = 2 -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.has_default_value = false -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.default_value = 0.0 -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.type = 2 -SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD.cpp_type = 6 - -SKILL_CFG_LOCK_MAX_COUNT_FIELD.name = "lock_max_count" -SKILL_CFG_LOCK_MAX_COUNT_FIELD.full_name = ".ftcfg.skill_cfg.lock_max_count" -SKILL_CFG_LOCK_MAX_COUNT_FIELD.number = 53 -SKILL_CFG_LOCK_MAX_COUNT_FIELD.index = 52 -SKILL_CFG_LOCK_MAX_COUNT_FIELD.label = 2 -SKILL_CFG_LOCK_MAX_COUNT_FIELD.has_default_value = false -SKILL_CFG_LOCK_MAX_COUNT_FIELD.default_value = 0 -SKILL_CFG_LOCK_MAX_COUNT_FIELD.type = 5 -SKILL_CFG_LOCK_MAX_COUNT_FIELD.cpp_type = 1 - -SKILL_CFG_CAST_SWING_TIME_FIELD.name = "cast_swing_time" -SKILL_CFG_CAST_SWING_TIME_FIELD.full_name = ".ftcfg.skill_cfg.cast_swing_time" -SKILL_CFG_CAST_SWING_TIME_FIELD.number = 54 -SKILL_CFG_CAST_SWING_TIME_FIELD.index = 53 -SKILL_CFG_CAST_SWING_TIME_FIELD.label = 2 -SKILL_CFG_CAST_SWING_TIME_FIELD.has_default_value = false -SKILL_CFG_CAST_SWING_TIME_FIELD.default_value = 0 -SKILL_CFG_CAST_SWING_TIME_FIELD.type = 5 -SKILL_CFG_CAST_SWING_TIME_FIELD.cpp_type = 1 - -SKILL_CFG_CAST_STIFF_TIME_FIELD.name = "cast_stiff_time" -SKILL_CFG_CAST_STIFF_TIME_FIELD.full_name = ".ftcfg.skill_cfg.cast_stiff_time" -SKILL_CFG_CAST_STIFF_TIME_FIELD.number = 55 -SKILL_CFG_CAST_STIFF_TIME_FIELD.index = 54 -SKILL_CFG_CAST_STIFF_TIME_FIELD.label = 2 -SKILL_CFG_CAST_STIFF_TIME_FIELD.has_default_value = false -SKILL_CFG_CAST_STIFF_TIME_FIELD.default_value = 0 -SKILL_CFG_CAST_STIFF_TIME_FIELD.type = 5 -SKILL_CFG_CAST_STIFF_TIME_FIELD.cpp_type = 1 - -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.name = "cast_back_swing_time" -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.full_name = ".ftcfg.skill_cfg.cast_back_swing_time" -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.number = 56 -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.index = 55 -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.label = 2 -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.has_default_value = false -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.default_value = 0 -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.type = 5 -SKILL_CFG_CAST_BACK_SWING_TIME_FIELD.cpp_type = 1 - -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.name = "magic_performance_id" -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.full_name = ".ftcfg.skill_cfg.magic_performance_id" -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.number = 57 -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.index = 56 -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.label = 2 -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.has_default_value = false -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.default_value = "" -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.type = 9 -SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD.cpp_type = 9 - -SKILL_CFG_HIT_EFFECT_FIELD.name = "hit_effect" -SKILL_CFG_HIT_EFFECT_FIELD.full_name = ".ftcfg.skill_cfg.hit_effect" -SKILL_CFG_HIT_EFFECT_FIELD.number = 58 -SKILL_CFG_HIT_EFFECT_FIELD.index = 57 -SKILL_CFG_HIT_EFFECT_FIELD.label = 2 -SKILL_CFG_HIT_EFFECT_FIELD.has_default_value = false -SKILL_CFG_HIT_EFFECT_FIELD.default_value = "" -SKILL_CFG_HIT_EFFECT_FIELD.type = 9 -SKILL_CFG_HIT_EFFECT_FIELD.cpp_type = 9 - -SKILL_CFG_HIT_EFFECT_TIME_FIELD.name = "hit_effect_time" -SKILL_CFG_HIT_EFFECT_TIME_FIELD.full_name = ".ftcfg.skill_cfg.hit_effect_time" -SKILL_CFG_HIT_EFFECT_TIME_FIELD.number = 59 -SKILL_CFG_HIT_EFFECT_TIME_FIELD.index = 58 -SKILL_CFG_HIT_EFFECT_TIME_FIELD.label = 2 -SKILL_CFG_HIT_EFFECT_TIME_FIELD.has_default_value = false -SKILL_CFG_HIT_EFFECT_TIME_FIELD.default_value = 0 -SKILL_CFG_HIT_EFFECT_TIME_FIELD.type = 5 -SKILL_CFG_HIT_EFFECT_TIME_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE1_FIELD.name = "move_type1" -SKILL_CFG_MOVE_TYPE1_FIELD.full_name = ".ftcfg.skill_cfg.move_type1" -SKILL_CFG_MOVE_TYPE1_FIELD.number = 60 -SKILL_CFG_MOVE_TYPE1_FIELD.index = 59 -SKILL_CFG_MOVE_TYPE1_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE1_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE1_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE1_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE1_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT1_FIELD.name = "move_point1" -SKILL_CFG_MOVE_POINT1_FIELD.full_name = ".ftcfg.skill_cfg.move_point1" -SKILL_CFG_MOVE_POINT1_FIELD.number = 61 -SKILL_CFG_MOVE_POINT1_FIELD.index = 60 -SKILL_CFG_MOVE_POINT1_FIELD.label = 2 -SKILL_CFG_MOVE_POINT1_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT1_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT1_FIELD.type = 5 -SKILL_CFG_MOVE_POINT1_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE1_FIELD.name = "adjust_distance1" -SKILL_CFG_ADJUST_DISTANCE1_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance1" -SKILL_CFG_ADJUST_DISTANCE1_FIELD.number = 62 -SKILL_CFG_ADJUST_DISTANCE1_FIELD.index = 61 -SKILL_CFG_ADJUST_DISTANCE1_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE1_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE1_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE1_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE1_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE1_FIELD.name = "move_distance1" -SKILL_CFG_MOVE_DISTANCE1_FIELD.full_name = ".ftcfg.skill_cfg.move_distance1" -SKILL_CFG_MOVE_DISTANCE1_FIELD.number = 63 -SKILL_CFG_MOVE_DISTANCE1_FIELD.index = 62 -SKILL_CFG_MOVE_DISTANCE1_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE1_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE1_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE1_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE1_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME1_FIELD.name = "move_time1" -SKILL_CFG_MOVE_TIME1_FIELD.full_name = ".ftcfg.skill_cfg.move_time1" -SKILL_CFG_MOVE_TIME1_FIELD.number = 64 -SKILL_CFG_MOVE_TIME1_FIELD.index = 63 -SKILL_CFG_MOVE_TIME1_FIELD.label = 2 -SKILL_CFG_MOVE_TIME1_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME1_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME1_FIELD.type = 5 -SKILL_CFG_MOVE_TIME1_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE2_FIELD.name = "move_type2" -SKILL_CFG_MOVE_TYPE2_FIELD.full_name = ".ftcfg.skill_cfg.move_type2" -SKILL_CFG_MOVE_TYPE2_FIELD.number = 65 -SKILL_CFG_MOVE_TYPE2_FIELD.index = 64 -SKILL_CFG_MOVE_TYPE2_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE2_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE2_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE2_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE2_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT2_FIELD.name = "move_point2" -SKILL_CFG_MOVE_POINT2_FIELD.full_name = ".ftcfg.skill_cfg.move_point2" -SKILL_CFG_MOVE_POINT2_FIELD.number = 66 -SKILL_CFG_MOVE_POINT2_FIELD.index = 65 -SKILL_CFG_MOVE_POINT2_FIELD.label = 2 -SKILL_CFG_MOVE_POINT2_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT2_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT2_FIELD.type = 5 -SKILL_CFG_MOVE_POINT2_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE2_FIELD.name = "adjust_distance2" -SKILL_CFG_ADJUST_DISTANCE2_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance2" -SKILL_CFG_ADJUST_DISTANCE2_FIELD.number = 67 -SKILL_CFG_ADJUST_DISTANCE2_FIELD.index = 66 -SKILL_CFG_ADJUST_DISTANCE2_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE2_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE2_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE2_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE2_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE2_FIELD.name = "move_distance2" -SKILL_CFG_MOVE_DISTANCE2_FIELD.full_name = ".ftcfg.skill_cfg.move_distance2" -SKILL_CFG_MOVE_DISTANCE2_FIELD.number = 68 -SKILL_CFG_MOVE_DISTANCE2_FIELD.index = 67 -SKILL_CFG_MOVE_DISTANCE2_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE2_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE2_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE2_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE2_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME2_FIELD.name = "move_time2" -SKILL_CFG_MOVE_TIME2_FIELD.full_name = ".ftcfg.skill_cfg.move_time2" -SKILL_CFG_MOVE_TIME2_FIELD.number = 69 -SKILL_CFG_MOVE_TIME2_FIELD.index = 68 -SKILL_CFG_MOVE_TIME2_FIELD.label = 2 -SKILL_CFG_MOVE_TIME2_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME2_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME2_FIELD.type = 5 -SKILL_CFG_MOVE_TIME2_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE3_FIELD.name = "move_type3" -SKILL_CFG_MOVE_TYPE3_FIELD.full_name = ".ftcfg.skill_cfg.move_type3" -SKILL_CFG_MOVE_TYPE3_FIELD.number = 70 -SKILL_CFG_MOVE_TYPE3_FIELD.index = 69 -SKILL_CFG_MOVE_TYPE3_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE3_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE3_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE3_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE3_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT3_FIELD.name = "move_point3" -SKILL_CFG_MOVE_POINT3_FIELD.full_name = ".ftcfg.skill_cfg.move_point3" -SKILL_CFG_MOVE_POINT3_FIELD.number = 71 -SKILL_CFG_MOVE_POINT3_FIELD.index = 70 -SKILL_CFG_MOVE_POINT3_FIELD.label = 2 -SKILL_CFG_MOVE_POINT3_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT3_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT3_FIELD.type = 5 -SKILL_CFG_MOVE_POINT3_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE3_FIELD.name = "adjust_distance3" -SKILL_CFG_ADJUST_DISTANCE3_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance3" -SKILL_CFG_ADJUST_DISTANCE3_FIELD.number = 72 -SKILL_CFG_ADJUST_DISTANCE3_FIELD.index = 71 -SKILL_CFG_ADJUST_DISTANCE3_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE3_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE3_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE3_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE3_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE3_FIELD.name = "move_distance3" -SKILL_CFG_MOVE_DISTANCE3_FIELD.full_name = ".ftcfg.skill_cfg.move_distance3" -SKILL_CFG_MOVE_DISTANCE3_FIELD.number = 73 -SKILL_CFG_MOVE_DISTANCE3_FIELD.index = 72 -SKILL_CFG_MOVE_DISTANCE3_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE3_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE3_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE3_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE3_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME3_FIELD.name = "move_time3" -SKILL_CFG_MOVE_TIME3_FIELD.full_name = ".ftcfg.skill_cfg.move_time3" -SKILL_CFG_MOVE_TIME3_FIELD.number = 74 -SKILL_CFG_MOVE_TIME3_FIELD.index = 73 -SKILL_CFG_MOVE_TIME3_FIELD.label = 2 -SKILL_CFG_MOVE_TIME3_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME3_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME3_FIELD.type = 5 -SKILL_CFG_MOVE_TIME3_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE4_FIELD.name = "move_type4" -SKILL_CFG_MOVE_TYPE4_FIELD.full_name = ".ftcfg.skill_cfg.move_type4" -SKILL_CFG_MOVE_TYPE4_FIELD.number = 75 -SKILL_CFG_MOVE_TYPE4_FIELD.index = 74 -SKILL_CFG_MOVE_TYPE4_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE4_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE4_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE4_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE4_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT4_FIELD.name = "move_point4" -SKILL_CFG_MOVE_POINT4_FIELD.full_name = ".ftcfg.skill_cfg.move_point4" -SKILL_CFG_MOVE_POINT4_FIELD.number = 76 -SKILL_CFG_MOVE_POINT4_FIELD.index = 75 -SKILL_CFG_MOVE_POINT4_FIELD.label = 2 -SKILL_CFG_MOVE_POINT4_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT4_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT4_FIELD.type = 5 -SKILL_CFG_MOVE_POINT4_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE4_FIELD.name = "adjust_distance4" -SKILL_CFG_ADJUST_DISTANCE4_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance4" -SKILL_CFG_ADJUST_DISTANCE4_FIELD.number = 77 -SKILL_CFG_ADJUST_DISTANCE4_FIELD.index = 76 -SKILL_CFG_ADJUST_DISTANCE4_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE4_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE4_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE4_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE4_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE4_FIELD.name = "move_distance4" -SKILL_CFG_MOVE_DISTANCE4_FIELD.full_name = ".ftcfg.skill_cfg.move_distance4" -SKILL_CFG_MOVE_DISTANCE4_FIELD.number = 78 -SKILL_CFG_MOVE_DISTANCE4_FIELD.index = 77 -SKILL_CFG_MOVE_DISTANCE4_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE4_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE4_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE4_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE4_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME4_FIELD.name = "move_time4" -SKILL_CFG_MOVE_TIME4_FIELD.full_name = ".ftcfg.skill_cfg.move_time4" -SKILL_CFG_MOVE_TIME4_FIELD.number = 79 -SKILL_CFG_MOVE_TIME4_FIELD.index = 78 -SKILL_CFG_MOVE_TIME4_FIELD.label = 2 -SKILL_CFG_MOVE_TIME4_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME4_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME4_FIELD.type = 5 -SKILL_CFG_MOVE_TIME4_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE5_FIELD.name = "move_type5" -SKILL_CFG_MOVE_TYPE5_FIELD.full_name = ".ftcfg.skill_cfg.move_type5" -SKILL_CFG_MOVE_TYPE5_FIELD.number = 80 -SKILL_CFG_MOVE_TYPE5_FIELD.index = 79 -SKILL_CFG_MOVE_TYPE5_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE5_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE5_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE5_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE5_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT5_FIELD.name = "move_point5" -SKILL_CFG_MOVE_POINT5_FIELD.full_name = ".ftcfg.skill_cfg.move_point5" -SKILL_CFG_MOVE_POINT5_FIELD.number = 81 -SKILL_CFG_MOVE_POINT5_FIELD.index = 80 -SKILL_CFG_MOVE_POINT5_FIELD.label = 2 -SKILL_CFG_MOVE_POINT5_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT5_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT5_FIELD.type = 5 -SKILL_CFG_MOVE_POINT5_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE5_FIELD.name = "adjust_distance5" -SKILL_CFG_ADJUST_DISTANCE5_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance5" -SKILL_CFG_ADJUST_DISTANCE5_FIELD.number = 82 -SKILL_CFG_ADJUST_DISTANCE5_FIELD.index = 81 -SKILL_CFG_ADJUST_DISTANCE5_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE5_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE5_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE5_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE5_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE5_FIELD.name = "move_distance5" -SKILL_CFG_MOVE_DISTANCE5_FIELD.full_name = ".ftcfg.skill_cfg.move_distance5" -SKILL_CFG_MOVE_DISTANCE5_FIELD.number = 83 -SKILL_CFG_MOVE_DISTANCE5_FIELD.index = 82 -SKILL_CFG_MOVE_DISTANCE5_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE5_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE5_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE5_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE5_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME5_FIELD.name = "move_time5" -SKILL_CFG_MOVE_TIME5_FIELD.full_name = ".ftcfg.skill_cfg.move_time5" -SKILL_CFG_MOVE_TIME5_FIELD.number = 84 -SKILL_CFG_MOVE_TIME5_FIELD.index = 83 -SKILL_CFG_MOVE_TIME5_FIELD.label = 2 -SKILL_CFG_MOVE_TIME5_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME5_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME5_FIELD.type = 5 -SKILL_CFG_MOVE_TIME5_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE6_FIELD.name = "move_type6" -SKILL_CFG_MOVE_TYPE6_FIELD.full_name = ".ftcfg.skill_cfg.move_type6" -SKILL_CFG_MOVE_TYPE6_FIELD.number = 85 -SKILL_CFG_MOVE_TYPE6_FIELD.index = 84 -SKILL_CFG_MOVE_TYPE6_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE6_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE6_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE6_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE6_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT6_FIELD.name = "move_point6" -SKILL_CFG_MOVE_POINT6_FIELD.full_name = ".ftcfg.skill_cfg.move_point6" -SKILL_CFG_MOVE_POINT6_FIELD.number = 86 -SKILL_CFG_MOVE_POINT6_FIELD.index = 85 -SKILL_CFG_MOVE_POINT6_FIELD.label = 2 -SKILL_CFG_MOVE_POINT6_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT6_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT6_FIELD.type = 5 -SKILL_CFG_MOVE_POINT6_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE6_FIELD.name = "adjust_distance6" -SKILL_CFG_ADJUST_DISTANCE6_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance6" -SKILL_CFG_ADJUST_DISTANCE6_FIELD.number = 87 -SKILL_CFG_ADJUST_DISTANCE6_FIELD.index = 86 -SKILL_CFG_ADJUST_DISTANCE6_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE6_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE6_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE6_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE6_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE6_FIELD.name = "move_distance6" -SKILL_CFG_MOVE_DISTANCE6_FIELD.full_name = ".ftcfg.skill_cfg.move_distance6" -SKILL_CFG_MOVE_DISTANCE6_FIELD.number = 88 -SKILL_CFG_MOVE_DISTANCE6_FIELD.index = 87 -SKILL_CFG_MOVE_DISTANCE6_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE6_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE6_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE6_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE6_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME6_FIELD.name = "move_time6" -SKILL_CFG_MOVE_TIME6_FIELD.full_name = ".ftcfg.skill_cfg.move_time6" -SKILL_CFG_MOVE_TIME6_FIELD.number = 89 -SKILL_CFG_MOVE_TIME6_FIELD.index = 88 -SKILL_CFG_MOVE_TIME6_FIELD.label = 2 -SKILL_CFG_MOVE_TIME6_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME6_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME6_FIELD.type = 5 -SKILL_CFG_MOVE_TIME6_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE7_FIELD.name = "move_type7" -SKILL_CFG_MOVE_TYPE7_FIELD.full_name = ".ftcfg.skill_cfg.move_type7" -SKILL_CFG_MOVE_TYPE7_FIELD.number = 90 -SKILL_CFG_MOVE_TYPE7_FIELD.index = 89 -SKILL_CFG_MOVE_TYPE7_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE7_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE7_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE7_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE7_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT7_FIELD.name = "move_point7" -SKILL_CFG_MOVE_POINT7_FIELD.full_name = ".ftcfg.skill_cfg.move_point7" -SKILL_CFG_MOVE_POINT7_FIELD.number = 91 -SKILL_CFG_MOVE_POINT7_FIELD.index = 90 -SKILL_CFG_MOVE_POINT7_FIELD.label = 2 -SKILL_CFG_MOVE_POINT7_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT7_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT7_FIELD.type = 5 -SKILL_CFG_MOVE_POINT7_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE7_FIELD.name = "adjust_distance7" -SKILL_CFG_ADJUST_DISTANCE7_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance7" -SKILL_CFG_ADJUST_DISTANCE7_FIELD.number = 92 -SKILL_CFG_ADJUST_DISTANCE7_FIELD.index = 91 -SKILL_CFG_ADJUST_DISTANCE7_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE7_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE7_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE7_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE7_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE7_FIELD.name = "move_distance7" -SKILL_CFG_MOVE_DISTANCE7_FIELD.full_name = ".ftcfg.skill_cfg.move_distance7" -SKILL_CFG_MOVE_DISTANCE7_FIELD.number = 93 -SKILL_CFG_MOVE_DISTANCE7_FIELD.index = 92 -SKILL_CFG_MOVE_DISTANCE7_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE7_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE7_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE7_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE7_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME7_FIELD.name = "move_time7" -SKILL_CFG_MOVE_TIME7_FIELD.full_name = ".ftcfg.skill_cfg.move_time7" -SKILL_CFG_MOVE_TIME7_FIELD.number = 94 -SKILL_CFG_MOVE_TIME7_FIELD.index = 93 -SKILL_CFG_MOVE_TIME7_FIELD.label = 2 -SKILL_CFG_MOVE_TIME7_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME7_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME7_FIELD.type = 5 -SKILL_CFG_MOVE_TIME7_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_TYPE8_FIELD.name = "move_type8" -SKILL_CFG_MOVE_TYPE8_FIELD.full_name = ".ftcfg.skill_cfg.move_type8" -SKILL_CFG_MOVE_TYPE8_FIELD.number = 95 -SKILL_CFG_MOVE_TYPE8_FIELD.index = 94 -SKILL_CFG_MOVE_TYPE8_FIELD.label = 2 -SKILL_CFG_MOVE_TYPE8_FIELD.has_default_value = false -SKILL_CFG_MOVE_TYPE8_FIELD.default_value = 0 -SKILL_CFG_MOVE_TYPE8_FIELD.type = 5 -SKILL_CFG_MOVE_TYPE8_FIELD.cpp_type = 1 - -SKILL_CFG_MOVE_POINT8_FIELD.name = "move_point8" -SKILL_CFG_MOVE_POINT8_FIELD.full_name = ".ftcfg.skill_cfg.move_point8" -SKILL_CFG_MOVE_POINT8_FIELD.number = 96 -SKILL_CFG_MOVE_POINT8_FIELD.index = 95 -SKILL_CFG_MOVE_POINT8_FIELD.label = 2 -SKILL_CFG_MOVE_POINT8_FIELD.has_default_value = false -SKILL_CFG_MOVE_POINT8_FIELD.default_value = 0 -SKILL_CFG_MOVE_POINT8_FIELD.type = 5 -SKILL_CFG_MOVE_POINT8_FIELD.cpp_type = 1 - -SKILL_CFG_ADJUST_DISTANCE8_FIELD.name = "adjust_distance8" -SKILL_CFG_ADJUST_DISTANCE8_FIELD.full_name = ".ftcfg.skill_cfg.adjust_distance8" -SKILL_CFG_ADJUST_DISTANCE8_FIELD.number = 97 -SKILL_CFG_ADJUST_DISTANCE8_FIELD.index = 96 -SKILL_CFG_ADJUST_DISTANCE8_FIELD.label = 2 -SKILL_CFG_ADJUST_DISTANCE8_FIELD.has_default_value = false -SKILL_CFG_ADJUST_DISTANCE8_FIELD.default_value = 0.0 -SKILL_CFG_ADJUST_DISTANCE8_FIELD.type = 2 -SKILL_CFG_ADJUST_DISTANCE8_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_DISTANCE8_FIELD.name = "move_distance8" -SKILL_CFG_MOVE_DISTANCE8_FIELD.full_name = ".ftcfg.skill_cfg.move_distance8" -SKILL_CFG_MOVE_DISTANCE8_FIELD.number = 98 -SKILL_CFG_MOVE_DISTANCE8_FIELD.index = 97 -SKILL_CFG_MOVE_DISTANCE8_FIELD.label = 2 -SKILL_CFG_MOVE_DISTANCE8_FIELD.has_default_value = false -SKILL_CFG_MOVE_DISTANCE8_FIELD.default_value = 0.0 -SKILL_CFG_MOVE_DISTANCE8_FIELD.type = 2 -SKILL_CFG_MOVE_DISTANCE8_FIELD.cpp_type = 6 - -SKILL_CFG_MOVE_TIME8_FIELD.name = "move_time8" -SKILL_CFG_MOVE_TIME8_FIELD.full_name = ".ftcfg.skill_cfg.move_time8" -SKILL_CFG_MOVE_TIME8_FIELD.number = 99 -SKILL_CFG_MOVE_TIME8_FIELD.index = 98 -SKILL_CFG_MOVE_TIME8_FIELD.label = 2 -SKILL_CFG_MOVE_TIME8_FIELD.has_default_value = false -SKILL_CFG_MOVE_TIME8_FIELD.default_value = 0 -SKILL_CFG_MOVE_TIME8_FIELD.type = 5 -SKILL_CFG_MOVE_TIME8_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_1_FIELD.name = "logic_type_1" -SKILL_CFG_LOGIC_TYPE_1_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_1" -SKILL_CFG_LOGIC_TYPE_1_FIELD.number = 100 -SKILL_CFG_LOGIC_TYPE_1_FIELD.index = 99 -SKILL_CFG_LOGIC_TYPE_1_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_1_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_1_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_1_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_1_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_1_FIELD.name = "logic_time_1" -SKILL_CFG_LOGIC_TIME_1_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_1" -SKILL_CFG_LOGIC_TIME_1_FIELD.number = 101 -SKILL_CFG_LOGIC_TIME_1_FIELD.index = 100 -SKILL_CFG_LOGIC_TIME_1_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_1_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_1_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_1_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_1_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_1_FIELD.name = "logic_id_1" -SKILL_CFG_LOGIC_ID_1_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_1" -SKILL_CFG_LOGIC_ID_1_FIELD.number = 102 -SKILL_CFG_LOGIC_ID_1_FIELD.index = 101 -SKILL_CFG_LOGIC_ID_1_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_1_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_1_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_1_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_1_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_2_FIELD.name = "logic_type_2" -SKILL_CFG_LOGIC_TYPE_2_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_2" -SKILL_CFG_LOGIC_TYPE_2_FIELD.number = 103 -SKILL_CFG_LOGIC_TYPE_2_FIELD.index = 102 -SKILL_CFG_LOGIC_TYPE_2_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_2_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_2_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_2_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_2_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_2_FIELD.name = "logic_time_2" -SKILL_CFG_LOGIC_TIME_2_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_2" -SKILL_CFG_LOGIC_TIME_2_FIELD.number = 104 -SKILL_CFG_LOGIC_TIME_2_FIELD.index = 103 -SKILL_CFG_LOGIC_TIME_2_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_2_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_2_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_2_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_2_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_2_FIELD.name = "logic_id_2" -SKILL_CFG_LOGIC_ID_2_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_2" -SKILL_CFG_LOGIC_ID_2_FIELD.number = 105 -SKILL_CFG_LOGIC_ID_2_FIELD.index = 104 -SKILL_CFG_LOGIC_ID_2_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_2_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_2_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_2_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_2_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_3_FIELD.name = "logic_type_3" -SKILL_CFG_LOGIC_TYPE_3_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_3" -SKILL_CFG_LOGIC_TYPE_3_FIELD.number = 106 -SKILL_CFG_LOGIC_TYPE_3_FIELD.index = 105 -SKILL_CFG_LOGIC_TYPE_3_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_3_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_3_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_3_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_3_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_3_FIELD.name = "logic_time_3" -SKILL_CFG_LOGIC_TIME_3_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_3" -SKILL_CFG_LOGIC_TIME_3_FIELD.number = 107 -SKILL_CFG_LOGIC_TIME_3_FIELD.index = 106 -SKILL_CFG_LOGIC_TIME_3_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_3_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_3_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_3_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_3_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_3_FIELD.name = "logic_id_3" -SKILL_CFG_LOGIC_ID_3_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_3" -SKILL_CFG_LOGIC_ID_3_FIELD.number = 108 -SKILL_CFG_LOGIC_ID_3_FIELD.index = 107 -SKILL_CFG_LOGIC_ID_3_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_3_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_3_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_3_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_3_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_4_FIELD.name = "logic_type_4" -SKILL_CFG_LOGIC_TYPE_4_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_4" -SKILL_CFG_LOGIC_TYPE_4_FIELD.number = 109 -SKILL_CFG_LOGIC_TYPE_4_FIELD.index = 108 -SKILL_CFG_LOGIC_TYPE_4_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_4_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_4_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_4_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_4_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_4_FIELD.name = "logic_time_4" -SKILL_CFG_LOGIC_TIME_4_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_4" -SKILL_CFG_LOGIC_TIME_4_FIELD.number = 110 -SKILL_CFG_LOGIC_TIME_4_FIELD.index = 109 -SKILL_CFG_LOGIC_TIME_4_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_4_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_4_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_4_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_4_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_4_FIELD.name = "logic_id_4" -SKILL_CFG_LOGIC_ID_4_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_4" -SKILL_CFG_LOGIC_ID_4_FIELD.number = 111 -SKILL_CFG_LOGIC_ID_4_FIELD.index = 110 -SKILL_CFG_LOGIC_ID_4_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_4_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_4_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_4_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_4_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_5_FIELD.name = "logic_type_5" -SKILL_CFG_LOGIC_TYPE_5_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_5" -SKILL_CFG_LOGIC_TYPE_5_FIELD.number = 112 -SKILL_CFG_LOGIC_TYPE_5_FIELD.index = 111 -SKILL_CFG_LOGIC_TYPE_5_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_5_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_5_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_5_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_5_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_5_FIELD.name = "logic_time_5" -SKILL_CFG_LOGIC_TIME_5_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_5" -SKILL_CFG_LOGIC_TIME_5_FIELD.number = 113 -SKILL_CFG_LOGIC_TIME_5_FIELD.index = 112 -SKILL_CFG_LOGIC_TIME_5_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_5_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_5_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_5_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_5_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_5_FIELD.name = "logic_id_5" -SKILL_CFG_LOGIC_ID_5_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_5" -SKILL_CFG_LOGIC_ID_5_FIELD.number = 114 -SKILL_CFG_LOGIC_ID_5_FIELD.index = 113 -SKILL_CFG_LOGIC_ID_5_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_5_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_5_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_5_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_5_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_6_FIELD.name = "logic_type_6" -SKILL_CFG_LOGIC_TYPE_6_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_6" -SKILL_CFG_LOGIC_TYPE_6_FIELD.number = 115 -SKILL_CFG_LOGIC_TYPE_6_FIELD.index = 114 -SKILL_CFG_LOGIC_TYPE_6_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_6_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_6_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_6_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_6_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_6_FIELD.name = "logic_time_6" -SKILL_CFG_LOGIC_TIME_6_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_6" -SKILL_CFG_LOGIC_TIME_6_FIELD.number = 116 -SKILL_CFG_LOGIC_TIME_6_FIELD.index = 115 -SKILL_CFG_LOGIC_TIME_6_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_6_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_6_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_6_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_6_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_6_FIELD.name = "logic_id_6" -SKILL_CFG_LOGIC_ID_6_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_6" -SKILL_CFG_LOGIC_ID_6_FIELD.number = 117 -SKILL_CFG_LOGIC_ID_6_FIELD.index = 116 -SKILL_CFG_LOGIC_ID_6_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_6_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_6_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_6_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_6_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_7_FIELD.name = "logic_type_7" -SKILL_CFG_LOGIC_TYPE_7_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_7" -SKILL_CFG_LOGIC_TYPE_7_FIELD.number = 118 -SKILL_CFG_LOGIC_TYPE_7_FIELD.index = 117 -SKILL_CFG_LOGIC_TYPE_7_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_7_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_7_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_7_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_7_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_7_FIELD.name = "logic_time_7" -SKILL_CFG_LOGIC_TIME_7_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_7" -SKILL_CFG_LOGIC_TIME_7_FIELD.number = 119 -SKILL_CFG_LOGIC_TIME_7_FIELD.index = 118 -SKILL_CFG_LOGIC_TIME_7_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_7_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_7_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_7_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_7_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_7_FIELD.name = "logic_id_7" -SKILL_CFG_LOGIC_ID_7_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_7" -SKILL_CFG_LOGIC_ID_7_FIELD.number = 120 -SKILL_CFG_LOGIC_ID_7_FIELD.index = 119 -SKILL_CFG_LOGIC_ID_7_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_7_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_7_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_7_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_7_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_8_FIELD.name = "logic_type_8" -SKILL_CFG_LOGIC_TYPE_8_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_8" -SKILL_CFG_LOGIC_TYPE_8_FIELD.number = 121 -SKILL_CFG_LOGIC_TYPE_8_FIELD.index = 120 -SKILL_CFG_LOGIC_TYPE_8_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_8_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_8_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_8_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_8_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_8_FIELD.name = "logic_time_8" -SKILL_CFG_LOGIC_TIME_8_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_8" -SKILL_CFG_LOGIC_TIME_8_FIELD.number = 122 -SKILL_CFG_LOGIC_TIME_8_FIELD.index = 121 -SKILL_CFG_LOGIC_TIME_8_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_8_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_8_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_8_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_8_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_8_FIELD.name = "logic_id_8" -SKILL_CFG_LOGIC_ID_8_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_8" -SKILL_CFG_LOGIC_ID_8_FIELD.number = 123 -SKILL_CFG_LOGIC_ID_8_FIELD.index = 122 -SKILL_CFG_LOGIC_ID_8_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_8_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_8_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_8_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_8_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_9_FIELD.name = "logic_type_9" -SKILL_CFG_LOGIC_TYPE_9_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_9" -SKILL_CFG_LOGIC_TYPE_9_FIELD.number = 124 -SKILL_CFG_LOGIC_TYPE_9_FIELD.index = 123 -SKILL_CFG_LOGIC_TYPE_9_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_9_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_9_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_9_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_9_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_9_FIELD.name = "logic_time_9" -SKILL_CFG_LOGIC_TIME_9_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_9" -SKILL_CFG_LOGIC_TIME_9_FIELD.number = 125 -SKILL_CFG_LOGIC_TIME_9_FIELD.index = 124 -SKILL_CFG_LOGIC_TIME_9_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_9_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_9_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_9_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_9_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_9_FIELD.name = "logic_id_9" -SKILL_CFG_LOGIC_ID_9_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_9" -SKILL_CFG_LOGIC_ID_9_FIELD.number = 126 -SKILL_CFG_LOGIC_ID_9_FIELD.index = 125 -SKILL_CFG_LOGIC_ID_9_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_9_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_9_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_9_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_9_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_10_FIELD.name = "logic_type_10" -SKILL_CFG_LOGIC_TYPE_10_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_10" -SKILL_CFG_LOGIC_TYPE_10_FIELD.number = 127 -SKILL_CFG_LOGIC_TYPE_10_FIELD.index = 126 -SKILL_CFG_LOGIC_TYPE_10_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_10_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_10_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_10_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_10_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_10_FIELD.name = "logic_time_10" -SKILL_CFG_LOGIC_TIME_10_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_10" -SKILL_CFG_LOGIC_TIME_10_FIELD.number = 128 -SKILL_CFG_LOGIC_TIME_10_FIELD.index = 127 -SKILL_CFG_LOGIC_TIME_10_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_10_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_10_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_10_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_10_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_10_FIELD.name = "logic_id_10" -SKILL_CFG_LOGIC_ID_10_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_10" -SKILL_CFG_LOGIC_ID_10_FIELD.number = 129 -SKILL_CFG_LOGIC_ID_10_FIELD.index = 128 -SKILL_CFG_LOGIC_ID_10_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_10_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_10_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_10_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_10_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_11_FIELD.name = "logic_type_11" -SKILL_CFG_LOGIC_TYPE_11_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_11" -SKILL_CFG_LOGIC_TYPE_11_FIELD.number = 130 -SKILL_CFG_LOGIC_TYPE_11_FIELD.index = 129 -SKILL_CFG_LOGIC_TYPE_11_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_11_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_11_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_11_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_11_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_11_FIELD.name = "logic_time_11" -SKILL_CFG_LOGIC_TIME_11_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_11" -SKILL_CFG_LOGIC_TIME_11_FIELD.number = 131 -SKILL_CFG_LOGIC_TIME_11_FIELD.index = 130 -SKILL_CFG_LOGIC_TIME_11_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_11_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_11_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_11_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_11_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_11_FIELD.name = "logic_id_11" -SKILL_CFG_LOGIC_ID_11_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_11" -SKILL_CFG_LOGIC_ID_11_FIELD.number = 132 -SKILL_CFG_LOGIC_ID_11_FIELD.index = 131 -SKILL_CFG_LOGIC_ID_11_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_11_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_11_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_11_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_11_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TYPE_12_FIELD.name = "logic_type_12" -SKILL_CFG_LOGIC_TYPE_12_FIELD.full_name = ".ftcfg.skill_cfg.logic_type_12" -SKILL_CFG_LOGIC_TYPE_12_FIELD.number = 133 -SKILL_CFG_LOGIC_TYPE_12_FIELD.index = 132 -SKILL_CFG_LOGIC_TYPE_12_FIELD.label = 2 -SKILL_CFG_LOGIC_TYPE_12_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TYPE_12_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TYPE_12_FIELD.type = 5 -SKILL_CFG_LOGIC_TYPE_12_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_TIME_12_FIELD.name = "logic_time_12" -SKILL_CFG_LOGIC_TIME_12_FIELD.full_name = ".ftcfg.skill_cfg.logic_time_12" -SKILL_CFG_LOGIC_TIME_12_FIELD.number = 134 -SKILL_CFG_LOGIC_TIME_12_FIELD.index = 133 -SKILL_CFG_LOGIC_TIME_12_FIELD.label = 2 -SKILL_CFG_LOGIC_TIME_12_FIELD.has_default_value = false -SKILL_CFG_LOGIC_TIME_12_FIELD.default_value = 0 -SKILL_CFG_LOGIC_TIME_12_FIELD.type = 5 -SKILL_CFG_LOGIC_TIME_12_FIELD.cpp_type = 1 - -SKILL_CFG_LOGIC_ID_12_FIELD.name = "logic_id_12" -SKILL_CFG_LOGIC_ID_12_FIELD.full_name = ".ftcfg.skill_cfg.logic_id_12" -SKILL_CFG_LOGIC_ID_12_FIELD.number = 135 -SKILL_CFG_LOGIC_ID_12_FIELD.index = 134 -SKILL_CFG_LOGIC_ID_12_FIELD.label = 2 -SKILL_CFG_LOGIC_ID_12_FIELD.has_default_value = false -SKILL_CFG_LOGIC_ID_12_FIELD.default_value = 0 -SKILL_CFG_LOGIC_ID_12_FIELD.type = 5 -SKILL_CFG_LOGIC_ID_12_FIELD.cpp_type = 1 - -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.name = "affect_range_type" -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.full_name = ".ftcfg.skill_cfg.affect_range_type" -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.number = 136 -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.index = 135 -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.label = 2 -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.has_default_value = false -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.default_value = nil -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.enum_type = config_predefine_pb.EAFFECTAREATYPE -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.type = 14 -SKILL_CFG_AFFECT_RANGE_TYPE_FIELD.cpp_type = 8 - -SKILL_CFG_ART_PARA1_FIELD.name = "art_para1" -SKILL_CFG_ART_PARA1_FIELD.full_name = ".ftcfg.skill_cfg.art_para1" -SKILL_CFG_ART_PARA1_FIELD.number = 137 -SKILL_CFG_ART_PARA1_FIELD.index = 136 -SKILL_CFG_ART_PARA1_FIELD.label = 2 -SKILL_CFG_ART_PARA1_FIELD.has_default_value = false -SKILL_CFG_ART_PARA1_FIELD.default_value = 0 -SKILL_CFG_ART_PARA1_FIELD.type = 5 -SKILL_CFG_ART_PARA1_FIELD.cpp_type = 1 - -SKILL_CFG_ART_PARA2_FIELD.name = "art_para2" -SKILL_CFG_ART_PARA2_FIELD.full_name = ".ftcfg.skill_cfg.art_para2" -SKILL_CFG_ART_PARA2_FIELD.number = 138 -SKILL_CFG_ART_PARA2_FIELD.index = 137 -SKILL_CFG_ART_PARA2_FIELD.label = 2 -SKILL_CFG_ART_PARA2_FIELD.has_default_value = false -SKILL_CFG_ART_PARA2_FIELD.default_value = 0 -SKILL_CFG_ART_PARA2_FIELD.type = 5 -SKILL_CFG_ART_PARA2_FIELD.cpp_type = 1 - -SKILL_CFG.name = "skill_cfg" -SKILL_CFG.full_name = ".ftcfg.skill_cfg" -SKILL_CFG.nested_types = {} -SKILL_CFG.enum_types = {} -SKILL_CFG.fields = {SKILL_CFG_ID_FIELD, SKILL_CFG_NAME_TIP_FIELD, SKILL_CFG_NAME_FIELD, SKILL_CFG_SKILL_LEVEL_FIELD, SKILL_CFG_PLAYER_LEVEL_FIELD, SKILL_CFG_LEVELUP_COST_FIELD, SKILL_CFG_NEXT_LEVEL_ID_FIELD, SKILL_CFG_SKILL_ICON_FIELD, SKILL_CFG_SKILL_PROF_FIELD, SKILL_CFG_TIPS2_FIELD, SKILL_CFG_TIPS_FIELD, SKILL_CFG_TIPS3_FIELD, SKILL_CFG_TIPS_PARA1_FIELD, SKILL_CFG_TIPS_PARA2_FIELD, SKILL_CFG_TIPS_PARA3_FIELD, SKILL_CFG_TIPS_PARA4_FIELD, SKILL_CFG_TIPS_PARA5_FIELD, SKILL_CFG_TIPS_PARA6_FIELD, SKILL_CFG_NEXT_SKILL_FIELD, SKILL_CFG_NEXT_CHANGE_SKILL_FIELD, SKILL_CFG_AUTO_SKILL_FIELD, SKILL_CFG_NEXT_SKILL_TIME_FIELD, SKILL_CFG_SKILL_TYPE_FIELD, SKILL_CFG_ENERGY_COST_TYPE_FIELD, SKILL_CFG_ENERGY_VALUE_FIELD, SKILL_CFG_MAX_ENERGY_VALUE_FIELD, SKILL_CFG_RET_ENERGY_VALUE_FIELD, SKILL_CFG_RET_HP_EFFECT_FIELD, SKILL_CFG_SHOW_PROGRESS_FIELD, SKILL_CFG_PROGRESS_WORD_FIELD, SKILL_CFG_IS_TRIGGER_PASSIVE_FIELD, SKILL_CFG_IS_PASSIVE_FIELD, SKILL_CFG_TRIGGER_TYPE_FIELD, SKILL_CFG_ACCELERATE_FIELD, SKILL_CFG_IS_CONCURRENCY_FIELD, SKILL_CFG_INT_CHANNEL_WHEN_BEATEN_FIELD, SKILL_CFG_IS_CHANNEL_FIELD, SKILL_CFG_CHANNEL_TIME_FIELD, SKILL_CFG_CAN_CANCEL_FIELD, SKILL_CFG_BASE_POS_FIELD, SKILL_CFG_TARGET_TYPE_FIELD, SKILL_CFG_REMOVE_BUFF_WHEN_CANCEL_FIELD, SKILL_CFG_WORK_WHEN_FIELD, SKILL_CFG_CD_GROUP_ID_FIELD, SKILL_CFG_CD_TIME_FIELD, SKILL_CFG_CD_NUM_FIELD, SKILL_CFG_CAST_DISTANCE_FIELD, SKILL_CFG_LOCKED_BY_SERVER_FIELD, SKILL_CFG_RANGE_TYPE_FIELD, SKILL_CFG_RANGE_PARA1_FIELD, SKILL_CFG_RANGE_PARA2_FIELD, SKILL_CFG_LOCK_TARGET_DISTANCE_FIELD, SKILL_CFG_LOCK_MAX_COUNT_FIELD, SKILL_CFG_CAST_SWING_TIME_FIELD, SKILL_CFG_CAST_STIFF_TIME_FIELD, SKILL_CFG_CAST_BACK_SWING_TIME_FIELD, SKILL_CFG_MAGIC_PERFORMANCE_ID_FIELD, SKILL_CFG_HIT_EFFECT_FIELD, SKILL_CFG_HIT_EFFECT_TIME_FIELD, SKILL_CFG_MOVE_TYPE1_FIELD, SKILL_CFG_MOVE_POINT1_FIELD, SKILL_CFG_ADJUST_DISTANCE1_FIELD, SKILL_CFG_MOVE_DISTANCE1_FIELD, SKILL_CFG_MOVE_TIME1_FIELD, SKILL_CFG_MOVE_TYPE2_FIELD, SKILL_CFG_MOVE_POINT2_FIELD, SKILL_CFG_ADJUST_DISTANCE2_FIELD, SKILL_CFG_MOVE_DISTANCE2_FIELD, SKILL_CFG_MOVE_TIME2_FIELD, SKILL_CFG_MOVE_TYPE3_FIELD, SKILL_CFG_MOVE_POINT3_FIELD, SKILL_CFG_ADJUST_DISTANCE3_FIELD, SKILL_CFG_MOVE_DISTANCE3_FIELD, SKILL_CFG_MOVE_TIME3_FIELD, SKILL_CFG_MOVE_TYPE4_FIELD, SKILL_CFG_MOVE_POINT4_FIELD, SKILL_CFG_ADJUST_DISTANCE4_FIELD, SKILL_CFG_MOVE_DISTANCE4_FIELD, SKILL_CFG_MOVE_TIME4_FIELD, SKILL_CFG_MOVE_TYPE5_FIELD, SKILL_CFG_MOVE_POINT5_FIELD, SKILL_CFG_ADJUST_DISTANCE5_FIELD, SKILL_CFG_MOVE_DISTANCE5_FIELD, SKILL_CFG_MOVE_TIME5_FIELD, SKILL_CFG_MOVE_TYPE6_FIELD, SKILL_CFG_MOVE_POINT6_FIELD, SKILL_CFG_ADJUST_DISTANCE6_FIELD, SKILL_CFG_MOVE_DISTANCE6_FIELD, SKILL_CFG_MOVE_TIME6_FIELD, SKILL_CFG_MOVE_TYPE7_FIELD, SKILL_CFG_MOVE_POINT7_FIELD, SKILL_CFG_ADJUST_DISTANCE7_FIELD, SKILL_CFG_MOVE_DISTANCE7_FIELD, SKILL_CFG_MOVE_TIME7_FIELD, SKILL_CFG_MOVE_TYPE8_FIELD, SKILL_CFG_MOVE_POINT8_FIELD, SKILL_CFG_ADJUST_DISTANCE8_FIELD, SKILL_CFG_MOVE_DISTANCE8_FIELD, SKILL_CFG_MOVE_TIME8_FIELD, SKILL_CFG_LOGIC_TYPE_1_FIELD, SKILL_CFG_LOGIC_TIME_1_FIELD, SKILL_CFG_LOGIC_ID_1_FIELD, SKILL_CFG_LOGIC_TYPE_2_FIELD, SKILL_CFG_LOGIC_TIME_2_FIELD, SKILL_CFG_LOGIC_ID_2_FIELD, SKILL_CFG_LOGIC_TYPE_3_FIELD, SKILL_CFG_LOGIC_TIME_3_FIELD, SKILL_CFG_LOGIC_ID_3_FIELD, SKILL_CFG_LOGIC_TYPE_4_FIELD, SKILL_CFG_LOGIC_TIME_4_FIELD, SKILL_CFG_LOGIC_ID_4_FIELD, SKILL_CFG_LOGIC_TYPE_5_FIELD, SKILL_CFG_LOGIC_TIME_5_FIELD, SKILL_CFG_LOGIC_ID_5_FIELD, SKILL_CFG_LOGIC_TYPE_6_FIELD, SKILL_CFG_LOGIC_TIME_6_FIELD, SKILL_CFG_LOGIC_ID_6_FIELD, SKILL_CFG_LOGIC_TYPE_7_FIELD, SKILL_CFG_LOGIC_TIME_7_FIELD, SKILL_CFG_LOGIC_ID_7_FIELD, SKILL_CFG_LOGIC_TYPE_8_FIELD, SKILL_CFG_LOGIC_TIME_8_FIELD, SKILL_CFG_LOGIC_ID_8_FIELD, SKILL_CFG_LOGIC_TYPE_9_FIELD, SKILL_CFG_LOGIC_TIME_9_FIELD, SKILL_CFG_LOGIC_ID_9_FIELD, SKILL_CFG_LOGIC_TYPE_10_FIELD, SKILL_CFG_LOGIC_TIME_10_FIELD, SKILL_CFG_LOGIC_ID_10_FIELD, SKILL_CFG_LOGIC_TYPE_11_FIELD, SKILL_CFG_LOGIC_TIME_11_FIELD, SKILL_CFG_LOGIC_ID_11_FIELD, SKILL_CFG_LOGIC_TYPE_12_FIELD, SKILL_CFG_LOGIC_TIME_12_FIELD, SKILL_CFG_LOGIC_ID_12_FIELD, SKILL_CFG_AFFECT_RANGE_TYPE_FIELD, SKILL_CFG_ART_PARA1_FIELD, SKILL_CFG_ART_PARA2_FIELD} -SKILL_CFG.is_extendable = false -SKILL_CFG.extensions = {} -SKILL_CFGS_ITEMS_FIELD.name = "items" -SKILL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.skill_cfgs.items" -SKILL_CFGS_ITEMS_FIELD.number = 1 -SKILL_CFGS_ITEMS_FIELD.index = 0 -SKILL_CFGS_ITEMS_FIELD.label = 3 -SKILL_CFGS_ITEMS_FIELD.has_default_value = false -SKILL_CFGS_ITEMS_FIELD.default_value = {} -SKILL_CFGS_ITEMS_FIELD.message_type = SKILL_CFG -SKILL_CFGS_ITEMS_FIELD.type = 11 -SKILL_CFGS_ITEMS_FIELD.cpp_type = 10 - -SKILL_CFGS.name = "skill_cfgs" -SKILL_CFGS.full_name = ".ftcfg.skill_cfgs" -SKILL_CFGS.nested_types = {} -SKILL_CFGS.enum_types = {} -SKILL_CFGS.fields = {SKILL_CFGS_ITEMS_FIELD} -SKILL_CFGS.is_extendable = false -SKILL_CFGS.extensions = {} -SKILL_ID_CFG_ID_FIELD.name = "id" -SKILL_ID_CFG_ID_FIELD.full_name = ".ftcfg.skill_id_cfg.id" -SKILL_ID_CFG_ID_FIELD.number = 1 -SKILL_ID_CFG_ID_FIELD.index = 0 -SKILL_ID_CFG_ID_FIELD.label = 2 -SKILL_ID_CFG_ID_FIELD.has_default_value = false -SKILL_ID_CFG_ID_FIELD.default_value = 0 -SKILL_ID_CFG_ID_FIELD.type = 5 -SKILL_ID_CFG_ID_FIELD.cpp_type = 1 - -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.name = "skill_id_array" -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.full_name = ".ftcfg.skill_id_cfg.skill_id_array" -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.number = 2 -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.index = 1 -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.label = 3 -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.has_default_value = false -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.default_value = {} -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.type = 5 -SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD.cpp_type = 1 - -SKILL_ID_CFG.name = "skill_id_cfg" -SKILL_ID_CFG.full_name = ".ftcfg.skill_id_cfg" -SKILL_ID_CFG.nested_types = {} -SKILL_ID_CFG.enum_types = {} -SKILL_ID_CFG.fields = {SKILL_ID_CFG_ID_FIELD, SKILL_ID_CFG_SKILL_ID_ARRAY_FIELD} -SKILL_ID_CFG.is_extendable = false -SKILL_ID_CFG.extensions = {} -SKILL_ID_CFGS_ITEMS_FIELD.name = "items" -SKILL_ID_CFGS_ITEMS_FIELD.full_name = ".ftcfg.skill_id_cfgs.items" -SKILL_ID_CFGS_ITEMS_FIELD.number = 1 -SKILL_ID_CFGS_ITEMS_FIELD.index = 0 -SKILL_ID_CFGS_ITEMS_FIELD.label = 3 -SKILL_ID_CFGS_ITEMS_FIELD.has_default_value = false -SKILL_ID_CFGS_ITEMS_FIELD.default_value = {} -SKILL_ID_CFGS_ITEMS_FIELD.message_type = SKILL_ID_CFG -SKILL_ID_CFGS_ITEMS_FIELD.type = 11 -SKILL_ID_CFGS_ITEMS_FIELD.cpp_type = 10 - -SKILL_ID_CFGS.name = "skill_id_cfgs" -SKILL_ID_CFGS.full_name = ".ftcfg.skill_id_cfgs" -SKILL_ID_CFGS.nested_types = {} -SKILL_ID_CFGS.enum_types = {} -SKILL_ID_CFGS.fields = {SKILL_ID_CFGS_ITEMS_FIELD} -SKILL_ID_CFGS.is_extendable = false -SKILL_ID_CFGS.extensions = {} -SKILL_CONDITION_CFG_ID_FIELD.name = "id" -SKILL_CONDITION_CFG_ID_FIELD.full_name = ".ftcfg.skill_condition_cfg.id" -SKILL_CONDITION_CFG_ID_FIELD.number = 1 -SKILL_CONDITION_CFG_ID_FIELD.index = 0 -SKILL_CONDITION_CFG_ID_FIELD.label = 2 -SKILL_CONDITION_CFG_ID_FIELD.has_default_value = false -SKILL_CONDITION_CFG_ID_FIELD.default_value = 0 -SKILL_CONDITION_CFG_ID_FIELD.type = 5 -SKILL_CONDITION_CFG_ID_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_DESC_FIELD.name = "desc" -SKILL_CONDITION_CFG_DESC_FIELD.full_name = ".ftcfg.skill_condition_cfg.desc" -SKILL_CONDITION_CFG_DESC_FIELD.number = 2 -SKILL_CONDITION_CFG_DESC_FIELD.index = 1 -SKILL_CONDITION_CFG_DESC_FIELD.label = 2 -SKILL_CONDITION_CFG_DESC_FIELD.has_default_value = false -SKILL_CONDITION_CFG_DESC_FIELD.default_value = "" -SKILL_CONDITION_CFG_DESC_FIELD.type = 9 -SKILL_CONDITION_CFG_DESC_FIELD.cpp_type = 9 - -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.name = "effect_target" -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.full_name = ".ftcfg.skill_condition_cfg.effect_target" -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.number = 3 -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.index = 2 -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.label = 2 -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.has_default_value = false -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.default_value = nil -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.enum_type = config_predefine_pb.CONDITIONTARGETTYPE -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.type = 14 -SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD.cpp_type = 8 - -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.name = "range_type" -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.full_name = ".ftcfg.skill_condition_cfg.range_type" -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.number = 4 -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.index = 3 -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.label = 2 -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.default_value = nil -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.enum_type = config_predefine_pb.EAREATYPE -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.type = 14 -SKILL_CONDITION_CFG_RANGE_TYPE_FIELD.cpp_type = 8 - -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.name = "range_angle" -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.full_name = ".ftcfg.skill_condition_cfg.range_angle" -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.number = 5 -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.index = 4 -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.label = 2 -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.type = 2 -SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.name = "range_offset_x" -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.full_name = ".ftcfg.skill_condition_cfg.range_offset_x" -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.number = 6 -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.index = 5 -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.label = 2 -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.has_default_value = false -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.type = 2 -SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.name = "range_offset_z" -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.full_name = ".ftcfg.skill_condition_cfg.range_offset_z" -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.number = 7 -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.index = 6 -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.label = 2 -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.has_default_value = false -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.type = 2 -SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.name = "range_para1" -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.full_name = ".ftcfg.skill_condition_cfg.range_para1" -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.number = 8 -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.index = 7 -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.label = 2 -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.type = 2 -SKILL_CONDITION_CFG_RANGE_PARA1_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.name = "range_para2" -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.full_name = ".ftcfg.skill_condition_cfg.range_para2" -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.number = 9 -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.index = 8 -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.label = 2 -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.has_default_value = false -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.type = 2 -SKILL_CONDITION_CFG_RANGE_PARA2_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.name = "entity_types" -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.full_name = ".ftcfg.skill_condition_cfg.entity_types" -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.number = 10 -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.index = 9 -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.label = 3 -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.has_default_value = false -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.default_value = {} -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.type = 5 -SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.name = "include_target" -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.full_name = ".ftcfg.skill_condition_cfg.include_target" -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.number = 11 -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.index = 10 -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.label = 2 -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.has_default_value = false -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.default_value = false -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.type = 8 -SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD.cpp_type = 7 - -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.name = "target_num" -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.full_name = ".ftcfg.skill_condition_cfg.target_num" -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.number = 12 -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.index = 11 -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.label = 2 -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.has_default_value = false -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.default_value = 0 -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.type = 5 -SKILL_CONDITION_CFG_TARGET_NUM_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.name = "ignore_block" -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.full_name = ".ftcfg.skill_condition_cfg.ignore_block" -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.number = 13 -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.index = 12 -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.label = 2 -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.has_default_value = false -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.default_value = false -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.type = 8 -SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD.cpp_type = 7 - -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.name = "ignore_dodge" -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.full_name = ".ftcfg.skill_condition_cfg.ignore_dodge" -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.number = 14 -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.index = 13 -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.label = 2 -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.default_value = false -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.type = 8 -SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD.cpp_type = 7 - -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.name = "target_order_type" -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.full_name = ".ftcfg.skill_condition_cfg.target_order_type" -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.number = 15 -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.index = 14 -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.label = 2 -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.default_value = nil -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.enum_type = config_predefine_pb.ECONDITIONORDERTYPE -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.type = 14 -SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD.cpp_type = 8 - -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.name = "repeat_num" -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.full_name = ".ftcfg.skill_condition_cfg.repeat_num" -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.number = 16 -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.index = 15 -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.label = 2 -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.has_default_value = false -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.default_value = 0 -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.type = 5 -SKILL_CONDITION_CFG_REPEAT_NUM_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_RATE_FIELD.name = "hit_rate" -SKILL_CONDITION_CFG_HIT_RATE_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_rate" -SKILL_CONDITION_CFG_HIT_RATE_FIELD.number = 17 -SKILL_CONDITION_CFG_HIT_RATE_FIELD.index = 16 -SKILL_CONDITION_CFG_HIT_RATE_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_RATE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_RATE_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_HIT_RATE_FIELD.type = 2 -SKILL_CONDITION_CFG_HIT_RATE_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_ATK_LV_FIELD.name = "atk_lv" -SKILL_CONDITION_CFG_ATK_LV_FIELD.full_name = ".ftcfg.skill_condition_cfg.atk_lv" -SKILL_CONDITION_CFG_ATK_LV_FIELD.number = 18 -SKILL_CONDITION_CFG_ATK_LV_FIELD.index = 17 -SKILL_CONDITION_CFG_ATK_LV_FIELD.label = 2 -SKILL_CONDITION_CFG_ATK_LV_FIELD.has_default_value = false -SKILL_CONDITION_CFG_ATK_LV_FIELD.default_value = 0 -SKILL_CONDITION_CFG_ATK_LV_FIELD.type = 5 -SKILL_CONDITION_CFG_ATK_LV_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.name = "am_beaten" -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.full_name = ".ftcfg.skill_condition_cfg.am_beaten" -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.number = 19 -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.index = 18 -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.label = 2 -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.has_default_value = false -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.default_value = "" -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.type = 9 -SKILL_CONDITION_CFG_AM_BEATEN_FIELD.cpp_type = 9 - -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.name = "am_beaten_eff" -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.full_name = ".ftcfg.skill_condition_cfg.am_beaten_eff" -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.number = 20 -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.index = 19 -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.label = 2 -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.has_default_value = false -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.default_value = "" -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.type = 9 -SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD.cpp_type = 9 - -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.name = "beaten_time" -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.full_name = ".ftcfg.skill_condition_cfg.beaten_time" -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.number = 21 -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.index = 20 -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.label = 2 -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.default_value = 0 -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.type = 5 -SKILL_CONDITION_CFG_BEATEN_TIME_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.name = "beat_back_type" -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.full_name = ".ftcfg.skill_condition_cfg.beat_back_type" -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.number = 22 -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.index = 21 -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.label = 2 -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.default_value = 0 -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.type = 5 -SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.name = "beat_dis" -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.full_name = ".ftcfg.skill_condition_cfg.beat_dis" -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.number = 23 -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.index = 22 -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.label = 2 -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.type = 2 -SKILL_CONDITION_CFG_BEAT_DIS_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.name = "beat_back_move_time" -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.full_name = ".ftcfg.skill_condition_cfg.beat_back_move_time" -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.number = 24 -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.index = 23 -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.label = 2 -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.default_value = 0 -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.type = 5 -SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_AM_DEAD_FIELD.name = "am_dead" -SKILL_CONDITION_CFG_AM_DEAD_FIELD.full_name = ".ftcfg.skill_condition_cfg.am_dead" -SKILL_CONDITION_CFG_AM_DEAD_FIELD.number = 25 -SKILL_CONDITION_CFG_AM_DEAD_FIELD.index = 24 -SKILL_CONDITION_CFG_AM_DEAD_FIELD.label = 2 -SKILL_CONDITION_CFG_AM_DEAD_FIELD.has_default_value = false -SKILL_CONDITION_CFG_AM_DEAD_FIELD.default_value = 0 -SKILL_CONDITION_CFG_AM_DEAD_FIELD.type = 5 -SKILL_CONDITION_CFG_AM_DEAD_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.name = "dead_back_type" -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.full_name = ".ftcfg.skill_condition_cfg.dead_back_type" -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.number = 26 -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.index = 25 -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.label = 2 -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.default_value = 0 -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.type = 5 -SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.name = "dead_dis" -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.full_name = ".ftcfg.skill_condition_cfg.dead_dis" -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.number = 27 -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.index = 26 -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.label = 2 -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.has_default_value = false -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.type = 2 -SKILL_CONDITION_CFG_DEAD_DIS_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.name = "dead_back_move_time" -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.full_name = ".ftcfg.skill_condition_cfg.dead_back_move_time" -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.number = 28 -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.index = 27 -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.label = 2 -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.has_default_value = false -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.default_value = 0 -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.type = 5 -SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.name = "self_effect_1" -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.full_name = ".ftcfg.skill_condition_cfg.self_effect_1" -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.number = 29 -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.index = 28 -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.label = 2 -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.default_value = 0 -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.type = 5 -SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.name = "self_hit_buff1" -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.full_name = ".ftcfg.skill_condition_cfg.self_hit_buff1" -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.number = 30 -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.index = 29 -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.label = 2 -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.default_value = 0 -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.type = 5 -SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.name = "self_hit_buff_chance1" -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.full_name = ".ftcfg.skill_condition_cfg.self_hit_buff_chance1" -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.number = 31 -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.index = 30 -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.label = 2 -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.type = 2 -SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.name = "hit_effect_1" -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_effect_1" -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.number = 32 -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.index = 31 -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.default_value = 0 -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.type = 5 -SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.name = "hit_effect_2" -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_effect_2" -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.number = 33 -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.index = 32 -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.default_value = 0 -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.type = 5 -SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.name = "hit_effect_3" -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_effect_3" -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.number = 34 -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.index = 33 -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.default_value = 0 -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.type = 5 -SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.name = "hit_buff1" -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_buff1" -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.number = 35 -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.index = 34 -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.default_value = 0 -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.type = 5 -SKILL_CONDITION_CFG_HIT_BUFF1_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.name = "hit_buff_chance1" -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_buff_chance1" -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.number = 36 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.index = 35 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.type = 2 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.name = "hit_buff2" -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_buff2" -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.number = 37 -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.index = 36 -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.default_value = 0 -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.type = 5 -SKILL_CONDITION_CFG_HIT_BUFF2_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.name = "hit_buff_chance2" -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_buff_chance2" -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.number = 38 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.index = 37 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.type = 2 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.name = "hit_buff3" -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_buff3" -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.number = 39 -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.index = 38 -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.default_value = 0 -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.type = 5 -SKILL_CONDITION_CFG_HIT_BUFF3_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.name = "hit_buff_chance3" -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.full_name = ".ftcfg.skill_condition_cfg.hit_buff_chance3" -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.number = 40 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.index = 39 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.label = 2 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.has_default_value = false -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.type = 2 -SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.name = "crit_effect" -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.full_name = ".ftcfg.skill_condition_cfg.crit_effect" -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.number = 41 -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.index = 40 -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.label = 2 -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.has_default_value = false -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.default_value = 0 -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.type = 5 -SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.name = "dead_strike_effect" -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.full_name = ".ftcfg.skill_condition_cfg.dead_strike_effect" -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.number = 42 -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.index = 41 -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.label = 2 -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.has_default_value = false -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.default_value = 0 -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.type = 5 -SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.name = "buff_when_crit" -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.full_name = ".ftcfg.skill_condition_cfg.buff_when_crit" -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.number = 43 -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.index = 42 -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.label = 2 -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.default_value = 0 -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.type = 5 -SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.name = "buff_chance_when_crit" -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.full_name = ".ftcfg.skill_condition_cfg.buff_chance_when_crit" -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.number = 44 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.index = 43 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.label = 2 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.type = 2 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.name = "buff_when_deadstrike" -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.full_name = ".ftcfg.skill_condition_cfg.buff_when_deadstrike" -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.number = 45 -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.index = 44 -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.label = 2 -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.default_value = 0 -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.type = 5 -SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD.cpp_type = 1 - -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.name = "buff_chance_when_deadstrike" -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.full_name = ".ftcfg.skill_condition_cfg.buff_chance_when_deadstrike" -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.number = 46 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.index = 45 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.label = 2 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.has_default_value = false -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.default_value = 0.0 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.type = 2 -SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD.cpp_type = 6 - -SKILL_CONDITION_CFG.name = "skill_condition_cfg" -SKILL_CONDITION_CFG.full_name = ".ftcfg.skill_condition_cfg" -SKILL_CONDITION_CFG.nested_types = {} -SKILL_CONDITION_CFG.enum_types = {} -SKILL_CONDITION_CFG.fields = {SKILL_CONDITION_CFG_ID_FIELD, SKILL_CONDITION_CFG_DESC_FIELD, SKILL_CONDITION_CFG_EFFECT_TARGET_FIELD, SKILL_CONDITION_CFG_RANGE_TYPE_FIELD, SKILL_CONDITION_CFG_RANGE_ANGLE_FIELD, SKILL_CONDITION_CFG_RANGE_OFFSET_X_FIELD, SKILL_CONDITION_CFG_RANGE_OFFSET_Z_FIELD, SKILL_CONDITION_CFG_RANGE_PARA1_FIELD, SKILL_CONDITION_CFG_RANGE_PARA2_FIELD, SKILL_CONDITION_CFG_ENTITY_TYPES_FIELD, SKILL_CONDITION_CFG_INCLUDE_TARGET_FIELD, SKILL_CONDITION_CFG_TARGET_NUM_FIELD, SKILL_CONDITION_CFG_IGNORE_BLOCK_FIELD, SKILL_CONDITION_CFG_IGNORE_DODGE_FIELD, SKILL_CONDITION_CFG_TARGET_ORDER_TYPE_FIELD, SKILL_CONDITION_CFG_REPEAT_NUM_FIELD, SKILL_CONDITION_CFG_HIT_RATE_FIELD, SKILL_CONDITION_CFG_ATK_LV_FIELD, SKILL_CONDITION_CFG_AM_BEATEN_FIELD, SKILL_CONDITION_CFG_AM_BEATEN_EFF_FIELD, SKILL_CONDITION_CFG_BEATEN_TIME_FIELD, SKILL_CONDITION_CFG_BEAT_BACK_TYPE_FIELD, SKILL_CONDITION_CFG_BEAT_DIS_FIELD, SKILL_CONDITION_CFG_BEAT_BACK_MOVE_TIME_FIELD, SKILL_CONDITION_CFG_AM_DEAD_FIELD, SKILL_CONDITION_CFG_DEAD_BACK_TYPE_FIELD, SKILL_CONDITION_CFG_DEAD_DIS_FIELD, SKILL_CONDITION_CFG_DEAD_BACK_MOVE_TIME_FIELD, SKILL_CONDITION_CFG_SELF_EFFECT_1_FIELD, SKILL_CONDITION_CFG_SELF_HIT_BUFF1_FIELD, SKILL_CONDITION_CFG_SELF_HIT_BUFF_CHANCE1_FIELD, SKILL_CONDITION_CFG_HIT_EFFECT_1_FIELD, SKILL_CONDITION_CFG_HIT_EFFECT_2_FIELD, SKILL_CONDITION_CFG_HIT_EFFECT_3_FIELD, SKILL_CONDITION_CFG_HIT_BUFF1_FIELD, SKILL_CONDITION_CFG_HIT_BUFF_CHANCE1_FIELD, SKILL_CONDITION_CFG_HIT_BUFF2_FIELD, SKILL_CONDITION_CFG_HIT_BUFF_CHANCE2_FIELD, SKILL_CONDITION_CFG_HIT_BUFF3_FIELD, SKILL_CONDITION_CFG_HIT_BUFF_CHANCE3_FIELD, SKILL_CONDITION_CFG_CRIT_EFFECT_FIELD, SKILL_CONDITION_CFG_DEAD_STRIKE_EFFECT_FIELD, SKILL_CONDITION_CFG_BUFF_WHEN_CRIT_FIELD, SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_CRIT_FIELD, SKILL_CONDITION_CFG_BUFF_WHEN_DEADSTRIKE_FIELD, SKILL_CONDITION_CFG_BUFF_CHANCE_WHEN_DEADSTRIKE_FIELD} -SKILL_CONDITION_CFG.is_extendable = false -SKILL_CONDITION_CFG.extensions = {} -SKILL_CONDITION_CFGS_ITEMS_FIELD.name = "items" -SKILL_CONDITION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.skill_condition_cfgs.items" -SKILL_CONDITION_CFGS_ITEMS_FIELD.number = 1 -SKILL_CONDITION_CFGS_ITEMS_FIELD.index = 0 -SKILL_CONDITION_CFGS_ITEMS_FIELD.label = 3 -SKILL_CONDITION_CFGS_ITEMS_FIELD.has_default_value = false -SKILL_CONDITION_CFGS_ITEMS_FIELD.default_value = {} -SKILL_CONDITION_CFGS_ITEMS_FIELD.message_type = SKILL_CONDITION_CFG -SKILL_CONDITION_CFGS_ITEMS_FIELD.type = 11 -SKILL_CONDITION_CFGS_ITEMS_FIELD.cpp_type = 10 - -SKILL_CONDITION_CFGS.name = "skill_condition_cfgs" -SKILL_CONDITION_CFGS.full_name = ".ftcfg.skill_condition_cfgs" -SKILL_CONDITION_CFGS.nested_types = {} -SKILL_CONDITION_CFGS.enum_types = {} -SKILL_CONDITION_CFGS.fields = {SKILL_CONDITION_CFGS_ITEMS_FIELD} -SKILL_CONDITION_CFGS.is_extendable = false -SKILL_CONDITION_CFGS.extensions = {} -TEST_CFG_ID_FIELD.name = "id" -TEST_CFG_ID_FIELD.full_name = ".ftcfg.test_cfg.id" -TEST_CFG_ID_FIELD.number = 1 -TEST_CFG_ID_FIELD.index = 0 -TEST_CFG_ID_FIELD.label = 2 -TEST_CFG_ID_FIELD.has_default_value = false -TEST_CFG_ID_FIELD.default_value = 0 -TEST_CFG_ID_FIELD.type = 5 -TEST_CFG_ID_FIELD.cpp_type = 1 - -TEST_CFG_TESTSTRUCT1_FIELD.name = "testStruct1" -TEST_CFG_TESTSTRUCT1_FIELD.full_name = ".ftcfg.test_cfg.testStruct1" -TEST_CFG_TESTSTRUCT1_FIELD.number = 2 -TEST_CFG_TESTSTRUCT1_FIELD.index = 1 -TEST_CFG_TESTSTRUCT1_FIELD.label = 1 -TEST_CFG_TESTSTRUCT1_FIELD.has_default_value = false -TEST_CFG_TESTSTRUCT1_FIELD.default_value = nil -TEST_CFG_TESTSTRUCT1_FIELD.message_type = config_predefine_pb.TESTSTRUCT -TEST_CFG_TESTSTRUCT1_FIELD.type = 11 -TEST_CFG_TESTSTRUCT1_FIELD.cpp_type = 10 - -TEST_CFG_TES_FIELD.name = "tes" -TEST_CFG_TES_FIELD.full_name = ".ftcfg.test_cfg.tes" -TEST_CFG_TES_FIELD.number = 3 -TEST_CFG_TES_FIELD.index = 2 -TEST_CFG_TES_FIELD.label = 3 -TEST_CFG_TES_FIELD.has_default_value = false -TEST_CFG_TES_FIELD.default_value = {} -TEST_CFG_TES_FIELD.enum_type = config_predefine_pb.TESTENUM -TEST_CFG_TES_FIELD.type = 14 -TEST_CFG_TES_FIELD.cpp_type = 8 - -TEST_CFG.name = "test_cfg" -TEST_CFG.full_name = ".ftcfg.test_cfg" -TEST_CFG.nested_types = {} -TEST_CFG.enum_types = {} -TEST_CFG.fields = {TEST_CFG_ID_FIELD, TEST_CFG_TESTSTRUCT1_FIELD, TEST_CFG_TES_FIELD} -TEST_CFG.is_extendable = false -TEST_CFG.extensions = {} -TEST_CFGS_ITEMS_FIELD.name = "items" -TEST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.test_cfgs.items" -TEST_CFGS_ITEMS_FIELD.number = 1 -TEST_CFGS_ITEMS_FIELD.index = 0 -TEST_CFGS_ITEMS_FIELD.label = 3 -TEST_CFGS_ITEMS_FIELD.has_default_value = false -TEST_CFGS_ITEMS_FIELD.default_value = {} -TEST_CFGS_ITEMS_FIELD.message_type = TEST_CFG -TEST_CFGS_ITEMS_FIELD.type = 11 -TEST_CFGS_ITEMS_FIELD.cpp_type = 10 - -TEST_CFGS.name = "test_cfgs" -TEST_CFGS.full_name = ".ftcfg.test_cfgs" -TEST_CFGS.nested_types = {} -TEST_CFGS.enum_types = {} -TEST_CFGS.fields = {TEST_CFGS_ITEMS_FIELD} -TEST_CFGS.is_extendable = false -TEST_CFGS.extensions = {} -ITEM_CFG_ID_FIELD.name = "id" -ITEM_CFG_ID_FIELD.full_name = ".ftcfg.item_cfg.id" -ITEM_CFG_ID_FIELD.number = 1 -ITEM_CFG_ID_FIELD.index = 0 -ITEM_CFG_ID_FIELD.label = 2 -ITEM_CFG_ID_FIELD.has_default_value = false -ITEM_CFG_ID_FIELD.default_value = 0 -ITEM_CFG_ID_FIELD.type = 13 -ITEM_CFG_ID_FIELD.cpp_type = 3 - -ITEM_CFG_ITEM_NAME_FIELD.name = "item_name" -ITEM_CFG_ITEM_NAME_FIELD.full_name = ".ftcfg.item_cfg.item_name" -ITEM_CFG_ITEM_NAME_FIELD.number = 2 -ITEM_CFG_ITEM_NAME_FIELD.index = 1 -ITEM_CFG_ITEM_NAME_FIELD.label = 2 -ITEM_CFG_ITEM_NAME_FIELD.has_default_value = false -ITEM_CFG_ITEM_NAME_FIELD.default_value = "" -ITEM_CFG_ITEM_NAME_FIELD.type = 9 -ITEM_CFG_ITEM_NAME_FIELD.cpp_type = 9 - -ITEM_CFG_FORMULA_ID_FIELD.name = "formula_id" -ITEM_CFG_FORMULA_ID_FIELD.full_name = ".ftcfg.item_cfg.formula_id" -ITEM_CFG_FORMULA_ID_FIELD.number = 3 -ITEM_CFG_FORMULA_ID_FIELD.index = 2 -ITEM_CFG_FORMULA_ID_FIELD.label = 2 -ITEM_CFG_FORMULA_ID_FIELD.has_default_value = false -ITEM_CFG_FORMULA_ID_FIELD.default_value = 0 -ITEM_CFG_FORMULA_ID_FIELD.type = 5 -ITEM_CFG_FORMULA_ID_FIELD.cpp_type = 1 - -ITEM_CFG_ITEM_DESC_FIELD.name = "item_desc" -ITEM_CFG_ITEM_DESC_FIELD.full_name = ".ftcfg.item_cfg.item_desc" -ITEM_CFG_ITEM_DESC_FIELD.number = 4 -ITEM_CFG_ITEM_DESC_FIELD.index = 3 -ITEM_CFG_ITEM_DESC_FIELD.label = 2 -ITEM_CFG_ITEM_DESC_FIELD.has_default_value = false -ITEM_CFG_ITEM_DESC_FIELD.default_value = "" -ITEM_CFG_ITEM_DESC_FIELD.type = 9 -ITEM_CFG_ITEM_DESC_FIELD.cpp_type = 9 - -ITEM_CFG_STACK_MAX_FIELD.name = "stack_max" -ITEM_CFG_STACK_MAX_FIELD.full_name = ".ftcfg.item_cfg.stack_max" -ITEM_CFG_STACK_MAX_FIELD.number = 5 -ITEM_CFG_STACK_MAX_FIELD.index = 4 -ITEM_CFG_STACK_MAX_FIELD.label = 2 -ITEM_CFG_STACK_MAX_FIELD.has_default_value = false -ITEM_CFG_STACK_MAX_FIELD.default_value = 0 -ITEM_CFG_STACK_MAX_FIELD.type = 5 -ITEM_CFG_STACK_MAX_FIELD.cpp_type = 1 - -ITEM_CFG_NEED_LEVEL_FIELD.name = "need_level" -ITEM_CFG_NEED_LEVEL_FIELD.full_name = ".ftcfg.item_cfg.need_level" -ITEM_CFG_NEED_LEVEL_FIELD.number = 6 -ITEM_CFG_NEED_LEVEL_FIELD.index = 5 -ITEM_CFG_NEED_LEVEL_FIELD.label = 2 -ITEM_CFG_NEED_LEVEL_FIELD.has_default_value = false -ITEM_CFG_NEED_LEVEL_FIELD.default_value = 0 -ITEM_CFG_NEED_LEVEL_FIELD.type = 5 -ITEM_CFG_NEED_LEVEL_FIELD.cpp_type = 1 - -ITEM_CFG_NEED_PROF_FIELD.name = "need_prof" -ITEM_CFG_NEED_PROF_FIELD.full_name = ".ftcfg.item_cfg.need_prof" -ITEM_CFG_NEED_PROF_FIELD.number = 7 -ITEM_CFG_NEED_PROF_FIELD.index = 6 -ITEM_CFG_NEED_PROF_FIELD.label = 2 -ITEM_CFG_NEED_PROF_FIELD.has_default_value = false -ITEM_CFG_NEED_PROF_FIELD.default_value = nil -ITEM_CFG_NEED_PROF_FIELD.enum_type = config_predefine_pb.EPROFTYPE -ITEM_CFG_NEED_PROF_FIELD.type = 14 -ITEM_CFG_NEED_PROF_FIELD.cpp_type = 8 - -ITEM_CFG_ITEM_TYPE_FIELD.name = "item_type" -ITEM_CFG_ITEM_TYPE_FIELD.full_name = ".ftcfg.item_cfg.item_type" -ITEM_CFG_ITEM_TYPE_FIELD.number = 8 -ITEM_CFG_ITEM_TYPE_FIELD.index = 7 -ITEM_CFG_ITEM_TYPE_FIELD.label = 2 -ITEM_CFG_ITEM_TYPE_FIELD.has_default_value = false -ITEM_CFG_ITEM_TYPE_FIELD.default_value = nil -ITEM_CFG_ITEM_TYPE_FIELD.enum_type = config_predefine_pb.EITEMTYPE -ITEM_CFG_ITEM_TYPE_FIELD.type = 14 -ITEM_CFG_ITEM_TYPE_FIELD.cpp_type = 8 - -ITEM_CFG_ITEM_SUB_TYPE_FIELD.name = "item_sub_type" -ITEM_CFG_ITEM_SUB_TYPE_FIELD.full_name = ".ftcfg.item_cfg.item_sub_type" -ITEM_CFG_ITEM_SUB_TYPE_FIELD.number = 9 -ITEM_CFG_ITEM_SUB_TYPE_FIELD.index = 8 -ITEM_CFG_ITEM_SUB_TYPE_FIELD.label = 2 -ITEM_CFG_ITEM_SUB_TYPE_FIELD.has_default_value = false -ITEM_CFG_ITEM_SUB_TYPE_FIELD.default_value = 0 -ITEM_CFG_ITEM_SUB_TYPE_FIELD.type = 5 -ITEM_CFG_ITEM_SUB_TYPE_FIELD.cpp_type = 1 - -ITEM_CFG_ITEM_PART_FIELD.name = "item_part" -ITEM_CFG_ITEM_PART_FIELD.full_name = ".ftcfg.item_cfg.item_part" -ITEM_CFG_ITEM_PART_FIELD.number = 10 -ITEM_CFG_ITEM_PART_FIELD.index = 9 -ITEM_CFG_ITEM_PART_FIELD.label = 3 -ITEM_CFG_ITEM_PART_FIELD.has_default_value = false -ITEM_CFG_ITEM_PART_FIELD.default_value = {} -ITEM_CFG_ITEM_PART_FIELD.type = 5 -ITEM_CFG_ITEM_PART_FIELD.cpp_type = 1 - -ITEM_CFG_DISPLAY_TYPE_FIELD.name = "display_type" -ITEM_CFG_DISPLAY_TYPE_FIELD.full_name = ".ftcfg.item_cfg.display_type" -ITEM_CFG_DISPLAY_TYPE_FIELD.number = 11 -ITEM_CFG_DISPLAY_TYPE_FIELD.index = 10 -ITEM_CFG_DISPLAY_TYPE_FIELD.label = 2 -ITEM_CFG_DISPLAY_TYPE_FIELD.has_default_value = false -ITEM_CFG_DISPLAY_TYPE_FIELD.default_value = 0 -ITEM_CFG_DISPLAY_TYPE_FIELD.type = 5 -ITEM_CFG_DISPLAY_TYPE_FIELD.cpp_type = 1 - -ITEM_CFG_ITEM_COLOR_FIELD.name = "item_color" -ITEM_CFG_ITEM_COLOR_FIELD.full_name = ".ftcfg.item_cfg.item_color" -ITEM_CFG_ITEM_COLOR_FIELD.number = 12 -ITEM_CFG_ITEM_COLOR_FIELD.index = 11 -ITEM_CFG_ITEM_COLOR_FIELD.label = 2 -ITEM_CFG_ITEM_COLOR_FIELD.has_default_value = false -ITEM_CFG_ITEM_COLOR_FIELD.default_value = nil -ITEM_CFG_ITEM_COLOR_FIELD.enum_type = config_predefine_pb.EITEMCOLOR -ITEM_CFG_ITEM_COLOR_FIELD.type = 14 -ITEM_CFG_ITEM_COLOR_FIELD.cpp_type = 8 - -ITEM_CFG_ITEM_ICON_FIELD.name = "item_icon" -ITEM_CFG_ITEM_ICON_FIELD.full_name = ".ftcfg.item_cfg.item_icon" -ITEM_CFG_ITEM_ICON_FIELD.number = 13 -ITEM_CFG_ITEM_ICON_FIELD.index = 12 -ITEM_CFG_ITEM_ICON_FIELD.label = 2 -ITEM_CFG_ITEM_ICON_FIELD.has_default_value = false -ITEM_CFG_ITEM_ICON_FIELD.default_value = "" -ITEM_CFG_ITEM_ICON_FIELD.type = 9 -ITEM_CFG_ITEM_ICON_FIELD.cpp_type = 9 - -ITEM_CFG_ITEM_MARK_FIELD.name = "item_mark" -ITEM_CFG_ITEM_MARK_FIELD.full_name = ".ftcfg.item_cfg.item_mark" -ITEM_CFG_ITEM_MARK_FIELD.number = 14 -ITEM_CFG_ITEM_MARK_FIELD.index = 13 -ITEM_CFG_ITEM_MARK_FIELD.label = 2 -ITEM_CFG_ITEM_MARK_FIELD.has_default_value = false -ITEM_CFG_ITEM_MARK_FIELD.default_value = 0 -ITEM_CFG_ITEM_MARK_FIELD.type = 5 -ITEM_CFG_ITEM_MARK_FIELD.cpp_type = 1 - -ITEM_CFG_OWN_MAX_FIELD.name = "own_max" -ITEM_CFG_OWN_MAX_FIELD.full_name = ".ftcfg.item_cfg.own_max" -ITEM_CFG_OWN_MAX_FIELD.number = 15 -ITEM_CFG_OWN_MAX_FIELD.index = 14 -ITEM_CFG_OWN_MAX_FIELD.label = 2 -ITEM_CFG_OWN_MAX_FIELD.has_default_value = false -ITEM_CFG_OWN_MAX_FIELD.default_value = 0 -ITEM_CFG_OWN_MAX_FIELD.type = 13 -ITEM_CFG_OWN_MAX_FIELD.cpp_type = 3 - -ITEM_CFG_COULD_TRADE_FIELD.name = "could_trade" -ITEM_CFG_COULD_TRADE_FIELD.full_name = ".ftcfg.item_cfg.could_trade" -ITEM_CFG_COULD_TRADE_FIELD.number = 16 -ITEM_CFG_COULD_TRADE_FIELD.index = 15 -ITEM_CFG_COULD_TRADE_FIELD.label = 2 -ITEM_CFG_COULD_TRADE_FIELD.has_default_value = false -ITEM_CFG_COULD_TRADE_FIELD.default_value = 0 -ITEM_CFG_COULD_TRADE_FIELD.type = 5 -ITEM_CFG_COULD_TRADE_FIELD.cpp_type = 1 - -ITEM_CFG_TRADE_COOLDOWN_FIELD.name = "trade_cooldown" -ITEM_CFG_TRADE_COOLDOWN_FIELD.full_name = ".ftcfg.item_cfg.trade_cooldown" -ITEM_CFG_TRADE_COOLDOWN_FIELD.number = 17 -ITEM_CFG_TRADE_COOLDOWN_FIELD.index = 16 -ITEM_CFG_TRADE_COOLDOWN_FIELD.label = 2 -ITEM_CFG_TRADE_COOLDOWN_FIELD.has_default_value = false -ITEM_CFG_TRADE_COOLDOWN_FIELD.default_value = 0 -ITEM_CFG_TRADE_COOLDOWN_FIELD.type = 5 -ITEM_CFG_TRADE_COOLDOWN_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_SELL_FIELD.name = "could_sell" -ITEM_CFG_COULD_SELL_FIELD.full_name = ".ftcfg.item_cfg.could_sell" -ITEM_CFG_COULD_SELL_FIELD.number = 18 -ITEM_CFG_COULD_SELL_FIELD.index = 17 -ITEM_CFG_COULD_SELL_FIELD.label = 2 -ITEM_CFG_COULD_SELL_FIELD.has_default_value = false -ITEM_CFG_COULD_SELL_FIELD.default_value = 0 -ITEM_CFG_COULD_SELL_FIELD.type = 5 -ITEM_CFG_COULD_SELL_FIELD.cpp_type = 1 - -ITEM_CFG_SELL_COST_TYPE_FIELD.name = "sell_cost_type" -ITEM_CFG_SELL_COST_TYPE_FIELD.full_name = ".ftcfg.item_cfg.sell_cost_type" -ITEM_CFG_SELL_COST_TYPE_FIELD.number = 19 -ITEM_CFG_SELL_COST_TYPE_FIELD.index = 18 -ITEM_CFG_SELL_COST_TYPE_FIELD.label = 2 -ITEM_CFG_SELL_COST_TYPE_FIELD.has_default_value = false -ITEM_CFG_SELL_COST_TYPE_FIELD.default_value = 0 -ITEM_CFG_SELL_COST_TYPE_FIELD.type = 5 -ITEM_CFG_SELL_COST_TYPE_FIELD.cpp_type = 1 - -ITEM_CFG_SELL_COST_NUM_FIELD.name = "sell_cost_num" -ITEM_CFG_SELL_COST_NUM_FIELD.full_name = ".ftcfg.item_cfg.sell_cost_num" -ITEM_CFG_SELL_COST_NUM_FIELD.number = 20 -ITEM_CFG_SELL_COST_NUM_FIELD.index = 19 -ITEM_CFG_SELL_COST_NUM_FIELD.label = 2 -ITEM_CFG_SELL_COST_NUM_FIELD.has_default_value = false -ITEM_CFG_SELL_COST_NUM_FIELD.default_value = 0 -ITEM_CFG_SELL_COST_NUM_FIELD.type = 5 -ITEM_CFG_SELL_COST_NUM_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_USE_FIELD.name = "could_use" -ITEM_CFG_COULD_USE_FIELD.full_name = ".ftcfg.item_cfg.could_use" -ITEM_CFG_COULD_USE_FIELD.number = 21 -ITEM_CFG_COULD_USE_FIELD.index = 20 -ITEM_CFG_COULD_USE_FIELD.label = 2 -ITEM_CFG_COULD_USE_FIELD.has_default_value = false -ITEM_CFG_COULD_USE_FIELD.default_value = 0 -ITEM_CFG_COULD_USE_FIELD.type = 5 -ITEM_CFG_COULD_USE_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_WINDOWUSE_FIELD.name = "could_windowuse" -ITEM_CFG_COULD_WINDOWUSE_FIELD.full_name = ".ftcfg.item_cfg.could_windowuse" -ITEM_CFG_COULD_WINDOWUSE_FIELD.number = 22 -ITEM_CFG_COULD_WINDOWUSE_FIELD.index = 21 -ITEM_CFG_COULD_WINDOWUSE_FIELD.label = 2 -ITEM_CFG_COULD_WINDOWUSE_FIELD.has_default_value = false -ITEM_CFG_COULD_WINDOWUSE_FIELD.default_value = 0 -ITEM_CFG_COULD_WINDOWUSE_FIELD.type = 5 -ITEM_CFG_COULD_WINDOWUSE_FIELD.cpp_type = 1 - -ITEM_CFG_WINDOWUSE_MAX_FIELD.name = "windowuse_max" -ITEM_CFG_WINDOWUSE_MAX_FIELD.full_name = ".ftcfg.item_cfg.windowuse_max" -ITEM_CFG_WINDOWUSE_MAX_FIELD.number = 23 -ITEM_CFG_WINDOWUSE_MAX_FIELD.index = 22 -ITEM_CFG_WINDOWUSE_MAX_FIELD.label = 2 -ITEM_CFG_WINDOWUSE_MAX_FIELD.has_default_value = false -ITEM_CFG_WINDOWUSE_MAX_FIELD.default_value = 0 -ITEM_CFG_WINDOWUSE_MAX_FIELD.type = 5 -ITEM_CFG_WINDOWUSE_MAX_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_SHOW_USE_FIELD.name = "could_show_use" -ITEM_CFG_COULD_SHOW_USE_FIELD.full_name = ".ftcfg.item_cfg.could_show_use" -ITEM_CFG_COULD_SHOW_USE_FIELD.number = 24 -ITEM_CFG_COULD_SHOW_USE_FIELD.index = 23 -ITEM_CFG_COULD_SHOW_USE_FIELD.label = 2 -ITEM_CFG_COULD_SHOW_USE_FIELD.has_default_value = false -ITEM_CFG_COULD_SHOW_USE_FIELD.default_value = 0 -ITEM_CFG_COULD_SHOW_USE_FIELD.type = 5 -ITEM_CFG_COULD_SHOW_USE_FIELD.cpp_type = 1 - -ITEM_CFG_USE_DELAY_FIELD.name = "use_delay" -ITEM_CFG_USE_DELAY_FIELD.full_name = ".ftcfg.item_cfg.use_delay" -ITEM_CFG_USE_DELAY_FIELD.number = 25 -ITEM_CFG_USE_DELAY_FIELD.index = 24 -ITEM_CFG_USE_DELAY_FIELD.label = 2 -ITEM_CFG_USE_DELAY_FIELD.has_default_value = false -ITEM_CFG_USE_DELAY_FIELD.default_value = 0 -ITEM_CFG_USE_DELAY_FIELD.type = 5 -ITEM_CFG_USE_DELAY_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_BULK_USE_FIELD.name = "could_bulk_use" -ITEM_CFG_COULD_BULK_USE_FIELD.full_name = ".ftcfg.item_cfg.could_bulk_use" -ITEM_CFG_COULD_BULK_USE_FIELD.number = 26 -ITEM_CFG_COULD_BULK_USE_FIELD.index = 25 -ITEM_CFG_COULD_BULK_USE_FIELD.label = 2 -ITEM_CFG_COULD_BULK_USE_FIELD.has_default_value = false -ITEM_CFG_COULD_BULK_USE_FIELD.default_value = 0 -ITEM_CFG_COULD_BULK_USE_FIELD.type = 5 -ITEM_CFG_COULD_BULK_USE_FIELD.cpp_type = 1 - -ITEM_CFG_CD_GROUP_ID_FIELD.name = "cd_group_id" -ITEM_CFG_CD_GROUP_ID_FIELD.full_name = ".ftcfg.item_cfg.cd_group_id" -ITEM_CFG_CD_GROUP_ID_FIELD.number = 27 -ITEM_CFG_CD_GROUP_ID_FIELD.index = 26 -ITEM_CFG_CD_GROUP_ID_FIELD.label = 2 -ITEM_CFG_CD_GROUP_ID_FIELD.has_default_value = false -ITEM_CFG_CD_GROUP_ID_FIELD.default_value = 0 -ITEM_CFG_CD_GROUP_ID_FIELD.type = 5 -ITEM_CFG_CD_GROUP_ID_FIELD.cpp_type = 1 - -ITEM_CFG_CD_TIME_FIELD.name = "cd_time" -ITEM_CFG_CD_TIME_FIELD.full_name = ".ftcfg.item_cfg.cd_time" -ITEM_CFG_CD_TIME_FIELD.number = 28 -ITEM_CFG_CD_TIME_FIELD.index = 27 -ITEM_CFG_CD_TIME_FIELD.label = 2 -ITEM_CFG_CD_TIME_FIELD.has_default_value = false -ITEM_CFG_CD_TIME_FIELD.default_value = 0 -ITEM_CFG_CD_TIME_FIELD.type = 5 -ITEM_CFG_CD_TIME_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_IN_STORAGE_FIELD.name = "could_in_storage" -ITEM_CFG_COULD_IN_STORAGE_FIELD.full_name = ".ftcfg.item_cfg.could_in_storage" -ITEM_CFG_COULD_IN_STORAGE_FIELD.number = 29 -ITEM_CFG_COULD_IN_STORAGE_FIELD.index = 28 -ITEM_CFG_COULD_IN_STORAGE_FIELD.label = 2 -ITEM_CFG_COULD_IN_STORAGE_FIELD.has_default_value = false -ITEM_CFG_COULD_IN_STORAGE_FIELD.default_value = 0 -ITEM_CFG_COULD_IN_STORAGE_FIELD.type = 5 -ITEM_CFG_COULD_IN_STORAGE_FIELD.cpp_type = 1 - -ITEM_CFG_COULD_OBTAIN_FIELD.name = "could_obtain" -ITEM_CFG_COULD_OBTAIN_FIELD.full_name = ".ftcfg.item_cfg.could_obtain" -ITEM_CFG_COULD_OBTAIN_FIELD.number = 30 -ITEM_CFG_COULD_OBTAIN_FIELD.index = 29 -ITEM_CFG_COULD_OBTAIN_FIELD.label = 2 -ITEM_CFG_COULD_OBTAIN_FIELD.has_default_value = false -ITEM_CFG_COULD_OBTAIN_FIELD.default_value = 0 -ITEM_CFG_COULD_OBTAIN_FIELD.type = 5 -ITEM_CFG_COULD_OBTAIN_FIELD.cpp_type = 1 - -ITEM_CFG_OBTAIN_LIST_FIELD.name = "obtain_list" -ITEM_CFG_OBTAIN_LIST_FIELD.full_name = ".ftcfg.item_cfg.obtain_list" -ITEM_CFG_OBTAIN_LIST_FIELD.number = 31 -ITEM_CFG_OBTAIN_LIST_FIELD.index = 30 -ITEM_CFG_OBTAIN_LIST_FIELD.label = 2 -ITEM_CFG_OBTAIN_LIST_FIELD.has_default_value = false -ITEM_CFG_OBTAIN_LIST_FIELD.default_value = 0 -ITEM_CFG_OBTAIN_LIST_FIELD.type = 5 -ITEM_CFG_OBTAIN_LIST_FIELD.cpp_type = 1 - -ITEM_CFG_PROP_EFFECT1_FIELD.name = "prop_effect1" -ITEM_CFG_PROP_EFFECT1_FIELD.full_name = ".ftcfg.item_cfg.prop_effect1" -ITEM_CFG_PROP_EFFECT1_FIELD.number = 32 -ITEM_CFG_PROP_EFFECT1_FIELD.index = 31 -ITEM_CFG_PROP_EFFECT1_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT1_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT1_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT1_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT1_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT2_FIELD.name = "prop_effect2" -ITEM_CFG_PROP_EFFECT2_FIELD.full_name = ".ftcfg.item_cfg.prop_effect2" -ITEM_CFG_PROP_EFFECT2_FIELD.number = 33 -ITEM_CFG_PROP_EFFECT2_FIELD.index = 32 -ITEM_CFG_PROP_EFFECT2_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT2_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT2_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT2_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT2_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT3_FIELD.name = "prop_effect3" -ITEM_CFG_PROP_EFFECT3_FIELD.full_name = ".ftcfg.item_cfg.prop_effect3" -ITEM_CFG_PROP_EFFECT3_FIELD.number = 34 -ITEM_CFG_PROP_EFFECT3_FIELD.index = 33 -ITEM_CFG_PROP_EFFECT3_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT3_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT3_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT3_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT3_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT4_FIELD.name = "prop_effect4" -ITEM_CFG_PROP_EFFECT4_FIELD.full_name = ".ftcfg.item_cfg.prop_effect4" -ITEM_CFG_PROP_EFFECT4_FIELD.number = 35 -ITEM_CFG_PROP_EFFECT4_FIELD.index = 34 -ITEM_CFG_PROP_EFFECT4_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT4_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT4_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT4_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT4_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT5_FIELD.name = "prop_effect5" -ITEM_CFG_PROP_EFFECT5_FIELD.full_name = ".ftcfg.item_cfg.prop_effect5" -ITEM_CFG_PROP_EFFECT5_FIELD.number = 36 -ITEM_CFG_PROP_EFFECT5_FIELD.index = 35 -ITEM_CFG_PROP_EFFECT5_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT5_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT5_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT5_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT5_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT6_FIELD.name = "prop_effect6" -ITEM_CFG_PROP_EFFECT6_FIELD.full_name = ".ftcfg.item_cfg.prop_effect6" -ITEM_CFG_PROP_EFFECT6_FIELD.number = 37 -ITEM_CFG_PROP_EFFECT6_FIELD.index = 36 -ITEM_CFG_PROP_EFFECT6_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT6_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT6_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT6_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT6_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT7_FIELD.name = "prop_effect7" -ITEM_CFG_PROP_EFFECT7_FIELD.full_name = ".ftcfg.item_cfg.prop_effect7" -ITEM_CFG_PROP_EFFECT7_FIELD.number = 38 -ITEM_CFG_PROP_EFFECT7_FIELD.index = 37 -ITEM_CFG_PROP_EFFECT7_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT7_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT7_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT7_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT7_FIELD.cpp_type = 9 - -ITEM_CFG_PROP_EFFECT8_FIELD.name = "prop_effect8" -ITEM_CFG_PROP_EFFECT8_FIELD.full_name = ".ftcfg.item_cfg.prop_effect8" -ITEM_CFG_PROP_EFFECT8_FIELD.number = 39 -ITEM_CFG_PROP_EFFECT8_FIELD.index = 38 -ITEM_CFG_PROP_EFFECT8_FIELD.label = 2 -ITEM_CFG_PROP_EFFECT8_FIELD.has_default_value = false -ITEM_CFG_PROP_EFFECT8_FIELD.default_value = "" -ITEM_CFG_PROP_EFFECT8_FIELD.type = 9 -ITEM_CFG_PROP_EFFECT8_FIELD.cpp_type = 9 - -ITEM_CFG_PRICE_GOLD_FIELD.name = "price_gold" -ITEM_CFG_PRICE_GOLD_FIELD.full_name = ".ftcfg.item_cfg.price_gold" -ITEM_CFG_PRICE_GOLD_FIELD.number = 40 -ITEM_CFG_PRICE_GOLD_FIELD.index = 39 -ITEM_CFG_PRICE_GOLD_FIELD.label = 2 -ITEM_CFG_PRICE_GOLD_FIELD.has_default_value = false -ITEM_CFG_PRICE_GOLD_FIELD.default_value = 0 -ITEM_CFG_PRICE_GOLD_FIELD.type = 13 -ITEM_CFG_PRICE_GOLD_FIELD.cpp_type = 3 - -ITEM_CFG_LUCK_VALUE_FIELD.name = "luck_value" -ITEM_CFG_LUCK_VALUE_FIELD.full_name = ".ftcfg.item_cfg.luck_value" -ITEM_CFG_LUCK_VALUE_FIELD.number = 41 -ITEM_CFG_LUCK_VALUE_FIELD.index = 40 -ITEM_CFG_LUCK_VALUE_FIELD.label = 2 -ITEM_CFG_LUCK_VALUE_FIELD.has_default_value = false -ITEM_CFG_LUCK_VALUE_FIELD.default_value = 0 -ITEM_CFG_LUCK_VALUE_FIELD.type = 5 -ITEM_CFG_LUCK_VALUE_FIELD.cpp_type = 1 - -ITEM_CFG_POP_VALUE_FIELD.name = "pop_value" -ITEM_CFG_POP_VALUE_FIELD.full_name = ".ftcfg.item_cfg.pop_value" -ITEM_CFG_POP_VALUE_FIELD.number = 42 -ITEM_CFG_POP_VALUE_FIELD.index = 41 -ITEM_CFG_POP_VALUE_FIELD.label = 2 -ITEM_CFG_POP_VALUE_FIELD.has_default_value = false -ITEM_CFG_POP_VALUE_FIELD.default_value = 0 -ITEM_CFG_POP_VALUE_FIELD.type = 13 -ITEM_CFG_POP_VALUE_FIELD.cpp_type = 3 - -ITEM_CFG_COMBAT_POINT_FIELD.name = "combat_point" -ITEM_CFG_COMBAT_POINT_FIELD.full_name = ".ftcfg.item_cfg.combat_point" -ITEM_CFG_COMBAT_POINT_FIELD.number = 43 -ITEM_CFG_COMBAT_POINT_FIELD.index = 42 -ITEM_CFG_COMBAT_POINT_FIELD.label = 2 -ITEM_CFG_COMBAT_POINT_FIELD.has_default_value = false -ITEM_CFG_COMBAT_POINT_FIELD.default_value = 0 -ITEM_CFG_COMBAT_POINT_FIELD.type = 13 -ITEM_CFG_COMBAT_POINT_FIELD.cpp_type = 3 - -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.name = "effect_timelimited" -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.full_name = ".ftcfg.item_cfg.effect_timelimited" -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.number = 44 -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.index = 43 -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.label = 2 -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.has_default_value = false -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.default_value = 0 -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.type = 5 -ITEM_CFG_EFFECT_TIMELIMITED_FIELD.cpp_type = 1 - -ITEM_CFG_DROP_ID_FIELD.name = "drop_id" -ITEM_CFG_DROP_ID_FIELD.full_name = ".ftcfg.item_cfg.drop_id" -ITEM_CFG_DROP_ID_FIELD.number = 45 -ITEM_CFG_DROP_ID_FIELD.index = 44 -ITEM_CFG_DROP_ID_FIELD.label = 2 -ITEM_CFG_DROP_ID_FIELD.has_default_value = false -ITEM_CFG_DROP_ID_FIELD.default_value = 0 -ITEM_CFG_DROP_ID_FIELD.type = 13 -ITEM_CFG_DROP_ID_FIELD.cpp_type = 3 - -ITEM_CFG_COST_TYPE_FIELD.name = "cost_type" -ITEM_CFG_COST_TYPE_FIELD.full_name = ".ftcfg.item_cfg.cost_type" -ITEM_CFG_COST_TYPE_FIELD.number = 46 -ITEM_CFG_COST_TYPE_FIELD.index = 45 -ITEM_CFG_COST_TYPE_FIELD.label = 3 -ITEM_CFG_COST_TYPE_FIELD.has_default_value = false -ITEM_CFG_COST_TYPE_FIELD.default_value = {} -ITEM_CFG_COST_TYPE_FIELD.type = 13 -ITEM_CFG_COST_TYPE_FIELD.cpp_type = 3 - -ITEM_CFG_COST_COUNT_FIELD.name = "cost_count" -ITEM_CFG_COST_COUNT_FIELD.full_name = ".ftcfg.item_cfg.cost_count" -ITEM_CFG_COST_COUNT_FIELD.number = 47 -ITEM_CFG_COST_COUNT_FIELD.index = 46 -ITEM_CFG_COST_COUNT_FIELD.label = 3 -ITEM_CFG_COST_COUNT_FIELD.has_default_value = false -ITEM_CFG_COST_COUNT_FIELD.default_value = {} -ITEM_CFG_COST_COUNT_FIELD.type = 13 -ITEM_CFG_COST_COUNT_FIELD.cpp_type = 3 - -ITEM_CFG_HOLE_NUM_FIELD.name = "hole_num" -ITEM_CFG_HOLE_NUM_FIELD.full_name = ".ftcfg.item_cfg.hole_num" -ITEM_CFG_HOLE_NUM_FIELD.number = 48 -ITEM_CFG_HOLE_NUM_FIELD.index = 47 -ITEM_CFG_HOLE_NUM_FIELD.label = 2 -ITEM_CFG_HOLE_NUM_FIELD.has_default_value = false -ITEM_CFG_HOLE_NUM_FIELD.default_value = 0 -ITEM_CFG_HOLE_NUM_FIELD.type = 5 -ITEM_CFG_HOLE_NUM_FIELD.cpp_type = 1 - -ITEM_CFG_INLAY_TYPE_FIELD.name = "inlay_type" -ITEM_CFG_INLAY_TYPE_FIELD.full_name = ".ftcfg.item_cfg.inlay_type" -ITEM_CFG_INLAY_TYPE_FIELD.number = 49 -ITEM_CFG_INLAY_TYPE_FIELD.index = 48 -ITEM_CFG_INLAY_TYPE_FIELD.label = 3 -ITEM_CFG_INLAY_TYPE_FIELD.has_default_value = false -ITEM_CFG_INLAY_TYPE_FIELD.default_value = {} -ITEM_CFG_INLAY_TYPE_FIELD.type = 5 -ITEM_CFG_INLAY_TYPE_FIELD.cpp_type = 1 - -ITEM_CFG_INLAY_LEVEL_FIELD.name = "inlay_level" -ITEM_CFG_INLAY_LEVEL_FIELD.full_name = ".ftcfg.item_cfg.inlay_level" -ITEM_CFG_INLAY_LEVEL_FIELD.number = 50 -ITEM_CFG_INLAY_LEVEL_FIELD.index = 49 -ITEM_CFG_INLAY_LEVEL_FIELD.label = 2 -ITEM_CFG_INLAY_LEVEL_FIELD.has_default_value = false -ITEM_CFG_INLAY_LEVEL_FIELD.default_value = 0 -ITEM_CFG_INLAY_LEVEL_FIELD.type = 5 -ITEM_CFG_INLAY_LEVEL_FIELD.cpp_type = 1 - -ITEM_CFG.name = "item_cfg" -ITEM_CFG.full_name = ".ftcfg.item_cfg" -ITEM_CFG.nested_types = {} -ITEM_CFG.enum_types = {} -ITEM_CFG.fields = {ITEM_CFG_ID_FIELD, ITEM_CFG_ITEM_NAME_FIELD, ITEM_CFG_FORMULA_ID_FIELD, ITEM_CFG_ITEM_DESC_FIELD, ITEM_CFG_STACK_MAX_FIELD, ITEM_CFG_NEED_LEVEL_FIELD, ITEM_CFG_NEED_PROF_FIELD, ITEM_CFG_ITEM_TYPE_FIELD, ITEM_CFG_ITEM_SUB_TYPE_FIELD, ITEM_CFG_ITEM_PART_FIELD, ITEM_CFG_DISPLAY_TYPE_FIELD, ITEM_CFG_ITEM_COLOR_FIELD, ITEM_CFG_ITEM_ICON_FIELD, ITEM_CFG_ITEM_MARK_FIELD, ITEM_CFG_OWN_MAX_FIELD, ITEM_CFG_COULD_TRADE_FIELD, ITEM_CFG_TRADE_COOLDOWN_FIELD, ITEM_CFG_COULD_SELL_FIELD, ITEM_CFG_SELL_COST_TYPE_FIELD, ITEM_CFG_SELL_COST_NUM_FIELD, ITEM_CFG_COULD_USE_FIELD, ITEM_CFG_COULD_WINDOWUSE_FIELD, ITEM_CFG_WINDOWUSE_MAX_FIELD, ITEM_CFG_COULD_SHOW_USE_FIELD, ITEM_CFG_USE_DELAY_FIELD, ITEM_CFG_COULD_BULK_USE_FIELD, ITEM_CFG_CD_GROUP_ID_FIELD, ITEM_CFG_CD_TIME_FIELD, ITEM_CFG_COULD_IN_STORAGE_FIELD, ITEM_CFG_COULD_OBTAIN_FIELD, ITEM_CFG_OBTAIN_LIST_FIELD, ITEM_CFG_PROP_EFFECT1_FIELD, ITEM_CFG_PROP_EFFECT2_FIELD, ITEM_CFG_PROP_EFFECT3_FIELD, ITEM_CFG_PROP_EFFECT4_FIELD, ITEM_CFG_PROP_EFFECT5_FIELD, ITEM_CFG_PROP_EFFECT6_FIELD, ITEM_CFG_PROP_EFFECT7_FIELD, ITEM_CFG_PROP_EFFECT8_FIELD, ITEM_CFG_PRICE_GOLD_FIELD, ITEM_CFG_LUCK_VALUE_FIELD, ITEM_CFG_POP_VALUE_FIELD, ITEM_CFG_COMBAT_POINT_FIELD, ITEM_CFG_EFFECT_TIMELIMITED_FIELD, ITEM_CFG_DROP_ID_FIELD, ITEM_CFG_COST_TYPE_FIELD, ITEM_CFG_COST_COUNT_FIELD, ITEM_CFG_HOLE_NUM_FIELD, ITEM_CFG_INLAY_TYPE_FIELD, ITEM_CFG_INLAY_LEVEL_FIELD} -ITEM_CFG.is_extendable = false -ITEM_CFG.extensions = {} -ITEM_CFGS_ITEMS_FIELD.name = "items" -ITEM_CFGS_ITEMS_FIELD.full_name = ".ftcfg.item_cfgs.items" -ITEM_CFGS_ITEMS_FIELD.number = 1 -ITEM_CFGS_ITEMS_FIELD.index = 0 -ITEM_CFGS_ITEMS_FIELD.label = 3 -ITEM_CFGS_ITEMS_FIELD.has_default_value = false -ITEM_CFGS_ITEMS_FIELD.default_value = {} -ITEM_CFGS_ITEMS_FIELD.message_type = ITEM_CFG -ITEM_CFGS_ITEMS_FIELD.type = 11 -ITEM_CFGS_ITEMS_FIELD.cpp_type = 10 - -ITEM_CFGS.name = "item_cfgs" -ITEM_CFGS.full_name = ".ftcfg.item_cfgs" -ITEM_CFGS.nested_types = {} -ITEM_CFGS.enum_types = {} -ITEM_CFGS.fields = {ITEM_CFGS_ITEMS_FIELD} -ITEM_CFGS.is_extendable = false -ITEM_CFGS.extensions = {} -FIGHTCRIME_CFG_ID_FIELD.name = "id" -FIGHTCRIME_CFG_ID_FIELD.full_name = ".ftcfg.fightcrime_cfg.id" -FIGHTCRIME_CFG_ID_FIELD.number = 1 -FIGHTCRIME_CFG_ID_FIELD.index = 0 -FIGHTCRIME_CFG_ID_FIELD.label = 2 -FIGHTCRIME_CFG_ID_FIELD.has_default_value = false -FIGHTCRIME_CFG_ID_FIELD.default_value = 0 -FIGHTCRIME_CFG_ID_FIELD.type = 5 -FIGHTCRIME_CFG_ID_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG_VALUE_FIELD.name = "value" -FIGHTCRIME_CFG_VALUE_FIELD.full_name = ".ftcfg.fightcrime_cfg.value" -FIGHTCRIME_CFG_VALUE_FIELD.number = 2 -FIGHTCRIME_CFG_VALUE_FIELD.index = 1 -FIGHTCRIME_CFG_VALUE_FIELD.label = 2 -FIGHTCRIME_CFG_VALUE_FIELD.has_default_value = false -FIGHTCRIME_CFG_VALUE_FIELD.default_value = 0 -FIGHTCRIME_CFG_VALUE_FIELD.type = 5 -FIGHTCRIME_CFG_VALUE_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG_COLOR_FIELD.name = "color" -FIGHTCRIME_CFG_COLOR_FIELD.full_name = ".ftcfg.fightcrime_cfg.color" -FIGHTCRIME_CFG_COLOR_FIELD.number = 3 -FIGHTCRIME_CFG_COLOR_FIELD.index = 2 -FIGHTCRIME_CFG_COLOR_FIELD.label = 2 -FIGHTCRIME_CFG_COLOR_FIELD.has_default_value = false -FIGHTCRIME_CFG_COLOR_FIELD.default_value = 0 -FIGHTCRIME_CFG_COLOR_FIELD.type = 5 -FIGHTCRIME_CFG_COLOR_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG_IMGBG_FIELD.name = "imgBg" -FIGHTCRIME_CFG_IMGBG_FIELD.full_name = ".ftcfg.fightcrime_cfg.imgBg" -FIGHTCRIME_CFG_IMGBG_FIELD.number = 4 -FIGHTCRIME_CFG_IMGBG_FIELD.index = 3 -FIGHTCRIME_CFG_IMGBG_FIELD.label = 2 -FIGHTCRIME_CFG_IMGBG_FIELD.has_default_value = false -FIGHTCRIME_CFG_IMGBG_FIELD.default_value = 0 -FIGHTCRIME_CFG_IMGBG_FIELD.type = 5 -FIGHTCRIME_CFG_IMGBG_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG_IMGICON_FIELD.name = "imgIcon" -FIGHTCRIME_CFG_IMGICON_FIELD.full_name = ".ftcfg.fightcrime_cfg.imgIcon" -FIGHTCRIME_CFG_IMGICON_FIELD.number = 5 -FIGHTCRIME_CFG_IMGICON_FIELD.index = 4 -FIGHTCRIME_CFG_IMGICON_FIELD.label = 2 -FIGHTCRIME_CFG_IMGICON_FIELD.has_default_value = false -FIGHTCRIME_CFG_IMGICON_FIELD.default_value = 0 -FIGHTCRIME_CFG_IMGICON_FIELD.type = 5 -FIGHTCRIME_CFG_IMGICON_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG_IMGFRAME_FIELD.name = "imgFrame" -FIGHTCRIME_CFG_IMGFRAME_FIELD.full_name = ".ftcfg.fightcrime_cfg.imgFrame" -FIGHTCRIME_CFG_IMGFRAME_FIELD.number = 6 -FIGHTCRIME_CFG_IMGFRAME_FIELD.index = 5 -FIGHTCRIME_CFG_IMGFRAME_FIELD.label = 2 -FIGHTCRIME_CFG_IMGFRAME_FIELD.has_default_value = false -FIGHTCRIME_CFG_IMGFRAME_FIELD.default_value = 0 -FIGHTCRIME_CFG_IMGFRAME_FIELD.type = 5 -FIGHTCRIME_CFG_IMGFRAME_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG_IMGNUMBER_FIELD.name = "imgNumber" -FIGHTCRIME_CFG_IMGNUMBER_FIELD.full_name = ".ftcfg.fightcrime_cfg.imgNumber" -FIGHTCRIME_CFG_IMGNUMBER_FIELD.number = 7 -FIGHTCRIME_CFG_IMGNUMBER_FIELD.index = 6 -FIGHTCRIME_CFG_IMGNUMBER_FIELD.label = 2 -FIGHTCRIME_CFG_IMGNUMBER_FIELD.has_default_value = false -FIGHTCRIME_CFG_IMGNUMBER_FIELD.default_value = 0 -FIGHTCRIME_CFG_IMGNUMBER_FIELD.type = 5 -FIGHTCRIME_CFG_IMGNUMBER_FIELD.cpp_type = 1 - -FIGHTCRIME_CFG.name = "fightcrime_cfg" -FIGHTCRIME_CFG.full_name = ".ftcfg.fightcrime_cfg" -FIGHTCRIME_CFG.nested_types = {} -FIGHTCRIME_CFG.enum_types = {} -FIGHTCRIME_CFG.fields = {FIGHTCRIME_CFG_ID_FIELD, FIGHTCRIME_CFG_VALUE_FIELD, FIGHTCRIME_CFG_COLOR_FIELD, FIGHTCRIME_CFG_IMGBG_FIELD, FIGHTCRIME_CFG_IMGICON_FIELD, FIGHTCRIME_CFG_IMGFRAME_FIELD, FIGHTCRIME_CFG_IMGNUMBER_FIELD} -FIGHTCRIME_CFG.is_extendable = false -FIGHTCRIME_CFG.extensions = {} -FIGHTCRIME_CFGS_ITEMS_FIELD.name = "items" -FIGHTCRIME_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fightcrime_cfgs.items" -FIGHTCRIME_CFGS_ITEMS_FIELD.number = 1 -FIGHTCRIME_CFGS_ITEMS_FIELD.index = 0 -FIGHTCRIME_CFGS_ITEMS_FIELD.label = 3 -FIGHTCRIME_CFGS_ITEMS_FIELD.has_default_value = false -FIGHTCRIME_CFGS_ITEMS_FIELD.default_value = {} -FIGHTCRIME_CFGS_ITEMS_FIELD.message_type = FIGHTCRIME_CFG -FIGHTCRIME_CFGS_ITEMS_FIELD.type = 11 -FIGHTCRIME_CFGS_ITEMS_FIELD.cpp_type = 10 - -FIGHTCRIME_CFGS.name = "fightcrime_cfgs" -FIGHTCRIME_CFGS.full_name = ".ftcfg.fightcrime_cfgs" -FIGHTCRIME_CFGS.nested_types = {} -FIGHTCRIME_CFGS.enum_types = {} -FIGHTCRIME_CFGS.fields = {FIGHTCRIME_CFGS_ITEMS_FIELD} -FIGHTCRIME_CFGS.is_extendable = false -FIGHTCRIME_CFGS.extensions = {} -FIGHTCIRME_REWARD_CFG_ID_FIELD.name = "id" -FIGHTCIRME_REWARD_CFG_ID_FIELD.full_name = ".ftcfg.fightcirme_reward_cfg.id" -FIGHTCIRME_REWARD_CFG_ID_FIELD.number = 1 -FIGHTCIRME_REWARD_CFG_ID_FIELD.index = 0 -FIGHTCIRME_REWARD_CFG_ID_FIELD.label = 2 -FIGHTCIRME_REWARD_CFG_ID_FIELD.has_default_value = false -FIGHTCIRME_REWARD_CFG_ID_FIELD.default_value = 0 -FIGHTCIRME_REWARD_CFG_ID_FIELD.type = 5 -FIGHTCIRME_REWARD_CFG_ID_FIELD.cpp_type = 1 - -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.name = "items" -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.full_name = ".ftcfg.fightcirme_reward_cfg.items" -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.number = 2 -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.index = 1 -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.label = 3 -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.has_default_value = false -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.default_value = {} -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.type = 13 -FIGHTCIRME_REWARD_CFG_ITEMS_FIELD.cpp_type = 3 - -FIGHTCIRME_REWARD_CFG.name = "fightcirme_reward_cfg" -FIGHTCIRME_REWARD_CFG.full_name = ".ftcfg.fightcirme_reward_cfg" -FIGHTCIRME_REWARD_CFG.nested_types = {} -FIGHTCIRME_REWARD_CFG.enum_types = {} -FIGHTCIRME_REWARD_CFG.fields = {FIGHTCIRME_REWARD_CFG_ID_FIELD, FIGHTCIRME_REWARD_CFG_ITEMS_FIELD} -FIGHTCIRME_REWARD_CFG.is_extendable = false -FIGHTCIRME_REWARD_CFG.extensions = {} -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.name = "items" -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fightcirme_reward_cfgs.items" -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.number = 1 -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.index = 0 -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.label = 3 -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.default_value = {} -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.message_type = FIGHTCIRME_REWARD_CFG -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.type = 11 -FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -FIGHTCIRME_REWARD_CFGS.name = "fightcirme_reward_cfgs" -FIGHTCIRME_REWARD_CFGS.full_name = ".ftcfg.fightcirme_reward_cfgs" -FIGHTCIRME_REWARD_CFGS.nested_types = {} -FIGHTCIRME_REWARD_CFGS.enum_types = {} -FIGHTCIRME_REWARD_CFGS.fields = {FIGHTCIRME_REWARD_CFGS_ITEMS_FIELD} -FIGHTCIRME_REWARD_CFGS.is_extendable = false -FIGHTCIRME_REWARD_CFGS.extensions = {} -FIGHTCRIME_MONSTER_CFG_ID_FIELD.name = "id" -FIGHTCRIME_MONSTER_CFG_ID_FIELD.full_name = ".ftcfg.fightcrime_monster_cfg.id" -FIGHTCRIME_MONSTER_CFG_ID_FIELD.number = 1 -FIGHTCRIME_MONSTER_CFG_ID_FIELD.index = 0 -FIGHTCRIME_MONSTER_CFG_ID_FIELD.label = 2 -FIGHTCRIME_MONSTER_CFG_ID_FIELD.has_default_value = false -FIGHTCRIME_MONSTER_CFG_ID_FIELD.default_value = 0 -FIGHTCRIME_MONSTER_CFG_ID_FIELD.type = 5 -FIGHTCRIME_MONSTER_CFG_ID_FIELD.cpp_type = 1 - -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.name = "monsters" -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.full_name = ".ftcfg.fightcrime_monster_cfg.monsters" -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.number = 2 -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.index = 1 -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.label = 3 -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.has_default_value = false -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.default_value = {} -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.type = 13 -FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD.cpp_type = 3 - -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.name = "icons" -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.full_name = ".ftcfg.fightcrime_monster_cfg.icons" -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.number = 3 -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.index = 2 -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.label = 3 -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.has_default_value = false -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.default_value = {} -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.type = 13 -FIGHTCRIME_MONSTER_CFG_ICONS_FIELD.cpp_type = 3 - -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.name = "time" -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.full_name = ".ftcfg.fightcrime_monster_cfg.time" -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.number = 4 -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.index = 3 -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.label = 2 -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.has_default_value = false -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.default_value = 0.0 -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.type = 2 -FIGHTCRIME_MONSTER_CFG_TIME_FIELD.cpp_type = 6 - -FIGHTCRIME_MONSTER_CFG.name = "fightcrime_monster_cfg" -FIGHTCRIME_MONSTER_CFG.full_name = ".ftcfg.fightcrime_monster_cfg" -FIGHTCRIME_MONSTER_CFG.nested_types = {} -FIGHTCRIME_MONSTER_CFG.enum_types = {} -FIGHTCRIME_MONSTER_CFG.fields = {FIGHTCRIME_MONSTER_CFG_ID_FIELD, FIGHTCRIME_MONSTER_CFG_MONSTERS_FIELD, FIGHTCRIME_MONSTER_CFG_ICONS_FIELD, FIGHTCRIME_MONSTER_CFG_TIME_FIELD} -FIGHTCRIME_MONSTER_CFG.is_extendable = false -FIGHTCRIME_MONSTER_CFG.extensions = {} -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.name = "items" -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fightcrime_monster_cfgs.items" -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.number = 1 -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.index = 0 -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.label = 3 -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.has_default_value = false -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.default_value = {} -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.message_type = FIGHTCRIME_MONSTER_CFG -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.type = 11 -FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD.cpp_type = 10 - -FIGHTCRIME_MONSTER_CFGS.name = "fightcrime_monster_cfgs" -FIGHTCRIME_MONSTER_CFGS.full_name = ".ftcfg.fightcrime_monster_cfgs" -FIGHTCRIME_MONSTER_CFGS.nested_types = {} -FIGHTCRIME_MONSTER_CFGS.enum_types = {} -FIGHTCRIME_MONSTER_CFGS.fields = {FIGHTCRIME_MONSTER_CFGS_ITEMS_FIELD} -FIGHTCRIME_MONSTER_CFGS.is_extendable = false -FIGHTCRIME_MONSTER_CFGS.extensions = {} -EQUIP_CFG_ID_FIELD.name = "id" -EQUIP_CFG_ID_FIELD.full_name = ".ftcfg.equip_cfg.id" -EQUIP_CFG_ID_FIELD.number = 1 -EQUIP_CFG_ID_FIELD.index = 0 -EQUIP_CFG_ID_FIELD.label = 2 -EQUIP_CFG_ID_FIELD.has_default_value = false -EQUIP_CFG_ID_FIELD.default_value = 0 -EQUIP_CFG_ID_FIELD.type = 13 -EQUIP_CFG_ID_FIELD.cpp_type = 3 - -EQUIP_CFG_UPGRADE_ID_FIELD.name = "upgrade_id" -EQUIP_CFG_UPGRADE_ID_FIELD.full_name = ".ftcfg.equip_cfg.upgrade_id" -EQUIP_CFG_UPGRADE_ID_FIELD.number = 2 -EQUIP_CFG_UPGRADE_ID_FIELD.index = 1 -EQUIP_CFG_UPGRADE_ID_FIELD.label = 2 -EQUIP_CFG_UPGRADE_ID_FIELD.has_default_value = false -EQUIP_CFG_UPGRADE_ID_FIELD.default_value = 0 -EQUIP_CFG_UPGRADE_ID_FIELD.type = 13 -EQUIP_CFG_UPGRADE_ID_FIELD.cpp_type = 3 - -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.name = "upgrade_material" -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.full_name = ".ftcfg.equip_cfg.upgrade_material" -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.number = 3 -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.index = 2 -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.label = 3 -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.has_default_value = false -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.default_value = {} -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.type = 13 -EQUIP_CFG_UPGRADE_MATERIAL_FIELD.cpp_type = 3 - -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.name = "upgrade_req_level" -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.full_name = ".ftcfg.equip_cfg.upgrade_req_level" -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.number = 4 -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.index = 3 -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.label = 2 -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.has_default_value = false -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.default_value = 0 -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.type = 5 -EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD.cpp_type = 1 - -EQUIP_CFG_REFINE_MATERIAL_FIELD.name = "refine_material" -EQUIP_CFG_REFINE_MATERIAL_FIELD.full_name = ".ftcfg.equip_cfg.refine_material" -EQUIP_CFG_REFINE_MATERIAL_FIELD.number = 5 -EQUIP_CFG_REFINE_MATERIAL_FIELD.index = 4 -EQUIP_CFG_REFINE_MATERIAL_FIELD.label = 2 -EQUIP_CFG_REFINE_MATERIAL_FIELD.has_default_value = false -EQUIP_CFG_REFINE_MATERIAL_FIELD.default_value = 0 -EQUIP_CFG_REFINE_MATERIAL_FIELD.type = 13 -EQUIP_CFG_REFINE_MATERIAL_FIELD.cpp_type = 3 - -EQUIP_CFG_REFINE_COUNT_FIELD.name = "refine_count" -EQUIP_CFG_REFINE_COUNT_FIELD.full_name = ".ftcfg.equip_cfg.refine_count" -EQUIP_CFG_REFINE_COUNT_FIELD.number = 6 -EQUIP_CFG_REFINE_COUNT_FIELD.index = 5 -EQUIP_CFG_REFINE_COUNT_FIELD.label = 2 -EQUIP_CFG_REFINE_COUNT_FIELD.has_default_value = false -EQUIP_CFG_REFINE_COUNT_FIELD.default_value = 0 -EQUIP_CFG_REFINE_COUNT_FIELD.type = 5 -EQUIP_CFG_REFINE_COUNT_FIELD.cpp_type = 1 - -EQUIP_CFG_REFINE_COST_FIELD.name = "refine_cost" -EQUIP_CFG_REFINE_COST_FIELD.full_name = ".ftcfg.equip_cfg.refine_cost" -EQUIP_CFG_REFINE_COST_FIELD.number = 7 -EQUIP_CFG_REFINE_COST_FIELD.index = 6 -EQUIP_CFG_REFINE_COST_FIELD.label = 2 -EQUIP_CFG_REFINE_COST_FIELD.has_default_value = false -EQUIP_CFG_REFINE_COST_FIELD.default_value = 0 -EQUIP_CFG_REFINE_COST_FIELD.type = 5 -EQUIP_CFG_REFINE_COST_FIELD.cpp_type = 1 - -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.name = "active_strength_material" -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.full_name = ".ftcfg.equip_cfg.active_strength_material" -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.number = 8 -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.index = 7 -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.label = 2 -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.has_default_value = false -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.default_value = 0 -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.type = 13 -EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD.cpp_type = 3 - -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.name = "active_strength_count" -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.full_name = ".ftcfg.equip_cfg.active_strength_count" -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.number = 9 -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.index = 8 -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.label = 2 -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.has_default_value = false -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.default_value = 0 -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.type = 5 -EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD.cpp_type = 1 - -EQUIP_CFG_ACTIVE_COST_FIELD.name = "active_cost" -EQUIP_CFG_ACTIVE_COST_FIELD.full_name = ".ftcfg.equip_cfg.active_cost" -EQUIP_CFG_ACTIVE_COST_FIELD.number = 10 -EQUIP_CFG_ACTIVE_COST_FIELD.index = 9 -EQUIP_CFG_ACTIVE_COST_FIELD.label = 2 -EQUIP_CFG_ACTIVE_COST_FIELD.has_default_value = false -EQUIP_CFG_ACTIVE_COST_FIELD.default_value = 0 -EQUIP_CFG_ACTIVE_COST_FIELD.type = 5 -EQUIP_CFG_ACTIVE_COST_FIELD.cpp_type = 1 - -EQUIP_CFG.name = "equip_cfg" -EQUIP_CFG.full_name = ".ftcfg.equip_cfg" -EQUIP_CFG.nested_types = {} -EQUIP_CFG.enum_types = {} -EQUIP_CFG.fields = {EQUIP_CFG_ID_FIELD, EQUIP_CFG_UPGRADE_ID_FIELD, EQUIP_CFG_UPGRADE_MATERIAL_FIELD, EQUIP_CFG_UPGRADE_REQ_LEVEL_FIELD, EQUIP_CFG_REFINE_MATERIAL_FIELD, EQUIP_CFG_REFINE_COUNT_FIELD, EQUIP_CFG_REFINE_COST_FIELD, EQUIP_CFG_ACTIVE_STRENGTH_MATERIAL_FIELD, EQUIP_CFG_ACTIVE_STRENGTH_COUNT_FIELD, EQUIP_CFG_ACTIVE_COST_FIELD} -EQUIP_CFG.is_extendable = false -EQUIP_CFG.extensions = {} -EQUIP_CFGS_ITEMS_FIELD.name = "items" -EQUIP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.equip_cfgs.items" -EQUIP_CFGS_ITEMS_FIELD.number = 1 -EQUIP_CFGS_ITEMS_FIELD.index = 0 -EQUIP_CFGS_ITEMS_FIELD.label = 3 -EQUIP_CFGS_ITEMS_FIELD.has_default_value = false -EQUIP_CFGS_ITEMS_FIELD.default_value = {} -EQUIP_CFGS_ITEMS_FIELD.message_type = EQUIP_CFG -EQUIP_CFGS_ITEMS_FIELD.type = 11 -EQUIP_CFGS_ITEMS_FIELD.cpp_type = 10 - -EQUIP_CFGS.name = "equip_cfgs" -EQUIP_CFGS.full_name = ".ftcfg.equip_cfgs" -EQUIP_CFGS.nested_types = {} -EQUIP_CFGS.enum_types = {} -EQUIP_CFGS.fields = {EQUIP_CFGS_ITEMS_FIELD} -EQUIP_CFGS.is_extendable = false -EQUIP_CFGS.extensions = {} -EQUIP_SET_CFG_ID_FIELD.name = "id" -EQUIP_SET_CFG_ID_FIELD.full_name = ".ftcfg.equip_set_cfg.id" -EQUIP_SET_CFG_ID_FIELD.number = 1 -EQUIP_SET_CFG_ID_FIELD.index = 0 -EQUIP_SET_CFG_ID_FIELD.label = 2 -EQUIP_SET_CFG_ID_FIELD.has_default_value = false -EQUIP_SET_CFG_ID_FIELD.default_value = 0 -EQUIP_SET_CFG_ID_FIELD.type = 13 -EQUIP_SET_CFG_ID_FIELD.cpp_type = 3 - -EQUIP_SET_CFG_EQUIP_IDS_FIELD.name = "equip_ids" -EQUIP_SET_CFG_EQUIP_IDS_FIELD.full_name = ".ftcfg.equip_set_cfg.equip_ids" -EQUIP_SET_CFG_EQUIP_IDS_FIELD.number = 2 -EQUIP_SET_CFG_EQUIP_IDS_FIELD.index = 1 -EQUIP_SET_CFG_EQUIP_IDS_FIELD.label = 3 -EQUIP_SET_CFG_EQUIP_IDS_FIELD.has_default_value = false -EQUIP_SET_CFG_EQUIP_IDS_FIELD.default_value = {} -EQUIP_SET_CFG_EQUIP_IDS_FIELD.type = 13 -EQUIP_SET_CFG_EQUIP_IDS_FIELD.cpp_type = 3 - -EQUIP_SET_CFG_SET_NAME_FIELD.name = "set_name" -EQUIP_SET_CFG_SET_NAME_FIELD.full_name = ".ftcfg.equip_set_cfg.set_name" -EQUIP_SET_CFG_SET_NAME_FIELD.number = 3 -EQUIP_SET_CFG_SET_NAME_FIELD.index = 2 -EQUIP_SET_CFG_SET_NAME_FIELD.label = 2 -EQUIP_SET_CFG_SET_NAME_FIELD.has_default_value = false -EQUIP_SET_CFG_SET_NAME_FIELD.default_value = "" -EQUIP_SET_CFG_SET_NAME_FIELD.type = 9 -EQUIP_SET_CFG_SET_NAME_FIELD.cpp_type = 9 - -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.name = "equip_level" -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.full_name = ".ftcfg.equip_set_cfg.equip_level" -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.number = 4 -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.index = 3 -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.label = 2 -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.has_default_value = false -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.default_value = 0 -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.type = 5 -EQUIP_SET_CFG_EQUIP_LEVEL_FIELD.cpp_type = 1 - -EQUIP_SET_CFG.name = "equip_set_cfg" -EQUIP_SET_CFG.full_name = ".ftcfg.equip_set_cfg" -EQUIP_SET_CFG.nested_types = {} -EQUIP_SET_CFG.enum_types = {} -EQUIP_SET_CFG.fields = {EQUIP_SET_CFG_ID_FIELD, EQUIP_SET_CFG_EQUIP_IDS_FIELD, EQUIP_SET_CFG_SET_NAME_FIELD, EQUIP_SET_CFG_EQUIP_LEVEL_FIELD} -EQUIP_SET_CFG.is_extendable = false -EQUIP_SET_CFG.extensions = {} -EQUIP_SET_CFGS_ITEMS_FIELD.name = "items" -EQUIP_SET_CFGS_ITEMS_FIELD.full_name = ".ftcfg.equip_set_cfgs.items" -EQUIP_SET_CFGS_ITEMS_FIELD.number = 1 -EQUIP_SET_CFGS_ITEMS_FIELD.index = 0 -EQUIP_SET_CFGS_ITEMS_FIELD.label = 3 -EQUIP_SET_CFGS_ITEMS_FIELD.has_default_value = false -EQUIP_SET_CFGS_ITEMS_FIELD.default_value = {} -EQUIP_SET_CFGS_ITEMS_FIELD.message_type = EQUIP_SET_CFG -EQUIP_SET_CFGS_ITEMS_FIELD.type = 11 -EQUIP_SET_CFGS_ITEMS_FIELD.cpp_type = 10 - -EQUIP_SET_CFGS.name = "equip_set_cfgs" -EQUIP_SET_CFGS.full_name = ".ftcfg.equip_set_cfgs" -EQUIP_SET_CFGS.nested_types = {} -EQUIP_SET_CFGS.enum_types = {} -EQUIP_SET_CFGS.fields = {EQUIP_SET_CFGS_ITEMS_FIELD} -EQUIP_SET_CFGS.is_extendable = false -EQUIP_SET_CFGS.extensions = {} -EQUIP_SET_PROP_CFG_ID_FIELD.name = "id" -EQUIP_SET_PROP_CFG_ID_FIELD.full_name = ".ftcfg.equip_set_prop_cfg.id" -EQUIP_SET_PROP_CFG_ID_FIELD.number = 1 -EQUIP_SET_PROP_CFG_ID_FIELD.index = 0 -EQUIP_SET_PROP_CFG_ID_FIELD.label = 2 -EQUIP_SET_PROP_CFG_ID_FIELD.has_default_value = false -EQUIP_SET_PROP_CFG_ID_FIELD.default_value = 0 -EQUIP_SET_PROP_CFG_ID_FIELD.type = 13 -EQUIP_SET_PROP_CFG_ID_FIELD.cpp_type = 3 - -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.name = "equip_count" -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.full_name = ".ftcfg.equip_set_prop_cfg.equip_count" -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.number = 2 -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.index = 1 -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.label = 2 -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.has_default_value = false -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.default_value = 0 -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.type = 13 -EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD.cpp_type = 3 - -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.name = "active_prop" -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.full_name = ".ftcfg.equip_set_prop_cfg.active_prop" -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.number = 3 -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.index = 2 -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.label = 2 -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.has_default_value = false -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.default_value = "" -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.type = 9 -EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD.cpp_type = 9 - -EQUIP_SET_PROP_CFG.name = "equip_set_prop_cfg" -EQUIP_SET_PROP_CFG.full_name = ".ftcfg.equip_set_prop_cfg" -EQUIP_SET_PROP_CFG.nested_types = {} -EQUIP_SET_PROP_CFG.enum_types = {} -EQUIP_SET_PROP_CFG.fields = {EQUIP_SET_PROP_CFG_ID_FIELD, EQUIP_SET_PROP_CFG_EQUIP_COUNT_FIELD, EQUIP_SET_PROP_CFG_ACTIVE_PROP_FIELD} -EQUIP_SET_PROP_CFG.is_extendable = false -EQUIP_SET_PROP_CFG.extensions = {} -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.name = "items" -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.equip_set_prop_cfgs.items" -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.number = 1 -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.index = 0 -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.label = 3 -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.has_default_value = false -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.default_value = {} -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.message_type = EQUIP_SET_PROP_CFG -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.type = 11 -EQUIP_SET_PROP_CFGS_ITEMS_FIELD.cpp_type = 10 - -EQUIP_SET_PROP_CFGS.name = "equip_set_prop_cfgs" -EQUIP_SET_PROP_CFGS.full_name = ".ftcfg.equip_set_prop_cfgs" -EQUIP_SET_PROP_CFGS.nested_types = {} -EQUIP_SET_PROP_CFGS.enum_types = {} -EQUIP_SET_PROP_CFGS.fields = {EQUIP_SET_PROP_CFGS_ITEMS_FIELD} -EQUIP_SET_PROP_CFGS.is_extendable = false -EQUIP_SET_PROP_CFGS.extensions = {} -STRENGTHEN_CFG_ID_FIELD.name = "id" -STRENGTHEN_CFG_ID_FIELD.full_name = ".ftcfg.strengthen_cfg.id" -STRENGTHEN_CFG_ID_FIELD.number = 1 -STRENGTHEN_CFG_ID_FIELD.index = 0 -STRENGTHEN_CFG_ID_FIELD.label = 2 -STRENGTHEN_CFG_ID_FIELD.has_default_value = false -STRENGTHEN_CFG_ID_FIELD.default_value = 0 -STRENGTHEN_CFG_ID_FIELD.type = 13 -STRENGTHEN_CFG_ID_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_SEG_LIMIT_FIELD.name = "seg_limit" -STRENGTHEN_CFG_SEG_LIMIT_FIELD.full_name = ".ftcfg.strengthen_cfg.seg_limit" -STRENGTHEN_CFG_SEG_LIMIT_FIELD.number = 2 -STRENGTHEN_CFG_SEG_LIMIT_FIELD.index = 1 -STRENGTHEN_CFG_SEG_LIMIT_FIELD.label = 2 -STRENGTHEN_CFG_SEG_LIMIT_FIELD.has_default_value = false -STRENGTHEN_CFG_SEG_LIMIT_FIELD.default_value = 0 -STRENGTHEN_CFG_SEG_LIMIT_FIELD.type = 13 -STRENGTHEN_CFG_SEG_LIMIT_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_RATE_FIELD.name = "rate" -STRENGTHEN_CFG_RATE_FIELD.full_name = ".ftcfg.strengthen_cfg.rate" -STRENGTHEN_CFG_RATE_FIELD.number = 3 -STRENGTHEN_CFG_RATE_FIELD.index = 2 -STRENGTHEN_CFG_RATE_FIELD.label = 2 -STRENGTHEN_CFG_RATE_FIELD.has_default_value = false -STRENGTHEN_CFG_RATE_FIELD.default_value = 0 -STRENGTHEN_CFG_RATE_FIELD.type = 13 -STRENGTHEN_CFG_RATE_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_REQ_LEVEL_FIELD.name = "req_level" -STRENGTHEN_CFG_REQ_LEVEL_FIELD.full_name = ".ftcfg.strengthen_cfg.req_level" -STRENGTHEN_CFG_REQ_LEVEL_FIELD.number = 4 -STRENGTHEN_CFG_REQ_LEVEL_FIELD.index = 3 -STRENGTHEN_CFG_REQ_LEVEL_FIELD.label = 2 -STRENGTHEN_CFG_REQ_LEVEL_FIELD.has_default_value = false -STRENGTHEN_CFG_REQ_LEVEL_FIELD.default_value = 0 -STRENGTHEN_CFG_REQ_LEVEL_FIELD.type = 13 -STRENGTHEN_CFG_REQ_LEVEL_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_MAT_ID_FIELD.name = "mat_id" -STRENGTHEN_CFG_MAT_ID_FIELD.full_name = ".ftcfg.strengthen_cfg.mat_id" -STRENGTHEN_CFG_MAT_ID_FIELD.number = 5 -STRENGTHEN_CFG_MAT_ID_FIELD.index = 4 -STRENGTHEN_CFG_MAT_ID_FIELD.label = 2 -STRENGTHEN_CFG_MAT_ID_FIELD.has_default_value = false -STRENGTHEN_CFG_MAT_ID_FIELD.default_value = 0 -STRENGTHEN_CFG_MAT_ID_FIELD.type = 13 -STRENGTHEN_CFG_MAT_ID_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_MAT_NUM_FIELD.name = "mat_num" -STRENGTHEN_CFG_MAT_NUM_FIELD.full_name = ".ftcfg.strengthen_cfg.mat_num" -STRENGTHEN_CFG_MAT_NUM_FIELD.number = 6 -STRENGTHEN_CFG_MAT_NUM_FIELD.index = 5 -STRENGTHEN_CFG_MAT_NUM_FIELD.label = 2 -STRENGTHEN_CFG_MAT_NUM_FIELD.has_default_value = false -STRENGTHEN_CFG_MAT_NUM_FIELD.default_value = 0 -STRENGTHEN_CFG_MAT_NUM_FIELD.type = 13 -STRENGTHEN_CFG_MAT_NUM_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.name = "prop_effect1" -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.full_name = ".ftcfg.strengthen_cfg.prop_effect1" -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.number = 7 -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.index = 6 -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.label = 2 -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.has_default_value = false -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.default_value = "" -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.type = 9 -STRENGTHEN_CFG_PROP_EFFECT1_FIELD.cpp_type = 9 - -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.name = "prop_effect2" -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.full_name = ".ftcfg.strengthen_cfg.prop_effect2" -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.number = 8 -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.index = 7 -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.label = 2 -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.has_default_value = false -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.default_value = "" -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.type = 9 -STRENGTHEN_CFG_PROP_EFFECT2_FIELD.cpp_type = 9 - -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.name = "prop_effect3" -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.full_name = ".ftcfg.strengthen_cfg.prop_effect3" -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.number = 9 -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.index = 8 -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.label = 2 -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.has_default_value = false -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.default_value = "" -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.type = 9 -STRENGTHEN_CFG_PROP_EFFECT3_FIELD.cpp_type = 9 - -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.name = "prop_effect4" -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.full_name = ".ftcfg.strengthen_cfg.prop_effect4" -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.number = 10 -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.index = 9 -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.label = 2 -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.has_default_value = false -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.default_value = "" -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.type = 9 -STRENGTHEN_CFG_PROP_EFFECT4_FIELD.cpp_type = 9 - -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.name = "extra_effect" -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.full_name = ".ftcfg.strengthen_cfg.extra_effect" -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.number = 11 -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.index = 10 -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.label = 2 -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.has_default_value = false -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.default_value = 0 -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.type = 13 -STRENGTHEN_CFG_EXTRA_EFFECT_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.name = "blessing_limit" -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.full_name = ".ftcfg.strengthen_cfg.blessing_limit" -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.number = 12 -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.index = 11 -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.label = 2 -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.has_default_value = false -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.default_value = 0 -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.type = 13 -STRENGTHEN_CFG_BLESSING_LIMIT_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.name = "assist_jewel" -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.full_name = ".ftcfg.strengthen_cfg.assist_jewel" -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.number = 13 -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.index = 12 -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.label = 3 -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.has_default_value = false -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.default_value = {} -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.type = 13 -STRENGTHEN_CFG_ASSIST_JEWEL_FIELD.cpp_type = 3 - -STRENGTHEN_CFG_COMBAT_POINT_FIELD.name = "combat_point" -STRENGTHEN_CFG_COMBAT_POINT_FIELD.full_name = ".ftcfg.strengthen_cfg.combat_point" -STRENGTHEN_CFG_COMBAT_POINT_FIELD.number = 14 -STRENGTHEN_CFG_COMBAT_POINT_FIELD.index = 13 -STRENGTHEN_CFG_COMBAT_POINT_FIELD.label = 2 -STRENGTHEN_CFG_COMBAT_POINT_FIELD.has_default_value = false -STRENGTHEN_CFG_COMBAT_POINT_FIELD.default_value = 0 -STRENGTHEN_CFG_COMBAT_POINT_FIELD.type = 13 -STRENGTHEN_CFG_COMBAT_POINT_FIELD.cpp_type = 3 - -STRENGTHEN_CFG.name = "strengthen_cfg" -STRENGTHEN_CFG.full_name = ".ftcfg.strengthen_cfg" -STRENGTHEN_CFG.nested_types = {} -STRENGTHEN_CFG.enum_types = {} -STRENGTHEN_CFG.fields = {STRENGTHEN_CFG_ID_FIELD, STRENGTHEN_CFG_SEG_LIMIT_FIELD, STRENGTHEN_CFG_RATE_FIELD, STRENGTHEN_CFG_REQ_LEVEL_FIELD, STRENGTHEN_CFG_MAT_ID_FIELD, STRENGTHEN_CFG_MAT_NUM_FIELD, STRENGTHEN_CFG_PROP_EFFECT1_FIELD, STRENGTHEN_CFG_PROP_EFFECT2_FIELD, STRENGTHEN_CFG_PROP_EFFECT3_FIELD, STRENGTHEN_CFG_PROP_EFFECT4_FIELD, STRENGTHEN_CFG_EXTRA_EFFECT_FIELD, STRENGTHEN_CFG_BLESSING_LIMIT_FIELD, STRENGTHEN_CFG_ASSIST_JEWEL_FIELD, STRENGTHEN_CFG_COMBAT_POINT_FIELD} -STRENGTHEN_CFG.is_extendable = false -STRENGTHEN_CFG.extensions = {} -STRENGTHEN_CFGS_ITEMS_FIELD.name = "items" -STRENGTHEN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.strengthen_cfgs.items" -STRENGTHEN_CFGS_ITEMS_FIELD.number = 1 -STRENGTHEN_CFGS_ITEMS_FIELD.index = 0 -STRENGTHEN_CFGS_ITEMS_FIELD.label = 3 -STRENGTHEN_CFGS_ITEMS_FIELD.has_default_value = false -STRENGTHEN_CFGS_ITEMS_FIELD.default_value = {} -STRENGTHEN_CFGS_ITEMS_FIELD.message_type = STRENGTHEN_CFG -STRENGTHEN_CFGS_ITEMS_FIELD.type = 11 -STRENGTHEN_CFGS_ITEMS_FIELD.cpp_type = 10 - -STRENGTHEN_CFGS.name = "strengthen_cfgs" -STRENGTHEN_CFGS.full_name = ".ftcfg.strengthen_cfgs" -STRENGTHEN_CFGS.nested_types = {} -STRENGTHEN_CFGS.enum_types = {} -STRENGTHEN_CFGS.fields = {STRENGTHEN_CFGS_ITEMS_FIELD} -STRENGTHEN_CFGS.is_extendable = false -STRENGTHEN_CFGS.extensions = {} -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.name = "level" -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.full_name = ".ftcfg.rune_make_list_cfg.level" -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.number = 1 -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.index = 0 -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.label = 2 -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.default_value = 0 -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.type = 5 -RUNE_MAKE_LIST_CFG_LEVEL_FIELD.cpp_type = 1 - -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.name = "weapon" -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.full_name = ".ftcfg.rune_make_list_cfg.weapon" -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.number = 2 -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.index = 1 -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.label = 2 -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.default_value = 0 -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.type = 5 -RUNE_MAKE_LIST_CFG_WEAPON_FIELD.cpp_type = 1 - -RUNE_MAKE_LIST_CFG_HEAD_FIELD.name = "head" -RUNE_MAKE_LIST_CFG_HEAD_FIELD.full_name = ".ftcfg.rune_make_list_cfg.head" -RUNE_MAKE_LIST_CFG_HEAD_FIELD.number = 3 -RUNE_MAKE_LIST_CFG_HEAD_FIELD.index = 2 -RUNE_MAKE_LIST_CFG_HEAD_FIELD.label = 2 -RUNE_MAKE_LIST_CFG_HEAD_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFG_HEAD_FIELD.default_value = 0 -RUNE_MAKE_LIST_CFG_HEAD_FIELD.type = 5 -RUNE_MAKE_LIST_CFG_HEAD_FIELD.cpp_type = 1 - -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.name = "clothes" -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.full_name = ".ftcfg.rune_make_list_cfg.clothes" -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.number = 4 -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.index = 3 -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.label = 2 -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.default_value = 0 -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.type = 5 -RUNE_MAKE_LIST_CFG_CLOTHES_FIELD.cpp_type = 1 - -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.name = "trousers" -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.full_name = ".ftcfg.rune_make_list_cfg.trousers" -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.number = 5 -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.index = 4 -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.label = 2 -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.default_value = 0 -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.type = 5 -RUNE_MAKE_LIST_CFG_TROUSERS_FIELD.cpp_type = 1 - -RUNE_MAKE_LIST_CFG_SHOES_FIELD.name = "shoes" -RUNE_MAKE_LIST_CFG_SHOES_FIELD.full_name = ".ftcfg.rune_make_list_cfg.shoes" -RUNE_MAKE_LIST_CFG_SHOES_FIELD.number = 6 -RUNE_MAKE_LIST_CFG_SHOES_FIELD.index = 5 -RUNE_MAKE_LIST_CFG_SHOES_FIELD.label = 2 -RUNE_MAKE_LIST_CFG_SHOES_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFG_SHOES_FIELD.default_value = 0 -RUNE_MAKE_LIST_CFG_SHOES_FIELD.type = 5 -RUNE_MAKE_LIST_CFG_SHOES_FIELD.cpp_type = 1 - -RUNE_MAKE_LIST_CFG.name = "rune_make_list_cfg" -RUNE_MAKE_LIST_CFG.full_name = ".ftcfg.rune_make_list_cfg" -RUNE_MAKE_LIST_CFG.nested_types = {} -RUNE_MAKE_LIST_CFG.enum_types = {} -RUNE_MAKE_LIST_CFG.fields = {RUNE_MAKE_LIST_CFG_LEVEL_FIELD, RUNE_MAKE_LIST_CFG_WEAPON_FIELD, RUNE_MAKE_LIST_CFG_HEAD_FIELD, RUNE_MAKE_LIST_CFG_CLOTHES_FIELD, RUNE_MAKE_LIST_CFG_TROUSERS_FIELD, RUNE_MAKE_LIST_CFG_SHOES_FIELD} -RUNE_MAKE_LIST_CFG.is_extendable = false -RUNE_MAKE_LIST_CFG.extensions = {} -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.name = "items" -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_make_list_cfgs.items" -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.number = 1 -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.index = 0 -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.label = 3 -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.default_value = {} -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.message_type = RUNE_MAKE_LIST_CFG -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.type = 11 -RUNE_MAKE_LIST_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_MAKE_LIST_CFGS.name = "rune_make_list_cfgs" -RUNE_MAKE_LIST_CFGS.full_name = ".ftcfg.rune_make_list_cfgs" -RUNE_MAKE_LIST_CFGS.nested_types = {} -RUNE_MAKE_LIST_CFGS.enum_types = {} -RUNE_MAKE_LIST_CFGS.fields = {RUNE_MAKE_LIST_CFGS_ITEMS_FIELD} -RUNE_MAKE_LIST_CFGS.is_extendable = false -RUNE_MAKE_LIST_CFGS.extensions = {} -RUNE_MAKE_CFG_ID_FIELD.name = "id" -RUNE_MAKE_CFG_ID_FIELD.full_name = ".ftcfg.rune_make_cfg.id" -RUNE_MAKE_CFG_ID_FIELD.number = 1 -RUNE_MAKE_CFG_ID_FIELD.index = 0 -RUNE_MAKE_CFG_ID_FIELD.label = 2 -RUNE_MAKE_CFG_ID_FIELD.has_default_value = false -RUNE_MAKE_CFG_ID_FIELD.default_value = 0 -RUNE_MAKE_CFG_ID_FIELD.type = 13 -RUNE_MAKE_CFG_ID_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_COST_FIELD.name = "cost" -RUNE_MAKE_CFG_COST_FIELD.full_name = ".ftcfg.rune_make_cfg.cost" -RUNE_MAKE_CFG_COST_FIELD.number = 2 -RUNE_MAKE_CFG_COST_FIELD.index = 1 -RUNE_MAKE_CFG_COST_FIELD.label = 2 -RUNE_MAKE_CFG_COST_FIELD.has_default_value = false -RUNE_MAKE_CFG_COST_FIELD.default_value = 0 -RUNE_MAKE_CFG_COST_FIELD.type = 5 -RUNE_MAKE_CFG_COST_FIELD.cpp_type = 1 - -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.name = "make_material" -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.full_name = ".ftcfg.rune_make_cfg.make_material" -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.number = 3 -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.index = 2 -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.label = 3 -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.has_default_value = false -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.default_value = {} -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.type = 13 -RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.name = "elite_material" -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.full_name = ".ftcfg.rune_make_cfg.elite_material" -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.number = 4 -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.index = 3 -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.label = 3 -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.has_default_value = false -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.default_value = {} -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.type = 13 -RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_PROP_COUNT_FIELD.name = "prop_count" -RUNE_MAKE_CFG_PROP_COUNT_FIELD.full_name = ".ftcfg.rune_make_cfg.prop_count" -RUNE_MAKE_CFG_PROP_COUNT_FIELD.number = 5 -RUNE_MAKE_CFG_PROP_COUNT_FIELD.index = 4 -RUNE_MAKE_CFG_PROP_COUNT_FIELD.label = 2 -RUNE_MAKE_CFG_PROP_COUNT_FIELD.has_default_value = false -RUNE_MAKE_CFG_PROP_COUNT_FIELD.default_value = 0 -RUNE_MAKE_CFG_PROP_COUNT_FIELD.type = 13 -RUNE_MAKE_CFG_PROP_COUNT_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.name = "special_spell_rate" -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.full_name = ".ftcfg.rune_make_cfg.special_spell_rate" -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.number = 6 -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.index = 5 -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.label = 2 -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.has_default_value = false -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.default_value = 0 -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.type = 13 -RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.name = "special_spell_elite_rate" -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.full_name = ".ftcfg.rune_make_cfg.special_spell_elite_rate" -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.number = 7 -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.index = 6 -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.label = 2 -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.has_default_value = false -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.default_value = 0 -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.type = 13 -RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.name = "spell_group_id" -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.full_name = ".ftcfg.rune_make_cfg.spell_group_id" -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.number = 8 -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.index = 7 -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.label = 2 -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.has_default_value = false -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.default_value = 0 -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.type = 13 -RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_SPELL_RATE_FIELD.name = "spell_rate" -RUNE_MAKE_CFG_SPELL_RATE_FIELD.full_name = ".ftcfg.rune_make_cfg.spell_rate" -RUNE_MAKE_CFG_SPELL_RATE_FIELD.number = 9 -RUNE_MAKE_CFG_SPELL_RATE_FIELD.index = 8 -RUNE_MAKE_CFG_SPELL_RATE_FIELD.label = 2 -RUNE_MAKE_CFG_SPELL_RATE_FIELD.has_default_value = false -RUNE_MAKE_CFG_SPELL_RATE_FIELD.default_value = 0 -RUNE_MAKE_CFG_SPELL_RATE_FIELD.type = 13 -RUNE_MAKE_CFG_SPELL_RATE_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.name = "spell_elite_rate" -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.full_name = ".ftcfg.rune_make_cfg.spell_elite_rate" -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.number = 10 -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.index = 9 -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.label = 2 -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.has_default_value = false -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.default_value = 0 -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.type = 13 -RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.name = "prop_group_id" -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.full_name = ".ftcfg.rune_make_cfg.prop_group_id" -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.number = 11 -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.index = 10 -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.label = 3 -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.has_default_value = false -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.default_value = {} -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.type = 13 -RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.name = "magic_group_id" -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.full_name = ".ftcfg.rune_make_cfg.magic_group_id" -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.number = 12 -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.index = 11 -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.label = 3 -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.has_default_value = false -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.default_value = {} -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.type = 13 -RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD.cpp_type = 3 - -RUNE_MAKE_CFG.name = "rune_make_cfg" -RUNE_MAKE_CFG.full_name = ".ftcfg.rune_make_cfg" -RUNE_MAKE_CFG.nested_types = {} -RUNE_MAKE_CFG.enum_types = {} -RUNE_MAKE_CFG.fields = {RUNE_MAKE_CFG_ID_FIELD, RUNE_MAKE_CFG_COST_FIELD, RUNE_MAKE_CFG_MAKE_MATERIAL_FIELD, RUNE_MAKE_CFG_ELITE_MATERIAL_FIELD, RUNE_MAKE_CFG_PROP_COUNT_FIELD, RUNE_MAKE_CFG_SPECIAL_SPELL_RATE_FIELD, RUNE_MAKE_CFG_SPECIAL_SPELL_ELITE_RATE_FIELD, RUNE_MAKE_CFG_SPELL_GROUP_ID_FIELD, RUNE_MAKE_CFG_SPELL_RATE_FIELD, RUNE_MAKE_CFG_SPELL_ELITE_RATE_FIELD, RUNE_MAKE_CFG_PROP_GROUP_ID_FIELD, RUNE_MAKE_CFG_MAGIC_GROUP_ID_FIELD} -RUNE_MAKE_CFG.is_extendable = false -RUNE_MAKE_CFG.extensions = {} -RUNE_MAKE_CFGS_ITEMS_FIELD.name = "items" -RUNE_MAKE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_make_cfgs.items" -RUNE_MAKE_CFGS_ITEMS_FIELD.number = 1 -RUNE_MAKE_CFGS_ITEMS_FIELD.index = 0 -RUNE_MAKE_CFGS_ITEMS_FIELD.label = 3 -RUNE_MAKE_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_MAKE_CFGS_ITEMS_FIELD.default_value = {} -RUNE_MAKE_CFGS_ITEMS_FIELD.message_type = RUNE_MAKE_CFG -RUNE_MAKE_CFGS_ITEMS_FIELD.type = 11 -RUNE_MAKE_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_MAKE_CFGS.name = "rune_make_cfgs" -RUNE_MAKE_CFGS.full_name = ".ftcfg.rune_make_cfgs" -RUNE_MAKE_CFGS.nested_types = {} -RUNE_MAKE_CFGS.enum_types = {} -RUNE_MAKE_CFGS.fields = {RUNE_MAKE_CFGS_ITEMS_FIELD} -RUNE_MAKE_CFGS.is_extendable = false -RUNE_MAKE_CFGS.extensions = {} -RUNE_PROP_GROUP_CFG_ID_FIELD.name = "id" -RUNE_PROP_GROUP_CFG_ID_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.id" -RUNE_PROP_GROUP_CFG_ID_FIELD.number = 1 -RUNE_PROP_GROUP_CFG_ID_FIELD.index = 0 -RUNE_PROP_GROUP_CFG_ID_FIELD.label = 2 -RUNE_PROP_GROUP_CFG_ID_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_ID_FIELD.default_value = 0 -RUNE_PROP_GROUP_CFG_ID_FIELD.type = 13 -RUNE_PROP_GROUP_CFG_ID_FIELD.cpp_type = 3 - -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.name = "assist_id" -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.assist_id" -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.number = 2 -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.index = 1 -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.label = 2 -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.default_value = 0 -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.type = 13 -RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD.cpp_type = 3 - -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.name = "group_id" -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.group_id" -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.number = 3 -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.index = 2 -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.label = 2 -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.default_value = 0 -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.type = 13 -RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD.cpp_type = 3 - -RUNE_PROP_GROUP_CFG_PROP_FIELD.name = "prop" -RUNE_PROP_GROUP_CFG_PROP_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop" -RUNE_PROP_GROUP_CFG_PROP_FIELD.number = 4 -RUNE_PROP_GROUP_CFG_PROP_FIELD.index = 3 -RUNE_PROP_GROUP_CFG_PROP_FIELD.label = 2 -RUNE_PROP_GROUP_CFG_PROP_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_FIELD.default_value = "" -RUNE_PROP_GROUP_CFG_PROP_FIELD.type = 9 -RUNE_PROP_GROUP_CFG_PROP_FIELD.cpp_type = 9 - -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.name = "prop_value1" -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_value1" -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.number = 5 -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.index = 4 -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.name = "prop_value2" -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_value2" -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.number = 6 -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.index = 5 -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.name = "prop_value3" -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_value3" -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.number = 7 -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.index = 6 -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.name = "prop_value4" -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_value4" -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.number = 8 -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.index = 7 -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.name = "prop_value5" -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_value5" -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.number = 9 -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.index = 8 -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.name = "prop_value6" -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_value6" -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.number = 10 -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.index = 9 -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.name = "prop_elite_value1" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_elite_value1" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.number = 11 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.index = 10 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.name = "prop_elite_value2" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_elite_value2" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.number = 12 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.index = 11 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.name = "prop_elite_value3" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_elite_value3" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.number = 13 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.index = 12 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.name = "prop_elite_value4" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_elite_value4" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.number = 14 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.index = 13 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.name = "prop_elite_value5" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_elite_value5" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.number = 15 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.index = 14 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.name = "prop_elite_value6" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.full_name = ".ftcfg.rune_prop_group_cfg.prop_elite_value6" -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.number = 16 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.index = 15 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.label = 3 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.default_value = {} -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.type = 1 -RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD.cpp_type = 5 - -RUNE_PROP_GROUP_CFG.name = "rune_prop_group_cfg" -RUNE_PROP_GROUP_CFG.full_name = ".ftcfg.rune_prop_group_cfg" -RUNE_PROP_GROUP_CFG.nested_types = {} -RUNE_PROP_GROUP_CFG.enum_types = {} -RUNE_PROP_GROUP_CFG.fields = {RUNE_PROP_GROUP_CFG_ID_FIELD, RUNE_PROP_GROUP_CFG_ASSIST_ID_FIELD, RUNE_PROP_GROUP_CFG_GROUP_ID_FIELD, RUNE_PROP_GROUP_CFG_PROP_FIELD, RUNE_PROP_GROUP_CFG_PROP_VALUE1_FIELD, RUNE_PROP_GROUP_CFG_PROP_VALUE2_FIELD, RUNE_PROP_GROUP_CFG_PROP_VALUE3_FIELD, RUNE_PROP_GROUP_CFG_PROP_VALUE4_FIELD, RUNE_PROP_GROUP_CFG_PROP_VALUE5_FIELD, RUNE_PROP_GROUP_CFG_PROP_VALUE6_FIELD, RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE1_FIELD, RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE2_FIELD, RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE3_FIELD, RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE4_FIELD, RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE5_FIELD, RUNE_PROP_GROUP_CFG_PROP_ELITE_VALUE6_FIELD} -RUNE_PROP_GROUP_CFG.is_extendable = false -RUNE_PROP_GROUP_CFG.extensions = {} -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.name = "items" -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_prop_group_cfgs.items" -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.number = 1 -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.index = 0 -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.label = 3 -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.default_value = {} -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.message_type = RUNE_PROP_GROUP_CFG -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.type = 11 -RUNE_PROP_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_PROP_GROUP_CFGS.name = "rune_prop_group_cfgs" -RUNE_PROP_GROUP_CFGS.full_name = ".ftcfg.rune_prop_group_cfgs" -RUNE_PROP_GROUP_CFGS.nested_types = {} -RUNE_PROP_GROUP_CFGS.enum_types = {} -RUNE_PROP_GROUP_CFGS.fields = {RUNE_PROP_GROUP_CFGS_ITEMS_FIELD} -RUNE_PROP_GROUP_CFGS.is_extendable = false -RUNE_PROP_GROUP_CFGS.extensions = {} -EQUIP_LIST_CFG_ID_FIELD.name = "id" -EQUIP_LIST_CFG_ID_FIELD.full_name = ".ftcfg.equip_list_cfg.id" -EQUIP_LIST_CFG_ID_FIELD.number = 1 -EQUIP_LIST_CFG_ID_FIELD.index = 0 -EQUIP_LIST_CFG_ID_FIELD.label = 2 -EQUIP_LIST_CFG_ID_FIELD.has_default_value = false -EQUIP_LIST_CFG_ID_FIELD.default_value = 0 -EQUIP_LIST_CFG_ID_FIELD.type = 5 -EQUIP_LIST_CFG_ID_FIELD.cpp_type = 1 - -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.name = "equip_list" -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.full_name = ".ftcfg.equip_list_cfg.equip_list" -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.number = 2 -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.index = 1 -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.label = 3 -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.has_default_value = false -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.default_value = {} -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.type = 13 -EQUIP_LIST_CFG_EQUIP_LIST_FIELD.cpp_type = 3 - -EQUIP_LIST_CFG.name = "equip_list_cfg" -EQUIP_LIST_CFG.full_name = ".ftcfg.equip_list_cfg" -EQUIP_LIST_CFG.nested_types = {} -EQUIP_LIST_CFG.enum_types = {} -EQUIP_LIST_CFG.fields = {EQUIP_LIST_CFG_ID_FIELD, EQUIP_LIST_CFG_EQUIP_LIST_FIELD} -EQUIP_LIST_CFG.is_extendable = false -EQUIP_LIST_CFG.extensions = {} -EQUIP_LIST_CFGS_ITEMS_FIELD.name = "items" -EQUIP_LIST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.equip_list_cfgs.items" -EQUIP_LIST_CFGS_ITEMS_FIELD.number = 1 -EQUIP_LIST_CFGS_ITEMS_FIELD.index = 0 -EQUIP_LIST_CFGS_ITEMS_FIELD.label = 3 -EQUIP_LIST_CFGS_ITEMS_FIELD.has_default_value = false -EQUIP_LIST_CFGS_ITEMS_FIELD.default_value = {} -EQUIP_LIST_CFGS_ITEMS_FIELD.message_type = EQUIP_LIST_CFG -EQUIP_LIST_CFGS_ITEMS_FIELD.type = 11 -EQUIP_LIST_CFGS_ITEMS_FIELD.cpp_type = 10 - -EQUIP_LIST_CFGS.name = "equip_list_cfgs" -EQUIP_LIST_CFGS.full_name = ".ftcfg.equip_list_cfgs" -EQUIP_LIST_CFGS.nested_types = {} -EQUIP_LIST_CFGS.enum_types = {} -EQUIP_LIST_CFGS.fields = {EQUIP_LIST_CFGS_ITEMS_FIELD} -EQUIP_LIST_CFGS.is_extendable = false -EQUIP_LIST_CFGS.extensions = {} -RUNE_SKILL_GROUP_CFG_ID_FIELD.name = "id" -RUNE_SKILL_GROUP_CFG_ID_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.id" -RUNE_SKILL_GROUP_CFG_ID_FIELD.number = 1 -RUNE_SKILL_GROUP_CFG_ID_FIELD.index = 0 -RUNE_SKILL_GROUP_CFG_ID_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_ID_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_ID_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_ID_FIELD.type = 13 -RUNE_SKILL_GROUP_CFG_ID_FIELD.cpp_type = 3 - -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.name = "group_id" -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.group_id" -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.number = 2 -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.index = 1 -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.type = 13 -RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD.cpp_type = 3 - -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.name = "skill_id" -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.skill_id" -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.number = 3 -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.index = 2 -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.type = 5 -RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD.cpp_type = 1 - -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.name = "level_rand" -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.level_rand" -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.number = 4 -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.index = 3 -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.label = 3 -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.default_value = {} -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.type = 13 -RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD.cpp_type = 3 - -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.name = "rate_1" -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.rate_1" -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.number = 5 -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.index = 4 -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.type = 5 -RUNE_SKILL_GROUP_CFG_RATE_1_FIELD.cpp_type = 1 - -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.name = "rate_2" -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.rate_2" -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.number = 6 -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.index = 5 -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.type = 5 -RUNE_SKILL_GROUP_CFG_RATE_2_FIELD.cpp_type = 1 - -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.name = "rate_3" -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.rate_3" -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.number = 7 -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.index = 6 -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.type = 5 -RUNE_SKILL_GROUP_CFG_RATE_3_FIELD.cpp_type = 1 - -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.name = "rate_4" -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.rate_4" -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.number = 8 -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.index = 7 -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.type = 5 -RUNE_SKILL_GROUP_CFG_RATE_4_FIELD.cpp_type = 1 - -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.name = "rate_5" -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.full_name = ".ftcfg.rune_skill_group_cfg.rate_5" -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.number = 9 -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.index = 8 -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.label = 2 -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.default_value = 0 -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.type = 5 -RUNE_SKILL_GROUP_CFG_RATE_5_FIELD.cpp_type = 1 - -RUNE_SKILL_GROUP_CFG.name = "rune_skill_group_cfg" -RUNE_SKILL_GROUP_CFG.full_name = ".ftcfg.rune_skill_group_cfg" -RUNE_SKILL_GROUP_CFG.nested_types = {} -RUNE_SKILL_GROUP_CFG.enum_types = {} -RUNE_SKILL_GROUP_CFG.fields = {RUNE_SKILL_GROUP_CFG_ID_FIELD, RUNE_SKILL_GROUP_CFG_GROUP_ID_FIELD, RUNE_SKILL_GROUP_CFG_SKILL_ID_FIELD, RUNE_SKILL_GROUP_CFG_LEVEL_RAND_FIELD, RUNE_SKILL_GROUP_CFG_RATE_1_FIELD, RUNE_SKILL_GROUP_CFG_RATE_2_FIELD, RUNE_SKILL_GROUP_CFG_RATE_3_FIELD, RUNE_SKILL_GROUP_CFG_RATE_4_FIELD, RUNE_SKILL_GROUP_CFG_RATE_5_FIELD} -RUNE_SKILL_GROUP_CFG.is_extendable = false -RUNE_SKILL_GROUP_CFG.extensions = {} -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.name = "items" -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_skill_group_cfgs.items" -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.number = 1 -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.index = 0 -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.label = 3 -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.default_value = {} -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.message_type = RUNE_SKILL_GROUP_CFG -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.type = 11 -RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_SKILL_GROUP_CFGS.name = "rune_skill_group_cfgs" -RUNE_SKILL_GROUP_CFGS.full_name = ".ftcfg.rune_skill_group_cfgs" -RUNE_SKILL_GROUP_CFGS.nested_types = {} -RUNE_SKILL_GROUP_CFGS.enum_types = {} -RUNE_SKILL_GROUP_CFGS.fields = {RUNE_SKILL_GROUP_CFGS_ITEMS_FIELD} -RUNE_SKILL_GROUP_CFGS.is_extendable = false -RUNE_SKILL_GROUP_CFGS.extensions = {} -RUNE_DECOMPOSE_CFG_ID_FIELD.name = "id" -RUNE_DECOMPOSE_CFG_ID_FIELD.full_name = ".ftcfg.rune_decompose_cfg.id" -RUNE_DECOMPOSE_CFG_ID_FIELD.number = 1 -RUNE_DECOMPOSE_CFG_ID_FIELD.index = 0 -RUNE_DECOMPOSE_CFG_ID_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ID_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ID_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ID_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ID_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_SILVER_FIELD.name = "silver" -RUNE_DECOMPOSE_CFG_SILVER_FIELD.full_name = ".ftcfg.rune_decompose_cfg.silver" -RUNE_DECOMPOSE_CFG_SILVER_FIELD.number = 2 -RUNE_DECOMPOSE_CFG_SILVER_FIELD.index = 1 -RUNE_DECOMPOSE_CFG_SILVER_FIELD.label = 3 -RUNE_DECOMPOSE_CFG_SILVER_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_SILVER_FIELD.default_value = {} -RUNE_DECOMPOSE_CFG_SILVER_FIELD.type = 5 -RUNE_DECOMPOSE_CFG_SILVER_FIELD.cpp_type = 1 - -RUNE_DECOMPOSE_CFG_GOLD_FIELD.name = "gold" -RUNE_DECOMPOSE_CFG_GOLD_FIELD.full_name = ".ftcfg.rune_decompose_cfg.gold" -RUNE_DECOMPOSE_CFG_GOLD_FIELD.number = 3 -RUNE_DECOMPOSE_CFG_GOLD_FIELD.index = 2 -RUNE_DECOMPOSE_CFG_GOLD_FIELD.label = 3 -RUNE_DECOMPOSE_CFG_GOLD_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_GOLD_FIELD.default_value = {} -RUNE_DECOMPOSE_CFG_GOLD_FIELD.type = 5 -RUNE_DECOMPOSE_CFG_GOLD_FIELD.cpp_type = 1 - -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.name = "item_id1" -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_id1" -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.number = 4 -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.index = 3 -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.name = "item_rate1" -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_rate1" -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.number = 5 -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.index = 4 -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.name = "item_count1" -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_count1" -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.number = 6 -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.index = 5 -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.name = "item_id2" -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_id2" -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.number = 7 -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.index = 6 -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.name = "item_rate2" -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_rate2" -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.number = 8 -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.index = 7 -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.name = "item_count2" -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_count2" -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.number = 9 -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.index = 8 -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.name = "item_id3" -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_id3" -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.number = 10 -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.index = 9 -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.name = "item_rate3" -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_rate3" -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.number = 11 -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.index = 10 -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.name = "item_count3" -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.full_name = ".ftcfg.rune_decompose_cfg.item_count3" -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.number = 12 -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.index = 11 -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.label = 2 -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.default_value = 0 -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.type = 13 -RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD.cpp_type = 3 - -RUNE_DECOMPOSE_CFG.name = "rune_decompose_cfg" -RUNE_DECOMPOSE_CFG.full_name = ".ftcfg.rune_decompose_cfg" -RUNE_DECOMPOSE_CFG.nested_types = {} -RUNE_DECOMPOSE_CFG.enum_types = {} -RUNE_DECOMPOSE_CFG.fields = {RUNE_DECOMPOSE_CFG_ID_FIELD, RUNE_DECOMPOSE_CFG_SILVER_FIELD, RUNE_DECOMPOSE_CFG_GOLD_FIELD, RUNE_DECOMPOSE_CFG_ITEM_ID1_FIELD, RUNE_DECOMPOSE_CFG_ITEM_RATE1_FIELD, RUNE_DECOMPOSE_CFG_ITEM_COUNT1_FIELD, RUNE_DECOMPOSE_CFG_ITEM_ID2_FIELD, RUNE_DECOMPOSE_CFG_ITEM_RATE2_FIELD, RUNE_DECOMPOSE_CFG_ITEM_COUNT2_FIELD, RUNE_DECOMPOSE_CFG_ITEM_ID3_FIELD, RUNE_DECOMPOSE_CFG_ITEM_RATE3_FIELD, RUNE_DECOMPOSE_CFG_ITEM_COUNT3_FIELD} -RUNE_DECOMPOSE_CFG.is_extendable = false -RUNE_DECOMPOSE_CFG.extensions = {} -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.name = "items" -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_decompose_cfgs.items" -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.number = 1 -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.index = 0 -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.label = 3 -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.default_value = {} -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.message_type = RUNE_DECOMPOSE_CFG -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.type = 11 -RUNE_DECOMPOSE_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_DECOMPOSE_CFGS.name = "rune_decompose_cfgs" -RUNE_DECOMPOSE_CFGS.full_name = ".ftcfg.rune_decompose_cfgs" -RUNE_DECOMPOSE_CFGS.nested_types = {} -RUNE_DECOMPOSE_CFGS.enum_types = {} -RUNE_DECOMPOSE_CFGS.fields = {RUNE_DECOMPOSE_CFGS_ITEMS_FIELD} -RUNE_DECOMPOSE_CFGS.is_extendable = false -RUNE_DECOMPOSE_CFGS.extensions = {} -JEWELRY_MAKE_CFG_ID_FIELD.name = "id" -JEWELRY_MAKE_CFG_ID_FIELD.full_name = ".ftcfg.jewelry_make_cfg.id" -JEWELRY_MAKE_CFG_ID_FIELD.number = 1 -JEWELRY_MAKE_CFG_ID_FIELD.index = 0 -JEWELRY_MAKE_CFG_ID_FIELD.label = 2 -JEWELRY_MAKE_CFG_ID_FIELD.has_default_value = false -JEWELRY_MAKE_CFG_ID_FIELD.default_value = 0 -JEWELRY_MAKE_CFG_ID_FIELD.type = 13 -JEWELRY_MAKE_CFG_ID_FIELD.cpp_type = 3 - -JEWELRY_MAKE_CFG_POP_COST_FIELD.name = "pop_cost" -JEWELRY_MAKE_CFG_POP_COST_FIELD.full_name = ".ftcfg.jewelry_make_cfg.pop_cost" -JEWELRY_MAKE_CFG_POP_COST_FIELD.number = 2 -JEWELRY_MAKE_CFG_POP_COST_FIELD.index = 1 -JEWELRY_MAKE_CFG_POP_COST_FIELD.label = 2 -JEWELRY_MAKE_CFG_POP_COST_FIELD.has_default_value = false -JEWELRY_MAKE_CFG_POP_COST_FIELD.default_value = 0 -JEWELRY_MAKE_CFG_POP_COST_FIELD.type = 5 -JEWELRY_MAKE_CFG_POP_COST_FIELD.cpp_type = 1 - -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.name = "money_cost" -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.full_name = ".ftcfg.jewelry_make_cfg.money_cost" -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.number = 3 -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.index = 2 -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.label = 2 -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.has_default_value = false -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.default_value = 0 -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.type = 5 -JEWELRY_MAKE_CFG_MONEY_COST_FIELD.cpp_type = 1 - -JEWELRY_MAKE_CFG.name = "jewelry_make_cfg" -JEWELRY_MAKE_CFG.full_name = ".ftcfg.jewelry_make_cfg" -JEWELRY_MAKE_CFG.nested_types = {} -JEWELRY_MAKE_CFG.enum_types = {} -JEWELRY_MAKE_CFG.fields = {JEWELRY_MAKE_CFG_ID_FIELD, JEWELRY_MAKE_CFG_POP_COST_FIELD, JEWELRY_MAKE_CFG_MONEY_COST_FIELD} -JEWELRY_MAKE_CFG.is_extendable = false -JEWELRY_MAKE_CFG.extensions = {} -JEWELRY_MAKE_CFGS_ITEMS_FIELD.name = "items" -JEWELRY_MAKE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.jewelry_make_cfgs.items" -JEWELRY_MAKE_CFGS_ITEMS_FIELD.number = 1 -JEWELRY_MAKE_CFGS_ITEMS_FIELD.index = 0 -JEWELRY_MAKE_CFGS_ITEMS_FIELD.label = 3 -JEWELRY_MAKE_CFGS_ITEMS_FIELD.has_default_value = false -JEWELRY_MAKE_CFGS_ITEMS_FIELD.default_value = {} -JEWELRY_MAKE_CFGS_ITEMS_FIELD.message_type = JEWELRY_MAKE_CFG -JEWELRY_MAKE_CFGS_ITEMS_FIELD.type = 11 -JEWELRY_MAKE_CFGS_ITEMS_FIELD.cpp_type = 10 - -JEWELRY_MAKE_CFGS.name = "jewelry_make_cfgs" -JEWELRY_MAKE_CFGS.full_name = ".ftcfg.jewelry_make_cfgs" -JEWELRY_MAKE_CFGS.nested_types = {} -JEWELRY_MAKE_CFGS.enum_types = {} -JEWELRY_MAKE_CFGS.fields = {JEWELRY_MAKE_CFGS_ITEMS_FIELD} -JEWELRY_MAKE_CFGS.is_extendable = false -JEWELRY_MAKE_CFGS.extensions = {} -WORLD_MAP_CFG_ID_FIELD.name = "id" -WORLD_MAP_CFG_ID_FIELD.full_name = ".ftcfg.world_map_cfg.id" -WORLD_MAP_CFG_ID_FIELD.number = 1 -WORLD_MAP_CFG_ID_FIELD.index = 0 -WORLD_MAP_CFG_ID_FIELD.label = 2 -WORLD_MAP_CFG_ID_FIELD.has_default_value = false -WORLD_MAP_CFG_ID_FIELD.default_value = 0 -WORLD_MAP_CFG_ID_FIELD.type = 5 -WORLD_MAP_CFG_ID_FIELD.cpp_type = 1 - -WORLD_MAP_CFG_SCENE_NAME_FIELD.name = "scene_name" -WORLD_MAP_CFG_SCENE_NAME_FIELD.full_name = ".ftcfg.world_map_cfg.scene_name" -WORLD_MAP_CFG_SCENE_NAME_FIELD.number = 2 -WORLD_MAP_CFG_SCENE_NAME_FIELD.index = 1 -WORLD_MAP_CFG_SCENE_NAME_FIELD.label = 2 -WORLD_MAP_CFG_SCENE_NAME_FIELD.has_default_value = false -WORLD_MAP_CFG_SCENE_NAME_FIELD.default_value = 0 -WORLD_MAP_CFG_SCENE_NAME_FIELD.type = 5 -WORLD_MAP_CFG_SCENE_NAME_FIELD.cpp_type = 1 - -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.name = "scene_nameshow" -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.full_name = ".ftcfg.world_map_cfg.scene_nameshow" -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.number = 3 -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.index = 2 -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.label = 2 -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.has_default_value = false -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.default_value = "" -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.type = 9 -WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD.cpp_type = 9 - -WORLD_MAP_CFG_OPEN_LV_FIELD.name = "open_lv" -WORLD_MAP_CFG_OPEN_LV_FIELD.full_name = ".ftcfg.world_map_cfg.open_lv" -WORLD_MAP_CFG_OPEN_LV_FIELD.number = 4 -WORLD_MAP_CFG_OPEN_LV_FIELD.index = 3 -WORLD_MAP_CFG_OPEN_LV_FIELD.label = 2 -WORLD_MAP_CFG_OPEN_LV_FIELD.has_default_value = false -WORLD_MAP_CFG_OPEN_LV_FIELD.default_value = 0 -WORLD_MAP_CFG_OPEN_LV_FIELD.type = 5 -WORLD_MAP_CFG_OPEN_LV_FIELD.cpp_type = 1 - -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.name = "openlv_show" -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.full_name = ".ftcfg.world_map_cfg.openlv_show" -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.number = 5 -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.index = 4 -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.label = 2 -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.has_default_value = false -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.default_value = 0 -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.type = 5 -WORLD_MAP_CFG_OPENLV_SHOW_FIELD.cpp_type = 1 - -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.name = "language_id" -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.full_name = ".ftcfg.world_map_cfg.language_id" -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.number = 6 -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.index = 5 -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.label = 2 -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.has_default_value = false -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.default_value = "" -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.type = 9 -WORLD_MAP_CFG_LANGUAGE_ID_FIELD.cpp_type = 9 - -WORLD_MAP_CFG_SCENE_ID_FIELD.name = "scene_id" -WORLD_MAP_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.world_map_cfg.scene_id" -WORLD_MAP_CFG_SCENE_ID_FIELD.number = 7 -WORLD_MAP_CFG_SCENE_ID_FIELD.index = 6 -WORLD_MAP_CFG_SCENE_ID_FIELD.label = 2 -WORLD_MAP_CFG_SCENE_ID_FIELD.has_default_value = false -WORLD_MAP_CFG_SCENE_ID_FIELD.default_value = 0 -WORLD_MAP_CFG_SCENE_ID_FIELD.type = 5 -WORLD_MAP_CFG_SCENE_ID_FIELD.cpp_type = 1 - -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.name = "initial_whether" -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.full_name = ".ftcfg.world_map_cfg.initial_whether" -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.number = 8 -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.index = 7 -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.label = 2 -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.has_default_value = false -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.default_value = 0 -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.type = 5 -WORLD_MAP_CFG_INITIAL_WHETHER_FIELD.cpp_type = 1 - -WORLD_MAP_CFG_SCENE_ICON_FIELD.name = "scene_icon" -WORLD_MAP_CFG_SCENE_ICON_FIELD.full_name = ".ftcfg.world_map_cfg.scene_icon" -WORLD_MAP_CFG_SCENE_ICON_FIELD.number = 9 -WORLD_MAP_CFG_SCENE_ICON_FIELD.index = 8 -WORLD_MAP_CFG_SCENE_ICON_FIELD.label = 2 -WORLD_MAP_CFG_SCENE_ICON_FIELD.has_default_value = false -WORLD_MAP_CFG_SCENE_ICON_FIELD.default_value = 0 -WORLD_MAP_CFG_SCENE_ICON_FIELD.type = 5 -WORLD_MAP_CFG_SCENE_ICON_FIELD.cpp_type = 1 - -WORLD_MAP_CFG.name = "world_map_cfg" -WORLD_MAP_CFG.full_name = ".ftcfg.world_map_cfg" -WORLD_MAP_CFG.nested_types = {} -WORLD_MAP_CFG.enum_types = {} -WORLD_MAP_CFG.fields = {WORLD_MAP_CFG_ID_FIELD, WORLD_MAP_CFG_SCENE_NAME_FIELD, WORLD_MAP_CFG_SCENE_NAMESHOW_FIELD, WORLD_MAP_CFG_OPEN_LV_FIELD, WORLD_MAP_CFG_OPENLV_SHOW_FIELD, WORLD_MAP_CFG_LANGUAGE_ID_FIELD, WORLD_MAP_CFG_SCENE_ID_FIELD, WORLD_MAP_CFG_INITIAL_WHETHER_FIELD, WORLD_MAP_CFG_SCENE_ICON_FIELD} -WORLD_MAP_CFG.is_extendable = false -WORLD_MAP_CFG.extensions = {} -WORLD_MAP_CFGS_ITEMS_FIELD.name = "items" -WORLD_MAP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.world_map_cfgs.items" -WORLD_MAP_CFGS_ITEMS_FIELD.number = 1 -WORLD_MAP_CFGS_ITEMS_FIELD.index = 0 -WORLD_MAP_CFGS_ITEMS_FIELD.label = 3 -WORLD_MAP_CFGS_ITEMS_FIELD.has_default_value = false -WORLD_MAP_CFGS_ITEMS_FIELD.default_value = {} -WORLD_MAP_CFGS_ITEMS_FIELD.message_type = WORLD_MAP_CFG -WORLD_MAP_CFGS_ITEMS_FIELD.type = 11 -WORLD_MAP_CFGS_ITEMS_FIELD.cpp_type = 10 - -WORLD_MAP_CFGS.name = "world_map_cfgs" -WORLD_MAP_CFGS.full_name = ".ftcfg.world_map_cfgs" -WORLD_MAP_CFGS.nested_types = {} -WORLD_MAP_CFGS.enum_types = {} -WORLD_MAP_CFGS.fields = {WORLD_MAP_CFGS_ITEMS_FIELD} -WORLD_MAP_CFGS.is_extendable = false -WORLD_MAP_CFGS.extensions = {} -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.name = "partner_quality" -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.full_name = ".ftcfg.partner_currency_cfg.partner_quality" -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.number = 1 -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.index = 0 -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.label = 2 -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.has_default_value = false -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.default_value = nil -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.enum_type = config_predefine_pb.EITEMCOLOR -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.type = 14 -PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD.cpp_type = 8 - -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.name = "currency_num" -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.full_name = ".ftcfg.partner_currency_cfg.currency_num" -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.number = 2 -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.index = 1 -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.label = 3 -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.has_default_value = false -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.default_value = {} -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.type = 5 -PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD.cpp_type = 1 - -PARTNER_CURRENCY_CFG.name = "partner_currency_cfg" -PARTNER_CURRENCY_CFG.full_name = ".ftcfg.partner_currency_cfg" -PARTNER_CURRENCY_CFG.nested_types = {} -PARTNER_CURRENCY_CFG.enum_types = {} -PARTNER_CURRENCY_CFG.fields = {PARTNER_CURRENCY_CFG_PARTNER_QUALITY_FIELD, PARTNER_CURRENCY_CFG_CURRENCY_NUM_FIELD} -PARTNER_CURRENCY_CFG.is_extendable = false -PARTNER_CURRENCY_CFG.extensions = {} -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.name = "items" -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_currency_cfgs.items" -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.number = 1 -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.index = 0 -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.label = 3 -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.message_type = PARTNER_CURRENCY_CFG -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.type = 11 -PARTNER_CURRENCY_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_CURRENCY_CFGS.name = "partner_currency_cfgs" -PARTNER_CURRENCY_CFGS.full_name = ".ftcfg.partner_currency_cfgs" -PARTNER_CURRENCY_CFGS.nested_types = {} -PARTNER_CURRENCY_CFGS.enum_types = {} -PARTNER_CURRENCY_CFGS.fields = {PARTNER_CURRENCY_CFGS_ITEMS_FIELD} -PARTNER_CURRENCY_CFGS.is_extendable = false -PARTNER_CURRENCY_CFGS.extensions = {} -PARTNER_ACTIVATION_CFG_ID_FIELD.name = "id" -PARTNER_ACTIVATION_CFG_ID_FIELD.full_name = ".ftcfg.partner_activation_cfg.id" -PARTNER_ACTIVATION_CFG_ID_FIELD.number = 1 -PARTNER_ACTIVATION_CFG_ID_FIELD.index = 0 -PARTNER_ACTIVATION_CFG_ID_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_ID_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_ID_FIELD.default_value = 0 -PARTNER_ACTIVATION_CFG_ID_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.name = "plotid" -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.full_name = ".ftcfg.partner_activation_cfg.plotid" -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.number = 2 -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.index = 1 -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.default_value = 0 -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PLOTID_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.name = "branchplotid" -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.full_name = ".ftcfg.partner_activation_cfg.branchplotid" -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.number = 3 -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.index = 2 -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.default_value = 0 -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.name = "partnerid" -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.full_name = ".ftcfg.partner_activation_cfg.partnerid" -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.number = 4 -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.index = 3 -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PARTNERID_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.name = "partnerimpressionlevel" -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.full_name = ".ftcfg.partner_activation_cfg.partnerimpressionlevel" -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.number = 5 -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.index = 4 -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.name = "combatpower" -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.full_name = ".ftcfg.partner_activation_cfg.combatpower" -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.number = 6 -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.index = 5 -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.default_value = 0 -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_NAME_FIELD.name = "name" -PARTNER_ACTIVATION_CFG_NAME_FIELD.full_name = ".ftcfg.partner_activation_cfg.name" -PARTNER_ACTIVATION_CFG_NAME_FIELD.number = 7 -PARTNER_ACTIVATION_CFG_NAME_FIELD.index = 6 -PARTNER_ACTIVATION_CFG_NAME_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_NAME_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_NAME_FIELD.default_value = "" -PARTNER_ACTIVATION_CFG_NAME_FIELD.type = 9 -PARTNER_ACTIVATION_CFG_NAME_FIELD.cpp_type = 9 - -PARTNER_ACTIVATION_CFG_ICON_FIELD.name = "icon" -PARTNER_ACTIVATION_CFG_ICON_FIELD.full_name = ".ftcfg.partner_activation_cfg.icon" -PARTNER_ACTIVATION_CFG_ICON_FIELD.number = 8 -PARTNER_ACTIVATION_CFG_ICON_FIELD.index = 7 -PARTNER_ACTIVATION_CFG_ICON_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_ICON_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_ICON_FIELD.default_value = 0 -PARTNER_ACTIVATION_CFG_ICON_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_ICON_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_DESC_FIELD.name = "desc" -PARTNER_ACTIVATION_CFG_DESC_FIELD.full_name = ".ftcfg.partner_activation_cfg.desc" -PARTNER_ACTIVATION_CFG_DESC_FIELD.number = 9 -PARTNER_ACTIVATION_CFG_DESC_FIELD.index = 8 -PARTNER_ACTIVATION_CFG_DESC_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_DESC_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_DESC_FIELD.default_value = "" -PARTNER_ACTIVATION_CFG_DESC_FIELD.type = 9 -PARTNER_ACTIVATION_CFG_DESC_FIELD.cpp_type = 9 - -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.name = "moodids" -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.full_name = ".ftcfg.partner_activation_cfg.moodids" -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.number = 10 -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.index = 9 -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_MOODIDS_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.name = "proportions" -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.full_name = ".ftcfg.partner_activation_cfg.proportions" -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.number = 11 -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.index = 10 -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.name = "maximpressionlevel" -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.full_name = ".ftcfg.partner_activation_cfg.maximpressionlevel" -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.number = 12 -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.index = 11 -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.default_value = 0 -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_GITS_FIELD.name = "gits" -PARTNER_ACTIVATION_CFG_GITS_FIELD.full_name = ".ftcfg.partner_activation_cfg.gits" -PARTNER_ACTIVATION_CFG_GITS_FIELD.number = 13 -PARTNER_ACTIVATION_CFG_GITS_FIELD.index = 12 -PARTNER_ACTIVATION_CFG_GITS_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_GITS_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_GITS_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_GITS_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_GITS_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.name = "presentation1" -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.full_name = ".ftcfg.partner_activation_cfg.presentation1" -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.number = 14 -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.index = 13 -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.name = "presentation2" -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.full_name = ".ftcfg.partner_activation_cfg.presentation2" -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.number = 15 -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.index = 14 -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.name = "presentation3" -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.full_name = ".ftcfg.partner_activation_cfg.presentation3" -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.number = 16 -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.index = 15 -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.label = 3 -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.default_value = {} -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.type = 5 -PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD.cpp_type = 1 - -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.name = "move_head" -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.full_name = ".ftcfg.partner_activation_cfg.move_head" -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.number = 17 -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.index = 16 -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.default_value = "" -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.type = 9 -PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD.cpp_type = 9 - -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.name = "head_time" -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.full_name = ".ftcfg.partner_activation_cfg.head_time" -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.number = 18 -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.index = 17 -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.default_value = 0.0 -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.type = 2 -PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD.cpp_type = 6 - -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.name = "move_body" -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.full_name = ".ftcfg.partner_activation_cfg.move_body" -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.number = 19 -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.index = 18 -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.default_value = "" -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.type = 9 -PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD.cpp_type = 9 - -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.name = "body_time" -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.full_name = ".ftcfg.partner_activation_cfg.body_time" -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.number = 20 -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.index = 19 -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.default_value = 0.0 -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.type = 2 -PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD.cpp_type = 6 - -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.name = "move_leg" -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.full_name = ".ftcfg.partner_activation_cfg.move_leg" -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.number = 21 -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.index = 20 -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.default_value = "" -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.type = 9 -PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD.cpp_type = 9 - -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.name = "leg_time" -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.full_name = ".ftcfg.partner_activation_cfg.leg_time" -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.number = 22 -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.index = 21 -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.default_value = 0.0 -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.type = 2 -PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD.cpp_type = 6 - -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.name = "move_promote" -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.full_name = ".ftcfg.partner_activation_cfg.move_promote" -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.number = 23 -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.index = 22 -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.default_value = "" -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.type = 9 -PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD.cpp_type = 9 - -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.name = "pronote_time" -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.full_name = ".ftcfg.partner_activation_cfg.pronote_time" -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.number = 24 -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.index = 23 -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.label = 2 -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.default_value = 0.0 -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.type = 2 -PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD.cpp_type = 6 - -PARTNER_ACTIVATION_CFG.name = "partner_activation_cfg" -PARTNER_ACTIVATION_CFG.full_name = ".ftcfg.partner_activation_cfg" -PARTNER_ACTIVATION_CFG.nested_types = {} -PARTNER_ACTIVATION_CFG.enum_types = {} -PARTNER_ACTIVATION_CFG.fields = {PARTNER_ACTIVATION_CFG_ID_FIELD, PARTNER_ACTIVATION_CFG_PLOTID_FIELD, PARTNER_ACTIVATION_CFG_BRANCHPLOTID_FIELD, PARTNER_ACTIVATION_CFG_PARTNERID_FIELD, PARTNER_ACTIVATION_CFG_PARTNERIMPRESSIONLEVEL_FIELD, PARTNER_ACTIVATION_CFG_COMBATPOWER_FIELD, PARTNER_ACTIVATION_CFG_NAME_FIELD, PARTNER_ACTIVATION_CFG_ICON_FIELD, PARTNER_ACTIVATION_CFG_DESC_FIELD, PARTNER_ACTIVATION_CFG_MOODIDS_FIELD, PARTNER_ACTIVATION_CFG_PROPORTIONS_FIELD, PARTNER_ACTIVATION_CFG_MAXIMPRESSIONLEVEL_FIELD, PARTNER_ACTIVATION_CFG_GITS_FIELD, PARTNER_ACTIVATION_CFG_PRESENTATION1_FIELD, PARTNER_ACTIVATION_CFG_PRESENTATION2_FIELD, PARTNER_ACTIVATION_CFG_PRESENTATION3_FIELD, PARTNER_ACTIVATION_CFG_MOVE_HEAD_FIELD, PARTNER_ACTIVATION_CFG_HEAD_TIME_FIELD, PARTNER_ACTIVATION_CFG_MOVE_BODY_FIELD, PARTNER_ACTIVATION_CFG_BODY_TIME_FIELD, PARTNER_ACTIVATION_CFG_MOVE_LEG_FIELD, PARTNER_ACTIVATION_CFG_LEG_TIME_FIELD, PARTNER_ACTIVATION_CFG_MOVE_PROMOTE_FIELD, PARTNER_ACTIVATION_CFG_PRONOTE_TIME_FIELD} -PARTNER_ACTIVATION_CFG.is_extendable = false -PARTNER_ACTIVATION_CFG.extensions = {} -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.name = "items" -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_activation_cfgs.items" -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.number = 1 -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.index = 0 -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.label = 3 -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.message_type = PARTNER_ACTIVATION_CFG -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.type = 11 -PARTNER_ACTIVATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_ACTIVATION_CFGS.name = "partner_activation_cfgs" -PARTNER_ACTIVATION_CFGS.full_name = ".ftcfg.partner_activation_cfgs" -PARTNER_ACTIVATION_CFGS.nested_types = {} -PARTNER_ACTIVATION_CFGS.enum_types = {} -PARTNER_ACTIVATION_CFGS.fields = {PARTNER_ACTIVATION_CFGS_ITEMS_FIELD} -PARTNER_ACTIVATION_CFGS.is_extendable = false -PARTNER_ACTIVATION_CFGS.extensions = {} -PARTNER_MOOD_CFG_ID_FIELD.name = "id" -PARTNER_MOOD_CFG_ID_FIELD.full_name = ".ftcfg.partner_mood_cfg.id" -PARTNER_MOOD_CFG_ID_FIELD.number = 1 -PARTNER_MOOD_CFG_ID_FIELD.index = 0 -PARTNER_MOOD_CFG_ID_FIELD.label = 2 -PARTNER_MOOD_CFG_ID_FIELD.has_default_value = false -PARTNER_MOOD_CFG_ID_FIELD.default_value = 0 -PARTNER_MOOD_CFG_ID_FIELD.type = 5 -PARTNER_MOOD_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_MOOD_CFG_GIFTID_FIELD.name = "giftid" -PARTNER_MOOD_CFG_GIFTID_FIELD.full_name = ".ftcfg.partner_mood_cfg.giftid" -PARTNER_MOOD_CFG_GIFTID_FIELD.number = 2 -PARTNER_MOOD_CFG_GIFTID_FIELD.index = 1 -PARTNER_MOOD_CFG_GIFTID_FIELD.label = 3 -PARTNER_MOOD_CFG_GIFTID_FIELD.has_default_value = false -PARTNER_MOOD_CFG_GIFTID_FIELD.default_value = {} -PARTNER_MOOD_CFG_GIFTID_FIELD.type = 5 -PARTNER_MOOD_CFG_GIFTID_FIELD.cpp_type = 1 - -PARTNER_MOOD_CFG_MOODTEXT_FIELD.name = "moodtext" -PARTNER_MOOD_CFG_MOODTEXT_FIELD.full_name = ".ftcfg.partner_mood_cfg.moodtext" -PARTNER_MOOD_CFG_MOODTEXT_FIELD.number = 3 -PARTNER_MOOD_CFG_MOODTEXT_FIELD.index = 2 -PARTNER_MOOD_CFG_MOODTEXT_FIELD.label = 2 -PARTNER_MOOD_CFG_MOODTEXT_FIELD.has_default_value = false -PARTNER_MOOD_CFG_MOODTEXT_FIELD.default_value = "" -PARTNER_MOOD_CFG_MOODTEXT_FIELD.type = 9 -PARTNER_MOOD_CFG_MOODTEXT_FIELD.cpp_type = 9 - -PARTNER_MOOD_CFG_MULTIPLE_FIELD.name = "multiple" -PARTNER_MOOD_CFG_MULTIPLE_FIELD.full_name = ".ftcfg.partner_mood_cfg.multiple" -PARTNER_MOOD_CFG_MULTIPLE_FIELD.number = 4 -PARTNER_MOOD_CFG_MULTIPLE_FIELD.index = 3 -PARTNER_MOOD_CFG_MULTIPLE_FIELD.label = 2 -PARTNER_MOOD_CFG_MULTIPLE_FIELD.has_default_value = false -PARTNER_MOOD_CFG_MULTIPLE_FIELD.default_value = 0 -PARTNER_MOOD_CFG_MULTIPLE_FIELD.type = 5 -PARTNER_MOOD_CFG_MULTIPLE_FIELD.cpp_type = 1 - -PARTNER_MOOD_CFG.name = "partner_mood_cfg" -PARTNER_MOOD_CFG.full_name = ".ftcfg.partner_mood_cfg" -PARTNER_MOOD_CFG.nested_types = {} -PARTNER_MOOD_CFG.enum_types = {} -PARTNER_MOOD_CFG.fields = {PARTNER_MOOD_CFG_ID_FIELD, PARTNER_MOOD_CFG_GIFTID_FIELD, PARTNER_MOOD_CFG_MOODTEXT_FIELD, PARTNER_MOOD_CFG_MULTIPLE_FIELD} -PARTNER_MOOD_CFG.is_extendable = false -PARTNER_MOOD_CFG.extensions = {} -PARTNER_MOOD_CFGS_ITEMS_FIELD.name = "items" -PARTNER_MOOD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_mood_cfgs.items" -PARTNER_MOOD_CFGS_ITEMS_FIELD.number = 1 -PARTNER_MOOD_CFGS_ITEMS_FIELD.index = 0 -PARTNER_MOOD_CFGS_ITEMS_FIELD.label = 3 -PARTNER_MOOD_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_MOOD_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_MOOD_CFGS_ITEMS_FIELD.message_type = PARTNER_MOOD_CFG -PARTNER_MOOD_CFGS_ITEMS_FIELD.type = 11 -PARTNER_MOOD_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_MOOD_CFGS.name = "partner_mood_cfgs" -PARTNER_MOOD_CFGS.full_name = ".ftcfg.partner_mood_cfgs" -PARTNER_MOOD_CFGS.nested_types = {} -PARTNER_MOOD_CFGS.enum_types = {} -PARTNER_MOOD_CFGS.fields = {PARTNER_MOOD_CFGS_ITEMS_FIELD} -PARTNER_MOOD_CFGS.is_extendable = false -PARTNER_MOOD_CFGS.extensions = {} -PARTNER_IMPRESSION_CFG_ID_FIELD.name = "id" -PARTNER_IMPRESSION_CFG_ID_FIELD.full_name = ".ftcfg.partner_impression_cfg.id" -PARTNER_IMPRESSION_CFG_ID_FIELD.number = 1 -PARTNER_IMPRESSION_CFG_ID_FIELD.index = 0 -PARTNER_IMPRESSION_CFG_ID_FIELD.label = 2 -PARTNER_IMPRESSION_CFG_ID_FIELD.has_default_value = false -PARTNER_IMPRESSION_CFG_ID_FIELD.default_value = 0 -PARTNER_IMPRESSION_CFG_ID_FIELD.type = 5 -PARTNER_IMPRESSION_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.name = "partnerid" -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.full_name = ".ftcfg.partner_impression_cfg.partnerid" -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.number = 2 -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.index = 1 -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.label = 2 -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.has_default_value = false -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.default_value = 0 -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.type = 5 -PARTNER_IMPRESSION_CFG_PARTNERID_FIELD.cpp_type = 1 - -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.name = "level" -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.full_name = ".ftcfg.partner_impression_cfg.level" -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.number = 3 -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.index = 2 -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.label = 2 -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.has_default_value = false -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.default_value = 0 -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.type = 5 -PARTNER_IMPRESSION_CFG_LEVEL_FIELD.cpp_type = 1 - -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.name = "biographyid" -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.full_name = ".ftcfg.partner_impression_cfg.biographyid" -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.number = 4 -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.index = 3 -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.label = 2 -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.has_default_value = false -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.default_value = 0 -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.type = 5 -PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD.cpp_type = 1 - -PARTNER_IMPRESSION_CFG.name = "partner_impression_cfg" -PARTNER_IMPRESSION_CFG.full_name = ".ftcfg.partner_impression_cfg" -PARTNER_IMPRESSION_CFG.nested_types = {} -PARTNER_IMPRESSION_CFG.enum_types = {} -PARTNER_IMPRESSION_CFG.fields = {PARTNER_IMPRESSION_CFG_ID_FIELD, PARTNER_IMPRESSION_CFG_PARTNERID_FIELD, PARTNER_IMPRESSION_CFG_LEVEL_FIELD, PARTNER_IMPRESSION_CFG_BIOGRAPHYID_FIELD} -PARTNER_IMPRESSION_CFG.is_extendable = false -PARTNER_IMPRESSION_CFG.extensions = {} -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.name = "items" -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_impression_cfgs.items" -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.number = 1 -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.index = 0 -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.label = 3 -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.message_type = PARTNER_IMPRESSION_CFG -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.type = 11 -PARTNER_IMPRESSION_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_IMPRESSION_CFGS.name = "partner_impression_cfgs" -PARTNER_IMPRESSION_CFGS.full_name = ".ftcfg.partner_impression_cfgs" -PARTNER_IMPRESSION_CFGS.nested_types = {} -PARTNER_IMPRESSION_CFGS.enum_types = {} -PARTNER_IMPRESSION_CFGS.fields = {PARTNER_IMPRESSION_CFGS_ITEMS_FIELD} -PARTNER_IMPRESSION_CFGS.is_extendable = false -PARTNER_IMPRESSION_CFGS.extensions = {} -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.name = "id" -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.full_name = ".ftcfg.partner_impre_levelup_cfg.id" -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.number = 1 -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.index = 0 -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.label = 2 -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.has_default_value = false -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.default_value = 0 -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.type = 5 -PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.name = "type" -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.full_name = ".ftcfg.partner_impre_levelup_cfg.type" -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.number = 2 -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.index = 1 -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.label = 2 -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.has_default_value = false -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.default_value = 0 -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.type = 5 -PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD.cpp_type = 1 - -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.name = "level" -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.full_name = ".ftcfg.partner_impre_levelup_cfg.level" -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.number = 3 -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.index = 2 -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.label = 2 -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.has_default_value = false -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.default_value = 0 -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.type = 5 -PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD.cpp_type = 1 - -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.name = "exp" -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.full_name = ".ftcfg.partner_impre_levelup_cfg.exp" -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.number = 4 -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.index = 3 -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.label = 2 -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.has_default_value = false -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.default_value = 0 -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.type = 5 -PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD.cpp_type = 1 - -PARTNER_IMPRE_LEVELUP_CFG.name = "partner_impre_levelup_cfg" -PARTNER_IMPRE_LEVELUP_CFG.full_name = ".ftcfg.partner_impre_levelup_cfg" -PARTNER_IMPRE_LEVELUP_CFG.nested_types = {} -PARTNER_IMPRE_LEVELUP_CFG.enum_types = {} -PARTNER_IMPRE_LEVELUP_CFG.fields = {PARTNER_IMPRE_LEVELUP_CFG_ID_FIELD, PARTNER_IMPRE_LEVELUP_CFG_TYPE_FIELD, PARTNER_IMPRE_LEVELUP_CFG_LEVEL_FIELD, PARTNER_IMPRE_LEVELUP_CFG_EXP_FIELD} -PARTNER_IMPRE_LEVELUP_CFG.is_extendable = false -PARTNER_IMPRE_LEVELUP_CFG.extensions = {} -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.name = "items" -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_impre_levelup_cfgs.items" -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.number = 1 -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.index = 0 -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.label = 3 -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.message_type = PARTNER_IMPRE_LEVELUP_CFG -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.type = 11 -PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_IMPRE_LEVELUP_CFGS.name = "partner_impre_levelup_cfgs" -PARTNER_IMPRE_LEVELUP_CFGS.full_name = ".ftcfg.partner_impre_levelup_cfgs" -PARTNER_IMPRE_LEVELUP_CFGS.nested_types = {} -PARTNER_IMPRE_LEVELUP_CFGS.enum_types = {} -PARTNER_IMPRE_LEVELUP_CFGS.fields = {PARTNER_IMPRE_LEVELUP_CFGS_ITEMS_FIELD} -PARTNER_IMPRE_LEVELUP_CFGS.is_extendable = false -PARTNER_IMPRE_LEVELUP_CFGS.extensions = {} -PARTNER_MULTIPLE_CFG_ID_FIELD.name = "id" -PARTNER_MULTIPLE_CFG_ID_FIELD.full_name = ".ftcfg.partner_multiple_cfg.id" -PARTNER_MULTIPLE_CFG_ID_FIELD.number = 1 -PARTNER_MULTIPLE_CFG_ID_FIELD.index = 0 -PARTNER_MULTIPLE_CFG_ID_FIELD.label = 2 -PARTNER_MULTIPLE_CFG_ID_FIELD.has_default_value = false -PARTNER_MULTIPLE_CFG_ID_FIELD.default_value = 0 -PARTNER_MULTIPLE_CFG_ID_FIELD.type = 5 -PARTNER_MULTIPLE_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.name = "clickgrowth" -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.full_name = ".ftcfg.partner_multiple_cfg.clickgrowth" -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.number = 2 -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.index = 1 -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.label = 2 -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.has_default_value = false -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.default_value = 0 -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.type = 5 -PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD.cpp_type = 1 - -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.name = "probability" -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.full_name = ".ftcfg.partner_multiple_cfg.probability" -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.number = 3 -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.index = 2 -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.label = 3 -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.has_default_value = false -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.default_value = {} -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.type = 5 -PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD.cpp_type = 1 - -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.name = "multiple" -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.full_name = ".ftcfg.partner_multiple_cfg.multiple" -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.number = 4 -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.index = 3 -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.label = 3 -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.has_default_value = false -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.default_value = {} -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.type = 5 -PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD.cpp_type = 1 - -PARTNER_MULTIPLE_CFG.name = "partner_multiple_cfg" -PARTNER_MULTIPLE_CFG.full_name = ".ftcfg.partner_multiple_cfg" -PARTNER_MULTIPLE_CFG.nested_types = {} -PARTNER_MULTIPLE_CFG.enum_types = {} -PARTNER_MULTIPLE_CFG.fields = {PARTNER_MULTIPLE_CFG_ID_FIELD, PARTNER_MULTIPLE_CFG_CLICKGROWTH_FIELD, PARTNER_MULTIPLE_CFG_PROBABILITY_FIELD, PARTNER_MULTIPLE_CFG_MULTIPLE_FIELD} -PARTNER_MULTIPLE_CFG.is_extendable = false -PARTNER_MULTIPLE_CFG.extensions = {} -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.name = "items" -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_multiple_cfgs.items" -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.number = 1 -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.index = 0 -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.label = 3 -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.message_type = PARTNER_MULTIPLE_CFG -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.type = 11 -PARTNER_MULTIPLE_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_MULTIPLE_CFGS.name = "partner_multiple_cfgs" -PARTNER_MULTIPLE_CFGS.full_name = ".ftcfg.partner_multiple_cfgs" -PARTNER_MULTIPLE_CFGS.nested_types = {} -PARTNER_MULTIPLE_CFGS.enum_types = {} -PARTNER_MULTIPLE_CFGS.fields = {PARTNER_MULTIPLE_CFGS_ITEMS_FIELD} -PARTNER_MULTIPLE_CFGS.is_extendable = false -PARTNER_MULTIPLE_CFGS.extensions = {} -PARTNER_STAR_CFG_ID_FIELD.name = "id" -PARTNER_STAR_CFG_ID_FIELD.full_name = ".ftcfg.partner_star_cfg.id" -PARTNER_STAR_CFG_ID_FIELD.number = 1 -PARTNER_STAR_CFG_ID_FIELD.index = 0 -PARTNER_STAR_CFG_ID_FIELD.label = 2 -PARTNER_STAR_CFG_ID_FIELD.has_default_value = false -PARTNER_STAR_CFG_ID_FIELD.default_value = 0 -PARTNER_STAR_CFG_ID_FIELD.type = 5 -PARTNER_STAR_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.name = "partner_type" -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.full_name = ".ftcfg.partner_star_cfg.partner_type" -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.number = 2 -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.index = 1 -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.label = 2 -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.has_default_value = false -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.default_value = 0 -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.type = 5 -PARTNER_STAR_CFG_PARTNER_TYPE_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STAR_FIELD.name = "star" -PARTNER_STAR_CFG_STAR_FIELD.full_name = ".ftcfg.partner_star_cfg.star" -PARTNER_STAR_CFG_STAR_FIELD.number = 3 -PARTNER_STAR_CFG_STAR_FIELD.index = 2 -PARTNER_STAR_CFG_STAR_FIELD.label = 2 -PARTNER_STAR_CFG_STAR_FIELD.has_default_value = false -PARTNER_STAR_CFG_STAR_FIELD.default_value = 0 -PARTNER_STAR_CFG_STAR_FIELD.type = 5 -PARTNER_STAR_CFG_STAR_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.name = "study_group" -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.full_name = ".ftcfg.partner_star_cfg.study_group" -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.number = 4 -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.index = 3 -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.label = 2 -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.has_default_value = false -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.default_value = 0 -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.type = 5 -PARTNER_STAR_CFG_STUDY_GROUP_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.name = "study_limit" -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.full_name = ".ftcfg.partner_star_cfg.study_limit" -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.number = 5 -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.index = 4 -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.label = 2 -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.has_default_value = false -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.default_value = 0 -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.type = 5 -PARTNER_STAR_CFG_STUDY_LIMIT_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STUDY_FIELD.name = "study" -PARTNER_STAR_CFG_STUDY_FIELD.full_name = ".ftcfg.partner_star_cfg.study" -PARTNER_STAR_CFG_STUDY_FIELD.number = 6 -PARTNER_STAR_CFG_STUDY_FIELD.index = 5 -PARTNER_STAR_CFG_STUDY_FIELD.label = 2 -PARTNER_STAR_CFG_STUDY_FIELD.has_default_value = false -PARTNER_STAR_CFG_STUDY_FIELD.default_value = 0 -PARTNER_STAR_CFG_STUDY_FIELD.type = 5 -PARTNER_STAR_CFG_STUDY_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.name = "study_item" -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.full_name = ".ftcfg.partner_star_cfg.study_item" -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.number = 7 -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.index = 6 -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.label = 2 -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.has_default_value = false -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.default_value = 0 -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.type = 5 -PARTNER_STAR_CFG_STUDY_ITEM_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STUDY_COST_FIELD.name = "study_cost" -PARTNER_STAR_CFG_STUDY_COST_FIELD.full_name = ".ftcfg.partner_star_cfg.study_cost" -PARTNER_STAR_CFG_STUDY_COST_FIELD.number = 8 -PARTNER_STAR_CFG_STUDY_COST_FIELD.index = 7 -PARTNER_STAR_CFG_STUDY_COST_FIELD.label = 2 -PARTNER_STAR_CFG_STUDY_COST_FIELD.has_default_value = false -PARTNER_STAR_CFG_STUDY_COST_FIELD.default_value = 0 -PARTNER_STAR_CFG_STUDY_COST_FIELD.type = 5 -PARTNER_STAR_CFG_STUDY_COST_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.name = "exclude_item" -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.full_name = ".ftcfg.partner_star_cfg.exclude_item" -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.number = 9 -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.index = 8 -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.label = 2 -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.has_default_value = false -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.default_value = 0 -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.type = 5 -PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.name = "exclude_cost" -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.full_name = ".ftcfg.partner_star_cfg.exclude_cost" -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.number = 10 -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.index = 9 -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.label = 2 -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.has_default_value = false -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.default_value = 0 -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.type = 5 -PARTNER_STAR_CFG_EXCLUDE_COST_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_STAR_PROP1_FIELD.name = "star_prop1" -PARTNER_STAR_CFG_STAR_PROP1_FIELD.full_name = ".ftcfg.partner_star_cfg.star_prop1" -PARTNER_STAR_CFG_STAR_PROP1_FIELD.number = 11 -PARTNER_STAR_CFG_STAR_PROP1_FIELD.index = 10 -PARTNER_STAR_CFG_STAR_PROP1_FIELD.label = 2 -PARTNER_STAR_CFG_STAR_PROP1_FIELD.has_default_value = false -PARTNER_STAR_CFG_STAR_PROP1_FIELD.default_value = "" -PARTNER_STAR_CFG_STAR_PROP1_FIELD.type = 9 -PARTNER_STAR_CFG_STAR_PROP1_FIELD.cpp_type = 9 - -PARTNER_STAR_CFG_STAR_PROP2_FIELD.name = "star_prop2" -PARTNER_STAR_CFG_STAR_PROP2_FIELD.full_name = ".ftcfg.partner_star_cfg.star_prop2" -PARTNER_STAR_CFG_STAR_PROP2_FIELD.number = 12 -PARTNER_STAR_CFG_STAR_PROP2_FIELD.index = 11 -PARTNER_STAR_CFG_STAR_PROP2_FIELD.label = 2 -PARTNER_STAR_CFG_STAR_PROP2_FIELD.has_default_value = false -PARTNER_STAR_CFG_STAR_PROP2_FIELD.default_value = "" -PARTNER_STAR_CFG_STAR_PROP2_FIELD.type = 9 -PARTNER_STAR_CFG_STAR_PROP2_FIELD.cpp_type = 9 - -PARTNER_STAR_CFG_STAR_PROP3_FIELD.name = "star_prop3" -PARTNER_STAR_CFG_STAR_PROP3_FIELD.full_name = ".ftcfg.partner_star_cfg.star_prop3" -PARTNER_STAR_CFG_STAR_PROP3_FIELD.number = 13 -PARTNER_STAR_CFG_STAR_PROP3_FIELD.index = 12 -PARTNER_STAR_CFG_STAR_PROP3_FIELD.label = 2 -PARTNER_STAR_CFG_STAR_PROP3_FIELD.has_default_value = false -PARTNER_STAR_CFG_STAR_PROP3_FIELD.default_value = "" -PARTNER_STAR_CFG_STAR_PROP3_FIELD.type = 9 -PARTNER_STAR_CFG_STAR_PROP3_FIELD.cpp_type = 9 - -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.name = "upstar_item" -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.full_name = ".ftcfg.partner_star_cfg.upstar_item" -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.number = 14 -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.index = 13 -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.label = 2 -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.has_default_value = false -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.default_value = 0 -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.type = 5 -PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.name = "upstar_cost" -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.full_name = ".ftcfg.partner_star_cfg.upstar_cost" -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.number = 15 -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.index = 14 -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.label = 2 -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.has_default_value = false -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.default_value = 0 -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.type = 5 -PARTNER_STAR_CFG_UPSTAR_COST_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.name = "rebuild_item" -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.full_name = ".ftcfg.partner_star_cfg.rebuild_item" -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.number = 16 -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.index = 15 -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.label = 2 -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.has_default_value = false -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.default_value = 0 -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.type = 5 -PARTNER_STAR_CFG_REBUILD_ITEM_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG_REBUILD_COST_FIELD.name = "rebuild_cost" -PARTNER_STAR_CFG_REBUILD_COST_FIELD.full_name = ".ftcfg.partner_star_cfg.rebuild_cost" -PARTNER_STAR_CFG_REBUILD_COST_FIELD.number = 17 -PARTNER_STAR_CFG_REBUILD_COST_FIELD.index = 16 -PARTNER_STAR_CFG_REBUILD_COST_FIELD.label = 2 -PARTNER_STAR_CFG_REBUILD_COST_FIELD.has_default_value = false -PARTNER_STAR_CFG_REBUILD_COST_FIELD.default_value = 0 -PARTNER_STAR_CFG_REBUILD_COST_FIELD.type = 5 -PARTNER_STAR_CFG_REBUILD_COST_FIELD.cpp_type = 1 - -PARTNER_STAR_CFG.name = "partner_star_cfg" -PARTNER_STAR_CFG.full_name = ".ftcfg.partner_star_cfg" -PARTNER_STAR_CFG.nested_types = {} -PARTNER_STAR_CFG.enum_types = {} -PARTNER_STAR_CFG.fields = {PARTNER_STAR_CFG_ID_FIELD, PARTNER_STAR_CFG_PARTNER_TYPE_FIELD, PARTNER_STAR_CFG_STAR_FIELD, PARTNER_STAR_CFG_STUDY_GROUP_FIELD, PARTNER_STAR_CFG_STUDY_LIMIT_FIELD, PARTNER_STAR_CFG_STUDY_FIELD, PARTNER_STAR_CFG_STUDY_ITEM_FIELD, PARTNER_STAR_CFG_STUDY_COST_FIELD, PARTNER_STAR_CFG_EXCLUDE_ITEM_FIELD, PARTNER_STAR_CFG_EXCLUDE_COST_FIELD, PARTNER_STAR_CFG_STAR_PROP1_FIELD, PARTNER_STAR_CFG_STAR_PROP2_FIELD, PARTNER_STAR_CFG_STAR_PROP3_FIELD, PARTNER_STAR_CFG_UPSTAR_ITEM_FIELD, PARTNER_STAR_CFG_UPSTAR_COST_FIELD, PARTNER_STAR_CFG_REBUILD_ITEM_FIELD, PARTNER_STAR_CFG_REBUILD_COST_FIELD} -PARTNER_STAR_CFG.is_extendable = false -PARTNER_STAR_CFG.extensions = {} -PARTNER_STAR_CFGS_ITEMS_FIELD.name = "items" -PARTNER_STAR_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_star_cfgs.items" -PARTNER_STAR_CFGS_ITEMS_FIELD.number = 1 -PARTNER_STAR_CFGS_ITEMS_FIELD.index = 0 -PARTNER_STAR_CFGS_ITEMS_FIELD.label = 3 -PARTNER_STAR_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_STAR_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_STAR_CFGS_ITEMS_FIELD.message_type = PARTNER_STAR_CFG -PARTNER_STAR_CFGS_ITEMS_FIELD.type = 11 -PARTNER_STAR_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_STAR_CFGS.name = "partner_star_cfgs" -PARTNER_STAR_CFGS.full_name = ".ftcfg.partner_star_cfgs" -PARTNER_STAR_CFGS.nested_types = {} -PARTNER_STAR_CFGS.enum_types = {} -PARTNER_STAR_CFGS.fields = {PARTNER_STAR_CFGS_ITEMS_FIELD} -PARTNER_STAR_CFGS.is_extendable = false -PARTNER_STAR_CFGS.extensions = {} -PARTNER_STUDY_CFG_ID_FIELD.name = "id" -PARTNER_STUDY_CFG_ID_FIELD.full_name = ".ftcfg.partner_study_cfg.id" -PARTNER_STUDY_CFG_ID_FIELD.number = 1 -PARTNER_STUDY_CFG_ID_FIELD.index = 0 -PARTNER_STUDY_CFG_ID_FIELD.label = 2 -PARTNER_STUDY_CFG_ID_FIELD.has_default_value = false -PARTNER_STUDY_CFG_ID_FIELD.default_value = 0 -PARTNER_STUDY_CFG_ID_FIELD.type = 5 -PARTNER_STUDY_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.name = "study_group" -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.full_name = ".ftcfg.partner_study_cfg.study_group" -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.number = 2 -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.index = 1 -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.label = 2 -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.has_default_value = false -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.default_value = 0 -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.type = 5 -PARTNER_STUDY_CFG_STUDY_GROUP_FIELD.cpp_type = 1 - -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.name = "study_prop" -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.full_name = ".ftcfg.partner_study_cfg.study_prop" -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.number = 3 -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.index = 2 -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.label = 2 -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.has_default_value = false -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.default_value = "" -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.type = 9 -PARTNER_STUDY_CFG_STUDY_PROP_FIELD.cpp_type = 9 - -PARTNER_STUDY_CFG.name = "partner_study_cfg" -PARTNER_STUDY_CFG.full_name = ".ftcfg.partner_study_cfg" -PARTNER_STUDY_CFG.nested_types = {} -PARTNER_STUDY_CFG.enum_types = {} -PARTNER_STUDY_CFG.fields = {PARTNER_STUDY_CFG_ID_FIELD, PARTNER_STUDY_CFG_STUDY_GROUP_FIELD, PARTNER_STUDY_CFG_STUDY_PROP_FIELD} -PARTNER_STUDY_CFG.is_extendable = false -PARTNER_STUDY_CFG.extensions = {} -PARTNER_STUDY_CFGS_ITEMS_FIELD.name = "items" -PARTNER_STUDY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_study_cfgs.items" -PARTNER_STUDY_CFGS_ITEMS_FIELD.number = 1 -PARTNER_STUDY_CFGS_ITEMS_FIELD.index = 0 -PARTNER_STUDY_CFGS_ITEMS_FIELD.label = 3 -PARTNER_STUDY_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_STUDY_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_STUDY_CFGS_ITEMS_FIELD.message_type = PARTNER_STUDY_CFG -PARTNER_STUDY_CFGS_ITEMS_FIELD.type = 11 -PARTNER_STUDY_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_STUDY_CFGS.name = "partner_study_cfgs" -PARTNER_STUDY_CFGS.full_name = ".ftcfg.partner_study_cfgs" -PARTNER_STUDY_CFGS.nested_types = {} -PARTNER_STUDY_CFGS.enum_types = {} -PARTNER_STUDY_CFGS.fields = {PARTNER_STUDY_CFGS_ITEMS_FIELD} -PARTNER_STUDY_CFGS.is_extendable = false -PARTNER_STUDY_CFGS.extensions = {} -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.name = "id" -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.full_name = ".ftcfg.partner_item_compound_cfg.id" -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.number = 1 -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.index = 0 -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.label = 2 -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.has_default_value = false -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.default_value = 0 -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.type = 13 -PARTNER_ITEM_COMPOUND_CFG_ID_FIELD.cpp_type = 3 - -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.name = "fragment_num" -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.full_name = ".ftcfg.partner_item_compound_cfg.fragment_num" -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.number = 2 -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.index = 1 -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.label = 2 -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.has_default_value = false -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.default_value = 0 -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.type = 5 -PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD.cpp_type = 1 - -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.name = "need_fragment_num" -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.full_name = ".ftcfg.partner_item_compound_cfg.need_fragment_num" -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.number = 3 -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.index = 2 -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.label = 2 -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.has_default_value = false -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.default_value = 0 -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.type = 5 -PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD.cpp_type = 1 - -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.name = "currency_type" -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.full_name = ".ftcfg.partner_item_compound_cfg.currency_type" -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.number = 4 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.index = 3 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.label = 2 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.has_default_value = false -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.default_value = 0 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.type = 5 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD.cpp_type = 1 - -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.name = "currency_num" -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.full_name = ".ftcfg.partner_item_compound_cfg.currency_num" -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.number = 5 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.index = 4 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.label = 2 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.has_default_value = false -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.default_value = 0 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.type = 5 -PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD.cpp_type = 1 - -PARTNER_ITEM_COMPOUND_CFG.name = "partner_item_compound_cfg" -PARTNER_ITEM_COMPOUND_CFG.full_name = ".ftcfg.partner_item_compound_cfg" -PARTNER_ITEM_COMPOUND_CFG.nested_types = {} -PARTNER_ITEM_COMPOUND_CFG.enum_types = {} -PARTNER_ITEM_COMPOUND_CFG.fields = {PARTNER_ITEM_COMPOUND_CFG_ID_FIELD, PARTNER_ITEM_COMPOUND_CFG_FRAGMENT_NUM_FIELD, PARTNER_ITEM_COMPOUND_CFG_NEED_FRAGMENT_NUM_FIELD, PARTNER_ITEM_COMPOUND_CFG_CURRENCY_TYPE_FIELD, PARTNER_ITEM_COMPOUND_CFG_CURRENCY_NUM_FIELD} -PARTNER_ITEM_COMPOUND_CFG.is_extendable = false -PARTNER_ITEM_COMPOUND_CFG.extensions = {} -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.name = "items" -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_item_compound_cfgs.items" -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.number = 1 -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.index = 0 -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.label = 3 -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.message_type = PARTNER_ITEM_COMPOUND_CFG -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.type = 11 -PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_ITEM_COMPOUND_CFGS.name = "partner_item_compound_cfgs" -PARTNER_ITEM_COMPOUND_CFGS.full_name = ".ftcfg.partner_item_compound_cfgs" -PARTNER_ITEM_COMPOUND_CFGS.nested_types = {} -PARTNER_ITEM_COMPOUND_CFGS.enum_types = {} -PARTNER_ITEM_COMPOUND_CFGS.fields = {PARTNER_ITEM_COMPOUND_CFGS_ITEMS_FIELD} -PARTNER_ITEM_COMPOUND_CFGS.is_extendable = false -PARTNER_ITEM_COMPOUND_CFGS.extensions = {} -PARTENR_EXPERIENCE_CFG_KEY_FIELD.name = "key" -PARTENR_EXPERIENCE_CFG_KEY_FIELD.full_name = ".ftcfg.partenr_experience_cfg.key" -PARTENR_EXPERIENCE_CFG_KEY_FIELD.number = 1 -PARTENR_EXPERIENCE_CFG_KEY_FIELD.index = 0 -PARTENR_EXPERIENCE_CFG_KEY_FIELD.label = 2 -PARTENR_EXPERIENCE_CFG_KEY_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFG_KEY_FIELD.default_value = 0 -PARTENR_EXPERIENCE_CFG_KEY_FIELD.type = 13 -PARTENR_EXPERIENCE_CFG_KEY_FIELD.cpp_type = 3 - -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.name = "cost_item" -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.full_name = ".ftcfg.partenr_experience_cfg.cost_item" -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.number = 2 -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.index = 1 -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.label = 2 -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.default_value = 0 -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.type = 5 -PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD.cpp_type = 1 - -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.name = "cost_item_num" -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.full_name = ".ftcfg.partenr_experience_cfg.cost_item_num" -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.number = 3 -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.index = 2 -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.label = 2 -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.default_value = 0 -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.type = 5 -PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD.cpp_type = 1 - -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.name = "experience_num" -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.full_name = ".ftcfg.partenr_experience_cfg.experience_num" -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.number = 4 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.index = 3 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.label = 2 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.default_value = 0 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.type = 5 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD.cpp_type = 1 - -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.name = "experience_event" -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.full_name = ".ftcfg.partenr_experience_cfg.experience_event" -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.number = 5 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.index = 4 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.label = 3 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.default_value = {} -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.type = 5 -PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD.cpp_type = 1 - -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.name = "event_type" -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.full_name = ".ftcfg.partenr_experience_cfg.event_type" -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.number = 6 -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.index = 5 -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.label = 3 -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.default_value = {} -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.type = 5 -PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD.cpp_type = 1 - -PARTENR_EXPERIENCE_CFG.name = "partenr_experience_cfg" -PARTENR_EXPERIENCE_CFG.full_name = ".ftcfg.partenr_experience_cfg" -PARTENR_EXPERIENCE_CFG.nested_types = {} -PARTENR_EXPERIENCE_CFG.enum_types = {} -PARTENR_EXPERIENCE_CFG.fields = {PARTENR_EXPERIENCE_CFG_KEY_FIELD, PARTENR_EXPERIENCE_CFG_COST_ITEM_FIELD, PARTENR_EXPERIENCE_CFG_COST_ITEM_NUM_FIELD, PARTENR_EXPERIENCE_CFG_EXPERIENCE_NUM_FIELD, PARTENR_EXPERIENCE_CFG_EXPERIENCE_EVENT_FIELD, PARTENR_EXPERIENCE_CFG_EVENT_TYPE_FIELD} -PARTENR_EXPERIENCE_CFG.is_extendable = false -PARTENR_EXPERIENCE_CFG.extensions = {} -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.name = "items" -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partenr_experience_cfgs.items" -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.number = 1 -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.index = 0 -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.label = 3 -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.has_default_value = false -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.default_value = {} -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.message_type = PARTENR_EXPERIENCE_CFG -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.type = 11 -PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTENR_EXPERIENCE_CFGS.name = "partenr_experience_cfgs" -PARTENR_EXPERIENCE_CFGS.full_name = ".ftcfg.partenr_experience_cfgs" -PARTENR_EXPERIENCE_CFGS.nested_types = {} -PARTENR_EXPERIENCE_CFGS.enum_types = {} -PARTENR_EXPERIENCE_CFGS.fields = {PARTENR_EXPERIENCE_CFGS_ITEMS_FIELD} -PARTENR_EXPERIENCE_CFGS.is_extendable = false -PARTENR_EXPERIENCE_CFGS.extensions = {} -PARTNER_BASE_CFG_ID_FIELD.name = "id" -PARTNER_BASE_CFG_ID_FIELD.full_name = ".ftcfg.partner_base_cfg.id" -PARTNER_BASE_CFG_ID_FIELD.number = 1 -PARTNER_BASE_CFG_ID_FIELD.index = 0 -PARTNER_BASE_CFG_ID_FIELD.label = 2 -PARTNER_BASE_CFG_ID_FIELD.has_default_value = false -PARTNER_BASE_CFG_ID_FIELD.default_value = 0 -PARTNER_BASE_CFG_ID_FIELD.type = 13 -PARTNER_BASE_CFG_ID_FIELD.cpp_type = 3 - -PARTNER_BASE_CFG_SHOW_NAME_FIELD.name = "show_name" -PARTNER_BASE_CFG_SHOW_NAME_FIELD.full_name = ".ftcfg.partner_base_cfg.show_name" -PARTNER_BASE_CFG_SHOW_NAME_FIELD.number = 2 -PARTNER_BASE_CFG_SHOW_NAME_FIELD.index = 1 -PARTNER_BASE_CFG_SHOW_NAME_FIELD.label = 2 -PARTNER_BASE_CFG_SHOW_NAME_FIELD.has_default_value = false -PARTNER_BASE_CFG_SHOW_NAME_FIELD.default_value = "" -PARTNER_BASE_CFG_SHOW_NAME_FIELD.type = 9 -PARTNER_BASE_CFG_SHOW_NAME_FIELD.cpp_type = 9 - -PARTNER_BASE_CFG_LOCK_FIELD.name = "lock" -PARTNER_BASE_CFG_LOCK_FIELD.full_name = ".ftcfg.partner_base_cfg.lock" -PARTNER_BASE_CFG_LOCK_FIELD.number = 3 -PARTNER_BASE_CFG_LOCK_FIELD.index = 2 -PARTNER_BASE_CFG_LOCK_FIELD.label = 2 -PARTNER_BASE_CFG_LOCK_FIELD.has_default_value = false -PARTNER_BASE_CFG_LOCK_FIELD.default_value = 0 -PARTNER_BASE_CFG_LOCK_FIELD.type = 5 -PARTNER_BASE_CFG_LOCK_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_HEAD_FIELD.name = "head" -PARTNER_BASE_CFG_HEAD_FIELD.full_name = ".ftcfg.partner_base_cfg.head" -PARTNER_BASE_CFG_HEAD_FIELD.number = 4 -PARTNER_BASE_CFG_HEAD_FIELD.index = 3 -PARTNER_BASE_CFG_HEAD_FIELD.label = 2 -PARTNER_BASE_CFG_HEAD_FIELD.has_default_value = false -PARTNER_BASE_CFG_HEAD_FIELD.default_value = 0 -PARTNER_BASE_CFG_HEAD_FIELD.type = 5 -PARTNER_BASE_CFG_HEAD_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_DRAW_FIELD.name = "draw" -PARTNER_BASE_CFG_DRAW_FIELD.full_name = ".ftcfg.partner_base_cfg.draw" -PARTNER_BASE_CFG_DRAW_FIELD.number = 5 -PARTNER_BASE_CFG_DRAW_FIELD.index = 4 -PARTNER_BASE_CFG_DRAW_FIELD.label = 2 -PARTNER_BASE_CFG_DRAW_FIELD.has_default_value = false -PARTNER_BASE_CFG_DRAW_FIELD.default_value = 0 -PARTNER_BASE_CFG_DRAW_FIELD.type = 5 -PARTNER_BASE_CFG_DRAW_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_TYPE_FIELD.name = "type" -PARTNER_BASE_CFG_TYPE_FIELD.full_name = ".ftcfg.partner_base_cfg.type" -PARTNER_BASE_CFG_TYPE_FIELD.number = 6 -PARTNER_BASE_CFG_TYPE_FIELD.index = 5 -PARTNER_BASE_CFG_TYPE_FIELD.label = 2 -PARTNER_BASE_CFG_TYPE_FIELD.has_default_value = false -PARTNER_BASE_CFG_TYPE_FIELD.default_value = 0 -PARTNER_BASE_CFG_TYPE_FIELD.type = 5 -PARTNER_BASE_CFG_TYPE_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_POKEDEX_FIELD.name = "pokedex" -PARTNER_BASE_CFG_POKEDEX_FIELD.full_name = ".ftcfg.partner_base_cfg.pokedex" -PARTNER_BASE_CFG_POKEDEX_FIELD.number = 7 -PARTNER_BASE_CFG_POKEDEX_FIELD.index = 6 -PARTNER_BASE_CFG_POKEDEX_FIELD.label = 2 -PARTNER_BASE_CFG_POKEDEX_FIELD.has_default_value = false -PARTNER_BASE_CFG_POKEDEX_FIELD.default_value = 0 -PARTNER_BASE_CFG_POKEDEX_FIELD.type = 5 -PARTNER_BASE_CFG_POKEDEX_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_SKILLS_FIELD.name = "skills" -PARTNER_BASE_CFG_SKILLS_FIELD.full_name = ".ftcfg.partner_base_cfg.skills" -PARTNER_BASE_CFG_SKILLS_FIELD.number = 8 -PARTNER_BASE_CFG_SKILLS_FIELD.index = 7 -PARTNER_BASE_CFG_SKILLS_FIELD.label = 3 -PARTNER_BASE_CFG_SKILLS_FIELD.has_default_value = false -PARTNER_BASE_CFG_SKILLS_FIELD.default_value = {} -PARTNER_BASE_CFG_SKILLS_FIELD.type = 5 -PARTNER_BASE_CFG_SKILLS_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_AVATAR_FIELD.name = "avatar" -PARTNER_BASE_CFG_AVATAR_FIELD.full_name = ".ftcfg.partner_base_cfg.avatar" -PARTNER_BASE_CFG_AVATAR_FIELD.number = 9 -PARTNER_BASE_CFG_AVATAR_FIELD.index = 8 -PARTNER_BASE_CFG_AVATAR_FIELD.label = 2 -PARTNER_BASE_CFG_AVATAR_FIELD.has_default_value = false -PARTNER_BASE_CFG_AVATAR_FIELD.default_value = 0 -PARTNER_BASE_CFG_AVATAR_FIELD.type = 5 -PARTNER_BASE_CFG_AVATAR_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_ACT_IDLE_FIELD.name = "act_idle" -PARTNER_BASE_CFG_ACT_IDLE_FIELD.full_name = ".ftcfg.partner_base_cfg.act_idle" -PARTNER_BASE_CFG_ACT_IDLE_FIELD.number = 10 -PARTNER_BASE_CFG_ACT_IDLE_FIELD.index = 9 -PARTNER_BASE_CFG_ACT_IDLE_FIELD.label = 2 -PARTNER_BASE_CFG_ACT_IDLE_FIELD.has_default_value = false -PARTNER_BASE_CFG_ACT_IDLE_FIELD.default_value = "" -PARTNER_BASE_CFG_ACT_IDLE_FIELD.type = 9 -PARTNER_BASE_CFG_ACT_IDLE_FIELD.cpp_type = 9 - -PARTNER_BASE_CFG_ACT_MOVE_FIELD.name = "act_move" -PARTNER_BASE_CFG_ACT_MOVE_FIELD.full_name = ".ftcfg.partner_base_cfg.act_move" -PARTNER_BASE_CFG_ACT_MOVE_FIELD.number = 11 -PARTNER_BASE_CFG_ACT_MOVE_FIELD.index = 10 -PARTNER_BASE_CFG_ACT_MOVE_FIELD.label = 2 -PARTNER_BASE_CFG_ACT_MOVE_FIELD.has_default_value = false -PARTNER_BASE_CFG_ACT_MOVE_FIELD.default_value = "" -PARTNER_BASE_CFG_ACT_MOVE_FIELD.type = 9 -PARTNER_BASE_CFG_ACT_MOVE_FIELD.cpp_type = 9 - -PARTNER_BASE_CFG_ACT_BORN_FIELD.name = "act_born" -PARTNER_BASE_CFG_ACT_BORN_FIELD.full_name = ".ftcfg.partner_base_cfg.act_born" -PARTNER_BASE_CFG_ACT_BORN_FIELD.number = 12 -PARTNER_BASE_CFG_ACT_BORN_FIELD.index = 11 -PARTNER_BASE_CFG_ACT_BORN_FIELD.label = 2 -PARTNER_BASE_CFG_ACT_BORN_FIELD.has_default_value = false -PARTNER_BASE_CFG_ACT_BORN_FIELD.default_value = "" -PARTNER_BASE_CFG_ACT_BORN_FIELD.type = 9 -PARTNER_BASE_CFG_ACT_BORN_FIELD.cpp_type = 9 - -PARTNER_BASE_CFG_ACT_DEAD_FIELD.name = "act_dead" -PARTNER_BASE_CFG_ACT_DEAD_FIELD.full_name = ".ftcfg.partner_base_cfg.act_dead" -PARTNER_BASE_CFG_ACT_DEAD_FIELD.number = 13 -PARTNER_BASE_CFG_ACT_DEAD_FIELD.index = 12 -PARTNER_BASE_CFG_ACT_DEAD_FIELD.label = 2 -PARTNER_BASE_CFG_ACT_DEAD_FIELD.has_default_value = false -PARTNER_BASE_CFG_ACT_DEAD_FIELD.default_value = "" -PARTNER_BASE_CFG_ACT_DEAD_FIELD.type = 9 -PARTNER_BASE_CFG_ACT_DEAD_FIELD.cpp_type = 9 - -PARTNER_BASE_CFG_RESURRECTION_FIELD.name = "resurrection" -PARTNER_BASE_CFG_RESURRECTION_FIELD.full_name = ".ftcfg.partner_base_cfg.resurrection" -PARTNER_BASE_CFG_RESURRECTION_FIELD.number = 14 -PARTNER_BASE_CFG_RESURRECTION_FIELD.index = 13 -PARTNER_BASE_CFG_RESURRECTION_FIELD.label = 2 -PARTNER_BASE_CFG_RESURRECTION_FIELD.has_default_value = false -PARTNER_BASE_CFG_RESURRECTION_FIELD.default_value = 0 -PARTNER_BASE_CFG_RESURRECTION_FIELD.type = 5 -PARTNER_BASE_CFG_RESURRECTION_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.name = "addition_ratio" -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.full_name = ".ftcfg.partner_base_cfg.addition_ratio" -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.number = 15 -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.index = 14 -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.label = 2 -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.has_default_value = false -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.default_value = 0.0 -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.type = 1 -PARTNER_BASE_CFG_ADDITION_RATIO_FIELD.cpp_type = 5 - -PARTNER_BASE_CFG_QUALITY_FIELD.name = "quality" -PARTNER_BASE_CFG_QUALITY_FIELD.full_name = ".ftcfg.partner_base_cfg.quality" -PARTNER_BASE_CFG_QUALITY_FIELD.number = 16 -PARTNER_BASE_CFG_QUALITY_FIELD.index = 15 -PARTNER_BASE_CFG_QUALITY_FIELD.label = 2 -PARTNER_BASE_CFG_QUALITY_FIELD.has_default_value = false -PARTNER_BASE_CFG_QUALITY_FIELD.default_value = 0 -PARTNER_BASE_CFG_QUALITY_FIELD.type = 5 -PARTNER_BASE_CFG_QUALITY_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.name = "growth_cap" -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.full_name = ".ftcfg.partner_base_cfg.growth_cap" -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.number = 17 -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.index = 16 -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.label = 3 -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.has_default_value = false -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.default_value = {} -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.type = 5 -PARTNER_BASE_CFG_GROWTH_CAP_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.name = "use_item_id" -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.full_name = ".ftcfg.partner_base_cfg.use_item_id" -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.number = 18 -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.index = 17 -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.label = 2 -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.has_default_value = false -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.default_value = 0 -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.type = 13 -PARTNER_BASE_CFG_USE_ITEM_ID_FIELD.cpp_type = 3 - -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.name = "use_item_num" -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.full_name = ".ftcfg.partner_base_cfg.use_item_num" -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.number = 19 -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.index = 18 -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.label = 2 -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.has_default_value = false -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.default_value = 0 -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.type = 5 -PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.name = "can_use_omnipotent" -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.full_name = ".ftcfg.partner_base_cfg.can_use_omnipotent" -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.number = 20 -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.index = 19 -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.label = 2 -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.has_default_value = false -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.default_value = 0 -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.type = 5 -PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_END_SKILLS_FIELD.name = "end_skills" -PARTNER_BASE_CFG_END_SKILLS_FIELD.full_name = ".ftcfg.partner_base_cfg.end_skills" -PARTNER_BASE_CFG_END_SKILLS_FIELD.number = 21 -PARTNER_BASE_CFG_END_SKILLS_FIELD.index = 20 -PARTNER_BASE_CFG_END_SKILLS_FIELD.label = 2 -PARTNER_BASE_CFG_END_SKILLS_FIELD.has_default_value = false -PARTNER_BASE_CFG_END_SKILLS_FIELD.default_value = 0 -PARTNER_BASE_CFG_END_SKILLS_FIELD.type = 5 -PARTNER_BASE_CFG_END_SKILLS_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.name = "passive_skills" -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.full_name = ".ftcfg.partner_base_cfg.passive_skills" -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.number = 22 -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.index = 21 -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.label = 3 -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.has_default_value = false -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.default_value = {} -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.type = 5 -PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.name = "experience_max" -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.full_name = ".ftcfg.partner_base_cfg.experience_max" -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.number = 23 -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.index = 22 -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.label = 2 -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.has_default_value = false -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.default_value = 0 -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.type = 5 -PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.name = "resources_type" -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.full_name = ".ftcfg.partner_base_cfg.resources_type" -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.number = 24 -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.index = 23 -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.label = 2 -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.has_default_value = false -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.default_value = 0 -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.type = 5 -PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.name = "resources_num" -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.full_name = ".ftcfg.partner_base_cfg.resources_num" -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.number = 25 -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.index = 24 -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.label = 2 -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.has_default_value = false -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.default_value = 0 -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.type = 5 -PARTNER_BASE_CFG_RESOURCES_NUM_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.name = "resources_id" -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.full_name = ".ftcfg.partner_base_cfg.resources_id" -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.number = 26 -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.index = 25 -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.label = 2 -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.has_default_value = false -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.default_value = 0 -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.type = 5 -PARTNER_BASE_CFG_RESOURCES_ID_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_ITEMS_ID_FIELD.name = "items_id" -PARTNER_BASE_CFG_ITEMS_ID_FIELD.full_name = ".ftcfg.partner_base_cfg.items_id" -PARTNER_BASE_CFG_ITEMS_ID_FIELD.number = 27 -PARTNER_BASE_CFG_ITEMS_ID_FIELD.index = 26 -PARTNER_BASE_CFG_ITEMS_ID_FIELD.label = 3 -PARTNER_BASE_CFG_ITEMS_ID_FIELD.has_default_value = false -PARTNER_BASE_CFG_ITEMS_ID_FIELD.default_value = {} -PARTNER_BASE_CFG_ITEMS_ID_FIELD.type = 5 -PARTNER_BASE_CFG_ITEMS_ID_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.name = "items_count" -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.full_name = ".ftcfg.partner_base_cfg.items_count" -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.number = 28 -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.index = 27 -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.label = 3 -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.has_default_value = false -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.default_value = {} -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.type = 5 -PARTNER_BASE_CFG_ITEMS_COUNT_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_RANGE_FIELD.name = "range" -PARTNER_BASE_CFG_RANGE_FIELD.full_name = ".ftcfg.partner_base_cfg.range" -PARTNER_BASE_CFG_RANGE_FIELD.number = 29 -PARTNER_BASE_CFG_RANGE_FIELD.index = 28 -PARTNER_BASE_CFG_RANGE_FIELD.label = 2 -PARTNER_BASE_CFG_RANGE_FIELD.has_default_value = false -PARTNER_BASE_CFG_RANGE_FIELD.default_value = 0 -PARTNER_BASE_CFG_RANGE_FIELD.type = 5 -PARTNER_BASE_CFG_RANGE_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.name = "fetters_num" -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.full_name = ".ftcfg.partner_base_cfg.fetters_num" -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.number = 30 -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.index = 29 -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.label = 2 -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.has_default_value = false -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.default_value = 0 -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.type = 5 -PARTNER_BASE_CFG_FETTERS_NUM_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_PARTNER_ID_FIELD.name = "partner_id" -PARTNER_BASE_CFG_PARTNER_ID_FIELD.full_name = ".ftcfg.partner_base_cfg.partner_id" -PARTNER_BASE_CFG_PARTNER_ID_FIELD.number = 31 -PARTNER_BASE_CFG_PARTNER_ID_FIELD.index = 30 -PARTNER_BASE_CFG_PARTNER_ID_FIELD.label = 2 -PARTNER_BASE_CFG_PARTNER_ID_FIELD.has_default_value = false -PARTNER_BASE_CFG_PARTNER_ID_FIELD.default_value = 0 -PARTNER_BASE_CFG_PARTNER_ID_FIELD.type = 5 -PARTNER_BASE_CFG_PARTNER_ID_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG_IS_RARE_FIELD.name = "is_rare" -PARTNER_BASE_CFG_IS_RARE_FIELD.full_name = ".ftcfg.partner_base_cfg.is_rare" -PARTNER_BASE_CFG_IS_RARE_FIELD.number = 32 -PARTNER_BASE_CFG_IS_RARE_FIELD.index = 31 -PARTNER_BASE_CFG_IS_RARE_FIELD.label = 2 -PARTNER_BASE_CFG_IS_RARE_FIELD.has_default_value = false -PARTNER_BASE_CFG_IS_RARE_FIELD.default_value = false -PARTNER_BASE_CFG_IS_RARE_FIELD.type = 8 -PARTNER_BASE_CFG_IS_RARE_FIELD.cpp_type = 7 - -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.name = "divine_group" -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.full_name = ".ftcfg.partner_base_cfg.divine_group" -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.number = 33 -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.index = 32 -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.label = 2 -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.has_default_value = false -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.default_value = 0 -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.type = 5 -PARTNER_BASE_CFG_DIVINE_GROUP_FIELD.cpp_type = 1 - -PARTNER_BASE_CFG.name = "partner_base_cfg" -PARTNER_BASE_CFG.full_name = ".ftcfg.partner_base_cfg" -PARTNER_BASE_CFG.nested_types = {} -PARTNER_BASE_CFG.enum_types = {} -PARTNER_BASE_CFG.fields = {PARTNER_BASE_CFG_ID_FIELD, PARTNER_BASE_CFG_SHOW_NAME_FIELD, PARTNER_BASE_CFG_LOCK_FIELD, PARTNER_BASE_CFG_HEAD_FIELD, PARTNER_BASE_CFG_DRAW_FIELD, PARTNER_BASE_CFG_TYPE_FIELD, PARTNER_BASE_CFG_POKEDEX_FIELD, PARTNER_BASE_CFG_SKILLS_FIELD, PARTNER_BASE_CFG_AVATAR_FIELD, PARTNER_BASE_CFG_ACT_IDLE_FIELD, PARTNER_BASE_CFG_ACT_MOVE_FIELD, PARTNER_BASE_CFG_ACT_BORN_FIELD, PARTNER_BASE_CFG_ACT_DEAD_FIELD, PARTNER_BASE_CFG_RESURRECTION_FIELD, PARTNER_BASE_CFG_ADDITION_RATIO_FIELD, PARTNER_BASE_CFG_QUALITY_FIELD, PARTNER_BASE_CFG_GROWTH_CAP_FIELD, PARTNER_BASE_CFG_USE_ITEM_ID_FIELD, PARTNER_BASE_CFG_USE_ITEM_NUM_FIELD, PARTNER_BASE_CFG_CAN_USE_OMNIPOTENT_FIELD, PARTNER_BASE_CFG_END_SKILLS_FIELD, PARTNER_BASE_CFG_PASSIVE_SKILLS_FIELD, PARTNER_BASE_CFG_EXPERIENCE_MAX_FIELD, PARTNER_BASE_CFG_RESOURCES_TYPE_FIELD, PARTNER_BASE_CFG_RESOURCES_NUM_FIELD, PARTNER_BASE_CFG_RESOURCES_ID_FIELD, PARTNER_BASE_CFG_ITEMS_ID_FIELD, PARTNER_BASE_CFG_ITEMS_COUNT_FIELD, PARTNER_BASE_CFG_RANGE_FIELD, PARTNER_BASE_CFG_FETTERS_NUM_FIELD, PARTNER_BASE_CFG_PARTNER_ID_FIELD, PARTNER_BASE_CFG_IS_RARE_FIELD, PARTNER_BASE_CFG_DIVINE_GROUP_FIELD} -PARTNER_BASE_CFG.is_extendable = false -PARTNER_BASE_CFG.extensions = {} -PARTNER_BASE_CFGS_ITEMS_FIELD.name = "items" -PARTNER_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_base_cfgs.items" -PARTNER_BASE_CFGS_ITEMS_FIELD.number = 1 -PARTNER_BASE_CFGS_ITEMS_FIELD.index = 0 -PARTNER_BASE_CFGS_ITEMS_FIELD.label = 3 -PARTNER_BASE_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_BASE_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_BASE_CFGS_ITEMS_FIELD.message_type = PARTNER_BASE_CFG -PARTNER_BASE_CFGS_ITEMS_FIELD.type = 11 -PARTNER_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_BASE_CFGS.name = "partner_base_cfgs" -PARTNER_BASE_CFGS.full_name = ".ftcfg.partner_base_cfgs" -PARTNER_BASE_CFGS.nested_types = {} -PARTNER_BASE_CFGS.enum_types = {} -PARTNER_BASE_CFGS.fields = {PARTNER_BASE_CFGS_ITEMS_FIELD} -PARTNER_BASE_CFGS.is_extendable = false -PARTNER_BASE_CFGS.extensions = {} -PARTNER_ATTRIBUTE_CFG_ID_FIELD.name = "id" -PARTNER_ATTRIBUTE_CFG_ID_FIELD.full_name = ".ftcfg.partner_attribute_cfg.id" -PARTNER_ATTRIBUTE_CFG_ID_FIELD.number = 1 -PARTNER_ATTRIBUTE_CFG_ID_FIELD.index = 0 -PARTNER_ATTRIBUTE_CFG_ID_FIELD.label = 2 -PARTNER_ATTRIBUTE_CFG_ID_FIELD.has_default_value = false -PARTNER_ATTRIBUTE_CFG_ID_FIELD.default_value = 0 -PARTNER_ATTRIBUTE_CFG_ID_FIELD.type = 5 -PARTNER_ATTRIBUTE_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.name = "levelup_exp" -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.full_name = ".ftcfg.partner_attribute_cfg.levelup_exp" -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.number = 2 -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.index = 1 -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.label = 2 -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.has_default_value = false -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.default_value = 0.0 -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.type = 1 -PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD.cpp_type = 5 - -PARTNER_ATTRIBUTE_CFG.name = "partner_attribute_cfg" -PARTNER_ATTRIBUTE_CFG.full_name = ".ftcfg.partner_attribute_cfg" -PARTNER_ATTRIBUTE_CFG.nested_types = {} -PARTNER_ATTRIBUTE_CFG.enum_types = {} -PARTNER_ATTRIBUTE_CFG.fields = {PARTNER_ATTRIBUTE_CFG_ID_FIELD, PARTNER_ATTRIBUTE_CFG_LEVELUP_EXP_FIELD} -PARTNER_ATTRIBUTE_CFG.is_extendable = false -PARTNER_ATTRIBUTE_CFG.extensions = {} -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.name = "items" -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_attribute_cfgs.items" -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.number = 1 -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.index = 0 -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.label = 3 -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.message_type = PARTNER_ATTRIBUTE_CFG -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.type = 11 -PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_ATTRIBUTE_CFGS.name = "partner_attribute_cfgs" -PARTNER_ATTRIBUTE_CFGS.full_name = ".ftcfg.partner_attribute_cfgs" -PARTNER_ATTRIBUTE_CFGS.nested_types = {} -PARTNER_ATTRIBUTE_CFGS.enum_types = {} -PARTNER_ATTRIBUTE_CFGS.fields = {PARTNER_ATTRIBUTE_CFGS_ITEMS_FIELD} -PARTNER_ATTRIBUTE_CFGS.is_extendable = false -PARTNER_ATTRIBUTE_CFGS.extensions = {} -PARTNER_PASSIVESKILL_CFG_ID_FIELD.name = "id" -PARTNER_PASSIVESKILL_CFG_ID_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.id" -PARTNER_PASSIVESKILL_CFG_ID_FIELD.number = 1 -PARTNER_PASSIVESKILL_CFG_ID_FIELD.index = 0 -PARTNER_PASSIVESKILL_CFG_ID_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_ID_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_ID_FIELD.default_value = 0 -PARTNER_PASSIVESKILL_CFG_ID_FIELD.type = 5 -PARTNER_PASSIVESKILL_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.name = "name" -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.name" -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.number = 2 -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.index = 1 -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.default_value = "" -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.type = 9 -PARTNER_PASSIVESKILL_CFG_NAME_FIELD.cpp_type = 9 - -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.name = "level" -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.level" -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.number = 3 -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.index = 2 -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.default_value = 0 -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.type = 5 -PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD.cpp_type = 1 - -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.name = "icon" -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.icon" -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.number = 4 -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.index = 3 -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.default_value = 0 -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.type = 5 -PARTNER_PASSIVESKILL_CFG_ICON_FIELD.cpp_type = 1 - -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.name = "pokedex_type" -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.pokedex_type" -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.number = 5 -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.index = 4 -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.label = 3 -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.default_value = {} -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.type = 5 -PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD.cpp_type = 1 - -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.name = "prop_type" -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.prop_type" -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.number = 6 -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.index = 5 -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.label = 3 -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.default_value = {} -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPOPTYPE -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.type = 14 -PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.name = "att_type" -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.att_type" -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.number = 7 -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.index = 6 -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.label = 3 -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.default_value = {} -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.type = 14 -PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD.cpp_type = 8 - -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.name = "att_value" -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.att_value" -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.number = 8 -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.index = 7 -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.label = 3 -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.default_value = {} -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.type = 2 -PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD.cpp_type = 6 - -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.name = "desc" -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.desc" -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.number = 9 -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.index = 8 -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.default_value = "" -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.type = 9 -PARTNER_PASSIVESKILL_CFG_DESC_FIELD.cpp_type = 9 - -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.name = "pokedex_desc" -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.pokedex_desc" -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.number = 10 -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.index = 9 -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.default_value = "" -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.type = 9 -PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD.cpp_type = 9 - -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.name = "next_level" -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.next_level" -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.number = 11 -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.index = 10 -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.default_value = 0 -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.type = 5 -PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD.cpp_type = 1 - -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.name = "upper_level" -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.full_name = ".ftcfg.partner_passiveskill_cfg.upper_level" -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.number = 12 -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.index = 11 -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.label = 2 -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.default_value = 0 -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.type = 5 -PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD.cpp_type = 1 - -PARTNER_PASSIVESKILL_CFG.name = "partner_passiveskill_cfg" -PARTNER_PASSIVESKILL_CFG.full_name = ".ftcfg.partner_passiveskill_cfg" -PARTNER_PASSIVESKILL_CFG.nested_types = {} -PARTNER_PASSIVESKILL_CFG.enum_types = {} -PARTNER_PASSIVESKILL_CFG.fields = {PARTNER_PASSIVESKILL_CFG_ID_FIELD, PARTNER_PASSIVESKILL_CFG_NAME_FIELD, PARTNER_PASSIVESKILL_CFG_LEVEL_FIELD, PARTNER_PASSIVESKILL_CFG_ICON_FIELD, PARTNER_PASSIVESKILL_CFG_POKEDEX_TYPE_FIELD, PARTNER_PASSIVESKILL_CFG_PROP_TYPE_FIELD, PARTNER_PASSIVESKILL_CFG_ATT_TYPE_FIELD, PARTNER_PASSIVESKILL_CFG_ATT_VALUE_FIELD, PARTNER_PASSIVESKILL_CFG_DESC_FIELD, PARTNER_PASSIVESKILL_CFG_POKEDEX_DESC_FIELD, PARTNER_PASSIVESKILL_CFG_NEXT_LEVEL_FIELD, PARTNER_PASSIVESKILL_CFG_UPPER_LEVEL_FIELD} -PARTNER_PASSIVESKILL_CFG.is_extendable = false -PARTNER_PASSIVESKILL_CFG.extensions = {} -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.name = "items" -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_passiveskill_cfgs.items" -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.number = 1 -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.index = 0 -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.label = 3 -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.message_type = PARTNER_PASSIVESKILL_CFG -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.type = 11 -PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_PASSIVESKILL_CFGS.name = "partner_passiveskill_cfgs" -PARTNER_PASSIVESKILL_CFGS.full_name = ".ftcfg.partner_passiveskill_cfgs" -PARTNER_PASSIVESKILL_CFGS.nested_types = {} -PARTNER_PASSIVESKILL_CFGS.enum_types = {} -PARTNER_PASSIVESKILL_CFGS.fields = {PARTNER_PASSIVESKILL_CFGS_ITEMS_FIELD} -PARTNER_PASSIVESKILL_CFGS.is_extendable = false -PARTNER_PASSIVESKILL_CFGS.extensions = {} -PARTNER_CHIP_CFG_ID_FIELD.name = "id" -PARTNER_CHIP_CFG_ID_FIELD.full_name = ".ftcfg.partner_chip_cfg.id" -PARTNER_CHIP_CFG_ID_FIELD.number = 1 -PARTNER_CHIP_CFG_ID_FIELD.index = 0 -PARTNER_CHIP_CFG_ID_FIELD.label = 2 -PARTNER_CHIP_CFG_ID_FIELD.has_default_value = false -PARTNER_CHIP_CFG_ID_FIELD.default_value = 0 -PARTNER_CHIP_CFG_ID_FIELD.type = 13 -PARTNER_CHIP_CFG_ID_FIELD.cpp_type = 3 - -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.name = "chip_name" -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.full_name = ".ftcfg.partner_chip_cfg.chip_name" -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.number = 2 -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.index = 1 -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.label = 2 -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.has_default_value = false -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.default_value = "" -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.type = 9 -PARTNER_CHIP_CFG_CHIP_NAME_FIELD.cpp_type = 9 - -PARTNER_CHIP_CFG_ICON_FIELD.name = "icon" -PARTNER_CHIP_CFG_ICON_FIELD.full_name = ".ftcfg.partner_chip_cfg.icon" -PARTNER_CHIP_CFG_ICON_FIELD.number = 3 -PARTNER_CHIP_CFG_ICON_FIELD.index = 2 -PARTNER_CHIP_CFG_ICON_FIELD.label = 2 -PARTNER_CHIP_CFG_ICON_FIELD.has_default_value = false -PARTNER_CHIP_CFG_ICON_FIELD.default_value = "" -PARTNER_CHIP_CFG_ICON_FIELD.type = 9 -PARTNER_CHIP_CFG_ICON_FIELD.cpp_type = 9 - -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.name = "change_need_num1" -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.full_name = ".ftcfg.partner_chip_cfg.change_need_num1" -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.number = 4 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.index = 3 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.label = 2 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.has_default_value = false -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.default_value = 0 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.type = 5 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD.cpp_type = 1 - -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.name = "change_need_num2" -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.full_name = ".ftcfg.partner_chip_cfg.change_need_num2" -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.number = 5 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.index = 4 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.label = 2 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.has_default_value = false -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.default_value = 0 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.type = 5 -PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD.cpp_type = 1 - -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.name = "change_need_prop" -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.full_name = ".ftcfg.partner_chip_cfg.change_need_prop" -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.number = 6 -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.index = 5 -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.label = 2 -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.has_default_value = false -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.default_value = 0 -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.type = 13 -PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD.cpp_type = 3 - -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.name = "change_need_propnum" -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.full_name = ".ftcfg.partner_chip_cfg.change_need_propnum" -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.number = 7 -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.index = 6 -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.label = 2 -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.has_default_value = false -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.default_value = 0 -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.type = 5 -PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD.cpp_type = 1 - -PARTNER_CHIP_CFG.name = "partner_chip_cfg" -PARTNER_CHIP_CFG.full_name = ".ftcfg.partner_chip_cfg" -PARTNER_CHIP_CFG.nested_types = {} -PARTNER_CHIP_CFG.enum_types = {} -PARTNER_CHIP_CFG.fields = {PARTNER_CHIP_CFG_ID_FIELD, PARTNER_CHIP_CFG_CHIP_NAME_FIELD, PARTNER_CHIP_CFG_ICON_FIELD, PARTNER_CHIP_CFG_CHANGE_NEED_NUM1_FIELD, PARTNER_CHIP_CFG_CHANGE_NEED_NUM2_FIELD, PARTNER_CHIP_CFG_CHANGE_NEED_PROP_FIELD, PARTNER_CHIP_CFG_CHANGE_NEED_PROPNUM_FIELD} -PARTNER_CHIP_CFG.is_extendable = false -PARTNER_CHIP_CFG.extensions = {} -PARTNER_CHIP_CFGS_ITEMS_FIELD.name = "items" -PARTNER_CHIP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_chip_cfgs.items" -PARTNER_CHIP_CFGS_ITEMS_FIELD.number = 1 -PARTNER_CHIP_CFGS_ITEMS_FIELD.index = 0 -PARTNER_CHIP_CFGS_ITEMS_FIELD.label = 3 -PARTNER_CHIP_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_CHIP_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_CHIP_CFGS_ITEMS_FIELD.message_type = PARTNER_CHIP_CFG -PARTNER_CHIP_CFGS_ITEMS_FIELD.type = 11 -PARTNER_CHIP_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_CHIP_CFGS.name = "partner_chip_cfgs" -PARTNER_CHIP_CFGS.full_name = ".ftcfg.partner_chip_cfgs" -PARTNER_CHIP_CFGS.nested_types = {} -PARTNER_CHIP_CFGS.enum_types = {} -PARTNER_CHIP_CFGS.fields = {PARTNER_CHIP_CFGS_ITEMS_FIELD} -PARTNER_CHIP_CFGS.is_extendable = false -PARTNER_CHIP_CFGS.extensions = {} -FETTER_CFG_ID_FIELD.name = "id" -FETTER_CFG_ID_FIELD.full_name = ".ftcfg.fetter_cfg.id" -FETTER_CFG_ID_FIELD.number = 1 -FETTER_CFG_ID_FIELD.index = 0 -FETTER_CFG_ID_FIELD.label = 2 -FETTER_CFG_ID_FIELD.has_default_value = false -FETTER_CFG_ID_FIELD.default_value = 0 -FETTER_CFG_ID_FIELD.type = 13 -FETTER_CFG_ID_FIELD.cpp_type = 3 - -FETTER_CFG_TID_FIELD.name = "tid" -FETTER_CFG_TID_FIELD.full_name = ".ftcfg.fetter_cfg.tid" -FETTER_CFG_TID_FIELD.number = 2 -FETTER_CFG_TID_FIELD.index = 1 -FETTER_CFG_TID_FIELD.label = 2 -FETTER_CFG_TID_FIELD.has_default_value = false -FETTER_CFG_TID_FIELD.default_value = 0 -FETTER_CFG_TID_FIELD.type = 13 -FETTER_CFG_TID_FIELD.cpp_type = 3 - -FETTER_CFG_FETTER_NAME_FIELD.name = "fetter_name" -FETTER_CFG_FETTER_NAME_FIELD.full_name = ".ftcfg.fetter_cfg.fetter_name" -FETTER_CFG_FETTER_NAME_FIELD.number = 3 -FETTER_CFG_FETTER_NAME_FIELD.index = 2 -FETTER_CFG_FETTER_NAME_FIELD.label = 2 -FETTER_CFG_FETTER_NAME_FIELD.has_default_value = false -FETTER_CFG_FETTER_NAME_FIELD.default_value = "" -FETTER_CFG_FETTER_NAME_FIELD.type = 9 -FETTER_CFG_FETTER_NAME_FIELD.cpp_type = 9 - -FETTER_CFG_FETTER_DESC_FIELD.name = "fetter_desc" -FETTER_CFG_FETTER_DESC_FIELD.full_name = ".ftcfg.fetter_cfg.fetter_desc" -FETTER_CFG_FETTER_DESC_FIELD.number = 4 -FETTER_CFG_FETTER_DESC_FIELD.index = 3 -FETTER_CFG_FETTER_DESC_FIELD.label = 2 -FETTER_CFG_FETTER_DESC_FIELD.has_default_value = false -FETTER_CFG_FETTER_DESC_FIELD.default_value = "" -FETTER_CFG_FETTER_DESC_FIELD.type = 9 -FETTER_CFG_FETTER_DESC_FIELD.cpp_type = 9 - -FETTER_CFG_FETTER_OBJECT_FIELD.name = "fetter_object" -FETTER_CFG_FETTER_OBJECT_FIELD.full_name = ".ftcfg.fetter_cfg.fetter_object" -FETTER_CFG_FETTER_OBJECT_FIELD.number = 5 -FETTER_CFG_FETTER_OBJECT_FIELD.index = 4 -FETTER_CFG_FETTER_OBJECT_FIELD.label = 3 -FETTER_CFG_FETTER_OBJECT_FIELD.has_default_value = false -FETTER_CFG_FETTER_OBJECT_FIELD.default_value = {} -FETTER_CFG_FETTER_OBJECT_FIELD.type = 13 -FETTER_CFG_FETTER_OBJECT_FIELD.cpp_type = 3 - -FETTER_CFG.name = "fetter_cfg" -FETTER_CFG.full_name = ".ftcfg.fetter_cfg" -FETTER_CFG.nested_types = {} -FETTER_CFG.enum_types = {} -FETTER_CFG.fields = {FETTER_CFG_ID_FIELD, FETTER_CFG_TID_FIELD, FETTER_CFG_FETTER_NAME_FIELD, FETTER_CFG_FETTER_DESC_FIELD, FETTER_CFG_FETTER_OBJECT_FIELD} -FETTER_CFG.is_extendable = false -FETTER_CFG.extensions = {} -FETTER_CFGS_ITEMS_FIELD.name = "items" -FETTER_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fetter_cfgs.items" -FETTER_CFGS_ITEMS_FIELD.number = 1 -FETTER_CFGS_ITEMS_FIELD.index = 0 -FETTER_CFGS_ITEMS_FIELD.label = 3 -FETTER_CFGS_ITEMS_FIELD.has_default_value = false -FETTER_CFGS_ITEMS_FIELD.default_value = {} -FETTER_CFGS_ITEMS_FIELD.message_type = FETTER_CFG -FETTER_CFGS_ITEMS_FIELD.type = 11 -FETTER_CFGS_ITEMS_FIELD.cpp_type = 10 - -FETTER_CFGS.name = "fetter_cfgs" -FETTER_CFGS.full_name = ".ftcfg.fetter_cfgs" -FETTER_CFGS.nested_types = {} -FETTER_CFGS.enum_types = {} -FETTER_CFGS.fields = {FETTER_CFGS_ITEMS_FIELD} -FETTER_CFGS.is_extendable = false -FETTER_CFGS.extensions = {} -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.name = "id" -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.full_name = ".ftcfg.partner_equiphecheng_cfg.id" -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.number = 1 -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.index = 0 -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.label = 2 -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.has_default_value = false -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.default_value = 0 -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.type = 13 -PARTNER_EQUIPHECHENG_CFG_ID_FIELD.cpp_type = 3 - -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.name = "name" -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.full_name = ".ftcfg.partner_equiphecheng_cfg.name" -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.number = 2 -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.index = 1 -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.label = 2 -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.has_default_value = false -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.default_value = "" -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.type = 9 -PARTNER_EQUIPHECHENG_CFG_NAME_FIELD.cpp_type = 9 - -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.name = "stuffid" -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.full_name = ".ftcfg.partner_equiphecheng_cfg.stuffid" -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.number = 3 -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.index = 2 -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.label = 3 -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.has_default_value = false -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.default_value = {} -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.type = 13 -PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD.cpp_type = 3 - -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.name = "stuffid2" -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.full_name = ".ftcfg.partner_equiphecheng_cfg.stuffid2" -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.number = 4 -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.index = 3 -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.label = 3 -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.has_default_value = false -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.default_value = {} -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.type = 13 -PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD.cpp_type = 3 - -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.name = "composite_display" -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.full_name = ".ftcfg.partner_equiphecheng_cfg.composite_display" -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.number = 5 -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.index = 4 -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.label = 2 -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.has_default_value = false -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.default_value = 0 -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.type = 5 -PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD.cpp_type = 1 - -PARTNER_EQUIPHECHENG_CFG.name = "partner_equiphecheng_cfg" -PARTNER_EQUIPHECHENG_CFG.full_name = ".ftcfg.partner_equiphecheng_cfg" -PARTNER_EQUIPHECHENG_CFG.nested_types = {} -PARTNER_EQUIPHECHENG_CFG.enum_types = {} -PARTNER_EQUIPHECHENG_CFG.fields = {PARTNER_EQUIPHECHENG_CFG_ID_FIELD, PARTNER_EQUIPHECHENG_CFG_NAME_FIELD, PARTNER_EQUIPHECHENG_CFG_STUFFID_FIELD, PARTNER_EQUIPHECHENG_CFG_STUFFID2_FIELD, PARTNER_EQUIPHECHENG_CFG_COMPOSITE_DISPLAY_FIELD} -PARTNER_EQUIPHECHENG_CFG.is_extendable = false -PARTNER_EQUIPHECHENG_CFG.extensions = {} -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.name = "items" -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_equiphecheng_cfgs.items" -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.number = 1 -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.index = 0 -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.label = 3 -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.message_type = PARTNER_EQUIPHECHENG_CFG -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.type = 11 -PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_EQUIPHECHENG_CFGS.name = "partner_equiphecheng_cfgs" -PARTNER_EQUIPHECHENG_CFGS.full_name = ".ftcfg.partner_equiphecheng_cfgs" -PARTNER_EQUIPHECHENG_CFGS.nested_types = {} -PARTNER_EQUIPHECHENG_CFGS.enum_types = {} -PARTNER_EQUIPHECHENG_CFGS.fields = {PARTNER_EQUIPHECHENG_CFGS_ITEMS_FIELD} -PARTNER_EQUIPHECHENG_CFGS.is_extendable = false -PARTNER_EQUIPHECHENG_CFGS.extensions = {} -PARTNER_FORMATION_CFG_ID_FIELD.name = "id" -PARTNER_FORMATION_CFG_ID_FIELD.full_name = ".ftcfg.partner_formation_cfg.id" -PARTNER_FORMATION_CFG_ID_FIELD.number = 1 -PARTNER_FORMATION_CFG_ID_FIELD.index = 0 -PARTNER_FORMATION_CFG_ID_FIELD.label = 2 -PARTNER_FORMATION_CFG_ID_FIELD.has_default_value = false -PARTNER_FORMATION_CFG_ID_FIELD.default_value = 0 -PARTNER_FORMATION_CFG_ID_FIELD.type = 5 -PARTNER_FORMATION_CFG_ID_FIELD.cpp_type = 1 - -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.name = "prop_add1" -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.full_name = ".ftcfg.partner_formation_cfg.prop_add1" -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.number = 2 -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.index = 1 -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.label = 2 -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.has_default_value = false -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.default_value = nil -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.type = 14 -PARTNER_FORMATION_CFG_PROP_ADD1_FIELD.cpp_type = 8 - -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.name = "prop_add2" -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.full_name = ".ftcfg.partner_formation_cfg.prop_add2" -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.number = 3 -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.index = 2 -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.label = 2 -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.has_default_value = false -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.default_value = nil -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.type = 14 -PARTNER_FORMATION_CFG_PROP_ADD2_FIELD.cpp_type = 8 - -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.name = "prop_add3" -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.full_name = ".ftcfg.partner_formation_cfg.prop_add3" -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.number = 4 -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.index = 3 -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.label = 2 -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.has_default_value = false -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.default_value = nil -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.type = 14 -PARTNER_FORMATION_CFG_PROP_ADD3_FIELD.cpp_type = 8 - -PARTNER_FORMATION_CFG.name = "partner_formation_cfg" -PARTNER_FORMATION_CFG.full_name = ".ftcfg.partner_formation_cfg" -PARTNER_FORMATION_CFG.nested_types = {} -PARTNER_FORMATION_CFG.enum_types = {} -PARTNER_FORMATION_CFG.fields = {PARTNER_FORMATION_CFG_ID_FIELD, PARTNER_FORMATION_CFG_PROP_ADD1_FIELD, PARTNER_FORMATION_CFG_PROP_ADD2_FIELD, PARTNER_FORMATION_CFG_PROP_ADD3_FIELD} -PARTNER_FORMATION_CFG.is_extendable = false -PARTNER_FORMATION_CFG.extensions = {} -PARTNER_FORMATION_CFGS_ITEMS_FIELD.name = "items" -PARTNER_FORMATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.partner_formation_cfgs.items" -PARTNER_FORMATION_CFGS_ITEMS_FIELD.number = 1 -PARTNER_FORMATION_CFGS_ITEMS_FIELD.index = 0 -PARTNER_FORMATION_CFGS_ITEMS_FIELD.label = 3 -PARTNER_FORMATION_CFGS_ITEMS_FIELD.has_default_value = false -PARTNER_FORMATION_CFGS_ITEMS_FIELD.default_value = {} -PARTNER_FORMATION_CFGS_ITEMS_FIELD.message_type = PARTNER_FORMATION_CFG -PARTNER_FORMATION_CFGS_ITEMS_FIELD.type = 11 -PARTNER_FORMATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -PARTNER_FORMATION_CFGS.name = "partner_formation_cfgs" -PARTNER_FORMATION_CFGS.full_name = ".ftcfg.partner_formation_cfgs" -PARTNER_FORMATION_CFGS.nested_types = {} -PARTNER_FORMATION_CFGS.enum_types = {} -PARTNER_FORMATION_CFGS.fields = {PARTNER_FORMATION_CFGS_ITEMS_FIELD} -PARTNER_FORMATION_CFGS.is_extendable = false -PARTNER_FORMATION_CFGS.extensions = {} -GUILD_MISSION_CFG_ID_FIELD.name = "id" -GUILD_MISSION_CFG_ID_FIELD.full_name = ".ftcfg.guild_mission_cfg.id" -GUILD_MISSION_CFG_ID_FIELD.number = 1 -GUILD_MISSION_CFG_ID_FIELD.index = 0 -GUILD_MISSION_CFG_ID_FIELD.label = 2 -GUILD_MISSION_CFG_ID_FIELD.has_default_value = false -GUILD_MISSION_CFG_ID_FIELD.default_value = 0 -GUILD_MISSION_CFG_ID_FIELD.type = 13 -GUILD_MISSION_CFG_ID_FIELD.cpp_type = 3 - -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.name = "guild_task_level" -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_level" -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.number = 2 -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.index = 1 -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.label = 2 -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.default_value = 0 -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.type = 5 -GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD.cpp_type = 1 - -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.name = "guild_task_day" -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_day" -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.number = 3 -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.index = 2 -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.label = 3 -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.default_value = {} -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.type = 5 -GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD.cpp_type = 1 - -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.name = "guild_task_quality" -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_quality" -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.number = 4 -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.index = 3 -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.label = 2 -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.default_value = nil -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.enum_type = config_predefine_pb.EGUILDQUALITYTYPE -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.type = 14 -GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD.cpp_type = 8 - -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.name = "guild_task_targetid" -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_targetid" -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.number = 5 -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.index = 4 -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.label = 2 -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.default_value = 0 -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.type = 5 -GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD.cpp_type = 1 - -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.name = "guild_task_condition_type" -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_condition_type" -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.number = 6 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.index = 5 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.label = 2 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.default_value = nil -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.enum_type = config_predefine_pb.EGUILDTASKTYPE -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.type = 14 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD.cpp_type = 8 - -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.name = "guild_task_condition_number" -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_condition_number" -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.number = 7 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.index = 6 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.label = 3 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.default_value = {} -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.type = 5 -GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD.cpp_type = 1 - -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.name = "guild_task_rewaedid" -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.full_name = ".ftcfg.guild_mission_cfg.guild_task_rewaedid" -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.number = 8 -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.index = 7 -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.label = 2 -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.has_default_value = false -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.default_value = 0 -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.type = 5 -GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD.cpp_type = 1 - -GUILD_MISSION_CFG.name = "guild_mission_cfg" -GUILD_MISSION_CFG.full_name = ".ftcfg.guild_mission_cfg" -GUILD_MISSION_CFG.nested_types = {} -GUILD_MISSION_CFG.enum_types = {} -GUILD_MISSION_CFG.fields = {GUILD_MISSION_CFG_ID_FIELD, GUILD_MISSION_CFG_GUILD_TASK_LEVEL_FIELD, GUILD_MISSION_CFG_GUILD_TASK_DAY_FIELD, GUILD_MISSION_CFG_GUILD_TASK_QUALITY_FIELD, GUILD_MISSION_CFG_GUILD_TASK_TARGETID_FIELD, GUILD_MISSION_CFG_GUILD_TASK_CONDITION_TYPE_FIELD, GUILD_MISSION_CFG_GUILD_TASK_CONDITION_NUMBER_FIELD, GUILD_MISSION_CFG_GUILD_TASK_REWAEDID_FIELD} -GUILD_MISSION_CFG.is_extendable = false -GUILD_MISSION_CFG.extensions = {} -GUILD_MISSION_CFGS_ITEMS_FIELD.name = "items" -GUILD_MISSION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_mission_cfgs.items" -GUILD_MISSION_CFGS_ITEMS_FIELD.number = 1 -GUILD_MISSION_CFGS_ITEMS_FIELD.index = 0 -GUILD_MISSION_CFGS_ITEMS_FIELD.label = 3 -GUILD_MISSION_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_MISSION_CFGS_ITEMS_FIELD.default_value = {} -GUILD_MISSION_CFGS_ITEMS_FIELD.message_type = GUILD_MISSION_CFG -GUILD_MISSION_CFGS_ITEMS_FIELD.type = 11 -GUILD_MISSION_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_MISSION_CFGS.name = "guild_mission_cfgs" -GUILD_MISSION_CFGS.full_name = ".ftcfg.guild_mission_cfgs" -GUILD_MISSION_CFGS.nested_types = {} -GUILD_MISSION_CFGS.enum_types = {} -GUILD_MISSION_CFGS.fields = {GUILD_MISSION_CFGS_ITEMS_FIELD} -GUILD_MISSION_CFGS.is_extendable = false -GUILD_MISSION_CFGS.extensions = {} -GUILD_BUILDING_MISSION_CFG_ID_FIELD.name = "id" -GUILD_BUILDING_MISSION_CFG_ID_FIELD.full_name = ".ftcfg.guild_building_mission_cfg.id" -GUILD_BUILDING_MISSION_CFG_ID_FIELD.number = 1 -GUILD_BUILDING_MISSION_CFG_ID_FIELD.index = 0 -GUILD_BUILDING_MISSION_CFG_ID_FIELD.label = 2 -GUILD_BUILDING_MISSION_CFG_ID_FIELD.has_default_value = false -GUILD_BUILDING_MISSION_CFG_ID_FIELD.default_value = 0 -GUILD_BUILDING_MISSION_CFG_ID_FIELD.type = 13 -GUILD_BUILDING_MISSION_CFG_ID_FIELD.cpp_type = 3 - -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.name = "submit_condition" -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.full_name = ".ftcfg.guild_building_mission_cfg.submit_condition" -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.number = 2 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.index = 1 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.label = 3 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.has_default_value = false -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.default_value = {} -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.type = 5 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD.cpp_type = 1 - -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.name = "submit_condition_reward" -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.full_name = ".ftcfg.guild_building_mission_cfg.submit_condition_reward" -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.number = 3 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.index = 2 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.label = 3 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.has_default_value = false -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.default_value = {} -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.type = 5 -GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD.cpp_type = 1 - -GUILD_BUILDING_MISSION_CFG.name = "guild_building_mission_cfg" -GUILD_BUILDING_MISSION_CFG.full_name = ".ftcfg.guild_building_mission_cfg" -GUILD_BUILDING_MISSION_CFG.nested_types = {} -GUILD_BUILDING_MISSION_CFG.enum_types = {} -GUILD_BUILDING_MISSION_CFG.fields = {GUILD_BUILDING_MISSION_CFG_ID_FIELD, GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_FIELD, GUILD_BUILDING_MISSION_CFG_SUBMIT_CONDITION_REWARD_FIELD} -GUILD_BUILDING_MISSION_CFG.is_extendable = false -GUILD_BUILDING_MISSION_CFG.extensions = {} -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.name = "items" -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_building_mission_cfgs.items" -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.number = 1 -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.index = 0 -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.label = 3 -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.default_value = {} -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.message_type = GUILD_BUILDING_MISSION_CFG -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.type = 11 -GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_BUILDING_MISSION_CFGS.name = "guild_building_mission_cfgs" -GUILD_BUILDING_MISSION_CFGS.full_name = ".ftcfg.guild_building_mission_cfgs" -GUILD_BUILDING_MISSION_CFGS.nested_types = {} -GUILD_BUILDING_MISSION_CFGS.enum_types = {} -GUILD_BUILDING_MISSION_CFGS.fields = {GUILD_BUILDING_MISSION_CFGS_ITEMS_FIELD} -GUILD_BUILDING_MISSION_CFGS.is_extendable = false -GUILD_BUILDING_MISSION_CFGS.extensions = {} -BUILDING_MISSION_POOL_CFG_ID_FIELD.name = "id" -BUILDING_MISSION_POOL_CFG_ID_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.id" -BUILDING_MISSION_POOL_CFG_ID_FIELD.number = 1 -BUILDING_MISSION_POOL_CFG_ID_FIELD.index = 0 -BUILDING_MISSION_POOL_CFG_ID_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_ID_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_ID_FIELD.default_value = 0 -BUILDING_MISSION_POOL_CFG_ID_FIELD.type = 13 -BUILDING_MISSION_POOL_CFG_ID_FIELD.cpp_type = 3 - -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.name = "need_item_id" -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.need_item_id" -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.number = 2 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.index = 1 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.default_value = 0 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.type = 5 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD.cpp_type = 1 - -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.name = "need_item_number" -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.need_item_number" -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.number = 3 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.index = 2 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.default_value = 0 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.type = 5 -BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD.cpp_type = 1 - -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.name = "is_help" -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.is_help" -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.number = 4 -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.index = 3 -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.default_value = false -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.type = 8 -BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD.cpp_type = 7 - -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.name = "buy_coin_type" -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.buy_coin_type" -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.number = 5 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.index = 4 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.default_value = 0 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.type = 5 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD.cpp_type = 1 - -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.name = "buy_coin_type_nember" -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.buy_coin_type_nember" -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.number = 6 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.index = 5 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.default_value = 0 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.type = 5 -BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD.cpp_type = 1 - -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.name = "help_reward" -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.full_name = ".ftcfg.building_mission_pool_cfg.help_reward" -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.number = 7 -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.index = 6 -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.label = 2 -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.default_value = 0 -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.type = 5 -BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD.cpp_type = 1 - -BUILDING_MISSION_POOL_CFG.name = "building_mission_pool_cfg" -BUILDING_MISSION_POOL_CFG.full_name = ".ftcfg.building_mission_pool_cfg" -BUILDING_MISSION_POOL_CFG.nested_types = {} -BUILDING_MISSION_POOL_CFG.enum_types = {} -BUILDING_MISSION_POOL_CFG.fields = {BUILDING_MISSION_POOL_CFG_ID_FIELD, BUILDING_MISSION_POOL_CFG_NEED_ITEM_ID_FIELD, BUILDING_MISSION_POOL_CFG_NEED_ITEM_NUMBER_FIELD, BUILDING_MISSION_POOL_CFG_IS_HELP_FIELD, BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_FIELD, BUILDING_MISSION_POOL_CFG_BUY_COIN_TYPE_NEMBER_FIELD, BUILDING_MISSION_POOL_CFG_HELP_REWARD_FIELD} -BUILDING_MISSION_POOL_CFG.is_extendable = false -BUILDING_MISSION_POOL_CFG.extensions = {} -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.name = "items" -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.building_mission_pool_cfgs.items" -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.number = 1 -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.index = 0 -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.label = 3 -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.has_default_value = false -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.default_value = {} -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.message_type = BUILDING_MISSION_POOL_CFG -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.type = 11 -BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD.cpp_type = 10 - -BUILDING_MISSION_POOL_CFGS.name = "building_mission_pool_cfgs" -BUILDING_MISSION_POOL_CFGS.full_name = ".ftcfg.building_mission_pool_cfgs" -BUILDING_MISSION_POOL_CFGS.nested_types = {} -BUILDING_MISSION_POOL_CFGS.enum_types = {} -BUILDING_MISSION_POOL_CFGS.fields = {BUILDING_MISSION_POOL_CFGS_ITEMS_FIELD} -BUILDING_MISSION_POOL_CFGS.is_extendable = false -BUILDING_MISSION_POOL_CFGS.extensions = {} -GUILD_MISSION_BASE_CFG_ID_FIELD.name = "id" -GUILD_MISSION_BASE_CFG_ID_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.id" -GUILD_MISSION_BASE_CFG_ID_FIELD.number = 1 -GUILD_MISSION_BASE_CFG_ID_FIELD.index = 0 -GUILD_MISSION_BASE_CFG_ID_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_ID_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_ID_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_ID_FIELD.type = 13 -GUILD_MISSION_BASE_CFG_ID_FIELD.cpp_type = 3 - -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.name = "quality_probability_white" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.quality_probability_white" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.number = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.index = 1 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.name = "quality_probability_Green" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.quality_probability_Green" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.number = 3 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.index = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.name = "quality_probability_Blue" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.quality_probability_Blue" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.number = 4 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.index = 3 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.name = "quality_probability_Purple" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.quality_probability_Purple" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.number = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.index = 4 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.name = "quality_probability_Orange" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.quality_probability_Orange" -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.number = 6 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.index = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.name = "refresh_cost_item" -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.refresh_cost_item" -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.number = 7 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.index = 6 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.name = "refresh_cost_item_number" -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.refresh_cost_item_number" -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.number = 8 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.index = 7 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.name = "refresh_cost_cion_type" -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.refresh_cost_cion_type" -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.number = 9 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.index = 8 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.name = "refresh_cost_cion_number" -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.full_name = ".ftcfg.guild_mission_base_cfg.refresh_cost_cion_number" -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.number = 10 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.index = 9 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.label = 2 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.default_value = 0 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.type = 5 -GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD.cpp_type = 1 - -GUILD_MISSION_BASE_CFG.name = "guild_mission_base_cfg" -GUILD_MISSION_BASE_CFG.full_name = ".ftcfg.guild_mission_base_cfg" -GUILD_MISSION_BASE_CFG.nested_types = {} -GUILD_MISSION_BASE_CFG.enum_types = {} -GUILD_MISSION_BASE_CFG.fields = {GUILD_MISSION_BASE_CFG_ID_FIELD, GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_WHITE_FIELD, GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_GREEN_FIELD, GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_BLUE_FIELD, GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_PURPLE_FIELD, GUILD_MISSION_BASE_CFG_QUALITY_PROBABILITY_ORANGE_FIELD, GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_FIELD, GUILD_MISSION_BASE_CFG_REFRESH_COST_ITEM_NUMBER_FIELD, GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_TYPE_FIELD, GUILD_MISSION_BASE_CFG_REFRESH_COST_CION_NUMBER_FIELD} -GUILD_MISSION_BASE_CFG.is_extendable = false -GUILD_MISSION_BASE_CFG.extensions = {} -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.name = "items" -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_mission_base_cfgs.items" -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.number = 1 -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.index = 0 -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.label = 3 -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.default_value = {} -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.message_type = GUILD_MISSION_BASE_CFG -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.type = 11 -GUILD_MISSION_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_MISSION_BASE_CFGS.name = "guild_mission_base_cfgs" -GUILD_MISSION_BASE_CFGS.full_name = ".ftcfg.guild_mission_base_cfgs" -GUILD_MISSION_BASE_CFGS.nested_types = {} -GUILD_MISSION_BASE_CFGS.enum_types = {} -GUILD_MISSION_BASE_CFGS.fields = {GUILD_MISSION_BASE_CFGS_ITEMS_FIELD} -GUILD_MISSION_BASE_CFGS.is_extendable = false -GUILD_MISSION_BASE_CFGS.extensions = {} -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.name = "guild_practice_group" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_group" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.number = 1 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.index = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.name = "guild_practice_level" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_level" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.number = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.index = 1 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.name = "guild_practice_type" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_type" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.number = 3 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.index = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.name = "guild_practice_icon" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_icon" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.number = 4 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.index = 3 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.name = "guild_practice_name" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_name" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.number = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.index = 4 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.name = "guild_practice_effect_describe" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_effect_describe" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.number = 6 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.index = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.name = "guild_practice_battle" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_battle" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.number = 7 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.index = 6 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.name = "guild_practice_cost_level" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_cost_level" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.number = 8 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.index = 7 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.name = "guild_practice_cost_cointype1" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_cost_cointype1" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.number = 9 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.index = 8 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.label = 3 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.default_value = {} -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.name = "guild_practice_cost_cointype2" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_cost_cointype2" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.number = 10 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.index = 9 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.label = 3 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.default_value = {} -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.name = "guild_practice_cost_item" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_cost_item" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.number = 11 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.index = 10 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.name = "guild_practice_cost_number" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_cost_number" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.number = 12 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.index = 11 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.name = "guild_practice_exp" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_exp" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.number = 13 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.index = 12 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.name = "guild_practice_exp_max" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_exp_max" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.number = 14 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.index = 13 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.name = "guild_practice_attribute" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_attribute" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.number = 15 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.index = 14 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.default_value = "" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.type = 9 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD.cpp_type = 9 - -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.name = "guild_practice_buff" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfg.guild_practice_buff" -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.number = 16 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.index = 15 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CONT_CFG.name = "guild_practice_group_cont_cfg" -GUILD_PRACTICE_GROUP_CONT_CFG.full_name = ".ftcfg.guild_practice_group_cont_cfg" -GUILD_PRACTICE_GROUP_CONT_CFG.nested_types = {} -GUILD_PRACTICE_GROUP_CONT_CFG.enum_types = {} -GUILD_PRACTICE_GROUP_CONT_CFG.fields = {GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_GROUP_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_LEVEL_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_TYPE_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ICON_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_NAME_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EFFECT_DESCRIBE_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BATTLE_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_LEVEL_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE1_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_COINTYPE2_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_ITEM_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_COST_NUMBER_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_EXP_MAX_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_ATTRIBUTE_FIELD, GUILD_PRACTICE_GROUP_CONT_CFG_GUILD_PRACTICE_BUFF_FIELD} -GUILD_PRACTICE_GROUP_CONT_CFG.is_extendable = false -GUILD_PRACTICE_GROUP_CONT_CFG.extensions = {} -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.name = "items" -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_practice_group_cont_cfgs.items" -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.number = 1 -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.index = 0 -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.label = 3 -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.default_value = {} -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.message_type = GUILD_PRACTICE_GROUP_CONT_CFG -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.type = 11 -GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_PRACTICE_GROUP_CONT_CFGS.name = "guild_practice_group_cont_cfgs" -GUILD_PRACTICE_GROUP_CONT_CFGS.full_name = ".ftcfg.guild_practice_group_cont_cfgs" -GUILD_PRACTICE_GROUP_CONT_CFGS.nested_types = {} -GUILD_PRACTICE_GROUP_CONT_CFGS.enum_types = {} -GUILD_PRACTICE_GROUP_CONT_CFGS.fields = {GUILD_PRACTICE_GROUP_CONT_CFGS_ITEMS_FIELD} -GUILD_PRACTICE_GROUP_CONT_CFGS.is_extendable = false -GUILD_PRACTICE_GROUP_CONT_CFGS.extensions = {} -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.name = "id" -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.full_name = ".ftcfg.guild_practice_group_cfg.id" -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.number = 1 -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.index = 0 -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.label = 2 -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.default_value = 0 -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.type = 13 -GUILD_PRACTICE_GROUP_CFG_ID_FIELD.cpp_type = 3 - -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.name = "guild_practice_group" -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.full_name = ".ftcfg.guild_practice_group_cfg.guild_practice_group" -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.number = 2 -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.index = 1 -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.label = 3 -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.default_value = {} -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.type = 5 -GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD.cpp_type = 1 - -GUILD_PRACTICE_GROUP_CFG.name = "guild_practice_group_cfg" -GUILD_PRACTICE_GROUP_CFG.full_name = ".ftcfg.guild_practice_group_cfg" -GUILD_PRACTICE_GROUP_CFG.nested_types = {} -GUILD_PRACTICE_GROUP_CFG.enum_types = {} -GUILD_PRACTICE_GROUP_CFG.fields = {GUILD_PRACTICE_GROUP_CFG_ID_FIELD, GUILD_PRACTICE_GROUP_CFG_GUILD_PRACTICE_GROUP_FIELD} -GUILD_PRACTICE_GROUP_CFG.is_extendable = false -GUILD_PRACTICE_GROUP_CFG.extensions = {} -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.name = "items" -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_practice_group_cfgs.items" -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.number = 1 -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.index = 0 -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.label = 3 -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.default_value = {} -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.message_type = GUILD_PRACTICE_GROUP_CFG -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.type = 11 -GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_PRACTICE_GROUP_CFGS.name = "guild_practice_group_cfgs" -GUILD_PRACTICE_GROUP_CFGS.full_name = ".ftcfg.guild_practice_group_cfgs" -GUILD_PRACTICE_GROUP_CFGS.nested_types = {} -GUILD_PRACTICE_GROUP_CFGS.enum_types = {} -GUILD_PRACTICE_GROUP_CFGS.fields = {GUILD_PRACTICE_GROUP_CFGS_ITEMS_FIELD} -GUILD_PRACTICE_GROUP_CFGS.is_extendable = false -GUILD_PRACTICE_GROUP_CFGS.extensions = {} -GUILD_BASE_CFG_ID_FIELD.name = "id" -GUILD_BASE_CFG_ID_FIELD.full_name = ".ftcfg.guild_base_cfg.id" -GUILD_BASE_CFG_ID_FIELD.number = 1 -GUILD_BASE_CFG_ID_FIELD.index = 0 -GUILD_BASE_CFG_ID_FIELD.label = 2 -GUILD_BASE_CFG_ID_FIELD.has_default_value = false -GUILD_BASE_CFG_ID_FIELD.default_value = 0 -GUILD_BASE_CFG_ID_FIELD.type = 13 -GUILD_BASE_CFG_ID_FIELD.cpp_type = 3 - -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.name = "Guild_remove_cost_money" -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_remove_cost_money" -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.number = 2 -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.index = 1 -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.name = "Day_cost_money" -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.full_name = ".ftcfg.guild_base_cfg.Day_cost_money" -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.number = 3 -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.index = 2 -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.label = 2 -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.has_default_value = false -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.default_value = 0 -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.type = 5 -GUILD_BASE_CFG_DAY_COST_MONEY_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.name = "Guild_upper_limit" -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_upper_limit" -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.number = 4 -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.index = 3 -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.name = "Guild_apprentice_limit" -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_apprentice_limit" -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.number = 5 -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.index = 4 -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.name = "Guild_vice_leader_limit" -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_vice_leader_limit" -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.number = 6 -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.index = 5 -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.name = "Guild_elite_limit" -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_elite_limit" -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.number = 7 -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.index = 6 -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.name = "Guild_baby_limit" -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_baby_limit" -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.number = 8 -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.index = 7 -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.name = "Guild_unlock_shop" -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_unlock_shop" -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.number = 9 -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.index = 8 -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.name = "Guild_unlock_task" -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_unlock_task" -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.number = 10 -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.index = 9 -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.name = "Guild_unlock_levelup" -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_unlock_levelup" -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.number = 11 -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.index = 10 -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.name = "Guild_unlock_guidance" -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_unlock_guidance" -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.number = 12 -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.index = 11 -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.name = "Guild_unlock_build_task" -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_unlock_build_task" -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.number = 13 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.index = 12 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.name = "Guild_unlock_build_practice" -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_unlock_build_practice" -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.number = 14 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.index = 13 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.name = "Guild_practice_help_max" -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_practice_help_max" -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.number = 15 -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.index = 14 -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.name = "Guild_type_practice1" -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_type_practice1" -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.number = 16 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.index = 15 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.name = "Guild_type_practice2" -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_type_practice2" -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.number = 17 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.index = 16 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.name = "Guild_name_cost_type" -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_name_cost_type" -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.number = 18 -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.index = 17 -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD.cpp_type = 1 - -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.name = "Guild_name_cost_number" -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.full_name = ".ftcfg.guild_base_cfg.Guild_name_cost_number" -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.number = 19 -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.index = 18 -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.label = 2 -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.has_default_value = false -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.default_value = 0 -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.type = 5 -GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD.cpp_type = 1 - -GUILD_BASE_CFG.name = "guild_base_cfg" -GUILD_BASE_CFG.full_name = ".ftcfg.guild_base_cfg" -GUILD_BASE_CFG.nested_types = {} -GUILD_BASE_CFG.enum_types = {} -GUILD_BASE_CFG.fields = {GUILD_BASE_CFG_ID_FIELD, GUILD_BASE_CFG_GUILD_REMOVE_COST_MONEY_FIELD, GUILD_BASE_CFG_DAY_COST_MONEY_FIELD, GUILD_BASE_CFG_GUILD_UPPER_LIMIT_FIELD, GUILD_BASE_CFG_GUILD_APPRENTICE_LIMIT_FIELD, GUILD_BASE_CFG_GUILD_VICE_LEADER_LIMIT_FIELD, GUILD_BASE_CFG_GUILD_ELITE_LIMIT_FIELD, GUILD_BASE_CFG_GUILD_BABY_LIMIT_FIELD, GUILD_BASE_CFG_GUILD_UNLOCK_SHOP_FIELD, GUILD_BASE_CFG_GUILD_UNLOCK_TASK_FIELD, GUILD_BASE_CFG_GUILD_UNLOCK_LEVELUP_FIELD, GUILD_BASE_CFG_GUILD_UNLOCK_GUIDANCE_FIELD, GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_TASK_FIELD, GUILD_BASE_CFG_GUILD_UNLOCK_BUILD_PRACTICE_FIELD, GUILD_BASE_CFG_GUILD_PRACTICE_HELP_MAX_FIELD, GUILD_BASE_CFG_GUILD_TYPE_PRACTICE1_FIELD, GUILD_BASE_CFG_GUILD_TYPE_PRACTICE2_FIELD, GUILD_BASE_CFG_GUILD_NAME_COST_TYPE_FIELD, GUILD_BASE_CFG_GUILD_NAME_COST_NUMBER_FIELD} -GUILD_BASE_CFG.is_extendable = false -GUILD_BASE_CFG.extensions = {} -GUILD_BASE_CFGS_ITEMS_FIELD.name = "items" -GUILD_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_base_cfgs.items" -GUILD_BASE_CFGS_ITEMS_FIELD.number = 1 -GUILD_BASE_CFGS_ITEMS_FIELD.index = 0 -GUILD_BASE_CFGS_ITEMS_FIELD.label = 3 -GUILD_BASE_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_BASE_CFGS_ITEMS_FIELD.default_value = {} -GUILD_BASE_CFGS_ITEMS_FIELD.message_type = GUILD_BASE_CFG -GUILD_BASE_CFGS_ITEMS_FIELD.type = 11 -GUILD_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_BASE_CFGS.name = "guild_base_cfgs" -GUILD_BASE_CFGS.full_name = ".ftcfg.guild_base_cfgs" -GUILD_BASE_CFGS.nested_types = {} -GUILD_BASE_CFGS.enum_types = {} -GUILD_BASE_CFGS.fields = {GUILD_BASE_CFGS_ITEMS_FIELD} -GUILD_BASE_CFGS.is_extendable = false -GUILD_BASE_CFGS.extensions = {} -GUILD_FLAG_CFG_ID_FIELD.name = "id" -GUILD_FLAG_CFG_ID_FIELD.full_name = ".ftcfg.guild_flag_cfg.id" -GUILD_FLAG_CFG_ID_FIELD.number = 1 -GUILD_FLAG_CFG_ID_FIELD.index = 0 -GUILD_FLAG_CFG_ID_FIELD.label = 2 -GUILD_FLAG_CFG_ID_FIELD.has_default_value = false -GUILD_FLAG_CFG_ID_FIELD.default_value = 0 -GUILD_FLAG_CFG_ID_FIELD.type = 5 -GUILD_FLAG_CFG_ID_FIELD.cpp_type = 1 - -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.name = "Guild_big_flag_icon" -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.full_name = ".ftcfg.guild_flag_cfg.Guild_big_flag_icon" -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.number = 2 -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.index = 1 -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.label = 2 -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.has_default_value = false -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.default_value = 0 -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.type = 5 -GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD.cpp_type = 1 - -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.name = "Guild_samll_flag_icon" -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.full_name = ".ftcfg.guild_flag_cfg.Guild_samll_flag_icon" -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.number = 3 -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.index = 2 -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.label = 2 -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.has_default_value = false -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.default_value = "" -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.type = 9 -GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD.cpp_type = 9 - -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.name = "Guild_flag_money" -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.full_name = ".ftcfg.guild_flag_cfg.Guild_flag_money" -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.number = 4 -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.index = 3 -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.label = 2 -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.has_default_value = false -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.default_value = 0 -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.type = 5 -GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD.cpp_type = 1 - -GUILD_FLAG_CFG.name = "guild_flag_cfg" -GUILD_FLAG_CFG.full_name = ".ftcfg.guild_flag_cfg" -GUILD_FLAG_CFG.nested_types = {} -GUILD_FLAG_CFG.enum_types = {} -GUILD_FLAG_CFG.fields = {GUILD_FLAG_CFG_ID_FIELD, GUILD_FLAG_CFG_GUILD_BIG_FLAG_ICON_FIELD, GUILD_FLAG_CFG_GUILD_SAMLL_FLAG_ICON_FIELD, GUILD_FLAG_CFG_GUILD_FLAG_MONEY_FIELD} -GUILD_FLAG_CFG.is_extendable = false -GUILD_FLAG_CFG.extensions = {} -GUILD_FLAG_CFGS_ITEMS_FIELD.name = "items" -GUILD_FLAG_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guild_flag_cfgs.items" -GUILD_FLAG_CFGS_ITEMS_FIELD.number = 1 -GUILD_FLAG_CFGS_ITEMS_FIELD.index = 0 -GUILD_FLAG_CFGS_ITEMS_FIELD.label = 3 -GUILD_FLAG_CFGS_ITEMS_FIELD.has_default_value = false -GUILD_FLAG_CFGS_ITEMS_FIELD.default_value = {} -GUILD_FLAG_CFGS_ITEMS_FIELD.message_type = GUILD_FLAG_CFG -GUILD_FLAG_CFGS_ITEMS_FIELD.type = 11 -GUILD_FLAG_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUILD_FLAG_CFGS.name = "guild_flag_cfgs" -GUILD_FLAG_CFGS.full_name = ".ftcfg.guild_flag_cfgs" -GUILD_FLAG_CFGS.nested_types = {} -GUILD_FLAG_CFGS.enum_types = {} -GUILD_FLAG_CFGS.fields = {GUILD_FLAG_CFGS_ITEMS_FIELD} -GUILD_FLAG_CFGS.is_extendable = false -GUILD_FLAG_CFGS.extensions = {} -GUIL_POST_CFG_ID_FIELD.name = "id" -GUIL_POST_CFG_ID_FIELD.full_name = ".ftcfg.guil_post_cfg.id" -GUIL_POST_CFG_ID_FIELD.number = 1 -GUIL_POST_CFG_ID_FIELD.index = 0 -GUIL_POST_CFG_ID_FIELD.label = 2 -GUIL_POST_CFG_ID_FIELD.has_default_value = false -GUIL_POST_CFG_ID_FIELD.default_value = 0 -GUIL_POST_CFG_ID_FIELD.type = 13 -GUIL_POST_CFG_ID_FIELD.cpp_type = 3 - -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.name = "Guild_post_languageid" -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_post_languageid" -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.number = 2 -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.index = 1 -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.label = 2 -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.type = 5 -GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_REMOVE_FIELD.name = "Guild_remove" -GUIL_POST_CFG_GUILD_REMOVE_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_remove" -GUIL_POST_CFG_GUILD_REMOVE_FIELD.number = 3 -GUIL_POST_CFG_GUILD_REMOVE_FIELD.index = 2 -GUIL_POST_CFG_GUILD_REMOVE_FIELD.label = 2 -GUIL_POST_CFG_GUILD_REMOVE_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_REMOVE_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_REMOVE_FIELD.type = 5 -GUIL_POST_CFG_GUILD_REMOVE_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_MAIL_FIELD.name = "Guild_mail" -GUIL_POST_CFG_GUILD_MAIL_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_mail" -GUIL_POST_CFG_GUILD_MAIL_FIELD.number = 4 -GUIL_POST_CFG_GUILD_MAIL_FIELD.index = 3 -GUIL_POST_CFG_GUILD_MAIL_FIELD.label = 2 -GUIL_POST_CFG_GUILD_MAIL_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_MAIL_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_MAIL_FIELD.type = 5 -GUIL_POST_CFG_GUILD_MAIL_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.name = "Guild_appointment" -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_appointment" -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.number = 5 -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.index = 4 -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.label = 2 -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.type = 5 -GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_EXPEL_FIELD.name = "Guild_expel" -GUIL_POST_CFG_GUILD_EXPEL_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_expel" -GUIL_POST_CFG_GUILD_EXPEL_FIELD.number = 6 -GUIL_POST_CFG_GUILD_EXPEL_FIELD.index = 5 -GUIL_POST_CFG_GUILD_EXPEL_FIELD.label = 2 -GUIL_POST_CFG_GUILD_EXPEL_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_EXPEL_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_EXPEL_FIELD.type = 5 -GUIL_POST_CFG_GUILD_EXPEL_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_INVITATION_FIELD.name = "Guild_invitation" -GUIL_POST_CFG_GUILD_INVITATION_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_invitation" -GUIL_POST_CFG_GUILD_INVITATION_FIELD.number = 7 -GUIL_POST_CFG_GUILD_INVITATION_FIELD.index = 6 -GUIL_POST_CFG_GUILD_INVITATION_FIELD.label = 2 -GUIL_POST_CFG_GUILD_INVITATION_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_INVITATION_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_INVITATION_FIELD.type = 5 -GUIL_POST_CFG_GUILD_INVITATION_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.name = "Guild_approval" -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_approval" -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.number = 8 -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.index = 7 -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.label = 2 -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.type = 5 -GUIL_POST_CFG_GUILD_APPROVAL_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_TEAM_FIELD.name = "Guild_team" -GUIL_POST_CFG_GUILD_TEAM_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_team" -GUIL_POST_CFG_GUILD_TEAM_FIELD.number = 9 -GUIL_POST_CFG_GUILD_TEAM_FIELD.index = 8 -GUIL_POST_CFG_GUILD_TEAM_FIELD.label = 2 -GUIL_POST_CFG_GUILD_TEAM_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_TEAM_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_TEAM_FIELD.type = 5 -GUIL_POST_CFG_GUILD_TEAM_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_CALL_FIELD.name = "Guild_call" -GUIL_POST_CFG_GUILD_CALL_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_call" -GUIL_POST_CFG_GUILD_CALL_FIELD.number = 10 -GUIL_POST_CFG_GUILD_CALL_FIELD.index = 9 -GUIL_POST_CFG_GUILD_CALL_FIELD.label = 2 -GUIL_POST_CFG_GUILD_CALL_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_CALL_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_CALL_FIELD.type = 5 -GUIL_POST_CFG_GUILD_CALL_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.name = "Guild_hostile" -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_hostile" -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.number = 11 -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.index = 10 -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.label = 2 -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.type = 5 -GUIL_POST_CFG_GUILD_HOSTILE_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.name = "Guild_territorial_transfer" -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_territorial_transfer" -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.number = 12 -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.index = 11 -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.label = 2 -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.type = 5 -GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.name = "Guild_flag_modify" -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_flag_modify" -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.number = 13 -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.index = 12 -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.label = 2 -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.type = 5 -GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.name = "Guild_name_modify" -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_name_modify" -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.number = 14 -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.index = 13 -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.label = 2 -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.type = 5 -GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD.cpp_type = 1 - -GUIL_POST_CFG_GUILD_NOTICE_FIELD.name = "Guild_notice" -GUIL_POST_CFG_GUILD_NOTICE_FIELD.full_name = ".ftcfg.guil_post_cfg.Guild_notice" -GUIL_POST_CFG_GUILD_NOTICE_FIELD.number = 15 -GUIL_POST_CFG_GUILD_NOTICE_FIELD.index = 14 -GUIL_POST_CFG_GUILD_NOTICE_FIELD.label = 2 -GUIL_POST_CFG_GUILD_NOTICE_FIELD.has_default_value = false -GUIL_POST_CFG_GUILD_NOTICE_FIELD.default_value = 0 -GUIL_POST_CFG_GUILD_NOTICE_FIELD.type = 5 -GUIL_POST_CFG_GUILD_NOTICE_FIELD.cpp_type = 1 - -GUIL_POST_CFG.name = "guil_post_cfg" -GUIL_POST_CFG.full_name = ".ftcfg.guil_post_cfg" -GUIL_POST_CFG.nested_types = {} -GUIL_POST_CFG.enum_types = {} -GUIL_POST_CFG.fields = {GUIL_POST_CFG_ID_FIELD, GUIL_POST_CFG_GUILD_POST_LANGUAGEID_FIELD, GUIL_POST_CFG_GUILD_REMOVE_FIELD, GUIL_POST_CFG_GUILD_MAIL_FIELD, GUIL_POST_CFG_GUILD_APPOINTMENT_FIELD, GUIL_POST_CFG_GUILD_EXPEL_FIELD, GUIL_POST_CFG_GUILD_INVITATION_FIELD, GUIL_POST_CFG_GUILD_APPROVAL_FIELD, GUIL_POST_CFG_GUILD_TEAM_FIELD, GUIL_POST_CFG_GUILD_CALL_FIELD, GUIL_POST_CFG_GUILD_HOSTILE_FIELD, GUIL_POST_CFG_GUILD_TERRITORIAL_TRANSFER_FIELD, GUIL_POST_CFG_GUILD_FLAG_MODIFY_FIELD, GUIL_POST_CFG_GUILD_NAME_MODIFY_FIELD, GUIL_POST_CFG_GUILD_NOTICE_FIELD} -GUIL_POST_CFG.is_extendable = false -GUIL_POST_CFG.extensions = {} -GUIL_POST_CFGS_ITEMS_FIELD.name = "items" -GUIL_POST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.guil_post_cfgs.items" -GUIL_POST_CFGS_ITEMS_FIELD.number = 1 -GUIL_POST_CFGS_ITEMS_FIELD.index = 0 -GUIL_POST_CFGS_ITEMS_FIELD.label = 3 -GUIL_POST_CFGS_ITEMS_FIELD.has_default_value = false -GUIL_POST_CFGS_ITEMS_FIELD.default_value = {} -GUIL_POST_CFGS_ITEMS_FIELD.message_type = GUIL_POST_CFG -GUIL_POST_CFGS_ITEMS_FIELD.type = 11 -GUIL_POST_CFGS_ITEMS_FIELD.cpp_type = 10 - -GUIL_POST_CFGS.name = "guil_post_cfgs" -GUIL_POST_CFGS.full_name = ".ftcfg.guil_post_cfgs" -GUIL_POST_CFGS.nested_types = {} -GUIL_POST_CFGS.enum_types = {} -GUIL_POST_CFGS.fields = {GUIL_POST_CFGS_ITEMS_FIELD} -GUIL_POST_CFGS.is_extendable = false -GUIL_POST_CFGS.extensions = {} -INNER_ALCHEMY_CFG_ID_FIELD.name = "id" -INNER_ALCHEMY_CFG_ID_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.id" -INNER_ALCHEMY_CFG_ID_FIELD.number = 1 -INNER_ALCHEMY_CFG_ID_FIELD.index = 0 -INNER_ALCHEMY_CFG_ID_FIELD.label = 2 -INNER_ALCHEMY_CFG_ID_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ID_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_ID_FIELD.type = 13 -INNER_ALCHEMY_CFG_ID_FIELD.cpp_type = 3 - -INNER_ALCHEMY_CFG_NAME_FIELD.name = "name" -INNER_ALCHEMY_CFG_NAME_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.name" -INNER_ALCHEMY_CFG_NAME_FIELD.number = 2 -INNER_ALCHEMY_CFG_NAME_FIELD.index = 1 -INNER_ALCHEMY_CFG_NAME_FIELD.label = 2 -INNER_ALCHEMY_CFG_NAME_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_NAME_FIELD.default_value = "" -INNER_ALCHEMY_CFG_NAME_FIELD.type = 9 -INNER_ALCHEMY_CFG_NAME_FIELD.cpp_type = 9 - -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.name = "activation_type" -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.activation_type" -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.number = 3 -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.index = 2 -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.label = 2 -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.type = 5 -INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_DESC_FIELD.name = "desc" -INNER_ALCHEMY_CFG_DESC_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.desc" -INNER_ALCHEMY_CFG_DESC_FIELD.number = 4 -INNER_ALCHEMY_CFG_DESC_FIELD.index = 3 -INNER_ALCHEMY_CFG_DESC_FIELD.label = 2 -INNER_ALCHEMY_CFG_DESC_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_DESC_FIELD.default_value = "" -INNER_ALCHEMY_CFG_DESC_FIELD.type = 9 -INNER_ALCHEMY_CFG_DESC_FIELD.cpp_type = 9 - -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.name = "item_icon" -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.item_icon" -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.number = 5 -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.index = 4 -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.label = 2 -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.type = 5 -INNER_ALCHEMY_CFG_ITEM_ICON_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_ICON_FIELD.name = "icon" -INNER_ALCHEMY_CFG_ICON_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.icon" -INNER_ALCHEMY_CFG_ICON_FIELD.number = 6 -INNER_ALCHEMY_CFG_ICON_FIELD.index = 5 -INNER_ALCHEMY_CFG_ICON_FIELD.label = 2 -INNER_ALCHEMY_CFG_ICON_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ICON_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_ICON_FIELD.type = 5 -INNER_ALCHEMY_CFG_ICON_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.name = "formula_icon" -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.formula_icon" -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.number = 7 -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.index = 6 -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.label = 2 -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.type = 5 -INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.name = "unlock_cost" -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.unlock_cost" -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.number = 8 -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.index = 7 -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.label = 2 -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.type = 5 -INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.name = "unlock_cost_num" -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.unlock_cost_num" -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.number = 9 -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.index = 8 -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.label = 2 -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.type = 5 -INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.name = "activation_cost" -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.activation_cost" -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.number = 10 -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.index = 9 -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.label = 2 -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.type = 5 -INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.name = "activation_cost_num" -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.activation_cost_num" -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.number = 11 -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.index = 10 -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.label = 2 -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.type = 5 -INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.name = "activation_resources_icon" -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.activation_resources_icon" -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.number = 12 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.index = 11 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.label = 3 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.default_value = {} -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.type = 5 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.name = "activation_resources_cost" -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.activation_resources_cost" -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.number = 13 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.index = 12 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.label = 3 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.default_value = {} -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.type = 5 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.name = "activation_resources_cost_num" -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.activation_resources_cost_num" -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.number = 14 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.index = 13 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.label = 3 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.default_value = {} -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.type = 5 -INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.name = "prop_effect1" -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.prop_effect1" -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.number = 15 -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.index = 14 -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.label = 2 -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.default_value = "" -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.type = 9 -INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD.cpp_type = 9 - -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.name = "prop_effect2" -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.prop_effect2" -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.number = 16 -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.index = 15 -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.label = 2 -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.default_value = "" -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.type = 9 -INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD.cpp_type = 9 - -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.name = "prop_effect3" -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.prop_effect3" -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.number = 17 -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.index = 16 -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.label = 2 -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.default_value = "" -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.type = 9 -INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD.cpp_type = 9 - -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.name = "occupation" -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.occupation" -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.number = 18 -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.index = 17 -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.label = 2 -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.default_value = 0 -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.type = 5 -INNER_ALCHEMY_CFG_OCCUPATION_FIELD.cpp_type = 1 - -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.name = "combat_point" -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.combat_point" -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.number = 19 -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.index = 18 -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.label = 2 -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.default_value = 0.0 -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.type = 2 -INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD.cpp_type = 6 - -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.name = "suit_combat_point" -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.full_name = ".ftcfg.inner_alchemy_cfg.suit_combat_point" -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.number = 20 -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.index = 19 -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.label = 2 -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.has_default_value = false -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.default_value = 0.0 -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.type = 2 -INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD.cpp_type = 6 - -INNER_ALCHEMY_CFG.name = "inner_alchemy_cfg" -INNER_ALCHEMY_CFG.full_name = ".ftcfg.inner_alchemy_cfg" -INNER_ALCHEMY_CFG.nested_types = {} -INNER_ALCHEMY_CFG.enum_types = {} -INNER_ALCHEMY_CFG.fields = {INNER_ALCHEMY_CFG_ID_FIELD, INNER_ALCHEMY_CFG_NAME_FIELD, INNER_ALCHEMY_CFG_ACTIVATION_TYPE_FIELD, INNER_ALCHEMY_CFG_DESC_FIELD, INNER_ALCHEMY_CFG_ITEM_ICON_FIELD, INNER_ALCHEMY_CFG_ICON_FIELD, INNER_ALCHEMY_CFG_FORMULA_ICON_FIELD, INNER_ALCHEMY_CFG_UNLOCK_COST_FIELD, INNER_ALCHEMY_CFG_UNLOCK_COST_NUM_FIELD, INNER_ALCHEMY_CFG_ACTIVATION_COST_FIELD, INNER_ALCHEMY_CFG_ACTIVATION_COST_NUM_FIELD, INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_ICON_FIELD, INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_FIELD, INNER_ALCHEMY_CFG_ACTIVATION_RESOURCES_COST_NUM_FIELD, INNER_ALCHEMY_CFG_PROP_EFFECT1_FIELD, INNER_ALCHEMY_CFG_PROP_EFFECT2_FIELD, INNER_ALCHEMY_CFG_PROP_EFFECT3_FIELD, INNER_ALCHEMY_CFG_OCCUPATION_FIELD, INNER_ALCHEMY_CFG_COMBAT_POINT_FIELD, INNER_ALCHEMY_CFG_SUIT_COMBAT_POINT_FIELD} -INNER_ALCHEMY_CFG.is_extendable = false -INNER_ALCHEMY_CFG.extensions = {} -INNER_ALCHEMY_CFGS_ITEMS_FIELD.name = "items" -INNER_ALCHEMY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.inner_alchemy_cfgs.items" -INNER_ALCHEMY_CFGS_ITEMS_FIELD.number = 1 -INNER_ALCHEMY_CFGS_ITEMS_FIELD.index = 0 -INNER_ALCHEMY_CFGS_ITEMS_FIELD.label = 3 -INNER_ALCHEMY_CFGS_ITEMS_FIELD.has_default_value = false -INNER_ALCHEMY_CFGS_ITEMS_FIELD.default_value = {} -INNER_ALCHEMY_CFGS_ITEMS_FIELD.message_type = INNER_ALCHEMY_CFG -INNER_ALCHEMY_CFGS_ITEMS_FIELD.type = 11 -INNER_ALCHEMY_CFGS_ITEMS_FIELD.cpp_type = 10 - -INNER_ALCHEMY_CFGS.name = "inner_alchemy_cfgs" -INNER_ALCHEMY_CFGS.full_name = ".ftcfg.inner_alchemy_cfgs" -INNER_ALCHEMY_CFGS.nested_types = {} -INNER_ALCHEMY_CFGS.enum_types = {} -INNER_ALCHEMY_CFGS.fields = {INNER_ALCHEMY_CFGS_ITEMS_FIELD} -INNER_ALCHEMY_CFGS.is_extendable = false -INNER_ALCHEMY_CFGS.extensions = {} -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.name = "id" -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfg.id" -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.number = 1 -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.index = 0 -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.label = 2 -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.default_value = 0 -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.type = 13 -INNER_ALCHEMY_GROUP_CFG_ID_FIELD.cpp_type = 3 - -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.name = "inner_alchemy_group" -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfg.inner_alchemy_group" -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.number = 2 -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.index = 1 -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.label = 3 -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.default_value = {} -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.type = 5 -INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD.cpp_type = 1 - -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.name = "desc" -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfg.desc" -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.number = 3 -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.index = 2 -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.label = 2 -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.default_value = "" -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.type = 9 -INNER_ALCHEMY_GROUP_CFG_DESC_FIELD.cpp_type = 9 - -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.name = "group_effect" -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfg.group_effect" -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.number = 4 -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.index = 3 -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.label = 2 -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.default_value = 0 -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.type = 5 -INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD.cpp_type = 1 - -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.name = "skill_id_index" -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfg.skill_id_index" -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.number = 5 -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.index = 4 -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.label = 2 -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.default_value = 0 -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.type = 5 -INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD.cpp_type = 1 - -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.name = "skill_array" -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfg.skill_array" -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.number = 6 -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.index = 5 -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.label = 3 -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.default_value = {} -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.type = 5 -INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD.cpp_type = 1 - -INNER_ALCHEMY_GROUP_CFG.name = "inner_alchemy_group_cfg" -INNER_ALCHEMY_GROUP_CFG.full_name = ".ftcfg.inner_alchemy_group_cfg" -INNER_ALCHEMY_GROUP_CFG.nested_types = {} -INNER_ALCHEMY_GROUP_CFG.enum_types = {} -INNER_ALCHEMY_GROUP_CFG.fields = {INNER_ALCHEMY_GROUP_CFG_ID_FIELD, INNER_ALCHEMY_GROUP_CFG_INNER_ALCHEMY_GROUP_FIELD, INNER_ALCHEMY_GROUP_CFG_DESC_FIELD, INNER_ALCHEMY_GROUP_CFG_GROUP_EFFECT_FIELD, INNER_ALCHEMY_GROUP_CFG_SKILL_ID_INDEX_FIELD, INNER_ALCHEMY_GROUP_CFG_SKILL_ARRAY_FIELD} -INNER_ALCHEMY_GROUP_CFG.is_extendable = false -INNER_ALCHEMY_GROUP_CFG.extensions = {} -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.name = "items" -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.inner_alchemy_group_cfgs.items" -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.number = 1 -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.index = 0 -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.label = 3 -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.default_value = {} -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.message_type = INNER_ALCHEMY_GROUP_CFG -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.type = 11 -INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -INNER_ALCHEMY_GROUP_CFGS.name = "inner_alchemy_group_cfgs" -INNER_ALCHEMY_GROUP_CFGS.full_name = ".ftcfg.inner_alchemy_group_cfgs" -INNER_ALCHEMY_GROUP_CFGS.nested_types = {} -INNER_ALCHEMY_GROUP_CFGS.enum_types = {} -INNER_ALCHEMY_GROUP_CFGS.fields = {INNER_ALCHEMY_GROUP_CFGS_ITEMS_FIELD} -INNER_ALCHEMY_GROUP_CFGS.is_extendable = false -INNER_ALCHEMY_GROUP_CFGS.extensions = {} -MEDAL_GROUP_CFG_ID_FIELD.name = "id" -MEDAL_GROUP_CFG_ID_FIELD.full_name = ".ftcfg.medal_group_cfg.id" -MEDAL_GROUP_CFG_ID_FIELD.number = 1 -MEDAL_GROUP_CFG_ID_FIELD.index = 0 -MEDAL_GROUP_CFG_ID_FIELD.label = 2 -MEDAL_GROUP_CFG_ID_FIELD.has_default_value = false -MEDAL_GROUP_CFG_ID_FIELD.default_value = 0 -MEDAL_GROUP_CFG_ID_FIELD.type = 13 -MEDAL_GROUP_CFG_ID_FIELD.cpp_type = 3 - -MEDAL_GROUP_CFG_STARLEVEL_FIELD.name = "starLevel" -MEDAL_GROUP_CFG_STARLEVEL_FIELD.full_name = ".ftcfg.medal_group_cfg.starLevel" -MEDAL_GROUP_CFG_STARLEVEL_FIELD.number = 2 -MEDAL_GROUP_CFG_STARLEVEL_FIELD.index = 1 -MEDAL_GROUP_CFG_STARLEVEL_FIELD.label = 2 -MEDAL_GROUP_CFG_STARLEVEL_FIELD.has_default_value = false -MEDAL_GROUP_CFG_STARLEVEL_FIELD.default_value = 0 -MEDAL_GROUP_CFG_STARLEVEL_FIELD.type = 5 -MEDAL_GROUP_CFG_STARLEVEL_FIELD.cpp_type = 1 - -MEDAL_GROUP_CFG_TYPE_FIELD.name = "type" -MEDAL_GROUP_CFG_TYPE_FIELD.full_name = ".ftcfg.medal_group_cfg.type" -MEDAL_GROUP_CFG_TYPE_FIELD.number = 3 -MEDAL_GROUP_CFG_TYPE_FIELD.index = 2 -MEDAL_GROUP_CFG_TYPE_FIELD.label = 2 -MEDAL_GROUP_CFG_TYPE_FIELD.has_default_value = false -MEDAL_GROUP_CFG_TYPE_FIELD.default_value = 0 -MEDAL_GROUP_CFG_TYPE_FIELD.type = 5 -MEDAL_GROUP_CFG_TYPE_FIELD.cpp_type = 1 - -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.name = "group_name" -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.full_name = ".ftcfg.medal_group_cfg.group_name" -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.number = 4 -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.index = 3 -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.label = 2 -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.has_default_value = false -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.default_value = 0 -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.type = 5 -MEDAL_GROUP_CFG_GROUP_NAME_FIELD.cpp_type = 1 - -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.name = "member_id" -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.full_name = ".ftcfg.medal_group_cfg.member_id" -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.number = 5 -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.index = 4 -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.label = 3 -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.has_default_value = false -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.default_value = {} -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.type = 13 -MEDAL_GROUP_CFG_MEMBER_ID_FIELD.cpp_type = 3 - -MEDAL_GROUP_CFG_DESC_FIELD.name = "desc" -MEDAL_GROUP_CFG_DESC_FIELD.full_name = ".ftcfg.medal_group_cfg.desc" -MEDAL_GROUP_CFG_DESC_FIELD.number = 6 -MEDAL_GROUP_CFG_DESC_FIELD.index = 5 -MEDAL_GROUP_CFG_DESC_FIELD.label = 2 -MEDAL_GROUP_CFG_DESC_FIELD.has_default_value = false -MEDAL_GROUP_CFG_DESC_FIELD.default_value = 0 -MEDAL_GROUP_CFG_DESC_FIELD.type = 5 -MEDAL_GROUP_CFG_DESC_FIELD.cpp_type = 1 - -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.name = "activation_attribute1" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.full_name = ".ftcfg.medal_group_cfg.activation_attribute1" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.number = 7 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.index = 6 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.label = 2 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.has_default_value = false -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.default_value = "" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.type = 9 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD.cpp_type = 9 - -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.name = "activation_attribute2" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.full_name = ".ftcfg.medal_group_cfg.activation_attribute2" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.number = 8 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.index = 7 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.label = 2 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.has_default_value = false -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.default_value = "" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.type = 9 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD.cpp_type = 9 - -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.name = "activation_attribute3" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.full_name = ".ftcfg.medal_group_cfg.activation_attribute3" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.number = 9 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.index = 8 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.label = 2 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.has_default_value = false -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.default_value = "" -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.type = 9 -MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD.cpp_type = 9 - -MEDAL_GROUP_CFG.name = "medal_group_cfg" -MEDAL_GROUP_CFG.full_name = ".ftcfg.medal_group_cfg" -MEDAL_GROUP_CFG.nested_types = {} -MEDAL_GROUP_CFG.enum_types = {} -MEDAL_GROUP_CFG.fields = {MEDAL_GROUP_CFG_ID_FIELD, MEDAL_GROUP_CFG_STARLEVEL_FIELD, MEDAL_GROUP_CFG_TYPE_FIELD, MEDAL_GROUP_CFG_GROUP_NAME_FIELD, MEDAL_GROUP_CFG_MEMBER_ID_FIELD, MEDAL_GROUP_CFG_DESC_FIELD, MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE1_FIELD, MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE2_FIELD, MEDAL_GROUP_CFG_ACTIVATION_ATTRIBUTE3_FIELD} -MEDAL_GROUP_CFG.is_extendable = false -MEDAL_GROUP_CFG.extensions = {} -MEDAL_GROUP_CFGS_ITEMS_FIELD.name = "items" -MEDAL_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.medal_group_cfgs.items" -MEDAL_GROUP_CFGS_ITEMS_FIELD.number = 1 -MEDAL_GROUP_CFGS_ITEMS_FIELD.index = 0 -MEDAL_GROUP_CFGS_ITEMS_FIELD.label = 3 -MEDAL_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -MEDAL_GROUP_CFGS_ITEMS_FIELD.default_value = {} -MEDAL_GROUP_CFGS_ITEMS_FIELD.message_type = MEDAL_GROUP_CFG -MEDAL_GROUP_CFGS_ITEMS_FIELD.type = 11 -MEDAL_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -MEDAL_GROUP_CFGS.name = "medal_group_cfgs" -MEDAL_GROUP_CFGS.full_name = ".ftcfg.medal_group_cfgs" -MEDAL_GROUP_CFGS.nested_types = {} -MEDAL_GROUP_CFGS.enum_types = {} -MEDAL_GROUP_CFGS.fields = {MEDAL_GROUP_CFGS_ITEMS_FIELD} -MEDAL_GROUP_CFGS.is_extendable = false -MEDAL_GROUP_CFGS.extensions = {} -MEDAL_BASE_CFG_ID_FIELD.name = "id" -MEDAL_BASE_CFG_ID_FIELD.full_name = ".ftcfg.medal_base_cfg.id" -MEDAL_BASE_CFG_ID_FIELD.number = 1 -MEDAL_BASE_CFG_ID_FIELD.index = 0 -MEDAL_BASE_CFG_ID_FIELD.label = 2 -MEDAL_BASE_CFG_ID_FIELD.has_default_value = false -MEDAL_BASE_CFG_ID_FIELD.default_value = 0 -MEDAL_BASE_CFG_ID_FIELD.type = 13 -MEDAL_BASE_CFG_ID_FIELD.cpp_type = 3 - -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.name = "medal_name" -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.full_name = ".ftcfg.medal_base_cfg.medal_name" -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.number = 2 -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.index = 1 -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.label = 2 -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.has_default_value = false -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.default_value = 0 -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.type = 5 -MEDAL_BASE_CFG_MEDAL_NAME_FIELD.cpp_type = 1 - -MEDAL_BASE_CFG_ICON_FIELD.name = "icon" -MEDAL_BASE_CFG_ICON_FIELD.full_name = ".ftcfg.medal_base_cfg.icon" -MEDAL_BASE_CFG_ICON_FIELD.number = 3 -MEDAL_BASE_CFG_ICON_FIELD.index = 2 -MEDAL_BASE_CFG_ICON_FIELD.label = 2 -MEDAL_BASE_CFG_ICON_FIELD.has_default_value = false -MEDAL_BASE_CFG_ICON_FIELD.default_value = 0 -MEDAL_BASE_CFG_ICON_FIELD.type = 5 -MEDAL_BASE_CFG_ICON_FIELD.cpp_type = 1 - -MEDAL_BASE_CFG_TYPE_FIELD.name = "type" -MEDAL_BASE_CFG_TYPE_FIELD.full_name = ".ftcfg.medal_base_cfg.type" -MEDAL_BASE_CFG_TYPE_FIELD.number = 4 -MEDAL_BASE_CFG_TYPE_FIELD.index = 3 -MEDAL_BASE_CFG_TYPE_FIELD.label = 2 -MEDAL_BASE_CFG_TYPE_FIELD.has_default_value = false -MEDAL_BASE_CFG_TYPE_FIELD.default_value = 0 -MEDAL_BASE_CFG_TYPE_FIELD.type = 5 -MEDAL_BASE_CFG_TYPE_FIELD.cpp_type = 1 - -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.name = "change_need_propnum" -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.full_name = ".ftcfg.medal_base_cfg.change_need_propnum" -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.number = 5 -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.index = 4 -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.label = 2 -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.has_default_value = false -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.default_value = 0 -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.type = 5 -MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD.cpp_type = 1 - -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.name = "disassemble_get_propnum" -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.full_name = ".ftcfg.medal_base_cfg.disassemble_get_propnum" -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.number = 6 -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.index = 5 -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.label = 2 -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.has_default_value = false -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.default_value = 0 -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.type = 5 -MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD.cpp_type = 1 - -MEDAL_BASE_CFG.name = "medal_base_cfg" -MEDAL_BASE_CFG.full_name = ".ftcfg.medal_base_cfg" -MEDAL_BASE_CFG.nested_types = {} -MEDAL_BASE_CFG.enum_types = {} -MEDAL_BASE_CFG.fields = {MEDAL_BASE_CFG_ID_FIELD, MEDAL_BASE_CFG_MEDAL_NAME_FIELD, MEDAL_BASE_CFG_ICON_FIELD, MEDAL_BASE_CFG_TYPE_FIELD, MEDAL_BASE_CFG_CHANGE_NEED_PROPNUM_FIELD, MEDAL_BASE_CFG_DISASSEMBLE_GET_PROPNUM_FIELD} -MEDAL_BASE_CFG.is_extendable = false -MEDAL_BASE_CFG.extensions = {} -MEDAL_BASE_CFGS_ITEMS_FIELD.name = "items" -MEDAL_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.medal_base_cfgs.items" -MEDAL_BASE_CFGS_ITEMS_FIELD.number = 1 -MEDAL_BASE_CFGS_ITEMS_FIELD.index = 0 -MEDAL_BASE_CFGS_ITEMS_FIELD.label = 3 -MEDAL_BASE_CFGS_ITEMS_FIELD.has_default_value = false -MEDAL_BASE_CFGS_ITEMS_FIELD.default_value = {} -MEDAL_BASE_CFGS_ITEMS_FIELD.message_type = MEDAL_BASE_CFG -MEDAL_BASE_CFGS_ITEMS_FIELD.type = 11 -MEDAL_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -MEDAL_BASE_CFGS.name = "medal_base_cfgs" -MEDAL_BASE_CFGS.full_name = ".ftcfg.medal_base_cfgs" -MEDAL_BASE_CFGS.nested_types = {} -MEDAL_BASE_CFGS.enum_types = {} -MEDAL_BASE_CFGS.fields = {MEDAL_BASE_CFGS_ITEMS_FIELD} -MEDAL_BASE_CFGS.is_extendable = false -MEDAL_BASE_CFGS.extensions = {} -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.name = "id" -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.id" -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.number = 1 -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.index = 0 -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.default_value = 0 -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.type = 13 -MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD.cpp_type = 3 - -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.name = "starLevel" -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.starLevel" -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.number = 2 -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.index = 1 -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.default_value = 0 -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.type = 5 -MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD.cpp_type = 1 - -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.name = "type" -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.type" -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.number = 3 -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.index = 2 -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.default_value = 0 -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.type = 5 -MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD.cpp_type = 1 - -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.name = "need_group_num" -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.need_group_num" -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.number = 4 -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.index = 3 -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.default_value = 0 -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.type = 5 -MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD.cpp_type = 1 - -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.name = "activation_attribute1" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.activation_attribute1" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.number = 5 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.index = 4 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.default_value = "" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.type = 9 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD.cpp_type = 9 - -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.name = "activation_attribute2" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.activation_attribute2" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.number = 6 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.index = 5 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.default_value = "" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.type = 9 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD.cpp_type = 9 - -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.name = "activation_attribute3" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.full_name = ".ftcfg.medal_composite_addition_cfg.activation_attribute3" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.number = 7 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.index = 6 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.label = 2 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.default_value = "" -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.type = 9 -MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD.cpp_type = 9 - -MEDAL_COMPOSITE_ADDITION_CFG.name = "medal_composite_addition_cfg" -MEDAL_COMPOSITE_ADDITION_CFG.full_name = ".ftcfg.medal_composite_addition_cfg" -MEDAL_COMPOSITE_ADDITION_CFG.nested_types = {} -MEDAL_COMPOSITE_ADDITION_CFG.enum_types = {} -MEDAL_COMPOSITE_ADDITION_CFG.fields = {MEDAL_COMPOSITE_ADDITION_CFG_ID_FIELD, MEDAL_COMPOSITE_ADDITION_CFG_STARLEVEL_FIELD, MEDAL_COMPOSITE_ADDITION_CFG_TYPE_FIELD, MEDAL_COMPOSITE_ADDITION_CFG_NEED_GROUP_NUM_FIELD, MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE1_FIELD, MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE2_FIELD, MEDAL_COMPOSITE_ADDITION_CFG_ACTIVATION_ATTRIBUTE3_FIELD} -MEDAL_COMPOSITE_ADDITION_CFG.is_extendable = false -MEDAL_COMPOSITE_ADDITION_CFG.extensions = {} -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.name = "items" -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.medal_composite_addition_cfgs.items" -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.number = 1 -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.index = 0 -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.label = 3 -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.has_default_value = false -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.default_value = {} -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.message_type = MEDAL_COMPOSITE_ADDITION_CFG -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.type = 11 -MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD.cpp_type = 10 - -MEDAL_COMPOSITE_ADDITION_CFGS.name = "medal_composite_addition_cfgs" -MEDAL_COMPOSITE_ADDITION_CFGS.full_name = ".ftcfg.medal_composite_addition_cfgs" -MEDAL_COMPOSITE_ADDITION_CFGS.nested_types = {} -MEDAL_COMPOSITE_ADDITION_CFGS.enum_types = {} -MEDAL_COMPOSITE_ADDITION_CFGS.fields = {MEDAL_COMPOSITE_ADDITION_CFGS_ITEMS_FIELD} -MEDAL_COMPOSITE_ADDITION_CFGS.is_extendable = false -MEDAL_COMPOSITE_ADDITION_CFGS.extensions = {} -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.name = "type" -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.full_name = ".ftcfg.medal_open_level_cfg.type" -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.number = 1 -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.index = 0 -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.label = 2 -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.has_default_value = false -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.default_value = 0 -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.type = 5 -MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD.cpp_type = 1 - -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.name = "level" -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.full_name = ".ftcfg.medal_open_level_cfg.level" -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.number = 2 -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.index = 1 -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.label = 2 -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.has_default_value = false -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.default_value = 0 -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.type = 5 -MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD.cpp_type = 1 - -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.name = "name" -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.full_name = ".ftcfg.medal_open_level_cfg.name" -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.number = 3 -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.index = 2 -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.label = 2 -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.has_default_value = false -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.default_value = 0 -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.type = 5 -MEDAL_OPEN_LEVEL_CFG_NAME_FIELD.cpp_type = 1 - -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.name = "desc" -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.full_name = ".ftcfg.medal_open_level_cfg.desc" -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.number = 4 -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.index = 3 -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.label = 2 -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.has_default_value = false -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.default_value = 0 -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.type = 5 -MEDAL_OPEN_LEVEL_CFG_DESC_FIELD.cpp_type = 1 - -MEDAL_OPEN_LEVEL_CFG.name = "medal_open_level_cfg" -MEDAL_OPEN_LEVEL_CFG.full_name = ".ftcfg.medal_open_level_cfg" -MEDAL_OPEN_LEVEL_CFG.nested_types = {} -MEDAL_OPEN_LEVEL_CFG.enum_types = {} -MEDAL_OPEN_LEVEL_CFG.fields = {MEDAL_OPEN_LEVEL_CFG_TYPE_FIELD, MEDAL_OPEN_LEVEL_CFG_LEVEL_FIELD, MEDAL_OPEN_LEVEL_CFG_NAME_FIELD, MEDAL_OPEN_LEVEL_CFG_DESC_FIELD} -MEDAL_OPEN_LEVEL_CFG.is_extendable = false -MEDAL_OPEN_LEVEL_CFG.extensions = {} -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.name = "items" -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.medal_open_level_cfgs.items" -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.number = 1 -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.index = 0 -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.label = 3 -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.has_default_value = false -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.default_value = {} -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.message_type = MEDAL_OPEN_LEVEL_CFG -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.type = 11 -MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD.cpp_type = 10 - -MEDAL_OPEN_LEVEL_CFGS.name = "medal_open_level_cfgs" -MEDAL_OPEN_LEVEL_CFGS.full_name = ".ftcfg.medal_open_level_cfgs" -MEDAL_OPEN_LEVEL_CFGS.nested_types = {} -MEDAL_OPEN_LEVEL_CFGS.enum_types = {} -MEDAL_OPEN_LEVEL_CFGS.fields = {MEDAL_OPEN_LEVEL_CFGS_ITEMS_FIELD} -MEDAL_OPEN_LEVEL_CFGS.is_extendable = false -MEDAL_OPEN_LEVEL_CFGS.extensions = {} -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.name = "starlevel" -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.full_name = ".ftcfg.medal_star_open_level_cfg.starlevel" -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.number = 1 -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.index = 0 -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.label = 2 -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.has_default_value = false -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.default_value = 0 -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.type = 5 -MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD.cpp_type = 1 - -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.name = "level" -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.full_name = ".ftcfg.medal_star_open_level_cfg.level" -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.number = 2 -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.index = 1 -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.label = 2 -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.has_default_value = false -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.default_value = 0 -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.type = 5 -MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD.cpp_type = 1 - -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.name = "num" -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.full_name = ".ftcfg.medal_star_open_level_cfg.num" -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.number = 3 -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.index = 2 -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.label = 2 -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.has_default_value = false -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.default_value = 0 -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.type = 5 -MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD.cpp_type = 1 - -MEDAL_STAR_OPEN_LEVEL_CFG.name = "medal_star_open_level_cfg" -MEDAL_STAR_OPEN_LEVEL_CFG.full_name = ".ftcfg.medal_star_open_level_cfg" -MEDAL_STAR_OPEN_LEVEL_CFG.nested_types = {} -MEDAL_STAR_OPEN_LEVEL_CFG.enum_types = {} -MEDAL_STAR_OPEN_LEVEL_CFG.fields = {MEDAL_STAR_OPEN_LEVEL_CFG_STARLEVEL_FIELD, MEDAL_STAR_OPEN_LEVEL_CFG_LEVEL_FIELD, MEDAL_STAR_OPEN_LEVEL_CFG_NUM_FIELD} -MEDAL_STAR_OPEN_LEVEL_CFG.is_extendable = false -MEDAL_STAR_OPEN_LEVEL_CFG.extensions = {} -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.name = "items" -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.medal_star_open_level_cfgs.items" -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.number = 1 -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.index = 0 -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.label = 3 -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.has_default_value = false -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.default_value = {} -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.message_type = MEDAL_STAR_OPEN_LEVEL_CFG -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.type = 11 -MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD.cpp_type = 10 - -MEDAL_STAR_OPEN_LEVEL_CFGS.name = "medal_star_open_level_cfgs" -MEDAL_STAR_OPEN_LEVEL_CFGS.full_name = ".ftcfg.medal_star_open_level_cfgs" -MEDAL_STAR_OPEN_LEVEL_CFGS.nested_types = {} -MEDAL_STAR_OPEN_LEVEL_CFGS.enum_types = {} -MEDAL_STAR_OPEN_LEVEL_CFGS.fields = {MEDAL_STAR_OPEN_LEVEL_CFGS_ITEMS_FIELD} -MEDAL_STAR_OPEN_LEVEL_CFGS.is_extendable = false -MEDAL_STAR_OPEN_LEVEL_CFGS.extensions = {} -FORMULA_CFG_FORMULA_ID_FIELD.name = "formula_id" -FORMULA_CFG_FORMULA_ID_FIELD.full_name = ".ftcfg.formula_cfg.formula_id" -FORMULA_CFG_FORMULA_ID_FIELD.number = 1 -FORMULA_CFG_FORMULA_ID_FIELD.index = 0 -FORMULA_CFG_FORMULA_ID_FIELD.label = 2 -FORMULA_CFG_FORMULA_ID_FIELD.has_default_value = false -FORMULA_CFG_FORMULA_ID_FIELD.default_value = 0 -FORMULA_CFG_FORMULA_ID_FIELD.type = 5 -FORMULA_CFG_FORMULA_ID_FIELD.cpp_type = 1 - -FORMULA_CFG_COST_IDS_FIELD.name = "cost_ids" -FORMULA_CFG_COST_IDS_FIELD.full_name = ".ftcfg.formula_cfg.cost_ids" -FORMULA_CFG_COST_IDS_FIELD.number = 2 -FORMULA_CFG_COST_IDS_FIELD.index = 1 -FORMULA_CFG_COST_IDS_FIELD.label = 3 -FORMULA_CFG_COST_IDS_FIELD.has_default_value = false -FORMULA_CFG_COST_IDS_FIELD.default_value = {} -FORMULA_CFG_COST_IDS_FIELD.type = 5 -FORMULA_CFG_COST_IDS_FIELD.cpp_type = 1 - -FORMULA_CFG_COST_COUNTS_FIELD.name = "cost_counts" -FORMULA_CFG_COST_COUNTS_FIELD.full_name = ".ftcfg.formula_cfg.cost_counts" -FORMULA_CFG_COST_COUNTS_FIELD.number = 3 -FORMULA_CFG_COST_COUNTS_FIELD.index = 2 -FORMULA_CFG_COST_COUNTS_FIELD.label = 3 -FORMULA_CFG_COST_COUNTS_FIELD.has_default_value = false -FORMULA_CFG_COST_COUNTS_FIELD.default_value = {} -FORMULA_CFG_COST_COUNTS_FIELD.type = 5 -FORMULA_CFG_COST_COUNTS_FIELD.cpp_type = 1 - -FORMULA_CFG_ITEM_IDS_FIELD.name = "item_ids" -FORMULA_CFG_ITEM_IDS_FIELD.full_name = ".ftcfg.formula_cfg.item_ids" -FORMULA_CFG_ITEM_IDS_FIELD.number = 4 -FORMULA_CFG_ITEM_IDS_FIELD.index = 3 -FORMULA_CFG_ITEM_IDS_FIELD.label = 3 -FORMULA_CFG_ITEM_IDS_FIELD.has_default_value = false -FORMULA_CFG_ITEM_IDS_FIELD.default_value = {} -FORMULA_CFG_ITEM_IDS_FIELD.type = 5 -FORMULA_CFG_ITEM_IDS_FIELD.cpp_type = 1 - -FORMULA_CFG_ITEM_COUNTS_FIELD.name = "item_counts" -FORMULA_CFG_ITEM_COUNTS_FIELD.full_name = ".ftcfg.formula_cfg.item_counts" -FORMULA_CFG_ITEM_COUNTS_FIELD.number = 5 -FORMULA_CFG_ITEM_COUNTS_FIELD.index = 4 -FORMULA_CFG_ITEM_COUNTS_FIELD.label = 3 -FORMULA_CFG_ITEM_COUNTS_FIELD.has_default_value = false -FORMULA_CFG_ITEM_COUNTS_FIELD.default_value = {} -FORMULA_CFG_ITEM_COUNTS_FIELD.type = 5 -FORMULA_CFG_ITEM_COUNTS_FIELD.cpp_type = 1 - -FORMULA_CFG.name = "formula_cfg" -FORMULA_CFG.full_name = ".ftcfg.formula_cfg" -FORMULA_CFG.nested_types = {} -FORMULA_CFG.enum_types = {} -FORMULA_CFG.fields = {FORMULA_CFG_FORMULA_ID_FIELD, FORMULA_CFG_COST_IDS_FIELD, FORMULA_CFG_COST_COUNTS_FIELD, FORMULA_CFG_ITEM_IDS_FIELD, FORMULA_CFG_ITEM_COUNTS_FIELD} -FORMULA_CFG.is_extendable = false -FORMULA_CFG.extensions = {} -FORMULA_CFGS_ITEMS_FIELD.name = "items" -FORMULA_CFGS_ITEMS_FIELD.full_name = ".ftcfg.formula_cfgs.items" -FORMULA_CFGS_ITEMS_FIELD.number = 1 -FORMULA_CFGS_ITEMS_FIELD.index = 0 -FORMULA_CFGS_ITEMS_FIELD.label = 3 -FORMULA_CFGS_ITEMS_FIELD.has_default_value = false -FORMULA_CFGS_ITEMS_FIELD.default_value = {} -FORMULA_CFGS_ITEMS_FIELD.message_type = FORMULA_CFG -FORMULA_CFGS_ITEMS_FIELD.type = 11 -FORMULA_CFGS_ITEMS_FIELD.cpp_type = 10 - -FORMULA_CFGS.name = "formula_cfgs" -FORMULA_CFGS.full_name = ".ftcfg.formula_cfgs" -FORMULA_CFGS.nested_types = {} -FORMULA_CFGS.enum_types = {} -FORMULA_CFGS.fields = {FORMULA_CFGS_ITEMS_FIELD} -FORMULA_CFGS.is_extendable = false -FORMULA_CFGS.extensions = {} -MALL_ITEM_CFG_GUID_FIELD.name = "guid" -MALL_ITEM_CFG_GUID_FIELD.full_name = ".ftcfg.mall_item_cfg.guid" -MALL_ITEM_CFG_GUID_FIELD.number = 1 -MALL_ITEM_CFG_GUID_FIELD.index = 0 -MALL_ITEM_CFG_GUID_FIELD.label = 2 -MALL_ITEM_CFG_GUID_FIELD.has_default_value = false -MALL_ITEM_CFG_GUID_FIELD.default_value = 0 -MALL_ITEM_CFG_GUID_FIELD.type = 13 -MALL_ITEM_CFG_GUID_FIELD.cpp_type = 3 - -MALL_ITEM_CFG_TYPE_FIELD.name = "type" -MALL_ITEM_CFG_TYPE_FIELD.full_name = ".ftcfg.mall_item_cfg.type" -MALL_ITEM_CFG_TYPE_FIELD.number = 2 -MALL_ITEM_CFG_TYPE_FIELD.index = 1 -MALL_ITEM_CFG_TYPE_FIELD.label = 2 -MALL_ITEM_CFG_TYPE_FIELD.has_default_value = false -MALL_ITEM_CFG_TYPE_FIELD.default_value = 0 -MALL_ITEM_CFG_TYPE_FIELD.type = 13 -MALL_ITEM_CFG_TYPE_FIELD.cpp_type = 3 - -MALL_ITEM_CFG_REAL_GUID_FIELD.name = "real_guid" -MALL_ITEM_CFG_REAL_GUID_FIELD.full_name = ".ftcfg.mall_item_cfg.real_guid" -MALL_ITEM_CFG_REAL_GUID_FIELD.number = 3 -MALL_ITEM_CFG_REAL_GUID_FIELD.index = 2 -MALL_ITEM_CFG_REAL_GUID_FIELD.label = 2 -MALL_ITEM_CFG_REAL_GUID_FIELD.has_default_value = false -MALL_ITEM_CFG_REAL_GUID_FIELD.default_value = 0 -MALL_ITEM_CFG_REAL_GUID_FIELD.type = 13 -MALL_ITEM_CFG_REAL_GUID_FIELD.cpp_type = 3 - -MALL_ITEM_CFG_COST_TYPE_FIELD.name = "cost_type" -MALL_ITEM_CFG_COST_TYPE_FIELD.full_name = ".ftcfg.mall_item_cfg.cost_type" -MALL_ITEM_CFG_COST_TYPE_FIELD.number = 4 -MALL_ITEM_CFG_COST_TYPE_FIELD.index = 3 -MALL_ITEM_CFG_COST_TYPE_FIELD.label = 2 -MALL_ITEM_CFG_COST_TYPE_FIELD.has_default_value = false -MALL_ITEM_CFG_COST_TYPE_FIELD.default_value = 0 -MALL_ITEM_CFG_COST_TYPE_FIELD.type = 13 -MALL_ITEM_CFG_COST_TYPE_FIELD.cpp_type = 3 - -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.name = "cost_original" -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.full_name = ".ftcfg.mall_item_cfg.cost_original" -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.number = 5 -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.index = 4 -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.label = 2 -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.has_default_value = false -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.default_value = 0 -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.type = 13 -MALL_ITEM_CFG_COST_ORIGINAL_FIELD.cpp_type = 3 - -MALL_ITEM_CFG_COST_CURRENT_FIELD.name = "cost_current" -MALL_ITEM_CFG_COST_CURRENT_FIELD.full_name = ".ftcfg.mall_item_cfg.cost_current" -MALL_ITEM_CFG_COST_CURRENT_FIELD.number = 6 -MALL_ITEM_CFG_COST_CURRENT_FIELD.index = 5 -MALL_ITEM_CFG_COST_CURRENT_FIELD.label = 2 -MALL_ITEM_CFG_COST_CURRENT_FIELD.has_default_value = false -MALL_ITEM_CFG_COST_CURRENT_FIELD.default_value = 0 -MALL_ITEM_CFG_COST_CURRENT_FIELD.type = 13 -MALL_ITEM_CFG_COST_CURRENT_FIELD.cpp_type = 3 - -MALL_ITEM_CFG.name = "mall_item_cfg" -MALL_ITEM_CFG.full_name = ".ftcfg.mall_item_cfg" -MALL_ITEM_CFG.nested_types = {} -MALL_ITEM_CFG.enum_types = {} -MALL_ITEM_CFG.fields = {MALL_ITEM_CFG_GUID_FIELD, MALL_ITEM_CFG_TYPE_FIELD, MALL_ITEM_CFG_REAL_GUID_FIELD, MALL_ITEM_CFG_COST_TYPE_FIELD, MALL_ITEM_CFG_COST_ORIGINAL_FIELD, MALL_ITEM_CFG_COST_CURRENT_FIELD} -MALL_ITEM_CFG.is_extendable = false -MALL_ITEM_CFG.extensions = {} -MALL_ITEM_CFGS_ITEMS_FIELD.name = "items" -MALL_ITEM_CFGS_ITEMS_FIELD.full_name = ".ftcfg.mall_item_cfgs.items" -MALL_ITEM_CFGS_ITEMS_FIELD.number = 1 -MALL_ITEM_CFGS_ITEMS_FIELD.index = 0 -MALL_ITEM_CFGS_ITEMS_FIELD.label = 3 -MALL_ITEM_CFGS_ITEMS_FIELD.has_default_value = false -MALL_ITEM_CFGS_ITEMS_FIELD.default_value = {} -MALL_ITEM_CFGS_ITEMS_FIELD.message_type = MALL_ITEM_CFG -MALL_ITEM_CFGS_ITEMS_FIELD.type = 11 -MALL_ITEM_CFGS_ITEMS_FIELD.cpp_type = 10 - -MALL_ITEM_CFGS.name = "mall_item_cfgs" -MALL_ITEM_CFGS.full_name = ".ftcfg.mall_item_cfgs" -MALL_ITEM_CFGS.nested_types = {} -MALL_ITEM_CFGS.enum_types = {} -MALL_ITEM_CFGS.fields = {MALL_ITEM_CFGS_ITEMS_FIELD} -MALL_ITEM_CFGS.is_extendable = false -MALL_ITEM_CFGS.extensions = {} -SHOP_TYPE_CFG_ID_FIELD.name = "id" -SHOP_TYPE_CFG_ID_FIELD.full_name = ".ftcfg.shop_type_cfg.id" -SHOP_TYPE_CFG_ID_FIELD.number = 1 -SHOP_TYPE_CFG_ID_FIELD.index = 0 -SHOP_TYPE_CFG_ID_FIELD.label = 2 -SHOP_TYPE_CFG_ID_FIELD.has_default_value = false -SHOP_TYPE_CFG_ID_FIELD.default_value = 0 -SHOP_TYPE_CFG_ID_FIELD.type = 13 -SHOP_TYPE_CFG_ID_FIELD.cpp_type = 3 - -SHOP_TYPE_CFG_SHOP_NAME_FIELD.name = "shop_name" -SHOP_TYPE_CFG_SHOP_NAME_FIELD.full_name = ".ftcfg.shop_type_cfg.shop_name" -SHOP_TYPE_CFG_SHOP_NAME_FIELD.number = 2 -SHOP_TYPE_CFG_SHOP_NAME_FIELD.index = 1 -SHOP_TYPE_CFG_SHOP_NAME_FIELD.label = 2 -SHOP_TYPE_CFG_SHOP_NAME_FIELD.has_default_value = false -SHOP_TYPE_CFG_SHOP_NAME_FIELD.default_value = "" -SHOP_TYPE_CFG_SHOP_NAME_FIELD.type = 9 -SHOP_TYPE_CFG_SHOP_NAME_FIELD.cpp_type = 9 - -SHOP_TYPE_CFG_OPEN_LVL_FIELD.name = "open_lvl" -SHOP_TYPE_CFG_OPEN_LVL_FIELD.full_name = ".ftcfg.shop_type_cfg.open_lvl" -SHOP_TYPE_CFG_OPEN_LVL_FIELD.number = 3 -SHOP_TYPE_CFG_OPEN_LVL_FIELD.index = 2 -SHOP_TYPE_CFG_OPEN_LVL_FIELD.label = 2 -SHOP_TYPE_CFG_OPEN_LVL_FIELD.has_default_value = false -SHOP_TYPE_CFG_OPEN_LVL_FIELD.default_value = 0 -SHOP_TYPE_CFG_OPEN_LVL_FIELD.type = 5 -SHOP_TYPE_CFG_OPEN_LVL_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.name = "shop_type" -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.full_name = ".ftcfg.shop_type_cfg.shop_type" -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.number = 4 -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.index = 3 -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.label = 2 -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.has_default_value = false -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.default_value = nil -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.enum_type = config_predefine_pb.ESHOPTYPE -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.type = 14 -SHOP_TYPE_CFG_SHOP_TYPE_FIELD.cpp_type = 8 - -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.name = "shopsub_type" -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.full_name = ".ftcfg.shop_type_cfg.shopsub_type" -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.number = 5 -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.index = 4 -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.label = 2 -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.has_default_value = false -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.default_value = 0 -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.type = 5 -SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.name = "shop_items" -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.full_name = ".ftcfg.shop_type_cfg.shop_items" -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.number = 6 -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.index = 5 -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.label = 3 -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.has_default_value = false -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.default_value = {} -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.type = 5 -SHOP_TYPE_CFG_SHOP_ITEMS_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG_ISTAB_FIELD.name = "istab" -SHOP_TYPE_CFG_ISTAB_FIELD.full_name = ".ftcfg.shop_type_cfg.istab" -SHOP_TYPE_CFG_ISTAB_FIELD.number = 7 -SHOP_TYPE_CFG_ISTAB_FIELD.index = 6 -SHOP_TYPE_CFG_ISTAB_FIELD.label = 2 -SHOP_TYPE_CFG_ISTAB_FIELD.has_default_value = false -SHOP_TYPE_CFG_ISTAB_FIELD.default_value = 0 -SHOP_TYPE_CFG_ISTAB_FIELD.type = 5 -SHOP_TYPE_CFG_ISTAB_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG_TAB_NAME1_FIELD.name = "tab_name1" -SHOP_TYPE_CFG_TAB_NAME1_FIELD.full_name = ".ftcfg.shop_type_cfg.tab_name1" -SHOP_TYPE_CFG_TAB_NAME1_FIELD.number = 8 -SHOP_TYPE_CFG_TAB_NAME1_FIELD.index = 7 -SHOP_TYPE_CFG_TAB_NAME1_FIELD.label = 2 -SHOP_TYPE_CFG_TAB_NAME1_FIELD.has_default_value = false -SHOP_TYPE_CFG_TAB_NAME1_FIELD.default_value = "" -SHOP_TYPE_CFG_TAB_NAME1_FIELD.type = 9 -SHOP_TYPE_CFG_TAB_NAME1_FIELD.cpp_type = 9 - -SHOP_TYPE_CFG_TAB_NAME2_FIELD.name = "tab_name2" -SHOP_TYPE_CFG_TAB_NAME2_FIELD.full_name = ".ftcfg.shop_type_cfg.tab_name2" -SHOP_TYPE_CFG_TAB_NAME2_FIELD.number = 9 -SHOP_TYPE_CFG_TAB_NAME2_FIELD.index = 8 -SHOP_TYPE_CFG_TAB_NAME2_FIELD.label = 2 -SHOP_TYPE_CFG_TAB_NAME2_FIELD.has_default_value = false -SHOP_TYPE_CFG_TAB_NAME2_FIELD.default_value = "" -SHOP_TYPE_CFG_TAB_NAME2_FIELD.type = 9 -SHOP_TYPE_CFG_TAB_NAME2_FIELD.cpp_type = 9 - -SHOP_TYPE_CFG_TAB_NAME3_FIELD.name = "tab_name3" -SHOP_TYPE_CFG_TAB_NAME3_FIELD.full_name = ".ftcfg.shop_type_cfg.tab_name3" -SHOP_TYPE_CFG_TAB_NAME3_FIELD.number = 10 -SHOP_TYPE_CFG_TAB_NAME3_FIELD.index = 9 -SHOP_TYPE_CFG_TAB_NAME3_FIELD.label = 2 -SHOP_TYPE_CFG_TAB_NAME3_FIELD.has_default_value = false -SHOP_TYPE_CFG_TAB_NAME3_FIELD.default_value = "" -SHOP_TYPE_CFG_TAB_NAME3_FIELD.type = 9 -SHOP_TYPE_CFG_TAB_NAME3_FIELD.cpp_type = 9 - -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.name = "tab_items1" -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.full_name = ".ftcfg.shop_type_cfg.tab_items1" -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.number = 11 -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.index = 10 -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.label = 3 -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.has_default_value = false -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.default_value = {} -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.type = 5 -SHOP_TYPE_CFG_TAB_ITEMS1_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.name = "tab_items2" -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.full_name = ".ftcfg.shop_type_cfg.tab_items2" -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.number = 12 -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.index = 11 -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.label = 3 -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.has_default_value = false -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.default_value = {} -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.type = 5 -SHOP_TYPE_CFG_TAB_ITEMS2_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.name = "tab_items3" -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.full_name = ".ftcfg.shop_type_cfg.tab_items3" -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.number = 13 -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.index = 12 -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.label = 3 -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.has_default_value = false -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.default_value = {} -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.type = 5 -SHOP_TYPE_CFG_TAB_ITEMS3_FIELD.cpp_type = 1 - -SHOP_TYPE_CFG.name = "shop_type_cfg" -SHOP_TYPE_CFG.full_name = ".ftcfg.shop_type_cfg" -SHOP_TYPE_CFG.nested_types = {} -SHOP_TYPE_CFG.enum_types = {} -SHOP_TYPE_CFG.fields = {SHOP_TYPE_CFG_ID_FIELD, SHOP_TYPE_CFG_SHOP_NAME_FIELD, SHOP_TYPE_CFG_OPEN_LVL_FIELD, SHOP_TYPE_CFG_SHOP_TYPE_FIELD, SHOP_TYPE_CFG_SHOPSUB_TYPE_FIELD, SHOP_TYPE_CFG_SHOP_ITEMS_FIELD, SHOP_TYPE_CFG_ISTAB_FIELD, SHOP_TYPE_CFG_TAB_NAME1_FIELD, SHOP_TYPE_CFG_TAB_NAME2_FIELD, SHOP_TYPE_CFG_TAB_NAME3_FIELD, SHOP_TYPE_CFG_TAB_ITEMS1_FIELD, SHOP_TYPE_CFG_TAB_ITEMS2_FIELD, SHOP_TYPE_CFG_TAB_ITEMS3_FIELD} -SHOP_TYPE_CFG.is_extendable = false -SHOP_TYPE_CFG.extensions = {} -SHOP_TYPE_CFGS_ITEMS_FIELD.name = "items" -SHOP_TYPE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.shop_type_cfgs.items" -SHOP_TYPE_CFGS_ITEMS_FIELD.number = 1 -SHOP_TYPE_CFGS_ITEMS_FIELD.index = 0 -SHOP_TYPE_CFGS_ITEMS_FIELD.label = 3 -SHOP_TYPE_CFGS_ITEMS_FIELD.has_default_value = false -SHOP_TYPE_CFGS_ITEMS_FIELD.default_value = {} -SHOP_TYPE_CFGS_ITEMS_FIELD.message_type = SHOP_TYPE_CFG -SHOP_TYPE_CFGS_ITEMS_FIELD.type = 11 -SHOP_TYPE_CFGS_ITEMS_FIELD.cpp_type = 10 - -SHOP_TYPE_CFGS.name = "shop_type_cfgs" -SHOP_TYPE_CFGS.full_name = ".ftcfg.shop_type_cfgs" -SHOP_TYPE_CFGS.nested_types = {} -SHOP_TYPE_CFGS.enum_types = {} -SHOP_TYPE_CFGS.fields = {SHOP_TYPE_CFGS_ITEMS_FIELD} -SHOP_TYPE_CFGS.is_extendable = false -SHOP_TYPE_CFGS.extensions = {} -SCENE_EVENT_CFG_ID_FIELD.name = "id" -SCENE_EVENT_CFG_ID_FIELD.full_name = ".ftcfg.scene_event_cfg.id" -SCENE_EVENT_CFG_ID_FIELD.number = 1 -SCENE_EVENT_CFG_ID_FIELD.index = 0 -SCENE_EVENT_CFG_ID_FIELD.label = 2 -SCENE_EVENT_CFG_ID_FIELD.has_default_value = false -SCENE_EVENT_CFG_ID_FIELD.default_value = 0 -SCENE_EVENT_CFG_ID_FIELD.type = 5 -SCENE_EVENT_CFG_ID_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_STEP_ID_FIELD.name = "step_id" -SCENE_EVENT_CFG_STEP_ID_FIELD.full_name = ".ftcfg.scene_event_cfg.step_id" -SCENE_EVENT_CFG_STEP_ID_FIELD.number = 2 -SCENE_EVENT_CFG_STEP_ID_FIELD.index = 1 -SCENE_EVENT_CFG_STEP_ID_FIELD.label = 2 -SCENE_EVENT_CFG_STEP_ID_FIELD.has_default_value = false -SCENE_EVENT_CFG_STEP_ID_FIELD.default_value = 0 -SCENE_EVENT_CFG_STEP_ID_FIELD.type = 5 -SCENE_EVENT_CFG_STEP_ID_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.name = "event_type" -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.full_name = ".ftcfg.scene_event_cfg.event_type" -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.number = 3 -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.index = 2 -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.label = 2 -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.has_default_value = false -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.default_value = nil -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.enum_type = config_predefine_pb.ESCENEEVENTTYPE -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.type = 14 -SCENE_EVENT_CFG_EVENT_TYPE_FIELD.cpp_type = 8 - -SCENE_EVENT_CFG_CONDIDITON1_FIELD.name = "condiditon1" -SCENE_EVENT_CFG_CONDIDITON1_FIELD.full_name = ".ftcfg.scene_event_cfg.condiditon1" -SCENE_EVENT_CFG_CONDIDITON1_FIELD.number = 4 -SCENE_EVENT_CFG_CONDIDITON1_FIELD.index = 3 -SCENE_EVENT_CFG_CONDIDITON1_FIELD.label = 2 -SCENE_EVENT_CFG_CONDIDITON1_FIELD.has_default_value = false -SCENE_EVENT_CFG_CONDIDITON1_FIELD.default_value = 0 -SCENE_EVENT_CFG_CONDIDITON1_FIELD.type = 5 -SCENE_EVENT_CFG_CONDIDITON1_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_CONDIDITON2_FIELD.name = "condiditon2" -SCENE_EVENT_CFG_CONDIDITON2_FIELD.full_name = ".ftcfg.scene_event_cfg.condiditon2" -SCENE_EVENT_CFG_CONDIDITON2_FIELD.number = 5 -SCENE_EVENT_CFG_CONDIDITON2_FIELD.index = 4 -SCENE_EVENT_CFG_CONDIDITON2_FIELD.label = 2 -SCENE_EVENT_CFG_CONDIDITON2_FIELD.has_default_value = false -SCENE_EVENT_CFG_CONDIDITON2_FIELD.default_value = 0 -SCENE_EVENT_CFG_CONDIDITON2_FIELD.type = 5 -SCENE_EVENT_CFG_CONDIDITON2_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_CONDIDITON3_FIELD.name = "condiditon3" -SCENE_EVENT_CFG_CONDIDITON3_FIELD.full_name = ".ftcfg.scene_event_cfg.condiditon3" -SCENE_EVENT_CFG_CONDIDITON3_FIELD.number = 6 -SCENE_EVENT_CFG_CONDIDITON3_FIELD.index = 5 -SCENE_EVENT_CFG_CONDIDITON3_FIELD.label = 2 -SCENE_EVENT_CFG_CONDIDITON3_FIELD.has_default_value = false -SCENE_EVENT_CFG_CONDIDITON3_FIELD.default_value = 0 -SCENE_EVENT_CFG_CONDIDITON3_FIELD.type = 5 -SCENE_EVENT_CFG_CONDIDITON3_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_CONDIDITON4_FIELD.name = "condiditon4" -SCENE_EVENT_CFG_CONDIDITON4_FIELD.full_name = ".ftcfg.scene_event_cfg.condiditon4" -SCENE_EVENT_CFG_CONDIDITON4_FIELD.number = 7 -SCENE_EVENT_CFG_CONDIDITON4_FIELD.index = 6 -SCENE_EVENT_CFG_CONDIDITON4_FIELD.label = 2 -SCENE_EVENT_CFG_CONDIDITON4_FIELD.has_default_value = false -SCENE_EVENT_CFG_CONDIDITON4_FIELD.default_value = 0 -SCENE_EVENT_CFG_CONDIDITON4_FIELD.type = 5 -SCENE_EVENT_CFG_CONDIDITON4_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.name = "result_type" -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.full_name = ".ftcfg.scene_event_cfg.result_type" -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.number = 8 -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.index = 7 -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.label = 2 -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.has_default_value = false -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.default_value = nil -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.enum_type = config_predefine_pb.ESCENERESULTTYPE -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.type = 14 -SCENE_EVENT_CFG_RESULT_TYPE_FIELD.cpp_type = 8 - -SCENE_EVENT_CFG_RESULT1_FIELD.name = "result1" -SCENE_EVENT_CFG_RESULT1_FIELD.full_name = ".ftcfg.scene_event_cfg.result1" -SCENE_EVENT_CFG_RESULT1_FIELD.number = 9 -SCENE_EVENT_CFG_RESULT1_FIELD.index = 8 -SCENE_EVENT_CFG_RESULT1_FIELD.label = 3 -SCENE_EVENT_CFG_RESULT1_FIELD.has_default_value = false -SCENE_EVENT_CFG_RESULT1_FIELD.default_value = {} -SCENE_EVENT_CFG_RESULT1_FIELD.type = 5 -SCENE_EVENT_CFG_RESULT1_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_RESULT2_FIELD.name = "result2" -SCENE_EVENT_CFG_RESULT2_FIELD.full_name = ".ftcfg.scene_event_cfg.result2" -SCENE_EVENT_CFG_RESULT2_FIELD.number = 10 -SCENE_EVENT_CFG_RESULT2_FIELD.index = 9 -SCENE_EVENT_CFG_RESULT2_FIELD.label = 3 -SCENE_EVENT_CFG_RESULT2_FIELD.has_default_value = false -SCENE_EVENT_CFG_RESULT2_FIELD.default_value = {} -SCENE_EVENT_CFG_RESULT2_FIELD.type = 5 -SCENE_EVENT_CFG_RESULT2_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_RESULT3_FIELD.name = "result3" -SCENE_EVENT_CFG_RESULT3_FIELD.full_name = ".ftcfg.scene_event_cfg.result3" -SCENE_EVENT_CFG_RESULT3_FIELD.number = 11 -SCENE_EVENT_CFG_RESULT3_FIELD.index = 10 -SCENE_EVENT_CFG_RESULT3_FIELD.label = 3 -SCENE_EVENT_CFG_RESULT3_FIELD.has_default_value = false -SCENE_EVENT_CFG_RESULT3_FIELD.default_value = {} -SCENE_EVENT_CFG_RESULT3_FIELD.type = 5 -SCENE_EVENT_CFG_RESULT3_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG_RESULT4_FIELD.name = "result4" -SCENE_EVENT_CFG_RESULT4_FIELD.full_name = ".ftcfg.scene_event_cfg.result4" -SCENE_EVENT_CFG_RESULT4_FIELD.number = 12 -SCENE_EVENT_CFG_RESULT4_FIELD.index = 11 -SCENE_EVENT_CFG_RESULT4_FIELD.label = 3 -SCENE_EVENT_CFG_RESULT4_FIELD.has_default_value = false -SCENE_EVENT_CFG_RESULT4_FIELD.default_value = {} -SCENE_EVENT_CFG_RESULT4_FIELD.type = 5 -SCENE_EVENT_CFG_RESULT4_FIELD.cpp_type = 1 - -SCENE_EVENT_CFG.name = "scene_event_cfg" -SCENE_EVENT_CFG.full_name = ".ftcfg.scene_event_cfg" -SCENE_EVENT_CFG.nested_types = {} -SCENE_EVENT_CFG.enum_types = {} -SCENE_EVENT_CFG.fields = {SCENE_EVENT_CFG_ID_FIELD, SCENE_EVENT_CFG_STEP_ID_FIELD, SCENE_EVENT_CFG_EVENT_TYPE_FIELD, SCENE_EVENT_CFG_CONDIDITON1_FIELD, SCENE_EVENT_CFG_CONDIDITON2_FIELD, SCENE_EVENT_CFG_CONDIDITON3_FIELD, SCENE_EVENT_CFG_CONDIDITON4_FIELD, SCENE_EVENT_CFG_RESULT_TYPE_FIELD, SCENE_EVENT_CFG_RESULT1_FIELD, SCENE_EVENT_CFG_RESULT2_FIELD, SCENE_EVENT_CFG_RESULT3_FIELD, SCENE_EVENT_CFG_RESULT4_FIELD} -SCENE_EVENT_CFG.is_extendable = false -SCENE_EVENT_CFG.extensions = {} -SCENE_EVENT_CFGS_ITEMS_FIELD.name = "items" -SCENE_EVENT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_event_cfgs.items" -SCENE_EVENT_CFGS_ITEMS_FIELD.number = 1 -SCENE_EVENT_CFGS_ITEMS_FIELD.index = 0 -SCENE_EVENT_CFGS_ITEMS_FIELD.label = 3 -SCENE_EVENT_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_EVENT_CFGS_ITEMS_FIELD.default_value = {} -SCENE_EVENT_CFGS_ITEMS_FIELD.message_type = SCENE_EVENT_CFG -SCENE_EVENT_CFGS_ITEMS_FIELD.type = 11 -SCENE_EVENT_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_EVENT_CFGS.name = "scene_event_cfgs" -SCENE_EVENT_CFGS.full_name = ".ftcfg.scene_event_cfgs" -SCENE_EVENT_CFGS.nested_types = {} -SCENE_EVENT_CFGS.enum_types = {} -SCENE_EVENT_CFGS.fields = {SCENE_EVENT_CFGS_ITEMS_FIELD} -SCENE_EVENT_CFGS.is_extendable = false -SCENE_EVENT_CFGS.extensions = {} -SCENE_PORTAL_CFG_ID_FIELD.name = "id" -SCENE_PORTAL_CFG_ID_FIELD.full_name = ".ftcfg.scene_portal_cfg.id" -SCENE_PORTAL_CFG_ID_FIELD.number = 1 -SCENE_PORTAL_CFG_ID_FIELD.index = 0 -SCENE_PORTAL_CFG_ID_FIELD.label = 2 -SCENE_PORTAL_CFG_ID_FIELD.has_default_value = false -SCENE_PORTAL_CFG_ID_FIELD.default_value = 0 -SCENE_PORTAL_CFG_ID_FIELD.type = 5 -SCENE_PORTAL_CFG_ID_FIELD.cpp_type = 1 - -SCENE_PORTAL_CFG_MAP_ID_FIELD.name = "map_id" -SCENE_PORTAL_CFG_MAP_ID_FIELD.full_name = ".ftcfg.scene_portal_cfg.map_id" -SCENE_PORTAL_CFG_MAP_ID_FIELD.number = 2 -SCENE_PORTAL_CFG_MAP_ID_FIELD.index = 1 -SCENE_PORTAL_CFG_MAP_ID_FIELD.label = 2 -SCENE_PORTAL_CFG_MAP_ID_FIELD.has_default_value = false -SCENE_PORTAL_CFG_MAP_ID_FIELD.default_value = 0 -SCENE_PORTAL_CFG_MAP_ID_FIELD.type = 5 -SCENE_PORTAL_CFG_MAP_ID_FIELD.cpp_type = 1 - -SCENE_PORTAL_CFG_POS_X_FIELD.name = "pos_x" -SCENE_PORTAL_CFG_POS_X_FIELD.full_name = ".ftcfg.scene_portal_cfg.pos_x" -SCENE_PORTAL_CFG_POS_X_FIELD.number = 3 -SCENE_PORTAL_CFG_POS_X_FIELD.index = 2 -SCENE_PORTAL_CFG_POS_X_FIELD.label = 2 -SCENE_PORTAL_CFG_POS_X_FIELD.has_default_value = false -SCENE_PORTAL_CFG_POS_X_FIELD.default_value = 0.0 -SCENE_PORTAL_CFG_POS_X_FIELD.type = 2 -SCENE_PORTAL_CFG_POS_X_FIELD.cpp_type = 6 - -SCENE_PORTAL_CFG_POS_Y_FIELD.name = "pos_y" -SCENE_PORTAL_CFG_POS_Y_FIELD.full_name = ".ftcfg.scene_portal_cfg.pos_y" -SCENE_PORTAL_CFG_POS_Y_FIELD.number = 4 -SCENE_PORTAL_CFG_POS_Y_FIELD.index = 3 -SCENE_PORTAL_CFG_POS_Y_FIELD.label = 2 -SCENE_PORTAL_CFG_POS_Y_FIELD.has_default_value = false -SCENE_PORTAL_CFG_POS_Y_FIELD.default_value = 0.0 -SCENE_PORTAL_CFG_POS_Y_FIELD.type = 2 -SCENE_PORTAL_CFG_POS_Y_FIELD.cpp_type = 6 - -SCENE_PORTAL_CFG_POS_Z_FIELD.name = "pos_z" -SCENE_PORTAL_CFG_POS_Z_FIELD.full_name = ".ftcfg.scene_portal_cfg.pos_z" -SCENE_PORTAL_CFG_POS_Z_FIELD.number = 5 -SCENE_PORTAL_CFG_POS_Z_FIELD.index = 4 -SCENE_PORTAL_CFG_POS_Z_FIELD.label = 2 -SCENE_PORTAL_CFG_POS_Z_FIELD.has_default_value = false -SCENE_PORTAL_CFG_POS_Z_FIELD.default_value = 0.0 -SCENE_PORTAL_CFG_POS_Z_FIELD.type = 2 -SCENE_PORTAL_CFG_POS_Z_FIELD.cpp_type = 6 - -SCENE_PORTAL_CFG_RADIUS_FIELD.name = "radius" -SCENE_PORTAL_CFG_RADIUS_FIELD.full_name = ".ftcfg.scene_portal_cfg.radius" -SCENE_PORTAL_CFG_RADIUS_FIELD.number = 6 -SCENE_PORTAL_CFG_RADIUS_FIELD.index = 5 -SCENE_PORTAL_CFG_RADIUS_FIELD.label = 2 -SCENE_PORTAL_CFG_RADIUS_FIELD.has_default_value = false -SCENE_PORTAL_CFG_RADIUS_FIELD.default_value = 0.0 -SCENE_PORTAL_CFG_RADIUS_FIELD.type = 2 -SCENE_PORTAL_CFG_RADIUS_FIELD.cpp_type = 6 - -SCENE_PORTAL_CFG_ORIENTATION_FIELD.name = "orientation" -SCENE_PORTAL_CFG_ORIENTATION_FIELD.full_name = ".ftcfg.scene_portal_cfg.orientation" -SCENE_PORTAL_CFG_ORIENTATION_FIELD.number = 7 -SCENE_PORTAL_CFG_ORIENTATION_FIELD.index = 6 -SCENE_PORTAL_CFG_ORIENTATION_FIELD.label = 2 -SCENE_PORTAL_CFG_ORIENTATION_FIELD.has_default_value = false -SCENE_PORTAL_CFG_ORIENTATION_FIELD.default_value = 0.0 -SCENE_PORTAL_CFG_ORIENTATION_FIELD.type = 2 -SCENE_PORTAL_CFG_ORIENTATION_FIELD.cpp_type = 6 - -SCENE_PORTAL_CFG_ENABLED_FIELD.name = "enabled" -SCENE_PORTAL_CFG_ENABLED_FIELD.full_name = ".ftcfg.scene_portal_cfg.enabled" -SCENE_PORTAL_CFG_ENABLED_FIELD.number = 8 -SCENE_PORTAL_CFG_ENABLED_FIELD.index = 7 -SCENE_PORTAL_CFG_ENABLED_FIELD.label = 2 -SCENE_PORTAL_CFG_ENABLED_FIELD.has_default_value = false -SCENE_PORTAL_CFG_ENABLED_FIELD.default_value = 0 -SCENE_PORTAL_CFG_ENABLED_FIELD.type = 5 -SCENE_PORTAL_CFG_ENABLED_FIELD.cpp_type = 1 - -SCENE_PORTAL_CFG_RESID_FIELD.name = "resid" -SCENE_PORTAL_CFG_RESID_FIELD.full_name = ".ftcfg.scene_portal_cfg.resid" -SCENE_PORTAL_CFG_RESID_FIELD.number = 9 -SCENE_PORTAL_CFG_RESID_FIELD.index = 8 -SCENE_PORTAL_CFG_RESID_FIELD.label = 2 -SCENE_PORTAL_CFG_RESID_FIELD.has_default_value = false -SCENE_PORTAL_CFG_RESID_FIELD.default_value = 0 -SCENE_PORTAL_CFG_RESID_FIELD.type = 5 -SCENE_PORTAL_CFG_RESID_FIELD.cpp_type = 1 - -SCENE_PORTAL_CFG.name = "scene_portal_cfg" -SCENE_PORTAL_CFG.full_name = ".ftcfg.scene_portal_cfg" -SCENE_PORTAL_CFG.nested_types = {} -SCENE_PORTAL_CFG.enum_types = {} -SCENE_PORTAL_CFG.fields = {SCENE_PORTAL_CFG_ID_FIELD, SCENE_PORTAL_CFG_MAP_ID_FIELD, SCENE_PORTAL_CFG_POS_X_FIELD, SCENE_PORTAL_CFG_POS_Y_FIELD, SCENE_PORTAL_CFG_POS_Z_FIELD, SCENE_PORTAL_CFG_RADIUS_FIELD, SCENE_PORTAL_CFG_ORIENTATION_FIELD, SCENE_PORTAL_CFG_ENABLED_FIELD, SCENE_PORTAL_CFG_RESID_FIELD} -SCENE_PORTAL_CFG.is_extendable = false -SCENE_PORTAL_CFG.extensions = {} -SCENE_PORTAL_CFGS_ITEMS_FIELD.name = "items" -SCENE_PORTAL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_portal_cfgs.items" -SCENE_PORTAL_CFGS_ITEMS_FIELD.number = 1 -SCENE_PORTAL_CFGS_ITEMS_FIELD.index = 0 -SCENE_PORTAL_CFGS_ITEMS_FIELD.label = 3 -SCENE_PORTAL_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_PORTAL_CFGS_ITEMS_FIELD.default_value = {} -SCENE_PORTAL_CFGS_ITEMS_FIELD.message_type = SCENE_PORTAL_CFG -SCENE_PORTAL_CFGS_ITEMS_FIELD.type = 11 -SCENE_PORTAL_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_PORTAL_CFGS.name = "scene_portal_cfgs" -SCENE_PORTAL_CFGS.full_name = ".ftcfg.scene_portal_cfgs" -SCENE_PORTAL_CFGS.nested_types = {} -SCENE_PORTAL_CFGS.enum_types = {} -SCENE_PORTAL_CFGS.fields = {SCENE_PORTAL_CFGS_ITEMS_FIELD} -SCENE_PORTAL_CFGS.is_extendable = false -SCENE_PORTAL_CFGS.extensions = {} -SCENE_FUNCTION_CFG_ID_FIELD.name = "id" -SCENE_FUNCTION_CFG_ID_FIELD.full_name = ".ftcfg.scene_function_cfg.id" -SCENE_FUNCTION_CFG_ID_FIELD.number = 1 -SCENE_FUNCTION_CFG_ID_FIELD.index = 0 -SCENE_FUNCTION_CFG_ID_FIELD.label = 2 -SCENE_FUNCTION_CFG_ID_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_ID_FIELD.default_value = 0 -SCENE_FUNCTION_CFG_ID_FIELD.type = 5 -SCENE_FUNCTION_CFG_ID_FIELD.cpp_type = 1 - -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.name = "open_functions" -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.full_name = ".ftcfg.scene_function_cfg.open_functions" -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.number = 2 -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.index = 1 -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.label = 3 -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.type = 14 -SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.name = "open_paras" -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.full_name = ".ftcfg.scene_function_cfg.open_paras" -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.number = 3 -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.index = 2 -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.label = 3 -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.type = 5 -SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD.cpp_type = 1 - -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.name = "close_functions" -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.full_name = ".ftcfg.scene_function_cfg.close_functions" -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.number = 4 -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.index = 3 -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.label = 3 -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.type = 14 -SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.name = "leave_functions" -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.full_name = ".ftcfg.scene_function_cfg.leave_functions" -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.number = 5 -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.index = 4 -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.label = 3 -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.type = 14 -SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.name = "limit_functions" -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.full_name = ".ftcfg.scene_function_cfg.limit_functions" -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.number = 6 -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.index = 5 -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.label = 3 -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.type = 14 -SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.name = "slimit_functions" -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.full_name = ".ftcfg.scene_function_cfg.slimit_functions" -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.number = 7 -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.index = 6 -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.label = 3 -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.type = 14 -SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.name = "back_scene" -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.full_name = ".ftcfg.scene_function_cfg.back_scene" -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.number = 8 -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.index = 7 -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.label = 2 -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.default_value = 0 -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.type = 5 -SCENE_FUNCTION_CFG_BACK_SCENE_FIELD.cpp_type = 1 - -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.name = "rank_ids" -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.full_name = ".ftcfg.scene_function_cfg.rank_ids" -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.number = 9 -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.index = 8 -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.label = 3 -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.type = 5 -SCENE_FUNCTION_CFG_RANK_IDS_FIELD.cpp_type = 1 - -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.name = "rank_type" -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.full_name = ".ftcfg.scene_function_cfg.rank_type" -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.number = 10 -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.index = 9 -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.label = 2 -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.default_value = nil -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.type = 14 -SCENE_FUNCTION_CFG_RANK_TYPE_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.name = "rank_linenames" -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.full_name = ".ftcfg.scene_function_cfg.rank_linenames" -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.number = 11 -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.index = 10 -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.label = 3 -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.default_value = {} -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.type = 5 -SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD.cpp_type = 1 - -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.name = "close_opens" -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.full_name = ".ftcfg.scene_function_cfg.close_opens" -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.number = 12 -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.index = 11 -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.label = 3 -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.has_default_value = false -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.default_value = {} -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.type = 14 -SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD.cpp_type = 8 - -SCENE_FUNCTION_CFG.name = "scene_function_cfg" -SCENE_FUNCTION_CFG.full_name = ".ftcfg.scene_function_cfg" -SCENE_FUNCTION_CFG.nested_types = {} -SCENE_FUNCTION_CFG.enum_types = {} -SCENE_FUNCTION_CFG.fields = {SCENE_FUNCTION_CFG_ID_FIELD, SCENE_FUNCTION_CFG_OPEN_FUNCTIONS_FIELD, SCENE_FUNCTION_CFG_OPEN_PARAS_FIELD, SCENE_FUNCTION_CFG_CLOSE_FUNCTIONS_FIELD, SCENE_FUNCTION_CFG_LEAVE_FUNCTIONS_FIELD, SCENE_FUNCTION_CFG_LIMIT_FUNCTIONS_FIELD, SCENE_FUNCTION_CFG_SLIMIT_FUNCTIONS_FIELD, SCENE_FUNCTION_CFG_BACK_SCENE_FIELD, SCENE_FUNCTION_CFG_RANK_IDS_FIELD, SCENE_FUNCTION_CFG_RANK_TYPE_FIELD, SCENE_FUNCTION_CFG_RANK_LINENAMES_FIELD, SCENE_FUNCTION_CFG_CLOSE_OPENS_FIELD} -SCENE_FUNCTION_CFG.is_extendable = false -SCENE_FUNCTION_CFG.extensions = {} -SCENE_FUNCTION_CFGS_ITEMS_FIELD.name = "items" -SCENE_FUNCTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_function_cfgs.items" -SCENE_FUNCTION_CFGS_ITEMS_FIELD.number = 1 -SCENE_FUNCTION_CFGS_ITEMS_FIELD.index = 0 -SCENE_FUNCTION_CFGS_ITEMS_FIELD.label = 3 -SCENE_FUNCTION_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_FUNCTION_CFGS_ITEMS_FIELD.default_value = {} -SCENE_FUNCTION_CFGS_ITEMS_FIELD.message_type = SCENE_FUNCTION_CFG -SCENE_FUNCTION_CFGS_ITEMS_FIELD.type = 11 -SCENE_FUNCTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_FUNCTION_CFGS.name = "scene_function_cfgs" -SCENE_FUNCTION_CFGS.full_name = ".ftcfg.scene_function_cfgs" -SCENE_FUNCTION_CFGS.nested_types = {} -SCENE_FUNCTION_CFGS.enum_types = {} -SCENE_FUNCTION_CFGS.fields = {SCENE_FUNCTION_CFGS_ITEMS_FIELD} -SCENE_FUNCTION_CFGS.is_extendable = false -SCENE_FUNCTION_CFGS.extensions = {} -SCENE_AREA_CFG_AREA_ID_FIELD.name = "area_id" -SCENE_AREA_CFG_AREA_ID_FIELD.full_name = ".ftcfg.scene_area_cfg.area_id" -SCENE_AREA_CFG_AREA_ID_FIELD.number = 1 -SCENE_AREA_CFG_AREA_ID_FIELD.index = 0 -SCENE_AREA_CFG_AREA_ID_FIELD.label = 2 -SCENE_AREA_CFG_AREA_ID_FIELD.has_default_value = false -SCENE_AREA_CFG_AREA_ID_FIELD.default_value = 0 -SCENE_AREA_CFG_AREA_ID_FIELD.type = 5 -SCENE_AREA_CFG_AREA_ID_FIELD.cpp_type = 1 - -SCENE_AREA_CFG_MAP_ID_FIELD.name = "map_id" -SCENE_AREA_CFG_MAP_ID_FIELD.full_name = ".ftcfg.scene_area_cfg.map_id" -SCENE_AREA_CFG_MAP_ID_FIELD.number = 2 -SCENE_AREA_CFG_MAP_ID_FIELD.index = 1 -SCENE_AREA_CFG_MAP_ID_FIELD.label = 2 -SCENE_AREA_CFG_MAP_ID_FIELD.has_default_value = false -SCENE_AREA_CFG_MAP_ID_FIELD.default_value = 0 -SCENE_AREA_CFG_MAP_ID_FIELD.type = 5 -SCENE_AREA_CFG_MAP_ID_FIELD.cpp_type = 1 - -SCENE_AREA_CFG_AREA_TYPE_FIELD.name = "area_type" -SCENE_AREA_CFG_AREA_TYPE_FIELD.full_name = ".ftcfg.scene_area_cfg.area_type" -SCENE_AREA_CFG_AREA_TYPE_FIELD.number = 3 -SCENE_AREA_CFG_AREA_TYPE_FIELD.index = 2 -SCENE_AREA_CFG_AREA_TYPE_FIELD.label = 2 -SCENE_AREA_CFG_AREA_TYPE_FIELD.has_default_value = false -SCENE_AREA_CFG_AREA_TYPE_FIELD.default_value = nil -SCENE_AREA_CFG_AREA_TYPE_FIELD.enum_type = config_predefine_pb.EAREATRIGGERTYPE -SCENE_AREA_CFG_AREA_TYPE_FIELD.type = 14 -SCENE_AREA_CFG_AREA_TYPE_FIELD.cpp_type = 8 - -SCENE_AREA_CFG_POS_X_FIELD.name = "pos_x" -SCENE_AREA_CFG_POS_X_FIELD.full_name = ".ftcfg.scene_area_cfg.pos_x" -SCENE_AREA_CFG_POS_X_FIELD.number = 4 -SCENE_AREA_CFG_POS_X_FIELD.index = 3 -SCENE_AREA_CFG_POS_X_FIELD.label = 2 -SCENE_AREA_CFG_POS_X_FIELD.has_default_value = false -SCENE_AREA_CFG_POS_X_FIELD.default_value = 0.0 -SCENE_AREA_CFG_POS_X_FIELD.type = 2 -SCENE_AREA_CFG_POS_X_FIELD.cpp_type = 6 - -SCENE_AREA_CFG_POS_Y_FIELD.name = "pos_y" -SCENE_AREA_CFG_POS_Y_FIELD.full_name = ".ftcfg.scene_area_cfg.pos_y" -SCENE_AREA_CFG_POS_Y_FIELD.number = 5 -SCENE_AREA_CFG_POS_Y_FIELD.index = 4 -SCENE_AREA_CFG_POS_Y_FIELD.label = 2 -SCENE_AREA_CFG_POS_Y_FIELD.has_default_value = false -SCENE_AREA_CFG_POS_Y_FIELD.default_value = 0.0 -SCENE_AREA_CFG_POS_Y_FIELD.type = 2 -SCENE_AREA_CFG_POS_Y_FIELD.cpp_type = 6 - -SCENE_AREA_CFG_RADIUS_FIELD.name = "radius" -SCENE_AREA_CFG_RADIUS_FIELD.full_name = ".ftcfg.scene_area_cfg.radius" -SCENE_AREA_CFG_RADIUS_FIELD.number = 6 -SCENE_AREA_CFG_RADIUS_FIELD.index = 5 -SCENE_AREA_CFG_RADIUS_FIELD.label = 2 -SCENE_AREA_CFG_RADIUS_FIELD.has_default_value = false -SCENE_AREA_CFG_RADIUS_FIELD.default_value = 0.0 -SCENE_AREA_CFG_RADIUS_FIELD.type = 2 -SCENE_AREA_CFG_RADIUS_FIELD.cpp_type = 6 - -SCENE_AREA_CFG_WIDTH_FIELD.name = "width" -SCENE_AREA_CFG_WIDTH_FIELD.full_name = ".ftcfg.scene_area_cfg.width" -SCENE_AREA_CFG_WIDTH_FIELD.number = 7 -SCENE_AREA_CFG_WIDTH_FIELD.index = 6 -SCENE_AREA_CFG_WIDTH_FIELD.label = 2 -SCENE_AREA_CFG_WIDTH_FIELD.has_default_value = false -SCENE_AREA_CFG_WIDTH_FIELD.default_value = 0.0 -SCENE_AREA_CFG_WIDTH_FIELD.type = 2 -SCENE_AREA_CFG_WIDTH_FIELD.cpp_type = 6 - -SCENE_AREA_CFG_HEIGHT_FIELD.name = "height" -SCENE_AREA_CFG_HEIGHT_FIELD.full_name = ".ftcfg.scene_area_cfg.height" -SCENE_AREA_CFG_HEIGHT_FIELD.number = 8 -SCENE_AREA_CFG_HEIGHT_FIELD.index = 7 -SCENE_AREA_CFG_HEIGHT_FIELD.label = 2 -SCENE_AREA_CFG_HEIGHT_FIELD.has_default_value = false -SCENE_AREA_CFG_HEIGHT_FIELD.default_value = 0.0 -SCENE_AREA_CFG_HEIGHT_FIELD.type = 2 -SCENE_AREA_CFG_HEIGHT_FIELD.cpp_type = 6 - -SCENE_AREA_CFG_ACTION_FIELD.name = "action" -SCENE_AREA_CFG_ACTION_FIELD.full_name = ".ftcfg.scene_area_cfg.action" -SCENE_AREA_CFG_ACTION_FIELD.number = 9 -SCENE_AREA_CFG_ACTION_FIELD.index = 8 -SCENE_AREA_CFG_ACTION_FIELD.label = 2 -SCENE_AREA_CFG_ACTION_FIELD.has_default_value = false -SCENE_AREA_CFG_ACTION_FIELD.default_value = nil -SCENE_AREA_CFG_ACTION_FIELD.enum_type = config_predefine_pb.ETRIGGERACTIONTYPE -SCENE_AREA_CFG_ACTION_FIELD.type = 14 -SCENE_AREA_CFG_ACTION_FIELD.cpp_type = 8 - -SCENE_AREA_CFG_PARAM1_FIELD.name = "param1" -SCENE_AREA_CFG_PARAM1_FIELD.full_name = ".ftcfg.scene_area_cfg.param1" -SCENE_AREA_CFG_PARAM1_FIELD.number = 10 -SCENE_AREA_CFG_PARAM1_FIELD.index = 9 -SCENE_AREA_CFG_PARAM1_FIELD.label = 2 -SCENE_AREA_CFG_PARAM1_FIELD.has_default_value = false -SCENE_AREA_CFG_PARAM1_FIELD.default_value = 0 -SCENE_AREA_CFG_PARAM1_FIELD.type = 5 -SCENE_AREA_CFG_PARAM1_FIELD.cpp_type = 1 - -SCENE_AREA_CFG_PARAM2_FIELD.name = "param2" -SCENE_AREA_CFG_PARAM2_FIELD.full_name = ".ftcfg.scene_area_cfg.param2" -SCENE_AREA_CFG_PARAM2_FIELD.number = 11 -SCENE_AREA_CFG_PARAM2_FIELD.index = 10 -SCENE_AREA_CFG_PARAM2_FIELD.label = 2 -SCENE_AREA_CFG_PARAM2_FIELD.has_default_value = false -SCENE_AREA_CFG_PARAM2_FIELD.default_value = 0 -SCENE_AREA_CFG_PARAM2_FIELD.type = 5 -SCENE_AREA_CFG_PARAM2_FIELD.cpp_type = 1 - -SCENE_AREA_CFG.name = "scene_area_cfg" -SCENE_AREA_CFG.full_name = ".ftcfg.scene_area_cfg" -SCENE_AREA_CFG.nested_types = {} -SCENE_AREA_CFG.enum_types = {} -SCENE_AREA_CFG.fields = {SCENE_AREA_CFG_AREA_ID_FIELD, SCENE_AREA_CFG_MAP_ID_FIELD, SCENE_AREA_CFG_AREA_TYPE_FIELD, SCENE_AREA_CFG_POS_X_FIELD, SCENE_AREA_CFG_POS_Y_FIELD, SCENE_AREA_CFG_RADIUS_FIELD, SCENE_AREA_CFG_WIDTH_FIELD, SCENE_AREA_CFG_HEIGHT_FIELD, SCENE_AREA_CFG_ACTION_FIELD, SCENE_AREA_CFG_PARAM1_FIELD, SCENE_AREA_CFG_PARAM2_FIELD} -SCENE_AREA_CFG.is_extendable = false -SCENE_AREA_CFG.extensions = {} -SCENE_AREA_CFGS_ITEMS_FIELD.name = "items" -SCENE_AREA_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_area_cfgs.items" -SCENE_AREA_CFGS_ITEMS_FIELD.number = 1 -SCENE_AREA_CFGS_ITEMS_FIELD.index = 0 -SCENE_AREA_CFGS_ITEMS_FIELD.label = 3 -SCENE_AREA_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_AREA_CFGS_ITEMS_FIELD.default_value = {} -SCENE_AREA_CFGS_ITEMS_FIELD.message_type = SCENE_AREA_CFG -SCENE_AREA_CFGS_ITEMS_FIELD.type = 11 -SCENE_AREA_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_AREA_CFGS.name = "scene_area_cfgs" -SCENE_AREA_CFGS.full_name = ".ftcfg.scene_area_cfgs" -SCENE_AREA_CFGS.nested_types = {} -SCENE_AREA_CFGS.enum_types = {} -SCENE_AREA_CFGS.fields = {SCENE_AREA_CFGS_ITEMS_FIELD} -SCENE_AREA_CFGS.is_extendable = false -SCENE_AREA_CFGS.extensions = {} -CLIENT_TRIGGER_CFG_ID_FIELD.name = "id" -CLIENT_TRIGGER_CFG_ID_FIELD.full_name = ".ftcfg.client_trigger_cfg.id" -CLIENT_TRIGGER_CFG_ID_FIELD.number = 1 -CLIENT_TRIGGER_CFG_ID_FIELD.index = 0 -CLIENT_TRIGGER_CFG_ID_FIELD.label = 2 -CLIENT_TRIGGER_CFG_ID_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_ID_FIELD.default_value = 0 -CLIENT_TRIGGER_CFG_ID_FIELD.type = 5 -CLIENT_TRIGGER_CFG_ID_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.name = "map_id" -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.full_name = ".ftcfg.client_trigger_cfg.map_id" -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.number = 2 -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.index = 1 -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.label = 2 -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.default_value = 0 -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.type = 5 -CLIENT_TRIGGER_CFG_MAP_ID_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG_EVENTS_FIELD.name = "events" -CLIENT_TRIGGER_CFG_EVENTS_FIELD.full_name = ".ftcfg.client_trigger_cfg.events" -CLIENT_TRIGGER_CFG_EVENTS_FIELD.number = 3 -CLIENT_TRIGGER_CFG_EVENTS_FIELD.index = 2 -CLIENT_TRIGGER_CFG_EVENTS_FIELD.label = 3 -CLIENT_TRIGGER_CFG_EVENTS_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_EVENTS_FIELD.default_value = {} -CLIENT_TRIGGER_CFG_EVENTS_FIELD.type = 5 -CLIENT_TRIGGER_CFG_EVENTS_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.name = "conditions" -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.full_name = ".ftcfg.client_trigger_cfg.conditions" -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.number = 4 -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.index = 3 -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.label = 3 -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.default_value = {} -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.type = 5 -CLIENT_TRIGGER_CFG_CONDITIONS_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.name = "actions" -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.full_name = ".ftcfg.client_trigger_cfg.actions" -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.number = 5 -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.index = 4 -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.label = 3 -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.default_value = {} -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.type = 5 -CLIENT_TRIGGER_CFG_ACTIONS_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG_OPENED_FIELD.name = "opened" -CLIENT_TRIGGER_CFG_OPENED_FIELD.full_name = ".ftcfg.client_trigger_cfg.opened" -CLIENT_TRIGGER_CFG_OPENED_FIELD.number = 6 -CLIENT_TRIGGER_CFG_OPENED_FIELD.index = 5 -CLIENT_TRIGGER_CFG_OPENED_FIELD.label = 2 -CLIENT_TRIGGER_CFG_OPENED_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_OPENED_FIELD.default_value = 0 -CLIENT_TRIGGER_CFG_OPENED_FIELD.type = 5 -CLIENT_TRIGGER_CFG_OPENED_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.name = "canCycleTriggle" -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.full_name = ".ftcfg.client_trigger_cfg.canCycleTriggle" -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.number = 7 -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.index = 6 -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.label = 2 -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.has_default_value = false -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.default_value = 0 -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.type = 5 -CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CFG.name = "client_trigger_cfg" -CLIENT_TRIGGER_CFG.full_name = ".ftcfg.client_trigger_cfg" -CLIENT_TRIGGER_CFG.nested_types = {} -CLIENT_TRIGGER_CFG.enum_types = {} -CLIENT_TRIGGER_CFG.fields = {CLIENT_TRIGGER_CFG_ID_FIELD, CLIENT_TRIGGER_CFG_MAP_ID_FIELD, CLIENT_TRIGGER_CFG_EVENTS_FIELD, CLIENT_TRIGGER_CFG_CONDITIONS_FIELD, CLIENT_TRIGGER_CFG_ACTIONS_FIELD, CLIENT_TRIGGER_CFG_OPENED_FIELD, CLIENT_TRIGGER_CFG_CANCYCLETRIGGLE_FIELD} -CLIENT_TRIGGER_CFG.is_extendable = false -CLIENT_TRIGGER_CFG.extensions = {} -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.name = "items" -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.full_name = ".ftcfg.client_trigger_cfgs.items" -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.number = 1 -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.index = 0 -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.label = 3 -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.has_default_value = false -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.default_value = {} -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.message_type = CLIENT_TRIGGER_CFG -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.type = 11 -CLIENT_TRIGGER_CFGS_ITEMS_FIELD.cpp_type = 10 - -CLIENT_TRIGGER_CFGS.name = "client_trigger_cfgs" -CLIENT_TRIGGER_CFGS.full_name = ".ftcfg.client_trigger_cfgs" -CLIENT_TRIGGER_CFGS.nested_types = {} -CLIENT_TRIGGER_CFGS.enum_types = {} -CLIENT_TRIGGER_CFGS.fields = {CLIENT_TRIGGER_CFGS_ITEMS_FIELD} -CLIENT_TRIGGER_CFGS.is_extendable = false -CLIENT_TRIGGER_CFGS.extensions = {} -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.name = "event_id" -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.event_id" -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.number = 1 -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.index = 0 -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.default_value = 0 -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.type = 5 -CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.name = "type" -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.type" -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.number = 2 -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.index = 1 -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.default_value = nil -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ECLIENTTRIGGEREVENTTYPE -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.type = 14 -CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD.cpp_type = 8 - -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.name = "param1" -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param1" -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.number = 3 -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.index = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.name = "param2" -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param2" -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.number = 4 -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.index = 3 -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.name = "param3" -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param3" -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.number = 5 -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.index = 4 -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.name = "param4" -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param4" -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.number = 6 -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.index = 5 -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.name = "param5" -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param5" -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.number = 7 -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.index = 6 -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.name = "param6" -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param6" -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.number = 8 -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.index = 7 -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.name = "param7" -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param7" -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.number = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.index = 8 -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.name = "param8" -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param8" -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.number = 10 -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.index = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.name = "param9" -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param9" -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.number = 11 -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.index = 10 -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.name = "param10" -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.full_name = ".ftcfg.client_trigger_event_cfg.param10" -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.number = 12 -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.index = 11 -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.label = 2 -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.default_value = "" -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.type = 9 -CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_EVENT_CFG.name = "client_trigger_event_cfg" -CLIENT_TRIGGER_EVENT_CFG.full_name = ".ftcfg.client_trigger_event_cfg" -CLIENT_TRIGGER_EVENT_CFG.nested_types = {} -CLIENT_TRIGGER_EVENT_CFG.enum_types = {} -CLIENT_TRIGGER_EVENT_CFG.fields = {CLIENT_TRIGGER_EVENT_CFG_EVENT_ID_FIELD, CLIENT_TRIGGER_EVENT_CFG_TYPE_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM1_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM2_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM3_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM4_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM5_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM6_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM7_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM8_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM9_FIELD, CLIENT_TRIGGER_EVENT_CFG_PARAM10_FIELD} -CLIENT_TRIGGER_EVENT_CFG.is_extendable = false -CLIENT_TRIGGER_EVENT_CFG.extensions = {} -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.name = "items" -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.client_trigger_event_cfgs.items" -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.number = 1 -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.index = 0 -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.label = 3 -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.has_default_value = false -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.default_value = {} -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.message_type = CLIENT_TRIGGER_EVENT_CFG -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.type = 11 -CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD.cpp_type = 10 - -CLIENT_TRIGGER_EVENT_CFGS.name = "client_trigger_event_cfgs" -CLIENT_TRIGGER_EVENT_CFGS.full_name = ".ftcfg.client_trigger_event_cfgs" -CLIENT_TRIGGER_EVENT_CFGS.nested_types = {} -CLIENT_TRIGGER_EVENT_CFGS.enum_types = {} -CLIENT_TRIGGER_EVENT_CFGS.fields = {CLIENT_TRIGGER_EVENT_CFGS_ITEMS_FIELD} -CLIENT_TRIGGER_EVENT_CFGS.is_extendable = false -CLIENT_TRIGGER_EVENT_CFGS.extensions = {} -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.name = "condition_id" -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.condition_id" -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.number = 1 -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.index = 0 -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.default_value = 0 -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.type = 5 -CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.name = "type" -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.type" -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.number = 2 -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.index = 1 -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.default_value = nil -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ECLIENTTRIGGERCONDITIONTYPE -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.type = 14 -CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD.cpp_type = 8 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.name = "param1" -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param1" -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.number = 3 -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.index = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.name = "param2" -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param2" -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.number = 4 -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.index = 3 -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.name = "param3" -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param3" -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.number = 5 -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.index = 4 -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.name = "param4" -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param4" -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.number = 6 -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.index = 5 -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.name = "param5" -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param5" -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.number = 7 -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.index = 6 -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.name = "param6" -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param6" -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.number = 8 -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.index = 7 -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.name = "param7" -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param7" -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.number = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.index = 8 -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.name = "param8" -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param8" -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.number = 10 -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.index = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.name = "param9" -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param9" -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.number = 11 -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.index = 10 -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.name = "param10" -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.full_name = ".ftcfg.client_trigger_condition_cfg.param10" -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.number = 12 -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.index = 11 -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.label = 2 -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.default_value = "" -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.type = 9 -CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_CONDITION_CFG.name = "client_trigger_condition_cfg" -CLIENT_TRIGGER_CONDITION_CFG.full_name = ".ftcfg.client_trigger_condition_cfg" -CLIENT_TRIGGER_CONDITION_CFG.nested_types = {} -CLIENT_TRIGGER_CONDITION_CFG.enum_types = {} -CLIENT_TRIGGER_CONDITION_CFG.fields = {CLIENT_TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD, CLIENT_TRIGGER_CONDITION_CFG_TYPE_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM1_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM2_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM3_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM4_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM5_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM6_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM7_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM8_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM9_FIELD, CLIENT_TRIGGER_CONDITION_CFG_PARAM10_FIELD} -CLIENT_TRIGGER_CONDITION_CFG.is_extendable = false -CLIENT_TRIGGER_CONDITION_CFG.extensions = {} -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.name = "items" -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.client_trigger_condition_cfgs.items" -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.number = 1 -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.index = 0 -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.label = 3 -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.has_default_value = false -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.default_value = {} -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.message_type = CLIENT_TRIGGER_CONDITION_CFG -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.type = 11 -CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD.cpp_type = 10 - -CLIENT_TRIGGER_CONDITION_CFGS.name = "client_trigger_condition_cfgs" -CLIENT_TRIGGER_CONDITION_CFGS.full_name = ".ftcfg.client_trigger_condition_cfgs" -CLIENT_TRIGGER_CONDITION_CFGS.nested_types = {} -CLIENT_TRIGGER_CONDITION_CFGS.enum_types = {} -CLIENT_TRIGGER_CONDITION_CFGS.fields = {CLIENT_TRIGGER_CONDITION_CFGS_ITEMS_FIELD} -CLIENT_TRIGGER_CONDITION_CFGS.is_extendable = false -CLIENT_TRIGGER_CONDITION_CFGS.extensions = {} -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.name = "action_id" -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.action_id" -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.number = 1 -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.index = 0 -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.default_value = 0 -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.type = 5 -CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.name = "type" -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.type" -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.number = 2 -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.index = 1 -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.default_value = nil -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ECLIENTTRIGGERACTIONTYPE -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.type = 14 -CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD.cpp_type = 8 - -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.name = "param1" -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param1" -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.number = 3 -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.index = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.name = "param2" -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param2" -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.number = 4 -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.index = 3 -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.name = "param3" -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param3" -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.number = 5 -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.index = 4 -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.name = "param4" -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param4" -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.number = 6 -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.index = 5 -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.name = "param5" -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param5" -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.number = 7 -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.index = 6 -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.name = "param6" -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param6" -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.number = 8 -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.index = 7 -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.name = "param7" -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param7" -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.number = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.index = 8 -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.name = "param8" -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param8" -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.number = 10 -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.index = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.name = "param9" -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param9" -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.number = 11 -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.index = 10 -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.name = "param10" -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.full_name = ".ftcfg.client_trigger_action_cfg.param10" -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.number = 12 -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.index = 11 -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.label = 2 -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.default_value = "" -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.type = 9 -CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_ACTION_CFG.name = "client_trigger_action_cfg" -CLIENT_TRIGGER_ACTION_CFG.full_name = ".ftcfg.client_trigger_action_cfg" -CLIENT_TRIGGER_ACTION_CFG.nested_types = {} -CLIENT_TRIGGER_ACTION_CFG.enum_types = {} -CLIENT_TRIGGER_ACTION_CFG.fields = {CLIENT_TRIGGER_ACTION_CFG_ACTION_ID_FIELD, CLIENT_TRIGGER_ACTION_CFG_TYPE_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM1_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM2_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM3_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM4_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM5_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM6_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM7_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM8_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM9_FIELD, CLIENT_TRIGGER_ACTION_CFG_PARAM10_FIELD} -CLIENT_TRIGGER_ACTION_CFG.is_extendable = false -CLIENT_TRIGGER_ACTION_CFG.extensions = {} -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.name = "items" -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.client_trigger_action_cfgs.items" -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.number = 1 -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.index = 0 -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.label = 3 -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.has_default_value = false -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.default_value = {} -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.message_type = CLIENT_TRIGGER_ACTION_CFG -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.type = 11 -CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -CLIENT_TRIGGER_ACTION_CFGS.name = "client_trigger_action_cfgs" -CLIENT_TRIGGER_ACTION_CFGS.full_name = ".ftcfg.client_trigger_action_cfgs" -CLIENT_TRIGGER_ACTION_CFGS.nested_types = {} -CLIENT_TRIGGER_ACTION_CFGS.enum_types = {} -CLIENT_TRIGGER_ACTION_CFGS.fields = {CLIENT_TRIGGER_ACTION_CFGS_ITEMS_FIELD} -CLIENT_TRIGGER_ACTION_CFGS.is_extendable = false -CLIENT_TRIGGER_ACTION_CFGS.extensions = {} -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.name = "name" -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.name" -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.number = 1 -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.index = 0 -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.default_value = "" -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.type = 9 -CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.name = "map_id" -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.map_id" -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.number = 2 -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.index = 1 -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.default_value = 0 -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.type = 5 -CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.cpp_type = 1 - -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.name = "type" -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.type" -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.number = 3 -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.index = 2 -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.default_value = nil -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ECLIENTTRIGGERVARIABLETYPE -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.type = 14 -CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD.cpp_type = 8 - -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.name = "is_vec" -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.is_vec" -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.number = 4 -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.index = 3 -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.default_value = 0 -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.type = 13 -CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.cpp_type = 3 - -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.name = "vec_size" -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.vec_size" -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.number = 5 -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.index = 4 -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.default_value = 0 -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.type = 13 -CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.cpp_type = 3 - -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.name = "param1" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.param1" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.number = 6 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.index = 5 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.default_value = "" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.type = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.name = "param2" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.param2" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.number = 7 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.index = 6 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.default_value = "" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.type = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.name = "param3" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.param3" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.number = 8 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.index = 7 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.default_value = "" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.type = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.name = "param4" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.param4" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.number = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.index = 8 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.default_value = "" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.type = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.name = "param5" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.full_name = ".ftcfg.client_trigger_variable_cfg.param5" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.number = 10 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.index = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.label = 2 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.default_value = "" -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.type = 9 -CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD.cpp_type = 9 - -CLIENT_TRIGGER_VARIABLE_CFG.name = "client_trigger_variable_cfg" -CLIENT_TRIGGER_VARIABLE_CFG.full_name = ".ftcfg.client_trigger_variable_cfg" -CLIENT_TRIGGER_VARIABLE_CFG.nested_types = {} -CLIENT_TRIGGER_VARIABLE_CFG.enum_types = {} -CLIENT_TRIGGER_VARIABLE_CFG.fields = {CLIENT_TRIGGER_VARIABLE_CFG_NAME_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_MAP_ID_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_TYPE_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_IS_VEC_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_PARAM1_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_PARAM2_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_PARAM3_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_PARAM4_FIELD, CLIENT_TRIGGER_VARIABLE_CFG_PARAM5_FIELD} -CLIENT_TRIGGER_VARIABLE_CFG.is_extendable = false -CLIENT_TRIGGER_VARIABLE_CFG.extensions = {} -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.name = "items" -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.client_trigger_variable_cfgs.items" -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.number = 1 -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.index = 0 -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.label = 3 -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.has_default_value = false -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.default_value = {} -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.message_type = CLIENT_TRIGGER_VARIABLE_CFG -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.type = 11 -CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.cpp_type = 10 - -CLIENT_TRIGGER_VARIABLE_CFGS.name = "client_trigger_variable_cfgs" -CLIENT_TRIGGER_VARIABLE_CFGS.full_name = ".ftcfg.client_trigger_variable_cfgs" -CLIENT_TRIGGER_VARIABLE_CFGS.nested_types = {} -CLIENT_TRIGGER_VARIABLE_CFGS.enum_types = {} -CLIENT_TRIGGER_VARIABLE_CFGS.fields = {CLIENT_TRIGGER_VARIABLE_CFGS_ITEMS_FIELD} -CLIENT_TRIGGER_VARIABLE_CFGS.is_extendable = false -CLIENT_TRIGGER_VARIABLE_CFGS.extensions = {} -SCENE_ORGAN_CFG_ID_FIELD.name = "id" -SCENE_ORGAN_CFG_ID_FIELD.full_name = ".ftcfg.scene_organ_cfg.id" -SCENE_ORGAN_CFG_ID_FIELD.number = 1 -SCENE_ORGAN_CFG_ID_FIELD.index = 0 -SCENE_ORGAN_CFG_ID_FIELD.label = 2 -SCENE_ORGAN_CFG_ID_FIELD.has_default_value = false -SCENE_ORGAN_CFG_ID_FIELD.default_value = 0 -SCENE_ORGAN_CFG_ID_FIELD.type = 5 -SCENE_ORGAN_CFG_ID_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG_NAME_FIELD.name = "name" -SCENE_ORGAN_CFG_NAME_FIELD.full_name = ".ftcfg.scene_organ_cfg.name" -SCENE_ORGAN_CFG_NAME_FIELD.number = 2 -SCENE_ORGAN_CFG_NAME_FIELD.index = 1 -SCENE_ORGAN_CFG_NAME_FIELD.label = 2 -SCENE_ORGAN_CFG_NAME_FIELD.has_default_value = false -SCENE_ORGAN_CFG_NAME_FIELD.default_value = 0 -SCENE_ORGAN_CFG_NAME_FIELD.type = 5 -SCENE_ORGAN_CFG_NAME_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG_MODULE_FIELD.name = "module" -SCENE_ORGAN_CFG_MODULE_FIELD.full_name = ".ftcfg.scene_organ_cfg.module" -SCENE_ORGAN_CFG_MODULE_FIELD.number = 3 -SCENE_ORGAN_CFG_MODULE_FIELD.index = 2 -SCENE_ORGAN_CFG_MODULE_FIELD.label = 2 -SCENE_ORGAN_CFG_MODULE_FIELD.has_default_value = false -SCENE_ORGAN_CFG_MODULE_FIELD.default_value = 0 -SCENE_ORGAN_CFG_MODULE_FIELD.type = 5 -SCENE_ORGAN_CFG_MODULE_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG_MAP_ID_FIELD.name = "map_id" -SCENE_ORGAN_CFG_MAP_ID_FIELD.full_name = ".ftcfg.scene_organ_cfg.map_id" -SCENE_ORGAN_CFG_MAP_ID_FIELD.number = 4 -SCENE_ORGAN_CFG_MAP_ID_FIELD.index = 3 -SCENE_ORGAN_CFG_MAP_ID_FIELD.label = 2 -SCENE_ORGAN_CFG_MAP_ID_FIELD.has_default_value = false -SCENE_ORGAN_CFG_MAP_ID_FIELD.default_value = 0 -SCENE_ORGAN_CFG_MAP_ID_FIELD.type = 5 -SCENE_ORGAN_CFG_MAP_ID_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG_POS_X_FIELD.name = "pos_x" -SCENE_ORGAN_CFG_POS_X_FIELD.full_name = ".ftcfg.scene_organ_cfg.pos_x" -SCENE_ORGAN_CFG_POS_X_FIELD.number = 5 -SCENE_ORGAN_CFG_POS_X_FIELD.index = 4 -SCENE_ORGAN_CFG_POS_X_FIELD.label = 2 -SCENE_ORGAN_CFG_POS_X_FIELD.has_default_value = false -SCENE_ORGAN_CFG_POS_X_FIELD.default_value = 0.0 -SCENE_ORGAN_CFG_POS_X_FIELD.type = 2 -SCENE_ORGAN_CFG_POS_X_FIELD.cpp_type = 6 - -SCENE_ORGAN_CFG_POS_Y_FIELD.name = "pos_y" -SCENE_ORGAN_CFG_POS_Y_FIELD.full_name = ".ftcfg.scene_organ_cfg.pos_y" -SCENE_ORGAN_CFG_POS_Y_FIELD.number = 6 -SCENE_ORGAN_CFG_POS_Y_FIELD.index = 5 -SCENE_ORGAN_CFG_POS_Y_FIELD.label = 2 -SCENE_ORGAN_CFG_POS_Y_FIELD.has_default_value = false -SCENE_ORGAN_CFG_POS_Y_FIELD.default_value = 0.0 -SCENE_ORGAN_CFG_POS_Y_FIELD.type = 2 -SCENE_ORGAN_CFG_POS_Y_FIELD.cpp_type = 6 - -SCENE_ORGAN_CFG_POS_Z_FIELD.name = "pos_z" -SCENE_ORGAN_CFG_POS_Z_FIELD.full_name = ".ftcfg.scene_organ_cfg.pos_z" -SCENE_ORGAN_CFG_POS_Z_FIELD.number = 7 -SCENE_ORGAN_CFG_POS_Z_FIELD.index = 6 -SCENE_ORGAN_CFG_POS_Z_FIELD.label = 2 -SCENE_ORGAN_CFG_POS_Z_FIELD.has_default_value = false -SCENE_ORGAN_CFG_POS_Z_FIELD.default_value = 0.0 -SCENE_ORGAN_CFG_POS_Z_FIELD.type = 2 -SCENE_ORGAN_CFG_POS_Z_FIELD.cpp_type = 6 - -SCENE_ORGAN_CFG_ORIENTATION_FIELD.name = "orientation" -SCENE_ORGAN_CFG_ORIENTATION_FIELD.full_name = ".ftcfg.scene_organ_cfg.orientation" -SCENE_ORGAN_CFG_ORIENTATION_FIELD.number = 8 -SCENE_ORGAN_CFG_ORIENTATION_FIELD.index = 7 -SCENE_ORGAN_CFG_ORIENTATION_FIELD.label = 2 -SCENE_ORGAN_CFG_ORIENTATION_FIELD.has_default_value = false -SCENE_ORGAN_CFG_ORIENTATION_FIELD.default_value = 0.0 -SCENE_ORGAN_CFG_ORIENTATION_FIELD.type = 2 -SCENE_ORGAN_CFG_ORIENTATION_FIELD.cpp_type = 6 - -SCENE_ORGAN_CFG_SKILL_ID_FIELD.name = "skill_id" -SCENE_ORGAN_CFG_SKILL_ID_FIELD.full_name = ".ftcfg.scene_organ_cfg.skill_id" -SCENE_ORGAN_CFG_SKILL_ID_FIELD.number = 9 -SCENE_ORGAN_CFG_SKILL_ID_FIELD.index = 8 -SCENE_ORGAN_CFG_SKILL_ID_FIELD.label = 2 -SCENE_ORGAN_CFG_SKILL_ID_FIELD.has_default_value = false -SCENE_ORGAN_CFG_SKILL_ID_FIELD.default_value = 0 -SCENE_ORGAN_CFG_SKILL_ID_FIELD.type = 5 -SCENE_ORGAN_CFG_SKILL_ID_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG_ENABLED_FIELD.name = "enabled" -SCENE_ORGAN_CFG_ENABLED_FIELD.full_name = ".ftcfg.scene_organ_cfg.enabled" -SCENE_ORGAN_CFG_ENABLED_FIELD.number = 10 -SCENE_ORGAN_CFG_ENABLED_FIELD.index = 9 -SCENE_ORGAN_CFG_ENABLED_FIELD.label = 2 -SCENE_ORGAN_CFG_ENABLED_FIELD.has_default_value = false -SCENE_ORGAN_CFG_ENABLED_FIELD.default_value = 0 -SCENE_ORGAN_CFG_ENABLED_FIELD.type = 5 -SCENE_ORGAN_CFG_ENABLED_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.name = "show_name" -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.full_name = ".ftcfg.scene_organ_cfg.show_name" -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.number = 11 -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.index = 10 -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.label = 2 -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.has_default_value = false -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.default_value = 0 -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.type = 5 -SCENE_ORGAN_CFG_SHOW_NAME_FIELD.cpp_type = 1 - -SCENE_ORGAN_CFG.name = "scene_organ_cfg" -SCENE_ORGAN_CFG.full_name = ".ftcfg.scene_organ_cfg" -SCENE_ORGAN_CFG.nested_types = {} -SCENE_ORGAN_CFG.enum_types = {} -SCENE_ORGAN_CFG.fields = {SCENE_ORGAN_CFG_ID_FIELD, SCENE_ORGAN_CFG_NAME_FIELD, SCENE_ORGAN_CFG_MODULE_FIELD, SCENE_ORGAN_CFG_MAP_ID_FIELD, SCENE_ORGAN_CFG_POS_X_FIELD, SCENE_ORGAN_CFG_POS_Y_FIELD, SCENE_ORGAN_CFG_POS_Z_FIELD, SCENE_ORGAN_CFG_ORIENTATION_FIELD, SCENE_ORGAN_CFG_SKILL_ID_FIELD, SCENE_ORGAN_CFG_ENABLED_FIELD, SCENE_ORGAN_CFG_SHOW_NAME_FIELD} -SCENE_ORGAN_CFG.is_extendable = false -SCENE_ORGAN_CFG.extensions = {} -SCENE_ORGAN_CFGS_ITEMS_FIELD.name = "items" -SCENE_ORGAN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_organ_cfgs.items" -SCENE_ORGAN_CFGS_ITEMS_FIELD.number = 1 -SCENE_ORGAN_CFGS_ITEMS_FIELD.index = 0 -SCENE_ORGAN_CFGS_ITEMS_FIELD.label = 3 -SCENE_ORGAN_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_ORGAN_CFGS_ITEMS_FIELD.default_value = {} -SCENE_ORGAN_CFGS_ITEMS_FIELD.message_type = SCENE_ORGAN_CFG -SCENE_ORGAN_CFGS_ITEMS_FIELD.type = 11 -SCENE_ORGAN_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_ORGAN_CFGS.name = "scene_organ_cfgs" -SCENE_ORGAN_CFGS.full_name = ".ftcfg.scene_organ_cfgs" -SCENE_ORGAN_CFGS.nested_types = {} -SCENE_ORGAN_CFGS.enum_types = {} -SCENE_ORGAN_CFGS.fields = {SCENE_ORGAN_CFGS_ITEMS_FIELD} -SCENE_ORGAN_CFGS.is_extendable = false -SCENE_ORGAN_CFGS.extensions = {} -MAP_SIGNS_CFG_ID_FIELD.name = "id" -MAP_SIGNS_CFG_ID_FIELD.full_name = ".ftcfg.map_signs_cfg.id" -MAP_SIGNS_CFG_ID_FIELD.number = 1 -MAP_SIGNS_CFG_ID_FIELD.index = 0 -MAP_SIGNS_CFG_ID_FIELD.label = 2 -MAP_SIGNS_CFG_ID_FIELD.has_default_value = false -MAP_SIGNS_CFG_ID_FIELD.default_value = 0 -MAP_SIGNS_CFG_ID_FIELD.type = 5 -MAP_SIGNS_CFG_ID_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG_NAME_FIELD.name = "name" -MAP_SIGNS_CFG_NAME_FIELD.full_name = ".ftcfg.map_signs_cfg.name" -MAP_SIGNS_CFG_NAME_FIELD.number = 2 -MAP_SIGNS_CFG_NAME_FIELD.index = 1 -MAP_SIGNS_CFG_NAME_FIELD.label = 2 -MAP_SIGNS_CFG_NAME_FIELD.has_default_value = false -MAP_SIGNS_CFG_NAME_FIELD.default_value = 0 -MAP_SIGNS_CFG_NAME_FIELD.type = 5 -MAP_SIGNS_CFG_NAME_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG_MAP_ID_FIELD.name = "map_id" -MAP_SIGNS_CFG_MAP_ID_FIELD.full_name = ".ftcfg.map_signs_cfg.map_id" -MAP_SIGNS_CFG_MAP_ID_FIELD.number = 3 -MAP_SIGNS_CFG_MAP_ID_FIELD.index = 2 -MAP_SIGNS_CFG_MAP_ID_FIELD.label = 2 -MAP_SIGNS_CFG_MAP_ID_FIELD.has_default_value = false -MAP_SIGNS_CFG_MAP_ID_FIELD.default_value = 0 -MAP_SIGNS_CFG_MAP_ID_FIELD.type = 5 -MAP_SIGNS_CFG_MAP_ID_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG_TYPE_FIELD.name = "type" -MAP_SIGNS_CFG_TYPE_FIELD.full_name = ".ftcfg.map_signs_cfg.type" -MAP_SIGNS_CFG_TYPE_FIELD.number = 4 -MAP_SIGNS_CFG_TYPE_FIELD.index = 3 -MAP_SIGNS_CFG_TYPE_FIELD.label = 2 -MAP_SIGNS_CFG_TYPE_FIELD.has_default_value = false -MAP_SIGNS_CFG_TYPE_FIELD.default_value = 0 -MAP_SIGNS_CFG_TYPE_FIELD.type = 5 -MAP_SIGNS_CFG_TYPE_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG_SUB_TYPE_FIELD.name = "sub_type" -MAP_SIGNS_CFG_SUB_TYPE_FIELD.full_name = ".ftcfg.map_signs_cfg.sub_type" -MAP_SIGNS_CFG_SUB_TYPE_FIELD.number = 5 -MAP_SIGNS_CFG_SUB_TYPE_FIELD.index = 4 -MAP_SIGNS_CFG_SUB_TYPE_FIELD.label = 2 -MAP_SIGNS_CFG_SUB_TYPE_FIELD.has_default_value = false -MAP_SIGNS_CFG_SUB_TYPE_FIELD.default_value = nil -MAP_SIGNS_CFG_SUB_TYPE_FIELD.enum_type = config_predefine_pb.EACTIVETYPE -MAP_SIGNS_CFG_SUB_TYPE_FIELD.type = 14 -MAP_SIGNS_CFG_SUB_TYPE_FIELD.cpp_type = 8 - -MAP_SIGNS_CFG_AUTO_ID_FIELD.name = "auto_id" -MAP_SIGNS_CFG_AUTO_ID_FIELD.full_name = ".ftcfg.map_signs_cfg.auto_id" -MAP_SIGNS_CFG_AUTO_ID_FIELD.number = 6 -MAP_SIGNS_CFG_AUTO_ID_FIELD.index = 5 -MAP_SIGNS_CFG_AUTO_ID_FIELD.label = 2 -MAP_SIGNS_CFG_AUTO_ID_FIELD.has_default_value = false -MAP_SIGNS_CFG_AUTO_ID_FIELD.default_value = 0 -MAP_SIGNS_CFG_AUTO_ID_FIELD.type = 5 -MAP_SIGNS_CFG_AUTO_ID_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG_POS_X_FIELD.name = "pos_x" -MAP_SIGNS_CFG_POS_X_FIELD.full_name = ".ftcfg.map_signs_cfg.pos_x" -MAP_SIGNS_CFG_POS_X_FIELD.number = 7 -MAP_SIGNS_CFG_POS_X_FIELD.index = 6 -MAP_SIGNS_CFG_POS_X_FIELD.label = 2 -MAP_SIGNS_CFG_POS_X_FIELD.has_default_value = false -MAP_SIGNS_CFG_POS_X_FIELD.default_value = 0.0 -MAP_SIGNS_CFG_POS_X_FIELD.type = 2 -MAP_SIGNS_CFG_POS_X_FIELD.cpp_type = 6 - -MAP_SIGNS_CFG_POS_Y_FIELD.name = "pos_y" -MAP_SIGNS_CFG_POS_Y_FIELD.full_name = ".ftcfg.map_signs_cfg.pos_y" -MAP_SIGNS_CFG_POS_Y_FIELD.number = 8 -MAP_SIGNS_CFG_POS_Y_FIELD.index = 7 -MAP_SIGNS_CFG_POS_Y_FIELD.label = 2 -MAP_SIGNS_CFG_POS_Y_FIELD.has_default_value = false -MAP_SIGNS_CFG_POS_Y_FIELD.default_value = 0.0 -MAP_SIGNS_CFG_POS_Y_FIELD.type = 2 -MAP_SIGNS_CFG_POS_Y_FIELD.cpp_type = 6 - -MAP_SIGNS_CFG_POS_Z_FIELD.name = "pos_z" -MAP_SIGNS_CFG_POS_Z_FIELD.full_name = ".ftcfg.map_signs_cfg.pos_z" -MAP_SIGNS_CFG_POS_Z_FIELD.number = 9 -MAP_SIGNS_CFG_POS_Z_FIELD.index = 8 -MAP_SIGNS_CFG_POS_Z_FIELD.label = 2 -MAP_SIGNS_CFG_POS_Z_FIELD.has_default_value = false -MAP_SIGNS_CFG_POS_Z_FIELD.default_value = 0.0 -MAP_SIGNS_CFG_POS_Z_FIELD.type = 2 -MAP_SIGNS_CFG_POS_Z_FIELD.cpp_type = 6 - -MAP_SIGNS_CFG_IS_AUTO_FIELD.name = "is_auto" -MAP_SIGNS_CFG_IS_AUTO_FIELD.full_name = ".ftcfg.map_signs_cfg.is_auto" -MAP_SIGNS_CFG_IS_AUTO_FIELD.number = 10 -MAP_SIGNS_CFG_IS_AUTO_FIELD.index = 9 -MAP_SIGNS_CFG_IS_AUTO_FIELD.label = 2 -MAP_SIGNS_CFG_IS_AUTO_FIELD.has_default_value = false -MAP_SIGNS_CFG_IS_AUTO_FIELD.default_value = 0 -MAP_SIGNS_CFG_IS_AUTO_FIELD.type = 5 -MAP_SIGNS_CFG_IS_AUTO_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG_IS_SHOW_FIELD.name = "is_show" -MAP_SIGNS_CFG_IS_SHOW_FIELD.full_name = ".ftcfg.map_signs_cfg.is_show" -MAP_SIGNS_CFG_IS_SHOW_FIELD.number = 11 -MAP_SIGNS_CFG_IS_SHOW_FIELD.index = 10 -MAP_SIGNS_CFG_IS_SHOW_FIELD.label = 2 -MAP_SIGNS_CFG_IS_SHOW_FIELD.has_default_value = false -MAP_SIGNS_CFG_IS_SHOW_FIELD.default_value = 0 -MAP_SIGNS_CFG_IS_SHOW_FIELD.type = 5 -MAP_SIGNS_CFG_IS_SHOW_FIELD.cpp_type = 1 - -MAP_SIGNS_CFG.name = "map_signs_cfg" -MAP_SIGNS_CFG.full_name = ".ftcfg.map_signs_cfg" -MAP_SIGNS_CFG.nested_types = {} -MAP_SIGNS_CFG.enum_types = {} -MAP_SIGNS_CFG.fields = {MAP_SIGNS_CFG_ID_FIELD, MAP_SIGNS_CFG_NAME_FIELD, MAP_SIGNS_CFG_MAP_ID_FIELD, MAP_SIGNS_CFG_TYPE_FIELD, MAP_SIGNS_CFG_SUB_TYPE_FIELD, MAP_SIGNS_CFG_AUTO_ID_FIELD, MAP_SIGNS_CFG_POS_X_FIELD, MAP_SIGNS_CFG_POS_Y_FIELD, MAP_SIGNS_CFG_POS_Z_FIELD, MAP_SIGNS_CFG_IS_AUTO_FIELD, MAP_SIGNS_CFG_IS_SHOW_FIELD} -MAP_SIGNS_CFG.is_extendable = false -MAP_SIGNS_CFG.extensions = {} -MAP_SIGNS_CFGS_ITEMS_FIELD.name = "items" -MAP_SIGNS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.map_signs_cfgs.items" -MAP_SIGNS_CFGS_ITEMS_FIELD.number = 1 -MAP_SIGNS_CFGS_ITEMS_FIELD.index = 0 -MAP_SIGNS_CFGS_ITEMS_FIELD.label = 3 -MAP_SIGNS_CFGS_ITEMS_FIELD.has_default_value = false -MAP_SIGNS_CFGS_ITEMS_FIELD.default_value = {} -MAP_SIGNS_CFGS_ITEMS_FIELD.message_type = MAP_SIGNS_CFG -MAP_SIGNS_CFGS_ITEMS_FIELD.type = 11 -MAP_SIGNS_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAP_SIGNS_CFGS.name = "map_signs_cfgs" -MAP_SIGNS_CFGS.full_name = ".ftcfg.map_signs_cfgs" -MAP_SIGNS_CFGS.nested_types = {} -MAP_SIGNS_CFGS.enum_types = {} -MAP_SIGNS_CFGS.fields = {MAP_SIGNS_CFGS_ITEMS_FIELD} -MAP_SIGNS_CFGS.is_extendable = false -MAP_SIGNS_CFGS.extensions = {} -SCENE_TRIGGER_CFG_NAME_FIELD.name = "name" -SCENE_TRIGGER_CFG_NAME_FIELD.full_name = ".ftcfg.scene_trigger_cfg.name" -SCENE_TRIGGER_CFG_NAME_FIELD.number = 1 -SCENE_TRIGGER_CFG_NAME_FIELD.index = 0 -SCENE_TRIGGER_CFG_NAME_FIELD.label = 2 -SCENE_TRIGGER_CFG_NAME_FIELD.has_default_value = false -SCENE_TRIGGER_CFG_NAME_FIELD.default_value = "" -SCENE_TRIGGER_CFG_NAME_FIELD.type = 9 -SCENE_TRIGGER_CFG_NAME_FIELD.cpp_type = 9 - -SCENE_TRIGGER_CFG_MAP_ID_FIELD.name = "map_id" -SCENE_TRIGGER_CFG_MAP_ID_FIELD.full_name = ".ftcfg.scene_trigger_cfg.map_id" -SCENE_TRIGGER_CFG_MAP_ID_FIELD.number = 2 -SCENE_TRIGGER_CFG_MAP_ID_FIELD.index = 1 -SCENE_TRIGGER_CFG_MAP_ID_FIELD.label = 2 -SCENE_TRIGGER_CFG_MAP_ID_FIELD.has_default_value = false -SCENE_TRIGGER_CFG_MAP_ID_FIELD.default_value = 0 -SCENE_TRIGGER_CFG_MAP_ID_FIELD.type = 5 -SCENE_TRIGGER_CFG_MAP_ID_FIELD.cpp_type = 1 - -SCENE_TRIGGER_CFG_EVENTS_FIELD.name = "events" -SCENE_TRIGGER_CFG_EVENTS_FIELD.full_name = ".ftcfg.scene_trigger_cfg.events" -SCENE_TRIGGER_CFG_EVENTS_FIELD.number = 3 -SCENE_TRIGGER_CFG_EVENTS_FIELD.index = 2 -SCENE_TRIGGER_CFG_EVENTS_FIELD.label = 3 -SCENE_TRIGGER_CFG_EVENTS_FIELD.has_default_value = false -SCENE_TRIGGER_CFG_EVENTS_FIELD.default_value = {} -SCENE_TRIGGER_CFG_EVENTS_FIELD.type = 5 -SCENE_TRIGGER_CFG_EVENTS_FIELD.cpp_type = 1 - -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.name = "conditions" -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.full_name = ".ftcfg.scene_trigger_cfg.conditions" -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.number = 4 -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.index = 3 -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.label = 3 -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.has_default_value = false -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.default_value = {} -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.type = 5 -SCENE_TRIGGER_CFG_CONDITIONS_FIELD.cpp_type = 1 - -SCENE_TRIGGER_CFG_ACTIONS_FIELD.name = "actions" -SCENE_TRIGGER_CFG_ACTIONS_FIELD.full_name = ".ftcfg.scene_trigger_cfg.actions" -SCENE_TRIGGER_CFG_ACTIONS_FIELD.number = 5 -SCENE_TRIGGER_CFG_ACTIONS_FIELD.index = 4 -SCENE_TRIGGER_CFG_ACTIONS_FIELD.label = 3 -SCENE_TRIGGER_CFG_ACTIONS_FIELD.has_default_value = false -SCENE_TRIGGER_CFG_ACTIONS_FIELD.default_value = {} -SCENE_TRIGGER_CFG_ACTIONS_FIELD.type = 5 -SCENE_TRIGGER_CFG_ACTIONS_FIELD.cpp_type = 1 - -SCENE_TRIGGER_CFG_OPENED_FIELD.name = "opened" -SCENE_TRIGGER_CFG_OPENED_FIELD.full_name = ".ftcfg.scene_trigger_cfg.opened" -SCENE_TRIGGER_CFG_OPENED_FIELD.number = 6 -SCENE_TRIGGER_CFG_OPENED_FIELD.index = 5 -SCENE_TRIGGER_CFG_OPENED_FIELD.label = 2 -SCENE_TRIGGER_CFG_OPENED_FIELD.has_default_value = false -SCENE_TRIGGER_CFG_OPENED_FIELD.default_value = 0 -SCENE_TRIGGER_CFG_OPENED_FIELD.type = 5 -SCENE_TRIGGER_CFG_OPENED_FIELD.cpp_type = 1 - -SCENE_TRIGGER_CFG.name = "scene_trigger_cfg" -SCENE_TRIGGER_CFG.full_name = ".ftcfg.scene_trigger_cfg" -SCENE_TRIGGER_CFG.nested_types = {} -SCENE_TRIGGER_CFG.enum_types = {} -SCENE_TRIGGER_CFG.fields = {SCENE_TRIGGER_CFG_NAME_FIELD, SCENE_TRIGGER_CFG_MAP_ID_FIELD, SCENE_TRIGGER_CFG_EVENTS_FIELD, SCENE_TRIGGER_CFG_CONDITIONS_FIELD, SCENE_TRIGGER_CFG_ACTIONS_FIELD, SCENE_TRIGGER_CFG_OPENED_FIELD} -SCENE_TRIGGER_CFG.is_extendable = false -SCENE_TRIGGER_CFG.extensions = {} -SCENE_TRIGGER_CFGS_ITEMS_FIELD.name = "items" -SCENE_TRIGGER_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_trigger_cfgs.items" -SCENE_TRIGGER_CFGS_ITEMS_FIELD.number = 1 -SCENE_TRIGGER_CFGS_ITEMS_FIELD.index = 0 -SCENE_TRIGGER_CFGS_ITEMS_FIELD.label = 3 -SCENE_TRIGGER_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_TRIGGER_CFGS_ITEMS_FIELD.default_value = {} -SCENE_TRIGGER_CFGS_ITEMS_FIELD.message_type = SCENE_TRIGGER_CFG -SCENE_TRIGGER_CFGS_ITEMS_FIELD.type = 11 -SCENE_TRIGGER_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_TRIGGER_CFGS.name = "scene_trigger_cfgs" -SCENE_TRIGGER_CFGS.full_name = ".ftcfg.scene_trigger_cfgs" -SCENE_TRIGGER_CFGS.nested_types = {} -SCENE_TRIGGER_CFGS.enum_types = {} -SCENE_TRIGGER_CFGS.fields = {SCENE_TRIGGER_CFGS_ITEMS_FIELD} -SCENE_TRIGGER_CFGS.is_extendable = false -SCENE_TRIGGER_CFGS.extensions = {} -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.name = "event_id" -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.full_name = ".ftcfg.trigger_event_cfg.event_id" -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.number = 1 -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.index = 0 -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.label = 2 -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.default_value = 0 -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.type = 5 -TRIGGER_EVENT_CFG_EVENT_ID_FIELD.cpp_type = 1 - -TRIGGER_EVENT_CFG_TYPE_FIELD.name = "type" -TRIGGER_EVENT_CFG_TYPE_FIELD.full_name = ".ftcfg.trigger_event_cfg.type" -TRIGGER_EVENT_CFG_TYPE_FIELD.number = 2 -TRIGGER_EVENT_CFG_TYPE_FIELD.index = 1 -TRIGGER_EVENT_CFG_TYPE_FIELD.label = 2 -TRIGGER_EVENT_CFG_TYPE_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_TYPE_FIELD.default_value = nil -TRIGGER_EVENT_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ETRIGGEREVENTTYPE -TRIGGER_EVENT_CFG_TYPE_FIELD.type = 14 -TRIGGER_EVENT_CFG_TYPE_FIELD.cpp_type = 8 - -TRIGGER_EVENT_CFG_PARAM1_FIELD.name = "param1" -TRIGGER_EVENT_CFG_PARAM1_FIELD.full_name = ".ftcfg.trigger_event_cfg.param1" -TRIGGER_EVENT_CFG_PARAM1_FIELD.number = 3 -TRIGGER_EVENT_CFG_PARAM1_FIELD.index = 2 -TRIGGER_EVENT_CFG_PARAM1_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM1_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM1_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM1_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM1_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM2_FIELD.name = "param2" -TRIGGER_EVENT_CFG_PARAM2_FIELD.full_name = ".ftcfg.trigger_event_cfg.param2" -TRIGGER_EVENT_CFG_PARAM2_FIELD.number = 4 -TRIGGER_EVENT_CFG_PARAM2_FIELD.index = 3 -TRIGGER_EVENT_CFG_PARAM2_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM2_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM2_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM2_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM2_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM3_FIELD.name = "param3" -TRIGGER_EVENT_CFG_PARAM3_FIELD.full_name = ".ftcfg.trigger_event_cfg.param3" -TRIGGER_EVENT_CFG_PARAM3_FIELD.number = 5 -TRIGGER_EVENT_CFG_PARAM3_FIELD.index = 4 -TRIGGER_EVENT_CFG_PARAM3_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM3_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM3_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM3_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM3_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM4_FIELD.name = "param4" -TRIGGER_EVENT_CFG_PARAM4_FIELD.full_name = ".ftcfg.trigger_event_cfg.param4" -TRIGGER_EVENT_CFG_PARAM4_FIELD.number = 6 -TRIGGER_EVENT_CFG_PARAM4_FIELD.index = 5 -TRIGGER_EVENT_CFG_PARAM4_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM4_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM4_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM4_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM4_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM5_FIELD.name = "param5" -TRIGGER_EVENT_CFG_PARAM5_FIELD.full_name = ".ftcfg.trigger_event_cfg.param5" -TRIGGER_EVENT_CFG_PARAM5_FIELD.number = 7 -TRIGGER_EVENT_CFG_PARAM5_FIELD.index = 6 -TRIGGER_EVENT_CFG_PARAM5_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM5_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM5_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM5_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM5_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM6_FIELD.name = "param6" -TRIGGER_EVENT_CFG_PARAM6_FIELD.full_name = ".ftcfg.trigger_event_cfg.param6" -TRIGGER_EVENT_CFG_PARAM6_FIELD.number = 8 -TRIGGER_EVENT_CFG_PARAM6_FIELD.index = 7 -TRIGGER_EVENT_CFG_PARAM6_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM6_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM6_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM6_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM6_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM7_FIELD.name = "param7" -TRIGGER_EVENT_CFG_PARAM7_FIELD.full_name = ".ftcfg.trigger_event_cfg.param7" -TRIGGER_EVENT_CFG_PARAM7_FIELD.number = 9 -TRIGGER_EVENT_CFG_PARAM7_FIELD.index = 8 -TRIGGER_EVENT_CFG_PARAM7_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM7_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM7_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM7_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM7_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM8_FIELD.name = "param8" -TRIGGER_EVENT_CFG_PARAM8_FIELD.full_name = ".ftcfg.trigger_event_cfg.param8" -TRIGGER_EVENT_CFG_PARAM8_FIELD.number = 10 -TRIGGER_EVENT_CFG_PARAM8_FIELD.index = 9 -TRIGGER_EVENT_CFG_PARAM8_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM8_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM8_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM8_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM8_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM9_FIELD.name = "param9" -TRIGGER_EVENT_CFG_PARAM9_FIELD.full_name = ".ftcfg.trigger_event_cfg.param9" -TRIGGER_EVENT_CFG_PARAM9_FIELD.number = 11 -TRIGGER_EVENT_CFG_PARAM9_FIELD.index = 10 -TRIGGER_EVENT_CFG_PARAM9_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM9_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM9_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM9_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM9_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG_PARAM10_FIELD.name = "param10" -TRIGGER_EVENT_CFG_PARAM10_FIELD.full_name = ".ftcfg.trigger_event_cfg.param10" -TRIGGER_EVENT_CFG_PARAM10_FIELD.number = 12 -TRIGGER_EVENT_CFG_PARAM10_FIELD.index = 11 -TRIGGER_EVENT_CFG_PARAM10_FIELD.label = 2 -TRIGGER_EVENT_CFG_PARAM10_FIELD.has_default_value = false -TRIGGER_EVENT_CFG_PARAM10_FIELD.default_value = "" -TRIGGER_EVENT_CFG_PARAM10_FIELD.type = 9 -TRIGGER_EVENT_CFG_PARAM10_FIELD.cpp_type = 9 - -TRIGGER_EVENT_CFG.name = "trigger_event_cfg" -TRIGGER_EVENT_CFG.full_name = ".ftcfg.trigger_event_cfg" -TRIGGER_EVENT_CFG.nested_types = {} -TRIGGER_EVENT_CFG.enum_types = {} -TRIGGER_EVENT_CFG.fields = {TRIGGER_EVENT_CFG_EVENT_ID_FIELD, TRIGGER_EVENT_CFG_TYPE_FIELD, TRIGGER_EVENT_CFG_PARAM1_FIELD, TRIGGER_EVENT_CFG_PARAM2_FIELD, TRIGGER_EVENT_CFG_PARAM3_FIELD, TRIGGER_EVENT_CFG_PARAM4_FIELD, TRIGGER_EVENT_CFG_PARAM5_FIELD, TRIGGER_EVENT_CFG_PARAM6_FIELD, TRIGGER_EVENT_CFG_PARAM7_FIELD, TRIGGER_EVENT_CFG_PARAM8_FIELD, TRIGGER_EVENT_CFG_PARAM9_FIELD, TRIGGER_EVENT_CFG_PARAM10_FIELD} -TRIGGER_EVENT_CFG.is_extendable = false -TRIGGER_EVENT_CFG.extensions = {} -TRIGGER_EVENT_CFGS_ITEMS_FIELD.name = "items" -TRIGGER_EVENT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trigger_event_cfgs.items" -TRIGGER_EVENT_CFGS_ITEMS_FIELD.number = 1 -TRIGGER_EVENT_CFGS_ITEMS_FIELD.index = 0 -TRIGGER_EVENT_CFGS_ITEMS_FIELD.label = 3 -TRIGGER_EVENT_CFGS_ITEMS_FIELD.has_default_value = false -TRIGGER_EVENT_CFGS_ITEMS_FIELD.default_value = {} -TRIGGER_EVENT_CFGS_ITEMS_FIELD.message_type = TRIGGER_EVENT_CFG -TRIGGER_EVENT_CFGS_ITEMS_FIELD.type = 11 -TRIGGER_EVENT_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRIGGER_EVENT_CFGS.name = "trigger_event_cfgs" -TRIGGER_EVENT_CFGS.full_name = ".ftcfg.trigger_event_cfgs" -TRIGGER_EVENT_CFGS.nested_types = {} -TRIGGER_EVENT_CFGS.enum_types = {} -TRIGGER_EVENT_CFGS.fields = {TRIGGER_EVENT_CFGS_ITEMS_FIELD} -TRIGGER_EVENT_CFGS.is_extendable = false -TRIGGER_EVENT_CFGS.extensions = {} -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.name = "condition_id" -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.full_name = ".ftcfg.trigger_condition_cfg.condition_id" -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.number = 1 -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.index = 0 -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.label = 2 -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.default_value = 0 -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.type = 5 -TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD.cpp_type = 1 - -TRIGGER_CONDITION_CFG_TYPE_FIELD.name = "type" -TRIGGER_CONDITION_CFG_TYPE_FIELD.full_name = ".ftcfg.trigger_condition_cfg.type" -TRIGGER_CONDITION_CFG_TYPE_FIELD.number = 2 -TRIGGER_CONDITION_CFG_TYPE_FIELD.index = 1 -TRIGGER_CONDITION_CFG_TYPE_FIELD.label = 2 -TRIGGER_CONDITION_CFG_TYPE_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_TYPE_FIELD.default_value = nil -TRIGGER_CONDITION_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ETRIGGERCONDITIONTYPE -TRIGGER_CONDITION_CFG_TYPE_FIELD.type = 14 -TRIGGER_CONDITION_CFG_TYPE_FIELD.cpp_type = 8 - -TRIGGER_CONDITION_CFG_PARAM1_FIELD.name = "param1" -TRIGGER_CONDITION_CFG_PARAM1_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param1" -TRIGGER_CONDITION_CFG_PARAM1_FIELD.number = 3 -TRIGGER_CONDITION_CFG_PARAM1_FIELD.index = 2 -TRIGGER_CONDITION_CFG_PARAM1_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM1_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM1_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM1_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM1_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM2_FIELD.name = "param2" -TRIGGER_CONDITION_CFG_PARAM2_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param2" -TRIGGER_CONDITION_CFG_PARAM2_FIELD.number = 4 -TRIGGER_CONDITION_CFG_PARAM2_FIELD.index = 3 -TRIGGER_CONDITION_CFG_PARAM2_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM2_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM2_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM2_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM2_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM3_FIELD.name = "param3" -TRIGGER_CONDITION_CFG_PARAM3_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param3" -TRIGGER_CONDITION_CFG_PARAM3_FIELD.number = 5 -TRIGGER_CONDITION_CFG_PARAM3_FIELD.index = 4 -TRIGGER_CONDITION_CFG_PARAM3_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM3_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM3_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM3_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM3_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM4_FIELD.name = "param4" -TRIGGER_CONDITION_CFG_PARAM4_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param4" -TRIGGER_CONDITION_CFG_PARAM4_FIELD.number = 6 -TRIGGER_CONDITION_CFG_PARAM4_FIELD.index = 5 -TRIGGER_CONDITION_CFG_PARAM4_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM4_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM4_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM4_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM4_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM5_FIELD.name = "param5" -TRIGGER_CONDITION_CFG_PARAM5_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param5" -TRIGGER_CONDITION_CFG_PARAM5_FIELD.number = 7 -TRIGGER_CONDITION_CFG_PARAM5_FIELD.index = 6 -TRIGGER_CONDITION_CFG_PARAM5_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM5_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM5_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM5_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM5_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM6_FIELD.name = "param6" -TRIGGER_CONDITION_CFG_PARAM6_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param6" -TRIGGER_CONDITION_CFG_PARAM6_FIELD.number = 8 -TRIGGER_CONDITION_CFG_PARAM6_FIELD.index = 7 -TRIGGER_CONDITION_CFG_PARAM6_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM6_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM6_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM6_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM6_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM7_FIELD.name = "param7" -TRIGGER_CONDITION_CFG_PARAM7_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param7" -TRIGGER_CONDITION_CFG_PARAM7_FIELD.number = 9 -TRIGGER_CONDITION_CFG_PARAM7_FIELD.index = 8 -TRIGGER_CONDITION_CFG_PARAM7_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM7_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM7_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM7_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM7_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM8_FIELD.name = "param8" -TRIGGER_CONDITION_CFG_PARAM8_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param8" -TRIGGER_CONDITION_CFG_PARAM8_FIELD.number = 10 -TRIGGER_CONDITION_CFG_PARAM8_FIELD.index = 9 -TRIGGER_CONDITION_CFG_PARAM8_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM8_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM8_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM8_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM8_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM9_FIELD.name = "param9" -TRIGGER_CONDITION_CFG_PARAM9_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param9" -TRIGGER_CONDITION_CFG_PARAM9_FIELD.number = 11 -TRIGGER_CONDITION_CFG_PARAM9_FIELD.index = 10 -TRIGGER_CONDITION_CFG_PARAM9_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM9_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM9_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM9_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM9_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG_PARAM10_FIELD.name = "param10" -TRIGGER_CONDITION_CFG_PARAM10_FIELD.full_name = ".ftcfg.trigger_condition_cfg.param10" -TRIGGER_CONDITION_CFG_PARAM10_FIELD.number = 12 -TRIGGER_CONDITION_CFG_PARAM10_FIELD.index = 11 -TRIGGER_CONDITION_CFG_PARAM10_FIELD.label = 2 -TRIGGER_CONDITION_CFG_PARAM10_FIELD.has_default_value = false -TRIGGER_CONDITION_CFG_PARAM10_FIELD.default_value = "" -TRIGGER_CONDITION_CFG_PARAM10_FIELD.type = 9 -TRIGGER_CONDITION_CFG_PARAM10_FIELD.cpp_type = 9 - -TRIGGER_CONDITION_CFG.name = "trigger_condition_cfg" -TRIGGER_CONDITION_CFG.full_name = ".ftcfg.trigger_condition_cfg" -TRIGGER_CONDITION_CFG.nested_types = {} -TRIGGER_CONDITION_CFG.enum_types = {} -TRIGGER_CONDITION_CFG.fields = {TRIGGER_CONDITION_CFG_CONDITION_ID_FIELD, TRIGGER_CONDITION_CFG_TYPE_FIELD, TRIGGER_CONDITION_CFG_PARAM1_FIELD, TRIGGER_CONDITION_CFG_PARAM2_FIELD, TRIGGER_CONDITION_CFG_PARAM3_FIELD, TRIGGER_CONDITION_CFG_PARAM4_FIELD, TRIGGER_CONDITION_CFG_PARAM5_FIELD, TRIGGER_CONDITION_CFG_PARAM6_FIELD, TRIGGER_CONDITION_CFG_PARAM7_FIELD, TRIGGER_CONDITION_CFG_PARAM8_FIELD, TRIGGER_CONDITION_CFG_PARAM9_FIELD, TRIGGER_CONDITION_CFG_PARAM10_FIELD} -TRIGGER_CONDITION_CFG.is_extendable = false -TRIGGER_CONDITION_CFG.extensions = {} -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.name = "items" -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trigger_condition_cfgs.items" -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.number = 1 -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.index = 0 -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.label = 3 -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.has_default_value = false -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.default_value = {} -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.message_type = TRIGGER_CONDITION_CFG -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.type = 11 -TRIGGER_CONDITION_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRIGGER_CONDITION_CFGS.name = "trigger_condition_cfgs" -TRIGGER_CONDITION_CFGS.full_name = ".ftcfg.trigger_condition_cfgs" -TRIGGER_CONDITION_CFGS.nested_types = {} -TRIGGER_CONDITION_CFGS.enum_types = {} -TRIGGER_CONDITION_CFGS.fields = {TRIGGER_CONDITION_CFGS_ITEMS_FIELD} -TRIGGER_CONDITION_CFGS.is_extendable = false -TRIGGER_CONDITION_CFGS.extensions = {} -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.name = "action_id" -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.full_name = ".ftcfg.trigger_action_cfg.action_id" -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.number = 1 -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.index = 0 -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.label = 2 -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.default_value = 0 -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.type = 5 -TRIGGER_ACTION_CFG_ACTION_ID_FIELD.cpp_type = 1 - -TRIGGER_ACTION_CFG_TYPE_FIELD.name = "type" -TRIGGER_ACTION_CFG_TYPE_FIELD.full_name = ".ftcfg.trigger_action_cfg.type" -TRIGGER_ACTION_CFG_TYPE_FIELD.number = 2 -TRIGGER_ACTION_CFG_TYPE_FIELD.index = 1 -TRIGGER_ACTION_CFG_TYPE_FIELD.label = 2 -TRIGGER_ACTION_CFG_TYPE_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_TYPE_FIELD.default_value = nil -TRIGGER_ACTION_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ETRIGGERACTION0TYPE -TRIGGER_ACTION_CFG_TYPE_FIELD.type = 14 -TRIGGER_ACTION_CFG_TYPE_FIELD.cpp_type = 8 - -TRIGGER_ACTION_CFG_PARAM1_FIELD.name = "param1" -TRIGGER_ACTION_CFG_PARAM1_FIELD.full_name = ".ftcfg.trigger_action_cfg.param1" -TRIGGER_ACTION_CFG_PARAM1_FIELD.number = 3 -TRIGGER_ACTION_CFG_PARAM1_FIELD.index = 2 -TRIGGER_ACTION_CFG_PARAM1_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM1_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM1_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM1_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM1_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM2_FIELD.name = "param2" -TRIGGER_ACTION_CFG_PARAM2_FIELD.full_name = ".ftcfg.trigger_action_cfg.param2" -TRIGGER_ACTION_CFG_PARAM2_FIELD.number = 4 -TRIGGER_ACTION_CFG_PARAM2_FIELD.index = 3 -TRIGGER_ACTION_CFG_PARAM2_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM2_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM2_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM2_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM2_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM3_FIELD.name = "param3" -TRIGGER_ACTION_CFG_PARAM3_FIELD.full_name = ".ftcfg.trigger_action_cfg.param3" -TRIGGER_ACTION_CFG_PARAM3_FIELD.number = 5 -TRIGGER_ACTION_CFG_PARAM3_FIELD.index = 4 -TRIGGER_ACTION_CFG_PARAM3_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM3_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM3_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM3_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM3_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM4_FIELD.name = "param4" -TRIGGER_ACTION_CFG_PARAM4_FIELD.full_name = ".ftcfg.trigger_action_cfg.param4" -TRIGGER_ACTION_CFG_PARAM4_FIELD.number = 6 -TRIGGER_ACTION_CFG_PARAM4_FIELD.index = 5 -TRIGGER_ACTION_CFG_PARAM4_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM4_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM4_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM4_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM4_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM5_FIELD.name = "param5" -TRIGGER_ACTION_CFG_PARAM5_FIELD.full_name = ".ftcfg.trigger_action_cfg.param5" -TRIGGER_ACTION_CFG_PARAM5_FIELD.number = 7 -TRIGGER_ACTION_CFG_PARAM5_FIELD.index = 6 -TRIGGER_ACTION_CFG_PARAM5_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM5_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM5_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM5_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM5_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM6_FIELD.name = "param6" -TRIGGER_ACTION_CFG_PARAM6_FIELD.full_name = ".ftcfg.trigger_action_cfg.param6" -TRIGGER_ACTION_CFG_PARAM6_FIELD.number = 8 -TRIGGER_ACTION_CFG_PARAM6_FIELD.index = 7 -TRIGGER_ACTION_CFG_PARAM6_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM6_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM6_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM6_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM6_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM7_FIELD.name = "param7" -TRIGGER_ACTION_CFG_PARAM7_FIELD.full_name = ".ftcfg.trigger_action_cfg.param7" -TRIGGER_ACTION_CFG_PARAM7_FIELD.number = 9 -TRIGGER_ACTION_CFG_PARAM7_FIELD.index = 8 -TRIGGER_ACTION_CFG_PARAM7_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM7_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM7_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM7_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM7_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM8_FIELD.name = "param8" -TRIGGER_ACTION_CFG_PARAM8_FIELD.full_name = ".ftcfg.trigger_action_cfg.param8" -TRIGGER_ACTION_CFG_PARAM8_FIELD.number = 10 -TRIGGER_ACTION_CFG_PARAM8_FIELD.index = 9 -TRIGGER_ACTION_CFG_PARAM8_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM8_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM8_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM8_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM8_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM9_FIELD.name = "param9" -TRIGGER_ACTION_CFG_PARAM9_FIELD.full_name = ".ftcfg.trigger_action_cfg.param9" -TRIGGER_ACTION_CFG_PARAM9_FIELD.number = 11 -TRIGGER_ACTION_CFG_PARAM9_FIELD.index = 10 -TRIGGER_ACTION_CFG_PARAM9_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM9_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM9_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM9_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM9_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG_PARAM10_FIELD.name = "param10" -TRIGGER_ACTION_CFG_PARAM10_FIELD.full_name = ".ftcfg.trigger_action_cfg.param10" -TRIGGER_ACTION_CFG_PARAM10_FIELD.number = 12 -TRIGGER_ACTION_CFG_PARAM10_FIELD.index = 11 -TRIGGER_ACTION_CFG_PARAM10_FIELD.label = 2 -TRIGGER_ACTION_CFG_PARAM10_FIELD.has_default_value = false -TRIGGER_ACTION_CFG_PARAM10_FIELD.default_value = "" -TRIGGER_ACTION_CFG_PARAM10_FIELD.type = 9 -TRIGGER_ACTION_CFG_PARAM10_FIELD.cpp_type = 9 - -TRIGGER_ACTION_CFG.name = "trigger_action_cfg" -TRIGGER_ACTION_CFG.full_name = ".ftcfg.trigger_action_cfg" -TRIGGER_ACTION_CFG.nested_types = {} -TRIGGER_ACTION_CFG.enum_types = {} -TRIGGER_ACTION_CFG.fields = {TRIGGER_ACTION_CFG_ACTION_ID_FIELD, TRIGGER_ACTION_CFG_TYPE_FIELD, TRIGGER_ACTION_CFG_PARAM1_FIELD, TRIGGER_ACTION_CFG_PARAM2_FIELD, TRIGGER_ACTION_CFG_PARAM3_FIELD, TRIGGER_ACTION_CFG_PARAM4_FIELD, TRIGGER_ACTION_CFG_PARAM5_FIELD, TRIGGER_ACTION_CFG_PARAM6_FIELD, TRIGGER_ACTION_CFG_PARAM7_FIELD, TRIGGER_ACTION_CFG_PARAM8_FIELD, TRIGGER_ACTION_CFG_PARAM9_FIELD, TRIGGER_ACTION_CFG_PARAM10_FIELD} -TRIGGER_ACTION_CFG.is_extendable = false -TRIGGER_ACTION_CFG.extensions = {} -TRIGGER_ACTION_CFGS_ITEMS_FIELD.name = "items" -TRIGGER_ACTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trigger_action_cfgs.items" -TRIGGER_ACTION_CFGS_ITEMS_FIELD.number = 1 -TRIGGER_ACTION_CFGS_ITEMS_FIELD.index = 0 -TRIGGER_ACTION_CFGS_ITEMS_FIELD.label = 3 -TRIGGER_ACTION_CFGS_ITEMS_FIELD.has_default_value = false -TRIGGER_ACTION_CFGS_ITEMS_FIELD.default_value = {} -TRIGGER_ACTION_CFGS_ITEMS_FIELD.message_type = TRIGGER_ACTION_CFG -TRIGGER_ACTION_CFGS_ITEMS_FIELD.type = 11 -TRIGGER_ACTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRIGGER_ACTION_CFGS.name = "trigger_action_cfgs" -TRIGGER_ACTION_CFGS.full_name = ".ftcfg.trigger_action_cfgs" -TRIGGER_ACTION_CFGS.nested_types = {} -TRIGGER_ACTION_CFGS.enum_types = {} -TRIGGER_ACTION_CFGS.fields = {TRIGGER_ACTION_CFGS_ITEMS_FIELD} -TRIGGER_ACTION_CFGS.is_extendable = false -TRIGGER_ACTION_CFGS.extensions = {} -TRIGGER_VARIABLE_CFG_NAME_FIELD.name = "name" -TRIGGER_VARIABLE_CFG_NAME_FIELD.full_name = ".ftcfg.trigger_variable_cfg.name" -TRIGGER_VARIABLE_CFG_NAME_FIELD.number = 1 -TRIGGER_VARIABLE_CFG_NAME_FIELD.index = 0 -TRIGGER_VARIABLE_CFG_NAME_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_NAME_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_NAME_FIELD.default_value = "" -TRIGGER_VARIABLE_CFG_NAME_FIELD.type = 9 -TRIGGER_VARIABLE_CFG_NAME_FIELD.cpp_type = 9 - -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.name = "map_id" -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.full_name = ".ftcfg.trigger_variable_cfg.map_id" -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.number = 2 -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.index = 1 -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.default_value = 0 -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.type = 5 -TRIGGER_VARIABLE_CFG_MAP_ID_FIELD.cpp_type = 1 - -TRIGGER_VARIABLE_CFG_TYPE_FIELD.name = "type" -TRIGGER_VARIABLE_CFG_TYPE_FIELD.full_name = ".ftcfg.trigger_variable_cfg.type" -TRIGGER_VARIABLE_CFG_TYPE_FIELD.number = 3 -TRIGGER_VARIABLE_CFG_TYPE_FIELD.index = 2 -TRIGGER_VARIABLE_CFG_TYPE_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_TYPE_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_TYPE_FIELD.default_value = nil -TRIGGER_VARIABLE_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ETRIGGERVARIABLETYPE -TRIGGER_VARIABLE_CFG_TYPE_FIELD.type = 14 -TRIGGER_VARIABLE_CFG_TYPE_FIELD.cpp_type = 8 - -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.name = "is_vec" -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.full_name = ".ftcfg.trigger_variable_cfg.is_vec" -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.number = 4 -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.index = 3 -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.default_value = 0 -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.type = 13 -TRIGGER_VARIABLE_CFG_IS_VEC_FIELD.cpp_type = 3 - -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.name = "vec_size" -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.full_name = ".ftcfg.trigger_variable_cfg.vec_size" -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.number = 5 -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.index = 4 -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.default_value = 0 -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.type = 13 -TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD.cpp_type = 3 - -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.name = "param1" -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.full_name = ".ftcfg.trigger_variable_cfg.param1" -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.number = 6 -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.index = 5 -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.default_value = "" -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.type = 9 -TRIGGER_VARIABLE_CFG_PARAM1_FIELD.cpp_type = 9 - -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.name = "param2" -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.full_name = ".ftcfg.trigger_variable_cfg.param2" -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.number = 7 -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.index = 6 -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.default_value = "" -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.type = 9 -TRIGGER_VARIABLE_CFG_PARAM2_FIELD.cpp_type = 9 - -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.name = "param3" -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.full_name = ".ftcfg.trigger_variable_cfg.param3" -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.number = 8 -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.index = 7 -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.default_value = "" -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.type = 9 -TRIGGER_VARIABLE_CFG_PARAM3_FIELD.cpp_type = 9 - -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.name = "param4" -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.full_name = ".ftcfg.trigger_variable_cfg.param4" -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.number = 9 -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.index = 8 -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.default_value = "" -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.type = 9 -TRIGGER_VARIABLE_CFG_PARAM4_FIELD.cpp_type = 9 - -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.name = "param5" -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.full_name = ".ftcfg.trigger_variable_cfg.param5" -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.number = 10 -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.index = 9 -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.label = 2 -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.default_value = "" -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.type = 9 -TRIGGER_VARIABLE_CFG_PARAM5_FIELD.cpp_type = 9 - -TRIGGER_VARIABLE_CFG.name = "trigger_variable_cfg" -TRIGGER_VARIABLE_CFG.full_name = ".ftcfg.trigger_variable_cfg" -TRIGGER_VARIABLE_CFG.nested_types = {} -TRIGGER_VARIABLE_CFG.enum_types = {} -TRIGGER_VARIABLE_CFG.fields = {TRIGGER_VARIABLE_CFG_NAME_FIELD, TRIGGER_VARIABLE_CFG_MAP_ID_FIELD, TRIGGER_VARIABLE_CFG_TYPE_FIELD, TRIGGER_VARIABLE_CFG_IS_VEC_FIELD, TRIGGER_VARIABLE_CFG_VEC_SIZE_FIELD, TRIGGER_VARIABLE_CFG_PARAM1_FIELD, TRIGGER_VARIABLE_CFG_PARAM2_FIELD, TRIGGER_VARIABLE_CFG_PARAM3_FIELD, TRIGGER_VARIABLE_CFG_PARAM4_FIELD, TRIGGER_VARIABLE_CFG_PARAM5_FIELD} -TRIGGER_VARIABLE_CFG.is_extendable = false -TRIGGER_VARIABLE_CFG.extensions = {} -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.name = "items" -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.trigger_variable_cfgs.items" -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.number = 1 -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.index = 0 -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.label = 3 -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.has_default_value = false -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.default_value = {} -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.message_type = TRIGGER_VARIABLE_CFG -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.type = 11 -TRIGGER_VARIABLE_CFGS_ITEMS_FIELD.cpp_type = 10 - -TRIGGER_VARIABLE_CFGS.name = "trigger_variable_cfgs" -TRIGGER_VARIABLE_CFGS.full_name = ".ftcfg.trigger_variable_cfgs" -TRIGGER_VARIABLE_CFGS.nested_types = {} -TRIGGER_VARIABLE_CFGS.enum_types = {} -TRIGGER_VARIABLE_CFGS.fields = {TRIGGER_VARIABLE_CFGS_ITEMS_FIELD} -TRIGGER_VARIABLE_CFGS.is_extendable = false -TRIGGER_VARIABLE_CFGS.extensions = {} -SCENE_DOOR_CFG_ID_FIELD.name = "id" -SCENE_DOOR_CFG_ID_FIELD.full_name = ".ftcfg.scene_door_cfg.id" -SCENE_DOOR_CFG_ID_FIELD.number = 1 -SCENE_DOOR_CFG_ID_FIELD.index = 0 -SCENE_DOOR_CFG_ID_FIELD.label = 2 -SCENE_DOOR_CFG_ID_FIELD.has_default_value = false -SCENE_DOOR_CFG_ID_FIELD.default_value = 0 -SCENE_DOOR_CFG_ID_FIELD.type = 5 -SCENE_DOOR_CFG_ID_FIELD.cpp_type = 1 - -SCENE_DOOR_CFG_MAP_ID_FIELD.name = "map_id" -SCENE_DOOR_CFG_MAP_ID_FIELD.full_name = ".ftcfg.scene_door_cfg.map_id" -SCENE_DOOR_CFG_MAP_ID_FIELD.number = 2 -SCENE_DOOR_CFG_MAP_ID_FIELD.index = 1 -SCENE_DOOR_CFG_MAP_ID_FIELD.label = 2 -SCENE_DOOR_CFG_MAP_ID_FIELD.has_default_value = false -SCENE_DOOR_CFG_MAP_ID_FIELD.default_value = 0 -SCENE_DOOR_CFG_MAP_ID_FIELD.type = 5 -SCENE_DOOR_CFG_MAP_ID_FIELD.cpp_type = 1 - -SCENE_DOOR_CFG_POS_X_FIELD.name = "pos_x" -SCENE_DOOR_CFG_POS_X_FIELD.full_name = ".ftcfg.scene_door_cfg.pos_x" -SCENE_DOOR_CFG_POS_X_FIELD.number = 3 -SCENE_DOOR_CFG_POS_X_FIELD.index = 2 -SCENE_DOOR_CFG_POS_X_FIELD.label = 2 -SCENE_DOOR_CFG_POS_X_FIELD.has_default_value = false -SCENE_DOOR_CFG_POS_X_FIELD.default_value = 0.0 -SCENE_DOOR_CFG_POS_X_FIELD.type = 2 -SCENE_DOOR_CFG_POS_X_FIELD.cpp_type = 6 - -SCENE_DOOR_CFG_POS_Y_FIELD.name = "pos_y" -SCENE_DOOR_CFG_POS_Y_FIELD.full_name = ".ftcfg.scene_door_cfg.pos_y" -SCENE_DOOR_CFG_POS_Y_FIELD.number = 4 -SCENE_DOOR_CFG_POS_Y_FIELD.index = 3 -SCENE_DOOR_CFG_POS_Y_FIELD.label = 2 -SCENE_DOOR_CFG_POS_Y_FIELD.has_default_value = false -SCENE_DOOR_CFG_POS_Y_FIELD.default_value = 0.0 -SCENE_DOOR_CFG_POS_Y_FIELD.type = 2 -SCENE_DOOR_CFG_POS_Y_FIELD.cpp_type = 6 - -SCENE_DOOR_CFG_POS_Z_FIELD.name = "pos_z" -SCENE_DOOR_CFG_POS_Z_FIELD.full_name = ".ftcfg.scene_door_cfg.pos_z" -SCENE_DOOR_CFG_POS_Z_FIELD.number = 5 -SCENE_DOOR_CFG_POS_Z_FIELD.index = 4 -SCENE_DOOR_CFG_POS_Z_FIELD.label = 2 -SCENE_DOOR_CFG_POS_Z_FIELD.has_default_value = false -SCENE_DOOR_CFG_POS_Z_FIELD.default_value = 0.0 -SCENE_DOOR_CFG_POS_Z_FIELD.type = 2 -SCENE_DOOR_CFG_POS_Z_FIELD.cpp_type = 6 - -SCENE_DOOR_CFG_WIDTH_FIELD.name = "width" -SCENE_DOOR_CFG_WIDTH_FIELD.full_name = ".ftcfg.scene_door_cfg.width" -SCENE_DOOR_CFG_WIDTH_FIELD.number = 6 -SCENE_DOOR_CFG_WIDTH_FIELD.index = 5 -SCENE_DOOR_CFG_WIDTH_FIELD.label = 2 -SCENE_DOOR_CFG_WIDTH_FIELD.has_default_value = false -SCENE_DOOR_CFG_WIDTH_FIELD.default_value = 0.0 -SCENE_DOOR_CFG_WIDTH_FIELD.type = 2 -SCENE_DOOR_CFG_WIDTH_FIELD.cpp_type = 6 - -SCENE_DOOR_CFG_ORIENTATION_FIELD.name = "orientation" -SCENE_DOOR_CFG_ORIENTATION_FIELD.full_name = ".ftcfg.scene_door_cfg.orientation" -SCENE_DOOR_CFG_ORIENTATION_FIELD.number = 7 -SCENE_DOOR_CFG_ORIENTATION_FIELD.index = 6 -SCENE_DOOR_CFG_ORIENTATION_FIELD.label = 2 -SCENE_DOOR_CFG_ORIENTATION_FIELD.has_default_value = false -SCENE_DOOR_CFG_ORIENTATION_FIELD.default_value = 0.0 -SCENE_DOOR_CFG_ORIENTATION_FIELD.type = 2 -SCENE_DOOR_CFG_ORIENTATION_FIELD.cpp_type = 6 - -SCENE_DOOR_CFG_OPENED_FIELD.name = "opened" -SCENE_DOOR_CFG_OPENED_FIELD.full_name = ".ftcfg.scene_door_cfg.opened" -SCENE_DOOR_CFG_OPENED_FIELD.number = 8 -SCENE_DOOR_CFG_OPENED_FIELD.index = 7 -SCENE_DOOR_CFG_OPENED_FIELD.label = 2 -SCENE_DOOR_CFG_OPENED_FIELD.has_default_value = false -SCENE_DOOR_CFG_OPENED_FIELD.default_value = 0 -SCENE_DOOR_CFG_OPENED_FIELD.type = 5 -SCENE_DOOR_CFG_OPENED_FIELD.cpp_type = 1 - -SCENE_DOOR_CFG_RESID_FIELD.name = "resid" -SCENE_DOOR_CFG_RESID_FIELD.full_name = ".ftcfg.scene_door_cfg.resid" -SCENE_DOOR_CFG_RESID_FIELD.number = 9 -SCENE_DOOR_CFG_RESID_FIELD.index = 8 -SCENE_DOOR_CFG_RESID_FIELD.label = 2 -SCENE_DOOR_CFG_RESID_FIELD.has_default_value = false -SCENE_DOOR_CFG_RESID_FIELD.default_value = 0 -SCENE_DOOR_CFG_RESID_FIELD.type = 5 -SCENE_DOOR_CFG_RESID_FIELD.cpp_type = 1 - -SCENE_DOOR_CFG.name = "scene_door_cfg" -SCENE_DOOR_CFG.full_name = ".ftcfg.scene_door_cfg" -SCENE_DOOR_CFG.nested_types = {} -SCENE_DOOR_CFG.enum_types = {} -SCENE_DOOR_CFG.fields = {SCENE_DOOR_CFG_ID_FIELD, SCENE_DOOR_CFG_MAP_ID_FIELD, SCENE_DOOR_CFG_POS_X_FIELD, SCENE_DOOR_CFG_POS_Y_FIELD, SCENE_DOOR_CFG_POS_Z_FIELD, SCENE_DOOR_CFG_WIDTH_FIELD, SCENE_DOOR_CFG_ORIENTATION_FIELD, SCENE_DOOR_CFG_OPENED_FIELD, SCENE_DOOR_CFG_RESID_FIELD} -SCENE_DOOR_CFG.is_extendable = false -SCENE_DOOR_CFG.extensions = {} -SCENE_DOOR_CFGS_ITEMS_FIELD.name = "items" -SCENE_DOOR_CFGS_ITEMS_FIELD.full_name = ".ftcfg.scene_door_cfgs.items" -SCENE_DOOR_CFGS_ITEMS_FIELD.number = 1 -SCENE_DOOR_CFGS_ITEMS_FIELD.index = 0 -SCENE_DOOR_CFGS_ITEMS_FIELD.label = 3 -SCENE_DOOR_CFGS_ITEMS_FIELD.has_default_value = false -SCENE_DOOR_CFGS_ITEMS_FIELD.default_value = {} -SCENE_DOOR_CFGS_ITEMS_FIELD.message_type = SCENE_DOOR_CFG -SCENE_DOOR_CFGS_ITEMS_FIELD.type = 11 -SCENE_DOOR_CFGS_ITEMS_FIELD.cpp_type = 10 - -SCENE_DOOR_CFGS.name = "scene_door_cfgs" -SCENE_DOOR_CFGS.full_name = ".ftcfg.scene_door_cfgs" -SCENE_DOOR_CFGS.nested_types = {} -SCENE_DOOR_CFGS.enum_types = {} -SCENE_DOOR_CFGS.fields = {SCENE_DOOR_CFGS_ITEMS_FIELD} -SCENE_DOOR_CFGS.is_extendable = false -SCENE_DOOR_CFGS.extensions = {} -REVIVE_SHOW_CFG_ID_FIELD.name = "id" -REVIVE_SHOW_CFG_ID_FIELD.full_name = ".ftcfg.revive_show_cfg.id" -REVIVE_SHOW_CFG_ID_FIELD.number = 1 -REVIVE_SHOW_CFG_ID_FIELD.index = 0 -REVIVE_SHOW_CFG_ID_FIELD.label = 2 -REVIVE_SHOW_CFG_ID_FIELD.has_default_value = false -REVIVE_SHOW_CFG_ID_FIELD.default_value = 0 -REVIVE_SHOW_CFG_ID_FIELD.type = 5 -REVIVE_SHOW_CFG_ID_FIELD.cpp_type = 1 - -REVIVE_SHOW_CFG_INDEX_FIELD.name = "index" -REVIVE_SHOW_CFG_INDEX_FIELD.full_name = ".ftcfg.revive_show_cfg.index" -REVIVE_SHOW_CFG_INDEX_FIELD.number = 2 -REVIVE_SHOW_CFG_INDEX_FIELD.index = 1 -REVIVE_SHOW_CFG_INDEX_FIELD.label = 2 -REVIVE_SHOW_CFG_INDEX_FIELD.has_default_value = false -REVIVE_SHOW_CFG_INDEX_FIELD.default_value = 0 -REVIVE_SHOW_CFG_INDEX_FIELD.type = 5 -REVIVE_SHOW_CFG_INDEX_FIELD.cpp_type = 1 - -REVIVE_SHOW_CFG_NAME_FIELD.name = "name" -REVIVE_SHOW_CFG_NAME_FIELD.full_name = ".ftcfg.revive_show_cfg.name" -REVIVE_SHOW_CFG_NAME_FIELD.number = 3 -REVIVE_SHOW_CFG_NAME_FIELD.index = 2 -REVIVE_SHOW_CFG_NAME_FIELD.label = 2 -REVIVE_SHOW_CFG_NAME_FIELD.has_default_value = false -REVIVE_SHOW_CFG_NAME_FIELD.default_value = 0 -REVIVE_SHOW_CFG_NAME_FIELD.type = 5 -REVIVE_SHOW_CFG_NAME_FIELD.cpp_type = 1 - -REVIVE_SHOW_CFG.name = "revive_show_cfg" -REVIVE_SHOW_CFG.full_name = ".ftcfg.revive_show_cfg" -REVIVE_SHOW_CFG.nested_types = {} -REVIVE_SHOW_CFG.enum_types = {} -REVIVE_SHOW_CFG.fields = {REVIVE_SHOW_CFG_ID_FIELD, REVIVE_SHOW_CFG_INDEX_FIELD, REVIVE_SHOW_CFG_NAME_FIELD} -REVIVE_SHOW_CFG.is_extendable = false -REVIVE_SHOW_CFG.extensions = {} -REVIVE_SHOW_CFGS_ITEMS_FIELD.name = "items" -REVIVE_SHOW_CFGS_ITEMS_FIELD.full_name = ".ftcfg.revive_show_cfgs.items" -REVIVE_SHOW_CFGS_ITEMS_FIELD.number = 1 -REVIVE_SHOW_CFGS_ITEMS_FIELD.index = 0 -REVIVE_SHOW_CFGS_ITEMS_FIELD.label = 3 -REVIVE_SHOW_CFGS_ITEMS_FIELD.has_default_value = false -REVIVE_SHOW_CFGS_ITEMS_FIELD.default_value = {} -REVIVE_SHOW_CFGS_ITEMS_FIELD.message_type = REVIVE_SHOW_CFG -REVIVE_SHOW_CFGS_ITEMS_FIELD.type = 11 -REVIVE_SHOW_CFGS_ITEMS_FIELD.cpp_type = 10 - -REVIVE_SHOW_CFGS.name = "revive_show_cfgs" -REVIVE_SHOW_CFGS.full_name = ".ftcfg.revive_show_cfgs" -REVIVE_SHOW_CFGS.nested_types = {} -REVIVE_SHOW_CFGS.enum_types = {} -REVIVE_SHOW_CFGS.fields = {REVIVE_SHOW_CFGS_ITEMS_FIELD} -REVIVE_SHOW_CFGS.is_extendable = false -REVIVE_SHOW_CFGS.extensions = {} -FASHION_APPRECIATION_CFG_LEVEL_FIELD.name = "level" -FASHION_APPRECIATION_CFG_LEVEL_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.level" -FASHION_APPRECIATION_CFG_LEVEL_FIELD.number = 1 -FASHION_APPRECIATION_CFG_LEVEL_FIELD.index = 0 -FASHION_APPRECIATION_CFG_LEVEL_FIELD.label = 2 -FASHION_APPRECIATION_CFG_LEVEL_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_LEVEL_FIELD.default_value = 0 -FASHION_APPRECIATION_CFG_LEVEL_FIELD.type = 13 -FASHION_APPRECIATION_CFG_LEVEL_FIELD.cpp_type = 3 - -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.name = "next_level" -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.next_level" -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.number = 2 -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.index = 1 -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.label = 2 -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.default_value = 0 -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.type = 13 -FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD.cpp_type = 3 - -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.name = "need_point" -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.need_point" -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.number = 3 -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.index = 2 -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.label = 2 -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.default_value = 0 -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.type = 13 -FASHION_APPRECIATION_CFG_NEED_POINT_FIELD.cpp_type = 3 - -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.name = "cost_item_id" -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.cost_item_id" -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.number = 4 -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.index = 3 -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.label = 3 -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.default_value = {} -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.type = 5 -FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD.cpp_type = 1 - -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.name = "cost_item_count" -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.cost_item_count" -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.number = 5 -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.index = 4 -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.label = 3 -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.default_value = {} -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.type = 5 -FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD.cpp_type = 1 - -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.name = "cost_coin_type" -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.cost_coin_type" -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.number = 6 -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.index = 5 -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.label = 3 -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.default_value = {} -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.type = 5 -FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD.cpp_type = 1 - -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.name = "cost_coin_count" -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.cost_coin_count" -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.number = 7 -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.index = 6 -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.label = 3 -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.default_value = {} -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.type = 5 -FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD.cpp_type = 1 - -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.name = "reward_attribute_type" -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.reward_attribute_type" -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.number = 8 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.index = 7 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.label = 3 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.default_value = {} -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.type = 5 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD.cpp_type = 1 - -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.name = "reward_attribute_count" -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.reward_attribute_count" -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.number = 9 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.index = 8 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.name = "combat_point" -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.full_name = ".ftcfg.fashion_appreciation_cfg.combat_point" -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.number = 10 -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.index = 9 -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.label = 2 -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.has_default_value = false -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.default_value = 0.0 -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.type = 2 -FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD.cpp_type = 6 - -FASHION_APPRECIATION_CFG.name = "fashion_appreciation_cfg" -FASHION_APPRECIATION_CFG.full_name = ".ftcfg.fashion_appreciation_cfg" -FASHION_APPRECIATION_CFG.nested_types = {} -FASHION_APPRECIATION_CFG.enum_types = {} -FASHION_APPRECIATION_CFG.fields = {FASHION_APPRECIATION_CFG_LEVEL_FIELD, FASHION_APPRECIATION_CFG_NEXT_LEVEL_FIELD, FASHION_APPRECIATION_CFG_NEED_POINT_FIELD, FASHION_APPRECIATION_CFG_COST_ITEM_ID_FIELD, FASHION_APPRECIATION_CFG_COST_ITEM_COUNT_FIELD, FASHION_APPRECIATION_CFG_COST_COIN_TYPE_FIELD, FASHION_APPRECIATION_CFG_COST_COIN_COUNT_FIELD, FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_TYPE_FIELD, FASHION_APPRECIATION_CFG_REWARD_ATTRIBUTE_COUNT_FIELD, FASHION_APPRECIATION_CFG_COMBAT_POINT_FIELD} -FASHION_APPRECIATION_CFG.is_extendable = false -FASHION_APPRECIATION_CFG.extensions = {} -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.name = "items" -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fashion_appreciation_cfgs.items" -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.number = 1 -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.index = 0 -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.label = 3 -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.has_default_value = false -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.default_value = {} -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.message_type = FASHION_APPRECIATION_CFG -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.type = 11 -FASHION_APPRECIATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -FASHION_APPRECIATION_CFGS.name = "fashion_appreciation_cfgs" -FASHION_APPRECIATION_CFGS.full_name = ".ftcfg.fashion_appreciation_cfgs" -FASHION_APPRECIATION_CFGS.nested_types = {} -FASHION_APPRECIATION_CFGS.enum_types = {} -FASHION_APPRECIATION_CFGS.fields = {FASHION_APPRECIATION_CFGS_ITEMS_FIELD} -FASHION_APPRECIATION_CFGS.is_extendable = false -FASHION_APPRECIATION_CFGS.extensions = {} -FASHION_CFG_ID_FIELD.name = "id" -FASHION_CFG_ID_FIELD.full_name = ".ftcfg.fashion_cfg.id" -FASHION_CFG_ID_FIELD.number = 1 -FASHION_CFG_ID_FIELD.index = 0 -FASHION_CFG_ID_FIELD.label = 2 -FASHION_CFG_ID_FIELD.has_default_value = false -FASHION_CFG_ID_FIELD.default_value = 0 -FASHION_CFG_ID_FIELD.type = 5 -FASHION_CFG_ID_FIELD.cpp_type = 1 - -FASHION_CFG_ID_GROUP_FIELD.name = "id_group" -FASHION_CFG_ID_GROUP_FIELD.full_name = ".ftcfg.fashion_cfg.id_group" -FASHION_CFG_ID_GROUP_FIELD.number = 2 -FASHION_CFG_ID_GROUP_FIELD.index = 1 -FASHION_CFG_ID_GROUP_FIELD.label = 2 -FASHION_CFG_ID_GROUP_FIELD.has_default_value = false -FASHION_CFG_ID_GROUP_FIELD.default_value = 0 -FASHION_CFG_ID_GROUP_FIELD.type = 13 -FASHION_CFG_ID_GROUP_FIELD.cpp_type = 3 - -FASHION_CFG_FASHION_COST_FIELD.name = "fashion_cost" -FASHION_CFG_FASHION_COST_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_cost" -FASHION_CFG_FASHION_COST_FIELD.number = 3 -FASHION_CFG_FASHION_COST_FIELD.index = 2 -FASHION_CFG_FASHION_COST_FIELD.label = 3 -FASHION_CFG_FASHION_COST_FIELD.has_default_value = false -FASHION_CFG_FASHION_COST_FIELD.default_value = {} -FASHION_CFG_FASHION_COST_FIELD.type = 13 -FASHION_CFG_FASHION_COST_FIELD.cpp_type = 3 - -FASHION_CFG_FASHION_TYPE_FIELD.name = "fashion_type" -FASHION_CFG_FASHION_TYPE_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_type" -FASHION_CFG_FASHION_TYPE_FIELD.number = 4 -FASHION_CFG_FASHION_TYPE_FIELD.index = 3 -FASHION_CFG_FASHION_TYPE_FIELD.label = 2 -FASHION_CFG_FASHION_TYPE_FIELD.has_default_value = false -FASHION_CFG_FASHION_TYPE_FIELD.default_value = 0 -FASHION_CFG_FASHION_TYPE_FIELD.type = 13 -FASHION_CFG_FASHION_TYPE_FIELD.cpp_type = 3 - -FASHION_CFG_VOCATION_LIMIT_FIELD.name = "vocation_limit" -FASHION_CFG_VOCATION_LIMIT_FIELD.full_name = ".ftcfg.fashion_cfg.vocation_limit" -FASHION_CFG_VOCATION_LIMIT_FIELD.number = 5 -FASHION_CFG_VOCATION_LIMIT_FIELD.index = 4 -FASHION_CFG_VOCATION_LIMIT_FIELD.label = 2 -FASHION_CFG_VOCATION_LIMIT_FIELD.has_default_value = false -FASHION_CFG_VOCATION_LIMIT_FIELD.default_value = 0 -FASHION_CFG_VOCATION_LIMIT_FIELD.type = 5 -FASHION_CFG_VOCATION_LIMIT_FIELD.cpp_type = 1 - -FASHION_CFG_FASHION_NAME_FIELD.name = "fashion_name" -FASHION_CFG_FASHION_NAME_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_name" -FASHION_CFG_FASHION_NAME_FIELD.number = 6 -FASHION_CFG_FASHION_NAME_FIELD.index = 5 -FASHION_CFG_FASHION_NAME_FIELD.label = 2 -FASHION_CFG_FASHION_NAME_FIELD.has_default_value = false -FASHION_CFG_FASHION_NAME_FIELD.default_value = 0 -FASHION_CFG_FASHION_NAME_FIELD.type = 5 -FASHION_CFG_FASHION_NAME_FIELD.cpp_type = 1 - -FASHION_CFG_FASHION_ICON_FIELD.name = "fashion_icon" -FASHION_CFG_FASHION_ICON_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_icon" -FASHION_CFG_FASHION_ICON_FIELD.number = 7 -FASHION_CFG_FASHION_ICON_FIELD.index = 6 -FASHION_CFG_FASHION_ICON_FIELD.label = 2 -FASHION_CFG_FASHION_ICON_FIELD.has_default_value = false -FASHION_CFG_FASHION_ICON_FIELD.default_value = 0 -FASHION_CFG_FASHION_ICON_FIELD.type = 5 -FASHION_CFG_FASHION_ICON_FIELD.cpp_type = 1 - -FASHION_CFG_FASHION_PARTS_FIELD.name = "fashion_parts" -FASHION_CFG_FASHION_PARTS_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_parts" -FASHION_CFG_FASHION_PARTS_FIELD.number = 8 -FASHION_CFG_FASHION_PARTS_FIELD.index = 7 -FASHION_CFG_FASHION_PARTS_FIELD.label = 3 -FASHION_CFG_FASHION_PARTS_FIELD.has_default_value = false -FASHION_CFG_FASHION_PARTS_FIELD.default_value = {} -FASHION_CFG_FASHION_PARTS_FIELD.type = 5 -FASHION_CFG_FASHION_PARTS_FIELD.cpp_type = 1 - -FASHION_CFG_FASHION_COLOUR_FIELD.name = "fashion_colour" -FASHION_CFG_FASHION_COLOUR_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_colour" -FASHION_CFG_FASHION_COLOUR_FIELD.number = 9 -FASHION_CFG_FASHION_COLOUR_FIELD.index = 8 -FASHION_CFG_FASHION_COLOUR_FIELD.label = 2 -FASHION_CFG_FASHION_COLOUR_FIELD.has_default_value = false -FASHION_CFG_FASHION_COLOUR_FIELD.default_value = 0 -FASHION_CFG_FASHION_COLOUR_FIELD.type = 5 -FASHION_CFG_FASHION_COLOUR_FIELD.cpp_type = 1 - -FASHION_CFG_FASHION_TIPS_FIELD.name = "fashion_tips" -FASHION_CFG_FASHION_TIPS_FIELD.full_name = ".ftcfg.fashion_cfg.fashion_tips" -FASHION_CFG_FASHION_TIPS_FIELD.number = 10 -FASHION_CFG_FASHION_TIPS_FIELD.index = 9 -FASHION_CFG_FASHION_TIPS_FIELD.label = 2 -FASHION_CFG_FASHION_TIPS_FIELD.has_default_value = false -FASHION_CFG_FASHION_TIPS_FIELD.default_value = 0 -FASHION_CFG_FASHION_TIPS_FIELD.type = 5 -FASHION_CFG_FASHION_TIPS_FIELD.cpp_type = 1 - -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.name = "attribute_type" -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.full_name = ".ftcfg.fashion_cfg.attribute_type" -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.number = 11 -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.index = 10 -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.label = 3 -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.has_default_value = false -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.default_value = {} -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.type = 5 -FASHION_CFG_ATTRIBUTE_TYPE_FIELD.cpp_type = 1 - -FASHION_CFG_ATTRIBUTE_MODE_FIELD.name = "attribute_mode" -FASHION_CFG_ATTRIBUTE_MODE_FIELD.full_name = ".ftcfg.fashion_cfg.attribute_mode" -FASHION_CFG_ATTRIBUTE_MODE_FIELD.number = 12 -FASHION_CFG_ATTRIBUTE_MODE_FIELD.index = 11 -FASHION_CFG_ATTRIBUTE_MODE_FIELD.label = 3 -FASHION_CFG_ATTRIBUTE_MODE_FIELD.has_default_value = false -FASHION_CFG_ATTRIBUTE_MODE_FIELD.default_value = {} -FASHION_CFG_ATTRIBUTE_MODE_FIELD.type = 5 -FASHION_CFG_ATTRIBUTE_MODE_FIELD.cpp_type = 1 - -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.name = "attribute_count" -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.fashion_cfg.attribute_count" -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.number = 13 -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.index = 12 -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.label = 3 -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.has_default_value = false -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.default_value = {} -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.type = 2 -FASHION_CFG_ATTRIBUTE_COUNT_FIELD.cpp_type = 6 - -FASHION_CFG.name = "fashion_cfg" -FASHION_CFG.full_name = ".ftcfg.fashion_cfg" -FASHION_CFG.nested_types = {} -FASHION_CFG.enum_types = {} -FASHION_CFG.fields = {FASHION_CFG_ID_FIELD, FASHION_CFG_ID_GROUP_FIELD, FASHION_CFG_FASHION_COST_FIELD, FASHION_CFG_FASHION_TYPE_FIELD, FASHION_CFG_VOCATION_LIMIT_FIELD, FASHION_CFG_FASHION_NAME_FIELD, FASHION_CFG_FASHION_ICON_FIELD, FASHION_CFG_FASHION_PARTS_FIELD, FASHION_CFG_FASHION_COLOUR_FIELD, FASHION_CFG_FASHION_TIPS_FIELD, FASHION_CFG_ATTRIBUTE_TYPE_FIELD, FASHION_CFG_ATTRIBUTE_MODE_FIELD, FASHION_CFG_ATTRIBUTE_COUNT_FIELD} -FASHION_CFG.is_extendable = false -FASHION_CFG.extensions = {} -FASHION_CFGS_ITEMS_FIELD.name = "items" -FASHION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fashion_cfgs.items" -FASHION_CFGS_ITEMS_FIELD.number = 1 -FASHION_CFGS_ITEMS_FIELD.index = 0 -FASHION_CFGS_ITEMS_FIELD.label = 3 -FASHION_CFGS_ITEMS_FIELD.has_default_value = false -FASHION_CFGS_ITEMS_FIELD.default_value = {} -FASHION_CFGS_ITEMS_FIELD.message_type = FASHION_CFG -FASHION_CFGS_ITEMS_FIELD.type = 11 -FASHION_CFGS_ITEMS_FIELD.cpp_type = 10 - -FASHION_CFGS.name = "fashion_cfgs" -FASHION_CFGS.full_name = ".ftcfg.fashion_cfgs" -FASHION_CFGS.nested_types = {} -FASHION_CFGS.enum_types = {} -FASHION_CFGS.fields = {FASHION_CFGS_ITEMS_FIELD} -FASHION_CFGS.is_extendable = false -FASHION_CFGS.extensions = {} -FASHION_COST_CFG_ID_FIELD.name = "id" -FASHION_COST_CFG_ID_FIELD.full_name = ".ftcfg.fashion_cost_cfg.id" -FASHION_COST_CFG_ID_FIELD.number = 1 -FASHION_COST_CFG_ID_FIELD.index = 0 -FASHION_COST_CFG_ID_FIELD.label = 2 -FASHION_COST_CFG_ID_FIELD.has_default_value = false -FASHION_COST_CFG_ID_FIELD.default_value = 0 -FASHION_COST_CFG_ID_FIELD.type = 13 -FASHION_COST_CFG_ID_FIELD.cpp_type = 3 - -FASHION_COST_CFG_FASHION_TIME_FIELD.name = "fashion_time" -FASHION_COST_CFG_FASHION_TIME_FIELD.full_name = ".ftcfg.fashion_cost_cfg.fashion_time" -FASHION_COST_CFG_FASHION_TIME_FIELD.number = 2 -FASHION_COST_CFG_FASHION_TIME_FIELD.index = 1 -FASHION_COST_CFG_FASHION_TIME_FIELD.label = 2 -FASHION_COST_CFG_FASHION_TIME_FIELD.has_default_value = false -FASHION_COST_CFG_FASHION_TIME_FIELD.default_value = 0 -FASHION_COST_CFG_FASHION_TIME_FIELD.type = 5 -FASHION_COST_CFG_FASHION_TIME_FIELD.cpp_type = 1 - -FASHION_COST_CFG_FASHION_POINT_FIELD.name = "fashion_point" -FASHION_COST_CFG_FASHION_POINT_FIELD.full_name = ".ftcfg.fashion_cost_cfg.fashion_point" -FASHION_COST_CFG_FASHION_POINT_FIELD.number = 3 -FASHION_COST_CFG_FASHION_POINT_FIELD.index = 2 -FASHION_COST_CFG_FASHION_POINT_FIELD.label = 2 -FASHION_COST_CFG_FASHION_POINT_FIELD.has_default_value = false -FASHION_COST_CFG_FASHION_POINT_FIELD.default_value = 0 -FASHION_COST_CFG_FASHION_POINT_FIELD.type = 13 -FASHION_COST_CFG_FASHION_POINT_FIELD.cpp_type = 3 - -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.name = "unlock_level" -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_level" -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.number = 4 -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.index = 3 -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.label = 2 -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.default_value = 0 -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_LEVEL_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.name = "unlock_frontid" -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_frontid" -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.number = 5 -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.index = 4 -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_FRONTID_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.name = "unlock_itemid" -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_itemid" -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.number = 6 -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.index = 5 -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_ITEMID_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.name = "unlock_itemcount" -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_itemcount" -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.number = 7 -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.index = 6 -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.name = "unlock_cointype" -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_cointype" -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.number = 8 -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.index = 7 -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.name = "unlock_coincount" -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_coincount" -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.number = 9 -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.index = 8 -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.name = "unlock_allintensify" -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_allintensify" -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.number = 10 -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.index = 9 -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.label = 2 -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.default_value = 0 -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.name = "unlock_specifyintensify" -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_specifyintensify" -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.number = 11 -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.index = 10 -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.name = "unlock_gemstonelv" -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_gemstonelv" -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.number = 12 -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.index = 11 -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.label = 2 -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.default_value = 0 -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.name = "unlock_quality" -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_quality" -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.number = 13 -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.index = 12 -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.label = 3 -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.default_value = {} -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_QUALITY_FIELD.cpp_type = 1 - -FASHION_COST_CFG_UNLOCK_POWER_FIELD.name = "unlock_power" -FASHION_COST_CFG_UNLOCK_POWER_FIELD.full_name = ".ftcfg.fashion_cost_cfg.unlock_power" -FASHION_COST_CFG_UNLOCK_POWER_FIELD.number = 14 -FASHION_COST_CFG_UNLOCK_POWER_FIELD.index = 13 -FASHION_COST_CFG_UNLOCK_POWER_FIELD.label = 2 -FASHION_COST_CFG_UNLOCK_POWER_FIELD.has_default_value = false -FASHION_COST_CFG_UNLOCK_POWER_FIELD.default_value = 0 -FASHION_COST_CFG_UNLOCK_POWER_FIELD.type = 5 -FASHION_COST_CFG_UNLOCK_POWER_FIELD.cpp_type = 1 - -FASHION_COST_CFG.name = "fashion_cost_cfg" -FASHION_COST_CFG.full_name = ".ftcfg.fashion_cost_cfg" -FASHION_COST_CFG.nested_types = {} -FASHION_COST_CFG.enum_types = {} -FASHION_COST_CFG.fields = {FASHION_COST_CFG_ID_FIELD, FASHION_COST_CFG_FASHION_TIME_FIELD, FASHION_COST_CFG_FASHION_POINT_FIELD, FASHION_COST_CFG_UNLOCK_LEVEL_FIELD, FASHION_COST_CFG_UNLOCK_FRONTID_FIELD, FASHION_COST_CFG_UNLOCK_ITEMID_FIELD, FASHION_COST_CFG_UNLOCK_ITEMCOUNT_FIELD, FASHION_COST_CFG_UNLOCK_COINTYPE_FIELD, FASHION_COST_CFG_UNLOCK_COINCOUNT_FIELD, FASHION_COST_CFG_UNLOCK_ALLINTENSIFY_FIELD, FASHION_COST_CFG_UNLOCK_SPECIFYINTENSIFY_FIELD, FASHION_COST_CFG_UNLOCK_GEMSTONELV_FIELD, FASHION_COST_CFG_UNLOCK_QUALITY_FIELD, FASHION_COST_CFG_UNLOCK_POWER_FIELD} -FASHION_COST_CFG.is_extendable = false -FASHION_COST_CFG.extensions = {} -FASHION_COST_CFGS_ITEMS_FIELD.name = "items" -FASHION_COST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fashion_cost_cfgs.items" -FASHION_COST_CFGS_ITEMS_FIELD.number = 1 -FASHION_COST_CFGS_ITEMS_FIELD.index = 0 -FASHION_COST_CFGS_ITEMS_FIELD.label = 3 -FASHION_COST_CFGS_ITEMS_FIELD.has_default_value = false -FASHION_COST_CFGS_ITEMS_FIELD.default_value = {} -FASHION_COST_CFGS_ITEMS_FIELD.message_type = FASHION_COST_CFG -FASHION_COST_CFGS_ITEMS_FIELD.type = 11 -FASHION_COST_CFGS_ITEMS_FIELD.cpp_type = 10 - -FASHION_COST_CFGS.name = "fashion_cost_cfgs" -FASHION_COST_CFGS.full_name = ".ftcfg.fashion_cost_cfgs" -FASHION_COST_CFGS.nested_types = {} -FASHION_COST_CFGS.enum_types = {} -FASHION_COST_CFGS.fields = {FASHION_COST_CFGS_ITEMS_FIELD} -FASHION_COST_CFGS.is_extendable = false -FASHION_COST_CFGS.extensions = {} -MOUNTEQUIP_CFG_ID_FIELD.name = "id" -MOUNTEQUIP_CFG_ID_FIELD.full_name = ".ftcfg.mountequip_cfg.id" -MOUNTEQUIP_CFG_ID_FIELD.number = 1 -MOUNTEQUIP_CFG_ID_FIELD.index = 0 -MOUNTEQUIP_CFG_ID_FIELD.label = 2 -MOUNTEQUIP_CFG_ID_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ID_FIELD.default_value = 0 -MOUNTEQUIP_CFG_ID_FIELD.type = 13 -MOUNTEQUIP_CFG_ID_FIELD.cpp_type = 3 - -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.name = "item_name" -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.full_name = ".ftcfg.mountequip_cfg.item_name" -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.number = 2 -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.index = 1 -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.label = 2 -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.default_value = 0 -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.type = 5 -MOUNTEQUIP_CFG_ITEM_NAME_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.name = "item_desc" -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.full_name = ".ftcfg.mountequip_cfg.item_desc" -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.number = 3 -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.index = 2 -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.label = 2 -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.default_value = 0 -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.type = 5 -MOUNTEQUIP_CFG_ITEM_DESC_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.name = "need_level" -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.full_name = ".ftcfg.mountequip_cfg.need_level" -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.number = 4 -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.index = 3 -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.label = 2 -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.has_default_value = false -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.default_value = 0 -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.type = 5 -MOUNTEQUIP_CFG_NEED_LEVEL_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.name = "equip_place" -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.full_name = ".ftcfg.mountequip_cfg.equip_place" -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.number = 5 -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.index = 4 -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.label = 2 -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.has_default_value = false -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.default_value = 0 -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.type = 5 -MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.name = "display_type" -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.full_name = ".ftcfg.mountequip_cfg.display_type" -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.number = 6 -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.index = 5 -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.label = 2 -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.has_default_value = false -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.default_value = 0 -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.type = 5 -MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.name = "item_color" -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.full_name = ".ftcfg.mountequip_cfg.item_color" -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.number = 7 -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.index = 6 -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.label = 2 -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.default_value = nil -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.enum_type = config_predefine_pb.EITEMCOLOR -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.type = 14 -MOUNTEQUIP_CFG_ITEM_COLOR_FIELD.cpp_type = 8 - -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.name = "item_icon" -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.full_name = ".ftcfg.mountequip_cfg.item_icon" -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.number = 8 -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.index = 7 -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.label = 2 -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.default_value = 0 -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.type = 5 -MOUNTEQUIP_CFG_ITEM_ICON_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.name = "could_trade" -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.full_name = ".ftcfg.mountequip_cfg.could_trade" -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.number = 9 -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.index = 8 -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.label = 2 -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.has_default_value = false -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.default_value = 0 -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.type = 5 -MOUNTEQUIP_CFG_COULD_TRADE_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.name = "effect_timelimited" -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.full_name = ".ftcfg.mountequip_cfg.effect_timelimited" -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.number = 10 -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.index = 9 -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.label = 2 -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.has_default_value = false -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.default_value = 0 -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.type = 5 -MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.name = "attribute_type" -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.full_name = ".ftcfg.mountequip_cfg.attribute_type" -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.number = 11 -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.index = 10 -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.label = 3 -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.default_value = {} -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.type = 5 -MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.name = "attribute_mode" -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.full_name = ".ftcfg.mountequip_cfg.attribute_mode" -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.number = 12 -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.index = 11 -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.label = 3 -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.default_value = {} -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.type = 5 -MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD.cpp_type = 1 - -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.name = "attribute_count" -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.mountequip_cfg.attribute_count" -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.number = 13 -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.index = 12 -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.label = 3 -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.has_default_value = false -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.default_value = {} -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.type = 2 -MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD.cpp_type = 6 - -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.name = "combat_point" -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.full_name = ".ftcfg.mountequip_cfg.combat_point" -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.number = 14 -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.index = 13 -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.label = 2 -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.has_default_value = false -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.default_value = 0 -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.type = 13 -MOUNTEQUIP_CFG_COMBAT_POINT_FIELD.cpp_type = 3 - -MOUNTEQUIP_CFG.name = "mountequip_cfg" -MOUNTEQUIP_CFG.full_name = ".ftcfg.mountequip_cfg" -MOUNTEQUIP_CFG.nested_types = {} -MOUNTEQUIP_CFG.enum_types = {} -MOUNTEQUIP_CFG.fields = {MOUNTEQUIP_CFG_ID_FIELD, MOUNTEQUIP_CFG_ITEM_NAME_FIELD, MOUNTEQUIP_CFG_ITEM_DESC_FIELD, MOUNTEQUIP_CFG_NEED_LEVEL_FIELD, MOUNTEQUIP_CFG_EQUIP_PLACE_FIELD, MOUNTEQUIP_CFG_DISPLAY_TYPE_FIELD, MOUNTEQUIP_CFG_ITEM_COLOR_FIELD, MOUNTEQUIP_CFG_ITEM_ICON_FIELD, MOUNTEQUIP_CFG_COULD_TRADE_FIELD, MOUNTEQUIP_CFG_EFFECT_TIMELIMITED_FIELD, MOUNTEQUIP_CFG_ATTRIBUTE_TYPE_FIELD, MOUNTEQUIP_CFG_ATTRIBUTE_MODE_FIELD, MOUNTEQUIP_CFG_ATTRIBUTE_COUNT_FIELD, MOUNTEQUIP_CFG_COMBAT_POINT_FIELD} -MOUNTEQUIP_CFG.is_extendable = false -MOUNTEQUIP_CFG.extensions = {} -MOUNTEQUIP_CFGS_ITEMS_FIELD.name = "items" -MOUNTEQUIP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.mountequip_cfgs.items" -MOUNTEQUIP_CFGS_ITEMS_FIELD.number = 1 -MOUNTEQUIP_CFGS_ITEMS_FIELD.index = 0 -MOUNTEQUIP_CFGS_ITEMS_FIELD.label = 3 -MOUNTEQUIP_CFGS_ITEMS_FIELD.has_default_value = false -MOUNTEQUIP_CFGS_ITEMS_FIELD.default_value = {} -MOUNTEQUIP_CFGS_ITEMS_FIELD.message_type = MOUNTEQUIP_CFG -MOUNTEQUIP_CFGS_ITEMS_FIELD.type = 11 -MOUNTEQUIP_CFGS_ITEMS_FIELD.cpp_type = 10 - -MOUNTEQUIP_CFGS.name = "mountequip_cfgs" -MOUNTEQUIP_CFGS.full_name = ".ftcfg.mountequip_cfgs" -MOUNTEQUIP_CFGS.nested_types = {} -MOUNTEQUIP_CFGS.enum_types = {} -MOUNTEQUIP_CFGS.fields = {MOUNTEQUIP_CFGS_ITEMS_FIELD} -MOUNTEQUIP_CFGS.is_extendable = false -MOUNTEQUIP_CFGS.extensions = {} -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.name = "id" -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.full_name = ".ftcfg.independent_random_reward_cfg.id" -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.number = 1 -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.index = 0 -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.label = 2 -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.has_default_value = false -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.default_value = 0 -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.type = 5 -INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD.cpp_type = 1 - -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.name = "drop_rate" -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.full_name = ".ftcfg.independent_random_reward_cfg.drop_rate" -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.number = 2 -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.index = 1 -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.label = 3 -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.has_default_value = false -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.default_value = {} -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.type = 5 -INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD.cpp_type = 1 - -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.name = "random_reward_id" -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.full_name = ".ftcfg.independent_random_reward_cfg.random_reward_id" -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.number = 3 -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.index = 2 -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.label = 3 -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.has_default_value = false -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.default_value = {} -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.type = 5 -INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD.cpp_type = 1 - -INDEPENDENT_RANDOM_REWARD_CFG.name = "independent_random_reward_cfg" -INDEPENDENT_RANDOM_REWARD_CFG.full_name = ".ftcfg.independent_random_reward_cfg" -INDEPENDENT_RANDOM_REWARD_CFG.nested_types = {} -INDEPENDENT_RANDOM_REWARD_CFG.enum_types = {} -INDEPENDENT_RANDOM_REWARD_CFG.fields = {INDEPENDENT_RANDOM_REWARD_CFG_ID_FIELD, INDEPENDENT_RANDOM_REWARD_CFG_DROP_RATE_FIELD, INDEPENDENT_RANDOM_REWARD_CFG_RANDOM_REWARD_ID_FIELD} -INDEPENDENT_RANDOM_REWARD_CFG.is_extendable = false -INDEPENDENT_RANDOM_REWARD_CFG.extensions = {} -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.name = "items" -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.independent_random_reward_cfgs.items" -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.number = 1 -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.index = 0 -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.label = 3 -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.default_value = {} -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.message_type = INDEPENDENT_RANDOM_REWARD_CFG -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.type = 11 -INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -INDEPENDENT_RANDOM_REWARD_CFGS.name = "independent_random_reward_cfgs" -INDEPENDENT_RANDOM_REWARD_CFGS.full_name = ".ftcfg.independent_random_reward_cfgs" -INDEPENDENT_RANDOM_REWARD_CFGS.nested_types = {} -INDEPENDENT_RANDOM_REWARD_CFGS.enum_types = {} -INDEPENDENT_RANDOM_REWARD_CFGS.fields = {INDEPENDENT_RANDOM_REWARD_CFGS_ITEMS_FIELD} -INDEPENDENT_RANDOM_REWARD_CFGS.is_extendable = false -INDEPENDENT_RANDOM_REWARD_CFGS.extensions = {} -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.name = "id" -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.id" -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.number = 1 -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.index = 0 -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.label = 2 -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.default_value = 0 -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.type = 5 -WEIGHT_RANDOM_REWARD_CFG_ID_FIELD.cpp_type = 1 - -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.name = "reward_rate" -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.reward_rate" -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.number = 2 -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.index = 1 -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.label = 3 -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.default_value = {} -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.type = 5 -WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD.cpp_type = 1 - -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.name = "reward_type" -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.reward_type" -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.number = 3 -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.index = 2 -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.label = 3 -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.default_value = {} -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.enum_type = config_predefine_pb.EREWARDTYPE -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.type = 14 -WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD.cpp_type = 8 - -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.name = "reward_id" -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.reward_id" -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.number = 4 -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.index = 3 -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.label = 3 -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.default_value = {} -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.type = 5 -WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD.cpp_type = 1 - -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.name = "random_min" -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.random_min" -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.number = 5 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.index = 4 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.label = 3 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.default_value = {} -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.type = 5 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD.cpp_type = 1 - -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.name = "random_max" -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.random_max" -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.number = 6 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.index = 5 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.label = 3 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.default_value = {} -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.type = 5 -WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD.cpp_type = 1 - -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.name = "show" -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.full_name = ".ftcfg.weight_random_reward_cfg.show" -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.number = 7 -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.index = 6 -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.label = 2 -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.default_value = 0 -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.type = 5 -WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD.cpp_type = 1 - -WEIGHT_RANDOM_REWARD_CFG.name = "weight_random_reward_cfg" -WEIGHT_RANDOM_REWARD_CFG.full_name = ".ftcfg.weight_random_reward_cfg" -WEIGHT_RANDOM_REWARD_CFG.nested_types = {} -WEIGHT_RANDOM_REWARD_CFG.enum_types = {} -WEIGHT_RANDOM_REWARD_CFG.fields = {WEIGHT_RANDOM_REWARD_CFG_ID_FIELD, WEIGHT_RANDOM_REWARD_CFG_REWARD_RATE_FIELD, WEIGHT_RANDOM_REWARD_CFG_REWARD_TYPE_FIELD, WEIGHT_RANDOM_REWARD_CFG_REWARD_ID_FIELD, WEIGHT_RANDOM_REWARD_CFG_RANDOM_MIN_FIELD, WEIGHT_RANDOM_REWARD_CFG_RANDOM_MAX_FIELD, WEIGHT_RANDOM_REWARD_CFG_SHOW_FIELD} -WEIGHT_RANDOM_REWARD_CFG.is_extendable = false -WEIGHT_RANDOM_REWARD_CFG.extensions = {} -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.name = "items" -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.weight_random_reward_cfgs.items" -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.number = 1 -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.index = 0 -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.label = 3 -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.default_value = {} -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.message_type = WEIGHT_RANDOM_REWARD_CFG -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.type = 11 -WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -WEIGHT_RANDOM_REWARD_CFGS.name = "weight_random_reward_cfgs" -WEIGHT_RANDOM_REWARD_CFGS.full_name = ".ftcfg.weight_random_reward_cfgs" -WEIGHT_RANDOM_REWARD_CFGS.nested_types = {} -WEIGHT_RANDOM_REWARD_CFGS.enum_types = {} -WEIGHT_RANDOM_REWARD_CFGS.fields = {WEIGHT_RANDOM_REWARD_CFGS_ITEMS_FIELD} -WEIGHT_RANDOM_REWARD_CFGS.is_extendable = false -WEIGHT_RANDOM_REWARD_CFGS.extensions = {} -REWARD_CFG_ID_FIELD.name = "id" -REWARD_CFG_ID_FIELD.full_name = ".ftcfg.reward_cfg.id" -REWARD_CFG_ID_FIELD.number = 1 -REWARD_CFG_ID_FIELD.index = 0 -REWARD_CFG_ID_FIELD.label = 2 -REWARD_CFG_ID_FIELD.has_default_value = false -REWARD_CFG_ID_FIELD.default_value = 0 -REWARD_CFG_ID_FIELD.type = 5 -REWARD_CFG_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.name = "reward_attribute_id" -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.full_name = ".ftcfg.reward_cfg.reward_attribute_id" -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.number = 2 -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.index = 1 -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.label = 3 -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.has_default_value = false -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.default_value = {} -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.type = 5 -REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.name = "reward_attribute_count" -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.reward_attribute_count" -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.number = 3 -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.index = 2 -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_ITEM_ID_FIELD.name = "reward_item_id" -REWARD_CFG_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.reward_cfg.reward_item_id" -REWARD_CFG_REWARD_ITEM_ID_FIELD.number = 4 -REWARD_CFG_REWARD_ITEM_ID_FIELD.index = 3 -REWARD_CFG_REWARD_ITEM_ID_FIELD.label = 3 -REWARD_CFG_REWARD_ITEM_ID_FIELD.has_default_value = false -REWARD_CFG_REWARD_ITEM_ID_FIELD.default_value = {} -REWARD_CFG_REWARD_ITEM_ID_FIELD.type = 5 -REWARD_CFG_REWARD_ITEM_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.name = "reward_item_count" -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.reward_item_count" -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.number = 5 -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.index = 4 -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.label = 3 -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.has_default_value = false -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.default_value = {} -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.type = 5 -REWARD_CFG_REWARD_ITEM_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.name = "reward_magic_rock_id" -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.full_name = ".ftcfg.reward_cfg.reward_magic_rock_id" -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.number = 6 -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.index = 5 -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.label = 3 -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.has_default_value = false -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.default_value = {} -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.type = 5 -REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.name = "reward_magic_rock_count" -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.reward_magic_rock_count" -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.number = 7 -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.index = 6 -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.label = 3 -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.has_default_value = false -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.default_value = {} -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.type = 5 -REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.name = "reward_refine_rock_id" -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.full_name = ".ftcfg.reward_cfg.reward_refine_rock_id" -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.number = 8 -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.index = 7 -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.label = 3 -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.has_default_value = false -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.default_value = {} -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.type = 5 -REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.name = "reward_refine_rock_count" -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.reward_refine_rock_count" -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.number = 9 -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.index = 8 -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.label = 3 -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.has_default_value = false -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.default_value = {} -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.type = 5 -REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_SOUL_ID_FIELD.name = "reward_soul_id" -REWARD_CFG_REWARD_SOUL_ID_FIELD.full_name = ".ftcfg.reward_cfg.reward_soul_id" -REWARD_CFG_REWARD_SOUL_ID_FIELD.number = 10 -REWARD_CFG_REWARD_SOUL_ID_FIELD.index = 9 -REWARD_CFG_REWARD_SOUL_ID_FIELD.label = 3 -REWARD_CFG_REWARD_SOUL_ID_FIELD.has_default_value = false -REWARD_CFG_REWARD_SOUL_ID_FIELD.default_value = {} -REWARD_CFG_REWARD_SOUL_ID_FIELD.type = 5 -REWARD_CFG_REWARD_SOUL_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.name = "reward_soul_count" -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.reward_soul_count" -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.number = 11 -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.index = 10 -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.label = 3 -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.has_default_value = false -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.default_value = {} -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.type = 5 -REWARD_CFG_REWARD_SOUL_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_PARTNER_ID_FIELD.name = "reward_partner_id" -REWARD_CFG_REWARD_PARTNER_ID_FIELD.full_name = ".ftcfg.reward_cfg.reward_partner_id" -REWARD_CFG_REWARD_PARTNER_ID_FIELD.number = 12 -REWARD_CFG_REWARD_PARTNER_ID_FIELD.index = 11 -REWARD_CFG_REWARD_PARTNER_ID_FIELD.label = 3 -REWARD_CFG_REWARD_PARTNER_ID_FIELD.has_default_value = false -REWARD_CFG_REWARD_PARTNER_ID_FIELD.default_value = {} -REWARD_CFG_REWARD_PARTNER_ID_FIELD.type = 5 -REWARD_CFG_REWARD_PARTNER_ID_FIELD.cpp_type = 1 - -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.name = "reward_partner_count" -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.reward_partner_count" -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.number = 13 -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.index = 12 -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.label = 3 -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.has_default_value = false -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.default_value = {} -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.type = 5 -REWARD_CFG_REWARD_PARTNER_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.name = "profession1_reward_item_id" -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.reward_cfg.profession1_reward_item_id" -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.number = 14 -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.index = 13 -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.label = 3 -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.has_default_value = false -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.default_value = {} -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.type = 5 -REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.name = "profession1_reward_attribute_count" -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.profession1_reward_attribute_count" -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.number = 15 -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.index = 14 -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.name = "profession2_reward_item_id" -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.reward_cfg.profession2_reward_item_id" -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.number = 16 -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.index = 15 -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.label = 3 -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.has_default_value = false -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.default_value = {} -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.type = 5 -REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.name = "profession2_reward_attribute_count" -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.profession2_reward_attribute_count" -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.number = 17 -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.index = 16 -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.name = "profession3_reward_item_id" -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.reward_cfg.profession3_reward_item_id" -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.number = 18 -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.index = 17 -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.label = 3 -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.has_default_value = false -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.default_value = {} -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.type = 5 -REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.name = "profession3_reward_attribute_count" -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.profession3_reward_attribute_count" -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.number = 19 -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.index = 18 -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.name = "profession4_reward_item_id" -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.reward_cfg.profession4_reward_item_id" -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.number = 20 -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.index = 19 -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.label = 3 -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.has_default_value = false -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.default_value = {} -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.type = 5 -REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.name = "profession4_reward_attribute_count" -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.profession4_reward_attribute_count" -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.number = 21 -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.index = 20 -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.name = "profession5_reward_item_id" -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.full_name = ".ftcfg.reward_cfg.profession5_reward_item_id" -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.number = 22 -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.index = 21 -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.label = 3 -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.has_default_value = false -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.default_value = {} -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.type = 5 -REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD.cpp_type = 1 - -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.name = "profession5_reward_attribute_count" -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.full_name = ".ftcfg.reward_cfg.profession5_reward_attribute_count" -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.number = 23 -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.index = 22 -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.label = 3 -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.has_default_value = false -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.default_value = {} -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.type = 5 -REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD.cpp_type = 1 - -REWARD_CFG.name = "reward_cfg" -REWARD_CFG.full_name = ".ftcfg.reward_cfg" -REWARD_CFG.nested_types = {} -REWARD_CFG.enum_types = {} -REWARD_CFG.fields = {REWARD_CFG_ID_FIELD, REWARD_CFG_REWARD_ATTRIBUTE_ID_FIELD, REWARD_CFG_REWARD_ATTRIBUTE_COUNT_FIELD, REWARD_CFG_REWARD_ITEM_ID_FIELD, REWARD_CFG_REWARD_ITEM_COUNT_FIELD, REWARD_CFG_REWARD_MAGIC_ROCK_ID_FIELD, REWARD_CFG_REWARD_MAGIC_ROCK_COUNT_FIELD, REWARD_CFG_REWARD_REFINE_ROCK_ID_FIELD, REWARD_CFG_REWARD_REFINE_ROCK_COUNT_FIELD, REWARD_CFG_REWARD_SOUL_ID_FIELD, REWARD_CFG_REWARD_SOUL_COUNT_FIELD, REWARD_CFG_REWARD_PARTNER_ID_FIELD, REWARD_CFG_REWARD_PARTNER_COUNT_FIELD, REWARD_CFG_PROFESSION1_REWARD_ITEM_ID_FIELD, REWARD_CFG_PROFESSION1_REWARD_ATTRIBUTE_COUNT_FIELD, REWARD_CFG_PROFESSION2_REWARD_ITEM_ID_FIELD, REWARD_CFG_PROFESSION2_REWARD_ATTRIBUTE_COUNT_FIELD, REWARD_CFG_PROFESSION3_REWARD_ITEM_ID_FIELD, REWARD_CFG_PROFESSION3_REWARD_ATTRIBUTE_COUNT_FIELD, REWARD_CFG_PROFESSION4_REWARD_ITEM_ID_FIELD, REWARD_CFG_PROFESSION4_REWARD_ATTRIBUTE_COUNT_FIELD, REWARD_CFG_PROFESSION5_REWARD_ITEM_ID_FIELD, REWARD_CFG_PROFESSION5_REWARD_ATTRIBUTE_COUNT_FIELD} -REWARD_CFG.is_extendable = false -REWARD_CFG.extensions = {} -REWARD_CFGS_ITEMS_FIELD.name = "items" -REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.reward_cfgs.items" -REWARD_CFGS_ITEMS_FIELD.number = 1 -REWARD_CFGS_ITEMS_FIELD.index = 0 -REWARD_CFGS_ITEMS_FIELD.label = 3 -REWARD_CFGS_ITEMS_FIELD.has_default_value = false -REWARD_CFGS_ITEMS_FIELD.default_value = {} -REWARD_CFGS_ITEMS_FIELD.message_type = REWARD_CFG -REWARD_CFGS_ITEMS_FIELD.type = 11 -REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -REWARD_CFGS.name = "reward_cfgs" -REWARD_CFGS.full_name = ".ftcfg.reward_cfgs" -REWARD_CFGS.nested_types = {} -REWARD_CFGS.enum_types = {} -REWARD_CFGS.fields = {REWARD_CFGS_ITEMS_FIELD} -REWARD_CFGS.is_extendable = false -REWARD_CFGS.extensions = {} -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.name = "id" -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.full_name = ".ftcfg.func_type_weight_cfg.id" -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.number = 1 -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.index = 0 -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.label = 2 -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.has_default_value = false -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.default_value = nil -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.type = 14 -FUNC_TYPE_WEIGHT_CFG_ID_FIELD.cpp_type = 8 - -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.name = "drops" -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.full_name = ".ftcfg.func_type_weight_cfg.drops" -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.number = 2 -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.index = 1 -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.label = 3 -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.has_default_value = false -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.default_value = {} -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.type = 5 -FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD.cpp_type = 1 - -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.name = "weights" -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.full_name = ".ftcfg.func_type_weight_cfg.weights" -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.number = 3 -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.index = 2 -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.label = 3 -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.has_default_value = false -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.default_value = {} -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.type = 5 -FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD.cpp_type = 1 - -FUNC_TYPE_WEIGHT_CFG.name = "func_type_weight_cfg" -FUNC_TYPE_WEIGHT_CFG.full_name = ".ftcfg.func_type_weight_cfg" -FUNC_TYPE_WEIGHT_CFG.nested_types = {} -FUNC_TYPE_WEIGHT_CFG.enum_types = {} -FUNC_TYPE_WEIGHT_CFG.fields = {FUNC_TYPE_WEIGHT_CFG_ID_FIELD, FUNC_TYPE_WEIGHT_CFG_DROPS_FIELD, FUNC_TYPE_WEIGHT_CFG_WEIGHTS_FIELD} -FUNC_TYPE_WEIGHT_CFG.is_extendable = false -FUNC_TYPE_WEIGHT_CFG.extensions = {} -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.name = "items" -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.func_type_weight_cfgs.items" -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.number = 1 -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.index = 0 -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.label = 3 -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.has_default_value = false -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.default_value = {} -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.message_type = FUNC_TYPE_WEIGHT_CFG -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.type = 11 -FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD.cpp_type = 10 - -FUNC_TYPE_WEIGHT_CFGS.name = "func_type_weight_cfgs" -FUNC_TYPE_WEIGHT_CFGS.full_name = ".ftcfg.func_type_weight_cfgs" -FUNC_TYPE_WEIGHT_CFGS.nested_types = {} -FUNC_TYPE_WEIGHT_CFGS.enum_types = {} -FUNC_TYPE_WEIGHT_CFGS.fields = {FUNC_TYPE_WEIGHT_CFGS_ITEMS_FIELD} -FUNC_TYPE_WEIGHT_CFGS.is_extendable = false -FUNC_TYPE_WEIGHT_CFGS.extensions = {} -ZONE_LOCATION_CFG_ID_FIELD.name = "id" -ZONE_LOCATION_CFG_ID_FIELD.full_name = ".ftcfg.zone_location_cfg.id" -ZONE_LOCATION_CFG_ID_FIELD.number = 1 -ZONE_LOCATION_CFG_ID_FIELD.index = 0 -ZONE_LOCATION_CFG_ID_FIELD.label = 2 -ZONE_LOCATION_CFG_ID_FIELD.has_default_value = false -ZONE_LOCATION_CFG_ID_FIELD.default_value = 0 -ZONE_LOCATION_CFG_ID_FIELD.type = 5 -ZONE_LOCATION_CFG_ID_FIELD.cpp_type = 1 - -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.name = "province_id" -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.full_name = ".ftcfg.zone_location_cfg.province_id" -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.number = 2 -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.index = 1 -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.label = 2 -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.has_default_value = false -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.default_value = 0 -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.type = 5 -ZONE_LOCATION_CFG_PROVINCE_ID_FIELD.cpp_type = 1 - -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.name = "province_language_id" -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.full_name = ".ftcfg.zone_location_cfg.province_language_id" -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.number = 3 -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.index = 2 -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.label = 2 -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.has_default_value = false -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.default_value = 0 -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.type = 5 -ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD.cpp_type = 1 - -ZONE_LOCATION_CFG_CITY_ID_FIELD.name = "city_id" -ZONE_LOCATION_CFG_CITY_ID_FIELD.full_name = ".ftcfg.zone_location_cfg.city_id" -ZONE_LOCATION_CFG_CITY_ID_FIELD.number = 4 -ZONE_LOCATION_CFG_CITY_ID_FIELD.index = 3 -ZONE_LOCATION_CFG_CITY_ID_FIELD.label = 2 -ZONE_LOCATION_CFG_CITY_ID_FIELD.has_default_value = false -ZONE_LOCATION_CFG_CITY_ID_FIELD.default_value = 0 -ZONE_LOCATION_CFG_CITY_ID_FIELD.type = 5 -ZONE_LOCATION_CFG_CITY_ID_FIELD.cpp_type = 1 - -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.name = "city_language_id" -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.full_name = ".ftcfg.zone_location_cfg.city_language_id" -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.number = 5 -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.index = 4 -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.label = 2 -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.has_default_value = false -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.default_value = 0 -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.type = 5 -ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD.cpp_type = 1 - -ZONE_LOCATION_CFG.name = "zone_location_cfg" -ZONE_LOCATION_CFG.full_name = ".ftcfg.zone_location_cfg" -ZONE_LOCATION_CFG.nested_types = {} -ZONE_LOCATION_CFG.enum_types = {} -ZONE_LOCATION_CFG.fields = {ZONE_LOCATION_CFG_ID_FIELD, ZONE_LOCATION_CFG_PROVINCE_ID_FIELD, ZONE_LOCATION_CFG_PROVINCE_LANGUAGE_ID_FIELD, ZONE_LOCATION_CFG_CITY_ID_FIELD, ZONE_LOCATION_CFG_CITY_LANGUAGE_ID_FIELD} -ZONE_LOCATION_CFG.is_extendable = false -ZONE_LOCATION_CFG.extensions = {} -ZONE_LOCATION_CFGS_ITEMS_FIELD.name = "items" -ZONE_LOCATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.zone_location_cfgs.items" -ZONE_LOCATION_CFGS_ITEMS_FIELD.number = 1 -ZONE_LOCATION_CFGS_ITEMS_FIELD.index = 0 -ZONE_LOCATION_CFGS_ITEMS_FIELD.label = 3 -ZONE_LOCATION_CFGS_ITEMS_FIELD.has_default_value = false -ZONE_LOCATION_CFGS_ITEMS_FIELD.default_value = {} -ZONE_LOCATION_CFGS_ITEMS_FIELD.message_type = ZONE_LOCATION_CFG -ZONE_LOCATION_CFGS_ITEMS_FIELD.type = 11 -ZONE_LOCATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -ZONE_LOCATION_CFGS.name = "zone_location_cfgs" -ZONE_LOCATION_CFGS.full_name = ".ftcfg.zone_location_cfgs" -ZONE_LOCATION_CFGS.nested_types = {} -ZONE_LOCATION_CFGS.enum_types = {} -ZONE_LOCATION_CFGS.fields = {ZONE_LOCATION_CFGS_ITEMS_FIELD} -ZONE_LOCATION_CFGS.is_extendable = false -ZONE_LOCATION_CFGS.extensions = {} -GIFT_GIVING_CFG_ID_FIELD.name = "id" -GIFT_GIVING_CFG_ID_FIELD.full_name = ".ftcfg.gift_giving_cfg.id" -GIFT_GIVING_CFG_ID_FIELD.number = 1 -GIFT_GIVING_CFG_ID_FIELD.index = 0 -GIFT_GIVING_CFG_ID_FIELD.label = 2 -GIFT_GIVING_CFG_ID_FIELD.has_default_value = false -GIFT_GIVING_CFG_ID_FIELD.default_value = 0 -GIFT_GIVING_CFG_ID_FIELD.type = 5 -GIFT_GIVING_CFG_ID_FIELD.cpp_type = 1 - -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.name = "gift_type" -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.full_name = ".ftcfg.gift_giving_cfg.gift_type" -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.number = 2 -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.index = 1 -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.label = 2 -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.has_default_value = false -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.default_value = 0 -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.type = 5 -GIFT_GIVING_CFG_GIFT_TYPE_FIELD.cpp_type = 1 - -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.name = "gift_item_id" -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.full_name = ".ftcfg.gift_giving_cfg.gift_item_id" -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.number = 3 -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.index = 2 -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.label = 2 -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.has_default_value = false -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.default_value = 0 -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.type = 5 -GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD.cpp_type = 1 - -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.name = "give_friend_degree" -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.full_name = ".ftcfg.gift_giving_cfg.give_friend_degree" -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.number = 4 -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.index = 3 -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.label = 2 -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.has_default_value = false -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.default_value = 0 -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.type = 5 -GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD.cpp_type = 1 - -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.name = "is_give_friebd" -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.full_name = ".ftcfg.gift_giving_cfg.is_give_friebd" -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.number = 5 -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.index = 4 -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.label = 2 -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.has_default_value = false -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.default_value = 0 -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.type = 5 -GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD.cpp_type = 1 - -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.name = "is_give_delete" -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.full_name = ".ftcfg.gift_giving_cfg.is_give_delete" -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.number = 6 -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.index = 5 -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.label = 2 -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.has_default_value = false -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.default_value = 0 -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.type = 5 -GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD.cpp_type = 1 - -GIFT_GIVING_CFG.name = "gift_giving_cfg" -GIFT_GIVING_CFG.full_name = ".ftcfg.gift_giving_cfg" -GIFT_GIVING_CFG.nested_types = {} -GIFT_GIVING_CFG.enum_types = {} -GIFT_GIVING_CFG.fields = {GIFT_GIVING_CFG_ID_FIELD, GIFT_GIVING_CFG_GIFT_TYPE_FIELD, GIFT_GIVING_CFG_GIFT_ITEM_ID_FIELD, GIFT_GIVING_CFG_GIVE_FRIEND_DEGREE_FIELD, GIFT_GIVING_CFG_IS_GIVE_FRIEBD_FIELD, GIFT_GIVING_CFG_IS_GIVE_DELETE_FIELD} -GIFT_GIVING_CFG.is_extendable = false -GIFT_GIVING_CFG.extensions = {} -GIFT_GIVING_CFGS_ITEMS_FIELD.name = "items" -GIFT_GIVING_CFGS_ITEMS_FIELD.full_name = ".ftcfg.gift_giving_cfgs.items" -GIFT_GIVING_CFGS_ITEMS_FIELD.number = 1 -GIFT_GIVING_CFGS_ITEMS_FIELD.index = 0 -GIFT_GIVING_CFGS_ITEMS_FIELD.label = 3 -GIFT_GIVING_CFGS_ITEMS_FIELD.has_default_value = false -GIFT_GIVING_CFGS_ITEMS_FIELD.default_value = {} -GIFT_GIVING_CFGS_ITEMS_FIELD.message_type = GIFT_GIVING_CFG -GIFT_GIVING_CFGS_ITEMS_FIELD.type = 11 -GIFT_GIVING_CFGS_ITEMS_FIELD.cpp_type = 10 - -GIFT_GIVING_CFGS.name = "gift_giving_cfgs" -GIFT_GIVING_CFGS.full_name = ".ftcfg.gift_giving_cfgs" -GIFT_GIVING_CFGS.nested_types = {} -GIFT_GIVING_CFGS.enum_types = {} -GIFT_GIVING_CFGS.fields = {GIFT_GIVING_CFGS_ITEMS_FIELD} -GIFT_GIVING_CFGS.is_extendable = false -GIFT_GIVING_CFGS.extensions = {} -FRIEND_TITLE_CFG_ID_FIELD.name = "id" -FRIEND_TITLE_CFG_ID_FIELD.full_name = ".ftcfg.friend_title_cfg.id" -FRIEND_TITLE_CFG_ID_FIELD.number = 1 -FRIEND_TITLE_CFG_ID_FIELD.index = 0 -FRIEND_TITLE_CFG_ID_FIELD.label = 2 -FRIEND_TITLE_CFG_ID_FIELD.has_default_value = false -FRIEND_TITLE_CFG_ID_FIELD.default_value = 0 -FRIEND_TITLE_CFG_ID_FIELD.type = 5 -FRIEND_TITLE_CFG_ID_FIELD.cpp_type = 1 - -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.name = "friend_degree_level" -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.full_name = ".ftcfg.friend_title_cfg.friend_degree_level" -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.number = 2 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.index = 1 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.label = 2 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.has_default_value = false -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.default_value = 0 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.type = 5 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD.cpp_type = 1 - -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.name = "friend_degree_languageid" -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.full_name = ".ftcfg.friend_title_cfg.friend_degree_languageid" -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.number = 3 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.index = 2 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.label = 2 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.has_default_value = false -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.default_value = 0 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.type = 5 -FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD.cpp_type = 1 - -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.name = "need_friend_degree" -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.full_name = ".ftcfg.friend_title_cfg.need_friend_degree" -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.number = 4 -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.index = 3 -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.label = 2 -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.has_default_value = false -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.default_value = 0 -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.type = 5 -FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD.cpp_type = 1 - -FRIEND_TITLE_CFG.name = "friend_title_cfg" -FRIEND_TITLE_CFG.full_name = ".ftcfg.friend_title_cfg" -FRIEND_TITLE_CFG.nested_types = {} -FRIEND_TITLE_CFG.enum_types = {} -FRIEND_TITLE_CFG.fields = {FRIEND_TITLE_CFG_ID_FIELD, FRIEND_TITLE_CFG_FRIEND_DEGREE_LEVEL_FIELD, FRIEND_TITLE_CFG_FRIEND_DEGREE_LANGUAGEID_FIELD, FRIEND_TITLE_CFG_NEED_FRIEND_DEGREE_FIELD} -FRIEND_TITLE_CFG.is_extendable = false -FRIEND_TITLE_CFG.extensions = {} -FRIEND_TITLE_CFGS_ITEMS_FIELD.name = "items" -FRIEND_TITLE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.friend_title_cfgs.items" -FRIEND_TITLE_CFGS_ITEMS_FIELD.number = 1 -FRIEND_TITLE_CFGS_ITEMS_FIELD.index = 0 -FRIEND_TITLE_CFGS_ITEMS_FIELD.label = 3 -FRIEND_TITLE_CFGS_ITEMS_FIELD.has_default_value = false -FRIEND_TITLE_CFGS_ITEMS_FIELD.default_value = {} -FRIEND_TITLE_CFGS_ITEMS_FIELD.message_type = FRIEND_TITLE_CFG -FRIEND_TITLE_CFGS_ITEMS_FIELD.type = 11 -FRIEND_TITLE_CFGS_ITEMS_FIELD.cpp_type = 10 - -FRIEND_TITLE_CFGS.name = "friend_title_cfgs" -FRIEND_TITLE_CFGS.full_name = ".ftcfg.friend_title_cfgs" -FRIEND_TITLE_CFGS.nested_types = {} -FRIEND_TITLE_CFGS.enum_types = {} -FRIEND_TITLE_CFGS.fields = {FRIEND_TITLE_CFGS_ITEMS_FIELD} -FRIEND_TITLE_CFGS.is_extendable = false -FRIEND_TITLE_CFGS.extensions = {} -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.name = "fate_id" -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.full_name = ".ftcfg.fate_value_reward_cfg.fate_id" -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.number = 1 -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.index = 0 -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.label = 2 -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.has_default_value = false -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.default_value = 0 -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.type = 5 -FATE_VALUE_REWARD_CFG_FATE_ID_FIELD.cpp_type = 1 - -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.name = "need_fate_value" -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.full_name = ".ftcfg.fate_value_reward_cfg.need_fate_value" -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.number = 2 -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.index = 1 -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.label = 2 -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.has_default_value = false -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.default_value = 0 -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.type = 5 -FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD.cpp_type = 1 - -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.name = "fate_item_id" -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.full_name = ".ftcfg.fate_value_reward_cfg.fate_item_id" -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.number = 3 -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.index = 2 -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.label = 2 -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.has_default_value = false -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.default_value = 0 -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.type = 5 -FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD.cpp_type = 1 - -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.name = "fate_item_number" -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.full_name = ".ftcfg.fate_value_reward_cfg.fate_item_number" -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.number = 4 -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.index = 3 -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.label = 2 -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.has_default_value = false -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.default_value = 0 -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.type = 5 -FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD.cpp_type = 1 - -FATE_VALUE_REWARD_CFG.name = "fate_value_reward_cfg" -FATE_VALUE_REWARD_CFG.full_name = ".ftcfg.fate_value_reward_cfg" -FATE_VALUE_REWARD_CFG.nested_types = {} -FATE_VALUE_REWARD_CFG.enum_types = {} -FATE_VALUE_REWARD_CFG.fields = {FATE_VALUE_REWARD_CFG_FATE_ID_FIELD, FATE_VALUE_REWARD_CFG_NEED_FATE_VALUE_FIELD, FATE_VALUE_REWARD_CFG_FATE_ITEM_ID_FIELD, FATE_VALUE_REWARD_CFG_FATE_ITEM_NUMBER_FIELD} -FATE_VALUE_REWARD_CFG.is_extendable = false -FATE_VALUE_REWARD_CFG.extensions = {} -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.name = "items" -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.fate_value_reward_cfgs.items" -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.number = 1 -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.index = 0 -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.label = 3 -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.default_value = {} -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.message_type = FATE_VALUE_REWARD_CFG -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.type = 11 -FATE_VALUE_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -FATE_VALUE_REWARD_CFGS.name = "fate_value_reward_cfgs" -FATE_VALUE_REWARD_CFGS.full_name = ".ftcfg.fate_value_reward_cfgs" -FATE_VALUE_REWARD_CFGS.nested_types = {} -FATE_VALUE_REWARD_CFGS.enum_types = {} -FATE_VALUE_REWARD_CFGS.fields = {FATE_VALUE_REWARD_CFGS_ITEMS_FIELD} -FATE_VALUE_REWARD_CFGS.is_extendable = false -FATE_VALUE_REWARD_CFGS.extensions = {} -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.name = "item_id" -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.item_id" -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.number = 1 -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.index = 0 -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.label = 2 -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.type = 5 -GEMSTONE_INLAY_CFG_ITEM_ID_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.name = "item_num" -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.item_num" -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.number = 2 -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.index = 1 -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.label = 2 -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.type = 5 -GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.name = "item_fail_num" -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.item_fail_num" -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.number = 3 -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.index = 2 -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.label = 2 -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.type = 5 -GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG_RANGE_FIELD.name = "range" -GEMSTONE_INLAY_CFG_RANGE_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.range" -GEMSTONE_INLAY_CFG_RANGE_FIELD.number = 4 -GEMSTONE_INLAY_CFG_RANGE_FIELD.index = 3 -GEMSTONE_INLAY_CFG_RANGE_FIELD.label = 2 -GEMSTONE_INLAY_CFG_RANGE_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_RANGE_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_RANGE_FIELD.type = 5 -GEMSTONE_INLAY_CFG_RANGE_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.name = "item_suc_id" -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.item_suc_id" -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.number = 5 -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.index = 4 -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.label = 2 -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.type = 5 -GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.name = "item_suc_num" -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.item_suc_num" -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.number = 6 -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.index = 5 -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.label = 2 -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.type = 5 -GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.name = "item_desc_id" -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.full_name = ".ftcfg.gemstone_inlay_cfg.item_desc_id" -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.number = 7 -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.index = 6 -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.label = 2 -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.has_default_value = false -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.default_value = 0 -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.type = 5 -GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD.cpp_type = 1 - -GEMSTONE_INLAY_CFG.name = "gemstone_inlay_cfg" -GEMSTONE_INLAY_CFG.full_name = ".ftcfg.gemstone_inlay_cfg" -GEMSTONE_INLAY_CFG.nested_types = {} -GEMSTONE_INLAY_CFG.enum_types = {} -GEMSTONE_INLAY_CFG.fields = {GEMSTONE_INLAY_CFG_ITEM_ID_FIELD, GEMSTONE_INLAY_CFG_ITEM_NUM_FIELD, GEMSTONE_INLAY_CFG_ITEM_FAIL_NUM_FIELD, GEMSTONE_INLAY_CFG_RANGE_FIELD, GEMSTONE_INLAY_CFG_ITEM_SUC_ID_FIELD, GEMSTONE_INLAY_CFG_ITEM_SUC_NUM_FIELD, GEMSTONE_INLAY_CFG_ITEM_DESC_ID_FIELD} -GEMSTONE_INLAY_CFG.is_extendable = false -GEMSTONE_INLAY_CFG.extensions = {} -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.name = "items" -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.gemstone_inlay_cfgs.items" -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.number = 1 -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.index = 0 -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.label = 3 -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.has_default_value = false -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.default_value = {} -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.message_type = GEMSTONE_INLAY_CFG -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.type = 11 -GEMSTONE_INLAY_CFGS_ITEMS_FIELD.cpp_type = 10 - -GEMSTONE_INLAY_CFGS.name = "gemstone_inlay_cfgs" -GEMSTONE_INLAY_CFGS.full_name = ".ftcfg.gemstone_inlay_cfgs" -GEMSTONE_INLAY_CFGS.nested_types = {} -GEMSTONE_INLAY_CFGS.enum_types = {} -GEMSTONE_INLAY_CFGS.fields = {GEMSTONE_INLAY_CFGS_ITEMS_FIELD} -GEMSTONE_INLAY_CFGS.is_extendable = false -GEMSTONE_INLAY_CFGS.extensions = {} -GEMSTONE_LIST_CFG_GEM_ID_FIELD.name = "gem_id" -GEMSTONE_LIST_CFG_GEM_ID_FIELD.full_name = ".ftcfg.gemstone_list_cfg.gem_id" -GEMSTONE_LIST_CFG_GEM_ID_FIELD.number = 1 -GEMSTONE_LIST_CFG_GEM_ID_FIELD.index = 0 -GEMSTONE_LIST_CFG_GEM_ID_FIELD.label = 2 -GEMSTONE_LIST_CFG_GEM_ID_FIELD.has_default_value = false -GEMSTONE_LIST_CFG_GEM_ID_FIELD.default_value = 0 -GEMSTONE_LIST_CFG_GEM_ID_FIELD.type = 5 -GEMSTONE_LIST_CFG_GEM_ID_FIELD.cpp_type = 1 - -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.name = "gem_nameid" -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.full_name = ".ftcfg.gemstone_list_cfg.gem_nameid" -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.number = 2 -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.index = 1 -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.label = 2 -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.has_default_value = false -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.default_value = 0 -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.type = 5 -GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD.cpp_type = 1 - -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.name = "gem_picid" -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.full_name = ".ftcfg.gemstone_list_cfg.gem_picid" -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.number = 3 -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.index = 2 -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.label = 2 -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.has_default_value = false -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.default_value = 0 -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.type = 5 -GEMSTONE_LIST_CFG_GEM_PICID_FIELD.cpp_type = 1 - -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.name = "gem_knameid" -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.full_name = ".ftcfg.gemstone_list_cfg.gem_knameid" -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.number = 4 -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.index = 3 -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.label = 2 -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.has_default_value = false -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.default_value = 0 -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.type = 5 -GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD.cpp_type = 1 - -GEMSTONE_LIST_CFG.name = "gemstone_list_cfg" -GEMSTONE_LIST_CFG.full_name = ".ftcfg.gemstone_list_cfg" -GEMSTONE_LIST_CFG.nested_types = {} -GEMSTONE_LIST_CFG.enum_types = {} -GEMSTONE_LIST_CFG.fields = {GEMSTONE_LIST_CFG_GEM_ID_FIELD, GEMSTONE_LIST_CFG_GEM_NAMEID_FIELD, GEMSTONE_LIST_CFG_GEM_PICID_FIELD, GEMSTONE_LIST_CFG_GEM_KNAMEID_FIELD} -GEMSTONE_LIST_CFG.is_extendable = false -GEMSTONE_LIST_CFG.extensions = {} -GEMSTONE_LIST_CFGS_ITEMS_FIELD.name = "items" -GEMSTONE_LIST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.gemstone_list_cfgs.items" -GEMSTONE_LIST_CFGS_ITEMS_FIELD.number = 1 -GEMSTONE_LIST_CFGS_ITEMS_FIELD.index = 0 -GEMSTONE_LIST_CFGS_ITEMS_FIELD.label = 3 -GEMSTONE_LIST_CFGS_ITEMS_FIELD.has_default_value = false -GEMSTONE_LIST_CFGS_ITEMS_FIELD.default_value = {} -GEMSTONE_LIST_CFGS_ITEMS_FIELD.message_type = GEMSTONE_LIST_CFG -GEMSTONE_LIST_CFGS_ITEMS_FIELD.type = 11 -GEMSTONE_LIST_CFGS_ITEMS_FIELD.cpp_type = 10 - -GEMSTONE_LIST_CFGS.name = "gemstone_list_cfgs" -GEMSTONE_LIST_CFGS.full_name = ".ftcfg.gemstone_list_cfgs" -GEMSTONE_LIST_CFGS.nested_types = {} -GEMSTONE_LIST_CFGS.enum_types = {} -GEMSTONE_LIST_CFGS.fields = {GEMSTONE_LIST_CFGS_ITEMS_FIELD} -GEMSTONE_LIST_CFGS.is_extendable = false -GEMSTONE_LIST_CFGS.extensions = {} -CHEST_DROP_CFG_ID_FIELD.name = "id" -CHEST_DROP_CFG_ID_FIELD.full_name = ".ftcfg.chest_drop_cfg.id" -CHEST_DROP_CFG_ID_FIELD.number = 1 -CHEST_DROP_CFG_ID_FIELD.index = 0 -CHEST_DROP_CFG_ID_FIELD.label = 2 -CHEST_DROP_CFG_ID_FIELD.has_default_value = false -CHEST_DROP_CFG_ID_FIELD.default_value = 0 -CHEST_DROP_CFG_ID_FIELD.type = 5 -CHEST_DROP_CFG_ID_FIELD.cpp_type = 1 - -CHEST_DROP_CFG_TYPE_FIELD.name = "type" -CHEST_DROP_CFG_TYPE_FIELD.full_name = ".ftcfg.chest_drop_cfg.type" -CHEST_DROP_CFG_TYPE_FIELD.number = 2 -CHEST_DROP_CFG_TYPE_FIELD.index = 1 -CHEST_DROP_CFG_TYPE_FIELD.label = 2 -CHEST_DROP_CFG_TYPE_FIELD.has_default_value = false -CHEST_DROP_CFG_TYPE_FIELD.default_value = nil -CHEST_DROP_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ECHESTTYPE -CHEST_DROP_CFG_TYPE_FIELD.type = 14 -CHEST_DROP_CFG_TYPE_FIELD.cpp_type = 8 - -CHEST_DROP_CFG_COUNT_FIELD.name = "count" -CHEST_DROP_CFG_COUNT_FIELD.full_name = ".ftcfg.chest_drop_cfg.count" -CHEST_DROP_CFG_COUNT_FIELD.number = 3 -CHEST_DROP_CFG_COUNT_FIELD.index = 2 -CHEST_DROP_CFG_COUNT_FIELD.label = 2 -CHEST_DROP_CFG_COUNT_FIELD.has_default_value = false -CHEST_DROP_CFG_COUNT_FIELD.default_value = 0 -CHEST_DROP_CFG_COUNT_FIELD.type = 5 -CHEST_DROP_CFG_COUNT_FIELD.cpp_type = 1 - -CHEST_DROP_CFG_ITEM_ID_FIELD.name = "item_id" -CHEST_DROP_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.chest_drop_cfg.item_id" -CHEST_DROP_CFG_ITEM_ID_FIELD.number = 4 -CHEST_DROP_CFG_ITEM_ID_FIELD.index = 3 -CHEST_DROP_CFG_ITEM_ID_FIELD.label = 2 -CHEST_DROP_CFG_ITEM_ID_FIELD.has_default_value = false -CHEST_DROP_CFG_ITEM_ID_FIELD.default_value = 0 -CHEST_DROP_CFG_ITEM_ID_FIELD.type = 5 -CHEST_DROP_CFG_ITEM_ID_FIELD.cpp_type = 1 - -CHEST_DROP_CFG_RES_ID_FIELD.name = "res_id" -CHEST_DROP_CFG_RES_ID_FIELD.full_name = ".ftcfg.chest_drop_cfg.res_id" -CHEST_DROP_CFG_RES_ID_FIELD.number = 5 -CHEST_DROP_CFG_RES_ID_FIELD.index = 4 -CHEST_DROP_CFG_RES_ID_FIELD.label = 2 -CHEST_DROP_CFG_RES_ID_FIELD.has_default_value = false -CHEST_DROP_CFG_RES_ID_FIELD.default_value = 0 -CHEST_DROP_CFG_RES_ID_FIELD.type = 5 -CHEST_DROP_CFG_RES_ID_FIELD.cpp_type = 1 - -CHEST_DROP_CFG_RADIUS_FIELD.name = "radius" -CHEST_DROP_CFG_RADIUS_FIELD.full_name = ".ftcfg.chest_drop_cfg.radius" -CHEST_DROP_CFG_RADIUS_FIELD.number = 6 -CHEST_DROP_CFG_RADIUS_FIELD.index = 5 -CHEST_DROP_CFG_RADIUS_FIELD.label = 2 -CHEST_DROP_CFG_RADIUS_FIELD.has_default_value = false -CHEST_DROP_CFG_RADIUS_FIELD.default_value = 0.0 -CHEST_DROP_CFG_RADIUS_FIELD.type = 2 -CHEST_DROP_CFG_RADIUS_FIELD.cpp_type = 6 - -CHEST_DROP_CFG_SPACE_ROWS_FIELD.name = "space_rows" -CHEST_DROP_CFG_SPACE_ROWS_FIELD.full_name = ".ftcfg.chest_drop_cfg.space_rows" -CHEST_DROP_CFG_SPACE_ROWS_FIELD.number = 7 -CHEST_DROP_CFG_SPACE_ROWS_FIELD.index = 6 -CHEST_DROP_CFG_SPACE_ROWS_FIELD.label = 2 -CHEST_DROP_CFG_SPACE_ROWS_FIELD.has_default_value = false -CHEST_DROP_CFG_SPACE_ROWS_FIELD.default_value = 0.0 -CHEST_DROP_CFG_SPACE_ROWS_FIELD.type = 2 -CHEST_DROP_CFG_SPACE_ROWS_FIELD.cpp_type = 6 - -CHEST_DROP_CFG_SPACE_COLS_FIELD.name = "space_cols" -CHEST_DROP_CFG_SPACE_COLS_FIELD.full_name = ".ftcfg.chest_drop_cfg.space_cols" -CHEST_DROP_CFG_SPACE_COLS_FIELD.number = 8 -CHEST_DROP_CFG_SPACE_COLS_FIELD.index = 7 -CHEST_DROP_CFG_SPACE_COLS_FIELD.label = 2 -CHEST_DROP_CFG_SPACE_COLS_FIELD.has_default_value = false -CHEST_DROP_CFG_SPACE_COLS_FIELD.default_value = 0.0 -CHEST_DROP_CFG_SPACE_COLS_FIELD.type = 2 -CHEST_DROP_CFG_SPACE_COLS_FIELD.cpp_type = 6 - -CHEST_DROP_CFG_LIVE_TIME_FIELD.name = "live_time" -CHEST_DROP_CFG_LIVE_TIME_FIELD.full_name = ".ftcfg.chest_drop_cfg.live_time" -CHEST_DROP_CFG_LIVE_TIME_FIELD.number = 9 -CHEST_DROP_CFG_LIVE_TIME_FIELD.index = 8 -CHEST_DROP_CFG_LIVE_TIME_FIELD.label = 2 -CHEST_DROP_CFG_LIVE_TIME_FIELD.has_default_value = false -CHEST_DROP_CFG_LIVE_TIME_FIELD.default_value = 0 -CHEST_DROP_CFG_LIVE_TIME_FIELD.type = 5 -CHEST_DROP_CFG_LIVE_TIME_FIELD.cpp_type = 1 - -CHEST_DROP_CFG_REFRESH_TIME_FIELD.name = "refresh_time" -CHEST_DROP_CFG_REFRESH_TIME_FIELD.full_name = ".ftcfg.chest_drop_cfg.refresh_time" -CHEST_DROP_CFG_REFRESH_TIME_FIELD.number = 10 -CHEST_DROP_CFG_REFRESH_TIME_FIELD.index = 9 -CHEST_DROP_CFG_REFRESH_TIME_FIELD.label = 2 -CHEST_DROP_CFG_REFRESH_TIME_FIELD.has_default_value = false -CHEST_DROP_CFG_REFRESH_TIME_FIELD.default_value = 0 -CHEST_DROP_CFG_REFRESH_TIME_FIELD.type = 5 -CHEST_DROP_CFG_REFRESH_TIME_FIELD.cpp_type = 1 - -CHEST_DROP_CFG.name = "chest_drop_cfg" -CHEST_DROP_CFG.full_name = ".ftcfg.chest_drop_cfg" -CHEST_DROP_CFG.nested_types = {} -CHEST_DROP_CFG.enum_types = {} -CHEST_DROP_CFG.fields = {CHEST_DROP_CFG_ID_FIELD, CHEST_DROP_CFG_TYPE_FIELD, CHEST_DROP_CFG_COUNT_FIELD, CHEST_DROP_CFG_ITEM_ID_FIELD, CHEST_DROP_CFG_RES_ID_FIELD, CHEST_DROP_CFG_RADIUS_FIELD, CHEST_DROP_CFG_SPACE_ROWS_FIELD, CHEST_DROP_CFG_SPACE_COLS_FIELD, CHEST_DROP_CFG_LIVE_TIME_FIELD, CHEST_DROP_CFG_REFRESH_TIME_FIELD} -CHEST_DROP_CFG.is_extendable = false -CHEST_DROP_CFG.extensions = {} -CHEST_DROP_CFGS_ITEMS_FIELD.name = "items" -CHEST_DROP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.chest_drop_cfgs.items" -CHEST_DROP_CFGS_ITEMS_FIELD.number = 1 -CHEST_DROP_CFGS_ITEMS_FIELD.index = 0 -CHEST_DROP_CFGS_ITEMS_FIELD.label = 3 -CHEST_DROP_CFGS_ITEMS_FIELD.has_default_value = false -CHEST_DROP_CFGS_ITEMS_FIELD.default_value = {} -CHEST_DROP_CFGS_ITEMS_FIELD.message_type = CHEST_DROP_CFG -CHEST_DROP_CFGS_ITEMS_FIELD.type = 11 -CHEST_DROP_CFGS_ITEMS_FIELD.cpp_type = 10 - -CHEST_DROP_CFGS.name = "chest_drop_cfgs" -CHEST_DROP_CFGS.full_name = ".ftcfg.chest_drop_cfgs" -CHEST_DROP_CFGS.nested_types = {} -CHEST_DROP_CFGS.enum_types = {} -CHEST_DROP_CFGS.fields = {CHEST_DROP_CFGS_ITEMS_FIELD} -CHEST_DROP_CFGS.is_extendable = false -CHEST_DROP_CFGS.extensions = {} -MINIMAP_CFG_ID_FIELD.name = "id" -MINIMAP_CFG_ID_FIELD.full_name = ".ftcfg.minimap_cfg.id" -MINIMAP_CFG_ID_FIELD.number = 1 -MINIMAP_CFG_ID_FIELD.index = 0 -MINIMAP_CFG_ID_FIELD.label = 2 -MINIMAP_CFG_ID_FIELD.has_default_value = false -MINIMAP_CFG_ID_FIELD.default_value = 0 -MINIMAP_CFG_ID_FIELD.type = 5 -MINIMAP_CFG_ID_FIELD.cpp_type = 1 - -MINIMAP_CFG_POS_X_FIELD.name = "pos_x" -MINIMAP_CFG_POS_X_FIELD.full_name = ".ftcfg.minimap_cfg.pos_x" -MINIMAP_CFG_POS_X_FIELD.number = 2 -MINIMAP_CFG_POS_X_FIELD.index = 1 -MINIMAP_CFG_POS_X_FIELD.label = 2 -MINIMAP_CFG_POS_X_FIELD.has_default_value = false -MINIMAP_CFG_POS_X_FIELD.default_value = 0.0 -MINIMAP_CFG_POS_X_FIELD.type = 2 -MINIMAP_CFG_POS_X_FIELD.cpp_type = 6 - -MINIMAP_CFG_POS_Z_FIELD.name = "pos_z" -MINIMAP_CFG_POS_Z_FIELD.full_name = ".ftcfg.minimap_cfg.pos_z" -MINIMAP_CFG_POS_Z_FIELD.number = 3 -MINIMAP_CFG_POS_Z_FIELD.index = 2 -MINIMAP_CFG_POS_Z_FIELD.label = 2 -MINIMAP_CFG_POS_Z_FIELD.has_default_value = false -MINIMAP_CFG_POS_Z_FIELD.default_value = 0.0 -MINIMAP_CFG_POS_Z_FIELD.type = 2 -MINIMAP_CFG_POS_Z_FIELD.cpp_type = 6 - -MINIMAP_CFG_WIDTH_FIELD.name = "width" -MINIMAP_CFG_WIDTH_FIELD.full_name = ".ftcfg.minimap_cfg.width" -MINIMAP_CFG_WIDTH_FIELD.number = 4 -MINIMAP_CFG_WIDTH_FIELD.index = 3 -MINIMAP_CFG_WIDTH_FIELD.label = 2 -MINIMAP_CFG_WIDTH_FIELD.has_default_value = false -MINIMAP_CFG_WIDTH_FIELD.default_value = 0.0 -MINIMAP_CFG_WIDTH_FIELD.type = 2 -MINIMAP_CFG_WIDTH_FIELD.cpp_type = 6 - -MINIMAP_CFG_HEIGHT_FIELD.name = "height" -MINIMAP_CFG_HEIGHT_FIELD.full_name = ".ftcfg.minimap_cfg.height" -MINIMAP_CFG_HEIGHT_FIELD.number = 5 -MINIMAP_CFG_HEIGHT_FIELD.index = 4 -MINIMAP_CFG_HEIGHT_FIELD.label = 2 -MINIMAP_CFG_HEIGHT_FIELD.has_default_value = false -MINIMAP_CFG_HEIGHT_FIELD.default_value = 0.0 -MINIMAP_CFG_HEIGHT_FIELD.type = 2 -MINIMAP_CFG_HEIGHT_FIELD.cpp_type = 6 - -MINIMAP_CFG_TEX_WIDTH_FIELD.name = "tex_width" -MINIMAP_CFG_TEX_WIDTH_FIELD.full_name = ".ftcfg.minimap_cfg.tex_width" -MINIMAP_CFG_TEX_WIDTH_FIELD.number = 6 -MINIMAP_CFG_TEX_WIDTH_FIELD.index = 5 -MINIMAP_CFG_TEX_WIDTH_FIELD.label = 2 -MINIMAP_CFG_TEX_WIDTH_FIELD.has_default_value = false -MINIMAP_CFG_TEX_WIDTH_FIELD.default_value = 0.0 -MINIMAP_CFG_TEX_WIDTH_FIELD.type = 2 -MINIMAP_CFG_TEX_WIDTH_FIELD.cpp_type = 6 - -MINIMAP_CFG_TEX_HEIGHT_FIELD.name = "tex_height" -MINIMAP_CFG_TEX_HEIGHT_FIELD.full_name = ".ftcfg.minimap_cfg.tex_height" -MINIMAP_CFG_TEX_HEIGHT_FIELD.number = 7 -MINIMAP_CFG_TEX_HEIGHT_FIELD.index = 6 -MINIMAP_CFG_TEX_HEIGHT_FIELD.label = 2 -MINIMAP_CFG_TEX_HEIGHT_FIELD.has_default_value = false -MINIMAP_CFG_TEX_HEIGHT_FIELD.default_value = 0.0 -MINIMAP_CFG_TEX_HEIGHT_FIELD.type = 2 -MINIMAP_CFG_TEX_HEIGHT_FIELD.cpp_type = 6 - -MINIMAP_CFG_RES_ID_FIELD.name = "res_id" -MINIMAP_CFG_RES_ID_FIELD.full_name = ".ftcfg.minimap_cfg.res_id" -MINIMAP_CFG_RES_ID_FIELD.number = 8 -MINIMAP_CFG_RES_ID_FIELD.index = 7 -MINIMAP_CFG_RES_ID_FIELD.label = 2 -MINIMAP_CFG_RES_ID_FIELD.has_default_value = false -MINIMAP_CFG_RES_ID_FIELD.default_value = 0 -MINIMAP_CFG_RES_ID_FIELD.type = 5 -MINIMAP_CFG_RES_ID_FIELD.cpp_type = 1 - -MINIMAP_CFG_ROTATION_FIELD.name = "rotation" -MINIMAP_CFG_ROTATION_FIELD.full_name = ".ftcfg.minimap_cfg.rotation" -MINIMAP_CFG_ROTATION_FIELD.number = 9 -MINIMAP_CFG_ROTATION_FIELD.index = 8 -MINIMAP_CFG_ROTATION_FIELD.label = 2 -MINIMAP_CFG_ROTATION_FIELD.has_default_value = false -MINIMAP_CFG_ROTATION_FIELD.default_value = 0.0 -MINIMAP_CFG_ROTATION_FIELD.type = 2 -MINIMAP_CFG_ROTATION_FIELD.cpp_type = 6 - -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.name = "minimap_radius" -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.full_name = ".ftcfg.minimap_cfg.minimap_radius" -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.number = 10 -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.index = 9 -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.label = 2 -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.has_default_value = false -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.default_value = 0.0 -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.type = 2 -MINIMAP_CFG_MINIMAP_RADIUS_FIELD.cpp_type = 6 - -MINIMAP_CFG.name = "minimap_cfg" -MINIMAP_CFG.full_name = ".ftcfg.minimap_cfg" -MINIMAP_CFG.nested_types = {} -MINIMAP_CFG.enum_types = {} -MINIMAP_CFG.fields = {MINIMAP_CFG_ID_FIELD, MINIMAP_CFG_POS_X_FIELD, MINIMAP_CFG_POS_Z_FIELD, MINIMAP_CFG_WIDTH_FIELD, MINIMAP_CFG_HEIGHT_FIELD, MINIMAP_CFG_TEX_WIDTH_FIELD, MINIMAP_CFG_TEX_HEIGHT_FIELD, MINIMAP_CFG_RES_ID_FIELD, MINIMAP_CFG_ROTATION_FIELD, MINIMAP_CFG_MINIMAP_RADIUS_FIELD} -MINIMAP_CFG.is_extendable = false -MINIMAP_CFG.extensions = {} -MINIMAP_CFGS_ITEMS_FIELD.name = "items" -MINIMAP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.minimap_cfgs.items" -MINIMAP_CFGS_ITEMS_FIELD.number = 1 -MINIMAP_CFGS_ITEMS_FIELD.index = 0 -MINIMAP_CFGS_ITEMS_FIELD.label = 3 -MINIMAP_CFGS_ITEMS_FIELD.has_default_value = false -MINIMAP_CFGS_ITEMS_FIELD.default_value = {} -MINIMAP_CFGS_ITEMS_FIELD.message_type = MINIMAP_CFG -MINIMAP_CFGS_ITEMS_FIELD.type = 11 -MINIMAP_CFGS_ITEMS_FIELD.cpp_type = 10 - -MINIMAP_CFGS.name = "minimap_cfgs" -MINIMAP_CFGS.full_name = ".ftcfg.minimap_cfgs" -MINIMAP_CFGS.nested_types = {} -MINIMAP_CFGS.enum_types = {} -MINIMAP_CFGS.fields = {MINIMAP_CFGS_ITEMS_FIELD} -MINIMAP_CFGS.is_extendable = false -MINIMAP_CFGS.extensions = {} -TREASURE_ROOMS_CFG_GROUPID_FIELD.name = "groupid" -TREASURE_ROOMS_CFG_GROUPID_FIELD.full_name = ".ftcfg.treasure_rooms_cfg.groupid" -TREASURE_ROOMS_CFG_GROUPID_FIELD.number = 1 -TREASURE_ROOMS_CFG_GROUPID_FIELD.index = 0 -TREASURE_ROOMS_CFG_GROUPID_FIELD.label = 2 -TREASURE_ROOMS_CFG_GROUPID_FIELD.has_default_value = false -TREASURE_ROOMS_CFG_GROUPID_FIELD.default_value = 0 -TREASURE_ROOMS_CFG_GROUPID_FIELD.type = 5 -TREASURE_ROOMS_CFG_GROUPID_FIELD.cpp_type = 1 - -TREASURE_ROOMS_CFG_AREA_ID_FIELD.name = "area_id" -TREASURE_ROOMS_CFG_AREA_ID_FIELD.full_name = ".ftcfg.treasure_rooms_cfg.area_id" -TREASURE_ROOMS_CFG_AREA_ID_FIELD.number = 2 -TREASURE_ROOMS_CFG_AREA_ID_FIELD.index = 1 -TREASURE_ROOMS_CFG_AREA_ID_FIELD.label = 2 -TREASURE_ROOMS_CFG_AREA_ID_FIELD.has_default_value = false -TREASURE_ROOMS_CFG_AREA_ID_FIELD.default_value = 0 -TREASURE_ROOMS_CFG_AREA_ID_FIELD.type = 5 -TREASURE_ROOMS_CFG_AREA_ID_FIELD.cpp_type = 1 - -TREASURE_ROOMS_CFG_RED_NUM_FIELD.name = "red_num" -TREASURE_ROOMS_CFG_RED_NUM_FIELD.full_name = ".ftcfg.treasure_rooms_cfg.red_num" -TREASURE_ROOMS_CFG_RED_NUM_FIELD.number = 3 -TREASURE_ROOMS_CFG_RED_NUM_FIELD.index = 2 -TREASURE_ROOMS_CFG_RED_NUM_FIELD.label = 2 -TREASURE_ROOMS_CFG_RED_NUM_FIELD.has_default_value = false -TREASURE_ROOMS_CFG_RED_NUM_FIELD.default_value = 0 -TREASURE_ROOMS_CFG_RED_NUM_FIELD.type = 5 -TREASURE_ROOMS_CFG_RED_NUM_FIELD.cpp_type = 1 - -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.name = "blue_num" -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.full_name = ".ftcfg.treasure_rooms_cfg.blue_num" -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.number = 4 -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.index = 3 -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.label = 2 -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.has_default_value = false -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.default_value = 0 -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.type = 5 -TREASURE_ROOMS_CFG_BLUE_NUM_FIELD.cpp_type = 1 - -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.name = "min_level" -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.full_name = ".ftcfg.treasure_rooms_cfg.min_level" -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.number = 5 -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.index = 4 -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.label = 2 -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.has_default_value = false -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.default_value = 0 -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.type = 5 -TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD.cpp_type = 1 - -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.name = "max_level" -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.full_name = ".ftcfg.treasure_rooms_cfg.max_level" -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.number = 6 -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.index = 5 -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.label = 2 -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.has_default_value = false -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.default_value = 0 -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.type = 5 -TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD.cpp_type = 1 - -TREASURE_ROOMS_CFG.name = "treasure_rooms_cfg" -TREASURE_ROOMS_CFG.full_name = ".ftcfg.treasure_rooms_cfg" -TREASURE_ROOMS_CFG.nested_types = {} -TREASURE_ROOMS_CFG.enum_types = {} -TREASURE_ROOMS_CFG.fields = {TREASURE_ROOMS_CFG_GROUPID_FIELD, TREASURE_ROOMS_CFG_AREA_ID_FIELD, TREASURE_ROOMS_CFG_RED_NUM_FIELD, TREASURE_ROOMS_CFG_BLUE_NUM_FIELD, TREASURE_ROOMS_CFG_MIN_LEVEL_FIELD, TREASURE_ROOMS_CFG_MAX_LEVEL_FIELD} -TREASURE_ROOMS_CFG.is_extendable = false -TREASURE_ROOMS_CFG.extensions = {} -TREASURE_ROOMS_CFGS_ITEMS_FIELD.name = "items" -TREASURE_ROOMS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.treasure_rooms_cfgs.items" -TREASURE_ROOMS_CFGS_ITEMS_FIELD.number = 1 -TREASURE_ROOMS_CFGS_ITEMS_FIELD.index = 0 -TREASURE_ROOMS_CFGS_ITEMS_FIELD.label = 3 -TREASURE_ROOMS_CFGS_ITEMS_FIELD.has_default_value = false -TREASURE_ROOMS_CFGS_ITEMS_FIELD.default_value = {} -TREASURE_ROOMS_CFGS_ITEMS_FIELD.message_type = TREASURE_ROOMS_CFG -TREASURE_ROOMS_CFGS_ITEMS_FIELD.type = 11 -TREASURE_ROOMS_CFGS_ITEMS_FIELD.cpp_type = 10 - -TREASURE_ROOMS_CFGS.name = "treasure_rooms_cfgs" -TREASURE_ROOMS_CFGS.full_name = ".ftcfg.treasure_rooms_cfgs" -TREASURE_ROOMS_CFGS.nested_types = {} -TREASURE_ROOMS_CFGS.enum_types = {} -TREASURE_ROOMS_CFGS.fields = {TREASURE_ROOMS_CFGS_ITEMS_FIELD} -TREASURE_ROOMS_CFGS.is_extendable = false -TREASURE_ROOMS_CFGS.extensions = {} -CRUSADE_BASE_CFG_LEVEL_FIELD.name = "level" -CRUSADE_BASE_CFG_LEVEL_FIELD.full_name = ".ftcfg.crusade_base_cfg.level" -CRUSADE_BASE_CFG_LEVEL_FIELD.number = 1 -CRUSADE_BASE_CFG_LEVEL_FIELD.index = 0 -CRUSADE_BASE_CFG_LEVEL_FIELD.label = 2 -CRUSADE_BASE_CFG_LEVEL_FIELD.has_default_value = false -CRUSADE_BASE_CFG_LEVEL_FIELD.default_value = 0 -CRUSADE_BASE_CFG_LEVEL_FIELD.type = 5 -CRUSADE_BASE_CFG_LEVEL_FIELD.cpp_type = 1 - -CRUSADE_BASE_CFG_DESC_FIELD.name = "desc" -CRUSADE_BASE_CFG_DESC_FIELD.full_name = ".ftcfg.crusade_base_cfg.desc" -CRUSADE_BASE_CFG_DESC_FIELD.number = 2 -CRUSADE_BASE_CFG_DESC_FIELD.index = 1 -CRUSADE_BASE_CFG_DESC_FIELD.label = 2 -CRUSADE_BASE_CFG_DESC_FIELD.has_default_value = false -CRUSADE_BASE_CFG_DESC_FIELD.default_value = "" -CRUSADE_BASE_CFG_DESC_FIELD.type = 9 -CRUSADE_BASE_CFG_DESC_FIELD.cpp_type = 9 - -CRUSADE_BASE_CFG_SCENE_ID_FIELD.name = "scene_id" -CRUSADE_BASE_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.crusade_base_cfg.scene_id" -CRUSADE_BASE_CFG_SCENE_ID_FIELD.number = 3 -CRUSADE_BASE_CFG_SCENE_ID_FIELD.index = 2 -CRUSADE_BASE_CFG_SCENE_ID_FIELD.label = 2 -CRUSADE_BASE_CFG_SCENE_ID_FIELD.has_default_value = false -CRUSADE_BASE_CFG_SCENE_ID_FIELD.default_value = 0 -CRUSADE_BASE_CFG_SCENE_ID_FIELD.type = 5 -CRUSADE_BASE_CFG_SCENE_ID_FIELD.cpp_type = 1 - -CRUSADE_BASE_CFG_NPC_ID_FIELD.name = "npc_id" -CRUSADE_BASE_CFG_NPC_ID_FIELD.full_name = ".ftcfg.crusade_base_cfg.npc_id" -CRUSADE_BASE_CFG_NPC_ID_FIELD.number = 4 -CRUSADE_BASE_CFG_NPC_ID_FIELD.index = 3 -CRUSADE_BASE_CFG_NPC_ID_FIELD.label = 3 -CRUSADE_BASE_CFG_NPC_ID_FIELD.has_default_value = false -CRUSADE_BASE_CFG_NPC_ID_FIELD.default_value = {} -CRUSADE_BASE_CFG_NPC_ID_FIELD.type = 5 -CRUSADE_BASE_CFG_NPC_ID_FIELD.cpp_type = 1 - -CRUSADE_BASE_CFG_GROUP_ID_FIELD.name = "group_id" -CRUSADE_BASE_CFG_GROUP_ID_FIELD.full_name = ".ftcfg.crusade_base_cfg.group_id" -CRUSADE_BASE_CFG_GROUP_ID_FIELD.number = 5 -CRUSADE_BASE_CFG_GROUP_ID_FIELD.index = 4 -CRUSADE_BASE_CFG_GROUP_ID_FIELD.label = 2 -CRUSADE_BASE_CFG_GROUP_ID_FIELD.has_default_value = false -CRUSADE_BASE_CFG_GROUP_ID_FIELD.default_value = 0 -CRUSADE_BASE_CFG_GROUP_ID_FIELD.type = 5 -CRUSADE_BASE_CFG_GROUP_ID_FIELD.cpp_type = 1 - -CRUSADE_BASE_CFG.name = "crusade_base_cfg" -CRUSADE_BASE_CFG.full_name = ".ftcfg.crusade_base_cfg" -CRUSADE_BASE_CFG.nested_types = {} -CRUSADE_BASE_CFG.enum_types = {} -CRUSADE_BASE_CFG.fields = {CRUSADE_BASE_CFG_LEVEL_FIELD, CRUSADE_BASE_CFG_DESC_FIELD, CRUSADE_BASE_CFG_SCENE_ID_FIELD, CRUSADE_BASE_CFG_NPC_ID_FIELD, CRUSADE_BASE_CFG_GROUP_ID_FIELD} -CRUSADE_BASE_CFG.is_extendable = false -CRUSADE_BASE_CFG.extensions = {} -CRUSADE_BASE_CFGS_ITEMS_FIELD.name = "items" -CRUSADE_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.crusade_base_cfgs.items" -CRUSADE_BASE_CFGS_ITEMS_FIELD.number = 1 -CRUSADE_BASE_CFGS_ITEMS_FIELD.index = 0 -CRUSADE_BASE_CFGS_ITEMS_FIELD.label = 3 -CRUSADE_BASE_CFGS_ITEMS_FIELD.has_default_value = false -CRUSADE_BASE_CFGS_ITEMS_FIELD.default_value = {} -CRUSADE_BASE_CFGS_ITEMS_FIELD.message_type = CRUSADE_BASE_CFG -CRUSADE_BASE_CFGS_ITEMS_FIELD.type = 11 -CRUSADE_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -CRUSADE_BASE_CFGS.name = "crusade_base_cfgs" -CRUSADE_BASE_CFGS.full_name = ".ftcfg.crusade_base_cfgs" -CRUSADE_BASE_CFGS.nested_types = {} -CRUSADE_BASE_CFGS.enum_types = {} -CRUSADE_BASE_CFGS.fields = {CRUSADE_BASE_CFGS_ITEMS_FIELD} -CRUSADE_BASE_CFGS.is_extendable = false -CRUSADE_BASE_CFGS.extensions = {} -CRUSADE_DUNGON_CFG_NPCID_FIELD.name = "npcid" -CRUSADE_DUNGON_CFG_NPCID_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.npcid" -CRUSADE_DUNGON_CFG_NPCID_FIELD.number = 1 -CRUSADE_DUNGON_CFG_NPCID_FIELD.index = 0 -CRUSADE_DUNGON_CFG_NPCID_FIELD.label = 2 -CRUSADE_DUNGON_CFG_NPCID_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_NPCID_FIELD.default_value = 0 -CRUSADE_DUNGON_CFG_NPCID_FIELD.type = 5 -CRUSADE_DUNGON_CFG_NPCID_FIELD.cpp_type = 1 - -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.name = "map_id" -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.map_id" -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.number = 2 -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.index = 1 -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.label = 3 -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.default_value = {} -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.type = 5 -CRUSADE_DUNGON_CFG_MAP_ID_FIELD.cpp_type = 1 - -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.name = "npc_stagetype" -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.npc_stagetype" -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.number = 3 -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.index = 2 -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.label = 2 -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.default_value = 0 -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.type = 5 -CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD.cpp_type = 1 - -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.name = "reward_id" -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.reward_id" -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.number = 4 -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.index = 3 -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.label = 2 -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.default_value = 0 -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.type = 5 -CRUSADE_DUNGON_CFG_REWARD_ID_FIELD.cpp_type = 1 - -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.name = "birth_x" -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.birth_x" -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.number = 5 -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.index = 4 -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.label = 3 -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.default_value = {} -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.type = 2 -CRUSADE_DUNGON_CFG_BIRTH_X_FIELD.cpp_type = 6 - -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.name = "birth_y" -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.birth_y" -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.number = 6 -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.index = 5 -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.label = 3 -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.default_value = {} -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.type = 2 -CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD.cpp_type = 6 - -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.name = "birth_z" -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.birth_z" -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.number = 7 -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.index = 6 -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.label = 3 -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.default_value = {} -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.type = 2 -CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD.cpp_type = 6 - -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.name = "difficult" -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.full_name = ".ftcfg.crusade_dungon_cfg.difficult" -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.number = 8 -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.index = 7 -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.label = 2 -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.has_default_value = false -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.default_value = 0 -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.type = 5 -CRUSADE_DUNGON_CFG_DIFFICULT_FIELD.cpp_type = 1 - -CRUSADE_DUNGON_CFG.name = "crusade_dungon_cfg" -CRUSADE_DUNGON_CFG.full_name = ".ftcfg.crusade_dungon_cfg" -CRUSADE_DUNGON_CFG.nested_types = {} -CRUSADE_DUNGON_CFG.enum_types = {} -CRUSADE_DUNGON_CFG.fields = {CRUSADE_DUNGON_CFG_NPCID_FIELD, CRUSADE_DUNGON_CFG_MAP_ID_FIELD, CRUSADE_DUNGON_CFG_NPC_STAGETYPE_FIELD, CRUSADE_DUNGON_CFG_REWARD_ID_FIELD, CRUSADE_DUNGON_CFG_BIRTH_X_FIELD, CRUSADE_DUNGON_CFG_BIRTH_Y_FIELD, CRUSADE_DUNGON_CFG_BIRTH_Z_FIELD, CRUSADE_DUNGON_CFG_DIFFICULT_FIELD} -CRUSADE_DUNGON_CFG.is_extendable = false -CRUSADE_DUNGON_CFG.extensions = {} -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.name = "items" -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.full_name = ".ftcfg.crusade_dungon_cfgs.items" -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.number = 1 -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.index = 0 -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.label = 3 -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.has_default_value = false -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.default_value = {} -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.message_type = CRUSADE_DUNGON_CFG -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.type = 11 -CRUSADE_DUNGON_CFGS_ITEMS_FIELD.cpp_type = 10 - -CRUSADE_DUNGON_CFGS.name = "crusade_dungon_cfgs" -CRUSADE_DUNGON_CFGS.full_name = ".ftcfg.crusade_dungon_cfgs" -CRUSADE_DUNGON_CFGS.nested_types = {} -CRUSADE_DUNGON_CFGS.enum_types = {} -CRUSADE_DUNGON_CFGS.fields = {CRUSADE_DUNGON_CFGS_ITEMS_FIELD} -CRUSADE_DUNGON_CFGS.is_extendable = false -CRUSADE_DUNGON_CFGS.extensions = {} -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.name = "prop_type" -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.strength_convert_cfg.prop_type" -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.number = 1 -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.index = 0 -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.label = 2 -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.has_default_value = false -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.default_value = nil -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.type = 14 -STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -STRENGTH_CONVERT_CFG_FACTOR_FIELD.name = "factor" -STRENGTH_CONVERT_CFG_FACTOR_FIELD.full_name = ".ftcfg.strength_convert_cfg.factor" -STRENGTH_CONVERT_CFG_FACTOR_FIELD.number = 2 -STRENGTH_CONVERT_CFG_FACTOR_FIELD.index = 1 -STRENGTH_CONVERT_CFG_FACTOR_FIELD.label = 2 -STRENGTH_CONVERT_CFG_FACTOR_FIELD.has_default_value = false -STRENGTH_CONVERT_CFG_FACTOR_FIELD.default_value = 0.0 -STRENGTH_CONVERT_CFG_FACTOR_FIELD.type = 1 -STRENGTH_CONVERT_CFG_FACTOR_FIELD.cpp_type = 5 - -STRENGTH_CONVERT_CFG.name = "strength_convert_cfg" -STRENGTH_CONVERT_CFG.full_name = ".ftcfg.strength_convert_cfg" -STRENGTH_CONVERT_CFG.nested_types = {} -STRENGTH_CONVERT_CFG.enum_types = {} -STRENGTH_CONVERT_CFG.fields = {STRENGTH_CONVERT_CFG_PROP_TYPE_FIELD, STRENGTH_CONVERT_CFG_FACTOR_FIELD} -STRENGTH_CONVERT_CFG.is_extendable = false -STRENGTH_CONVERT_CFG.extensions = {} -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.name = "items" -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.strength_convert_cfgs.items" -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.number = 1 -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.index = 0 -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.label = 3 -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.has_default_value = false -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.default_value = {} -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.message_type = STRENGTH_CONVERT_CFG -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.type = 11 -STRENGTH_CONVERT_CFGS_ITEMS_FIELD.cpp_type = 10 - -STRENGTH_CONVERT_CFGS.name = "strength_convert_cfgs" -STRENGTH_CONVERT_CFGS.full_name = ".ftcfg.strength_convert_cfgs" -STRENGTH_CONVERT_CFGS.nested_types = {} -STRENGTH_CONVERT_CFGS.enum_types = {} -STRENGTH_CONVERT_CFGS.fields = {STRENGTH_CONVERT_CFGS_ITEMS_FIELD} -STRENGTH_CONVERT_CFGS.is_extendable = false -STRENGTH_CONVERT_CFGS.extensions = {} -SKILL_SUMMONED_NPC_CFG_ID_FIELD.name = "id" -SKILL_SUMMONED_NPC_CFG_ID_FIELD.full_name = ".ftcfg.skill_summoned_npc_cfg.id" -SKILL_SUMMONED_NPC_CFG_ID_FIELD.number = 1 -SKILL_SUMMONED_NPC_CFG_ID_FIELD.index = 0 -SKILL_SUMMONED_NPC_CFG_ID_FIELD.label = 2 -SKILL_SUMMONED_NPC_CFG_ID_FIELD.has_default_value = false -SKILL_SUMMONED_NPC_CFG_ID_FIELD.default_value = 0 -SKILL_SUMMONED_NPC_CFG_ID_FIELD.type = 5 -SKILL_SUMMONED_NPC_CFG_ID_FIELD.cpp_type = 1 - -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.name = "desc" -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.full_name = ".ftcfg.skill_summoned_npc_cfg.desc" -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.number = 2 -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.index = 1 -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.label = 2 -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.has_default_value = false -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.default_value = "" -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.type = 9 -SKILL_SUMMONED_NPC_CFG_DESC_FIELD.cpp_type = 9 - -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.name = "npc_id" -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.full_name = ".ftcfg.skill_summoned_npc_cfg.npc_id" -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.number = 3 -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.index = 2 -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.label = 2 -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.has_default_value = false -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.default_value = 0 -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.type = 5 -SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD.cpp_type = 1 - -SKILL_SUMMONED_NPC_CFG.name = "skill_summoned_npc_cfg" -SKILL_SUMMONED_NPC_CFG.full_name = ".ftcfg.skill_summoned_npc_cfg" -SKILL_SUMMONED_NPC_CFG.nested_types = {} -SKILL_SUMMONED_NPC_CFG.enum_types = {} -SKILL_SUMMONED_NPC_CFG.fields = {SKILL_SUMMONED_NPC_CFG_ID_FIELD, SKILL_SUMMONED_NPC_CFG_DESC_FIELD, SKILL_SUMMONED_NPC_CFG_NPC_ID_FIELD} -SKILL_SUMMONED_NPC_CFG.is_extendable = false -SKILL_SUMMONED_NPC_CFG.extensions = {} -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.name = "items" -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.full_name = ".ftcfg.skill_summoned_npc_cfgs.items" -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.number = 1 -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.index = 0 -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.label = 3 -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.has_default_value = false -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.default_value = {} -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.message_type = SKILL_SUMMONED_NPC_CFG -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.type = 11 -SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD.cpp_type = 10 - -SKILL_SUMMONED_NPC_CFGS.name = "skill_summoned_npc_cfgs" -SKILL_SUMMONED_NPC_CFGS.full_name = ".ftcfg.skill_summoned_npc_cfgs" -SKILL_SUMMONED_NPC_CFGS.nested_types = {} -SKILL_SUMMONED_NPC_CFGS.enum_types = {} -SKILL_SUMMONED_NPC_CFGS.fields = {SKILL_SUMMONED_NPC_CFGS_ITEMS_FIELD} -SKILL_SUMMONED_NPC_CFGS.is_extendable = false -SKILL_SUMMONED_NPC_CFGS.extensions = {} -SKILL_SUMMONED_CFG_ID_FIELD.name = "id" -SKILL_SUMMONED_CFG_ID_FIELD.full_name = ".ftcfg.skill_summoned_cfg.id" -SKILL_SUMMONED_CFG_ID_FIELD.number = 1 -SKILL_SUMMONED_CFG_ID_FIELD.index = 0 -SKILL_SUMMONED_CFG_ID_FIELD.label = 2 -SKILL_SUMMONED_CFG_ID_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_ID_FIELD.default_value = 0 -SKILL_SUMMONED_CFG_ID_FIELD.type = 5 -SKILL_SUMMONED_CFG_ID_FIELD.cpp_type = 1 - -SKILL_SUMMONED_CFG_DESC_FIELD.name = "desc" -SKILL_SUMMONED_CFG_DESC_FIELD.full_name = ".ftcfg.skill_summoned_cfg.desc" -SKILL_SUMMONED_CFG_DESC_FIELD.number = 2 -SKILL_SUMMONED_CFG_DESC_FIELD.index = 1 -SKILL_SUMMONED_CFG_DESC_FIELD.label = 2 -SKILL_SUMMONED_CFG_DESC_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_DESC_FIELD.default_value = "" -SKILL_SUMMONED_CFG_DESC_FIELD.type = 9 -SKILL_SUMMONED_CFG_DESC_FIELD.cpp_type = 9 - -SKILL_SUMMONED_CFG_RING_FIELD.name = "ring" -SKILL_SUMMONED_CFG_RING_FIELD.full_name = ".ftcfg.skill_summoned_cfg.ring" -SKILL_SUMMONED_CFG_RING_FIELD.number = 3 -SKILL_SUMMONED_CFG_RING_FIELD.index = 2 -SKILL_SUMMONED_CFG_RING_FIELD.label = 2 -SKILL_SUMMONED_CFG_RING_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_RING_FIELD.default_value = 0 -SKILL_SUMMONED_CFG_RING_FIELD.type = 5 -SKILL_SUMMONED_CFG_RING_FIELD.cpp_type = 1 - -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.name = "exist_time" -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.full_name = ".ftcfg.skill_summoned_cfg.exist_time" -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.number = 4 -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.index = 3 -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.label = 2 -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.default_value = 0 -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.type = 5 -SKILL_SUMMONED_CFG_EXIST_TIME_FIELD.cpp_type = 1 - -SKILL_SUMMONED_CFG_SPEED_FIELD.name = "speed" -SKILL_SUMMONED_CFG_SPEED_FIELD.full_name = ".ftcfg.skill_summoned_cfg.speed" -SKILL_SUMMONED_CFG_SPEED_FIELD.number = 5 -SKILL_SUMMONED_CFG_SPEED_FIELD.index = 4 -SKILL_SUMMONED_CFG_SPEED_FIELD.label = 2 -SKILL_SUMMONED_CFG_SPEED_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_SPEED_FIELD.default_value = 0.0 -SKILL_SUMMONED_CFG_SPEED_FIELD.type = 2 -SKILL_SUMMONED_CFG_SPEED_FIELD.cpp_type = 6 - -SKILL_SUMMONED_CFG_EFF_START_FIELD.name = "eff_start" -SKILL_SUMMONED_CFG_EFF_START_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_start" -SKILL_SUMMONED_CFG_EFF_START_FIELD.number = 6 -SKILL_SUMMONED_CFG_EFF_START_FIELD.index = 5 -SKILL_SUMMONED_CFG_EFF_START_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_START_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_START_FIELD.default_value = "" -SKILL_SUMMONED_CFG_EFF_START_FIELD.type = 9 -SKILL_SUMMONED_CFG_EFF_START_FIELD.cpp_type = 9 - -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.name = "eff_start_time" -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_start_time" -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.number = 7 -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.index = 6 -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.default_value = 0 -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.type = 5 -SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD.cpp_type = 1 - -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.name = "eff_keep" -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_keep" -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.number = 8 -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.index = 7 -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.default_value = "" -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.type = 9 -SKILL_SUMMONED_CFG_EFF_KEEP_FIELD.cpp_type = 9 - -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.name = "eff_destroy" -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_destroy" -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.number = 9 -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.index = 8 -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.default_value = "" -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.type = 9 -SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD.cpp_type = 9 - -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.name = "eff_destroy_time" -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_destroy_time" -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.number = 10 -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.index = 9 -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.default_value = 0 -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.type = 5 -SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD.cpp_type = 1 - -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.name = "eff_keep_height" -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_keep_height" -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.number = 11 -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.index = 10 -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.default_value = 0.0 -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.type = 2 -SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD.cpp_type = 6 - -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.name = "eff_destroy_height" -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.full_name = ".ftcfg.skill_summoned_cfg.eff_destroy_height" -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.number = 12 -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.index = 11 -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.label = 2 -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.has_default_value = false -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.default_value = 0.0 -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.type = 2 -SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD.cpp_type = 6 - -SKILL_SUMMONED_CFG.name = "skill_summoned_cfg" -SKILL_SUMMONED_CFG.full_name = ".ftcfg.skill_summoned_cfg" -SKILL_SUMMONED_CFG.nested_types = {} -SKILL_SUMMONED_CFG.enum_types = {} -SKILL_SUMMONED_CFG.fields = {SKILL_SUMMONED_CFG_ID_FIELD, SKILL_SUMMONED_CFG_DESC_FIELD, SKILL_SUMMONED_CFG_RING_FIELD, SKILL_SUMMONED_CFG_EXIST_TIME_FIELD, SKILL_SUMMONED_CFG_SPEED_FIELD, SKILL_SUMMONED_CFG_EFF_START_FIELD, SKILL_SUMMONED_CFG_EFF_START_TIME_FIELD, SKILL_SUMMONED_CFG_EFF_KEEP_FIELD, SKILL_SUMMONED_CFG_EFF_DESTROY_FIELD, SKILL_SUMMONED_CFG_EFF_DESTROY_TIME_FIELD, SKILL_SUMMONED_CFG_EFF_KEEP_HEIGHT_FIELD, SKILL_SUMMONED_CFG_EFF_DESTROY_HEIGHT_FIELD} -SKILL_SUMMONED_CFG.is_extendable = false -SKILL_SUMMONED_CFG.extensions = {} -SKILL_SUMMONED_CFGS_ITEMS_FIELD.name = "items" -SKILL_SUMMONED_CFGS_ITEMS_FIELD.full_name = ".ftcfg.skill_summoned_cfgs.items" -SKILL_SUMMONED_CFGS_ITEMS_FIELD.number = 1 -SKILL_SUMMONED_CFGS_ITEMS_FIELD.index = 0 -SKILL_SUMMONED_CFGS_ITEMS_FIELD.label = 3 -SKILL_SUMMONED_CFGS_ITEMS_FIELD.has_default_value = false -SKILL_SUMMONED_CFGS_ITEMS_FIELD.default_value = {} -SKILL_SUMMONED_CFGS_ITEMS_FIELD.message_type = SKILL_SUMMONED_CFG -SKILL_SUMMONED_CFGS_ITEMS_FIELD.type = 11 -SKILL_SUMMONED_CFGS_ITEMS_FIELD.cpp_type = 10 - -SKILL_SUMMONED_CFGS.name = "skill_summoned_cfgs" -SKILL_SUMMONED_CFGS.full_name = ".ftcfg.skill_summoned_cfgs" -SKILL_SUMMONED_CFGS.nested_types = {} -SKILL_SUMMONED_CFGS.enum_types = {} -SKILL_SUMMONED_CFGS.fields = {SKILL_SUMMONED_CFGS_ITEMS_FIELD} -SKILL_SUMMONED_CFGS.is_extendable = false -SKILL_SUMMONED_CFGS.extensions = {} -CLUE_CFG_CLUE_ID_FIELD.name = "clue_id" -CLUE_CFG_CLUE_ID_FIELD.full_name = ".ftcfg.clue_cfg.clue_id" -CLUE_CFG_CLUE_ID_FIELD.number = 1 -CLUE_CFG_CLUE_ID_FIELD.index = 0 -CLUE_CFG_CLUE_ID_FIELD.label = 2 -CLUE_CFG_CLUE_ID_FIELD.has_default_value = false -CLUE_CFG_CLUE_ID_FIELD.default_value = 0 -CLUE_CFG_CLUE_ID_FIELD.type = 5 -CLUE_CFG_CLUE_ID_FIELD.cpp_type = 1 - -CLUE_CFG_MAP_ID_FIELD.name = "map_id" -CLUE_CFG_MAP_ID_FIELD.full_name = ".ftcfg.clue_cfg.map_id" -CLUE_CFG_MAP_ID_FIELD.number = 2 -CLUE_CFG_MAP_ID_FIELD.index = 1 -CLUE_CFG_MAP_ID_FIELD.label = 2 -CLUE_CFG_MAP_ID_FIELD.has_default_value = false -CLUE_CFG_MAP_ID_FIELD.default_value = 0 -CLUE_CFG_MAP_ID_FIELD.type = 5 -CLUE_CFG_MAP_ID_FIELD.cpp_type = 1 - -CLUE_CFG_SCENE_ID_FIELD.name = "scene_id" -CLUE_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.clue_cfg.scene_id" -CLUE_CFG_SCENE_ID_FIELD.number = 3 -CLUE_CFG_SCENE_ID_FIELD.index = 2 -CLUE_CFG_SCENE_ID_FIELD.label = 2 -CLUE_CFG_SCENE_ID_FIELD.has_default_value = false -CLUE_CFG_SCENE_ID_FIELD.default_value = 0 -CLUE_CFG_SCENE_ID_FIELD.type = 5 -CLUE_CFG_SCENE_ID_FIELD.cpp_type = 1 - -CLUE_CFG_POS_FIELD.name = "pos" -CLUE_CFG_POS_FIELD.full_name = ".ftcfg.clue_cfg.pos" -CLUE_CFG_POS_FIELD.number = 4 -CLUE_CFG_POS_FIELD.index = 3 -CLUE_CFG_POS_FIELD.label = 3 -CLUE_CFG_POS_FIELD.has_default_value = false -CLUE_CFG_POS_FIELD.default_value = {} -CLUE_CFG_POS_FIELD.type = 2 -CLUE_CFG_POS_FIELD.cpp_type = 6 - -CLUE_CFG_DESC_FIELD.name = "desc" -CLUE_CFG_DESC_FIELD.full_name = ".ftcfg.clue_cfg.desc" -CLUE_CFG_DESC_FIELD.number = 5 -CLUE_CFG_DESC_FIELD.index = 4 -CLUE_CFG_DESC_FIELD.label = 2 -CLUE_CFG_DESC_FIELD.has_default_value = false -CLUE_CFG_DESC_FIELD.default_value = "" -CLUE_CFG_DESC_FIELD.type = 9 -CLUE_CFG_DESC_FIELD.cpp_type = 9 - -CLUE_CFG_BOXES_POS_X_FIELD.name = "boxes_pos_x" -CLUE_CFG_BOXES_POS_X_FIELD.full_name = ".ftcfg.clue_cfg.boxes_pos_x" -CLUE_CFG_BOXES_POS_X_FIELD.number = 6 -CLUE_CFG_BOXES_POS_X_FIELD.index = 5 -CLUE_CFG_BOXES_POS_X_FIELD.label = 3 -CLUE_CFG_BOXES_POS_X_FIELD.has_default_value = false -CLUE_CFG_BOXES_POS_X_FIELD.default_value = {} -CLUE_CFG_BOXES_POS_X_FIELD.type = 2 -CLUE_CFG_BOXES_POS_X_FIELD.cpp_type = 6 - -CLUE_CFG_BOXES_POS_Z_FIELD.name = "boxes_pos_z" -CLUE_CFG_BOXES_POS_Z_FIELD.full_name = ".ftcfg.clue_cfg.boxes_pos_z" -CLUE_CFG_BOXES_POS_Z_FIELD.number = 7 -CLUE_CFG_BOXES_POS_Z_FIELD.index = 6 -CLUE_CFG_BOXES_POS_Z_FIELD.label = 3 -CLUE_CFG_BOXES_POS_Z_FIELD.has_default_value = false -CLUE_CFG_BOXES_POS_Z_FIELD.default_value = {} -CLUE_CFG_BOXES_POS_Z_FIELD.type = 2 -CLUE_CFG_BOXES_POS_Z_FIELD.cpp_type = 6 - -CLUE_CFG_COST_ID_FIELD.name = "cost_id" -CLUE_CFG_COST_ID_FIELD.full_name = ".ftcfg.clue_cfg.cost_id" -CLUE_CFG_COST_ID_FIELD.number = 8 -CLUE_CFG_COST_ID_FIELD.index = 7 -CLUE_CFG_COST_ID_FIELD.label = 2 -CLUE_CFG_COST_ID_FIELD.has_default_value = false -CLUE_CFG_COST_ID_FIELD.default_value = 0 -CLUE_CFG_COST_ID_FIELD.type = 5 -CLUE_CFG_COST_ID_FIELD.cpp_type = 1 - -CLUE_CFG_CORE_COORDINATE_FIELD.name = "core_coordinate" -CLUE_CFG_CORE_COORDINATE_FIELD.full_name = ".ftcfg.clue_cfg.core_coordinate" -CLUE_CFG_CORE_COORDINATE_FIELD.number = 9 -CLUE_CFG_CORE_COORDINATE_FIELD.index = 8 -CLUE_CFG_CORE_COORDINATE_FIELD.label = 3 -CLUE_CFG_CORE_COORDINATE_FIELD.has_default_value = false -CLUE_CFG_CORE_COORDINATE_FIELD.default_value = {} -CLUE_CFG_CORE_COORDINATE_FIELD.type = 5 -CLUE_CFG_CORE_COORDINATE_FIELD.cpp_type = 1 - -CLUE_CFG_MAP_RANGE_FIELD.name = "map_range" -CLUE_CFG_MAP_RANGE_FIELD.full_name = ".ftcfg.clue_cfg.map_range" -CLUE_CFG_MAP_RANGE_FIELD.number = 10 -CLUE_CFG_MAP_RANGE_FIELD.index = 9 -CLUE_CFG_MAP_RANGE_FIELD.label = 2 -CLUE_CFG_MAP_RANGE_FIELD.has_default_value = false -CLUE_CFG_MAP_RANGE_FIELD.default_value = 0 -CLUE_CFG_MAP_RANGE_FIELD.type = 5 -CLUE_CFG_MAP_RANGE_FIELD.cpp_type = 1 - -CLUE_CFG.name = "clue_cfg" -CLUE_CFG.full_name = ".ftcfg.clue_cfg" -CLUE_CFG.nested_types = {} -CLUE_CFG.enum_types = {} -CLUE_CFG.fields = {CLUE_CFG_CLUE_ID_FIELD, CLUE_CFG_MAP_ID_FIELD, CLUE_CFG_SCENE_ID_FIELD, CLUE_CFG_POS_FIELD, CLUE_CFG_DESC_FIELD, CLUE_CFG_BOXES_POS_X_FIELD, CLUE_CFG_BOXES_POS_Z_FIELD, CLUE_CFG_COST_ID_FIELD, CLUE_CFG_CORE_COORDINATE_FIELD, CLUE_CFG_MAP_RANGE_FIELD} -CLUE_CFG.is_extendable = false -CLUE_CFG.extensions = {} -CLUE_CFGS_ITEMS_FIELD.name = "items" -CLUE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.clue_cfgs.items" -CLUE_CFGS_ITEMS_FIELD.number = 1 -CLUE_CFGS_ITEMS_FIELD.index = 0 -CLUE_CFGS_ITEMS_FIELD.label = 3 -CLUE_CFGS_ITEMS_FIELD.has_default_value = false -CLUE_CFGS_ITEMS_FIELD.default_value = {} -CLUE_CFGS_ITEMS_FIELD.message_type = CLUE_CFG -CLUE_CFGS_ITEMS_FIELD.type = 11 -CLUE_CFGS_ITEMS_FIELD.cpp_type = 10 - -CLUE_CFGS.name = "clue_cfgs" -CLUE_CFGS.full_name = ".ftcfg.clue_cfgs" -CLUE_CFGS.nested_types = {} -CLUE_CFGS.enum_types = {} -CLUE_CFGS.fields = {CLUE_CFGS_ITEMS_FIELD} -CLUE_CFGS.is_extendable = false -CLUE_CFGS.extensions = {} -BOXS_CFG_BOXES_ID_FIELD.name = "boxes_id" -BOXS_CFG_BOXES_ID_FIELD.full_name = ".ftcfg.boxs_cfg.boxes_id" -BOXS_CFG_BOXES_ID_FIELD.number = 1 -BOXS_CFG_BOXES_ID_FIELD.index = 0 -BOXS_CFG_BOXES_ID_FIELD.label = 2 -BOXS_CFG_BOXES_ID_FIELD.has_default_value = false -BOXS_CFG_BOXES_ID_FIELD.default_value = 0 -BOXS_CFG_BOXES_ID_FIELD.type = 5 -BOXS_CFG_BOXES_ID_FIELD.cpp_type = 1 - -BOXS_CFG_BOX_ID_FIELD.name = "box_id" -BOXS_CFG_BOX_ID_FIELD.full_name = ".ftcfg.boxs_cfg.box_id" -BOXS_CFG_BOX_ID_FIELD.number = 2 -BOXS_CFG_BOX_ID_FIELD.index = 1 -BOXS_CFG_BOX_ID_FIELD.label = 3 -BOXS_CFG_BOX_ID_FIELD.has_default_value = false -BOXS_CFG_BOX_ID_FIELD.default_value = {} -BOXS_CFG_BOX_ID_FIELD.type = 5 -BOXS_CFG_BOX_ID_FIELD.cpp_type = 1 - -BOXS_CFG_BOX_RATE_FIELD.name = "box_rate" -BOXS_CFG_BOX_RATE_FIELD.full_name = ".ftcfg.boxs_cfg.box_rate" -BOXS_CFG_BOX_RATE_FIELD.number = 3 -BOXS_CFG_BOX_RATE_FIELD.index = 2 -BOXS_CFG_BOX_RATE_FIELD.label = 3 -BOXS_CFG_BOX_RATE_FIELD.has_default_value = false -BOXS_CFG_BOX_RATE_FIELD.default_value = {} -BOXS_CFG_BOX_RATE_FIELD.type = 5 -BOXS_CFG_BOX_RATE_FIELD.cpp_type = 1 - -BOXS_CFG.name = "boxs_cfg" -BOXS_CFG.full_name = ".ftcfg.boxs_cfg" -BOXS_CFG.nested_types = {} -BOXS_CFG.enum_types = {} -BOXS_CFG.fields = {BOXS_CFG_BOXES_ID_FIELD, BOXS_CFG_BOX_ID_FIELD, BOXS_CFG_BOX_RATE_FIELD} -BOXS_CFG.is_extendable = false -BOXS_CFG.extensions = {} -BOXS_CFGS_ITEMS_FIELD.name = "items" -BOXS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.boxs_cfgs.items" -BOXS_CFGS_ITEMS_FIELD.number = 1 -BOXS_CFGS_ITEMS_FIELD.index = 0 -BOXS_CFGS_ITEMS_FIELD.label = 3 -BOXS_CFGS_ITEMS_FIELD.has_default_value = false -BOXS_CFGS_ITEMS_FIELD.default_value = {} -BOXS_CFGS_ITEMS_FIELD.message_type = BOXS_CFG -BOXS_CFGS_ITEMS_FIELD.type = 11 -BOXS_CFGS_ITEMS_FIELD.cpp_type = 10 - -BOXS_CFGS.name = "boxs_cfgs" -BOXS_CFGS.full_name = ".ftcfg.boxs_cfgs" -BOXS_CFGS.nested_types = {} -BOXS_CFGS.enum_types = {} -BOXS_CFGS.fields = {BOXS_CFGS_ITEMS_FIELD} -BOXS_CFGS.is_extendable = false -BOXS_CFGS.extensions = {} -BOX_COLLECT_CFG_BOX_ID_FIELD.name = "box_id" -BOX_COLLECT_CFG_BOX_ID_FIELD.full_name = ".ftcfg.box_collect_cfg.box_id" -BOX_COLLECT_CFG_BOX_ID_FIELD.number = 1 -BOX_COLLECT_CFG_BOX_ID_FIELD.index = 0 -BOX_COLLECT_CFG_BOX_ID_FIELD.label = 2 -BOX_COLLECT_CFG_BOX_ID_FIELD.has_default_value = false -BOX_COLLECT_CFG_BOX_ID_FIELD.default_value = 0 -BOX_COLLECT_CFG_BOX_ID_FIELD.type = 5 -BOX_COLLECT_CFG_BOX_ID_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG_BOX_RES_FIELD.name = "box_res" -BOX_COLLECT_CFG_BOX_RES_FIELD.full_name = ".ftcfg.box_collect_cfg.box_res" -BOX_COLLECT_CFG_BOX_RES_FIELD.number = 2 -BOX_COLLECT_CFG_BOX_RES_FIELD.index = 1 -BOX_COLLECT_CFG_BOX_RES_FIELD.label = 2 -BOX_COLLECT_CFG_BOX_RES_FIELD.has_default_value = false -BOX_COLLECT_CFG_BOX_RES_FIELD.default_value = 0 -BOX_COLLECT_CFG_BOX_RES_FIELD.type = 5 -BOX_COLLECT_CFG_BOX_RES_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.name = "item_type" -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.full_name = ".ftcfg.box_collect_cfg.item_type" -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.number = 3 -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.index = 2 -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.label = 3 -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.has_default_value = false -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.default_value = {} -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.type = 5 -BOX_COLLECT_CFG_ITEM_TYPE_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG_ITEM_ID_FIELD.name = "item_id" -BOX_COLLECT_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.box_collect_cfg.item_id" -BOX_COLLECT_CFG_ITEM_ID_FIELD.number = 4 -BOX_COLLECT_CFG_ITEM_ID_FIELD.index = 3 -BOX_COLLECT_CFG_ITEM_ID_FIELD.label = 3 -BOX_COLLECT_CFG_ITEM_ID_FIELD.has_default_value = false -BOX_COLLECT_CFG_ITEM_ID_FIELD.default_value = {} -BOX_COLLECT_CFG_ITEM_ID_FIELD.type = 5 -BOX_COLLECT_CFG_ITEM_ID_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG_ITEM_RATE_FIELD.name = "item_rate" -BOX_COLLECT_CFG_ITEM_RATE_FIELD.full_name = ".ftcfg.box_collect_cfg.item_rate" -BOX_COLLECT_CFG_ITEM_RATE_FIELD.number = 5 -BOX_COLLECT_CFG_ITEM_RATE_FIELD.index = 4 -BOX_COLLECT_CFG_ITEM_RATE_FIELD.label = 3 -BOX_COLLECT_CFG_ITEM_RATE_FIELD.has_default_value = false -BOX_COLLECT_CFG_ITEM_RATE_FIELD.default_value = {} -BOX_COLLECT_CFG_ITEM_RATE_FIELD.type = 5 -BOX_COLLECT_CFG_ITEM_RATE_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.name = "show_type" -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.full_name = ".ftcfg.box_collect_cfg.show_type" -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.number = 6 -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.index = 5 -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.label = 2 -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.has_default_value = false -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.default_value = 0 -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.type = 5 -BOX_COLLECT_CFG_SHOW_TYPE_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.name = "model_scale" -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.full_name = ".ftcfg.box_collect_cfg.model_scale" -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.number = 7 -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.index = 6 -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.label = 2 -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.has_default_value = false -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.default_value = 0 -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.type = 5 -BOX_COLLECT_CFG_MODEL_SCALE_FIELD.cpp_type = 1 - -BOX_COLLECT_CFG.name = "box_collect_cfg" -BOX_COLLECT_CFG.full_name = ".ftcfg.box_collect_cfg" -BOX_COLLECT_CFG.nested_types = {} -BOX_COLLECT_CFG.enum_types = {} -BOX_COLLECT_CFG.fields = {BOX_COLLECT_CFG_BOX_ID_FIELD, BOX_COLLECT_CFG_BOX_RES_FIELD, BOX_COLLECT_CFG_ITEM_TYPE_FIELD, BOX_COLLECT_CFG_ITEM_ID_FIELD, BOX_COLLECT_CFG_ITEM_RATE_FIELD, BOX_COLLECT_CFG_SHOW_TYPE_FIELD, BOX_COLLECT_CFG_MODEL_SCALE_FIELD} -BOX_COLLECT_CFG.is_extendable = false -BOX_COLLECT_CFG.extensions = {} -BOX_COLLECT_CFGS_ITEMS_FIELD.name = "items" -BOX_COLLECT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.box_collect_cfgs.items" -BOX_COLLECT_CFGS_ITEMS_FIELD.number = 1 -BOX_COLLECT_CFGS_ITEMS_FIELD.index = 0 -BOX_COLLECT_CFGS_ITEMS_FIELD.label = 3 -BOX_COLLECT_CFGS_ITEMS_FIELD.has_default_value = false -BOX_COLLECT_CFGS_ITEMS_FIELD.default_value = {} -BOX_COLLECT_CFGS_ITEMS_FIELD.message_type = BOX_COLLECT_CFG -BOX_COLLECT_CFGS_ITEMS_FIELD.type = 11 -BOX_COLLECT_CFGS_ITEMS_FIELD.cpp_type = 10 - -BOX_COLLECT_CFGS.name = "box_collect_cfgs" -BOX_COLLECT_CFGS.full_name = ".ftcfg.box_collect_cfgs" -BOX_COLLECT_CFGS.nested_types = {} -BOX_COLLECT_CFGS.enum_types = {} -BOX_COLLECT_CFGS.fields = {BOX_COLLECT_CFGS_ITEMS_FIELD} -BOX_COLLECT_CFGS.is_extendable = false -BOX_COLLECT_CFGS.extensions = {} -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.name = "event_id" -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.event_id" -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.number = 1 -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.index = 0 -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.label = 2 -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.default_value = 0 -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.type = 5 -DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD.cpp_type = 1 - -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.name = "discribe" -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.discribe" -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.number = 2 -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.index = 1 -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.label = 2 -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.default_value = "" -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.type = 9 -DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD.cpp_type = 9 - -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.name = "boxes_id" -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.boxes_id" -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.number = 3 -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.index = 2 -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.type = 5 -DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD.cpp_type = 1 - -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.name = "dungeon_x" -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.dungeon_x" -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.number = 4 -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.index = 3 -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.type = 2 -DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD.cpp_type = 6 - -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.name = "dungeon_z" -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.dungeon_z" -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.number = 5 -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.index = 4 -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.type = 2 -DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD.cpp_type = 6 - -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.name = "map_id" -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.map_id" -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.number = 6 -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.index = 5 -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.type = 5 -DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD.cpp_type = 1 - -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.name = "touchoff_task_id" -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.touchoff_task_id" -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.number = 7 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.index = 6 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.type = 5 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD.cpp_type = 1 - -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.name = "touchoff_rate" -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.touchoff_rate" -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.number = 8 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.index = 7 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.type = 5 -DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD.cpp_type = 1 - -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.name = "elite_monster" -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.elite_monster" -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.number = 9 -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.index = 8 -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.label = 3 -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.type = 5 -DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD.cpp_type = 1 - -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.name = "broad" -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.full_name = ".ftcfg.dig_treasure_event_cfg.broad" -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.number = 10 -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.index = 9 -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.label = 2 -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.default_value = "" -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.type = 9 -DIG_TREASURE_EVENT_CFG_BROAD_FIELD.cpp_type = 9 - -DIG_TREASURE_EVENT_CFG.name = "dig_treasure_event_cfg" -DIG_TREASURE_EVENT_CFG.full_name = ".ftcfg.dig_treasure_event_cfg" -DIG_TREASURE_EVENT_CFG.nested_types = {} -DIG_TREASURE_EVENT_CFG.enum_types = {} -DIG_TREASURE_EVENT_CFG.fields = {DIG_TREASURE_EVENT_CFG_EVENT_ID_FIELD, DIG_TREASURE_EVENT_CFG_DISCRIBE_FIELD, DIG_TREASURE_EVENT_CFG_BOXES_ID_FIELD, DIG_TREASURE_EVENT_CFG_DUNGEON_X_FIELD, DIG_TREASURE_EVENT_CFG_DUNGEON_Z_FIELD, DIG_TREASURE_EVENT_CFG_MAP_ID_FIELD, DIG_TREASURE_EVENT_CFG_TOUCHOFF_TASK_ID_FIELD, DIG_TREASURE_EVENT_CFG_TOUCHOFF_RATE_FIELD, DIG_TREASURE_EVENT_CFG_ELITE_MONSTER_FIELD, DIG_TREASURE_EVENT_CFG_BROAD_FIELD} -DIG_TREASURE_EVENT_CFG.is_extendable = false -DIG_TREASURE_EVENT_CFG.extensions = {} -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.name = "items" -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.dig_treasure_event_cfgs.items" -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.number = 1 -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.index = 0 -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.label = 3 -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.has_default_value = false -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.default_value = {} -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.message_type = DIG_TREASURE_EVENT_CFG -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.type = 11 -DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD.cpp_type = 10 - -DIG_TREASURE_EVENT_CFGS.name = "dig_treasure_event_cfgs" -DIG_TREASURE_EVENT_CFGS.full_name = ".ftcfg.dig_treasure_event_cfgs" -DIG_TREASURE_EVENT_CFGS.nested_types = {} -DIG_TREASURE_EVENT_CFGS.enum_types = {} -DIG_TREASURE_EVENT_CFGS.fields = {DIG_TREASURE_EVENT_CFGS_ITEMS_FIELD} -DIG_TREASURE_EVENT_CFGS.is_extendable = false -DIG_TREASURE_EVENT_CFGS.extensions = {} -DROP_POINT_CFG_ID_FIELD.name = "id" -DROP_POINT_CFG_ID_FIELD.full_name = ".ftcfg.drop_point_cfg.id" -DROP_POINT_CFG_ID_FIELD.number = 1 -DROP_POINT_CFG_ID_FIELD.index = 0 -DROP_POINT_CFG_ID_FIELD.label = 2 -DROP_POINT_CFG_ID_FIELD.has_default_value = false -DROP_POINT_CFG_ID_FIELD.default_value = 0 -DROP_POINT_CFG_ID_FIELD.type = 5 -DROP_POINT_CFG_ID_FIELD.cpp_type = 1 - -DROP_POINT_CFG_MODULE_FIELD.name = "module" -DROP_POINT_CFG_MODULE_FIELD.full_name = ".ftcfg.drop_point_cfg.module" -DROP_POINT_CFG_MODULE_FIELD.number = 2 -DROP_POINT_CFG_MODULE_FIELD.index = 1 -DROP_POINT_CFG_MODULE_FIELD.label = 2 -DROP_POINT_CFG_MODULE_FIELD.has_default_value = false -DROP_POINT_CFG_MODULE_FIELD.default_value = 0 -DROP_POINT_CFG_MODULE_FIELD.type = 5 -DROP_POINT_CFG_MODULE_FIELD.cpp_type = 1 - -DROP_POINT_CFG_MINDISTANCE_FIELD.name = "minDistance" -DROP_POINT_CFG_MINDISTANCE_FIELD.full_name = ".ftcfg.drop_point_cfg.minDistance" -DROP_POINT_CFG_MINDISTANCE_FIELD.number = 3 -DROP_POINT_CFG_MINDISTANCE_FIELD.index = 2 -DROP_POINT_CFG_MINDISTANCE_FIELD.label = 2 -DROP_POINT_CFG_MINDISTANCE_FIELD.has_default_value = false -DROP_POINT_CFG_MINDISTANCE_FIELD.default_value = 0.0 -DROP_POINT_CFG_MINDISTANCE_FIELD.type = 2 -DROP_POINT_CFG_MINDISTANCE_FIELD.cpp_type = 6 - -DROP_POINT_CFG_PICKTYPE_FIELD.name = "pickType" -DROP_POINT_CFG_PICKTYPE_FIELD.full_name = ".ftcfg.drop_point_cfg.pickType" -DROP_POINT_CFG_PICKTYPE_FIELD.number = 4 -DROP_POINT_CFG_PICKTYPE_FIELD.index = 3 -DROP_POINT_CFG_PICKTYPE_FIELD.label = 2 -DROP_POINT_CFG_PICKTYPE_FIELD.has_default_value = false -DROP_POINT_CFG_PICKTYPE_FIELD.default_value = 0 -DROP_POINT_CFG_PICKTYPE_FIELD.type = 5 -DROP_POINT_CFG_PICKTYPE_FIELD.cpp_type = 1 - -DROP_POINT_CFG_BSHOW_FIELD.name = "bShow" -DROP_POINT_CFG_BSHOW_FIELD.full_name = ".ftcfg.drop_point_cfg.bShow" -DROP_POINT_CFG_BSHOW_FIELD.number = 5 -DROP_POINT_CFG_BSHOW_FIELD.index = 4 -DROP_POINT_CFG_BSHOW_FIELD.label = 2 -DROP_POINT_CFG_BSHOW_FIELD.has_default_value = false -DROP_POINT_CFG_BSHOW_FIELD.default_value = 0 -DROP_POINT_CFG_BSHOW_FIELD.type = 5 -DROP_POINT_CFG_BSHOW_FIELD.cpp_type = 1 - -DROP_POINT_CFG_TEXTID_FIELD.name = "textId" -DROP_POINT_CFG_TEXTID_FIELD.full_name = ".ftcfg.drop_point_cfg.textId" -DROP_POINT_CFG_TEXTID_FIELD.number = 6 -DROP_POINT_CFG_TEXTID_FIELD.index = 5 -DROP_POINT_CFG_TEXTID_FIELD.label = 2 -DROP_POINT_CFG_TEXTID_FIELD.has_default_value = false -DROP_POINT_CFG_TEXTID_FIELD.default_value = 0 -DROP_POINT_CFG_TEXTID_FIELD.type = 5 -DROP_POINT_CFG_TEXTID_FIELD.cpp_type = 1 - -DROP_POINT_CFG.name = "drop_point_cfg" -DROP_POINT_CFG.full_name = ".ftcfg.drop_point_cfg" -DROP_POINT_CFG.nested_types = {} -DROP_POINT_CFG.enum_types = {} -DROP_POINT_CFG.fields = {DROP_POINT_CFG_ID_FIELD, DROP_POINT_CFG_MODULE_FIELD, DROP_POINT_CFG_MINDISTANCE_FIELD, DROP_POINT_CFG_PICKTYPE_FIELD, DROP_POINT_CFG_BSHOW_FIELD, DROP_POINT_CFG_TEXTID_FIELD} -DROP_POINT_CFG.is_extendable = false -DROP_POINT_CFG.extensions = {} -DROP_POINT_CFGS_ITEMS_FIELD.name = "items" -DROP_POINT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.drop_point_cfgs.items" -DROP_POINT_CFGS_ITEMS_FIELD.number = 1 -DROP_POINT_CFGS_ITEMS_FIELD.index = 0 -DROP_POINT_CFGS_ITEMS_FIELD.label = 3 -DROP_POINT_CFGS_ITEMS_FIELD.has_default_value = false -DROP_POINT_CFGS_ITEMS_FIELD.default_value = {} -DROP_POINT_CFGS_ITEMS_FIELD.message_type = DROP_POINT_CFG -DROP_POINT_CFGS_ITEMS_FIELD.type = 11 -DROP_POINT_CFGS_ITEMS_FIELD.cpp_type = 10 - -DROP_POINT_CFGS.name = "drop_point_cfgs" -DROP_POINT_CFGS.full_name = ".ftcfg.drop_point_cfgs" -DROP_POINT_CFGS.nested_types = {} -DROP_POINT_CFGS.enum_types = {} -DROP_POINT_CFGS.fields = {DROP_POINT_CFGS_ITEMS_FIELD} -DROP_POINT_CFGS.is_extendable = false -DROP_POINT_CFGS.extensions = {} -RANK_FUNCTION_CFG_ID_FIELD.name = "id" -RANK_FUNCTION_CFG_ID_FIELD.full_name = ".ftcfg.rank_function_cfg.id" -RANK_FUNCTION_CFG_ID_FIELD.number = 1 -RANK_FUNCTION_CFG_ID_FIELD.index = 0 -RANK_FUNCTION_CFG_ID_FIELD.label = 2 -RANK_FUNCTION_CFG_ID_FIELD.has_default_value = false -RANK_FUNCTION_CFG_ID_FIELD.default_value = 0 -RANK_FUNCTION_CFG_ID_FIELD.type = 5 -RANK_FUNCTION_CFG_ID_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_NAME_FIELD.name = "name" -RANK_FUNCTION_CFG_NAME_FIELD.full_name = ".ftcfg.rank_function_cfg.name" -RANK_FUNCTION_CFG_NAME_FIELD.number = 2 -RANK_FUNCTION_CFG_NAME_FIELD.index = 1 -RANK_FUNCTION_CFG_NAME_FIELD.label = 2 -RANK_FUNCTION_CFG_NAME_FIELD.has_default_value = false -RANK_FUNCTION_CFG_NAME_FIELD.default_value = 0 -RANK_FUNCTION_CFG_NAME_FIELD.type = 5 -RANK_FUNCTION_CFG_NAME_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.name = "select_show" -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.full_name = ".ftcfg.rank_function_cfg.select_show" -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.number = 3 -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.index = 2 -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.label = 2 -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.has_default_value = false -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.default_value = 0 -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.type = 5 -RANK_FUNCTION_CFG_SELECT_SHOW_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_TYPE_FIELD.name = "type" -RANK_FUNCTION_CFG_TYPE_FIELD.full_name = ".ftcfg.rank_function_cfg.type" -RANK_FUNCTION_CFG_TYPE_FIELD.number = 4 -RANK_FUNCTION_CFG_TYPE_FIELD.index = 3 -RANK_FUNCTION_CFG_TYPE_FIELD.label = 2 -RANK_FUNCTION_CFG_TYPE_FIELD.has_default_value = false -RANK_FUNCTION_CFG_TYPE_FIELD.default_value = 0 -RANK_FUNCTION_CFG_TYPE_FIELD.type = 5 -RANK_FUNCTION_CFG_TYPE_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.name = "child_names" -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.full_name = ".ftcfg.rank_function_cfg.child_names" -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.number = 5 -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.index = 4 -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.label = 3 -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.has_default_value = false -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.default_value = {} -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.type = 5 -RANK_FUNCTION_CFG_CHILD_NAMES_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.name = "child_types" -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.full_name = ".ftcfg.rank_function_cfg.child_types" -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.number = 6 -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.index = 5 -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.label = 3 -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.has_default_value = false -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.default_value = {} -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.type = 5 -RANK_FUNCTION_CFG_CHILD_TYPES_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.name = "child_values" -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.full_name = ".ftcfg.rank_function_cfg.child_values" -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.number = 7 -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.index = 6 -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.label = 3 -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.has_default_value = false -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.default_value = {} -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.type = 2 -RANK_FUNCTION_CFG_CHILD_VALUES_FIELD.cpp_type = 6 - -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.name = "show_fields" -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.full_name = ".ftcfg.rank_function_cfg.show_fields" -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.number = 8 -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.index = 7 -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.label = 3 -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.has_default_value = false -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.default_value = {} -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.type = 5 -RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD.cpp_type = 1 - -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.name = "host_field" -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.full_name = ".ftcfg.rank_function_cfg.host_field" -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.number = 9 -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.index = 8 -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.label = 2 -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.has_default_value = false -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.default_value = "" -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.type = 9 -RANK_FUNCTION_CFG_HOST_FIELD_FIELD.cpp_type = 9 - -RANK_FUNCTION_CFG.name = "rank_function_cfg" -RANK_FUNCTION_CFG.full_name = ".ftcfg.rank_function_cfg" -RANK_FUNCTION_CFG.nested_types = {} -RANK_FUNCTION_CFG.enum_types = {} -RANK_FUNCTION_CFG.fields = {RANK_FUNCTION_CFG_ID_FIELD, RANK_FUNCTION_CFG_NAME_FIELD, RANK_FUNCTION_CFG_SELECT_SHOW_FIELD, RANK_FUNCTION_CFG_TYPE_FIELD, RANK_FUNCTION_CFG_CHILD_NAMES_FIELD, RANK_FUNCTION_CFG_CHILD_TYPES_FIELD, RANK_FUNCTION_CFG_CHILD_VALUES_FIELD, RANK_FUNCTION_CFG_SHOW_FIELDS_FIELD, RANK_FUNCTION_CFG_HOST_FIELD_FIELD} -RANK_FUNCTION_CFG.is_extendable = false -RANK_FUNCTION_CFG.extensions = {} -RANK_FUNCTION_CFGS_ITEMS_FIELD.name = "items" -RANK_FUNCTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rank_function_cfgs.items" -RANK_FUNCTION_CFGS_ITEMS_FIELD.number = 1 -RANK_FUNCTION_CFGS_ITEMS_FIELD.index = 0 -RANK_FUNCTION_CFGS_ITEMS_FIELD.label = 3 -RANK_FUNCTION_CFGS_ITEMS_FIELD.has_default_value = false -RANK_FUNCTION_CFGS_ITEMS_FIELD.default_value = {} -RANK_FUNCTION_CFGS_ITEMS_FIELD.message_type = RANK_FUNCTION_CFG -RANK_FUNCTION_CFGS_ITEMS_FIELD.type = 11 -RANK_FUNCTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -RANK_FUNCTION_CFGS.name = "rank_function_cfgs" -RANK_FUNCTION_CFGS.full_name = ".ftcfg.rank_function_cfgs" -RANK_FUNCTION_CFGS.nested_types = {} -RANK_FUNCTION_CFGS.enum_types = {} -RANK_FUNCTION_CFGS.fields = {RANK_FUNCTION_CFGS_ITEMS_FIELD} -RANK_FUNCTION_CFGS.is_extendable = false -RANK_FUNCTION_CFGS.extensions = {} -RANK_FIELD_CFG_ID_FIELD.name = "id" -RANK_FIELD_CFG_ID_FIELD.full_name = ".ftcfg.rank_field_cfg.id" -RANK_FIELD_CFG_ID_FIELD.number = 1 -RANK_FIELD_CFG_ID_FIELD.index = 0 -RANK_FIELD_CFG_ID_FIELD.label = 2 -RANK_FIELD_CFG_ID_FIELD.has_default_value = false -RANK_FIELD_CFG_ID_FIELD.default_value = 0 -RANK_FIELD_CFG_ID_FIELD.type = 5 -RANK_FIELD_CFG_ID_FIELD.cpp_type = 1 - -RANK_FIELD_CFG_NAME_FIELD.name = "name" -RANK_FIELD_CFG_NAME_FIELD.full_name = ".ftcfg.rank_field_cfg.name" -RANK_FIELD_CFG_NAME_FIELD.number = 2 -RANK_FIELD_CFG_NAME_FIELD.index = 1 -RANK_FIELD_CFG_NAME_FIELD.label = 2 -RANK_FIELD_CFG_NAME_FIELD.has_default_value = false -RANK_FIELD_CFG_NAME_FIELD.default_value = 0 -RANK_FIELD_CFG_NAME_FIELD.type = 5 -RANK_FIELD_CFG_NAME_FIELD.cpp_type = 1 - -RANK_FIELD_CFG_FIELD_NAME_FIELD.name = "field_name" -RANK_FIELD_CFG_FIELD_NAME_FIELD.full_name = ".ftcfg.rank_field_cfg.field_name" -RANK_FIELD_CFG_FIELD_NAME_FIELD.number = 3 -RANK_FIELD_CFG_FIELD_NAME_FIELD.index = 2 -RANK_FIELD_CFG_FIELD_NAME_FIELD.label = 2 -RANK_FIELD_CFG_FIELD_NAME_FIELD.has_default_value = false -RANK_FIELD_CFG_FIELD_NAME_FIELD.default_value = "" -RANK_FIELD_CFG_FIELD_NAME_FIELD.type = 9 -RANK_FIELD_CFG_FIELD_NAME_FIELD.cpp_type = 9 - -RANK_FIELD_CFG_CHILD_NAMES_FIELD.name = "child_names" -RANK_FIELD_CFG_CHILD_NAMES_FIELD.full_name = ".ftcfg.rank_field_cfg.child_names" -RANK_FIELD_CFG_CHILD_NAMES_FIELD.number = 4 -RANK_FIELD_CFG_CHILD_NAMES_FIELD.index = 3 -RANK_FIELD_CFG_CHILD_NAMES_FIELD.label = 3 -RANK_FIELD_CFG_CHILD_NAMES_FIELD.has_default_value = false -RANK_FIELD_CFG_CHILD_NAMES_FIELD.default_value = {} -RANK_FIELD_CFG_CHILD_NAMES_FIELD.type = 5 -RANK_FIELD_CFG_CHILD_NAMES_FIELD.cpp_type = 1 - -RANK_FIELD_CFG_CHILD_TYPES_FIELD.name = "child_types" -RANK_FIELD_CFG_CHILD_TYPES_FIELD.full_name = ".ftcfg.rank_field_cfg.child_types" -RANK_FIELD_CFG_CHILD_TYPES_FIELD.number = 5 -RANK_FIELD_CFG_CHILD_TYPES_FIELD.index = 4 -RANK_FIELD_CFG_CHILD_TYPES_FIELD.label = 3 -RANK_FIELD_CFG_CHILD_TYPES_FIELD.has_default_value = false -RANK_FIELD_CFG_CHILD_TYPES_FIELD.default_value = {} -RANK_FIELD_CFG_CHILD_TYPES_FIELD.type = 5 -RANK_FIELD_CFG_CHILD_TYPES_FIELD.cpp_type = 1 - -RANK_FIELD_CFG_CHILD_VALUES_FIELD.name = "child_values" -RANK_FIELD_CFG_CHILD_VALUES_FIELD.full_name = ".ftcfg.rank_field_cfg.child_values" -RANK_FIELD_CFG_CHILD_VALUES_FIELD.number = 6 -RANK_FIELD_CFG_CHILD_VALUES_FIELD.index = 5 -RANK_FIELD_CFG_CHILD_VALUES_FIELD.label = 3 -RANK_FIELD_CFG_CHILD_VALUES_FIELD.has_default_value = false -RANK_FIELD_CFG_CHILD_VALUES_FIELD.default_value = {} -RANK_FIELD_CFG_CHILD_VALUES_FIELD.type = 2 -RANK_FIELD_CFG_CHILD_VALUES_FIELD.cpp_type = 6 - -RANK_FIELD_CFG_HOST_FIELD_FIELD.name = "host_field" -RANK_FIELD_CFG_HOST_FIELD_FIELD.full_name = ".ftcfg.rank_field_cfg.host_field" -RANK_FIELD_CFG_HOST_FIELD_FIELD.number = 7 -RANK_FIELD_CFG_HOST_FIELD_FIELD.index = 6 -RANK_FIELD_CFG_HOST_FIELD_FIELD.label = 2 -RANK_FIELD_CFG_HOST_FIELD_FIELD.has_default_value = false -RANK_FIELD_CFG_HOST_FIELD_FIELD.default_value = "" -RANK_FIELD_CFG_HOST_FIELD_FIELD.type = 9 -RANK_FIELD_CFG_HOST_FIELD_FIELD.cpp_type = 9 - -RANK_FIELD_CFG.name = "rank_field_cfg" -RANK_FIELD_CFG.full_name = ".ftcfg.rank_field_cfg" -RANK_FIELD_CFG.nested_types = {} -RANK_FIELD_CFG.enum_types = {} -RANK_FIELD_CFG.fields = {RANK_FIELD_CFG_ID_FIELD, RANK_FIELD_CFG_NAME_FIELD, RANK_FIELD_CFG_FIELD_NAME_FIELD, RANK_FIELD_CFG_CHILD_NAMES_FIELD, RANK_FIELD_CFG_CHILD_TYPES_FIELD, RANK_FIELD_CFG_CHILD_VALUES_FIELD, RANK_FIELD_CFG_HOST_FIELD_FIELD} -RANK_FIELD_CFG.is_extendable = false -RANK_FIELD_CFG.extensions = {} -RANK_FIELD_CFGS_ITEMS_FIELD.name = "items" -RANK_FIELD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rank_field_cfgs.items" -RANK_FIELD_CFGS_ITEMS_FIELD.number = 1 -RANK_FIELD_CFGS_ITEMS_FIELD.index = 0 -RANK_FIELD_CFGS_ITEMS_FIELD.label = 3 -RANK_FIELD_CFGS_ITEMS_FIELD.has_default_value = false -RANK_FIELD_CFGS_ITEMS_FIELD.default_value = {} -RANK_FIELD_CFGS_ITEMS_FIELD.message_type = RANK_FIELD_CFG -RANK_FIELD_CFGS_ITEMS_FIELD.type = 11 -RANK_FIELD_CFGS_ITEMS_FIELD.cpp_type = 10 - -RANK_FIELD_CFGS.name = "rank_field_cfgs" -RANK_FIELD_CFGS.full_name = ".ftcfg.rank_field_cfgs" -RANK_FIELD_CFGS.nested_types = {} -RANK_FIELD_CFGS.enum_types = {} -RANK_FIELD_CFGS.fields = {RANK_FIELD_CFGS_ITEMS_FIELD} -RANK_FIELD_CFGS.is_extendable = false -RANK_FIELD_CFGS.extensions = {} -EDN_CFG_LVL_FIELD.name = "lvl" -EDN_CFG_LVL_FIELD.full_name = ".ftcfg.edn_cfg.lvl" -EDN_CFG_LVL_FIELD.number = 1 -EDN_CFG_LVL_FIELD.index = 0 -EDN_CFG_LVL_FIELD.label = 2 -EDN_CFG_LVL_FIELD.has_default_value = false -EDN_CFG_LVL_FIELD.default_value = 0 -EDN_CFG_LVL_FIELD.type = 5 -EDN_CFG_LVL_FIELD.cpp_type = 1 - -EDN_CFG_LVLUP_EXP_FIELD.name = "lvlup_exp" -EDN_CFG_LVLUP_EXP_FIELD.full_name = ".ftcfg.edn_cfg.lvlup_exp" -EDN_CFG_LVLUP_EXP_FIELD.number = 2 -EDN_CFG_LVLUP_EXP_FIELD.index = 1 -EDN_CFG_LVLUP_EXP_FIELD.label = 2 -EDN_CFG_LVLUP_EXP_FIELD.has_default_value = false -EDN_CFG_LVLUP_EXP_FIELD.default_value = 0 -EDN_CFG_LVLUP_EXP_FIELD.type = 5 -EDN_CFG_LVLUP_EXP_FIELD.cpp_type = 1 - -EDN_CFG.name = "edn_cfg" -EDN_CFG.full_name = ".ftcfg.edn_cfg" -EDN_CFG.nested_types = {} -EDN_CFG.enum_types = {} -EDN_CFG.fields = {EDN_CFG_LVL_FIELD, EDN_CFG_LVLUP_EXP_FIELD} -EDN_CFG.is_extendable = false -EDN_CFG.extensions = {} -EDN_CFGS_ITEMS_FIELD.name = "items" -EDN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.edn_cfgs.items" -EDN_CFGS_ITEMS_FIELD.number = 1 -EDN_CFGS_ITEMS_FIELD.index = 0 -EDN_CFGS_ITEMS_FIELD.label = 3 -EDN_CFGS_ITEMS_FIELD.has_default_value = false -EDN_CFGS_ITEMS_FIELD.default_value = {} -EDN_CFGS_ITEMS_FIELD.message_type = EDN_CFG -EDN_CFGS_ITEMS_FIELD.type = 11 -EDN_CFGS_ITEMS_FIELD.cpp_type = 10 - -EDN_CFGS.name = "edn_cfgs" -EDN_CFGS.full_name = ".ftcfg.edn_cfgs" -EDN_CFGS.nested_types = {} -EDN_CFGS.enum_types = {} -EDN_CFGS.fields = {EDN_CFGS_ITEMS_FIELD} -EDN_CFGS.is_extendable = false -EDN_CFGS.extensions = {} -EDN_SCENE_CFG_SCENE_ID_FIELD.name = "scene_id" -EDN_SCENE_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.edn_scene_cfg.scene_id" -EDN_SCENE_CFG_SCENE_ID_FIELD.number = 1 -EDN_SCENE_CFG_SCENE_ID_FIELD.index = 0 -EDN_SCENE_CFG_SCENE_ID_FIELD.label = 2 -EDN_SCENE_CFG_SCENE_ID_FIELD.has_default_value = false -EDN_SCENE_CFG_SCENE_ID_FIELD.default_value = 0 -EDN_SCENE_CFG_SCENE_ID_FIELD.type = 5 -EDN_SCENE_CFG_SCENE_ID_FIELD.cpp_type = 1 - -EDN_SCENE_CFG_OPEN_LVL_FIELD.name = "open_lvl" -EDN_SCENE_CFG_OPEN_LVL_FIELD.full_name = ".ftcfg.edn_scene_cfg.open_lvl" -EDN_SCENE_CFG_OPEN_LVL_FIELD.number = 2 -EDN_SCENE_CFG_OPEN_LVL_FIELD.index = 1 -EDN_SCENE_CFG_OPEN_LVL_FIELD.label = 2 -EDN_SCENE_CFG_OPEN_LVL_FIELD.has_default_value = false -EDN_SCENE_CFG_OPEN_LVL_FIELD.default_value = 0 -EDN_SCENE_CFG_OPEN_LVL_FIELD.type = 5 -EDN_SCENE_CFG_OPEN_LVL_FIELD.cpp_type = 1 - -EDN_SCENE_CFG_MAPNAME_ID_FIELD.name = "mapname_id" -EDN_SCENE_CFG_MAPNAME_ID_FIELD.full_name = ".ftcfg.edn_scene_cfg.mapname_id" -EDN_SCENE_CFG_MAPNAME_ID_FIELD.number = 3 -EDN_SCENE_CFG_MAPNAME_ID_FIELD.index = 2 -EDN_SCENE_CFG_MAPNAME_ID_FIELD.label = 2 -EDN_SCENE_CFG_MAPNAME_ID_FIELD.has_default_value = false -EDN_SCENE_CFG_MAPNAME_ID_FIELD.default_value = 0 -EDN_SCENE_CFG_MAPNAME_ID_FIELD.type = 5 -EDN_SCENE_CFG_MAPNAME_ID_FIELD.cpp_type = 1 - -EDN_SCENE_CFG_MAP_NAME_FIELD.name = "map_name" -EDN_SCENE_CFG_MAP_NAME_FIELD.full_name = ".ftcfg.edn_scene_cfg.map_name" -EDN_SCENE_CFG_MAP_NAME_FIELD.number = 4 -EDN_SCENE_CFG_MAP_NAME_FIELD.index = 3 -EDN_SCENE_CFG_MAP_NAME_FIELD.label = 2 -EDN_SCENE_CFG_MAP_NAME_FIELD.has_default_value = false -EDN_SCENE_CFG_MAP_NAME_FIELD.default_value = "" -EDN_SCENE_CFG_MAP_NAME_FIELD.type = 9 -EDN_SCENE_CFG_MAP_NAME_FIELD.cpp_type = 9 - -EDN_SCENE_CFG_MAP_IMGID_FIELD.name = "map_imgid" -EDN_SCENE_CFG_MAP_IMGID_FIELD.full_name = ".ftcfg.edn_scene_cfg.map_imgid" -EDN_SCENE_CFG_MAP_IMGID_FIELD.number = 5 -EDN_SCENE_CFG_MAP_IMGID_FIELD.index = 4 -EDN_SCENE_CFG_MAP_IMGID_FIELD.label = 2 -EDN_SCENE_CFG_MAP_IMGID_FIELD.has_default_value = false -EDN_SCENE_CFG_MAP_IMGID_FIELD.default_value = 0 -EDN_SCENE_CFG_MAP_IMGID_FIELD.type = 5 -EDN_SCENE_CFG_MAP_IMGID_FIELD.cpp_type = 1 - -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.name = "map_relicsids" -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.full_name = ".ftcfg.edn_scene_cfg.map_relicsids" -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.number = 6 -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.index = 5 -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.label = 3 -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.has_default_value = false -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.default_value = {} -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.type = 5 -EDN_SCENE_CFG_MAP_RELICSIDS_FIELD.cpp_type = 1 - -EDN_SCENE_CFG.name = "edn_scene_cfg" -EDN_SCENE_CFG.full_name = ".ftcfg.edn_scene_cfg" -EDN_SCENE_CFG.nested_types = {} -EDN_SCENE_CFG.enum_types = {} -EDN_SCENE_CFG.fields = {EDN_SCENE_CFG_SCENE_ID_FIELD, EDN_SCENE_CFG_OPEN_LVL_FIELD, EDN_SCENE_CFG_MAPNAME_ID_FIELD, EDN_SCENE_CFG_MAP_NAME_FIELD, EDN_SCENE_CFG_MAP_IMGID_FIELD, EDN_SCENE_CFG_MAP_RELICSIDS_FIELD} -EDN_SCENE_CFG.is_extendable = false -EDN_SCENE_CFG.extensions = {} -EDN_SCENE_CFGS_ITEMS_FIELD.name = "items" -EDN_SCENE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.edn_scene_cfgs.items" -EDN_SCENE_CFGS_ITEMS_FIELD.number = 1 -EDN_SCENE_CFGS_ITEMS_FIELD.index = 0 -EDN_SCENE_CFGS_ITEMS_FIELD.label = 3 -EDN_SCENE_CFGS_ITEMS_FIELD.has_default_value = false -EDN_SCENE_CFGS_ITEMS_FIELD.default_value = {} -EDN_SCENE_CFGS_ITEMS_FIELD.message_type = EDN_SCENE_CFG -EDN_SCENE_CFGS_ITEMS_FIELD.type = 11 -EDN_SCENE_CFGS_ITEMS_FIELD.cpp_type = 10 - -EDN_SCENE_CFGS.name = "edn_scene_cfgs" -EDN_SCENE_CFGS.full_name = ".ftcfg.edn_scene_cfgs" -EDN_SCENE_CFGS.nested_types = {} -EDN_SCENE_CFGS.enum_types = {} -EDN_SCENE_CFGS.fields = {EDN_SCENE_CFGS_ITEMS_FIELD} -EDN_SCENE_CFGS.is_extendable = false -EDN_SCENE_CFGS.extensions = {} -EDN_RELIC_CFG_ID_FIELD.name = "id" -EDN_RELIC_CFG_ID_FIELD.full_name = ".ftcfg.edn_relic_cfg.id" -EDN_RELIC_CFG_ID_FIELD.number = 1 -EDN_RELIC_CFG_ID_FIELD.index = 0 -EDN_RELIC_CFG_ID_FIELD.label = 2 -EDN_RELIC_CFG_ID_FIELD.has_default_value = false -EDN_RELIC_CFG_ID_FIELD.default_value = 0 -EDN_RELIC_CFG_ID_FIELD.type = 5 -EDN_RELIC_CFG_ID_FIELD.cpp_type = 1 - -EDN_RELIC_CFG_NAME_ID_FIELD.name = "name_id" -EDN_RELIC_CFG_NAME_ID_FIELD.full_name = ".ftcfg.edn_relic_cfg.name_id" -EDN_RELIC_CFG_NAME_ID_FIELD.number = 2 -EDN_RELIC_CFG_NAME_ID_FIELD.index = 1 -EDN_RELIC_CFG_NAME_ID_FIELD.label = 2 -EDN_RELIC_CFG_NAME_ID_FIELD.has_default_value = false -EDN_RELIC_CFG_NAME_ID_FIELD.default_value = 0 -EDN_RELIC_CFG_NAME_ID_FIELD.type = 5 -EDN_RELIC_CFG_NAME_ID_FIELD.cpp_type = 1 - -EDN_RELIC_CFG_NAME_STRING_FIELD.name = "name_string" -EDN_RELIC_CFG_NAME_STRING_FIELD.full_name = ".ftcfg.edn_relic_cfg.name_string" -EDN_RELIC_CFG_NAME_STRING_FIELD.number = 3 -EDN_RELIC_CFG_NAME_STRING_FIELD.index = 2 -EDN_RELIC_CFG_NAME_STRING_FIELD.label = 2 -EDN_RELIC_CFG_NAME_STRING_FIELD.has_default_value = false -EDN_RELIC_CFG_NAME_STRING_FIELD.default_value = "" -EDN_RELIC_CFG_NAME_STRING_FIELD.type = 9 -EDN_RELIC_CFG_NAME_STRING_FIELD.cpp_type = 9 - -EDN_RELIC_CFG_IMAGE_ID_FIELD.name = "image_id" -EDN_RELIC_CFG_IMAGE_ID_FIELD.full_name = ".ftcfg.edn_relic_cfg.image_id" -EDN_RELIC_CFG_IMAGE_ID_FIELD.number = 4 -EDN_RELIC_CFG_IMAGE_ID_FIELD.index = 3 -EDN_RELIC_CFG_IMAGE_ID_FIELD.label = 2 -EDN_RELIC_CFG_IMAGE_ID_FIELD.has_default_value = false -EDN_RELIC_CFG_IMAGE_ID_FIELD.default_value = 0 -EDN_RELIC_CFG_IMAGE_ID_FIELD.type = 5 -EDN_RELIC_CFG_IMAGE_ID_FIELD.cpp_type = 1 - -EDN_RELIC_CFG_REWARDS_FIELD.name = "rewards" -EDN_RELIC_CFG_REWARDS_FIELD.full_name = ".ftcfg.edn_relic_cfg.rewards" -EDN_RELIC_CFG_REWARDS_FIELD.number = 5 -EDN_RELIC_CFG_REWARDS_FIELD.index = 4 -EDN_RELIC_CFG_REWARDS_FIELD.label = 2 -EDN_RELIC_CFG_REWARDS_FIELD.has_default_value = false -EDN_RELIC_CFG_REWARDS_FIELD.default_value = 0 -EDN_RELIC_CFG_REWARDS_FIELD.type = 5 -EDN_RELIC_CFG_REWARDS_FIELD.cpp_type = 1 - -EDN_RELIC_CFG_TIPS_ID_FIELD.name = "tips_id" -EDN_RELIC_CFG_TIPS_ID_FIELD.full_name = ".ftcfg.edn_relic_cfg.tips_id" -EDN_RELIC_CFG_TIPS_ID_FIELD.number = 6 -EDN_RELIC_CFG_TIPS_ID_FIELD.index = 5 -EDN_RELIC_CFG_TIPS_ID_FIELD.label = 2 -EDN_RELIC_CFG_TIPS_ID_FIELD.has_default_value = false -EDN_RELIC_CFG_TIPS_ID_FIELD.default_value = 0 -EDN_RELIC_CFG_TIPS_ID_FIELD.type = 5 -EDN_RELIC_CFG_TIPS_ID_FIELD.cpp_type = 1 - -EDN_RELIC_CFG.name = "edn_relic_cfg" -EDN_RELIC_CFG.full_name = ".ftcfg.edn_relic_cfg" -EDN_RELIC_CFG.nested_types = {} -EDN_RELIC_CFG.enum_types = {} -EDN_RELIC_CFG.fields = {EDN_RELIC_CFG_ID_FIELD, EDN_RELIC_CFG_NAME_ID_FIELD, EDN_RELIC_CFG_NAME_STRING_FIELD, EDN_RELIC_CFG_IMAGE_ID_FIELD, EDN_RELIC_CFG_REWARDS_FIELD, EDN_RELIC_CFG_TIPS_ID_FIELD} -EDN_RELIC_CFG.is_extendable = false -EDN_RELIC_CFG.extensions = {} -EDN_RELIC_CFGS_ITEMS_FIELD.name = "items" -EDN_RELIC_CFGS_ITEMS_FIELD.full_name = ".ftcfg.edn_relic_cfgs.items" -EDN_RELIC_CFGS_ITEMS_FIELD.number = 1 -EDN_RELIC_CFGS_ITEMS_FIELD.index = 0 -EDN_RELIC_CFGS_ITEMS_FIELD.label = 3 -EDN_RELIC_CFGS_ITEMS_FIELD.has_default_value = false -EDN_RELIC_CFGS_ITEMS_FIELD.default_value = {} -EDN_RELIC_CFGS_ITEMS_FIELD.message_type = EDN_RELIC_CFG -EDN_RELIC_CFGS_ITEMS_FIELD.type = 11 -EDN_RELIC_CFGS_ITEMS_FIELD.cpp_type = 10 - -EDN_RELIC_CFGS.name = "edn_relic_cfgs" -EDN_RELIC_CFGS.full_name = ".ftcfg.edn_relic_cfgs" -EDN_RELIC_CFGS.nested_types = {} -EDN_RELIC_CFGS.enum_types = {} -EDN_RELIC_CFGS.fields = {EDN_RELIC_CFGS_ITEMS_FIELD} -EDN_RELIC_CFGS.is_extendable = false -EDN_RELIC_CFGS.extensions = {} -TOWER_BASE_CFG_ID_FIELD.name = "id" -TOWER_BASE_CFG_ID_FIELD.full_name = ".ftcfg.tower_base_cfg.id" -TOWER_BASE_CFG_ID_FIELD.number = 1 -TOWER_BASE_CFG_ID_FIELD.index = 0 -TOWER_BASE_CFG_ID_FIELD.label = 2 -TOWER_BASE_CFG_ID_FIELD.has_default_value = false -TOWER_BASE_CFG_ID_FIELD.default_value = 0 -TOWER_BASE_CFG_ID_FIELD.type = 5 -TOWER_BASE_CFG_ID_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_MAP_ID_FIELD.name = "map_id" -TOWER_BASE_CFG_MAP_ID_FIELD.full_name = ".ftcfg.tower_base_cfg.map_id" -TOWER_BASE_CFG_MAP_ID_FIELD.number = 2 -TOWER_BASE_CFG_MAP_ID_FIELD.index = 1 -TOWER_BASE_CFG_MAP_ID_FIELD.label = 3 -TOWER_BASE_CFG_MAP_ID_FIELD.has_default_value = false -TOWER_BASE_CFG_MAP_ID_FIELD.default_value = {} -TOWER_BASE_CFG_MAP_ID_FIELD.type = 5 -TOWER_BASE_CFG_MAP_ID_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_ITEM_ID_FIELD.name = "item_id" -TOWER_BASE_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.tower_base_cfg.item_id" -TOWER_BASE_CFG_ITEM_ID_FIELD.number = 3 -TOWER_BASE_CFG_ITEM_ID_FIELD.index = 2 -TOWER_BASE_CFG_ITEM_ID_FIELD.label = 2 -TOWER_BASE_CFG_ITEM_ID_FIELD.has_default_value = false -TOWER_BASE_CFG_ITEM_ID_FIELD.default_value = 0 -TOWER_BASE_CFG_ITEM_ID_FIELD.type = 5 -TOWER_BASE_CFG_ITEM_ID_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_ITEM_COUNT_FIELD.name = "item_count" -TOWER_BASE_CFG_ITEM_COUNT_FIELD.full_name = ".ftcfg.tower_base_cfg.item_count" -TOWER_BASE_CFG_ITEM_COUNT_FIELD.number = 4 -TOWER_BASE_CFG_ITEM_COUNT_FIELD.index = 3 -TOWER_BASE_CFG_ITEM_COUNT_FIELD.label = 2 -TOWER_BASE_CFG_ITEM_COUNT_FIELD.has_default_value = false -TOWER_BASE_CFG_ITEM_COUNT_FIELD.default_value = 0 -TOWER_BASE_CFG_ITEM_COUNT_FIELD.type = 5 -TOWER_BASE_CFG_ITEM_COUNT_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_RAID_ITEMID_FIELD.name = "raid_itemid" -TOWER_BASE_CFG_RAID_ITEMID_FIELD.full_name = ".ftcfg.tower_base_cfg.raid_itemid" -TOWER_BASE_CFG_RAID_ITEMID_FIELD.number = 5 -TOWER_BASE_CFG_RAID_ITEMID_FIELD.index = 4 -TOWER_BASE_CFG_RAID_ITEMID_FIELD.label = 2 -TOWER_BASE_CFG_RAID_ITEMID_FIELD.has_default_value = false -TOWER_BASE_CFG_RAID_ITEMID_FIELD.default_value = 0 -TOWER_BASE_CFG_RAID_ITEMID_FIELD.type = 5 -TOWER_BASE_CFG_RAID_ITEMID_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.name = "raid_itemcount" -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.full_name = ".ftcfg.tower_base_cfg.raid_itemcount" -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.number = 6 -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.index = 5 -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.label = 2 -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.has_default_value = false -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.default_value = 0 -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.type = 5 -TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_MONEYTYPE_FIELD.name = "moneytype" -TOWER_BASE_CFG_MONEYTYPE_FIELD.full_name = ".ftcfg.tower_base_cfg.moneytype" -TOWER_BASE_CFG_MONEYTYPE_FIELD.number = 7 -TOWER_BASE_CFG_MONEYTYPE_FIELD.index = 6 -TOWER_BASE_CFG_MONEYTYPE_FIELD.label = 2 -TOWER_BASE_CFG_MONEYTYPE_FIELD.has_default_value = false -TOWER_BASE_CFG_MONEYTYPE_FIELD.default_value = 0 -TOWER_BASE_CFG_MONEYTYPE_FIELD.type = 5 -TOWER_BASE_CFG_MONEYTYPE_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_MONEYCOUNT_FIELD.name = "moneycount" -TOWER_BASE_CFG_MONEYCOUNT_FIELD.full_name = ".ftcfg.tower_base_cfg.moneycount" -TOWER_BASE_CFG_MONEYCOUNT_FIELD.number = 8 -TOWER_BASE_CFG_MONEYCOUNT_FIELD.index = 7 -TOWER_BASE_CFG_MONEYCOUNT_FIELD.label = 2 -TOWER_BASE_CFG_MONEYCOUNT_FIELD.has_default_value = false -TOWER_BASE_CFG_MONEYCOUNT_FIELD.default_value = 0 -TOWER_BASE_CFG_MONEYCOUNT_FIELD.type = 5 -TOWER_BASE_CFG_MONEYCOUNT_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.name = "itemid_cross" -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.full_name = ".ftcfg.tower_base_cfg.itemid_cross" -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.number = 9 -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.index = 8 -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.label = 2 -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.has_default_value = false -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.default_value = 0 -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.type = 5 -TOWER_BASE_CFG_ITEMID_CROSS_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.name = "itemcount_cross" -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.full_name = ".ftcfg.tower_base_cfg.itemcount_cross" -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.number = 10 -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.index = 9 -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.label = 2 -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.has_default_value = false -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.default_value = 0 -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.type = 5 -TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_EXP_CROSS_FIELD.name = "exp_cross" -TOWER_BASE_CFG_EXP_CROSS_FIELD.full_name = ".ftcfg.tower_base_cfg.exp_cross" -TOWER_BASE_CFG_EXP_CROSS_FIELD.number = 11 -TOWER_BASE_CFG_EXP_CROSS_FIELD.index = 10 -TOWER_BASE_CFG_EXP_CROSS_FIELD.label = 2 -TOWER_BASE_CFG_EXP_CROSS_FIELD.has_default_value = false -TOWER_BASE_CFG_EXP_CROSS_FIELD.default_value = 0 -TOWER_BASE_CFG_EXP_CROSS_FIELD.type = 5 -TOWER_BASE_CFG_EXP_CROSS_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.name = "hangup_reward_exp" -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.full_name = ".ftcfg.tower_base_cfg.hangup_reward_exp" -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.number = 12 -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.index = 11 -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.label = 2 -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.has_default_value = false -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.default_value = 0 -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.type = 5 -TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.name = "hangup_reward_moneytype" -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.full_name = ".ftcfg.tower_base_cfg.hangup_reward_moneytype" -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.number = 13 -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.index = 12 -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.label = 2 -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.has_default_value = false -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.default_value = 0 -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.type = 5 -TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.name = "hangup_reward_money" -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.full_name = ".ftcfg.tower_base_cfg.hangup_reward_money" -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.number = 14 -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.index = 13 -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.label = 2 -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.has_default_value = false -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.default_value = 0 -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.type = 5 -TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.name = "delay_reward_item" -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.full_name = ".ftcfg.tower_base_cfg.delay_reward_item" -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.number = 15 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.index = 14 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.label = 2 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.has_default_value = false -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.default_value = 0 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.type = 5 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.name = "delay_reward_item_count" -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.full_name = ".ftcfg.tower_base_cfg.delay_reward_item_count" -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.number = 16 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.index = 15 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.label = 2 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.has_default_value = false -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.default_value = 0 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.type = 5 -TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD.cpp_type = 1 - -TOWER_BASE_CFG_BIRTH_X_FIELD.name = "birth_x" -TOWER_BASE_CFG_BIRTH_X_FIELD.full_name = ".ftcfg.tower_base_cfg.birth_x" -TOWER_BASE_CFG_BIRTH_X_FIELD.number = 17 -TOWER_BASE_CFG_BIRTH_X_FIELD.index = 16 -TOWER_BASE_CFG_BIRTH_X_FIELD.label = 3 -TOWER_BASE_CFG_BIRTH_X_FIELD.has_default_value = false -TOWER_BASE_CFG_BIRTH_X_FIELD.default_value = {} -TOWER_BASE_CFG_BIRTH_X_FIELD.type = 2 -TOWER_BASE_CFG_BIRTH_X_FIELD.cpp_type = 6 - -TOWER_BASE_CFG_BIRTH_Y_FIELD.name = "birth_y" -TOWER_BASE_CFG_BIRTH_Y_FIELD.full_name = ".ftcfg.tower_base_cfg.birth_y" -TOWER_BASE_CFG_BIRTH_Y_FIELD.number = 18 -TOWER_BASE_CFG_BIRTH_Y_FIELD.index = 17 -TOWER_BASE_CFG_BIRTH_Y_FIELD.label = 3 -TOWER_BASE_CFG_BIRTH_Y_FIELD.has_default_value = false -TOWER_BASE_CFG_BIRTH_Y_FIELD.default_value = {} -TOWER_BASE_CFG_BIRTH_Y_FIELD.type = 2 -TOWER_BASE_CFG_BIRTH_Y_FIELD.cpp_type = 6 - -TOWER_BASE_CFG_BIRTH_Z_FIELD.name = "birth_z" -TOWER_BASE_CFG_BIRTH_Z_FIELD.full_name = ".ftcfg.tower_base_cfg.birth_z" -TOWER_BASE_CFG_BIRTH_Z_FIELD.number = 19 -TOWER_BASE_CFG_BIRTH_Z_FIELD.index = 18 -TOWER_BASE_CFG_BIRTH_Z_FIELD.label = 3 -TOWER_BASE_CFG_BIRTH_Z_FIELD.has_default_value = false -TOWER_BASE_CFG_BIRTH_Z_FIELD.default_value = {} -TOWER_BASE_CFG_BIRTH_Z_FIELD.type = 2 -TOWER_BASE_CFG_BIRTH_Z_FIELD.cpp_type = 6 - -TOWER_BASE_CFG.name = "tower_base_cfg" -TOWER_BASE_CFG.full_name = ".ftcfg.tower_base_cfg" -TOWER_BASE_CFG.nested_types = {} -TOWER_BASE_CFG.enum_types = {} -TOWER_BASE_CFG.fields = {TOWER_BASE_CFG_ID_FIELD, TOWER_BASE_CFG_MAP_ID_FIELD, TOWER_BASE_CFG_ITEM_ID_FIELD, TOWER_BASE_CFG_ITEM_COUNT_FIELD, TOWER_BASE_CFG_RAID_ITEMID_FIELD, TOWER_BASE_CFG_RAID_ITEMCOUNT_FIELD, TOWER_BASE_CFG_MONEYTYPE_FIELD, TOWER_BASE_CFG_MONEYCOUNT_FIELD, TOWER_BASE_CFG_ITEMID_CROSS_FIELD, TOWER_BASE_CFG_ITEMCOUNT_CROSS_FIELD, TOWER_BASE_CFG_EXP_CROSS_FIELD, TOWER_BASE_CFG_HANGUP_REWARD_EXP_FIELD, TOWER_BASE_CFG_HANGUP_REWARD_MONEYTYPE_FIELD, TOWER_BASE_CFG_HANGUP_REWARD_MONEY_FIELD, TOWER_BASE_CFG_DELAY_REWARD_ITEM_FIELD, TOWER_BASE_CFG_DELAY_REWARD_ITEM_COUNT_FIELD, TOWER_BASE_CFG_BIRTH_X_FIELD, TOWER_BASE_CFG_BIRTH_Y_FIELD, TOWER_BASE_CFG_BIRTH_Z_FIELD} -TOWER_BASE_CFG.is_extendable = false -TOWER_BASE_CFG.extensions = {} -TOWER_BASE_CFGS_ITEMS_FIELD.name = "items" -TOWER_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.tower_base_cfgs.items" -TOWER_BASE_CFGS_ITEMS_FIELD.number = 1 -TOWER_BASE_CFGS_ITEMS_FIELD.index = 0 -TOWER_BASE_CFGS_ITEMS_FIELD.label = 3 -TOWER_BASE_CFGS_ITEMS_FIELD.has_default_value = false -TOWER_BASE_CFGS_ITEMS_FIELD.default_value = {} -TOWER_BASE_CFGS_ITEMS_FIELD.message_type = TOWER_BASE_CFG -TOWER_BASE_CFGS_ITEMS_FIELD.type = 11 -TOWER_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -TOWER_BASE_CFGS.name = "tower_base_cfgs" -TOWER_BASE_CFGS.full_name = ".ftcfg.tower_base_cfgs" -TOWER_BASE_CFGS.nested_types = {} -TOWER_BASE_CFGS.enum_types = {} -TOWER_BASE_CFGS.fields = {TOWER_BASE_CFGS_ITEMS_FIELD} -TOWER_BASE_CFGS.is_extendable = false -TOWER_BASE_CFGS.extensions = {} -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.name = "id" -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.id" -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.number = 1 -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.index = 0 -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_ID_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.name = "level_state" -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.level_state" -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.number = 2 -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.index = 1 -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.name = "map_id" -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.map_id" -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.number = 3 -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.index = 2 -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.name = "map_image_id" -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.map_image_id" -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.number = 4 -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.index = 3 -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.name = "map_name" -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.map_name" -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.number = 5 -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.index = 4 -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.default_value = "" -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.type = 9 -STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD.cpp_type = 9 - -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.name = "min_fightval" -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.min_fightval" -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.number = 6 -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.index = 5 -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.type = 13 -STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD.cpp_type = 3 - -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.name = "recommend_fightval" -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.recommend_fightval" -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.number = 7 -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.index = 6 -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.type = 13 -STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD.cpp_type = 3 - -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.name = "consume_item_type" -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.consume_item_type" -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.number = 8 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.index = 7 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.type = 13 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD.cpp_type = 3 - -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.name = "consume_item_num" -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.consume_item_num" -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.number = 9 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.index = 8 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.name = "enter_type" -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.enter_type" -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.number = 10 -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.index = 9 -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.default_value = nil -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.enum_type = config_predefine_pb.EDUNGEON_CHALLENGE_TYPE -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.type = 14 -STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD.cpp_type = 8 - -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.name = "dungoen_diff" -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.dungoen_diff" -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.number = 11 -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.index = 10 -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.default_value = nil -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.enum_type = config_predefine_pb.EDUNGEON_CHALLENGE_DIFF -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.type = 14 -STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD.cpp_type = 8 - -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.name = "enter_delay" -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.enter_delay" -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.number = 12 -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.index = 11 -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.type = 13 -STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD.cpp_type = 3 - -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.name = "default_cancel_buton" -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.default_cancel_buton" -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.number = 13 -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.index = 12 -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.name = "reward_type" -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.reward_type" -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.number = 14 -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.index = 13 -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.name = "min_team_num" -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.min_team_num" -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.number = 15 -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.index = 14 -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.name = "icon_id" -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.icon_id" -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.number = 16 -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.index = 15 -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.default_value = 0 -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.name = "consume_show_name" -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.consume_show_name" -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.number = 17 -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.index = 16 -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.label = 2 -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.default_value = "" -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.type = 9 -STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD.cpp_type = 9 - -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.name = "consume_item_id" -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfg.consume_item_id" -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.number = 18 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.index = 17 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.label = 3 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.default_value = {} -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.type = 5 -STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD.cpp_type = 1 - -STARSPIRIT_DUNGOEN_CFG.name = "starspirit_dungoen_cfg" -STARSPIRIT_DUNGOEN_CFG.full_name = ".ftcfg.starspirit_dungoen_cfg" -STARSPIRIT_DUNGOEN_CFG.nested_types = {} -STARSPIRIT_DUNGOEN_CFG.enum_types = {} -STARSPIRIT_DUNGOEN_CFG.fields = {STARSPIRIT_DUNGOEN_CFG_ID_FIELD, STARSPIRIT_DUNGOEN_CFG_LEVEL_STATE_FIELD, STARSPIRIT_DUNGOEN_CFG_MAP_ID_FIELD, STARSPIRIT_DUNGOEN_CFG_MAP_IMAGE_ID_FIELD, STARSPIRIT_DUNGOEN_CFG_MAP_NAME_FIELD, STARSPIRIT_DUNGOEN_CFG_MIN_FIGHTVAL_FIELD, STARSPIRIT_DUNGOEN_CFG_RECOMMEND_FIGHTVAL_FIELD, STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_TYPE_FIELD, STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_NUM_FIELD, STARSPIRIT_DUNGOEN_CFG_ENTER_TYPE_FIELD, STARSPIRIT_DUNGOEN_CFG_DUNGOEN_DIFF_FIELD, STARSPIRIT_DUNGOEN_CFG_ENTER_DELAY_FIELD, STARSPIRIT_DUNGOEN_CFG_DEFAULT_CANCEL_BUTON_FIELD, STARSPIRIT_DUNGOEN_CFG_REWARD_TYPE_FIELD, STARSPIRIT_DUNGOEN_CFG_MIN_TEAM_NUM_FIELD, STARSPIRIT_DUNGOEN_CFG_ICON_ID_FIELD, STARSPIRIT_DUNGOEN_CFG_CONSUME_SHOW_NAME_FIELD, STARSPIRIT_DUNGOEN_CFG_CONSUME_ITEM_ID_FIELD} -STARSPIRIT_DUNGOEN_CFG.is_extendable = false -STARSPIRIT_DUNGOEN_CFG.extensions = {} -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.name = "items" -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.starspirit_dungoen_cfgs.items" -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.number = 1 -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.index = 0 -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.label = 3 -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.has_default_value = false -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.default_value = {} -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.message_type = STARSPIRIT_DUNGOEN_CFG -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.type = 11 -STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD.cpp_type = 10 - -STARSPIRIT_DUNGOEN_CFGS.name = "starspirit_dungoen_cfgs" -STARSPIRIT_DUNGOEN_CFGS.full_name = ".ftcfg.starspirit_dungoen_cfgs" -STARSPIRIT_DUNGOEN_CFGS.nested_types = {} -STARSPIRIT_DUNGOEN_CFGS.enum_types = {} -STARSPIRIT_DUNGOEN_CFGS.fields = {STARSPIRIT_DUNGOEN_CFGS_ITEMS_FIELD} -STARSPIRIT_DUNGOEN_CFGS.is_extendable = false -STARSPIRIT_DUNGOEN_CFGS.extensions = {} -RUNE_QUALITY_CFG_RUNE_ID_FIELD.name = "rune_id" -RUNE_QUALITY_CFG_RUNE_ID_FIELD.full_name = ".ftcfg.rune_quality_cfg.rune_id" -RUNE_QUALITY_CFG_RUNE_ID_FIELD.number = 1 -RUNE_QUALITY_CFG_RUNE_ID_FIELD.index = 0 -RUNE_QUALITY_CFG_RUNE_ID_FIELD.label = 2 -RUNE_QUALITY_CFG_RUNE_ID_FIELD.has_default_value = false -RUNE_QUALITY_CFG_RUNE_ID_FIELD.default_value = 0 -RUNE_QUALITY_CFG_RUNE_ID_FIELD.type = 13 -RUNE_QUALITY_CFG_RUNE_ID_FIELD.cpp_type = 3 - -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.name = "power_uplimit" -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.full_name = ".ftcfg.rune_quality_cfg.power_uplimit" -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.number = 2 -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.index = 1 -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.label = 2 -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.has_default_value = false -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.default_value = 0 -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.type = 13 -RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD.cpp_type = 3 - -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.name = "power_downlimit" -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.full_name = ".ftcfg.rune_quality_cfg.power_downlimit" -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.number = 3 -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.index = 2 -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.label = 2 -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.has_default_value = false -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.default_value = 0 -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.type = 13 -RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD.cpp_type = 3 - -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.name = "better_effect_rate" -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.full_name = ".ftcfg.rune_quality_cfg.better_effect_rate" -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.number = 4 -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.index = 3 -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.label = 2 -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.has_default_value = false -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.default_value = 0 -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.type = 5 -RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD.cpp_type = 1 - -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.name = "best_effect_rate" -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.full_name = ".ftcfg.rune_quality_cfg.best_effect_rate" -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.number = 5 -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.index = 4 -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.label = 2 -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.has_default_value = false -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.default_value = 0 -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.type = 5 -RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD.cpp_type = 1 - -RUNE_QUALITY_CFG.name = "rune_quality_cfg" -RUNE_QUALITY_CFG.full_name = ".ftcfg.rune_quality_cfg" -RUNE_QUALITY_CFG.nested_types = {} -RUNE_QUALITY_CFG.enum_types = {} -RUNE_QUALITY_CFG.fields = {RUNE_QUALITY_CFG_RUNE_ID_FIELD, RUNE_QUALITY_CFG_POWER_UPLIMIT_FIELD, RUNE_QUALITY_CFG_POWER_DOWNLIMIT_FIELD, RUNE_QUALITY_CFG_BETTER_EFFECT_RATE_FIELD, RUNE_QUALITY_CFG_BEST_EFFECT_RATE_FIELD} -RUNE_QUALITY_CFG.is_extendable = false -RUNE_QUALITY_CFG.extensions = {} -RUNE_QUALITY_CFGS_ITEMS_FIELD.name = "items" -RUNE_QUALITY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_quality_cfgs.items" -RUNE_QUALITY_CFGS_ITEMS_FIELD.number = 1 -RUNE_QUALITY_CFGS_ITEMS_FIELD.index = 0 -RUNE_QUALITY_CFGS_ITEMS_FIELD.label = 3 -RUNE_QUALITY_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_QUALITY_CFGS_ITEMS_FIELD.default_value = {} -RUNE_QUALITY_CFGS_ITEMS_FIELD.message_type = RUNE_QUALITY_CFG -RUNE_QUALITY_CFGS_ITEMS_FIELD.type = 11 -RUNE_QUALITY_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_QUALITY_CFGS.name = "rune_quality_cfgs" -RUNE_QUALITY_CFGS.full_name = ".ftcfg.rune_quality_cfgs" -RUNE_QUALITY_CFGS.nested_types = {} -RUNE_QUALITY_CFGS.enum_types = {} -RUNE_QUALITY_CFGS.fields = {RUNE_QUALITY_CFGS_ITEMS_FIELD} -RUNE_QUALITY_CFGS.is_extendable = false -RUNE_QUALITY_CFGS.extensions = {} -RUNE_PROP_REFINE_CFG_ID_FIELD.name = "id" -RUNE_PROP_REFINE_CFG_ID_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.id" -RUNE_PROP_REFINE_CFG_ID_FIELD.number = 1 -RUNE_PROP_REFINE_CFG_ID_FIELD.index = 0 -RUNE_PROP_REFINE_CFG_ID_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_ID_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_ID_FIELD.default_value = 0 -RUNE_PROP_REFINE_CFG_ID_FIELD.type = 13 -RUNE_PROP_REFINE_CFG_ID_FIELD.cpp_type = 3 - -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.name = "level" -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.level" -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.number = 2 -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.index = 1 -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.default_value = 0 -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.type = 13 -RUNE_PROP_REFINE_CFG_LEVEL_FIELD.cpp_type = 3 - -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.name = "prop_type" -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.prop_type" -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.number = 3 -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.index = 2 -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.default_value = nil -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.type = 14 -RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.name = "item_id" -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.item_id" -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.number = 4 -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.index = 3 -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.default_value = 0 -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.type = 13 -RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD.cpp_type = 3 - -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.name = "item_count" -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.item_count" -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.number = 5 -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.index = 4 -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.default_value = 0 -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.type = 13 -RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD.cpp_type = 3 - -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.name = "silver_cost" -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.silver_cost" -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.number = 6 -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.index = 5 -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.default_value = 0 -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.type = 13 -RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD.cpp_type = 3 - -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.name = "prop_limit" -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.full_name = ".ftcfg.rune_prop_refine_cfg.prop_limit" -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.number = 7 -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.index = 6 -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.label = 2 -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.default_value = 0.0 -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.type = 2 -RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD.cpp_type = 6 - -RUNE_PROP_REFINE_CFG.name = "rune_prop_refine_cfg" -RUNE_PROP_REFINE_CFG.full_name = ".ftcfg.rune_prop_refine_cfg" -RUNE_PROP_REFINE_CFG.nested_types = {} -RUNE_PROP_REFINE_CFG.enum_types = {} -RUNE_PROP_REFINE_CFG.fields = {RUNE_PROP_REFINE_CFG_ID_FIELD, RUNE_PROP_REFINE_CFG_LEVEL_FIELD, RUNE_PROP_REFINE_CFG_PROP_TYPE_FIELD, RUNE_PROP_REFINE_CFG_ITEM_ID_FIELD, RUNE_PROP_REFINE_CFG_ITEM_COUNT_FIELD, RUNE_PROP_REFINE_CFG_SILVER_COST_FIELD, RUNE_PROP_REFINE_CFG_PROP_LIMIT_FIELD} -RUNE_PROP_REFINE_CFG.is_extendable = false -RUNE_PROP_REFINE_CFG.extensions = {} -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.name = "items" -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_prop_refine_cfgs.items" -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.number = 1 -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.index = 0 -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.label = 3 -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.default_value = {} -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.message_type = RUNE_PROP_REFINE_CFG -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.type = 11 -RUNE_PROP_REFINE_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_PROP_REFINE_CFGS.name = "rune_prop_refine_cfgs" -RUNE_PROP_REFINE_CFGS.full_name = ".ftcfg.rune_prop_refine_cfgs" -RUNE_PROP_REFINE_CFGS.nested_types = {} -RUNE_PROP_REFINE_CFGS.enum_types = {} -RUNE_PROP_REFINE_CFGS.fields = {RUNE_PROP_REFINE_CFGS_ITEMS_FIELD} -RUNE_PROP_REFINE_CFGS.is_extendable = false -RUNE_PROP_REFINE_CFGS.extensions = {} -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.name = "level" -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.full_name = ".ftcfg.rune_skill_refine_cfg.level" -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.number = 1 -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.index = 0 -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.label = 2 -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.has_default_value = false -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.default_value = 0 -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.type = 13 -RUNE_SKILL_REFINE_CFG_LEVEL_FIELD.cpp_type = 3 - -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.name = "item_id" -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.rune_skill_refine_cfg.item_id" -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.number = 2 -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.index = 1 -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.label = 2 -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.has_default_value = false -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.default_value = 0 -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.type = 13 -RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD.cpp_type = 3 - -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.name = "item_count" -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.full_name = ".ftcfg.rune_skill_refine_cfg.item_count" -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.number = 3 -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.index = 2 -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.label = 2 -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.has_default_value = false -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.default_value = 0 -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.type = 13 -RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD.cpp_type = 3 - -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.name = "silver_cost" -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.full_name = ".ftcfg.rune_skill_refine_cfg.silver_cost" -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.number = 4 -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.index = 3 -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.label = 2 -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.has_default_value = false -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.default_value = 0 -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.type = 13 -RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD.cpp_type = 3 - -RUNE_SKILL_REFINE_CFG.name = "rune_skill_refine_cfg" -RUNE_SKILL_REFINE_CFG.full_name = ".ftcfg.rune_skill_refine_cfg" -RUNE_SKILL_REFINE_CFG.nested_types = {} -RUNE_SKILL_REFINE_CFG.enum_types = {} -RUNE_SKILL_REFINE_CFG.fields = {RUNE_SKILL_REFINE_CFG_LEVEL_FIELD, RUNE_SKILL_REFINE_CFG_ITEM_ID_FIELD, RUNE_SKILL_REFINE_CFG_ITEM_COUNT_FIELD, RUNE_SKILL_REFINE_CFG_SILVER_COST_FIELD} -RUNE_SKILL_REFINE_CFG.is_extendable = false -RUNE_SKILL_REFINE_CFG.extensions = {} -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.name = "items" -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.rune_skill_refine_cfgs.items" -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.number = 1 -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.index = 0 -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.label = 3 -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.has_default_value = false -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.default_value = {} -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.message_type = RUNE_SKILL_REFINE_CFG -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.type = 11 -RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD.cpp_type = 10 - -RUNE_SKILL_REFINE_CFGS.name = "rune_skill_refine_cfgs" -RUNE_SKILL_REFINE_CFGS.full_name = ".ftcfg.rune_skill_refine_cfgs" -RUNE_SKILL_REFINE_CFGS.nested_types = {} -RUNE_SKILL_REFINE_CFGS.enum_types = {} -RUNE_SKILL_REFINE_CFGS.fields = {RUNE_SKILL_REFINE_CFGS_ITEMS_FIELD} -RUNE_SKILL_REFINE_CFGS.is_extendable = false -RUNE_SKILL_REFINE_CFGS.extensions = {} -MONTHCARD_BASE_CFG_ID_FIELD.name = "id" -MONTHCARD_BASE_CFG_ID_FIELD.full_name = ".ftcfg.monthcard_base_cfg.id" -MONTHCARD_BASE_CFG_ID_FIELD.number = 1 -MONTHCARD_BASE_CFG_ID_FIELD.index = 0 -MONTHCARD_BASE_CFG_ID_FIELD.label = 2 -MONTHCARD_BASE_CFG_ID_FIELD.has_default_value = false -MONTHCARD_BASE_CFG_ID_FIELD.default_value = 0 -MONTHCARD_BASE_CFG_ID_FIELD.type = 5 -MONTHCARD_BASE_CFG_ID_FIELD.cpp_type = 1 - -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.name = "continueday" -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.full_name = ".ftcfg.monthcard_base_cfg.continueday" -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.number = 2 -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.index = 1 -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.label = 2 -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.has_default_value = false -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.default_value = 0 -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.type = 5 -MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD.cpp_type = 1 - -MONTHCARD_BASE_CFG_PRICE_FIELD.name = "price" -MONTHCARD_BASE_CFG_PRICE_FIELD.full_name = ".ftcfg.monthcard_base_cfg.price" -MONTHCARD_BASE_CFG_PRICE_FIELD.number = 3 -MONTHCARD_BASE_CFG_PRICE_FIELD.index = 2 -MONTHCARD_BASE_CFG_PRICE_FIELD.label = 2 -MONTHCARD_BASE_CFG_PRICE_FIELD.has_default_value = false -MONTHCARD_BASE_CFG_PRICE_FIELD.default_value = 0 -MONTHCARD_BASE_CFG_PRICE_FIELD.type = 5 -MONTHCARD_BASE_CFG_PRICE_FIELD.cpp_type = 1 - -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.name = "ingotscount" -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.full_name = ".ftcfg.monthcard_base_cfg.ingotscount" -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.number = 4 -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.index = 3 -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.label = 2 -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.has_default_value = false -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.default_value = 0 -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.type = 5 -MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD.cpp_type = 1 - -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.name = "exp_percent" -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.full_name = ".ftcfg.monthcard_base_cfg.exp_percent" -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.number = 5 -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.index = 4 -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.label = 2 -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.has_default_value = false -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.default_value = 0 -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.type = 5 -MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD.cpp_type = 1 - -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.name = "popularity_per" -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.full_name = ".ftcfg.monthcard_base_cfg.popularity_per" -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.number = 6 -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.index = 5 -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.label = 2 -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.has_default_value = false -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.default_value = 0 -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.type = 5 -MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD.cpp_type = 1 - -MONTHCARD_BASE_CFG.name = "monthcard_base_cfg" -MONTHCARD_BASE_CFG.full_name = ".ftcfg.monthcard_base_cfg" -MONTHCARD_BASE_CFG.nested_types = {} -MONTHCARD_BASE_CFG.enum_types = {} -MONTHCARD_BASE_CFG.fields = {MONTHCARD_BASE_CFG_ID_FIELD, MONTHCARD_BASE_CFG_CONTINUEDAY_FIELD, MONTHCARD_BASE_CFG_PRICE_FIELD, MONTHCARD_BASE_CFG_INGOTSCOUNT_FIELD, MONTHCARD_BASE_CFG_EXP_PERCENT_FIELD, MONTHCARD_BASE_CFG_POPULARITY_PER_FIELD} -MONTHCARD_BASE_CFG.is_extendable = false -MONTHCARD_BASE_CFG.extensions = {} -MONTHCARD_BASE_CFGS_ITEMS_FIELD.name = "items" -MONTHCARD_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.monthcard_base_cfgs.items" -MONTHCARD_BASE_CFGS_ITEMS_FIELD.number = 1 -MONTHCARD_BASE_CFGS_ITEMS_FIELD.index = 0 -MONTHCARD_BASE_CFGS_ITEMS_FIELD.label = 3 -MONTHCARD_BASE_CFGS_ITEMS_FIELD.has_default_value = false -MONTHCARD_BASE_CFGS_ITEMS_FIELD.default_value = {} -MONTHCARD_BASE_CFGS_ITEMS_FIELD.message_type = MONTHCARD_BASE_CFG -MONTHCARD_BASE_CFGS_ITEMS_FIELD.type = 11 -MONTHCARD_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -MONTHCARD_BASE_CFGS.name = "monthcard_base_cfgs" -MONTHCARD_BASE_CFGS.full_name = ".ftcfg.monthcard_base_cfgs" -MONTHCARD_BASE_CFGS.nested_types = {} -MONTHCARD_BASE_CFGS.enum_types = {} -MONTHCARD_BASE_CFGS.fields = {MONTHCARD_BASE_CFGS_ITEMS_FIELD} -MONTHCARD_BASE_CFGS.is_extendable = false -MONTHCARD_BASE_CFGS.extensions = {} -SIGNUP_BASE_CFG_ID_FIELD.name = "id" -SIGNUP_BASE_CFG_ID_FIELD.full_name = ".ftcfg.signup_base_cfg.id" -SIGNUP_BASE_CFG_ID_FIELD.number = 1 -SIGNUP_BASE_CFG_ID_FIELD.index = 0 -SIGNUP_BASE_CFG_ID_FIELD.label = 2 -SIGNUP_BASE_CFG_ID_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ID_FIELD.default_value = 0 -SIGNUP_BASE_CFG_ID_FIELD.type = 5 -SIGNUP_BASE_CFG_ID_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.name = "item_number_month1" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month1" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.number = 2 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.index = 1 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.name = "item_number_month2" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month2" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.number = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.index = 2 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.name = "item_number_month3" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month3" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.number = 4 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.index = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.name = "item_number_month4" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month4" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.number = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.index = 4 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.name = "item_number_month5" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month5" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.number = 6 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.index = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.name = "item_number_month6" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month6" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.number = 7 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.index = 6 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.name = "item_number_month7" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month7" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.number = 8 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.index = 7 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.name = "item_number_month8" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month8" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.number = 9 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.index = 8 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.name = "item_number_month9" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month9" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.number = 10 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.index = 9 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.name = "item_number_month10" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month10" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.number = 11 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.index = 10 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.name = "item_number_month11" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month11" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.number = 12 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.index = 11 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.name = "item_number_month12" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.full_name = ".ftcfg.signup_base_cfg.item_number_month12" -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.number = 13 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.index = 12 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.label = 3 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.has_default_value = false -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.default_value = {} -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.type = 5 -SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD.cpp_type = 1 - -SIGNUP_BASE_CFG.name = "signup_base_cfg" -SIGNUP_BASE_CFG.full_name = ".ftcfg.signup_base_cfg" -SIGNUP_BASE_CFG.nested_types = {} -SIGNUP_BASE_CFG.enum_types = {} -SIGNUP_BASE_CFG.fields = {SIGNUP_BASE_CFG_ID_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH1_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH2_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH3_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH4_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH5_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH6_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH7_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH8_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH9_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH10_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH11_FIELD, SIGNUP_BASE_CFG_ITEM_NUMBER_MONTH12_FIELD} -SIGNUP_BASE_CFG.is_extendable = false -SIGNUP_BASE_CFG.extensions = {} -SIGNUP_BASE_CFGS_ITEMS_FIELD.name = "items" -SIGNUP_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.signup_base_cfgs.items" -SIGNUP_BASE_CFGS_ITEMS_FIELD.number = 1 -SIGNUP_BASE_CFGS_ITEMS_FIELD.index = 0 -SIGNUP_BASE_CFGS_ITEMS_FIELD.label = 3 -SIGNUP_BASE_CFGS_ITEMS_FIELD.has_default_value = false -SIGNUP_BASE_CFGS_ITEMS_FIELD.default_value = {} -SIGNUP_BASE_CFGS_ITEMS_FIELD.message_type = SIGNUP_BASE_CFG -SIGNUP_BASE_CFGS_ITEMS_FIELD.type = 11 -SIGNUP_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -SIGNUP_BASE_CFGS.name = "signup_base_cfgs" -SIGNUP_BASE_CFGS.full_name = ".ftcfg.signup_base_cfgs" -SIGNUP_BASE_CFGS.nested_types = {} -SIGNUP_BASE_CFGS.enum_types = {} -SIGNUP_BASE_CFGS.fields = {SIGNUP_BASE_CFGS_ITEMS_FIELD} -SIGNUP_BASE_CFGS.is_extendable = false -SIGNUP_BASE_CFGS.extensions = {} -SIGNUP_ACCUMULATION_CFG_ID_FIELD.name = "id" -SIGNUP_ACCUMULATION_CFG_ID_FIELD.full_name = ".ftcfg.signup_accumulation_cfg.id" -SIGNUP_ACCUMULATION_CFG_ID_FIELD.number = 1 -SIGNUP_ACCUMULATION_CFG_ID_FIELD.index = 0 -SIGNUP_ACCUMULATION_CFG_ID_FIELD.label = 2 -SIGNUP_ACCUMULATION_CFG_ID_FIELD.has_default_value = false -SIGNUP_ACCUMULATION_CFG_ID_FIELD.default_value = 0 -SIGNUP_ACCUMULATION_CFG_ID_FIELD.type = 5 -SIGNUP_ACCUMULATION_CFG_ID_FIELD.cpp_type = 1 - -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.name = "reach_number" -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.full_name = ".ftcfg.signup_accumulation_cfg.reach_number" -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.number = 2 -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.index = 1 -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.label = 2 -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.has_default_value = false -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.default_value = 0 -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.type = 5 -SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD.cpp_type = 1 - -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.name = "reward_id" -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.signup_accumulation_cfg.reward_id" -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.number = 3 -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.index = 2 -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.label = 2 -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.has_default_value = false -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.default_value = 0 -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.type = 5 -SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD.cpp_type = 1 - -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.name = "reward_num" -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.full_name = ".ftcfg.signup_accumulation_cfg.reward_num" -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.number = 4 -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.index = 3 -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.label = 2 -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.has_default_value = false -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.default_value = 0 -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.type = 5 -SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD.cpp_type = 1 - -SIGNUP_ACCUMULATION_CFG.name = "signup_accumulation_cfg" -SIGNUP_ACCUMULATION_CFG.full_name = ".ftcfg.signup_accumulation_cfg" -SIGNUP_ACCUMULATION_CFG.nested_types = {} -SIGNUP_ACCUMULATION_CFG.enum_types = {} -SIGNUP_ACCUMULATION_CFG.fields = {SIGNUP_ACCUMULATION_CFG_ID_FIELD, SIGNUP_ACCUMULATION_CFG_REACH_NUMBER_FIELD, SIGNUP_ACCUMULATION_CFG_REWARD_ID_FIELD, SIGNUP_ACCUMULATION_CFG_REWARD_NUM_FIELD} -SIGNUP_ACCUMULATION_CFG.is_extendable = false -SIGNUP_ACCUMULATION_CFG.extensions = {} -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.name = "items" -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.signup_accumulation_cfgs.items" -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.number = 1 -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.index = 0 -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.label = 3 -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.has_default_value = false -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.default_value = {} -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.message_type = SIGNUP_ACCUMULATION_CFG -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.type = 11 -SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -SIGNUP_ACCUMULATION_CFGS.name = "signup_accumulation_cfgs" -SIGNUP_ACCUMULATION_CFGS.full_name = ".ftcfg.signup_accumulation_cfgs" -SIGNUP_ACCUMULATION_CFGS.nested_types = {} -SIGNUP_ACCUMULATION_CFGS.enum_types = {} -SIGNUP_ACCUMULATION_CFGS.fields = {SIGNUP_ACCUMULATION_CFGS_ITEMS_FIELD} -SIGNUP_ACCUMULATION_CFGS.is_extendable = false -SIGNUP_ACCUMULATION_CFGS.extensions = {} -SERVICE_CFG_ID_FIELD.name = "id" -SERVICE_CFG_ID_FIELD.full_name = ".ftcfg.service_cfg.id" -SERVICE_CFG_ID_FIELD.number = 1 -SERVICE_CFG_ID_FIELD.index = 0 -SERVICE_CFG_ID_FIELD.label = 2 -SERVICE_CFG_ID_FIELD.has_default_value = false -SERVICE_CFG_ID_FIELD.default_value = 0 -SERVICE_CFG_ID_FIELD.type = 5 -SERVICE_CFG_ID_FIELD.cpp_type = 1 - -SERVICE_CFG_SERVICE_ID_FIELD.name = "service_id" -SERVICE_CFG_SERVICE_ID_FIELD.full_name = ".ftcfg.service_cfg.service_id" -SERVICE_CFG_SERVICE_ID_FIELD.number = 2 -SERVICE_CFG_SERVICE_ID_FIELD.index = 1 -SERVICE_CFG_SERVICE_ID_FIELD.label = 2 -SERVICE_CFG_SERVICE_ID_FIELD.has_default_value = false -SERVICE_CFG_SERVICE_ID_FIELD.default_value = 0 -SERVICE_CFG_SERVICE_ID_FIELD.type = 5 -SERVICE_CFG_SERVICE_ID_FIELD.cpp_type = 1 - -SERVICE_CFG_PARAM1_FIELD.name = "param1" -SERVICE_CFG_PARAM1_FIELD.full_name = ".ftcfg.service_cfg.param1" -SERVICE_CFG_PARAM1_FIELD.number = 3 -SERVICE_CFG_PARAM1_FIELD.index = 2 -SERVICE_CFG_PARAM1_FIELD.label = 2 -SERVICE_CFG_PARAM1_FIELD.has_default_value = false -SERVICE_CFG_PARAM1_FIELD.default_value = 0 -SERVICE_CFG_PARAM1_FIELD.type = 5 -SERVICE_CFG_PARAM1_FIELD.cpp_type = 1 - -SERVICE_CFG_PARAM2_FIELD.name = "param2" -SERVICE_CFG_PARAM2_FIELD.full_name = ".ftcfg.service_cfg.param2" -SERVICE_CFG_PARAM2_FIELD.number = 4 -SERVICE_CFG_PARAM2_FIELD.index = 3 -SERVICE_CFG_PARAM2_FIELD.label = 2 -SERVICE_CFG_PARAM2_FIELD.has_default_value = false -SERVICE_CFG_PARAM2_FIELD.default_value = 0 -SERVICE_CFG_PARAM2_FIELD.type = 5 -SERVICE_CFG_PARAM2_FIELD.cpp_type = 1 - -SERVICE_CFG_PARAM3_FIELD.name = "param3" -SERVICE_CFG_PARAM3_FIELD.full_name = ".ftcfg.service_cfg.param3" -SERVICE_CFG_PARAM3_FIELD.number = 5 -SERVICE_CFG_PARAM3_FIELD.index = 4 -SERVICE_CFG_PARAM3_FIELD.label = 2 -SERVICE_CFG_PARAM3_FIELD.has_default_value = false -SERVICE_CFG_PARAM3_FIELD.default_value = 0 -SERVICE_CFG_PARAM3_FIELD.type = 5 -SERVICE_CFG_PARAM3_FIELD.cpp_type = 1 - -SERVICE_CFG_PARAM4_FIELD.name = "param4" -SERVICE_CFG_PARAM4_FIELD.full_name = ".ftcfg.service_cfg.param4" -SERVICE_CFG_PARAM4_FIELD.number = 6 -SERVICE_CFG_PARAM4_FIELD.index = 5 -SERVICE_CFG_PARAM4_FIELD.label = 2 -SERVICE_CFG_PARAM4_FIELD.has_default_value = false -SERVICE_CFG_PARAM4_FIELD.default_value = 0 -SERVICE_CFG_PARAM4_FIELD.type = 5 -SERVICE_CFG_PARAM4_FIELD.cpp_type = 1 - -SERVICE_CFG_PARAM5_FIELD.name = "param5" -SERVICE_CFG_PARAM5_FIELD.full_name = ".ftcfg.service_cfg.param5" -SERVICE_CFG_PARAM5_FIELD.number = 7 -SERVICE_CFG_PARAM5_FIELD.index = 6 -SERVICE_CFG_PARAM5_FIELD.label = 2 -SERVICE_CFG_PARAM5_FIELD.has_default_value = false -SERVICE_CFG_PARAM5_FIELD.default_value = 0 -SERVICE_CFG_PARAM5_FIELD.type = 5 -SERVICE_CFG_PARAM5_FIELD.cpp_type = 1 - -SERVICE_CFG.name = "service_cfg" -SERVICE_CFG.full_name = ".ftcfg.service_cfg" -SERVICE_CFG.nested_types = {} -SERVICE_CFG.enum_types = {} -SERVICE_CFG.fields = {SERVICE_CFG_ID_FIELD, SERVICE_CFG_SERVICE_ID_FIELD, SERVICE_CFG_PARAM1_FIELD, SERVICE_CFG_PARAM2_FIELD, SERVICE_CFG_PARAM3_FIELD, SERVICE_CFG_PARAM4_FIELD, SERVICE_CFG_PARAM5_FIELD} -SERVICE_CFG.is_extendable = false -SERVICE_CFG.extensions = {} -SERVICE_CFGS_ITEMS_FIELD.name = "items" -SERVICE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.service_cfgs.items" -SERVICE_CFGS_ITEMS_FIELD.number = 1 -SERVICE_CFGS_ITEMS_FIELD.index = 0 -SERVICE_CFGS_ITEMS_FIELD.label = 3 -SERVICE_CFGS_ITEMS_FIELD.has_default_value = false -SERVICE_CFGS_ITEMS_FIELD.default_value = {} -SERVICE_CFGS_ITEMS_FIELD.message_type = SERVICE_CFG -SERVICE_CFGS_ITEMS_FIELD.type = 11 -SERVICE_CFGS_ITEMS_FIELD.cpp_type = 10 - -SERVICE_CFGS.name = "service_cfgs" -SERVICE_CFGS.full_name = ".ftcfg.service_cfgs" -SERVICE_CFGS.nested_types = {} -SERVICE_CFGS.enum_types = {} -SERVICE_CFGS.fields = {SERVICE_CFGS_ITEMS_FIELD} -SERVICE_CFGS.is_extendable = false -SERVICE_CFGS.extensions = {} -MATERIAL_ITEM_CFG_NUM_FIELD.name = "num" -MATERIAL_ITEM_CFG_NUM_FIELD.full_name = ".ftcfg.material_item_cfg.num" -MATERIAL_ITEM_CFG_NUM_FIELD.number = 1 -MATERIAL_ITEM_CFG_NUM_FIELD.index = 0 -MATERIAL_ITEM_CFG_NUM_FIELD.label = 2 -MATERIAL_ITEM_CFG_NUM_FIELD.has_default_value = false -MATERIAL_ITEM_CFG_NUM_FIELD.default_value = 0 -MATERIAL_ITEM_CFG_NUM_FIELD.type = 13 -MATERIAL_ITEM_CFG_NUM_FIELD.cpp_type = 3 - -MATERIAL_ITEM_CFG_ID_FIELD.name = "id" -MATERIAL_ITEM_CFG_ID_FIELD.full_name = ".ftcfg.material_item_cfg.id" -MATERIAL_ITEM_CFG_ID_FIELD.number = 2 -MATERIAL_ITEM_CFG_ID_FIELD.index = 1 -MATERIAL_ITEM_CFG_ID_FIELD.label = 3 -MATERIAL_ITEM_CFG_ID_FIELD.has_default_value = false -MATERIAL_ITEM_CFG_ID_FIELD.default_value = {} -MATERIAL_ITEM_CFG_ID_FIELD.type = 13 -MATERIAL_ITEM_CFG_ID_FIELD.cpp_type = 3 - -MATERIAL_ITEM_CFG_WEIGHT_FIELD.name = "weight" -MATERIAL_ITEM_CFG_WEIGHT_FIELD.full_name = ".ftcfg.material_item_cfg.weight" -MATERIAL_ITEM_CFG_WEIGHT_FIELD.number = 3 -MATERIAL_ITEM_CFG_WEIGHT_FIELD.index = 2 -MATERIAL_ITEM_CFG_WEIGHT_FIELD.label = 3 -MATERIAL_ITEM_CFG_WEIGHT_FIELD.has_default_value = false -MATERIAL_ITEM_CFG_WEIGHT_FIELD.default_value = {} -MATERIAL_ITEM_CFG_WEIGHT_FIELD.type = 5 -MATERIAL_ITEM_CFG_WEIGHT_FIELD.cpp_type = 1 - -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.name = "reward_id" -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.material_item_cfg.reward_id" -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.number = 4 -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.index = 3 -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.label = 3 -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.has_default_value = false -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.default_value = {} -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.type = 5 -MATERIAL_ITEM_CFG_REWARD_ID_FIELD.cpp_type = 1 - -MATERIAL_ITEM_CFG.name = "material_item_cfg" -MATERIAL_ITEM_CFG.full_name = ".ftcfg.material_item_cfg" -MATERIAL_ITEM_CFG.nested_types = {} -MATERIAL_ITEM_CFG.enum_types = {} -MATERIAL_ITEM_CFG.fields = {MATERIAL_ITEM_CFG_NUM_FIELD, MATERIAL_ITEM_CFG_ID_FIELD, MATERIAL_ITEM_CFG_WEIGHT_FIELD, MATERIAL_ITEM_CFG_REWARD_ID_FIELD} -MATERIAL_ITEM_CFG.is_extendable = false -MATERIAL_ITEM_CFG.extensions = {} -MATERIAL_ITEM_CFGS_ITEMS_FIELD.name = "items" -MATERIAL_ITEM_CFGS_ITEMS_FIELD.full_name = ".ftcfg.material_item_cfgs.items" -MATERIAL_ITEM_CFGS_ITEMS_FIELD.number = 1 -MATERIAL_ITEM_CFGS_ITEMS_FIELD.index = 0 -MATERIAL_ITEM_CFGS_ITEMS_FIELD.label = 3 -MATERIAL_ITEM_CFGS_ITEMS_FIELD.has_default_value = false -MATERIAL_ITEM_CFGS_ITEMS_FIELD.default_value = {} -MATERIAL_ITEM_CFGS_ITEMS_FIELD.message_type = MATERIAL_ITEM_CFG -MATERIAL_ITEM_CFGS_ITEMS_FIELD.type = 11 -MATERIAL_ITEM_CFGS_ITEMS_FIELD.cpp_type = 10 - -MATERIAL_ITEM_CFGS.name = "material_item_cfgs" -MATERIAL_ITEM_CFGS.full_name = ".ftcfg.material_item_cfgs" -MATERIAL_ITEM_CFGS.nested_types = {} -MATERIAL_ITEM_CFGS.enum_types = {} -MATERIAL_ITEM_CFGS.fields = {MATERIAL_ITEM_CFGS_ITEMS_FIELD} -MATERIAL_ITEM_CFGS.is_extendable = false -MATERIAL_ITEM_CFGS.extensions = {} -STATE_CFG_ID_FIELD.name = "id" -STATE_CFG_ID_FIELD.full_name = ".ftcfg.state_cfg.id" -STATE_CFG_ID_FIELD.number = 1 -STATE_CFG_ID_FIELD.index = 0 -STATE_CFG_ID_FIELD.label = 2 -STATE_CFG_ID_FIELD.has_default_value = false -STATE_CFG_ID_FIELD.default_value = 0 -STATE_CFG_ID_FIELD.type = 5 -STATE_CFG_ID_FIELD.cpp_type = 1 - -STATE_CFG_DESC_FIELD.name = "desc" -STATE_CFG_DESC_FIELD.full_name = ".ftcfg.state_cfg.desc" -STATE_CFG_DESC_FIELD.number = 2 -STATE_CFG_DESC_FIELD.index = 1 -STATE_CFG_DESC_FIELD.label = 2 -STATE_CFG_DESC_FIELD.has_default_value = false -STATE_CFG_DESC_FIELD.default_value = "" -STATE_CFG_DESC_FIELD.type = 9 -STATE_CFG_DESC_FIELD.cpp_type = 9 - -STATE_CFG_ACTIONS_FIELD.name = "actions" -STATE_CFG_ACTIONS_FIELD.full_name = ".ftcfg.state_cfg.actions" -STATE_CFG_ACTIONS_FIELD.number = 3 -STATE_CFG_ACTIONS_FIELD.index = 2 -STATE_CFG_ACTIONS_FIELD.label = 3 -STATE_CFG_ACTIONS_FIELD.has_default_value = false -STATE_CFG_ACTIONS_FIELD.default_value = {} -STATE_CFG_ACTIONS_FIELD.enum_type = config_predefine_pb.EBATTLESTATEACTION -STATE_CFG_ACTIONS_FIELD.type = 14 -STATE_CFG_ACTIONS_FIELD.cpp_type = 8 - -STATE_CFG.name = "state_cfg" -STATE_CFG.full_name = ".ftcfg.state_cfg" -STATE_CFG.nested_types = {} -STATE_CFG.enum_types = {} -STATE_CFG.fields = {STATE_CFG_ID_FIELD, STATE_CFG_DESC_FIELD, STATE_CFG_ACTIONS_FIELD} -STATE_CFG.is_extendable = false -STATE_CFG.extensions = {} -STATE_CFGS_ITEMS_FIELD.name = "items" -STATE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.state_cfgs.items" -STATE_CFGS_ITEMS_FIELD.number = 1 -STATE_CFGS_ITEMS_FIELD.index = 0 -STATE_CFGS_ITEMS_FIELD.label = 3 -STATE_CFGS_ITEMS_FIELD.has_default_value = false -STATE_CFGS_ITEMS_FIELD.default_value = {} -STATE_CFGS_ITEMS_FIELD.message_type = STATE_CFG -STATE_CFGS_ITEMS_FIELD.type = 11 -STATE_CFGS_ITEMS_FIELD.cpp_type = 10 - -STATE_CFGS.name = "state_cfgs" -STATE_CFGS.full_name = ".ftcfg.state_cfgs" -STATE_CFGS.nested_types = {} -STATE_CFGS.enum_types = {} -STATE_CFGS.fields = {STATE_CFGS_ITEMS_FIELD} -STATE_CFGS.is_extendable = false -STATE_CFGS.extensions = {} -CAM_OPTIONS_CFG_ID_FIELD.name = "id" -CAM_OPTIONS_CFG_ID_FIELD.full_name = ".ftcfg.cam_options_cfg.id" -CAM_OPTIONS_CFG_ID_FIELD.number = 1 -CAM_OPTIONS_CFG_ID_FIELD.index = 0 -CAM_OPTIONS_CFG_ID_FIELD.label = 2 -CAM_OPTIONS_CFG_ID_FIELD.has_default_value = false -CAM_OPTIONS_CFG_ID_FIELD.default_value = 0 -CAM_OPTIONS_CFG_ID_FIELD.type = 5 -CAM_OPTIONS_CFG_ID_FIELD.cpp_type = 1 - -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.name = "min_pitch" -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.full_name = ".ftcfg.cam_options_cfg.min_pitch" -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.number = 2 -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.index = 1 -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.label = 2 -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.has_default_value = false -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.type = 2 -CAM_OPTIONS_CFG_MIN_PITCH_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.name = "max_pitch" -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.full_name = ".ftcfg.cam_options_cfg.max_pitch" -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.number = 3 -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.index = 2 -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.label = 2 -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.has_default_value = false -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.type = 2 -CAM_OPTIONS_CFG_MAX_PITCH_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.name = "max_follow_dis" -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.full_name = ".ftcfg.cam_options_cfg.max_follow_dis" -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.number = 4 -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.index = 3 -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.label = 2 -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.has_default_value = false -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.type = 2 -CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.name = "min_follow_dis" -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.full_name = ".ftcfg.cam_options_cfg.min_follow_dis" -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.number = 5 -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.index = 4 -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.label = 2 -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.has_default_value = false -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.type = 2 -CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_DEF_YAW_FIELD.name = "def_yaw" -CAM_OPTIONS_CFG_DEF_YAW_FIELD.full_name = ".ftcfg.cam_options_cfg.def_yaw" -CAM_OPTIONS_CFG_DEF_YAW_FIELD.number = 6 -CAM_OPTIONS_CFG_DEF_YAW_FIELD.index = 5 -CAM_OPTIONS_CFG_DEF_YAW_FIELD.label = 2 -CAM_OPTIONS_CFG_DEF_YAW_FIELD.has_default_value = false -CAM_OPTIONS_CFG_DEF_YAW_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_DEF_YAW_FIELD.type = 2 -CAM_OPTIONS_CFG_DEF_YAW_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.name = "def_pitch" -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.full_name = ".ftcfg.cam_options_cfg.def_pitch" -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.number = 7 -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.index = 6 -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.label = 2 -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.has_default_value = false -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.type = 2 -CAM_OPTIONS_CFG_DEF_PITCH_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.name = "follow_auto_rot_yaw_speed" -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.full_name = ".ftcfg.cam_options_cfg.follow_auto_rot_yaw_speed" -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.number = 8 -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.index = 7 -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.label = 2 -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.has_default_value = false -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.type = 2 -CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_OFFSET_X_FIELD.name = "offset_x" -CAM_OPTIONS_CFG_OFFSET_X_FIELD.full_name = ".ftcfg.cam_options_cfg.offset_x" -CAM_OPTIONS_CFG_OFFSET_X_FIELD.number = 9 -CAM_OPTIONS_CFG_OFFSET_X_FIELD.index = 8 -CAM_OPTIONS_CFG_OFFSET_X_FIELD.label = 2 -CAM_OPTIONS_CFG_OFFSET_X_FIELD.has_default_value = false -CAM_OPTIONS_CFG_OFFSET_X_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_OFFSET_X_FIELD.type = 2 -CAM_OPTIONS_CFG_OFFSET_X_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.name = "offset_y" -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.full_name = ".ftcfg.cam_options_cfg.offset_y" -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.number = 10 -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.index = 9 -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.label = 2 -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.has_default_value = false -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.type = 2 -CAM_OPTIONS_CFG_OFFSET_Y_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.name = "offset_z" -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.full_name = ".ftcfg.cam_options_cfg.offset_z" -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.number = 11 -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.index = 10 -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.label = 2 -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.has_default_value = false -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.type = 2 -CAM_OPTIONS_CFG_OFFSET_Z_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG_FOV_FIELD.name = "fov" -CAM_OPTIONS_CFG_FOV_FIELD.full_name = ".ftcfg.cam_options_cfg.fov" -CAM_OPTIONS_CFG_FOV_FIELD.number = 12 -CAM_OPTIONS_CFG_FOV_FIELD.index = 11 -CAM_OPTIONS_CFG_FOV_FIELD.label = 2 -CAM_OPTIONS_CFG_FOV_FIELD.has_default_value = false -CAM_OPTIONS_CFG_FOV_FIELD.default_value = 0.0 -CAM_OPTIONS_CFG_FOV_FIELD.type = 2 -CAM_OPTIONS_CFG_FOV_FIELD.cpp_type = 6 - -CAM_OPTIONS_CFG.name = "cam_options_cfg" -CAM_OPTIONS_CFG.full_name = ".ftcfg.cam_options_cfg" -CAM_OPTIONS_CFG.nested_types = {} -CAM_OPTIONS_CFG.enum_types = {} -CAM_OPTIONS_CFG.fields = {CAM_OPTIONS_CFG_ID_FIELD, CAM_OPTIONS_CFG_MIN_PITCH_FIELD, CAM_OPTIONS_CFG_MAX_PITCH_FIELD, CAM_OPTIONS_CFG_MAX_FOLLOW_DIS_FIELD, CAM_OPTIONS_CFG_MIN_FOLLOW_DIS_FIELD, CAM_OPTIONS_CFG_DEF_YAW_FIELD, CAM_OPTIONS_CFG_DEF_PITCH_FIELD, CAM_OPTIONS_CFG_FOLLOW_AUTO_ROT_YAW_SPEED_FIELD, CAM_OPTIONS_CFG_OFFSET_X_FIELD, CAM_OPTIONS_CFG_OFFSET_Y_FIELD, CAM_OPTIONS_CFG_OFFSET_Z_FIELD, CAM_OPTIONS_CFG_FOV_FIELD} -CAM_OPTIONS_CFG.is_extendable = false -CAM_OPTIONS_CFG.extensions = {} -CAM_OPTIONS_CFGS_ITEMS_FIELD.name = "items" -CAM_OPTIONS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.cam_options_cfgs.items" -CAM_OPTIONS_CFGS_ITEMS_FIELD.number = 1 -CAM_OPTIONS_CFGS_ITEMS_FIELD.index = 0 -CAM_OPTIONS_CFGS_ITEMS_FIELD.label = 3 -CAM_OPTIONS_CFGS_ITEMS_FIELD.has_default_value = false -CAM_OPTIONS_CFGS_ITEMS_FIELD.default_value = {} -CAM_OPTIONS_CFGS_ITEMS_FIELD.message_type = CAM_OPTIONS_CFG -CAM_OPTIONS_CFGS_ITEMS_FIELD.type = 11 -CAM_OPTIONS_CFGS_ITEMS_FIELD.cpp_type = 10 - -CAM_OPTIONS_CFGS.name = "cam_options_cfgs" -CAM_OPTIONS_CFGS.full_name = ".ftcfg.cam_options_cfgs" -CAM_OPTIONS_CFGS.nested_types = {} -CAM_OPTIONS_CFGS.enum_types = {} -CAM_OPTIONS_CFGS.fields = {CAM_OPTIONS_CFGS_ITEMS_FIELD} -CAM_OPTIONS_CFGS.is_extendable = false -CAM_OPTIONS_CFGS.extensions = {} -LEVEL_PACKAGE_CFG_ID_FIELD.name = "id" -LEVEL_PACKAGE_CFG_ID_FIELD.full_name = ".ftcfg.level_package_cfg.id" -LEVEL_PACKAGE_CFG_ID_FIELD.number = 1 -LEVEL_PACKAGE_CFG_ID_FIELD.index = 0 -LEVEL_PACKAGE_CFG_ID_FIELD.label = 2 -LEVEL_PACKAGE_CFG_ID_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_ID_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_ID_FIELD.type = 5 -LEVEL_PACKAGE_CFG_ID_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.name = "reach_grade" -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.full_name = ".ftcfg.level_package_cfg.reach_grade" -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.number = 2 -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.index = 1 -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.name = "reward_item1" -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.full_name = ".ftcfg.level_package_cfg.reward_item1" -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.number = 3 -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.index = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.name = "reward_number1" -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.full_name = ".ftcfg.level_package_cfg.reward_number1" -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.number = 4 -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.index = 3 -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.name = "reward_item2" -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.full_name = ".ftcfg.level_package_cfg.reward_item2" -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.number = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.index = 4 -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.name = "reward_number2" -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.full_name = ".ftcfg.level_package_cfg.reward_number2" -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.number = 6 -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.index = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.name = "reward_item3" -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.full_name = ".ftcfg.level_package_cfg.reward_item3" -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.number = 7 -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.index = 6 -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.name = "reward_number3" -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.full_name = ".ftcfg.level_package_cfg.reward_number3" -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.number = 8 -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.index = 7 -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.name = "reward_item4" -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.full_name = ".ftcfg.level_package_cfg.reward_item4" -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.number = 9 -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.index = 8 -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.name = "reward_number4" -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.full_name = ".ftcfg.level_package_cfg.reward_number4" -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.number = 10 -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.index = 9 -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.name = "reward_item5" -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.full_name = ".ftcfg.level_package_cfg.reward_item5" -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.number = 11 -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.index = 10 -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.name = "reward_number5" -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.full_name = ".ftcfg.level_package_cfg.reward_number5" -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.number = 12 -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.index = 11 -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.name = "reward_item6" -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.full_name = ".ftcfg.level_package_cfg.reward_item6" -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.number = 13 -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.index = 12 -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.name = "reward_number6" -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.full_name = ".ftcfg.level_package_cfg.reward_number6" -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.number = 14 -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.index = 13 -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.label = 2 -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.has_default_value = false -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.default_value = 0 -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.type = 5 -LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD.cpp_type = 1 - -LEVEL_PACKAGE_CFG.name = "level_package_cfg" -LEVEL_PACKAGE_CFG.full_name = ".ftcfg.level_package_cfg" -LEVEL_PACKAGE_CFG.nested_types = {} -LEVEL_PACKAGE_CFG.enum_types = {} -LEVEL_PACKAGE_CFG.fields = {LEVEL_PACKAGE_CFG_ID_FIELD, LEVEL_PACKAGE_CFG_REACH_GRADE_FIELD, LEVEL_PACKAGE_CFG_REWARD_ITEM1_FIELD, LEVEL_PACKAGE_CFG_REWARD_NUMBER1_FIELD, LEVEL_PACKAGE_CFG_REWARD_ITEM2_FIELD, LEVEL_PACKAGE_CFG_REWARD_NUMBER2_FIELD, LEVEL_PACKAGE_CFG_REWARD_ITEM3_FIELD, LEVEL_PACKAGE_CFG_REWARD_NUMBER3_FIELD, LEVEL_PACKAGE_CFG_REWARD_ITEM4_FIELD, LEVEL_PACKAGE_CFG_REWARD_NUMBER4_FIELD, LEVEL_PACKAGE_CFG_REWARD_ITEM5_FIELD, LEVEL_PACKAGE_CFG_REWARD_NUMBER5_FIELD, LEVEL_PACKAGE_CFG_REWARD_ITEM6_FIELD, LEVEL_PACKAGE_CFG_REWARD_NUMBER6_FIELD} -LEVEL_PACKAGE_CFG.is_extendable = false -LEVEL_PACKAGE_CFG.extensions = {} -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.name = "items" -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.level_package_cfgs.items" -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.number = 1 -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.index = 0 -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.label = 3 -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.has_default_value = false -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.default_value = {} -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.message_type = LEVEL_PACKAGE_CFG -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.type = 11 -LEVEL_PACKAGE_CFGS_ITEMS_FIELD.cpp_type = 10 - -LEVEL_PACKAGE_CFGS.name = "level_package_cfgs" -LEVEL_PACKAGE_CFGS.full_name = ".ftcfg.level_package_cfgs" -LEVEL_PACKAGE_CFGS.nested_types = {} -LEVEL_PACKAGE_CFGS.enum_types = {} -LEVEL_PACKAGE_CFGS.fields = {LEVEL_PACKAGE_CFGS_ITEMS_FIELD} -LEVEL_PACKAGE_CFGS.is_extendable = false -LEVEL_PACKAGE_CFGS.extensions = {} -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.name = "id" -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.id" -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.number = 1 -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.index = 0 -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.default_value = 0 -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.type = 5 -BATTLE_CRYSTAL_INFO_CFG_ID_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.name = "activity_type" -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.activity_type" -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.number = 2 -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.index = 1 -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.default_value = nil -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.enum_type = config_predefine_pb.EBATTLEACTIVITYTYPE -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.type = 14 -BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD.cpp_type = 8 - -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.name = "func_type" -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.func_type" -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.number = 3 -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.index = 2 -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.default_value = nil -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.type = 14 -BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD.cpp_type = 8 - -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.name = "start_time" -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.start_time" -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.number = 4 -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.index = 3 -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.default_value = "" -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.type = 9 -BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD.cpp_type = 9 - -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.name = "end_time" -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.end_time" -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.number = 5 -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.index = 4 -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.default_value = "" -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.type = 9 -BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD.cpp_type = 9 - -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.name = "level_limit" -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.level_limit" -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.number = 6 -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.index = 5 -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.default_value = 0 -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.type = 5 -BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.name = "times" -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.times" -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.number = 7 -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.index = 6 -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.default_value = 0 -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.type = 5 -BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.name = "week_loop" -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.full_name = ".ftcfg.battle_crystal_info_cfg.week_loop" -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.number = 8 -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.index = 7 -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.label = 2 -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.default_value = 0 -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.type = 5 -BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_INFO_CFG.name = "battle_crystal_info_cfg" -BATTLE_CRYSTAL_INFO_CFG.full_name = ".ftcfg.battle_crystal_info_cfg" -BATTLE_CRYSTAL_INFO_CFG.nested_types = {} -BATTLE_CRYSTAL_INFO_CFG.enum_types = {} -BATTLE_CRYSTAL_INFO_CFG.fields = {BATTLE_CRYSTAL_INFO_CFG_ID_FIELD, BATTLE_CRYSTAL_INFO_CFG_ACTIVITY_TYPE_FIELD, BATTLE_CRYSTAL_INFO_CFG_FUNC_TYPE_FIELD, BATTLE_CRYSTAL_INFO_CFG_START_TIME_FIELD, BATTLE_CRYSTAL_INFO_CFG_END_TIME_FIELD, BATTLE_CRYSTAL_INFO_CFG_LEVEL_LIMIT_FIELD, BATTLE_CRYSTAL_INFO_CFG_TIMES_FIELD, BATTLE_CRYSTAL_INFO_CFG_WEEK_LOOP_FIELD} -BATTLE_CRYSTAL_INFO_CFG.is_extendable = false -BATTLE_CRYSTAL_INFO_CFG.extensions = {} -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.name = "items" -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.full_name = ".ftcfg.battle_crystal_info_cfgs.items" -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.number = 1 -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.index = 0 -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.label = 3 -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.has_default_value = false -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.default_value = {} -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.message_type = BATTLE_CRYSTAL_INFO_CFG -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.type = 11 -BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD.cpp_type = 10 - -BATTLE_CRYSTAL_INFO_CFGS.name = "battle_crystal_info_cfgs" -BATTLE_CRYSTAL_INFO_CFGS.full_name = ".ftcfg.battle_crystal_info_cfgs" -BATTLE_CRYSTAL_INFO_CFGS.nested_types = {} -BATTLE_CRYSTAL_INFO_CFGS.enum_types = {} -BATTLE_CRYSTAL_INFO_CFGS.fields = {BATTLE_CRYSTAL_INFO_CFGS_ITEMS_FIELD} -BATTLE_CRYSTAL_INFO_CFGS.is_extendable = false -BATTLE_CRYSTAL_INFO_CFGS.extensions = {} -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.name = "id" -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.full_name = ".ftcfg.battle_crystal_rooms_cfg.id" -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.number = 1 -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.index = 0 -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.label = 2 -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.has_default_value = false -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.default_value = 0 -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.type = 5 -BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.name = "red_num" -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.full_name = ".ftcfg.battle_crystal_rooms_cfg.red_num" -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.number = 2 -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.index = 1 -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.label = 2 -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.has_default_value = false -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.default_value = 0 -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.type = 5 -BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.name = "blue_num" -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.full_name = ".ftcfg.battle_crystal_rooms_cfg.blue_num" -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.number = 3 -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.index = 2 -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.label = 2 -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.has_default_value = false -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.default_value = 0 -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.type = 5 -BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.name = "min_level" -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.full_name = ".ftcfg.battle_crystal_rooms_cfg.min_level" -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.number = 4 -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.index = 3 -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.label = 2 -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.has_default_value = false -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.default_value = 0 -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.type = 5 -BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.name = "max_level" -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.full_name = ".ftcfg.battle_crystal_rooms_cfg.max_level" -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.number = 5 -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.index = 4 -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.label = 2 -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.has_default_value = false -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.default_value = 0 -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.type = 5 -BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD.cpp_type = 1 - -BATTLE_CRYSTAL_ROOMS_CFG.name = "battle_crystal_rooms_cfg" -BATTLE_CRYSTAL_ROOMS_CFG.full_name = ".ftcfg.battle_crystal_rooms_cfg" -BATTLE_CRYSTAL_ROOMS_CFG.nested_types = {} -BATTLE_CRYSTAL_ROOMS_CFG.enum_types = {} -BATTLE_CRYSTAL_ROOMS_CFG.fields = {BATTLE_CRYSTAL_ROOMS_CFG_ID_FIELD, BATTLE_CRYSTAL_ROOMS_CFG_RED_NUM_FIELD, BATTLE_CRYSTAL_ROOMS_CFG_BLUE_NUM_FIELD, BATTLE_CRYSTAL_ROOMS_CFG_MIN_LEVEL_FIELD, BATTLE_CRYSTAL_ROOMS_CFG_MAX_LEVEL_FIELD} -BATTLE_CRYSTAL_ROOMS_CFG.is_extendable = false -BATTLE_CRYSTAL_ROOMS_CFG.extensions = {} -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.name = "items" -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.battle_crystal_rooms_cfgs.items" -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.number = 1 -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.index = 0 -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.label = 3 -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.has_default_value = false -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.default_value = {} -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.message_type = BATTLE_CRYSTAL_ROOMS_CFG -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.type = 11 -BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD.cpp_type = 10 - -BATTLE_CRYSTAL_ROOMS_CFGS.name = "battle_crystal_rooms_cfgs" -BATTLE_CRYSTAL_ROOMS_CFGS.full_name = ".ftcfg.battle_crystal_rooms_cfgs" -BATTLE_CRYSTAL_ROOMS_CFGS.nested_types = {} -BATTLE_CRYSTAL_ROOMS_CFGS.enum_types = {} -BATTLE_CRYSTAL_ROOMS_CFGS.fields = {BATTLE_CRYSTAL_ROOMS_CFGS_ITEMS_FIELD} -BATTLE_CRYSTAL_ROOMS_CFGS.is_extendable = false -BATTLE_CRYSTAL_ROOMS_CFGS.extensions = {} -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.name = "id" -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.full_name = ".ftcfg.battle_collect_crystal_cfg.id" -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.number = 1 -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.index = 0 -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.label = 2 -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.has_default_value = false -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.default_value = 0 -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.type = 5 -BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD.cpp_type = 1 - -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.name = "crystal_num" -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.full_name = ".ftcfg.battle_collect_crystal_cfg.crystal_num" -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.number = 2 -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.index = 1 -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.label = 2 -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.has_default_value = false -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.default_value = 0 -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.type = 5 -BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD.cpp_type = 1 - -BATTLE_COLLECT_CRYSTAL_CFG.name = "battle_collect_crystal_cfg" -BATTLE_COLLECT_CRYSTAL_CFG.full_name = ".ftcfg.battle_collect_crystal_cfg" -BATTLE_COLLECT_CRYSTAL_CFG.nested_types = {} -BATTLE_COLLECT_CRYSTAL_CFG.enum_types = {} -BATTLE_COLLECT_CRYSTAL_CFG.fields = {BATTLE_COLLECT_CRYSTAL_CFG_ID_FIELD, BATTLE_COLLECT_CRYSTAL_CFG_CRYSTAL_NUM_FIELD} -BATTLE_COLLECT_CRYSTAL_CFG.is_extendable = false -BATTLE_COLLECT_CRYSTAL_CFG.extensions = {} -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.name = "items" -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.battle_collect_crystal_cfgs.items" -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.number = 1 -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.index = 0 -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.label = 3 -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.has_default_value = false -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.default_value = {} -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.message_type = BATTLE_COLLECT_CRYSTAL_CFG -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.type = 11 -BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD.cpp_type = 10 - -BATTLE_COLLECT_CRYSTAL_CFGS.name = "battle_collect_crystal_cfgs" -BATTLE_COLLECT_CRYSTAL_CFGS.full_name = ".ftcfg.battle_collect_crystal_cfgs" -BATTLE_COLLECT_CRYSTAL_CFGS.nested_types = {} -BATTLE_COLLECT_CRYSTAL_CFGS.enum_types = {} -BATTLE_COLLECT_CRYSTAL_CFGS.fields = {BATTLE_COLLECT_CRYSTAL_CFGS_ITEMS_FIELD} -BATTLE_COLLECT_CRYSTAL_CFGS.is_extendable = false -BATTLE_COLLECT_CRYSTAL_CFGS.extensions = {} -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.name = "level_id" -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.full_name = ".ftcfg.elite_level_cfg.level_id" -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.number = 1 -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.index = 0 -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.label = 2 -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.has_default_value = false -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.default_value = 0 -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.type = 5 -ELITE_LEVEL_CFG_LEVEL_ID_FIELD.cpp_type = 1 - -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.name = "level_min" -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.full_name = ".ftcfg.elite_level_cfg.level_min" -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.number = 2 -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.index = 1 -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.label = 2 -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.has_default_value = false -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.default_value = 0 -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.type = 5 -ELITE_LEVEL_CFG_LEVEL_MIN_FIELD.cpp_type = 1 - -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.name = "level_max" -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.full_name = ".ftcfg.elite_level_cfg.level_max" -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.number = 3 -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.index = 2 -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.label = 2 -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.has_default_value = false -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.default_value = 0 -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.type = 5 -ELITE_LEVEL_CFG_LEVEL_MAX_FIELD.cpp_type = 1 - -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.name = "fight_power1" -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.full_name = ".ftcfg.elite_level_cfg.fight_power1" -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.number = 4 -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.index = 3 -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.label = 2 -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.has_default_value = false -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.default_value = 0 -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.type = 5 -ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD.cpp_type = 1 - -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.name = "fight_power2" -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.full_name = ".ftcfg.elite_level_cfg.fight_power2" -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.number = 5 -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.index = 4 -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.label = 2 -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.has_default_value = false -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.default_value = 0 -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.type = 5 -ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD.cpp_type = 1 - -ELITE_LEVEL_CFG.name = "elite_level_cfg" -ELITE_LEVEL_CFG.full_name = ".ftcfg.elite_level_cfg" -ELITE_LEVEL_CFG.nested_types = {} -ELITE_LEVEL_CFG.enum_types = {} -ELITE_LEVEL_CFG.fields = {ELITE_LEVEL_CFG_LEVEL_ID_FIELD, ELITE_LEVEL_CFG_LEVEL_MIN_FIELD, ELITE_LEVEL_CFG_LEVEL_MAX_FIELD, ELITE_LEVEL_CFG_FIGHT_POWER1_FIELD, ELITE_LEVEL_CFG_FIGHT_POWER2_FIELD} -ELITE_LEVEL_CFG.is_extendable = false -ELITE_LEVEL_CFG.extensions = {} -ELITE_LEVEL_CFGS_ITEMS_FIELD.name = "items" -ELITE_LEVEL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.elite_level_cfgs.items" -ELITE_LEVEL_CFGS_ITEMS_FIELD.number = 1 -ELITE_LEVEL_CFGS_ITEMS_FIELD.index = 0 -ELITE_LEVEL_CFGS_ITEMS_FIELD.label = 3 -ELITE_LEVEL_CFGS_ITEMS_FIELD.has_default_value = false -ELITE_LEVEL_CFGS_ITEMS_FIELD.default_value = {} -ELITE_LEVEL_CFGS_ITEMS_FIELD.message_type = ELITE_LEVEL_CFG -ELITE_LEVEL_CFGS_ITEMS_FIELD.type = 11 -ELITE_LEVEL_CFGS_ITEMS_FIELD.cpp_type = 10 - -ELITE_LEVEL_CFGS.name = "elite_level_cfgs" -ELITE_LEVEL_CFGS.full_name = ".ftcfg.elite_level_cfgs" -ELITE_LEVEL_CFGS.nested_types = {} -ELITE_LEVEL_CFGS.enum_types = {} -ELITE_LEVEL_CFGS.fields = {ELITE_LEVEL_CFGS_ITEMS_FIELD} -ELITE_LEVEL_CFGS.is_extendable = false -ELITE_LEVEL_CFGS.extensions = {} -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.name = "level_id" -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.full_name = ".ftcfg.elite_common_info_cfg.level_id" -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.number = 1 -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.index = 0 -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.name = "game_id" -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.full_name = ".ftcfg.elite_common_info_cfg.game_id" -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.number = 2 -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.index = 1 -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_GAME_ID_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.name = "map_id" -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.full_name = ".ftcfg.elite_common_info_cfg.map_id" -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.number = 3 -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.index = 2 -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_MAP_ID_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_NODE_FIELD.name = "node" -ELITE_COMMON_INFO_CFG_NODE_FIELD.full_name = ".ftcfg.elite_common_info_cfg.node" -ELITE_COMMON_INFO_CFG_NODE_FIELD.number = 4 -ELITE_COMMON_INFO_CFG_NODE_FIELD.index = 3 -ELITE_COMMON_INFO_CFG_NODE_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_NODE_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_NODE_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_NODE_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_NODE_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_TIME_FIELD.name = "time" -ELITE_COMMON_INFO_CFG_TIME_FIELD.full_name = ".ftcfg.elite_common_info_cfg.time" -ELITE_COMMON_INFO_CFG_TIME_FIELD.number = 5 -ELITE_COMMON_INFO_CFG_TIME_FIELD.index = 4 -ELITE_COMMON_INFO_CFG_TIME_FIELD.label = 3 -ELITE_COMMON_INFO_CFG_TIME_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_TIME_FIELD.default_value = {} -ELITE_COMMON_INFO_CFG_TIME_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_TIME_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_GRADE_FIELD.name = "grade" -ELITE_COMMON_INFO_CFG_GRADE_FIELD.full_name = ".ftcfg.elite_common_info_cfg.grade" -ELITE_COMMON_INFO_CFG_GRADE_FIELD.number = 6 -ELITE_COMMON_INFO_CFG_GRADE_FIELD.index = 5 -ELITE_COMMON_INFO_CFG_GRADE_FIELD.label = 3 -ELITE_COMMON_INFO_CFG_GRADE_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_GRADE_FIELD.default_value = {} -ELITE_COMMON_INFO_CFG_GRADE_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_GRADE_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.name = "reward_id" -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.elite_common_info_cfg.reward_id" -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.number = 7 -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.index = 6 -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.label = 3 -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.default_value = {} -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.name = "monster_level" -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.full_name = ".ftcfg.elite_common_info_cfg.monster_level" -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.number = 8 -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.index = 7 -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.name = "checkpoint_time" -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.full_name = ".ftcfg.elite_common_info_cfg.checkpoint_time" -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.number = 9 -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.index = 8 -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.name = "open_time" -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.full_name = ".ftcfg.elite_common_info_cfg.open_time" -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.number = 10 -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.index = 9 -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.label = 2 -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.default_value = 0 -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.type = 5 -ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD.cpp_type = 1 - -ELITE_COMMON_INFO_CFG.name = "elite_common_info_cfg" -ELITE_COMMON_INFO_CFG.full_name = ".ftcfg.elite_common_info_cfg" -ELITE_COMMON_INFO_CFG.nested_types = {} -ELITE_COMMON_INFO_CFG.enum_types = {} -ELITE_COMMON_INFO_CFG.fields = {ELITE_COMMON_INFO_CFG_LEVEL_ID_FIELD, ELITE_COMMON_INFO_CFG_GAME_ID_FIELD, ELITE_COMMON_INFO_CFG_MAP_ID_FIELD, ELITE_COMMON_INFO_CFG_NODE_FIELD, ELITE_COMMON_INFO_CFG_TIME_FIELD, ELITE_COMMON_INFO_CFG_GRADE_FIELD, ELITE_COMMON_INFO_CFG_REWARD_ID_FIELD, ELITE_COMMON_INFO_CFG_MONSTER_LEVEL_FIELD, ELITE_COMMON_INFO_CFG_CHECKPOINT_TIME_FIELD, ELITE_COMMON_INFO_CFG_OPEN_TIME_FIELD} -ELITE_COMMON_INFO_CFG.is_extendable = false -ELITE_COMMON_INFO_CFG.extensions = {} -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.name = "items" -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.full_name = ".ftcfg.elite_common_info_cfgs.items" -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.number = 1 -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.index = 0 -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.label = 3 -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.has_default_value = false -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.default_value = {} -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.message_type = ELITE_COMMON_INFO_CFG -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.type = 11 -ELITE_COMMON_INFO_CFGS_ITEMS_FIELD.cpp_type = 10 - -ELITE_COMMON_INFO_CFGS.name = "elite_common_info_cfgs" -ELITE_COMMON_INFO_CFGS.full_name = ".ftcfg.elite_common_info_cfgs" -ELITE_COMMON_INFO_CFGS.nested_types = {} -ELITE_COMMON_INFO_CFGS.enum_types = {} -ELITE_COMMON_INFO_CFGS.fields = {ELITE_COMMON_INFO_CFGS_ITEMS_FIELD} -ELITE_COMMON_INFO_CFGS.is_extendable = false -ELITE_COMMON_INFO_CFGS.extensions = {} -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.name = "level_id" -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.level_id" -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.number = 1 -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.index = 0 -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.label = 2 -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.type = 5 -ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.name = "game_id" -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.game_id" -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.number = 2 -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.index = 1 -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.label = 2 -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.type = 5 -ELITE_HELL_INFO_CFG_GAME_ID_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.name = "map_id" -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.map_id" -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.number = 3 -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.index = 2 -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.label = 2 -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.type = 5 -ELITE_HELL_INFO_CFG_MAP_ID_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_NODE_FIELD.name = "node" -ELITE_HELL_INFO_CFG_NODE_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.node" -ELITE_HELL_INFO_CFG_NODE_FIELD.number = 4 -ELITE_HELL_INFO_CFG_NODE_FIELD.index = 3 -ELITE_HELL_INFO_CFG_NODE_FIELD.label = 2 -ELITE_HELL_INFO_CFG_NODE_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_NODE_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_NODE_FIELD.type = 5 -ELITE_HELL_INFO_CFG_NODE_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_TIME_FIELD.name = "time" -ELITE_HELL_INFO_CFG_TIME_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.time" -ELITE_HELL_INFO_CFG_TIME_FIELD.number = 5 -ELITE_HELL_INFO_CFG_TIME_FIELD.index = 4 -ELITE_HELL_INFO_CFG_TIME_FIELD.label = 3 -ELITE_HELL_INFO_CFG_TIME_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_TIME_FIELD.default_value = {} -ELITE_HELL_INFO_CFG_TIME_FIELD.type = 5 -ELITE_HELL_INFO_CFG_TIME_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_GRADE_FIELD.name = "grade" -ELITE_HELL_INFO_CFG_GRADE_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.grade" -ELITE_HELL_INFO_CFG_GRADE_FIELD.number = 6 -ELITE_HELL_INFO_CFG_GRADE_FIELD.index = 5 -ELITE_HELL_INFO_CFG_GRADE_FIELD.label = 3 -ELITE_HELL_INFO_CFG_GRADE_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_GRADE_FIELD.default_value = {} -ELITE_HELL_INFO_CFG_GRADE_FIELD.type = 5 -ELITE_HELL_INFO_CFG_GRADE_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.name = "reward_id" -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.reward_id" -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.number = 7 -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.index = 6 -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.label = 3 -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.default_value = {} -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.type = 5 -ELITE_HELL_INFO_CFG_REWARD_ID_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.name = "monster_level" -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.monster_level" -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.number = 8 -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.index = 7 -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.label = 2 -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.type = 5 -ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.name = "checkpoint_time" -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.checkpoint_time" -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.number = 9 -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.index = 8 -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.label = 2 -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.type = 5 -ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.name = "open_time" -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.full_name = ".ftcfg.elite_hell_info_cfg.open_time" -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.number = 10 -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.index = 9 -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.label = 2 -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.has_default_value = false -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.default_value = 0 -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.type = 5 -ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD.cpp_type = 1 - -ELITE_HELL_INFO_CFG.name = "elite_hell_info_cfg" -ELITE_HELL_INFO_CFG.full_name = ".ftcfg.elite_hell_info_cfg" -ELITE_HELL_INFO_CFG.nested_types = {} -ELITE_HELL_INFO_CFG.enum_types = {} -ELITE_HELL_INFO_CFG.fields = {ELITE_HELL_INFO_CFG_LEVEL_ID_FIELD, ELITE_HELL_INFO_CFG_GAME_ID_FIELD, ELITE_HELL_INFO_CFG_MAP_ID_FIELD, ELITE_HELL_INFO_CFG_NODE_FIELD, ELITE_HELL_INFO_CFG_TIME_FIELD, ELITE_HELL_INFO_CFG_GRADE_FIELD, ELITE_HELL_INFO_CFG_REWARD_ID_FIELD, ELITE_HELL_INFO_CFG_MONSTER_LEVEL_FIELD, ELITE_HELL_INFO_CFG_CHECKPOINT_TIME_FIELD, ELITE_HELL_INFO_CFG_OPEN_TIME_FIELD} -ELITE_HELL_INFO_CFG.is_extendable = false -ELITE_HELL_INFO_CFG.extensions = {} -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.name = "items" -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.full_name = ".ftcfg.elite_hell_info_cfgs.items" -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.number = 1 -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.index = 0 -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.label = 3 -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.has_default_value = false -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.default_value = {} -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.message_type = ELITE_HELL_INFO_CFG -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.type = 11 -ELITE_HELL_INFO_CFGS_ITEMS_FIELD.cpp_type = 10 - -ELITE_HELL_INFO_CFGS.name = "elite_hell_info_cfgs" -ELITE_HELL_INFO_CFGS.full_name = ".ftcfg.elite_hell_info_cfgs" -ELITE_HELL_INFO_CFGS.nested_types = {} -ELITE_HELL_INFO_CFGS.enum_types = {} -ELITE_HELL_INFO_CFGS.fields = {ELITE_HELL_INFO_CFGS_ITEMS_FIELD} -ELITE_HELL_INFO_CFGS.is_extendable = false -ELITE_HELL_INFO_CFGS.extensions = {} -ELITE_REWARD_CFG_ID_FIELD.name = "id" -ELITE_REWARD_CFG_ID_FIELD.full_name = ".ftcfg.elite_reward_cfg.id" -ELITE_REWARD_CFG_ID_FIELD.number = 1 -ELITE_REWARD_CFG_ID_FIELD.index = 0 -ELITE_REWARD_CFG_ID_FIELD.label = 2 -ELITE_REWARD_CFG_ID_FIELD.has_default_value = false -ELITE_REWARD_CFG_ID_FIELD.default_value = 0 -ELITE_REWARD_CFG_ID_FIELD.type = 5 -ELITE_REWARD_CFG_ID_FIELD.cpp_type = 1 - -ELITE_REWARD_CFG_ITEM_ID_FIELD.name = "item_id" -ELITE_REWARD_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.elite_reward_cfg.item_id" -ELITE_REWARD_CFG_ITEM_ID_FIELD.number = 2 -ELITE_REWARD_CFG_ITEM_ID_FIELD.index = 1 -ELITE_REWARD_CFG_ITEM_ID_FIELD.label = 3 -ELITE_REWARD_CFG_ITEM_ID_FIELD.has_default_value = false -ELITE_REWARD_CFG_ITEM_ID_FIELD.default_value = {} -ELITE_REWARD_CFG_ITEM_ID_FIELD.type = 5 -ELITE_REWARD_CFG_ITEM_ID_FIELD.cpp_type = 1 - -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.name = "item_count" -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.full_name = ".ftcfg.elite_reward_cfg.item_count" -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.number = 3 -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.index = 2 -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.label = 3 -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.has_default_value = false -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.default_value = {} -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.type = 5 -ELITE_REWARD_CFG_ITEM_COUNT_FIELD.cpp_type = 1 - -ELITE_REWARD_CFG.name = "elite_reward_cfg" -ELITE_REWARD_CFG.full_name = ".ftcfg.elite_reward_cfg" -ELITE_REWARD_CFG.nested_types = {} -ELITE_REWARD_CFG.enum_types = {} -ELITE_REWARD_CFG.fields = {ELITE_REWARD_CFG_ID_FIELD, ELITE_REWARD_CFG_ITEM_ID_FIELD, ELITE_REWARD_CFG_ITEM_COUNT_FIELD} -ELITE_REWARD_CFG.is_extendable = false -ELITE_REWARD_CFG.extensions = {} -ELITE_REWARD_CFGS_ITEMS_FIELD.name = "items" -ELITE_REWARD_CFGS_ITEMS_FIELD.full_name = ".ftcfg.elite_reward_cfgs.items" -ELITE_REWARD_CFGS_ITEMS_FIELD.number = 1 -ELITE_REWARD_CFGS_ITEMS_FIELD.index = 0 -ELITE_REWARD_CFGS_ITEMS_FIELD.label = 3 -ELITE_REWARD_CFGS_ITEMS_FIELD.has_default_value = false -ELITE_REWARD_CFGS_ITEMS_FIELD.default_value = {} -ELITE_REWARD_CFGS_ITEMS_FIELD.message_type = ELITE_REWARD_CFG -ELITE_REWARD_CFGS_ITEMS_FIELD.type = 11 -ELITE_REWARD_CFGS_ITEMS_FIELD.cpp_type = 10 - -ELITE_REWARD_CFGS.name = "elite_reward_cfgs" -ELITE_REWARD_CFGS.full_name = ".ftcfg.elite_reward_cfgs" -ELITE_REWARD_CFGS.nested_types = {} -ELITE_REWARD_CFGS.enum_types = {} -ELITE_REWARD_CFGS.fields = {ELITE_REWARD_CFGS_ITEMS_FIELD} -ELITE_REWARD_CFGS.is_extendable = false -ELITE_REWARD_CFGS.extensions = {} -SUBSYS_CFG_ID_FIELD.name = "id" -SUBSYS_CFG_ID_FIELD.full_name = ".ftcfg.subsys_cfg.id" -SUBSYS_CFG_ID_FIELD.number = 1 -SUBSYS_CFG_ID_FIELD.index = 0 -SUBSYS_CFG_ID_FIELD.label = 2 -SUBSYS_CFG_ID_FIELD.has_default_value = false -SUBSYS_CFG_ID_FIELD.default_value = 0 -SUBSYS_CFG_ID_FIELD.type = 5 -SUBSYS_CFG_ID_FIELD.cpp_type = 1 - -SUBSYS_CFG_NAME_FIELD.name = "name" -SUBSYS_CFG_NAME_FIELD.full_name = ".ftcfg.subsys_cfg.name" -SUBSYS_CFG_NAME_FIELD.number = 2 -SUBSYS_CFG_NAME_FIELD.index = 1 -SUBSYS_CFG_NAME_FIELD.label = 2 -SUBSYS_CFG_NAME_FIELD.has_default_value = false -SUBSYS_CFG_NAME_FIELD.default_value = "" -SUBSYS_CFG_NAME_FIELD.type = 9 -SUBSYS_CFG_NAME_FIELD.cpp_type = 9 - -SUBSYS_CFG_TITLE_ID_FIELD.name = "title_id" -SUBSYS_CFG_TITLE_ID_FIELD.full_name = ".ftcfg.subsys_cfg.title_id" -SUBSYS_CFG_TITLE_ID_FIELD.number = 3 -SUBSYS_CFG_TITLE_ID_FIELD.index = 2 -SUBSYS_CFG_TITLE_ID_FIELD.label = 2 -SUBSYS_CFG_TITLE_ID_FIELD.has_default_value = false -SUBSYS_CFG_TITLE_ID_FIELD.default_value = 0 -SUBSYS_CFG_TITLE_ID_FIELD.type = 5 -SUBSYS_CFG_TITLE_ID_FIELD.cpp_type = 1 - -SUBSYS_CFG_DESC_ID_FIELD.name = "desc_id" -SUBSYS_CFG_DESC_ID_FIELD.full_name = ".ftcfg.subsys_cfg.desc_id" -SUBSYS_CFG_DESC_ID_FIELD.number = 4 -SUBSYS_CFG_DESC_ID_FIELD.index = 3 -SUBSYS_CFG_DESC_ID_FIELD.label = 2 -SUBSYS_CFG_DESC_ID_FIELD.has_default_value = false -SUBSYS_CFG_DESC_ID_FIELD.default_value = 0 -SUBSYS_CFG_DESC_ID_FIELD.type = 5 -SUBSYS_CFG_DESC_ID_FIELD.cpp_type = 1 - -SUBSYS_CFG_UI_STYLE_FIELD.name = "ui_style" -SUBSYS_CFG_UI_STYLE_FIELD.full_name = ".ftcfg.subsys_cfg.ui_style" -SUBSYS_CFG_UI_STYLE_FIELD.number = 5 -SUBSYS_CFG_UI_STYLE_FIELD.index = 4 -SUBSYS_CFG_UI_STYLE_FIELD.label = 2 -SUBSYS_CFG_UI_STYLE_FIELD.has_default_value = false -SUBSYS_CFG_UI_STYLE_FIELD.default_value = 0 -SUBSYS_CFG_UI_STYLE_FIELD.type = 5 -SUBSYS_CFG_UI_STYLE_FIELD.cpp_type = 1 - -SUBSYS_CFG_NOTES_FIELD.name = "notes" -SUBSYS_CFG_NOTES_FIELD.full_name = ".ftcfg.subsys_cfg.notes" -SUBSYS_CFG_NOTES_FIELD.number = 6 -SUBSYS_CFG_NOTES_FIELD.index = 5 -SUBSYS_CFG_NOTES_FIELD.label = 2 -SUBSYS_CFG_NOTES_FIELD.has_default_value = false -SUBSYS_CFG_NOTES_FIELD.default_value = "" -SUBSYS_CFG_NOTES_FIELD.type = 9 -SUBSYS_CFG_NOTES_FIELD.cpp_type = 9 - -SUBSYS_CFG.name = "subsys_cfg" -SUBSYS_CFG.full_name = ".ftcfg.subsys_cfg" -SUBSYS_CFG.nested_types = {} -SUBSYS_CFG.enum_types = {} -SUBSYS_CFG.fields = {SUBSYS_CFG_ID_FIELD, SUBSYS_CFG_NAME_FIELD, SUBSYS_CFG_TITLE_ID_FIELD, SUBSYS_CFG_DESC_ID_FIELD, SUBSYS_CFG_UI_STYLE_FIELD, SUBSYS_CFG_NOTES_FIELD} -SUBSYS_CFG.is_extendable = false -SUBSYS_CFG.extensions = {} -SUBSYS_CFGS_ITEMS_FIELD.name = "items" -SUBSYS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.subsys_cfgs.items" -SUBSYS_CFGS_ITEMS_FIELD.number = 1 -SUBSYS_CFGS_ITEMS_FIELD.index = 0 -SUBSYS_CFGS_ITEMS_FIELD.label = 3 -SUBSYS_CFGS_ITEMS_FIELD.has_default_value = false -SUBSYS_CFGS_ITEMS_FIELD.default_value = {} -SUBSYS_CFGS_ITEMS_FIELD.message_type = SUBSYS_CFG -SUBSYS_CFGS_ITEMS_FIELD.type = 11 -SUBSYS_CFGS_ITEMS_FIELD.cpp_type = 10 - -SUBSYS_CFGS.name = "subsys_cfgs" -SUBSYS_CFGS.full_name = ".ftcfg.subsys_cfgs" -SUBSYS_CFGS.nested_types = {} -SUBSYS_CFGS.enum_types = {} -SUBSYS_CFGS.fields = {SUBSYS_CFGS_ITEMS_FIELD} -SUBSYS_CFGS.is_extendable = false -SUBSYS_CFGS.extensions = {} -BAG_ROUTINE_CFG_ID_FIELD.name = "id" -BAG_ROUTINE_CFG_ID_FIELD.full_name = ".ftcfg.bag_routine_cfg.id" -BAG_ROUTINE_CFG_ID_FIELD.number = 1 -BAG_ROUTINE_CFG_ID_FIELD.index = 0 -BAG_ROUTINE_CFG_ID_FIELD.label = 2 -BAG_ROUTINE_CFG_ID_FIELD.has_default_value = false -BAG_ROUTINE_CFG_ID_FIELD.default_value = 0 -BAG_ROUTINE_CFG_ID_FIELD.type = 13 -BAG_ROUTINE_CFG_ID_FIELD.cpp_type = 3 - -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.name = "bag_type" -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.full_name = ".ftcfg.bag_routine_cfg.bag_type" -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.number = 2 -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.index = 1 -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.label = 2 -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.has_default_value = false -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.default_value = 0 -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.type = 13 -BAG_ROUTINE_CFG_BAG_TYPE_FIELD.cpp_type = 3 - -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.name = "bag_initial" -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.full_name = ".ftcfg.bag_routine_cfg.bag_initial" -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.number = 3 -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.index = 2 -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.label = 2 -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.has_default_value = false -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.default_value = 0 -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.type = 13 -BAG_ROUTINE_CFG_BAG_INITIAL_FIELD.cpp_type = 3 - -BAG_ROUTINE_CFG_BAG_MAX_FIELD.name = "bag_max" -BAG_ROUTINE_CFG_BAG_MAX_FIELD.full_name = ".ftcfg.bag_routine_cfg.bag_max" -BAG_ROUTINE_CFG_BAG_MAX_FIELD.number = 4 -BAG_ROUTINE_CFG_BAG_MAX_FIELD.index = 3 -BAG_ROUTINE_CFG_BAG_MAX_FIELD.label = 2 -BAG_ROUTINE_CFG_BAG_MAX_FIELD.has_default_value = false -BAG_ROUTINE_CFG_BAG_MAX_FIELD.default_value = 0 -BAG_ROUTINE_CFG_BAG_MAX_FIELD.type = 13 -BAG_ROUTINE_CFG_BAG_MAX_FIELD.cpp_type = 3 - -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.name = "bag_openlevel" -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.full_name = ".ftcfg.bag_routine_cfg.bag_openlevel" -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.number = 5 -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.index = 4 -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.label = 2 -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.has_default_value = false -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.default_value = 0 -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.type = 5 -BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD.cpp_type = 1 - -BAG_ROUTINE_CFG.name = "bag_routine_cfg" -BAG_ROUTINE_CFG.full_name = ".ftcfg.bag_routine_cfg" -BAG_ROUTINE_CFG.nested_types = {} -BAG_ROUTINE_CFG.enum_types = {} -BAG_ROUTINE_CFG.fields = {BAG_ROUTINE_CFG_ID_FIELD, BAG_ROUTINE_CFG_BAG_TYPE_FIELD, BAG_ROUTINE_CFG_BAG_INITIAL_FIELD, BAG_ROUTINE_CFG_BAG_MAX_FIELD, BAG_ROUTINE_CFG_BAG_OPENLEVEL_FIELD} -BAG_ROUTINE_CFG.is_extendable = false -BAG_ROUTINE_CFG.extensions = {} -BAG_ROUTINE_CFGS_ITEMS_FIELD.name = "items" -BAG_ROUTINE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.bag_routine_cfgs.items" -BAG_ROUTINE_CFGS_ITEMS_FIELD.number = 1 -BAG_ROUTINE_CFGS_ITEMS_FIELD.index = 0 -BAG_ROUTINE_CFGS_ITEMS_FIELD.label = 3 -BAG_ROUTINE_CFGS_ITEMS_FIELD.has_default_value = false -BAG_ROUTINE_CFGS_ITEMS_FIELD.default_value = {} -BAG_ROUTINE_CFGS_ITEMS_FIELD.message_type = BAG_ROUTINE_CFG -BAG_ROUTINE_CFGS_ITEMS_FIELD.type = 11 -BAG_ROUTINE_CFGS_ITEMS_FIELD.cpp_type = 10 - -BAG_ROUTINE_CFGS.name = "bag_routine_cfgs" -BAG_ROUTINE_CFGS.full_name = ".ftcfg.bag_routine_cfgs" -BAG_ROUTINE_CFGS.nested_types = {} -BAG_ROUTINE_CFGS.enum_types = {} -BAG_ROUTINE_CFGS.fields = {BAG_ROUTINE_CFGS_ITEMS_FIELD} -BAG_ROUTINE_CFGS.is_extendable = false -BAG_ROUTINE_CFGS.extensions = {} -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.name = "unlock_count" -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.full_name = ".ftcfg.depot_unlock_cfg.unlock_count" -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.number = 1 -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.index = 0 -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.label = 2 -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.has_default_value = false -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.default_value = 0 -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.type = 13 -DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD.cpp_type = 3 - -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.name = "currency_type" -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.full_name = ".ftcfg.depot_unlock_cfg.currency_type" -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.number = 2 -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.index = 1 -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.label = 2 -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.has_default_value = false -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.default_value = 0 -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.type = 13 -DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD.cpp_type = 3 - -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.name = "currency_count" -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.full_name = ".ftcfg.depot_unlock_cfg.currency_count" -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.number = 3 -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.index = 2 -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.label = 2 -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.has_default_value = false -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.default_value = 0 -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.type = 5 -DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD.cpp_type = 1 - -DEPOT_UNLOCK_CFG.name = "depot_unlock_cfg" -DEPOT_UNLOCK_CFG.full_name = ".ftcfg.depot_unlock_cfg" -DEPOT_UNLOCK_CFG.nested_types = {} -DEPOT_UNLOCK_CFG.enum_types = {} -DEPOT_UNLOCK_CFG.fields = {DEPOT_UNLOCK_CFG_UNLOCK_COUNT_FIELD, DEPOT_UNLOCK_CFG_CURRENCY_TYPE_FIELD, DEPOT_UNLOCK_CFG_CURRENCY_COUNT_FIELD} -DEPOT_UNLOCK_CFG.is_extendable = false -DEPOT_UNLOCK_CFG.extensions = {} -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.name = "items" -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.full_name = ".ftcfg.depot_unlock_cfgs.items" -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.number = 1 -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.index = 0 -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.label = 3 -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.has_default_value = false -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.default_value = {} -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.message_type = DEPOT_UNLOCK_CFG -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.type = 11 -DEPOT_UNLOCK_CFGS_ITEMS_FIELD.cpp_type = 10 - -DEPOT_UNLOCK_CFGS.name = "depot_unlock_cfgs" -DEPOT_UNLOCK_CFGS.full_name = ".ftcfg.depot_unlock_cfgs" -DEPOT_UNLOCK_CFGS.nested_types = {} -DEPOT_UNLOCK_CFGS.enum_types = {} -DEPOT_UNLOCK_CFGS.fields = {DEPOT_UNLOCK_CFGS_ITEMS_FIELD} -DEPOT_UNLOCK_CFGS.is_extendable = false -DEPOT_UNLOCK_CFGS.extensions = {} -ROLE_PARTS_CFG_ID_FIELD.name = "id" -ROLE_PARTS_CFG_ID_FIELD.full_name = ".ftcfg.role_parts_cfg.id" -ROLE_PARTS_CFG_ID_FIELD.number = 1 -ROLE_PARTS_CFG_ID_FIELD.index = 0 -ROLE_PARTS_CFG_ID_FIELD.label = 2 -ROLE_PARTS_CFG_ID_FIELD.has_default_value = false -ROLE_PARTS_CFG_ID_FIELD.default_value = 0 -ROLE_PARTS_CFG_ID_FIELD.type = 5 -ROLE_PARTS_CFG_ID_FIELD.cpp_type = 1 - -ROLE_PARTS_CFG_NAME_ID_FIELD.name = "name_id" -ROLE_PARTS_CFG_NAME_ID_FIELD.full_name = ".ftcfg.role_parts_cfg.name_id" -ROLE_PARTS_CFG_NAME_ID_FIELD.number = 2 -ROLE_PARTS_CFG_NAME_ID_FIELD.index = 1 -ROLE_PARTS_CFG_NAME_ID_FIELD.label = 2 -ROLE_PARTS_CFG_NAME_ID_FIELD.has_default_value = false -ROLE_PARTS_CFG_NAME_ID_FIELD.default_value = 0 -ROLE_PARTS_CFG_NAME_ID_FIELD.type = 5 -ROLE_PARTS_CFG_NAME_ID_FIELD.cpp_type = 1 - -ROLE_PARTS_CFG_SLOT_FIELD.name = "slot" -ROLE_PARTS_CFG_SLOT_FIELD.full_name = ".ftcfg.role_parts_cfg.slot" -ROLE_PARTS_CFG_SLOT_FIELD.number = 3 -ROLE_PARTS_CFG_SLOT_FIELD.index = 2 -ROLE_PARTS_CFG_SLOT_FIELD.label = 2 -ROLE_PARTS_CFG_SLOT_FIELD.has_default_value = false -ROLE_PARTS_CFG_SLOT_FIELD.default_value = 0 -ROLE_PARTS_CFG_SLOT_FIELD.type = 5 -ROLE_PARTS_CFG_SLOT_FIELD.cpp_type = 1 - -ROLE_PARTS_CFG_RES_ID_FIELD.name = "res_id" -ROLE_PARTS_CFG_RES_ID_FIELD.full_name = ".ftcfg.role_parts_cfg.res_id" -ROLE_PARTS_CFG_RES_ID_FIELD.number = 4 -ROLE_PARTS_CFG_RES_ID_FIELD.index = 3 -ROLE_PARTS_CFG_RES_ID_FIELD.label = 2 -ROLE_PARTS_CFG_RES_ID_FIELD.has_default_value = false -ROLE_PARTS_CFG_RES_ID_FIELD.default_value = 0 -ROLE_PARTS_CFG_RES_ID_FIELD.type = 5 -ROLE_PARTS_CFG_RES_ID_FIELD.cpp_type = 1 - -ROLE_PARTS_CFG.name = "role_parts_cfg" -ROLE_PARTS_CFG.full_name = ".ftcfg.role_parts_cfg" -ROLE_PARTS_CFG.nested_types = {} -ROLE_PARTS_CFG.enum_types = {} -ROLE_PARTS_CFG.fields = {ROLE_PARTS_CFG_ID_FIELD, ROLE_PARTS_CFG_NAME_ID_FIELD, ROLE_PARTS_CFG_SLOT_FIELD, ROLE_PARTS_CFG_RES_ID_FIELD} -ROLE_PARTS_CFG.is_extendable = false -ROLE_PARTS_CFG.extensions = {} -ROLE_PARTS_CFGS_ITEMS_FIELD.name = "items" -ROLE_PARTS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.role_parts_cfgs.items" -ROLE_PARTS_CFGS_ITEMS_FIELD.number = 1 -ROLE_PARTS_CFGS_ITEMS_FIELD.index = 0 -ROLE_PARTS_CFGS_ITEMS_FIELD.label = 3 -ROLE_PARTS_CFGS_ITEMS_FIELD.has_default_value = false -ROLE_PARTS_CFGS_ITEMS_FIELD.default_value = {} -ROLE_PARTS_CFGS_ITEMS_FIELD.message_type = ROLE_PARTS_CFG -ROLE_PARTS_CFGS_ITEMS_FIELD.type = 11 -ROLE_PARTS_CFGS_ITEMS_FIELD.cpp_type = 10 - -ROLE_PARTS_CFGS.name = "role_parts_cfgs" -ROLE_PARTS_CFGS.full_name = ".ftcfg.role_parts_cfgs" -ROLE_PARTS_CFGS.nested_types = {} -ROLE_PARTS_CFGS.enum_types = {} -ROLE_PARTS_CFGS.fields = {ROLE_PARTS_CFGS_ITEMS_FIELD} -ROLE_PARTS_CFGS.is_extendable = false -ROLE_PARTS_CFGS.extensions = {} -SUPPRESS_CFG_SCENE_ID_FIELD.name = "scene_id" -SUPPRESS_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.suppress_cfg.scene_id" -SUPPRESS_CFG_SCENE_ID_FIELD.number = 1 -SUPPRESS_CFG_SCENE_ID_FIELD.index = 0 -SUPPRESS_CFG_SCENE_ID_FIELD.label = 2 -SUPPRESS_CFG_SCENE_ID_FIELD.has_default_value = false -SUPPRESS_CFG_SCENE_ID_FIELD.default_value = 0 -SUPPRESS_CFG_SCENE_ID_FIELD.type = 5 -SUPPRESS_CFG_SCENE_ID_FIELD.cpp_type = 1 - -SUPPRESS_CFG_FIT_LVL_FIELD.name = "fit_lvl" -SUPPRESS_CFG_FIT_LVL_FIELD.full_name = ".ftcfg.suppress_cfg.fit_lvl" -SUPPRESS_CFG_FIT_LVL_FIELD.number = 2 -SUPPRESS_CFG_FIT_LVL_FIELD.index = 1 -SUPPRESS_CFG_FIT_LVL_FIELD.label = 3 -SUPPRESS_CFG_FIT_LVL_FIELD.has_default_value = false -SUPPRESS_CFG_FIT_LVL_FIELD.default_value = {} -SUPPRESS_CFG_FIT_LVL_FIELD.type = 5 -SUPPRESS_CFG_FIT_LVL_FIELD.cpp_type = 1 - -SUPPRESS_CFG_GROUP_COUNT_FIELD.name = "group_count" -SUPPRESS_CFG_GROUP_COUNT_FIELD.full_name = ".ftcfg.suppress_cfg.group_count" -SUPPRESS_CFG_GROUP_COUNT_FIELD.number = 3 -SUPPRESS_CFG_GROUP_COUNT_FIELD.index = 2 -SUPPRESS_CFG_GROUP_COUNT_FIELD.label = 3 -SUPPRESS_CFG_GROUP_COUNT_FIELD.has_default_value = false -SUPPRESS_CFG_GROUP_COUNT_FIELD.default_value = {} -SUPPRESS_CFG_GROUP_COUNT_FIELD.type = 5 -SUPPRESS_CFG_GROUP_COUNT_FIELD.cpp_type = 1 - -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.name = "kill_bos_chest" -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.full_name = ".ftcfg.suppress_cfg.kill_bos_chest" -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.number = 4 -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.index = 3 -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.label = 3 -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.has_default_value = false -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.default_value = {} -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.type = 5 -SUPPRESS_CFG_KILL_BOS_CHEST_FIELD.cpp_type = 1 - -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.name = "boss_map_signsid" -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.full_name = ".ftcfg.suppress_cfg.boss_map_signsid" -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.number = 5 -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.index = 4 -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.label = 3 -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.has_default_value = false -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.default_value = {} -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.type = 5 -SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD.cpp_type = 1 - -SUPPRESS_CFG.name = "suppress_cfg" -SUPPRESS_CFG.full_name = ".ftcfg.suppress_cfg" -SUPPRESS_CFG.nested_types = {} -SUPPRESS_CFG.enum_types = {} -SUPPRESS_CFG.fields = {SUPPRESS_CFG_SCENE_ID_FIELD, SUPPRESS_CFG_FIT_LVL_FIELD, SUPPRESS_CFG_GROUP_COUNT_FIELD, SUPPRESS_CFG_KILL_BOS_CHEST_FIELD, SUPPRESS_CFG_BOSS_MAP_SIGNSID_FIELD} -SUPPRESS_CFG.is_extendable = false -SUPPRESS_CFG.extensions = {} -SUPPRESS_CFGS_ITEMS_FIELD.name = "items" -SUPPRESS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.suppress_cfgs.items" -SUPPRESS_CFGS_ITEMS_FIELD.number = 1 -SUPPRESS_CFGS_ITEMS_FIELD.index = 0 -SUPPRESS_CFGS_ITEMS_FIELD.label = 3 -SUPPRESS_CFGS_ITEMS_FIELD.has_default_value = false -SUPPRESS_CFGS_ITEMS_FIELD.default_value = {} -SUPPRESS_CFGS_ITEMS_FIELD.message_type = SUPPRESS_CFG -SUPPRESS_CFGS_ITEMS_FIELD.type = 11 -SUPPRESS_CFGS_ITEMS_FIELD.cpp_type = 10 - -SUPPRESS_CFGS.name = "suppress_cfgs" -SUPPRESS_CFGS.full_name = ".ftcfg.suppress_cfgs" -SUPPRESS_CFGS.nested_types = {} -SUPPRESS_CFGS.enum_types = {} -SUPPRESS_CFGS.fields = {SUPPRESS_CFGS_ITEMS_FIELD} -SUPPRESS_CFGS.is_extendable = false -SUPPRESS_CFGS.extensions = {} -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.name = "scene_id" -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.suppress_group_cfg.scene_id" -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.number = 1 -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.index = 0 -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.label = 2 -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.has_default_value = false -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.default_value = 0 -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.type = 5 -SUPPRESS_GROUP_CFG_SCENE_ID_FIELD.cpp_type = 1 - -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.name = "refresh_num" -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.full_name = ".ftcfg.suppress_group_cfg.refresh_num" -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.number = 2 -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.index = 1 -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.label = 2 -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.has_default_value = false -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.default_value = 0 -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.type = 5 -SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD.cpp_type = 1 - -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.name = "monster_map_signsid" -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.full_name = ".ftcfg.suppress_group_cfg.monster_map_signsid" -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.number = 3 -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.index = 2 -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.label = 3 -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.has_default_value = false -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.default_value = {} -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.type = 5 -SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD.cpp_type = 1 - -SUPPRESS_GROUP_CFG.name = "suppress_group_cfg" -SUPPRESS_GROUP_CFG.full_name = ".ftcfg.suppress_group_cfg" -SUPPRESS_GROUP_CFG.nested_types = {} -SUPPRESS_GROUP_CFG.enum_types = {} -SUPPRESS_GROUP_CFG.fields = {SUPPRESS_GROUP_CFG_SCENE_ID_FIELD, SUPPRESS_GROUP_CFG_REFRESH_NUM_FIELD, SUPPRESS_GROUP_CFG_MONSTER_MAP_SIGNSID_FIELD} -SUPPRESS_GROUP_CFG.is_extendable = false -SUPPRESS_GROUP_CFG.extensions = {} -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.name = "items" -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.suppress_group_cfgs.items" -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.number = 1 -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.index = 0 -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.label = 3 -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.has_default_value = false -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.default_value = {} -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.message_type = SUPPRESS_GROUP_CFG -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.type = 11 -SUPPRESS_GROUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -SUPPRESS_GROUP_CFGS.name = "suppress_group_cfgs" -SUPPRESS_GROUP_CFGS.full_name = ".ftcfg.suppress_group_cfgs" -SUPPRESS_GROUP_CFGS.nested_types = {} -SUPPRESS_GROUP_CFGS.enum_types = {} -SUPPRESS_GROUP_CFGS.fields = {SUPPRESS_GROUP_CFGS_ITEMS_FIELD} -SUPPRESS_GROUP_CFGS.is_extendable = false -SUPPRESS_GROUP_CFGS.extensions = {} -UI_CONTRIBUTION_CFG_ID_FIELD.name = "id" -UI_CONTRIBUTION_CFG_ID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.id" -UI_CONTRIBUTION_CFG_ID_FIELD.number = 1 -UI_CONTRIBUTION_CFG_ID_FIELD.index = 0 -UI_CONTRIBUTION_CFG_ID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_ID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_ID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_ID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_ID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_TITLEID_FIELD.name = "titleid" -UI_CONTRIBUTION_CFG_TITLEID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.titleid" -UI_CONTRIBUTION_CFG_TITLEID_FIELD.number = 2 -UI_CONTRIBUTION_CFG_TITLEID_FIELD.index = 1 -UI_CONTRIBUTION_CFG_TITLEID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_TITLEID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_TITLEID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_TITLEID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_TITLEID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_TYPE_FIELD.name = "type" -UI_CONTRIBUTION_CFG_TYPE_FIELD.full_name = ".ftcfg.ui_contribution_cfg.type" -UI_CONTRIBUTION_CFG_TYPE_FIELD.number = 3 -UI_CONTRIBUTION_CFG_TYPE_FIELD.index = 2 -UI_CONTRIBUTION_CFG_TYPE_FIELD.label = 2 -UI_CONTRIBUTION_CFG_TYPE_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_TYPE_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_TYPE_FIELD.type = 5 -UI_CONTRIBUTION_CFG_TYPE_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.name = "imageid" -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.imageid" -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.number = 4 -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.index = 3 -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_IMAGEID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.name = "subtitle_1id" -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.subtitle_1id" -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.number = 5 -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.index = 4 -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.name = "subtitle_2id" -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.subtitle_2id" -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.number = 6 -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.index = 5 -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_ATLASID_FIELD.name = "atlasid" -UI_CONTRIBUTION_CFG_ATLASID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.atlasid" -UI_CONTRIBUTION_CFG_ATLASID_FIELD.number = 7 -UI_CONTRIBUTION_CFG_ATLASID_FIELD.index = 6 -UI_CONTRIBUTION_CFG_ATLASID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_ATLASID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_ATLASID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_ATLASID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_ATLASID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.name = "iconname" -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.full_name = ".ftcfg.ui_contribution_cfg.iconname" -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.number = 8 -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.index = 7 -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.label = 2 -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.default_value = "" -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.type = 9 -UI_CONTRIBUTION_CFG_ICONNAME_FIELD.cpp_type = 9 - -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.name = "btntextid" -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.btntextid" -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.number = 9 -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.index = 8 -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG_TIPSID_FIELD.name = "tipsid" -UI_CONTRIBUTION_CFG_TIPSID_FIELD.full_name = ".ftcfg.ui_contribution_cfg.tipsid" -UI_CONTRIBUTION_CFG_TIPSID_FIELD.number = 10 -UI_CONTRIBUTION_CFG_TIPSID_FIELD.index = 9 -UI_CONTRIBUTION_CFG_TIPSID_FIELD.label = 2 -UI_CONTRIBUTION_CFG_TIPSID_FIELD.has_default_value = false -UI_CONTRIBUTION_CFG_TIPSID_FIELD.default_value = 0 -UI_CONTRIBUTION_CFG_TIPSID_FIELD.type = 5 -UI_CONTRIBUTION_CFG_TIPSID_FIELD.cpp_type = 1 - -UI_CONTRIBUTION_CFG.name = "ui_contribution_cfg" -UI_CONTRIBUTION_CFG.full_name = ".ftcfg.ui_contribution_cfg" -UI_CONTRIBUTION_CFG.nested_types = {} -UI_CONTRIBUTION_CFG.enum_types = {} -UI_CONTRIBUTION_CFG.fields = {UI_CONTRIBUTION_CFG_ID_FIELD, UI_CONTRIBUTION_CFG_TITLEID_FIELD, UI_CONTRIBUTION_CFG_TYPE_FIELD, UI_CONTRIBUTION_CFG_IMAGEID_FIELD, UI_CONTRIBUTION_CFG_SUBTITLE_1ID_FIELD, UI_CONTRIBUTION_CFG_SUBTITLE_2ID_FIELD, UI_CONTRIBUTION_CFG_ATLASID_FIELD, UI_CONTRIBUTION_CFG_ICONNAME_FIELD, UI_CONTRIBUTION_CFG_BTNTEXTID_FIELD, UI_CONTRIBUTION_CFG_TIPSID_FIELD} -UI_CONTRIBUTION_CFG.is_extendable = false -UI_CONTRIBUTION_CFG.extensions = {} -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.name = "items" -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.ui_contribution_cfgs.items" -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.number = 1 -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.index = 0 -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.label = 3 -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.has_default_value = false -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.default_value = {} -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.message_type = UI_CONTRIBUTION_CFG -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.type = 11 -UI_CONTRIBUTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -UI_CONTRIBUTION_CFGS.name = "ui_contribution_cfgs" -UI_CONTRIBUTION_CFGS.full_name = ".ftcfg.ui_contribution_cfgs" -UI_CONTRIBUTION_CFGS.nested_types = {} -UI_CONTRIBUTION_CFGS.enum_types = {} -UI_CONTRIBUTION_CFGS.fields = {UI_CONTRIBUTION_CFGS_ITEMS_FIELD} -UI_CONTRIBUTION_CFGS.is_extendable = false -UI_CONTRIBUTION_CFGS.extensions = {} -ACTIVITY_DUNGEON_CFG_ID_FIELD.name = "id" -ACTIVITY_DUNGEON_CFG_ID_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.id" -ACTIVITY_DUNGEON_CFG_ID_FIELD.number = 1 -ACTIVITY_DUNGEON_CFG_ID_FIELD.index = 0 -ACTIVITY_DUNGEON_CFG_ID_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_ID_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_ID_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_ID_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_ID_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.name = "resouce_name" -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.resouce_name" -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.number = 2 -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.index = 1 -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.default_value = "" -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.type = 9 -ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD.cpp_type = 9 - -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.name = "type" -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.type" -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.number = 3 -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.index = 2 -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_TYPE_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.name = "level_limit" -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.level_limit" -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.number = 4 -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.index = 3 -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.name = "map_id" -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.map_id" -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.number = 5 -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.index = 4 -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.name = "map_name" -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.map_name" -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.number = 6 -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.index = 5 -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.default_value = "" -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.type = 9 -ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD.cpp_type = 9 - -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.name = "map_imgid" -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.map_imgid" -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.number = 7 -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.index = 6 -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.name = "recommend_fightvalue" -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.recommend_fightvalue" -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.number = 8 -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.index = 7 -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.name = "low_fightvalue" -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.low_fightvalue" -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.number = 9 -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.index = 8 -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.name = "advanced_item" -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.advanced_item" -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.number = 10 -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.index = 9 -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.type = 13 -ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD.cpp_type = 3 - -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.name = "normal_item" -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.normal_item" -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.number = 11 -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.index = 10 -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.type = 13 -ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD.cpp_type = 3 - -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.name = "times" -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.times" -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.number = 12 -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.index = 11 -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_TIMES_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.name = "isonlycaptain" -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.isonlycaptain" -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.number = 13 -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.index = 12 -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.name = "wait_time" -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.wait_time" -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.number = 14 -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.index = 13 -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.name = "alonerewards" -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.alonerewards" -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.number = 15 -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.index = 14 -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.label = 3 -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.default_value = {} -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.type = 13 -ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD.cpp_type = 3 - -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.name = "teamrewards" -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.teamrewards" -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.number = 16 -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.index = 15 -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.label = 3 -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.default_value = {} -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.type = 13 -ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD.cpp_type = 3 - -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.name = "max_timer" -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.max_timer" -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.number = 17 -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.index = 16 -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.name = "max_wave" -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.max_wave" -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.number = 18 -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.index = 17 -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.label = 2 -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.default_value = 0 -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.type = 5 -ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD.cpp_type = 1 - -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.name = "money_posx" -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.money_posx" -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.number = 19 -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.index = 18 -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.label = 3 -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.default_value = {} -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.type = 2 -ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD.cpp_type = 6 - -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.name = "money_posy" -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.money_posy" -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.number = 20 -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.index = 19 -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.label = 3 -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.default_value = {} -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.type = 2 -ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD.cpp_type = 6 - -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.name = "money_posz" -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.full_name = ".ftcfg.activity_dungeon_cfg.money_posz" -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.number = 21 -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.index = 20 -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.label = 3 -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.default_value = {} -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.type = 2 -ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD.cpp_type = 6 - -ACTIVITY_DUNGEON_CFG.name = "activity_dungeon_cfg" -ACTIVITY_DUNGEON_CFG.full_name = ".ftcfg.activity_dungeon_cfg" -ACTIVITY_DUNGEON_CFG.nested_types = {} -ACTIVITY_DUNGEON_CFG.enum_types = {} -ACTIVITY_DUNGEON_CFG.fields = {ACTIVITY_DUNGEON_CFG_ID_FIELD, ACTIVITY_DUNGEON_CFG_RESOUCE_NAME_FIELD, ACTIVITY_DUNGEON_CFG_TYPE_FIELD, ACTIVITY_DUNGEON_CFG_LEVEL_LIMIT_FIELD, ACTIVITY_DUNGEON_CFG_MAP_ID_FIELD, ACTIVITY_DUNGEON_CFG_MAP_NAME_FIELD, ACTIVITY_DUNGEON_CFG_MAP_IMGID_FIELD, ACTIVITY_DUNGEON_CFG_RECOMMEND_FIGHTVALUE_FIELD, ACTIVITY_DUNGEON_CFG_LOW_FIGHTVALUE_FIELD, ACTIVITY_DUNGEON_CFG_ADVANCED_ITEM_FIELD, ACTIVITY_DUNGEON_CFG_NORMAL_ITEM_FIELD, ACTIVITY_DUNGEON_CFG_TIMES_FIELD, ACTIVITY_DUNGEON_CFG_ISONLYCAPTAIN_FIELD, ACTIVITY_DUNGEON_CFG_WAIT_TIME_FIELD, ACTIVITY_DUNGEON_CFG_ALONEREWARDS_FIELD, ACTIVITY_DUNGEON_CFG_TEAMREWARDS_FIELD, ACTIVITY_DUNGEON_CFG_MAX_TIMER_FIELD, ACTIVITY_DUNGEON_CFG_MAX_WAVE_FIELD, ACTIVITY_DUNGEON_CFG_MONEY_POSX_FIELD, ACTIVITY_DUNGEON_CFG_MONEY_POSY_FIELD, ACTIVITY_DUNGEON_CFG_MONEY_POSZ_FIELD} -ACTIVITY_DUNGEON_CFG.is_extendable = false -ACTIVITY_DUNGEON_CFG.extensions = {} -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.name = "items" -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.full_name = ".ftcfg.activity_dungeon_cfgs.items" -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.number = 1 -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.index = 0 -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.label = 3 -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.has_default_value = false -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.default_value = {} -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.message_type = ACTIVITY_DUNGEON_CFG -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.type = 11 -ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD.cpp_type = 10 - -ACTIVITY_DUNGEON_CFGS.name = "activity_dungeon_cfgs" -ACTIVITY_DUNGEON_CFGS.full_name = ".ftcfg.activity_dungeon_cfgs" -ACTIVITY_DUNGEON_CFGS.nested_types = {} -ACTIVITY_DUNGEON_CFGS.enum_types = {} -ACTIVITY_DUNGEON_CFGS.fields = {ACTIVITY_DUNGEON_CFGS_ITEMS_FIELD} -ACTIVITY_DUNGEON_CFGS.is_extendable = false -ACTIVITY_DUNGEON_CFGS.extensions = {} -RESOURCE_COMPUND_CFG_ID_FIELD.name = "id" -RESOURCE_COMPUND_CFG_ID_FIELD.full_name = ".ftcfg.resource_compund_cfg.id" -RESOURCE_COMPUND_CFG_ID_FIELD.number = 1 -RESOURCE_COMPUND_CFG_ID_FIELD.index = 0 -RESOURCE_COMPUND_CFG_ID_FIELD.label = 2 -RESOURCE_COMPUND_CFG_ID_FIELD.has_default_value = false -RESOURCE_COMPUND_CFG_ID_FIELD.default_value = 0 -RESOURCE_COMPUND_CFG_ID_FIELD.type = 13 -RESOURCE_COMPUND_CFG_ID_FIELD.cpp_type = 3 - -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.name = "need_item_num" -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.full_name = ".ftcfg.resource_compund_cfg.need_item_num" -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.number = 2 -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.index = 1 -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.label = 2 -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.has_default_value = false -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.default_value = 0 -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.type = 5 -RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD.cpp_type = 1 - -RESOURCE_COMPUND_CFG.name = "resource_compund_cfg" -RESOURCE_COMPUND_CFG.full_name = ".ftcfg.resource_compund_cfg" -RESOURCE_COMPUND_CFG.nested_types = {} -RESOURCE_COMPUND_CFG.enum_types = {} -RESOURCE_COMPUND_CFG.fields = {RESOURCE_COMPUND_CFG_ID_FIELD, RESOURCE_COMPUND_CFG_NEED_ITEM_NUM_FIELD} -RESOURCE_COMPUND_CFG.is_extendable = false -RESOURCE_COMPUND_CFG.extensions = {} -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.name = "items" -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.full_name = ".ftcfg.resource_compund_cfgs.items" -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.number = 1 -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.index = 0 -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.label = 3 -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.has_default_value = false -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.default_value = {} -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.message_type = RESOURCE_COMPUND_CFG -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.type = 11 -RESOURCE_COMPUND_CFGS_ITEMS_FIELD.cpp_type = 10 - -RESOURCE_COMPUND_CFGS.name = "resource_compund_cfgs" -RESOURCE_COMPUND_CFGS.full_name = ".ftcfg.resource_compund_cfgs" -RESOURCE_COMPUND_CFGS.nested_types = {} -RESOURCE_COMPUND_CFGS.enum_types = {} -RESOURCE_COMPUND_CFGS.fields = {RESOURCE_COMPUND_CFGS_ITEMS_FIELD} -RESOURCE_COMPUND_CFGS.is_extendable = false -RESOURCE_COMPUND_CFGS.extensions = {} -ROUTE_MARK_CFG_ID_FIELD.name = "id" -ROUTE_MARK_CFG_ID_FIELD.full_name = ".ftcfg.route_mark_cfg.id" -ROUTE_MARK_CFG_ID_FIELD.number = 1 -ROUTE_MARK_CFG_ID_FIELD.index = 0 -ROUTE_MARK_CFG_ID_FIELD.label = 2 -ROUTE_MARK_CFG_ID_FIELD.has_default_value = false -ROUTE_MARK_CFG_ID_FIELD.default_value = 0 -ROUTE_MARK_CFG_ID_FIELD.type = 5 -ROUTE_MARK_CFG_ID_FIELD.cpp_type = 1 - -ROUTE_MARK_CFG_MODEL_ID_FIELD.name = "model_id" -ROUTE_MARK_CFG_MODEL_ID_FIELD.full_name = ".ftcfg.route_mark_cfg.model_id" -ROUTE_MARK_CFG_MODEL_ID_FIELD.number = 2 -ROUTE_MARK_CFG_MODEL_ID_FIELD.index = 1 -ROUTE_MARK_CFG_MODEL_ID_FIELD.label = 2 -ROUTE_MARK_CFG_MODEL_ID_FIELD.has_default_value = false -ROUTE_MARK_CFG_MODEL_ID_FIELD.default_value = 0 -ROUTE_MARK_CFG_MODEL_ID_FIELD.type = 5 -ROUTE_MARK_CFG_MODEL_ID_FIELD.cpp_type = 1 - -ROUTE_MARK_CFG_SCENE_ID_FIELD.name = "scene_id" -ROUTE_MARK_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.route_mark_cfg.scene_id" -ROUTE_MARK_CFG_SCENE_ID_FIELD.number = 3 -ROUTE_MARK_CFG_SCENE_ID_FIELD.index = 2 -ROUTE_MARK_CFG_SCENE_ID_FIELD.label = 2 -ROUTE_MARK_CFG_SCENE_ID_FIELD.has_default_value = false -ROUTE_MARK_CFG_SCENE_ID_FIELD.default_value = 0 -ROUTE_MARK_CFG_SCENE_ID_FIELD.type = 5 -ROUTE_MARK_CFG_SCENE_ID_FIELD.cpp_type = 1 - -ROUTE_MARK_CFG_POS_X_FIELD.name = "pos_x" -ROUTE_MARK_CFG_POS_X_FIELD.full_name = ".ftcfg.route_mark_cfg.pos_x" -ROUTE_MARK_CFG_POS_X_FIELD.number = 4 -ROUTE_MARK_CFG_POS_X_FIELD.index = 3 -ROUTE_MARK_CFG_POS_X_FIELD.label = 2 -ROUTE_MARK_CFG_POS_X_FIELD.has_default_value = false -ROUTE_MARK_CFG_POS_X_FIELD.default_value = 0 -ROUTE_MARK_CFG_POS_X_FIELD.type = 5 -ROUTE_MARK_CFG_POS_X_FIELD.cpp_type = 1 - -ROUTE_MARK_CFG_POS_Y_FIELD.name = "pos_y" -ROUTE_MARK_CFG_POS_Y_FIELD.full_name = ".ftcfg.route_mark_cfg.pos_y" -ROUTE_MARK_CFG_POS_Y_FIELD.number = 5 -ROUTE_MARK_CFG_POS_Y_FIELD.index = 4 -ROUTE_MARK_CFG_POS_Y_FIELD.label = 2 -ROUTE_MARK_CFG_POS_Y_FIELD.has_default_value = false -ROUTE_MARK_CFG_POS_Y_FIELD.default_value = 0 -ROUTE_MARK_CFG_POS_Y_FIELD.type = 5 -ROUTE_MARK_CFG_POS_Y_FIELD.cpp_type = 1 - -ROUTE_MARK_CFG_POS_Z_FIELD.name = "pos_z" -ROUTE_MARK_CFG_POS_Z_FIELD.full_name = ".ftcfg.route_mark_cfg.pos_z" -ROUTE_MARK_CFG_POS_Z_FIELD.number = 6 -ROUTE_MARK_CFG_POS_Z_FIELD.index = 5 -ROUTE_MARK_CFG_POS_Z_FIELD.label = 2 -ROUTE_MARK_CFG_POS_Z_FIELD.has_default_value = false -ROUTE_MARK_CFG_POS_Z_FIELD.default_value = 0 -ROUTE_MARK_CFG_POS_Z_FIELD.type = 5 -ROUTE_MARK_CFG_POS_Z_FIELD.cpp_type = 1 - -ROUTE_MARK_CFG.name = "route_mark_cfg" -ROUTE_MARK_CFG.full_name = ".ftcfg.route_mark_cfg" -ROUTE_MARK_CFG.nested_types = {} -ROUTE_MARK_CFG.enum_types = {} -ROUTE_MARK_CFG.fields = {ROUTE_MARK_CFG_ID_FIELD, ROUTE_MARK_CFG_MODEL_ID_FIELD, ROUTE_MARK_CFG_SCENE_ID_FIELD, ROUTE_MARK_CFG_POS_X_FIELD, ROUTE_MARK_CFG_POS_Y_FIELD, ROUTE_MARK_CFG_POS_Z_FIELD} -ROUTE_MARK_CFG.is_extendable = false -ROUTE_MARK_CFG.extensions = {} -ROUTE_MARK_CFGS_ITEMS_FIELD.name = "items" -ROUTE_MARK_CFGS_ITEMS_FIELD.full_name = ".ftcfg.route_mark_cfgs.items" -ROUTE_MARK_CFGS_ITEMS_FIELD.number = 1 -ROUTE_MARK_CFGS_ITEMS_FIELD.index = 0 -ROUTE_MARK_CFGS_ITEMS_FIELD.label = 3 -ROUTE_MARK_CFGS_ITEMS_FIELD.has_default_value = false -ROUTE_MARK_CFGS_ITEMS_FIELD.default_value = {} -ROUTE_MARK_CFGS_ITEMS_FIELD.message_type = ROUTE_MARK_CFG -ROUTE_MARK_CFGS_ITEMS_FIELD.type = 11 -ROUTE_MARK_CFGS_ITEMS_FIELD.cpp_type = 10 - -ROUTE_MARK_CFGS.name = "route_mark_cfgs" -ROUTE_MARK_CFGS.full_name = ".ftcfg.route_mark_cfgs" -ROUTE_MARK_CFGS.nested_types = {} -ROUTE_MARK_CFGS.enum_types = {} -ROUTE_MARK_CFGS.fields = {ROUTE_MARK_CFGS_ITEMS_FIELD} -ROUTE_MARK_CFGS.is_extendable = false -ROUTE_MARK_CFGS.extensions = {} -JUMP_CFG_ID_FIELD.name = "id" -JUMP_CFG_ID_FIELD.full_name = ".ftcfg.jump_cfg.id" -JUMP_CFG_ID_FIELD.number = 1 -JUMP_CFG_ID_FIELD.index = 0 -JUMP_CFG_ID_FIELD.label = 2 -JUMP_CFG_ID_FIELD.has_default_value = false -JUMP_CFG_ID_FIELD.default_value = 0 -JUMP_CFG_ID_FIELD.type = 5 -JUMP_CFG_ID_FIELD.cpp_type = 1 - -JUMP_CFG_WAY_POINTS_FIELD.name = "way_points" -JUMP_CFG_WAY_POINTS_FIELD.full_name = ".ftcfg.jump_cfg.way_points" -JUMP_CFG_WAY_POINTS_FIELD.number = 2 -JUMP_CFG_WAY_POINTS_FIELD.index = 1 -JUMP_CFG_WAY_POINTS_FIELD.label = 3 -JUMP_CFG_WAY_POINTS_FIELD.has_default_value = false -JUMP_CFG_WAY_POINTS_FIELD.default_value = {} -JUMP_CFG_WAY_POINTS_FIELD.type = 2 -JUMP_CFG_WAY_POINTS_FIELD.cpp_type = 6 - -JUMP_CFG_JUMP_ACTION_ID_FIELD.name = "jump_action_id" -JUMP_CFG_JUMP_ACTION_ID_FIELD.full_name = ".ftcfg.jump_cfg.jump_action_id" -JUMP_CFG_JUMP_ACTION_ID_FIELD.number = 3 -JUMP_CFG_JUMP_ACTION_ID_FIELD.index = 2 -JUMP_CFG_JUMP_ACTION_ID_FIELD.label = 3 -JUMP_CFG_JUMP_ACTION_ID_FIELD.has_default_value = false -JUMP_CFG_JUMP_ACTION_ID_FIELD.default_value = {} -JUMP_CFG_JUMP_ACTION_ID_FIELD.type = 5 -JUMP_CFG_JUMP_ACTION_ID_FIELD.cpp_type = 1 - -JUMP_CFG.name = "jump_cfg" -JUMP_CFG.full_name = ".ftcfg.jump_cfg" -JUMP_CFG.nested_types = {} -JUMP_CFG.enum_types = {} -JUMP_CFG.fields = {JUMP_CFG_ID_FIELD, JUMP_CFG_WAY_POINTS_FIELD, JUMP_CFG_JUMP_ACTION_ID_FIELD} -JUMP_CFG.is_extendable = false -JUMP_CFG.extensions = {} -JUMP_CFGS_ITEMS_FIELD.name = "items" -JUMP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.jump_cfgs.items" -JUMP_CFGS_ITEMS_FIELD.number = 1 -JUMP_CFGS_ITEMS_FIELD.index = 0 -JUMP_CFGS_ITEMS_FIELD.label = 3 -JUMP_CFGS_ITEMS_FIELD.has_default_value = false -JUMP_CFGS_ITEMS_FIELD.default_value = {} -JUMP_CFGS_ITEMS_FIELD.message_type = JUMP_CFG -JUMP_CFGS_ITEMS_FIELD.type = 11 -JUMP_CFGS_ITEMS_FIELD.cpp_type = 10 - -JUMP_CFGS.name = "jump_cfgs" -JUMP_CFGS.full_name = ".ftcfg.jump_cfgs" -JUMP_CFGS.nested_types = {} -JUMP_CFGS.enum_types = {} -JUMP_CFGS.fields = {JUMP_CFGS_ITEMS_FIELD} -JUMP_CFGS.is_extendable = false -JUMP_CFGS.extensions = {} -JUMP_ACTION_CFG_ID_FIELD.name = "id" -JUMP_ACTION_CFG_ID_FIELD.full_name = ".ftcfg.jump_action_cfg.id" -JUMP_ACTION_CFG_ID_FIELD.number = 1 -JUMP_ACTION_CFG_ID_FIELD.index = 0 -JUMP_ACTION_CFG_ID_FIELD.label = 2 -JUMP_ACTION_CFG_ID_FIELD.has_default_value = false -JUMP_ACTION_CFG_ID_FIELD.default_value = 0 -JUMP_ACTION_CFG_ID_FIELD.type = 5 -JUMP_ACTION_CFG_ID_FIELD.cpp_type = 1 - -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.name = "animation_name" -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.full_name = ".ftcfg.jump_action_cfg.animation_name" -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.number = 2 -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.index = 1 -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.label = 2 -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.has_default_value = false -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.default_value = "" -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.type = 9 -JUMP_ACTION_CFG_ANIMATION_NAME_FIELD.cpp_type = 9 - -JUMP_ACTION_CFG_SPLITES_FIELD.name = "splites" -JUMP_ACTION_CFG_SPLITES_FIELD.full_name = ".ftcfg.jump_action_cfg.splites" -JUMP_ACTION_CFG_SPLITES_FIELD.number = 3 -JUMP_ACTION_CFG_SPLITES_FIELD.index = 2 -JUMP_ACTION_CFG_SPLITES_FIELD.label = 3 -JUMP_ACTION_CFG_SPLITES_FIELD.has_default_value = false -JUMP_ACTION_CFG_SPLITES_FIELD.default_value = {} -JUMP_ACTION_CFG_SPLITES_FIELD.type = 2 -JUMP_ACTION_CFG_SPLITES_FIELD.cpp_type = 6 - -JUMP_ACTION_CFG_DURATION_FIELD.name = "duration" -JUMP_ACTION_CFG_DURATION_FIELD.full_name = ".ftcfg.jump_action_cfg.duration" -JUMP_ACTION_CFG_DURATION_FIELD.number = 4 -JUMP_ACTION_CFG_DURATION_FIELD.index = 3 -JUMP_ACTION_CFG_DURATION_FIELD.label = 2 -JUMP_ACTION_CFG_DURATION_FIELD.has_default_value = false -JUMP_ACTION_CFG_DURATION_FIELD.default_value = 0.0 -JUMP_ACTION_CFG_DURATION_FIELD.type = 2 -JUMP_ACTION_CFG_DURATION_FIELD.cpp_type = 6 - -JUMP_ACTION_CFG.name = "jump_action_cfg" -JUMP_ACTION_CFG.full_name = ".ftcfg.jump_action_cfg" -JUMP_ACTION_CFG.nested_types = {} -JUMP_ACTION_CFG.enum_types = {} -JUMP_ACTION_CFG.fields = {JUMP_ACTION_CFG_ID_FIELD, JUMP_ACTION_CFG_ANIMATION_NAME_FIELD, JUMP_ACTION_CFG_SPLITES_FIELD, JUMP_ACTION_CFG_DURATION_FIELD} -JUMP_ACTION_CFG.is_extendable = false -JUMP_ACTION_CFG.extensions = {} -JUMP_ACTION_CFGS_ITEMS_FIELD.name = "items" -JUMP_ACTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.jump_action_cfgs.items" -JUMP_ACTION_CFGS_ITEMS_FIELD.number = 1 -JUMP_ACTION_CFGS_ITEMS_FIELD.index = 0 -JUMP_ACTION_CFGS_ITEMS_FIELD.label = 3 -JUMP_ACTION_CFGS_ITEMS_FIELD.has_default_value = false -JUMP_ACTION_CFGS_ITEMS_FIELD.default_value = {} -JUMP_ACTION_CFGS_ITEMS_FIELD.message_type = JUMP_ACTION_CFG -JUMP_ACTION_CFGS_ITEMS_FIELD.type = 11 -JUMP_ACTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -JUMP_ACTION_CFGS.name = "jump_action_cfgs" -JUMP_ACTION_CFGS.full_name = ".ftcfg.jump_action_cfgs" -JUMP_ACTION_CFGS.nested_types = {} -JUMP_ACTION_CFGS.enum_types = {} -JUMP_ACTION_CFGS.fields = {JUMP_ACTION_CFGS_ITEMS_FIELD} -JUMP_ACTION_CFGS.is_extendable = false -JUMP_ACTION_CFGS.extensions = {} -MAGIC_ATT_CFG_ID_FIELD.name = "id" -MAGIC_ATT_CFG_ID_FIELD.full_name = ".ftcfg.magic_att_cfg.id" -MAGIC_ATT_CFG_ID_FIELD.number = 1 -MAGIC_ATT_CFG_ID_FIELD.index = 0 -MAGIC_ATT_CFG_ID_FIELD.label = 2 -MAGIC_ATT_CFG_ID_FIELD.has_default_value = false -MAGIC_ATT_CFG_ID_FIELD.default_value = 0 -MAGIC_ATT_CFG_ID_FIELD.type = 5 -MAGIC_ATT_CFG_ID_FIELD.cpp_type = 1 - -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.name = "magic_type" -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.full_name = ".ftcfg.magic_att_cfg.magic_type" -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.number = 2 -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.index = 1 -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.label = 2 -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.has_default_value = false -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.default_value = 0 -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.type = 5 -MAGIC_ATT_CFG_MAGIC_TYPE_FIELD.cpp_type = 1 - -MAGIC_ATT_CFG_RANGE_FIELD.name = "range" -MAGIC_ATT_CFG_RANGE_FIELD.full_name = ".ftcfg.magic_att_cfg.range" -MAGIC_ATT_CFG_RANGE_FIELD.number = 3 -MAGIC_ATT_CFG_RANGE_FIELD.index = 2 -MAGIC_ATT_CFG_RANGE_FIELD.label = 2 -MAGIC_ATT_CFG_RANGE_FIELD.has_default_value = false -MAGIC_ATT_CFG_RANGE_FIELD.default_value = 0 -MAGIC_ATT_CFG_RANGE_FIELD.type = 5 -MAGIC_ATT_CFG_RANGE_FIELD.cpp_type = 1 - -MAGIC_ATT_CFG_PROP_TYPE_FIELD.name = "prop_type" -MAGIC_ATT_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.magic_att_cfg.prop_type" -MAGIC_ATT_CFG_PROP_TYPE_FIELD.number = 4 -MAGIC_ATT_CFG_PROP_TYPE_FIELD.index = 3 -MAGIC_ATT_CFG_PROP_TYPE_FIELD.label = 3 -MAGIC_ATT_CFG_PROP_TYPE_FIELD.has_default_value = false -MAGIC_ATT_CFG_PROP_TYPE_FIELD.default_value = {} -MAGIC_ATT_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPOPTYPE -MAGIC_ATT_CFG_PROP_TYPE_FIELD.type = 14 -MAGIC_ATT_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -MAGIC_ATT_CFG_ATT_TYPE_FIELD.name = "att_type" -MAGIC_ATT_CFG_ATT_TYPE_FIELD.full_name = ".ftcfg.magic_att_cfg.att_type" -MAGIC_ATT_CFG_ATT_TYPE_FIELD.number = 5 -MAGIC_ATT_CFG_ATT_TYPE_FIELD.index = 4 -MAGIC_ATT_CFG_ATT_TYPE_FIELD.label = 3 -MAGIC_ATT_CFG_ATT_TYPE_FIELD.has_default_value = false -MAGIC_ATT_CFG_ATT_TYPE_FIELD.default_value = {} -MAGIC_ATT_CFG_ATT_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -MAGIC_ATT_CFG_ATT_TYPE_FIELD.type = 14 -MAGIC_ATT_CFG_ATT_TYPE_FIELD.cpp_type = 8 - -MAGIC_ATT_CFG_ATT_VALUE_FIELD.name = "att_value" -MAGIC_ATT_CFG_ATT_VALUE_FIELD.full_name = ".ftcfg.magic_att_cfg.att_value" -MAGIC_ATT_CFG_ATT_VALUE_FIELD.number = 6 -MAGIC_ATT_CFG_ATT_VALUE_FIELD.index = 5 -MAGIC_ATT_CFG_ATT_VALUE_FIELD.label = 3 -MAGIC_ATT_CFG_ATT_VALUE_FIELD.has_default_value = false -MAGIC_ATT_CFG_ATT_VALUE_FIELD.default_value = {} -MAGIC_ATT_CFG_ATT_VALUE_FIELD.type = 2 -MAGIC_ATT_CFG_ATT_VALUE_FIELD.cpp_type = 6 - -MAGIC_ATT_CFG_NAME_FIELD.name = "name" -MAGIC_ATT_CFG_NAME_FIELD.full_name = ".ftcfg.magic_att_cfg.name" -MAGIC_ATT_CFG_NAME_FIELD.number = 7 -MAGIC_ATT_CFG_NAME_FIELD.index = 6 -MAGIC_ATT_CFG_NAME_FIELD.label = 2 -MAGIC_ATT_CFG_NAME_FIELD.has_default_value = false -MAGIC_ATT_CFG_NAME_FIELD.default_value = "" -MAGIC_ATT_CFG_NAME_FIELD.type = 9 -MAGIC_ATT_CFG_NAME_FIELD.cpp_type = 9 - -MAGIC_ATT_CFG_DESC_FIELD.name = "desc" -MAGIC_ATT_CFG_DESC_FIELD.full_name = ".ftcfg.magic_att_cfg.desc" -MAGIC_ATT_CFG_DESC_FIELD.number = 8 -MAGIC_ATT_CFG_DESC_FIELD.index = 7 -MAGIC_ATT_CFG_DESC_FIELD.label = 2 -MAGIC_ATT_CFG_DESC_FIELD.has_default_value = false -MAGIC_ATT_CFG_DESC_FIELD.default_value = "" -MAGIC_ATT_CFG_DESC_FIELD.type = 9 -MAGIC_ATT_CFG_DESC_FIELD.cpp_type = 9 - -MAGIC_ATT_CFG_ICON_FIELD.name = "icon" -MAGIC_ATT_CFG_ICON_FIELD.full_name = ".ftcfg.magic_att_cfg.icon" -MAGIC_ATT_CFG_ICON_FIELD.number = 9 -MAGIC_ATT_CFG_ICON_FIELD.index = 8 -MAGIC_ATT_CFG_ICON_FIELD.label = 2 -MAGIC_ATT_CFG_ICON_FIELD.has_default_value = false -MAGIC_ATT_CFG_ICON_FIELD.default_value = 0 -MAGIC_ATT_CFG_ICON_FIELD.type = 5 -MAGIC_ATT_CFG_ICON_FIELD.cpp_type = 1 - -MAGIC_ATT_CFG.name = "magic_att_cfg" -MAGIC_ATT_CFG.full_name = ".ftcfg.magic_att_cfg" -MAGIC_ATT_CFG.nested_types = {} -MAGIC_ATT_CFG.enum_types = {} -MAGIC_ATT_CFG.fields = {MAGIC_ATT_CFG_ID_FIELD, MAGIC_ATT_CFG_MAGIC_TYPE_FIELD, MAGIC_ATT_CFG_RANGE_FIELD, MAGIC_ATT_CFG_PROP_TYPE_FIELD, MAGIC_ATT_CFG_ATT_TYPE_FIELD, MAGIC_ATT_CFG_ATT_VALUE_FIELD, MAGIC_ATT_CFG_NAME_FIELD, MAGIC_ATT_CFG_DESC_FIELD, MAGIC_ATT_CFG_ICON_FIELD} -MAGIC_ATT_CFG.is_extendable = false -MAGIC_ATT_CFG.extensions = {} -MAGIC_ATT_CFGS_ITEMS_FIELD.name = "items" -MAGIC_ATT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_att_cfgs.items" -MAGIC_ATT_CFGS_ITEMS_FIELD.number = 1 -MAGIC_ATT_CFGS_ITEMS_FIELD.index = 0 -MAGIC_ATT_CFGS_ITEMS_FIELD.label = 3 -MAGIC_ATT_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_ATT_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_ATT_CFGS_ITEMS_FIELD.message_type = MAGIC_ATT_CFG -MAGIC_ATT_CFGS_ITEMS_FIELD.type = 11 -MAGIC_ATT_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_ATT_CFGS.name = "magic_att_cfgs" -MAGIC_ATT_CFGS.full_name = ".ftcfg.magic_att_cfgs" -MAGIC_ATT_CFGS.nested_types = {} -MAGIC_ATT_CFGS.enum_types = {} -MAGIC_ATT_CFGS.fields = {MAGIC_ATT_CFGS_ITEMS_FIELD} -MAGIC_ATT_CFGS.is_extendable = false -MAGIC_ATT_CFGS.extensions = {} -MAGIC_OSTIOLE_CFG_ID_FIELD.name = "id" -MAGIC_OSTIOLE_CFG_ID_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.id" -MAGIC_OSTIOLE_CFG_ID_FIELD.number = 1 -MAGIC_OSTIOLE_CFG_ID_FIELD.index = 0 -MAGIC_OSTIOLE_CFG_ID_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_ID_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_ID_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_ID_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_ID_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_POS_FIELD.name = "pos" -MAGIC_OSTIOLE_CFG_POS_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.pos" -MAGIC_OSTIOLE_CFG_POS_FIELD.number = 2 -MAGIC_OSTIOLE_CFG_POS_FIELD.index = 1 -MAGIC_OSTIOLE_CFG_POS_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_POS_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_POS_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_POS_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_POS_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.name = "magic_type" -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.magic_type" -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.number = 3 -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.index = 2 -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.name = "player_level" -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.player_level" -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.number = 4 -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.index = 3 -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_RANGE_FIELD.name = "range" -MAGIC_OSTIOLE_CFG_RANGE_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.range" -MAGIC_OSTIOLE_CFG_RANGE_FIELD.number = 5 -MAGIC_OSTIOLE_CFG_RANGE_FIELD.index = 4 -MAGIC_OSTIOLE_CFG_RANGE_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_RANGE_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_RANGE_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_RANGE_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_RANGE_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.name = "item_id" -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.item_id" -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.number = 6 -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.index = 5 -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.name = "item_num" -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.item_num" -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.number = 7 -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.index = 6 -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.name = "max_beatific" -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.full_name = ".ftcfg.magic_ostiole_cfg.max_beatific" -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.number = 8 -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.index = 7 -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.label = 2 -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.default_value = 0 -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.type = 5 -MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD.cpp_type = 1 - -MAGIC_OSTIOLE_CFG.name = "magic_ostiole_cfg" -MAGIC_OSTIOLE_CFG.full_name = ".ftcfg.magic_ostiole_cfg" -MAGIC_OSTIOLE_CFG.nested_types = {} -MAGIC_OSTIOLE_CFG.enum_types = {} -MAGIC_OSTIOLE_CFG.fields = {MAGIC_OSTIOLE_CFG_ID_FIELD, MAGIC_OSTIOLE_CFG_POS_FIELD, MAGIC_OSTIOLE_CFG_MAGIC_TYPE_FIELD, MAGIC_OSTIOLE_CFG_PLAYER_LEVEL_FIELD, MAGIC_OSTIOLE_CFG_RANGE_FIELD, MAGIC_OSTIOLE_CFG_ITEM_ID_FIELD, MAGIC_OSTIOLE_CFG_ITEM_NUM_FIELD, MAGIC_OSTIOLE_CFG_MAX_BEATIFIC_FIELD} -MAGIC_OSTIOLE_CFG.is_extendable = false -MAGIC_OSTIOLE_CFG.extensions = {} -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.name = "items" -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_ostiole_cfgs.items" -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.number = 1 -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.index = 0 -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.label = 3 -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.message_type = MAGIC_OSTIOLE_CFG -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.type = 11 -MAGIC_OSTIOLE_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_OSTIOLE_CFGS.name = "magic_ostiole_cfgs" -MAGIC_OSTIOLE_CFGS.full_name = ".ftcfg.magic_ostiole_cfgs" -MAGIC_OSTIOLE_CFGS.nested_types = {} -MAGIC_OSTIOLE_CFGS.enum_types = {} -MAGIC_OSTIOLE_CFGS.fields = {MAGIC_OSTIOLE_CFGS_ITEMS_FIELD} -MAGIC_OSTIOLE_CFGS.is_extendable = false -MAGIC_OSTIOLE_CFGS.extensions = {} -MAGIC_LEVELUP_CFG_ID_FIELD.name = "id" -MAGIC_LEVELUP_CFG_ID_FIELD.full_name = ".ftcfg.magic_levelup_cfg.id" -MAGIC_LEVELUP_CFG_ID_FIELD.number = 1 -MAGIC_LEVELUP_CFG_ID_FIELD.index = 0 -MAGIC_LEVELUP_CFG_ID_FIELD.label = 2 -MAGIC_LEVELUP_CFG_ID_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_ID_FIELD.default_value = 0 -MAGIC_LEVELUP_CFG_ID_FIELD.type = 5 -MAGIC_LEVELUP_CFG_ID_FIELD.cpp_type = 1 - -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.name = "magic_level" -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.full_name = ".ftcfg.magic_levelup_cfg.magic_level" -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.number = 2 -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.index = 1 -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.label = 2 -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.default_value = 0 -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.type = 5 -MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD.cpp_type = 1 - -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.name = "prop_type" -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.magic_levelup_cfg.prop_type" -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.number = 3 -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.index = 2 -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.label = 3 -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.default_value = {} -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPOPTYPE -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.type = 14 -MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.name = "att_type" -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.full_name = ".ftcfg.magic_levelup_cfg.att_type" -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.number = 4 -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.index = 3 -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.label = 3 -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.default_value = {} -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.type = 14 -MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD.cpp_type = 8 - -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.name = "att_value" -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.full_name = ".ftcfg.magic_levelup_cfg.att_value" -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.number = 5 -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.index = 4 -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.label = 3 -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.default_value = {} -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.type = 2 -MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD.cpp_type = 6 - -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.name = "item_id" -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.magic_levelup_cfg.item_id" -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.number = 6 -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.index = 5 -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.label = 2 -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.default_value = 0 -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.type = 5 -MAGIC_LEVELUP_CFG_ITEM_ID_FIELD.cpp_type = 1 - -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.name = "item_num" -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.full_name = ".ftcfg.magic_levelup_cfg.item_num" -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.number = 7 -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.index = 6 -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.label = 2 -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.default_value = 0 -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.type = 5 -MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD.cpp_type = 1 - -MAGIC_LEVELUP_CFG_RANGE_FIELD.name = "range" -MAGIC_LEVELUP_CFG_RANGE_FIELD.full_name = ".ftcfg.magic_levelup_cfg.range" -MAGIC_LEVELUP_CFG_RANGE_FIELD.number = 8 -MAGIC_LEVELUP_CFG_RANGE_FIELD.index = 7 -MAGIC_LEVELUP_CFG_RANGE_FIELD.label = 2 -MAGIC_LEVELUP_CFG_RANGE_FIELD.has_default_value = false -MAGIC_LEVELUP_CFG_RANGE_FIELD.default_value = 0 -MAGIC_LEVELUP_CFG_RANGE_FIELD.type = 5 -MAGIC_LEVELUP_CFG_RANGE_FIELD.cpp_type = 1 - -MAGIC_LEVELUP_CFG.name = "magic_levelup_cfg" -MAGIC_LEVELUP_CFG.full_name = ".ftcfg.magic_levelup_cfg" -MAGIC_LEVELUP_CFG.nested_types = {} -MAGIC_LEVELUP_CFG.enum_types = {} -MAGIC_LEVELUP_CFG.fields = {MAGIC_LEVELUP_CFG_ID_FIELD, MAGIC_LEVELUP_CFG_MAGIC_LEVEL_FIELD, MAGIC_LEVELUP_CFG_PROP_TYPE_FIELD, MAGIC_LEVELUP_CFG_ATT_TYPE_FIELD, MAGIC_LEVELUP_CFG_ATT_VALUE_FIELD, MAGIC_LEVELUP_CFG_ITEM_ID_FIELD, MAGIC_LEVELUP_CFG_ITEM_NUM_FIELD, MAGIC_LEVELUP_CFG_RANGE_FIELD} -MAGIC_LEVELUP_CFG.is_extendable = false -MAGIC_LEVELUP_CFG.extensions = {} -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.name = "items" -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_levelup_cfgs.items" -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.number = 1 -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.index = 0 -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.label = 3 -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.message_type = MAGIC_LEVELUP_CFG -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.type = 11 -MAGIC_LEVELUP_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_LEVELUP_CFGS.name = "magic_levelup_cfgs" -MAGIC_LEVELUP_CFGS.full_name = ".ftcfg.magic_levelup_cfgs" -MAGIC_LEVELUP_CFGS.nested_types = {} -MAGIC_LEVELUP_CFGS.enum_types = {} -MAGIC_LEVELUP_CFGS.fields = {MAGIC_LEVELUP_CFGS_ITEMS_FIELD} -MAGIC_LEVELUP_CFGS.is_extendable = false -MAGIC_LEVELUP_CFGS.extensions = {} -MAGIC_COMBINATION_CFG_ID_FIELD.name = "id" -MAGIC_COMBINATION_CFG_ID_FIELD.full_name = ".ftcfg.magic_combination_cfg.id" -MAGIC_COMBINATION_CFG_ID_FIELD.number = 1 -MAGIC_COMBINATION_CFG_ID_FIELD.index = 0 -MAGIC_COMBINATION_CFG_ID_FIELD.label = 2 -MAGIC_COMBINATION_CFG_ID_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_ID_FIELD.default_value = 0 -MAGIC_COMBINATION_CFG_ID_FIELD.type = 5 -MAGIC_COMBINATION_CFG_ID_FIELD.cpp_type = 1 - -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.name = "combination_level" -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.full_name = ".ftcfg.magic_combination_cfg.combination_level" -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.number = 2 -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.index = 1 -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.label = 2 -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.default_value = 0 -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.type = 5 -MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD.cpp_type = 1 - -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.name = "magic_ids" -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.full_name = ".ftcfg.magic_combination_cfg.magic_ids" -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.number = 3 -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.index = 2 -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.label = 3 -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.default_value = {} -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.type = 5 -MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD.cpp_type = 1 - -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.name = "magic_num" -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.full_name = ".ftcfg.magic_combination_cfg.magic_num" -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.number = 4 -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.index = 3 -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.label = 3 -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.default_value = {} -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.type = 5 -MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD.cpp_type = 1 - -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.name = "prop_type" -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.magic_combination_cfg.prop_type" -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.number = 5 -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.index = 4 -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.label = 2 -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.default_value = nil -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPOPTYPE -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.type = 14 -MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.name = "att_type" -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.full_name = ".ftcfg.magic_combination_cfg.att_type" -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.number = 6 -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.index = 5 -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.label = 2 -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.default_value = nil -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.type = 14 -MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD.cpp_type = 8 - -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.name = "att_value" -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.full_name = ".ftcfg.magic_combination_cfg.att_value" -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.number = 7 -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.index = 6 -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.label = 2 -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.default_value = 0.0 -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.type = 2 -MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD.cpp_type = 6 - -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.name = "mg_name" -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.full_name = ".ftcfg.magic_combination_cfg.mg_name" -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.number = 8 -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.index = 7 -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.label = 2 -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.has_default_value = false -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.default_value = "" -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.type = 9 -MAGIC_COMBINATION_CFG_MG_NAME_FIELD.cpp_type = 9 - -MAGIC_COMBINATION_CFG.name = "magic_combination_cfg" -MAGIC_COMBINATION_CFG.full_name = ".ftcfg.magic_combination_cfg" -MAGIC_COMBINATION_CFG.nested_types = {} -MAGIC_COMBINATION_CFG.enum_types = {} -MAGIC_COMBINATION_CFG.fields = {MAGIC_COMBINATION_CFG_ID_FIELD, MAGIC_COMBINATION_CFG_COMBINATION_LEVEL_FIELD, MAGIC_COMBINATION_CFG_MAGIC_IDS_FIELD, MAGIC_COMBINATION_CFG_MAGIC_NUM_FIELD, MAGIC_COMBINATION_CFG_PROP_TYPE_FIELD, MAGIC_COMBINATION_CFG_ATT_TYPE_FIELD, MAGIC_COMBINATION_CFG_ATT_VALUE_FIELD, MAGIC_COMBINATION_CFG_MG_NAME_FIELD} -MAGIC_COMBINATION_CFG.is_extendable = false -MAGIC_COMBINATION_CFG.extensions = {} -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.name = "items" -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_combination_cfgs.items" -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.number = 1 -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.index = 0 -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.label = 3 -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.message_type = MAGIC_COMBINATION_CFG -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.type = 11 -MAGIC_COMBINATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_COMBINATION_CFGS.name = "magic_combination_cfgs" -MAGIC_COMBINATION_CFGS.full_name = ".ftcfg.magic_combination_cfgs" -MAGIC_COMBINATION_CFGS.nested_types = {} -MAGIC_COMBINATION_CFGS.enum_types = {} -MAGIC_COMBINATION_CFGS.fields = {MAGIC_COMBINATION_CFGS_ITEMS_FIELD} -MAGIC_COMBINATION_CFGS.is_extendable = false -MAGIC_COMBINATION_CFGS.extensions = {} -CONVOY_BIAOCHE_CFG_ID_FIELD.name = "id" -CONVOY_BIAOCHE_CFG_ID_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.id" -CONVOY_BIAOCHE_CFG_ID_FIELD.number = 1 -CONVOY_BIAOCHE_CFG_ID_FIELD.index = 0 -CONVOY_BIAOCHE_CFG_ID_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_ID_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_ID_FIELD.default_value = 0 -CONVOY_BIAOCHE_CFG_ID_FIELD.type = 5 -CONVOY_BIAOCHE_CFG_ID_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.name = "activity_type" -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.activity_type" -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.number = 2 -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.index = 1 -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.default_value = nil -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.enum_type = config_predefine_pb.EBATTLEACTIVITYTYPE -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.type = 14 -CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD.cpp_type = 8 - -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.name = "first_start_time" -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.first_start_time" -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.number = 3 -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.index = 2 -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.default_value = "" -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.type = 9 -CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD.cpp_type = 9 - -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.name = "first_end_time" -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.first_end_time" -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.number = 4 -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.index = 3 -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.default_value = "" -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.type = 9 -CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD.cpp_type = 9 - -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.name = "second_start_time" -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.second_start_time" -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.number = 5 -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.index = 4 -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.default_value = "" -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.type = 9 -CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD.cpp_type = 9 - -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.name = "second_end_time" -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.second_end_time" -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.number = 6 -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.index = 5 -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.default_value = "" -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.type = 9 -CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD.cpp_type = 9 - -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.name = "scene_id" -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.scene_id" -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.number = 7 -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.index = 6 -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.label = 3 -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.default_value = {} -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.type = 5 -CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.name = "week_loop" -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.full_name = ".ftcfg.convoy_biaoche_cfg.week_loop" -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.number = 8 -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.index = 7 -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.label = 2 -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.default_value = 0 -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.type = 5 -CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_CFG.name = "convoy_biaoche_cfg" -CONVOY_BIAOCHE_CFG.full_name = ".ftcfg.convoy_biaoche_cfg" -CONVOY_BIAOCHE_CFG.nested_types = {} -CONVOY_BIAOCHE_CFG.enum_types = {} -CONVOY_BIAOCHE_CFG.fields = {CONVOY_BIAOCHE_CFG_ID_FIELD, CONVOY_BIAOCHE_CFG_ACTIVITY_TYPE_FIELD, CONVOY_BIAOCHE_CFG_FIRST_START_TIME_FIELD, CONVOY_BIAOCHE_CFG_FIRST_END_TIME_FIELD, CONVOY_BIAOCHE_CFG_SECOND_START_TIME_FIELD, CONVOY_BIAOCHE_CFG_SECOND_END_TIME_FIELD, CONVOY_BIAOCHE_CFG_SCENE_ID_FIELD, CONVOY_BIAOCHE_CFG_WEEK_LOOP_FIELD} -CONVOY_BIAOCHE_CFG.is_extendable = false -CONVOY_BIAOCHE_CFG.extensions = {} -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.name = "items" -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.convoy_biaoche_cfgs.items" -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.number = 1 -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.index = 0 -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.label = 3 -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.has_default_value = false -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.default_value = {} -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.message_type = CONVOY_BIAOCHE_CFG -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.type = 11 -CONVOY_BIAOCHE_CFGS_ITEMS_FIELD.cpp_type = 10 - -CONVOY_BIAOCHE_CFGS.name = "convoy_biaoche_cfgs" -CONVOY_BIAOCHE_CFGS.full_name = ".ftcfg.convoy_biaoche_cfgs" -CONVOY_BIAOCHE_CFGS.nested_types = {} -CONVOY_BIAOCHE_CFGS.enum_types = {} -CONVOY_BIAOCHE_CFGS.fields = {CONVOY_BIAOCHE_CFGS_ITEMS_FIELD} -CONVOY_BIAOCHE_CFGS.is_extendable = false -CONVOY_BIAOCHE_CFGS.extensions = {} -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.name = "id" -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.id" -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.number = 1 -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.index = 0 -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.name = "level_min" -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.level_min" -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.number = 2 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.index = 1 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.name = "level_max" -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.level_max" -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.number = 3 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.index = 2 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.name = "mission_rate" -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.mission_rate" -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.number = 4 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.index = 3 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.name = "person_mission_id" -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.person_mission_id" -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.number = 5 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.index = 4 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.name = "team_mission_id" -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.team_mission_id" -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.number = 6 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.index = 5 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.name = "mission_npc_distance" -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.mission_npc_distance" -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.number = 7 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.index = 6 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.default_value = 0.0 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.type = 1 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD.cpp_type = 5 - -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.name = "mission_need_itemid" -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.mission_need_itemid" -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.number = 8 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.index = 7 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.name = "escort_distance_limit" -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.escort_distance_limit" -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.number = 9 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.index = 8 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.default_value = 0.0 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.type = 1 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD.cpp_type = 5 - -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.name = "escort_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.escort_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.number = 10 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.index = 9 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.name = "ride_limit" -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.ride_limit" -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.number = 11 -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.index = 10 -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.default_value = 0.0 -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.type = 1 -CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD.cpp_type = 5 - -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.name = "node_stay_time" -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.node_stay_time" -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.number = 12 -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.index = 11 -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.name = "same_camp_distance_limit" -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.same_camp_distance_limit" -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.number = 13 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.index = 12 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.default_value = 0.0 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.type = 1 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD.cpp_type = 5 - -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.name = "same_camp_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.same_camp_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.number = 14 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.index = 13 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.name = "robber_distance_limit" -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.robber_distance_limit" -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.number = 15 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.index = 14 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.default_value = 0.0 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.type = 1 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD.cpp_type = 5 - -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.name = "robber_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.robber_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.number = 16 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.index = 15 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.name = "complete_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.complete_time_limit" -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.number = 17 -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.index = 16 -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.name = "person_camp_reward" -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.person_camp_reward" -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.number = 18 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.index = 17 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.name = "person_enemy_reward" -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.person_enemy_reward" -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.number = 19 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.index = 18 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.name = "team_camp_reward" -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.team_camp_reward" -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.number = 20 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.index = 19 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.name = "team_enemy_reward" -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.team_enemy_reward" -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.number = 21 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.index = 20 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.name = "gold_limit" -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.gold_limit" -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.number = 22 -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.index = 21 -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.name = "silver_limit" -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.silver_limit" -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.number = 23 -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.index = 22 -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.label = 2 -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.default_value = 0 -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.name = "free_pos" -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.free_pos" -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.number = 24 -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.index = 23 -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.name = "alliance_pos" -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfg.alliance_pos" -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.number = 25 -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.index = 24 -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.type = 5 -CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD.cpp_type = 1 - -CONVOY_BIAOCHE_SCENE_CFG.name = "convoy_biaoche_scene_cfg" -CONVOY_BIAOCHE_SCENE_CFG.full_name = ".ftcfg.convoy_biaoche_scene_cfg" -CONVOY_BIAOCHE_SCENE_CFG.nested_types = {} -CONVOY_BIAOCHE_SCENE_CFG.enum_types = {} -CONVOY_BIAOCHE_SCENE_CFG.fields = {CONVOY_BIAOCHE_SCENE_CFG_ID_FIELD, CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MIN_FIELD, CONVOY_BIAOCHE_SCENE_CFG_LEVEL_MAX_FIELD, CONVOY_BIAOCHE_SCENE_CFG_MISSION_RATE_FIELD, CONVOY_BIAOCHE_SCENE_CFG_PERSON_MISSION_ID_FIELD, CONVOY_BIAOCHE_SCENE_CFG_TEAM_MISSION_ID_FIELD, CONVOY_BIAOCHE_SCENE_CFG_MISSION_NPC_DISTANCE_FIELD, CONVOY_BIAOCHE_SCENE_CFG_MISSION_NEED_ITEMID_FIELD, CONVOY_BIAOCHE_SCENE_CFG_ESCORT_DISTANCE_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_ESCORT_TIME_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_RIDE_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_NODE_STAY_TIME_FIELD, CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_DISTANCE_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_SAME_CAMP_TIME_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_ROBBER_DISTANCE_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_ROBBER_TIME_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_COMPLETE_TIME_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_PERSON_CAMP_REWARD_FIELD, CONVOY_BIAOCHE_SCENE_CFG_PERSON_ENEMY_REWARD_FIELD, CONVOY_BIAOCHE_SCENE_CFG_TEAM_CAMP_REWARD_FIELD, CONVOY_BIAOCHE_SCENE_CFG_TEAM_ENEMY_REWARD_FIELD, CONVOY_BIAOCHE_SCENE_CFG_GOLD_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_SILVER_LIMIT_FIELD, CONVOY_BIAOCHE_SCENE_CFG_FREE_POS_FIELD, CONVOY_BIAOCHE_SCENE_CFG_ALLIANCE_POS_FIELD} -CONVOY_BIAOCHE_SCENE_CFG.is_extendable = false -CONVOY_BIAOCHE_SCENE_CFG.extensions = {} -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.name = "items" -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.convoy_biaoche_scene_cfgs.items" -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.number = 1 -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.index = 0 -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.label = 3 -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.has_default_value = false -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.default_value = {} -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.message_type = CONVOY_BIAOCHE_SCENE_CFG -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.type = 11 -CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD.cpp_type = 10 - -CONVOY_BIAOCHE_SCENE_CFGS.name = "convoy_biaoche_scene_cfgs" -CONVOY_BIAOCHE_SCENE_CFGS.full_name = ".ftcfg.convoy_biaoche_scene_cfgs" -CONVOY_BIAOCHE_SCENE_CFGS.nested_types = {} -CONVOY_BIAOCHE_SCENE_CFGS.enum_types = {} -CONVOY_BIAOCHE_SCENE_CFGS.fields = {CONVOY_BIAOCHE_SCENE_CFGS_ITEMS_FIELD} -CONVOY_BIAOCHE_SCENE_CFGS.is_extendable = false -CONVOY_BIAOCHE_SCENE_CFGS.extensions = {} -ACTIVITY_INFO_CFG_ID_FIELD.name = "id" -ACTIVITY_INFO_CFG_ID_FIELD.full_name = ".ftcfg.activity_info_cfg.id" -ACTIVITY_INFO_CFG_ID_FIELD.number = 1 -ACTIVITY_INFO_CFG_ID_FIELD.index = 0 -ACTIVITY_INFO_CFG_ID_FIELD.label = 2 -ACTIVITY_INFO_CFG_ID_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_ID_FIELD.default_value = 0 -ACTIVITY_INFO_CFG_ID_FIELD.type = 5 -ACTIVITY_INFO_CFG_ID_FIELD.cpp_type = 1 - -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.name = "activity_type" -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.full_name = ".ftcfg.activity_info_cfg.activity_type" -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.number = 2 -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.index = 1 -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.label = 2 -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.default_value = nil -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.enum_type = config_predefine_pb.EBATTLEACTIVITYTYPE -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.type = 14 -ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD.cpp_type = 8 - -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.name = "func_type" -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.full_name = ".ftcfg.activity_info_cfg.func_type" -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.number = 3 -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.index = 2 -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.label = 2 -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.default_value = nil -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.enum_type = config_predefine_pb.EFUNCTYPE -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.type = 14 -ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD.cpp_type = 8 - -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.name = "entry_time" -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.full_name = ".ftcfg.activity_info_cfg.entry_time" -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.number = 4 -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.index = 3 -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.label = 2 -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.default_value = "" -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.type = 9 -ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD.cpp_type = 9 - -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.name = "entry_end_time" -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.full_name = ".ftcfg.activity_info_cfg.entry_end_time" -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.number = 5 -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.index = 4 -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.label = 2 -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.default_value = "" -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.type = 9 -ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD.cpp_type = 9 - -ACTIVITY_INFO_CFG_START_TIME_FIELD.name = "start_time" -ACTIVITY_INFO_CFG_START_TIME_FIELD.full_name = ".ftcfg.activity_info_cfg.start_time" -ACTIVITY_INFO_CFG_START_TIME_FIELD.number = 6 -ACTIVITY_INFO_CFG_START_TIME_FIELD.index = 5 -ACTIVITY_INFO_CFG_START_TIME_FIELD.label = 2 -ACTIVITY_INFO_CFG_START_TIME_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_START_TIME_FIELD.default_value = "" -ACTIVITY_INFO_CFG_START_TIME_FIELD.type = 9 -ACTIVITY_INFO_CFG_START_TIME_FIELD.cpp_type = 9 - -ACTIVITY_INFO_CFG_END_TIME_FIELD.name = "end_time" -ACTIVITY_INFO_CFG_END_TIME_FIELD.full_name = ".ftcfg.activity_info_cfg.end_time" -ACTIVITY_INFO_CFG_END_TIME_FIELD.number = 7 -ACTIVITY_INFO_CFG_END_TIME_FIELD.index = 6 -ACTIVITY_INFO_CFG_END_TIME_FIELD.label = 2 -ACTIVITY_INFO_CFG_END_TIME_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_END_TIME_FIELD.default_value = "" -ACTIVITY_INFO_CFG_END_TIME_FIELD.type = 9 -ACTIVITY_INFO_CFG_END_TIME_FIELD.cpp_type = 9 - -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.name = "level_limit" -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.full_name = ".ftcfg.activity_info_cfg.level_limit" -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.number = 8 -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.index = 7 -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.label = 2 -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.default_value = 0 -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.type = 5 -ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD.cpp_type = 1 - -ACTIVITY_INFO_CFG_TIMES_FIELD.name = "times" -ACTIVITY_INFO_CFG_TIMES_FIELD.full_name = ".ftcfg.activity_info_cfg.times" -ACTIVITY_INFO_CFG_TIMES_FIELD.number = 9 -ACTIVITY_INFO_CFG_TIMES_FIELD.index = 8 -ACTIVITY_INFO_CFG_TIMES_FIELD.label = 2 -ACTIVITY_INFO_CFG_TIMES_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_TIMES_FIELD.default_value = 0 -ACTIVITY_INFO_CFG_TIMES_FIELD.type = 5 -ACTIVITY_INFO_CFG_TIMES_FIELD.cpp_type = 1 - -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.name = "week_loop" -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.full_name = ".ftcfg.activity_info_cfg.week_loop" -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.number = 10 -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.index = 9 -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.label = 2 -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.has_default_value = false -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.default_value = 0 -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.type = 5 -ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD.cpp_type = 1 - -ACTIVITY_INFO_CFG.name = "activity_info_cfg" -ACTIVITY_INFO_CFG.full_name = ".ftcfg.activity_info_cfg" -ACTIVITY_INFO_CFG.nested_types = {} -ACTIVITY_INFO_CFG.enum_types = {} -ACTIVITY_INFO_CFG.fields = {ACTIVITY_INFO_CFG_ID_FIELD, ACTIVITY_INFO_CFG_ACTIVITY_TYPE_FIELD, ACTIVITY_INFO_CFG_FUNC_TYPE_FIELD, ACTIVITY_INFO_CFG_ENTRY_TIME_FIELD, ACTIVITY_INFO_CFG_ENTRY_END_TIME_FIELD, ACTIVITY_INFO_CFG_START_TIME_FIELD, ACTIVITY_INFO_CFG_END_TIME_FIELD, ACTIVITY_INFO_CFG_LEVEL_LIMIT_FIELD, ACTIVITY_INFO_CFG_TIMES_FIELD, ACTIVITY_INFO_CFG_WEEK_LOOP_FIELD} -ACTIVITY_INFO_CFG.is_extendable = false -ACTIVITY_INFO_CFG.extensions = {} -ACTIVITY_INFO_CFGS_ITEMS_FIELD.name = "items" -ACTIVITY_INFO_CFGS_ITEMS_FIELD.full_name = ".ftcfg.activity_info_cfgs.items" -ACTIVITY_INFO_CFGS_ITEMS_FIELD.number = 1 -ACTIVITY_INFO_CFGS_ITEMS_FIELD.index = 0 -ACTIVITY_INFO_CFGS_ITEMS_FIELD.label = 3 -ACTIVITY_INFO_CFGS_ITEMS_FIELD.has_default_value = false -ACTIVITY_INFO_CFGS_ITEMS_FIELD.default_value = {} -ACTIVITY_INFO_CFGS_ITEMS_FIELD.message_type = ACTIVITY_INFO_CFG -ACTIVITY_INFO_CFGS_ITEMS_FIELD.type = 11 -ACTIVITY_INFO_CFGS_ITEMS_FIELD.cpp_type = 10 - -ACTIVITY_INFO_CFGS.name = "activity_info_cfgs" -ACTIVITY_INFO_CFGS.full_name = ".ftcfg.activity_info_cfgs" -ACTIVITY_INFO_CFGS.nested_types = {} -ACTIVITY_INFO_CFGS.enum_types = {} -ACTIVITY_INFO_CFGS.fields = {ACTIVITY_INFO_CFGS_ITEMS_FIELD} -ACTIVITY_INFO_CFGS.is_extendable = false -ACTIVITY_INFO_CFGS.extensions = {} -ACTIVITY_ROOMS_CFG_ID_FIELD.name = "id" -ACTIVITY_ROOMS_CFG_ID_FIELD.full_name = ".ftcfg.activity_rooms_cfg.id" -ACTIVITY_ROOMS_CFG_ID_FIELD.number = 1 -ACTIVITY_ROOMS_CFG_ID_FIELD.index = 0 -ACTIVITY_ROOMS_CFG_ID_FIELD.label = 2 -ACTIVITY_ROOMS_CFG_ID_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFG_ID_FIELD.default_value = 0 -ACTIVITY_ROOMS_CFG_ID_FIELD.type = 5 -ACTIVITY_ROOMS_CFG_ID_FIELD.cpp_type = 1 - -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.name = "area_id" -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.full_name = ".ftcfg.activity_rooms_cfg.area_id" -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.number = 2 -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.index = 1 -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.label = 2 -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.default_value = 0 -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.type = 5 -ACTIVITY_ROOMS_CFG_AREA_ID_FIELD.cpp_type = 1 - -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.name = "red_num" -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.full_name = ".ftcfg.activity_rooms_cfg.red_num" -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.number = 3 -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.index = 2 -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.label = 2 -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.default_value = 0 -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.type = 5 -ACTIVITY_ROOMS_CFG_RED_NUM_FIELD.cpp_type = 1 - -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.name = "blue_num" -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.full_name = ".ftcfg.activity_rooms_cfg.blue_num" -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.number = 4 -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.index = 3 -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.label = 2 -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.default_value = 0 -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.type = 5 -ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD.cpp_type = 1 - -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.name = "min_level" -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.full_name = ".ftcfg.activity_rooms_cfg.min_level" -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.number = 5 -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.index = 4 -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.label = 2 -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.default_value = 0 -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.type = 5 -ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD.cpp_type = 1 - -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.name = "max_level" -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.full_name = ".ftcfg.activity_rooms_cfg.max_level" -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.number = 6 -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.index = 5 -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.label = 2 -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.default_value = 0 -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.type = 5 -ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD.cpp_type = 1 - -ACTIVITY_ROOMS_CFG.name = "activity_rooms_cfg" -ACTIVITY_ROOMS_CFG.full_name = ".ftcfg.activity_rooms_cfg" -ACTIVITY_ROOMS_CFG.nested_types = {} -ACTIVITY_ROOMS_CFG.enum_types = {} -ACTIVITY_ROOMS_CFG.fields = {ACTIVITY_ROOMS_CFG_ID_FIELD, ACTIVITY_ROOMS_CFG_AREA_ID_FIELD, ACTIVITY_ROOMS_CFG_RED_NUM_FIELD, ACTIVITY_ROOMS_CFG_BLUE_NUM_FIELD, ACTIVITY_ROOMS_CFG_MIN_LEVEL_FIELD, ACTIVITY_ROOMS_CFG_MAX_LEVEL_FIELD} -ACTIVITY_ROOMS_CFG.is_extendable = false -ACTIVITY_ROOMS_CFG.extensions = {} -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.name = "items" -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.activity_rooms_cfgs.items" -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.number = 1 -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.index = 0 -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.label = 3 -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.has_default_value = false -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.default_value = {} -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.message_type = ACTIVITY_ROOMS_CFG -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.type = 11 -ACTIVITY_ROOMS_CFGS_ITEMS_FIELD.cpp_type = 10 - -ACTIVITY_ROOMS_CFGS.name = "activity_rooms_cfgs" -ACTIVITY_ROOMS_CFGS.full_name = ".ftcfg.activity_rooms_cfgs" -ACTIVITY_ROOMS_CFGS.nested_types = {} -ACTIVITY_ROOMS_CFGS.enum_types = {} -ACTIVITY_ROOMS_CFGS.fields = {ACTIVITY_ROOMS_CFGS_ITEMS_FIELD} -ACTIVITY_ROOMS_CFGS.is_extendable = false -ACTIVITY_ROOMS_CFGS.extensions = {} -GROW_POINT_CFG_ID_FIELD.name = "id" -GROW_POINT_CFG_ID_FIELD.full_name = ".ftcfg.grow_point_cfg.id" -GROW_POINT_CFG_ID_FIELD.number = 1 -GROW_POINT_CFG_ID_FIELD.index = 0 -GROW_POINT_CFG_ID_FIELD.label = 2 -GROW_POINT_CFG_ID_FIELD.has_default_value = false -GROW_POINT_CFG_ID_FIELD.default_value = 0 -GROW_POINT_CFG_ID_FIELD.type = 5 -GROW_POINT_CFG_ID_FIELD.cpp_type = 1 - -GROW_POINT_CFG_NAME_FIELD.name = "name" -GROW_POINT_CFG_NAME_FIELD.full_name = ".ftcfg.grow_point_cfg.name" -GROW_POINT_CFG_NAME_FIELD.number = 2 -GROW_POINT_CFG_NAME_FIELD.index = 1 -GROW_POINT_CFG_NAME_FIELD.label = 2 -GROW_POINT_CFG_NAME_FIELD.has_default_value = false -GROW_POINT_CFG_NAME_FIELD.default_value = 0 -GROW_POINT_CFG_NAME_FIELD.type = 5 -GROW_POINT_CFG_NAME_FIELD.cpp_type = 1 - -GROW_POINT_CFG_MODULE_FIELD.name = "module" -GROW_POINT_CFG_MODULE_FIELD.full_name = ".ftcfg.grow_point_cfg.module" -GROW_POINT_CFG_MODULE_FIELD.number = 3 -GROW_POINT_CFG_MODULE_FIELD.index = 2 -GROW_POINT_CFG_MODULE_FIELD.label = 2 -GROW_POINT_CFG_MODULE_FIELD.has_default_value = false -GROW_POINT_CFG_MODULE_FIELD.default_value = 0 -GROW_POINT_CFG_MODULE_FIELD.type = 5 -GROW_POINT_CFG_MODULE_FIELD.cpp_type = 1 - -GROW_POINT_CFG_DESC_FIELD.name = "desc" -GROW_POINT_CFG_DESC_FIELD.full_name = ".ftcfg.grow_point_cfg.desc" -GROW_POINT_CFG_DESC_FIELD.number = 4 -GROW_POINT_CFG_DESC_FIELD.index = 3 -GROW_POINT_CFG_DESC_FIELD.label = 2 -GROW_POINT_CFG_DESC_FIELD.has_default_value = false -GROW_POINT_CFG_DESC_FIELD.default_value = 0 -GROW_POINT_CFG_DESC_FIELD.type = 5 -GROW_POINT_CFG_DESC_FIELD.cpp_type = 1 - -GROW_POINT_CFG_MAP_ID_FIELD.name = "map_id" -GROW_POINT_CFG_MAP_ID_FIELD.full_name = ".ftcfg.grow_point_cfg.map_id" -GROW_POINT_CFG_MAP_ID_FIELD.number = 5 -GROW_POINT_CFG_MAP_ID_FIELD.index = 4 -GROW_POINT_CFG_MAP_ID_FIELD.label = 2 -GROW_POINT_CFG_MAP_ID_FIELD.has_default_value = false -GROW_POINT_CFG_MAP_ID_FIELD.default_value = 0 -GROW_POINT_CFG_MAP_ID_FIELD.type = 5 -GROW_POINT_CFG_MAP_ID_FIELD.cpp_type = 1 - -GROW_POINT_CFG_POS_X_FIELD.name = "pos_x" -GROW_POINT_CFG_POS_X_FIELD.full_name = ".ftcfg.grow_point_cfg.pos_x" -GROW_POINT_CFG_POS_X_FIELD.number = 6 -GROW_POINT_CFG_POS_X_FIELD.index = 5 -GROW_POINT_CFG_POS_X_FIELD.label = 2 -GROW_POINT_CFG_POS_X_FIELD.has_default_value = false -GROW_POINT_CFG_POS_X_FIELD.default_value = 0.0 -GROW_POINT_CFG_POS_X_FIELD.type = 2 -GROW_POINT_CFG_POS_X_FIELD.cpp_type = 6 - -GROW_POINT_CFG_POS_Y_FIELD.name = "pos_y" -GROW_POINT_CFG_POS_Y_FIELD.full_name = ".ftcfg.grow_point_cfg.pos_y" -GROW_POINT_CFG_POS_Y_FIELD.number = 7 -GROW_POINT_CFG_POS_Y_FIELD.index = 6 -GROW_POINT_CFG_POS_Y_FIELD.label = 2 -GROW_POINT_CFG_POS_Y_FIELD.has_default_value = false -GROW_POINT_CFG_POS_Y_FIELD.default_value = 0.0 -GROW_POINT_CFG_POS_Y_FIELD.type = 2 -GROW_POINT_CFG_POS_Y_FIELD.cpp_type = 6 - -GROW_POINT_CFG_POS_Z_FIELD.name = "pos_z" -GROW_POINT_CFG_POS_Z_FIELD.full_name = ".ftcfg.grow_point_cfg.pos_z" -GROW_POINT_CFG_POS_Z_FIELD.number = 8 -GROW_POINT_CFG_POS_Z_FIELD.index = 7 -GROW_POINT_CFG_POS_Z_FIELD.label = 2 -GROW_POINT_CFG_POS_Z_FIELD.has_default_value = false -GROW_POINT_CFG_POS_Z_FIELD.default_value = 0.0 -GROW_POINT_CFG_POS_Z_FIELD.type = 2 -GROW_POINT_CFG_POS_Z_FIELD.cpp_type = 6 - -GROW_POINT_CFG_MAX_COUNT_FIELD.name = "max_count" -GROW_POINT_CFG_MAX_COUNT_FIELD.full_name = ".ftcfg.grow_point_cfg.max_count" -GROW_POINT_CFG_MAX_COUNT_FIELD.number = 9 -GROW_POINT_CFG_MAX_COUNT_FIELD.index = 8 -GROW_POINT_CFG_MAX_COUNT_FIELD.label = 2 -GROW_POINT_CFG_MAX_COUNT_FIELD.has_default_value = false -GROW_POINT_CFG_MAX_COUNT_FIELD.default_value = 0 -GROW_POINT_CFG_MAX_COUNT_FIELD.type = 5 -GROW_POINT_CFG_MAX_COUNT_FIELD.cpp_type = 1 - -GROW_POINT_CFG_SHOW_COUNT_FIELD.name = "show_count" -GROW_POINT_CFG_SHOW_COUNT_FIELD.full_name = ".ftcfg.grow_point_cfg.show_count" -GROW_POINT_CFG_SHOW_COUNT_FIELD.number = 10 -GROW_POINT_CFG_SHOW_COUNT_FIELD.index = 9 -GROW_POINT_CFG_SHOW_COUNT_FIELD.label = 2 -GROW_POINT_CFG_SHOW_COUNT_FIELD.has_default_value = false -GROW_POINT_CFG_SHOW_COUNT_FIELD.default_value = false -GROW_POINT_CFG_SHOW_COUNT_FIELD.type = 8 -GROW_POINT_CFG_SHOW_COUNT_FIELD.cpp_type = 7 - -GROW_POINT_CFG_QUALITY_FIELD.name = "quality" -GROW_POINT_CFG_QUALITY_FIELD.full_name = ".ftcfg.grow_point_cfg.quality" -GROW_POINT_CFG_QUALITY_FIELD.number = 11 -GROW_POINT_CFG_QUALITY_FIELD.index = 10 -GROW_POINT_CFG_QUALITY_FIELD.label = 2 -GROW_POINT_CFG_QUALITY_FIELD.has_default_value = false -GROW_POINT_CFG_QUALITY_FIELD.default_value = 0 -GROW_POINT_CFG_QUALITY_FIELD.type = 5 -GROW_POINT_CFG_QUALITY_FIELD.cpp_type = 1 - -GROW_POINT_CFG_SKILL_INDEX_FIELD.name = "skill_index" -GROW_POINT_CFG_SKILL_INDEX_FIELD.full_name = ".ftcfg.grow_point_cfg.skill_index" -GROW_POINT_CFG_SKILL_INDEX_FIELD.number = 12 -GROW_POINT_CFG_SKILL_INDEX_FIELD.index = 11 -GROW_POINT_CFG_SKILL_INDEX_FIELD.label = 2 -GROW_POINT_CFG_SKILL_INDEX_FIELD.has_default_value = false -GROW_POINT_CFG_SKILL_INDEX_FIELD.default_value = 0 -GROW_POINT_CFG_SKILL_INDEX_FIELD.type = 5 -GROW_POINT_CFG_SKILL_INDEX_FIELD.cpp_type = 1 - -GROW_POINT_CFG.name = "grow_point_cfg" -GROW_POINT_CFG.full_name = ".ftcfg.grow_point_cfg" -GROW_POINT_CFG.nested_types = {} -GROW_POINT_CFG.enum_types = {} -GROW_POINT_CFG.fields = {GROW_POINT_CFG_ID_FIELD, GROW_POINT_CFG_NAME_FIELD, GROW_POINT_CFG_MODULE_FIELD, GROW_POINT_CFG_DESC_FIELD, GROW_POINT_CFG_MAP_ID_FIELD, GROW_POINT_CFG_POS_X_FIELD, GROW_POINT_CFG_POS_Y_FIELD, GROW_POINT_CFG_POS_Z_FIELD, GROW_POINT_CFG_MAX_COUNT_FIELD, GROW_POINT_CFG_SHOW_COUNT_FIELD, GROW_POINT_CFG_QUALITY_FIELD, GROW_POINT_CFG_SKILL_INDEX_FIELD} -GROW_POINT_CFG.is_extendable = false -GROW_POINT_CFG.extensions = {} -GROW_POINT_CFGS_ITEMS_FIELD.name = "items" -GROW_POINT_CFGS_ITEMS_FIELD.full_name = ".ftcfg.grow_point_cfgs.items" -GROW_POINT_CFGS_ITEMS_FIELD.number = 1 -GROW_POINT_CFGS_ITEMS_FIELD.index = 0 -GROW_POINT_CFGS_ITEMS_FIELD.label = 3 -GROW_POINT_CFGS_ITEMS_FIELD.has_default_value = false -GROW_POINT_CFGS_ITEMS_FIELD.default_value = {} -GROW_POINT_CFGS_ITEMS_FIELD.message_type = GROW_POINT_CFG -GROW_POINT_CFGS_ITEMS_FIELD.type = 11 -GROW_POINT_CFGS_ITEMS_FIELD.cpp_type = 10 - -GROW_POINT_CFGS.name = "grow_point_cfgs" -GROW_POINT_CFGS.full_name = ".ftcfg.grow_point_cfgs" -GROW_POINT_CFGS.nested_types = {} -GROW_POINT_CFGS.enum_types = {} -GROW_POINT_CFGS.fields = {GROW_POINT_CFGS_ITEMS_FIELD} -GROW_POINT_CFGS.is_extendable = false -GROW_POINT_CFGS.extensions = {} -ERRORCODE_NOTIFY_CFG_ID_FIELD.name = "id" -ERRORCODE_NOTIFY_CFG_ID_FIELD.full_name = ".ftcfg.errorcode_notify_cfg.id" -ERRORCODE_NOTIFY_CFG_ID_FIELD.number = 1 -ERRORCODE_NOTIFY_CFG_ID_FIELD.index = 0 -ERRORCODE_NOTIFY_CFG_ID_FIELD.label = 2 -ERRORCODE_NOTIFY_CFG_ID_FIELD.has_default_value = false -ERRORCODE_NOTIFY_CFG_ID_FIELD.default_value = 0 -ERRORCODE_NOTIFY_CFG_ID_FIELD.type = 5 -ERRORCODE_NOTIFY_CFG_ID_FIELD.cpp_type = 1 - -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.name = "content" -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.full_name = ".ftcfg.errorcode_notify_cfg.content" -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.number = 2 -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.index = 1 -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.label = 2 -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.has_default_value = false -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.default_value = "" -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.type = 9 -ERRORCODE_NOTIFY_CFG_CONTENT_FIELD.cpp_type = 9 - -ERRORCODE_NOTIFY_CFG.name = "errorcode_notify_cfg" -ERRORCODE_NOTIFY_CFG.full_name = ".ftcfg.errorcode_notify_cfg" -ERRORCODE_NOTIFY_CFG.nested_types = {} -ERRORCODE_NOTIFY_CFG.enum_types = {} -ERRORCODE_NOTIFY_CFG.fields = {ERRORCODE_NOTIFY_CFG_ID_FIELD, ERRORCODE_NOTIFY_CFG_CONTENT_FIELD} -ERRORCODE_NOTIFY_CFG.is_extendable = false -ERRORCODE_NOTIFY_CFG.extensions = {} -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.name = "items" -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.full_name = ".ftcfg.errorcode_notify_cfgs.items" -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.number = 1 -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.index = 0 -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.label = 3 -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.has_default_value = false -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.default_value = {} -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.message_type = ERRORCODE_NOTIFY_CFG -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.type = 11 -ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD.cpp_type = 10 - -ERRORCODE_NOTIFY_CFGS.name = "errorcode_notify_cfgs" -ERRORCODE_NOTIFY_CFGS.full_name = ".ftcfg.errorcode_notify_cfgs" -ERRORCODE_NOTIFY_CFGS.nested_types = {} -ERRORCODE_NOTIFY_CFGS.enum_types = {} -ERRORCODE_NOTIFY_CFGS.fields = {ERRORCODE_NOTIFY_CFGS_ITEMS_FIELD} -ERRORCODE_NOTIFY_CFGS.is_extendable = false -ERRORCODE_NOTIFY_CFGS.extensions = {} -OPEN_RULES_DATA_CFG_ID_FIELD.name = "id" -OPEN_RULES_DATA_CFG_ID_FIELD.full_name = ".ftcfg.open_rules_data_cfg.id" -OPEN_RULES_DATA_CFG_ID_FIELD.number = 1 -OPEN_RULES_DATA_CFG_ID_FIELD.index = 0 -OPEN_RULES_DATA_CFG_ID_FIELD.label = 2 -OPEN_RULES_DATA_CFG_ID_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_ID_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_ID_FIELD.type = 5 -OPEN_RULES_DATA_CFG_ID_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.name = "open_rules_type" -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.full_name = ".ftcfg.open_rules_data_cfg.open_rules_type" -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.number = 2 -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.index = 1 -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.label = 2 -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.type = 5 -OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.name = "limit_type" -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.full_name = ".ftcfg.open_rules_data_cfg.limit_type" -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.number = 3 -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.index = 2 -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.label = 2 -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.type = 5 -OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.name = "limit_day" -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.full_name = ".ftcfg.open_rules_data_cfg.limit_day" -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.number = 4 -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.index = 3 -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.label = 2 -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.type = 5 -OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.name = "begin_hour" -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.full_name = ".ftcfg.open_rules_data_cfg.begin_hour" -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.number = 5 -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.index = 4 -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.label = 2 -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.type = 5 -OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.name = "begin_min" -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.full_name = ".ftcfg.open_rules_data_cfg.begin_min" -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.number = 6 -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.index = 5 -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.label = 2 -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.type = 5 -OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.name = "end_hour" -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.full_name = ".ftcfg.open_rules_data_cfg.end_hour" -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.number = 7 -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.index = 6 -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.label = 2 -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.type = 5 -OPEN_RULES_DATA_CFG_END_HOUR_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG_END_MIN_FIELD.name = "end_min" -OPEN_RULES_DATA_CFG_END_MIN_FIELD.full_name = ".ftcfg.open_rules_data_cfg.end_min" -OPEN_RULES_DATA_CFG_END_MIN_FIELD.number = 8 -OPEN_RULES_DATA_CFG_END_MIN_FIELD.index = 7 -OPEN_RULES_DATA_CFG_END_MIN_FIELD.label = 2 -OPEN_RULES_DATA_CFG_END_MIN_FIELD.has_default_value = false -OPEN_RULES_DATA_CFG_END_MIN_FIELD.default_value = 0 -OPEN_RULES_DATA_CFG_END_MIN_FIELD.type = 5 -OPEN_RULES_DATA_CFG_END_MIN_FIELD.cpp_type = 1 - -OPEN_RULES_DATA_CFG.name = "open_rules_data_cfg" -OPEN_RULES_DATA_CFG.full_name = ".ftcfg.open_rules_data_cfg" -OPEN_RULES_DATA_CFG.nested_types = {} -OPEN_RULES_DATA_CFG.enum_types = {} -OPEN_RULES_DATA_CFG.fields = {OPEN_RULES_DATA_CFG_ID_FIELD, OPEN_RULES_DATA_CFG_OPEN_RULES_TYPE_FIELD, OPEN_RULES_DATA_CFG_LIMIT_TYPE_FIELD, OPEN_RULES_DATA_CFG_LIMIT_DAY_FIELD, OPEN_RULES_DATA_CFG_BEGIN_HOUR_FIELD, OPEN_RULES_DATA_CFG_BEGIN_MIN_FIELD, OPEN_RULES_DATA_CFG_END_HOUR_FIELD, OPEN_RULES_DATA_CFG_END_MIN_FIELD} -OPEN_RULES_DATA_CFG.is_extendable = false -OPEN_RULES_DATA_CFG.extensions = {} -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.name = "items" -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.full_name = ".ftcfg.open_rules_data_cfgs.items" -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.number = 1 -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.index = 0 -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.label = 3 -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.has_default_value = false -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.default_value = {} -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.message_type = OPEN_RULES_DATA_CFG -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.type = 11 -OPEN_RULES_DATA_CFGS_ITEMS_FIELD.cpp_type = 10 - -OPEN_RULES_DATA_CFGS.name = "open_rules_data_cfgs" -OPEN_RULES_DATA_CFGS.full_name = ".ftcfg.open_rules_data_cfgs" -OPEN_RULES_DATA_CFGS.nested_types = {} -OPEN_RULES_DATA_CFGS.enum_types = {} -OPEN_RULES_DATA_CFGS.fields = {OPEN_RULES_DATA_CFGS_ITEMS_FIELD} -OPEN_RULES_DATA_CFGS.is_extendable = false -OPEN_RULES_DATA_CFGS.extensions = {} -CAMPBOSS_CFG_ID_FIELD.name = "id" -CAMPBOSS_CFG_ID_FIELD.full_name = ".ftcfg.campboss_cfg.id" -CAMPBOSS_CFG_ID_FIELD.number = 1 -CAMPBOSS_CFG_ID_FIELD.index = 0 -CAMPBOSS_CFG_ID_FIELD.label = 2 -CAMPBOSS_CFG_ID_FIELD.has_default_value = false -CAMPBOSS_CFG_ID_FIELD.default_value = 0 -CAMPBOSS_CFG_ID_FIELD.type = 5 -CAMPBOSS_CFG_ID_FIELD.cpp_type = 1 - -CAMPBOSS_CFG_NEED_LEVEL_FIELD.name = "need_level" -CAMPBOSS_CFG_NEED_LEVEL_FIELD.full_name = ".ftcfg.campboss_cfg.need_level" -CAMPBOSS_CFG_NEED_LEVEL_FIELD.number = 2 -CAMPBOSS_CFG_NEED_LEVEL_FIELD.index = 1 -CAMPBOSS_CFG_NEED_LEVEL_FIELD.label = 2 -CAMPBOSS_CFG_NEED_LEVEL_FIELD.has_default_value = false -CAMPBOSS_CFG_NEED_LEVEL_FIELD.default_value = 0 -CAMPBOSS_CFG_NEED_LEVEL_FIELD.type = 5 -CAMPBOSS_CFG_NEED_LEVEL_FIELD.cpp_type = 1 - -CAMPBOSS_CFG_SCENE_ID_FIELD.name = "scene_id" -CAMPBOSS_CFG_SCENE_ID_FIELD.full_name = ".ftcfg.campboss_cfg.scene_id" -CAMPBOSS_CFG_SCENE_ID_FIELD.number = 3 -CAMPBOSS_CFG_SCENE_ID_FIELD.index = 2 -CAMPBOSS_CFG_SCENE_ID_FIELD.label = 2 -CAMPBOSS_CFG_SCENE_ID_FIELD.has_default_value = false -CAMPBOSS_CFG_SCENE_ID_FIELD.default_value = 0 -CAMPBOSS_CFG_SCENE_ID_FIELD.type = 5 -CAMPBOSS_CFG_SCENE_ID_FIELD.cpp_type = 1 - -CAMPBOSS_CFG_MAP_ID_FIELD.name = "map_id" -CAMPBOSS_CFG_MAP_ID_FIELD.full_name = ".ftcfg.campboss_cfg.map_id" -CAMPBOSS_CFG_MAP_ID_FIELD.number = 4 -CAMPBOSS_CFG_MAP_ID_FIELD.index = 3 -CAMPBOSS_CFG_MAP_ID_FIELD.label = 2 -CAMPBOSS_CFG_MAP_ID_FIELD.has_default_value = false -CAMPBOSS_CFG_MAP_ID_FIELD.default_value = 0 -CAMPBOSS_CFG_MAP_ID_FIELD.type = 5 -CAMPBOSS_CFG_MAP_ID_FIELD.cpp_type = 1 - -CAMPBOSS_CFG_X_POINT_FIELD.name = "x_point" -CAMPBOSS_CFG_X_POINT_FIELD.full_name = ".ftcfg.campboss_cfg.x_point" -CAMPBOSS_CFG_X_POINT_FIELD.number = 5 -CAMPBOSS_CFG_X_POINT_FIELD.index = 4 -CAMPBOSS_CFG_X_POINT_FIELD.label = 2 -CAMPBOSS_CFG_X_POINT_FIELD.has_default_value = false -CAMPBOSS_CFG_X_POINT_FIELD.default_value = 0.0 -CAMPBOSS_CFG_X_POINT_FIELD.type = 2 -CAMPBOSS_CFG_X_POINT_FIELD.cpp_type = 6 - -CAMPBOSS_CFG_Y_POINT_FIELD.name = "y_point" -CAMPBOSS_CFG_Y_POINT_FIELD.full_name = ".ftcfg.campboss_cfg.y_point" -CAMPBOSS_CFG_Y_POINT_FIELD.number = 6 -CAMPBOSS_CFG_Y_POINT_FIELD.index = 5 -CAMPBOSS_CFG_Y_POINT_FIELD.label = 2 -CAMPBOSS_CFG_Y_POINT_FIELD.has_default_value = false -CAMPBOSS_CFG_Y_POINT_FIELD.default_value = 0.0 -CAMPBOSS_CFG_Y_POINT_FIELD.type = 2 -CAMPBOSS_CFG_Y_POINT_FIELD.cpp_type = 6 - -CAMPBOSS_CFG_Z_POINT_FIELD.name = "z_point" -CAMPBOSS_CFG_Z_POINT_FIELD.full_name = ".ftcfg.campboss_cfg.z_point" -CAMPBOSS_CFG_Z_POINT_FIELD.number = 7 -CAMPBOSS_CFG_Z_POINT_FIELD.index = 6 -CAMPBOSS_CFG_Z_POINT_FIELD.label = 2 -CAMPBOSS_CFG_Z_POINT_FIELD.has_default_value = false -CAMPBOSS_CFG_Z_POINT_FIELD.default_value = 0.0 -CAMPBOSS_CFG_Z_POINT_FIELD.type = 2 -CAMPBOSS_CFG_Z_POINT_FIELD.cpp_type = 6 - -CAMPBOSS_CFG.name = "campboss_cfg" -CAMPBOSS_CFG.full_name = ".ftcfg.campboss_cfg" -CAMPBOSS_CFG.nested_types = {} -CAMPBOSS_CFG.enum_types = {} -CAMPBOSS_CFG.fields = {CAMPBOSS_CFG_ID_FIELD, CAMPBOSS_CFG_NEED_LEVEL_FIELD, CAMPBOSS_CFG_SCENE_ID_FIELD, CAMPBOSS_CFG_MAP_ID_FIELD, CAMPBOSS_CFG_X_POINT_FIELD, CAMPBOSS_CFG_Y_POINT_FIELD, CAMPBOSS_CFG_Z_POINT_FIELD} -CAMPBOSS_CFG.is_extendable = false -CAMPBOSS_CFG.extensions = {} -CAMPBOSS_CFGS_ITEMS_FIELD.name = "items" -CAMPBOSS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.campboss_cfgs.items" -CAMPBOSS_CFGS_ITEMS_FIELD.number = 1 -CAMPBOSS_CFGS_ITEMS_FIELD.index = 0 -CAMPBOSS_CFGS_ITEMS_FIELD.label = 3 -CAMPBOSS_CFGS_ITEMS_FIELD.has_default_value = false -CAMPBOSS_CFGS_ITEMS_FIELD.default_value = {} -CAMPBOSS_CFGS_ITEMS_FIELD.message_type = CAMPBOSS_CFG -CAMPBOSS_CFGS_ITEMS_FIELD.type = 11 -CAMPBOSS_CFGS_ITEMS_FIELD.cpp_type = 10 - -CAMPBOSS_CFGS.name = "campboss_cfgs" -CAMPBOSS_CFGS.full_name = ".ftcfg.campboss_cfgs" -CAMPBOSS_CFGS.nested_types = {} -CAMPBOSS_CFGS.enum_types = {} -CAMPBOSS_CFGS.fields = {CAMPBOSS_CFGS_ITEMS_FIELD} -CAMPBOSS_CFGS.is_extendable = false -CAMPBOSS_CFGS.extensions = {} -TIPS_CFG_ID_FIELD.name = "id" -TIPS_CFG_ID_FIELD.full_name = ".ftcfg.tips_cfg.id" -TIPS_CFG_ID_FIELD.number = 1 -TIPS_CFG_ID_FIELD.index = 0 -TIPS_CFG_ID_FIELD.label = 2 -TIPS_CFG_ID_FIELD.has_default_value = false -TIPS_CFG_ID_FIELD.default_value = 0 -TIPS_CFG_ID_FIELD.type = 5 -TIPS_CFG_ID_FIELD.cpp_type = 1 - -TIPS_CFG_TYPE_FIELD.name = "type" -TIPS_CFG_TYPE_FIELD.full_name = ".ftcfg.tips_cfg.type" -TIPS_CFG_TYPE_FIELD.number = 2 -TIPS_CFG_TYPE_FIELD.index = 1 -TIPS_CFG_TYPE_FIELD.label = 2 -TIPS_CFG_TYPE_FIELD.has_default_value = false -TIPS_CFG_TYPE_FIELD.default_value = nil -TIPS_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ESYSTEMCHATTYPE -TIPS_CFG_TYPE_FIELD.type = 14 -TIPS_CFG_TYPE_FIELD.cpp_type = 8 - -TIPS_CFG_CONTENT_FIELD.name = "content" -TIPS_CFG_CONTENT_FIELD.full_name = ".ftcfg.tips_cfg.content" -TIPS_CFG_CONTENT_FIELD.number = 3 -TIPS_CFG_CONTENT_FIELD.index = 2 -TIPS_CFG_CONTENT_FIELD.label = 2 -TIPS_CFG_CONTENT_FIELD.has_default_value = false -TIPS_CFG_CONTENT_FIELD.default_value = "" -TIPS_CFG_CONTENT_FIELD.type = 9 -TIPS_CFG_CONTENT_FIELD.cpp_type = 9 - -TIPS_CFG.name = "tips_cfg" -TIPS_CFG.full_name = ".ftcfg.tips_cfg" -TIPS_CFG.nested_types = {} -TIPS_CFG.enum_types = {} -TIPS_CFG.fields = {TIPS_CFG_ID_FIELD, TIPS_CFG_TYPE_FIELD, TIPS_CFG_CONTENT_FIELD} -TIPS_CFG.is_extendable = false -TIPS_CFG.extensions = {} -TIPS_CFGS_ITEMS_FIELD.name = "items" -TIPS_CFGS_ITEMS_FIELD.full_name = ".ftcfg.tips_cfgs.items" -TIPS_CFGS_ITEMS_FIELD.number = 1 -TIPS_CFGS_ITEMS_FIELD.index = 0 -TIPS_CFGS_ITEMS_FIELD.label = 3 -TIPS_CFGS_ITEMS_FIELD.has_default_value = false -TIPS_CFGS_ITEMS_FIELD.default_value = {} -TIPS_CFGS_ITEMS_FIELD.message_type = TIPS_CFG -TIPS_CFGS_ITEMS_FIELD.type = 11 -TIPS_CFGS_ITEMS_FIELD.cpp_type = 10 - -TIPS_CFGS.name = "tips_cfgs" -TIPS_CFGS.full_name = ".ftcfg.tips_cfgs" -TIPS_CFGS.nested_types = {} -TIPS_CFGS.enum_types = {} -TIPS_CFGS.fields = {TIPS_CFGS_ITEMS_FIELD} -TIPS_CFGS.is_extendable = false -TIPS_CFGS.extensions = {} -CAMP_RELATION_CFG_ID_FIELD.name = "id" -CAMP_RELATION_CFG_ID_FIELD.full_name = ".ftcfg.camp_relation_cfg.id" -CAMP_RELATION_CFG_ID_FIELD.number = 1 -CAMP_RELATION_CFG_ID_FIELD.index = 0 -CAMP_RELATION_CFG_ID_FIELD.label = 2 -CAMP_RELATION_CFG_ID_FIELD.has_default_value = false -CAMP_RELATION_CFG_ID_FIELD.default_value = 0 -CAMP_RELATION_CFG_ID_FIELD.type = 5 -CAMP_RELATION_CFG_ID_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_SCRIP_FIELD.name = "scrip" -CAMP_RELATION_CFG_SCRIP_FIELD.full_name = ".ftcfg.camp_relation_cfg.scrip" -CAMP_RELATION_CFG_SCRIP_FIELD.number = 2 -CAMP_RELATION_CFG_SCRIP_FIELD.index = 1 -CAMP_RELATION_CFG_SCRIP_FIELD.label = 2 -CAMP_RELATION_CFG_SCRIP_FIELD.has_default_value = false -CAMP_RELATION_CFG_SCRIP_FIELD.default_value = "" -CAMP_RELATION_CFG_SCRIP_FIELD.type = 9 -CAMP_RELATION_CFG_SCRIP_FIELD.cpp_type = 9 - -CAMP_RELATION_CFG_TYPE_FIELD.name = "type" -CAMP_RELATION_CFG_TYPE_FIELD.full_name = ".ftcfg.camp_relation_cfg.type" -CAMP_RELATION_CFG_TYPE_FIELD.number = 3 -CAMP_RELATION_CFG_TYPE_FIELD.index = 2 -CAMP_RELATION_CFG_TYPE_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.name = "type_scrip" -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.full_name = ".ftcfg.camp_relation_cfg.type_scrip" -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.number = 4 -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.index = 3 -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.default_value = "" -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.type = 9 -CAMP_RELATION_CFG_TYPE_SCRIP_FIELD.cpp_type = 9 - -CAMP_RELATION_CFG_TYPE0_FIELD.name = "type0" -CAMP_RELATION_CFG_TYPE0_FIELD.full_name = ".ftcfg.camp_relation_cfg.type0" -CAMP_RELATION_CFG_TYPE0_FIELD.number = 5 -CAMP_RELATION_CFG_TYPE0_FIELD.index = 4 -CAMP_RELATION_CFG_TYPE0_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE0_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE0_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE0_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE0_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE1_FIELD.name = "type1" -CAMP_RELATION_CFG_TYPE1_FIELD.full_name = ".ftcfg.camp_relation_cfg.type1" -CAMP_RELATION_CFG_TYPE1_FIELD.number = 6 -CAMP_RELATION_CFG_TYPE1_FIELD.index = 5 -CAMP_RELATION_CFG_TYPE1_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE1_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE1_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE1_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE1_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE2_FIELD.name = "type2" -CAMP_RELATION_CFG_TYPE2_FIELD.full_name = ".ftcfg.camp_relation_cfg.type2" -CAMP_RELATION_CFG_TYPE2_FIELD.number = 7 -CAMP_RELATION_CFG_TYPE2_FIELD.index = 6 -CAMP_RELATION_CFG_TYPE2_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE2_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE2_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE2_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE2_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE3_FIELD.name = "type3" -CAMP_RELATION_CFG_TYPE3_FIELD.full_name = ".ftcfg.camp_relation_cfg.type3" -CAMP_RELATION_CFG_TYPE3_FIELD.number = 8 -CAMP_RELATION_CFG_TYPE3_FIELD.index = 7 -CAMP_RELATION_CFG_TYPE3_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE3_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE3_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE3_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE3_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE4_FIELD.name = "type4" -CAMP_RELATION_CFG_TYPE4_FIELD.full_name = ".ftcfg.camp_relation_cfg.type4" -CAMP_RELATION_CFG_TYPE4_FIELD.number = 9 -CAMP_RELATION_CFG_TYPE4_FIELD.index = 8 -CAMP_RELATION_CFG_TYPE4_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE4_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE4_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE4_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE4_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE5_FIELD.name = "type5" -CAMP_RELATION_CFG_TYPE5_FIELD.full_name = ".ftcfg.camp_relation_cfg.type5" -CAMP_RELATION_CFG_TYPE5_FIELD.number = 10 -CAMP_RELATION_CFG_TYPE5_FIELD.index = 9 -CAMP_RELATION_CFG_TYPE5_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE5_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE5_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE5_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE5_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE6_FIELD.name = "type6" -CAMP_RELATION_CFG_TYPE6_FIELD.full_name = ".ftcfg.camp_relation_cfg.type6" -CAMP_RELATION_CFG_TYPE6_FIELD.number = 11 -CAMP_RELATION_CFG_TYPE6_FIELD.index = 10 -CAMP_RELATION_CFG_TYPE6_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE6_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE6_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE6_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE6_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE7_FIELD.name = "type7" -CAMP_RELATION_CFG_TYPE7_FIELD.full_name = ".ftcfg.camp_relation_cfg.type7" -CAMP_RELATION_CFG_TYPE7_FIELD.number = 12 -CAMP_RELATION_CFG_TYPE7_FIELD.index = 11 -CAMP_RELATION_CFG_TYPE7_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE7_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE7_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE7_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE7_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE8_FIELD.name = "type8" -CAMP_RELATION_CFG_TYPE8_FIELD.full_name = ".ftcfg.camp_relation_cfg.type8" -CAMP_RELATION_CFG_TYPE8_FIELD.number = 13 -CAMP_RELATION_CFG_TYPE8_FIELD.index = 12 -CAMP_RELATION_CFG_TYPE8_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE8_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE8_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE8_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE8_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE9_FIELD.name = "type9" -CAMP_RELATION_CFG_TYPE9_FIELD.full_name = ".ftcfg.camp_relation_cfg.type9" -CAMP_RELATION_CFG_TYPE9_FIELD.number = 14 -CAMP_RELATION_CFG_TYPE9_FIELD.index = 13 -CAMP_RELATION_CFG_TYPE9_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE9_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE9_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE9_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE9_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE10_FIELD.name = "type10" -CAMP_RELATION_CFG_TYPE10_FIELD.full_name = ".ftcfg.camp_relation_cfg.type10" -CAMP_RELATION_CFG_TYPE10_FIELD.number = 15 -CAMP_RELATION_CFG_TYPE10_FIELD.index = 14 -CAMP_RELATION_CFG_TYPE10_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE10_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE10_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE10_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE10_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE11_FIELD.name = "type11" -CAMP_RELATION_CFG_TYPE11_FIELD.full_name = ".ftcfg.camp_relation_cfg.type11" -CAMP_RELATION_CFG_TYPE11_FIELD.number = 16 -CAMP_RELATION_CFG_TYPE11_FIELD.index = 15 -CAMP_RELATION_CFG_TYPE11_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE11_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE11_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE11_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE11_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE12_FIELD.name = "type12" -CAMP_RELATION_CFG_TYPE12_FIELD.full_name = ".ftcfg.camp_relation_cfg.type12" -CAMP_RELATION_CFG_TYPE12_FIELD.number = 17 -CAMP_RELATION_CFG_TYPE12_FIELD.index = 16 -CAMP_RELATION_CFG_TYPE12_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE12_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE12_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE12_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE12_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE13_FIELD.name = "type13" -CAMP_RELATION_CFG_TYPE13_FIELD.full_name = ".ftcfg.camp_relation_cfg.type13" -CAMP_RELATION_CFG_TYPE13_FIELD.number = 18 -CAMP_RELATION_CFG_TYPE13_FIELD.index = 17 -CAMP_RELATION_CFG_TYPE13_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE13_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE13_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE13_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE13_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE14_FIELD.name = "type14" -CAMP_RELATION_CFG_TYPE14_FIELD.full_name = ".ftcfg.camp_relation_cfg.type14" -CAMP_RELATION_CFG_TYPE14_FIELD.number = 19 -CAMP_RELATION_CFG_TYPE14_FIELD.index = 18 -CAMP_RELATION_CFG_TYPE14_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE14_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE14_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE14_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE14_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG_TYPE15_FIELD.name = "type15" -CAMP_RELATION_CFG_TYPE15_FIELD.full_name = ".ftcfg.camp_relation_cfg.type15" -CAMP_RELATION_CFG_TYPE15_FIELD.number = 20 -CAMP_RELATION_CFG_TYPE15_FIELD.index = 19 -CAMP_RELATION_CFG_TYPE15_FIELD.label = 2 -CAMP_RELATION_CFG_TYPE15_FIELD.has_default_value = false -CAMP_RELATION_CFG_TYPE15_FIELD.default_value = 0 -CAMP_RELATION_CFG_TYPE15_FIELD.type = 5 -CAMP_RELATION_CFG_TYPE15_FIELD.cpp_type = 1 - -CAMP_RELATION_CFG.name = "camp_relation_cfg" -CAMP_RELATION_CFG.full_name = ".ftcfg.camp_relation_cfg" -CAMP_RELATION_CFG.nested_types = {} -CAMP_RELATION_CFG.enum_types = {} -CAMP_RELATION_CFG.fields = {CAMP_RELATION_CFG_ID_FIELD, CAMP_RELATION_CFG_SCRIP_FIELD, CAMP_RELATION_CFG_TYPE_FIELD, CAMP_RELATION_CFG_TYPE_SCRIP_FIELD, CAMP_RELATION_CFG_TYPE0_FIELD, CAMP_RELATION_CFG_TYPE1_FIELD, CAMP_RELATION_CFG_TYPE2_FIELD, CAMP_RELATION_CFG_TYPE3_FIELD, CAMP_RELATION_CFG_TYPE4_FIELD, CAMP_RELATION_CFG_TYPE5_FIELD, CAMP_RELATION_CFG_TYPE6_FIELD, CAMP_RELATION_CFG_TYPE7_FIELD, CAMP_RELATION_CFG_TYPE8_FIELD, CAMP_RELATION_CFG_TYPE9_FIELD, CAMP_RELATION_CFG_TYPE10_FIELD, CAMP_RELATION_CFG_TYPE11_FIELD, CAMP_RELATION_CFG_TYPE12_FIELD, CAMP_RELATION_CFG_TYPE13_FIELD, CAMP_RELATION_CFG_TYPE14_FIELD, CAMP_RELATION_CFG_TYPE15_FIELD} -CAMP_RELATION_CFG.is_extendable = false -CAMP_RELATION_CFG.extensions = {} -CAMP_RELATION_CFGS_ITEMS_FIELD.name = "items" -CAMP_RELATION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.camp_relation_cfgs.items" -CAMP_RELATION_CFGS_ITEMS_FIELD.number = 1 -CAMP_RELATION_CFGS_ITEMS_FIELD.index = 0 -CAMP_RELATION_CFGS_ITEMS_FIELD.label = 3 -CAMP_RELATION_CFGS_ITEMS_FIELD.has_default_value = false -CAMP_RELATION_CFGS_ITEMS_FIELD.default_value = {} -CAMP_RELATION_CFGS_ITEMS_FIELD.message_type = CAMP_RELATION_CFG -CAMP_RELATION_CFGS_ITEMS_FIELD.type = 11 -CAMP_RELATION_CFGS_ITEMS_FIELD.cpp_type = 10 - -CAMP_RELATION_CFGS.name = "camp_relation_cfgs" -CAMP_RELATION_CFGS.full_name = ".ftcfg.camp_relation_cfgs" -CAMP_RELATION_CFGS.nested_types = {} -CAMP_RELATION_CFGS.enum_types = {} -CAMP_RELATION_CFGS.fields = {CAMP_RELATION_CFGS_ITEMS_FIELD} -CAMP_RELATION_CFGS.is_extendable = false -CAMP_RELATION_CFGS.extensions = {} -CAMP_CHANGE_COST_CFG_ID_FIELD.name = "id" -CAMP_CHANGE_COST_CFG_ID_FIELD.full_name = ".ftcfg.camp_change_cost_cfg.id" -CAMP_CHANGE_COST_CFG_ID_FIELD.number = 1 -CAMP_CHANGE_COST_CFG_ID_FIELD.index = 0 -CAMP_CHANGE_COST_CFG_ID_FIELD.label = 2 -CAMP_CHANGE_COST_CFG_ID_FIELD.has_default_value = false -CAMP_CHANGE_COST_CFG_ID_FIELD.default_value = 0 -CAMP_CHANGE_COST_CFG_ID_FIELD.type = 5 -CAMP_CHANGE_COST_CFG_ID_FIELD.cpp_type = 1 - -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.name = "coin_type" -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.full_name = ".ftcfg.camp_change_cost_cfg.coin_type" -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.number = 2 -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.index = 1 -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.label = 3 -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.has_default_value = false -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.default_value = {} -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.type = 5 -CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD.cpp_type = 1 - -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.name = "coin_num" -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.full_name = ".ftcfg.camp_change_cost_cfg.coin_num" -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.number = 3 -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.index = 2 -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.label = 3 -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.has_default_value = false -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.default_value = {} -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.type = 5 -CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD.cpp_type = 1 - -CAMP_CHANGE_COST_CFG.name = "camp_change_cost_cfg" -CAMP_CHANGE_COST_CFG.full_name = ".ftcfg.camp_change_cost_cfg" -CAMP_CHANGE_COST_CFG.nested_types = {} -CAMP_CHANGE_COST_CFG.enum_types = {} -CAMP_CHANGE_COST_CFG.fields = {CAMP_CHANGE_COST_CFG_ID_FIELD, CAMP_CHANGE_COST_CFG_COIN_TYPE_FIELD, CAMP_CHANGE_COST_CFG_COIN_NUM_FIELD} -CAMP_CHANGE_COST_CFG.is_extendable = false -CAMP_CHANGE_COST_CFG.extensions = {} -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.name = "items" -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.full_name = ".ftcfg.camp_change_cost_cfgs.items" -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.number = 1 -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.index = 0 -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.label = 3 -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.has_default_value = false -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.default_value = {} -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.message_type = CAMP_CHANGE_COST_CFG -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.type = 11 -CAMP_CHANGE_COST_CFGS_ITEMS_FIELD.cpp_type = 10 - -CAMP_CHANGE_COST_CFGS.name = "camp_change_cost_cfgs" -CAMP_CHANGE_COST_CFGS.full_name = ".ftcfg.camp_change_cost_cfgs" -CAMP_CHANGE_COST_CFGS.nested_types = {} -CAMP_CHANGE_COST_CFGS.enum_types = {} -CAMP_CHANGE_COST_CFGS.fields = {CAMP_CHANGE_COST_CFGS_ITEMS_FIELD} -CAMP_CHANGE_COST_CFGS.is_extendable = false -CAMP_CHANGE_COST_CFGS.extensions = {} -RANDOMMAN_CFG_NAME0_FIELD.name = "name0" -RANDOMMAN_CFG_NAME0_FIELD.full_name = ".ftcfg.randomman_cfg.name0" -RANDOMMAN_CFG_NAME0_FIELD.number = 1 -RANDOMMAN_CFG_NAME0_FIELD.index = 0 -RANDOMMAN_CFG_NAME0_FIELD.label = 2 -RANDOMMAN_CFG_NAME0_FIELD.has_default_value = false -RANDOMMAN_CFG_NAME0_FIELD.default_value = "" -RANDOMMAN_CFG_NAME0_FIELD.type = 9 -RANDOMMAN_CFG_NAME0_FIELD.cpp_type = 9 - -RANDOMMAN_CFG_NAME1_FIELD.name = "name1" -RANDOMMAN_CFG_NAME1_FIELD.full_name = ".ftcfg.randomman_cfg.name1" -RANDOMMAN_CFG_NAME1_FIELD.number = 2 -RANDOMMAN_CFG_NAME1_FIELD.index = 1 -RANDOMMAN_CFG_NAME1_FIELD.label = 2 -RANDOMMAN_CFG_NAME1_FIELD.has_default_value = false -RANDOMMAN_CFG_NAME1_FIELD.default_value = "" -RANDOMMAN_CFG_NAME1_FIELD.type = 9 -RANDOMMAN_CFG_NAME1_FIELD.cpp_type = 9 - -RANDOMMAN_CFG.name = "randomman_cfg" -RANDOMMAN_CFG.full_name = ".ftcfg.randomman_cfg" -RANDOMMAN_CFG.nested_types = {} -RANDOMMAN_CFG.enum_types = {} -RANDOMMAN_CFG.fields = {RANDOMMAN_CFG_NAME0_FIELD, RANDOMMAN_CFG_NAME1_FIELD} -RANDOMMAN_CFG.is_extendable = false -RANDOMMAN_CFG.extensions = {} -RANDOMMAN_CFGS_ITEMS_FIELD.name = "items" -RANDOMMAN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.randomman_cfgs.items" -RANDOMMAN_CFGS_ITEMS_FIELD.number = 1 -RANDOMMAN_CFGS_ITEMS_FIELD.index = 0 -RANDOMMAN_CFGS_ITEMS_FIELD.label = 3 -RANDOMMAN_CFGS_ITEMS_FIELD.has_default_value = false -RANDOMMAN_CFGS_ITEMS_FIELD.default_value = {} -RANDOMMAN_CFGS_ITEMS_FIELD.message_type = RANDOMMAN_CFG -RANDOMMAN_CFGS_ITEMS_FIELD.type = 11 -RANDOMMAN_CFGS_ITEMS_FIELD.cpp_type = 10 - -RANDOMMAN_CFGS.name = "randomman_cfgs" -RANDOMMAN_CFGS.full_name = ".ftcfg.randomman_cfgs" -RANDOMMAN_CFGS.nested_types = {} -RANDOMMAN_CFGS.enum_types = {} -RANDOMMAN_CFGS.fields = {RANDOMMAN_CFGS_ITEMS_FIELD} -RANDOMMAN_CFGS.is_extendable = false -RANDOMMAN_CFGS.extensions = {} -RANDOMWOMAN_CFG_NAME0_FIELD.name = "name0" -RANDOMWOMAN_CFG_NAME0_FIELD.full_name = ".ftcfg.randomwoman_cfg.name0" -RANDOMWOMAN_CFG_NAME0_FIELD.number = 1 -RANDOMWOMAN_CFG_NAME0_FIELD.index = 0 -RANDOMWOMAN_CFG_NAME0_FIELD.label = 2 -RANDOMWOMAN_CFG_NAME0_FIELD.has_default_value = false -RANDOMWOMAN_CFG_NAME0_FIELD.default_value = "" -RANDOMWOMAN_CFG_NAME0_FIELD.type = 9 -RANDOMWOMAN_CFG_NAME0_FIELD.cpp_type = 9 - -RANDOMWOMAN_CFG_NAME1_FIELD.name = "name1" -RANDOMWOMAN_CFG_NAME1_FIELD.full_name = ".ftcfg.randomwoman_cfg.name1" -RANDOMWOMAN_CFG_NAME1_FIELD.number = 2 -RANDOMWOMAN_CFG_NAME1_FIELD.index = 1 -RANDOMWOMAN_CFG_NAME1_FIELD.label = 2 -RANDOMWOMAN_CFG_NAME1_FIELD.has_default_value = false -RANDOMWOMAN_CFG_NAME1_FIELD.default_value = "" -RANDOMWOMAN_CFG_NAME1_FIELD.type = 9 -RANDOMWOMAN_CFG_NAME1_FIELD.cpp_type = 9 - -RANDOMWOMAN_CFG.name = "randomwoman_cfg" -RANDOMWOMAN_CFG.full_name = ".ftcfg.randomwoman_cfg" -RANDOMWOMAN_CFG.nested_types = {} -RANDOMWOMAN_CFG.enum_types = {} -RANDOMWOMAN_CFG.fields = {RANDOMWOMAN_CFG_NAME0_FIELD, RANDOMWOMAN_CFG_NAME1_FIELD} -RANDOMWOMAN_CFG.is_extendable = false -RANDOMWOMAN_CFG.extensions = {} -RANDOMWOMAN_CFGS_ITEMS_FIELD.name = "items" -RANDOMWOMAN_CFGS_ITEMS_FIELD.full_name = ".ftcfg.randomwoman_cfgs.items" -RANDOMWOMAN_CFGS_ITEMS_FIELD.number = 1 -RANDOMWOMAN_CFGS_ITEMS_FIELD.index = 0 -RANDOMWOMAN_CFGS_ITEMS_FIELD.label = 3 -RANDOMWOMAN_CFGS_ITEMS_FIELD.has_default_value = false -RANDOMWOMAN_CFGS_ITEMS_FIELD.default_value = {} -RANDOMWOMAN_CFGS_ITEMS_FIELD.message_type = RANDOMWOMAN_CFG -RANDOMWOMAN_CFGS_ITEMS_FIELD.type = 11 -RANDOMWOMAN_CFGS_ITEMS_FIELD.cpp_type = 10 - -RANDOMWOMAN_CFGS.name = "randomwoman_cfgs" -RANDOMWOMAN_CFGS.full_name = ".ftcfg.randomwoman_cfgs" -RANDOMWOMAN_CFGS.nested_types = {} -RANDOMWOMAN_CFGS.enum_types = {} -RANDOMWOMAN_CFGS.fields = {RANDOMWOMAN_CFGS_ITEMS_FIELD} -RANDOMWOMAN_CFGS.is_extendable = false -RANDOMWOMAN_CFGS.extensions = {} -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.name = "star_level" -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.star_level" -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.number = 1 -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.index = 0 -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.default_value = 0 -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.type = 13 -SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD.cpp_type = 3 - -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.name = "level" -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.level" -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.number = 2 -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.index = 1 -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.default_value = 0 -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.type = 13 -SOUL_BASE_ATTR_CFG_LEVEL_FIELD.cpp_type = 3 - -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.name = "fight_power" -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.fight_power" -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.number = 3 -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.index = 2 -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.default_value = 0 -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.type = 5 -SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD.cpp_type = 1 - -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.name = "attack" -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.attack" -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.number = 4 -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.index = 3 -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_ATTACK_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.name = "defense" -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.defense" -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.number = 5 -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.index = 4 -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_DEFENSE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.name = "maxHp" -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.maxHp" -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.number = 6 -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.index = 5 -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_MAXHP_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.name = "criticalRate" -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.criticalRate" -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.number = 7 -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.index = 6 -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.name = "criticalPowerRate" -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.criticalPowerRate" -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.number = 8 -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.index = 7 -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.name = "hitRate" -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.hitRate" -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.number = 9 -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.index = 8 -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_HITRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.name = "defyBlockRate" -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.defyBlockRate" -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.number = 10 -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.index = 9 -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_MAUD_FIELD.name = "maud" -SOUL_BASE_ATTR_CFG_MAUD_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.maud" -SOUL_BASE_ATTR_CFG_MAUD_FIELD.number = 11 -SOUL_BASE_ATTR_CFG_MAUD_FIELD.index = 10 -SOUL_BASE_ATTR_CFG_MAUD_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_MAUD_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_MAUD_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_MAUD_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_MAUD_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_MIND_FIELD.name = "mind" -SOUL_BASE_ATTR_CFG_MIND_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.mind" -SOUL_BASE_ATTR_CFG_MIND_FIELD.number = 12 -SOUL_BASE_ATTR_CFG_MIND_FIELD.index = 11 -SOUL_BASE_ATTR_CFG_MIND_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_MIND_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_MIND_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_MIND_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_MIND_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.name = "constitution" -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.constitution" -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.number = 13 -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.index = 12 -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.name = "blockRate" -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.blockRate" -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.number = 14 -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.index = 13 -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.name = "dodgeRate" -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.dodgeRate" -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.number = 15 -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.index = 14 -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_DODGERATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.name = "antiCriticalRate" -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.antiCriticalRate" -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.number = 16 -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.index = 15 -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.name = "antiCriticalPowerRate" -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.antiCriticalPowerRate" -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.number = 17 -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.index = 16 -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.name = "hpHitReturn" -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.hpHitReturn" -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.number = 18 -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.index = 17 -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.name = "intensity" -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.intensity" -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.number = 19 -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.index = 18 -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_INTENSITY_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.name = "defyDefenseRate" -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.defyDefenseRate" -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.number = 20 -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.index = 19 -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.name = "deadlyRate" -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.full_name = ".ftcfg.soul_base_attr_cfg.deadlyRate" -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.number = 21 -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.index = 20 -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.label = 2 -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.default_value = 0.0 -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.type = 2 -SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD.cpp_type = 6 - -SOUL_BASE_ATTR_CFG.name = "soul_base_attr_cfg" -SOUL_BASE_ATTR_CFG.full_name = ".ftcfg.soul_base_attr_cfg" -SOUL_BASE_ATTR_CFG.nested_types = {} -SOUL_BASE_ATTR_CFG.enum_types = {} -SOUL_BASE_ATTR_CFG.fields = {SOUL_BASE_ATTR_CFG_STAR_LEVEL_FIELD, SOUL_BASE_ATTR_CFG_LEVEL_FIELD, SOUL_BASE_ATTR_CFG_FIGHT_POWER_FIELD, SOUL_BASE_ATTR_CFG_ATTACK_FIELD, SOUL_BASE_ATTR_CFG_DEFENSE_FIELD, SOUL_BASE_ATTR_CFG_MAXHP_FIELD, SOUL_BASE_ATTR_CFG_CRITICALRATE_FIELD, SOUL_BASE_ATTR_CFG_CRITICALPOWERRATE_FIELD, SOUL_BASE_ATTR_CFG_HITRATE_FIELD, SOUL_BASE_ATTR_CFG_DEFYBLOCKRATE_FIELD, SOUL_BASE_ATTR_CFG_MAUD_FIELD, SOUL_BASE_ATTR_CFG_MIND_FIELD, SOUL_BASE_ATTR_CFG_CONSTITUTION_FIELD, SOUL_BASE_ATTR_CFG_BLOCKRATE_FIELD, SOUL_BASE_ATTR_CFG_DODGERATE_FIELD, SOUL_BASE_ATTR_CFG_ANTICRITICALRATE_FIELD, SOUL_BASE_ATTR_CFG_ANTICRITICALPOWERRATE_FIELD, SOUL_BASE_ATTR_CFG_HPHITRETURN_FIELD, SOUL_BASE_ATTR_CFG_INTENSITY_FIELD, SOUL_BASE_ATTR_CFG_DEFYDEFENSERATE_FIELD, SOUL_BASE_ATTR_CFG_DEADLYRATE_FIELD} -SOUL_BASE_ATTR_CFG.is_extendable = false -SOUL_BASE_ATTR_CFG.extensions = {} -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.name = "items" -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.full_name = ".ftcfg.soul_base_attr_cfgs.items" -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.number = 1 -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.index = 0 -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.label = 3 -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.has_default_value = false -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.default_value = {} -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.message_type = SOUL_BASE_ATTR_CFG -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.type = 11 -SOUL_BASE_ATTR_CFGS_ITEMS_FIELD.cpp_type = 10 - -SOUL_BASE_ATTR_CFGS.name = "soul_base_attr_cfgs" -SOUL_BASE_ATTR_CFGS.full_name = ".ftcfg.soul_base_attr_cfgs" -SOUL_BASE_ATTR_CFGS.nested_types = {} -SOUL_BASE_ATTR_CFGS.enum_types = {} -SOUL_BASE_ATTR_CFGS.fields = {SOUL_BASE_ATTR_CFGS_ITEMS_FIELD} -SOUL_BASE_ATTR_CFGS.is_extendable = false -SOUL_BASE_ATTR_CFGS.extensions = {} -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.name = "star_level" -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.full_name = ".ftcfg.soul_magic_attr_cfg.star_level" -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.number = 1 -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.index = 0 -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.label = 2 -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.has_default_value = false -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.default_value = 0 -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.type = 13 -SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD.cpp_type = 3 - -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.name = "level" -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.full_name = ".ftcfg.soul_magic_attr_cfg.level" -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.number = 2 -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.index = 1 -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.label = 2 -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.has_default_value = false -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.default_value = 0 -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.type = 13 -SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD.cpp_type = 3 - -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.name = "fight_power" -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.full_name = ".ftcfg.soul_magic_attr_cfg.fight_power" -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.number = 3 -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.index = 2 -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.label = 2 -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.has_default_value = false -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.default_value = 0 -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.type = 5 -SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD.cpp_type = 1 - -SOUL_MAGIC_ATTR_CFG.name = "soul_magic_attr_cfg" -SOUL_MAGIC_ATTR_CFG.full_name = ".ftcfg.soul_magic_attr_cfg" -SOUL_MAGIC_ATTR_CFG.nested_types = {} -SOUL_MAGIC_ATTR_CFG.enum_types = {} -SOUL_MAGIC_ATTR_CFG.fields = {SOUL_MAGIC_ATTR_CFG_STAR_LEVEL_FIELD, SOUL_MAGIC_ATTR_CFG_LEVEL_FIELD, SOUL_MAGIC_ATTR_CFG_FIGHT_POWER_FIELD} -SOUL_MAGIC_ATTR_CFG.is_extendable = false -SOUL_MAGIC_ATTR_CFG.extensions = {} -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.name = "items" -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.full_name = ".ftcfg.soul_magic_attr_cfgs.items" -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.number = 1 -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.index = 0 -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.label = 3 -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.has_default_value = false -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.default_value = {} -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.message_type = SOUL_MAGIC_ATTR_CFG -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.type = 11 -SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD.cpp_type = 10 - -SOUL_MAGIC_ATTR_CFGS.name = "soul_magic_attr_cfgs" -SOUL_MAGIC_ATTR_CFGS.full_name = ".ftcfg.soul_magic_attr_cfgs" -SOUL_MAGIC_ATTR_CFGS.nested_types = {} -SOUL_MAGIC_ATTR_CFGS.enum_types = {} -SOUL_MAGIC_ATTR_CFGS.fields = {SOUL_MAGIC_ATTR_CFGS_ITEMS_FIELD} -SOUL_MAGIC_ATTR_CFGS.is_extendable = false -SOUL_MAGIC_ATTR_CFGS.extensions = {} -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.name = "star_level" -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.star_level" -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.number = 1 -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.index = 0 -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.type = 13 -SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD.cpp_type = 3 - -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.name = "suitid" -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suitid" -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.number = 2 -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.index = 1 -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_SUITID_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.name = "suitname" -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suitname" -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.number = 3 -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.index = 2 -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.default_value = "" -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.type = 9 -SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD.cpp_type = 9 - -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.name = "suit_num" -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suit_num" -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.number = 4 -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.index = 3 -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.name = "prop_type" -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.prop_type" -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.number = 5 -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.index = 4 -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.default_value = nil -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPOPTYPE -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.type = 14 -SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD.cpp_type = 8 - -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.name = "suit_type" -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suit_type" -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.number = 6 -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.index = 5 -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.default_value = nil -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.type = 14 -SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD.cpp_type = 8 - -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.name = "fight_power" -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.fight_power" -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.number = 7 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.index = 6 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.name = "suit_data" -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suit_data" -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.number = 8 -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.index = 7 -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.default_value = 0.0 -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.type = 2 -SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD.cpp_type = 6 - -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.name = "suit_cion" -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suit_cion" -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.number = 9 -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.index = 8 -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.name = "suit_two_num" -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suit_two_num" -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.number = 10 -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.index = 9 -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.name = "suit_skill" -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.suit_skill" -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.number = 11 -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.index = 10 -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.name = "fight_power_two" -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.full_name = ".ftcfg.soul_suit_attr_cfg.fight_power_two" -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.number = 12 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.index = 11 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.label = 2 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.default_value = 0 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.type = 5 -SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD.cpp_type = 1 - -SOUL_SUIT_ATTR_CFG.name = "soul_suit_attr_cfg" -SOUL_SUIT_ATTR_CFG.full_name = ".ftcfg.soul_suit_attr_cfg" -SOUL_SUIT_ATTR_CFG.nested_types = {} -SOUL_SUIT_ATTR_CFG.enum_types = {} -SOUL_SUIT_ATTR_CFG.fields = {SOUL_SUIT_ATTR_CFG_STAR_LEVEL_FIELD, SOUL_SUIT_ATTR_CFG_SUITID_FIELD, SOUL_SUIT_ATTR_CFG_SUITNAME_FIELD, SOUL_SUIT_ATTR_CFG_SUIT_NUM_FIELD, SOUL_SUIT_ATTR_CFG_PROP_TYPE_FIELD, SOUL_SUIT_ATTR_CFG_SUIT_TYPE_FIELD, SOUL_SUIT_ATTR_CFG_FIGHT_POWER_FIELD, SOUL_SUIT_ATTR_CFG_SUIT_DATA_FIELD, SOUL_SUIT_ATTR_CFG_SUIT_CION_FIELD, SOUL_SUIT_ATTR_CFG_SUIT_TWO_NUM_FIELD, SOUL_SUIT_ATTR_CFG_SUIT_SKILL_FIELD, SOUL_SUIT_ATTR_CFG_FIGHT_POWER_TWO_FIELD} -SOUL_SUIT_ATTR_CFG.is_extendable = false -SOUL_SUIT_ATTR_CFG.extensions = {} -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.name = "items" -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.full_name = ".ftcfg.soul_suit_attr_cfgs.items" -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.number = 1 -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.index = 0 -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.label = 3 -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.has_default_value = false -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.default_value = {} -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.message_type = SOUL_SUIT_ATTR_CFG -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.type = 11 -SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD.cpp_type = 10 - -SOUL_SUIT_ATTR_CFGS.name = "soul_suit_attr_cfgs" -SOUL_SUIT_ATTR_CFGS.full_name = ".ftcfg.soul_suit_attr_cfgs" -SOUL_SUIT_ATTR_CFGS.nested_types = {} -SOUL_SUIT_ATTR_CFGS.enum_types = {} -SOUL_SUIT_ATTR_CFGS.fields = {SOUL_SUIT_ATTR_CFGS_ITEMS_FIELD} -SOUL_SUIT_ATTR_CFGS.is_extendable = false -SOUL_SUIT_ATTR_CFGS.extensions = {} -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.name = "star_level" -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.full_name = ".ftcfg.soul_level_up_cfg.star_level" -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.number = 1 -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.index = 0 -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.type = 13 -SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD.cpp_type = 3 - -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.name = "exp_one" -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_one" -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.number = 2 -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.index = 1 -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.name = "exp_two" -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_two" -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.number = 3 -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.index = 2 -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.name = "exp_three" -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_three" -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.number = 4 -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.index = 3 -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.name = "exp_four" -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_four" -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.number = 5 -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.index = 4 -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.name = "exp_five" -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_five" -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.number = 6 -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.index = 5 -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.name = "exp_six" -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_six" -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.number = 7 -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.index = 6 -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.name = "exp_seven" -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_seven" -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.number = 8 -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.index = 7 -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.name = "exp_eight" -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_eight" -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.number = 9 -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.index = 8 -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.name = "exp_nine" -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_nine" -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.number = 10 -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.index = 9 -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.name = "exp_ten" -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_ten" -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.number = 11 -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.index = 10 -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.name = "exp_change" -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.full_name = ".ftcfg.soul_level_up_cfg.exp_change" -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.number = 12 -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.index = 11 -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.label = 2 -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.default_value = 0 -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.type = 5 -SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD.cpp_type = 1 - -SOUL_LEVEL_UP_CFG.name = "soul_level_up_cfg" -SOUL_LEVEL_UP_CFG.full_name = ".ftcfg.soul_level_up_cfg" -SOUL_LEVEL_UP_CFG.nested_types = {} -SOUL_LEVEL_UP_CFG.enum_types = {} -SOUL_LEVEL_UP_CFG.fields = {SOUL_LEVEL_UP_CFG_STAR_LEVEL_FIELD, SOUL_LEVEL_UP_CFG_EXP_ONE_FIELD, SOUL_LEVEL_UP_CFG_EXP_TWO_FIELD, SOUL_LEVEL_UP_CFG_EXP_THREE_FIELD, SOUL_LEVEL_UP_CFG_EXP_FOUR_FIELD, SOUL_LEVEL_UP_CFG_EXP_FIVE_FIELD, SOUL_LEVEL_UP_CFG_EXP_SIX_FIELD, SOUL_LEVEL_UP_CFG_EXP_SEVEN_FIELD, SOUL_LEVEL_UP_CFG_EXP_EIGHT_FIELD, SOUL_LEVEL_UP_CFG_EXP_NINE_FIELD, SOUL_LEVEL_UP_CFG_EXP_TEN_FIELD, SOUL_LEVEL_UP_CFG_EXP_CHANGE_FIELD} -SOUL_LEVEL_UP_CFG.is_extendable = false -SOUL_LEVEL_UP_CFG.extensions = {} -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.name = "items" -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.full_name = ".ftcfg.soul_level_up_cfgs.items" -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.number = 1 -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.index = 0 -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.label = 3 -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.has_default_value = false -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.default_value = {} -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.message_type = SOUL_LEVEL_UP_CFG -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.type = 11 -SOUL_LEVEL_UP_CFGS_ITEMS_FIELD.cpp_type = 10 - -SOUL_LEVEL_UP_CFGS.name = "soul_level_up_cfgs" -SOUL_LEVEL_UP_CFGS.full_name = ".ftcfg.soul_level_up_cfgs" -SOUL_LEVEL_UP_CFGS.nested_types = {} -SOUL_LEVEL_UP_CFGS.enum_types = {} -SOUL_LEVEL_UP_CFGS.fields = {SOUL_LEVEL_UP_CFGS_ITEMS_FIELD} -SOUL_LEVEL_UP_CFGS.is_extendable = false -SOUL_LEVEL_UP_CFGS.extensions = {} -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.name = "magic_id" -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.magic_id" -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.number = 1 -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.index = 0 -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.default_value = 0 -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.type = 5 -SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD.cpp_type = 1 - -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.name = "magic_name" -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.magic_name" -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.number = 2 -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.index = 1 -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.default_value = "" -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.type = 9 -SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD.cpp_type = 9 - -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.name = "quality" -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.quality" -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.number = 3 -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.index = 2 -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.default_value = nil -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.enum_type = config_predefine_pb.EITEMCOLOR -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.type = 14 -SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD.cpp_type = 8 - -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.name = "proptype" -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.proptype" -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.number = 4 -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.index = 3 -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.default_value = nil -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.enum_type = config_predefine_pb.ECPROPOPTYPE -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.type = 14 -SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD.cpp_type = 8 - -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.name = "type" -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.type" -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.number = 5 -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.index = 4 -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.default_value = nil -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.enum_type = config_predefine_pb.ECPROPTYPE -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.type = 14 -SOUL_MAGIC_ROCK_CFG_TYPE_FIELD.cpp_type = 8 - -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.name = "min_data" -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.min_data" -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.number = 6 -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.index = 5 -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.default_value = 0.0 -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.type = 2 -SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD.cpp_type = 6 - -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.name = "max_data" -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.max_data" -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.number = 7 -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.index = 6 -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.default_value = 0.0 -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.type = 2 -SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD.cpp_type = 6 - -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.name = "max_add" -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.max_add" -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.number = 8 -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.index = 7 -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.default_value = 0.0 -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.type = 2 -SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD.cpp_type = 6 - -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.name = "success_ratio" -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.success_ratio" -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.number = 9 -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.index = 8 -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.default_value = 0.0 -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.type = 2 -SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD.cpp_type = 6 - -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.name = "icon" -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.full_name = ".ftcfg.soul_magic_rock_cfg.icon" -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.number = 10 -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.index = 9 -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.label = 2 -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.default_value = 0 -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.type = 5 -SOUL_MAGIC_ROCK_CFG_ICON_FIELD.cpp_type = 1 - -SOUL_MAGIC_ROCK_CFG.name = "soul_magic_rock_cfg" -SOUL_MAGIC_ROCK_CFG.full_name = ".ftcfg.soul_magic_rock_cfg" -SOUL_MAGIC_ROCK_CFG.nested_types = {} -SOUL_MAGIC_ROCK_CFG.enum_types = {} -SOUL_MAGIC_ROCK_CFG.fields = {SOUL_MAGIC_ROCK_CFG_MAGIC_ID_FIELD, SOUL_MAGIC_ROCK_CFG_MAGIC_NAME_FIELD, SOUL_MAGIC_ROCK_CFG_QUALITY_FIELD, SOUL_MAGIC_ROCK_CFG_PROPTYPE_FIELD, SOUL_MAGIC_ROCK_CFG_TYPE_FIELD, SOUL_MAGIC_ROCK_CFG_MIN_DATA_FIELD, SOUL_MAGIC_ROCK_CFG_MAX_DATA_FIELD, SOUL_MAGIC_ROCK_CFG_MAX_ADD_FIELD, SOUL_MAGIC_ROCK_CFG_SUCCESS_RATIO_FIELD, SOUL_MAGIC_ROCK_CFG_ICON_FIELD} -SOUL_MAGIC_ROCK_CFG.is_extendable = false -SOUL_MAGIC_ROCK_CFG.extensions = {} -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.name = "items" -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.full_name = ".ftcfg.soul_magic_rock_cfgs.items" -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.number = 1 -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.index = 0 -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.label = 3 -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.has_default_value = false -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.default_value = {} -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.message_type = SOUL_MAGIC_ROCK_CFG -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.type = 11 -SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD.cpp_type = 10 - -SOUL_MAGIC_ROCK_CFGS.name = "soul_magic_rock_cfgs" -SOUL_MAGIC_ROCK_CFGS.full_name = ".ftcfg.soul_magic_rock_cfgs" -SOUL_MAGIC_ROCK_CFGS.nested_types = {} -SOUL_MAGIC_ROCK_CFGS.enum_types = {} -SOUL_MAGIC_ROCK_CFGS.fields = {SOUL_MAGIC_ROCK_CFGS_ITEMS_FIELD} -SOUL_MAGIC_ROCK_CFGS.is_extendable = false -SOUL_MAGIC_ROCK_CFGS.extensions = {} -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.name = "refine_id" -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.refine_id" -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.number = 1 -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.index = 0 -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.type = 5 -SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD.cpp_type = 1 - -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.name = "level" -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.level" -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.number = 2 -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.index = 1 -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.type = 13 -SOUL_REFINE_ROCK_CFG_LEVEL_FIELD.cpp_type = 3 - -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.name = "count" -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.count" -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.number = 3 -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.index = 2 -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.type = 5 -SOUL_REFINE_ROCK_CFG_COUNT_FIELD.cpp_type = 1 - -SOUL_REFINE_ROCK_CFG_ICON_FIELD.name = "icon" -SOUL_REFINE_ROCK_CFG_ICON_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.icon" -SOUL_REFINE_ROCK_CFG_ICON_FIELD.number = 4 -SOUL_REFINE_ROCK_CFG_ICON_FIELD.index = 3 -SOUL_REFINE_ROCK_CFG_ICON_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_ICON_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_ICON_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_ICON_FIELD.type = 5 -SOUL_REFINE_ROCK_CFG_ICON_FIELD.cpp_type = 1 - -SOUL_REFINE_ROCK_CFG_NAME_FIELD.name = "name" -SOUL_REFINE_ROCK_CFG_NAME_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.name" -SOUL_REFINE_ROCK_CFG_NAME_FIELD.number = 5 -SOUL_REFINE_ROCK_CFG_NAME_FIELD.index = 4 -SOUL_REFINE_ROCK_CFG_NAME_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_NAME_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_NAME_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_NAME_FIELD.type = 5 -SOUL_REFINE_ROCK_CFG_NAME_FIELD.cpp_type = 1 - -SOUL_REFINE_ROCK_CFG_DESC_FIELD.name = "desc" -SOUL_REFINE_ROCK_CFG_DESC_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.desc" -SOUL_REFINE_ROCK_CFG_DESC_FIELD.number = 6 -SOUL_REFINE_ROCK_CFG_DESC_FIELD.index = 5 -SOUL_REFINE_ROCK_CFG_DESC_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_DESC_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_DESC_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_DESC_FIELD.type = 5 -SOUL_REFINE_ROCK_CFG_DESC_FIELD.cpp_type = 1 - -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.name = "position" -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.full_name = ".ftcfg.soul_refine_rock_cfg.position" -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.number = 7 -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.index = 6 -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.label = 2 -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.default_value = 0 -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.type = 5 -SOUL_REFINE_ROCK_CFG_POSITION_FIELD.cpp_type = 1 - -SOUL_REFINE_ROCK_CFG.name = "soul_refine_rock_cfg" -SOUL_REFINE_ROCK_CFG.full_name = ".ftcfg.soul_refine_rock_cfg" -SOUL_REFINE_ROCK_CFG.nested_types = {} -SOUL_REFINE_ROCK_CFG.enum_types = {} -SOUL_REFINE_ROCK_CFG.fields = {SOUL_REFINE_ROCK_CFG_REFINE_ID_FIELD, SOUL_REFINE_ROCK_CFG_LEVEL_FIELD, SOUL_REFINE_ROCK_CFG_COUNT_FIELD, SOUL_REFINE_ROCK_CFG_ICON_FIELD, SOUL_REFINE_ROCK_CFG_NAME_FIELD, SOUL_REFINE_ROCK_CFG_DESC_FIELD, SOUL_REFINE_ROCK_CFG_POSITION_FIELD} -SOUL_REFINE_ROCK_CFG.is_extendable = false -SOUL_REFINE_ROCK_CFG.extensions = {} -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.name = "items" -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.full_name = ".ftcfg.soul_refine_rock_cfgs.items" -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.number = 1 -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.index = 0 -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.label = 3 -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.has_default_value = false -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.default_value = {} -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.message_type = SOUL_REFINE_ROCK_CFG -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.type = 11 -SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD.cpp_type = 10 - -SOUL_REFINE_ROCK_CFGS.name = "soul_refine_rock_cfgs" -SOUL_REFINE_ROCK_CFGS.full_name = ".ftcfg.soul_refine_rock_cfgs" -SOUL_REFINE_ROCK_CFGS.nested_types = {} -SOUL_REFINE_ROCK_CFGS.enum_types = {} -SOUL_REFINE_ROCK_CFGS.fields = {SOUL_REFINE_ROCK_CFGS_ITEMS_FIELD} -SOUL_REFINE_ROCK_CFGS.is_extendable = false -SOUL_REFINE_ROCK_CFGS.extensions = {} -WIZARD_TASK_CFG_LEVEL_ID_FIELD.name = "level_id" -WIZARD_TASK_CFG_LEVEL_ID_FIELD.full_name = ".ftcfg.wizard_task_cfg.level_id" -WIZARD_TASK_CFG_LEVEL_ID_FIELD.number = 1 -WIZARD_TASK_CFG_LEVEL_ID_FIELD.index = 0 -WIZARD_TASK_CFG_LEVEL_ID_FIELD.label = 2 -WIZARD_TASK_CFG_LEVEL_ID_FIELD.has_default_value = false -WIZARD_TASK_CFG_LEVEL_ID_FIELD.default_value = 0 -WIZARD_TASK_CFG_LEVEL_ID_FIELD.type = 5 -WIZARD_TASK_CFG_LEVEL_ID_FIELD.cpp_type = 1 - -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.name = "level_min" -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.full_name = ".ftcfg.wizard_task_cfg.level_min" -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.number = 2 -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.index = 1 -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.label = 2 -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.has_default_value = false -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.default_value = 0 -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.type = 5 -WIZARD_TASK_CFG_LEVEL_MIN_FIELD.cpp_type = 1 - -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.name = "use_item_id" -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.full_name = ".ftcfg.wizard_task_cfg.use_item_id" -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.number = 3 -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.index = 2 -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.label = 2 -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.has_default_value = false -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.default_value = 0 -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.type = 5 -WIZARD_TASK_CFG_USE_ITEM_ID_FIELD.cpp_type = 1 - -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.name = "use_item_num" -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.full_name = ".ftcfg.wizard_task_cfg.use_item_num" -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.number = 4 -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.index = 3 -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.label = 2 -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.has_default_value = false -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.default_value = 0 -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.type = 5 -WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD.cpp_type = 1 - -WIZARD_TASK_CFG.name = "wizard_task_cfg" -WIZARD_TASK_CFG.full_name = ".ftcfg.wizard_task_cfg" -WIZARD_TASK_CFG.nested_types = {} -WIZARD_TASK_CFG.enum_types = {} -WIZARD_TASK_CFG.fields = {WIZARD_TASK_CFG_LEVEL_ID_FIELD, WIZARD_TASK_CFG_LEVEL_MIN_FIELD, WIZARD_TASK_CFG_USE_ITEM_ID_FIELD, WIZARD_TASK_CFG_USE_ITEM_NUM_FIELD} -WIZARD_TASK_CFG.is_extendable = false -WIZARD_TASK_CFG.extensions = {} -WIZARD_TASK_CFGS_ITEMS_FIELD.name = "items" -WIZARD_TASK_CFGS_ITEMS_FIELD.full_name = ".ftcfg.wizard_task_cfgs.items" -WIZARD_TASK_CFGS_ITEMS_FIELD.number = 1 -WIZARD_TASK_CFGS_ITEMS_FIELD.index = 0 -WIZARD_TASK_CFGS_ITEMS_FIELD.label = 3 -WIZARD_TASK_CFGS_ITEMS_FIELD.has_default_value = false -WIZARD_TASK_CFGS_ITEMS_FIELD.default_value = {} -WIZARD_TASK_CFGS_ITEMS_FIELD.message_type = WIZARD_TASK_CFG -WIZARD_TASK_CFGS_ITEMS_FIELD.type = 11 -WIZARD_TASK_CFGS_ITEMS_FIELD.cpp_type = 10 - -WIZARD_TASK_CFGS.name = "wizard_task_cfgs" -WIZARD_TASK_CFGS.full_name = ".ftcfg.wizard_task_cfgs" -WIZARD_TASK_CFGS.nested_types = {} -WIZARD_TASK_CFGS.enum_types = {} -WIZARD_TASK_CFGS.fields = {WIZARD_TASK_CFGS_ITEMS_FIELD} -WIZARD_TASK_CFGS.is_extendable = false -WIZARD_TASK_CFGS.extensions = {} -WIZARD_LEVEL_CFG_ID_FIELD.name = "id" -WIZARD_LEVEL_CFG_ID_FIELD.full_name = ".ftcfg.wizard_level_cfg.id" -WIZARD_LEVEL_CFG_ID_FIELD.number = 1 -WIZARD_LEVEL_CFG_ID_FIELD.index = 0 -WIZARD_LEVEL_CFG_ID_FIELD.label = 2 -WIZARD_LEVEL_CFG_ID_FIELD.has_default_value = false -WIZARD_LEVEL_CFG_ID_FIELD.default_value = 0 -WIZARD_LEVEL_CFG_ID_FIELD.type = 5 -WIZARD_LEVEL_CFG_ID_FIELD.cpp_type = 1 - -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.name = "legendary" -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.full_name = ".ftcfg.wizard_level_cfg.legendary" -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.number = 2 -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.index = 1 -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.label = 2 -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.has_default_value = false -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.default_value = 0 -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.type = 5 -WIZARD_LEVEL_CFG_LEGENDARY_FIELD.cpp_type = 1 - -WIZARD_LEVEL_CFG_ICON_ID_FIELD.name = "icon_id" -WIZARD_LEVEL_CFG_ICON_ID_FIELD.full_name = ".ftcfg.wizard_level_cfg.icon_id" -WIZARD_LEVEL_CFG_ICON_ID_FIELD.number = 3 -WIZARD_LEVEL_CFG_ICON_ID_FIELD.index = 2 -WIZARD_LEVEL_CFG_ICON_ID_FIELD.label = 2 -WIZARD_LEVEL_CFG_ICON_ID_FIELD.has_default_value = false -WIZARD_LEVEL_CFG_ICON_ID_FIELD.default_value = 0 -WIZARD_LEVEL_CFG_ICON_ID_FIELD.type = 5 -WIZARD_LEVEL_CFG_ICON_ID_FIELD.cpp_type = 1 - -WIZARD_LEVEL_CFG_NAME_FIELD.name = "name" -WIZARD_LEVEL_CFG_NAME_FIELD.full_name = ".ftcfg.wizard_level_cfg.name" -WIZARD_LEVEL_CFG_NAME_FIELD.number = 4 -WIZARD_LEVEL_CFG_NAME_FIELD.index = 3 -WIZARD_LEVEL_CFG_NAME_FIELD.label = 2 -WIZARD_LEVEL_CFG_NAME_FIELD.has_default_value = false -WIZARD_LEVEL_CFG_NAME_FIELD.default_value = 0 -WIZARD_LEVEL_CFG_NAME_FIELD.type = 5 -WIZARD_LEVEL_CFG_NAME_FIELD.cpp_type = 1 - -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.name = "reward_id" -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.full_name = ".ftcfg.wizard_level_cfg.reward_id" -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.number = 5 -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.index = 4 -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.label = 2 -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.has_default_value = false -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.default_value = 0 -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.type = 5 -WIZARD_LEVEL_CFG_REWARD_ID_FIELD.cpp_type = 1 - -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.name = "del_legendary" -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.full_name = ".ftcfg.wizard_level_cfg.del_legendary" -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.number = 6 -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.index = 5 -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.label = 2 -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.has_default_value = false -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.default_value = 0 -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.type = 5 -WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD.cpp_type = 1 - -WIZARD_LEVEL_CFG.name = "wizard_level_cfg" -WIZARD_LEVEL_CFG.full_name = ".ftcfg.wizard_level_cfg" -WIZARD_LEVEL_CFG.nested_types = {} -WIZARD_LEVEL_CFG.enum_types = {} -WIZARD_LEVEL_CFG.fields = {WIZARD_LEVEL_CFG_ID_FIELD, WIZARD_LEVEL_CFG_LEGENDARY_FIELD, WIZARD_LEVEL_CFG_ICON_ID_FIELD, WIZARD_LEVEL_CFG_NAME_FIELD, WIZARD_LEVEL_CFG_REWARD_ID_FIELD, WIZARD_LEVEL_CFG_DEL_LEGENDARY_FIELD} -WIZARD_LEVEL_CFG.is_extendable = false -WIZARD_LEVEL_CFG.extensions = {} -WIZARD_LEVEL_CFGS_ITEMS_FIELD.name = "items" -WIZARD_LEVEL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.wizard_level_cfgs.items" -WIZARD_LEVEL_CFGS_ITEMS_FIELD.number = 1 -WIZARD_LEVEL_CFGS_ITEMS_FIELD.index = 0 -WIZARD_LEVEL_CFGS_ITEMS_FIELD.label = 3 -WIZARD_LEVEL_CFGS_ITEMS_FIELD.has_default_value = false -WIZARD_LEVEL_CFGS_ITEMS_FIELD.default_value = {} -WIZARD_LEVEL_CFGS_ITEMS_FIELD.message_type = WIZARD_LEVEL_CFG -WIZARD_LEVEL_CFGS_ITEMS_FIELD.type = 11 -WIZARD_LEVEL_CFGS_ITEMS_FIELD.cpp_type = 10 - -WIZARD_LEVEL_CFGS.name = "wizard_level_cfgs" -WIZARD_LEVEL_CFGS.full_name = ".ftcfg.wizard_level_cfgs" -WIZARD_LEVEL_CFGS.nested_types = {} -WIZARD_LEVEL_CFGS.enum_types = {} -WIZARD_LEVEL_CFGS.fields = {WIZARD_LEVEL_CFGS_ITEMS_FIELD} -WIZARD_LEVEL_CFGS.is_extendable = false -WIZARD_LEVEL_CFGS.extensions = {} -WIZARD_BASE_CFG_ID_FIELD.name = "id" -WIZARD_BASE_CFG_ID_FIELD.full_name = ".ftcfg.wizard_base_cfg.id" -WIZARD_BASE_CFG_ID_FIELD.number = 1 -WIZARD_BASE_CFG_ID_FIELD.index = 0 -WIZARD_BASE_CFG_ID_FIELD.label = 2 -WIZARD_BASE_CFG_ID_FIELD.has_default_value = false -WIZARD_BASE_CFG_ID_FIELD.default_value = 0 -WIZARD_BASE_CFG_ID_FIELD.type = 5 -WIZARD_BASE_CFG_ID_FIELD.cpp_type = 1 - -WIZARD_BASE_CFG_DATA_FIELD.name = "data" -WIZARD_BASE_CFG_DATA_FIELD.full_name = ".ftcfg.wizard_base_cfg.data" -WIZARD_BASE_CFG_DATA_FIELD.number = 2 -WIZARD_BASE_CFG_DATA_FIELD.index = 1 -WIZARD_BASE_CFG_DATA_FIELD.label = 2 -WIZARD_BASE_CFG_DATA_FIELD.has_default_value = false -WIZARD_BASE_CFG_DATA_FIELD.default_value = 0.0 -WIZARD_BASE_CFG_DATA_FIELD.type = 1 -WIZARD_BASE_CFG_DATA_FIELD.cpp_type = 5 - -WIZARD_BASE_CFG.name = "wizard_base_cfg" -WIZARD_BASE_CFG.full_name = ".ftcfg.wizard_base_cfg" -WIZARD_BASE_CFG.nested_types = {} -WIZARD_BASE_CFG.enum_types = {} -WIZARD_BASE_CFG.fields = {WIZARD_BASE_CFG_ID_FIELD, WIZARD_BASE_CFG_DATA_FIELD} -WIZARD_BASE_CFG.is_extendable = false -WIZARD_BASE_CFG.extensions = {} -WIZARD_BASE_CFGS_ITEMS_FIELD.name = "items" -WIZARD_BASE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.wizard_base_cfgs.items" -WIZARD_BASE_CFGS_ITEMS_FIELD.number = 1 -WIZARD_BASE_CFGS_ITEMS_FIELD.index = 0 -WIZARD_BASE_CFGS_ITEMS_FIELD.label = 3 -WIZARD_BASE_CFGS_ITEMS_FIELD.has_default_value = false -WIZARD_BASE_CFGS_ITEMS_FIELD.default_value = {} -WIZARD_BASE_CFGS_ITEMS_FIELD.message_type = WIZARD_BASE_CFG -WIZARD_BASE_CFGS_ITEMS_FIELD.type = 11 -WIZARD_BASE_CFGS_ITEMS_FIELD.cpp_type = 10 - -WIZARD_BASE_CFGS.name = "wizard_base_cfgs" -WIZARD_BASE_CFGS.full_name = ".ftcfg.wizard_base_cfgs" -WIZARD_BASE_CFGS.nested_types = {} -WIZARD_BASE_CFGS.enum_types = {} -WIZARD_BASE_CFGS.fields = {WIZARD_BASE_CFGS_ITEMS_FIELD} -WIZARD_BASE_CFGS.is_extendable = false -WIZARD_BASE_CFGS.extensions = {} -MAGIC_DIVINE_CFG_ID_FIELD.name = "id" -MAGIC_DIVINE_CFG_ID_FIELD.full_name = ".ftcfg.magic_divine_cfg.id" -MAGIC_DIVINE_CFG_ID_FIELD.number = 1 -MAGIC_DIVINE_CFG_ID_FIELD.index = 0 -MAGIC_DIVINE_CFG_ID_FIELD.label = 2 -MAGIC_DIVINE_CFG_ID_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_ID_FIELD.default_value = 0 -MAGIC_DIVINE_CFG_ID_FIELD.type = 5 -MAGIC_DIVINE_CFG_ID_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG_PROP_ID_FIELD.name = "prop_id" -MAGIC_DIVINE_CFG_PROP_ID_FIELD.full_name = ".ftcfg.magic_divine_cfg.prop_id" -MAGIC_DIVINE_CFG_PROP_ID_FIELD.number = 2 -MAGIC_DIVINE_CFG_PROP_ID_FIELD.index = 1 -MAGIC_DIVINE_CFG_PROP_ID_FIELD.label = 3 -MAGIC_DIVINE_CFG_PROP_ID_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_PROP_ID_FIELD.default_value = {} -MAGIC_DIVINE_CFG_PROP_ID_FIELD.type = 5 -MAGIC_DIVINE_CFG_PROP_ID_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.name = "prop_num" -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.full_name = ".ftcfg.magic_divine_cfg.prop_num" -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.number = 3 -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.index = 2 -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.label = 3 -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.default_value = {} -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.type = 5 -MAGIC_DIVINE_CFG_PROP_NUM_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.name = "week_day" -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.full_name = ".ftcfg.magic_divine_cfg.week_day" -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.number = 4 -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.index = 3 -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.label = 2 -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.default_value = 0 -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.type = 5 -MAGIC_DIVINE_CFG_WEEK_DAY_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG_TIMES_FIELD.name = "times" -MAGIC_DIVINE_CFG_TIMES_FIELD.full_name = ".ftcfg.magic_divine_cfg.times" -MAGIC_DIVINE_CFG_TIMES_FIELD.number = 5 -MAGIC_DIVINE_CFG_TIMES_FIELD.index = 4 -MAGIC_DIVINE_CFG_TIMES_FIELD.label = 3 -MAGIC_DIVINE_CFG_TIMES_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_TIMES_FIELD.default_value = {} -MAGIC_DIVINE_CFG_TIMES_FIELD.type = 5 -MAGIC_DIVINE_CFG_TIMES_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.name = "section_id" -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.full_name = ".ftcfg.magic_divine_cfg.section_id" -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.number = 6 -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.index = 5 -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.label = 2 -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.default_value = 0 -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.type = 5 -MAGIC_DIVINE_CFG_SECTION_ID_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG_LEVEL_FIELD.name = "level" -MAGIC_DIVINE_CFG_LEVEL_FIELD.full_name = ".ftcfg.magic_divine_cfg.level" -MAGIC_DIVINE_CFG_LEVEL_FIELD.number = 7 -MAGIC_DIVINE_CFG_LEVEL_FIELD.index = 6 -MAGIC_DIVINE_CFG_LEVEL_FIELD.label = 2 -MAGIC_DIVINE_CFG_LEVEL_FIELD.has_default_value = false -MAGIC_DIVINE_CFG_LEVEL_FIELD.default_value = 0 -MAGIC_DIVINE_CFG_LEVEL_FIELD.type = 5 -MAGIC_DIVINE_CFG_LEVEL_FIELD.cpp_type = 1 - -MAGIC_DIVINE_CFG.name = "magic_divine_cfg" -MAGIC_DIVINE_CFG.full_name = ".ftcfg.magic_divine_cfg" -MAGIC_DIVINE_CFG.nested_types = {} -MAGIC_DIVINE_CFG.enum_types = {} -MAGIC_DIVINE_CFG.fields = {MAGIC_DIVINE_CFG_ID_FIELD, MAGIC_DIVINE_CFG_PROP_ID_FIELD, MAGIC_DIVINE_CFG_PROP_NUM_FIELD, MAGIC_DIVINE_CFG_WEEK_DAY_FIELD, MAGIC_DIVINE_CFG_TIMES_FIELD, MAGIC_DIVINE_CFG_SECTION_ID_FIELD, MAGIC_DIVINE_CFG_LEVEL_FIELD} -MAGIC_DIVINE_CFG.is_extendable = false -MAGIC_DIVINE_CFG.extensions = {} -MAGIC_DIVINE_CFGS_ITEMS_FIELD.name = "items" -MAGIC_DIVINE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_divine_cfgs.items" -MAGIC_DIVINE_CFGS_ITEMS_FIELD.number = 1 -MAGIC_DIVINE_CFGS_ITEMS_FIELD.index = 0 -MAGIC_DIVINE_CFGS_ITEMS_FIELD.label = 3 -MAGIC_DIVINE_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_DIVINE_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_DIVINE_CFGS_ITEMS_FIELD.message_type = MAGIC_DIVINE_CFG -MAGIC_DIVINE_CFGS_ITEMS_FIELD.type = 11 -MAGIC_DIVINE_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_DIVINE_CFGS.name = "magic_divine_cfgs" -MAGIC_DIVINE_CFGS.full_name = ".ftcfg.magic_divine_cfgs" -MAGIC_DIVINE_CFGS.nested_types = {} -MAGIC_DIVINE_CFGS.enum_types = {} -MAGIC_DIVINE_CFGS.fields = {MAGIC_DIVINE_CFGS_ITEMS_FIELD} -MAGIC_DIVINE_CFGS.is_extendable = false -MAGIC_DIVINE_CFGS.extensions = {} -DIVINE_SECTION_CFG_ID_FIELD.name = "id" -DIVINE_SECTION_CFG_ID_FIELD.full_name = ".ftcfg.divine_section_cfg.id" -DIVINE_SECTION_CFG_ID_FIELD.number = 1 -DIVINE_SECTION_CFG_ID_FIELD.index = 0 -DIVINE_SECTION_CFG_ID_FIELD.label = 2 -DIVINE_SECTION_CFG_ID_FIELD.has_default_value = false -DIVINE_SECTION_CFG_ID_FIELD.default_value = 0 -DIVINE_SECTION_CFG_ID_FIELD.type = 5 -DIVINE_SECTION_CFG_ID_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_GROUP_FIELD.name = "group" -DIVINE_SECTION_CFG_GROUP_FIELD.full_name = ".ftcfg.divine_section_cfg.group" -DIVINE_SECTION_CFG_GROUP_FIELD.number = 2 -DIVINE_SECTION_CFG_GROUP_FIELD.index = 1 -DIVINE_SECTION_CFG_GROUP_FIELD.label = 2 -DIVINE_SECTION_CFG_GROUP_FIELD.has_default_value = false -DIVINE_SECTION_CFG_GROUP_FIELD.default_value = 0 -DIVINE_SECTION_CFG_GROUP_FIELD.type = 5 -DIVINE_SECTION_CFG_GROUP_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.name = "group_name" -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.full_name = ".ftcfg.divine_section_cfg.group_name" -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.number = 3 -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.index = 2 -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.label = 2 -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.has_default_value = false -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.default_value = 0 -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.type = 5 -DIVINE_SECTION_CFG_GROUP_NAME_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_SECTION_FIELD.name = "section" -DIVINE_SECTION_CFG_SECTION_FIELD.full_name = ".ftcfg.divine_section_cfg.section" -DIVINE_SECTION_CFG_SECTION_FIELD.number = 4 -DIVINE_SECTION_CFG_SECTION_FIELD.index = 3 -DIVINE_SECTION_CFG_SECTION_FIELD.label = 2 -DIVINE_SECTION_CFG_SECTION_FIELD.has_default_value = false -DIVINE_SECTION_CFG_SECTION_FIELD.default_value = 0 -DIVINE_SECTION_CFG_SECTION_FIELD.type = 5 -DIVINE_SECTION_CFG_SECTION_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.name = "section_name" -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.full_name = ".ftcfg.divine_section_cfg.section_name" -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.number = 5 -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.index = 4 -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.label = 2 -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.has_default_value = false -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.default_value = 0 -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.type = 5 -DIVINE_SECTION_CFG_SECTION_NAME_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.name = "section_desc" -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.full_name = ".ftcfg.divine_section_cfg.section_desc" -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.number = 6 -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.index = 5 -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.label = 2 -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.has_default_value = false -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.default_value = 0 -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.type = 5 -DIVINE_SECTION_CFG_SECTION_DESC_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_MISSION_ID_FIELD.name = "mission_id" -DIVINE_SECTION_CFG_MISSION_ID_FIELD.full_name = ".ftcfg.divine_section_cfg.mission_id" -DIVINE_SECTION_CFG_MISSION_ID_FIELD.number = 7 -DIVINE_SECTION_CFG_MISSION_ID_FIELD.index = 6 -DIVINE_SECTION_CFG_MISSION_ID_FIELD.label = 2 -DIVINE_SECTION_CFG_MISSION_ID_FIELD.has_default_value = false -DIVINE_SECTION_CFG_MISSION_ID_FIELD.default_value = 0 -DIVINE_SECTION_CFG_MISSION_ID_FIELD.type = 5 -DIVINE_SECTION_CFG_MISSION_ID_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.name = "partner_id" -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.full_name = ".ftcfg.divine_section_cfg.partner_id" -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.number = 8 -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.index = 7 -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.label = 3 -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.has_default_value = false -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.default_value = {} -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.type = 5 -DIVINE_SECTION_CFG_PARTNER_ID_FIELD.cpp_type = 1 - -DIVINE_SECTION_CFG.name = "divine_section_cfg" -DIVINE_SECTION_CFG.full_name = ".ftcfg.divine_section_cfg" -DIVINE_SECTION_CFG.nested_types = {} -DIVINE_SECTION_CFG.enum_types = {} -DIVINE_SECTION_CFG.fields = {DIVINE_SECTION_CFG_ID_FIELD, DIVINE_SECTION_CFG_GROUP_FIELD, DIVINE_SECTION_CFG_GROUP_NAME_FIELD, DIVINE_SECTION_CFG_SECTION_FIELD, DIVINE_SECTION_CFG_SECTION_NAME_FIELD, DIVINE_SECTION_CFG_SECTION_DESC_FIELD, DIVINE_SECTION_CFG_MISSION_ID_FIELD, DIVINE_SECTION_CFG_PARTNER_ID_FIELD} -DIVINE_SECTION_CFG.is_extendable = false -DIVINE_SECTION_CFG.extensions = {} -DIVINE_SECTION_CFGS_ITEMS_FIELD.name = "items" -DIVINE_SECTION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.divine_section_cfgs.items" -DIVINE_SECTION_CFGS_ITEMS_FIELD.number = 1 -DIVINE_SECTION_CFGS_ITEMS_FIELD.index = 0 -DIVINE_SECTION_CFGS_ITEMS_FIELD.label = 3 -DIVINE_SECTION_CFGS_ITEMS_FIELD.has_default_value = false -DIVINE_SECTION_CFGS_ITEMS_FIELD.default_value = {} -DIVINE_SECTION_CFGS_ITEMS_FIELD.message_type = DIVINE_SECTION_CFG -DIVINE_SECTION_CFGS_ITEMS_FIELD.type = 11 -DIVINE_SECTION_CFGS_ITEMS_FIELD.cpp_type = 10 - -DIVINE_SECTION_CFGS.name = "divine_section_cfgs" -DIVINE_SECTION_CFGS.full_name = ".ftcfg.divine_section_cfgs" -DIVINE_SECTION_CFGS.nested_types = {} -DIVINE_SECTION_CFGS.enum_types = {} -DIVINE_SECTION_CFGS.fields = {DIVINE_SECTION_CFGS_ITEMS_FIELD} -DIVINE_SECTION_CFGS.is_extendable = false -DIVINE_SECTION_CFGS.extensions = {} -DIVINE_MISSION_CFG_ID_FIELD.name = "id" -DIVINE_MISSION_CFG_ID_FIELD.full_name = ".ftcfg.divine_mission_cfg.id" -DIVINE_MISSION_CFG_ID_FIELD.number = 1 -DIVINE_MISSION_CFG_ID_FIELD.index = 0 -DIVINE_MISSION_CFG_ID_FIELD.label = 2 -DIVINE_MISSION_CFG_ID_FIELD.has_default_value = false -DIVINE_MISSION_CFG_ID_FIELD.default_value = 0 -DIVINE_MISSION_CFG_ID_FIELD.type = 5 -DIVINE_MISSION_CFG_ID_FIELD.cpp_type = 1 - -DIVINE_MISSION_CFG_MISSION_ID_FIELD.name = "mission_id" -DIVINE_MISSION_CFG_MISSION_ID_FIELD.full_name = ".ftcfg.divine_mission_cfg.mission_id" -DIVINE_MISSION_CFG_MISSION_ID_FIELD.number = 2 -DIVINE_MISSION_CFG_MISSION_ID_FIELD.index = 1 -DIVINE_MISSION_CFG_MISSION_ID_FIELD.label = 2 -DIVINE_MISSION_CFG_MISSION_ID_FIELD.has_default_value = false -DIVINE_MISSION_CFG_MISSION_ID_FIELD.default_value = 0 -DIVINE_MISSION_CFG_MISSION_ID_FIELD.type = 5 -DIVINE_MISSION_CFG_MISSION_ID_FIELD.cpp_type = 1 - -DIVINE_MISSION_CFG_RANGE_FIELD.name = "range" -DIVINE_MISSION_CFG_RANGE_FIELD.full_name = ".ftcfg.divine_mission_cfg.range" -DIVINE_MISSION_CFG_RANGE_FIELD.number = 3 -DIVINE_MISSION_CFG_RANGE_FIELD.index = 2 -DIVINE_MISSION_CFG_RANGE_FIELD.label = 2 -DIVINE_MISSION_CFG_RANGE_FIELD.has_default_value = false -DIVINE_MISSION_CFG_RANGE_FIELD.default_value = 0 -DIVINE_MISSION_CFG_RANGE_FIELD.type = 5 -DIVINE_MISSION_CFG_RANGE_FIELD.cpp_type = 1 - -DIVINE_MISSION_CFG_QUALITY_FIELD.name = "quality" -DIVINE_MISSION_CFG_QUALITY_FIELD.full_name = ".ftcfg.divine_mission_cfg.quality" -DIVINE_MISSION_CFG_QUALITY_FIELD.number = 4 -DIVINE_MISSION_CFG_QUALITY_FIELD.index = 3 -DIVINE_MISSION_CFG_QUALITY_FIELD.label = 2 -DIVINE_MISSION_CFG_QUALITY_FIELD.has_default_value = false -DIVINE_MISSION_CFG_QUALITY_FIELD.default_value = 0 -DIVINE_MISSION_CFG_QUALITY_FIELD.type = 5 -DIVINE_MISSION_CFG_QUALITY_FIELD.cpp_type = 1 - -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.name = "fetters_num" -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.full_name = ".ftcfg.divine_mission_cfg.fetters_num" -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.number = 5 -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.index = 4 -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.label = 2 -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.has_default_value = false -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.default_value = 0 -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.type = 5 -DIVINE_MISSION_CFG_FETTERS_NUM_FIELD.cpp_type = 1 - -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.name = "qualityrange" -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.full_name = ".ftcfg.divine_mission_cfg.qualityrange" -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.number = 6 -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.index = 5 -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.label = 2 -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.has_default_value = false -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.default_value = 0 -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.type = 5 -DIVINE_MISSION_CFG_QUALITYRANGE_FIELD.cpp_type = 1 - -DIVINE_MISSION_CFG.name = "divine_mission_cfg" -DIVINE_MISSION_CFG.full_name = ".ftcfg.divine_mission_cfg" -DIVINE_MISSION_CFG.nested_types = {} -DIVINE_MISSION_CFG.enum_types = {} -DIVINE_MISSION_CFG.fields = {DIVINE_MISSION_CFG_ID_FIELD, DIVINE_MISSION_CFG_MISSION_ID_FIELD, DIVINE_MISSION_CFG_RANGE_FIELD, DIVINE_MISSION_CFG_QUALITY_FIELD, DIVINE_MISSION_CFG_FETTERS_NUM_FIELD, DIVINE_MISSION_CFG_QUALITYRANGE_FIELD} -DIVINE_MISSION_CFG.is_extendable = false -DIVINE_MISSION_CFG.extensions = {} -DIVINE_MISSION_CFGS_ITEMS_FIELD.name = "items" -DIVINE_MISSION_CFGS_ITEMS_FIELD.full_name = ".ftcfg.divine_mission_cfgs.items" -DIVINE_MISSION_CFGS_ITEMS_FIELD.number = 1 -DIVINE_MISSION_CFGS_ITEMS_FIELD.index = 0 -DIVINE_MISSION_CFGS_ITEMS_FIELD.label = 3 -DIVINE_MISSION_CFGS_ITEMS_FIELD.has_default_value = false -DIVINE_MISSION_CFGS_ITEMS_FIELD.default_value = {} -DIVINE_MISSION_CFGS_ITEMS_FIELD.message_type = DIVINE_MISSION_CFG -DIVINE_MISSION_CFGS_ITEMS_FIELD.type = 11 -DIVINE_MISSION_CFGS_ITEMS_FIELD.cpp_type = 10 - -DIVINE_MISSION_CFGS.name = "divine_mission_cfgs" -DIVINE_MISSION_CFGS.full_name = ".ftcfg.divine_mission_cfgs" -DIVINE_MISSION_CFGS.nested_types = {} -DIVINE_MISSION_CFGS.enum_types = {} -DIVINE_MISSION_CFGS.fields = {DIVINE_MISSION_CFGS_ITEMS_FIELD} -DIVINE_MISSION_CFGS.is_extendable = false -DIVINE_MISSION_CFGS.extensions = {} -MAGIC_SKILL_CFG_ID_FIELD.name = "id" -MAGIC_SKILL_CFG_ID_FIELD.full_name = ".ftcfg.magic_skill_cfg.id" -MAGIC_SKILL_CFG_ID_FIELD.number = 1 -MAGIC_SKILL_CFG_ID_FIELD.index = 0 -MAGIC_SKILL_CFG_ID_FIELD.label = 2 -MAGIC_SKILL_CFG_ID_FIELD.has_default_value = false -MAGIC_SKILL_CFG_ID_FIELD.default_value = 0 -MAGIC_SKILL_CFG_ID_FIELD.type = 13 -MAGIC_SKILL_CFG_ID_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_LAYERID_FIELD.name = "layerid" -MAGIC_SKILL_CFG_LAYERID_FIELD.full_name = ".ftcfg.magic_skill_cfg.layerid" -MAGIC_SKILL_CFG_LAYERID_FIELD.number = 2 -MAGIC_SKILL_CFG_LAYERID_FIELD.index = 1 -MAGIC_SKILL_CFG_LAYERID_FIELD.label = 2 -MAGIC_SKILL_CFG_LAYERID_FIELD.has_default_value = false -MAGIC_SKILL_CFG_LAYERID_FIELD.default_value = 0 -MAGIC_SKILL_CFG_LAYERID_FIELD.type = 13 -MAGIC_SKILL_CFG_LAYERID_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.name = "max_level" -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.full_name = ".ftcfg.magic_skill_cfg.max_level" -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.number = 3 -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.index = 2 -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.label = 2 -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.has_default_value = false -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.default_value = 0 -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.type = 13 -MAGIC_SKILL_CFG_MAX_LEVEL_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.name = "magicid_arr" -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.full_name = ".ftcfg.magic_skill_cfg.magicid_arr" -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.number = 4 -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.index = 3 -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.label = 3 -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.has_default_value = false -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.default_value = {} -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.type = 13 -MAGIC_SKILL_CFG_MAGICID_ARR_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.name = "magic_type" -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.full_name = ".ftcfg.magic_skill_cfg.magic_type" -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.number = 5 -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.index = 4 -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.label = 2 -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.has_default_value = false -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.default_value = 0 -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.type = 13 -MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.name = "slot_lock_cond" -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.full_name = ".ftcfg.magic_skill_cfg.slot_lock_cond" -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.number = 6 -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.index = 5 -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.label = 2 -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.has_default_value = false -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.default_value = 0 -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.type = 13 -MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.name = "skill_position" -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.full_name = ".ftcfg.magic_skill_cfg.skill_position" -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.number = 7 -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.index = 6 -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.label = 2 -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.has_default_value = false -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.default_value = 0 -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.type = 13 -MAGIC_SKILL_CFG_SKILL_POSITION_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.name = "skill_icon" -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.full_name = ".ftcfg.magic_skill_cfg.skill_icon" -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.number = 8 -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.index = 7 -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.label = 2 -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.has_default_value = false -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.default_value = 0 -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.type = 13 -MAGIC_SKILL_CFG_SKILL_ICON_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.name = "skill_name" -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.full_name = ".ftcfg.magic_skill_cfg.skill_name" -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.number = 9 -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.index = 8 -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.label = 2 -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.has_default_value = false -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.default_value = 0 -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.type = 13 -MAGIC_SKILL_CFG_SKILL_NAME_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.name = "skill_condition" -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.full_name = ".ftcfg.magic_skill_cfg.skill_condition" -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.number = 10 -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.index = 9 -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.label = 2 -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.has_default_value = false -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.default_value = 0 -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.type = 13 -MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD.cpp_type = 3 - -MAGIC_SKILL_CFG.name = "magic_skill_cfg" -MAGIC_SKILL_CFG.full_name = ".ftcfg.magic_skill_cfg" -MAGIC_SKILL_CFG.nested_types = {} -MAGIC_SKILL_CFG.enum_types = {} -MAGIC_SKILL_CFG.fields = {MAGIC_SKILL_CFG_ID_FIELD, MAGIC_SKILL_CFG_LAYERID_FIELD, MAGIC_SKILL_CFG_MAX_LEVEL_FIELD, MAGIC_SKILL_CFG_MAGICID_ARR_FIELD, MAGIC_SKILL_CFG_MAGIC_TYPE_FIELD, MAGIC_SKILL_CFG_SLOT_LOCK_COND_FIELD, MAGIC_SKILL_CFG_SKILL_POSITION_FIELD, MAGIC_SKILL_CFG_SKILL_ICON_FIELD, MAGIC_SKILL_CFG_SKILL_NAME_FIELD, MAGIC_SKILL_CFG_SKILL_CONDITION_FIELD} -MAGIC_SKILL_CFG.is_extendable = false -MAGIC_SKILL_CFG.extensions = {} -MAGIC_SKILL_CFGS_ITEMS_FIELD.name = "items" -MAGIC_SKILL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_skill_cfgs.items" -MAGIC_SKILL_CFGS_ITEMS_FIELD.number = 1 -MAGIC_SKILL_CFGS_ITEMS_FIELD.index = 0 -MAGIC_SKILL_CFGS_ITEMS_FIELD.label = 3 -MAGIC_SKILL_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_SKILL_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_SKILL_CFGS_ITEMS_FIELD.message_type = MAGIC_SKILL_CFG -MAGIC_SKILL_CFGS_ITEMS_FIELD.type = 11 -MAGIC_SKILL_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_SKILL_CFGS.name = "magic_skill_cfgs" -MAGIC_SKILL_CFGS.full_name = ".ftcfg.magic_skill_cfgs" -MAGIC_SKILL_CFGS.nested_types = {} -MAGIC_SKILL_CFGS.enum_types = {} -MAGIC_SKILL_CFGS.fields = {MAGIC_SKILL_CFGS_ITEMS_FIELD} -MAGIC_SKILL_CFGS.is_extendable = false -MAGIC_SKILL_CFGS.extensions = {} -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.name = "level" -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.level" -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.number = 1 -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.index = 0 -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.label = 2 -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.default_value = 0 -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.type = 13 -MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD.cpp_type = 3 - -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.name = "next_level" -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.next_level" -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.number = 2 -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.index = 1 -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.label = 2 -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.default_value = 0 -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.type = 13 -MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD.cpp_type = 3 - -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.name = "magicid" -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.magicid" -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.number = 3 -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.index = 2 -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.label = 2 -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.default_value = 0 -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.type = 13 -MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD.cpp_type = 3 - -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.name = "attribute_type" -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.attribute_type" -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.number = 4 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.index = 3 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.label = 3 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.default_value = {} -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.type = 13 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD.cpp_type = 3 - -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.name = "attribute_value" -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.attribute_value" -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.number = 5 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.index = 4 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.label = 3 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.default_value = {} -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.type = 13 -MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD.cpp_type = 3 - -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.name = "formation_base_rate_incr" -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.formation_base_rate_incr" -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.number = 6 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.index = 5 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.label = 2 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.default_value = 0.0 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.type = 2 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD.cpp_type = 6 - -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.name = "formation_rate" -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.formation_rate" -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.number = 7 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.index = 6 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.label = 2 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.default_value = 0.0 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.type = 2 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD.cpp_type = 6 - -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.name = "formation_rate_incr" -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.formation_rate_incr" -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.number = 8 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.index = 7 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.label = 2 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.default_value = 0.0 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.type = 2 -MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD.cpp_type = 6 - -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.name = "skill_tips" -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.skill_tips" -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.number = 9 -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.index = 8 -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.label = 3 -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.default_value = {} -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.type = 13 -MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD.cpp_type = 3 - -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.name = "partner_tips" -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfg.partner_tips" -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.number = 10 -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.index = 9 -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.label = 3 -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.default_value = {} -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.type = 2 -MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD.cpp_type = 6 - -MAGIC_SKILL_UPLEVEL_CFG.name = "magic_skill_uplevel_cfg" -MAGIC_SKILL_UPLEVEL_CFG.full_name = ".ftcfg.magic_skill_uplevel_cfg" -MAGIC_SKILL_UPLEVEL_CFG.nested_types = {} -MAGIC_SKILL_UPLEVEL_CFG.enum_types = {} -MAGIC_SKILL_UPLEVEL_CFG.fields = {MAGIC_SKILL_UPLEVEL_CFG_LEVEL_FIELD, MAGIC_SKILL_UPLEVEL_CFG_NEXT_LEVEL_FIELD, MAGIC_SKILL_UPLEVEL_CFG_MAGICID_FIELD, MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_TYPE_FIELD, MAGIC_SKILL_UPLEVEL_CFG_ATTRIBUTE_VALUE_FIELD, MAGIC_SKILL_UPLEVEL_CFG_FORMATION_BASE_RATE_INCR_FIELD, MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_FIELD, MAGIC_SKILL_UPLEVEL_CFG_FORMATION_RATE_INCR_FIELD, MAGIC_SKILL_UPLEVEL_CFG_SKILL_TIPS_FIELD, MAGIC_SKILL_UPLEVEL_CFG_PARTNER_TIPS_FIELD} -MAGIC_SKILL_UPLEVEL_CFG.is_extendable = false -MAGIC_SKILL_UPLEVEL_CFG.extensions = {} -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.name = "items" -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_skill_uplevel_cfgs.items" -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.number = 1 -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.index = 0 -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.label = 3 -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.message_type = MAGIC_SKILL_UPLEVEL_CFG -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.type = 11 -MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_SKILL_UPLEVEL_CFGS.name = "magic_skill_uplevel_cfgs" -MAGIC_SKILL_UPLEVEL_CFGS.full_name = ".ftcfg.magic_skill_uplevel_cfgs" -MAGIC_SKILL_UPLEVEL_CFGS.nested_types = {} -MAGIC_SKILL_UPLEVEL_CFGS.enum_types = {} -MAGIC_SKILL_UPLEVEL_CFGS.fields = {MAGIC_SKILL_UPLEVEL_CFGS_ITEMS_FIELD} -MAGIC_SKILL_UPLEVEL_CFGS.is_extendable = false -MAGIC_SKILL_UPLEVEL_CFGS.extensions = {} -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.name = "layerid" -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.full_name = ".ftcfg.magic_skill_layer_cfg.layerid" -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.number = 1 -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.index = 0 -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.label = 2 -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.has_default_value = false -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.default_value = 0 -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.type = 13 -MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD.cpp_type = 3 - -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.name = "role_level" -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.full_name = ".ftcfg.magic_skill_layer_cfg.role_level" -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.number = 2 -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.index = 1 -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.label = 2 -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.has_default_value = false -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.default_value = 0 -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.type = 13 -MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD.cpp_type = 3 - -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.name = "layerid_arr" -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.full_name = ".ftcfg.magic_skill_layer_cfg.layerid_arr" -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.number = 3 -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.index = 2 -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.label = 3 -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.has_default_value = false -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.default_value = {} -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.type = 13 -MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD.cpp_type = 3 - -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.name = "max_magic_skill_num" -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.full_name = ".ftcfg.magic_skill_layer_cfg.max_magic_skill_num" -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.number = 4 -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.index = 3 -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.label = 2 -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.has_default_value = false -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.default_value = 0 -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.type = 13 -MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD.cpp_type = 3 - -MAGIC_SKILL_LAYER_CFG.name = "magic_skill_layer_cfg" -MAGIC_SKILL_LAYER_CFG.full_name = ".ftcfg.magic_skill_layer_cfg" -MAGIC_SKILL_LAYER_CFG.nested_types = {} -MAGIC_SKILL_LAYER_CFG.enum_types = {} -MAGIC_SKILL_LAYER_CFG.fields = {MAGIC_SKILL_LAYER_CFG_LAYERID_FIELD, MAGIC_SKILL_LAYER_CFG_ROLE_LEVEL_FIELD, MAGIC_SKILL_LAYER_CFG_LAYERID_ARR_FIELD, MAGIC_SKILL_LAYER_CFG_MAX_MAGIC_SKILL_NUM_FIELD} -MAGIC_SKILL_LAYER_CFG.is_extendable = false -MAGIC_SKILL_LAYER_CFG.extensions = {} -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.name = "items" -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_skill_layer_cfgs.items" -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.number = 1 -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.index = 0 -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.label = 3 -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.message_type = MAGIC_SKILL_LAYER_CFG -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.type = 11 -MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_SKILL_LAYER_CFGS.name = "magic_skill_layer_cfgs" -MAGIC_SKILL_LAYER_CFGS.full_name = ".ftcfg.magic_skill_layer_cfgs" -MAGIC_SKILL_LAYER_CFGS.nested_types = {} -MAGIC_SKILL_LAYER_CFGS.enum_types = {} -MAGIC_SKILL_LAYER_CFGS.fields = {MAGIC_SKILL_LAYER_CFGS_ITEMS_FIELD} -MAGIC_SKILL_LAYER_CFGS.is_extendable = false -MAGIC_SKILL_LAYER_CFGS.extensions = {} -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.name = "confid" -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.confid" -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.number = 1 -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.index = 0 -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_CONFID_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.name = "main_quest_id" -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.main_quest_id" -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.number = 2 -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.index = 1 -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.name = "role_level" -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.role_level" -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.number = 3 -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.index = 2 -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.name = "min_point" -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.min_point" -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.number = 4 -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.index = 3 -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.name = "max_point" -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.max_point" -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.number = 5 -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.index = 4 -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.name = "item_id" -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.item_id" -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.number = 6 -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.index = 5 -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.name = "item_num" -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.item_num" -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.number = 7 -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.index = 6 -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.name = "coin_type" -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.coin_type" -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.number = 8 -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.index = 7 -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.label = 3 -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.default_value = {} -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.name = "coin_num" -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.coin_num" -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.number = 9 -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.index = 8 -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.label = 3 -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.default_value = {} -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.name = "refine_time" -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.refine_time" -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.number = 10 -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.index = 9 -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.label = 2 -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.default_value = 0 -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.name = "cancel_coin_type" -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.cancel_coin_type" -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.number = 11 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.index = 10 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.label = 3 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.default_value = {} -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.name = "cancel_coin_num" -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.full_name = ".ftcfg.magic_point_refine_cfg.cancel_coin_num" -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.number = 12 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.index = 11 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.label = 3 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.default_value = {} -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.type = 13 -MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD.cpp_type = 3 - -MAGIC_POINT_REFINE_CFG.name = "magic_point_refine_cfg" -MAGIC_POINT_REFINE_CFG.full_name = ".ftcfg.magic_point_refine_cfg" -MAGIC_POINT_REFINE_CFG.nested_types = {} -MAGIC_POINT_REFINE_CFG.enum_types = {} -MAGIC_POINT_REFINE_CFG.fields = {MAGIC_POINT_REFINE_CFG_CONFID_FIELD, MAGIC_POINT_REFINE_CFG_MAIN_QUEST_ID_FIELD, MAGIC_POINT_REFINE_CFG_ROLE_LEVEL_FIELD, MAGIC_POINT_REFINE_CFG_MIN_POINT_FIELD, MAGIC_POINT_REFINE_CFG_MAX_POINT_FIELD, MAGIC_POINT_REFINE_CFG_ITEM_ID_FIELD, MAGIC_POINT_REFINE_CFG_ITEM_NUM_FIELD, MAGIC_POINT_REFINE_CFG_COIN_TYPE_FIELD, MAGIC_POINT_REFINE_CFG_COIN_NUM_FIELD, MAGIC_POINT_REFINE_CFG_REFINE_TIME_FIELD, MAGIC_POINT_REFINE_CFG_CANCEL_COIN_TYPE_FIELD, MAGIC_POINT_REFINE_CFG_CANCEL_COIN_NUM_FIELD} -MAGIC_POINT_REFINE_CFG.is_extendable = false -MAGIC_POINT_REFINE_CFG.extensions = {} -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.name = "items" -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.full_name = ".ftcfg.magic_point_refine_cfgs.items" -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.number = 1 -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.index = 0 -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.label = 3 -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.has_default_value = false -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.default_value = {} -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.message_type = MAGIC_POINT_REFINE_CFG -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.type = 11 -MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD.cpp_type = 10 - -MAGIC_POINT_REFINE_CFGS.name = "magic_point_refine_cfgs" -MAGIC_POINT_REFINE_CFGS.full_name = ".ftcfg.magic_point_refine_cfgs" -MAGIC_POINT_REFINE_CFGS.nested_types = {} -MAGIC_POINT_REFINE_CFGS.enum_types = {} -MAGIC_POINT_REFINE_CFGS.fields = {MAGIC_POINT_REFINE_CFGS_ITEMS_FIELD} -MAGIC_POINT_REFINE_CFGS.is_extendable = false -MAGIC_POINT_REFINE_CFGS.extensions = {} - -activation_cfg = protobuf.Message(ACTIVATION_CFG) -activation_cfgs = protobuf.Message(ACTIVATION_CFGS) -activation_reward_cfg = protobuf.Message(ACTIVATION_REWARD_CFG) -activation_reward_cfgs = protobuf.Message(ACTIVATION_REWARD_CFGS) -activity_cfg = protobuf.Message(ACTIVITY_CFG) -activity_cfgs = protobuf.Message(ACTIVITY_CFGS) -activity_dungeon_cfg = protobuf.Message(ACTIVITY_DUNGEON_CFG) -activity_dungeon_cfgs = protobuf.Message(ACTIVITY_DUNGEON_CFGS) -activity_info_cfg = protobuf.Message(ACTIVITY_INFO_CFG) -activity_info_cfgs = protobuf.Message(ACTIVITY_INFO_CFGS) -activity_rooms_cfg = protobuf.Message(ACTIVITY_ROOMS_CFG) -activity_rooms_cfgs = protobuf.Message(ACTIVITY_ROOMS_CFGS) -arena_data_cfg = protobuf.Message(ARENA_DATA_CFG) -arena_data_cfgs = protobuf.Message(ARENA_DATA_CFGS) -arena_reward_cfg = protobuf.Message(ARENA_REWARD_CFG) -arena_reward_cfgs = protobuf.Message(ARENA_REWARD_CFGS) -attribute_show_cfg = protobuf.Message(ATTRIBUTE_SHOW_CFG) -attribute_show_cfgs = protobuf.Message(ATTRIBUTE_SHOW_CFGS) -bag_routine_cfg = protobuf.Message(BAG_ROUTINE_CFG) -bag_routine_cfgs = protobuf.Message(BAG_ROUTINE_CFGS) -base_prop_cfg = protobuf.Message(BASE_PROP_CFG) -base_prop_cfgs = protobuf.Message(BASE_PROP_CFGS) -battle_collect_crystal_cfg = protobuf.Message(BATTLE_COLLECT_CRYSTAL_CFG) -battle_collect_crystal_cfgs = protobuf.Message(BATTLE_COLLECT_CRYSTAL_CFGS) -battle_crystal_info_cfg = protobuf.Message(BATTLE_CRYSTAL_INFO_CFG) -battle_crystal_info_cfgs = protobuf.Message(BATTLE_CRYSTAL_INFO_CFGS) -battle_crystal_rooms_cfg = protobuf.Message(BATTLE_CRYSTAL_ROOMS_CFG) -battle_crystal_rooms_cfgs = protobuf.Message(BATTLE_CRYSTAL_ROOMS_CFGS) -boss_show_cam_cfg = protobuf.Message(BOSS_SHOW_CAM_CFG) -boss_show_cam_cfgs = protobuf.Message(BOSS_SHOW_CAM_CFGS) -boss_show_ui_cfg = protobuf.Message(BOSS_SHOW_UI_CFG) -boss_show_ui_cfgs = protobuf.Message(BOSS_SHOW_UI_CFGS) -boss_showinfo_cfg = protobuf.Message(BOSS_SHOWINFO_CFG) -boss_showinfo_cfgs = protobuf.Message(BOSS_SHOWINFO_CFGS) -box_collect_cfg = protobuf.Message(BOX_COLLECT_CFG) -box_collect_cfgs = protobuf.Message(BOX_COLLECT_CFGS) -boxs_cfg = protobuf.Message(BOXS_CFG) -boxs_cfgs = protobuf.Message(BOXS_CFGS) -buff_cfg = protobuf.Message(BUFF_CFG) -buff_cfgs = protobuf.Message(BUFF_CFGS) -buff_effect_cfg = protobuf.Message(BUFF_EFFECT_CFG) -buff_effect_cfgs = protobuf.Message(BUFF_EFFECT_CFGS) -building_mission_pool_cfg = protobuf.Message(BUILDING_MISSION_POOL_CFG) -building_mission_pool_cfgs = protobuf.Message(BUILDING_MISSION_POOL_CFGS) -business_activity_cfg = protobuf.Message(BUSINESS_ACTIVITY_CFG) -business_activity_cfgs = protobuf.Message(BUSINESS_ACTIVITY_CFGS) -cam_options_cfg = protobuf.Message(CAM_OPTIONS_CFG) -cam_options_cfgs = protobuf.Message(CAM_OPTIONS_CFGS) -camp_change_cost_cfg = protobuf.Message(CAMP_CHANGE_COST_CFG) -camp_change_cost_cfgs = protobuf.Message(CAMP_CHANGE_COST_CFGS) -camp_relation_cfg = protobuf.Message(CAMP_RELATION_CFG) -camp_relation_cfgs = protobuf.Message(CAMP_RELATION_CFGS) -campboss_cfg = protobuf.Message(CAMPBOSS_CFG) -campboss_cfgs = protobuf.Message(CAMPBOSS_CFGS) -char_default_cfg = protobuf.Message(CHAR_DEFAULT_CFG) -char_default_cfgs = protobuf.Message(CHAR_DEFAULT_CFGS) -chest_drop_cfg = protobuf.Message(CHEST_DROP_CFG) -chest_drop_cfgs = protobuf.Message(CHEST_DROP_CFGS) -client_trigger_action_cfg = protobuf.Message(CLIENT_TRIGGER_ACTION_CFG) -client_trigger_action_cfgs = protobuf.Message(CLIENT_TRIGGER_ACTION_CFGS) -client_trigger_cfg = protobuf.Message(CLIENT_TRIGGER_CFG) -client_trigger_cfgs = protobuf.Message(CLIENT_TRIGGER_CFGS) -client_trigger_condition_cfg = protobuf.Message(CLIENT_TRIGGER_CONDITION_CFG) -client_trigger_condition_cfgs = protobuf.Message(CLIENT_TRIGGER_CONDITION_CFGS) -client_trigger_event_cfg = protobuf.Message(CLIENT_TRIGGER_EVENT_CFG) -client_trigger_event_cfgs = protobuf.Message(CLIENT_TRIGGER_EVENT_CFGS) -client_trigger_variable_cfg = protobuf.Message(CLIENT_TRIGGER_VARIABLE_CFG) -client_trigger_variable_cfgs = protobuf.Message(CLIENT_TRIGGER_VARIABLE_CFGS) -clue_cfg = protobuf.Message(CLUE_CFG) -clue_cfgs = protobuf.Message(CLUE_CFGS) -convoy_biaoche_cfg = protobuf.Message(CONVOY_BIAOCHE_CFG) -convoy_biaoche_cfgs = protobuf.Message(CONVOY_BIAOCHE_CFGS) -convoy_biaoche_scene_cfg = protobuf.Message(CONVOY_BIAOCHE_SCENE_CFG) -convoy_biaoche_scene_cfgs = protobuf.Message(CONVOY_BIAOCHE_SCENE_CFGS) -cooldown_cfg = protobuf.Message(COOLDOWN_CFG) -cooldown_cfgs = protobuf.Message(COOLDOWN_CFGS) -crusade_base_cfg = protobuf.Message(CRUSADE_BASE_CFG) -crusade_base_cfgs = protobuf.Message(CRUSADE_BASE_CFGS) -crusade_dungon_cfg = protobuf.Message(CRUSADE_DUNGON_CFG) -crusade_dungon_cfgs = protobuf.Message(CRUSADE_DUNGON_CFGS) -depot_unlock_cfg = protobuf.Message(DEPOT_UNLOCK_CFG) -depot_unlock_cfgs = protobuf.Message(DEPOT_UNLOCK_CFGS) -dig_treasure_event_cfg = protobuf.Message(DIG_TREASURE_EVENT_CFG) -dig_treasure_event_cfgs = protobuf.Message(DIG_TREASURE_EVENT_CFGS) -divine_mission_cfg = protobuf.Message(DIVINE_MISSION_CFG) -divine_mission_cfgs = protobuf.Message(DIVINE_MISSION_CFGS) -divine_section_cfg = protobuf.Message(DIVINE_SECTION_CFG) -divine_section_cfgs = protobuf.Message(DIVINE_SECTION_CFGS) -drop_point_cfg = protobuf.Message(DROP_POINT_CFG) -drop_point_cfgs = protobuf.Message(DROP_POINT_CFGS) -edn_cfg = protobuf.Message(EDN_CFG) -edn_cfgs = protobuf.Message(EDN_CFGS) -edn_relic_cfg = protobuf.Message(EDN_RELIC_CFG) -edn_relic_cfgs = protobuf.Message(EDN_RELIC_CFGS) -edn_scene_cfg = protobuf.Message(EDN_SCENE_CFG) -edn_scene_cfgs = protobuf.Message(EDN_SCENE_CFGS) -elite_common_info_cfg = protobuf.Message(ELITE_COMMON_INFO_CFG) -elite_common_info_cfgs = protobuf.Message(ELITE_COMMON_INFO_CFGS) -elite_hell_info_cfg = protobuf.Message(ELITE_HELL_INFO_CFG) -elite_hell_info_cfgs = protobuf.Message(ELITE_HELL_INFO_CFGS) -elite_level_cfg = protobuf.Message(ELITE_LEVEL_CFG) -elite_level_cfgs = protobuf.Message(ELITE_LEVEL_CFGS) -elite_reward_cfg = protobuf.Message(ELITE_REWARD_CFG) -elite_reward_cfgs = protobuf.Message(ELITE_REWARD_CFGS) -equip_cfg = protobuf.Message(EQUIP_CFG) -equip_cfgs = protobuf.Message(EQUIP_CFGS) -equip_list_cfg = protobuf.Message(EQUIP_LIST_CFG) -equip_list_cfgs = protobuf.Message(EQUIP_LIST_CFGS) -equip_set_cfg = protobuf.Message(EQUIP_SET_CFG) -equip_set_cfgs = protobuf.Message(EQUIP_SET_CFGS) -equip_set_prop_cfg = protobuf.Message(EQUIP_SET_PROP_CFG) -equip_set_prop_cfgs = protobuf.Message(EQUIP_SET_PROP_CFGS) -errorcode_notify_cfg = protobuf.Message(ERRORCODE_NOTIFY_CFG) -errorcode_notify_cfgs = protobuf.Message(ERRORCODE_NOTIFY_CFGS) -fashion_appreciation_cfg = protobuf.Message(FASHION_APPRECIATION_CFG) -fashion_appreciation_cfgs = protobuf.Message(FASHION_APPRECIATION_CFGS) -fashion_cfg = protobuf.Message(FASHION_CFG) -fashion_cfgs = protobuf.Message(FASHION_CFGS) -fashion_cost_cfg = protobuf.Message(FASHION_COST_CFG) -fashion_cost_cfgs = protobuf.Message(FASHION_COST_CFGS) -fate_value_reward_cfg = protobuf.Message(FATE_VALUE_REWARD_CFG) -fate_value_reward_cfgs = protobuf.Message(FATE_VALUE_REWARD_CFGS) -fetter_cfg = protobuf.Message(FETTER_CFG) -fetter_cfgs = protobuf.Message(FETTER_CFGS) -fightcirme_reward_cfg = protobuf.Message(FIGHTCIRME_REWARD_CFG) -fightcirme_reward_cfgs = protobuf.Message(FIGHTCIRME_REWARD_CFGS) -fightcrime_cfg = protobuf.Message(FIGHTCRIME_CFG) -fightcrime_cfgs = protobuf.Message(FIGHTCRIME_CFGS) -fightcrime_monster_cfg = protobuf.Message(FIGHTCRIME_MONSTER_CFG) -fightcrime_monster_cfgs = protobuf.Message(FIGHTCRIME_MONSTER_CFGS) -formula_cfg = protobuf.Message(FORMULA_CFG) -formula_cfgs = protobuf.Message(FORMULA_CFGS) -friend_title_cfg = protobuf.Message(FRIEND_TITLE_CFG) -friend_title_cfgs = protobuf.Message(FRIEND_TITLE_CFGS) -func_type_weight_cfg = protobuf.Message(FUNC_TYPE_WEIGHT_CFG) -func_type_weight_cfgs = protobuf.Message(FUNC_TYPE_WEIGHT_CFGS) -gemstone_inlay_cfg = protobuf.Message(GEMSTONE_INLAY_CFG) -gemstone_inlay_cfgs = protobuf.Message(GEMSTONE_INLAY_CFGS) -gemstone_list_cfg = protobuf.Message(GEMSTONE_LIST_CFG) -gemstone_list_cfgs = protobuf.Message(GEMSTONE_LIST_CFGS) -gift_giving_cfg = protobuf.Message(GIFT_GIVING_CFG) -gift_giving_cfgs = protobuf.Message(GIFT_GIVING_CFGS) -global_param_cfg = protobuf.Message(GLOBAL_PARAM_CFG) -global_param_cfgs = protobuf.Message(GLOBAL_PARAM_CFGS) -grow_point_cfg = protobuf.Message(GROW_POINT_CFG) -grow_point_cfgs = protobuf.Message(GROW_POINT_CFGS) -guil_post_cfg = protobuf.Message(GUIL_POST_CFG) -guil_post_cfgs = protobuf.Message(GUIL_POST_CFGS) -guild_base_cfg = protobuf.Message(GUILD_BASE_CFG) -guild_base_cfgs = protobuf.Message(GUILD_BASE_CFGS) -guild_building_mission_cfg = protobuf.Message(GUILD_BUILDING_MISSION_CFG) -guild_building_mission_cfgs = protobuf.Message(GUILD_BUILDING_MISSION_CFGS) -guild_flag_cfg = protobuf.Message(GUILD_FLAG_CFG) -guild_flag_cfgs = protobuf.Message(GUILD_FLAG_CFGS) -guild_mission_base_cfg = protobuf.Message(GUILD_MISSION_BASE_CFG) -guild_mission_base_cfgs = protobuf.Message(GUILD_MISSION_BASE_CFGS) -guild_mission_cfg = protobuf.Message(GUILD_MISSION_CFG) -guild_mission_cfgs = protobuf.Message(GUILD_MISSION_CFGS) -guild_practice_group_cfg = protobuf.Message(GUILD_PRACTICE_GROUP_CFG) -guild_practice_group_cfgs = protobuf.Message(GUILD_PRACTICE_GROUP_CFGS) -guild_practice_group_cont_cfg = protobuf.Message(GUILD_PRACTICE_GROUP_CONT_CFG) -guild_practice_group_cont_cfgs = protobuf.Message(GUILD_PRACTICE_GROUP_CONT_CFGS) -independent_random_reward_cfg = protobuf.Message(INDEPENDENT_RANDOM_REWARD_CFG) -independent_random_reward_cfgs = protobuf.Message(INDEPENDENT_RANDOM_REWARD_CFGS) -inner_alchemy_cfg = protobuf.Message(INNER_ALCHEMY_CFG) -inner_alchemy_cfgs = protobuf.Message(INNER_ALCHEMY_CFGS) -inner_alchemy_group_cfg = protobuf.Message(INNER_ALCHEMY_GROUP_CFG) -inner_alchemy_group_cfgs = protobuf.Message(INNER_ALCHEMY_GROUP_CFGS) -item_cfg = protobuf.Message(ITEM_CFG) -item_cfgs = protobuf.Message(ITEM_CFGS) -jewelry_make_cfg = protobuf.Message(JEWELRY_MAKE_CFG) -jewelry_make_cfgs = protobuf.Message(JEWELRY_MAKE_CFGS) -jump_action_cfg = protobuf.Message(JUMP_ACTION_CFG) -jump_action_cfgs = protobuf.Message(JUMP_ACTION_CFGS) -jump_cfg = protobuf.Message(JUMP_CFG) -jump_cfgs = protobuf.Message(JUMP_CFGS) -language_cfg = protobuf.Message(LANGUAGE_CFG) -language_cfgs = protobuf.Message(LANGUAGE_CFGS) -level_exp_cfg = protobuf.Message(LEVEL_EXP_CFG) -level_exp_cfgs = protobuf.Message(LEVEL_EXP_CFGS) -level_package_cfg = protobuf.Message(LEVEL_PACKAGE_CFG) -level_package_cfgs = protobuf.Message(LEVEL_PACKAGE_CFGS) -magic_att_cfg = protobuf.Message(MAGIC_ATT_CFG) -magic_att_cfgs = protobuf.Message(MAGIC_ATT_CFGS) -magic_combination_cfg = protobuf.Message(MAGIC_COMBINATION_CFG) -magic_combination_cfgs = protobuf.Message(MAGIC_COMBINATION_CFGS) -magic_divine_cfg = protobuf.Message(MAGIC_DIVINE_CFG) -magic_divine_cfgs = protobuf.Message(MAGIC_DIVINE_CFGS) -magic_levelup_cfg = protobuf.Message(MAGIC_LEVELUP_CFG) -magic_levelup_cfgs = protobuf.Message(MAGIC_LEVELUP_CFGS) -magic_ostiole_cfg = protobuf.Message(MAGIC_OSTIOLE_CFG) -magic_ostiole_cfgs = protobuf.Message(MAGIC_OSTIOLE_CFGS) -magic_point_refine_cfg = protobuf.Message(MAGIC_POINT_REFINE_CFG) -magic_point_refine_cfgs = protobuf.Message(MAGIC_POINT_REFINE_CFGS) -magic_skill_cfg = protobuf.Message(MAGIC_SKILL_CFG) -magic_skill_cfgs = protobuf.Message(MAGIC_SKILL_CFGS) -magic_skill_layer_cfg = protobuf.Message(MAGIC_SKILL_LAYER_CFG) -magic_skill_layer_cfgs = protobuf.Message(MAGIC_SKILL_LAYER_CFGS) -magic_skill_uplevel_cfg = protobuf.Message(MAGIC_SKILL_UPLEVEL_CFG) -magic_skill_uplevel_cfgs = protobuf.Message(MAGIC_SKILL_UPLEVEL_CFGS) -mall_item_cfg = protobuf.Message(MALL_ITEM_CFG) -mall_item_cfgs = protobuf.Message(MALL_ITEM_CFGS) -map_signs_cfg = protobuf.Message(MAP_SIGNS_CFG) -map_signs_cfgs = protobuf.Message(MAP_SIGNS_CFGS) -material_item_cfg = protobuf.Message(MATERIAL_ITEM_CFG) -material_item_cfgs = protobuf.Message(MATERIAL_ITEM_CFGS) -medal_base_cfg = protobuf.Message(MEDAL_BASE_CFG) -medal_base_cfgs = protobuf.Message(MEDAL_BASE_CFGS) -medal_composite_addition_cfg = protobuf.Message(MEDAL_COMPOSITE_ADDITION_CFG) -medal_composite_addition_cfgs = protobuf.Message(MEDAL_COMPOSITE_ADDITION_CFGS) -medal_group_cfg = protobuf.Message(MEDAL_GROUP_CFG) -medal_group_cfgs = protobuf.Message(MEDAL_GROUP_CFGS) -medal_open_level_cfg = protobuf.Message(MEDAL_OPEN_LEVEL_CFG) -medal_open_level_cfgs = protobuf.Message(MEDAL_OPEN_LEVEL_CFGS) -medal_star_open_level_cfg = protobuf.Message(MEDAL_STAR_OPEN_LEVEL_CFG) -medal_star_open_level_cfgs = protobuf.Message(MEDAL_STAR_OPEN_LEVEL_CFGS) -minimap_cfg = protobuf.Message(MINIMAP_CFG) -minimap_cfgs = protobuf.Message(MINIMAP_CFGS) -mission_cfg = protobuf.Message(MISSION_CFG) -mission_cfgs = protobuf.Message(MISSION_CFGS) -mission_group_cfg = protobuf.Message(MISSION_GROUP_CFG) -mission_group_cfgs = protobuf.Message(MISSION_GROUP_CFGS) -monster_cfg = protobuf.Message(MONSTER_CFG) -monster_cfgs = protobuf.Message(MONSTER_CFGS) -monthcard_base_cfg = protobuf.Message(MONTHCARD_BASE_CFG) -monthcard_base_cfgs = protobuf.Message(MONTHCARD_BASE_CFGS) -mountequip_cfg = protobuf.Message(MOUNTEQUIP_CFG) -mountequip_cfgs = protobuf.Message(MOUNTEQUIP_CFGS) -npc_function_cfg = protobuf.Message(NPC_FUNCTION_CFG) -npc_function_cfgs = protobuf.Message(NPC_FUNCTION_CFGS) -npc_spawn_method_cfg = protobuf.Message(NPC_SPAWN_METHOD_CFG) -npc_spawn_method_cfgs = protobuf.Message(NPC_SPAWN_METHOD_CFGS) -open_rules_data_cfg = protobuf.Message(OPEN_RULES_DATA_CFG) -open_rules_data_cfgs = protobuf.Message(OPEN_RULES_DATA_CFGS) -partenr_experience_cfg = protobuf.Message(PARTENR_EXPERIENCE_CFG) -partenr_experience_cfgs = protobuf.Message(PARTENR_EXPERIENCE_CFGS) -partner_activation_cfg = protobuf.Message(PARTNER_ACTIVATION_CFG) -partner_activation_cfgs = protobuf.Message(PARTNER_ACTIVATION_CFGS) -partner_attribute_cfg = protobuf.Message(PARTNER_ATTRIBUTE_CFG) -partner_attribute_cfgs = protobuf.Message(PARTNER_ATTRIBUTE_CFGS) -partner_base_cfg = protobuf.Message(PARTNER_BASE_CFG) -partner_base_cfgs = protobuf.Message(PARTNER_BASE_CFGS) -partner_chip_cfg = protobuf.Message(PARTNER_CHIP_CFG) -partner_chip_cfgs = protobuf.Message(PARTNER_CHIP_CFGS) -partner_currency_cfg = protobuf.Message(PARTNER_CURRENCY_CFG) -partner_currency_cfgs = protobuf.Message(PARTNER_CURRENCY_CFGS) -partner_equiphecheng_cfg = protobuf.Message(PARTNER_EQUIPHECHENG_CFG) -partner_equiphecheng_cfgs = protobuf.Message(PARTNER_EQUIPHECHENG_CFGS) -partner_formation_cfg = protobuf.Message(PARTNER_FORMATION_CFG) -partner_formation_cfgs = protobuf.Message(PARTNER_FORMATION_CFGS) -partner_impre_levelup_cfg = protobuf.Message(PARTNER_IMPRE_LEVELUP_CFG) -partner_impre_levelup_cfgs = protobuf.Message(PARTNER_IMPRE_LEVELUP_CFGS) -partner_impression_cfg = protobuf.Message(PARTNER_IMPRESSION_CFG) -partner_impression_cfgs = protobuf.Message(PARTNER_IMPRESSION_CFGS) -partner_item_compound_cfg = protobuf.Message(PARTNER_ITEM_COMPOUND_CFG) -partner_item_compound_cfgs = protobuf.Message(PARTNER_ITEM_COMPOUND_CFGS) -partner_mood_cfg = protobuf.Message(PARTNER_MOOD_CFG) -partner_mood_cfgs = protobuf.Message(PARTNER_MOOD_CFGS) -partner_multiple_cfg = protobuf.Message(PARTNER_MULTIPLE_CFG) -partner_multiple_cfgs = protobuf.Message(PARTNER_MULTIPLE_CFGS) -partner_passiveskill_cfg = protobuf.Message(PARTNER_PASSIVESKILL_CFG) -partner_passiveskill_cfgs = protobuf.Message(PARTNER_PASSIVESKILL_CFGS) -partner_star_cfg = protobuf.Message(PARTNER_STAR_CFG) -partner_star_cfgs = protobuf.Message(PARTNER_STAR_CFGS) -partner_study_cfg = protobuf.Message(PARTNER_STUDY_CFG) -partner_study_cfgs = protobuf.Message(PARTNER_STUDY_CFGS) -playscg_cfg = protobuf.Message(PLAYSCG_CFG) -playscg_cfgs = protobuf.Message(PLAYSCG_CFGS) -plot_data_cfg = protobuf.Message(PLOT_DATA_CFG) -plot_data_cfgs = protobuf.Message(PLOT_DATA_CFGS) -prop_type_cfg = protobuf.Message(PROP_TYPE_CFG) -prop_type_cfgs = protobuf.Message(PROP_TYPE_CFGS) -randomman_cfg = protobuf.Message(RANDOMMAN_CFG) -randomman_cfgs = protobuf.Message(RANDOMMAN_CFGS) -randomwoman_cfg = protobuf.Message(RANDOMWOMAN_CFG) -randomwoman_cfgs = protobuf.Message(RANDOMWOMAN_CFGS) -rank_field_cfg = protobuf.Message(RANK_FIELD_CFG) -rank_field_cfgs = protobuf.Message(RANK_FIELD_CFGS) -rank_function_cfg = protobuf.Message(RANK_FUNCTION_CFG) -rank_function_cfgs = protobuf.Message(RANK_FUNCTION_CFGS) -res_path_cfg = protobuf.Message(RES_PATH_CFG) -res_path_cfgs = protobuf.Message(RES_PATH_CFGS) -resource_compund_cfg = protobuf.Message(RESOURCE_COMPUND_CFG) -resource_compund_cfgs = protobuf.Message(RESOURCE_COMPUND_CFGS) -revive_show_cfg = protobuf.Message(REVIVE_SHOW_CFG) -revive_show_cfgs = protobuf.Message(REVIVE_SHOW_CFGS) -reward_cfg = protobuf.Message(REWARD_CFG) -reward_cfgs = protobuf.Message(REWARD_CFGS) -role_parts_cfg = protobuf.Message(ROLE_PARTS_CFG) -role_parts_cfgs = protobuf.Message(ROLE_PARTS_CFGS) -route_mark_cfg = protobuf.Message(ROUTE_MARK_CFG) -route_mark_cfgs = protobuf.Message(ROUTE_MARK_CFGS) -rune_decompose_cfg = protobuf.Message(RUNE_DECOMPOSE_CFG) -rune_decompose_cfgs = protobuf.Message(RUNE_DECOMPOSE_CFGS) -rune_make_cfg = protobuf.Message(RUNE_MAKE_CFG) -rune_make_cfgs = protobuf.Message(RUNE_MAKE_CFGS) -rune_make_list_cfg = protobuf.Message(RUNE_MAKE_LIST_CFG) -rune_make_list_cfgs = protobuf.Message(RUNE_MAKE_LIST_CFGS) -rune_prop_group_cfg = protobuf.Message(RUNE_PROP_GROUP_CFG) -rune_prop_group_cfgs = protobuf.Message(RUNE_PROP_GROUP_CFGS) -rune_prop_refine_cfg = protobuf.Message(RUNE_PROP_REFINE_CFG) -rune_prop_refine_cfgs = protobuf.Message(RUNE_PROP_REFINE_CFGS) -rune_quality_cfg = protobuf.Message(RUNE_QUALITY_CFG) -rune_quality_cfgs = protobuf.Message(RUNE_QUALITY_CFGS) -rune_skill_group_cfg = protobuf.Message(RUNE_SKILL_GROUP_CFG) -rune_skill_group_cfgs = protobuf.Message(RUNE_SKILL_GROUP_CFGS) -rune_skill_refine_cfg = protobuf.Message(RUNE_SKILL_REFINE_CFG) -rune_skill_refine_cfgs = protobuf.Message(RUNE_SKILL_REFINE_CFGS) -scene_area_cfg = protobuf.Message(SCENE_AREA_CFG) -scene_area_cfgs = protobuf.Message(SCENE_AREA_CFGS) -scene_cfg = protobuf.Message(SCENE_CFG) -scene_cfgs = protobuf.Message(SCENE_CFGS) -scene_door_cfg = protobuf.Message(SCENE_DOOR_CFG) -scene_door_cfgs = protobuf.Message(SCENE_DOOR_CFGS) -scene_event_cfg = protobuf.Message(SCENE_EVENT_CFG) -scene_event_cfgs = protobuf.Message(SCENE_EVENT_CFGS) -scene_function_cfg = protobuf.Message(SCENE_FUNCTION_CFG) -scene_function_cfgs = protobuf.Message(SCENE_FUNCTION_CFGS) -scene_organ_cfg = protobuf.Message(SCENE_ORGAN_CFG) -scene_organ_cfgs = protobuf.Message(SCENE_ORGAN_CFGS) -scene_portal_cfg = protobuf.Message(SCENE_PORTAL_CFG) -scene_portal_cfgs = protobuf.Message(SCENE_PORTAL_CFGS) -scene_trigger_cfg = protobuf.Message(SCENE_TRIGGER_CFG) -scene_trigger_cfgs = protobuf.Message(SCENE_TRIGGER_CFGS) -service_cfg = protobuf.Message(SERVICE_CFG) -service_cfgs = protobuf.Message(SERVICE_CFGS) -shop_type_cfg = protobuf.Message(SHOP_TYPE_CFG) -shop_type_cfgs = protobuf.Message(SHOP_TYPE_CFGS) -signup_accumulation_cfg = protobuf.Message(SIGNUP_ACCUMULATION_CFG) -signup_accumulation_cfgs = protobuf.Message(SIGNUP_ACCUMULATION_CFGS) -signup_base_cfg = protobuf.Message(SIGNUP_BASE_CFG) -signup_base_cfgs = protobuf.Message(SIGNUP_BASE_CFGS) -skill_cfg = protobuf.Message(SKILL_CFG) -skill_cfgs = protobuf.Message(SKILL_CFGS) -skill_condition_cfg = protobuf.Message(SKILL_CONDITION_CFG) -skill_condition_cfgs = protobuf.Message(SKILL_CONDITION_CFGS) -skill_id_cfg = protobuf.Message(SKILL_ID_CFG) -skill_id_cfgs = protobuf.Message(SKILL_ID_CFGS) -skill_summoned_cfg = protobuf.Message(SKILL_SUMMONED_CFG) -skill_summoned_cfgs = protobuf.Message(SKILL_SUMMONED_CFGS) -skill_summoned_npc_cfg = protobuf.Message(SKILL_SUMMONED_NPC_CFG) -skill_summoned_npc_cfgs = protobuf.Message(SKILL_SUMMONED_NPC_CFGS) -soul_base_attr_cfg = protobuf.Message(SOUL_BASE_ATTR_CFG) -soul_base_attr_cfgs = protobuf.Message(SOUL_BASE_ATTR_CFGS) -soul_level_up_cfg = protobuf.Message(SOUL_LEVEL_UP_CFG) -soul_level_up_cfgs = protobuf.Message(SOUL_LEVEL_UP_CFGS) -soul_magic_attr_cfg = protobuf.Message(SOUL_MAGIC_ATTR_CFG) -soul_magic_attr_cfgs = protobuf.Message(SOUL_MAGIC_ATTR_CFGS) -soul_magic_rock_cfg = protobuf.Message(SOUL_MAGIC_ROCK_CFG) -soul_magic_rock_cfgs = protobuf.Message(SOUL_MAGIC_ROCK_CFGS) -soul_refine_rock_cfg = protobuf.Message(SOUL_REFINE_ROCK_CFG) -soul_refine_rock_cfgs = protobuf.Message(SOUL_REFINE_ROCK_CFGS) -soul_suit_attr_cfg = protobuf.Message(SOUL_SUIT_ATTR_CFG) -soul_suit_attr_cfgs = protobuf.Message(SOUL_SUIT_ATTR_CFGS) -starspirit_dungoen_cfg = protobuf.Message(STARSPIRIT_DUNGOEN_CFG) -starspirit_dungoen_cfgs = protobuf.Message(STARSPIRIT_DUNGOEN_CFGS) -state_cfg = protobuf.Message(STATE_CFG) -state_cfgs = protobuf.Message(STATE_CFGS) -strength_convert_cfg = protobuf.Message(STRENGTH_CONVERT_CFG) -strength_convert_cfgs = protobuf.Message(STRENGTH_CONVERT_CFGS) -strengthen_cfg = protobuf.Message(STRENGTHEN_CFG) -strengthen_cfgs = protobuf.Message(STRENGTHEN_CFGS) -subsys_cfg = protobuf.Message(SUBSYS_CFG) -subsys_cfgs = protobuf.Message(SUBSYS_CFGS) -suppress_cfg = protobuf.Message(SUPPRESS_CFG) -suppress_cfgs = protobuf.Message(SUPPRESS_CFGS) -suppress_group_cfg = protobuf.Message(SUPPRESS_GROUP_CFG) -suppress_group_cfgs = protobuf.Message(SUPPRESS_GROUP_CFGS) -test_cfg = protobuf.Message(TEST_CFG) -test_cfgs = protobuf.Message(TEST_CFGS) -tips_cfg = protobuf.Message(TIPS_CFG) -tips_cfgs = protobuf.Message(TIPS_CFGS) -tower_base_cfg = protobuf.Message(TOWER_BASE_CFG) -tower_base_cfgs = protobuf.Message(TOWER_BASE_CFGS) -trade_filter_rules_cfg = protobuf.Message(TRADE_FILTER_RULES_CFG) -trade_filter_rules_cfgs = protobuf.Message(TRADE_FILTER_RULES_CFGS) -trade_sort_rules_cfg = protobuf.Message(TRADE_SORT_RULES_CFG) -trade_sort_rules_cfgs = protobuf.Message(TRADE_SORT_RULES_CFGS) -trade_sub_tabs_cfg = protobuf.Message(TRADE_SUB_TABS_CFG) -trade_sub_tabs_cfgs = protobuf.Message(TRADE_SUB_TABS_CFGS) -trade_top_tabs_cfg = protobuf.Message(TRADE_TOP_TABS_CFG) -trade_top_tabs_cfgs = protobuf.Message(TRADE_TOP_TABS_CFGS) -treasure_rooms_cfg = protobuf.Message(TREASURE_ROOMS_CFG) -treasure_rooms_cfgs = protobuf.Message(TREASURE_ROOMS_CFGS) -trigger_action_cfg = protobuf.Message(TRIGGER_ACTION_CFG) -trigger_action_cfgs = protobuf.Message(TRIGGER_ACTION_CFGS) -trigger_condition_cfg = protobuf.Message(TRIGGER_CONDITION_CFG) -trigger_condition_cfgs = protobuf.Message(TRIGGER_CONDITION_CFGS) -trigger_event_cfg = protobuf.Message(TRIGGER_EVENT_CFG) -trigger_event_cfgs = protobuf.Message(TRIGGER_EVENT_CFGS) -trigger_variable_cfg = protobuf.Message(TRIGGER_VARIABLE_CFG) -trigger_variable_cfgs = protobuf.Message(TRIGGER_VARIABLE_CFGS) -ui_contribution_cfg = protobuf.Message(UI_CONTRIBUTION_CFG) -ui_contribution_cfgs = protobuf.Message(UI_CONTRIBUTION_CFGS) -weight_random_reward_cfg = protobuf.Message(WEIGHT_RANDOM_REWARD_CFG) -weight_random_reward_cfgs = protobuf.Message(WEIGHT_RANDOM_REWARD_CFGS) -wizard_base_cfg = protobuf.Message(WIZARD_BASE_CFG) -wizard_base_cfgs = protobuf.Message(WIZARD_BASE_CFGS) -wizard_level_cfg = protobuf.Message(WIZARD_LEVEL_CFG) -wizard_level_cfgs = protobuf.Message(WIZARD_LEVEL_CFGS) -wizard_task_cfg = protobuf.Message(WIZARD_TASK_CFG) -wizard_task_cfgs = protobuf.Message(WIZARD_TASK_CFGS) -world_map_cfg = protobuf.Message(WORLD_MAP_CFG) -world_map_cfgs = protobuf.Message(WORLD_MAP_CFGS) -zone_location_cfg = protobuf.Message(ZONE_LOCATION_CFG) -zone_location_cfgs = protobuf.Message(ZONE_LOCATION_CFGS) - diff --git a/test/example/meta.json b/test/example/meta.json deleted file mode 100644 index 658618e22..000000000 --- a/test/example/meta.json +++ /dev/null @@ -1,581342 +0,0 @@ -{ - "classes": [ - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#16" - }, - { - "typeName": "bool", - "name": "updateTable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#17" - }, - { - "typeName": "UnityEngine.Transform", - "name": "cachedTransform", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#22" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "value", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#24" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#27" - } - ], - "methods": [ - { - "returnTypeName": "TweenScale", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#52" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#67" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#70" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#13" - } - ], - "name": "TweenScale", - "comment": "Tween the object's local scale.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#13" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "BaseSystemModule", - "name": "BaseSystem", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#6" - }, - { - "typeName": "GameWorld.GameWorldModule", - "name": "GameWorld", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#7" - }, - { - "typeName": "GameSystem.GameSystemModule", - "name": "GameSystem", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#8" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#10" - } - ], - "name": "vxGameModule", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#4" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "uiCamera", - "comment": "Camera used to determine the anchor bounds. Set automatically if none was specified.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#33" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "container", - "comment": "Object used to determine the container's bounds. Overwrites the camera-based anchoring if the value was specified.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#39" - }, - { - "typeName": "UIAnchor.Side", - "name": "side", - "comment": "Side or corner to anchor to.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#45" - }, - { - "typeName": "bool", - "name": "runOnlyOnce", - "comment": "If set to 'true', UIAnchor will execute once, then will be disabled. \n Screen size changes will still cause the anchor to update itself, even if it's disabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#52" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "relativeOffset", - "comment": "Relative offset value, if any. For example \"0.25\" with 'side' set to Left, means 25% from the left side.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#58" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pixelOffset", - "comment": "Pixel offset value if any. For example \"10\" in x will move the widget 10 pixels to the right \n while \"-10\" in x is 10 pixels to the left based on the pixel values set in UIRoot.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#65" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#14" - } - ], - "name": "UIAnchor", - "comment": "This script can be used to anchor an object to the side or corner of the screen, panel, or a widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#14" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "_BumpMap", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#8" - }, - { - "typeName": "int", - "name": "_Color", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#9" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#6" - } - ], - "name": "ShaderPropertyIds", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#6" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/DontDestroy.cs#3" - } - ], - "name": "DontDestroy", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/DontDestroy.cs#3" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "BetterList", - "name": "list", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#18" - }, - { - "typeName": "UIScrollView.Movement", - "name": "movement", - "comment": "Type of movement allowed by the scroll view.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#48" - }, - { - "typeName": "UIScrollView.DragEffect", - "name": "dragEffect", - "comment": "Effect to apply when dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#54" - }, - { - "typeName": "bool", - "name": "restrictWithinPanel", - "comment": "Whether the dragging will be restricted to be within the scroll view's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#60" - }, - { - "typeName": "bool", - "name": "constrainOnDrag", - "comment": "Whether the scroll view will execute its constrain within bounds logic on every drag operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#67" - }, - { - "typeName": "bool", - "name": "disableDragIfFits", - "comment": "Whether dragging will be disabled if the contents fit.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#73" - }, - { - "typeName": "bool", - "name": "smoothDragStart", - "comment": "Whether the drag operation will be started smoothly, or if if it will be precise (but will have a noticeable \"jump\").\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#79" - }, - { - "typeName": "bool", - "name": "iOSDragEmulation", - "comment": "Whether to use iOS drag emulation, where the content only drags at half the speed of the touch/mouse movement when the content edge is within the clipping area.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#85" - }, - { - "typeName": "float", - "name": "scrollWheelFactor", - "comment": "Effect the scroll wheel will have on the momentum.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#91" - }, - { - "typeName": "float", - "name": "momentumAmount", - "comment": "How much momentum gets applied when the press is released after dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#97" - }, - { - "typeName": "float", - "name": "springStrength", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#100" - }, - { - "typeName": "float", - "name": "dampenStrength", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#103" - }, - { - "typeName": "UIProgressBar", - "name": "horizontalScrollBar", - "comment": "Horizontal scrollbar used for visualization.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#109" - }, - { - "typeName": "UIProgressBar", - "name": "verticalScrollBar", - "comment": "Vertical scrollbar used for visualization.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#115" - }, - { - "typeName": "UIScrollView.ShowCondition", - "name": "showScrollBars", - "comment": "Condition that must be met for the scroll bars to become visible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#121" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "customMovement", - "comment": "Custom movement, if the 'movement' field is set to 'Custom'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#127" - }, - { - "typeName": "UIWidget.Pivot", - "name": "contentPivot", - "comment": "Content's pivot point -- where it originates from by default.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#133" - }, - { - "typeName": "UIScrollView.OnDragNotification", - "name": "onDragStarted", - "comment": "Event callback to trigger when the drag process begins.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#139" - }, - { - "typeName": "UIScrollView.OnDragNotification", - "name": "onDragFinished", - "comment": "Event callback to trigger when the drag process finished. Can be used for additional effects, such as centering on some object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#145" - }, - { - "typeName": "UIScrollView.OnDragNotification", - "name": "onMomentumMove", - "comment": "Event callback triggered when the scroll view is moving as a result of momentum in between of OnDragFinished and OnStoppedMoving.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#151" - }, - { - "typeName": "UIScrollView.OnDragNotification", - "name": "onStoppedMoving", - "comment": "Event callback to trigger when the scroll view's movement ends.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#157" - }, - { - "typeName": "UIPanel", - "name": "panel", - "comment": "Panel that's being dragged.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#184" - }, - { - "typeName": "bool", - "name": "isDragging", - "comment": "Whether the scroll view is being dragged.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#190" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "Calculate the bounds used by the widgets.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#196" - }, - { - "typeName": "bool", - "name": "canMoveHorizontally", - "comment": "Whether the scroll view can move horizontally.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#214" - }, - { - "typeName": "bool", - "name": "canMoveVertically", - "comment": "Whether the scroll view can move vertically.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#228" - }, - { - "typeName": "bool", - "name": "shouldMoveHorizontally", - "comment": "Whether the scroll view should be able to move horizontally (contents don't fit).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#242" - }, - { - "typeName": "bool", - "name": "shouldMoveVertically", - "comment": "Whether the scroll view should be able to move vertically (contents don't fit).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#256" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "currentMomentum", - "comment": "Current momentum, exposed just in case it's needed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#302" - }, - { - "typeName": "UICenterOnChild", - "name": "centerOnChild", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#902" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "instant", "typeName": "bool" }], - "isStatic": false, - "name": "RestrictWithinBounds", - "comment": "Restrict the scroll view's contents to be within the scroll view's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#402" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "instant", "typeName": "bool" }, - { "name": "horizontal", "typeName": "bool" }, - { "name": "vertical", "typeName": "bool" } - ], - "isStatic": false, - "name": "RestrictWithinBounds", - "comment": "Restrict the scroll view's contents to be within the scroll view's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#408" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisableSpring", - "comment": "Disable the spring movement.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#448" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateScrollbars", - "comment": "Update the values of the associated scroll bars.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#458" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "recalculateBounds", "typeName": "bool" }], - "isStatic": false, - "name": "UpdateScrollbars", - "comment": "Update the values of the associated scroll bars.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#464" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "updateScrollbars", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetDragAmount", - "comment": "Changes the drag amount of the scroll view to the specified 0-1 range values. \n (0, 0) is the top-left corner, (1, 1) is the bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#583" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "InvalidateBounds", - "comment": "Manually invalidate the scroll view's bounds so that they update next time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#637" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetPosition", - "comment": "Reset the scroll view's position to the top-left corner. \n It's recommended to call this function before AND after you re-populate the scroll view's contents (ex: switching window tabs). \n Another option is to populate the scroll view's contents, reset its position, then call this function to reposition the clipping.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#646" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdatePosition", - "comment": "Call this function after you adjust the scroll view's bounds if you want it to maintain the current scrolled position\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#666" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnScrollBar", - "comment": "Triggered by the scroll bars when they change.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#685" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "relative", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "MoveRelative", - "comment": "Move the scroll view by the specified local space amount.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#701" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "absolute", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "MoveAbsolute", - "comment": "Move the scroll view by the specified world space amount.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#717" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pressed", "typeName": "bool" }], - "isStatic": false, - "name": "Press", - "comment": "Create a plane on which we will be performing the dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#728" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Drag", - "comment": "Drag the object along the plane.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#801" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "float" }], - "isStatic": false, - "name": "Scroll", - "comment": "If the object should support the scroll wheel, do it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#908" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OnPan", - "comment": "Pan the scroll view.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#1034" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#16" - } - ], - "name": "UIScrollView", - "comment": "This script, when attached to a panel turns it into a scroll view. \n You can then attach UIDragScrollView to colliders within to make it draggable.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#16" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "frameIndex", - "comment": "Index of the current frame in the sprite animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#18" - }, - { - "typeName": "bool", - "name": "ignoreTimeScale", - "comment": "Should this animation be affected by time scale?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#30" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Should this animation be looped?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#36" - }, - { - "typeName": "UnityEngine.Sprite[]", - "name": "frames", - "comment": "Actual sprites used for the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#42" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Returns is the animation is still playing or not\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#52" - }, - { - "typeName": "int", - "name": "framesPerSecond", - "comment": "Animation framerate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#58" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Continue playing the animation. If the animation has reached the end, it will restart from beginning\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#64" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Pause the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#84" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetToBeginning", - "comment": "Reset the animation to the beginning.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#90" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#12" - } - ], - "name": "UI2DSpriteAnimation", - "comment": "Small script that makes it easy to create looping 2D sprite animations.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#12" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "keyName", - "comment": "PlayerPrefs-stored key for this option.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#19" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SaveSelection", - "comment": "Save the selection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#103" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SaveState", - "comment": "Save the state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#109" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SaveProgress", - "comment": "Save the current progress.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#115" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#13" - } - ], - "name": "UISavedOption", - "comment": "Attach this script to a popup list, the parent of a group of toggles, or to a toggle itself to save its state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "tweenTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "hover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#16" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pressed", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#17" - }, - { - "typeName": "float", - "name": "duration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#18" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#13" - } - ], - "name": "UIButtonOffset", - "comment": "Simple example script of how a button can be offset visibly when the mouse hovers over it or it gets pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#13" - }, - { - "namespace": "", - "baseClass": "UISlider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "scrollValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#31" - }, - { - "typeName": "float", - "name": "barSize", - "comment": "The size of the foreground bar in percent (0-1 range).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#37" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ForceUpdate", - "comment": "Update the value of the scroll bar.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#162" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#14" - } - ], - "name": "UIScrollBar", - "comment": "Scroll bar functionality.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#14" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIAnchor.Side", - "name": "BottomLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#18" - }, - { - "typeName": "UIAnchor.Side", - "name": "Left", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#19" - }, - { - "typeName": "UIAnchor.Side", - "name": "TopLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#20" - }, - { - "typeName": "UIAnchor.Side", - "name": "Top", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#21" - }, - { - "typeName": "UIAnchor.Side", - "name": "TopRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#22" - }, - { - "typeName": "UIAnchor.Side", - "name": "Right", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#23" - }, - { - "typeName": "UIAnchor.Side", - "name": "BottomRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#24" - }, - { - "typeName": "UIAnchor.Side", - "name": "Bottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#25" - }, - { - "typeName": "UIAnchor.Side", - "name": "Center", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#26" - } - ], - "methods": [ - { - "returnTypeName": "UIAnchor.Side", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#16" - } - ], - "name": "Side", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#16" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [ - "IPointerDownHandler", - "IDragHandler", - "IPointerUpHandler", - "IEventSystemHandler" - ], - "fields": [ - { - "typeName": "UnityEngine.Canvas", - "name": "ParentCanvas", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#22" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "joystickBase", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#26" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "joystick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#26" - }, - { - "typeName": "UltimateJoystick.ScalingAxis", - "name": "scalingAxis", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#34" - }, - { - "typeName": "UltimateJoystick.Anchor", - "name": "anchor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#42" - }, - { - "typeName": "float", - "name": "activationRange", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#43" - }, - { - "typeName": "bool", - "name": "customActivationRange", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#44" - }, - { - "typeName": "float", - "name": "activationWidth", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#45" - }, - { - "typeName": "float", - "name": "activationHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#45" - }, - { - "typeName": "float", - "name": "activationPositionHorizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#46" - }, - { - "typeName": "float", - "name": "activationPositionVertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#46" - }, - { - "typeName": "float", - "name": "joystickSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#47" - }, - { - "typeName": "float", - "name": "radiusModifier", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#47" - }, - { - "typeName": "float", - "name": "positionHorizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#48" - }, - { - "typeName": "float", - "name": "positionVertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#48" - }, - { - "typeName": "bool", - "name": "dynamicPositioning", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#51" - }, - { - "typeName": "float", - "name": "gravity", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#52" - }, - { - "typeName": "bool", - "name": "extendRadius", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#54" - }, - { - "typeName": "UltimateJoystick.Axis", - "name": "axis", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#63" - }, - { - "typeName": "UltimateJoystick.Boundary", - "name": "boundary", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#71" - }, - { - "typeName": "float", - "name": "deadZone", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#72" - }, - { - "typeName": "UltimateJoystick.TapCountOption", - "name": "tapCountOption", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#81" - }, - { - "typeName": "float", - "name": "tapCountDuration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#82" - }, - { - "typeName": "int", - "name": "targetTapCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#83" - }, - { - "typeName": "bool", - "name": "useTouchInput", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#86" - }, - { - "typeName": "bool", - "name": "disableVisuals", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#89" - }, - { - "typeName": "bool", - "name": "inputTransition", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#90" - }, - { - "typeName": "float", - "name": "transitionUntouchedDuration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#91" - }, - { - "typeName": "float", - "name": "transitionTouchedDuration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#91" - }, - { - "typeName": "bool", - "name": "useFade", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#93" - }, - { - "typeName": "float", - "name": "fadeUntouched", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#94" - }, - { - "typeName": "float", - "name": "fadeTouched", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#94" - }, - { - "typeName": "bool", - "name": "useScale", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#95" - }, - { - "typeName": "float", - "name": "scaleTouched", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#96" - }, - { - "typeName": "bool", - "name": "showHighlight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#97" - }, - { - "typeName": "UnityEngine.Color", - "name": "highlightColor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#98" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "highlightBase", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#99" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "highlightJoystick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#99" - }, - { - "typeName": "bool", - "name": "showTension", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#100" - }, - { - "typeName": "UnityEngine.Color", - "name": "tensionColorNone", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#101" - }, - { - "typeName": "UnityEngine.Color", - "name": "tensionColorFull", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#101" - }, - { - "typeName": "UltimateJoystick.TensionType", - "name": "tensionType", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#109" - }, - { - "typeName": "float", - "name": "rotationOffset", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#110" - }, - { - "typeName": "float", - "name": "tensionDeadZone", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#111" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "TensionAccents", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#112" - }, - { - "typeName": "string", - "name": "joystickName", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#116" - }, - { - "typeName": "System.Action", - "name": "OnPointerDownCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "typeName": "System.Action", - "name": "OnPointerUpCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "typeName": "System.Action", - "name": "OnDragCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "typeName": "System.Action", - "name": "OnUpdatePositioning", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#122" - }, - { - "typeName": "UltimateJoystick.JoystickTouchSize", - "name": "joystickTouchSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#134" - }, - { - "typeName": "float", - "name": "customSpacing_X", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#136" - }, - { - "typeName": "float", - "name": "customSpacing_Y", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#136" - }, - { - "typeName": "float", - "name": "customTouchSize_X", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#137" - }, - { - "typeName": "float", - "name": "customTouchSize_Y", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#137" - }, - { - "typeName": "float", - "name": "customTouchSizePos_X", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#138" - }, - { - "typeName": "float", - "name": "customTouchSizePos_Y", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#138" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "joystickSizeFolder", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#139" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "tensionAccentUp", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#140" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "tensionAccentDown", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#140" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "tensionAccentLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#141" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "tensionAccentRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#141" - }, - { - "typeName": "float", - "name": "HorizontalAxis", - "comment": "Returns the current value of the horizontal axis.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1175" - }, - { - "typeName": "float", - "name": "VerticalAxis", - "comment": "Returns the current value of the vertical axis.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1180" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_OnPointerDownCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_OnPointerDownCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_OnPointerUpCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_OnPointerUpCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_OnDragCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_OnDragCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_OnUpdatePositioning", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#122" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_OnUpdatePositioning", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#122" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "touchInfo", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#217" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "touchInfo", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#225" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "touchInfo", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerUp", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#233" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateParentCanvas", - "comment": "Updates the parent canvas if it has changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#569" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdatePositioning", - "comment": "Resets the joystick and updates the size and placement of the Ultimate Joystick. Useful for screen rotations, changing of screen size, or changing of size and placement options.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1113" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetHorizontalAxis", - "comment": "Returns a float value between -1 and 1 representing the horizontal value of the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1130" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetVerticalAxis", - "comment": "Returns a float value between -1 and 1 representing the vertical value of the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1138" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetHorizontalAxisRaw", - "comment": "Returns a value of -1, 0 or 1 representing the raw horizontal value of the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1146" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetVerticalAxisRaw", - "comment": "Returns a value of -1, 0 or 1 representing the raw vertical value of the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1161" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetDistance", - "comment": "Returns a float value between 0 and 1 representing the distance of the joystick from the base.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1185" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "UpdateHighlightColor", - "comment": "Updates the color of the highlights attached to the Ultimate Joystick with the targeted color.\n\n```plaintext\nParams: targetColor - New highlight color.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1194" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetTensionNone", "typeName": "UnityEngine.Color" }, - { "name": "targetTensionFull", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "UpdateTensionColors", - "comment": "Updates the colors of the tension accents attached to the Ultimate Joystick with the targeted colors.\n\n```plaintext\nParams: targetTensionNone - New idle tension color.\n targetTensionFull - New full tension color.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1217" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetJoystickState", - "comment": "Returns the current state of the Ultimate Joystick. This function will return true when the joystick is being interacted with, and false when not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1231" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetTapCount", - "comment": "Returns the tap count to the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1239" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisableJoystick", - "comment": "Disables the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1247" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnableJoystick", - "comment": "Enables the Ultimate Joystick.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1289" - }, - { - "returnTypeName": "UltimateJoystick", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetUltimateJoystick", - "comment": "Returns the Ultimate Joystick of the targeted name if it exists within the scene.\n\n```plaintext\nParams: joystickName - The Joystick Name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1304" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetHorizontalAxis", - "comment": "Returns a float value between -1 and 1 representing the horizontal value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1316" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetVerticalAxis", - "comment": "Returns a float value between -1 and 1 representing the vertical value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1328" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetHorizontalAxisRaw", - "comment": "Returns a value of -1, 0 or 1 representing the raw horizontal value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1340" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetVerticalAxisRaw", - "comment": "Returns a value of -1, 0 or 1 representing the raw vertical value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1352" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetDistance", - "comment": "Returns a float value between 0 and 1 representing the distance of the joystick from the base.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1364" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetJoystickState", - "comment": "Returns the current interaction state of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1376" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "GetTapCount", - "comment": "Returns the current state of the tap count according to the options set.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1388" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "DisableJoystick", - "comment": "Disables the targeted Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1400" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "joystickName", "typeName": "string" }], - "isStatic": true, - "name": "EnableJoystick", - "comment": "Enables the targeted Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1412" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#12" - } - ], - "name": "UltimateJoystick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#12" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "PropertyReference", - "name": "source", - "comment": "First property reference.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#35" - }, - { - "typeName": "PropertyReference", - "name": "target", - "comment": "Second property reference.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#41" - }, - { - "typeName": "PropertyBinding.Direction", - "name": "direction", - "comment": "Direction of updates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#47" - }, - { - "typeName": "PropertyBinding.UpdateCondition", - "name": "update", - "comment": "When the property update will occur.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#53" - }, - { - "typeName": "bool", - "name": "editMode", - "comment": "Whether the values will update while in edit mode.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#59" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateTarget", - "comment": "Immediately update the bound data.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#105" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#14" - } - ], - "name": "PropertyBinding", - "comment": "Property binding lets you bind two fields or properties so that changing one will update the other.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UILabel", - "name": "textLabel", - "comment": "Label the contents of which will be modified with the chat entries.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#32" - }, - { - "typeName": "UIProgressBar", - "name": "scrollBar", - "comment": "Vertical scroll bar associated with the text list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#38" - }, - { - "typeName": "UITextList.Style", - "name": "style", - "comment": "Text style. Text entries go top to bottom. Chat entries go bottom to top.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#44" - }, - { - "typeName": "int", - "name": "paragraphHistory", - "comment": "Maximum number of chat log entries to keep before discarding them.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#50" - }, - { - "typeName": "int", - "name": "paragraphCount", - "comment": "Return the number of paragraphs currently in the text list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#97" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether the text list is usable.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#104" - }, - { - "typeName": "float", - "name": "scrollValue", - "comment": "Relative (0-1 range) scroll value, with 0 being the oldest entry and 1 being the newest entry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#113" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear the text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#162" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "float" }], - "isStatic": false, - "name": "OnScroll", - "comment": "Allow scrolling of the text list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#208" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OnDrag", - "comment": "Allow dragging of the text list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#223" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "Add a new paragraph.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#248" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#20" - } - ], - "name": "UITextList", - "comment": "Text list can be used with a UILabel to create a scrollable multi-line text field that's \n easy to add new entries to. Optimal use: chat window.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#20" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIEventTrigger", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#16" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onHoverOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#18" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onHoverOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#19" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#20" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onRelease", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#21" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onSelect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#22" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDeselect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#23" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#24" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDoubleClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#25" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDragStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#26" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDragEnd", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#27" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDragOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#28" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDragOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#29" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#30" - }, - { - "typeName": "bool", - "name": "isColliderEnabled", - "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#36" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#14" - } - ], - "name": "UIEventTrigger", - "comment": "Attaching this script to an object will let you trigger remote functions using NGUI events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISoundVolume.cs#15" - } - ], - "name": "UISoundVolume", - "comment": "Very simple script that can be attached to a slider and will control the volume of all sounds played via NGUITools.PlaySound, \n which includes all of UI's sounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISoundVolume.cs#15" - }, - { - "namespace": "", - "baseClass": "UIButtonColor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIButton", - "name": "current", - "comment": "Current button that sent out the onClick event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#20" - }, - { - "typeName": "bool", - "name": "dragHighlight", - "comment": "Whether the button will highlight when you drag something over it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#26" - }, - { - "typeName": "string", - "name": "hoverSprite", - "comment": "Name of the hover state sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#32" - }, - { - "typeName": "string", - "name": "pressedSprite", - "comment": "Name of the pressed sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#38" - }, - { - "typeName": "string", - "name": "disabledSprite", - "comment": "Name of the disabled sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#44" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "hoverSprite2D", - "comment": "Name of the hover state sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#50" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "pressedSprite2D", - "comment": "Name of the pressed sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#56" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "disabledSprite2D", - "comment": "Name of the disabled sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#62" - }, - { - "typeName": "bool", - "name": "pixelSnap", - "comment": "Whether the sprite changes will elicit a call to MakePixelPerfect() or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#68" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onClick", - "comment": "Click event listener.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#74" - }, - { - "typeName": "bool", - "name": "isEnabled", - "comment": "Whether the button should be enabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#87" - }, - { - "typeName": "string", - "name": "normalSprite", - "comment": "Convenience function that changes the normal sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#136" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "normalSprite2D", - "comment": "Convenience function that changes the normal sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#164" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "UIButtonColor.State" }, - { "name": "immediate", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetState", - "comment": "Change the visual state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#275" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#14" - } - ], - "name": "UIButton", - "comment": "Similar to UIButtonColor, but adds a 'disabled' state based on whether the collider is enabled or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#14" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#13" - }, - { - "typeName": "int", - "name": "x", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#14" - }, - { - "typeName": "int", - "name": "y", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#15" - }, - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#16" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#17" - }, - { - "typeName": "int", - "name": "borderLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#19" - }, - { - "typeName": "int", - "name": "borderRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#20" - }, - { - "typeName": "int", - "name": "borderTop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#21" - }, - { - "typeName": "int", - "name": "borderBottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#22" - }, - { - "typeName": "int", - "name": "paddingLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#24" - }, - { - "typeName": "int", - "name": "paddingRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#25" - }, - { - "typeName": "int", - "name": "paddingTop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#26" - }, - { - "typeName": "int", - "name": "paddingBottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#27" - }, - { - "typeName": "bool", - "name": "hasBorder", - "comment": "Whether the sprite has a border.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#35" - }, - { - "typeName": "bool", - "name": "hasPadding", - "comment": "Whether the sprite has been offset via padding.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#41" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRect", - "comment": "Convenience function -- set the X, Y, width, and height.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#47" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "int" }, - { "name": "bottom", "typeName": "int" }, - { "name": "right", "typeName": "int" }, - { "name": "top", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPadding", - "comment": "Convenience function -- set the sprite's padding.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#59" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "int" }, - { "name": "bottom", "typeName": "int" }, - { "name": "right", "typeName": "int" }, - { "name": "top", "typeName": "int" } - ], - "isStatic": false, - "name": "SetBorder", - "comment": "Convenience function -- set the sprite's border.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#71" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sd", "typeName": "UISpriteData" }], - "isStatic": false, - "name": "CopyFrom", - "comment": "Copy all values of the specified sprite data.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#83" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sd", "typeName": "UISpriteData" }], - "isStatic": false, - "name": "CopyBorderFrom", - "comment": "Copy the border information from the specified sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#107" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#11" - } - ], - "name": "UISpriteData", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#11" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIPlayTween", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#18" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "tweenTarget", - "comment": "Target on which there is one or more tween.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#24" - }, - { - "typeName": "int", - "name": "tweenGroup", - "comment": "If there are multiple tweens, you can choose which ones get activated by changing their group.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#30" - }, - { - "typeName": "AnimationOrTween.Trigger", - "name": "trigger", - "comment": "Which event will trigger the tween.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#36" - }, - { - "typeName": "AnimationOrTween.Direction", - "name": "playDirection", - "comment": "Direction to tween in.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#42" - }, - { - "typeName": "bool", - "name": "resetOnPlay", - "comment": "Whether the tween will be reset to the start or end when activated. If not, it will continue from where it currently is.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#48" - }, - { - "typeName": "bool", - "name": "resetIfDisabled", - "comment": "Whether the tween will be reset to the start if it's disabled when activated.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#54" - }, - { - "typeName": "bool", - "name": "setState", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#57" - }, - { - "typeName": "float", - "name": "startState", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#60" - }, - { - "typeName": "AnimationOrTween.EnableCondition", - "name": "ifDisabledOnPlay", - "comment": "What to do if the tweenTarget game object is currently disabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#66" - }, - { - "typeName": "AnimationOrTween.DisableCondition", - "name": "disableWhenFinished", - "comment": "What to do with the tweenTarget after the tween finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#72" - }, - { - "typeName": "bool", - "name": "includeChildren", - "comment": "Whether the tweens on the child game objects will be considered.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#78" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onFinished", - "comment": "Event delegates called when the animation finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#84" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#322" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Activate the tweeners.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#329" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "forward", "typeName": "bool" }], - "isStatic": false, - "name": "Play", - "comment": "Activate the tweeners.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#335" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#16" - } - ], - "name": "UIPlayTween", - "comment": "Play the specified tween on click.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#16" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "SpringPosition", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "target", - "comment": "Target position to tween to.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#21" - }, - { - "typeName": "float", - "name": "strength", - "comment": "Strength of the spring. The higher the value, the faster the movement.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#27" - }, - { - "typeName": "bool", - "name": "worldSpace", - "comment": "Is the calculation done in world space or local space?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#33" - }, - { - "typeName": "bool", - "name": "ignoreTimeScale", - "comment": "Whether the time scale will be ignored. Generally UI components should set it to 'true'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#39" - }, - { - "typeName": "bool", - "name": "updateScrollView", - "comment": "Whether the parent scroll view will be updated as the object moves.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#45" - }, - { - "typeName": "SpringPosition.OnFinished", - "name": "onFinished", - "comment": "Delegate to trigger when the spring finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#53" - }, - { - "typeName": "string", - "name": "callWhenFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#57" - } - ], - "methods": [ - { - "returnTypeName": "SpringPosition", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "strength", "typeName": "float" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening process.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#130" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#13" - } - ], - "name": "SpringPosition", - "comment": "Spring-like motion -- the farther away the object is from the target, the stronger the pull.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "BetterList", - "name": "list", - "comment": "List of all active cameras in the scene.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#127" - }, - { - "typeName": "UICamera.GetKeyStateFunc", - "name": "GetKeyDown", - "comment": "GetKeyDown function -- return whether the specified key was pressed this Update().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#140" - }, - { - "typeName": "UICamera.GetKeyStateFunc", - "name": "GetKeyUp", - "comment": "GetKeyDown function -- return whether the specified key was released this Update().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#150" - }, - { - "typeName": "UICamera.GetKeyStateFunc", - "name": "GetKey", - "comment": "GetKey function -- return whether the specified key is currently held.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#160" - }, - { - "typeName": "UICamera.GetAxisFunc", - "name": "GetAxis", - "comment": "GetAxis function -- return the state of the specified axis.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#170" - }, - { - "typeName": "UICamera.GetAnyKeyFunc", - "name": "GetAnyKeyDown", - "comment": "User-settable Input.anyKeyDown\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#180" - }, - { - "typeName": "UICamera.GetMouseDelegate", - "name": "GetMouse", - "comment": "Get the details of the specified mouse button.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#186" - }, - { - "typeName": "UICamera.GetTouchDelegate", - "name": "GetTouch", - "comment": "Get or create a touch event. If you are trying to iterate through a list of active touches, use activeTouches instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#192" - }, - { - "typeName": "UICamera.RemoveTouchDelegate", - "name": "RemoveTouch", - "comment": "Remove a touch event from the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#215" - }, - { - "typeName": "UICamera.OnScreenResize", - "name": "onScreenResize", - "comment": "Delegate triggered when the screen size changes for any reason. \n Subscribe to it if you don't want to compare Screen.width and Screen.height each frame.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#233" - }, - { - "typeName": "UICamera.EventType", - "name": "eventType", - "comment": "Event type -- use \"UI\" for your user interfaces, and \"World\" for your game camera. \n This setting changes how raycasts are handled. Raycasts have to be more complicated for UI cameras.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#241" - }, - { - "typeName": "bool", - "name": "eventsGoToColliders", - "comment": "By default, events will go to rigidbodies when the Event Type is not UI. \n You can change this behaviour back to how it was pre-3.7.0 using this flag.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#248" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "eventReceiverMask", - "comment": "Which layers will receive events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#254" - }, - { - "typeName": "UICamera.ProcessEventsIn", - "name": "processEventsIn", - "comment": "When events will be processed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#266" - }, - { - "typeName": "bool", - "name": "debug", - "comment": "If 'true', currently hovered object will be shown in the top left corner.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#272" - }, - { - "typeName": "bool", - "name": "useMouse", - "comment": "Whether the mouse input is used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#278" - }, - { - "typeName": "bool", - "name": "useTouch", - "comment": "Whether the touch-based input is used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#284" - }, - { - "typeName": "bool", - "name": "allowMultiTouch", - "comment": "Whether multi-touch is allowed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#290" - }, - { - "typeName": "bool", - "name": "useKeyboard", - "comment": "Whether the keyboard events will be processed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#296" - }, - { - "typeName": "bool", - "name": "useController", - "comment": "Whether the joystick and controller events will be processed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#302" - }, - { - "typeName": "bool", - "name": "stickyPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#305" - }, - { - "typeName": "bool", - "name": "stickyTooltip", - "comment": "Whether the tooltip will disappear as soon as the mouse moves (false) or only if the mouse moves outside of the widget's area (true).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#311" - }, - { - "typeName": "float", - "name": "tooltipDelay", - "comment": "How long of a delay to expect before showing the tooltip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#317" - }, - { - "typeName": "bool", - "name": "longPressTooltip", - "comment": "If enabled, a tooltip will be shown after touch gets pressed on something and held for more than \"tooltipDelay\" seconds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#323" - }, - { - "typeName": "float", - "name": "mouseDragThreshold", - "comment": "How much the mouse has to be moved after pressing a button before it starts to send out drag events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#329" - }, - { - "typeName": "float", - "name": "mouseClickThreshold", - "comment": "How far the mouse is allowed to move in pixels before it's no longer considered for click events, if the click notification is based on delta.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#335" - }, - { - "typeName": "float", - "name": "touchDragThreshold", - "comment": "How much the mouse has to be moved after pressing a button before it starts to send out drag events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#341" - }, - { - "typeName": "float", - "name": "touchClickThreshold", - "comment": "How far the touch is allowed to move in pixels before it's no longer considered for click events, if the click notification is based on delta.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#347" - }, - { - "typeName": "float", - "name": "rangeDistance", - "comment": "Raycast range distance. By default it's as far as the camera can see.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#353" - }, - { - "typeName": "string", - "name": "horizontalAxisName", - "comment": "Name of the axis used to send left and right key events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#359" - }, - { - "typeName": "string", - "name": "verticalAxisName", - "comment": "Name of the axis used to send up and down key events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#365" - }, - { - "typeName": "string", - "name": "horizontalPanAxisName", - "comment": "Name of the horizontal axis used to move scroll views and sliders around.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#371" - }, - { - "typeName": "string", - "name": "verticalPanAxisName", - "comment": "Name of the vertical axis used to move scroll views and sliders around.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#377" - }, - { - "typeName": "string", - "name": "scrollAxisName", - "comment": "Name of the axis used for scrolling.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#383" - }, - { - "typeName": "bool", - "name": "commandClick", - "comment": "Simulate a right-click on OSX when the Command key is held and a left-click is used (for trackpad).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#390" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "submitKey0", - "comment": "Various keys used by the camera.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#396" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "submitKey1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#397" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "cancelKey0", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#398" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "cancelKey1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#399" - }, - { - "typeName": "bool", - "name": "autoHideCursor", - "comment": "Whether NGUI will automatically hide the mouse cursor when controller or touch input is detected.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#405" - }, - { - "typeName": "UICamera.OnCustomInput", - "name": "onCustomInput", - "comment": "Custom input processing logic, if desired. For example: WP7 touches. \n Use UICamera.current to get the current camera.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#414" - }, - { - "typeName": "bool", - "name": "showTooltips", - "comment": "Whether tooltips will be shown or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#420" - }, - { - "typeName": "bool", - "name": "disableController", - "comment": "Whether controller input will be temporarily disabled or not. \n It's useful to be able to turn off controller interaction and only turn it on when the UI is actually visible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#427" - }, - { - "typeName": "bool", - "name": "ignoreAllEvents", - "comment": "If set to 'true', all events will be ignored until set to 'true'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#443" - }, - { - "typeName": "bool", - "name": "ignoreControllerInput", - "comment": "If set to 'true', controller input will be flat-out ignored. Permanently, for all cameras.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#449" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "lastTouchPosition", - "comment": "Position of the last touch (or mouse) event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#459" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "lastEventPosition", - "comment": "Position of the last touch (or mouse) event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#465" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "lastWorldPosition", - "comment": "Position of the last touch (or mouse) event in the world.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#491" - }, - { - "typeName": "UnityEngine.Ray", - "name": "lastWorldRay", - "comment": "Last raycast into the world space.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#497" - }, - { - "typeName": "UnityEngine.RaycastHit", - "name": "lastHit", - "comment": "Last raycast hit prior to sending out the event. This is useful if you want detailed information \n about what was actually hit in your OnClick, OnHover, and other event functions. \n Note that this is not going to be valid if you're using 2D colliders.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#505" - }, - { - "typeName": "UICamera", - "name": "current", - "comment": "UICamera that sent out the event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#511" - }, - { - "typeName": "UICamera", - "name": "first", - "comment": "NGUI event system that will be handling all events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#517" - }, - { - "typeName": "UnityEngine.Camera", - "name": "currentCamera", - "comment": "Last camera active prior to sending out the event. This will always be the camera that actually sent out the event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#530" - }, - { - "typeName": "UICamera.OnSchemeChange", - "name": "onSchemeChange", - "comment": "Delegate called when the control scheme changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#538" - }, - { - "typeName": "UICamera.ControlScheme", - "name": "currentScheme", - "comment": "Current control scheme. Derived from the last event to arrive.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#545" - }, - { - "typeName": "int", - "name": "currentTouchID", - "comment": "ID of the touch or mouse operation prior to sending out the event. \n Mouse ID is '-1' for left, '-2' for right mouse button, '-3' for middle.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#591" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "currentKey", - "comment": "Key that triggered the event, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#599" - }, - { - "typeName": "UnityEngine.Ray", - "name": "currentRay", - "comment": "Ray projected into the screen underneath the current touch.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#657" - }, - { - "typeName": "UICamera.MouseOrTouch", - "name": "currentTouch", - "comment": "Current touch, set before any event function gets called.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#670" - }, - { - "typeName": "bool", - "name": "inputHasFocus", - "comment": "Whether an input field currently has focus.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#678" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "genericEventHandler", - "comment": "If set, this game object will receive all events regardless of whether they were handled or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#695" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "fallThrough", - "comment": "If events don't get handled, they will be forwarded to this game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#701" - }, - { - "typeName": "UICamera.VoidDelegate", - "name": "onClick", - "comment": "These notifications are sent out prior to the actual event going out.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#715" - }, - { - "typeName": "UICamera.VoidDelegate", - "name": "onDoubleClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#716" - }, - { - "typeName": "UICamera.BoolDelegate", - "name": "onHover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#717" - }, - { - "typeName": "UICamera.BoolDelegate", - "name": "onPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#718" - }, - { - "typeName": "UICamera.BoolDelegate", - "name": "onSelect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#719" - }, - { - "typeName": "UICamera.FloatDelegate", - "name": "onScroll", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#720" - }, - { - "typeName": "UICamera.VectorDelegate", - "name": "onDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#721" - }, - { - "typeName": "UICamera.VoidDelegate", - "name": "onDragStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#722" - }, - { - "typeName": "UICamera.ObjectDelegate", - "name": "onDragOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#723" - }, - { - "typeName": "UICamera.ObjectDelegate", - "name": "onDragOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#724" - }, - { - "typeName": "UICamera.VoidDelegate", - "name": "onDragEnd", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#725" - }, - { - "typeName": "UICamera.ObjectDelegate", - "name": "onDrop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#726" - }, - { - "typeName": "UICamera.KeyCodeDelegate", - "name": "onKey", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#727" - }, - { - "typeName": "UICamera.KeyCodeDelegate", - "name": "onNavigate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#728" - }, - { - "typeName": "UICamera.VectorDelegate", - "name": "onPan", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#729" - }, - { - "typeName": "UICamera.BoolDelegate", - "name": "onTooltip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#730" - }, - { - "typeName": "UICamera.MoveDelegate", - "name": "onMouseMove", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#731" - }, - { - "typeName": "UICamera.MouseOrTouch", - "name": "mouse0", - "comment": "Access to the mouse-related data. This is intended to be read-only.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#740" - }, - { - "typeName": "UICamera.MouseOrTouch", - "name": "mouse1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#741" - }, - { - "typeName": "UICamera.MouseOrTouch", - "name": "mouse2", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#742" - }, - { - "typeName": "UICamera.MouseOrTouch", - "name": "controller", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#745" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "activeTouches", - "comment": "List of all the active touches.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#751" - }, - { - "typeName": "UnityEngine.Camera", - "name": "cachedCamera", - "comment": "Caching is always preferable for performance.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#781" - }, - { - "typeName": "bool", - "name": "isDragging", - "comment": "Set to 'true' just before OnDrag-related events are sent. No longer needed, but kept for backwards compatibility.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#788" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "tooltipObject", - "comment": "Object that should be showing the tooltip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#794" - }, - { - "typeName": "bool", - "name": "isOverUI", - "comment": "Whether the last raycast was over the UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#821" - }, - { - "typeName": "bool", - "name": "uiHasFocus", - "comment": "Much like 'isOverUI', but also returns 'true' if there is currently an active mouse press on a UI element, or if a UI input has focus.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#875" - }, - { - "typeName": "bool", - "name": "interactingWithUI", - "comment": "Whether there is a active current focus on the UI -- either input, or an active touch.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#937" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "hoveredObject", - "comment": "The object over which the mouse is hovering over, or the object currently selected by the controller input. \n Mouse and controller input share the same hovered object, while touches have no hovered object at all. \n Checking this value from within a touch-based event will simply return the current touched object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#998" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "controllerNavigationObject", - "comment": "Currently chosen object for controller-based navigation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1089" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "selectedObject", - "comment": "Selected object receives exclusive focus. An input field requires exclusive focus in order to type, \n for example. Any object is capable of grabbing the selection just by clicking on that object, \n but only one object can be selected at a time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1151" - }, - { - "typeName": "int", - "name": "touchCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1295" - }, - { - "typeName": "int", - "name": "dragCount", - "comment": "Number of active drag events from all sources.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1328" - }, - { - "typeName": "UnityEngine.Camera", - "name": "mainCamera", - "comment": "Convenience function that returns the main HUD camera.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1356" - }, - { - "typeName": "UICamera", - "name": "eventHandler", - "comment": "Event handler for all types of events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1369" - }, - { - "typeName": "UICamera.GetTouchCountCallback", - "name": "GetInputTouchCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2358" - }, - { - "typeName": "UICamera.GetTouchCallback", - "name": "GetInputTouch", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2359" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "IsPartOfUI", - "comment": "Whether this object is a part of the UI or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#801" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "IsPressed", - "comment": "Returns 'true' if any of the active touch, mouse or controller is currently holding the specified object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1282" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "CountInputSources", - "comment": "Number of active touches from all sources. \n Note that this will include the sum of touch, mouse and controller events. \n If you want only touch events, use activeTouches.Count.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1303" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "touch", "typeName": "UICamera.MouseOrTouch" }], - "isStatic": true, - "name": "Raycast", - "comment": "Raycast into the screen underneath the touch and update its 'current' value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1489" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "inPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Raycast", - "comment": "Returns the object under the specified position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1516" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "IsHighlighted", - "comment": "Whether the specified object should be highlighted.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1865" - }, - { - "returnTypeName": "UICamera", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": true, - "name": "FindCameraForLayer", - "comment": "Find the camera responsible for handling events on objects of the specified layer.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1871" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "funcName", "typeName": "string" }, - { "name": "obj", "typeName": "object" } - ], - "isStatic": true, - "name": "Notify", - "comment": "Generic notification function. Used in place of SendMessage to shorten the code and allow for more than one receiver.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1946" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ProcessMouse", - "comment": "Update mouse input.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2179" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ProcessTouches", - "comment": "Update touch-based events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2365" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ProcessOthers", - "comment": "Process keyboard and joystick events.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2496" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pressed", "typeName": "bool" }, - { "name": "released", "typeName": "bool" } - ], - "isStatic": false, - "name": "ProcessTouch", - "comment": "Process the events of the specified touch.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2898" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CancelNextTooltip", - "comment": "Cancel the next tooltip, preventing it from being shown. \n Moving the mouse again will reset this counter.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2940" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "ShowTooltip", - "comment": "Show or hide the tooltip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2946" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "HideTooltip", - "comment": "Hide the tooltip, if one is visible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2973" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delay", "typeName": "float" }], - "isStatic": true, - "name": "ResetTooltip", - "comment": "Reset the tooltip timer, allowing the tooltip to show again even over the same widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2979" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#43" - } - ], - "name": "UICamera", - "comment": "This script should be attached to each camera that's used to draw the objects with \n UI components on them. This may mean only one camera (main camera or your UI camera), \n or multiple cameras if you happen to have multiple viewports. Failing to attach this \n script simply means that objects drawn by this camera won't receive UI notifications: \n \n * OnHover (isOver) is sent when the mouse hovers over a collider or moves away. \n * OnPress (isDown) is sent when a mouse button gets pressed on the collider. \n * OnSelect (selected) is sent when a mouse button is first pressed on an object. Repeated presses won't result in an OnSelect(true). \n * OnClick () is sent when a mouse is pressed and released on the same object. \n UICamera.currentTouchID tells you which button was clicked. \n * OnDoubleClick () is sent when the click happens twice within a fourth of a second. \n UICamera.currentTouchID tells you which button was clicked. \n \n * OnDragStart () is sent to a game object under the touch just before the OnDrag() notifications begin. \n * OnDrag (delta) is sent to an object that's being dragged. \n * OnDragOver (draggedObject) is sent to a game object when another object is dragged over its area. \n * OnDragOut (draggedObject) is sent to a game object when another object is dragged out of its area. \n * OnDragEnd () is sent to a dragged object when the drag event finishes. \n \n * OnTooltip (show) is sent when the mouse hovers over a collider for some time without moving. \n * OnScroll (float delta) is sent out when the mouse scroll wheel is moved. \n * OnNavigate (KeyCode key) is sent when horizontal or vertical navigation axes are moved. \n * OnPan (Vector2 delta) is sent when when horizontal or vertical panning axes are moved. \n * OnKey (KeyCode key) is sent when keyboard or controller input is used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#43" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "target", - "comment": "Target object that will be dragged.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#28" - }, - { - "typeName": "UIPanel", - "name": "panelRegion", - "comment": "Panel that will be used for constraining the target.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#34" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "dragMovement", - "comment": "Scale value applied to the drag delta. Set X or Y to 0 to disallow dragging in that direction.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#40" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scrollMomentum", - "comment": "Momentum added from the mouse scroll wheel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#46" - }, - { - "typeName": "bool", - "name": "restrictWithinPanel", - "comment": "Whether the dragging will be restricted to be within the parent panel's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#52" - }, - { - "typeName": "UIRect", - "name": "contentRect", - "comment": "Rectangle to be used as the draggable object's bounds. If none specified, all widgets' bounds get added up.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#58" - }, - { - "typeName": "UIDragObject.DragEffect", - "name": "dragEffect", - "comment": "Effect to apply when dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#64" - }, - { - "typeName": "float", - "name": "momentumAmount", - "comment": "How much momentum gets applied when the press is released after dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#70" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelMovement", - "comment": "Cancel all movement.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#337" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelSpring", - "comment": "Cancel the spring movement.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#356" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#15" - } - ], - "name": "UIDragObject", - "comment": "Allows dragging of the specified target object by mouse or touch, optionally limiting it to be within the UIPanel's clipped rectangle.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "JoystickAndPlayer", - "name": "Instance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#12" - }, - { - "typeName": "string", - "name": "Desc", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#13" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "root", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#14" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#10" - } - ], - "name": "JoystickAndPlayer", - "comment": "Demo代码 \n 只是为了暂时把joystick和player从场景中拆出来 \n 后面有了相关功能记得删\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#10" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "tweenTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "hover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#16" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pressed", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#17" - }, - { - "typeName": "float", - "name": "duration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#18" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#13" - } - ], - "name": "UIButtonRotation", - "comment": "Simple example script of how a button can be rotated visibly when the mouse hovers over it or it gets pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#13" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "canRead", - "comment": "Whether the buffer is readable.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#51" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "bytes", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#22" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "asset", "typeName": "UnityEngine.TextAsset" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#23" - }, - { - "returnTypeName": "ByteReader", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Open", - "comment": "Read the contents of the specified file and return a Byte Reader to work with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#29" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadLine", - "comment": "Read a single line from the buffer.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#130" - }, - { - "returnTypeName": "String", - "params": [{ "name": "skipEmptyLines", "typeName": "bool" }], - "isStatic": false, - "name": "ReadLine", - "comment": "Read a single line from the buffer.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#136" - }, - { - "returnTypeName": "Dictionary", - "params": [], - "isStatic": false, - "name": "ReadDictionary", - "comment": "Assume that the entire file is a collection of key/value pairs.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#172" - }, - { - "returnTypeName": "BetterList", - "params": [], - "isStatic": false, - "name": "ReadCSV", - "comment": "Read a single line of Comma-Separated Values from the file.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#205" - } - ], - "name": "ByteReader", - "comment": "MemoryStream.ReadLine has an interesting oddity: it doesn't always advance the stream's position by the correct amount: \n http://social.msdn.microsoft.com/Forums/en-AU/Vsexpressvcs/thread/b8f7837b-e396-494e-88e1-30547fcf385f \n Solution? Custom line reader with the added benefit of not having to use streams at all.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#17" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "uiCamera", - "comment": "Camera used to determine the anchor bounds. Set automatically if none was specified.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#32" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "container", - "comment": "Object used to determine the container's bounds. Overwrites the camera-based anchoring if the value was specified.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#38" - }, - { - "typeName": "UIStretch.Style", - "name": "style", - "comment": "Stretching style.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#44" - }, - { - "typeName": "bool", - "name": "runOnlyOnce", - "comment": "Whether the operation will occur only once and the script will then be disabled. \n Screen size changes will still cause the script's logic to execute.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#51" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "relativeSize", - "comment": "Relative-to-target size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#57" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "initialSize", - "comment": "The size that the item/image should start out initially. \n Used for FillKeepingRatio, and FitInternalKeepingRatio. \n Contributed by Dylan Ryan.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#65" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "borderPadding", - "comment": "Padding applied after the size of the stretched object gets calculated. This value is in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#71" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#15" - } - ], - "name": "UIStretch", - "comment": "This script can be used to stretch objects relative to the screen's width and height. \n The most obvious use would be to create a full-screen background by attaching it to a sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#15" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" - } - ], - "name": "OnFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "TypeId", - "comment": "能否在上面走,子弹能不能穿过之类的类型 \n 后面再加个表配Id对应的参数\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#11" - }, - { - "typeName": "bool", - "name": "includeRootPos", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#14" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "grid", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#17" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#5" - } - ], - "name": "MapUnit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#5" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIDragObject.DragEffect", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#19" - }, - { - "typeName": "UIDragObject.DragEffect", - "name": "Momentum", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#20" - }, - { - "typeName": "UIDragObject.DragEffect", - "name": "MomentumAndSpring", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#21" - } - ], - "methods": [ - { - "returnTypeName": "UIDragObject.DragEffect", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#17" - } - ], - "name": "DragEffect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#17" - }, - { - "namespace": "", - "baseClass": "UIRect", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIWidget.OnDimensionsChanged", - "name": "onChange", - "comment": "Notification triggered when the widget's dimensions or position changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#44" - }, - { - "typeName": "UIWidget.OnPostFillCallback", - "name": "onPostFill", - "comment": "Notification triggered after the widget's buffer has been filled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#51" - }, - { - "typeName": "UIDrawCall.OnRenderCallback", - "name": "mOnRender", - "comment": "Callback triggered when the widget is about to be renderered (OnWillRenderObject). \n NOTE: This property is only exposed for the sake of speed to avoid property execution. \n In most cases you will want to use UIWidget.onRender instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#60" - }, - { - "typeName": "UIDrawCall.OnRenderCallback", - "name": "onRender", - "comment": "Set the callback that will be triggered when the widget is being rendered (OnWillRenderObject). \n This is where you would set material properties and shader values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#67" - }, - { - "typeName": "bool", - "name": "autoResizeBoxCollider", - "comment": "If set to 'true', the box collider's dimensions will be adjusted to always match the widget whenever it resizes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#95" - }, - { - "typeName": "bool", - "name": "hideIfOffScreen", - "comment": "Hide the widget if it happens to be off-screen.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#101" - }, - { - "typeName": "UIWidget.AspectRatioSource", - "name": "keepAspectRatio", - "comment": "Whether the rectangle will attempt to maintain a specific aspect ratio.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#114" - }, - { - "typeName": "float", - "name": "aspectRatio", - "comment": "If you want the anchored rectangle to keep a specific aspect ratio, set this value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#120" - }, - { - "typeName": "UIWidget.HitCheck", - "name": "hitCheck", - "comment": "Custom hit check function. If set, all hit checks (including events) will call this function, \n passing the world position. Return 'true' if it's within the bounds of your choice, 'false' otherwise.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#129" - }, - { - "typeName": "UIPanel", - "name": "panel", - "comment": "Panel that's managing this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#135" - }, - { - "typeName": "UIGeometry", - "name": "geometry", - "comment": "Widget's generated geometry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#141" - }, - { - "typeName": "bool", - "name": "fillGeometry", - "comment": "If set to 'false', the widget's OnFill function will not be called, letting you define custom geometry at will.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#147" - }, - { - "typeName": "UIDrawCall", - "name": "drawCall", - "comment": "Internal usage -- draw call that's drawing the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#161" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawRegion", - "comment": "Draw region alters how the widget looks without modifying the widget's rectangle. \n A region is made up of 4 relative values (0-1 range). The order is Left (X), Bottom (Y), Right (Z) and Top (W). \n To have a widget's left edge be 30% from the left side, set X to 0.3. To have the widget's right edge be 30% \n from the right hand side, set Z to 0.7.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#171" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pivotOffset", - "comment": "Pivot offset in relative coordinates. Bottom-left is (0, 0). Top-right is (1, 1).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#192" - }, - { - "typeName": "int", - "name": "width", - "comment": "Widget's width in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#198" - }, - { - "typeName": "int", - "name": "height", - "comment": "Widget's height in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#245" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Color used by the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#292" - }, - { - "typeName": "float", - "name": "alpha", - "comment": "Widget's alpha -- a convenience method.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#328" - }, - { - "typeName": "bool", - "name": "isVisible", - "comment": "Whether the widget is currently visible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#351" - }, - { - "typeName": "bool", - "name": "hasVertices", - "comment": "Whether the widget has vertices to draw.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#357" - }, - { - "typeName": "UIWidget.Pivot", - "name": "rawPivot", - "comment": "Change the pivot point and do not attempt to keep the widget in the same place by adjusting its transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#363" - }, - { - "typeName": "UIWidget.Pivot", - "name": "pivot", - "comment": "Set or get the value that specifies where the widget's pivot point should be.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#384" - }, - { - "typeName": "int", - "name": "depth", - "comment": "Depth controls the rendering order -- lowest to highest.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#422" - }, - { - "typeName": "int", - "name": "raycastDepth", - "comment": "Raycast depth order on widgets takes the depth of their panel into consideration. \n This functionality is used to determine the \"final\" depth of the widget for drawing and raycasts.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#466" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "localCorners", - "comment": "Local space corners of the widget. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#479" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "localSize", - "comment": "Local width and height of the widget in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#503" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localCenter", - "comment": "Widget's center in local coordinates. Don't forget to transform by the widget's transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#516" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "worldCorners", - "comment": "World-space corners of the widget. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#529" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldCenter", - "comment": "World-space center of the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#555" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawingDimensions", - "comment": "Local space region where the actual drawing will take place. \n X = left, Y = bottom, Z = right, W = top.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#562" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Custom material associated with the widget, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#584" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Texture used by the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#605" - }, - { - "typeName": "UnityEngine.Shader", - "name": "shader", - "comment": "Shader is used to create a dynamic material if the widget has no material to work with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#622" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "relativeSize", - "comment": "Do not use this, it's obsolete.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#640" - }, - { - "typeName": "bool", - "name": "hasBoxCollider", - "comment": "Convenience function that returns 'true' if the widget has a box collider.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#646" - }, - { - "typeName": "bool", - "name": "isSelectable", - "comment": "Whether this widget will be selectable in the scene view or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1303" - }, - { - "typeName": "bool", - "name": "showHandlesWithMoveTool", - "comment": "Whether widgets will show handles with the Move Tool, or just the View Tool.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1312" - }, - { - "typeName": "bool", - "name": "showHandles", - "comment": "Whether the widget should have some form of handles shown.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1338" - }, - { - "typeName": "int", - "name": "minWidth", - "comment": "Minimum allowed width for this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1560" - }, - { - "typeName": "int", - "name": "minHeight", - "comment": "Minimum allowed height for this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1566" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "border", - "comment": "Dimensions of the sprite's border, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1572" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": "SetColorNoAlpha", - "comment": "Change the color without affecting the alpha.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#313" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "int" }, - { "name": "h", "typeName": "int" } - ], - "isStatic": false, - "name": "SetDimensions", - "comment": "Adjust the widget's dimensions without going through the anchor validation logic.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#664" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#689" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "frameID", "typeName": "int" }], - "isStatic": false, - "name": "CalculateFinalAlpha", - "comment": "Widget's final alpha, after taking the panel's alpha into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#720" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "includeChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Invalidate", - "comment": "Update the widget's visibility and final alpha.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#755" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "frameID", "typeName": "int" }], - "isStatic": false, - "name": "CalculateCumulativeAlpha", - "comment": "Same as final alpha, except it doesn't take own visibility into consideration. Used by panels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#773" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": false, - "name": "SetRect", - "comment": "Set the widget's rectangle. XY is the bottom-left corner.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#783" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResizeCollider", - "comment": "Adjust the widget's collider size to match the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#826" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "left", "typeName": "UIWidget" }, - { "name": "right", "typeName": "UIWidget" } - ], - "isStatic": true, - "name": "FullCompareFunc", - "comment": "Static widget comparison function used for depth sorting.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#839" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "left", "typeName": "UIWidget" }, - { "name": "right", "typeName": "UIWidget" } - ], - "isStatic": true, - "name": "PanelCompareFunc", - "comment": "Static widget comparison function used for inter-panel depth sorting.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#851" - }, - { - "returnTypeName": "Bounds", - "params": [], - "isStatic": false, - "name": "CalculateBounds", - "comment": "Calculate the widget's bounds, optionally making them relative to the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#870" - }, - { - "returnTypeName": "Bounds", - "params": [ - { "name": "relativeParent", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "CalculateBounds", - "comment": "Calculate the widget's bounds, optionally making them relative to the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#876" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetDirty", - "comment": "Mark the widget as changed so that the geometry can be rebuilt.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#899" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveFromPanel", - "comment": "Remove this widget from the panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#915" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Tell the panel responsible for the widget that something has changed and the buffers need to be rebuilt.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#988" - }, - { - "returnTypeName": "UIPanel", - "params": [], - "isStatic": false, - "name": "CreatePanel", - "comment": "Ensure we have a panel referencing this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1013" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CheckLayer", - "comment": "Check to ensure that the widget resides on the same layer as its panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1034" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ParentHasChanged", - "comment": "Checks to ensure that the widget is still parented to the right panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1048" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "visibleByAlpha", "typeName": "bool" }, - { "name": "visibleByPanel", "typeName": "bool" } - ], - "isStatic": false, - "name": "UpdateVisibility", - "comment": "Update the widget's visibility state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1388" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "frame", "typeName": "int" }], - "isStatic": false, - "name": "UpdateTransform", - "comment": "Check to see if the widget has moved relative to the panel that manages it\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1408" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "frame", "typeName": "int" }], - "isStatic": false, - "name": "UpdateGeometry", - "comment": "Update the widget and fill its geometry if necessary. Returns whether something was changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1464" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "v", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "c", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "n", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "t", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u2", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "WriteToBuffers", - "comment": "Append the local geometry buffers to the specified ones.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1535" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MakePixelPerfect", - "comment": "Make the widget pixel-perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1544" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1578" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "p", "typeName": "UIPanel" }], - "isStatic": false, - "name": "OnAddToPanel", - "comment": "Called when NGUI adds this widget to a panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1589" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "p", "typeName": "UIPanel" }], - "isStatic": false, - "name": "OnRemoveFromPanel", - "comment": "Called when NGUI removes this widget from a panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1595" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#15" - } - ], - "name": "UIWidget", - "comment": "Base class for all UI components that should be derived from when creating new widget types.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIScrollView", - "name": "scrollView", - "comment": "Reference to the scroll view that will be dragged by the script.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#20" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OnPan", - "comment": "Pan the scroll view.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#146" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#14" - } - ], - "name": "UIDragScrollView", - "comment": "Allows dragging of the specified scroll view by mouse or touch.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#14" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "float" }, - { "name": "to", "typeName": "float" }, - { "name": "factor", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Lerp function that doesn't clamp the 'factor' in 0-1 range.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#23" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "val", "typeName": "int" }, - { "name": "max", "typeName": "int" } - ], - "isStatic": true, - "name": "ClampIndex", - "comment": "Clamp the specified integer to be between 0 and below 'max'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#31" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "val", "typeName": "int" }, - { "name": "max", "typeName": "int" } - ], - "isStatic": true, - "name": "RepeatIndex", - "comment": "Wrap the index using repeating logic, so that for example +1 past the end means index of '1'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#39" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "angle", "typeName": "float" }], - "isStatic": true, - "name": "WrapAngle", - "comment": "Ensure that the angle is within -180 to 180 range.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#53" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "val", "typeName": "float" }], - "isStatic": true, - "name": "Wrap01", - "comment": "In the shader, equivalent function would be 'fract'\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#66" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ch", "typeName": "char" }, - { "name": "defVal", "typeName": "int" } - ], - "isStatic": true, - "name": "HexToDecimal", - "comment": "Convert a hexadecimal character to its decimal value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#74" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "num", "typeName": "int" }], - "isStatic": true, - "name": "DecimalToHexChar", - "comment": "Convert a single 0-15 value into its hex representation. \n It's coded because int.ToString(format) syntax doesn't seem to be supported by Unity's Flash. It just silently crashes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#111" - }, - { - "returnTypeName": "String", - "params": [{ "name": "num", "typeName": "int" }], - "isStatic": true, - "name": "DecimalToHex8", - "comment": "Convert a decimal value to its hex representation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#124" - }, - { - "returnTypeName": "String", - "params": [{ "name": "num", "typeName": "int" }], - "isStatic": true, - "name": "DecimalToHex24", - "comment": "Convert a decimal value to its hex representation. \n It's coded because num.ToString(\"X6\") syntax doesn't seem to be supported by Unity's Flash. It just silently crashes. \n string.Format(\"{0,6:X}\", num).Replace(' ', '0') doesn't work either. It returns the format string, not the formatted value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#145" - }, - { - "returnTypeName": "String", - "params": [{ "name": "num", "typeName": "int" }], - "isStatic": true, - "name": "DecimalToHex32", - "comment": "Convert a decimal value to its hex representation. \n It's coded because num.ToString(\"X6\") syntax doesn't seem to be supported by Unity's Flash. It just silently crashes. \n string.Format(\"{0,6:X}\", num).Replace(' ', '0') doesn't work either. It returns the format string, not the formatted value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#170" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "ColorToInt", - "comment": "Convert the specified color to RGBA32 integer format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#194" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "val", "typeName": "int" }], - "isStatic": true, - "name": "IntToColor", - "comment": "Convert the specified RGBA32 integer to Color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#210" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "val", "typeName": "int" }, - { "name": "bits", "typeName": "int" } - ], - "isStatic": true, - "name": "IntToBinary", - "comment": "Convert the specified integer to a human-readable string representing the binary value. Useful for debugging bytes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#227" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "val", "typeName": "uint" }], - "isStatic": true, - "name": "HexToColor", - "comment": "Convenience conversion function, allowing hex format (0xRrGgBbAa).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#245" - }, - { - "returnTypeName": "Rect", - "params": [ - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "ConvertToTexCoords", - "comment": "Convert from top-left based pixel coordinates to bottom-left based UV coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#254" - }, - { - "returnTypeName": "Rect", - "params": [ - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "round", "typeName": "bool" } - ], - "isStatic": true, - "name": "ConvertToPixels", - "comment": "Convert from bottom-left based UV coordinates to top-left based pixel coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#272" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], - "isStatic": true, - "name": "MakePixelPerfect", - "comment": "Round the pixel rectangle's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#297" - }, - { - "returnTypeName": "Rect", - "params": [ - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "MakePixelPerfect", - "comment": "Round the texture coordinate rectangle's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#310" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "minRect", "typeName": "UnityEngine.Vector2" }, - { "name": "maxRect", "typeName": "UnityEngine.Vector2" }, - { "name": "minArea", "typeName": "UnityEngine.Vector2" }, - { "name": "maxArea", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "ConstrainRect", - "comment": "Constrain 'rect' to be within 'area' as much as possible, returning the Vector2 offset necessary for this to happen. \n This function is useful when trying to restrict one area (window) to always be within another (viewport).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#325" - }, - { - "returnTypeName": "Bounds", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "CalculateAbsoluteWidgetBounds", - "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in world space).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#363" - }, - { - "returnTypeName": "Bounds", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "CalculateRelativeWidgetBounds", - "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#417" - }, - { - "returnTypeName": "Bounds", - "params": [ - { "name": "trans", "typeName": "UnityEngine.Transform" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "CalculateRelativeWidgetBounds", - "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#426" - }, - { - "returnTypeName": "Bounds", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" }, - { "name": "content", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "CalculateRelativeWidgetBounds", - "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#435" - }, - { - "returnTypeName": "Bounds", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" }, - { "name": "content", "typeName": "UnityEngine.Transform" }, - { "name": "considerInactive", "typeName": "bool" }, - { "name": "considerChildren", "typeName": "bool" } - ], - "isStatic": true, - "name": "CalculateRelativeWidgetBounds", - "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#444" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "velocity", "typeName": "UnityEngine.Vector3" }, - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringDampen", - "comment": "This code is not framerate-independent: \n \n target.position += velocity; \n velocity = Vector3.Lerp(velocity, Vector3.zero, Time.deltaTime * 9f); \n \n But this code is: \n \n target.position += NGUIMath.SpringDampen(ref velocity, 9f, Time.deltaTime);\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#545" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "velocity", "typeName": "UnityEngine.Vector2" }, - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringDampen", - "comment": "Same as the Vector3 version, it's a framerate-independent Lerp.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#560" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringLerp", - "comment": "Calculate how much to interpolate by.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#575" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "float" }, - { "name": "to", "typeName": "float" }, - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringLerp", - "comment": "Mathf.Lerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#589" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector2" }, - { "name": "to", "typeName": "UnityEngine.Vector2" }, - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringLerp", - "comment": "Vector2.Lerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#602" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringLerp", - "comment": "Vector3.Lerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#611" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "from", "typeName": "UnityEngine.Quaternion" }, - { "name": "to", "typeName": "UnityEngine.Quaternion" }, - { "name": "strength", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SpringLerp", - "comment": "Quaternion.Slerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#620" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "float" }, - { "name": "to", "typeName": "float" }, - { "name": "maxAngle", "typeName": "float" } - ], - "isStatic": true, - "name": "RotateTowards", - "comment": "Since there is no Mathf.RotateTowards...\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#629" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "screenPoints", "typeName": "UnityEngine.Vector2[]" }, - { "name": "mousePos", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "DistanceToRectangle", - "comment": "Determine the distance from the mouse position to the screen space rectangle specified by the 4 points.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#655" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "worldPoints", "typeName": "UnityEngine.Vector3[]" }, - { "name": "mousePos", "typeName": "UnityEngine.Vector2" }, - { "name": "cam", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "DistanceToRectangle", - "comment": "Determine the distance from the mouse position to the world rectangle specified by the 4 points.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#697" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "pv", "typeName": "UIWidget.Pivot" }], - "isStatic": true, - "name": "GetPivotOffset", - "comment": "Helper function that converts the widget's pivot enum into a 0-1 range vector.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#709" - }, - { - "returnTypeName": "Pivot", - "params": [{ "name": "offset", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "GetPivot", - "comment": "Helper function that converts the pivot offset to a pivot point.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#728" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIRect" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveWidget", - "comment": "Adjust the widget's position using the specified local delta coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#754" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rect", "typeName": "UIRect" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveRect", - "comment": "Adjust the rectangle's position using the specified local delta coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#760" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "pivot", "typeName": "UIWidget.Pivot" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "minWidth", "typeName": "int" }, - { "name": "minHeight", "typeName": "int" } - ], - "isStatic": true, - "name": "ResizeWidget", - "comment": "Given the specified dragged pivot point, adjust the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#805" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "pivot", "typeName": "UIWidget.Pivot" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "minWidth", "typeName": "int" }, - { "name": "minHeight", "typeName": "int" }, - { "name": "maxWidth", "typeName": "int" }, - { "name": "maxHeight", "typeName": "int" } - ], - "isStatic": true, - "name": "ResizeWidget", - "comment": "Given the specified dragged pivot point, adjust the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#814" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "left", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "top", "typeName": "float" } - ], - "isStatic": true, - "name": "AdjustWidget", - "comment": "Adjust the widget's rectangle based on the specified modifier values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#876" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "left", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "top", "typeName": "float" }, - { "name": "minWidth", "typeName": "int" }, - { "name": "minHeight", "typeName": "int" } - ], - "isStatic": true, - "name": "AdjustWidget", - "comment": "Adjust the widget's rectangle based on the specified modifier values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#885" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "left", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "top", "typeName": "float" }, - { "name": "minWidth", "typeName": "int" }, - { "name": "minHeight", "typeName": "int" }, - { "name": "maxWidth", "typeName": "int" }, - { "name": "maxHeight", "typeName": "int" } - ], - "isStatic": true, - "name": "AdjustWidget", - "comment": "Adjust the widget's rectangle based on the specified modifier values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#894" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "height", "typeName": "float" }], - "isStatic": true, - "name": "AdjustByDPI", - "comment": "Adjust the specified value by DPI: height * 96 / DPI. \n This will result in in a smaller value returned for higher pixel density devices.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1043" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector2" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "ScreenToPixels", - "comment": "Convert the specified position, making it relative to the specified object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1068" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector2" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "ScreenToParentPixels", - "comment": "Convert the specified position, making it relative to the specified object's parent. \n Useful if you plan on positioning the widget using the specified value (think mouse cursor).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1088" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, - { "name": "worldCam", "typeName": "UnityEngine.Camera" }, - { "name": "uiCam", "typeName": "UnityEngine.Camera" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "WorldToLocalPoint", - "comment": "Convert the specified world point from one camera's world space to another, then make it relative to the specified transform. \n You should use this function if you want to position a widget using some 3D point in space. \n Pass your main camera for the \"worldCam\", and your UI camera for \"uiCam\", then the widget's transform for \"relativeTo\". \n You can then assign the widget's localPosition to the returned value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1113" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, - { "name": "worldCam", "typeName": "UnityEngine.Camera" }, - { "name": "myCam", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "OverlayPosition", - "comment": "Helper function that can set the transform's position to be at the specified world position. \n Ideal usage: positioning a UI element to be directly over a 3D point in space.\n\n```plaintext\nParams: worldPos - World position, visible by the worldCam\n worldCam - Camera that is able to see the worldPos\n myCam - Camera that is able to see the transform this function is called on\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1131" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, - { "name": "worldCam", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "OverlayPosition", - "comment": "Helper function that can set the transform's position to be at the specified world position. \n Ideal usage: positioning a UI element to be directly over a 3D point in space.\n\n```plaintext\nParams: worldPos - World position, visible by the worldCam\n worldCam - Camera that is able to see the worldPos\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1146" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "OverlayPosition", - "comment": "Helper function that can set the transform's position to be over the specified target transform. \n Ideal usage: positioning a UI element to be directly over a 3D object in space.\n\n```plaintext\nParams: target - Target over which the transform should be positioned\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1158" - } - ], - "name": "NGUIMath", - "comment": "Helper class containing generic functions used throughout the UI library.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#15" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIStretch.Style", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#19" - }, - { - "typeName": "UIStretch.Style", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#20" - }, - { - "typeName": "UIStretch.Style", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#21" - }, - { - "typeName": "UIStretch.Style", - "name": "Both", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#22" - }, - { - "typeName": "UIStretch.Style", - "name": "BasedOnHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#23" - }, - { - "typeName": "UIStretch.Style", - "name": "FillKeepingRatio", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#24" - }, - { - "typeName": "UIStretch.Style", - "name": "FitInternalKeepingRatio", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#25" - } - ], - "methods": [ - { - "returnTypeName": "UIStretch.Style", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#17" - } - ], - "name": "Style", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#17" - }, - { - "namespace": "", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/EnumMultiAttribute.cs#3" - } - ], - "name": "EnumMultiAttribute", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/EnumMultiAttribute.cs#3" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIPlayAnimation", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#18" - }, - { - "typeName": "UnityEngine.Animation", - "name": "target", - "comment": "Target animation to activate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#24" - }, - { - "typeName": "UnityEngine.Animator", - "name": "animator", - "comment": "Target animator system.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#30" - }, - { - "typeName": "string", - "name": "clipName", - "comment": "Optional clip name, if the animation has more than one clip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#36" - }, - { - "typeName": "AnimationOrTween.Trigger", - "name": "trigger", - "comment": "Which event will trigger the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#42" - }, - { - "typeName": "AnimationOrTween.Direction", - "name": "playDirection", - "comment": "Which direction to animate in.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#48" - }, - { - "typeName": "bool", - "name": "resetOnPlay", - "comment": "Whether the animation's position will be reset on play or will continue from where it left off.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#54" - }, - { - "typeName": "bool", - "name": "clearSelection", - "comment": "Whether the selected object (this button) will be cleared when the animation gets activated.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#60" - }, - { - "typeName": "AnimationOrTween.EnableCondition", - "name": "ifDisabledOnPlay", - "comment": "What to do if the target game object is currently disabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#66" - }, - { - "typeName": "AnimationOrTween.DisableCondition", - "name": "disableWhenFinished", - "comment": "What to do with the target when the animation finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#72" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onFinished", - "comment": "Event delegates called when the animation finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#78" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "forward", "typeName": "bool" }], - "isStatic": false, - "name": "Play", - "comment": "Start playing the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#247" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "forward", "typeName": "bool" }, - { "name": "onlyIfDifferent", "typeName": "bool" } - ], - "isStatic": false, - "name": "Play", - "comment": "Start playing the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#253" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PlayForward", - "comment": "Play the tween forward.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#285" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PlayReverse", - "comment": "Play the tween in reverse.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#291" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#16" - } - ], - "name": "UIPlayAnimation", - "comment": "Play the specified animation on click.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#16" - }, - { - "namespace": "", - "baseClass": "UIBasicSprite", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Main texture is assigned on the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#116" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Material comes from the base class first, and sprite atlas last.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#135" - }, - { - "typeName": "INGUIAtlas", - "name": "atlas", - "comment": "Atlas used by this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#156" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Size of the pixel -- used for drawing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#178" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the texture is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#192" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "border", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#206" - }, - { - "typeName": "UISpriteCollection.OnHoverCB", - "name": "onHover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#503" - }, - { - "typeName": "UISpriteCollection.OnPressCB", - "name": "onPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#504" - }, - { - "typeName": "UISpriteCollection.OnClickCB", - "name": "onClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#505" - }, - { - "typeName": "UISpriteCollection.OnDragCB", - "name": "onDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#506" - }, - { - "typeName": "UISpriteCollection.OnTooltipCB", - "name": "onTooltip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#507" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "Fill the draw buffers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#240" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "spriteName", "typeName": "string" }, - { "name": "pos", "typeName": "UnityEngine.Vector2" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": false, - "name": "Add", - "comment": "Add a new sprite entry to the collection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#339" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "spriteName", "typeName": "string" }, - { "name": "pos", "typeName": "UnityEngine.Vector2" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" }, - { "name": "color", "typeName": "UnityEngine.Color32" } - ], - "isStatic": false, - "name": "Add", - "comment": "Add a new sprite entry to the collection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#348" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "object" }, - { "name": "spriteName", "typeName": "string" }, - { "name": "pos", "typeName": "UnityEngine.Vector2" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" }, - { "name": "color", "typeName": "UnityEngine.Color32" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" }, - { "name": "rot", "typeName": "float" }, - { "name": "type", "typeName": "UIBasicSprite.Type" }, - { "name": "flip", "typeName": "UIBasicSprite.Flip" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddSprite", - "comment": "Add a new sprite entry to the collection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#357" - }, - { - "returnTypeName": "Nullable", - "params": [{ "name": "id", "typeName": "object" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Retrieve an existing sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#390" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "object" }], - "isStatic": false, - "name": "RemoveSprite", - "comment": "Remove a previously added sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#401" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id", "typeName": "object" }, - { "name": "sp", "typeName": "UISpriteCollection.Sprite" } - ], - "isStatic": false, - "name": "SetSprite", - "comment": "Update the specified sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#415" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear all sprite entries.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#427" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "object" }], - "isStatic": false, - "name": "IsActive", - "comment": "Returns whether the specified sprite is present and is visible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#440" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id", "typeName": "object" }, - { "name": "visible", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetActive", - "comment": "Set the specified sprite's enabled state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#451" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id", "typeName": "object" }, - { "name": "pos", "typeName": "UnityEngine.Vector2" }, - { "name": "visible", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetPosition", - "comment": "Set the sprite's position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#472" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetCurrentSpriteID", - "comment": "Return the sprite underneath the current event position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#529" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "GetCurrentSprite", - "comment": "Return the sprite underneath the current event position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#535" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetCurrentSpriteID", - "comment": "Return the sprite underneath the specified world position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#541" - }, - { - "returnTypeName": "Nullable", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetCurrentSprite", - "comment": "Return the sprite underneath the specified world position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#567" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#19" - } - ], - "name": "UISpriteCollection", - "comment": "Sprite collection is a widget that contains a bunch of sprites that don't create their own game objects and colliders. \n Its best usage is to replace the need to create individual game objects while still maintaining full visualization \n and interaction functionality of NGUI's sprites. For example: a world map with thousands of individual icons. \n The thousands of individual icons can be a single Sprite Collection. Its downside is that the sprites can't be \n interacted with in the Editor window, as this is meant to be a fast, programmable solution.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#19" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#6" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CommandUpdate", - "comment": "命令帧Update\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#13" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "所有状态下的渲染帧\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#23" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateAfterInitialized", - "comment": "初始化完成后的渲染帧\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#31" - } - ], - "name": "BaseSystemModule", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#4" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "frameIndex", - "comment": "Index of the current frame in the sprite animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#22" - }, - { - "typeName": "int", - "name": "frames", - "comment": "Number of frames in the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#38" - }, - { - "typeName": "int", - "name": "framesPerSecond", - "comment": "Animation framerate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#44" - }, - { - "typeName": "string", - "name": "namePrefix", - "comment": "Set the name prefix used to filter sprites from the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#50" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Set the animation to be looping or not\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#56" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Returns is the animation is still playing or not\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#62" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RebuildSpriteList", - "comment": "Rebuild the sprite list after changing the sprite name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#104" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Reset the animation to the beginning.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#131" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Pause the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#137" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetToBeginning", - "comment": "Reset the animation to frame 0 and activate it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#143" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#16" - } - ], - "name": "UISpriteAnimation", - "comment": "Very simple sprite animation. Attach to a sprite and specify a common prefix such as \"idle\" and it will cycle through them.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#16" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#16" - }, - { - "typeName": "float", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#17" - }, - { - "typeName": "UnityEngine.Camera", - "name": "cachedCamera", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#24" - }, - { - "typeName": "float", - "name": "fov", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#28" - }, - { - "typeName": "float", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#34" - } - ], - "methods": [ - { - "returnTypeName": "TweenFOV", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "to", "typeName": "float" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#46" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#61" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#64" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#14" - } - ], - "name": "TweenFOV", - "comment": "Tween the camera's field of view.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#14" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "textures", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "PrepareToProcess", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#19" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "src", "typeName": "UnityEngine.Texture" }], - "isStatic": false, - "name": "Process", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#21" - } - ], - "name": "INGUITextureProcessor", - "comment": "Simple interface that can be used anywhere. Used by the atlas maker to specify any desired custom processing that apply to textures before adding them to the atlas. \n The returned texture will be automatically destroyed after the atlas gets created (unless it matches the original). \n To create a pre-processor, have your script implement this interface, then reference the game object it's attached to in the Atlas Maker. \n Example usage: having an off-screen renderer that composits several sprites together (for example a skill icon), then renders it into a smaller texture.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#17" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "spriteMaterial", - "comment": "Material used by the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#34" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "spriteList", - "comment": "List of sprites within the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#40" - }, - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "Texture used by the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#46" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Pixel size is a multiplier applied to widgets dimensions when performing MakePixelPerfect() pixel correction. \n Most obvious use would be on retina screen displays. The resolution doubles, but with UIRoot staying the same \n for layout purposes, you can still get extra sharpness by switching to an HD atlas that has pixel size set to 0.5.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#54" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the atlas is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#60" - }, - { - "typeName": "INGUIAtlas", - "name": "replacement", - "comment": "Setting a replacement atlas value will cause everything using this atlas to use the replacement atlas instead. \n Suggested use: set up all your widgets to use a dummy atlas that points to the real atlas. Switching that atlas \n to another one (for example an HD atlas) is then a simple matter of setting this field on your dummy atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#68" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience function that retrieves a sprite by name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#74" - }, - { - "returnTypeName": "BetterList", - "params": [], - "isStatic": false, - "name": "GetListOfSprites", - "comment": "Convenience function that retrieves a list of all sprite names.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#80" - }, - { - "returnTypeName": "BetterList", - "params": [{ "name": "match", "typeName": "string" }], - "isStatic": false, - "name": "GetListOfSprites", - "comment": "Convenience function that retrieves a list of all sprite names that contain the specified phrase.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#86" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], - "isStatic": false, - "name": "References", - "comment": "Helper function that determines whether the atlas uses the specified one, taking replacements into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#92" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Mark all widgets associated with this atlas as having changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#98" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SortAlphabetically", - "comment": "Sort the list of sprites within the atlas, making them alphabetical.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#104" - } - ], - "name": "INGUIAtlas", - "comment": "Generic interface for the atlas class, making it possible to support both the prefab-based UIAtlas and scriptable object-based NGUIAtlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#28" - }, - { - "namespace": "", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": ["INGUIAtlas"], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "spriteMaterial", - "comment": "Material used by the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#145" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the atlas is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#182" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "spriteList", - "comment": "List of sprites within the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#202" - }, - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "Texture used by the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#230" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Pixel size is a multiplier applied to widgets dimensions when performing MakePixelPerfect() pixel correction. \n Most obvious use would be on retina screen displays. The resolution doubles, but with UIRoot staying the same \n for layout purposes, you can still get extra sharpness by switching to an HD atlas that has pixel size set to 0.5.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#245" - }, - { - "typeName": "INGUIAtlas", - "name": "replacement", - "comment": "Setting a replacement atlas value will cause everything using this atlas to use the replacement atlas instead. \n Suggested use: set up all your widgets to use a dummy atlas that points to the real atlas. Switching that atlas \n to another one (for example an HD atlas) is then a simple matter of setting this field on your dummy atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#279" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience function that retrieves a sprite by name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#306" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SortAlphabetically", - "comment": "Sort the list of sprites within the atlas, making them alphabetical.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#335" - }, - { - "returnTypeName": "BetterList", - "params": [], - "isStatic": false, - "name": "GetListOfSprites", - "comment": "Convenience function that retrieves a list of all sprite names.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#348" - }, - { - "returnTypeName": "BetterList", - "params": [{ "name": "match", "typeName": "string" }], - "isStatic": false, - "name": "GetListOfSprites", - "comment": "Convenience function that retrieves a list of all sprite names that contain the specified phrase.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#367" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], - "isStatic": false, - "name": "References", - "comment": "Helper function that determines whether the atlas uses the specified one, taking replacements into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#415" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Mark all widgets associated with this atlas as having changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#427" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#111" - } - ], - "name": "NGUIAtlas", - "comment": "NGUI Atlas contains a collection of sprites inside one large texture atlas. It's saved as a ScriptableObject.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#111" - }, - { - "namespace": "", - "baseClass": "UIWidget", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UILabel.Crispness", - "name": "keepCrispWhenShrunk", - "comment": "Whether the label will keep its content crisp even when shrunk. \n You may want to turn this off on mobile devices.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#51" - }, - { - "typeName": "int", - "name": "finalFontSize", - "comment": "Font size after modifications got taken into consideration such as shrinking content.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#106" - }, - { - "typeName": "bool", - "name": "isAnchoredHorizontally", - "comment": "Whether the rectangle is anchored horizontally.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#143" - }, - { - "typeName": "bool", - "name": "isAnchoredVertically", - "comment": "Whether the rectangle is anchored vertically.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#149" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Retrieve the material used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#163" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Label's main texture comes from the font itself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#183" - }, - { - "typeName": "INGUIFont", - "name": "bitmapFont", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#199" - }, - { - "typeName": "INGUIFont", - "name": "font", - "comment": "Set the font used by this label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#205" - }, - { - "typeName": "INGUIAtlas", - "name": "atlas", - "comment": "Atlas reference, when the label is using a bitmap font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#229" - }, - { - "typeName": "UnityEngine.Font", - "name": "trueTypeFont", - "comment": "Set the font used by this label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#248" - }, - { - "typeName": "UnityEngine.Object", - "name": "ambigiousFont", - "comment": "Ambiguous helper function.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#277" - }, - { - "typeName": "string", - "name": "text", - "comment": "Text that's being displayed by the label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#295" - }, - { - "typeName": "int", - "name": "defaultFontSize", - "comment": "Default font size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#330" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "Active font size used by the label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#345" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "Dynamic font style used by the label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#368" - }, - { - "typeName": "NGUIText.Alignment", - "name": "alignment", - "comment": "Text alignment option.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#389" - }, - { - "typeName": "bool", - "name": "applyGradient", - "comment": "Whether a gradient will be applied.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#410" - }, - { - "typeName": "UnityEngine.Color", - "name": "gradientTop", - "comment": "Top gradient color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#430" - }, - { - "typeName": "UnityEngine.Color", - "name": "gradientBottom", - "comment": "Bottom gradient color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#450" - }, - { - "typeName": "int", - "name": "spacingX", - "comment": "Additional horizontal spacing between characters when printing text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#470" - }, - { - "typeName": "int", - "name": "spacingY", - "comment": "Additional vertical spacing between lines when printing text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#490" - }, - { - "typeName": "bool", - "name": "useFloatSpacing", - "comment": "Whether this label will use float text spacing values, instead of integers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#510" - }, - { - "typeName": "float", - "name": "floatSpacingX", - "comment": "Additional horizontal spacing between characters when printing text. \n For this to have any effect useFloatSpacing must be true.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#531" - }, - { - "typeName": "float", - "name": "floatSpacingY", - "comment": "Additional vertical spacing between lines when printing text. \n For this to have any effect useFloatSpacing must be true.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#552" - }, - { - "typeName": "float", - "name": "effectiveSpacingY", - "comment": "Convenience property to get the used y spacing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#572" - }, - { - "typeName": "float", - "name": "effectiveSpacingX", - "comment": "Convenience property to get the used x spacing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#584" - }, - { - "typeName": "bool", - "name": "overflowEllipsis", - "comment": "Whether to append \"...\" at the end of clamped text that didn't fit.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#596" - }, - { - "typeName": "int", - "name": "overflowWidth", - "comment": "Maximum width used when Resize Freely overflow type is enabled. \n If the printed text exceeds this width, it will wrap onto the following line.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#617" - }, - { - "typeName": "int", - "name": "overflowHeight", - "comment": "Maximum height used when Resize Freely overflow type is enabled. \n If the printed text exceeds this height, it will reduce the font size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#640" - }, - { - "typeName": "bool", - "name": "supportEncoding", - "comment": "Whether this label will support color encoding in the format of [RRGGBB] and new line in the form of a \"\\\\n\" string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#683" - }, - { - "typeName": "NGUIText.SymbolStyle", - "name": "symbolStyle", - "comment": "Style used for symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#703" - }, - { - "typeName": "UILabel.Overflow", - "name": "overflowMethod", - "comment": "Overflow method controls the label's behaviour when its content doesn't fit the bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#723" - }, - { - "typeName": "int", - "name": "lineWidth", - "comment": "Maximum width of the label in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#744" - }, - { - "typeName": "int", - "name": "lineHeight", - "comment": "Maximum height of the label in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#755" - }, - { - "typeName": "bool", - "name": "multiLine", - "comment": "Whether the label supports multiple lines.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#765" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "localCorners", - "comment": "Process the label's text before returning its corners.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#785" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "worldCorners", - "comment": "Process the label's text before returning its corners.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#798" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawingDimensions", - "comment": "Process the label's text before returning its drawing dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#811" - }, - { - "typeName": "int", - "name": "maxLineCount", - "comment": "The max number of lines to be displayed for the label\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#824" - }, - { - "typeName": "UILabel.Effect", - "name": "effectStyle", - "comment": "What effect is used by the label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#845" - }, - { - "typeName": "UnityEngine.Color", - "name": "effectColor", - "comment": "Color used by the effect, if it's enabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#865" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "effectDistance", - "comment": "Effect distance in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#885" - }, - { - "typeName": "int", - "name": "quadsPerCharacter", - "comment": "How many quads there are per printed character.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#905" - }, - { - "typeName": "bool", - "name": "shrinkToFit", - "comment": "Whether the label will automatically shrink its size in order to fit the maximum line width.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#921" - }, - { - "typeName": "string", - "name": "processedText", - "comment": "Returns the processed version of 'text', with new line characters, line wrapping, etc.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#940" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "printedSize", - "comment": "Actual printed size of the text, in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#967" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "localSize", - "comment": "Local size of the widget, in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#980" - }, - { - "typeName": "bool", - "name": "symbolLabel", - "comment": "Read-only access to the separate widget used to draw symbols, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#999" - }, - { - "typeName": "UILabel.ModifierFunc", - "name": "customModifier", - "comment": "Custom text modifier that can transform the visible text when the label's text is assigned.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1005" - }, - { - "typeName": "UILabel.Modifier", - "name": "modifier", - "comment": "Text modifier can transform the text that's actually printed, without altering the label's text value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1012" - }, - { - "typeName": "UIWidget.Pivot", - "name": "pivot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1045" - }, - { - "typeName": "int", - "name": "symbolDepth", - "comment": "Dynamic fonts have symbols drawn by a separate widget, so it only makes sense to make it possible to set its depth.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1062" - }, - { - "typeName": "string", - "name": "printedText", - "comment": "Label's actual printed text may be modified before being drawn.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1206" - }, - { - "typeName": "bool", - "name": "separateSymbols", - "comment": "Whether the label will need a separate widget to draw the symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2092" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetDirty", - "comment": "Marking this label as dirty needs to propagate to the symbol label as well.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1133" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1336" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "UILabel needs additional processing when something changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1506" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "legacyMode", "typeName": "bool" }, - { "name": "full", "typeName": "bool" } - ], - "isStatic": false, - "name": "ProcessText", - "comment": "Process the raw text, called when something changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1522" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MakePixelPerfect", - "comment": "Text is pixel-perfect when its scale matches the size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1692" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AssumeNaturalSize", - "comment": "Make the label assume its natural size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1743" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetCharacterIndex", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1759" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "localPos", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetCharacterIndex", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1762" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, - { "name": "precise", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCharacterIndexAtPosition", - "comment": "Return the index of the character at the specified world position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1771" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localPos", "typeName": "UnityEngine.Vector2" }, - { "name": "precise", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCharacterIndexAtPosition", - "comment": "Return the index of the character at the specified local position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1781" - }, - { - "returnTypeName": "String", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetWordAtPosition", - "comment": "Retrieve the word directly below the specified world-space position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1818" - }, - { - "returnTypeName": "String", - "params": [{ "name": "localPos", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetWordAtPosition", - "comment": "Retrieve the word directly below the specified relative-to-label position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1828" - }, - { - "returnTypeName": "String", - "params": [{ "name": "characterIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetWordAtCharacterIndex", - "comment": "Retrieve the word right under the specified character index.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1838" - }, - { - "returnTypeName": "String", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetUrlAtPosition", - "comment": "Retrieve the URL directly below the specified world-space position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1917" - }, - { - "returnTypeName": "String", - "params": [{ "name": "localPos", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetUrlAtPosition", - "comment": "Retrieve the URL directly below the specified relative-to-label position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1923" - }, - { - "returnTypeName": "String", - "params": [{ "name": "characterIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetUrlAtCharacterIndex", - "comment": "Retrieve the URL right under the specified character index.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1929" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "currentIndex", "typeName": "int" }, - { "name": "key", "typeName": "UnityEngine.KeyCode" } - ], - "isStatic": false, - "name": "GetCharacterIndex", - "comment": "Get the index of the character on the line directly above or below the current index.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1965" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "int" }, - { "name": "end", "typeName": "int" }, - { "name": "caret", "typeName": "UIGeometry" }, - { "name": "highlight", "typeName": "UIGeometry" }, - { "name": "caretColor", "typeName": "UnityEngine.Color" }, - { "name": "highlightColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "PrintOverlay", - "comment": "Fill the specified geometry buffer with vertices that would highlight the current selection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2020" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "Draw the label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2105" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "symbolVerts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "symbolUVs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "symbolCols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2133" - }, - { - "returnTypeName": "Vector2", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" } - ], - "isStatic": false, - "name": "ApplyOffset", - "comment": "Align the vertices, making the label positioned correctly based on the pivot. \n Returns the offset that was applied.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2273" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "end", "typeName": "int" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": "ApplyShadow", - "comment": "Apply a shadow effect to the buffer.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2299" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "CalculateOffsetToFit", - "comment": "Calculate the character index offset necessary in order to print the end of the specified text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2336" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetCurrentProgress", - "comment": "Convenience function, in case you wanted to associate progress bar, slider or scroll bar's \n OnValueChanged function in inspector with a label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2352" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetCurrentPercent", - "comment": "Convenience function, in case you wanted to associate progress bar, slider or scroll bar's \n OnValueChanged function in inspector with a label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2363" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetCurrentSelection", - "comment": "Convenience function, in case you wanted to automatically set some label's text \n by selecting a value in the UIPopupList.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2374" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "final", "typeName": "string" } - ], - "isStatic": false, - "name": "Wrap", - "comment": "Convenience function -- wrap the current text given the label's settings and unlimited height.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2388" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "final", "typeName": "string" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "Wrap", - "comment": "Convenience function -- wrap the current text given the label's settings and the given height.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2394" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateNGUIText", - "comment": "Update NGUIText.current with all the properties from this label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2409" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#13" - } - ], - "name": "UILabel", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#13" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "NGUIFontType", - "name": "type", - "comment": "Explicitly specified font type. Legacy behaviour would always determine this automatically in the past.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#31" - }, - { - "typeName": "BMFont", - "name": "bmFont", - "comment": "Access to the BMFont class directly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#37" - }, - { - "typeName": "int", - "name": "texWidth", - "comment": "Original width of the font's texture in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#43" - }, - { - "typeName": "int", - "name": "texHeight", - "comment": "Original height of the font's texture in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#49" - }, - { - "typeName": "bool", - "name": "hasSymbols", - "comment": "Whether the font has any symbols defined.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#55" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "symbols", - "comment": "List of symbols within the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#61" - }, - { - "typeName": "INGUIAtlas", - "name": "atlas", - "comment": "Atlas used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#67" - }, - { - "typeName": "INGUIAtlas", - "name": "symbolAtlas", - "comment": "Atlas used by the symbols, if any. Can match the 'atlas'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#73" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Get or set the material used by this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#85" - }, - { - "typeName": "bool", - "name": "premultipliedAlphaShader", - "comment": "Whether the font is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#91" - }, - { - "typeName": "bool", - "name": "packedFontShader", - "comment": "Whether the font is a packed font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#97" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Convenience function that returns the texture used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#103" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRect", - "comment": "Offset and scale applied to all UV coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#109" - }, - { - "typeName": "string", - "name": "spriteName", - "comment": "Sprite used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#115" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether this is a valid font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#121" - }, - { - "typeName": "int", - "name": "defaultSize", - "comment": "Pixel-perfect size of this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#127" - }, - { - "typeName": "int", - "name": "spaceWidth", - "comment": "If set, overwrites the width of the space bar, in pixels. Useful for correcting some fonts.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#133" - }, - { - "typeName": "UISpriteData", - "name": "sprite", - "comment": "Retrieves the sprite used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#139" - }, - { - "typeName": "INGUIFont", - "name": "replacement", - "comment": "Setting a replacement atlas value will cause everything using this font to use the replacement font instead. \n Suggested use: set up all your widgets to use a dummy font that points to the real font. Switching that font to \n another one (for example an eastern language one) is then a simple matter of setting this field on your dummy font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#147" - }, - { - "typeName": "INGUIFont", - "name": "finalFont", - "comment": "Checks the replacement references, returning the deepest-most font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#153" - }, - { - "typeName": "bool", - "name": "isDynamic", - "comment": "Whether the font is dynamic.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#159" - }, - { - "typeName": "UnityEngine.Font", - "name": "dynamicFont", - "comment": "Get or set the dynamic font source.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#165" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "dynamicFontStyle", - "comment": "Get or set the dynamic font's style.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#171" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "spriteName", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#79" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "font", "typeName": "INGUIFont" }], - "isStatic": false, - "name": "References", - "comment": "Helper function that determines whether the font uses the specified one, taking replacements into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#177" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Refresh all labels that use this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#183" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateUVRect", - "comment": "Forcefully update the font's sprite reference.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#189" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "textLength", "typeName": "int" } - ], - "isStatic": false, - "name": "MatchSymbol", - "comment": "Retrieve the symbol at the beginning of the specified sequence, if a match is found.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#195" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "sequence", "typeName": "string" }, - { "name": "spriteName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddSymbol", - "comment": "Add a new symbol to the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#201" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sequence", "typeName": "string" }], - "isStatic": false, - "name": "RemoveSymbol", - "comment": "Remove the specified symbol from the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#207" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "before", "typeName": "string" }, - { "name": "after", "typeName": "string" } - ], - "isStatic": false, - "name": "RenameSymbol", - "comment": "Change an existing symbol's sequence to the specified value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#213" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "UsesSprite", - "comment": "Whether the specified sprite is being used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#219" - } - ], - "name": "INGUIFont", - "comment": "Generic interface for the NGUI's font implementations. Added in order to support both \n old style (prefab-based) and new style (scriptable object-based) fonts.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#25" - }, - { - "namespace": "", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": ["INGUIFont"], - "fields": [ - { - "typeName": "NGUIFontType", - "name": "type", - "comment": "Explicitly specified font type. Legacy behaviour would always determine this automatically in the past.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#262" - }, - { - "typeName": "BMFont", - "name": "bmFont", - "comment": "Access to the BMFont class directly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#288" - }, - { - "typeName": "int", - "name": "texWidth", - "comment": "Original width of the font's texture in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#307" - }, - { - "typeName": "int", - "name": "texHeight", - "comment": "Original height of the font's texture in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#326" - }, - { - "typeName": "bool", - "name": "hasSymbols", - "comment": "Whether the font has any symbols defined.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#345" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "symbols", - "comment": "List of symbols within the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#359" - }, - { - "typeName": "INGUIAtlas", - "name": "atlas", - "comment": "Atlas used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#386" - }, - { - "typeName": "INGUIAtlas", - "name": "symbolAtlas", - "comment": "Sprite atlas used for symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#435" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Get or set the material used by this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#467" - }, - { - "typeName": "UnityEngine.Material", - "name": "symbolMaterial", - "comment": "Material used for symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#520" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the font is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#534" - }, - { - "typeName": "bool", - "name": "premultipliedAlphaShader", - "comment": "Whether the font is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#540" - }, - { - "typeName": "bool", - "name": "packedFontShader", - "comment": "Whether the font is a packed font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#563" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Convenience property that returns the texture used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#592" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "symbolTexture", - "comment": "Convenience property returning the texture used by the font's symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#605" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRect", - "comment": "Offset and scale applied to all UV coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#618" - }, - { - "typeName": "float", - "name": "symbolScale", - "comment": "Symbols (emoticons) will be scaled by this factor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#648" - }, - { - "typeName": "int", - "name": "symbolOffset", - "comment": "Symbols (emoticons) will be adjusted vertically by this number of pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#670" - }, - { - "typeName": "int", - "name": "symbolMaxHeight", - "comment": "Symbols (emoticons) will have this maximum height. If a sprite exceeds this height, it will be automatically shrunken down.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#690" - }, - { - "typeName": "string", - "name": "spriteName", - "comment": "Sprite used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#710" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether this is a valid font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#740" - }, - { - "typeName": "int", - "name": "size", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#743" - }, - { - "typeName": "int", - "name": "defaultSize", - "comment": "Pixel-perfect size of this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#753" - }, - { - "typeName": "int", - "name": "spaceWidth", - "comment": "Replaces the width of the space bar if set to a non-zero value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#777" - }, - { - "typeName": "UISpriteData", - "name": "sprite", - "comment": "Retrieves the sprite used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#803" - }, - { - "typeName": "INGUIFont", - "name": "replacement", - "comment": "Setting a replacement atlas value will cause everything using this font to use the replacement font instead. \n Suggested use: set up all your widgets to use a dummy font that points to the real font. Switching that font to \n another one (for example an eastern language one) is then a simple matter of setting this field on your dummy font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#836" - }, - { - "typeName": "INGUIFont", - "name": "finalFont", - "comment": "Checks the replacement references, returning the deepest-most font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#870" - }, - { - "typeName": "bool", - "name": "isDynamic", - "comment": "Whether the font is dynamic.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#889" - }, - { - "typeName": "UnityEngine.Font", - "name": "dynamicFont", - "comment": "Get or set the dynamic font source.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#912" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "dynamicFontStyle", - "comment": "Get or set the dynamic font's style.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#944" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "spriteName", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#455" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "font", "typeName": "INGUIFont" }], - "isStatic": false, - "name": "References", - "comment": "Helper function that determines whether the font uses the specified one, taking replacements into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#998" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Refresh all labels that use this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1010" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateUVRect", - "comment": "Forcefully update the font's sprite reference.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1043" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "textLength", "typeName": "int" } - ], - "isStatic": false, - "name": "MatchSymbol", - "comment": "Retrieve the symbol at the beginning of the specified sequence, if a match is found.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1109" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "sequence", "typeName": "string" }, - { "name": "spriteName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddSymbol", - "comment": "Add a new symbol to the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1200" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sequence", "typeName": "string" }], - "isStatic": false, - "name": "RemoveSymbol", - "comment": "Remove the specified symbol from the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1212" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "before", "typeName": "string" }, - { "name": "after", "typeName": "string" } - ], - "isStatic": false, - "name": "RenameSymbol", - "comment": "Change an existing symbol's sequence to the specified value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1223" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "UsesSprite", - "comment": "Whether the specified sprite is being used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1234" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#227" - } - ], - "name": "NGUIFont", - "comment": "NGUI Font contains everything needed to be able to print text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#227" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "reparentTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropContainer.cs#11" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropContainer.cs#9" - } - ], - "name": "UIDragDropContainer", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropContainer.cs#9" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#16" - }, - { - "typeName": "int", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#17" - }, - { - "typeName": "UIWidget", - "name": "fromTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#20" - }, - { - "typeName": "UIWidget", - "name": "toTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#23" - }, - { - "typeName": "bool", - "name": "updateTable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#26" - }, - { - "typeName": "UIWidget", - "name": "cachedWidget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#31" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#34" - }, - { - "typeName": "int", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#40" - } - ], - "methods": [ - { - "returnTypeName": "TweenHeight", - "params": [ - { "name": "widget", "typeName": "UIWidget" }, - { "name": "duration", "typeName": "float" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#68" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#83" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#86" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#14" - } - ], - "name": "TweenHeight", - "comment": "Tween the widget's size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "target", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#25" - }, - { - "typeName": "string", - "name": "functionName", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#26" - }, - { - "typeName": "UIButtonMessage.Trigger", - "name": "trigger", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#27" - }, - { - "typeName": "bool", - "name": "includeChildren", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#28" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#13" - } - ], - "name": "UIButtonMessage", - "comment": "Sends a message to the remote object when something happens.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#13" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIButtonMessage.Trigger", - "name": "OnClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#17" - }, - { - "typeName": "UIButtonMessage.Trigger", - "name": "OnMouseOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#18" - }, - { - "typeName": "UIButtonMessage.Trigger", - "name": "OnMouseOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#19" - }, - { - "typeName": "UIButtonMessage.Trigger", - "name": "OnPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#20" - }, - { - "typeName": "UIButtonMessage.Trigger", - "name": "OnRelease", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#21" - }, - { - "typeName": "UIButtonMessage.Trigger", - "name": "OnDoubleClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#22" - } - ], - "methods": [ - { - "returnTypeName": "UIButtonMessage.Trigger", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#15" - } - ], - "name": "Trigger", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#15" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "V", - "params": [{ "name": "key", "typeName": "K" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#6" - }, - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "AsList", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#13" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable>" - }, - { "name": "replaceExisted", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "批量添加\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#30" - }, - { - "returnTypeName": "V", - "params": [{ "name": "key", "typeName": "K" }], - "isStatic": false, - "name": "GetOrAdd", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#43" - } - ], - "name": "CollectionsExtension", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#3" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "INGUIFont", - "name": "nguiFont", - "comment": "When printing text, a lot of additional data must be passed in. In order to save allocations, \n this data is not passed at all, but is rather set in a single place before calling the functions that use it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#52" - }, - { - "typeName": "UnityEngine.Font", - "name": "dynamicFont", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#54" - }, - { - "typeName": "NGUIText.GlyphInfo", - "name": "glyph", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#55" - }, - { - "typeName": "int", - "name": "spaceWidth", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#57" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#58" - }, - { - "typeName": "float", - "name": "fontScale", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#59" - }, - { - "typeName": "float", - "name": "pixelDensity", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#60" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#61" - }, - { - "typeName": "NGUIText.Alignment", - "name": "alignment", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#62" - }, - { - "typeName": "UnityEngine.Color", - "name": "tint", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#63" - }, - { - "typeName": "int", - "name": "rectWidth", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#65" - }, - { - "typeName": "int", - "name": "rectHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#66" - }, - { - "typeName": "int", - "name": "regionWidth", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#67" - }, - { - "typeName": "int", - "name": "regionHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#68" - }, - { - "typeName": "int", - "name": "maxLines", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#69" - }, - { - "typeName": "bool", - "name": "gradient", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#71" - }, - { - "typeName": "UnityEngine.Color", - "name": "gradientBottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#72" - }, - { - "typeName": "UnityEngine.Color", - "name": "gradientTop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#73" - }, - { - "typeName": "bool", - "name": "encoding", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#75" - }, - { - "typeName": "float", - "name": "spacingX", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#76" - }, - { - "typeName": "float", - "name": "spacingY", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#77" - }, - { - "typeName": "bool", - "name": "premultiply", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#78" - }, - { - "typeName": "NGUIText.SymbolStyle", - "name": "symbolStyle", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#79" - }, - { - "typeName": "int", - "name": "finalSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#81" - }, - { - "typeName": "float", - "name": "finalSpacingX", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#82" - }, - { - "typeName": "float", - "name": "finalLineHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#83" - }, - { - "typeName": "float", - "name": "baseline", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#84" - }, - { - "typeName": "bool", - "name": "useSymbols", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#85" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Update", - "comment": "Recalculate the 'final' values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#91" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "request", "typeName": "bool" }], - "isStatic": true, - "name": "Update", - "comment": "Recalculate the 'final' values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#97" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "Prepare", - "comment": "Prepare to use the specified text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#151" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "textLength", "typeName": "int" } - ], - "isStatic": true, - "name": "GetSymbol", - "comment": "Get the specified symbol.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#217" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "ch", "typeName": "int" }, - { "name": "prev", "typeName": "int" }, - { "name": "fontScale", "typeName": "float" }, - { "name": "bold", "typeName": "bool" }, - { "name": "italic", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetGlyphWidth", - "comment": "Get the width of the specified glyph. Returns zero if the glyph could not be retrieved.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#227" - }, - { - "returnTypeName": "GlyphInfo", - "params": [ - { "name": "ch", "typeName": "int" }, - { "name": "prev", "typeName": "int" }, - { "name": "bold", "typeName": "bool" }, - { "name": "italic", "typeName": "bool" }, - { "name": "fontScale", "typeName": "float" } - ], - "isStatic": true, - "name": "GetGlyph", - "comment": "Get the specified glyph.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#272" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "ParseAlpha", - "comment": "Parse Aa syntax alpha encoded in the string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#408" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "ParseColor", - "comment": "Parse a RrGgBb color encoded in the string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#420" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "ParseColor24", - "comment": "Parse a RrGgBb color encoded in the string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#428" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "c", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "ParseColor24", - "comment": "Parse a RrGgBb color encoded in the string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#443" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "ParseColor32", - "comment": "Parse a RrGgBbAa color encoded in the string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#470" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "c", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "ParseColor32", - "comment": "Parse a RrGgBbAa color encoded in the string.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#486" - }, - { - "returnTypeName": "String", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "EncodeColor", - "comment": "The reverse of ParseColor -- encodes a color in RrGgBb format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#516" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "c", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "EncodeColor", - "comment": "Convenience function that wraps the specified text block in a color tag.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#524" - }, - { - "returnTypeName": "String", - "params": [{ "name": "a", "typeName": "float" }], - "isStatic": true, - "name": "EncodeAlpha", - "comment": "The reverse of ParseAlpha -- encodes a color in Aa format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#532" - }, - { - "returnTypeName": "String", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "EncodeColor24", - "comment": "The reverse of ParseColor24 -- encodes a color in RrGgBb format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#544" - }, - { - "returnTypeName": "String", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "EncodeColor32", - "comment": "The reverse of ParseColor32 -- encodes a color in RrGgBb format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#556" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "ParseSymbol", - "comment": "Parse an embedded symbol, such as [FFAA00] (set color) or [-] (undo color change). Returns whether the index was adjusted.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#566" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsHex", - "comment": "Whether the specified character falls under the 'hex' character category (0-9, A-F).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#584" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "colors", "typeName": "BetterList" }, - { "name": "premultiply", "typeName": "bool" }, - { "name": "sub", "typeName": "int" }, - { "name": "bold", "typeName": "bool" }, - { "name": "italic", "typeName": "bool" }, - { "name": "underline", "typeName": "bool" }, - { "name": "strike", "typeName": "bool" }, - { "name": "ignoreColor", "typeName": "bool" }, - { "name": "forceSpriteColor", "typeName": "bool" } - ], - "isStatic": true, - "name": "ParseSymbol", - "comment": "Parse the symbol, if possible. Returns 'true' if the 'index' was adjusted. \n Advanced symbol support originally contributed by Rudy Pangestu.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#594" - }, - { - "returnTypeName": "String", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "StripSymbols", - "comment": "Runs through the specified string and removes all symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#737" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { "name": "indexOffset", "typeName": "int" }, - { "name": "printedWidth", "typeName": "float" }, - { "name": "elements", "typeName": "int" } - ], - "isStatic": true, - "name": "Align", - "comment": "Align the vertices to be right or center-aligned given the line width specified by NGUIText.lineWidth.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#773" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "pos", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "GetExactCharacterIndex", - "comment": "Get the index of the closest character within the provided list of values. \n Meant to be used with the arrays created by PrintExactCharacterPositions().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#874" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "pos", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "GetApproximateCharacterIndex", - "comment": "Get the index of the closest vertex within the provided list of values. \n This function first sorts by Y, and only then by X. \n Meant to be used with the arrays created by PrintApproximateCharacterPositions().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#904" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "int" }], - "isStatic": true, - "name": "IsSpace", - "comment": "Whether the specified character is a space.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#939" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.Text.StringBuilder" }], - "isStatic": true, - "name": "EndLine", - "comment": "Convenience function that ends the line by either appending a new line character or replacing a space with one.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#947" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "prepare", "typeName": "bool" } - ], - "isStatic": true, - "name": "CalculatePrintedSize", - "comment": "Get the printed size of the specified string. The returned value is in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1001" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "prepare", "typeName": "bool" } - ], - "isStatic": true, - "name": "CalculateOffsetToFit", - "comment": "Calculate the character index offset required to print the end of the specified text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1151" - }, - { - "returnTypeName": "String", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "GetEndOfLineThatFits", - "comment": "Get the end of line that would fit into a field of given width.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1217" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "finalText", "typeName": "string" }, - { "name": "wrapLineColors", "typeName": "bool" } - ], - "isStatic": true, - "name": "WrapText", - "comment": "Text wrapping functionality. The 'width' and 'height' should be in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1228" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "finalText", "typeName": "string" }, - { "name": "keepCharCount", "typeName": "bool" }, - { "name": "wrapLineColors", "typeName": "bool" }, - { "name": "useEllipsis", "typeName": "bool" } - ], - "isStatic": true, - "name": "WrapText", - "comment": "Text wrapping functionality. The 'width' and 'height' should be in pixels. \n Returns 'true' if the requested text fits into the previously set dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1241" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "sverts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "suvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "scols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Print", - "comment": "Print the specified text into the buffers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1563" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "PrintApproximateCharacterPositions", - "comment": "Print character positions and indices into the specified buffer. Meant to be used with the \"find closest vertex\" calculations.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2107" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "PrintExactCharacterPositions", - "comment": "Print character positions and indices into the specified buffer. \n This function's data is meant to be used for precise character selection, such as clicking on a link. \n There are 2 vertices for every index: Bottom Left + Top Right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2232" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "start", "typeName": "int" }, - { "name": "end", "typeName": "int" }, - { - "name": "caret", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "highlight", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "PrintCaretAndSelection", - "comment": "Print the caret and selection vertices. Note that it's expected that 'text' has been stripped clean of symbols.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2358" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "type", "typeName": "string" }, - { "name": "prefix", "typeName": "string" }, - { "name": "suffix", "typeName": "string" } - ], - "isStatic": true, - "name": "ReplaceLink", - "comment": "Replace the specified link.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2602" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "keyword", "typeName": "string" }, - { "name": "link", "typeName": "string" }, - { "name": "prefix", "typeName": "string" }, - { "name": "suffix", "typeName": "string" } - ], - "isStatic": true, - "name": "InsertHyperlink", - "comment": "Insert a hyperlink around the specified keyword.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2661" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "prefix", "typeName": "string" }, - { "name": "suffix", "typeName": "string" } - ], - "isStatic": true, - "name": "ReplaceLinks", - "comment": "Helper function that replaces links within text with clickable ones.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2708" - } - ], - "name": "NGUIText", - "comment": "Helper class containing functionality related to using dynamic fonts.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#16" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "vxGame", - "name": "Instance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#12" - }, - { - "typeName": "uint", - "name": "targetFrameRate", - "comment": "逻辑帧率,必须与服务端一致\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#17" - }, - { - "typeName": "UIRoot", - "name": "uiRoot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#19" - }, - { - "typeName": "NGUIFont", - "name": "Font", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#20" - }, - { - "typeName": "UnityEngine.Camera", - "name": "uiCamera", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#21" - }, - { - "typeName": "GameLoop", - "name": "Loop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#23" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "eventType", "typeName": "GameState.GameStateEventType" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "RaiseGameStateEvent", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#25" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#10" - } - ], - "name": "vxGame", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#10" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "Localization.LoadFunction", - "name": "loadFunction", - "comment": "Want to have Localization loading be custom instead of just Resources.Load? Set this function.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#39" - }, - { - "typeName": "Localization.OnLocalizeNotification", - "name": "onLocalize", - "comment": "Notification triggered when the localization data gets changed, such as when changing the language. \n If you want to make modifications to the localization data after it was loaded, this is the place.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#46" - }, - { - "typeName": "bool", - "name": "localizationHasBeenSet", - "comment": "Whether the localization dictionary has been loaded.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#52" - }, - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "dictionary", - "comment": "Localization dictionary. Dictionary key is the localization key. \n Dictionary value is the list of localized values (columns in the CSV file).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#77" - }, - { - "typeName": "string[]", - "name": "knownLanguages", - "comment": "List of loaded languages. Available if a single Localization.csv file was used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#95" - }, - { - "typeName": "string", - "name": "language", - "comment": "Name of the currently active language.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#108" - }, - { - "typeName": "bool", - "name": "isActive", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#731" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Reload", - "comment": "Reload the localization file. Useful when testing live edited localization.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#133" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "asset", "typeName": "UnityEngine.TextAsset" }], - "isStatic": true, - "name": "Load", - "comment": "Load the specified asset and activate the localization.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#214" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "languageName", "typeName": "string" }, - { "name": "bytes", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Set", - "comment": "Set the localization data directly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#224" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "val", "typeName": "string" } - ], - "isStatic": true, - "name": "ReplaceKey", - "comment": "Forcefully replace the specified key with another value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#234" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearReplacements", - "comment": "Clear the replacement values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#244" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "asset", "typeName": "UnityEngine.TextAsset" }, - { "name": "merge", "typeName": "bool" } - ], - "isStatic": true, - "name": "LoadCSV", - "comment": "Load the specified CSV file.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#250" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "merge", "typeName": "bool" } - ], - "isStatic": true, - "name": "LoadCSV", - "comment": "Load the specified CSV file.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#256" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "languageName", "typeName": "string" }, - { - "name": "dictionary", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": true, - "name": "Set", - "comment": "Load the specified asset and activate the localization.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#470" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": true, - "name": "Set", - "comment": "Change or set the localization value for the specified key. \n Note that this method only supports one fallback language, and should \n ideally be called from within Localization.onLocalize. \n To set the multi-language value just modify Localization.dictionary directly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#489" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "Has", - "comment": "Whether the specified key is present in the localization.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#499" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "fallback", "typeName": "string" } - ], - "isStatic": true, - "name": "Get", - "comment": "Localize the specified value. If the value is missing, 'fallback' value is used instead. No warning will be shown if the 'key' value is missing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#554" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "warnIfMissing", "typeName": "bool" } - ], - "isStatic": true, - "name": "Get", - "comment": "Localize the specified value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#564" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "parameter", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "Localize the specified value and format it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#666" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "Localize the specified value and format it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#683" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "Localize the specified value and format it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#700" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "parameters", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Format", - "comment": "Localize the specified value and format it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#717" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "Localize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#734" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "Returns whether the specified key is present in the localization dictionary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#740" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "language", "typeName": "string" }, - { "name": "key", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": true, - "name": "Set", - "comment": "Add a new entry to the localization dictionary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#757" - } - ], - "name": "Localization", - "comment": "Localization manager is able to parse localization information from text assets. \n Using it is simple: text = Localization.Get(key), or just add a UILocalize script to your labels. \n You can switch the language by using Localization.language = \"French\", for example. \n This will attempt to load the file called \"French.txt\" in the Resources folder, \n or a column \"French\" from the Localization.csv file in the Resources folder. \n If going down the TXT language file route, it's expected that the file is full of key = value pairs, like so: \n \n LABEL1 = Hello \n LABEL2 = Music \n Info = Localization Example \n \n In the case of the CSV file, the first column should be the \"KEY\". Other columns \n should be your localized text values, such as \"French\" for the first row: \n \n KEY,English,French \n LABEL1,Hello,Bonjour \n LABEL2,Music,Musique \n Info,\"Localization Example\",\"Par exemple la localisation\"\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#30" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "NGUIText.Alignment", - "name": "Automatic", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#20" - }, - { - "typeName": "NGUIText.Alignment", - "name": "Left", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#21" - }, - { - "typeName": "NGUIText.Alignment", - "name": "Center", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#22" - }, - { - "typeName": "NGUIText.Alignment", - "name": "Right", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#23" - }, - { - "typeName": "NGUIText.Alignment", - "name": "Justified", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#24" - } - ], - "methods": [ - { - "returnTypeName": "NGUIText.Alignment", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#18" - } - ], - "name": "Alignment", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#18" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "NGUIText.SymbolStyle", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#29" - }, - { - "typeName": "NGUIText.SymbolStyle", - "name": "Normal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#30" - }, - { - "typeName": "NGUIText.SymbolStyle", - "name": "Colored", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#31" - }, - { - "typeName": "NGUIText.SymbolStyle", - "name": "NoOutline", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#32" - } - ], - "methods": [ - { - "returnTypeName": "NGUIText.SymbolStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#27" - } - ], - "name": "SymbolStyle", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#27" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "v0", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#37" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "v1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#38" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "u0", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#39" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "u1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#40" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "u2", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#41" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "u3", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#42" - }, - { - "typeName": "float", - "name": "advance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#43" - }, - { - "typeName": "int", - "name": "channel", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#44" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#35" - } - ], - "name": "GlyphInfo", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#35" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UILabel.Effect", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#17" - }, - { - "typeName": "UILabel.Effect", - "name": "Shadow", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#18" - }, - { - "typeName": "UILabel.Effect", - "name": "Outline", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#19" - }, - { - "typeName": "UILabel.Effect", - "name": "Outline8", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#20" - } - ], - "methods": [ - { - "returnTypeName": "UILabel.Effect", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#15" - } - ], - "name": "Effect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#15" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "PropertyBinding.UpdateCondition", - "name": "OnStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#18" - }, - { - "typeName": "PropertyBinding.UpdateCondition", - "name": "OnUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#19" - }, - { - "typeName": "PropertyBinding.UpdateCondition", - "name": "OnLateUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#20" - }, - { - "typeName": "PropertyBinding.UpdateCondition", - "name": "OnFixedUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#21" - } - ], - "methods": [ - { - "returnTypeName": "PropertyBinding.UpdateCondition", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#16" - } - ], - "name": "UpdateCondition", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#16" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "BetterList", - "name": "list", - "comment": "List of all the active UINavigation components.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#19" - }, - { - "typeName": "UIKeyNavigation.Constraint", - "name": "constraint", - "comment": "If a selection target is not set, the target can be determined automatically, restricted by this constraint. \n 'None' means free movement on both horizontal and vertical axis. 'Explicit' means the automatic logic will \n not execute, and only the explicitly set values will be used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#35" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "onUp", - "comment": "Which object will be selected when the Up button is pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#41" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "onDown", - "comment": "Which object will be selected when the Down button is pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#47" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "onLeft", - "comment": "Which object will be selected when the Left button is pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#53" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "onRight", - "comment": "Which object will be selected when the Right button is pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#59" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "onClick", - "comment": "Which object will get selected on click.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#65" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "onTab", - "comment": "Which object will get selected on tab.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#71" - }, - { - "typeName": "bool", - "name": "startsSelected", - "comment": "Whether the object this script is attached to will get selected as soon as this script is enabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#77" - }, - { - "typeName": "UIKeyNavigation", - "name": "current", - "comment": "Convenience function that returns the current key navigation selection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#83" - }, - { - "typeName": "bool", - "name": "isColliderEnabled", - "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#97" - }, - { - "typeName": "int", - "name": "mLastFrame", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#235" - } - ], - "methods": [ - { - "returnTypeName": "GameObject", - "params": [], - "isStatic": false, - "name": "GetLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#144" - }, - { - "returnTypeName": "GameObject", - "params": [], - "isStatic": false, - "name": "GetRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#151" - }, - { - "returnTypeName": "GameObject", - "params": [], - "isStatic": false, - "name": "GetUp", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#158" - }, - { - "returnTypeName": "GameObject", - "params": [], - "isStatic": false, - "name": "GetDown", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#165" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "myDir", "typeName": "UnityEngine.Vector3" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#172" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], - "isStatic": false, - "name": "OnNavigate", - "comment": "React to navigation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#241" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], - "isStatic": false, - "name": "OnKey", - "comment": "React to any additional keys, such as Tab.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#264" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#13" - } - ], - "name": "UIKeyNavigation", - "comment": "Attaching this script to a widget makes it react to key events such as tab, up, down, etc.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#13" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UILabel.Overflow", - "name": "ShrinkContent", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#25" - }, - { - "typeName": "UILabel.Overflow", - "name": "ClampContent", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#26" - }, - { - "typeName": "UILabel.Overflow", - "name": "ResizeFreely", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#27" - }, - { - "typeName": "UILabel.Overflow", - "name": "ResizeHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#28" - } - ], - "methods": [ - { - "returnTypeName": "UILabel.Overflow", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#23" - } - ], - "name": "Overflow", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#23" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UILabel.Crispness", - "name": "Never", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#33" - }, - { - "typeName": "UILabel.Crispness", - "name": "OnDesktop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#34" - }, - { - "typeName": "UILabel.Crispness", - "name": "Always", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#35" - } - ], - "methods": [ - { - "returnTypeName": "UILabel.Crispness", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#31" - } - ], - "name": "Crispness", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#31" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UILabel.Modifier", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#40" - }, - { - "typeName": "UILabel.Modifier", - "name": "ToUppercase", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#41" - }, - { - "typeName": "UILabel.Modifier", - "name": "ToLowercase", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#42" - }, - { - "typeName": "UILabel.Modifier", - "name": "Custom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#43" - } - ], - "methods": [ - { - "returnTypeName": "UILabel.Modifier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#38" - } - ], - "name": "Modifier", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#38" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" - }, - { - "returnTypeName": "String", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" - }, - { - "returnTypeName": "String", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" - } - ], - "name": "ModifierFunc", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "PropertyBinding.Direction", - "name": "SourceUpdatesTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#26" - }, - { - "typeName": "PropertyBinding.Direction", - "name": "TargetUpdatesSource", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#27" - }, - { - "typeName": "PropertyBinding.Direction", - "name": "BiDirectional", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#28" - } - ], - "methods": [ - { - "returnTypeName": "PropertyBinding.Direction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#24" - } - ], - "name": "Direction", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#24" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnClick.cs#13" - } - ], - "name": "UICenterOnClick", - "comment": "Attaching this script to an element of a scroll view will make it possible to center on it by clicking on it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnClick.cs#13" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" - }, - { - "returnTypeName": "", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" - } - ], - "name": "LoadFunction", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIKeyNavigation.Constraint", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#23" - }, - { - "typeName": "UIKeyNavigation.Constraint", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#24" - }, - { - "typeName": "UIKeyNavigation.Constraint", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#25" - }, - { - "typeName": "UIKeyNavigation.Constraint", - "name": "Explicit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#26" - } - ], - "methods": [ - { - "returnTypeName": "UIKeyNavigation.Constraint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#21" - } - ], - "name": "Constraint", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#21" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" - } - ], - "name": "OnLocalizeNotification", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "MapUnitsRoot", - "name": "Active", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#17" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "MapSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#19" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "Units", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#20" - }, - { - "typeName": "string", - "name": "FilePath", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#163" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "OpenDoor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#26" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "t", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": true, - "name": "IsBound", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#32" - }, - { - "returnTypeName": "MapUnitConfig", - "params": [{ "name": "t", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": true, - "name": "GetUnit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#37" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "curPos", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "ObserveMapUnit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#49" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Collect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#164" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#207" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#250" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#15" - } - ], - "name": "MapUnitsRoot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": ["INGUIFont"], - "fields": [ - { - "typeName": "NGUIFontType", - "name": "type", - "comment": "Explicitly specified font type. Legacy behaviour would always determine this automatically in the past.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#44" - }, - { - "typeName": "BMFont", - "name": "bmFont", - "comment": "Access to the BMFont class directly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#59" - }, - { - "typeName": "int", - "name": "texWidth", - "comment": "Original width of the font's texture in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#78" - }, - { - "typeName": "int", - "name": "texHeight", - "comment": "Original height of the font's texture in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#97" - }, - { - "typeName": "bool", - "name": "hasSymbols", - "comment": "Whether the font has any symbols defined.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#116" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "symbols", - "comment": "List of symbols within the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#129" - }, - { - "typeName": "INGUIAtlas", - "name": "atlas", - "comment": "Atlas used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#148" - }, - { - "typeName": "INGUIAtlas", - "name": "symbolAtlas", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#185" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Get or set the material used by this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#202" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the font is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#249" - }, - { - "typeName": "bool", - "name": "premultipliedAlphaShader", - "comment": "Whether the font is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#255" - }, - { - "typeName": "bool", - "name": "packedFontShader", - "comment": "Whether the font is a packed font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#278" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Convenience function that returns the texture used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#299" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRect", - "comment": "Offset and scale applied to all UV coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#314" - }, - { - "typeName": "string", - "name": "spriteName", - "comment": "Sprite used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#342" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether this is a valid font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#369" - }, - { - "typeName": "int", - "name": "size", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#372" - }, - { - "typeName": "int", - "name": "defaultSize", - "comment": "Pixel-perfect size of this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#382" - }, - { - "typeName": "int", - "name": "spaceWidth", - "comment": "This feature was added after deprecating this class, so it's not actually used here.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#403" - }, - { - "typeName": "UISpriteData", - "name": "sprite", - "comment": "Retrieves the sprite used by the font, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#422" - }, - { - "typeName": "INGUIFont", - "name": "replacement", - "comment": "Setting a replacement atlas value will cause everything using this font to use the replacement font instead. \n Suggested use: set up all your widgets to use a dummy font that points to the real font. Switching that font to \n another one (for example an eastern language one) is then a simple matter of setting this field on your dummy font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#451" - }, - { - "typeName": "INGUIFont", - "name": "finalFont", - "comment": "Checks the replacement references, returning the deepest-most font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#485" - }, - { - "typeName": "bool", - "name": "isDynamic", - "comment": "Whether the font is dynamic.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#504" - }, - { - "typeName": "UnityEngine.Font", - "name": "dynamicFont", - "comment": "Get or set the dynamic font source.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#517" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "dynamicFontStyle", - "comment": "Get or set the dynamic font's style.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#545" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "spriteName", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#191" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "font", "typeName": "INGUIFont" }], - "isStatic": false, - "name": "References", - "comment": "Helper function that determines whether the font uses the specified one, taking replacements into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#596" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Refresh all labels that use this font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#608" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateUVRect", - "comment": "Forcefully update the font's sprite reference.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#640" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "textLength", "typeName": "int" } - ], - "isStatic": false, - "name": "MatchSymbol", - "comment": "Retrieve the symbol at the beginning of the specified sequence, if a match is found.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#704" - }, - { - "returnTypeName": "BMSymbol", - "params": [ - { "name": "sequence", "typeName": "string" }, - { "name": "spriteName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddSymbol", - "comment": "Add a new symbol to the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#742" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sequence", "typeName": "string" }], - "isStatic": false, - "name": "RemoveSymbol", - "comment": "Remove the specified symbol from the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#754" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "before", "typeName": "string" }, - { "name": "after", "typeName": "string" } - ], - "isStatic": false, - "name": "RenameSymbol", - "comment": "Change an existing symbol's sequence to the specified value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#765" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "UsesSprite", - "comment": "Whether the specified sprite is being used by the font.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#776" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#19" - } - ], - "name": "UIFont", - "comment": "UIFont contains everything needed to be able to print text. This is the legacy component that stores its data in a prefab. \n It's best to use NGUIFont now as it saves its data in Scriptable Objects, which plays better with Unity 2018+.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#19" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "uiCamera", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#13" - }, - { - "typeName": "UILabel", - "name": "text", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#14" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "tooltipRoot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#15" - }, - { - "typeName": "UISprite", - "name": "background", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#16" - }, - { - "typeName": "float", - "name": "appearSpeed", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#17" - }, - { - "typeName": "bool", - "name": "scalingTransitions", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#18" - }, - { - "typeName": "bool", - "name": "isVisible", - "comment": "Whether the tooltip is currently visible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#33" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "ShowText", - "comment": "Show a tooltip with the specified text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#201" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "Show", - "comment": "Show the tooltip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#207" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Hide", - "comment": "Hide the tooltip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#213" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#9" - } - ], - "name": "UITooltip", - "comment": "Example script that can be used to show tooltips.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#9" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Refresh", - "comment": "Immediately refresh the list of known languages.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/LanguageSelection.cs#34" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/LanguageSelection.cs#14" - } - ], - "name": "LanguageSelection", - "comment": "Turns the popup list it's attached to into a language selection list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/LanguageSelection.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "width", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#15" - }, - { - "typeName": "float", - "name": "height", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#16" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#13" - } - ], - "name": "AnimatedWidget", - "comment": "Makes it possible to animate the widget's width and height using Unity's animations.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#13" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "left", "typeName": "T" }, - { "name": "right", "typeName": "T" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "left", "typeName": "T" }, - { "name": "right", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" - } - ], - "name": "CompareFunc", - "comment": "Comparison function should return -1 if left is less than right, 1 if left is greater than right, and 0 if they match.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#16" - }, - { - "typeName": "bool", - "name": "worldSpace", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#19" - }, - { - "typeName": "UnityEngine.Transform", - "name": "cachedTransform", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#24" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#27" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#33" - } - ], - "methods": [ - { - "returnTypeName": "TweenPosition", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#66" - }, - { - "returnTypeName": "TweenPosition", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "worldSpace", "typeName": "bool" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#84" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#100" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#103" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#13" - } - ], - "name": "TweenPosition", - "comment": "Tween the object's position.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#13" - }, - { - "namespace": "", - "baseClass": "UIWidgetContainer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "columns", - "comment": "How many columns there will be before a new line is started. 0 means unlimited.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#39" - }, - { - "typeName": "UITable.Direction", - "name": "direction", - "comment": "Which way the new lines will be added.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#45" - }, - { - "typeName": "UITable.Sorting", - "name": "sorting", - "comment": "How to sort the grid's elements.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#51" - }, - { - "typeName": "bool", - "name": "inverted", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#54" - }, - { - "typeName": "UIWidget.Pivot", - "name": "pivot", - "comment": "Final pivot point for the table itself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#60" - }, - { - "typeName": "UIWidget.Pivot", - "name": "cellAlignment", - "comment": "Final pivot point for the table's content.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#66" - }, - { - "typeName": "bool", - "name": "hideInactive", - "comment": "Whether inactive children will be discarded from the table's calculations.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#72" - }, - { - "typeName": "bool", - "name": "keepWithinPanel", - "comment": "Whether the parent container will be notified of the table's changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#78" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "padding", - "comment": "Padding around each entry, in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#84" - }, - { - "typeName": "UITable.OnReposition", - "name": "onReposition", - "comment": "Delegate function that will be called when the table repositions its content.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#90" - }, - { - "typeName": "System.Comparison", - "name": "onCustomSort", - "comment": "Custom sort delegate, used when the sorting method is set to 'custom'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#96" - }, - { - "typeName": "bool", - "name": "repositionNow", - "comment": "Reposition the children on the next Update().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#106" - } - ], - "methods": [ - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "GetChildList", - "comment": "Get the current list of the grid's children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#112" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reposition", - "comment": "Recalculate the position of all elements within the table, sorting them alphabetically if necessary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#303" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#16" - } - ], - "name": "UITable", - "comment": "All children added to the game object with this script will be arranged into a table \n with rows and columns automatically adjusting their size to fit their content \n (think \"table\" tag in HTML).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#16" - }, - { - "namespace": "", - "baseClass": "UIRect", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "list", - "comment": "List of active panels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#21" - }, - { - "typeName": "UIPanel.OnGeometryUpdated", - "name": "onGeometryUpdated", - "comment": "Notification triggered when the panel's geometry get rebuilt. It's mainly here for debugging purposes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#36" - }, - { - "typeName": "bool", - "name": "showInPanelTool", - "comment": "Whether this panel will show up in the panel tool (set this to 'false' for dynamically created temporary panels)\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#42" - }, - { - "typeName": "bool", - "name": "generateNormals", - "comment": "Whether normals and tangents will be generated for all meshes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#48" - }, - { - "typeName": "bool", - "name": "generateUV2", - "comment": "Whether secondary UV coordinates will be generated for all meshes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#54" - }, - { - "typeName": "UIDrawCall.ShadowMode", - "name": "shadowMode", - "comment": "Whether generated geometry will cast shadows.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#61" - }, - { - "typeName": "bool", - "name": "widgetsAreStatic", - "comment": "Whether widgets drawn by this panel are static (won't move). This will improve performance.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#68" - }, - { - "typeName": "bool", - "name": "cullWhileDragging", - "comment": "Whether widgets will be culled while the panel is being dragged. \n Having this on improves performance, but turning it off will reduce garbage collection.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#75" - }, - { - "typeName": "bool", - "name": "alwaysOnScreen", - "comment": "Optimization flag. Makes the assumption that the panel's geometry \n will always be on screen and the bounds don't need to be re-calculated.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#82" - }, - { - "typeName": "bool", - "name": "anchorOffset", - "comment": "By default, non-clipped panels use the camera's bounds, and the panel's position has no effect. \n If you want the panel's position to actually be used with anchors, set this field to 'true'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#89" - }, - { - "typeName": "bool", - "name": "softBorderPadding", - "comment": "Whether the soft border will be used as padding.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#95" - }, - { - "typeName": "UIPanel.RenderQueue", - "name": "renderQueue", - "comment": "By default all panels manage render queues of their draw calls themselves by incrementing them \n so that the geometry is drawn in the proper order. You can alter this behaviour.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#102" - }, - { - "typeName": "int", - "name": "startingRenderQueue", - "comment": "Render queue used by the panel. The default value of '3000' is the equivalent of \"Transparent\". \n This property is only used if 'renderQueue' is set to something other than \"Automatic\".\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#109" - }, - { - "typeName": "string", - "name": "sortingLayerName", - "comment": "Sorting layer used by the panel -- used when mixing NGUI with the Unity's 2D system. \n Contributed by Benzino07: http://www.tasharen.com/forum/index.php?topic=6956.15\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#116" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "widgets", - "comment": "List of widgets managed by this panel. Do not attempt to modify this list yourself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#140" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "drawCalls", - "comment": "List of draw calls created by this panel. Do not attempt to modify this list yourself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#147" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldToLocal", - "comment": "Matrix that will transform the specified world coordinates to relative-to-panel coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#154" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawCallClipRange", - "comment": "Cached clip range passed to the draw call's shader.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#161" - }, - { - "typeName": "UIPanel.OnClippingMoved", - "name": "onClipMove", - "comment": "Event callback that's triggered when the panel's clip region gets moved.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#169" - }, - { - "typeName": "UIPanel.OnCreateMaterial", - "name": "onCreateMaterial", - "comment": "There may be cases where you will want to create a custom material per-widget in order to have unique draw calls. \n If that's the case, set this delegate and return your newly created material. Note that it's up to you to cache this material for the next call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#176" - }, - { - "typeName": "UIDrawCall.OnCreateDrawCall", - "name": "onCreateDrawCall", - "comment": "Event callback that's triggered whenever the panel creates a new draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#183" - }, - { - "typeName": "int", - "name": "nextUnusedDepth", - "comment": "Helper property that returns the first unused depth value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#226" - }, - { - "typeName": "bool", - "name": "canBeAnchored", - "comment": "Whether the rectangle can be anchored.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#241" - }, - { - "typeName": "float", - "name": "alpha", - "comment": "Panel's alpha affects everything drawn by the panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#247" - }, - { - "typeName": "string", - "name": "alphaProperty", - "comment": "If set, panel's alpha will be adjusting the specified value in the shaders (for example: \"_Dither\") instead of global alpha.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#276" - }, - { - "typeName": "int", - "name": "depth", - "comment": "Panels can have their own depth value that will change the order with which everything they manage gets drawn.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#300" - }, - { - "typeName": "bool", - "name": "useSortingOrder", - "comment": "Whether sorting order will be used or not. Sorting order is used with Unity's 2D system.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#323" - }, - { - "typeName": "int", - "name": "sortingOrder", - "comment": "Sorting order value for the panel's draw calls, to be used with Unity's 2D system.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#329" - }, - { - "typeName": "float", - "name": "width", - "comment": "Panel's width in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#367" - }, - { - "typeName": "float", - "name": "height", - "comment": "Panel's height in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#373" - }, - { - "typeName": "bool", - "name": "halfPixelOffset", - "comment": "Whether the panel's drawn geometry needs to be offset by a half-pixel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#379" - }, - { - "typeName": "bool", - "name": "usedForUI", - "comment": "Whether the camera is used to draw UI geometry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#398" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "drawCallOffset", - "comment": "Directx9 pixel offset, used for drawing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#405" - }, - { - "typeName": "UIDrawCall.Clipping", - "name": "clipping", - "comment": "Clipping method used by all draw calls.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#437" - }, - { - "typeName": "UIPanel", - "name": "parentPanel", - "comment": "Reference to the parent panel, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#463" - }, - { - "typeName": "int", - "name": "clipCount", - "comment": "Number of times the panel's contents get clipped.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#469" - }, - { - "typeName": "bool", - "name": "hasClipping", - "comment": "Whether the panel will actually perform clipping of children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#489" - }, - { - "typeName": "bool", - "name": "hasCumulativeClipping", - "comment": "Whether the panel will actually perform clipping of children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#495" - }, - { - "typeName": "bool", - "name": "clipsChildren", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#498" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "clipOffset", - "comment": "Clipping area offset used to make it possible to move clipped panels (scroll views) efficiently. \n Scroll views move by adjusting the clip offset by one value, and the transform position by the inverse. \n This makes it possible to not have to rebuild the geometry, greatly improving performance.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#506" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "clipTexture", - "comment": "Texture used to clip the region.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#550" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "clipRange", - "comment": "Clipping position (XY) and size (ZW). \n Note that you should not be modifying this property at run-time to reposition the clipping. Adjust clipOffset instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#574" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "baseClipRegion", - "comment": "Clipping position (XY) and size (ZW). \n Note that you should not be modifying this property at run-time to reposition the clipping. Adjust clipOffset instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#591" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "finalClipRegion", - "comment": "Final clipping region after the offset has been taken into consideration. XY = center, ZW = size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#622" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "clipSoftness", - "comment": "Clipping softness is used if the clipped style is set to \"Soft\".\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#649" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "localCorners", - "comment": "Local-space corners of the panel's clipping rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#674" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "worldCorners", - "comment": "World-space corners of the panel's clipping rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#705" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UIPanel" }, - { "name": "b", "typeName": "UIPanel" } - ], - "isStatic": true, - "name": "CompareFunc", - "comment": "Function that can be used to depth-sort panels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#352" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#765" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "includeChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Invalidate", - "comment": "Invalidating the panel should reset its alpha.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#811" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "frameID", "typeName": "int" }], - "isStatic": false, - "name": "CalculateFinalAlpha", - "comment": "Widget's final alpha, after taking the panel's alpha into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#821" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": false, - "name": "SetRect", - "comment": "Set the panel's rectangle.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#841" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "c", "typeName": "UnityEngine.Vector3" }, - { "name": "d", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "IsVisible", - "comment": "Returns whether the specified rectangle is visible by the panel. The coordinates must be in world space.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#880" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "IsVisible", - "comment": "Returns whether the specified world position is within the panel's bounds determined by the clipping rect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#926" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "w", "typeName": "UIWidget" }], - "isStatic": false, - "name": "IsVisible", - "comment": "Returns whether the specified widget is visible by the panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#946" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "w", "typeName": "UIWidget" }], - "isStatic": false, - "name": "Affects", - "comment": "Whether the specified widget is going to be affected by this panel in any way.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#970" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RebuildAllDrawCalls", - "comment": "Causes all draw calls to be re-created on the next update.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#993" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetDirty", - "comment": "Invalidate the panel's draw calls, forcing them to be rebuilt on the next update. \n This call also affects all children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1000" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ParentHasChanged", - "comment": "Find the parent panel, if we have one.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1040" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SortWidgets", - "comment": "Immediately sort all child widgets.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1400" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "dc", "typeName": "UIDrawCall" }], - "isStatic": false, - "name": "FillDrawCall", - "comment": "Fill the geometry for the specified draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1532" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dc", "typeName": "UIDrawCall" }, - { "name": "needsCulling", "typeName": "bool" } - ], - "isStatic": false, - "name": "FillDrawCall", - "comment": "Fill the geometry for the specified draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1542" - }, - { - "returnTypeName": "UIDrawCall", - "params": [{ "name": "w", "typeName": "UIWidget" }], - "isStatic": false, - "name": "FindDrawCall", - "comment": "Insert the specified widget into one of the existing draw calls if possible. \n If it's not possible, and a new draw call is required, 'null' is returned \n because draw call creation is a delayed operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1803" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "UIWidget" }], - "isStatic": false, - "name": "AddWidget", - "comment": "Make the following widget be managed by the panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1839" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "UIWidget" }], - "isStatic": false, - "name": "RemoveWidget", - "comment": "Remove the widget from its current draw call, invalidating everything as needed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1875" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Refresh", - "comment": "Immediately refresh the panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1893" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "min", "typeName": "UnityEngine.Vector2" }, - { "name": "max", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "CalculateConstrainOffset", - "comment": "Calculate the offset needed to be constrained within the panel's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1904" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "UnityEngine.Transform" }, - { "name": "targetBounds", "typeName": "UnityEngine.Bounds" }, - { "name": "immediate", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConstrainTargetToBounds", - "comment": "Constrain the current target position to be within panel bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1930" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "UnityEngine.Transform" }, - { "name": "immediate", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConstrainTargetToBounds", - "comment": "Constrain the specified target to be within the panel's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1975" - }, - { - "returnTypeName": "UIPanel", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "Find", - "comment": "Find the UIPanel responsible for handling the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1985" - }, - { - "returnTypeName": "UIPanel", - "params": [ - { "name": "trans", "typeName": "UnityEngine.Transform" }, - { "name": "createIfMissing", "typeName": "bool" } - ], - "isStatic": true, - "name": "Find", - "comment": "Find the UIPanel responsible for handling the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1991" - }, - { - "returnTypeName": "UIPanel", - "params": [ - { "name": "trans", "typeName": "UnityEngine.Transform" }, - { "name": "createIfMissing", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "Find", - "comment": "Find the UIPanel responsible for handling the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1997" - }, - { - "returnTypeName": "Vector2", - "params": [], - "isStatic": false, - "name": "GetWindowSize", - "comment": "Get the size of the game window in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#2009" - }, - { - "returnTypeName": "Vector2", - "params": [], - "isStatic": false, - "name": "GetViewSize", - "comment": "Panel's size -- which is either the clipping rect, or the screen dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#2021" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#15" - } - ], - "name": "UIPanel", - "comment": "UI Panel is responsible for collecting, sorting and updating widgets in addition to generating widgets' geometry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "key", - "comment": "Localization key.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#21" - }, - { - "typeName": "string", - "name": "value", - "comment": "Manually change the value of whatever the localization component is attached to.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#27" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#15" - } - ], - "name": "UILocalize", - "comment": "Simple script that lets you localize a UIWidget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#15" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "sequence", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#15" - }, - { - "typeName": "string", - "name": "spriteName", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#16" - }, - { - "typeName": "bool", - "name": "colored", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#17" - }, - { - "typeName": "int", - "name": "length", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#29" - }, - { - "typeName": "int", - "name": "offsetX", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#30" - }, - { - "typeName": "int", - "name": "offsetY", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#31" - }, - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#32" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#33" - }, - { - "typeName": "int", - "name": "paddedHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#34" - }, - { - "typeName": "int", - "name": "advance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#35" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#36" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Mark this symbol as dirty, clearing the sprite reference.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#42" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], - "isStatic": false, - "name": "Validate", - "comment": "Validate this symbol, given the specified atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#48" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#13" - } - ], - "name": "BMSymbol", - "comment": "Symbols are a sequence of characters such as \":)\" that get replaced with a sprite, such as the smiley face.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIDragDropItem.Restriction", - "name": "restriction", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#26" - }, - { - "typeName": "bool", - "name": "clickToDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#29" - }, - { - "typeName": "bool", - "name": "cloneOnDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#32" - }, - { - "typeName": "bool", - "name": "interactable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#35" - }, - { - "typeName": "float", - "name": "pressAndHoldDelay", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#38" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "draggedItems", - "comment": "List of items that are currently being dragged.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#60" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "IsDragged", - "comment": "Whether this object is currently being dragged.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#66" - }, - { - "returnTypeName": "UIDragDropItem", - "params": [], - "isStatic": false, - "name": "StartDragging", - "comment": "Start the dragging operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#224" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": false, - "name": "StopDragging", - "comment": "Drop the dragged item.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#309" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#15" - } - ], - "name": "UIDragDropItem", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#15" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIDragDropItem.Restriction", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#19" - }, - { - "typeName": "UIDragDropItem.Restriction", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#20" - }, - { - "typeName": "UIDragDropItem.Restriction", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#21" - }, - { - "typeName": "UIDragDropItem.Restriction", - "name": "PressAndHold", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#22" - } - ], - "methods": [ - { - "returnTypeName": "UIDragDropItem.Restriction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#17" - } - ], - "name": "Restriction", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#17" - }, - { - "namespace": "", - "baseClass": "UIWidgetContainer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "tweenTarget", - "comment": "Target with a widget, renderer, or light that will have its color tweened.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#28" - }, - { - "typeName": "UnityEngine.Color", - "name": "hover", - "comment": "Color to apply on hover event (mouse only).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#34" - }, - { - "typeName": "UnityEngine.Color", - "name": "pressed", - "comment": "Color to apply on the pressed event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#40" - }, - { - "typeName": "UnityEngine.Color", - "name": "disabledColor", - "comment": "Color that will be applied when the button is disabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#46" - }, - { - "typeName": "float", - "name": "duration", - "comment": "Duration of the tween process.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#52" - }, - { - "typeName": "UIButtonColor.State", - "name": "state", - "comment": "Button's current state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#64" - }, - { - "typeName": "UnityEngine.Color", - "name": "defaultColor", - "comment": "UIButtonColor's default (starting) color. It's useful to be able to change it, just in case.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#70" - }, - { - "typeName": "bool", - "name": "isEnabled", - "comment": "Whether the script should be active or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#98" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetDefaultColor", - "comment": "Reset the default color to what the button started with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#104" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CacheDefaultColor", - "comment": "Cache the default color -- should only happen once.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#110" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "UIButtonColor.State" }, - { "name": "instant", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetState", - "comment": "Change the visual state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#282" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "instant", "typeName": "bool" }], - "isStatic": false, - "name": "UpdateColor", - "comment": "Update the button's color. Call this method after changing the colors of the button at run-time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#301" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#14" - } - ], - "name": "UIButtonColor", - "comment": "Simple example script of how a button can be colored when the mouse hovers over it or it gets pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#14" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIPopupList.Position", - "name": "Auto", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#30" - }, - { - "typeName": "UIPopupList.Position", - "name": "Above", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#31" - }, - { - "typeName": "UIPopupList.Position", - "name": "Below", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#32" - } - ], - "methods": [ - { - "returnTypeName": "UIPopupList.Position", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#28" - } - ], - "name": "Position", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#28" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" - } - ], - "name": "OnReposition", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIPopupList.Selection", - "name": "OnPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#37" - }, - { - "typeName": "UIPopupList.Selection", - "name": "OnClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#38" - } - ], - "methods": [ - { - "returnTypeName": "UIPopupList.Selection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#35" - } - ], - "name": "Selection", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#35" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UITable.Direction", - "name": "Down", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#22" - }, - { - "typeName": "UITable.Direction", - "name": "Up", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#23" - } - ], - "methods": [ - { - "returnTypeName": "UITable.Direction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#20" - } - ], - "name": "Direction", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#20" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIPopupList.OpenOn", - "name": "ClickOrTap", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#247" - }, - { - "typeName": "UIPopupList.OpenOn", - "name": "RightClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#248" - }, - { - "typeName": "UIPopupList.OpenOn", - "name": "DoubleClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#249" - }, - { - "typeName": "UIPopupList.OpenOn", - "name": "Manual", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#250" - } - ], - "methods": [ - { - "returnTypeName": "UIPopupList.OpenOn", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#245" - } - ], - "name": "OpenOn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#245" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UITable.Sorting", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#28" - }, - { - "typeName": "UITable.Sorting", - "name": "Alphabetic", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#29" - }, - { - "typeName": "UITable.Sorting", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#30" - }, - { - "typeName": "UITable.Sorting", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#31" - }, - { - "typeName": "UITable.Sorting", - "name": "Custom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#32" - } - ], - "methods": [ - { - "returnTypeName": "UITable.Sorting", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#26" - } - ], - "name": "Sorting", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#26" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "string" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "val", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" - } - ], - "name": "LegacyEvent", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIButtonColor.State", - "name": "Normal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#18" - }, - { - "typeName": "UIButtonColor.State", - "name": "Hover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#19" - }, - { - "typeName": "UIButtonColor.State", - "name": "Pressed", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#20" - }, - { - "typeName": "UIButtonColor.State", - "name": "Disabled", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#21" - } - ], - "methods": [ - { - "returnTypeName": "UIButtonColor.State", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#16" - } - ], - "name": "State", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#16" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#16" - }, - { - "typeName": "int", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#17" - }, - { - "typeName": "UIWidget", - "name": "fromTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#20" - }, - { - "typeName": "UIWidget", - "name": "toTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#23" - }, - { - "typeName": "bool", - "name": "updateTable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#26" - }, - { - "typeName": "UIWidget", - "name": "cachedWidget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#31" - }, - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#34" - }, - { - "typeName": "int", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#40" - } - ], - "methods": [ - { - "returnTypeName": "TweenWidth", - "params": [ - { "name": "widget", "typeName": "UIWidget" }, - { "name": "duration", "typeName": "float" }, - { "name": "width", "typeName": "int" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#68" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#83" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#86" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#14" - } - ], - "name": "TweenWidth", - "comment": "Tween the widget's size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#14" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#16" - }, - { - "typeName": "int", - "name": "x", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#17" - }, - { - "typeName": "int", - "name": "y", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#18" - }, - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#19" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#20" - }, - { - "typeName": "int", - "name": "offsetX", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#21" - }, - { - "typeName": "int", - "name": "offsetY", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#22" - }, - { - "typeName": "int", - "name": "advance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#23" - }, - { - "typeName": "int", - "name": "channel", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#24" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "kerning", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#25" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "previousChar", "typeName": "int" }], - "isStatic": false, - "name": "GetKerning", - "comment": "Retrieves the special amount by which to adjust the cursor position, given the specified previous character.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#31" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "previousChar", "typeName": "int" }, - { "name": "amount", "typeName": "int" } - ], - "isStatic": false, - "name": "SetKerning", - "comment": "Add a new kerning entry to the character (or adjust an existing one).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#46" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xMin", "typeName": "int" }, - { "name": "yMin", "typeName": "int" }, - { "name": "xMax", "typeName": "int" }, - { "name": "yMax", "typeName": "int" } - ], - "isStatic": false, - "name": "Trim", - "comment": "Trim the glyph, given the specified minimum and maximum dimensions in pixels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#67" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#14" - } - ], - "name": "BMGlyph", - "comment": "Glyph structure used by BMFont. For more information see http://www.angelcode.com/products/bmfont/\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#14" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Component", - "name": "target", - "comment": "Event delegate's target object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#37" - }, - { - "typeName": "string", - "name": "name", - "comment": "Event delegate's method name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#57" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether this delegate's values have been set.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#77" - }, - { - "typeName": "bool", - "name": "isEnabled", - "comment": "Whether the target script is actually enabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#83" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#93" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.Component" }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#94" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetPropertyType", - "comment": "Helper function that returns the property type.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#104" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Equality operator.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#122" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "Used in equality operators.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#143" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.Component" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set the delegate callback using the target and method names.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#149" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear the event delegate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#159" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Reset the cached references.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#169" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Convert the delegate to its string representation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#181" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "comp", "typeName": "UnityEngine.Component" }, - { "name": "property", "typeName": "string" } - ], - "isStatic": true, - "name": "ToString", - "comment": "Convenience function that converts the specified component + property pair into its string representation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#187" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Get", - "comment": "Retrieve the property's value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#208" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Set", - "comment": "Assign the bound property's value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#230" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "from", "typeName": "System.Type" }, - { "name": "to", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Convert", - "comment": "Whether we can convert one type to another for assignment purposes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#346" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "to", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Convert", - "comment": "Whether we can convert one type to another for assignment purposes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#356" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "from", "typeName": "System.Type" }, - { "name": "to", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Convert", - "comment": "Whether we can convert one type to another for assignment purposes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#370" - } - ], - "name": "PropertyReference", - "comment": "Reference to a specific field or property that can be set via inspector.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#23" - }, - { - "namespace": "", - "baseClass": "UIBasicSprite", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Texture used by the UITexture. You can set it directly, without the need to specify a material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#31" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Material used by the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#63" - }, - { - "typeName": "UnityEngine.Shader", - "name": "shader", - "comment": "Shader used by the texture when creating a dynamic material (when the texture was specified, but the material was not).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#86" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the texture is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#119" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "border", - "comment": "Sprite's border. X = left, Y = bottom, Z = right, W = top.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#137" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRect", - "comment": "UV rectangle used by the texture.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#157" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawingDimensions", - "comment": "Widget's dimensions used for drawing. X = left, Y = bottom, Z = right, W = top. \n This function automatically adds 1 pixel on the edge if the texture's dimensions are not even. \n It's used to achieve pixel-perfect sprites even when an odd dimension widget happens to be centered.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#179" - }, - { - "typeName": "bool", - "name": "fixedAspect", - "comment": "Whether the drawn texture will always maintain a fixed aspect ratio. \n This setting is not compatible with drawRegion adjustments (sliders, progress bars, etc).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#250" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MakePixelPerfect", - "comment": "Adjust the scale of the widget to make it pixel-perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#271" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#336" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#17" - } - ], - "name": "UITexture", - "comment": "If you don't have or don't wish to create an atlas, you can simply use this script to draw a texture. \n Keep in mind though that this will create an extra draw call with each UITexture present, so it's \n best to use it only for backgrounds or temporary visible widgets.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#17" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "list", - "comment": "List of all UIRoots present in the scene.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#22" - }, - { - "typeName": "UIRoot.Scaling", - "name": "scalingStyle", - "comment": "Type of scaling used by the UIRoot.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#43" - }, - { - "typeName": "UIRoot.Constraint", - "name": "constraint", - "comment": "When the UI scaling is constrained, this controls the type of constraint that further fine-tunes how it's scaled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#49" - }, - { - "typeName": "int", - "name": "manualWidth", - "comment": "Width of the screen, used when the scaling style is set to Flexible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#67" - }, - { - "typeName": "int", - "name": "manualHeight", - "comment": "Height of the screen when the scaling style is set to FixedSize or Flexible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#73" - }, - { - "typeName": "int", - "name": "minimumHeight", - "comment": "If the screen height goes below this value, it will be as if the scaling style \n is set to FixedSize with manualHeight of this value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#80" - }, - { - "typeName": "int", - "name": "maximumHeight", - "comment": "If the screen height goes above this value, it will be as if the scaling style \n is set to Fixed Height with manualHeight of this value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#87" - }, - { - "typeName": "bool", - "name": "fitWidth", - "comment": "When Constraint is on, controls whether the content must be restricted horizontally to be at least 'manualWidth' wide.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#93" - }, - { - "typeName": "bool", - "name": "fitHeight", - "comment": "When Constraint is on, controls whether the content must be restricted vertically to be at least 'Manual Height' tall.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#99" - }, - { - "typeName": "bool", - "name": "adjustByDPI", - "comment": "Whether the final value will be adjusted by the device's DPI setting. \n Used when the Scaling is set to Pixel-Perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#106" - }, - { - "typeName": "bool", - "name": "shrinkPortraitUI", - "comment": "If set and the game is in portrait mode, the UI will shrink based on the screen's width instead of height. \n Used when the Scaling is set to Pixel-Perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#113" - }, - { - "typeName": "UIRoot.Scaling", - "name": "activeScaling", - "comment": "Active scaling type, based on platform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#119" - }, - { - "typeName": "int", - "name": "activeHeight", - "comment": "UI Root's active height, based on the size of the screen.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#139" - }, - { - "typeName": "float", - "name": "pixelSizeAdjustment", - "comment": "Pixel size adjustment. Most of the time it's at 1, unless the scaling style is set to FixedSize.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#205" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "GetPixelSizeAdjustment", - "comment": "Helper function that figures out the pixel size adjustment for the specified game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#218" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "height", "typeName": "int" }], - "isStatic": false, - "name": "GetPixelSizeAdjustment", - "comment": "Calculate the pixel size adjustment at the specified screen height value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#228" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "updateAnchors", "typeName": "bool" }], - "isStatic": false, - "name": "UpdateScale", - "comment": "Immediately update the root's scale. Call this function after changing the min/max/manual height values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#273" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "funcName", "typeName": "string" }], - "isStatic": true, - "name": "Broadcast", - "comment": "Broadcast the specified message to the entire UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#300" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "funcName", "typeName": "string" }, - { "name": "param", "typeName": "object" } - ], - "isStatic": true, - "name": "Broadcast", - "comment": "Broadcast the specified message to the entire UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#318" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#16" - } - ], - "name": "UIRoot", - "comment": "This is a script used to keep the game object scaled to 2/(Screen.height). \n If you use it, be sure to NOT use UIOrthoCamera at the same time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#16" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#9" - }, - { - "typeName": "bool", - "name": "Walkable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#10" - }, - { - "typeName": "bool", - "name": "Passable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#11" - }, - { - "typeName": "string", - "name": "Trigger", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#12" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#7" - } - ], - "name": "MapUnitConfig", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#7" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#16" - }, - { - "typeName": "float", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#17" - }, - { - "typeName": "UnityEngine.Camera", - "name": "cachedCamera", - "comment": "Camera that's being tweened.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#28" - }, - { - "typeName": "float", - "name": "orthoSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#32" - }, - { - "typeName": "float", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#38" - } - ], - "methods": [ - { - "returnTypeName": "TweenOrthoSize", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "to", "typeName": "float" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#54" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#68" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#69" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#14" - } - ], - "name": "TweenOrthoSize", - "comment": "Tween the camera's orthographic size.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#14" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIPanel.RenderQueue", - "name": "Automatic", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#25" - }, - { - "typeName": "UIPanel.RenderQueue", - "name": "StartAt", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#26" - }, - { - "typeName": "UIPanel.RenderQueue", - "name": "Explicit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#27" - } - ], - "methods": [ - { - "returnTypeName": "UIPanel.RenderQueue", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#23" - } - ], - "name": "RenderQueue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#23" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "root", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropRoot.cs#17" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropRoot.cs#15" - } - ], - "name": "UIDragDropRoot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropRoot.cs#15" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" - } - ], - "name": "OnGeometryUpdated", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" - }, - { - "namespace": "", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "Line", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#11" - }, - { - "typeName": "string", - "name": "Key", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#12" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "line", "typeName": "int" }, - { "name": "key", "typeName": "string" }, - { "name": "msg", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#5" - } - ], - "name": "TabFileException", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#3" - }, - { - "namespace": "", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystickScreenSizeUpdater.cs#7" - } - ], - "name": "UltimateJoystickScreenSizeUpdater", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystickScreenSizeUpdater.cs#7" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "panel", "typeName": "UIPanel" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "panel", "typeName": "UIPanel" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" - } - ], - "name": "OnClippingMoved", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ActiveAnimation", - "name": "current", - "comment": "Active animation that resulted in the event notification.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#22" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onFinished", - "comment": "Event delegates called when the animation finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#28" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "eventReceiver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#31" - }, - { - "typeName": "string", - "name": "callWhenFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#32" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Whether the animation is currently playing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#55" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Finish", - "comment": "Immediately finish playing the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#95" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Manually reset the active animation to the beginning.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#116" - }, - { - "returnTypeName": "ActiveAnimation", - "params": [ - { "name": "anim", "typeName": "UnityEngine.Animation" }, - { "name": "clipName", "typeName": "string" }, - { - "name": "playDirection", - "typeName": "AnimationOrTween.Direction" - }, - { - "name": "enableBeforePlay", - "typeName": "AnimationOrTween.EnableCondition" - }, - { - "name": "disableCondition", - "typeName": "AnimationOrTween.DisableCondition" - } - ], - "isStatic": true, - "name": "Play", - "comment": "Play the specified animation on the specified object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#286" - }, - { - "returnTypeName": "ActiveAnimation", - "params": [ - { "name": "anim", "typeName": "UnityEngine.Animation" }, - { "name": "clipName", "typeName": "string" }, - { - "name": "playDirection", - "typeName": "AnimationOrTween.Direction" - } - ], - "isStatic": true, - "name": "Play", - "comment": "Play the specified animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#318" - }, - { - "returnTypeName": "ActiveAnimation", - "params": [ - { "name": "anim", "typeName": "UnityEngine.Animation" }, - { - "name": "playDirection", - "typeName": "AnimationOrTween.Direction" - } - ], - "isStatic": true, - "name": "Play", - "comment": "Play the specified animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#327" - }, - { - "returnTypeName": "ActiveAnimation", - "params": [ - { "name": "anim", "typeName": "UnityEngine.Animator" }, - { "name": "clipName", "typeName": "string" }, - { - "name": "playDirection", - "typeName": "AnimationOrTween.Direction" - }, - { - "name": "enableBeforePlay", - "typeName": "AnimationOrTween.EnableCondition" - }, - { - "name": "disableCondition", - "typeName": "AnimationOrTween.DisableCondition" - } - ], - "isStatic": true, - "name": "Play", - "comment": "Play the specified animation on the specified object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#336" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#16" - } - ], - "name": "ActiveAnimation", - "comment": "Mainly an internal script used by UIButtonPlayAnimation, but can also be used to call \n the specified function on the game object after it finishes animating.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#16" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "activate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#18" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "deactivate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#19" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Toggle", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#49" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#16" - } - ], - "name": "UIToggledComponents", - "comment": "Example script showing how to activate or deactivate MonoBehaviours with a toggle.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#16" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" - }, - { - "returnTypeName": "Material", - "params": [ - { "name": "widget", "typeName": "UIWidget" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "widget", "typeName": "UIWidget" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" - }, - { - "returnTypeName": "Material", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" - } - ], - "name": "OnCreateMaterial", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#15" - }, - { - "typeName": "UnityEngine.Color", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#16" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#53" - }, - { - "typeName": "UnityEngine.Color", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#59" - } - ], - "methods": [ - { - "returnTypeName": "TweenColor", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#94" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#112" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#115" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#13" - } - ], - "name": "TweenColor", - "comment": "Tween the object's color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UISprite", - "name": "target", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#15" - }, - { - "typeName": "string", - "name": "normalSprite", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#16" - }, - { - "typeName": "string", - "name": "hoverSprite", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#17" - }, - { - "typeName": "string", - "name": "pressedSprite", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#18" - }, - { - "typeName": "string", - "name": "disabledSprite", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#19" - }, - { - "typeName": "bool", - "name": "pixelSnap", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#20" - }, - { - "typeName": "bool", - "name": "isEnabled", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#22" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#13" - } - ], - "name": "UIImageButton", - "comment": "Sample script showing how easy it is to implement a standard button that swaps sprites.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWidgetContainer.cs#13" - } - ], - "name": "UIWidgetContainer", - "comment": "Widget container is a generic type class that acts like a non-resizeable widget when selecting things in the scene view.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWidgetContainer.cs#13" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILuaMessengerBase"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "XLua.LuaTable" }], - "isStatic": false, - "name": "LuaTableCallBack", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#46" - } - ], - "name": "ILuaMessengerLuaTable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#44" - }, - { - "namespace": "", - "baseClass": "UIWidgetContainer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIProgressBar", - "name": "current", - "comment": "Current slider. This value is set prior to the callback function being triggered.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#29" - }, - { - "typeName": "UIProgressBar.OnDragFinished", - "name": "onDragFinished", - "comment": "Delegate triggered when the scroll bar stops being dragged. \n Useful for things like centering on the closest valid object, for example.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#36" - }, - { - "typeName": "UnityEngine.Transform", - "name": "thumb", - "comment": "Object that acts as a thumb.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#43" - }, - { - "typeName": "int", - "name": "numberOfSteps", - "comment": "Number of steps the slider should be divided into. For example 5 means possible values of 0, 0.25, 0.5, 0.75, and 1.0.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#60" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onChange", - "comment": "Callbacks triggered when the scroll bar's value changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#66" - }, - { - "typeName": "UnityEngine.Transform", - "name": "cachedTransform", - "comment": "Cached for speed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#72" - }, - { - "typeName": "UnityEngine.Camera", - "name": "cachedCamera", - "comment": "Camera used to draw the scroll bar.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#78" - }, - { - "typeName": "UIWidget", - "name": "foregroundWidget", - "comment": "Widget used for the foreground.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#84" - }, - { - "typeName": "UIWidget", - "name": "backgroundWidget", - "comment": "Widget used for the background.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#90" - }, - { - "typeName": "UIProgressBar.FillDirection", - "name": "fillDirection", - "comment": "The scroll bar's direction.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#96" - }, - { - "typeName": "float", - "name": "value", - "comment": "Modifiable value for the scroll bar, 0-1 range.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#116" - }, - { - "typeName": "float", - "name": "alpha", - "comment": "Allows to easily change the scroll bar's alpha, affecting both the foreground and the background sprite at once.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#130" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "val", "typeName": "float" }, - { "name": "notify", "typeName": "bool" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set the progress bar's value. If setting the initial value, call Start() first.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#212" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Register the event listeners.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#255" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ForceUpdate", - "comment": "Update the value of the scroll bar.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#376" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OnPan", - "comment": "Watch for key events and adjust the value accordingly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#498" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#15" - } - ], - "name": "UIProgressBar", - "comment": "Simple progress bar that fills itself based on the specified value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#15" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "ILuaMessengerBase", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#21" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "time", - "comment": "Real time since startup.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#71" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "Real delta time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#77" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#12" - } - ], - "name": "RealTime", - "comment": "Time class has no timeScale-independent time. This class fixes that.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#12" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILuaMessengerBase"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CallBack", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#28" - } - ], - "name": "ILuaMessenger", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#26" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#16" - }, - { - "typeName": "float", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#17" - }, - { - "typeName": "UnityEngine.AudioSource", - "name": "audioSource", - "comment": "Cached version of 'audio', as it's always faster to cache.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#25" - }, - { - "typeName": "float", - "name": "volume", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#49" - }, - { - "typeName": "float", - "name": "value", - "comment": "Audio source's current volume.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#55" - } - ], - "methods": [ - { - "returnTypeName": "TweenVolume", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "targetVolume", "typeName": "float" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#77" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#92" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#93" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#14" - } - ], - "name": "TweenVolume", - "comment": "Tween the audio source's volume.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#14" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILuaMessengerBase"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "string" }], - "isStatic": false, - "name": "StringCallBack", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#34" - } - ], - "name": "ILuaMessengerString", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#32" - }, - { - "namespace": "", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#12" - } - ], - "name": "DoNotObfuscateNGUI", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#12" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILuaMessengerBase"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "int" }], - "isStatic": false, - "name": "IntCallBack", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#40" - } - ], - "name": "ILuaMessengerInt", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#38" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AudioSource", - "name": "audioSource", - "comment": "Audio source used to play UI sounds. NGUI will create one for you automatically, but you can specify it yourself as well if you like.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#26" - }, - { - "typeName": "float", - "name": "soundVolume", - "comment": "Globally accessible volume affecting all sounds played via NGUITools.PlaySound().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#35" - }, - { - "typeName": "bool", - "name": "fileAccess", - "comment": "Helper function -- whether the disk access is allowed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#61" - }, - { - "typeName": "string", - "name": "clipboard", - "comment": "Access to the clipboard via undocumented APIs.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1914" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "screenSize", - "comment": "Size of the game view cannot be retrieved from Screen.width and Screen.height when the game view is hidden.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2212" - }, - { - "typeName": "UnityEngine.KeyCode[]", - "name": "keys", - "comment": "List of keys that can be checked.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2284" - } - ], - "methods": [ - { - "returnTypeName": "AudioSource", - "params": [{ "name": "clip", "typeName": "UnityEngine.AudioClip" }], - "isStatic": true, - "name": "PlaySound", - "comment": "Play the specified audio clip.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#81" - }, - { - "returnTypeName": "AudioSource", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AudioClip" }, - { "name": "volume", "typeName": "float" } - ], - "isStatic": true, - "name": "PlaySound", - "comment": "Play the specified audio clip with the specified volume.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#87" - }, - { - "returnTypeName": "AudioSource", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AudioClip" }, - { "name": "volume", "typeName": "float" }, - { "name": "pitch", "typeName": "float" } - ], - "isStatic": true, - "name": "PlaySound", - "comment": "Play the specified audio clip with the specified volume and pitch.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#96" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "min", "typeName": "int" }, - { "name": "max", "typeName": "int" } - ], - "isStatic": true, - "name": "RandomRange", - "comment": "Same as Random.Range, but the returned value is between min and max, inclusive. \n Unity's Random.Range is less than max instead, unless min == max. \n This means Range(0,1) produces 0 instead of 0 or 1. That's unacceptable.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#199" - }, - { - "returnTypeName": "String", - "params": [{ "name": "obj", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "GetHierarchy", - "comment": "Returns the hierarchy of the object in a human-readable format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#209" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "FindActive", - "comment": "Find all active objects of specified type.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#226" - }, - { - "returnTypeName": "Camera", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": true, - "name": "FindCameraForLayer", - "comment": "Find the camera responsible for drawing the objects on the specified layer.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#235" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "AddWidgetCollider", - "comment": "Add a collider to the game object containing one or more widgets.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#274" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "AddWidgetCollider", - "comment": "Add a collider to the game object containing one or more widgets.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#280" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#340" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#349" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "box", "typeName": "UnityEngine.BoxCollider" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#369" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "UIWidget" }], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#409" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "box", "typeName": "UnityEngine.BoxCollider" } - ], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#421" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "UIWidget" }, - { "name": "box", "typeName": "UnityEngine.BoxCollider2D" } - ], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#460" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "box", "typeName": "UnityEngine.BoxCollider2D" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "UpdateWidgetCollider", - "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#520" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetTypeName", - "comment": "Helper function that returns the string name of the type.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#596" - }, - { - "returnTypeName": "String", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "GetTypeName", - "comment": "Helper function that returns the string name of the type.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#608" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterUndo", - "comment": "Convenience method that works without warnings in both Unity 3 and 4.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#621" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "undoName", "typeName": "string" } - ], - "isStatic": true, - "name": "SetDirty", - "comment": "Convenience function that marks the specified object as dirty in the Unity Editor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#633" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gameObject", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": true, - "name": "CheckForPrefabStage", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#660" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "parent", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": true, - "name": "AddChild", - "comment": "Add a new child game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#702" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "CalculateRaycastDepth", - "comment": "Calculate the game object's depth based on the widgets within, and also taking panel depth into consideration.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#824" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "CalculateNextDepth", - "comment": "Gathers all widgets and calculates the depth for the next widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#877" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "ignoreChildrenWithColliders", "typeName": "bool" } - ], - "isStatic": true, - "name": "CalculateNextDepth", - "comment": "Gathers all widgets and calculates the depth for the next widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#900" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "adjustment", "typeName": "int" } - ], - "isStatic": true, - "name": "AdjustDepth", - "comment": "Adjust the widgets' depth by the specified value. \n Returns '0' if nothing was adjusted, '1' if panels were adjusted, and '2' if widgets were adjusted.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#932" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "BringForward", - "comment": "Bring all of the widgets on the specified object forward.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#978" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "PushBack", - "comment": "Push all of the widgets on the specified object back, making them appear behind everything else.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#989" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "NormalizeDepths", - "comment": "Normalize the depths of all the widgets and panels in the scene, making them start from 0 and remain in order.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1000" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "NormalizeWidgetDepths", - "comment": "Normalize the depths of all the widgets in the scene, making them start from 0 and remain in order.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1010" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "NormalizeWidgetDepths", - "comment": "Normalize the depths of all the widgets in the scene, making them start from 0 and remain in order.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1019" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "list", "typeName": "UIWidget[]" }], - "isStatic": true, - "name": "NormalizeWidgetDepths", - "comment": "Normalize the depths of all the widgets in the scene, making them start from 0 and remain in order.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1028" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "NormalizePanelDepths", - "comment": "Normalize the depths of all the panels in the scene, making them start from 0 and remain in order.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1060" - }, - { - "returnTypeName": "UIPanel", - "params": [{ "name": "advanced3D", "typeName": "bool" }], - "isStatic": true, - "name": "CreateUI", - "comment": "Create a new UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1093" - }, - { - "returnTypeName": "UIPanel", - "params": [ - { "name": "advanced3D", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateUI", - "comment": "Create a new UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1099" - }, - { - "returnTypeName": "UIPanel", - "params": [ - { "name": "trans", "typeName": "UnityEngine.Transform" }, - { "name": "advanced3D", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateUI", - "comment": "Create a new UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1105" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "GetRoot", - "comment": "Get the rootmost object of the specified game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1351" - }, - { - "returnTypeName": "T", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "FindInParents", - "comment": "Finds the specified component on the game object or one of its parents. \n This function has become obsolete with Unity 4.3.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1369" - }, - { - "returnTypeName": "T", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "FindInParents", - "comment": "Finds the specified component on the game object or one of its parents. \n This function has become obsolete with Unity 4.3.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1394" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "Destroy", - "comment": "Destroy the specified object, immediately if in edit mode.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1418" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "DestroyImmediate", - "comment": "Destroy the specified object immediately, unless not in the editor, in which case the regular Destroy is used instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1478" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "funcName", "typeName": "string" }], - "isStatic": true, - "name": "Broadcast", - "comment": "Call the specified function on all objects in the scene.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1491" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "funcName", "typeName": "string" }, - { "name": "param", "typeName": "object" } - ], - "isStatic": true, - "name": "Broadcast", - "comment": "Call the specified function on all objects in the scene.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1501" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "parent", "typeName": "UnityEngine.Transform" }, - { "name": "child", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "IsChild", - "comment": "Determines whether the 'parent' contains a 'child' in its hierarchy.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1511" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetActive", - "comment": "SetActiveRecursively enables children before parents. This is a problem when a widget gets re-enabled \n and it tries to find a panel on its parent.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1569" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" }, - { "name": "compatibilityMode", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetActive", - "comment": "SetActiveRecursively enables children before parents. This is a problem when a widget gets re-enabled \n and it tries to find a panel on its parent.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1576" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetActiveChildren", - "comment": "Activate or deactivate children of the specified game object without changing the active state of the object itself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1610" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "mb", "typeName": "UnityEngine.Behaviour" }], - "isStatic": true, - "name": "IsActive", - "comment": "Helper function that returns whether the specified MonoBehaviour is active.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1637" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "mb", "typeName": "UnityEngine.Behaviour" }], - "isStatic": true, - "name": "GetActive", - "comment": "Helper function that returns whether the specified MonoBehaviour is active.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1648" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "GetActive", - "comment": "Unity4 has changed GameObject.active to GameObject.activeself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1659" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetActiveSelf", - "comment": "Unity4 has changed GameObject.active to GameObject.SetActive.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1670" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "SetLayer", - "comment": "Recursively set the game object's layer.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1679" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Round", - "comment": "Helper function used to make the vector use integer numbers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1696" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "MakePixelPerfect", - "comment": "Make the specified selection pixel-perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1708" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "bytes", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Save", - "comment": "Save the specified binary data into the specified file.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1830" - }, - { - "returnTypeName": "", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": true, - "name": "Load", - "comment": "Load all binary data from the specified file.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1867" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "ApplyPMA", - "comment": "Pre-multiply shaders result in a black outline if this operation is done in the shader. It's better to do it outside.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1888" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "MarkParentAsChanged", - "comment": "Inform all widgets underneath the specified object that the parent has changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1903" - }, - { - "returnTypeName": "String", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "EncodeColor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1940" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "ParseColor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1943" - }, - { - "returnTypeName": "String", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "StripSymbols", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1946" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": true, - "name": "GetFuncName", - "comment": "Convenience function that converts Class + Function combo into Class.Function representation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2146" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "funcName", "typeName": "string" } - ], - "isStatic": true, - "name": "Execute", - "comment": "Execute the specified function on the target game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2160" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "root", "typeName": "UnityEngine.GameObject" }, - { "name": "funcName", "typeName": "string" } - ], - "isStatic": true, - "name": "ExecuteAll", - "comment": "Execute the specified function on the target game object and all of its children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2179" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "root", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "ImmediatelyCreateDrawCalls", - "comment": "Immediately start, update, and create all the draw calls from newly instantiated UI. \n This is useful if you plan on doing something like immediately taking a screenshot then destroying the UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2192" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], - "isStatic": true, - "name": "KeyToCaption", - "comment": "Helper function that converts the specified key to a 3-character key identifier for captions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2440" - }, - { - "returnTypeName": "KeyCode", - "params": [{ "name": "caption", "typeName": "string" }], - "isStatic": true, - "name": "CaptionToKey", - "comment": "The opposite of KeyToCaption() function that converts the string representation to its KeyCode value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2601" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "onInit", "typeName": "NGUITools.OnInitFunc" } - ], - "isStatic": true, - "name": "Draw", - "comment": "Immediately add a new widget to the screen or return an existing one that matches the specified ID. \n The usage of this function is very similar to GUI.Draw in a sense that it can be used to quickly \n show persistent widgets via code.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2767" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "INGUIAtlas" }, - { "name": "b", "typeName": "INGUIAtlas" } - ], - "isStatic": true, - "name": "CheckIfRelated", - "comment": "Helper function that determines whether the two atlases are related.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2861" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "before", "typeName": "INGUIAtlas" }, - { "name": "after", "typeName": "INGUIAtlas" } - ], - "isStatic": true, - "name": "Replace", - "comment": "Replace all atlas reference of one atlas with another.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2871" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "INGUIFont" }, - { "name": "b", "typeName": "INGUIFont" } - ], - "isStatic": true, - "name": "CheckIfRelated", - "comment": "Helper function that determines whether the two atlases are related.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2938" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": false, - "name": "AddChild", - "comment": "Add a new child game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#708" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "undo", "typeName": "bool" }], - "isStatic": false, - "name": "AddChild", - "comment": "Add a new child game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#714" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "undo", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "AddChild", - "comment": "Add a new child game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#720" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "prefab", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "AddChild", - "comment": "Instantiate an object and add it to the specified parent.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#745" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "prefab", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "AddChild", - "comment": "Instantiate an object and add it to the specified parent.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#762" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "prefab", "typeName": "UnityEngine.GameObject" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "AddChild", - "comment": "Instantiate an object and add it to the specified parent.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#768" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": false, - "name": "SetChildLayer", - "comment": "Helper function that recursively sets all children with widgets' game objects layers to the specified value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1268" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "AddChild", - "comment": "Add a child object to the specified parent and attaches the specified script to it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1284" - }, - { - "returnTypeName": "T", - "params": [{ "name": "undo", "typeName": "bool" }], - "isStatic": false, - "name": "AddChild", - "comment": "Add a child object to the specified parent and attaches the specified script to it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1302" - }, - { - "returnTypeName": "T", - "params": [{ "name": "depth", "typeName": "int" }], - "isStatic": false, - "name": "AddWidget", - "comment": "Add a new widget of specified type.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1320" - }, - { - "returnTypeName": "UISprite", - "params": [ - { "name": "atlas", "typeName": "INGUIAtlas" }, - { "name": "spriteName", "typeName": "string" }, - { "name": "depth", "typeName": "int" } - ], - "isStatic": false, - "name": "AddSprite", - "comment": "Add a sprite appropriate for the specified atlas sprite. \n It will be sliced if the sprite has an inner rect, and a regular sprite otherwise.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1337" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DestroyChildren", - "comment": "Convenience extension that destroys all children of the transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1457" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "t", "typeName": "UnityEngine.Transform" }, - { "name": "considerInactive", "typeName": "bool" }, - { "name": "considerChildren", "typeName": "bool" } - ], - "isStatic": false, - "name": "FitOnScreen", - "comment": "Given the root widget, adjust its position so that it fits on the screen.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1731" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "FitOnScreen", - "comment": "Fit the specified NGUI hierarchy on the screen. \n Example: uiCamera.FitOnScreen(contentObjectTransform, UICamera.lastEventPosition);\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1757" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "content", "typeName": "UnityEngine.Transform" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "FitOnScreen", - "comment": "Fit the specified NGUI hierarchy on the screen. \n Example: uiCamera.FitOnScreen(rootObjectTransform, contentObjectTransform, UICamera.lastEventPosition);\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1767" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "content", "typeName": "UnityEngine.Transform" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "considerInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "FitOnScreen", - "comment": "Fit the specified NGUI hierarchy on the screen. \n Example: uiCamera.FitOnScreen(rootObjectTransform, contentObjectTransform, UICamera.lastEventPosition);\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1778" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "AddMissingComponent", - "comment": "Extension for the game object that checks to see if the component already exists before adding a new one. \n If the component is already present it will be returned instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1953" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetSides", - "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1982" - }, - { - "returnTypeName": "", - "params": [{ "name": "depth", "typeName": "float" }], - "isStatic": false, - "name": "GetSides", - "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1991" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2000" - }, - { - "returnTypeName": "", - "params": [ - { "name": "depth", "typeName": "float" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2009" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetWorldCorners", - "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2067" - }, - { - "returnTypeName": "", - "params": [{ "name": "depth", "typeName": "float" }], - "isStatic": false, - "name": "GetWorldCorners", - "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2077" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetWorldCorners", - "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2086" - }, - { - "returnTypeName": "", - "params": [ - { "name": "depth", "typeName": "float" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetWorldCorners", - "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2095" - }, - { - "returnTypeName": "Color", - "params": [], - "isStatic": false, - "name": "GammaToLinearSpace", - "comment": "Transforms this color from gamma to linear space, but only if the active color space is actually set to linear.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2819" - }, - { - "returnTypeName": "Color", - "params": [], - "isStatic": false, - "name": "LinearToGammaSpace", - "comment": "Transforms this color from linear to gamma space, but only if the active color space is actually set to linear.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2839" - } - ], - "name": "NGUITools", - "comment": "Helper class containing generic functions used throughout the UI library.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#18" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "itemSize", - "comment": "Width or height of the child items for positioning purposes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#29" - }, - { - "typeName": "bool", - "name": "cullContent", - "comment": "Whether the content will be automatically culled. Enabling this will improve performance in scroll views that contain a lot of items.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#35" - }, - { - "typeName": "int", - "name": "minIndex", - "comment": "Minimum allowed index for items. If \"min\" is equal to \"max\" then there is no limit. \n For vertical scroll views indices increment with the Y position (towards top of the screen).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#42" - }, - { - "typeName": "int", - "name": "maxIndex", - "comment": "Maximum allowed index for items. If \"min\" is equal to \"max\" then there is no limit. \n For vertical scroll views indices increment with the Y position (towards top of the screen).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#49" - }, - { - "typeName": "bool", - "name": "hideInactive", - "comment": "Whether hidden game objects will be ignored for the purpose of calculating bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#55" - }, - { - "typeName": "UIWrapContent.OnInitializeItem", - "name": "onInitializeItem", - "comment": "Callback that will be called every time an item needs to have its content updated. \n The 'wrapIndex' is the index within the child list, and 'realIndex' is the index using position logic.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#62" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SortBasedOnScrollMovement", - "comment": "Immediately reposition all children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#94" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SortAlphabetically", - "comment": "Immediately reposition all children, sorting them alphabetically.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#118" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WrapContent", - "comment": "Wrap all content, repositioning all children as needed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#170" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#21" - } - ], - "name": "UIWrapContent", - "comment": "This script makes it possible for a scroll view to wrap its content, creating endless scroll views. \n Usage: simply attach this script underneath your scroll view where you would normally place a UIGrid: \n \n + Scroll View \n |- UIWrappedContent \n |-- Item 1 \n |-- Item 2 \n |-- Item 3\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#21" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIRoot.Scaling", - "name": "Flexible", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#26" - }, - { - "typeName": "UIRoot.Scaling", - "name": "Constrained", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#27" - }, - { - "typeName": "UIRoot.Scaling", - "name": "ConstrainedOnMobiles", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#28" - } - ], - "methods": [ - { - "returnTypeName": "UIRoot.Scaling", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#24" - } - ], - "name": "Scaling", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#24" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "T" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "w", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" - } - ], - "name": "OnInitFunc", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIRoot.Constraint", - "name": "Fit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#33" - }, - { - "typeName": "UIRoot.Constraint", - "name": "Fill", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#34" - }, - { - "typeName": "UIRoot.Constraint", - "name": "FitWidth", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#35" - }, - { - "typeName": "UIRoot.Constraint", - "name": "FitHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#36" - } - ], - "methods": [ - { - "returnTypeName": "UIRoot.Constraint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#31" - } - ], - "name": "Constraint", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#31" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "MessageKeys", - "name": "LuaScriptsLoaded", - "comment": "Lua脚本加载(require)完成\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#6" - }, - { - "typeName": "MessageKeys", - "name": "LoginEntered", - "comment": "进入登录状态\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#11" - }, - { - "typeName": "MessageKeys", - "name": "LoginGameSystemEntered", - "comment": "进入登录GameSystem状态\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#16" - }, - { - "typeName": "MessageKeys", - "name": "CreatingPlayerEntered", - "comment": "进入创角状态\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#21" - }, - { - "typeName": "MessageKeys", - "name": "HallEntered", - "comment": "进入大厅\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#26" - }, - { - "typeName": "MessageKeys", - "name": "HallExited", - "comment": "退出大厅\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#31" - }, - { - "typeName": "MessageKeys", - "name": "LoginGameWorldEntered", - "comment": "进入登录GameWorld的状态\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#36" - }, - { - "typeName": "MessageKeys", - "name": "InitializeFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#38" - }, - { - "typeName": "MessageKeys", - "name": "SceneLoadStateChange", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#45" - }, - { - "typeName": "MessageKeys", - "name": "SceneTriggerEnter", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#47" - }, - { - "typeName": "MessageKeys", - "name": "SceneTriggerExit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#49" - }, - { - "typeName": "MessageKeys", - "name": "GameOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#51" - }, - { - "typeName": "MessageKeys", - "name": "LuaStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#54" - } - ], - "methods": [ - { - "returnTypeName": "MessageKeys", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#1" - } - ], - "name": "MessageKeys", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#1" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIColorPicker", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#17" - }, - { - "typeName": "UnityEngine.Color", - "name": "value", - "comment": "Color picker's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#23" - }, - { - "typeName": "UIWidget", - "name": "selectionWidget", - "comment": "Widget that will be positioned above the current color selection. This value is optional.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#29" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onChange", - "comment": "Delegate that will be called when the color picker is being interacted with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#35" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Select", - "comment": "Select the color under the specified relative coordinate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#124" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": "Select", - "comment": "Select the specified color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#149" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "Sample", - "comment": "Choose a color, given X and Y in 0-1 range.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#209" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#15" - } - ], - "name": "UIColorPicker", - "comment": "Attach this script to a UITexture to turn it into a color picker. \n The color picking texture will be generated automatically.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIRect.AnchorPoint", - "name": "leftAnchor", - "comment": "Left side anchor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#137" - }, - { - "typeName": "UIRect.AnchorPoint", - "name": "rightAnchor", - "comment": "Right side anchor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#143" - }, - { - "typeName": "UIRect.AnchorPoint", - "name": "bottomAnchor", - "comment": "Bottom side anchor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#149" - }, - { - "typeName": "UIRect.AnchorPoint", - "name": "topAnchor", - "comment": "Top side anchor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#155" - }, - { - "typeName": "UIRect.AnchorUpdate", - "name": "updateAnchors", - "comment": "Whether anchors will be recalculated on every update.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#168" - }, - { - "typeName": "float", - "name": "finalAlpha", - "comment": "Final calculated alpha.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#190" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "cachedGameObject", - "comment": "Game object gets cached for speed. Can't simply return 'mGo' set in Awake because this function may be called on a prefab.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#196" - }, - { - "typeName": "UnityEngine.Transform", - "name": "cachedTransform", - "comment": "Transform gets cached for speed. Can't simply return 'mTrans' set in Awake because this function may be called on a prefab.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#202" - }, - { - "typeName": "UnityEngine.Camera", - "name": "anchorCamera", - "comment": "Camera used by anchors.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#208" - }, - { - "typeName": "bool", - "name": "isFullyAnchored", - "comment": "Whether the rectangle is currently anchored fully on all sides.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#214" - }, - { - "typeName": "bool", - "name": "isAnchoredHorizontally", - "comment": "Whether the rectangle is anchored horizontally.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#220" - }, - { - "typeName": "bool", - "name": "isAnchoredVertically", - "comment": "Whether the rectangle is anchored vertically.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#226" - }, - { - "typeName": "bool", - "name": "canBeAnchored", - "comment": "Whether the rectangle can be anchored.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#232" - }, - { - "typeName": "UIRect", - "name": "parent", - "comment": "Get the rectangle's parent, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#238" - }, - { - "typeName": "UIRoot", - "name": "root", - "comment": "Get the root object, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#255" - }, - { - "typeName": "bool", - "name": "isAnchored", - "comment": "Returns 'true' if the widget is currently anchored on any side.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#274" - }, - { - "typeName": "float", - "name": "alpha", - "comment": "Local alpha, not relative to anything.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#286" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "localCorners", - "comment": "Local-space corners of the UI rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#298" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "worldCorners", - "comment": "World-space corners of the UI rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#304" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "frameID", "typeName": "int" }], - "isStatic": false, - "name": "CalculateFinalAlpha", - "comment": "Get the final cumulative alpha.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#292" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "includeChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Invalidate", - "comment": "Sets the local 'changed' flag, indicating that some parent value(s) are now be different, such as alpha for example.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#337" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#353" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Set anchor rect references on start.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#462" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "Rectangles need to update in a specific order -- parents before children. \n When deriving from this class, override its OnUpdate() function instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#477" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateAnchors", - "comment": "Manually update anchored sides.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#553" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "SetAnchor", - "comment": "Anchor this rectangle to the specified transform. \n Note that this function will not keep the rectangle's current dimensions, but will instead assume the target's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#574" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": false, - "name": "SetAnchor", - "comment": "Anchor this rectangle to the specified transform. \n Note that this function will not keep the rectangle's current dimensions, but will instead assume the target's dimensions.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#590" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "left", "typeName": "int" }, - { "name": "bottom", "typeName": "int" }, - { "name": "right", "typeName": "int" }, - { "name": "top", "typeName": "int" } - ], - "isStatic": false, - "name": "SetAnchor", - "comment": "Anchor this rectangle to the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#607" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "left", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "top", "typeName": "float" } - ], - "isStatic": false, - "name": "SetAnchor", - "comment": "Anchor this rectangle to the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#634" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "left", "typeName": "float" }, - { "name": "leftOffset", "typeName": "int" }, - { "name": "bottom", "typeName": "float" }, - { "name": "bottomOffset", "typeName": "int" }, - { "name": "right", "typeName": "float" }, - { "name": "rightOffset", "typeName": "int" }, - { "name": "top", "typeName": "float" }, - { "name": "topOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "SetAnchor", - "comment": "Anchor this rectangle to the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#661" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "leftOffset", "typeName": "int" }, - { "name": "bottom", "typeName": "float" }, - { "name": "bottomOffset", "typeName": "int" }, - { "name": "right", "typeName": "float" }, - { "name": "rightOffset", "typeName": "int" }, - { "name": "top", "typeName": "float" }, - { "name": "topOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "SetAnchor", - "comment": "Anchor this rectangle to the specified transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#692" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "int" }, - { "name": "top", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "SetScreenRect", - "comment": "Set the rect of the widget to the specified X, Y, width and height, anchored to the top-left corner of the screen. \n Convenience function for those familiar with GUI.Draw.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#724" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetAnchors", - "comment": "Ensure that all rect references are set correctly on the anchors.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#733" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetAndUpdateAnchors", - "comment": "Convenience method that resets and updates the anchors, all at once.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#756" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": false, - "name": "SetRect", - "comment": "Set the rectangle manually. XY is the bottom-left corner.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#762" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ParentHasChanged", - "comment": "Call this function when the rectangle's parent has changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#786" - } - ], - "name": "UIRect", - "comment": "Abstract UI rectangle containing functionality common to both panels and widgets. \n A UI rectangle contains 4 anchor points (one for each side), and it ensures that they are updated in the proper order.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#13" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "wrapIndex", "typeName": "int" }, - { "name": "realIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "wrapIndex", "typeName": "int" }, - { "name": "realIndex", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" - } - ], - "name": "OnInitializeItem", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" - }, - { - "namespace": "", - "baseClass": "UIWidget", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UILabel", - "name": "label", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#16" - }, - { - "typeName": "int", - "name": "fillFrame", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#17" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "cacheVerts", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#20" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "cacheUVs", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#21" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "cacheCols", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#22" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "symbolVerts", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#25" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "symbolUVs", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#26" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "symbolCols", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#27" - }, - { - "typeName": "bool", - "name": "isSelectable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#29" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#31" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearCache", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#44" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#80" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#14" - } - ], - "name": "UILabelSymbols", - "comment": "Used automatically by UILabel when symbols are not in the same atlas as the font. Don't try to add this to anything yourself.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIInput", - "name": "current", - "comment": "Currently active input field. Only valid during callbacks.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#78" - }, - { - "typeName": "UIInput", - "name": "selection", - "comment": "Currently selected input field, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#84" - }, - { - "typeName": "UILabel", - "name": "label", - "comment": "Text label used to display the input's value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#90" - }, - { - "typeName": "UIInput.InputType", - "name": "inputType", - "comment": "Type of data expected by the input field.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#96" - }, - { - "typeName": "UIInput.OnReturnKey", - "name": "onReturnKey", - "comment": "What to do when the Return key is pressed on the keyboard.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#102" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "keyboardType", - "comment": "Keyboard type applies to mobile keyboards that get shown.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#108" - }, - { - "typeName": "bool", - "name": "hideInput", - "comment": "Whether the input will be hidden on mobile platforms.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#114" - }, - { - "typeName": "bool", - "name": "selectAllTextOnFocus", - "comment": "Whether all text will be selected when the input field gains focus.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#121" - }, - { - "typeName": "bool", - "name": "submitOnUnselect", - "comment": "Whether the input text will be submitted when the input field gets unselected. By default this is off, and submit event will only be called when Enter is used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#127" - }, - { - "typeName": "UIInput.Validation", - "name": "validation", - "comment": "What kind of validation to use with the input field's data.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#133" - }, - { - "typeName": "int", - "name": "characterLimit", - "comment": "Maximum number of characters allowed before input no longer works.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#139" - }, - { - "typeName": "string", - "name": "savedAs", - "comment": "Field in player prefs used to automatically save the value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#145" - }, - { - "typeName": "UnityEngine.Color", - "name": "activeTextColor", - "comment": "Color of the label when the input field has focus.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#157" - }, - { - "typeName": "UnityEngine.Color", - "name": "caretColor", - "comment": "Color used by the caret symbol.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#163" - }, - { - "typeName": "UnityEngine.Color", - "name": "selectionColor", - "comment": "Color used by the selection rectangle.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#169" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onSubmit", - "comment": "Event delegates triggered when the input field submits its data.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#175" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onChange", - "comment": "Event delegates triggered when the input field's text changes for any reason.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#181" - }, - { - "typeName": "UIInput.OnValidate", - "name": "onValidate", - "comment": "Custom validation callback.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#187" - }, - { - "typeName": "string", - "name": "defaultText", - "comment": "Default text used by the input's label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#226" - }, - { - "typeName": "UnityEngine.Color", - "name": "defaultColor", - "comment": "Text's default color when not selected.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#245" - }, - { - "typeName": "bool", - "name": "inputShouldBeHidden", - "comment": "Should the input be hidden?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#263" - }, - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#272" - }, - { - "typeName": "string", - "name": "value", - "comment": "Input field's current text value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#278" - }, - { - "typeName": "bool", - "name": "selected", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#347" - }, - { - "typeName": "bool", - "name": "isSelected", - "comment": "Whether the input is currently selected.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#353" - }, - { - "typeName": "int", - "name": "cursorPosition", - "comment": "Current position of the cursor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#370" - }, - { - "typeName": "int", - "name": "selectionStart", - "comment": "Index of the character where selection begins.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#396" - }, - { - "typeName": "int", - "name": "selectionEnd", - "comment": "Index of the character where selection ends.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#422" - }, - { - "typeName": "UITexture", - "name": "caret", - "comment": "Caret, in case it's needed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#448" - }, - { - "typeName": "System.Action", - "name": "onUpArrow", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1127" - }, - { - "typeName": "System.Action", - "name": "onDownArrow", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1128" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "notify", "typeName": "bool" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set the input field's value. If setting the initial value, call Start() first.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#295" - }, - { - "returnTypeName": "String", - "params": [{ "name": "val", "typeName": "string" }], - "isStatic": false, - "name": "Validate", - "comment": "Validate the specified text, returning the validated version.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#454" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Automatically set the value by loading it from player prefs if possible.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#477" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ev", "typeName": "UnityEngine.Event" }], - "isStatic": false, - "name": "ProcessEvent", - "comment": "Handle the specified event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#900" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Submit", - "comment": "Submit the input field's text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1293" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateLabel", - "comment": "Update the visual text label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1313" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveFocus", - "comment": "Convenience function to be used as a callback that will clear the input field's focus.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1574" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SaveValue", - "comment": "Convenience function that can be used as a callback for On Change notification.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1580" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LoadValue", - "comment": "Convenience function that can forcefully reset the input field's value to what was saved earlier.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1586" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#19" - } - ], - "name": "UIInput", - "comment": "Input field makes it possible to enter custom information within the UI.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#19" - }, - { - "namespace": "", - "baseClass": "UIKeyNavigation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIButtonKeys", - "name": "selectOnClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#16" - }, - { - "typeName": "UIButtonKeys", - "name": "selectOnUp", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#17" - }, - { - "typeName": "UIButtonKeys", - "name": "selectOnDown", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#18" - }, - { - "typeName": "UIButtonKeys", - "name": "selectOnLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#19" - }, - { - "typeName": "UIButtonKeys", - "name": "selectOnRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#20" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Upgrade", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#28" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#14" - } - ], - "name": "UIButtonKeys", - "comment": "Deprecated component. Use UIKeyNavigation instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "minLimit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#10" - }, - { - "typeName": "float", - "name": "maxLimit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#10" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "minLimit", "typeName": "float" }, - { "name": "maxLimit", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#12" - } - ], - "name": "MinMaxRangeAttribute", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#8" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIProgressBar.FillDirection", - "name": "LeftToRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#19" - }, - { - "typeName": "UIProgressBar.FillDirection", - "name": "RightToLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#20" - }, - { - "typeName": "UIProgressBar.FillDirection", - "name": "BottomToTop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#21" - }, - { - "typeName": "UIProgressBar.FillDirection", - "name": "TopToBottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#22" - } - ], - "methods": [ - { - "returnTypeName": "UIProgressBar.FillDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#17" - } - ], - "name": "FillDirection", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#17" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" - } - ], - "name": "OnDragFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "targetRoot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#17" - }, - { - "typeName": "int", - "name": "padLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#18" - }, - { - "typeName": "int", - "name": "padRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#19" - }, - { - "typeName": "int", - "name": "padBottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#20" - }, - { - "typeName": "int", - "name": "padTop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#21" - }, - { - "typeName": "bool", - "name": "ignoreDisabled", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#22" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Execute", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#35" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#15" - } - ], - "name": "EnvelopContent", - "comment": "This script is capable of resizing the widget it's attached to in order to \n completely envelop targeted UI content.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "alpha", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedAlpha.cs#16" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedAlpha.cs#13" - } - ], - "name": "AnimatedAlpha", - "comment": "Makes it possible to animate alpha of the widget or a panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedAlpha.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "activate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#17" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "deactivate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#18" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Toggle", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#47" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#15" - } - ], - "name": "UIToggledObjects", - "comment": "Example script showing how to activate or deactivate a game object when a toggle's state changes. \n OnActivate event is sent out by the UIToggle script.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#15" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UICamera.ControlScheme", - "name": "Mouse", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#47" - }, - { - "typeName": "UICamera.ControlScheme", - "name": "Touch", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#48" - }, - { - "typeName": "UICamera.ControlScheme", - "name": "Controller", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#49" - } - ], - "methods": [ - { - "returnTypeName": "UICamera.ControlScheme", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#45" - } - ], - "name": "ControlScheme", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#45" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "TweenLetters.AnimationProperties", - "name": "hoverOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#75" - }, - { - "typeName": "TweenLetters.AnimationProperties", - "name": "hoverOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#76" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "forward", "typeName": "bool" }], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#104" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#13" - } - ], - "name": "TweenLetters", - "comment": "Attaching this script to a label will make the label's letters animate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": ["INGUIAtlas"], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "spriteMaterial", - "comment": "Material used by the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#72" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the atlas is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#109" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "spriteList", - "comment": "List of sprites within the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#129" - }, - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "Texture used by the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#150" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Pixel size is a multiplier applied to widgets dimensions when performing MakePixelPerfect() pixel correction. \n Most obvious use would be on retina screen displays. The resolution doubles, but with UIRoot staying the same \n for layout purposes, you can still get extra sharpness by switching to an HD atlas that has pixel size set to 0.5.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#165" - }, - { - "typeName": "INGUIAtlas", - "name": "replacement", - "comment": "Setting a replacement atlas value will cause everything using this atlas to use the replacement atlas instead. \n Suggested use: set up all your widgets to use a dummy atlas that points to the real atlas. Switching that atlas \n to another one (for example an HD atlas) is then a simple matter of setting this field on your dummy atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#199" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience function that retrieves a sprite by name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#225" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkSpriteListAsChanged", - "comment": "Rebuild the sprite indices. Call this after modifying the spriteList at run time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#286" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SortAlphabetically", - "comment": "Sort the list of sprites within the atlas, making them alphabetical.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#302" - }, - { - "returnTypeName": "BetterList", - "params": [], - "isStatic": false, - "name": "GetListOfSprites", - "comment": "Convenience function that retrieves a list of all sprite names.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#314" - }, - { - "returnTypeName": "BetterList", - "params": [{ "name": "match", "typeName": "string" }], - "isStatic": false, - "name": "GetListOfSprites", - "comment": "Convenience function that retrieves a list of all sprite names that contain the specified phrase\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#334" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], - "isStatic": false, - "name": "References", - "comment": "Helper function that determines whether the atlas uses the specified one, taking replacements into account.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#383" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "Mark all widgets associated with this atlas as having changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#395" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#16" - } - ], - "name": "UIAtlas", - "comment": "UI Atlas contains a collection of sprites inside one large texture atlas. \n This is the legacy atlas component, kept for full backwards compatibility. All newly created UIs should use NGUIAtlas-based atlases instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#16" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UICamera.ClickNotification", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#58" - }, - { - "typeName": "UICamera.ClickNotification", - "name": "Always", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#59" - }, - { - "typeName": "UICamera.ClickNotification", - "name": "BasedOnDelta", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#60" - } - ], - "methods": [ - { - "returnTypeName": "UICamera.ClickNotification", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#56" - } - ], - "name": "ClickNotification", - "comment": "Whether the touch event will be sending out the OnClick notification at the end.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#56" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.KeyCode", - "name": "key", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#69" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pos", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#70" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "lastPos", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#71" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "delta", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#72" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "totalDelta", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#73" - }, - { - "typeName": "UnityEngine.Camera", - "name": "pressedCam", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#75" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "last", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#77" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#78" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "pressed", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#79" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "dragged", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#80" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "lastClickGO", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#81" - }, - { - "typeName": "float", - "name": "pressTime", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#83" - }, - { - "typeName": "float", - "name": "clickTime", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#84" - }, - { - "typeName": "UICamera.ClickNotification", - "name": "clickNotification", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#86" - }, - { - "typeName": "bool", - "name": "touchBegan", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#87" - }, - { - "typeName": "bool", - "name": "pressStarted", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#88" - }, - { - "typeName": "bool", - "name": "dragStarted", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#89" - }, - { - "typeName": "int", - "name": "ignoreDelta", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#90" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "Delta time since the touch operation started.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#96" - }, - { - "typeName": "bool", - "name": "isOverUI", - "comment": "Returns whether this touch is currently over a UI element.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#102" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#67" - } - ], - "name": "MouseOrTouch", - "comment": "Ambiguous mouse, touch, or controller event.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#67" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UICamera.EventType", - "name": "World_3D", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#117" - }, - { - "typeName": "UICamera.EventType", - "name": "UI_3D", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#118" - }, - { - "typeName": "UICamera.EventType", - "name": "World_2D", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#119" - }, - { - "typeName": "UICamera.EventType", - "name": "UI_2D", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#120" - } - ], - "methods": [ - { - "returnTypeName": "UICamera.EventType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#115" - } - ], - "name": "EventType", - "comment": "Camera type controls how raycasts are handled by the UICamera.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#115" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "key", "typeName": "UnityEngine.KeyCode" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" - } - ], - "name": "GetKeyStateFunc", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" - } - ], - "name": "GetAxisFunc", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" - } - ], - "name": "GetAnyKeyFunc", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" - }, - { - "returnTypeName": "MouseOrTouch", - "params": [{ "name": "button", "typeName": "int" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "button", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" - }, - { - "returnTypeName": "MouseOrTouch", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" - } - ], - "name": "GetMouseDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" - }, - { - "returnTypeName": "MouseOrTouch", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "createIfMissing", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "createIfMissing", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" - }, - { - "returnTypeName": "MouseOrTouch", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" - } - ], - "name": "GetTouchDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" - } - ], - "name": "RemoveTouchDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" - } - ], - "name": "OnScreenResize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UICamera.ProcessEventsIn", - "name": "Update", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#258" - }, - { - "typeName": "UICamera.ProcessEventsIn", - "name": "LateUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#259" - } - ], - "methods": [ - { - "returnTypeName": "UICamera.ProcessEventsIn", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#256" - } - ], - "name": "ProcessEventsIn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#256" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" - } - ], - "name": "OnCustomInput", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" - } - ], - "name": "OnSchemeChange", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "delta", "typeName": "UnityEngine.Vector2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" - } - ], - "name": "MoveDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "target", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#18" - }, - { - "typeName": "float", - "name": "relative", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#19" - }, - { - "typeName": "int", - "name": "absolute", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#20" - }, - { - "typeName": "UIRect", - "name": "rect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#23" - }, - { - "typeName": "UnityEngine.Camera", - "name": "targetCam", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#26" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#28" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "relative", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#29" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relative", "typeName": "float" }, - { "name": "absolute", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Convenience function that sets the anchor's values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#35" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.Transform" }, - { "name": "relative", "typeName": "float" }, - { "name": "absolute", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Convenience function that sets the anchor's values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#45" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "abs0", "typeName": "float" }, - { "name": "abs1", "typeName": "float" }, - { "name": "abs2", "typeName": "float" } - ], - "isStatic": false, - "name": "SetToNearest", - "comment": "Set the anchor's value to the nearest of the 3 possible choices of (left, center, right) or (bottom, center, top).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#56" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rel0", "typeName": "float" }, - { "name": "rel1", "typeName": "float" }, - { "name": "rel2", "typeName": "float" }, - { "name": "abs0", "typeName": "float" }, - { "name": "abs1", "typeName": "float" }, - { "name": "abs2", "typeName": "float" } - ], - "isStatic": false, - "name": "SetToNearest", - "comment": "Set the anchor's value given the 3 possible anchor combinations. Chooses the one with the smallest absolute offset.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#62" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parent", "typeName": "UnityEngine.Transform" }, - { "name": "localPos", "typeName": "float" } - ], - "isStatic": false, - "name": "SetHorizontal", - "comment": "Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#77" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parent", "typeName": "UnityEngine.Transform" }, - { "name": "localPos", "typeName": "float" } - ], - "isStatic": false, - "name": "SetVertical", - "comment": "Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#97" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "GetSides", - "comment": "Convenience function that returns the sides the anchored point is anchored to.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#117" - } - ], - "name": "AnchorPoint", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#16" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" - } - ], - "name": "VoidDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIRect.AnchorUpdate", - "name": "OnEnable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#159" - }, - { - "typeName": "UIRect.AnchorUpdate", - "name": "OnUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#160" - }, - { - "typeName": "UIRect.AnchorUpdate", - "name": "OnStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#161" - } - ], - "methods": [ - { - "returnTypeName": "UIRect.AnchorUpdate", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#157" - } - ], - "name": "AnchorUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#157" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" - } - ], - "name": "BoolDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "target", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#17" - }, - { - "typeName": "bool", - "name": "onHover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#18" - }, - { - "typeName": "bool", - "name": "onPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#19" - }, - { - "typeName": "bool", - "name": "onClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#20" - }, - { - "typeName": "bool", - "name": "onDoubleClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#21" - }, - { - "typeName": "bool", - "name": "onSelect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#22" - }, - { - "typeName": "bool", - "name": "onDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#23" - }, - { - "typeName": "bool", - "name": "onDrop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#24" - }, - { - "typeName": "bool", - "name": "onSubmit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#25" - }, - { - "typeName": "bool", - "name": "onScroll", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#26" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#15" - } - ], - "name": "UIForwardEvents", - "comment": "This script can be used to forward events from one object to another. \n In most cases you should use UIEventListener script instead. For example: \n UIEventListener.Get(gameObject).onClick += MyClickFunction;\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#15" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "float" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "float" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" - } - ], - "name": "FloatDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" - } - ], - "name": "VectorDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Account", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#11" - }, - { - "typeName": "string", - "name": "Password", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#12" - }, - { - "typeName": "string", - "name": "LoginToken", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#13" - }, - { - "typeName": "uint", - "name": "BaseServerId", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#15" - }, - { - "typeName": "System.Net.IPAddress", - "name": "GameSystemIp", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#17" - }, - { - "typeName": "ushort", - "name": "GameSystemPort", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#18" - }, - { - "typeName": "bool", - "name": "GameWorldAttachSucceed", - "comment": "GameSystem连接成功的状态\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#25" - }, - { - "typeName": "long", - "name": "GameWorldNtpTheta", - "comment": "Ntp Theta offset\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#32" - }, - { - "typeName": "long", - "name": "GameWorldNtpDelta", - "comment": "Npt Delta delay\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#37" - }, - { - "typeName": "bool", - "name": "MainGameControllerBuilt", - "comment": "主玩家数据是否同步完成\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#46" - }, - { - "typeName": "long", - "name": "GameWorldRtt", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#48" - } - ], - "methods": [], - "name": "GameData", - "comment": "客户端级别的运行时数据\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#9" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "obj", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" - } - ], - "name": "ObjectDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" - }, - { - "namespace": "", - "baseClass": "UIBasicSprite", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "nextSprite", - "comment": "To be used with animations.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#30" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "sprite2D", - "comment": "UnityEngine.Sprite drawn by this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#38" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Material used by the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#60" - }, - { - "typeName": "UnityEngine.Shader", - "name": "shader", - "comment": "Shader used by the texture when creating a dynamic material (when the texture was specified, but the material was not).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#82" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Texture used by the UITexture. You can set it directly, without the need to specify a material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#110" - }, - { - "typeName": "bool", - "name": "fixedAspect", - "comment": "Whether the sprite is going to have a fixed aspect ratio.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#124" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the texture is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#145" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Size of the pixel -- used for drawing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#162" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawingDimensions", - "comment": "Widget's dimensions used for drawing. X = left, Y = bottom, Z = right, W = top. \n This function automatically adds 1 pixel on the edge if the texture's dimensions are not even. \n It's used to achieve pixel-perfect sprites even when an odd dimension widget happens to be centered.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#170" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "border", - "comment": "Sprite's border. X = left, Y = bottom, Z = right, W = top.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#252" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MakePixelPerfect", - "comment": "Adjust the scale of the widget to make it pixel-perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#338" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#367" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#18" - } - ], - "name": "UI2DSprite", - "comment": "2D Sprite is capable of drawing sprites added in Unity 4.3. When importing your textures, \n import them as Sprites and you will be able to draw them with this widget. \n If you provide a Packing Tag in your import settings, your sprites will get automatically \n packed into an atlas for you, so creating an atlas beforehand is not necessary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#18" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "oneShot", - "comment": "Whether the event delegate will be removed after execution.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#123" - }, - { - "typeName": "UnityEngine.MonoBehaviour", - "name": "target", - "comment": "Event delegate's target object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#140" - }, - { - "typeName": "string", - "name": "methodName", - "comment": "Event delegate's method name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#164" - }, - { - "typeName": "EventDelegate.Parameter[]", - "name": "parameters", - "comment": "Optional parameters if the method requires them.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#188" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether this delegate's values have been set.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#205" - }, - { - "typeName": "bool", - "name": "isEnabled", - "comment": "Whether the target script is actually enabled.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#222" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#238" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "call", "typeName": "EventDelegate.Callback" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#239" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.MonoBehaviour" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#240" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Equality operator.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#271" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "Used in equality operators.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#303" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.MonoBehaviour" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set the delegate callback using the target and method names.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#340" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Execute", - "comment": "Execute the delegate, if possible. \n This will only be used when the application is playing in order to prevent unintentional state changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#454" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear the event delegate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#586" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Convert the delegate to its string representation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#605" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Execute", - "comment": "Execute an entire list of delegates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#623" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "IsValid", - "comment": "Convenience function to check if the specified list of delegates can be executed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#665" - }, - { - "returnTypeName": "EventDelegate", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "callback", "typeName": "EventDelegate.Callback" } - ], - "isStatic": true, - "name": "Set", - "comment": "Assign a new event delegate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#683" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "del", "typeName": "EventDelegate" } - ], - "isStatic": true, - "name": "Set", - "comment": "Assign a new event delegate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#699" - }, - { - "returnTypeName": "EventDelegate", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "callback", "typeName": "EventDelegate.Callback" } - ], - "isStatic": true, - "name": "Add", - "comment": "Append a new event delegate to the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#712" - }, - { - "returnTypeName": "EventDelegate", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "callback", "typeName": "EventDelegate.Callback" }, - { "name": "oneShot", "typeName": "bool" } - ], - "isStatic": true, - "name": "Add", - "comment": "Append a new event delegate to the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#718" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "ev", "typeName": "EventDelegate" } - ], - "isStatic": true, - "name": "Add", - "comment": "Append a new event delegate to the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#742" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "ev", "typeName": "EventDelegate" }, - { "name": "oneShot", "typeName": "bool" } - ], - "isStatic": true, - "name": "Add", - "comment": "Append a new event delegate to the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#748" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "callback", "typeName": "EventDelegate.Callback" } - ], - "isStatic": true, - "name": "Remove", - "comment": "Remove an existing event delegate from the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#782" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.List" - }, - { "name": "ev", "typeName": "EventDelegate" } - ], - "isStatic": true, - "name": "Remove", - "comment": "Remove an existing event delegate from the list.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#804" - } - ], - "name": "EventDelegate", - "comment": "Delegate callback that Unity can serialize and set via Inspector.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#22" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "key", "typeName": "UnityEngine.KeyCode" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "key", "typeName": "UnityEngine.KeyCode" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" - } - ], - "name": "KeyCodeDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "BetterList", - "name": "list", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#23" - }, - { - "typeName": "BetterList", - "name": "activeList", - "comment": "List of active draw calls.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#29" - }, - { - "typeName": "BetterList", - "name": "inactiveList", - "comment": "List of inactive draw calls. Only used at run-time in order to avoid object creation/destruction.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#35" - }, - { - "typeName": "int", - "name": "widgetCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#45" - }, - { - "typeName": "int", - "name": "depthStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#46" - }, - { - "typeName": "int", - "name": "depthEnd", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#47" - }, - { - "typeName": "UIPanel", - "name": "manager", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#48" - }, - { - "typeName": "UIPanel", - "name": "panel", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#49" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "clipTexture", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#50" - }, - { - "typeName": "bool", - "name": "alwaysOnScreen", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#51" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "verts", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#52" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "norms", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#53" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "tans", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#54" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "uvs", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#55" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "uv2", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#56" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "cols", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#57" - }, - { - "typeName": "bool", - "name": "isDirty", - "comment": "Whether the draw call has changed recently.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#90" - }, - { - "typeName": "UIDrawCall.OnRenderCallback", - "name": "onRender", - "comment": "Callback that will be triggered at OnWillRenderObject() time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#99" - }, - { - "typeName": "UIDrawCall.OnCreateDrawCall", - "name": "onCreateDrawCall", - "comment": "Callback that will be triggered when a new draw call gets created.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#106" - }, - { - "typeName": "int", - "name": "renderQueue", - "comment": "Render queue used by the draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#113" - }, - { - "typeName": "int", - "name": "sortingOrder", - "comment": "Renderer's sorting order, to be used with Unity's 2D system.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#140" - }, - { - "typeName": "string", - "name": "sortingLayerName", - "comment": "Renderer's sorting layer name, used with the Unity's 2D system.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#160" - }, - { - "typeName": "int", - "name": "finalRenderQueue", - "comment": "Final render queue used to draw the draw call's geometry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#186" - }, - { - "typeName": "bool", - "name": "isActive", - "comment": "Whether the draw call is currently active.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#200" - }, - { - "typeName": "UnityEngine.Transform", - "name": "cachedTransform", - "comment": "Transform is cached for speed and efficiency.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#227" - }, - { - "typeName": "UnityEngine.Material", - "name": "baseMaterial", - "comment": "Material used by this screen.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#233" - }, - { - "typeName": "UnityEngine.Material", - "name": "dynamicMaterial", - "comment": "Dynamically created material used by the draw call to actually draw the geometry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#253" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Texture used by the material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#259" - }, - { - "typeName": "UnityEngine.Shader", - "name": "shader", - "comment": "Shader used by the material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#277" - }, - { - "typeName": "UIDrawCall.ShadowMode", - "name": "shadowMode", - "comment": "Shadow casting method.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#305" - }, - { - "typeName": "int", - "name": "triangles", - "comment": "The number of triangles in this draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#344" - }, - { - "typeName": "bool", - "name": "isClipped", - "comment": "Whether the draw call is currently using a clipped shader.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#350" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "widgetCount", "typeName": "int" }, - { "name": "needsBounds", "typeName": "bool" } - ], - "isStatic": false, - "name": "UpdateGeometry", - "comment": "Set the draw call's geometry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#483" - }, - { - "returnTypeName": "UIDrawCall", - "params": [ - { "name": "panel", "typeName": "UIPanel" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "tex", "typeName": "UnityEngine.Texture" }, - { "name": "shader", "typeName": "UnityEngine.Shader" } - ], - "isStatic": true, - "name": "Create", - "comment": "Return an existing draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#900" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearAll", - "comment": "Clear all draw calls.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#988" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ReleaseAll", - "comment": "Immediately destroy all draw calls.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1013" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ReleaseInactive", - "comment": "Immediately destroy all inactive draw calls (draw calls that have been recycled and are waiting to be re-used).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1023" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "panel", "typeName": "UIPanel" }], - "isStatic": true, - "name": "Count", - "comment": "Count all draw calls managed by the specified panel.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1045" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dc", "typeName": "UIDrawCall" }], - "isStatic": true, - "name": "Destroy", - "comment": "Destroy the specified draw call.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1057" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "MoveToScene", - "comment": "Move all draw calls to the specified scene. \n http://www.tasharen.com/forum/index.php?topic=13965.0\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1096" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#17" - } - ], - "name": "UIDrawCall", - "comment": "This is an internally-created script used by the UI system. You shouldn't be attaching it manually.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#17" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "fingerId", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2349" - }, - { - "typeName": "UnityEngine.TouchPhase", - "name": "phase", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2350" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2351" - }, - { - "typeName": "int", - "name": "tapCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2352" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2347" - } - ], - "name": "Touch", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2347" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "TweenLetters.AnimationLetterOrder", - "name": "Forward", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" - }, - { - "typeName": "TweenLetters.AnimationLetterOrder", - "name": "Reverse", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" - }, - { - "typeName": "TweenLetters.AnimationLetterOrder", - "name": "Random", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" - } - ], - "methods": [ - { - "returnTypeName": "TweenLetters.AnimationLetterOrder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" - } - ], - "name": "AnimationLetterOrder", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" - } - ], - "name": "GetTouchCountCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "duration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#30" - }, - { - "typeName": "TweenLetters.AnimationLetterOrder", - "name": "animationOrder", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#31" - }, - { - "typeName": "float", - "name": "overlap", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#33" - }, - { - "typeName": "bool", - "name": "randomDurations", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#36" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "randomness", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#38" - }, - { - "typeName": "bool", - "name": "upgraded", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#40" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "offsetRange", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#43" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pos", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#44" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#45" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#46" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pos1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#48" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pos2", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#49" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rot1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#51" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rot2", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#52" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale1", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#54" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale2", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#55" - }, - { - "typeName": "float", - "name": "alpha", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#58" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Upgrade", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#60" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#27" - } - ], - "name": "AnimationProperties", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#27" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" - }, - { - "returnTypeName": "Touch", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" - }, - { - "returnTypeName": "Touch", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" - } - ], - "name": "GetTouchCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "target", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#14" - }, - { - "typeName": "bool", - "name": "mouse", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#15" - }, - { - "typeName": "bool", - "name": "touch", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#16" - }, - { - "typeName": "bool", - "name": "controller", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#17" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#12" - } - ], - "name": "UIShowControlScheme", - "comment": "Show or hide the widget based on whether the control scheme is appropriate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#12" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "parameter", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#23" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onSubmit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#25" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#26" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onDoubleClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#27" - }, - { - "typeName": "UIEventListener.BoolDelegate", - "name": "onHover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#28" - }, - { - "typeName": "UIEventListener.BoolDelegate", - "name": "onPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#29" - }, - { - "typeName": "UIEventListener.BoolDelegate", - "name": "onSelect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#30" - }, - { - "typeName": "UIEventListener.FloatDelegate", - "name": "onScroll", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#31" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onDragStart", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#32" - }, - { - "typeName": "UIEventListener.VectorDelegate", - "name": "onDrag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#33" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onDragOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#34" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onDragOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#35" - }, - { - "typeName": "UIEventListener.VoidDelegate", - "name": "onDragEnd", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#36" - }, - { - "typeName": "UIEventListener.ObjectDelegate", - "name": "onDrop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#37" - }, - { - "typeName": "UIEventListener.KeyCodeDelegate", - "name": "onKey", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#38" - }, - { - "typeName": "UIEventListener.BoolDelegate", - "name": "onTooltip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#39" - }, - { - "typeName": "bool", - "name": "needsActiveCollider", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#40" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#70" - }, - { - "returnTypeName": "UIEventListener", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "Get", - "comment": "Get or add an event listener to the specified game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#93" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#14" - } - ], - "name": "UIEventListener", - "comment": "Event Hook class lets you easily add remote event listener functions to an object. \n Example usage: UIEventListener.Get(gameObject).onClick += MyClickFunction;\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#14" - }, - { - "namespace": "", - "baseClass": "UIWidget", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "centerType", - "comment": "When the sprite type is advanced, this determines whether the center is tiled or sliced.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#62" - }, - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "leftType", - "comment": "When the sprite type is advanced, this determines whether the left edge is tiled or sliced.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#68" - }, - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "rightType", - "comment": "When the sprite type is advanced, this determines whether the right edge is tiled or sliced.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#74" - }, - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "bottomType", - "comment": "When the sprite type is advanced, this determines whether the bottom edge is tiled or sliced.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#80" - }, - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "topType", - "comment": "When the sprite type is advanced, this determines whether the top edge is tiled or sliced.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#86" - }, - { - "typeName": "UIBasicSprite.Type", - "name": "type", - "comment": "How the sprite is drawn. It's virtual for legacy reasons (UISlicedSprite, UITiledSprite, UIFilledSprite).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#92" - }, - { - "typeName": "UIBasicSprite.Flip", - "name": "flip", - "comment": "Sprite flip setting.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#112" - }, - { - "typeName": "UIBasicSprite.FillDirection", - "name": "fillDirection", - "comment": "Direction of the cut procedure.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#132" - }, - { - "typeName": "float", - "name": "fillAmount", - "comment": "Amount of the sprite shown. 0-1 range with 0 being nothing shown, and 1 being the full sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#152" - }, - { - "typeName": "int", - "name": "minWidth", - "comment": "Minimum allowed width for this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#174" - }, - { - "typeName": "int", - "name": "minHeight", - "comment": "Minimum allowed height for this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#192" - }, - { - "typeName": "bool", - "name": "invert", - "comment": "Whether the sprite should be filled in the opposite direction.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#210" - }, - { - "typeName": "bool", - "name": "hasBorder", - "comment": "Whether the widget has a border for 9-slicing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#230" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the sprite's material is using a pre-multiplied alpha shader.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#243" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Size of the pixel. Overwritten in the NGUI sprite to pull a value from the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#249" - } - ], - "methods": [], - "name": "UIBasicSprite", - "comment": "Functionality common to both NGUI and 2D sprites brought out into a single common parent. \n Mostly contains everything related to drawing the sprite.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#9" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIInput.InputType", - "name": "Standard", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#23" - }, - { - "typeName": "UIInput.InputType", - "name": "AutoCorrect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#24" - }, - { - "typeName": "UIInput.InputType", - "name": "Password", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#25" - } - ], - "methods": [ - { - "returnTypeName": "UIInput.InputType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#21" - } - ], - "name": "InputType", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#21" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIInput.Validation", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#30" - }, - { - "typeName": "UIInput.Validation", - "name": "Integer", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#31" - }, - { - "typeName": "UIInput.Validation", - "name": "Float", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#32" - }, - { - "typeName": "UIInput.Validation", - "name": "Alphanumeric", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#33" - }, - { - "typeName": "UIInput.Validation", - "name": "Username", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#34" - }, - { - "typeName": "UIInput.Validation", - "name": "Name", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#35" - }, - { - "typeName": "UIInput.Validation", - "name": "Filename", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#36" - } - ], - "methods": [ - { - "returnTypeName": "UIInput.Validation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#28" - } - ], - "name": "Validation", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#28" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIInput.KeyboardType", - "name": "Default", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#42" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "ASCIICapable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#43" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "NumbersAndPunctuation", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#44" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "URL", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#45" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "NumberPad", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#46" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "PhonePad", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#47" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "NamePhonePad", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#48" - }, - { - "typeName": "UIInput.KeyboardType", - "name": "EmailAddress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#49" - } - ], - "methods": [ - { - "returnTypeName": "UIInput.KeyboardType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#40" - } - ], - "name": "KeyboardType", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#40" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIInput.OnReturnKey", - "name": "Default", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#67" - }, - { - "typeName": "UIInput.OnReturnKey", - "name": "Submit", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#68" - }, - { - "typeName": "UIInput.OnReturnKey", - "name": "NewLine", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#69" - } - ], - "methods": [ - { - "returnTypeName": "UIInput.OnReturnKey", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#65" - } - ], - "name": "OnReturnKey", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#65" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "addedChar", "typeName": "char" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "addedChar", "typeName": "char" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" - } - ], - "name": "OnValidate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" - }, - { - "namespace": "", - "baseClass": "UIProgressBar", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isColliderEnabled", - "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#36" - }, - { - "typeName": "float", - "name": "sliderValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#48" - }, - { - "typeName": "bool", - "name": "inverted", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#51" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OnPan", - "comment": "Watch for key events and adjust the value accordingly.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#164" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#15" - } - ], - "name": "UISlider", - "comment": "Extended progress bar that has backwards compatibility logic and adds interaction support.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#15" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Object", - "name": "obj", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#32" - }, - { - "typeName": "string", - "name": "field", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#33" - }, - { - "typeName": "System.Type", - "name": "expectedType", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#43" - }, - { - "typeName": "bool", - "name": "cached", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#46" - }, - { - "typeName": "System.Reflection.PropertyInfo", - "name": "propInfo", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#47" - }, - { - "typeName": "System.Reflection.FieldInfo", - "name": "fieldInfo", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#48" - }, - { - "typeName": "object", - "name": "value", - "comment": "Return the property's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#54" - }, - { - "typeName": "System.Type", - "name": "type", - "comment": "Parameter type -- a convenience function.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#96" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#35" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "field", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#36" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#37" - } - ], - "name": "Parameter", - "comment": "Delegates can have parameters, and this class makes it possible to save references to properties \n that can then be passed as function arguments, such as transform.position or widget.color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#30" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" - } - ], - "name": "Callback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedColor.cs#16" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedColor.cs#14" - } - ], - "name": "AnimatedColor", - "comment": "Makes it possible to animate a color of the widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedColor.cs#14" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ulong", - "name": "TargetFramerate", - "comment": "目标帧率\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#22" - }, - { - "typeName": "double", - "name": "FrameInterval", - "comment": "每逻辑帧周期(秒)\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#27" - }, - { - "typeName": "ulong", - "name": "CurrentFrame", - "comment": "当前逻辑帧帧数\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#32" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "targetFramerate", "typeName": "ulong" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#8" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "now", "typeName": "float" }], - "isStatic": false, - "name": "Tick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#34" - } - ], - "name": "GameLoop", - "comment": "逻辑帧\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#6" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#15" - }, - { - "typeName": "UnityEngine.Transform", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#16" - }, - { - "typeName": "bool", - "name": "parentWhenFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#17" - } - ], - "methods": [ - { - "returnTypeName": "TweenTransform", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "to", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation from the current position/rotation/scale to the target transform.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#62" - }, - { - "returnTypeName": "TweenTransform", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "from", "typeName": "UnityEngine.Transform" }, - { "name": "to", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#68" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#13" - } - ], - "name": "TweenTransform", - "comment": "Tween the object's position, rotation and scale.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#13" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInputOnGUI.cs#19" - } - ], - "name": "UIInputOnGUI", - "comment": "This class is added by UIInput when it gets selected in order to be able to receive input events properly. \n The reason it's not a part of UIInput is because it allocates 336 bytes of GC every update because of OnGUI. \n It's best to only keep it active when it's actually needed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInputOnGUI.cs#19" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Whether the font can be used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#32" - }, - { - "typeName": "int", - "name": "charSize", - "comment": "Size of this font (for example 32 means 32 pixels).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#38" - }, - { - "typeName": "int", - "name": "baseOffset", - "comment": "Base offset applied to characters.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#44" - }, - { - "typeName": "int", - "name": "texWidth", - "comment": "Original width of the texture.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#50" - }, - { - "typeName": "int", - "name": "texHeight", - "comment": "Original height of the texture.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#56" - }, - { - "typeName": "int", - "name": "glyphCount", - "comment": "Number of valid glyphs.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#62" - }, - { - "typeName": "string", - "name": "spriteName", - "comment": "Original name of the sprite that the font is expecting to find (usually the name of the texture).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#68" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "glyphs", - "comment": "Access to BMFont's entire set of glyphs.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#74" - } - ], - "methods": [ - { - "returnTypeName": "BMGlyph", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "createIfMissing", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetGlyph", - "comment": "Helper function that retrieves the specified glyph, creating it if necessary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#80" - }, - { - "returnTypeName": "BMGlyph", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetGlyph", - "comment": "Retrieve the specified glyph, if it's present.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#110" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear the glyphs.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#116" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xMin", "typeName": "int" }, - { "name": "yMin", "typeName": "int" }, - { "name": "xMax", "typeName": "int" }, - { "name": "yMax", "typeName": "int" } - ], - "isStatic": false, - "name": "Trim", - "comment": "Trim the glyphs, ensuring that they will never go past the specified bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#126" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#14" - } - ], - "name": "BMFont", - "comment": "BMFont reader. C# implementation of http://www.angelcode.com/products/bmfont/\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "tweenTarget", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "hover", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#16" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pressed", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#17" - }, - { - "typeName": "float", - "name": "duration", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#18" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#13" - } - ], - "name": "UIButtonScale", - "comment": "Simple example script of how a button can be scaled visibly when the mouse hovers over it or it gets pressed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#13" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "Instance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Singleton.cs#5" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Singleton.cs#3" - } - ], - "name": "Singleton", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Singleton.cs#3" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "sourceCamera", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#17" - }, - { - "typeName": "UnityEngine.Transform", - "name": "topLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#18" - }, - { - "typeName": "UnityEngine.Transform", - "name": "bottomRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#19" - }, - { - "typeName": "float", - "name": "fullSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#20" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#15" - } - ], - "name": "UIViewport", - "comment": "This script can be used to restrict camera rendering to a specific part of the screen by specifying the two corners.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "springStrength", - "comment": "The strength of the spring.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#23" - }, - { - "typeName": "float", - "name": "nextPageThreshold", - "comment": "If set to something above zero, it will be possible to move to the next page after dragging past the specified threshold.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#29" - }, - { - "typeName": "SpringPanel.OnFinished", - "name": "onFinished", - "comment": "Callback to be triggered when the centering operation completes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#35" - }, - { - "typeName": "UICenterOnChild.OnCenterCallback", - "name": "onCenter", - "comment": "Callback triggered whenever the script begins centering on a new child object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#41" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "centeredObject", - "comment": "Game object that the draggable panel is currently centered on.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#50" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Recenter", - "comment": "Recenter the draggable list on the center-most child.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#68" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "CenterOn", - "comment": "Center the panel on the specified target.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#281" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#15" - } - ], - "name": "UICenterOnChild", - "comment": "Ever wanted to be able to auto-center on an object within a draggable panel? \n Attach this script to the container that has the objects to center on as its children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#15" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ShaderManager", - "name": "Instance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#9" - }, - { - "typeName": "string", - "name": "ShaderBundleName", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#10" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LoadShaderBundle", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#16" - }, - { - "returnTypeName": "Shader", - "params": [{ "name": "shaderName", "typeName": "string" }], - "isStatic": true, - "name": "Find", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#41" - } - ], - "name": "ShaderManager", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#7" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIDrawCall.Clipping", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#39" - }, - { - "typeName": "UIDrawCall.Clipping", - "name": "TextureMask", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#40" - }, - { - "typeName": "UIDrawCall.Clipping", - "name": "SoftClip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#41" - }, - { - "typeName": "UIDrawCall.Clipping", - "name": "ConstrainButDontClip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#42" - } - ], - "methods": [ - { - "returnTypeName": "UIDrawCall.Clipping", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#37" - } - ], - "name": "Clipping", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#37" - }, - { - "namespace": "", - "baseClass": "UIBasicSprite", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "autoMakePixelPerfect", - "comment": "If set, will automatically make the sprite pixel-perfect every time it's changed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#32" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "Main texture is assigned on the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#38" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Material comes from the base class first, and sprite atlas last.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#57" - }, - { - "typeName": "INGUIAtlas", - "name": "atlas", - "comment": "Atlas used by this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#77" - }, - { - "typeName": "bool", - "name": "fixedAspect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#118" - }, - { - "typeName": "string", - "name": "spriteName", - "comment": "Sprite within the atlas used to draw this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#157" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Is there a valid sprite to work with?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#194" - }, - { - "typeName": "bool", - "name": "fillCenter", - "comment": "Whether the center part of the sprite will be filled or not. Turn it off if you want only to borders to show up.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#201" - }, - { - "typeName": "bool", - "name": "applyGradient", - "comment": "Whether a gradient will be applied.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#221" - }, - { - "typeName": "UnityEngine.Color", - "name": "gradientTop", - "comment": "Top gradient color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#241" - }, - { - "typeName": "UnityEngine.Color", - "name": "gradientBottom", - "comment": "Bottom gradient color.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#261" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "border", - "comment": "Sliced sprites generally have a border. X = left, Y = bottom, Z = right, W = top.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#281" - }, - { - "typeName": "float", - "name": "pixelSize", - "comment": "Size of the pixel -- used for drawing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#317" - }, - { - "typeName": "int", - "name": "minWidth", - "comment": "Minimum allowed width for this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#332" - }, - { - "typeName": "int", - "name": "minHeight", - "comment": "Minimum allowed height for this widget.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#355" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "drawingDimensions", - "comment": "Sprite's dimensions used for drawing. X = left, Y = bottom, Z = right, W = top. \n This function automatically adds 1 pixel on the edge if the sprite's dimensions are not even. \n It's used to achieve pixel-perfect sprites even when an odd dimension sprite happens to be centered.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#380" - }, - { - "typeName": "bool", - "name": "premultipliedAlpha", - "comment": "Whether the texture is using a premultiplied alpha material.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#477" - } - ], - "methods": [ - { - "returnTypeName": "UISpriteData", - "params": [{ "name": "spriteName", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#139" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkAsChanged", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#146" - }, - { - "returnTypeName": "UISpriteData", - "params": [], - "isStatic": false, - "name": "GetAtlasSprite", - "comment": "Retrieve the atlas sprite referenced by the spriteName field.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#491" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MakePixelPerfect", - "comment": "Adjust the scale of the widget to make it pixel-perfect.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#551" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OnFill", - "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#651" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#15" - } - ], - "name": "UISprite", - "comment": "Sprite is a textured element in the UI hierarchy.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#15" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mat", "typeName": "UnityEngine.Material" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" - } - ], - "name": "OnRenderCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "target", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#15" - }, - { - "typeName": "bool", - "name": "state", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#16" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#13" - } - ], - "name": "UIButtonActivate", - "comment": "Very basic script that will activate or deactivate an object (and all of its children) when clicked.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#13" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dc", "typeName": "UIDrawCall" }, - { "name": "filter", "typeName": "UnityEngine.MeshFilter" }, - { "name": "ren", "typeName": "UnityEngine.MeshRenderer" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "dc", "typeName": "UIDrawCall" }, - { "name": "filter", "typeName": "UnityEngine.MeshFilter" }, - { "name": "ren", "typeName": "UnityEngine.MeshRenderer" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" - } - ], - "name": "OnCreateDrawCall", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ulong", - "name": "SequenceNumber", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#11" - }, - { - "typeName": "vx.FixedMath.FVector2", - "name": "Direction", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#12" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#7" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#5" - } - ], - "name": "JoystickMoveCommand", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#5" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIDrawCall.ShadowMode", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#296" - }, - { - "typeName": "UIDrawCall.ShadowMode", - "name": "Receive", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#297" - }, - { - "typeName": "UIDrawCall.ShadowMode", - "name": "CastAndReceive", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#298" - } - ], - "methods": [ - { - "returnTypeName": "UIDrawCall.ShadowMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#294" - } - ], - "name": "ShadowMode", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#294" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "centeredObject", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "centeredObject", "typeName": "UnityEngine.GameObject" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" - } - ], - "name": "OnCenterCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ulong", - "name": "InputSequenceNumber", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#25" - }, - { - "typeName": "ulong", - "name": "LastSentSequenceNumber", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#26" - }, - { - "typeName": "ulong", - "name": "LastPredicateSequenceNumber", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#27" - }, - { - "typeName": "System.Collections.Generic.LinkedList", - "name": "Commands", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#29" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Reset", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#34" - }, - { - "returnTypeName": "JoystickMoveCommand", - "params": [], - "isStatic": true, - "name": "CreateMove", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#40" - }, - { - "returnTypeName": "JoystickMoveCommand", - "params": [{ "name": "sequenceNumber", "typeName": "ulong" }], - "isStatic": true, - "name": "GetMove", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#48" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetKeyDown", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#54" - } - ], - "name": "GameInput", - "comment": "缓存当前客户端的游戏输入\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#18" - }, - { - "namespace": "", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Recycle", - "comment": "回收时还原所有数据,特别注意引用类型\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#8" - } - ], - "name": "IPoolObject", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#3" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UITweener", - "name": "current", - "comment": "Current tween that triggered the callback function.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#20" - }, - { - "typeName": "UITweener.Method", - "name": "method", - "comment": "Tweening method used.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#44" - }, - { - "typeName": "UITweener.Style", - "name": "style", - "comment": "Does it play once? Does it loop?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#51" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "animationCurve", - "comment": "Optional curve to apply to the tween's time factor value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#58" - }, - { - "typeName": "bool", - "name": "ignoreTimeScale", - "comment": "Whether the tween will ignore the timescale, making it work while the game is paused.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#65" - }, - { - "typeName": "float", - "name": "delay", - "comment": "How long will the tweener wait before starting the tween?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#72" - }, - { - "typeName": "UITweener.DelayAffects", - "name": "delayAffects", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#82" - }, - { - "typeName": "float", - "name": "duration", - "comment": "How long is the duration of the tween?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#89" - }, - { - "typeName": "bool", - "name": "steeperCurves", - "comment": "Whether the tweener will use steeper curves for ease in / out style interpolation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#96" - }, - { - "typeName": "int", - "name": "tweenGroup", - "comment": "Used by buttons and tween sequences. Group of '0' means not in a sequence.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#103" - }, - { - "typeName": "bool", - "name": "useFixedUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#106" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onFinished", - "comment": "Event delegates called when the animation finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#113" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "eventReceiver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#116" - }, - { - "typeName": "string", - "name": "callWhenFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#117" - }, - { - "typeName": "float", - "name": "timeScale", - "comment": "Custom time scale for this tween, if desired. Can be used to slow down or speed up the animation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#123" - }, - { - "typeName": "float", - "name": "amountPerDelta", - "comment": "Amount advanced per delta time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#135" - }, - { - "typeName": "float", - "name": "tweenFactor", - "comment": "Tween factor, 0-1 range.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#154" - }, - { - "typeName": "AnimationOrTween.Direction", - "name": "direction", - "comment": "Direction that the tween is currently playing in.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#160" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "del", "typeName": "EventDelegate.Callback" }], - "isStatic": false, - "name": "SetOnFinished", - "comment": "Convenience function -- set a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#275" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "del", "typeName": "EventDelegate" }], - "isStatic": false, - "name": "SetOnFinished", - "comment": "Convenience function -- set a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#281" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "del", "typeName": "EventDelegate.Callback" }], - "isStatic": false, - "name": "AddOnFinished", - "comment": "Convenience function -- add a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#287" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "del", "typeName": "EventDelegate" }], - "isStatic": false, - "name": "AddOnFinished", - "comment": "Convenience function -- add a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#293" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "del", "typeName": "EventDelegate" }], - "isStatic": false, - "name": "RemoveOnFinished", - "comment": "Remove an OnFinished delegate. Will work even while iterating through the list when the tweener has finished its operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#299" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Finish", - "comment": "Immediately finish the tween animation, if it's active.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#315" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "factor", "typeName": "float" }, - { "name": "isFinished", "typeName": "bool" } - ], - "isStatic": false, - "name": "Sample", - "comment": "Sample the tween at the specified factor.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#328" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Play the tween.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#405" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PlayForward", - "comment": "Play the tween forward.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#411" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PlayReverse", - "comment": "Play the tween in reverse.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#417" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "forward", "typeName": "bool" }], - "isStatic": false, - "name": "Play", - "comment": "Manually activate the tweening process, reversing it if necessary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#423" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetToBeginning", - "comment": "Manually reset the tweener's state to the beginning. \n If the tween is playing forward, this means the tween's start. \n If the tween is playing in reverse, this means the tween's end.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#443" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Toggle", - "comment": "Manually start the tweening process, reversing its direction.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#454" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "delay", "typeName": "float" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Starts the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#477" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "Set the 'from' value to the current one.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#527" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "Set the 'to' value to the current one.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#533" - } - ], - "name": "UITweener", - "comment": "Base class for all tweening operations.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "list", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#20" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "keyCode", - "comment": "Key that will trigger the binding.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#42" - }, - { - "typeName": "UIKeyBinding.Modifier", - "name": "modifier", - "comment": "Modifier key that must be active in order for the binding to trigger.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#48" - }, - { - "typeName": "UIKeyBinding.Action", - "name": "action", - "comment": "Action to take with the specified key.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#54" - }, - { - "typeName": "string", - "name": "captionText", - "comment": "Key binding's descriptive caption.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#64" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], - "isStatic": true, - "name": "IsBound", - "comment": "Check to see if the specified key happens to be bound to some element.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#78" - }, - { - "returnTypeName": "UIKeyBinding", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "Find", - "comment": "Find the specified key binding by its game object's name.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#92" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "modifier", "typeName": "UIKeyBinding.Modifier" } - ], - "isStatic": true, - "name": "IsModifierActive", - "comment": "Convenience function that checks whether the required modifier key is active.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#138" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Convert the key binding to its text format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#239" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "keyCode", "typeName": "UnityEngine.KeyCode" }, - { "name": "modifier", "typeName": "UIKeyBinding.Modifier" } - ], - "isStatic": true, - "name": "GetString", - "comment": "Convert the key binding to its text format.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#245" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "key", "typeName": "UnityEngine.KeyCode" }, - { "name": "modifier", "typeName": "UIKeyBinding.Modifier" } - ], - "isStatic": true, - "name": "GetKeyCode", - "comment": "Given the ToString() text, parse it for key and modifier information.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#254" - }, - { - "returnTypeName": "Modifier", - "params": [], - "isStatic": true, - "name": "GetActiveModifier", - "comment": "Get the currently active key modifier, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#279" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#17" - } - ], - "name": "UIKeyBinding", - "comment": "This class makes it possible to activate or select something by pressing a key (such as space bar for example).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#17" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ObjectPool", - "name": "Instance", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#13" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#33" - }, - { - "typeName": "int", - "name": "InUsingCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#38" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Spawn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#40" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "poolObject", "typeName": "T" }], - "isStatic": false, - "name": "Despawn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#57" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#64" - } - ], - "name": "ObjectPool", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#11" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIBasicSprite.Type", - "name": "Simple", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#13" - }, - { - "typeName": "UIBasicSprite.Type", - "name": "Sliced", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#14" - }, - { - "typeName": "UIBasicSprite.Type", - "name": "Tiled", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#15" - }, - { - "typeName": "UIBasicSprite.Type", - "name": "Filled", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#16" - }, - { - "typeName": "UIBasicSprite.Type", - "name": "Advanced", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#17" - } - ], - "methods": [ - { - "returnTypeName": "UIBasicSprite.Type", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#11" - } - ], - "name": "Type", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#11" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "rootForBounds", - "comment": "Root object that will be used for drag-limiting bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#20" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "scale", - "comment": "Scale value applied to the drag delta. Set X or Y to 0 to disallow dragging in that direction.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#26" - }, - { - "typeName": "float", - "name": "scrollWheelFactor", - "comment": "Effect the scroll wheel will have on the momentum.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#32" - }, - { - "typeName": "UIDragObject.DragEffect", - "name": "dragEffect", - "comment": "Effect to apply when dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#38" - }, - { - "typeName": "bool", - "name": "smoothDragStart", - "comment": "Whether the drag operation will be started smoothly, or if if it will be precise (but will have a noticeable \"jump\").\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#44" - }, - { - "typeName": "float", - "name": "momentumAmount", - "comment": "How much momentum gets applied when the press is released after dragging.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#50" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "currentMomentum", - "comment": "Current momentum, exposed just in case it's needed.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#65" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "immediate", "typeName": "bool" }], - "isStatic": false, - "name": "ConstrainToBounds", - "comment": "Constrain the current camera's position to be within the viewable area's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#108" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "isPressed", "typeName": "bool" }], - "isStatic": false, - "name": "Press", - "comment": "Calculate the bounds of all widgets under this game object.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#136" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Drag", - "comment": "Drag event receiver.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#168" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "float" }], - "isStatic": false, - "name": "Scroll", - "comment": "If the object should support the scroll wheel, do it.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#198" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#14" - } - ], - "name": "UIDraggableCamera", - "comment": "Works together with UIDragCamera script, allowing you to drag a secondary camera while keeping it constrained to a certain area.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#14" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIBasicSprite.FillDirection", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#22" - }, - { - "typeName": "UIBasicSprite.FillDirection", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#23" - }, - { - "typeName": "UIBasicSprite.FillDirection", - "name": "Radial90", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#24" - }, - { - "typeName": "UIBasicSprite.FillDirection", - "name": "Radial180", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#25" - }, - { - "typeName": "UIBasicSprite.FillDirection", - "name": "Radial360", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#26" - } - ], - "methods": [ - { - "returnTypeName": "UIBasicSprite.FillDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#20" - } - ], - "name": "FillDirection", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#20" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AudioClip", - "name": "audioClip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#27" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "trigger", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#28" - }, - { - "typeName": "float", - "name": "volume", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#30" - }, - { - "typeName": "float", - "name": "pitch", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#31" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#93" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#13" - } - ], - "name": "UIPlaySound", - "comment": "Plays the specified sound.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#13" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "Invisible", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#31" - }, - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "Sliced", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#32" - }, - { - "typeName": "UIBasicSprite.AdvancedType", - "name": "Tiled", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#33" - } - ], - "methods": [ - { - "returnTypeName": "UIBasicSprite.AdvancedType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#29" - } - ], - "name": "AdvancedType", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#29" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIBasicSprite.Flip", - "name": "Nothing", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#38" - }, - { - "typeName": "UIBasicSprite.Flip", - "name": "Horizontally", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#39" - }, - { - "typeName": "UIBasicSprite.Flip", - "name": "Vertically", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#40" - }, - { - "typeName": "UIBasicSprite.Flip", - "name": "Both", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#41" - } - ], - "methods": [ - { - "returnTypeName": "UIBasicSprite.Flip", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#36" - } - ], - "name": "Flip", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#36" - }, - { - "namespace": "", - "baseClass": "UITweener", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "from", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#15" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "to", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#16" - }, - { - "typeName": "bool", - "name": "quaternionLerp", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#17" - }, - { - "typeName": "UnityEngine.Transform", - "name": "cachedTransform", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#21" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#24" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "value", - "comment": "Tween's current value.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#30" - } - ], - "methods": [ - { - "returnTypeName": "TweenRotation", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "duration", "typeName": "float" }, - { "name": "rot", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#49" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetStartToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#64" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetEndToCurrentValue", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#67" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#13" - } - ], - "name": "TweenRotation", - "comment": "Tween the object's rotation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#13" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ClearPropertyBlock", - "comment": "清除材质块\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#25" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "StartEdit", - "comment": "批量修改属性块,开始于StartEdit,然后修改属性调用无Renderer参数版方法,最后调用StopEdit停止属性块编辑并提交\n\n```plaintext\nParams: materialIndex - 如果materialIndex为负数,表示这个属性块是存储在renderer上的,非负数并且小于材质的数量,表示存储在对应的material上。 \n renderer的材质块作用于全部材质,但是material的属性块会覆盖renderer上的\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#39" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopEdit", - "comment": "批量修改属性块,开始于StartEdit,然后修改属性调用无Renderer参数版方法,最后调用StopEdit停止属性块编辑并提交\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#49" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyId", "typeName": "int" }, - { "name": "tex", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "SetTexture", - "comment": "设置纹理。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#63" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyId", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "SetInt", - "comment": "设置整数。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#73" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyId", "typeName": "int" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": true, - "name": "SetFloat", - "comment": "设置浮点数。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#83" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyId", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "SetColor", - "comment": "设置颜色。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#94" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyId", "typeName": "int" }, - { "name": "vec4", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "SetVector", - "comment": "设置向量。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#104" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyId", "typeName": "int" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "SetMatrix", - "comment": "设置矩阵。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#114" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "propertyId", "typeName": "int" }, - { "name": "tex", "typeName": "UnityEngine.Texture" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "SetTexture", - "comment": "设置纹理\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#124" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "propertyId", "typeName": "int" }, - { "name": "val", "typeName": "int" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "SetInt", - "comment": "设置整数\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#135" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "propertyId", "typeName": "int" }, - { "name": "val", "typeName": "float" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "SetFloat", - "comment": "设置浮点数\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#146" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "propertyId", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "SetColor", - "comment": "设置颜色\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#157" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "propertyId", "typeName": "int" }, - { "name": "vec4", "typeName": "UnityEngine.Vector4" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "SetVector", - "comment": "设置向量\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#168" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "propertyId", "typeName": "int" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "SetMatrix", - "comment": "设置矩阵\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#179" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "GetPropertyBlock", - "comment": "获取某个属性值的时候,需要先调用GetPropertyBlock获取整个属性块的值,最后调用ClearCachedProperties清理掉缓存的属性\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#189" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearCachedProperties", - "comment": "清理缓存的材质属性\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#201" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "propertyId", "typeName": "int" }], - "isStatic": true, - "name": "GetTexture", - "comment": "获取属性块中的纹理,注意不是材质的纹理。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#210" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "propertyId", "typeName": "int" }], - "isStatic": true, - "name": "GetInt", - "comment": "获取属性块中的整数。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#219" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "propertyId", "typeName": "int" }], - "isStatic": true, - "name": "GetFloat", - "comment": "获取属性块中的浮点数。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#228" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "propertyId", "typeName": "int" }], - "isStatic": true, - "name": "GetColor", - "comment": "获取属性块中的颜色。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#237" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "propertyId", "typeName": "int" }], - "isStatic": true, - "name": "GetVector", - "comment": "获取属性块中的向量。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#246" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "propertyId", "typeName": "int" }], - "isStatic": true, - "name": "GetMatrix", - "comment": "获取属性块中的矩阵。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#255" - } - ], - "name": "MaterialPropertyBlockTool", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#6" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2Int", - "name": "MapSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#7" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "Tile", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#8" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#10" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#5" - } - ], - "name": "MapGridCreater", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#5" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIPlaySound.Trigger", - "name": "OnClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#17" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "OnMouseOver", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#18" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "OnMouseOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#19" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "OnPress", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#20" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "OnRelease", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#21" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "Custom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#22" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "OnEnable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#23" - }, - { - "typeName": "UIPlaySound.Trigger", - "name": "OnDisable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#24" - } - ], - "methods": [ - { - "returnTypeName": "UIPlaySound.Trigger", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#15" - } - ], - "name": "Trigger", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#15" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "Border", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#7" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LateUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#11" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#5" - } - ], - "name": "CameraLook", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#5" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "gameStateManager", - "typeName": "GameState.GameStateManager" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#8" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CommandUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#13" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#18" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LateUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#23" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "FixedUpdate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#28" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "GameState.GameStateType" }], - "isStatic": false, - "name": "ChangeState", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#33" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "gameStateEventType", - "typeName": "GameState.GameStateEventType" - }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "OnGameEvent", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#47" - } - ], - "name": "GameFSM", - "comment": "客户端大状态机\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#6" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" - } - ], - "name": "VoidDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" - }, - { - "namespace": "", - "baseClass": "UIWidgetContainer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIGrid.Arrangement", - "name": "arrangement", - "comment": "Type of arrangement -- vertical, horizontal or cell snap.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#39" - }, - { - "typeName": "UIGrid.Sorting", - "name": "sorting", - "comment": "How to sort the grid's elements.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#45" - }, - { - "typeName": "bool", - "name": "inverted", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#48" - }, - { - "typeName": "UIWidget.Pivot", - "name": "pivot", - "comment": "Final pivot point for the grid's content.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#54" - }, - { - "typeName": "int", - "name": "maxPerLine", - "comment": "Maximum children per line. \n If the arrangement is horizontal, this denotes the number of columns. \n If the arrangement is vertical, this stands for the number of rows.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#62" - }, - { - "typeName": "float", - "name": "cellWidth", - "comment": "The width of each of the cells.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#68" - }, - { - "typeName": "float", - "name": "cellHeight", - "comment": "The height of each of the cells.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#74" - }, - { - "typeName": "bool", - "name": "animateSmoothly", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#77" - }, - { - "typeName": "bool", - "name": "animateFadeIn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#80" - }, - { - "typeName": "bool", - "name": "hideInactive", - "comment": "Whether to ignore the disabled children or to treat them as being present.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#86" - }, - { - "typeName": "bool", - "name": "keepWithinPanel", - "comment": "Whether the parent container will be notified of the grid's changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#92" - }, - { - "typeName": "UIGrid.OnReposition", - "name": "onReposition", - "comment": "Callback triggered when the grid repositions its contents.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#98" - }, - { - "typeName": "System.Comparison", - "name": "onCustomSort", - "comment": "Custom sort delegate, used when the sorting method is set to 'custom'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#104" - }, - { - "typeName": "bool", - "name": "repositionNow", - "comment": "Reposition the children on the next Update().\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#117" - } - ], - "methods": [ - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "GetChildList", - "comment": "Get the current list of the grid's children.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#123" - }, - { - "returnTypeName": "Transform", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetChild", - "comment": "Convenience method: get the child at the specified index. \n Note that if you plan on calling this function more than once, it's faster to get the entire list using GetChildList() instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#155" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "GetIndex", - "comment": "Get the index of the specified item.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#165" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "AddChild", - "comment": "Convenience method -- add a new child.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#172" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "trans", "typeName": "UnityEngine.Transform" }, - { "name": "sort", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddChild", - "comment": "Convenience method -- add a new child. \n Note that if you plan on adding multiple objects, it's faster to GetChildList() and modify that instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#187" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "t", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "RemoveChild", - "comment": "Remove the specified child from the list. \n Note that if you plan on removing multiple objects, it's faster to GetChildList() and modify that instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#239" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Transform" }, - { "name": "b", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "SortByName", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#292" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Transform" }, - { "name": "b", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "SortByNameInv", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#293" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Transform" }, - { "name": "b", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "SortHorizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#294" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Transform" }, - { "name": "b", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "SortHorizontalInv", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#295" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Transform" }, - { "name": "b", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "SortVertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#296" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Transform" }, - { "name": "b", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "SortVerticalInv", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#297" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reposition", - "comment": "Recalculate the position of all elements within the grid, sorting them alphabetically if necessary.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#310" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ConstrainWithinPanel", - "comment": "Constrain the grid's content to be within the panel's bounds.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#341" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#15" - } - ], - "name": "UIGrid", - "comment": "All children added to the game object with this script will be repositioned to be on a grid of specified dimensions. \n If you want the cells to automatically set their scale based on the dimensions of their content, take a look at UITable.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#15" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "state", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" - } - ], - "name": "BoolDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIKeyBinding.Action", - "name": "PressAndClick", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#24" - }, - { - "typeName": "UIKeyBinding.Action", - "name": "Select", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#25" - }, - { - "typeName": "UIKeyBinding.Action", - "name": "All", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#26" - } - ], - "methods": [ - { - "returnTypeName": "UIKeyBinding.Action", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#22" - } - ], - "name": "Action", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#22" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "float" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "float" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" - } - ], - "name": "FloatDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIKeyBinding.Modifier", - "name": "Any", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#31" - }, - { - "typeName": "UIKeyBinding.Modifier", - "name": "Shift", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#32" - }, - { - "typeName": "UIKeyBinding.Modifier", - "name": "Ctrl", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#33" - }, - { - "typeName": "UIKeyBinding.Modifier", - "name": "Alt", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#34" - }, - { - "typeName": "UIKeyBinding.Modifier", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#35" - } - ], - "methods": [ - { - "returnTypeName": "UIKeyBinding.Modifier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#29" - } - ], - "name": "Modifier", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#29" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" - } - ], - "name": "VectorDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "TypewriterEffect", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#18" - }, - { - "typeName": "int", - "name": "charsPerSecond", - "comment": "How many characters will be printed per second.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#31" - }, - { - "typeName": "float", - "name": "fadeInTime", - "comment": "How long it takes for each character to fade in.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#37" - }, - { - "typeName": "float", - "name": "delayOnPeriod", - "comment": "How long to pause when a period is encountered (in seconds).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#43" - }, - { - "typeName": "float", - "name": "delayOnNewLine", - "comment": "How long to pause when a new line character is encountered (in seconds).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#49" - }, - { - "typeName": "UIScrollView", - "name": "scrollView", - "comment": "If a scroll view is specified, its UpdatePosition() function will be called every time the text is updated.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#55" - }, - { - "typeName": "bool", - "name": "keepFullDimensions", - "comment": "If set to 'true', the label's dimensions will be that of a fully faded-in content.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#61" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onFinished", - "comment": "Event delegate triggered when the typewriter effect finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#67" - }, - { - "typeName": "bool", - "name": "isActive", - "comment": "Whether the typewriter effect is currently active or not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#82" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetToBeginning", - "comment": "Reset the typewriter effect to the beginning of the label.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#88" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Finish", - "comment": "Finish the typewriter operation and show all the text right away.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#102" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#16" - } - ], - "name": "TypewriterEffect", - "comment": "This script is able to fill in the label's text gradually, giving the effect of someone typing or fading in the content over time.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#16" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "obj", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" - } - ], - "name": "ObjectDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "key", "typeName": "UnityEngine.KeyCode" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "key", "typeName": "UnityEngine.KeyCode" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" - } - ], - "name": "KeyCodeDelegate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UITweener.Method", - "name": "Linear", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#24" - }, - { - "typeName": "UITweener.Method", - "name": "EaseIn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#25" - }, - { - "typeName": "UITweener.Method", - "name": "EaseOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#26" - }, - { - "typeName": "UITweener.Method", - "name": "EaseInOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#27" - }, - { - "typeName": "UITweener.Method", - "name": "BounceIn", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#28" - }, - { - "typeName": "UITweener.Method", - "name": "BounceOut", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#29" - } - ], - "methods": [ - { - "returnTypeName": "UITweener.Method", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#22" - } - ], - "name": "Method", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#22" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UITweener.Style", - "name": "Once", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#34" - }, - { - "typeName": "UITweener.Style", - "name": "Loop", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#35" - }, - { - "typeName": "UITweener.Style", - "name": "PingPong", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#36" - } - ], - "methods": [ - { - "returnTypeName": "UITweener.Style", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#32" - } - ], - "name": "Style", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#32" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UITweener.DelayAffects", - "name": "Forward", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#76" - }, - { - "typeName": "UITweener.DelayAffects", - "name": "Reverse", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#77" - }, - { - "typeName": "UITweener.DelayAffects", - "name": "Both", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#78" - } - ], - "methods": [ - { - "returnTypeName": "UITweener.DelayAffects", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#74" - } - ], - "name": "DelayAffects", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#74" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "verts", - "comment": "Widget's vertices (before they get transformed).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#26" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "uvs", - "comment": "Widget's texture coordinates for the geometry's vertices.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#32" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "cols", - "comment": "Array of colors for the geometry's vertices.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#38" - }, - { - "typeName": "UIGeometry.OnCustomWrite", - "name": "onCustomWrite", - "comment": "Custom delegate called after WriteToBuffers finishes filling in the geometry. \n Use it to apply any and all modifications to vertices that you need.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#45" - }, - { - "typeName": "bool", - "name": "hasVertices", - "comment": "Whether the geometry contains usable vertices.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#57" - }, - { - "typeName": "bool", - "name": "hasTransformed", - "comment": "Whether the geometry has usable transformed vertex data.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#63" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Step 1: Prepare to fill the buffers -- make them clean and valid.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#69" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "widgetToPanel", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "generateNormals", "typeName": "bool" } - ], - "isStatic": false, - "name": "ApplyTransform", - "comment": "Step 2: Transform the vertices by the provided matrix.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#81" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "v", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "c", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "n", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "t", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u2", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "WriteToBuffers", - "comment": "Step 3: Fill the specified buffer using the transformed values.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#103" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#20" - } - ], - "name": "UIGeometry", - "comment": "Generated geometry class. All widgets have one. \n This class separates the geometry creation into several steps, making it possible to perform \n actions selectively depending on what has changed. For example, the widget doesn't need to be \n rebuilt unless something actually changes, so its geometry can be cached. Likewise, the widget's \n transformed coordinates only change if the widget's transform moves relative to the panel, \n so that can be cached as well. In the end, using this class means using more memory, but at \n the same time it allows for significant performance gains, especially when using widgets that \n spit out a lot of vertices, such as UILabels.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#20" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "debugRaycast", - "comment": "Set by UICamera. Can be used to show/hide raycast information.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#24" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CreateInstance", - "comment": "Ensure we have an instance present.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#42" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "objs", "typeName": "object[]" }], - "isStatic": true, - "name": "Log", - "comment": "Add a new log entry, printing all of the specified parameters.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#71" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Log", - "comment": "Add a new log entry.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#93" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Clear", - "comment": "Clear the logged text.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#106" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "b", "typeName": "UnityEngine.Bounds" }], - "isStatic": true, - "name": "DrawBounds", - "comment": "Draw bounds immediately. Won't be remembered for the next frame.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#112" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#14" - } - ], - "name": "NGUIDebug", - "comment": "This class is meant to be used only internally. It's like Debug.Log, but prints using OnGUI to screen instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#14" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIOrthoCamera.cs#18" - } - ], - "name": "UIOrthoCamera", - "comment": "Convenience script that resizes the camera's orthographic size to match the screen size. \n This script can be used to create pixel-perfect UI, however it's usually more convenient \n to create the UI that stays proportional as the screen scales. If that is what you \n want, you don't need this script (or at least don't need it to be active).\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIOrthoCamera.cs#18" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "v", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "c", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "n", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "t", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u2", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "v", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "c", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "n", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "t", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "u2", - "typeName": "System.Collections.Generic.List" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" - } - ], - "name": "OnCustomWrite", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "SpringPanel", - "name": "current", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#16" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "target", - "comment": "Target position to spring the panel to.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#22" - }, - { - "typeName": "float", - "name": "strength", - "comment": "Strength of the spring. The higher the value, the faster the movement.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#28" - }, - { - "typeName": "SpringPanel.OnFinished", - "name": "onFinished", - "comment": "Delegate function to call when the operation finishes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#36" - } - ], - "methods": [ - { - "returnTypeName": "SpringPanel", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "strength", "typeName": "float" } - ], - "isStatic": true, - "name": "Begin", - "comment": "Start the tweening process.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#111" - }, - { - "returnTypeName": "SpringPanel", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "Stop", - "comment": "Stop the tweening process.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#126" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#14" - } - ], - "name": "SpringPanel", - "comment": "Similar to SpringPosition, but also moves the panel's clipping. Works in local coordinates.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#14" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" - } - ], - "name": "OnReposition", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIGrid.Arrangement", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#21" - }, - { - "typeName": "UIGrid.Arrangement", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#22" - }, - { - "typeName": "UIGrid.Arrangement", - "name": "CellSnap", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#23" - } - ], - "methods": [ - { - "returnTypeName": "UIGrid.Arrangement", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#19" - } - ], - "name": "Arrangement", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#19" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIGrid.Sorting", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#28" - }, - { - "typeName": "UIGrid.Sorting", - "name": "Alphabetic", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#29" - }, - { - "typeName": "UIGrid.Sorting", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#30" - }, - { - "typeName": "UIGrid.Sorting", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#31" - }, - { - "typeName": "UIGrid.Sorting", - "name": "Custom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#32" - } - ], - "methods": [ - { - "returnTypeName": "UIGrid.Sorting", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#26" - } - ], - "name": "Sorting", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#26" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" - } - ], - "name": "OnFinished", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.ScalingAxis", - "name": "Width", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#30" - }, - { - "typeName": "UltimateJoystick.ScalingAxis", - "name": "Height", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#31" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.ScalingAxis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#28" - } - ], - "name": "ScalingAxis", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#28" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.Anchor", - "name": "Left", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#38" - }, - { - "typeName": "UltimateJoystick.Anchor", - "name": "Right", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#39" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.Anchor", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#36" - } - ], - "name": "Anchor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#36" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.Axis", - "name": "Both", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#58" - }, - { - "typeName": "UltimateJoystick.Axis", - "name": "X", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#59" - }, - { - "typeName": "UltimateJoystick.Axis", - "name": "Y", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#60" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.Axis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#56" - } - ], - "name": "Axis", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#56" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.Boundary", - "name": "Circular", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#67" - }, - { - "typeName": "UltimateJoystick.Boundary", - "name": "Square", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#68" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.Boundary", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#65" - } - ], - "name": "Boundary", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#65" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.TapCountOption", - "name": "NoCount", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#76" - }, - { - "typeName": "UltimateJoystick.TapCountOption", - "name": "Accumulate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#77" - }, - { - "typeName": "UltimateJoystick.TapCountOption", - "name": "TouchRelease", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#78" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.TapCountOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#74" - } - ], - "name": "TapCountOption", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#74" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.TensionType", - "name": "Directional", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#105" - }, - { - "typeName": "UltimateJoystick.TensionType", - "name": "Free", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#106" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.TensionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#103" - } - ], - "name": "TensionType", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#103" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIWidget.Pivot", - "name": "TopLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#19" - }, - { - "typeName": "UIWidget.Pivot", - "name": "Top", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#20" - }, - { - "typeName": "UIWidget.Pivot", - "name": "TopRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#21" - }, - { - "typeName": "UIWidget.Pivot", - "name": "Left", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#22" - }, - { - "typeName": "UIWidget.Pivot", - "name": "Center", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#23" - }, - { - "typeName": "UIWidget.Pivot", - "name": "Right", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#24" - }, - { - "typeName": "UIWidget.Pivot", - "name": "BottomLeft", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#25" - }, - { - "typeName": "UIWidget.Pivot", - "name": "Bottom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#26" - }, - { - "typeName": "UIWidget.Pivot", - "name": "BottomRight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#27" - } - ], - "methods": [ - { - "returnTypeName": "UIWidget.Pivot", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#17" - } - ], - "name": "Pivot", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#17" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UltimateJoystick.JoystickTouchSize", - "name": "Default", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#127" - }, - { - "typeName": "UltimateJoystick.JoystickTouchSize", - "name": "Medium", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#128" - }, - { - "typeName": "UltimateJoystick.JoystickTouchSize", - "name": "Large", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#129" - }, - { - "typeName": "UltimateJoystick.JoystickTouchSize", - "name": "Custom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#130" - } - ], - "methods": [ - { - "returnTypeName": "UltimateJoystick.JoystickTouchSize", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#125" - } - ], - "name": "JoystickTouchSize", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#125" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" - } - ], - "name": "OnDimensionsChanged", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" - }, - { - "namespace": "", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UIWidget", - "name": "target", - "comment": "Widget that will be dragged.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#19" - }, - { - "typeName": "UIWidget.Pivot", - "name": "pivot", - "comment": "Widget's pivot that will be dragged\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#25" - }, - { - "typeName": "int", - "name": "minWidth", - "comment": "Minimum width the widget will be allowed to shrink to when resizing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#31" - }, - { - "typeName": "int", - "name": "minHeight", - "comment": "Minimum height the widget will be allowed to shrink to when resizing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#37" - }, - { - "typeName": "int", - "name": "maxWidth", - "comment": "Maximum width the widget will be allowed to expand to when resizing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#43" - }, - { - "typeName": "int", - "name": "maxHeight", - "comment": "Maximum height the widget will be allowed to expand to when resizing.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#49" - }, - { - "typeName": "bool", - "name": "updateAnchors", - "comment": "If set to 'true', the target object's anchors will be refreshed after each dragging operation.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#55" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#13" - } - ], - "name": "UIDragResize", - "comment": "This script makes it possible to resize the specified widget by dragging on the object this script is attached to.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#13" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "widget", "typeName": "UIWidget" }, - { "name": "bufferOffset", "typeName": "int" }, - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "widget", "typeName": "UIWidget" }, - { "name": "bufferOffset", "typeName": "int" }, - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "cols", - "typeName": "System.Collections.Generic.List" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" - } - ], - "name": "OnPostFillCallback", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIWidget.AspectRatioSource", - "name": "Free", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#105" - }, - { - "typeName": "UIWidget.AspectRatioSource", - "name": "BasedOnWidth", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#106" - }, - { - "typeName": "UIWidget.AspectRatioSource", - "name": "BasedOnHeight", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#107" - } - ], - "methods": [ - { - "returnTypeName": "UIWidget.AspectRatioSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#103" - } - ], - "name": "AspectRatioSource", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#103" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" - } - ], - "name": "HitCheck", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIScrollView.Movement", - "name": "Horizontal", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#22" - }, - { - "typeName": "UIScrollView.Movement", - "name": "Vertical", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#23" - }, - { - "typeName": "UIScrollView.Movement", - "name": "Unrestricted", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#24" - }, - { - "typeName": "UIScrollView.Movement", - "name": "Custom", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#25" - } - ], - "methods": [ - { - "returnTypeName": "UIScrollView.Movement", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#20" - } - ], - "name": "Movement", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#20" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIScrollView.DragEffect", - "name": "None", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#30" - }, - { - "typeName": "UIScrollView.DragEffect", - "name": "Momentum", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#31" - }, - { - "typeName": "UIScrollView.DragEffect", - "name": "MomentumAndSpring", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#32" - } - ], - "methods": [ - { - "returnTypeName": "UIScrollView.DragEffect", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#28" - } - ], - "name": "DragEffect", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#28" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UIScrollView.ShowCondition", - "name": "Always", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#37" - }, - { - "typeName": "UIScrollView.ShowCondition", - "name": "OnlyIfNeeded", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#38" - }, - { - "typeName": "UIScrollView.ShowCondition", - "name": "WhenDragging", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#39" - } - ], - "methods": [ - { - "returnTypeName": "UIScrollView.ShowCondition", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#35" - } - ], - "name": "ShowCondition", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#35" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" - } - ], - "name": "OnDragNotification", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" - }, - { - "namespace": "", - "baseClass": "UIWidgetContainer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "BetterList", - "name": "list", - "comment": "List of all the active toggles currently in the scene.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#22" - }, - { - "typeName": "UIToggle", - "name": "current", - "comment": "Current toggle that sent a state change notification.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#28" - }, - { - "typeName": "int", - "name": "group", - "comment": "If set to anything other than '0', all active toggles in this group will behave as radio buttons.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#34" - }, - { - "typeName": "UIWidget", - "name": "activeSprite", - "comment": "Sprite that's visible when the 'isActive' status is 'true'.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#40" - }, - { - "typeName": "bool", - "name": "invertSpriteState", - "comment": "If 'true', when checked the sprite will be hidden when the toggle is checked instead of when it's not.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#46" - }, - { - "typeName": "UnityEngine.Animation", - "name": "activeAnimation", - "comment": "Animation to play on the active sprite, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#52" - }, - { - "typeName": "UnityEngine.Animator", - "name": "animator", - "comment": "Animation to play on the active sprite, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#58" - }, - { - "typeName": "UITweener", - "name": "tween", - "comment": "Tween to use, if any.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#64" - }, - { - "typeName": "bool", - "name": "startsActive", - "comment": "Whether the toggle starts checked.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#70" - }, - { - "typeName": "bool", - "name": "instantTween", - "comment": "If checked, tween-based transition will be instant instead.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#76" - }, - { - "typeName": "bool", - "name": "optionCanBeNone", - "comment": "Can the radio button option be 'none'?\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#82" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "onChange", - "comment": "Callbacks triggered when the toggle's state changes.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#88" - }, - { - "typeName": "UIToggle.Validate", - "name": "validator", - "comment": "Want to validate the choice before committing the changes? Set this delegate.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#96" - }, - { - "typeName": "bool", - "name": "value", - "comment": "Whether the toggle is checked.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#117" - }, - { - "typeName": "bool", - "name": "isColliderEnabled", - "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#134" - }, - { - "typeName": "bool", - "name": "isChecked", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#146" - } - ], - "methods": [ - { - "returnTypeName": "UIToggle", - "params": [{ "name": "group", "typeName": "int" }], - "isStatic": true, - "name": "GetActiveToggle", - "comment": "Return the first active toggle within the specified group.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#152" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Activate the initial state.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#170" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnClick", - "comment": "Check or uncheck on click.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#222" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "bool" }, - { "name": "notify", "typeName": "bool" } - ], - "isStatic": false, - "name": "Set", - "comment": "Fade out or fade in the active sprite and notify the OnChange event listener. \n If setting the initial value, call Start() first.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#238" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#16" - } - ], - "name": "UIToggle", - "comment": "Simple toggle functionality.\n\n", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#16" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "isPressed", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "isPressed", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" - } - ], - "name": "OnPressCB", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" - }, - { - "namespace": "", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UITextList.Style", - "name": "Text", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#24" - }, - { - "typeName": "UITextList.Style", - "name": "Chat", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#25" - } - ], - "methods": [ - { - "returnTypeName": "UITextList.Style", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#22" - } - ], - "name": "Style", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#22" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" - } - ], - "name": "OnClickCB", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" - } - ], - "name": "OnDragCB", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "show", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "show", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" - } - ], - "name": "OnTooltipCB", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" - }, - { - "namespace": "", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "choice", "typeName": "bool" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "choice", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" - } - ], - "name": "Validate", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "SerializationStore", - "params": [], - "isStatic": false, - "name": "CreateStore", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICollection", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICollection", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - } - ], - "isStatic": false, - "name": "DeserializeTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - }, - { "name": "validateRecycledTypes", "typeName": "bool" } - ], - "isStatic": false, - "name": "DeserializeTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - }, - { "name": "validateRecycledTypes", "typeName": "bool" }, - { "name": "applyDefaults", "typeName": "bool" } - ], - "isStatic": false, - "name": "DeserializeTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SerializationStore", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "LoadStore", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SerializeAbsolute", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { "name": "owningObject", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - } - ], - "isStatic": false, - "name": "SerializeMember", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "store", - "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" - }, - { "name": "owningObject", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - } - ], - "isStatic": false, - "name": "SerializeMemberAbsolute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentSerializationService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Current", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "context", "typeName": "object" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "context", "typeName": "object" }], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "System.dll" - } - ], - "name": "ContextStack", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ProviderTypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "providerTypeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "providerType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultSerializationProviderAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Loading", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "host", - "typeName": "System.ComponentModel.Design.Serialization.IDesignerLoaderHost" - } - ], - "isStatic": false, - "name": "BeginLoad", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerLoader", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "SerializerBaseTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SerializerTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "serializerTypeName", "typeName": "string" }, - { "name": "baseSerializerTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializerTypeName", "typeName": "string" }, - { "name": "baseSerializerType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializerType", "typeName": "System.Type" }, - { "name": "baseSerializerType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerSerializerAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDesignerHost", "IServiceContainer", "IServiceProvider"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "baseClassName", "typeName": "string" }, - { "name": "successful", "typeName": "bool" }, - { - "name": "errorCollection", - "typeName": "System.Collections.ICollection" - } - ], - "isStatic": false, - "name": "EndLoad", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reload", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerLoaderHost", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [ - "IDesignerLoaderHost", - "IDesignerHost", - "IServiceContainer", - "IServiceProvider" - ], - "fields": [ - { - "typeName": "bool", - "name": "CanReloadWithErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IgnoreErrorsDuringReload", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IDesignerLoaderHost2", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AddLoadDependency", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "successful", "typeName": "bool" }, - { - "name": "errorCollection", - "typeName": "System.Collections.ICollection" - } - ], - "isStatic": false, - "name": "DependentLoadComplete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Reload", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerLoaderService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.Serialization.ContextStack", - "name": "Context", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptorCollection", - "name": "Properties", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventHandler", - "name": "ResolveName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "SerializationComplete", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventHandler" - } - ], - "isStatic": false, - "name": "add_ResolveName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventHandler" - } - ], - "isStatic": false, - "name": "remove_ResolveName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_SerializationComplete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_SerializationComplete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" - } - ], - "isStatic": false, - "name": "AddSerializationProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "arguments", - "typeName": "System.Collections.ICollection" - }, - { "name": "name", "typeName": "string" }, - { "name": "addToContainer", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "objectType", "typeName": "System.Type" }, - { "name": "serializerType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetSerializer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" - } - ], - "isStatic": false, - "name": "RemoveSerializationProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorInformation", "typeName": "object" }], - "isStatic": false, - "name": "ReportError", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "instance", "typeName": "object" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "SetName", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerSerializationManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "manager", - "typeName": "System.ComponentModel.Design.Serialization.IDesignerSerializationManager" - }, - { "name": "currentSerializer", "typeName": "object" }, - { "name": "objectType", "typeName": "System.Type" }, - { "name": "serializerType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetSerializer", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerSerializationProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ICollection", - "params": [{ "name": "serializationData", "typeName": "object" }], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "objects", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerSerializationService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - }, - { "name": "dataType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CreateName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsValidName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ValidateName", - "comment": "", - "location": "System.dll" - } - ], - "name": "INameCreationService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ICollection", - "name": "Arguments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsComplete", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Reflection.MemberInfo", - "name": "MemberInfo", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.ICollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.ICollection" - }, - { "name": "isComplete", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "InstanceDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MemberDescriptor", - "name": "Member", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "Owner", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "owner", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" - }, - { - "name": "right", - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" - }, - { - "name": "right", - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - } - ], - "name": "MemberRelationship", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "source", - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" - }, - { - "name": "relationship", - "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" - } - ], - "isStatic": false, - "name": "SupportsRelationship", - "comment": "", - "location": "System.dll" - } - ], - "name": "MemberRelationshipService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ResolveNameEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ResolveNameEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Reloadable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SerializerBaseTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SerializerTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "serializerTypeName", "typeName": "string" }, - { "name": "baseSerializerTypeName", "typeName": "string" }, - { "name": "reloadable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializerTypeName", "typeName": "string" }, - { "name": "baseSerializerType", "typeName": "System.Type" }, - { "name": "reloadable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializerType", "typeName": "System.Type" }, - { "name": "baseSerializerType", "typeName": "System.Type" }, - { "name": "reloadable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RootDesignerSerializerAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Collections.ICollection", - "name": "Errors", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerializationStore", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.IDesignerHost", - "name": "NewDesigner", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.IDesignerHost", - "name": "OldDesigner", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "oldDesigner", - "typeName": "System.ComponentModel.Design.IDesignerHost" - }, - { - "name": "newDesigner", - "typeName": "System.ComponentModel.Design.IDesignerHost" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ActiveDesignerEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ActiveDesignerEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ActiveDesignerEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ActiveDesignerEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Runtime.InteropServices.ExternalException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.CheckoutException", - "name": "Canceled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "errorCode", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CheckoutException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "Guid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ID", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "menuGroup", "typeName": "System.Guid" }, - { "name": "commandID", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "CommandID", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MemberDescriptor", - "name": "Member", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "NewValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "OldValue", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - }, - { "name": "oldValue", "typeName": "object" }, - { "name": "newValue", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MemberDescriptor", - "name": "Member", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentChangingEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentChangingEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentChangingEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentChangingEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.IComponent", - "name": "Component", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "NewName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "OldName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "oldName", "typeName": "string" }, - { "name": "newName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentRenameEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentRenameEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.ComponentRenameEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentRenameEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.IDesignerHost", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "designers", "typeName": "System.Collections.IList" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "designers", - "typeName": "System.ComponentModel.Design.IDesignerHost[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.IDesignerHost", - "name": "Designer", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "host", - "typeName": "System.ComponentModel.Design.IDesignerHost" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.DesignerEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.DesignerEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDesignerOptionService"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", - "name": "Options", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "DesignerOptionService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", - "name": "Parent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptorCollection", - "name": "Properties", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShowDialog", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerOptionCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "Canceled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Committed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerTransaction", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "LastTransaction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TransactionCommitted", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "commit", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "commit", "typeName": "bool" }, - { "name": "lastTransaction", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerTransactionCloseEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerTransactionCloseEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.ComponentModel.Design.MenuCommand", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "handler", "typeName": "System.EventHandler" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "handler", "typeName": "System.EventHandler" }, - { - "name": "startCommandID", - "typeName": "System.ComponentModel.Design.CommandID" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerVerb", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.DesignerVerb", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerbCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.ComponentModel.Design.DesignerVerb[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerVerbCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.ComponentModel.LicenseContext", - "attribute": "", - "interfaces": ["IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.LicenseUsageMode", - "name": "UsageMode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "resourceAssembly", - "typeName": "System.Reflection.Assembly" - } - ], - "isStatic": false, - "name": "GetSavedLicenseKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "key", "typeName": "string" } - ], - "isStatic": false, - "name": "SetSavedLicenseKey", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesigntimeLicenseContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "o", "typeName": "System.IO.Stream" }, - { "name": "cryptoKey", "typeName": "string" }, - { - "name": "context", - "typeName": "System.ComponentModel.Design.DesigntimeLicenseContext" - } - ], - "isStatic": true, - "name": "Serialize", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesigntimeLicenseContextSerializer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.HelpContextType", - "name": "Ambient", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.HelpContextType", - "name": "Selection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.HelpContextType", - "name": "ToolWindowSelection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.HelpContextType", - "name": "Window", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.Design.HelpContextType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HelpContextType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.HelpKeywordAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "HelpKeyword", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "HelpKeywordAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.HelpKeywordType", - "name": "F1Keyword", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.HelpKeywordType", - "name": "FilterKeyword", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.HelpKeywordType", - "name": "GeneralKeyword", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.Design.HelpKeywordType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HelpKeywordType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.ComponentEventHandler", - "name": "ComponentAdded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ComponentEventHandler", - "name": "ComponentAdding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ComponentChangedEventHandler", - "name": "ComponentChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ComponentChangingEventHandler", - "name": "ComponentChanging", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ComponentEventHandler", - "name": "ComponentRemoved", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ComponentEventHandler", - "name": "ComponentRemoving", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ComponentRenameEventHandler", - "name": "ComponentRename", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentAdded", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentAdded", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentAdding", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentAdding", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentChangingEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentChangingEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentRemoved", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentRemoved", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentRemoving", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentRemoving", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentRenameEventHandler" - } - ], - "isStatic": false, - "name": "add_ComponentRename", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ComponentRenameEventHandler" - } - ], - "isStatic": false, - "name": "remove_ComponentRename", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - }, - { "name": "oldValue", "typeName": "object" }, - { "name": "newValue", "typeName": "object" } - ], - "isStatic": false, - "name": "OnComponentChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { - "name": "member", - "typeName": "System.ComponentModel.MemberDescriptor" - } - ], - "isStatic": false, - "name": "OnComponentChanging", - "comment": "", - "location": "System.dll" - } - ], - "name": "IComponentChangeService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ICollection", - "params": [ - { - "name": "designerHost", - "typeName": "System.ComponentModel.Design.IDesignerHost" - }, - { "name": "baseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetComponentTypes", - "comment": "", - "location": "System.dll" - } - ], - "name": "IComponentDiscoveryService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "defaultValues", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "InitializeExistingComponent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "defaultValues", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "InitializeNewComponent", - "comment": "", - "location": "System.dll" - } - ], - "name": "IComponentInitializer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.IComponent", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerVerbCollection", - "name": "Verbs", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DoDefaultAction", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesigner", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.IDesignerHost", - "name": "ActiveDesigner", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerCollection", - "name": "Designers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ActiveDesignerEventHandler", - "name": "ActiveDesignerChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerEventHandler", - "name": "DesignerCreated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerEventHandler", - "name": "DesignerDisposed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "SelectionChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ActiveDesignerEventHandler" - } - ], - "isStatic": false, - "name": "add_ActiveDesignerChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.ActiveDesignerEventHandler" - } - ], - "isStatic": false, - "name": "remove_ActiveDesignerChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerEventHandler" - } - ], - "isStatic": false, - "name": "add_DesignerCreated", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerEventHandler" - } - ], - "isStatic": false, - "name": "remove_DesignerCreated", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerEventHandler" - } - ], - "isStatic": false, - "name": "add_DesignerDisposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerEventHandler" - } - ], - "isStatic": false, - "name": "remove_DesignerDisposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_SelectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_SelectionChanged", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerEventService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributes", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "PostFilterAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "events", "typeName": "System.Collections.IDictionary" } - ], - "isStatic": false, - "name": "PostFilterEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "PostFilterProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributes", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "PreFilterAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "events", "typeName": "System.Collections.IDictionary" } - ], - "isStatic": false, - "name": "PreFilterEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "PreFilterProperties", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerFilter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServiceContainer", "IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.IContainer", - "name": "Container", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "InTransaction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Loading", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.IComponent", - "name": "RootComponent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RootComponentClassName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "TransactionDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Activated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Deactivated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "LoadComplete", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler", - "name": "TransactionClosed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler", - "name": "TransactionClosing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "TransactionOpened", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "TransactionOpening", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Activated", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Activated", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Deactivated", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Deactivated", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_LoadComplete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_LoadComplete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" - } - ], - "isStatic": false, - "name": "add_TransactionClosed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" - } - ], - "isStatic": false, - "name": "remove_TransactionClosed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" - } - ], - "isStatic": false, - "name": "add_TransactionClosing", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" - } - ], - "isStatic": false, - "name": "remove_TransactionClosing", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_TransactionOpened", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_TransactionOpened", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_TransactionOpening", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_TransactionOpening", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Activate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IComponent", - "params": [{ "name": "componentClass", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateComponent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IComponent", - "params": [ - { "name": "componentClass", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateComponent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "DesignerTransaction", - "params": [], - "isStatic": false, - "name": "CreateTransaction", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "DesignerTransaction", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": "CreateTransaction", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "DestroyComponent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IDesigner", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "GetDesigner", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerHost", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsClosingTransaction", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IDesignerHostTransactionState", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "pageName", "typeName": "string" }, - { "name": "valueName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetOptionValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pageName", "typeName": "string" }, - { "name": "valueName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetOptionValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDesignerOptionService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "GetKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDictionaryService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } - ], - "isStatic": false, - "name": "CreateUniqueMethodName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICollection", - "params": [ - { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } - ], - "isStatic": false, - "name": "GetCompatibleMethods", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [ - { - "name": "property", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "events", - "typeName": "System.ComponentModel.EventDescriptorCollection" - } - ], - "isStatic": false, - "name": "GetEventProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [ - { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } - ], - "isStatic": false, - "name": "GetEventProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShowCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } - ], - "isStatic": false, - "name": "ShowCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "lineNumber", "typeName": "int" }], - "isStatic": false, - "name": "ShowCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "IEventBindingService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExtenderProviders", - "comment": "", - "location": "System.dll" - } - ], - "name": "IExtenderListService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.IExtenderProvider" - } - ], - "isStatic": false, - "name": "AddExtenderProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.IExtenderProvider" - } - ], - "isStatic": false, - "name": "RemoveExtenderProvider", - "comment": "", - "location": "System.dll" - } - ], - "name": "IExtenderProviderService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { - "name": "keywordType", - "typeName": "System.ComponentModel.Design.HelpKeywordType" - } - ], - "isStatic": false, - "name": "AddContextAttribute", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearContextAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IHelpService", - "params": [ - { - "name": "contextType", - "typeName": "System.ComponentModel.Design.HelpContextType" - } - ], - "isStatic": false, - "name": "CreateLocalContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "RemoveContextAttribute", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localContext", - "typeName": "System.ComponentModel.Design.IHelpService" - } - ], - "isStatic": false, - "name": "RemoveLocalContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "helpKeyword", "typeName": "string" }], - "isStatic": false, - "name": "ShowHelpFromKeyword", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "helpUrl", "typeName": "string" }], - "isStatic": false, - "name": "ShowHelpFromUrl", - "comment": "", - "location": "System.dll" - } - ], - "name": "IHelpService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - } - ], - "isStatic": false, - "name": "AddInheritedComponents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "InheritanceAttribute", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "GetInheritanceAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "IInheritanceService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.DesignerVerbCollection", - "name": "Verbs", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "command", - "typeName": "System.ComponentModel.Design.MenuCommand" - } - ], - "isStatic": false, - "name": "AddCommand", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verb", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "AddVerb", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "MenuCommand", - "params": [ - { - "name": "commandID", - "typeName": "System.ComponentModel.Design.CommandID" - } - ], - "isStatic": false, - "name": "FindCommand", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "commandID", - "typeName": "System.ComponentModel.Design.CommandID" - } - ], - "isStatic": false, - "name": "GlobalInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "command", - "typeName": "System.ComponentModel.Design.MenuCommand" - } - ], - "isStatic": false, - "name": "RemoveCommand", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verb", - "typeName": "System.ComponentModel.Design.DesignerVerb" - } - ], - "isStatic": false, - "name": "RemoveVerb", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "menuID", - "typeName": "System.ComponentModel.Design.CommandID" - }, - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "ShowContextMenu", - "comment": "", - "location": "System.dll" - } - ], - "name": "IMenuCommandService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IComponent", - "params": [{ "name": "reference", "typeName": "object" }], - "isStatic": false, - "name": "GetComponent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "reference", "typeName": "object" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetReference", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetReferences", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "baseType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetReferences", - "comment": "", - "location": "System.dll" - } - ], - "name": "IReferenceService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IResourceReader", - "params": [ - { "name": "info", "typeName": "System.Globalization.CultureInfo" } - ], - "isStatic": false, - "name": "GetResourceReader", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IResourceWriter", - "params": [ - { "name": "info", "typeName": "System.Globalization.CultureInfo" } - ], - "isStatic": false, - "name": "GetResourceWriter", - "comment": "", - "location": "System.dll" - } - ], - "name": "IResourceService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDesigner", "IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.ViewTechnology[]", - "name": "SupportedTechnologies", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "technology", - "typeName": "System.ComponentModel.Design.ViewTechnology" - } - ], - "isStatic": false, - "name": "GetView", - "comment": "", - "location": "System.dll" - } - ], - "name": "IRootDesigner", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "PrimarySelection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SelectionCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "SelectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "SelectionChanging", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_SelectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_SelectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_SelectionChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_SelectionChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetComponentSelected", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICollection", - "params": [], - "isStatic": false, - "name": "GetSelectedComponents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "components", - "typeName": "System.Collections.ICollection" - } - ], - "isStatic": false, - "name": "SetSelectedComponents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "components", - "typeName": "System.Collections.ICollection" - }, - { - "name": "selectionType", - "typeName": "System.ComponentModel.Design.SelectionTypes" - } - ], - "isStatic": false, - "name": "SetSelectedComponents", - "comment": "", - "location": "System.dll" - } - ], - "name": "ISelectionService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServiceProvider"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { - "name": "callback", - "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" - } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { - "name": "callback", - "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" - }, - { "name": "promote", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "serviceInstance", "typeName": "object" } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "serviceInstance", "typeName": "object" }, - { "name": "promote", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "serviceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "RemoveService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "promote", "typeName": "bool" } - ], - "isStatic": false, - "name": "RemoveService", - "comment": "", - "location": "System.dll" - } - ], - "name": "IServiceContainer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDesigner", "IDisposable"], - "fields": [ - { - "typeName": "System.Collections.ICollection", - "name": "Children", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.IDesigner", - "name": "Parent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "ITreeDesigner", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { - "name": "attributes", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "FilterAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { "name": "events", "typeName": "System.Collections.IDictionary" } - ], - "isStatic": false, - "name": "FilterEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { - "name": "properties", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "FilterProperties", - "comment": "", - "location": "System.dll" - } - ], - "name": "ITypeDescriptorFilterService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ICollection", - "params": [ - { "name": "baseType", "typeName": "System.Type" }, - { "name": "excludeGlobalTypes", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTypes", - "comment": "", - "location": "System.dll" - } - ], - "name": "ITypeDiscoveryService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Assembly", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" } - ], - "isStatic": false, - "name": "GetAssembly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetAssembly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" } - ], - "isStatic": false, - "name": "GetPathOfAssembly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" } - ], - "isStatic": false, - "name": "ReferenceAssembly", - "comment": "", - "location": "System.dll" - } - ], - "name": "ITypeResolutionService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Checked", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "CommandID", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "OleStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Supported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Visible", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "CommandChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "handler", "typeName": "System.EventHandler" }, - { - "name": "command", - "typeName": "System.ComponentModel.Design.CommandID" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_CommandChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_CommandChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "arg", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "MenuCommand", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Auto", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Click", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "MouseDown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "MouseUp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Normal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Primary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Toggle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.SelectionTypes", - "name": "Valid", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.Design.SelectionTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SelectionTypes", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": ["IServiceContainer", "IServiceProvider", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parentProvider", "typeName": "System.IServiceProvider" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { - "name": "callback", - "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" - } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { - "name": "callback", - "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" - }, - { "name": "promote", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "serviceInstance", "typeName": "object" } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "serviceInstance", "typeName": "object" }, - { "name": "promote", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "serviceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "serviceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "RemoveService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "promote", "typeName": "bool" } - ], - "isStatic": false, - "name": "RemoveService", - "comment": "", - "location": "System.dll" - } - ], - "name": "ServiceContainer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "container", - "typeName": "System.ComponentModel.Design.IServiceContainer" - }, - { "name": "serviceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "container", - "typeName": "System.ComponentModel.Design.IServiceContainer" - }, - { "name": "serviceType", "typeName": "System.Type" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ServiceCreatorCallback", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignBottom", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignHorizontalCenters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignLeft", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignRight", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignToGrid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignTop", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "AlignVerticalCenters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ArrangeBottom", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ArrangeIcons", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ArrangeRight", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "BringForward", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "BringToFront", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "CenterHorizontally", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "CenterVertically", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Cut", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "DocumentOutline", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "F1Help", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Group", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "HorizSpaceConcatenate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "HorizSpaceDecrease", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "HorizSpaceIncrease", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "HorizSpaceMakeEqual", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "LineupIcons", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "LockControls", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "MultiLevelRedo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "MultiLevelUndo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Paste", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Properties", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "PropertiesWindow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Redo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SelectAll", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SendBackward", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SendToBack", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ShowGrid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ShowLargeIcons", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SizeToControl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SizeToControlHeight", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SizeToControlWidth", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SizeToFit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SizeToGrid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "SnapToGrid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "TabOrder", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Undo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "Ungroup", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "VerbFirst", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "VerbLast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "VertSpaceConcatenate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "VertSpaceDecrease", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "VertSpaceIncrease", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "VertSpaceMakeEqual", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ViewCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.CommandID", - "name": "ViewGrid", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "StandardCommands", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "ObjectBrowser", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "OutputWindow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "ProjectExplorer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "PropertyBrowser", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "RelatedLinks", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "ServerExplorer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "TaskList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "Toolbox", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "StandardToolWindows", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TypeDescriptionProvider", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": false, - "name": "GetProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeDescriptionProvider", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetProvider", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptionProviderService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel.Design", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.Design.ViewTechnology", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ViewTechnology", - "name": "Passthrough", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.Design.ViewTechnology", - "name": "WindowsForms", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.Design.ViewTechnology", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ViewTechnology", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "NewObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newObject", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AddingNewEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.AddingNewEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.AddingNewEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "AddingNewEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "AmbientValueAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.CollectionConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "ArrayConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Cancelled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Exception", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "UserState", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "error", "typeName": "System.Exception" }, - { "name": "cancelled", "typeName": "bool" }, - { "name": "userState", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsyncCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.AsyncCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.AsyncCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsyncCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.SynchronizationContext", - "name": "SynchronizationContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "UserSuppliedState", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OperationCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, - { "name": "arg", "typeName": "object" } - ], - "isStatic": false, - "name": "Post", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, - { "name": "arg", "typeName": "object" } - ], - "isStatic": false, - "name": "PostOperationCompleted", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsyncOperation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.SynchronizationContext", - "name": "SynchronizationContext", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "userSuppliedState", "typeName": "object" }], - "isStatic": true, - "name": "CreateOperation", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsyncOperationManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.ComponentModel.AttributeCollection", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Attribute", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Attribute", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "attribute", "typeName": "System.Attribute" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AttributeCollection", - "params": [ - { - "name": "existing", - "typeName": "System.ComponentModel.AttributeCollection" - }, - { "name": "newAttributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "FromExisting", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "attribute", "typeName": "System.Attribute" }], - "isStatic": false, - "name": "Matches", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "Matches", - "comment": "", - "location": "System.dll" - } - ], - "name": "AttributeCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AttributeProviderAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CancellationPending", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsBusy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "WorkerReportsProgress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "WorkerSupportsCancellation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DoWorkEventHandler", - "name": "DoWork", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ProgressChangedEventHandler", - "name": "ProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RunWorkerCompletedEventHandler", - "name": "RunWorkerCompleted", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.DoWorkEventHandler" - } - ], - "isStatic": false, - "name": "add_DoWork", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.DoWorkEventHandler" - } - ], - "isStatic": false, - "name": "remove_DoWork", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ProgressChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_ProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ProgressChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.RunWorkerCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_RunWorkerCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.RunWorkerCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_RunWorkerCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "percentProgress", "typeName": "int" }], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "percentProgress", "typeName": "int" }, - { "name": "userState", "typeName": "object" } - ], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RunWorkerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "argument", "typeName": "object" }], - "isStatic": false, - "name": "RunWorkerAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "BackgroundWorker", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "t", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "BaseNumberConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.BindableAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BindableAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BindableAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Bindable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BindingDirection", - "name": "Direction", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "bindable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bindable", "typeName": "bool" }, - { - "name": "direction", - "typeName": "System.ComponentModel.BindingDirection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.ComponentModel.BindableSupport" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.ComponentModel.BindableSupport" - }, - { - "name": "direction", - "typeName": "System.ComponentModel.BindingDirection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "BindableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.BindableSupport", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BindableSupport", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BindableSupport", - "name": "Yes", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.BindableSupport", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "BindableSupport", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.BindingDirection", - "name": "OneWay", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BindingDirection", - "name": "TwoWay", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.BindingDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "BindingDirection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IBindingList", - "IList", - "ICollection", - "IEnumerable", - "ICancelAddNew", - "IRaiseItemChangedEvents" - ], - "fields": [ - { - "typeName": "bool", - "name": "AllowEdit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowNew", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowRemove", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RaiseListChangedEvents", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.AddingNewEventHandler", - "name": "AddingNew", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedEventHandler", - "name": "ListChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.IList" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.AddingNewEventHandler" - } - ], - "isStatic": false, - "name": "add_AddingNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.AddingNewEventHandler" - } - ], - "isStatic": false, - "name": "remove_AddingNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_ListChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ListChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "AddNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "itemIndex", "typeName": "int" }], - "isStatic": false, - "name": "CancelNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "itemIndex", "typeName": "int" }], - "isStatic": false, - "name": "EndNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetBindings", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "position", "typeName": "int" }], - "isStatic": false, - "name": "ResetItem", - "comment": "", - "location": "System.dll" - } - ], - "name": "BindingList", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "BooleanConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.BrowsableAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BrowsableAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.BrowsableAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Browsable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "browsable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "BrowsableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ByteConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Cancel", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cancel", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CancelEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ComponentModel.CancelEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.CancelEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "CancelEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Action", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Appearance", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Asynchronous", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Behavior", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Category", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Data", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Design", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "DragDrop", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Focus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Format", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Key", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Layout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "Mouse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CategoryAttribute", - "name": "WindowStyle", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "category", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "CategoryAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "CharConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.CollectionChangeAction", - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeAction", - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeAction", - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.CollectionChangeAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CollectionChangeAction", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.CollectionChangeAction", - "name": "Action", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "Element", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.ComponentModel.CollectionChangeAction" - }, - { "name": "element", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CollectionChangeEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.CollectionChangeEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.CollectionChangeEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "CollectionChangeEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "CollectionConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "", - "baseClass": "UnityEditor.ScriptableSingleton", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "timeUnitInFrame", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "typeName": "bool", - "name": "showAudioWaveform", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "typeName": "bool", - "name": "snapToFrame", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "typeName": "bool", - "name": "edgeSnap", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "typeName": "UnityEditor.Timeline.PlaybackScrollMode", - "name": "playbackScrollMode", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "typeName": "bool", - "name": "audioScrubbing", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - } - ], - "name": "TimelinePreferences", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "namespace": "", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEditor.CoreModule.dll" - } - ], - "name": "AssetModificationProcessor", - "comment": "", - "location": "UnityEditor.CoreModule.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.ComplexBindingPropertiesAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DataMember", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dataSource", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSource", "typeName": "string" }, - { "name": "dataMember", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComplexBindingPropertiesAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.IContainer", - "name": "Container", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Disposed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Disposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Disposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Collections.ReadOnlyCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.ComponentModel.IComponent", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.IComponent", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "components", - "typeName": "System.ComponentModel.IComponent[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.ComponentModel.IComponent[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.ReferenceConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "component", "typeName": "object" } - ], - "isStatic": false, - "name": "EditComponent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "EditComponent", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentEditor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Resources.ResourceManager", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "objectName", "typeName": "string" } - ], - "isStatic": false, - "name": "ApplyResources", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "objectName", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "ApplyResources", - "comment": "", - "location": "System.dll" - } - ], - "name": "ComponentResourceManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IContainer", "IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.ComponentCollection", - "name": "Components", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "Container", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ComponentCollection", - "params": [ - { - "name": "components", - "typeName": "System.ComponentModel.ComponentCollection" - } - ], - "isStatic": false, - "name": "FilterComponents", - "comment": "", - "location": "System.dll" - } - ], - "name": "ContainerFilterService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "CultureInfoConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICustomTypeDescriptor"], - "fields": [], - "methods": [ - { - "returnTypeName": "AttributeCollection", - "params": [], - "isStatic": false, - "name": "GetAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetClassName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetComponentName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [], - "isStatic": false, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [], - "isStatic": false, - "name": "GetDefaultEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [], - "isStatic": false, - "name": "GetDefaultProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "editorBaseType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "pd", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "GetPropertyOwner", - "comment": "", - "location": "System.dll" - } - ], - "name": "CustomTypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DataErrorsChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DataObjectAttribute", - "name": "DataObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectAttribute", - "name": "NonDataObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDataObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "isDataObject", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DataObjectAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsIdentity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PrimaryKey", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "primaryKey", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "primaryKey", "typeName": "bool" }, - { "name": "isIdentity", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "primaryKey", "typeName": "bool" }, - { "name": "isIdentity", "typeName": "bool" }, - { "name": "isNullable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "primaryKey", "typeName": "bool" }, - { "name": "isIdentity", "typeName": "bool" }, - { "name": "isNullable", "typeName": "bool" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "DataObjectFieldAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectMethodType", - "name": "MethodType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "methodType", - "typeName": "System.ComponentModel.DataObjectMethodType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "methodType", - "typeName": "System.ComponentModel.DataObjectMethodType" - }, - { "name": "isDefault", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Match", - "comment": "", - "location": "System.dll" - } - ], - "name": "DataObjectMethodAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.DataObjectMethodType", - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectMethodType", - "name": "Fill", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectMethodType", - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectMethodType", - "name": "Select", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DataObjectMethodType", - "name": "Update", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.DataObjectMethodType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DataObjectMethodType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "DateTimeConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "", - "baseClass": "UnityEditor.ScriptableSingleton", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "assetDefaultFramerate", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - } - ], - "name": "TimelineProjectSettings", - "comment": "", - "location": "Unity.Timeline.Editor.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "DateTimeOffsetConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "DecimalConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DefaultBindingPropertyAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultBindingPropertyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DefaultEventAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultEventAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DefaultPropertyAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultPropertyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultValueAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DescriptionAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DescriptionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DesignerBaseTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DesignerTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "designerTypeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "designerTypeName", "typeName": "string" }, - { "name": "designerBaseTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "designerTypeName", "typeName": "string" }, - { "name": "designerBaseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "designerType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "designerType", "typeName": "System.Type" }, - { "name": "designerBaseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DesignerCategoryAttribute", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerCategoryAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerCategoryAttribute", - "name": "Form", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerCategoryAttribute", - "name": "Generic", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Category", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "category", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerCategoryAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.DesignerSerializationVisibility", - "name": "Content", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibility", - "name": "Hidden", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibility", - "name": "Visible", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.DesignerSerializationVisibility", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerSerializationVisibility", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", - "name": "Content", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", - "name": "Hidden", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", - "name": "Visible", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibility", - "name": "Visibility", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "visibility", - "typeName": "System.ComponentModel.DesignerSerializationVisibility" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignerSerializationVisibilityAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DesignOnlyAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignOnlyAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignOnlyAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDesignOnly", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "isDesignOnly", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignOnlyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DesignTimeVisibleAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignTimeVisibleAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignTimeVisibleAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Visible", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "visible", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DesignTimeVisibleAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.DisplayNameAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "displayName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "DisplayNameAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DoubleConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.CancelEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Argument", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "argument", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DoWorkEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ComponentModel.DoWorkEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.DoWorkEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "DoWorkEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "EditorBaseTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "EditorTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "baseTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "baseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "baseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "EditorAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.EditorBrowsableState", - "name": "State", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.ComponentModel.EditorBrowsableState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "EditorBrowsableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.EditorBrowsableState", - "name": "Advanced", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.EditorBrowsableState", - "name": "Always", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.EditorBrowsableState", - "name": "Never", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.EditorBrowsableState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EditorBrowsableState", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "System.dll" - } - ], - "name": "EnumConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.MemberDescriptor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "ComponentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "EventType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsMulticast", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "value", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "AddEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "value", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "RemoveEventHandler", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.ComponentModel.EventDescriptorCollection", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.EventDescriptor", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.EventDescriptor", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "events", - "typeName": "System.ComponentModel.EventDescriptor[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "events", - "typeName": "System.ComponentModel.EventDescriptor[]" - }, - { "name": "readOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.EventDescriptor" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.EventDescriptor" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.EventDescriptor" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.ComponentModel.EventDescriptor" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.EventDescriptor" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [{ "name": "names", "typeName": "string[]" }], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "names", "typeName": "string[]" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventDescriptorCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Delegate", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "AddHandler", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "listToAddFrom", - "typeName": "System.ComponentModel.EventHandlerList" - } - ], - "isStatic": false, - "name": "AddHandlers", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "RemoveHandler", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventHandlerList", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExpandableObjectConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "ExtenderProperty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.IExtenderProvider", - "name": "Provider", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "ReceiverType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExtenderProvidedPropertyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "GuidConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Handled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "defaultHandledValue", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HandledEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.HandledEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.HandledEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "HandledEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "bool", - "name": "AllowEdit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowNew", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowRemove", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSorted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListSortDirection", - "name": "SortDirection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "SortProperty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsChangeNotification", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsSearching", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsSorting", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedEventHandler", - "name": "ListChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_ListChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ListChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "AddIndex", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "AddNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.ComponentModel.PropertyDescriptor" - }, - { - "name": "direction", - "typeName": "System.ComponentModel.ListSortDirection" - } - ], - "isStatic": false, - "name": "ApplySort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "property", - "typeName": "System.ComponentModel.PropertyDescriptor" - }, - { "name": "key", "typeName": "object" } - ], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "RemoveIndex", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveSort", - "comment": "", - "location": "System.dll" - } - ], - "name": "IBindingList", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IBindingList", "IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "string", - "name": "Filter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListSortDescriptionCollection", - "name": "SortDescriptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsAdvancedSorting", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsFiltering", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sorts", - "typeName": "System.ComponentModel.ListSortDescriptionCollection" - } - ], - "isStatic": false, - "name": "ApplySort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveFilter", - "comment": "", - "location": "System.dll" - } - ], - "name": "IBindingListView", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "itemIndex", "typeName": "int" }], - "isStatic": false, - "name": "CancelNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "itemIndex", "typeName": "int" }], - "isStatic": false, - "name": "EndNew", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICancelAddNew", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AcceptChanges", - "comment": "", - "location": "System.dll" - } - ], - "name": "IChangeTracking", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AttributeCollection", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetClassName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetDefaultEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetDefaultProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "baseEditorType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "dispid", "typeName": "int" }, - { "name": "success", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetPropertyValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "propertyName", "typeName": "string" }, - { "name": "success", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetPropertyValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "IComNativeDescriptorHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Disposed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Disposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Disposed", - "comment": "", - "location": "System.dll" - } - ], - "name": "IComponent", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.ComponentCollection", - "name": "Components", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "IContainer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AttributeCollection", - "params": [], - "isStatic": false, - "name": "GetAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetClassName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetComponentName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [], - "isStatic": false, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [], - "isStatic": false, - "name": "GetDefaultEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [], - "isStatic": false, - "name": "GetDefaultProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "editorBaseType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "pd", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "GetPropertyOwner", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICustomTypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IDataErrorInfo", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginEdit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelEdit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndEdit", - "comment": "", - "location": "System.dll" - } - ], - "name": "IEditableObject", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "extendee", "typeName": "object" }], - "isStatic": false, - "name": "CanExtend", - "comment": "", - "location": "System.dll" - } - ], - "name": "IExtenderProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "language", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "newValue", "typeName": "string" } - ], - "isStatic": false, - "name": "Show", - "comment": "", - "location": "System.dll" - } - ], - "name": "IIntellisenseBuilder", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "ContainsListCollection", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetList", - "comment": "", - "location": "System.dll" - } - ], - "name": "IListSource", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.ImmutableObjectAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ImmutableObjectAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ImmutableObjectAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Immutable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "immutable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ImmutableObjectAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IContainer", "IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.IComponent", - "name": "Owner", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "INestedContainer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ISite", "IServiceProvider"], - "fields": [ - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "INestedSite", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.InheritanceAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.InheritanceAttribute", - "name": "Inherited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.InheritanceAttribute", - "name": "InheritedReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.InheritanceAttribute", - "name": "NotInherited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.InheritanceLevel", - "name": "InheritanceLevel", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inheritanceLevel", - "typeName": "System.ComponentModel.InheritanceLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "InheritanceAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.InheritanceLevel", - "name": "Inherited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.InheritanceLevel", - "name": "InheritedReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.InheritanceLevel", - "name": "NotInherited", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.InheritanceLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InheritanceLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "EventName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "eventName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InitializationEventAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "HasErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "ErrorsChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_ErrorsChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_ErrorsChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": "GetErrors", - "comment": "", - "location": "System.dll" - } - ], - "name": "INotifyDataErrorInfo", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.PropertyChangedEventHandler", - "name": "PropertyChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_PropertyChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_PropertyChanged", - "comment": "", - "location": "System.dll" - } - ], - "name": "INotifyPropertyChanged", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.PropertyChangingEventHandler", - "name": "PropertyChanging", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangingEventHandler" - } - ], - "isStatic": false, - "name": "add_PropertyChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangingEventHandler" - } - ], - "isStatic": false, - "name": "remove_PropertyChanging", - "comment": "", - "location": "System.dll" - } - ], - "name": "INotifyPropertyChanging", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "InstallerType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "installerType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "InstallerTypeAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "instanceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - } - ], - "name": "InstanceCreationEditor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Int16Converter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Int32Converter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Int64Converter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InvalidAsynchronousStateException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "argumentName", "typeName": "string" }, - { "name": "invalidValue", "typeName": "int" }, - { "name": "enumClass", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InvalidEnumArgumentException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "RaisesItemChangedEvents", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IRaiseItemChangedEvents", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IChangeTracking"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RejectChanges", - "comment": "", - "location": "System.dll" - } - ], - "name": "IRevertibleChangeTracking", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.IComponent", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.IContainer", - "name": "Container", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DesignMode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "ISite", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.dll" - } - ], - "name": "ISupportInitialize", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ISupportInitialize"], - "fields": [ - { - "typeName": "bool", - "name": "IsInitialized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Initialized", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Initialized", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Initialized", - "comment": "", - "location": "System.dll" - } - ], - "name": "ISupportInitializeNotification", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "InvokeRequired", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "method", "typeName": "System.Delegate" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "method", "typeName": "System.Delegate" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ISynchronizeInvoke", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.IContainer", - "name": "Container", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "Instance", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "PropertyDescriptor", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnComponentChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "OnComponentChanging", - "comment": "", - "location": "System.dll" - } - ], - "name": "ITypeDescriptorContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "listAccessors", - "typeName": "System.ComponentModel.PropertyDescriptor[]" - } - ], - "isStatic": false, - "name": "GetItemProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "listAccessors", - "typeName": "System.ComponentModel.PropertyDescriptor[]" - } - ], - "isStatic": false, - "name": "GetListName", - "comment": "", - "location": "System.dll" - } - ], - "name": "ITypedList", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "LicenseKey", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - } - ], - "name": "License", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.LicenseUsageMode", - "name": "UsageMode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "resourceAssembly", - "typeName": "System.Reflection.Assembly" - } - ], - "isStatic": false, - "name": "GetSavedLicenseKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "key", "typeName": "string" } - ], - "isStatic": false, - "name": "SetSavedLicenseKey", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicenseContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Type", - "name": "LicensedType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" }, - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicenseException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.LicenseContext", - "name": "CurrentContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.LicenseUsageMode", - "name": "UsageMode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "creationContext", - "typeName": "System.ComponentModel.LicenseContext" - } - ], - "isStatic": true, - "name": "CreateWithContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "creationContext", - "typeName": "System.ComponentModel.LicenseContext" - }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateWithContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "IsLicensed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "IsValid", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" }, - { "name": "license", "typeName": "System.ComponentModel.License" } - ], - "isStatic": true, - "name": "IsValid", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "contextUser", "typeName": "object" }], - "isStatic": true, - "name": "LockContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "contextUser", "typeName": "object" }], - "isStatic": true, - "name": "UnlockContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Validate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "License", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": true, - "name": "Validate", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicenseManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "License", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.LicenseContext" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" }, - { "name": "allowExceptions", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetLicense", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicenseProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.LicenseProviderAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "LicenseProvider", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicenseProviderAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.LicenseUsageMode", - "name": "Designtime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.LicenseUsageMode", - "name": "Runtime", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.LicenseUsageMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicenseUsageMode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.LicenseProvider", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "License", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.LicenseContext" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" }, - { "name": "allowExceptions", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetLicense", - "comment": "", - "location": "System.dll" - } - ], - "name": "LicFileLicenseProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.ListBindableAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListBindableAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListBindableAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ListBindable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "listBindable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.ComponentModel.BindableSupport" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListBindableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "ListChangedType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NewIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "OldIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "PropertyDescriptor", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "listChangedType", - "typeName": "System.ComponentModel.ListChangedType" - }, - { - "name": "propDesc", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "listChangedType", - "typeName": "System.ComponentModel.ListChangedType" - }, - { "name": "newIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "listChangedType", - "typeName": "System.ComponentModel.ListChangedType" - }, - { "name": "newIndex", "typeName": "int" }, - { - "name": "propDesc", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "listChangedType", - "typeName": "System.ComponentModel.ListChangedType" - }, - { "name": "newIndex", "typeName": "int" }, - { "name": "oldIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.ListChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.ListChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "ItemAdded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "ItemChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "ItemDeleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "ItemMoved", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "PropertyDescriptorAdded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "PropertyDescriptorChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "PropertyDescriptorDeleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedType", - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.ListChangedType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListChangedType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "PropertyDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListSortDirection", - "name": "SortDirection", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.ComponentModel.PropertyDescriptor" - }, - { - "name": "direction", - "typeName": "System.ComponentModel.ListSortDirection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListSortDescription", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListSortDescription", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sorts", - "typeName": "System.ComponentModel.ListSortDescription[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListSortDescriptionCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.ListSortDirection", - "name": "Ascending", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ListSortDirection", - "name": "Descending", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.ListSortDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListSortDirection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.LocalizableAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.LocalizableAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.LocalizableAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsLocalizable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "isLocalizable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "LocalizableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.LookupBindingPropertiesAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DisplayMember", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LookupMember", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ValueMember", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSource", "typeName": "string" }, - { "name": "displayMember", "typeName": "string" }, - { "name": "valueMember", "typeName": "string" }, - { "name": "lookupMember", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "LookupBindingPropertiesAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "IServiceProvider"], - "fields": [ - { - "typeName": "System.ComponentModel.IContainer", - "name": "Container", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DesignMode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Disposed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Disposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Disposed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "service", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetService", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "MarshalByValueComponent", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "bool", - "name": "AllowPromptAsInput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AsciiOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "AssignedEditPositionCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "AvailableEditPositionCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "Culture", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "char", - "name": "DefaultPasswordChar", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "EditPositionCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.IEnumerator", - "name": "EditPositions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IncludeLiterals", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IncludePrompt", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "InvalidIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsPassword", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "char", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "LastAssignedPosition", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Mask", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "MaskCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "MaskFull", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "char", - "name": "PasswordChar", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "char", - "name": "PromptChar", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ResetOnPrompt", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ResetOnSpace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SkipLiterals", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mask", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mask", "typeName": "string" }, - { "name": "restrictToAscii", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mask", "typeName": "string" }, - { "name": "passwordChar", "typeName": "char" }, - { "name": "allowPromptAsInput", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mask", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mask", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "restrictToAscii", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mask", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "allowPromptAsInput", "typeName": "bool" }, - { "name": "promptChar", "typeName": "char" }, - { "name": "passwordChar", "typeName": "char" }, - { "name": "restrictToAscii", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mask", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "passwordChar", "typeName": "char" }, - { "name": "allowPromptAsInput", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "input", "typeName": "char" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindAssignedEditPositionFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindAssignedEditPositionInRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindEditPositionFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindEditPositionInRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindNonEditPositionFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindNonEditPositionInRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindUnassignedEditPositionFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "direction", "typeName": "bool" } - ], - "isStatic": false, - "name": "FindUnassignedEditPositionInRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "hint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": true, - "name": "GetOperationResultFromHint", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": false, - "name": "InsertAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "position", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "InsertAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": false, - "name": "InsertAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "position", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "InsertAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "int" }], - "isStatic": false, - "name": "IsAvailablePosition", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "int" }], - "isStatic": false, - "name": "IsEditPosition", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsValidInputChar", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsValidMaskChar", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsValidPasswordChar", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" } - ], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "position", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "startPosition", "typeName": "int" }, - { "name": "endPosition", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "position", "typeName": "int" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToDisplayString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ignorePasswordChar", "typeName": "bool" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrompt", "typeName": "bool" }, - { "name": "includeLiterals", "typeName": "bool" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ignorePasswordChar", "typeName": "bool" }, - { "name": "includePrompt", "typeName": "bool" }, - { "name": "includeLiterals", "typeName": "bool" }, - { "name": "startPosition", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrompt", "typeName": "bool" }, - { "name": "includeLiterals", "typeName": "bool" }, - { "name": "startPosition", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ignorePasswordChar", "typeName": "bool" }, - { "name": "startPosition", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "startPosition", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "position", "typeName": "int" }, - { - "name": "hint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "VerifyChar", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "char" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": false, - "name": "VerifyEscapeChar", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "VerifyString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "testPosition", "typeName": "int" }, - { - "name": "resultHint", - "typeName": "System.ComponentModel.MaskedTextResultHint" - } - ], - "isStatic": false, - "name": "VerifyString", - "comment": "", - "location": "System.dll" - } - ], - "name": "MaskedTextProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "AlphanumericCharacterExpected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "AsciiCharacterExpected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "CharacterEscaped", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "DigitExpected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "InvalidInput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "LetterExpected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "NoEffect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "NonEditPosition", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "PositionOutOfRange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "PromptCharNotAllowed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "SideEffect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "SignedDigitExpected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "Success", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "UnavailableEditPosition", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MaskedTextResultHint", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.MaskedTextResultHint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "MaskedTextResultHint", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.AttributeCollection", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Category", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DesignTimeOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsBrowsable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "MemberDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.MergablePropertyAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MergablePropertyAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.MergablePropertyAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowMerge", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "allowMerge", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "MergablePropertyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "MultilineStringConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.Container", - "attribute": "", - "interfaces": ["INestedContainer", "IContainer", "IDisposable"], - "fields": [ - { - "typeName": "System.ComponentModel.IComponent", - "name": "Owner", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "owner", "typeName": "System.ComponentModel.IComponent" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NestedContainer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.NotifyParentPropertyAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.NotifyParentPropertyAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.NotifyParentPropertyAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "NotifyParent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "notifyParent", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "NotifyParentPropertyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "NullableType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.TypeConverter", - "name": "UnderlyingTypeConverter", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "propertyValues", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetCreateInstanceSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "System.dll" - } - ], - "name": "NullableConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.ParenthesizePropertyNameAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "NeedParenthesis", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "needParenthesis", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ParenthesizePropertyNameAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.PasswordPropertyTextAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PasswordPropertyTextAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PasswordPropertyTextAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Password", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "password", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "PasswordPropertyTextAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ProgressPercentage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "UserState", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "progressPercentage", "typeName": "int" }, - { "name": "userState", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProgressChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.ProgressChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.ProgressChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProgressChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.PropertyChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.PropertyChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyChangingEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.PropertyChangingEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.PropertyChangingEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyChangingEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.MemberDescriptor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "ComponentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.TypeConverter", - "name": "Converter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsLocalizable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "PropertyType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.DesignerSerializationVisibility", - "name": "SerializationVisibility", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsChangeEvents", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "handler", "typeName": "System.EventHandler" } - ], - "isStatic": false, - "name": "AddValueChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "CanResetValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [], - "isStatic": false, - "name": "GetChildProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [{ "name": "filter", "typeName": "System.Attribute[]" }], - "isStatic": false, - "name": "GetChildProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": false, - "name": "GetChildProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "instance", "typeName": "object" }, - { "name": "filter", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetChildProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "editorBaseType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "handler", "typeName": "System.EventHandler" } - ], - "isStatic": false, - "name": "RemoveValueChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "ResetValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "ShouldSerializeValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDictionary", "IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.ComponentModel.PropertyDescriptorCollection", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyDescriptor", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "System.ComponentModel.PropertyDescriptor[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "System.ComponentModel.PropertyDescriptor[]" - }, - { "name": "readOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyDescriptor" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [{ "name": "names", "typeName": "string[]" }], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "names", "typeName": "string[]" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyDescriptorCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type[]", - "name": "TabClasses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyTabScope[]", - "name": "TabScopes", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tabClassName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tabClassName", "typeName": "string" }, - { - "name": "tabScope", - "typeName": "System.ComponentModel.PropertyTabScope" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tabClass", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tabClass", "typeName": "System.Type" }, - { - "name": "tabScope", - "typeName": "System.ComponentModel.PropertyTabScope" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.ComponentModel.PropertyTabAttribute" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyTabAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.PropertyTabScope", - "name": "Component", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyTabScope", - "name": "Document", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyTabScope", - "name": "Global", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyTabScope", - "name": "Static", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.PropertyTabScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PropertyTabScope", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ReceiverTypeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "receiverTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "receiverType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProvidePropertyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.ReadOnlyAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ReadOnlyAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ReadOnlyAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "isReadOnly", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ReadOnlyAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.RecommendedAsConfigurableAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RecommendedAsConfigurableAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RecommendedAsConfigurableAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RecommendedAsConfigurable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "recommendedAsConfigurable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "RecommendedAsConfigurableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "ReferenceConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "ComponentChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "TypeChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "componentChanged", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeChanged", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RefreshEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "e", - "typeName": "System.ComponentModel.RefreshEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "e", - "typeName": "System.ComponentModel.RefreshEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "RefreshEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.RefreshProperties", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RefreshProperties", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RefreshProperties", - "name": "Repaint", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.RefreshProperties", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RefreshProperties", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.RefreshPropertiesAttribute", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RefreshPropertiesAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RefreshPropertiesAttribute", - "name": "Repaint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RefreshProperties", - "name": "RefreshProperties", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "refresh", - "typeName": "System.ComponentModel.RefreshProperties" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "RefreshPropertiesAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.RunInstallerAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RunInstallerAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RunInstallerAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RunInstaller", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "runInstaller", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "RunInstallerAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Result", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "UserState", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "result", "typeName": "object" }, - { "name": "error", "typeName": "System.Exception" }, - { "name": "cancelled", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RunWorkerCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.RunWorkerCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.RunWorkerCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "RunWorkerCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SByteConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.SettingsBindableAttribute", - "name": "No", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.SettingsBindableAttribute", - "name": "Yes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Bindable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "bindable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsBindableAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SingleConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - } - ], - "name": "StringConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "CheckMachineName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "CheckPath", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "CheckRootedPath", - "comment": "", - "location": "System.dll" - } - ], - "name": "SyntaxCheck", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "TimeSpanConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.ToolboxItemAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ToolboxItemAttribute", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "ToolboxItemType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ToolboxItemTypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "defaultType", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "toolboxItemTypeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "toolboxItemType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ToolboxItemAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "FilterString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ToolboxItemFilterType", - "name": "FilterType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "filterString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filterString", "typeName": "string" }, - { - "name": "filterType", - "typeName": "System.ComponentModel.ToolboxItemFilterType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "ToolboxItemFilterAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ComponentModel.ToolboxItemFilterType", - "name": "Allow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ToolboxItemFilterType", - "name": "Custom", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ToolboxItemFilterType", - "name": "Prevent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ToolboxItemFilterType", - "name": "Require", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ComponentModel.ToolboxItemFilterType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ToolboxItemFilterType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sourceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "destinationType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "ConvertFromInvariantString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "ConvertFromInvariantString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "ConvertFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "ConvertFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "ConvertFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertToInvariantString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ConvertToInvariantString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ConvertToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "propertyValues", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "propertyValues", - "typeName": "System.Collections.IDictionary" - } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetCreateInstanceSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetCreateInstanceSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetPropertiesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICollection", - "params": [], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "values", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "StandardValuesCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.ComponentModel.TypeConverterAttribute", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ConverterTypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeConverterAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "provider", "typeName": "System.IServiceProvider" }, - { "name": "objectType", "typeName": "System.Type" }, - { "name": "argTypes", "typeName": "System.Type[]" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": false, - "name": "GetCache", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICustomTypeDescriptor", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": false, - "name": "GetExtendedTypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": false, - "name": "GetFullComponentName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": false, - "name": "GetReflectionType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "objectType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetReflectionType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "objectType", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": false, - "name": "GetReflectionType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "reflectionType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetRuntimeType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICustomTypeDescriptor", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": false, - "name": "GetTypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICustomTypeDescriptor", - "params": [{ "name": "objectType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetTypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICustomTypeDescriptor", - "params": [ - { "name": "objectType", "typeName": "System.Type" }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": false, - "name": "GetTypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsSupportedType", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptionProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptionProviderAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ComponentModel.IComNativeDescriptorHandler", - "name": "ComNativeDescriptorHandler", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "ComObjectType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "InterfaceType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.RefreshEventHandler", - "name": "Refreshed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.RefreshEventHandler" - } - ], - "isStatic": true, - "name": "add_Refreshed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.RefreshEventHandler" - } - ], - "isStatic": true, - "name": "remove_Refreshed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeDescriptionProvider", - "params": [ - { "name": "instance", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "AddAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeDescriptionProvider", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "AddAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "editorBaseType", "typeName": "System.Type" }, - { "name": "table", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": true, - "name": "AddEditorTable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": true, - "name": "AddProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "AddProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": true, - "name": "AddProviderTransparent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "AddProviderTransparent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "primary", "typeName": "object" }, - { "name": "secondary", "typeName": "object" } - ], - "isStatic": true, - "name": "CreateAssociation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IDesigner", - "params": [ - { - "name": "component", - "typeName": "System.ComponentModel.IComponent" - }, - { "name": "designerBaseType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "CreateDesigner", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [ - { "name": "componentType", "typeName": "System.Type" }, - { - "name": "oldEventDescriptor", - "typeName": "System.ComponentModel.EventDescriptor" - }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "CreateEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [ - { "name": "componentType", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "CreateEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "provider", "typeName": "System.IServiceProvider" }, - { "name": "objectType", "typeName": "System.Type" }, - { "name": "argTypes", "typeName": "System.Type[]" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [ - { "name": "componentType", "typeName": "System.Type" }, - { - "name": "oldPropertyDescriptor", - "typeName": "System.ComponentModel.PropertyDescriptor" - }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "CreateProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [ - { "name": "componentType", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "CreateProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "primary", "typeName": "object" } - ], - "isStatic": true, - "name": "GetAssociation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AttributeCollection", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AttributeCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AttributeCollection", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetAttributes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetClassName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetClassName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetClassName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetComponentName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetComponentName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetDefaultEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetDefaultEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptor", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetDefaultEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetDefaultProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetDefaultProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptor", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetDefaultProperty", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "editorBaseType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "editorBaseType", "typeName": "System.Type" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "editorBaseType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetEditor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EventDescriptorCollection", - "params": [ - { "name": "componentType", "typeName": "System.Type" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "GetEvents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetFullComponentName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "attributes", "typeName": "System.Attribute[]" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "component", "typeName": "object" }, - { "name": "noCustomTypeDesc", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PropertyDescriptorCollection", - "params": [ - { "name": "componentType", "typeName": "System.Type" }, - { "name": "attributes", "typeName": "System.Attribute[]" } - ], - "isStatic": true, - "name": "GetProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeDescriptionProvider", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": true, - "name": "GetProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeDescriptionProvider", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "instance", "typeName": "object" }], - "isStatic": true, - "name": "GetReflectionType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetReflectionType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "component", "typeName": "object" }], - "isStatic": true, - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "module", "typeName": "System.Reflection.Module" } - ], - "isStatic": true, - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "primary", "typeName": "object" }, - { "name": "secondary", "typeName": "object" } - ], - "isStatic": true, - "name": "RemoveAssociation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "primary", "typeName": "object" }], - "isStatic": true, - "name": "RemoveAssociations", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": true, - "name": "RemoveProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "RemoveProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": true, - "name": "RemoveProviderTransparent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.ComponentModel.TypeDescriptionProvider" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "RemoveProviderTransparent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "infos", "typeName": "System.Collections.IList" } - ], - "isStatic": true, - "name": "SortDescriptorArray", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StandardValuesCollection", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesExclusive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - } - ], - "isStatic": false, - "name": "GetStandardValuesSupported", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeListConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UInt16Converter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UInt32Converter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.ComponentModel.BaseNumberConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UInt64Converter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "HelpTopic", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "HelpUrl", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "helpUrl", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "helpUrl", "typeName": "string" }, - { "name": "helpTopic", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "WarningException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.ComponentModel", - "baseClass": "System.Runtime.InteropServices.ExternalException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "NativeErrorCode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "error", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "error", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "Win32Exception", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable", - "ISerializable" - ], - "fields": [ - { - "typeName": "System.DateTime", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Date", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Day", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "DayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "DayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Hour", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTimeKind", - "name": "Kind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Millisecond", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Minute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Month", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Now", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Second", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Ticks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "TimeOfDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Today", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "UtcNow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Year", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "calendar", "typeName": "System.Globalization.Calendar" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "kind", "typeName": "System.DateTimeKind" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "calendar", "typeName": "System.Globalization.Calendar" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "kind", "typeName": "System.DateTimeKind" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "calendar", "typeName": "System.Globalization.Calendar" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "calendar", "typeName": "System.Globalization.Calendar" }, - { "name": "kind", "typeName": "System.DateTimeKind" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ticks", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ticks", "typeName": "long" }, - { "name": "kind", "typeName": "System.DateTimeKind" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "AddDays", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "AddHours", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "AddMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "AddMinutes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "months", "typeName": "int" }], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "AddSeconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "AddTicks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "t1", "typeName": "System.DateTime" }, - { "name": "t2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" } - ], - "isStatic": true, - "name": "DaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.DateTime" }, - { "name": "t2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "dateData", "typeName": "long" }], - "isStatic": true, - "name": "FromBinary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "fileTime", "typeName": "long" }], - "isStatic": true, - "name": "FromFileTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "fileTime", "typeName": "long" }], - "isStatic": true, - "name": "FromFileTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "FromOADate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetDateTimeFormats", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "format", "typeName": "char" }], - "isStatic": false, - "name": "GetDateTimeFormats", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "format", "typeName": "char" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "GetDateTimeFormats", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "GetDateTimeFormats", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDaylightSavingTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": true, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "d", "typeName": "System.DateTime" }, - { "name": "t", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "System.DateTime" }, - { "name": "d2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.DateTime" }, - { "name": "t2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.DateTime" }, - { "name": "t2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "System.DateTime" }, - { "name": "d2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.DateTime" }, - { "name": "t2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.DateTime" }, - { "name": "t2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "d1", "typeName": "System.DateTime" }, - { "name": "d2", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "d", "typeName": "System.DateTime" }, - { "name": "t", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { - "name": "style", - "typeName": "System.Globalization.DateTimeStyles" - } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { - "name": "style", - "typeName": "System.Globalization.DateTimeStyles" - } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { "name": "kind", "typeName": "System.DateTimeKind" } - ], - "isStatic": true, - "name": "SpecifyKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToBinary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToFileTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToFileTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [], - "isStatic": false, - "name": "ToLocalTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToLongDateString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToLongTimeString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ToOADate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToShortDateString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToShortTimeString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [], - "isStatic": false, - "name": "ToUniversalTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - }, - { "name": "result", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { - "name": "style", - "typeName": "System.Globalization.DateTimeStyles" - }, - { "name": "result", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { - "name": "style", - "typeName": "System.Globalization.DateTimeStyles" - }, - { "name": "result", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IEquatable", - "IFormattable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "System.DateTimeOffset", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTimeOffset", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Date", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "DateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Day", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "DayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "DayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Hour", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "LocalDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Millisecond", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Minute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Month", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTimeOffset", - "name": "Now", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "Offset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Second", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Ticks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "TimeOfDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "UtcDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTimeOffset", - "name": "UtcNow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "UtcTicks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Year", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "offset", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "calendar", "typeName": "System.Globalization.Calendar" }, - { "name": "offset", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "offset", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "offset", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ticks", "typeName": "long" }, - { "name": "offset", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "timeSpan", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "days", "typeName": "double" }], - "isStatic": false, - "name": "AddDays", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "hours", "typeName": "double" }], - "isStatic": false, - "name": "AddHours", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "milliseconds", "typeName": "double" }], - "isStatic": false, - "name": "AddMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "minutes", "typeName": "double" }], - "isStatic": false, - "name": "AddMinutes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "months", "typeName": "int" }], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "seconds", "typeName": "double" }], - "isStatic": false, - "name": "AddSeconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "ticks", "typeName": "long" }], - "isStatic": false, - "name": "AddTicks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "years", "typeName": "int" }], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "first", "typeName": "System.DateTimeOffset" }, - { "name": "second", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "first", "typeName": "System.DateTimeOffset" }, - { "name": "second", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": "EqualsExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "fileTime", "typeName": "long" }], - "isStatic": true, - "name": "FromFileTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "milliseconds", "typeName": "long" }], - "isStatic": true, - "name": "FromUnixTimeMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "seconds", "typeName": "long" }], - "isStatic": true, - "name": "FromUnixTimeSeconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, - { "name": "timeSpan", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "left", "typeName": "System.DateTimeOffset" }, - { "name": "right", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, - { "name": "timeSpan", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "value", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToFileTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [], - "isStatic": false, - "name": "ToLocalTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "offset", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "ToOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [], - "isStatic": false, - "name": "ToUniversalTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToUnixTimeMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToUnixTimeSeconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "result", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - }, - { "name": "result", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - }, - { "name": "result", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.DateTimeStyles" - }, - { "name": "result", "typeName": "System.DateTimeOffset" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DateTimeOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessViolationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "T" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" }, - { "name": "arg16", "typeName": "T16" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" }, - { "name": "arg16", "typeName": "T16" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Action", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable", "ISerializable"], - "fields": [ - { - "typeName": "byte[]", - "name": "ApplicationManifestBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "DeploymentManifestBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ActivationContext.ContextForm", - "name": "Form", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ApplicationIdentity", - "name": "Identity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "ActivationContext", - "params": [ - { "name": "identity", "typeName": "System.ApplicationIdentity" } - ], - "isStatic": true, - "name": "CreatePartialActivationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ActivationContext", - "params": [ - { "name": "identity", "typeName": "System.ApplicationIdentity" }, - { "name": "manifestPaths", "typeName": "string[]" } - ], - "isStatic": true, - "name": "CreatePartialActivationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ActivationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ActivationContext.ContextForm", - "name": "Loose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ActivationContext.ContextForm", - "name": "StoreBounded", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ActivationContext.ContextForm", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContextForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["_Activator"], - "fields": [], - "methods": [ - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateComInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "hashValue", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": true, - "name": "CreateComInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - }, - { "name": "activationCustomData", "typeName": "string[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "domain", "typeName": "System.AppDomain" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "domain", "typeName": "System.AppDomain" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "domain", "typeName": "System.AppDomain" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "nonPublic", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "args", "typeName": "object[]" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "domain", "typeName": "System.AppDomain" }, - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "domain", "typeName": "System.AppDomain" }, - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "domain", "typeName": "System.AppDomain" }, - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "url", "typeName": "string" } - ], - "isStatic": true, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "url", "typeName": "string" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Activator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "InnerExceptions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "innerExceptions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerExceptions", "typeName": "System.Exception[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "innerExceptions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerExceptions", "typeName": "System.Exception[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AggregateException", - "params": [], - "isStatic": false, - "name": "Flatten", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Exception", - "params": [], - "isStatic": false, - "name": "GetBaseException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AggregateException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "BaseDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TargetFrameworkName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "switchName", "typeName": "string" }, - { "name": "isEnabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetSwitch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "switchName", "typeName": "string" }, - { "name": "isEnabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryGetSwitch", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IEvidenceFactory", "_AppDomain"], - "fields": [ - { - "typeName": "System.ActivationContext", - "name": "ActivationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ApplicationIdentity", - "name": "ApplicationIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.ApplicationTrust", - "name": "ApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "BaseDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AppDomain", - "name": "CurrentDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AppDomainManager", - "name": "DomainManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DynamicDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FriendlyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFullyTrusted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsHomogenous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "MonitoringIsEnabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "MonitoringSurvivedMemorySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "MonitoringSurvivedProcessMemorySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "MonitoringTotalAllocatedMemorySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MonitoringTotalProcessorTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "PermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "RelativeSearchPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AppDomainSetup", - "name": "SetupInformation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ShadowCopyFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AssemblyLoadEventHandler", - "name": "AssemblyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "AssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "DomainUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "FirstChanceException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "ProcessExit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "ReflectionOnlyAssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "ResourceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "TypeResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.UnhandledExceptionEventHandler", - "name": "UnhandledException", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } - ], - "isStatic": false, - "name": "add_AssemblyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } - ], - "isStatic": false, - "name": "remove_AssemblyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_AssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_AssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_DomainUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_DomainUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_FirstChanceException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_FirstChanceException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_ProcessExit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_ProcessExit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_ReflectionOnlyAssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_ReflectionOnlyAssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_ResourceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_ResourceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_TypeResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_TypeResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.UnhandledExceptionEventHandler" - } - ], - "isStatic": false, - "name": "add_UnhandledException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.UnhandledExceptionEventHandler" - } - ], - "isStatic": false, - "name": "remove_UnhandledException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "AppendPrivatePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "assemblyName", "typeName": "string" }], - "isStatic": false, - "name": "ApplyPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearPrivatePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearShadowCopyPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateComInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "hashValue", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": false, - "name": "CreateComInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [{ "name": "friendlyName", "typeName": "string" }], - "isStatic": true, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "info", "typeName": "System.AppDomainSetup" } - ], - "isStatic": true, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "info", "typeName": "System.AppDomainSetup" }, - { "name": "grantSet", "typeName": "System.Security.PermissionSet" }, - { - "name": "fullTrustAssemblies", - "typeName": "System.Security.Policy.StrongName[]" - } - ], - "isStatic": true, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "appBasePath", "typeName": "string" }, - { "name": "appRelativeSearchPath", "typeName": "string" }, - { "name": "shadowCopyFiles", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "appBasePath", "typeName": "string" }, - { "name": "appRelativeSearchPath", "typeName": "string" }, - { "name": "shadowCopyFiles", "typeName": "bool" }, - { "name": "adInit", "typeName": "System.AppDomainInitializer" }, - { "name": "adInitArgs", "typeName": "string[]" } - ], - "isStatic": true, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateInstanceAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateInstanceAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateInstanceFromAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceFromAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateInstanceFromAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceFromAndUnwrap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "assemblyAttributes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "assemblyAttributes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "securityContextSource", - "typeName": "System.Security.SecurityContextSource" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { "name": "isSynchronized", "typeName": "bool" }, - { - "name": "assemblyAttributes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - }, - { "name": "isSynchronized", "typeName": "bool" } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - }, - { "name": "isSynchronized", "typeName": "bool" }, - { - "name": "assemblyAttributes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callBackDelegate", - "typeName": "System.CrossAppDomainDelegate" - } - ], - "isStatic": false, - "name": "DoCallBack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "args", "typeName": "string[]" }, - { "name": "hashValue", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "args", "typeName": "string[]" }, - { "name": "hashValue", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "assemblyName", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssemblyByName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "assemblyName", - "typeName": "System.Reflection.AssemblyName" - }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssemblyByName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "assemblyName", "typeName": "string" }], - "isStatic": false, - "name": "ExecuteAssemblyByName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ExecuteAssemblyByName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssemblyByName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssemblyByName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetCurrentThreadId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "InitializeLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Nullable", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "IsCompatibilitySwitchSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsFinalizingForUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "assemblyRef", - "typeName": "System.Reflection.AssemblyName" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "assemblyRef", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyString", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyString", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ReflectionOnlyGetAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "domainPolicy", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "SetAppDomainPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "SetCachePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "object" }, - { "name": "permission", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "SetDynamicBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "policy", - "typeName": "System.Security.Principal.PrincipalPolicy" - } - ], - "isStatic": false, - "name": "SetPrincipalPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetShadowCopyFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "SetShadowCopyPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "principal", - "typeName": "System.Security.Principal.IPrincipal" - } - ], - "isStatic": false, - "name": "SetThreadPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "domain", "typeName": "System.AppDomain" }], - "isStatic": true, - "name": "Unload", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "args", "typeName": "string[]" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "args", "typeName": "string[]" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppDomainInitializer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Hosting.ApplicationActivator", - "name": "ApplicationActivator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Assembly", - "name": "EntryAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.HostExecutionContextManager", - "name": "HostExecutionContextManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManager", - "name": "HostSecurityManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AppDomainManagerInitializationOptions", - "name": "InitializationFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "state", "typeName": "System.Security.SecurityState" } - ], - "isStatic": false, - "name": "CheckSecuritySettings", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "securityInfo", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "appDomainInfo", "typeName": "System.AppDomainSetup" } - ], - "isStatic": false, - "name": "CreateDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "appDomainInfo", "typeName": "System.AppDomainSetup" } - ], - "isStatic": false, - "name": "InitializeNewDomain", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppDomainManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.AppDomainManagerInitializationOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AppDomainManagerInitializationOptions", - "name": "RegisterWithHost", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.AppDomainManagerInitializationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppDomainManagerInitializationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IAppDomainSetup"], - "fields": [ - { - "typeName": "System.Runtime.Hosting.ActivationArguments", - "name": "ActivationArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AppDomainInitializer", - "name": "AppDomainInitializer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "AppDomainInitializerArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AppDomainManagerAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AppDomainManagerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ApplicationBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ApplicationName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.ApplicationTrust", - "name": "ApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CachePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ConfigurationFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "DisallowApplicationBaseProbing", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "DisallowBindingRedirects", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "DisallowCodeDownload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "DisallowPublisherPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DynamicBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "LicenseFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.LoaderOptimization", - "name": "LoaderOptimization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "PartialTrustVisibleAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PrivateBinPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PrivateBinPathProbe", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SandboxInterop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ShadowCopyDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ShadowCopyFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TargetFrameworkName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "activationArguments", - "typeName": "System.Runtime.Hosting.ActivationArguments" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetConfigurationBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "switches", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetCompatibilitySwitches", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetConfigurationBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "functionName", "typeName": "string" }, - { "name": "functionVersion", "typeName": "int" }, - { "name": "functionPointer", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "SetNativeFunction", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppDomainSetup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AppDomainUnloadedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Culture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ProcessorArchitecture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "PublicKeyToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "publicKeyToken", "typeName": "byte[]" }, - { "name": "name", "typeName": "string" }, - { "name": "version", "typeName": "System.Version" }, - { "name": "processorArchitecture", "typeName": "string" }, - { "name": "culture", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ApplicationId", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "CodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "applicationIdentityFullName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arglist", "typeName": "System.RuntimeArgumentHandle" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arglist", "typeName": "System.RuntimeArgumentHandle" }, - { "name": "ptr", "typeName": "void*" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "End", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypedReference", - "params": [], - "isStatic": false, - "name": "GetNextArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypedReference", - "params": [{ "name": "rth", "typeName": "System.RuntimeTypeHandle" }], - "isStatic": false, - "name": "GetNextArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeTypeHandle", - "params": [], - "isStatic": false, - "name": "GetNextArgType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetRemainingCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArgIterator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ParamName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "paramName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "paramName", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArgumentException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "paramName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "paramName", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArgumentNullException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "object", - "name": "ActualValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "paramName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "paramName", "typeName": "string" }, - { "name": "actualValue", "typeName": "object" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "paramName", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArgumentOutOfRangeException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArithmeticException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IEnumerable", - "IStructuralComparable", - "IStructuralEquatable", - "ICloneable" - ], - "fields": [ - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "LongLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Rank", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "ReadOnlyCollection", - "params": [{ "name": "array", "typeName": "T[]" }], - "isStatic": true, - "name": "AsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "value", "typeName": "object" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "value", "typeName": "T" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": true, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceArray", "typeName": "System.Array" }, - { "name": "sourceIndex", "typeName": "int" }, - { "name": "destinationArray", "typeName": "System.Array" }, - { "name": "destinationIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "ConstrainedCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "array", "typeName": "TInput[]" }, - { - "name": "converter", - "typeName": "System.Converter" - } - ], - "isStatic": true, - "name": "ConvertAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceArray", "typeName": "System.Array" }, - { "name": "destinationArray", "typeName": "System.Array" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceArray", "typeName": "System.Array" }, - { "name": "destinationArray", "typeName": "System.Array" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceArray", "typeName": "System.Array" }, - { "name": "sourceIndex", "typeName": "int" }, - { "name": "destinationArray", "typeName": "System.Array" }, - { "name": "destinationIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceArray", "typeName": "System.Array" }, - { "name": "sourceIndex", "typeName": "long" }, - { "name": "destinationArray", "typeName": "System.Array" }, - { "name": "destinationIndex", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "long" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "length1", "typeName": "int" }, - { "name": "length2", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "length1", "typeName": "int" }, - { "name": "length2", "typeName": "int" }, - { "name": "length3", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "lengths", "typeName": "int[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "lengths", "typeName": "int[]" }, - { "name": "lowerBounds", "typeName": "int[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "lengths", "typeName": "long[]" } - ], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindLastIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindLastIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindLastIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "FindLast", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "Find", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "action", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dimension", "typeName": "int" }], - "isStatic": false, - "name": "GetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "dimension", "typeName": "int" }], - "isStatic": false, - "name": "GetLongLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dimension", "typeName": "int" }], - "isStatic": false, - "name": "GetLowerBound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dimension", "typeName": "int" }], - "isStatic": false, - "name": "GetUpperBound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "index1", "typeName": "int" }, - { "name": "index2", "typeName": "int" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "index1", "typeName": "int" }, - { "name": "index2", "typeName": "int" }, - { "name": "index3", "typeName": "int" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "indices", "typeName": "int[]" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "index", "typeName": "long" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "index1", "typeName": "long" }, - { "name": "index2", "typeName": "long" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "index1", "typeName": "long" }, - { "name": "index2", "typeName": "long" }, - { "name": "index3", "typeName": "long" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "indices", "typeName": "long[]" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": true, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": true, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "value", "typeName": "T" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "newSize", "typeName": "int" } - ], - "isStatic": true, - "name": "Resize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "System.Array" }], - "isStatic": true, - "name": "Reverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Reverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "index1", "typeName": "int" }, - { "name": "index2", "typeName": "int" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "index1", "typeName": "int" }, - { "name": "index2", "typeName": "int" }, - { "name": "index3", "typeName": "int" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "indices", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "index", "typeName": "long" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "index1", "typeName": "long" }, - { "name": "index2", "typeName": "long" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "index1", "typeName": "long" }, - { "name": "index2", "typeName": "long" }, - { "name": "index3", "typeName": "long" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "indices", "typeName": "long[]" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "System.Array" }], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "System.Array" }, - { "name": "items", "typeName": "System.Array" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "System.Array" }, - { "name": "items", "typeName": "System.Array" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "System.Array" }, - { "name": "items", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "System.Array" }, - { "name": "items", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "T[]" }], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "comparison", "typeName": "System.Comparison" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "TKey[]" }, - { "name": "items", "typeName": "TValue[]" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "TKey[]" }, - { "name": "items", "typeName": "TValue[]" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "TKey[]" }, - { "name": "items", "typeName": "TValue[]" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keys", "typeName": "TKey[]" }, - { "name": "items", "typeName": "TValue[]" }, - { "name": "index", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": true, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "TrueForAll", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Array", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IEnumerable" - ], - "fields": [ - { - "typeName": "T[]", - "name": "Array", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Offset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "T[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "System.ArraySegment" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.ArraySegment" }, - { "name": "b", "typeName": "System.ArraySegment" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.ArraySegment" }, - { "name": "b", "typeName": "System.ArraySegment" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArraySegment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArrayTypeMismatchException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "LoadedAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "loadedAssembly", - "typeName": "System.Reflection.Assembly" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyLoadEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "args", "typeName": "System.AssemblyLoadEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "args", "typeName": "System.AssemblyLoadEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyLoadEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ar", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "ar", "typeName": "System.IAsyncResult" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "TypeId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "element", "typeName": "System.Reflection.ParameterInfo" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDefaultAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Reflection.Assembly" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Reflection.MemberInfo" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Reflection.Module" }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "attributeType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "element", - "typeName": "System.Reflection.ParameterInfo" - }, - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Match", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Attribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.AttributeTargets", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Class", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Constructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Delegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Enum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Event", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Field", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "GenericParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Interface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Method", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Parameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Property", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "ReturnValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "Struct", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.AttributeTargets", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AttributeTargets", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "AllowMultiple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Inherited", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AttributeTargets", - "name": "ValidOn", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "validOn", "typeName": "System.AttributeTargets" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AttributeUsageAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FusionLog", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BadImageFormatException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Base64FormattingOptions", - "name": "InsertLineBreaks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Base64FormattingOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Base64FormattingOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Base64FormattingOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsLittleEndian", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "DoubleToInt64Bits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "Int64BitsToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BitConverter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable" - ], - "fields": [ - { - "typeName": "string", - "name": "FalseString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TrueString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "bool" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "result", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Boolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "System.Array" }, - { "name": "srcOffset", "typeName": "int" }, - { "name": "dst", "typeName": "System.Array" }, - { "name": "dstOffset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "BlockCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "array", "typeName": "System.Array" }], - "isStatic": true, - "name": "ByteLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "void*" }, - { "name": "destination", "typeName": "void*" }, - { "name": "destinationSizeInBytes", "typeName": "long" }, - { "name": "sourceBytesToCopy", "typeName": "long" } - ], - "isStatic": true, - "name": "MemoryCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "void*" }, - { "name": "destination", "typeName": "void*" }, - { "name": "destinationSizeInBytes", "typeName": "ulong" }, - { "name": "sourceBytesToCopy", "typeName": "ulong" } - ], - "isStatic": true, - "name": "MemoryCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": true, - "name": "SetByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Buffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "byte", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "byte" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "byte" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "byte" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Byte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CannotUnloadAppDomainException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable" - ], - "fields": [ - { - "typeName": "char", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "utf32", "typeName": "int" }], - "isStatic": true, - "name": "ConvertFromUtf32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "highSurrogate", "typeName": "char" }, - { "name": "lowSurrogate", "typeName": "char" } - ], - "isStatic": true, - "name": "ConvertToUtf32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "ConvertToUtf32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "char" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "GetNumericValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetNumericValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnicodeCategory", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "GetUnicodeCategory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnicodeCategory", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetUnicodeCategory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsDigit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsDigit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsHighSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsHighSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsLetter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsLetter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsLetterOrDigit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsLetterOrDigit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsLowSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsLowSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsPunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsPunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "highSurrogate", "typeName": "char" }, - { "name": "lowSurrogate", "typeName": "char" } - ], - "isStatic": true, - "name": "IsSurrogatePair", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsSurrogatePair", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "IsWhiteSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsWhiteSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "ToLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "c", "typeName": "char" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": true, - "name": "ToLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "ToLowerInvariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "ToUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "c", "typeName": "char" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": true, - "name": "ToUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": true, - "name": "ToUpperInvariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "char" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Char", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable", "ICloneable"], - "fields": [ - { - "typeName": "char", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CharEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompliant", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "isCompliant", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CLSCompliantAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "T" }, - { "name": "y", "typeName": "T" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "x", "typeName": "T" }, - { "name": "y", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Comparison", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ConsoleColor", - "name": "BackgroundColor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "BufferHeight", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "BufferWidth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CapsLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CursorLeft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CursorSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CursorTop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CursorVisible", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.TextWriter", - "name": "Error", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "ForegroundColor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.TextReader", - "name": "In", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "InputEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsErrorRedirected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInputRedirected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsOutputRedirected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "KeyAvailable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LargestWindowHeight", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LargestWindowWidth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "NumberLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.TextWriter", - "name": "Out", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "OutputEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Title", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "TreatControlCAsInput", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WindowHeight", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WindowLeft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WindowTop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WindowWidth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleCancelEventHandler", - "name": "CancelKeyPress", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ConsoleCancelEventHandler" } - ], - "isStatic": true, - "name": "add_CancelKeyPress", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ConsoleCancelEventHandler" } - ], - "isStatic": true, - "name": "remove_CancelKeyPress", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Beep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "frequency", "typeName": "int" }, - { "name": "duration", "typeName": "int" } - ], - "isStatic": true, - "name": "Beep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceLeft", "typeName": "int" }, - { "name": "sourceTop", "typeName": "int" }, - { "name": "sourceWidth", "typeName": "int" }, - { "name": "sourceHeight", "typeName": "int" }, - { "name": "targetLeft", "typeName": "int" }, - { "name": "targetTop", "typeName": "int" } - ], - "isStatic": true, - "name": "MoveBufferArea", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceLeft", "typeName": "int" }, - { "name": "sourceTop", "typeName": "int" }, - { "name": "sourceWidth", "typeName": "int" }, - { "name": "sourceHeight", "typeName": "int" }, - { "name": "targetLeft", "typeName": "int" }, - { "name": "targetTop", "typeName": "int" }, - { "name": "sourceChar", "typeName": "char" }, - { "name": "sourceForeColor", "typeName": "System.ConsoleColor" }, - { "name": "sourceBackColor", "typeName": "System.ConsoleColor" } - ], - "isStatic": true, - "name": "MoveBufferArea", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": true, - "name": "OpenStandardError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "bufferSize", "typeName": "int" }], - "isStatic": true, - "name": "OpenStandardError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": true, - "name": "OpenStandardInput", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "bufferSize", "typeName": "int" }], - "isStatic": true, - "name": "OpenStandardInput", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": true, - "name": "OpenStandardOutput", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "bufferSize", "typeName": "int" }], - "isStatic": true, - "name": "OpenStandardOutput", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConsoleKeyInfo", - "params": [], - "isStatic": true, - "name": "ReadKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConsoleKeyInfo", - "params": [{ "name": "intercept", "typeName": "bool" }], - "isStatic": true, - "name": "ReadKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "ReadLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetColor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "SetBufferSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "int" }, - { "name": "top", "typeName": "int" } - ], - "isStatic": true, - "name": "SetCursorPosition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newError", "typeName": "System.IO.TextWriter" } - ], - "isStatic": true, - "name": "SetError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newIn", "typeName": "System.IO.TextReader" }], - "isStatic": true, - "name": "SetIn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newOut", "typeName": "System.IO.TextWriter" }], - "isStatic": true, - "name": "SetOut", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "int" }, - { "name": "top", "typeName": "int" } - ], - "isStatic": true, - "name": "SetWindowPosition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "SetWindowSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" }, - { "name": "arg3", "typeName": "object" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" }, - { "name": "arg3", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object[]" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Console", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Cancel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleSpecialKey", - "name": "SpecialKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ConsoleCancelEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ConsoleCancelEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ConsoleCancelEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConsoleCancelEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ConsoleColor", - "name": "Black", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Blue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Cyan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkBlue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkCyan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkGray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkGreen", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkMagenta", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkRed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "DarkYellow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Gray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Green", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Magenta", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Red", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "White", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleColor", - "name": "Yellow", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ConsoleColor", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConsoleColor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ConsoleKey", - "name": "A", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Applications", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Attention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "B", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Backspace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserBack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserFavorites", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserForward", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserHome", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserRefresh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserSearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "BrowserStop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "C", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "CrSel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "D9", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Decimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Divide", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "DownArrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "E", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "End", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Enter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "EraseEndOfFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Escape", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Execute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "ExSel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F10", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F11", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F12", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F13", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F14", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F15", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F17", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F18", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F19", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F20", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F21", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F22", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F23", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F24", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "F9", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "G", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "H", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Help", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Home", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "J", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "K", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "L", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "LaunchApp1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "LaunchApp2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "LaunchMail", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "LaunchMediaSelect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "LeftArrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "LeftWindows", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "M", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "MediaNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "MediaPlay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "MediaPrevious", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "MediaStop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Multiply", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "N", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NoName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "NumPad9", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "O", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem102", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Oem8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "OemClear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "OemComma", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "OemMinus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "OemPeriod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "OemPlus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "P", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Pa1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Packet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "PageDown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "PageUp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Pause", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Play", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Print", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "PrintScreen", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Process", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Q", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "R", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "RightArrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "RightWindows", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Select", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Separator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Sleep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Spacebar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "T", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Tab", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "U", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "UpArrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "V", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "VolumeDown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "VolumeMute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "VolumeUp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "W", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "X", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Y", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Z", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleKey", - "name": "Zoom", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ConsoleKey", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConsoleKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ConsoleKey", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "KeyChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleModifiers", - "name": "Modifiers", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyChar", "typeName": "char" }, - { "name": "key", "typeName": "System.ConsoleKey" }, - { "name": "shift", "typeName": "bool" }, - { "name": "alt", "typeName": "bool" }, - { "name": "control", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "System.ConsoleKeyInfo" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.ConsoleKeyInfo" }, - { "name": "b", "typeName": "System.ConsoleKeyInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.ConsoleKeyInfo" }, - { "name": "b", "typeName": "System.ConsoleKeyInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConsoleKeyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ConsoleModifiers", - "name": "Alt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleModifiers", - "name": "Control", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleModifiers", - "name": "Shift", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ConsoleModifiers", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConsoleModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.ConsoleSpecialKey", - "name": "ControlBreak", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ConsoleSpecialKey", - "name": "ControlC", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.ConsoleSpecialKey", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConsoleSpecialKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "ContextBoundObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContextMarshalException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContextStaticAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "DBNull", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "conversionType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "ChangeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "conversionType", "typeName": "System.Type" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ChangeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "typeCode", "typeName": "System.TypeCode" } - ], - "isStatic": true, - "name": "ChangeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "typeCode", "typeName": "System.TypeCode" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ChangeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inArray", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "FromBase64CharArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "FromBase64String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "IsDBNull", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inArray", "typeName": "byte[]" }, - { "name": "offsetIn", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "outArray", "typeName": "char[]" }, - { "name": "offsetOut", "typeName": "int" } - ], - "isStatic": true, - "name": "ToBase64CharArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inArray", "typeName": "byte[]" }, - { "name": "offsetIn", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "outArray", "typeName": "char[]" }, - { "name": "offsetOut", "typeName": "int" }, - { "name": "options", "typeName": "System.Base64FormattingOptions" } - ], - "isStatic": true, - "name": "ToBase64CharArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "inArray", "typeName": "byte[]" }], - "isStatic": true, - "name": "ToBase64String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "inArray", "typeName": "byte[]" }, - { "name": "options", "typeName": "System.Base64FormattingOptions" } - ], - "isStatic": true, - "name": "ToBase64String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "inArray", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "ToBase64String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "inArray", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "options", "typeName": "System.Base64FormattingOptions" } - ], - "isStatic": true, - "name": "ToBase64String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "bool" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "byte" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "byte" }, - { "name": "toBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "char" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "decimal" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "double" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "short" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "short" }, - { "name": "toBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "int" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "int" }, - { "name": "toBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "long" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "long" }, - { "name": "toBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "sbyte" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "float" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "ushort" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "uint" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "ulong" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "fromBase", "typeName": "int" } - ], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TOutput", - "params": [{ "name": "input", "typeName": "TInput" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "input", "typeName": "TInput" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TOutput", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Converter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CrossAppDomainDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DataMisalignedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.DateTimeKind", - "name": "Local", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTimeKind", - "name": "Unspecified", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTimeKind", - "name": "Utc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.DateTimeKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DateTimeKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.DayOfWeek", - "name": "Friday", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "Monday", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "Saturday", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "Sunday", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "Thursday", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "Tuesday", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "Wednesday", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.DayOfWeek", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConvertible", "ISerializable"], - "fields": [ - { - "typeName": "System.DBNull", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DBNull", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable", - "IDeserializationCallback" - ], - "fields": [ - { - "typeName": "decimal", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "decimal", - "name": "MinusOne", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "decimal", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "decimal", - "name": "One", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "decimal", - "name": "Zero", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lo", "typeName": "int" }, - { "name": "mid", "typeName": "int" }, - { "name": "hi", "typeName": "int" }, - { "name": "isNegative", "typeName": "bool" }, - { "name": "scale", "typeName": "byte" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bits", "typeName": "int[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Ceiling", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Floor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "cy", "typeName": "long" }], - "isStatic": true, - "name": "FromOACurrency", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "GetBits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Decrement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Increment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Modulus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "op_UnaryPlus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Remainder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d", "typeName": "decimal" }, - { "name": "decimals", "typeName": "int" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d", "typeName": "decimal" }, - { "name": "decimals", "typeName": "int" }, - { "name": "mode", "typeName": "System.MidpointRounding" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d", "typeName": "decimal" }, - { "name": "mode", "typeName": "System.MidpointRounding" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d1", "typeName": "decimal" }, - { "name": "d2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToOACurrency", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Truncate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "decimal" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "decimal" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Decimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [ - { - "typeName": "System.Reflection.MethodInfo", - "name": "Method", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Target", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "a", "typeName": "System.Delegate" }, - { "name": "b", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [{ "name": "delegates", "typeName": "System.Delegate[]" }], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "firstArgument", "typeName": "object" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "firstArgument", "typeName": "object" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { "name": "throwOnBindFailure", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "target", "typeName": "object" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "target", "typeName": "object" }, - { "name": "method", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "target", "typeName": "object" }, - { "name": "method", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { "name": "throwOnBindFailure", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { "name": "throwOnBindFailure", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "target", "typeName": "System.Type" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "target", "typeName": "System.Type" }, - { "name": "method", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "target", "typeName": "System.Type" }, - { "name": "method", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { "name": "throwOnBindFailure", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "args", "typeName": "object[]" }], - "isStatic": false, - "name": "DynamicInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInvocationList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "System.Delegate" }, - { "name": "d2", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "System.Delegate" }, - { "name": "d2", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "source", "typeName": "System.Delegate" }, - { "name": "value", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "source", "typeName": "System.Delegate" }, - { "name": "value", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "RemoveAll", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Delegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ArithmeticException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DivideByZeroException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.TypeLoadException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DllNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "double", - "name": "Epsilon", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "NaN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "NegativeInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "PositiveInfinity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "double" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "IsInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "IsNaN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "IsNegativeInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "IsPositiveInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "double" }, - { "name": "right", "typeName": "double" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "double" }, - { "name": "right", "typeName": "double" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "double" }, - { "name": "right", "typeName": "double" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "double" }, - { "name": "right", "typeName": "double" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "double" }, - { "name": "right", "typeName": "double" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "double" }, - { "name": "right", "typeName": "double" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "double" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "double" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Double", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DuplicateWaitObjectException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.TypeLoadException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EntryPointNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "target", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "object" }, - { "name": "format", "typeName": "string" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "enumType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "enumType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetUnderlyingType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [{ "name": "enumType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetValues", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "flag", "typeName": "System.Enum" }], - "isStatic": false, - "name": "HasFlag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "short" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "ushort" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "enumType", "typeName": "System.Type" }, - { "name": "value", "typeName": "ulong" } - ], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { "name": "result", "typeName": "TEnum" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "result", "typeName": "TEnum" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Enum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CommandLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CurrentDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CurrentManagedThreadId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ExitCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasShutdownStarted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Is64BitOperatingSystem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Is64BitProcess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NewLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.OperatingSystem", - "name": "OSVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ProcessorCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StackTrace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SystemDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SystemPageSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TickCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UserDomainName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UserInteractive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UserName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "WorkingSet", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "exitCode", "typeName": "int" }], - "isStatic": true, - "name": "Exit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "ExpandEnvironmentVariables", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "FailFast", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "exception", "typeName": "System.Exception" } - ], - "isStatic": true, - "name": "FailFast", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetCommandLineArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "variable", "typeName": "string" }], - "isStatic": true, - "name": "GetEnvironmentVariable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "variable", "typeName": "string" }, - { "name": "target", "typeName": "System.EnvironmentVariableTarget" } - ], - "isStatic": true, - "name": "GetEnvironmentVariable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [], - "isStatic": true, - "name": "GetEnvironmentVariables", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [ - { "name": "target", "typeName": "System.EnvironmentVariableTarget" } - ], - "isStatic": true, - "name": "GetEnvironmentVariables", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "folder", "typeName": "System.Environment.SpecialFolder" } - ], - "isStatic": true, - "name": "GetFolderPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "folder", - "typeName": "System.Environment.SpecialFolder" - }, - { - "name": "option", - "typeName": "System.Environment.SpecialFolderOption" - } - ], - "isStatic": true, - "name": "GetFolderPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetLogicalDrives", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "variable", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": true, - "name": "SetEnvironmentVariable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "variable", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "target", "typeName": "System.EnvironmentVariableTarget" } - ], - "isStatic": true, - "name": "SetEnvironmentVariable", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Environment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Environment.SpecialFolder", - "name": "AdminTools", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "ApplicationData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CDBurning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonAdminTools", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonApplicationData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonDesktopDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonDocuments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonMusic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonOemLinks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonPictures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonProgramFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonProgramFilesX86", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonPrograms", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonStartMenu", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonStartup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonTemplates", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "CommonVideos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Cookies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Desktop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "DesktopDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Favorites", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Fonts", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "History", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "InternetCache", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "LocalApplicationData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "LocalizedResources", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "MyComputer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "MyDocuments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "MyMusic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "MyPictures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "MyVideos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "NetworkShortcuts", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Personal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "PrinterShortcuts", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "ProgramFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "ProgramFilesX86", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Programs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Recent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Resources", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "SendTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "StartMenu", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Startup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "System", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "SystemX86", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Templates", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "UserProfile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolder", - "name": "Windows", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Environment.SpecialFolder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SpecialFolder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Environment.SpecialFolderOption", - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolderOption", - "name": "DoNotVerify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Environment.SpecialFolderOption", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Environment.SpecialFolderOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SpecialFolderOption", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.EnvironmentVariableTarget", - "name": "Machine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EnvironmentVariableTarget", - "name": "Process", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EnvironmentVariableTarget", - "name": "User", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.EnvironmentVariableTarget", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnvironmentVariableTarget", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.EventArgs", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.EventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.EventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "TEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "TEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Collections.IDictionary", - "name": "Data", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "HelpLink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Exception", - "name": "InnerException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StackTrace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "TargetSite", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Exception", - "params": [], - "isStatic": false, - "name": "GetBaseException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExecutionEngineException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MemberAccessException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FieldAccessException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FlagsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormatException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IFormattable"], - "fields": [ - { - "typeName": "int", - "name": "ArgumentCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "formattable", "typeName": "System.FormattableString" } - ], - "isStatic": true, - "name": "Invariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormattableString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "arg", "typeName": "T" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Func", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" }, - { "name": "arg16", "typeName": "T16" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "arg4", "typeName": "T4" }, - { "name": "arg5", "typeName": "T5" }, - { "name": "arg6", "typeName": "T6" }, - { "name": "arg7", "typeName": "T7" }, - { "name": "arg8", "typeName": "T8" }, - { "name": "arg9", "typeName": "T9" }, - { "name": "arg10", "typeName": "T10" }, - { "name": "arg11", "typeName": "T11" }, - { "name": "arg12", "typeName": "T12" }, - { "name": "arg13", "typeName": "T13" }, - { "name": "arg14", "typeName": "T14" }, - { "name": "arg15", "typeName": "T15" }, - { "name": "arg16", "typeName": "T16" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Func", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxGeneration", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "bytesAllocated", "typeName": "long" }], - "isStatic": true, - "name": "AddMemoryPressure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CancelFullGCNotification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Collect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "generation", "typeName": "int" }], - "isStatic": true, - "name": "Collect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "generation", "typeName": "int" }, - { "name": "mode", "typeName": "System.GCCollectionMode" } - ], - "isStatic": true, - "name": "Collect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "generation", "typeName": "int" }, - { "name": "mode", "typeName": "System.GCCollectionMode" }, - { "name": "blocking", "typeName": "bool" } - ], - "isStatic": true, - "name": "Collect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "generation", "typeName": "int" }, - { "name": "mode", "typeName": "System.GCCollectionMode" }, - { "name": "blocking", "typeName": "bool" }, - { "name": "compacting", "typeName": "bool" } - ], - "isStatic": true, - "name": "Collect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "generation", "typeName": "int" }], - "isStatic": true, - "name": "CollectionCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndNoGCRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "GetGeneration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "wo", "typeName": "System.WeakReference" }], - "isStatic": true, - "name": "GetGeneration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "forceFullCollection", "typeName": "bool" }], - "isStatic": true, - "name": "GetTotalMemory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "KeepAlive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "maxGenerationThreshold", "typeName": "int" }, - { "name": "largeObjectHeapThreshold", "typeName": "int" } - ], - "isStatic": true, - "name": "RegisterForFullGCNotification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bytesAllocated", "typeName": "long" }], - "isStatic": true, - "name": "RemoveMemoryPressure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "ReRegisterForFinalize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "SuppressFinalize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "totalSize", "typeName": "long" }], - "isStatic": true, - "name": "TryStartNoGCRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "totalSize", "typeName": "long" }, - { "name": "disallowFullBlockingGC", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryStartNoGCRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "totalSize", "typeName": "long" }, - { "name": "lohSize", "typeName": "long" } - ], - "isStatic": true, - "name": "TryStartNoGCRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "totalSize", "typeName": "long" }, - { "name": "lohSize", "typeName": "long" }, - { "name": "disallowFullBlockingGC", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryStartNoGCRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCNotificationStatus", - "params": [], - "isStatic": true, - "name": "WaitForFullGCApproach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCNotificationStatus", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": true, - "name": "WaitForFullGCApproach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCNotificationStatus", - "params": [], - "isStatic": true, - "name": "WaitForFullGCComplete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCNotificationStatus", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": true, - "name": "WaitForFullGCComplete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "WaitForPendingFinalizers", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.GCCollectionMode", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.GCCollectionMode", - "name": "Forced", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.GCCollectionMode", - "name": "Optimized", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.GCCollectionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GCCollectionMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.GCNotificationStatus", - "name": "Canceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.GCNotificationStatus", - "name": "Failed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.GCNotificationStatus", - "name": "NotApplicable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.GCNotificationStatus", - "name": "Succeeded", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.GCNotificationStatus", - "name": "Timeout", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.GCNotificationStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GCNotificationStatus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "System.Guid", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "b", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "short" }, - { "name": "c", "typeName": "short" }, - { "name": "d", "typeName": "byte" }, - { "name": "e", "typeName": "byte" }, - { "name": "f", "typeName": "byte" }, - { "name": "g", "typeName": "byte" }, - { "name": "h", "typeName": "byte" }, - { "name": "i", "typeName": "byte" }, - { "name": "j", "typeName": "byte" }, - { "name": "k", "typeName": "byte" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "short" }, - { "name": "c", "typeName": "short" }, - { "name": "d", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "g", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "uint" }, - { "name": "b", "typeName": "ushort" }, - { "name": "c", "typeName": "ushort" }, - { "name": "d", "typeName": "byte" }, - { "name": "e", "typeName": "byte" }, - { "name": "f", "typeName": "byte" }, - { "name": "g", "typeName": "byte" }, - { "name": "h", "typeName": "byte" }, - { "name": "i", "typeName": "byte" }, - { "name": "j", "typeName": "byte" }, - { "name": "k", "typeName": "byte" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "System.Guid" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "g", "typeName": "System.Guid" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [], - "isStatic": true, - "name": "NewGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Guid" }, - { "name": "b", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Guid" }, - { "name": "b", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToByteArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "result", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "result", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ApplicationBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ApplicationName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CachePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ConfigurationFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DynamicBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "LicenseFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PrivateBinPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PrivateBinPathProbe", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ShadowCopyDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ShadowCopyFiles", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IAppDomainSetup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "AsyncState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.WaitHandle", - "name": "AsyncWaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CompletedSynchronously", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IAsyncResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICloneable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IComparable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "T" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IComparable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "conversionType", "typeName": "System.Type" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IConvertible", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICustomFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDisposable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "T" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEquatable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "formatType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetFormat", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IFormatProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IFormattable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IndexOutOfRangeException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InsufficientExecutionStackException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.OutOfMemoryException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InsufficientMemoryException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "short", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "short" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "short" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "short" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Int16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "int", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "int" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "int" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "int" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Int32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "long", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "long" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "long" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "long" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Int64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "Zero", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "void*" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pointer", "typeName": "System.IntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pointer", "typeName": "System.IntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.IntPtr" }, - { "name": "value2", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "value", "typeName": "void*" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.IntPtr" }, - { "name": "value2", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pointer", "typeName": "System.IntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pointer", "typeName": "System.IntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "errorCode", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidCastException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidOperationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidProgramException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidTimeZoneException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IDisposable", - "params": [{ "name": "observer", "typeName": "System.IObserver" }], - "isStatic": false, - "name": "Subscribe", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IObservable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "error", "typeName": "System.Exception" }], - "isStatic": false, - "name": "OnError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "OnNext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IObserver", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "Report", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IProgress", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "serviceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetService", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsValueCreated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "isThreadSafe", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "valueFactory", "typeName": "System.Func" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "valueFactory", "typeName": "System.Func" }, - { "name": "isThreadSafe", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "valueFactory", "typeName": "System.Func" }, - { - "name": "mode", - "typeName": "System.Threading.LazyThreadSafetyMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "System.Threading.LazyThreadSafetyMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Lazy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.LoaderOptimization", - "name": "DisallowBindings", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.LoaderOptimization", - "name": "DomainMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.LoaderOptimization", - "name": "MultiDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.LoaderOptimization", - "name": "MultiDomainHost", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.LoaderOptimization", - "name": "NotSpecified", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.LoaderOptimization", - "name": "SingleDomain", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.LoaderOptimization", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LoaderOptimization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.LoaderOptimization", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.LoaderOptimization" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LoaderOptimizationAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "LocalDataStoreSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ObjRef", - "params": [{ "name": "requestedType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateObjRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "InitializeLifetimeService", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MarshalByRefObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "double", - "name": "E", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "PI", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Acos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Asin", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Atan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "y", "typeName": "double" }, - { "name": "x", "typeName": "double" } - ], - "isStatic": true, - "name": "Atan2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "BigMul", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Ceiling", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "a", "typeName": "double" }], - "isStatic": true, - "name": "Ceiling", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Cos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "Cosh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "int" }, - { "name": "result", "typeName": "int" } - ], - "isStatic": true, - "name": "DivRem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "a", "typeName": "long" }, - { "name": "b", "typeName": "long" }, - { "name": "result", "typeName": "long" } - ], - "isStatic": true, - "name": "DivRem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Exp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Floor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Floor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "x", "typeName": "double" }, - { "name": "y", "typeName": "double" } - ], - "isStatic": true, - "name": "IEEERemainder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "a", "typeName": "double" }, - { "name": "newBase", "typeName": "double" } - ], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Log10", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "val1", "typeName": "byte" }, - { "name": "val2", "typeName": "byte" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "val1", "typeName": "decimal" }, - { "name": "val2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "val1", "typeName": "double" }, - { "name": "val2", "typeName": "double" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "val1", "typeName": "short" }, - { "name": "val2", "typeName": "short" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "val1", "typeName": "int" }, - { "name": "val2", "typeName": "int" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "val1", "typeName": "long" }, - { "name": "val2", "typeName": "long" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "val1", "typeName": "sbyte" }, - { "name": "val2", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "val1", "typeName": "float" }, - { "name": "val2", "typeName": "float" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "val1", "typeName": "ushort" }, - { "name": "val2", "typeName": "ushort" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "val1", "typeName": "uint" }, - { "name": "val2", "typeName": "uint" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "val1", "typeName": "ulong" }, - { "name": "val2", "typeName": "ulong" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "val1", "typeName": "byte" }, - { "name": "val2", "typeName": "byte" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "val1", "typeName": "decimal" }, - { "name": "val2", "typeName": "decimal" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "val1", "typeName": "double" }, - { "name": "val2", "typeName": "double" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "val1", "typeName": "short" }, - { "name": "val2", "typeName": "short" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "val1", "typeName": "int" }, - { "name": "val2", "typeName": "int" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "val1", "typeName": "long" }, - { "name": "val2", "typeName": "long" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "val1", "typeName": "sbyte" }, - { "name": "val2", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "val1", "typeName": "float" }, - { "name": "val2", "typeName": "float" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "val1", "typeName": "ushort" }, - { "name": "val2", "typeName": "ushort" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "val1", "typeName": "uint" }, - { "name": "val2", "typeName": "uint" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "val1", "typeName": "ulong" }, - { "name": "val2", "typeName": "ulong" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "x", "typeName": "double" }, - { "name": "y", "typeName": "double" } - ], - "isStatic": true, - "name": "Pow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d", "typeName": "decimal" }, - { "name": "decimals", "typeName": "int" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d", "typeName": "decimal" }, - { "name": "decimals", "typeName": "int" }, - { "name": "mode", "typeName": "System.MidpointRounding" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "d", "typeName": "decimal" }, - { "name": "mode", "typeName": "System.MidpointRounding" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "a", "typeName": "double" }], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "double" }, - { "name": "digits", "typeName": "int" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "double" }, - { "name": "digits", "typeName": "int" }, - { "name": "mode", "typeName": "System.MidpointRounding" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "double" }, - { "name": "mode", "typeName": "System.MidpointRounding" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "a", "typeName": "double" }], - "isStatic": true, - "name": "Sin", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "Sinh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Sqrt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "a", "typeName": "double" }], - "isStatic": true, - "name": "Tan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "Tanh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "d", "typeName": "decimal" }], - "isStatic": true, - "name": "Truncate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "d", "typeName": "double" }], - "isStatic": true, - "name": "Truncate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Math", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MemberAccessException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MemberAccessException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodAccessException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.MidpointRounding", - "name": "AwayFromZero", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.MidpointRounding", - "name": "ToEven", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.MidpointRounding", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MidpointRounding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MissingMemberException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MissingFieldException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MemberAccessException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "memberName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MissingMemberException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MissingMemberException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MissingMethodException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ModuleHandle", - "name": "EmptyHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MDStreamVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "handle", "typeName": "System.ModuleHandle" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeFieldHandle", - "params": [{ "name": "fieldToken", "typeName": "int" }], - "isStatic": false, - "name": "GetRuntimeFieldHandleFromMetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeMethodHandle", - "params": [{ "name": "methodToken", "typeName": "int" }], - "isStatic": false, - "name": "GetRuntimeMethodHandleFromMetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeTypeHandle", - "params": [{ "name": "typeToken", "typeName": "int" }], - "isStatic": false, - "name": "GetRuntimeTypeHandleFromMetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.ModuleHandle" }, - { "name": "right", "typeName": "System.ModuleHandle" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.ModuleHandle" }, - { "name": "right", "typeName": "System.ModuleHandle" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeFieldHandle", - "params": [{ "name": "fieldToken", "typeName": "int" }], - "isStatic": false, - "name": "ResolveFieldHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeFieldHandle", - "params": [ - { "name": "fieldToken", "typeName": "int" }, - { - "name": "typeInstantiationContext", - "typeName": "System.RuntimeTypeHandle[]" - }, - { - "name": "methodInstantiationContext", - "typeName": "System.RuntimeTypeHandle[]" - } - ], - "isStatic": false, - "name": "ResolveFieldHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeMethodHandle", - "params": [{ "name": "methodToken", "typeName": "int" }], - "isStatic": false, - "name": "ResolveMethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeMethodHandle", - "params": [ - { "name": "methodToken", "typeName": "int" }, - { - "name": "typeInstantiationContext", - "typeName": "System.RuntimeTypeHandle[]" - }, - { - "name": "methodInstantiationContext", - "typeName": "System.RuntimeTypeHandle[]" - } - ], - "isStatic": false, - "name": "ResolveMethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeTypeHandle", - "params": [{ "name": "typeToken", "typeName": "int" }], - "isStatic": false, - "name": "ResolveTypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeTypeHandle", - "params": [ - { "name": "typeToken", "typeName": "int" }, - { - "name": "typeInstantiationContext", - "typeName": "System.RuntimeTypeHandle[]" - }, - { - "name": "methodInstantiationContext", - "typeName": "System.RuntimeTypeHandle[]" - } - ], - "isStatic": false, - "name": "ResolveTypeHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ModuleHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MTAThreadAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Delegate", - "attribute": "", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInvocationList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "System.MulticastDelegate" }, - { "name": "d2", "typeName": "System.MulticastDelegate" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "d1", "typeName": "System.MulticastDelegate" }, - { "name": "d2", "typeName": "System.MulticastDelegate" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MulticastDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MulticastNotSupportedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NonSerializedAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ArithmeticException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "double", - "name": "OffendingNumber", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "offendingNumber", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "offendingNumber", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "offendingNumber", "typeName": "double" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NotFiniteNumberException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NotImplementedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NotSupportedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "n1", "typeName": "T?" }, - { "name": "n2", "typeName": "T?" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "n1", "typeName": "T?" }, - { "name": "n2", "typeName": "T?" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "nullableType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetUnderlyingType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Nullable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "HasValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetValueOrDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "defaultValue", "typeName": "T" }], - "isStatic": false, - "name": "GetValueOrDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "value", "typeName": "T?" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Nullable", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Nullable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NullReferenceException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "objA", "typeName": "object" }, - { "name": "objB", "typeName": "object" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "objA", "typeName": "object" }, - { "name": "objB", "typeName": "object" } - ], - "isStatic": true, - "name": "ReferenceEquals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Object", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.InvalidOperationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ObjectName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "objectName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "objectName", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectDisposedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "error", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObsoleteAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [ - { - "typeName": "System.PlatformID", - "name": "Platform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ServicePack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "VersionString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "platform", "typeName": "System.PlatformID" }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OperatingSystem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Threading.CancellationToken", - "name": "CancellationToken", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" }, - { - "name": "token", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "token", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "token", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OperationCanceledException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OutOfMemoryException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ArithmeticException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OverflowException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParamArrayAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.PlatformID", - "name": "MacOSX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.PlatformID", - "name": "Unix", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.PlatformID", - "name": "Win32NT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.PlatformID", - "name": "Win32S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.PlatformID", - "name": "Win32Windows", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.PlatformID", - "name": "WinCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.PlatformID", - "name": "Xbox", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.PlatformID", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PlatformID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.NotSupportedException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PlatformNotSupportedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "T" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Predicate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IProgress"], - "fields": [ - { - "typeName": "System.EventHandler", - "name": "ProgressChanged", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "handler", "typeName": "System.Action" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_ProgressChanged", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_ProgressChanged", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Progress", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "Seed", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "maxValue", "typeName": "int" }], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "minValue", "typeName": "int" }, - { "name": "maxValue", "typeName": "int" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "NextBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "NextDouble", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Random", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RankException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Assembly", - "name": "RequestingAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "requestingAssembly", - "typeName": "System.Reflection.Assembly" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResolveEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "args", "typeName": "System.ResolveEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "args", "typeName": "System.ResolveEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResolveEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeArgumentHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "handle", "typeName": "System.RuntimeFieldHandle" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.RuntimeFieldHandle" }, - { "name": "right", "typeName": "System.RuntimeFieldHandle" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.RuntimeFieldHandle" }, - { "name": "right", "typeName": "System.RuntimeFieldHandle" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeFieldHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "handle", "typeName": "System.RuntimeMethodHandle" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetFunctionPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.RuntimeMethodHandle" }, - { "name": "right", "typeName": "System.RuntimeMethodHandle" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.RuntimeMethodHandle" }, - { "name": "right", "typeName": "System.RuntimeMethodHandle" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeMethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "handle", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ModuleHandle", - "params": [], - "isStatic": false, - "name": "GetModuleHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "object" }, - { "name": "right", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.RuntimeTypeHandle" }, - { "name": "right", "typeName": "object" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "object" }, - { "name": "right", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.RuntimeTypeHandle" }, - { "name": "right", "typeName": "object" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeTypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "sbyte", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "sbyte", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "sbyte" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializableAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "float", - "name": "Epsilon", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "float", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "float", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "float", - "name": "NaN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "float", - "name": "NegativeInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "float", - "name": "PositiveInfinity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "float" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "IsInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "IsNaN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "IsNegativeInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "IsPositiveInfinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "float" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "float" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Single", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StackOverflowException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "STAThreadAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IEnumerable", - "IEnumerable", - "ICloneable", - "IComparable", - "IComparable", - "IConvertible", - "IEquatable" - ], - "fields": [ - { - "typeName": "string", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char*" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "char*" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "char" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "sbyte*" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "sbyte*" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "sbyte*" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "enc", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "indexA", "typeName": "int" }, - { "name": "strB", "typeName": "string" }, - { "name": "indexB", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "indexA", "typeName": "int" }, - { "name": "strB", "typeName": "string" }, - { "name": "indexB", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "indexA", "typeName": "int" }, - { "name": "strB", "typeName": "string" }, - { "name": "indexB", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "indexA", "typeName": "int" }, - { "name": "strB", "typeName": "string" }, - { "name": "indexB", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "indexA", "typeName": "int" }, - { "name": "strB", "typeName": "string" }, - { "name": "indexB", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "strB", "typeName": "string" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "strB", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "strB", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "strB", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "strB", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "indexA", "typeName": "int" }, - { "name": "strB", "typeName": "string" }, - { "name": "indexB", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "CompareOrdinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "strA", "typeName": "string" }, - { "name": "strB", "typeName": "string" } - ], - "isStatic": true, - "name": "CompareOrdinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "strB", "typeName": "string" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "arg0", "typeName": "object" }], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" }, - { "name": "arg3", "typeName": "object" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "args", "typeName": "object[]" }], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "str0", "typeName": "string" }, - { "name": "str1", "typeName": "string" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "str0", "typeName": "string" }, - { "name": "str1", "typeName": "string" }, - { "name": "str2", "typeName": "string" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "str0", "typeName": "string" }, - { "name": "str1", "typeName": "string" }, - { "name": "str2", "typeName": "string" }, - { "name": "str3", "typeName": "string" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "values", "typeName": "string[]" }], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceIndex", "typeName": "int" }, - { "name": "destination", "typeName": "char[]" }, - { "name": "destinationIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "EndsWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "EndsWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "EndsWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "string" }, - { "name": "b", "typeName": "string" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "string" }, - { "name": "b", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CharEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "anyOf", "typeName": "char[]" }], - "isStatic": false, - "name": "IndexOfAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "anyOf", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOfAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "anyOf", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOfAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "Intern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "IsInterned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsNormalized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "normalizationForm", - "typeName": "System.Text.NormalizationForm" - } - ], - "isStatic": false, - "name": "IsNormalized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "IsNullOrEmpty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "IsNullOrWhiteSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "separator", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "separator", "typeName": "string" }, - { "name": "values", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "separator", "typeName": "string" }, - { "name": "value", "typeName": "string[]" } - ], - "isStatic": true, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "separator", "typeName": "string" }, - { "name": "value", "typeName": "string[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "separator", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "anyOf", "typeName": "char[]" }], - "isStatic": false, - "name": "LastIndexOfAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "anyOf", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOfAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "anyOf", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOfAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "normalizationForm", - "typeName": "System.Text.NormalizationForm" - } - ], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "string" }, - { "name": "b", "typeName": "string" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "string" }, - { "name": "b", "typeName": "string" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "totalWidth", "typeName": "int" }], - "isStatic": false, - "name": "PadLeft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "totalWidth", "typeName": "int" }, - { "name": "paddingChar", "typeName": "char" } - ], - "isStatic": false, - "name": "PadLeft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "totalWidth", "typeName": "int" }], - "isStatic": false, - "name": "PadRight", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "totalWidth", "typeName": "int" }, - { "name": "paddingChar", "typeName": "char" } - ], - "isStatic": false, - "name": "PadRight", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "startIndex", "typeName": "int" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "oldChar", "typeName": "char" }, - { "name": "newChar", "typeName": "char" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "oldValue", "typeName": "string" }, - { "name": "newValue", "typeName": "string" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "separator", "typeName": "char[]" }], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "separator", "typeName": "char[]" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "separator", "typeName": "char[]" }, - { "name": "count", "typeName": "int" }, - { "name": "options", "typeName": "System.StringSplitOptions" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "separator", "typeName": "char[]" }, - { "name": "options", "typeName": "System.StringSplitOptions" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "separator", "typeName": "string[]" }, - { "name": "count", "typeName": "int" }, - { "name": "options", "typeName": "System.StringSplitOptions" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "separator", "typeName": "string[]" }, - { "name": "options", "typeName": "System.StringSplitOptions" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "StartsWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "StartsWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": false, - "name": "StartsWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "startIndex", "typeName": "int" }], - "isStatic": false, - "name": "Substring", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "Substring", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToCharArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "ToCharArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "ToLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToLowerInvariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "ToUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToUpperInvariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "Trim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "trimChars", "typeName": "char[]" }], - "isStatic": false, - "name": "Trim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "trimChars", "typeName": "char[]" }], - "isStatic": false, - "name": "TrimEnd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "trimChars", "typeName": "char[]" }], - "isStatic": false, - "name": "TrimStart", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IComparer", - "IEqualityComparer", - "IComparer", - "IEqualityComparer" - ], - "fields": [ - { - "typeName": "System.StringComparer", - "name": "CurrentCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparer", - "name": "CurrentCultureIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparer", - "name": "InvariantCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparer", - "name": "InvariantCultureIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparer", - "name": "Ordinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparer", - "name": "OrdinalIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "object" }, - { "name": "y", "typeName": "object" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "string" }, - { "name": "y", "typeName": "string" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringComparer", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "object" }, - { "name": "y", "typeName": "object" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "string" }, - { "name": "y", "typeName": "string" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "string" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.StringComparison", - "name": "CurrentCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparison", - "name": "CurrentCultureIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparison", - "name": "InvariantCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparison", - "name": "InvariantCultureIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparison", - "name": "Ordinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringComparison", - "name": "OrdinalIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.StringComparison", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringComparison", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.StringSplitOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.StringSplitOptions", - "name": "RemoveEmptyEntries", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.StringSplitOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringSplitOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SystemException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadStaticAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimeoutException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TicksPerDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TicksPerHour", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TicksPerMillisecond", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TicksPerMinute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TicksPerSecond", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "Zero", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Days", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Hours", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Milliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Minutes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Seconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Ticks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "TotalDays", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "TotalHours", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "TotalMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "TotalMinutes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "double", - "name": "TotalSeconds", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hours", "typeName": "int" }, - { "name": "minutes", "typeName": "int" }, - { "name": "seconds", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "days", "typeName": "int" }, - { "name": "hours", "typeName": "int" }, - { "name": "minutes", "typeName": "int" }, - { "name": "seconds", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "days", "typeName": "int" }, - { "name": "hours", "typeName": "int" }, - { "name": "minutes", "typeName": "int" }, - { "name": "seconds", "typeName": "int" }, - { "name": "milliseconds", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ticks", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "ts", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [], - "isStatic": false, - "name": "Duration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "FromDays", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "FromHours", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "FromMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "FromMinutes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "FromSeconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "FromTicks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [], - "isStatic": false, - "name": "Negate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "t1", "typeName": "System.TimeSpan" }, - { "name": "t2", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "t", "typeName": "System.TimeSpan" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "t", "typeName": "System.TimeSpan" }], - "isStatic": true, - "name": "op_UnaryPlus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.TimeSpanStyles" - } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.TimeSpanStyles" - } - ], - "isStatic": true, - "name": "ParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "ts", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.TimeSpanStyles" - }, - { "name": "result", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { - "name": "styles", - "typeName": "System.Globalization.TimeSpanStyles" - }, - { "name": "result", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryParseExact", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimeSpan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeZone", - "name": "CurrentTimeZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DaylightName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StandardName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "DaylightTime", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "GetDaylightChanges", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetUtcOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "IsDaylightSavingTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { - "name": "daylightTimes", - "typeName": "System.Globalization.DaylightTime" - } - ], - "isStatic": true, - "name": "IsDaylightSavingTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "ToLocalTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "ToUniversalTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimeZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable", "IDeserializationCallback", "ISerializable"], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "BaseUtcOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DaylightName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeZoneInfo", - "name": "Local", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StandardName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SupportsDaylightSavingTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeZoneInfo", - "name": "Utc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearCachedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } - ], - "isStatic": true, - "name": "ConvertTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "sourceTimeZone", "typeName": "System.TimeZoneInfo" }, - { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } - ], - "isStatic": true, - "name": "ConvertTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, - { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } - ], - "isStatic": true, - "name": "ConvertTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "destinationTimeZoneId", "typeName": "string" } - ], - "isStatic": true, - "name": "ConvertTimeBySystemTimeZoneId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "sourceTimeZoneId", "typeName": "string" }, - { "name": "destinationTimeZoneId", "typeName": "string" } - ], - "isStatic": true, - "name": "ConvertTimeBySystemTimeZoneId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, - { "name": "destinationTimeZoneId", "typeName": "string" } - ], - "isStatic": true, - "name": "ConvertTimeBySystemTimeZoneId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } - ], - "isStatic": true, - "name": "ConvertTimeFromUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ConvertTimeToUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "dateTime", "typeName": "System.DateTime" }, - { "name": "sourceTimeZone", "typeName": "System.TimeZoneInfo" } - ], - "isStatic": true, - "name": "ConvertTimeToUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeZoneInfo", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "baseUtcOffset", "typeName": "System.TimeSpan" }, - { "name": "displayName", "typeName": "string" }, - { "name": "standardDisplayName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateCustomTimeZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeZoneInfo", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "baseUtcOffset", "typeName": "System.TimeSpan" }, - { "name": "displayName", "typeName": "string" }, - { "name": "standardDisplayName", "typeName": "string" }, - { "name": "daylightDisplayName", "typeName": "string" }, - { - "name": "adjustmentRules", - "typeName": "System.TimeZoneInfo.AdjustmentRule[]" - } - ], - "isStatic": true, - "name": "CreateCustomTimeZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeZoneInfo", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "baseUtcOffset", "typeName": "System.TimeSpan" }, - { "name": "displayName", "typeName": "string" }, - { "name": "standardDisplayName", "typeName": "string" }, - { "name": "daylightDisplayName", "typeName": "string" }, - { - "name": "adjustmentRules", - "typeName": "System.TimeZoneInfo.AdjustmentRule[]" - }, - { "name": "disableDaylightSavingTime", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateCustomTimeZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.TimeZoneInfo" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeZoneInfo", - "params": [{ "name": "id", "typeName": "string" }], - "isStatic": true, - "name": "FindSystemTimeZoneById", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeZoneInfo", - "params": [{ "name": "source", "typeName": "string" }], - "isStatic": true, - "name": "FromSerializedString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAdjustmentRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetAmbiguousTimeOffsets", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } - ], - "isStatic": false, - "name": "GetAmbiguousTimeOffsets", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ReadOnlyCollection", - "params": [], - "isStatic": true, - "name": "GetSystemTimeZones", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetUtcOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } - ], - "isStatic": false, - "name": "GetUtcOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.TimeZoneInfo" }], - "isStatic": false, - "name": "HasSameRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "IsAmbiguousTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } - ], - "isStatic": false, - "name": "IsAmbiguousTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "IsDaylightSavingTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } - ], - "isStatic": false, - "name": "IsDaylightSavingTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "IsInvalidTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToSerializedString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimeZoneInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable", "IDeserializationCallback", "ISerializable"], - "fields": [ - { - "typeName": "System.DateTime", - "name": "DateEnd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "DateStart", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "DaylightDelta", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeZoneInfo.TransitionTime", - "name": "DaylightTransitionEnd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeZoneInfo.TransitionTime", - "name": "DaylightTransitionStart", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "AdjustmentRule", - "params": [ - { "name": "dateStart", "typeName": "System.DateTime" }, - { "name": "dateEnd", "typeName": "System.DateTime" }, - { "name": "daylightDelta", "typeName": "System.TimeSpan" }, - { - "name": "daylightTransitionStart", - "typeName": "System.TimeZoneInfo.TransitionTime" - }, - { - "name": "daylightTransitionEnd", - "typeName": "System.TimeZoneInfo.TransitionTime" - } - ], - "isStatic": true, - "name": "CreateAdjustmentRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.TimeZoneInfo.AdjustmentRule" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AdjustmentRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IDeserializationCallback", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "Day", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "DayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFixedDateRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Month", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "TimeOfDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Week", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TransitionTime", - "params": [ - { "name": "timeOfDay", "typeName": "System.DateTime" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateFixedDateRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TransitionTime", - "params": [ - { "name": "timeOfDay", "typeName": "System.DateTime" }, - { "name": "month", "typeName": "int" }, - { "name": "week", "typeName": "int" }, - { "name": "dayOfWeek", "typeName": "System.DayOfWeek" } - ], - "isStatic": true, - "name": "CreateFloatingDateRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.TimeZoneInfo.TransitionTime" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeZoneInfo.TransitionTime" }, - { "name": "t2", "typeName": "System.TimeZoneInfo.TransitionTime" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "t1", "typeName": "System.TimeZoneInfo.TransitionTime" }, - { "name": "t2", "typeName": "System.TimeZoneInfo.TransitionTime" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TransitionTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimeZoneNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Tuple", - "params": [{ "name": "item1", "typeName": "T1" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "item1", "typeName": "T1" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T6", - "name": "Item6", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T6", - "name": "Item6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T7", - "name": "Item7", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T6", - "name": "Item6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T7", - "name": "Item7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TRest", - "name": "Rest", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "rest", "typeName": "TRest" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Tuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "item1", "typeName": "T1" }], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" }, - { "name": "item16", "typeName": "T16" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" }, - { "name": "item16", "typeName": "T16" }, - { "name": "item17", "typeName": "T17" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" }, - { "name": "item16", "typeName": "T16" }, - { "name": "item17", "typeName": "T17" }, - { "name": "item18", "typeName": "T18" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" }, - { "name": "item16", "typeName": "T16" }, - { "name": "item17", "typeName": "T17" }, - { "name": "item18", "typeName": "T18" }, - { "name": "item19", "typeName": "T19" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" }, - { "name": "item16", "typeName": "T16" }, - { "name": "item17", "typeName": "T17" }, - { "name": "item18", "typeName": "T18" }, - { "name": "item19", "typeName": "T19" }, - { "name": "item20", "typeName": "T20" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" }, - { "name": "item10", "typeName": "T10" }, - { "name": "item11", "typeName": "T11" }, - { "name": "item12", "typeName": "T12" }, - { "name": "item13", "typeName": "T13" }, - { "name": "item14", "typeName": "T14" }, - { "name": "item15", "typeName": "T15" }, - { "name": "item16", "typeName": "T16" }, - { "name": "item17", "typeName": "T17" }, - { "name": "item18", "typeName": "T18" }, - { "name": "item19", "typeName": "T19" }, - { "name": "item20", "typeName": "T20" }, - { "name": "item21", "typeName": "T21" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" }, - { "name": "item9", "typeName": "T9" } - ], - "isStatic": false, - "name": "Deconstruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Tuple", - "params": [], - "isStatic": false, - "name": "ToTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": false, - "name": "ToValueTuple", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TupleExtensions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Reflection.MemberInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "IReflect", - "_Type" - ], - "fields": [ - { - "typeName": "char", - "name": "Delimiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "EmptyTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberFilter", - "name": "FilterAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberFilter", - "name": "FilterName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberFilter", - "name": "FilterNameIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Missing", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ContainsGenericParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "DeclaringMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Binder", - "name": "DefaultBinder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "GenericParameterAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "GenericParameterPosition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "GenericTypeArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "GUID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAnsiClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAutoClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAutoLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsByRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCOMObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructedGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsContextful", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsEnum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsExplicitLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericTypeDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsImport", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsLayoutSequential", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMarshalByRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNested", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedFamANDAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedFamORAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNotPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrimitive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSealed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecuritySafeCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityTransparent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSerializable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsUnicodeClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsValueType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsVisible", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.StructLayoutAttribute", - "name": "StructLayoutAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeTypeHandle", - "name": "TypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ConstructorInfo", - "name": "TypeInitializer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "System.Type" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "filter", "typeName": "System.Reflection.TypeFilter" }, - { "name": "filterCriteria", "typeName": "object" } - ], - "isStatic": false, - "name": "FindInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "memberType", - "typeName": "System.Reflection.MemberTypes" - }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "filter", "typeName": "System.Reflection.MemberFilter" }, - { "name": "filterCriteria", "typeName": "object" } - ], - "isStatic": false, - "name": "FindMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetArrayRank", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "callConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [{ "name": "types", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetDefaultMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "GetEnumName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEnumNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetEnumUnderlyingType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [], - "isStatic": false, - "name": "GetEnumValues", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericParameterConstraints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetGenericTypeDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Reflection.MemberTypes" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "callConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "types", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "types", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { - "name": "assemblyResolver", - "typeName": "System.Func" - }, - { - "name": "typeResolver", - "typeName": "System.Func" - } - ], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { - "name": "assemblyResolver", - "typeName": "System.Func" - }, - { - "name": "typeResolver", - "typeName": "System.Func" - }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { - "name": "assemblyResolver", - "typeName": "System.Func" - }, - { - "name": "typeResolver", - "typeName": "System.Func" - }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "args", "typeName": "object[]" }], - "isStatic": true, - "name": "GetTypeArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "clsid", "typeName": "System.Guid" }], - "isStatic": true, - "name": "GetTypeFromCLSID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "clsid", "typeName": "System.Guid" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTypeFromCLSID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "clsid", "typeName": "System.Guid" }, - { "name": "server", "typeName": "string" } - ], - "isStatic": true, - "name": "GetTypeFromCLSID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "clsid", "typeName": "System.Guid" }, - { "name": "server", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTypeFromCLSID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "handle", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": true, - "name": "GetTypeFromHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "progID", "typeName": "string" }], - "isStatic": true, - "name": "GetTypeFromProgID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "progID", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTypeFromProgID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "progID", "typeName": "string" }, - { "name": "server", "typeName": "string" } - ], - "isStatic": true, - "name": "GetTypeFromProgID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "progID", "typeName": "string" }, - { "name": "server", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTypeFromProgID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeTypeHandle", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "GetTypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IsEnumDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsEquivalentTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "IsInstanceOfType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsSubclassOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "rank", "typeName": "int" }], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeByRefType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "MakeGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakePointerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Type" }, - { "name": "right", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Type" }, - { "name": "right", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "throwIfNotFound", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "ReflectionOnlyGetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Type", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.TypeLoadException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeAccessException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.TypeCode", - "name": "Boolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Byte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Char", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "DateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "DBNull", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Decimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Double", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Int16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Int32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Int64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Object", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "SByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "Single", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "UInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "UInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TypeCode", - "name": "UInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.TypeCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "value", "typeName": "System.TypedReference" }], - "isStatic": true, - "name": "GetTargetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypedReference", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "flds", "typeName": "System.Reflection.FieldInfo[]" } - ], - "isStatic": true, - "name": "MakeTypedReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "System.TypedReference" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "SetTypedReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RuntimeTypeHandle", - "params": [{ "name": "value", "typeName": "System.TypedReference" }], - "isStatic": true, - "name": "TargetTypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "value", "typeName": "System.TypedReference" }], - "isStatic": true, - "name": "ToObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypedReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "fullTypeName", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeInitializationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLoadException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeUnloadedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "ushort", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "ushort", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "ushort" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "ushort" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "ushort" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "uint", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "uint", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "uint" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "uint" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "uint" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IConvertible", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "ulong", - "name": "MaxValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "ulong", - "name": "MinValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "ulong" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeCode", - "params": [], - "isStatic": false, - "name": "GetTypeCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "ulong" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "result", "typeName": "ulong" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.UIntPtr", - "name": "Zero", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "void*" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [ - { "name": "pointer", "typeName": "System.UIntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [ - { "name": "pointer", "typeName": "System.UIntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.UIntPtr" }, - { "name": "value2", "typeName": "System.UIntPtr" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "System.UIntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "System.UIntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "value", "typeName": "System.UIntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [{ "name": "value", "typeName": "void*" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.UIntPtr" }, - { "name": "value2", "typeName": "System.UIntPtr" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [ - { "name": "pointer", "typeName": "System.UIntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [ - { "name": "pointer", "typeName": "System.UIntPtr" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": false, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [], - "isStatic": false, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnauthorizedAccessException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "ExceptionObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsTerminating", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "exception", "typeName": "object" }, - { "name": "isTerminating", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnhandledExceptionEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.UnhandledExceptionEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.UnhandledExceptionEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnhandledExceptionEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "System.ValueTuple" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [{ "name": "item1", "typeName": "T1" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ValueTuple", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "item8", "typeName": "T8" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.ValueTuple" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item1", "typeName": "T1" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "System.ValueTuple" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.ValueTuple" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "(T1, T2)" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "(T1, T2)" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "(T1, T2, T3)" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "(T1, T2, T3)" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4)" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4)" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4, T5)" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4, T5)" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T6", - "name": "Item6", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6)" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6)" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T6", - "name": "Item6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T7", - "name": "Item7", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6, T7)" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6, T7)" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IStructuralComparable", - "IStructuralEquatable", - "IComparable", - "IComparable", - "IEquatable", - "ITuple" - ], - "fields": [ - { - "typeName": "T1", - "name": "Item1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T2", - "name": "Item2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T3", - "name": "Item3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T4", - "name": "Item4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T5", - "name": "Item5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T6", - "name": "Item6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T7", - "name": "Item7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TRest", - "name": "Rest", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item1", "typeName": "T1" }, - { "name": "item2", "typeName": "T2" }, - { "name": "item3", "typeName": "T3" }, - { "name": "item4", "typeName": "T4" }, - { "name": "item5", "typeName": "T5" }, - { "name": "item6", "typeName": "T6" }, - { "name": "item7", "typeName": "T7" }, - { "name": "rest", "typeName": "TRest" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "other", - "typeName": "System.ValueTuple" - } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.ValueTuple" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueTuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "IComparable", "IComparable", "IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "Build", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Major", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "MajorRevision", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Minor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "MinorRevision", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Revision", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" }, - { "name": "build", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" }, - { "name": "build", "typeName": "int" }, - { "name": "revision", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "version", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "version", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "System.Version" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "System.Version" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "v1", "typeName": "System.Version" }, - { "name": "v2", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "v1", "typeName": "System.Version" }, - { "name": "v2", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "v1", "typeName": "System.Version" }, - { "name": "v2", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "v1", "typeName": "System.Version" }, - { "name": "v2", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "v1", "typeName": "System.Version" }, - { "name": "v2", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "v1", "typeName": "System.Version" }, - { "name": "v2", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Version", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "fieldCount", "typeName": "int" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "result", "typeName": "System.Version" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Void", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "bool", - "name": "IsAlive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Target", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "TrackResurrection", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "trackResurrection", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WeakReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "T" }, - { "name": "trackResurrection", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "T" }], - "isStatic": false, - "name": "SetTarget", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "target", "typeName": "T" }], - "isStatic": false, - "name": "TryGetTarget", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WeakReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "BaseDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DynamicDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FriendlyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "RelativeSearchPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ShadowCopyFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AssemblyLoadEventHandler", - "name": "AssemblyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "AssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "DomainUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "ProcessExit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "ResourceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ResolveEventHandler", - "name": "TypeResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.UnhandledExceptionEventHandler", - "name": "UnhandledException", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } - ], - "isStatic": false, - "name": "add_AssemblyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } - ], - "isStatic": false, - "name": "remove_AssemblyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_AssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_AssemblyResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_DomainUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_DomainUnload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_ProcessExit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_ProcessExit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_ResourceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_ResourceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "add_TypeResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.ResolveEventHandler" } - ], - "isStatic": false, - "name": "remove_TypeResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.UnhandledExceptionEventHandler" - } - ], - "isStatic": false, - "name": "add_UnhandledException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.UnhandledExceptionEventHandler" - } - ], - "isStatic": false, - "name": "remove_UnhandledException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "AppendPrivatePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearPrivatePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearShadowCopyPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" }, - { - "name": "securityAttributes", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstanceFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { "name": "dir", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "requiredPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "optionalPermissions", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "refusedPermissions", - "typeName": "System.Security.PermissionSet" - }, - { "name": "isSynchronized", "typeName": "bool" } - ], - "isStatic": false, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "theDelegate", - "typeName": "System.CrossAppDomainDelegate" - } - ], - "isStatic": false, - "name": "DoCallBack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ExecuteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "InitializeLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "assemblyRef", - "typeName": "System.Reflection.AssemblyName" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "assemblyRef", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyString", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyString", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "domainPolicy", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "SetAppDomainPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "SetCachePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "policy", - "typeName": "System.Security.Principal.PrincipalPolicy" - } - ], - "isStatic": false, - "name": "SetPrincipalPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "SetShadowCopyPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "principal", - "typeName": "System.Security.Principal.IPrincipal" - } - ], - "isStatic": false, - "name": "SetThreadPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_AppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "Charting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "Albedo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "Emissive", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "Irradiance", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "Directionality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "Baked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedDirectional", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "InputWorkspace", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedShadowMask", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedAlbedo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedEmissive", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedCharting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedTexelValidity", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedUVOverlap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "BakedLightmapCulling", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngineInternal.GITextureType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GITextureType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "cycleMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "pauseCycleMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.GITextureType", - "name": "texType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetRuntimeInputTextures", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PlayCycleMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PauseCycleMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopCycleMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "skip", "typeName": "int" }], - "isStatic": true, - "name": "CycleSkipSystems", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "skip", "typeName": "int" }], - "isStatic": true, - "name": "CycleSkipInstances", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GIDebugVisualisation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngineInternal.MemorylessMode", - "name": "Unused", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.MemorylessMode", - "name": "Forced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.MemorylessMode", - "name": "Automatic", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngineInternal.MemorylessMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MemorylessMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngineInternal.MemorylessMode", - "name": "depthMemorylessMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MemorylessManager", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "FloatMinNormal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "FloatMinDenormal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "IsFlushToZeroEnabled", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MathfInternal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Component", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "sourceInfo", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "AddComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "APIUpdaterRuntimeServices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngineInternal.TypeInferenceRules", - "name": "TypeReferencedByFirstArgument", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.TypeInferenceRules", - "name": "TypeReferencedBySecondArgument", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.TypeInferenceRules", - "name": "ArrayOfTypeReferencedByFirstArgument", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngineInternal.TypeInferenceRules", - "name": "TypeOfFirstArgument", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngineInternal.TypeInferenceRules", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TypeInferenceRules", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "UnityEngineInternal.TypeInferenceRules" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rule", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TypeInferenceRuleAttribute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngineInternal", - "baseClass": "System.Collections.Stack", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GenericStack", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ArrayList", - "params": [ - { "name": "list", "typeName": "System.Collections.IList" } - ], - "isStatic": true, - "name": "Adapter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "value", "typeName": "object" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "System.Array" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ArrayList", - "params": [ - { "name": "list", "typeName": "System.Collections.ArrayList" } - ], - "isStatic": true, - "name": "FixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "list", "typeName": "System.Collections.IList" } - ], - "isStatic": true, - "name": "FixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ArrayList", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "c", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": "InsertRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ArrayList", - "params": [ - { "name": "list", "typeName": "System.Collections.ArrayList" } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "list", "typeName": "System.Collections.IList" } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ArrayList", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Repeat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "c", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": "SetRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ArrayList", - "params": [ - { "name": "list", "typeName": "System.Collections.ArrayList" } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "list", "typeName": "System.Collections.IList" } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Array", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimToSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArrayList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "bool[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bytes", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bits", "typeName": "System.Collections.BitArray" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "length", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "length", "typeName": "int" }, - { "name": "defaultValue", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "int[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "BitArray", - "params": [ - { "name": "value", "typeName": "System.Collections.BitArray" } - ], - "isStatic": false, - "name": "And", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "BitArray", - "params": [], - "isStatic": false, - "name": "Not", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "BitArray", - "params": [ - { "name": "value", "typeName": "System.Collections.BitArray" } - ], - "isStatic": false, - "name": "Or", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "BitArray", - "params": [ - { "name": "value", "typeName": "System.Collections.BitArray" } - ], - "isStatic": false, - "name": "Xor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BitArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IComparer"], - "fields": [ - { - "typeName": "System.Collections.CaseInsensitiveComparer", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.CaseInsensitiveComparer", - "name": "DefaultInvariant", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "object" }, - { "name": "b", "typeName": "object" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CaseInsensitiveComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IHashCodeProvider"], - "fields": [ - { - "typeName": "System.Collections.CaseInsensitiveHashCodeProvider", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.CaseInsensitiveHashCodeProvider", - "name": "DefaultInvariant", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CaseInsensitiveHashCodeProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CollectionBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IComparer", "ISerializable"], - "fields": [ - { - "typeName": "System.Collections.Comparer", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Comparer", - "name": "DefaultInvariant", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "object" }, - { "name": "b", "typeName": "object" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Comparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DictionaryBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DictionaryEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICloneable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" }, - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" }, - { - "name": "hcp", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" }, - { "name": "loadFactor", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" }, - { "name": "loadFactor", "typeName": "float" }, - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" }, - { "name": "loadFactor", "typeName": "float" }, - { - "name": "hcp", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "hcp", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "hcp", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "loadFactor", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "loadFactor", "typeName": "float" }, - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "loadFactor", "typeName": "float" }, - { - "name": "hcp", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ContainsValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Hashtable", - "params": [ - { "name": "table", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Hashtable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "object" }, - { "name": "y", "typeName": "object" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDictionary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Collections.DictionaryEntry", - "name": "Entry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IDictionaryEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumerable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "object" }, - { "name": "y", "typeName": "object" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEqualityComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IHashCodeProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "other", "typeName": "object" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IStructuralComparable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "object" }, - { - "name": "comparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IStructuralEquatable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "col", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "growFactor", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Dequeue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Enqueue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Peek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Queue", - "params": [ - { "name": "queue", "typeName": "System.Collections.Queue" } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimToSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Queue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReadOnlyCollectionBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "comparer", "typeName": "System.Collections.IComparer" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "initialCapacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ContainsValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetByIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetKeyList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetValueList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "IndexOfKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOfValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetByIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SortedList", - "params": [ - { "name": "list", "typeName": "System.Collections.SortedList" } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimToSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SortedList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "col", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "initialCapacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Peek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stack", - "params": [ - { "name": "stack", "typeName": "System.Collections.Stack" } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Stack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.IComparer", - "name": "StructuralComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IEqualityComparer", - "name": "StructuralEqualityComparer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "StructuralComparisons", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "UnityEngineInternal.XR.WSA", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "version", - "typeName": "UnityEngine.XR.WSA.RemoteDeviceVersion" - } - ], - "isStatic": true, - "name": "EnableRemoteSpeech", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "DisableRemoteSpeech", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "RemoteSpeechAccess", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IReadOnlyDictionary", - "IReadOnlyCollection", - "IEnumerable", - "IDictionary", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable>" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "concurrencyLevel", "typeName": "int" }, - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "concurrencyLevel", "typeName": "int" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "concurrencyLevel", "typeName": "int" }, - { "name": "capacity", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [ - { "name": "key", "typeName": "TKey" }, - { - "name": "addValueFactory", - "typeName": "System.Func" - }, - { - "name": "updateValueFactory", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "AddOrUpdate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "addValue", "typeName": "TValue" }, - { - "name": "updateValueFactory", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "AddOrUpdate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "valueFactory", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "GetOrAdd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "GetOrAdd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryRemove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "newValue", "typeName": "TValue" }, - { "name": "comparisonValue", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryUpdate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConcurrentDictionary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IProducerConsumerCollection", - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Enqueue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "T" }], - "isStatic": false, - "name": "TryDequeue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "T" }], - "isStatic": false, - "name": "TryPeek", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConcurrentQueue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IProducerConsumerCollection", - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "items", "typeName": "T[]" }], - "isStatic": false, - "name": "PushRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "items", "typeName": "T[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "PushRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "T" }], - "isStatic": false, - "name": "TryPeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "T" }], - "isStatic": false, - "name": "TryPop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "items", "typeName": "T[]" }], - "isStatic": false, - "name": "TryPopRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "items", "typeName": "T[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "TryPopRange", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConcurrentStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Collections.Concurrent.EnumerablePartitionerOptions", - "name": "NoBuffering", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Concurrent.EnumerablePartitionerOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Collections.Concurrent.EnumerablePartitionerOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnumerablePartitionerOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "ICollection", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "TryTake", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IProducerConsumerCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "System.Collections.Concurrent.Partitioner", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "KeysNormalized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "KeysOrderedAcrossPartitions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "KeysOrderedInEachPartition", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetDynamicPartitions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetOrderableDynamicPartitions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "partitionCount", "typeName": "int" }], - "isStatic": false, - "name": "GetOrderablePartitions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "partitionCount", "typeName": "int" }], - "isStatic": false, - "name": "GetPartitions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OrderablePartitioner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { "name": "rangeSize", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { "name": "rangeSize", "typeName": "long" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "partitionerOptions", - "typeName": "System.Collections.Concurrent.EnumerablePartitionerOptions" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.IList" - }, - { "name": "loadBalance", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OrderablePartitioner", - "params": [ - { "name": "array", "typeName": "TSource[]" }, - { "name": "loadBalance", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Partitioner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "SupportsDynamicPartitions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetDynamicPartitions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "partitionCount", "typeName": "int" }], - "isStatic": false, - "name": "GetPartitions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Partitioner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable", - "IDisposable" - ], - "fields": [ - { - "typeName": "int", - "name": "BoundedCapacity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAddingCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Concurrent.IProducerConsumerCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Concurrent.IProducerConsumerCollection" - }, - { "name": "boundedCapacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "boundedCapacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item", "typeName": "T" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" } - ], - "isStatic": true, - "name": "AddToAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "AddToAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CompleteAdding", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetConsumingEnumerable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetConsumingEnumerable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Take", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Take", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" } - ], - "isStatic": true, - "name": "TakeFromAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "TakeFromAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" } - ], - "isStatic": true, - "name": "TryAddToAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "TryAddToAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "TryAddToAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryAddToAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "TryTake", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": false, - "name": "TryTake", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "TryTake", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": "TryTake", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" } - ], - "isStatic": true, - "name": "TryTakeFromAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "TryTakeFromAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "TryTakeFromAny", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "collections", - "typeName": "System.Collections.Concurrent.BlockingCollection[]" - }, - { "name": "item", "typeName": "T" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryTakeFromAny", - "comment": "", - "location": "System.dll" - } - ], - "name": "BlockingCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Concurrent", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IProducerConsumerCollection", - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "T" }], - "isStatic": false, - "name": "TryPeek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "T" }], - "isStatic": false, - "name": "TryTake", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConcurrentBag", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "", - "baseClass": "NodeCanvas.Framework.ConditionTask", - "attribute": "", - "interfaces": [ - "ISerializationCollectable", - "ISerializationCallbackReceiver" - ], - "fields": [ - { - "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", - "name": "Variable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#20" - }, - { - "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", - "name": "Flag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#22" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#11" - } - ], - "name": "CheckEnumFlag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#11" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Operation", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "arg", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackBinaryOperation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "arg", "typeName": "System.Dynamic.DynamicMetaObject" }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackBinaryOperation", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "BinaryOperationBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.BindingRestrictions", - "name": "Empty", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "BindingRestrictions", - "params": [ - { - "name": "contributingObjects", - "typeName": "System.Collections.Generic.IList" - } - ], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BindingRestrictions", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "GetExpressionRestriction", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BindingRestrictions", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "instance", "typeName": "object" } - ], - "isStatic": true, - "name": "GetInstanceRestriction", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BindingRestrictions", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetTypeRestriction", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BindingRestrictions", - "params": [ - { - "name": "restrictions", - "typeName": "System.Dynamic.BindingRestrictions" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "ToExpression", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "BindingRestrictions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ArgumentCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "ArgumentNames", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "argCount", "typeName": "int" }, - { - "name": "argNames", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "argCount", "typeName": "int" }, - { "name": "argNames", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Explicit", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackConvert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackConvert", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ConvertBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.CallInfo", - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "FallbackCreateInstance", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "args", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackCreateInstance", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CreateInstanceBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.CallInfo", - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - } - ], - "isStatic": false, - "name": "FallbackDeleteIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackDeleteIndex", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DeleteIndexBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IgnoreCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackDeleteMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackDeleteMember", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DeleteMemberBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.DynamicMetaObject[]", - "name": "EmptyMetaObjects", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "HasValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "LimitType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Dynamic.BindingRestrictions", - "name": "Restrictions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "RuntimeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "restrictions", - "typeName": "System.Dynamic.BindingRestrictions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "restrictions", - "typeName": "System.Dynamic.BindingRestrictions" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.BinaryOperationBinder" - }, - { "name": "arg", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "BindBinaryOperation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.ConvertBinder" } - ], - "isStatic": false, - "name": "BindConvert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.CreateInstanceBinder" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "BindCreateInstance", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.DeleteIndexBinder" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - } - ], - "isStatic": false, - "name": "BindDeleteIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.DeleteMemberBinder" - } - ], - "isStatic": false, - "name": "BindDeleteMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.GetIndexBinder" }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - } - ], - "isStatic": false, - "name": "BindGetIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.GetMemberBinder" } - ], - "isStatic": false, - "name": "BindGetMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.InvokeBinder" }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "BindInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.InvokeMemberBinder" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "BindInvokeMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.SetIndexBinder" }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "BindSetIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.SetMemberBinder" }, - { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "BindSetMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.UnaryOperationBinder" - } - ], - "isStatic": false, - "name": "BindUnaryOperation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "value", "typeName": "object" }, - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetDynamicMemberNames", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DynamicMetaObject", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Runtime.CompilerServices.CallSiteBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { "name": "args", "typeName": "object[]" }, - { - "name": "parameters", - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" - }, - { - "name": "returnLabel", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Defer", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Defer", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetUpdateExpression", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DynamicMetaObjectBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDynamicMetaObjectProvider"], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetDynamicMemberNames", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "parameter", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "GetMetaObject", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.BinaryOperationBinder" - }, - { "name": "arg", "typeName": "object" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryBinaryOperation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.ConvertBinder" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryConvert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.CreateInstanceBinder" - }, - { "name": "args", "typeName": "object[]" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryCreateInstance", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.DeleteIndexBinder" - }, - { "name": "indexes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TryDeleteIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.DeleteMemberBinder" - } - ], - "isStatic": false, - "name": "TryDeleteMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.GetIndexBinder" }, - { "name": "indexes", "typeName": "object[]" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryGetIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.GetMemberBinder" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryGetMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.InvokeBinder" }, - { "name": "args", "typeName": "object[]" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.InvokeMemberBinder" - }, - { "name": "args", "typeName": "object[]" }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryInvokeMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.SetIndexBinder" }, - { "name": "indexes", "typeName": "object[]" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "TrySetIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "binder", "typeName": "System.Dynamic.SetMemberBinder" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "TrySetMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "binder", - "typeName": "System.Dynamic.UnaryOperationBinder" - }, - { "name": "result", "typeName": "object" } - ], - "isStatic": false, - "name": "TryUnaryOperation", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DynamicObject", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "IEnumerable", - "INotifyPropertyChanged", - "IDynamicMetaObjectProvider" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ExpandoObject", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.CallInfo", - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - } - ], - "isStatic": false, - "name": "FallbackGetIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackGetIndex", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "GetIndexBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IgnoreCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackGetMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackGetMember", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "GetMemberBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "parameter", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "GetMetaObject", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IDynamicMetaObjectProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "InvokeOnGet", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "IInvokeOnGetBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.CallInfo", - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "FallbackInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "args", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "InvokeBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.CallInfo", - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IgnoreCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "args", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "FallbackInvokeMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "args", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackInvokeMember", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "InvokeMemberBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Dynamic.CallInfo", - "name": "CallInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackSetIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "indexes", - "typeName": "System.Dynamic.DynamicMetaObject[]" - }, - { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackSetIndex", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SetIndexBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IgnoreCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackSetMember", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackSetMember", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SetMemberBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Dynamic", - "baseClass": "System.Dynamic.DynamicMetaObjectBinder", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Operation", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } - ], - "isStatic": false, - "name": "FallbackUnaryOperation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicMetaObject", - "params": [ - { - "name": "target", - "typeName": "System.Dynamic.DynamicMetaObject" - }, - { - "name": "errorSuggestion", - "typeName": "System.Dynamic.DynamicMetaObject" - } - ], - "isStatic": false, - "name": "FallbackUnaryOperation", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "UnaryOperationBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IComparable", - "IComparable", - "IEquatable", - "IFormattable" - ], - "fields": [ - { - "typeName": "bool", - "name": "IsEven", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "bool", - "name": "IsOne", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "bool", - "name": "IsPowerOfTwo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "bool", - "name": "IsZero", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.BigInteger", - "name": "MinusOne", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.BigInteger", - "name": "One", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "int", - "name": "Sign", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.BigInteger", - "name": "Zero", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "long" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "other", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "other", "typeName": "ulong" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, - { "name": "divisor", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, - { "name": "divisor", "typeName": "System.Numerics.BigInteger" }, - { "name": "remainder", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "DivRem", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "long" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "ulong" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "GreatestCommonDivisor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" }, - { "name": "baseValue", "typeName": "double" } - ], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Log10", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" }, - { "name": "exponent", "typeName": "System.Numerics.BigInteger" }, - { "name": "modulus", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "ModPow", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_BitwiseAnd", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_BitwiseOr", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Decrement", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, - { "name": "divisor", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "long" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "long" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "ulong" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "ulong" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_ExclusiveOr", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "UInt16", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "long" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "long" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "ulong" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "ulong" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "long" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "long" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "ulong" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "ulong" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Increment", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "long" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "long" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "ulong" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "ulong" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" }, - { "name": "shift", "typeName": "int" } - ], - "isStatic": true, - "name": "op_LeftShift", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "long" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "long" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "ulong" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "ulong" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "long" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "long" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "ulong" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "ulong" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, - { "name": "divisor", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Modulus", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_OnesComplement", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" }, - { "name": "shift", "typeName": "int" } - ], - "isStatic": true, - "name": "op_RightShift", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_UnaryPlus", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "style", "typeName": "System.Globalization.NumberStyles" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" }, - { "name": "exponent", "typeName": "int" } - ], - "isStatic": true, - "name": "Pow", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, - { "name": "divisor", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Remainder", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "BigInteger", - "params": [ - { "name": "left", "typeName": "System.Numerics.BigInteger" }, - { "name": "right", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToByteArray", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { - "name": "style", - "typeName": "System.Globalization.NumberStyles" - }, - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "result", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "result", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "BigInteger", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "System.Numerics.Complex", - "name": "ImaginaryOne", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Complex", - "name": "One", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Complex", - "name": "Zero", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "double", - "name": "Imaginary", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "double", - "name": "Magnitude", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "double", - "name": "Phase", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "double", - "name": "Real", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "real", "typeName": "double" }, - { "name": "imaginary", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Acos", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Asin", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Atan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Conjugate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Cos", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Cosh", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "dividend", "typeName": "System.Numerics.Complex" }, - { "name": "divisor", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Exp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "magnitude", "typeName": "double" }, - { "name": "phase", "typeName": "double" } - ], - "isStatic": true, - "name": "FromPolarCoordinates", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" }, - { "name": "baseValue", "typeName": "double" } - ], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Log10", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.BigInteger" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" }, - { "name": "power", "typeName": "double" } - ], - "isStatic": true, - "name": "Pow", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" }, - { "name": "power", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Pow", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Reciprocal", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Sin", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Sinh", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Sqrt", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "left", "typeName": "System.Numerics.Complex" }, - { "name": "right", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Tan", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Complex", - "params": [ - { "name": "value", "typeName": "System.Numerics.Complex" } - ], - "isStatic": true, - "name": "Tanh", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Complex", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "M11", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M12", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M21", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M22", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M31", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M32", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Matrix3x2", - "name": "Identity", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "bool", - "name": "IsIdentity", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector2", - "name": "Translation", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "m11", "typeName": "float" }, - { "name": "m12", "typeName": "float" }, - { "name": "m21", "typeName": "float" }, - { "name": "m22", "typeName": "float" }, - { "name": "m31", "typeName": "float" }, - { "name": "m32", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [{ "name": "radians", "typeName": "float" }], - "isStatic": true, - "name": "CreateRotation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "radians", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateRotation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "scales", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "scales", "typeName": "System.Numerics.Vector2" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [{ "name": "scale", "typeName": "float" }], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "scale", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "xScale", "typeName": "float" }, - { "name": "yScale", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "xScale", "typeName": "float" }, - { "name": "yScale", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "radiansX", "typeName": "float" }, - { "name": "radiansY", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateSkew", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "radiansX", "typeName": "float" }, - { "name": "radiansY", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateSkew", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "CreateTranslation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "xPosition", "typeName": "float" }, - { "name": "yPosition", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateTranslation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetDeterminant", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "matrix", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "result", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "Invert", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "matrix1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "matrix2", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix3x2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, - { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Matrix3x2", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "M11", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M12", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M13", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M14", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M21", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M22", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M23", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M24", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M31", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M32", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M33", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M34", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M41", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M42", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M43", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "M44", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Matrix4x4", - "name": "Identity", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "bool", - "name": "IsIdentity", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "Translation", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "m11", "typeName": "float" }, - { "name": "m12", "typeName": "float" }, - { "name": "m13", "typeName": "float" }, - { "name": "m14", "typeName": "float" }, - { "name": "m21", "typeName": "float" }, - { "name": "m22", "typeName": "float" }, - { "name": "m23", "typeName": "float" }, - { "name": "m24", "typeName": "float" }, - { "name": "m31", "typeName": "float" }, - { "name": "m32", "typeName": "float" }, - { "name": "m33", "typeName": "float" }, - { "name": "m34", "typeName": "float" }, - { "name": "m41", "typeName": "float" }, - { "name": "m42", "typeName": "float" }, - { "name": "m43", "typeName": "float" }, - { "name": "m44", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "objectPosition", "typeName": "System.Numerics.Vector3" }, - { "name": "cameraPosition", "typeName": "System.Numerics.Vector3" }, - { "name": "cameraUpVector", "typeName": "System.Numerics.Vector3" }, - { - "name": "cameraForwardVector", - "typeName": "System.Numerics.Vector3" - } - ], - "isStatic": true, - "name": "CreateBillboard", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "objectPosition", "typeName": "System.Numerics.Vector3" }, - { "name": "cameraPosition", "typeName": "System.Numerics.Vector3" }, - { "name": "rotateAxis", "typeName": "System.Numerics.Vector3" }, - { - "name": "cameraForwardVector", - "typeName": "System.Numerics.Vector3" - }, - { - "name": "objectForwardVector", - "typeName": "System.Numerics.Vector3" - } - ], - "isStatic": true, - "name": "CreateConstrainedBillboard", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "axis", "typeName": "System.Numerics.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateFromAxisAngle", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "quaternion", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "CreateFromQuaternion", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "yaw", "typeName": "float" }, - { "name": "pitch", "typeName": "float" }, - { "name": "roll", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateFromYawPitchRoll", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "cameraPosition", "typeName": "System.Numerics.Vector3" }, - { "name": "cameraTarget", "typeName": "System.Numerics.Vector3" }, - { "name": "cameraUpVector", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateLookAt", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" }, - { "name": "zNearPlane", "typeName": "float" }, - { "name": "zFarPlane", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateOrthographic", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "top", "typeName": "float" }, - { "name": "zNearPlane", "typeName": "float" }, - { "name": "zFarPlane", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateOrthographicOffCenter", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" }, - { "name": "nearPlaneDistance", "typeName": "float" }, - { "name": "farPlaneDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CreatePerspective", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "fieldOfView", "typeName": "float" }, - { "name": "aspectRatio", "typeName": "float" }, - { "name": "nearPlaneDistance", "typeName": "float" }, - { "name": "farPlaneDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CreatePerspectiveFieldOfView", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "top", "typeName": "float" }, - { "name": "nearPlaneDistance", "typeName": "float" }, - { "name": "farPlaneDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CreatePerspectiveOffCenter", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "value", "typeName": "System.Numerics.Plane" }], - "isStatic": true, - "name": "CreateReflection", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "radians", "typeName": "float" }], - "isStatic": true, - "name": "CreateRotationX", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "radians", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateRotationX", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "radians", "typeName": "float" }], - "isStatic": true, - "name": "CreateRotationY", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "radians", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateRotationY", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "radians", "typeName": "float" }], - "isStatic": true, - "name": "CreateRotationZ", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "radians", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateRotationZ", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "scales", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "scales", "typeName": "System.Numerics.Vector3" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "scale", "typeName": "float" }], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "scale", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "xScale", "typeName": "float" }, - { "name": "yScale", "typeName": "float" }, - { "name": "zScale", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "xScale", "typeName": "float" }, - { "name": "yScale", "typeName": "float" }, - { "name": "zScale", "typeName": "float" }, - { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateScale", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "lightDirection", "typeName": "System.Numerics.Vector3" }, - { "name": "plane", "typeName": "System.Numerics.Plane" } - ], - "isStatic": true, - "name": "CreateShadow", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateTranslation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "xPosition", "typeName": "float" }, - { "name": "yPosition", "typeName": "float" }, - { "name": "zPosition", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateTranslation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector3" }, - { "name": "forward", "typeName": "System.Numerics.Vector3" }, - { "name": "up", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateWorld", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "scale", "typeName": "System.Numerics.Vector3" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" }, - { "name": "translation", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Decompose", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetDeterminant", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "result", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Invert", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "matrix1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "matrix2", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Matrix4x4" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transpose", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Matrix4x4", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "D", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "Normal", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "normal", "typeName": "System.Numerics.Vector3" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Plane", - "params": [ - { "name": "point1", "typeName": "System.Numerics.Vector3" }, - { "name": "point2", "typeName": "System.Numerics.Vector3" }, - { "name": "point3", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "CreateFromVertices", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "plane", "typeName": "System.Numerics.Plane" }, - { "name": "value", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Dot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "plane", "typeName": "System.Numerics.Plane" }, - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "DotCoordinate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "plane", "typeName": "System.Numerics.Plane" }, - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "DotNormal", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "System.Numerics.Plane" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Plane", - "params": [{ "name": "value", "typeName": "System.Numerics.Plane" }], - "isStatic": true, - "name": "Normalize", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Plane" }, - { "name": "value2", "typeName": "System.Numerics.Plane" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Plane" }, - { "name": "value2", "typeName": "System.Numerics.Plane" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Plane", - "params": [ - { "name": "plane", "typeName": "System.Numerics.Plane" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Plane", - "params": [ - { "name": "plane", "typeName": "System.Numerics.Plane" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Plane", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "W", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "X", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Y", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Z", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Quaternion", - "name": "Identity", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "bool", - "name": "IsIdentity", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vectorPart", "typeName": "System.Numerics.Vector3" }, - { "name": "scalarPart", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Concatenate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Conjugate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "axis", "typeName": "System.Numerics.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateFromAxisAngle", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "CreateFromRotationMatrix", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "yaw", "typeName": "float" }, - { "name": "pitch", "typeName": "float" }, - { "name": "roll", "typeName": "float" } - ], - "isStatic": true, - "name": "CreateFromYawPitchRoll", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "quaternion1", "typeName": "System.Numerics.Quaternion" }, - { "name": "quaternion2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Dot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Inverse", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Length", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "LengthSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "quaternion1", "typeName": "System.Numerics.Quaternion" }, - { "name": "quaternion2", "typeName": "System.Numerics.Quaternion" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Normalize", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "quaternion1", "typeName": "System.Numerics.Quaternion" }, - { "name": "quaternion2", "typeName": "System.Numerics.Quaternion" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Slerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Quaternion" }, - { "name": "value2", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Quaternion", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "X", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Y", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector2", - "name": "One", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector2", - "name": "UnitX", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector2", - "name": "UnitY", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector2", - "name": "Zero", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "min", "typeName": "System.Numerics.Vector2" }, - { "name": "max", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Clamp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "float[]" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "float[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Distance", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "DistanceSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "divisor", "typeName": "float" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Dot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Length", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "LengthSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "System.Numerics.Vector2" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Normalize", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector2" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "vector", "typeName": "System.Numerics.Vector2" }, - { "name": "normal", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Reflect", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "SquareRoot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector2" }, - { "name": "right", "typeName": "System.Numerics.Vector2" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector2" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector2" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "normal", "typeName": "System.Numerics.Vector2" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix3x2" } - ], - "isStatic": true, - "name": "TransformNormal", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "normal", "typeName": "System.Numerics.Vector2" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "TransformNormal", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Vector2", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "X", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Y", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Z", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "One", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "UnitX", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "UnitY", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "UnitZ", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector3", - "name": "Zero", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "min", "typeName": "System.Numerics.Vector3" }, - { "name": "max", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Clamp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "float[]" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "float[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "vector1", "typeName": "System.Numerics.Vector3" }, - { "name": "vector2", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Cross", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "value2", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Distance", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "value2", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "DistanceSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "divisor", "typeName": "float" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "vector1", "typeName": "System.Numerics.Vector3" }, - { "name": "vector2", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Dot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Length", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "LengthSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "value2", "typeName": "System.Numerics.Vector3" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "value2", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "value2", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Normalize", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector3" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "vector", "typeName": "System.Numerics.Vector3" }, - { "name": "normal", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Reflect", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "SquareRoot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector3" }, - { "name": "right", "typeName": "System.Numerics.Vector3" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector3" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "normal", "typeName": "System.Numerics.Vector3" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "TransformNormal", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Vector3", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.Numerics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "W", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "X", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Y", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "float", - "name": "Z", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector4", - "name": "One", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector4", - "name": "UnitW", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector4", - "name": "UnitX", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector4", - "name": "UnitY", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector4", - "name": "UnitZ", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "typeName": "System.Numerics.Vector4", - "name": "Zero", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" }, - { "name": "z", "typeName": "float" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "min", "typeName": "System.Numerics.Vector4" }, - { "name": "max", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Clamp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "float[]" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "float[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "value2", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Distance", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "value2", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "DistanceSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "divisor", "typeName": "float" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "vector1", "typeName": "System.Numerics.Vector4" }, - { "name": "vector2", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Dot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Length", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "LengthSquared", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "value2", "typeName": "System.Numerics.Vector4" }, - { "name": "amount", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "value2", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Max", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "value2", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Min", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "vector", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Normalize", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value1", "typeName": "System.Numerics.Vector4" }, - { "name": "value2", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "SquareRoot", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "left", "typeName": "System.Numerics.Vector4" }, - { "name": "right", "typeName": "System.Numerics.Vector4" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector2" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector2" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "position", "typeName": "System.Numerics.Vector3" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector3" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "vector", "typeName": "System.Numerics.Vector4" }, - { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "value", "typeName": "System.Numerics.Vector4" }, - { "name": "rotation", "typeName": "System.Numerics.Quaternion" } - ], - "isStatic": true, - "name": "Transform", - "comment": "", - "location": "System.Numerics.dll" - } - ], - "name": "Vector4", - "comment": "", - "location": "System.Numerics.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ParameterName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeArgumentReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "CreateType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "Initializers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "SizeExpression", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "createType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { "name": "size", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "createType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { - "name": "initializers", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "createType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "string" }, - { "name": "size", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "string" }, - { - "name": "initializers", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "string" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "System.Type" }, - { "name": "size", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "System.Type" }, - { - "name": "initializers", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "System.Type" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeArrayCreateExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "Indices", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "indices", "typeName": "System.CodeDom.CodeExpression[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeArrayIndexerExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanReduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.LambdaExpression", - "name": "Conversion", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsLifted", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsLiftedToNull", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Left", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "Method", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Right", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "BinaryExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Left", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Right", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "System.CodeDom.CodeExpression" }, - { "name": "right", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeAssignStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Timers", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.DateTime", - "name": "SignalTime", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "ElapsedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Expressions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Result", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Variables", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "expressions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "BlockExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeEventReferenceExpression", - "name": "Event", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Listener", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventRef", - "typeName": "System.CodeDom.CodeEventReferenceExpression" - }, - { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "eventName", "typeName": "string" }, - { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeAttachEventStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Body", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Filter", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Test", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ParameterExpression", - "name": "Variable", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CatchBlock", - "params": [ - { - "name": "variable", - "typeName": "System.Linq.Expressions.ParameterExpression" - }, - { - "name": "filter", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "body", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CatchBlock", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Timers", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Timers.ElapsedEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Timers.ElapsedEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ElapsedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeAttributeArgument", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeAttributeArgument", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgumentCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgumentCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.CodeAttributeArgument[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeArgument" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeAttributeArgumentCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "IfFalse", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "IfTrue", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Test", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "ConditionalExpression", - "params": [ - { - "name": "test", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifTrue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifFalse", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ConditionalExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Timers", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], - "fields": [ - { - "typeName": "bool", - "name": "AutoReset", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "double", - "name": "Interval", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISynchronizeInvoke", - "name": "SynchronizingObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Timers.ElapsedEventHandler", - "name": "Elapsed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "interval", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Timers.ElapsedEventHandler" } - ], - "isStatic": false, - "name": "add_Elapsed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Timers.ElapsedEventHandler" } - ], - "isStatic": false, - "name": "remove_Elapsed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "System.dll" - } - ], - "name": "Timer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "ConstantExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeAttributeArgumentCollection", - "name": "Arguments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "AttributeType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributeType", - "typeName": "System.CodeDom.CodeTypeReference" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributeType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { - "name": "arguments", - "typeName": "System.CodeDom.CodeAttributeArgument[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "arguments", - "typeName": "System.CodeDom.CodeAttributeArgument[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeAttributeDeclaration", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Timers", - "baseClass": "System.ComponentModel.DescriptionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TimersDescriptionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeAttributeDeclaration", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.CodeAttributeDeclaration[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeAttributeDeclaration" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeAttributeDeclarationCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.SymbolDocumentInfo", - "name": "Document", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "EndColumn", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "EndLine", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsClear", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "StartColumn", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "StartLine", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "DebugInfoExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "DefaultExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeBaseReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": ["IDynamicExpression", "IArgumentProvider"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Arguments", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.CallSiteBinder", - "name": "Binder", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "DelegateType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DynamicExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Left", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Operator", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Right", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "System.CodeDom.CodeExpression" }, - { - "name": "op", - "typeName": "System.CodeDom.CodeBinaryOperatorType" - }, - { "name": "right", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeBinaryOperatorExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.ExpressionVisitor", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "DynamicExpressionVisitor", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Assign", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "BitwiseAnd", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "BitwiseOr", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "BooleanAnd", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "BooleanOr", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Divide", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "GreaterThan", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "IdentityEquality", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "IdentityInequality", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "LessThan", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "LessThanOrEqual", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Modulus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Multiply", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "Subtract", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeBinaryOperatorType", - "name": "ValueEquality", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.CodeDom.CodeBinaryOperatorType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeBinaryOperatorType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Expression", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "TargetType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetType", "typeName": "string" }, - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetType", "typeName": "System.Type" }, - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeCastExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": ["IArgumentProvider"], - "fields": [ - { - "typeName": "System.Reflection.MethodInfo", - "name": "AddMethod", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Arguments", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ElementInit", - "params": [ - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ElementInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "CatchExceptionType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "Statements", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "localName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { - "name": "catchExceptionType", - "typeName": "System.CodeDom.CodeTypeReference" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { - "name": "catchExceptionType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { - "name": "statements", - "typeName": "System.CodeDom.CodeStatement[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeCatchClause", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanReduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "AddAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "AddAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "AddAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "AddAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "AddAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "AddAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "AddChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "AddChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "And", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "And", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "AndAlso", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "AndAlso", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "AndAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "AndAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "AndAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "array", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "indexes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ArrayAccess", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "array", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "indexes", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "ArrayAccess", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "array", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "indexes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ArrayIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "array", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "index", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ArrayIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "array", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "indexes", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "ArrayIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "array", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ArrayLength", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Assign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberAssignment", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberAssignment", - "params": [ - { - "name": "propertyAccessor", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "expressions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "expressions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "expressions", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg3", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg4", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { - "name": "expressions", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "expressions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "expressions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "expressions", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BlockExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "expressions", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Break", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Break", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Break", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Break", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "methodName", "typeName": "string" }, - { "name": "typeArguments", "typeName": "System.Type[]" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg3", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg4", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodCallExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "methodName", "typeName": "string" }, - { "name": "typeArguments", "typeName": "System.Type[]" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CatchBlock", - "params": [ - { - "name": "variable", - "typeName": "System.Linq.Expressions.ParameterExpression" - }, - { "name": "body", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Catch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CatchBlock", - "params": [ - { - "name": "variable", - "typeName": "System.Linq.Expressions.ParameterExpression" - }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "filter", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Catch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CatchBlock", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "body", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Catch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CatchBlock", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "filter", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Catch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DebugInfoExpression", - "params": [ - { - "name": "document", - "typeName": "System.Linq.Expressions.SymbolDocumentInfo" - } - ], - "isStatic": true, - "name": "ClearDebugInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Coalesce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "Coalesce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ConditionalExpression", - "params": [ - { - "name": "test", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifTrue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifFalse", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Condition", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ConditionalExpression", - "params": [ - { - "name": "test", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifTrue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifFalse", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Condition", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ConstantExpression", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "Constant", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ConstantExpression", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Constant", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Continue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Continue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Convert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Convert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "ConvertChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "ConvertChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DebugInfoExpression", - "params": [ - { - "name": "document", - "typeName": "System.Linq.Expressions.SymbolDocumentInfo" - }, - { "name": "startLine", "typeName": "int" }, - { "name": "startColumn", "typeName": "int" }, - { "name": "endLine", "typeName": "int" }, - { "name": "endColumn", "typeName": "int" } - ], - "isStatic": true, - "name": "DebugInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Decrement", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Decrement", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DefaultExpression", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Default", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "DivideAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "DivideAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "DivideAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ElementInit", - "params": [ - { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ElementInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ElementInit", - "params": [ - { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "ElementInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DefaultExpression", - "params": [], - "isStatic": true, - "name": "Empty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Equal", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Equal", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ExclusiveOr", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "ExclusiveOr", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ExclusiveOrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "ExclusiveOrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "ExclusiveOrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "field", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": true, - "name": "Field", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": true, - "name": "Field", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": true, - "name": "Field", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeArgs", "typeName": "System.Type[]" }], - "isStatic": true, - "name": "GetActionType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeArgs", "typeName": "System.Type[]" }], - "isStatic": true, - "name": "GetDelegateType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeArgs", "typeName": "System.Type[]" }], - "isStatic": true, - "name": "GetFuncType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Goto", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Goto", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Goto", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Goto", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ConditionalExpression", - "params": [ - { - "name": "test", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifTrue", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "IfThen", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ConditionalExpression", - "params": [ - { - "name": "test", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifTrue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "ifFalse", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "IfThenElse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Increment", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Increment", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "InvocationExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "InvocationExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "IsFalse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "IsFalse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "IsTrue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "IsTrue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LabelTarget", - "params": [], - "isStatic": true, - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LabelExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LabelExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "defaultValue", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LabelTarget", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LabelTarget", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LabelTarget", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "name", "typeName": "string" }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "name", "typeName": "string" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "name", "typeName": "string" }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LambdaExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "name", "typeName": "string" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "name", "typeName": "string" }, - { "name": "tailCall", "typeName": "bool" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "name", "typeName": "string" }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "LeftShift", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "LeftShift", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "LeftShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "LeftShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "LeftShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberListBinding", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ListBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberListBinding", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "initializers", - "typeName": "System.Linq.Expressions.ElementInit[]" - } - ], - "isStatic": true, - "name": "ListBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberListBinding", - "params": [ - { - "name": "propertyAccessor", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ListBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberListBinding", - "params": [ - { - "name": "propertyAccessor", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "initializers", - "typeName": "System.Linq.Expressions.ElementInit[]" - } - ], - "isStatic": true, - "name": "ListBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "initializers", - "typeName": "System.Linq.Expressions.ElementInit[]" - } - ], - "isStatic": true, - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "initializers", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "initializers", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LoopExpression", - "params": [ - { "name": "body", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "Loop", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LoopExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "break", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Loop", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "LoopExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "break", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "continue", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Loop", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "binaryType", - "typeName": "System.Linq.Expressions.ExpressionType" - }, - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "MakeBinary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "binaryType", - "typeName": "System.Linq.Expressions.ExpressionType" - }, - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "MakeBinary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "binaryType", - "typeName": "System.Linq.Expressions.ExpressionType" - }, - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "MakeBinary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CatchBlock", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "variable", - "typeName": "System.Linq.Expressions.ParameterExpression" - }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "filter", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "MakeCatchBlock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arg0", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg1", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arg2", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DynamicExpression", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "MakeDynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "kind", - "typeName": "System.Linq.Expressions.GotoExpressionKind" - }, - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "MakeGoto", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "indexer", "typeName": "System.Reflection.PropertyInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MakeIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "member", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": true, - "name": "MakeMemberAccess", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TryExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "finally", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "fault", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "handlers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MakeTry", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "unaryType", - "typeName": "System.Linq.Expressions.ExpressionType" - }, - { - "name": "operand", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "MakeUnary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "unaryType", - "typeName": "System.Linq.Expressions.ExpressionType" - }, - { - "name": "operand", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "MakeUnary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberMemberBinding", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "bindings", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MemberBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberMemberBinding", - "params": [ - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { - "name": "bindings", - "typeName": "System.Linq.Expressions.MemberBinding[]" - } - ], - "isStatic": true, - "name": "MemberBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberMemberBinding", - "params": [ - { - "name": "propertyAccessor", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "bindings", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MemberBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberMemberBinding", - "params": [ - { - "name": "propertyAccessor", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "bindings", - "typeName": "System.Linq.Expressions.MemberBinding[]" - } - ], - "isStatic": true, - "name": "MemberBind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "bindings", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "MemberInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "bindings", - "typeName": "System.Linq.Expressions.MemberBinding[]" - } - ], - "isStatic": true, - "name": "MemberInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Modulo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Modulo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ModuloAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "ModuloAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "ModuloAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "MultiplyAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "MultiplyAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "MultiplyAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "MultiplyAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "MultiplyAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "MultiplyAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "MultiplyChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "MultiplyChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Negate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "NegateChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "NegateChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewExpression", - "params": [ - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - } - ], - "isStatic": true, - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewExpression", - "params": [ - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewExpression", - "params": [ - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "members", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewExpression", - "params": [ - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "members", "typeName": "System.Reflection.MemberInfo[]" } - ], - "isStatic": true, - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewExpression", - "params": [ - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewExpression", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewArrayExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "bounds", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "NewArrayBounds", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewArrayExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "bounds", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "NewArrayBounds", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewArrayExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "NewArrayInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "NewArrayExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "initializers", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "NewArrayInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Not", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Not", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "NotEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "liftToNull", "typeName": "bool" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "NotEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Or", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Or", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "OrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "OrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "OrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "OrElse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "OrElse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParameterExpression", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Parameter", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParameterExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "Parameter", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "PostDecrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "PostDecrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "PostIncrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "PostIncrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Power", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Power", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "PowerAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "PowerAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "PowerAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "PreDecrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "PreDecrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "PreIncrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "PreIncrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "propertyAccessor", - "typeName": "System.Reflection.MethodInfo" - } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "property", "typeName": "System.Reflection.PropertyInfo" } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "indexer", "typeName": "System.Reflection.PropertyInfo" }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "indexer", "typeName": "System.Reflection.PropertyInfo" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "instance", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "propertyName", "typeName": "string" }, - { - "name": "arguments", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": true, - "name": "Property", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "propertyOrFieldName", "typeName": "string" } - ], - "isStatic": true, - "name": "PropertyOrField", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Quote", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "ReduceAndCheck", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "ReduceExtensions", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ReferenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "ReferenceNotEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [], - "isStatic": true, - "name": "Rethrow", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Rethrow", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": true, - "name": "Return", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Return", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Return", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Return", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "RightShift", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "RightShift", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "RightShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "RightShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "RightShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "RuntimeVariablesExpression", - "params": [ - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "RuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "RuntimeVariablesExpression", - "params": [ - { - "name": "variables", - "typeName": "System.Linq.Expressions.ParameterExpression[]" - } - ], - "isStatic": true, - "name": "RuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "SubtractAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "SubtractAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "SubtractAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "SubtractAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "SubtractAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "conversion", - "typeName": "System.Linq.Expressions.LambdaExpression" - } - ], - "isStatic": true, - "name": "SubtractAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "SubtractChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "BinaryExpression", - "params": [ - { - "name": "left", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "right", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "SubtractChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchExpression", - "params": [ - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "defaultBody", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "cases", - "typeName": "System.Linq.Expressions.SwitchCase[]" - } - ], - "isStatic": true, - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchExpression", - "params": [ - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "defaultBody", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "comparison", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "cases", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchExpression", - "params": [ - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "defaultBody", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "comparison", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "cases", - "typeName": "System.Linq.Expressions.SwitchCase[]" - } - ], - "isStatic": true, - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchExpression", - "params": [ - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "cases", - "typeName": "System.Linq.Expressions.SwitchCase[]" - } - ], - "isStatic": true, - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "defaultBody", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "comparison", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "cases", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "defaultBody", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "comparison", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "cases", - "typeName": "System.Linq.Expressions.SwitchCase[]" - } - ], - "isStatic": true, - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchCase", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "testValues", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "SwitchCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchCase", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "testValues", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": true, - "name": "SwitchCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SymbolDocumentInfo", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": true, - "name": "SymbolDocument", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SymbolDocumentInfo", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "language", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "SymbolDocument", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SymbolDocumentInfo", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "language", "typeName": "System.Guid" }, - { "name": "languageVendor", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "SymbolDocument", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SymbolDocumentInfo", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "language", "typeName": "System.Guid" }, - { "name": "languageVendor", "typeName": "System.Guid" }, - { "name": "documentType", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "SymbolDocument", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "Throw", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Throw", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TryExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "handlers", - "typeName": "System.Linq.Expressions.CatchBlock[]" - } - ], - "isStatic": true, - "name": "TryCatch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TryExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "finally", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "handlers", - "typeName": "System.Linq.Expressions.CatchBlock[]" - } - ], - "isStatic": true, - "name": "TryCatchFinally", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TryExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "fault", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "TryFault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TryExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "finally", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "TryFinally", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeArgs", "typeName": "System.Type[]" }, - { "name": "actionType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "TryGetActionType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeArgs", "typeName": "System.Type[]" }, - { "name": "funcType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "TryGetFuncType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "TypeAs", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TypeBinaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "TypeEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TypeBinaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "TypeIs", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": true, - "name": "UnaryPlus", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "UnaryPlus", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Unbox", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParameterExpression", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "Variable", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParameterExpression", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "Variable", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeCatchClause", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCatchClauseCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCatchClauseCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.CodeDom.CodeCatchClause[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeCatchClauseCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.LambdaExpression", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TDelegate", - "params": [], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TDelegate", - "params": [{ "name": "preferInterpretation", "typeName": "bool" }], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TDelegate", - "params": [ - { - "name": "debugInfoGenerator", - "typeName": "System.Runtime.CompilerServices.DebugInfoGenerator" - } - ], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "parameters", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeDirective", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "ChecksumAlgorithmId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "ChecksumData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "checksumAlgorithmId", "typeName": "System.Guid" }, - { "name": "checksumData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeChecksumPragma", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Add", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "AddAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "AddAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "AddChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "And", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "AndAlso", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "AndAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ArrayIndex", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ArrayLength", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Assign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Block", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Call", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Coalesce", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Conditional", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Constant", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Convert", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ConvertChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "DebugInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Decrement", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Default", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Divide", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "DivideAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Dynamic", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Equal", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ExclusiveOr", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ExclusiveOrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Extension", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Goto", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "GreaterThan", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Increment", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Index", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "IsFalse", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "IsTrue", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Lambda", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "LeftShift", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "LeftShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "LessThan", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ListInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Loop", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "MemberAccess", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "MemberInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Modulo", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "ModuloAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Multiply", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "MultiplyAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "MultiplyAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "MultiplyChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Negate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NegateChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "New", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NewArrayBounds", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NewArrayInit", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Not", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NotEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "OnesComplement", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Or", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "OrAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "OrElse", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Parameter", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "PostDecrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "PostIncrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Power", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "PowerAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "PreDecrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "PreIncrementAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Quote", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "RightShift", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "RightShiftAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "RuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Subtract", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "SubtractAssign", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "SubtractAssignChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "SubtractChecked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Switch", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Throw", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Try", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "TypeAs", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "TypeEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "TypeIs", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "UnaryPlus", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "Unbox", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Linq.Expressions.ExpressionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ExpressionType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "DocComment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "docComment", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeComment", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ReadOnlyCollection", - "params": [ - { - "name": "nodes", - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" - } - ], - "isStatic": false, - "name": "Visit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { "name": "node", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": false, - "name": "Visit", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ReadOnlyCollection", - "params": [ - { - "name": "nodes", - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" - }, - { "name": "callerName", "typeName": "string" } - ], - "isStatic": false, - "name": "VisitAndConvert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "node", "typeName": "T" }, - { "name": "callerName", "typeName": "string" } - ], - "isStatic": false, - "name": "VisitAndConvert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ReadOnlyCollection", - "params": [ - { - "name": "nodes", - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" - }, - { "name": "elementVisitor", "typeName": "System.Func" } - ], - "isStatic": true, - "name": "Visit", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ExpressionVisitor", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeComment", - "name": "Comment", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "comment", "typeName": "System.CodeDom.CodeComment" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "docComment", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeCommentStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.GotoExpressionKind", - "name": "Kind", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.LabelTarget", - "name": "Target", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "GotoExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "value", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "GotoExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeCommentStatement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatementCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatementCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.CodeCommentStatement[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeCommentStatement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeCommentStatementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Linq.Expressions.GotoExpressionKind", - "name": "Break", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.GotoExpressionKind", - "name": "Continue", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.GotoExpressionKind", - "name": "Goto", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.GotoExpressionKind", - "name": "Return", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Linq.Expressions.GotoExpressionKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "GotoExpressionKind", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", - "name": "AssemblyCustomAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeDirectiveCollection", - "name": "EndDirectives", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeNamespaceCollection", - "name": "Namespaces", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringCollection", - "name": "ReferencedAssemblies", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeDirectiveCollection", - "name": "StartDirectives", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeCompileUnit", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ArgumentCount", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Expression", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgument", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IArgumentProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Condition", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "FalseStatements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "TrueStatements", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "condition", - "typeName": "System.CodeDom.CodeExpression" - }, - { - "name": "trueStatements", - "typeName": "System.CodeDom.CodeStatement[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "condition", - "typeName": "System.CodeDom.CodeExpression" - }, - { - "name": "trueStatements", - "typeName": "System.CodeDom.CodeStatement[]" - }, - { - "name": "falseStatements", - "typeName": "System.CodeDom.CodeStatement[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeConditionStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IArgumentProvider"], - "fields": [ - { - "typeName": "System.Type", - "name": "DelegateType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "CreateCallSite", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "args", - "typeName": "System.Linq.Expressions.Expression[]" - } - ], - "isStatic": false, - "name": "Rewrite", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IDynamicExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": ["IArgumentProvider"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Arguments", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.PropertyInfo", - "name": "Indexer", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Object", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "IndexExpression", - "params": [ - { - "name": "object", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IndexExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": ["IArgumentProvider"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Arguments", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "InvocationExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "InvocationExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "DefaultValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.LabelTarget", - "name": "Target", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "LabelExpression", - "params": [ - { - "name": "target", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "defaultValue", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "LabelExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeMemberMethod", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "BaseConstructorArgs", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "ChainedConstructorArgs", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeConstructor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": ["IComparer", "IComparer"], - "fields": [ - { - "typeName": "System.Collections.Generic.Comparer", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "T" }, - { "name": "y", "typeName": "T" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Comparer", - "params": [ - { "name": "comparison", "typeName": "System.Comparison" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Comparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDefaultValueExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IReadOnlyDictionary", - "IReadOnlyCollection", - "IEnumerable", - "IDictionary", - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEqualityComparer", - "name": "Comparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary.KeyCollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary.ValueCollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "TValue" }], - "isStatic": false, - "name": "ContainsValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Dictionary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "DelegateType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "delegateType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDelegateCreateExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "Parameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { - "name": "parameters", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDelegateInvokeExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.FieldDirection", - "name": "Direction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Expression", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.CodeDom.FieldDirection" - }, - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDirectionExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "LabelTarget", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDirective", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeDirective", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeDirectiveCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeDirective[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeDirective" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeDirectiveCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeDirective[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeDirective" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.CodeDom.CodeDirective[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeDirective" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeDirective" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeDirective" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDirectiveCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Body", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Parameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "TailCall", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Delegate", - "params": [], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Delegate", - "params": [{ "name": "preferInterpretation", "typeName": "bool" }], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { - "name": "debugInfoGenerator", - "typeName": "System.Runtime.CompilerServices.DebugInfoGenerator" - } - ], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "method", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "CompileToMethod", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "method", - "typeName": "System.Reflection.Emit.MethodBuilder" - }, - { - "name": "debugInfoGenerator", - "typeName": "System.Runtime.CompilerServices.DebugInfoGenerator" - } - ], - "isStatic": false, - "name": "CompileToMethod", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "LambdaExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeMemberMethod", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeEntryPointMethod", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanReduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Initializers", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.NewExpression", - "name": "NewExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ListInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ListInitExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Body", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.LabelTarget", - "name": "BreakLabel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.LabelTarget", - "name": "ContinueLabel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "LoopExpression", - "params": [ - { - "name": "breakLabel", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { - "name": "continueLabel", - "typeName": "System.Linq.Expressions.LabelTarget" - }, - { "name": "body", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "LoopExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.MemberBinding", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "MemberAssignment", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberAssignment", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.MemberBindingType", - "name": "BindingType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.MemberInfo", - "name": "Member", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberBinding", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Linq.Expressions.MemberBindingType", - "name": "Assignment", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.MemberBindingType", - "name": "ListBinding", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.MemberBindingType", - "name": "MemberBinding", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Linq.Expressions.MemberBindingType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberBindingType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.MemberInfo", - "name": "Member", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "MemberExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "EventName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "eventName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeEventReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IEnumerator", - "IDisposable", - "IDictionaryEnumerator", - "IEnumerator" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.KeyValuePair", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "TKey[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeExpressionCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeExpressionCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.CodeDom.CodeExpression[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeExpressionCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Expression", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeExpressionStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Bindings", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "CanReduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.NewExpression", - "name": "NewExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemberInitExpression", - "params": [ - { - "name": "newExpression", - "typeName": "System.Linq.Expressions.NewExpression" - }, - { - "name": "bindings", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberInitExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "FieldName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeFieldReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.MemberBinding", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Initializers", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "MemberListBinding", - "params": [ - { - "name": "initializers", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberListBinding", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Label", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "label", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeGotoStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.MemberBinding", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Bindings", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "MemberMemberBinding", - "params": [ - { - "name": "bindings", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemberMemberBinding", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "Indices", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "indices", "typeName": "System.CodeDom.CodeExpression[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeIndexerExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "TKey", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": ["IArgumentProvider"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Arguments", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "Method", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Object", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "MethodCallExpression", - "params": [ - { - "name": "object", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MethodCallExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeStatement", - "name": "IncrementStatement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatement", - "name": "InitStatement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "Statements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TestExpression", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "initStatement", - "typeName": "System.CodeDom.CodeStatement" - }, - { - "name": "testExpression", - "typeName": "System.CodeDom.CodeExpression" - }, - { - "name": "incrementStatement", - "typeName": "System.CodeDom.CodeStatement" - }, - { - "name": "statements", - "typeName": "System.CodeDom.CodeStatement[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeIterationStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "TValue[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Expressions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "NewArrayExpression", - "params": [ - { - "name": "expressions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "NewArrayExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": ["IArgumentProvider"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Arguments", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.ConstructorInfo", - "name": "Constructor", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Members", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "NewExpression", - "params": [ - { - "name": "arguments", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "NewExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsByRef", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "ParameterExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Variables", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "RuntimeVariablesExpression", - "params": [ - { - "name": "variables", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "RuntimeVariablesExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Label", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatement", - "name": "Statement", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "label", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "label", "typeName": "string" }, - { "name": "statement", "typeName": "System.CodeDom.CodeStatement" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeLabeledStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "TValue", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "lineNumber", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeLinePragma", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeMember", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReferenceCollection", - "name": "ImplementationTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "PrivateImplementationType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMemberEvent", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEqualityComparer", "IEqualityComparer"], - "fields": [ - { - "typeName": "System.Collections.Generic.EqualityComparer", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "T" }, - { "name": "y", "typeName": "T" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "T" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EqualityComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeMember", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "InitExpression", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMemberField", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Body", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "TestValues", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SwitchCase", - "params": [ - { - "name": "testValues", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "body", "typeName": "System.Linq.Expressions.Expression" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SwitchCase", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeMember", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReferenceCollection", - "name": "ImplementationTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection", - "name": "Parameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "PrivateImplementationType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "ReturnType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", - "name": "ReturnTypeCustomAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "Statements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeParameterCollection", - "name": "TypeParameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateImplementationTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateParameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateStatements", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateImplementationTypes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateImplementationTypes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateParameters", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateParameters", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateStatements", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateStatements", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMemberMethod", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "T" }, - { "name": "y", "typeName": "T" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Cases", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "Comparison", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "DefaultBody", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "SwitchValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "SwitchExpression", - "params": [ - { - "name": "switchValue", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "cases", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "defaultBody", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SwitchExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeMember", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "GetStatements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasGet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReferenceCollection", - "name": "ImplementationTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection", - "name": "Parameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "PrivateImplementationType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "SetStatements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMemberProperty", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "DocumentType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid", - "name": "Language", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid", - "name": "LanguageVendor", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "SymbolDocumentInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDictionary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeMethodReferenceExpression", - "name": "Method", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "Parameters", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "methodName", "typeName": "string" }, - { - "name": "parameters", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "method", - "typeName": "System.CodeDom.CodeMethodReferenceExpression" - }, - { - "name": "parameters", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMethodInvokeExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Body", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Fault", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Finally", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Handlers", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "TryExpression", - "params": [ - { - "name": "body", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "handlers", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "finally", - "typeName": "System.Linq.Expressions.Expression" - }, - { - "name": "fault", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "TryExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumerable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReferenceCollection", - "name": "TypeArguments", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "methodName", "typeName": "string" }, - { - "name": "typeParameters", - "typeName": "System.CodeDom.CodeTypeReference[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMethodReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "TypeOperand", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "TypeBinaryExpression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "TypeBinaryExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Linq.Expressions", - "baseClass": "System.Linq.Expressions.Expression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanReduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsLifted", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsLiftedToNull", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "Method", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.ExpressionType", - "name": "NodeType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Operand", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Expression", - "params": [], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "UnaryExpression", - "params": [ - { - "name": "operand", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "UnaryExpression", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "T" }, - { "name": "y", "typeName": "T" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "T" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEqualityComparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "T", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "item", "typeName": "T" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IReadOnlyCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IReadOnlyCollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IReadOnlyDictionary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IReadOnlyCollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "T", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IReadOnlyList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Expression", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeMethodReturnStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "TKey", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TValue", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyValuePair", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": true, - "name": "Empty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Range", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "element", "typeName": "TResult" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Repeat", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "func", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TAccumulate", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "func", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "func", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "All", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Any", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Any", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "element", "typeName": "TSource" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "AsEnumerable", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Concat", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "TSource" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "TSource" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DefaultIfEmpty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "defaultValue", "typeName": "TSource" }], - "isStatic": false, - "name": "DefaultIfEmpty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Distinct", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Distinct", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAtOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAt", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "FirstOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "FirstOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "First", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "First", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "LastOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "LastOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "LongCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "LongCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "OfType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "OrderByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "OrderByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "OrderBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "OrderBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "element", "typeName": "TSource" }], - "isStatic": false, - "name": "Prepend", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "selector", - "typeName": "System.Func>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "selector", - "typeName": "System.Func>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "collectionSelector", - "typeName": "System.Func>" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "collectionSelector", - "typeName": "System.Func>" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "selector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "SingleOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "SingleOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Single", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Single", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "SkipWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "SkipWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "TakeWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "TakeWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Take", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ThenByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "ThenByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ThenBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "ThenBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "ToList", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Zip", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Enumerable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ReadOnlyCollection", - "params": [], - "isStatic": false, - "name": "AsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "item", "typeName": "T" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "T" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "BinarySearch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "List", - "params": [ - { "name": "converter", "typeName": "System.Converter" } - ], - "isStatic": false, - "name": "ConvertAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "T[]" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "List", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "FindAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": false, - "name": "FindIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": false, - "name": "FindIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "FindIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "FindLast", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": false, - "name": "FindLastIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "match", "typeName": "System.Predicate" } - ], - "isStatic": false, - "name": "FindLastIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "FindLastIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "action", "typeName": "System.Action" }], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "List", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "item", "typeName": "T" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "InsertRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "T" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "RemoveAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "comparison", "typeName": "System.Comparison" } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimExcess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "TrueForAll", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "List", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeCommentStatementCollection", - "name": "Comments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeNamespaceImportCollection", - "name": "Imports", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeDeclarationCollection", - "name": "Types", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateComments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateImports", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateTypes", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateComments", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateComments", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateImports", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateImports", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateTypes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateTypes", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeNamespace", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "EnumerableExecutor", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeNamespace", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeNamespaceCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeNamespace[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeNamespaceCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeNamespace[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.CodeDom.CodeNamespace[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeNamespaceCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeLinePragma", - "name": "LinePragma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nameSpace", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeNamespaceImport", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "System.Linq.EnumerableExecutor", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EnumerableExecutor", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeNamespaceImport", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeNamespaceImport" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeNamespaceImport[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeNamespaceImportCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "EnumerableQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.IDictionary", - "name": "UserData", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeObject", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IReadOnlyCollection", - "ISet", - "ICollection", - "IEnumerable", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEqualityComparer", - "name": "Comparer", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "T[]" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEqualityComparer", - "params": [], - "isStatic": true, - "name": "CreateSetComparer", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "ExceptWith", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IntersectWith", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsProperSubsetOf", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsProperSupersetOf", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsSupersetOf", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Overlaps", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "RemoveWhere", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetEquals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SymmetricExceptWith", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimExcess", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "UnionWith", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "HashSet", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "CreateType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpressionCollection", - "name": "Parameters", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "createType", - "typeName": "System.CodeDom.CodeTypeReference" - }, - { - "name": "parameters", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "string" }, - { - "name": "parameters", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "createType", "typeName": "System.Type" }, - { - "name": "parameters", - "typeName": "System.CodeDom.CodeExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeObjectCreateExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "System.Linq.EnumerableQuery", - "attribute": "", - "interfaces": [ - "IOrderedQueryable", - "IOrderedQueryable", - "IQueryable", - "IEnumerable", - "IQueryable", - "IEnumerable", - "IQueryProvider" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "enumerable", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EnumerableQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", - "name": "CustomAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.FieldDirection", - "name": "Direction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeParameterDeclarationExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "TKey", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "IGrouping", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeParameterDeclarationExpression", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeParameterDeclarationExpression" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeParameterDeclarationExpressionCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "this[]", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ILookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodePrimitiveExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "IOrderedEnumerable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - }, - { "name": "descending", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateOrderedEnumerable", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IOrderedEnumerable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "TargetObject", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodePropertyReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodePropertySetValueReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IQueryable", "IEnumerable"], - "fields": [], - "methods": [], - "name": "IOrderedQueryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeDirective", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeRegionMode", - "name": "RegionMode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RegionText", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "regionMode", - "typeName": "System.CodeDom.CodeRegionMode" - }, - { "name": "regionText", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeRegionDirective", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": [ - "IOrderedQueryable", - "IQueryable", - "IEnumerable", - "IQueryable", - "IEnumerable" - ], - "fields": [], - "methods": [], - "name": "IOrderedQueryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeRegionMode", - "name": "End", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeRegionMode", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeRegionMode", - "name": "Start", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.CodeDom.CodeRegionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeRegionMode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "System.Type", - "name": "ElementType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.Expressions.Expression", - "name": "Expression", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.IQueryProvider", - "name": "Provider", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "IQueryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeEventReferenceExpression", - "name": "Event", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeExpression", - "name": "Listener", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventRef", - "typeName": "System.CodeDom.CodeEventReferenceExpression" - }, - { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetObject", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "eventName", "typeName": "string" }, - { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeRemoveEventStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "ExceptWith", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IntersectWith", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsProperSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsProperSupersetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsSupersetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Overlaps", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetEquals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SymmetricExceptWith", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "UnionWith", - "comment": "", - "location": "System.dll" - } - ], - "name": "ISet", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IQueryable", "IEnumerable"], - "fields": [], - "methods": [], - "name": "IQueryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeCompileUnit", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeLinePragma", - "name": "LinePragma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeSnippetCompileUnit", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.LinkedList", - "name": "List", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.LinkedListNode", - "name": "Next", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.LinkedListNode", - "name": "Previous", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "T", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "LinkedListNode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.LinkedListNode", - "name": "First", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.LinkedListNode", - "name": "Last", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - }, - { - "name": "newNode", - "typeName": "System.Collections.Generic.LinkedListNode" - } - ], - "isStatic": false, - "name": "AddAfter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedListNode", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - }, - { "name": "value", "typeName": "T" } - ], - "isStatic": false, - "name": "AddAfter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - }, - { - "name": "newNode", - "typeName": "System.Collections.Generic.LinkedListNode" - } - ], - "isStatic": false, - "name": "AddBefore", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedListNode", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - }, - { "name": "value", "typeName": "T" } - ], - "isStatic": false, - "name": "AddBefore", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - } - ], - "isStatic": false, - "name": "AddFirst", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedListNode", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "AddFirst", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - } - ], - "isStatic": false, - "name": "AddLast", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedListNode", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "AddLast", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedListNode", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedListNode", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "FindLast", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "node", - "typeName": "System.Collections.Generic.LinkedListNode" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveFirst", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveLast", - "comment": "", - "location": "System.dll" - } - ], - "name": "LinkedList", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IEnumerator", - "IEnumerator", - "IDisposable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Dequeue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Enqueue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Peek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimExcess", - "comment": "", - "location": "System.dll" - } - ], - "name": "Queue", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeSnippetExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeSnippetStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeMember", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeSnippetTypeMember", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeDirectiveCollection", - "name": "EndDirectives", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeLinePragma", - "name": "LinePragma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeDirectiveCollection", - "name": "StartDirectives", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeStatement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeStatementCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeStatement[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeStatement" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeStatementCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeStatement[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeStatement" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.CodeDom.CodeStatement[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeStatement" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeStatement" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeStatement" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeStatementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeThisReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IReadOnlyDictionary", - "IReadOnlyCollection", - "IEnumerable", - "IDictionary", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IComparer", - "name": "Comparer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.SortedDictionary.KeyCollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.SortedDictionary.ValueCollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "TValue" }], - "isStatic": false, - "name": "ContainsValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Collections.Generic.KeyValuePair[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "SortedDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "CreateQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "CreateQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Execute", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - } - ], - "isStatic": false, - "name": "Execute", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IQueryProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeExpression", - "name": "ToThrow", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "toThrow", "typeName": "System.CodeDom.CodeExpression" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeThrowExceptionStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": ["ILookup", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "this[]", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "ApplyResultSelector", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Lookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeStatement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeCatchClauseCollection", - "name": "CatchClauses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "FinallyStatements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeStatementCollection", - "name": "TryStatements", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "tryStatements", - "typeName": "System.CodeDom.CodeStatement[]" - }, - { - "name": "catchClauses", - "typeName": "System.CodeDom.CodeCatchClause[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "tryStatements", - "typeName": "System.CodeDom.CodeStatement[]" - }, - { - "name": "catchClauses", - "typeName": "System.CodeDom.CodeCatchClause[]" - }, - { - "name": "finallyStatements", - "typeName": "System.CodeDom.CodeStatement[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTryCatchFinallyStatement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "System.Linq.ParallelQuery", - "attribute": "", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "OrderedParallelQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeMemberMethod", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeConstructor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": true, - "name": "Empty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Range", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "element", "typeName": "TResult" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Repeat", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "func", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TAccumulate", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "func", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "seedFactory", "typeName": "System.Func" }, - { - "name": "updateAccumulatorFunc", - "typeName": "System.Func" - }, - { - "name": "combineAccumulatorsFunc", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "updateAccumulatorFunc", - "typeName": "System.Func" - }, - { - "name": "combineAccumulatorsFunc", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "func", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "All", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Any", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Any", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "AsEnumerable", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "AsOrdered", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "AsOrdered", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "AsParallel", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "AsParallel", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "AsParallel", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "AsSequential", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "AsUnordered", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Concat", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - } - ], - "isStatic": false, - "name": "Concat", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "TSource" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "TSource" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "DefaultIfEmpty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [{ "name": "defaultValue", "typeName": "TSource" }], - "isStatic": false, - "name": "DefaultIfEmpty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "Distinct", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Distinct", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAtOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAt", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "FirstOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "FirstOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "First", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "First", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ForAll", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func, TResult>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "inner", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "outerKeySelector", - "typeName": "System.Func" - }, - { - "name": "innerKeySelector", - "typeName": "System.Func" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "LastOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "LastOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "LongCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "LongCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "OfType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "OrderByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "OrderByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "OrderBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "OrderBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "selector", - "typeName": "System.Func>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "selector", - "typeName": "System.Func>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "collectionSelector", - "typeName": "System.Func>" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "collectionSelector", - "typeName": "System.Func>" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "selector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "SingleOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "SingleOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Single", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Single", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "SkipWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "SkipWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "selector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "TakeWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "TakeWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Take", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ThenByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "ThenByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ThenBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "OrderedParallelQuery", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "ThenBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToDictionary", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "ToList", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ILookup", - "params": [ - { "name": "keySelector", "typeName": "System.Func" }, - { - "name": "elementSelector", - "typeName": "System.Func" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "ToLookup", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { "name": "predicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "predicate", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WithCancellation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [{ "name": "degreeOfParallelism", "typeName": "int" }], - "isStatic": false, - "name": "WithDegreeOfParallelism", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "executionMode", - "typeName": "System.Linq.ParallelExecutionMode" - } - ], - "isStatic": false, - "name": "WithExecutionMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "mergeOptions", - "typeName": "System.Linq.ParallelMergeOptions" - } - ], - "isStatic": false, - "name": "WithMergeOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Zip", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ParallelQuery", - "params": [ - { - "name": "second", - "typeName": "System.Linq.ParallelQuery" - }, - { - "name": "resultSelector", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "Zip", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ParallelEnumerable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeMember", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReferenceCollection", - "name": "BaseTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsClass", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsEnum", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsInterface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsPartial", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsStruct", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeMemberCollection", - "name": "Members", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "TypeAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeParameterCollection", - "name": "TypeParameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateBaseTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "PopulateMembers", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateBaseTypes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateBaseTypes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_PopulateMembers", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_PopulateMembers", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeDeclaration", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeDeclaration", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclarationCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclarationCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.CodeTypeDeclaration[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeDeclaration" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeDeclarationCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeTypeDeclaration", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection", - "name": "Parameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "ReturnType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeDelegate", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Linq.ParallelExecutionMode", - "name": "Default", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.ParallelExecutionMode", - "name": "ForceParallelism", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Linq.ParallelExecutionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ParallelExecutionMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeCommentStatementCollection", - "name": "Comments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", - "name": "CustomAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeDirectiveCollection", - "name": "EndDirectives", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeLinePragma", - "name": "LinePragma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeDirectiveCollection", - "name": "StartDirectives", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeMember", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeMember", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeMemberCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeMemberCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.CodeDom.CodeTypeMember[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeMemberCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Linq.ParallelMergeOptions", - "name": "AutoBuffered", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.ParallelMergeOptions", - "name": "Default", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.ParallelMergeOptions", - "name": "FullyBuffered", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Linq.ParallelMergeOptions", - "name": "NotBuffered", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Linq.ParallelMergeOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ParallelMergeOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReference", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeOfExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable"], - "fields": [], - "methods": [], - "name": "ParallelQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IEnumerator", - "IDisposable", - "IDictionaryEnumerator", - "IEnumerator" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.KeyValuePair", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeReferenceCollection", - "name": "Constraints", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", - "name": "CustomAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasConstructorConstraint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeParameter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "System.Linq.ParallelQuery", - "attribute": "", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ParallelQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.SortedDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "TKey[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "KeyCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TSource", - "params": [ - { - "name": "func", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TAccumulate", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "func", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { "name": "seed", "typeName": "TAccumulate" }, - { - "name": "func", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Aggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "All", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Any", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Any", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "AsQueryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "AsQueryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Average", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Concat", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "TSource" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "TSource" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "DefaultIfEmpty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [{ "name": "defaultValue", "typeName": "TSource" }], - "isStatic": false, - "name": "DefaultIfEmpty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "Distinct", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Distinct", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAtOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAt", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Except", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "FirstOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "FirstOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "First", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "First", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "elementSelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "elementSelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression, TResult>>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression, TResult>>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "elementSelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression, TResult>>" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "elementSelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression, TResult>>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "innerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression, TResult>>" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "innerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression, TResult>>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "GroupJoin", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "innerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "inner", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "outerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "innerKeySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "LastOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "LastOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "LongCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "LongCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Max", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TResult", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Min", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "OfType", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "OrderByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "OrderByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "OrderBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "OrderBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "collectionSelector", - "typeName": "System.Linq.Expressions.Expression>>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "collectionSelector", - "typeName": "System.Linq.Expressions.Expression>>" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "SelectMany", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "SequenceEqual", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "SingleOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "SingleOrDefault", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [], - "isStatic": false, - "name": "Single", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "TSource", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Single", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "SkipWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "SkipWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "selector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Sum", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "TakeWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "TakeWhile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Take", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "ThenByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "ThenByDescending", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "ThenBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IOrderedQueryable", - "params": [ - { - "name": "keySelector", - "typeName": "System.Linq.Expressions.Expression>" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": "ThenBy", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "predicate", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IQueryable", - "params": [ - { - "name": "source2", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "resultSelector", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": false, - "name": "Zip", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Queryable", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.CodeDom.CodeTypeParameter", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeParameterCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeParameter[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeParameterCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.CodeTypeParameter[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.CodeTypeParameter[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeTypeParameterCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "TKey", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.SortedDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "TValue[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "ValueCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.CodeDom.CodeExpression", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "VariableName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "variableName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeVariableReferenceExpression", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.CodeDom.FieldDirection", - "name": "In", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.FieldDirection", - "name": "Out", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.FieldDirection", - "name": "Ref", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.CodeDom.FieldDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "FieldDirection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Abstract", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "AccessMask", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Assembly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Const", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Family", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "FamilyAndAssembly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "FamilyOrAssembly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Final", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "New", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Overloaded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Override", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Private", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Public", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "ScopeMask", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "Static", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.MemberAttributes", - "name": "VTableMask", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.CodeDom.MemberAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "MemberAttributes", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "TValue", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IReadOnlyDictionary", - "IReadOnlyCollection", - "IEnumerable", - "IDictionary", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IComparer", - "name": "Comparer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "TValue" }], - "isStatic": false, - "name": "ContainsValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "IndexOfKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "TValue" }], - "isStatic": false, - "name": "IndexOfValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimExcess", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "SortedList", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Windows.Input", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.EventHandler", - "name": "CanExecuteChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_CanExecuteChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_CanExecuteChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "parameter", "typeName": "object" }], - "isStatic": false, - "name": "CanExecute", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameter", "typeName": "object" }], - "isStatic": false, - "name": "Execute", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICommand", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IReadOnlyCollection", - "ISet", - "ICollection", - "IEnumerable", - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IComparer", - "name": "Comparer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "T", - "name": "Max", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "T", - "name": "Min", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "T[]" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEqualityComparer", - "params": [], - "isStatic": true, - "name": "CreateSetComparer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEqualityComparer", - "params": [ - { - "name": "memberEqualityComparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": true, - "name": "CreateSetComparer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "ExceptWith", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SortedSet", - "params": [ - { "name": "lowerValue", "typeName": "T" }, - { "name": "upperValue", "typeName": "T" } - ], - "isStatic": false, - "name": "GetViewBetween", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IntersectWith", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsProperSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsProperSupersetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "IsSupersetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Overlaps", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "match", "typeName": "System.Predicate" }], - "isStatic": false, - "name": "RemoveWhere", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetEquals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SymmetricExceptWith", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "UnionWith", - "comment": "", - "location": "System.dll" - } - ], - "name": "SortedSet", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [ - "IEnumerator", - "IEnumerator", - "IDisposable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Peek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TrimExcess", - "comment": "", - "location": "System.dll" - } - ], - "name": "Stack", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Web", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "Level", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "level", - "typeName": "System.Web.AspNetHostingPermissionLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "AspNetHostingPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Web", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "Level", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "AspNetHostingPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Windows.Markup", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "ValueSerializerType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ValueSerializerTypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "valueSerializerTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "valueSerializerType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ValueSerializerAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Web", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "High", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "Low", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "Medium", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "Minimal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Web.AspNetHostingPermissionLevel", - "name": "Unrestricted", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Web.AspNetHostingPermissionLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AspNetHostingPermissionLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Generic", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "T", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - } - ], - "name": "Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "", - "baseClass": "NodeCanvas.Framework.ActionTask", - "attribute": "", - "interfaces": [ - "ISerializationCollectable", - "ISerializationCallbackReceiver" - ], - "fields": [ - { - "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", - "name": "Variable", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#20" - }, - { - "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", - "name": "Flag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#22" - }, - { - "typeName": "NodeCanvas.Framework.BBParameter", - "name": "Clear", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#23" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#11" - } - ], - "name": "SetEnumFlag", - "comment": "", - "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#11" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.IList" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "item", "typeName": "T" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Collection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEqualityComparer", - "name": "Comparer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TItem", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyedCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.Generic.IList" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReadOnlyCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IReadOnlyDictionary", - "IReadOnlyCollection", - "IEnumerable", - "IDictionary", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TValue", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyDictionary.ValueCollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "dictionary", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReadOnlyDictionary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "INullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "TKey[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IReadOnlyCollection", - "IEnumerable", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "TValue[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ValueCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.Common.CatalogLocation", - "name": "End", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.CatalogLocation", - "name": "Start", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.Common.CatalogLocation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "CatalogLocation", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable", - "INotifyCollectionChanged", - "INotifyPropertyChanged" - ], - "fields": [ - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler", - "name": "CollectionChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "list", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oldIndex", "typeName": "int" }, - { "name": "newIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "Move", - "comment": "", - "location": "System.dll" - } - ], - "name": "ObservableCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypeException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlAlreadyFilledException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlBinary", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte[]", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [{ "name": "x", "typeName": "byte[]" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [], - "isStatic": false, - "name": "ToSqlGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlBoolean", - "name": "False", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlBoolean", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlBoolean", - "name": "One", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlBoolean", - "name": "True", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlBoolean", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "ByteValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFalse", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsTrue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "And", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "GreaterThanOrEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "LessThanOrEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_ExclusiveOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_False", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [{ "name": "x", "typeName": "bool" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_LogicalNot", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_True", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "Or", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "Xor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlByte", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlByte", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlByte", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlByte", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Mod", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_ExclusiveOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [{ "name": "x", "typeName": "byte" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "Xor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "IDataAdapter"], - "fields": [ - { - "typeName": "bool", - "name": "AcceptChangesDuringFill", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "AcceptChangesDuringUpdate", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ContinueUpdateOnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.LoadOption", - "name": "FillLoadOption", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingMappingAction", - "name": "MissingMappingAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingSchemaAction", - "name": "MissingSchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ReturnProviderSpecificTypes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataTableMappingCollection", - "name": "TableMappings", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.FillErrorEventHandler", - "name": "FillError", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Data.FillErrorEventHandler" } - ], - "isStatic": false, - "name": "add_FillError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Data.FillErrorEventHandler" } - ], - "isStatic": false, - "name": "remove_FillError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "schemaType", "typeName": "System.Data.SchemaType" } - ], - "isStatic": false, - "name": "FillSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFillParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetFillLoadOption", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldSerializeAcceptChangesDuringFill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldSerializeFillLoadOption", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "object", - "attribute": "", - "interfaces": ["INullable", "ISerializable", "IXmlSerializable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Buffer", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "MaxLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlBytes", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.StorageState", - "name": "Storage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "Stream", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte[]", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBytes", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlBytes" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offsetInBuffer", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [], - "isStatic": false, - "name": "ToSqlBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offsetInBuffer", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "object", - "attribute": "", - "interfaces": ["INullable", "ISerializable", "IXmlSerializable"], - "fields": [ - { - "typeName": "char[]", - "name": "Buffer", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "char", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "MaxLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlChars", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.StorageState", - "name": "Storage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "char[]", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlChars" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlChars", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "offsetInBuffer", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "offsetInBuffer", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IColumnMapping", "ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "DataSetColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "dataSetColumn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { "name": "dataType", "typeName": "System.Type" }, - { - "name": "schemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "GetDataColumnBySchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "dataSetColumn", "typeName": "string" }, - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { "name": "dataType", "typeName": "System.Type" }, - { - "name": "schemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": true, - "name": "GetDataColumnBySchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataColumnMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "BinarySort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "BinarySort2", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "IgnoreCase", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "IgnoreKanaType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "IgnoreNonSpace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "IgnoreWidth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "None", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlTypes.SqlCompareOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlCompareOptions", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.ObjectModel", - "baseClass": "System.Collections.ObjectModel.ReadOnlyCollection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable", - "INotifyCollectionChanged", - "INotifyPropertyChanged" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Collections.ObjectModel.ObservableCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ReadOnlyObservableCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [ - "IColumnMappingCollection", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataColumnMapping", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataColumnMapping", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumnMapping", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "dataSetColumn", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "System.Array" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "values", - "typeName": "System.Data.Common.DataColumnMapping[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Data.Common.DataColumnMapping[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumnMapping", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "GetByDataSetColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumnMapping", - "params": [ - { - "name": "columnMappings", - "typeName": "System.Data.Common.DataColumnMappingCollection" - }, - { "name": "sourceColumn", "typeName": "string" }, - { - "name": "mappingAction", - "typeName": "System.Data.MissingMappingAction" - } - ], - "isStatic": true, - "name": "GetColumnMappingBySchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [ - { - "name": "columnMappings", - "typeName": "System.Data.Common.DataColumnMappingCollection" - }, - { "name": "sourceColumn", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Type" }, - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { - "name": "mappingAction", - "typeName": "System.Data.MissingMappingAction" - }, - { - "name": "schemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": true, - "name": "GetDataColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sourceColumn", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSetColumn", "typeName": "string" }], - "isStatic": false, - "name": "IndexOfDataSetColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Data.Common.DataColumnMapping" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Common.DataColumnMapping" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sourceColumn", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataColumnMappingCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlDateTime", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDateTime", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDateTime", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "SQLTicksPerHour", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "SQLTicksPerMinute", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "SQLTicksPerSecond", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "DayTicks", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "TimeTicks", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dayTicks", "typeName": "int" }, - { "name": "timeTicks", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "bilisecond", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "t", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "t", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "t", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, - { "name": "t", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["ITableMapping", "ICloneable"], - "fields": [ - { - "typeName": "System.Data.Common.DataColumnMappingCollection", - "name": "ColumnMappings", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSetTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceTable", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceTable", "typeName": "string" }, - { "name": "dataSetTable", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceTable", "typeName": "string" }, - { "name": "dataSetTable", "typeName": "string" }, - { - "name": "columnMappings", - "typeName": "System.Data.Common.DataColumnMapping[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumnMapping", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { - "name": "mappingAction", - "typeName": "System.Data.MissingMappingAction" - } - ], - "isStatic": false, - "name": "GetColumnMappingBySchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Type" }, - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { - "name": "mappingAction", - "typeName": "System.Data.MissingMappingAction" - }, - { - "name": "schemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "GetDataColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { - "name": "schemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "GetDataTableBySchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [ - "ITableMappingCollection", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataTableMapping", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataTableMapping", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTableMapping", - "params": [ - { "name": "sourceTable", "typeName": "string" }, - { "name": "dataSetTable", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "System.Array" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "values", - "typeName": "System.Data.Common.DataTableMapping[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Data.Common.DataTableMapping[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTableMapping", - "params": [{ "name": "dataSetTable", "typeName": "string" }], - "isStatic": false, - "name": "GetByDataSetTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTableMapping", - "params": [ - { - "name": "tableMappings", - "typeName": "System.Data.Common.DataTableMappingCollection" - }, - { "name": "sourceTable", "typeName": "string" }, - { "name": "dataSetTable", "typeName": "string" }, - { - "name": "mappingAction", - "typeName": "System.Data.MissingMappingAction" - } - ], - "isStatic": true, - "name": "GetTableMappingBySchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sourceTable", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSetTable", "typeName": "string" }], - "isStatic": false, - "name": "IndexOfDataSetTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sourceTable", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableMappingCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool?", - "name": "AllowDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseCatalogName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseColumnName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseSchemaName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseServerName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseTableName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int?", - "name": "ColumnOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int?", - "name": "ColumnSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Type", - "name": "DataType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsAliased", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsAutoIncrement", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsExpression", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsHidden", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsIdentity", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsLong", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool?", - "name": "IsUnique", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int?", - "name": "NumericPrecision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int?", - "name": "NumericScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "UdtAssemblyQualifiedName", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "DbColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDbCommand", "IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "CommandText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "CommandTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "CommandType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "DesignTimeVisible", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbParameterCollection", - "name": "Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbTransaction", - "name": "Transaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "UpdatedRowSource", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ExecuteNonQueryAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteNonQueryAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataReader", - "params": [], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataReader", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ExecuteScalar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ExecuteScalarAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteScalarAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Prepare", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.Common.CatalogLocation", - "name": "CatalogLocation", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CatalogSeparator", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConflictOption", - "name": "ConflictOption", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbDataAdapter", - "name": "DataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "QuotePrefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "QuoteSuffix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SchemaSeparator", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "SetAllValues", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "QuoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RefreshSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "quotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "UnquoteIdentifier", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDbConnection", "IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectionTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Database", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ServerVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "State", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StateChangeEventHandler", - "name": "StateChange", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.StateChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_StateChange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.StateChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_StateChange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbTransaction", - "params": [], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbTransaction", - "params": [ - { - "name": "isolationLevel", - "typeName": "System.Data.IsolationLevel" - } - ], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "databaseName", "typeName": "string" }], - "isStatic": false, - "name": "ChangeDatabase", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.Transactions.Transaction" - } - ], - "isStatic": false, - "name": "EnlistTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [{ "name": "collectionName", "typeName": "string" }], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "collectionName", "typeName": "string" }, - { "name": "restrictionValues", "typeName": "string[]" } - ], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "OpenAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "OpenAsync", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICustomTypeDescriptor" - ], - "fields": [ - { - "typeName": "bool", - "name": "BrowsableConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "useOdbcRules", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "builder", "typeName": "System.Text.StringBuilder" }, - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": true, - "name": "AppendKeyValuePair", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "builder", "typeName": "System.Text.StringBuilder" }, - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "useOdbcRules", "typeName": "bool" } - ], - "isStatic": true, - "name": "AppendKeyValuePair", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "connectionStringBuilder", - "typeName": "System.Data.Common.DbConnectionStringBuilder" - } - ], - "isStatic": false, - "name": "EquivalentTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "ShouldSerialize", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Data.Common.DataAdapter", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IDbDataAdapter", - "IDataAdapter", - "ICloneable" - ], - "fields": [ - { - "typeName": "string", - "name": "DefaultSourceTableName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbCommand", - "name": "DeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbCommand", - "name": "InsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbCommand", - "name": "SelectCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "UpdateBatchSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbCommand", - "name": "UpdateCommand", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "startRecord", "typeName": "int" }, - { "name": "maxRecords", "typeName": "int" }, - { "name": "srcTable", "typeName": "string" } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "srcTable", "typeName": "string" } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "startRecord", "typeName": "int" }, - { "name": "maxRecords", "typeName": "int" }, - { "name": "dataTables", "typeName": "System.Data.DataTable[]" } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "schemaType", "typeName": "System.Data.SchemaType" } - ], - "isStatic": false, - "name": "FillSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "schemaType", "typeName": "System.Data.SchemaType" }, - { "name": "srcTable", "typeName": "string" } - ], - "isStatic": false, - "name": "FillSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { "name": "schemaType", "typeName": "System.Data.SchemaType" } - ], - "isStatic": false, - "name": "FillSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFillParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataRows", "typeName": "System.Data.DataRow[]" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "srcTable", "typeName": "string" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "bool", - "name": "AllowBlankPassword", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { "name": "restrictions", "typeName": "string" }, - { - "name": "behavior", - "typeName": "System.Data.KeyRestrictionBehavior" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DBDataPermission", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "AllowBlankPassword", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.KeyRestrictionBehavior", - "name": "KeyRestrictionBehavior", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "KeyRestrictions", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldSerializeConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldSerializeKeyRestrictions", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DBDataPermissionAttribute", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [ - "IEnumerable", - "IDataReader", - "IDataRecord", - "IDisposable" - ], - "fields": [ - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "VisibleFieldCount", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { "name": "dataOffset", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferOffset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { "name": "dataOffset", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferOffset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataReader", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldValueAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetFieldValueAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetProviderSpecificFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetProviderSpecificValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetProviderSpecificValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetStream", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "TextReader", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetTextReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNullAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "IsDBNullAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "NextResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "NextResultAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "NextResultAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CanGetColumnSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "ReadOnlyCollection", - "params": [], - "isStatic": false, - "name": "GetColumnSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbDataReaderExtensions", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICustomTypeDescriptor", "IDataRecord"], - "fields": [ - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDataReader", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbDataRecord", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.CodeDom.Compiler.CodeGenerator", - "attribute": "", - "interfaces": ["ICodeGenerator", "ICodeCompiler"], - "fields": [], - "methods": [], - "name": "CodeCompiler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetDataSources", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbDataSourceEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "object", - "name": "Current", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.Common.DbDataReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.Common.DbDataReader" }, - { "name": "closeReader", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { "name": "closeReader", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Runtime.InteropServices.ExternalException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [], - "name": "DbException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "FileExtension", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.LanguageOptions", - "name": "LanguageOptions", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { - "name": "compilationUnits", - "typeName": "System.CodeDom.CodeCompileUnit[]" - } - ], - "isStatic": false, - "name": "CompileAssemblyFromDom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { "name": "fileNames", "typeName": "string[]" } - ], - "isStatic": false, - "name": "CompileAssemblyFromFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { "name": "sources", "typeName": "string[]" } - ], - "isStatic": false, - "name": "CompileAssemblyFromSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICodeCompiler", - "params": [], - "isStatic": false, - "name": "CreateCompiler", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "CreateEscapedIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICodeGenerator", - "params": [], - "isStatic": false, - "name": "CreateGenerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICodeGenerator", - "params": [{ "name": "output", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "CreateGenerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICodeGenerator", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "CreateGenerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ICodeParser", - "params": [], - "isStatic": false, - "name": "CreateParser", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CodeDomProvider", - "params": [{ "name": "language", "typeName": "string" }], - "isStatic": true, - "name": "CreateProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CodeDomProvider", - "params": [ - { "name": "language", "typeName": "string" }, - { - "name": "providerOptions", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "CreateProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "CreateValidIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromCompileUnit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "expression", - "typeName": "System.CodeDom.CodeExpression" - }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromExpression", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "member", "typeName": "System.CodeDom.CodeTypeMember" }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromMember", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromNamespace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "statement", "typeName": "System.CodeDom.CodeStatement" }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromStatement", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeType", - "typeName": "System.CodeDom.CodeTypeDeclaration" - }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetAllCompilerInfo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerInfo", - "params": [{ "name": "language", "typeName": "string" }], - "isStatic": true, - "name": "GetCompilerInfo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TypeConverter", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetConverter", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "extension", "typeName": "string" }], - "isStatic": true, - "name": "GetLanguageFromExtension", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } - ], - "isStatic": false, - "name": "GetTypeOutput", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "extension", "typeName": "string" }], - "isStatic": true, - "name": "IsDefinedExtension", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "language", "typeName": "string" }], - "isStatic": true, - "name": "IsDefinedLanguage", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "IsValidIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CodeCompileUnit", - "params": [ - { "name": "codeStream", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": "Parse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "generatorSupport", - "typeName": "System.CodeDom.Compiler.GeneratorSupport" - } - ], - "isStatic": false, - "name": "Supports", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeDomProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DataSourceInformation", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataTypes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "MetaDataCollections", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ReservedWords", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Restrictions", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "DbMetaDataCollectionNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICodeGenerator"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "member", "typeName": "System.CodeDom.CodeTypeMember" }, - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromMember", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "IsValidLanguageIndependentIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "e", "typeName": "System.CodeDom.CodeObject" }], - "isStatic": true, - "name": "ValidateIdentifiers", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeGenerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "BlankLinesBetweenMembers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "BracingStyle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ElseOnClosing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "IndentString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "VerbatimOrder", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeGeneratorOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICodeParser"], - "fields": [], - "methods": [ - { - "returnTypeName": "CodeCompileUnit", - "params": [ - { "name": "codeStream", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": "Parse", - "comment": "", - "location": "System.dll" - } - ], - "name": "CodeParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CollectionName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CompositeIdentifierSeparatorPattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CreateFormat", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CreateParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSourceProductName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSourceProductVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSourceProductVersionNormalized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "GroupByBehavior", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IdentifierCase", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IdentifierPattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsAutoIncrementable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsBestMatch", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsCaseSensitive", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsConcurrencyType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsFixedLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsFixedPrecisionScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsLiteralSupported", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsLong", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsNullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsSearchable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsSearchableWithLike", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsUnsigned", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "LiteralPrefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "LiteralSuffix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "MaximumScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "MinimumScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NumberOfIdentifierParts", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NumberOfRestrictions", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "OrderByColumnsInSelect", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterMarkerFormat", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterMarkerPattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterNameMaxLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterNamePattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProviderDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "QuotedIdentifierCase", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "QuotedIdentifierPattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ReservedWord", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "StatementSeparatorPattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "StringLiteralPattern", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SupportedJoinOperators", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "DbMetaDataColumnNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDbDataParameter", "IDataParameter"], - "fields": [ - { - "typeName": "System.Data.DbType", - "name": "DbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "Direction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Precision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Scale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "SourceColumnNullMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "SourceVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetDbType", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Column", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ErrorNumber", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ErrorText", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsWarning", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Line", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "line", "typeName": "int" }, - { "name": "column", "typeName": "int" }, - { "name": "errorNumber", "typeName": "string" }, - { "name": "errorText", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompilerError", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [ - "IDataParameterCollection", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DbParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "System.Array" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbParameterCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "bool", - "name": "HasErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasWarnings", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.CompilerError", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerErrorCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerErrorCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.CodeDom.Compiler.CompilerError[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.CodeDom.Compiler.CompilerError" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompilerErrorCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "configContext", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbProviderConfigurationHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "DbProviderFactory", - "params": [ - { - "name": "connection", - "typeName": "System.Data.Common.DbConnection" - } - ], - "isStatic": true, - "name": "GetFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbProviderFactory", - "params": [ - { "name": "providerRow", "typeName": "System.Data.DataRow" } - ], - "isStatic": true, - "name": "GetFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbProviderFactory", - "params": [{ "name": "providerInvariantName", "typeName": "string" }], - "isStatic": true, - "name": "GetFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": true, - "name": "GetFactoryClasses", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbProviderFactories", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "CodeDomProviderType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsCodeDomProviderTypeValid", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "CompilerParameters", - "params": [], - "isStatic": false, - "name": "CreateDefaultCompilerParameters", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CodeDomProvider", - "params": [], - "isStatic": false, - "name": "CreateProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CodeDomProvider", - "params": [ - { - "name": "providerOptions", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": false, - "name": "CreateProvider", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExtensions", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetLanguages", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompilerInfo", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "configContext", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbProviderFactoriesConfigurationHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanCreateDataSourceEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommandBuilder", - "params": [], - "isStatic": false, - "name": "CreateCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnection", - "params": [], - "isStatic": false, - "name": "CreateConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnectionStringBuilder", - "params": [], - "isStatic": false, - "name": "CreateConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataAdapter", - "params": [], - "isStatic": false, - "name": "CreateDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataSourceEnumerator", - "params": [], - "isStatic": false, - "name": "CreateDataSourceEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "CodeAccessPermission", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbProviderFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CompilerOptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CoreAssemblyFileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringCollection", - "name": "EmbeddedResources", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "GenerateExecutable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "GenerateInMemory", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IncludeDebugInformation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringCollection", - "name": "LinkedResources", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MainClass", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "OutputAssembly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringCollection", - "name": "ReferencedAssemblies", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.TempFileCollection", - "name": "TempFiles", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TreatWarningsAsErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "UserToken", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WarningLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Win32Resource", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyNames", "typeName": "string[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assemblyNames", "typeName": "string[]" }, - { "name": "outputName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assemblyNames", "typeName": "string[]" }, - { "name": "outputName", "typeName": "string" }, - { "name": "includeDebugInformation", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompilerParameters", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsProviderSpecificTypeProperty", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "isProviderSpecificTypeProperty", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbProviderSpecificTypePropertyAttribute", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "CompiledAssembly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.CompilerErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NativeCompilerReturnValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringCollection", - "name": "Output", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PathToAssembly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.TempFileCollection", - "name": "TempFiles", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "tempFiles", - "typeName": "System.CodeDom.Compiler.TempFileCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompilerResults", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "cmd", "typeName": "string" }, - { - "name": "tempFiles", - "typeName": "System.CodeDom.Compiler.TempFileCollection" - } - ], - "isStatic": true, - "name": "ExecWait", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "userToken", "typeName": "System.IntPtr" }, - { "name": "cmd", "typeName": "string" }, - { - "name": "tempFiles", - "typeName": "System.CodeDom.Compiler.TempFileCollection" - }, - { "name": "outputName", "typeName": "string" }, - { "name": "errorName", "typeName": "string" } - ], - "isStatic": true, - "name": "ExecWaitWithCapture", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "userToken", "typeName": "System.IntPtr" }, - { "name": "cmd", "typeName": "string" }, - { "name": "currentDir", "typeName": "string" }, - { - "name": "tempFiles", - "typeName": "System.CodeDom.Compiler.TempFileCollection" - }, - { "name": "outputName", "typeName": "string" }, - { "name": "errorName", "typeName": "string" } - ], - "isStatic": true, - "name": "ExecWaitWithCapture", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "cmd", "typeName": "string" }, - { - "name": "tempFiles", - "typeName": "System.CodeDom.Compiler.TempFileCollection" - }, - { "name": "outputName", "typeName": "string" }, - { "name": "errorName", "typeName": "string" } - ], - "isStatic": true, - "name": "ExecWaitWithCapture", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "cmd", "typeName": "string" }, - { "name": "currentDir", "typeName": "string" }, - { - "name": "tempFiles", - "typeName": "System.CodeDom.Compiler.TempFileCollection" - }, - { "name": "outputName", "typeName": "string" }, - { "name": "errorName", "typeName": "string" } - ], - "isStatic": true, - "name": "ExecWaitWithCapture", - "comment": "", - "location": "System.dll" - } - ], - "name": "Executor", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Tool", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "tool", "typeName": "string" }, - { "name": "version", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "GeneratedCodeAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDbTransaction", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.Common.DbConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "IsolationLevel", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "ArraysOfArrays", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "AssemblyAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "ChainedConstructorArguments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "ComplexExpressions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "DeclareDelegates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "DeclareEnums", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "DeclareEvents", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "DeclareIndexerProperties", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "DeclareInterfaces", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "DeclareValueTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "EntryPointMethod", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "GenericTypeDeclaration", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "GenericTypeReference", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "GotoStatements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "MultidimensionalArrays", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "MultipleInterfaceMembers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "NestedTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "ParameterAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "PartialTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "PublicStaticMembers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "ReferenceParameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "Resources", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "ReturnTypeAttributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "StaticConstructors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "TryCatchStatements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.GeneratorSupport", - "name": "Win32Resources", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.CodeDom.Compiler.GeneratorSupport", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "GeneratorSupport", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.Common.GroupByBehavior", - "name": "ExactMatch", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.GroupByBehavior", - "name": "MustContainAll", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.GroupByBehavior", - "name": "NotSupported", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.GroupByBehavior", - "name": "Unknown", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.GroupByBehavior", - "name": "Unrelated", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.Common.GroupByBehavior", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "GroupByBehavior", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ReadOnlyCollection", - "params": [], - "isStatic": false, - "name": "GetColumnSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDbColumnSchemaGenerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.Common.IdentifierCase", - "name": "Insensitive", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.IdentifierCase", - "name": "Sensitive", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.IdentifierCase", - "name": "Unknown", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.Common.IdentifierCase", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IdentifierCase", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.IDbCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Exception", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RowCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementType", - "name": "StatementType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateStatus", - "name": "Status", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataTableMapping", - "name": "TableMapping", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataRow", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "System.Data.DataRow[]" }], - "isStatic": false, - "name": "CopyToRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.DataRow[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyToRows", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "RowUpdatedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.IDbCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Exception", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementType", - "name": "StatementType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateStatus", - "name": "Status", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.DataTableMapping", - "name": "TableMapping", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataRow", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "RowUpdatingEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AllowDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseColumnName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseSchemaName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseTableName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsAliased", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsExpression", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsLong", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsUnique", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NonVersionedProviderType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NumericPrecision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NumericScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProviderType", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "SchemaTableColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AutoIncrementSeed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "AutoIncrementStep", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseCatalogName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseColumnNamespace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseServerName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BaseTableNamespace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DefaultValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Expression", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsAutoIncrement", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsHidden", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IsRowVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProviderSpecificDataType", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "SchemaTableOptionalColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Common", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.Common.SupportedJoinOperators", - "name": "FullOuter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.SupportedJoinOperators", - "name": "Inner", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.SupportedJoinOperators", - "name": "LeftOuter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.SupportedJoinOperators", - "name": "None", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Common.SupportedJoinOperators", - "name": "RightOuter", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.Common.SupportedJoinOperators", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SupportedJoinOperators", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "byte", - "name": "MaxPrecision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "MaxScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDecimal", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDecimal", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDecimal", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte[]", - "name": "BinData", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int[]", - "name": "Data", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsPositive", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Precision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Scale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bPrecision", "typeName": "byte" }, - { "name": "bScale", "typeName": "byte" }, - { "name": "fPositive", "typeName": "bool" }, - { "name": "data1", "typeName": "int" }, - { "name": "data2", "typeName": "int" }, - { "name": "data3", "typeName": "int" }, - { "name": "data4", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bPrecision", "typeName": "byte" }, - { "name": "bScale", "typeName": "byte" }, - { "name": "fPositive", "typeName": "bool" }, - { "name": "bits", "typeName": "int[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dVal", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Abs", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "digits", "typeName": "int" }, - { "name": "fRound", "typeName": "bool" } - ], - "isStatic": true, - "name": "AdjustScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Ceiling", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "precision", "typeName": "int" }, - { "name": "scale", "typeName": "int" } - ], - "isStatic": true, - "name": "ConvertToPrecScale", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Floor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [{ "name": "x", "typeName": "double" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [{ "name": "x", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [{ "name": "x", "typeName": "long" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "exp", "typeName": "double" } - ], - "isStatic": true, - "name": "Power", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": true, - "name": "Round", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Sign", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ToDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [ - { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, - { "name": "position", "typeName": "int" } - ], - "isStatic": true, - "name": "Truncate", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.AcceptRejectRule", - "name": "Cascade", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.AcceptRejectRule", - "name": "None", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.AcceptRejectRule", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "AcceptRejectRule", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlDouble", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDouble", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDouble", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlDouble", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "double", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [{ "name": "x", "typeName": "double" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "CanTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ReadTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte[]", - "name": "TransactionContext", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "WriteTimeout", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "transactionContext", "typeName": "byte[]" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "transactionContext", "typeName": "byte[]" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "options", "typeName": "System.IO.FileOptions" }, - { "name": "allocationSize", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlFileStream", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlGuid", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "g", "typeName": "System.Guid" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "short" }, - { "name": "c", "typeName": "short" }, - { "name": "d", "typeName": "byte" }, - { "name": "e", "typeName": "byte" }, - { "name": "f", "typeName": "byte" }, - { "name": "g", "typeName": "byte" }, - { "name": "h", "typeName": "byte" }, - { "name": "i", "typeName": "byte" }, - { "name": "j", "typeName": "byte" }, - { "name": "k", "typeName": "byte" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [{ "name": "x", "typeName": "System.Guid" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToByteArray", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [], - "isStatic": false, - "name": "ToSqlBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.CommandBehavior", - "name": "CloseConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandBehavior", - "name": "Default", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandBehavior", - "name": "KeyInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandBehavior", - "name": "SchemaOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandBehavior", - "name": "SequentialAccess", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandBehavior", - "name": "SingleResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandBehavior", - "name": "SingleRow", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.CommandBehavior", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "CommandBehavior", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlInt16", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt16", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt16", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt16", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "short", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Mod", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_ExclusiveOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [{ "name": "x", "typeName": "short" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "Xor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlInt32", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt32", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt32", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt32", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Mod", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_ExclusiveOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [{ "name": "x", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "Xor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.CommandType", - "name": "StoredProcedure", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "TableDirect", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "Text", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.CommandType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "CommandType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Data", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.BitVector32" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "CreateMask", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "previous", "typeName": "int" }], - "isStatic": true, - "name": "CreateMask", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Section", - "params": [{ "name": "maxValue", "typeName": "short" }], - "isStatic": true, - "name": "CreateSection", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Section", - "params": [ - { "name": "maxValue", "typeName": "short" }, - { - "name": "previous", - "typeName": "System.Collections.Specialized.BitVector32.Section" - } - ], - "isStatic": true, - "name": "CreateSection", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.BitVector32" - } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "BitVector32", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlInt64", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt64", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt64", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlInt64", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Mod", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_BitwiseAnd", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_BitwiseOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_ExclusiveOr", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [{ "name": "x", "typeName": "long" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Modulus", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_OnesComplement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "Xor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.ConflictOption", - "name": "CompareAllSearchableValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConflictOption", - "name": "CompareRowVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConflictOption", - "name": "OverwriteChanges", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.ConflictOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ConflictOption", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlMoney", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlMoney", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlMoney", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlMoney", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [{ "name": "x", "typeName": "double" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [{ "name": "x", "typeName": "decimal" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [{ "name": "x", "typeName": "long" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "ToDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ToDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ToInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ToInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.ConnectionState", - "name": "Broken", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "Closed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "Connecting", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "Executing", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "Fetching", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "Open", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.ConnectionState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ConnectionState", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ConstraintName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyCollection", - "name": "ExtendedProperties", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "Constraint", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypeException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNotFilledException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypeException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNullValueException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InternalDataCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Data.Constraint", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Constraint", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeEventHandler", - "name": "CollectionChanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraint", "typeName": "System.Data.Constraint" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Constraint", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "column", "typeName": "System.Data.DataColumn" }, - { "name": "primaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Constraint", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "primaryKeyColumn", - "typeName": "System.Data.DataColumn" - }, - { "name": "foreignKeyColumn", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Constraint", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "columns", "typeName": "System.Data.DataColumn[]" }, - { "name": "primaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Constraint", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "primaryKeyColumns", - "typeName": "System.Data.DataColumn[]" - }, - { - "name": "foreignKeyColumns", - "typeName": "System.Data.DataColumn[]" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraints", "typeName": "System.Data.Constraint[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "constraint", "typeName": "System.Data.Constraint" } - ], - "isStatic": false, - "name": "CanRemove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.Constraint[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "constraint", "typeName": "System.Data.Constraint" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "constraintName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraint", "typeName": "System.Data.Constraint" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ConstraintCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlSingle", - "name": "MaxValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlSingle", - "name": "MinValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlSingle", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlSingle", - "name": "Zero", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "float", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "Divide", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [{ "name": "x", "typeName": "float" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "Subtract", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "ToSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ConstraintException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["INullable", "IComparable", "IXmlSerializable"], - "fields": [ - { - "typeName": "int", - "name": "BinarySort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "BinarySort2", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "IgnoreCase", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "IgnoreKanaType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "IgnoreNonSpace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "IgnoreWidth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlString", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Globalization.CompareInfo", - "name": "CompareInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "CultureInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "LCID", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "SqlCompareOptions", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lcid", "typeName": "int" }, - { - "name": "compareOptions", - "typeName": "System.Data.SqlTypes.SqlCompareOptions" - }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lcid", "typeName": "int" }, - { - "name": "compareOptions", - "typeName": "System.Data.SqlTypes.SqlCompareOptions" - }, - { "name": "data", "typeName": "byte[]" }, - { "name": "fUnicode", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lcid", "typeName": "int" }, - { - "name": "compareOptions", - "typeName": "System.Data.SqlTypes.SqlCompareOptions" - }, - { "name": "data", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lcid", "typeName": "int" }, - { - "name": "compareOptions", - "typeName": "System.Data.SqlTypes.SqlCompareOptions" - }, - { "name": "data", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "fUnicode", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "string" }, - { "name": "lcid", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "string" }, - { "name": "lcid", "typeName": "int" }, - { - "name": "compareOptions", - "typeName": "System.Data.SqlTypes.SqlCompareOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "CompareOptions", - "params": [ - { - "name": "compareOptions", - "typeName": "System.Data.SqlTypes.SqlCompareOptions" - } - ], - "isStatic": true, - "name": "CompareOptionsFromSqlCompareOptions", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "Concat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNonUnicodeBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetUnicodeBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "NotEquals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_GreaterThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [{ "name": "x", "typeName": "string" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [ - { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, - { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } - ], - "isStatic": true, - "name": "op_LessThanOrEqual", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [], - "isStatic": false, - "name": "ToSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [], - "isStatic": false, - "name": "ToSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [], - "isStatic": false, - "name": "ToSqlDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [], - "isStatic": false, - "name": "ToSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [], - "isStatic": false, - "name": "ToSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [], - "isStatic": false, - "name": "ToSqlGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [], - "isStatic": false, - "name": "ToSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [], - "isStatic": false, - "name": "ToSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [], - "isStatic": false, - "name": "ToSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [], - "isStatic": false, - "name": "ToSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [], - "isStatic": false, - "name": "ToSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "short", - "name": "Mask", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "short", - "name": "Offset", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "obj", - "typeName": "System.Collections.Specialized.BitVector32.Section" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Collections.Specialized.BitVector32.Section" - }, - { - "name": "b", - "typeName": "System.Collections.Specialized.BitVector32.Section" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Collections.Specialized.BitVector32.Section" - }, - { - "name": "b", - "typeName": "System.Collections.Specialized.BitVector32.Section" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.BitVector32.Section" - } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "Section", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Hashtable", - "params": [], - "isStatic": true, - "name": "CreateCaseInsensitiveHashtable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Hashtable", - "params": [ - { "name": "d", "typeName": "System.Collections.IDictionary" } - ], - "isStatic": true, - "name": "CreateCaseInsensitiveHashtable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Hashtable", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": true, - "name": "CreateCaseInsensitiveHashtable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SortedList", - "params": [], - "isStatic": true, - "name": "CreateCaseInsensitiveSortedList", - "comment": "", - "location": "System.dll" - } - ], - "name": "CollectionsUtil", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "caseInsensitive", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "initialSize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialSize", "typeName": "int" }, - { "name": "caseInsensitive", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "HybridDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler", - "name": "CollectionChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanged", - "comment": "", - "location": "System.dll" - } - ], - "name": "INotifyCollectionChanged", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "IOrderedDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "FtpStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "ListDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "System.dll" - } - ], - "name": "NameObjectCollectionBase", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "options", "typeName": "System.GenericUriParserOptions" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "GenericUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.GenericUriParserOptions", - "name": "AllowEmptyAuthority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "DontCompressPath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "DontConvertPathBackslashes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "DontUnescapePathDotsAndSlashes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "GenericAuthority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "Idn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "IriParsing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "NoFragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "NoPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "NoQuery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.GenericUriParserOptions", - "name": "NoUserInfo", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.GenericUriParserOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "GenericUriParserOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "GopherStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.ComponentModel.MarshalByValueComponent", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "IServiceProvider"], - "fields": [ - { - "typeName": "bool", - "name": "AllowDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "AutoIncrement", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "AutoIncrementSeed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "AutoIncrementStep", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Caption", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MappingType", - "name": "ColumnMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ColumnName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Type", - "name": "DataType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataSetDateTime", - "name": "DateTimeMode", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "DefaultValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Expression", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyCollection", - "name": "ExtendedProperties", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "MaxLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Ordinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Unique", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "columnName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columnName", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columnName", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Type" }, - { "name": "expr", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columnName", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Type" }, - { "name": "expr", "typeName": "string" }, - { "name": "type", "typeName": "System.Data.MappingType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "SetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "KeysCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DataColumn", - "name": "Column", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "ProposedValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "column", "typeName": "System.Data.DataColumn" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataColumnChangeEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "LdapStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataColumnChangeEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.DataColumnChangeEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataColumnChangeEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "System.Collections.Specialized.NameObjectCollectionBase", - "attribute": "", - "interfaces": [ - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "string[]", - "name": "AllKeys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "hashProvider", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "col", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "equalityComparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "hashProvider", - "typeName": "System.Collections.IHashCodeProvider" - }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "col", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "c", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dest", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasKeys", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "System.dll" - } - ], - "name": "NameValueCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetPipeStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InternalDataCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Data.DataColumn", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumn", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeEventHandler", - "name": "CollectionChanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [{ "name": "columnName", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [ - { "name": "columnName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataColumn", - "params": [ - { "name": "columnName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "expression", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "CanRemove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.DataColumn[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "columnName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataColumnCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "name": "Move", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NotifyCollectionChangedAction", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetTcpStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", - "name": "Action", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.IList", - "name": "NewItems", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NewStartingIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.IList", - "name": "OldItems", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "OldStartingIndex", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "changedItems", "typeName": "System.Collections.IList" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "newItems", "typeName": "System.Collections.IList" }, - { "name": "oldItems", "typeName": "System.Collections.IList" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "newItems", "typeName": "System.Collections.IList" }, - { "name": "oldItems", "typeName": "System.Collections.IList" }, - { "name": "startingIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "changedItems", "typeName": "System.Collections.IList" }, - { "name": "startingIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "changedItems", "typeName": "System.Collections.IList" }, - { "name": "index", "typeName": "int" }, - { "name": "oldIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "changedItem", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "changedItem", "typeName": "object" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "changedItem", "typeName": "object" }, - { "name": "index", "typeName": "int" }, - { "name": "oldIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "newItem", "typeName": "object" }, - { "name": "oldItem", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" - }, - { "name": "newItem", "typeName": "object" }, - { "name": "oldItem", "typeName": "object" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NotifyCollectionChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.UriParser", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NewsStyleUriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DataColumn[]", - "name": "ChildColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ForeignKeyConstraint", - "name": "ChildKeyConstraint", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "ChildTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataSet", - "name": "DataSet", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyCollection", - "name": "ExtendedProperties", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Nested", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumn[]", - "name": "ParentColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UniqueConstraint", - "name": "ParentKeyConstraint", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "ParentTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "RelationName", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" }, - { "name": "createConstraints", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "createConstraints", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "parentTableName", "typeName": "string" }, - { "name": "parentTableNamespace", "typeName": "string" }, - { "name": "childTableName", "typeName": "string" }, - { "name": "childTableNamespace", "typeName": "string" }, - { "name": "parentColumnNames", "typeName": "string[]" }, - { "name": "childColumnNames", "typeName": "string[]" }, - { "name": "nested", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "parentTableName", "typeName": "string" }, - { "name": "childTableName", "typeName": "string" }, - { "name": "parentColumnNames", "typeName": "string[]" }, - { "name": "childColumnNames", "typeName": "string[]" }, - { "name": "nested", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRelation", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "NotifyCollectionChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InternalDataCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Data.DataRelation", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRelation", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeEventHandler", - "name": "CollectionChanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRelation", - "params": [ - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRelation", - "params": [ - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRelation", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRelation", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" }, - { "name": "createConstraints", "typeName": "bool" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRelation", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRelation", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "createConstraints", "typeName": "bool" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relations", "typeName": "System.Data.DataRelation[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "CanRemove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.DataRelation[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "relationName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRelationCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsNormalized", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "normalizationForm", - "typeName": "System.Text.NormalizationForm" - } - ], - "isStatic": false, - "name": "IsNormalized", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "normalizationForm", - "typeName": "System.Text.NormalizationForm" - } - ], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "System.dll" - } - ], - "name": "StringNormalizationExtensions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IOrderedDictionary", - "IDictionary", - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { - "name": "comparer", - "typeName": "System.Collections.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "OrderedDictionary", - "params": [], - "isStatic": false, - "name": "AsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "OrderedDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "HasErrors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object[]", - "name": "ItemArray", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "RowError", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowState", - "name": "RowState", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AcceptChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearErrors", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "GetChildRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "GetChildRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "relationName", "typeName": "string" }], - "isStatic": false, - "name": "GetChildRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "GetChildRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "GetColumnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "columnIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetColumnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "columnName", "typeName": "string" }], - "isStatic": false, - "name": "GetColumnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetColumnsInError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "GetParentRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "GetParentRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [{ "name": "relationName", "typeName": "string" }], - "isStatic": false, - "name": "GetParentRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "GetParentRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "GetParentRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "GetParentRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "relationName", "typeName": "string" }], - "isStatic": false, - "name": "GetParentRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "GetParentRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "HasVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" }, - { "name": "version", "typeName": "System.Data.DataRowVersion" } - ], - "isStatic": false, - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "columnIndex", "typeName": "int" }], - "isStatic": false, - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "columnName", "typeName": "string" }], - "isStatic": false, - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RejectChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetAdded", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" }, - { "name": "error", "typeName": "string" } - ], - "isStatic": false, - "name": "SetColumnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columnIndex", "typeName": "int" }, - { "name": "error", "typeName": "string" } - ], - "isStatic": false, - "name": "SetColumnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columnName", "typeName": "string" }, - { "name": "error", "typeName": "string" } - ], - "isStatic": false, - "name": "SetColumnError", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetModified", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parentRow", "typeName": "System.Data.DataRow" } - ], - "isStatic": false, - "name": "SetParentRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parentRow", "typeName": "System.Data.DataRow" }, - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "SetParentRow", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "SchemeDelimiter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeFtp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeGopher", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeHttp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeHttps", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeMailto", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeNetPipe", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeNetTcp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeNews", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UriSchemeNntp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "AbsolutePath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "AbsoluteUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Authority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DnsSafeHost", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Fragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriHostNameType", - "name": "HostNameType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "IdnHost", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAbsoluteUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDefaultPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsLoopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsUnc", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LocalPath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "OriginalString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PathAndQuery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Query", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Scheme", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "Segments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UserEscaped", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserInfo", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "uriString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uriString", "typeName": "string" }, - { "name": "dontEscape", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uriString", "typeName": "string" }, - { "name": "uriKind", "typeName": "System.UriKind" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" }, - { "name": "dontEscape", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "System.Uri" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "UriHostNameType", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "CheckHostName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "schemeName", "typeName": "string" }], - "isStatic": true, - "name": "CheckSchemeName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "uri1", "typeName": "System.Uri" }, - { "name": "uri2", "typeName": "System.Uri" }, - { "name": "partsToCompare", "typeName": "System.UriComponents" }, - { "name": "compareFormat", "typeName": "System.UriFormat" }, - { "name": "comparisonType", "typeName": "System.StringComparison" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "stringToEscape", "typeName": "string" }], - "isStatic": true, - "name": "EscapeDataString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "stringToEscape", "typeName": "string" }], - "isStatic": true, - "name": "EscapeUriString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "digit", "typeName": "char" }], - "isStatic": true, - "name": "FromHex", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "components", "typeName": "System.UriComponents" }, - { "name": "format", "typeName": "System.UriFormat" } - ], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "part", "typeName": "System.UriPartial" }], - "isStatic": false, - "name": "GetLeftPart", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "character", "typeName": "char" }], - "isStatic": true, - "name": "HexEscape", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "pattern", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "HexUnescape", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "IsBaseOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "character", "typeName": "char" }], - "isStatic": true, - "name": "IsHexDigit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "pattern", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "IsHexEncoding", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsWellFormedOriginalString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "uriString", "typeName": "string" }, - { "name": "uriKind", "typeName": "System.UriKind" } - ], - "isStatic": true, - "name": "IsWellFormedUriString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "toUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "MakeRelative", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Uri", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "MakeRelativeUri", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "uri1", "typeName": "System.Uri" }, - { "name": "uri2", "typeName": "System.Uri" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "uri1", "typeName": "System.Uri" }, - { "name": "uri2", "typeName": "System.Uri" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "uriString", "typeName": "string" }, - { "name": "uriKind", "typeName": "System.UriKind" }, - { "name": "result", "typeName": "System.Uri" } - ], - "isStatic": true, - "name": "TryCreate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" }, - { "name": "result", "typeName": "System.Uri" } - ], - "isStatic": true, - "name": "TryCreate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "System.Uri" }, - { "name": "result", "typeName": "System.Uri" } - ], - "isStatic": true, - "name": "TryCreate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "stringToUnescape", "typeName": "string" }], - "isStatic": true, - "name": "UnescapeDataString", - "comment": "", - "location": "System.dll" - } - ], - "name": "Uri", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string[]" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "string[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "StringEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "StringCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.DataRowAction", - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "Change", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "ChangeCurrentAndOriginal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "ChangeOriginal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "Commit", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "Delete", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "Nothing", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowAction", - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.DataRowAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "ContainsValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "StringDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "DataRowBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Collections.Specialized", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "StringEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DataRowAction", - "name": "Action", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "action", "typeName": "System.Data.DataRowAction" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowChangeEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataRowChangeEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataRowChangeEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowChangeEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Fragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Password", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Path", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Query", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Scheme", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "Uri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemeName", "typeName": "string" }, - { "name": "hostName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scheme", "typeName": "string" }, - { "name": "host", "typeName": "string" }, - { "name": "portNumber", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scheme", "typeName": "string" }, - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "pathValue", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scheme", "typeName": "string" }, - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "path", "typeName": "string" }, - { "name": "extraValue", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rparam", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriBuilder", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.UriComponents", - "name": "AbsoluteUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "Fragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "HostAndPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "HttpRequestUrl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "KeepDelimiter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "NormalizedHost", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "Path", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "PathAndQuery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "Query", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "Scheme", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "SchemeAndServer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "SerializationInfoString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "StrongAuthority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "StrongPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriComponents", - "name": "UserInfo", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.UriComponents", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriComponents", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.UriFormat", - "name": "SafeUnescaped", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriFormat", - "name": "Unescaped", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriFormat", - "name": "UriEscaped", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.UriFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriFormat", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.FormatException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "textString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textString", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriFormatException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.UriHostNameType", - "name": "Basic", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriHostNameType", - "name": "Dns", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriHostNameType", - "name": "IPv4", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriHostNameType", - "name": "IPv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriHostNameType", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.UriHostNameType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriHostNameType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.UriIdnScope", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriIdnScope", - "name": "AllExceptIntranet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriIdnScope", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.UriIdnScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriIdnScope", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.UriKind", - "name": "Absolute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriKind", - "name": "Relative", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriKind", - "name": "RelativeOrAbsolute", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.UriKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriKind", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "schemeName", "typeName": "string" }], - "isStatic": true, - "name": "IsKnownScheme", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uriParser", "typeName": "System.UriParser" }, - { "name": "schemeName", "typeName": "string" }, - { "name": "defaultPort", "typeName": "int" } - ], - "isStatic": true, - "name": "Register", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.UriPartial", - "name": "Authority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriPartial", - "name": "Path", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriPartial", - "name": "Query", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.UriPartial", - "name": "Scheme", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.UriPartial", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriPartial", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "sourceType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "ConvertFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriTypeConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Media", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "ISerializable"], - "fields": [ - { - "typeName": "bool", - "name": "IsLoadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "LoadTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SoundLocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "Stream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "Tag", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.AsyncCompletedEventHandler", - "name": "LoadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "SoundLocationChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "StreamChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "soundLocation", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.AsyncCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_LoadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.AsyncCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_LoadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_SoundLocationChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_SoundLocationChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_StreamChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_StreamChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LoadAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PlayLooping", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PlaySync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "System.dll" - } - ], - "name": "SoundPlayer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Media", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "System.dll" - } - ], - "name": "SystemSound", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Media", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Media.SystemSound", - "name": "Asterisk", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Media.SystemSound", - "name": "Beep", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Media.SystemSound", - "name": "Exclamation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Media.SystemSound", - "name": "Hand", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Media.SystemSound", - "name": "Question", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "SystemSounds", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypeException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlTruncateException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlTypeException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Xml.Serialization.Advanced.SchemaImporterExtension", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "destinationType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "destinationType", "typeName": "string" }, - { "name": "direct", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "targetNamespace", "typeName": "string" }, - { "name": "references", "typeName": "string[]" }, - { - "name": "namespaceImports", - "typeName": "System.CodeDom.CodeNamespaceImport[]" - }, - { "name": "destinationType", "typeName": "string" }, - { "name": "direct", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "xmlNamespace", "typeName": "string" }, - { - "name": "context", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Xml.Schema.XmlSchemaType" }, - { - "name": "context", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlTypesSchemaImporterExtensionHelper", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "object", - "attribute": "", - "interfaces": ["INullable", "IXmlSerializable"], - "fields": [ - { - "typeName": "bool", - "name": "IsNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.SqlXml", - "name": "Null", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [], - "isStatic": false, - "name": "CreateReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetXsdType", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.StorageState", - "name": "Buffer", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.StorageState", - "name": "Stream", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlTypes.StorageState", - "name": "UnmanagedBuffer", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlTypes.StorageState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "StorageState", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeBigIntSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeBinarySchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeBitSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeCharSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeDateTimeSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeDecimalSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeFloatSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeIntSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeMoneySchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeNCharSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeNTextSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeNumericSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeNVarCharSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeRealSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeSmallDateTimeSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeSmallIntSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeSmallMoneySchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InternalDataCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRow", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keys", "typeName": "object[]" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ar", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.DataRow[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [{ "name": "keys", "typeName": "object[]" }], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "pos", "typeName": "int" } - ], - "isStatic": false, - "name": "InsertAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeTextSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeTinyIntSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.DataRowState", - "name": "Added", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowState", - "name": "Deleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowState", - "name": "Detached", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowState", - "name": "Modified", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowState", - "name": "Unchanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.DataRowState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowState", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.DataRowVersion", - "name": "Current", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "Default", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "Original", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "Proposed", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.DataRowVersion", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICustomTypeDescriptor", - "IDataErrorInfo", - "IEditableObject", - "INotifyPropertyChanged" - ], - "fields": [ - { - "typeName": "System.Data.DataView", - "name": "DataView", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNew", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "RowVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.PropertyChangedEventHandler", - "name": "PropertyChanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_PropertyChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_PropertyChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataView", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" } - ], - "isStatic": false, - "name": "CreateChildView", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataView", - "params": [ - { "name": "relation", "typeName": "System.Data.DataRelation" }, - { "name": "followParent", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateChildView", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataView", - "params": [{ "name": "relationName", "typeName": "string" }], - "isStatic": false, - "name": "CreateChildView", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataView", - "params": [ - { "name": "relationName", "typeName": "string" }, - { "name": "followParent", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateChildView", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataRowView", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeUniqueIdentifierSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.ComponentModel.MarshalByValueComponent", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IServiceProvider", - "IListSource", - "ISupportInitializeNotification", - "ISupportInitialize", - "ISerializable", - "IXmlSerializable" - ], - "fields": [ - { - "typeName": "bool", - "name": "CaseSensitive", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewManager", - "name": "DefaultViewManager", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "EnforceConstraints", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyCollection", - "name": "ExtendedProperties", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasErrors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsInitialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "Locale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRelationCollection", - "name": "Relations", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SerializationFormat", - "name": "RemotingFormat", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SchemaSerializationMode", - "name": "SchemaSerializationMode", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTableCollection", - "name": "Tables", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MergeFailedEventHandler", - "name": "MergeFailed", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dataSetName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.MergeFailedEventHandler" - } - ], - "isStatic": false, - "name": "add_MergeFailed", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.MergeFailedEventHandler" - } - ], - "isStatic": false, - "name": "remove_MergeFailed", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AcceptChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataSet", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataSet", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTableReader", - "params": [], - "isStatic": false, - "name": "CreateDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTableReader", - "params": [ - { "name": "dataTables", "typeName": "System.Data.DataTable[]" } - ], - "isStatic": false, - "name": "CreateDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataSet", - "params": [], - "isStatic": false, - "name": "GetChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataSet", - "params": [ - { "name": "rowStates", "typeName": "System.Data.DataRowState" } - ], - "isStatic": false, - "name": "GetChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlSchemaComplexType", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetDataSetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rowStates", "typeName": "System.Data.DataRowState" } - ], - "isStatic": false, - "name": "HasChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "nsArray", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InferXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.IO.TextReader" }, - { "name": "nsArray", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InferXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "nsArray", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InferXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "nsArray", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InferXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { "name": "loadOption", "typeName": "System.Data.LoadOption" }, - { "name": "tables", "typeName": "System.Data.DataTable[]" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { "name": "loadOption", "typeName": "System.Data.LoadOption" }, - { - "name": "errorHandler", - "typeName": "System.Data.FillErrorEventHandler" - }, - { "name": "tables", "typeName": "System.Data.DataTable[]" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { "name": "loadOption", "typeName": "System.Data.LoadOption" }, - { "name": "tables", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rows", "typeName": "System.Data.DataRow[]" }], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rows", "typeName": "System.Data.DataRow[]" }, - { "name": "preserveChanges", "typeName": "bool" }, - { - "name": "missingSchemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "preserveChanges", "typeName": "bool" } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "preserveChanges", "typeName": "bool" }, - { - "name": "missingSchemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "preserveChanges", "typeName": "bool" }, - { - "name": "missingSchemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "mode", "typeName": "System.Data.XmlReadMode" } - ], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [ - { "name": "reader", "typeName": "System.IO.TextReader" }, - { "name": "mode", "typeName": "System.Data.XmlReadMode" } - ], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mode", "typeName": "System.Data.XmlReadMode" } - ], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "mode", "typeName": "System.Data.XmlReadMode" } - ], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RejectChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "multipleTargetConverter", - "typeName": "System.Converter" - } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "multipleTargetConverter", - "typeName": "System.Converter" - } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { - "name": "multipleTargetConverter", - "typeName": "System.Converter" - } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { - "name": "multipleTargetConverter", - "typeName": "System.Converter" - } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataSet", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeVarBinarySchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.DataSetDateTime", - "name": "Local", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataSetDateTime", - "name": "Unspecified", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataSetDateTime", - "name": "UnspecifiedLocal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataSetDateTime", - "name": "Utc", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.DataSetDateTime", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataSetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeVarCharSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Xml.Serialization.Advanced.SchemaImporterExtension", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "schemaNamespace", "typeName": "string" }, - { - "name": "context", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Xml.Schema.XmlSchemaType" }, - { - "name": "context", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataSetSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlTypes", - "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypeVarImageSchemaImporterExtension", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.ComponentModel.DescriptionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataSysDescriptionAttribute", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.ComponentModel.MarshalByValueComponent", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IServiceProvider", - "IListSource", - "ISupportInitializeNotification", - "ISupportInitialize", - "ISerializable", - "IXmlSerializable" - ], - "fields": [ - { - "typeName": "bool", - "name": "CaseSensitive", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRelationCollection", - "name": "ChildRelations", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumnCollection", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConstraintCollection", - "name": "Constraints", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataSet", - "name": "DataSet", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataView", - "name": "DefaultView", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DisplayExpression", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyCollection", - "name": "ExtendedProperties", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasErrors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsInitialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "Locale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "MinimumCapacity", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRelationCollection", - "name": "ParentRelations", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumn[]", - "name": "PrimaryKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SerializationFormat", - "name": "RemotingFormat", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowCollection", - "name": "Rows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TableName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumnChangeEventHandler", - "name": "ColumnChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumnChangeEventHandler", - "name": "ColumnChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowChangeEventHandler", - "name": "RowChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowChangeEventHandler", - "name": "RowChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowChangeEventHandler", - "name": "RowDeleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowChangeEventHandler", - "name": "RowDeleting", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTableClearEventHandler", - "name": "TableCleared", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTableClearEventHandler", - "name": "TableClearing", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTableNewRowEventHandler", - "name": "TableNewRow", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tableName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tableName", "typeName": "string" }, - { "name": "tableNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataColumnChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_ColumnChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataColumnChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_ColumnChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataColumnChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_ColumnChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataColumnChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_ColumnChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_RowChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_RowChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_RowDeleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowDeleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_RowDeleting", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataRowChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowDeleting", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataTableClearEventHandler" - } - ], - "isStatic": false, - "name": "add_TableCleared", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataTableClearEventHandler" - } - ], - "isStatic": false, - "name": "remove_TableCleared", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataTableClearEventHandler" - } - ], - "isStatic": false, - "name": "add_TableClearing", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataTableClearEventHandler" - } - ], - "isStatic": false, - "name": "remove_TableClearing", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataTableNewRowEventHandler" - } - ], - "isStatic": false, - "name": "add_TableNewRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.DataTableNewRowEventHandler" - } - ], - "isStatic": false, - "name": "remove_TableNewRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AcceptChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginLoadData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "expression", "typeName": "string" }, - { "name": "filter", "typeName": "string" } - ], - "isStatic": false, - "name": "Compute", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTableReader", - "params": [], - "isStatic": false, - "name": "CreateDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndLoadData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "rowStates", "typeName": "System.Data.DataRowState" } - ], - "isStatic": false, - "name": "GetChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlSchemaComplexType", - "params": [ - { - "name": "schemaSet", - "typeName": "System.Xml.Schema.XmlSchemaSet" - } - ], - "isStatic": true, - "name": "GetDataTableSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetErrors", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], - "isStatic": false, - "name": "ImportRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { "name": "loadOption", "typeName": "System.Data.LoadOption" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { "name": "loadOption", "typeName": "System.Data.LoadOption" }, - { - "name": "errorHandler", - "typeName": "System.Data.FillErrorEventHandler" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [ - { "name": "values", "typeName": "object[]" }, - { "name": "fAcceptChanges", "typeName": "bool" } - ], - "isStatic": false, - "name": "LoadDataRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [ - { "name": "values", "typeName": "object[]" }, - { "name": "loadOption", "typeName": "System.Data.LoadOption" } - ], - "isStatic": false, - "name": "LoadDataRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "preserveChanges", "typeName": "bool" } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "preserveChanges", "typeName": "bool" }, - { - "name": "missingSchemaAction", - "typeName": "System.Data.MissingSchemaAction" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [], - "isStatic": false, - "name": "NewRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReadMode", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RejectChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "filterExpression", "typeName": "string" }], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "filterExpression", "typeName": "string" }, - { "name": "sort", "typeName": "string" } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "filterExpression", "typeName": "string" }, - { "name": "sort", "typeName": "string" }, - { - "name": "recordStates", - "typeName": "System.Data.DataViewRowState" - } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "writeHierarchy", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteXmlSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TableName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TableNamespace", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableClearEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataTableClearEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataTableClearEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableClearEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InternalDataCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Data.DataTable", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeEventHandler", - "name": "CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.CollectionChangeEventHandler", - "name": "CollectionChanging", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_CollectionChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.CollectionChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_CollectionChanging", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "tableNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tables", "typeName": "System.Data.DataTable[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "CanRemove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "tableNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.DataTable[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "tableName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "tableName", "typeName": "string" }, - { "name": "tableNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "tableNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.ComponentModel.MarshalByValueComponent", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IServiceProvider", - "IBindingList", - "IList", - "ICollection", - "IEnumerable", - "ITypedList" - ], - "fields": [ - { - "typeName": "System.Data.DataSet", - "name": "DataSet", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataViewSettingCollectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewSettingCollection", - "name": "DataViewSettings", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedEventHandler", - "name": "ListChanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_ListChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ListChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataView", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "CreateDataView", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataViewManager", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "dataRow", "typeName": "System.Data.DataRow" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableNewRowEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataTableNewRowEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.DataTableNewRowEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableNewRowEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.Common.DbDataReader", - "attribute": "", - "interfaces": [ - "IEnumerable", - "IDataReader", - "IDataRecord", - "IDisposable" - ], - "fields": [ - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataTables", "typeName": "System.Data.DataTable[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetProviderSpecificFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetProviderSpecificValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetProviderSpecificValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "NextResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataTableReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.DataViewRowState", - "name": "Added", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "CurrentRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "Deleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "ModifiedCurrent", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "ModifiedOriginal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "None", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "OriginalRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "Unchanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.DataViewRowState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataViewRowState", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.ComponentModel.MarshalByValueComponent", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IServiceProvider", - "IBindingListView", - "IBindingList", - "IList", - "ICollection", - "IEnumerable", - "ISupportInitializeNotification", - "ISupportInitialize", - "ITypedList" - ], - "fields": [ - { - "typeName": "bool", - "name": "AllowDelete", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "AllowEdit", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "AllowNew", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ApplyDefaultSort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewManager", - "name": "DataViewManager", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsInitialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowView", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "RowFilter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "RowStateFilter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Sort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.ComponentModel.ListChangedEventHandler", - "name": "ListChanged", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "RowFilter", "typeName": "string" }, - { "name": "Sort", "typeName": "string" }, - { "name": "RowState", "typeName": "System.Data.DataViewRowState" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Initialized", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_ListChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.ListChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ListChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRowView", - "params": [], - "isStatic": false, - "name": "AddNew", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "view", "typeName": "System.Data.DataView" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "object[]" }], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "FindRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "key", "typeName": "object[]" }], - "isStatic": false, - "name": "FindRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "ToTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "distinct", "typeName": "bool" }, - { "name": "columnNames", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ToTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [{ "name": "tableName", "typeName": "string" }], - "isStatic": false, - "name": "ToTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "tableName", "typeName": "string" }, - { "name": "distinct", "typeName": "bool" }, - { "name": "columnNames", "typeName": "string[]" } - ], - "isStatic": false, - "name": "ToTable", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataView", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "ApplyDefaultSort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewManager", - "name": "DataViewManager", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "RowFilter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewRowState", - "name": "RowStateFilter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Sort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "DataViewSetting", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewSetting", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewSetting", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataViewSetting", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "ar", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ar", "typeName": "System.Data.DataViewSetting[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DataViewSettingCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Data.DataRow", - "name": "Row", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RowCount", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" }, - { "name": "dataRows", "typeName": "System.Data.DataRow[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "System.Data.DataRow[]" }], - "isStatic": false, - "name": "CopyToRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.DataRow[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyToRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "si", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DBConcurrencyException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DataSetColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "IColumnMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.DbType", - "name": "AnsiString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "AnsiStringFixedLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Binary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Boolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Byte", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Currency", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Date", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "DateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "DateTime2", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "DateTimeOffset", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Decimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Double", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Guid", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Int16", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Int32", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Int64", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Object", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "SByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Single", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "String", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "StringFixedLength", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Time", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "UInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "UInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "UInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "VarNumeric", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "Xml", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.DbType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "IColumnMapping", - "params": [ - { "name": "sourceColumnName", "typeName": "string" }, - { "name": "dataSetColumnName", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sourceColumnName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IColumnMapping", - "params": [{ "name": "dataSetColumnName", "typeName": "string" }], - "isStatic": false, - "name": "GetByDataSetColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sourceColumnName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sourceColumnName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IColumnMappingCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DeletedRowInaccessibleException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.MissingMappingAction", - "name": "MissingMappingAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingSchemaAction", - "name": "MissingSchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ITableMappingCollection", - "name": "TableMappings", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "schemaType", "typeName": "System.Data.SchemaType" } - ], - "isStatic": false, - "name": "FillSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFillParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "DuplicateNameException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DbType", - "name": "DbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "Direction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "SourceVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "IDataParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InvalidExpressionException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "EvaluateException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Continue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "DataTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Exception", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object[]", - "name": "Values", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { "name": "values", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "FillErrorEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDataParameterCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.FillErrorEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.FillErrorEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "FillErrorEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDataRecord", "IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "NextResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.Constraint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.AcceptRejectRule", - "name": "AcceptRejectRule", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumn[]", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Rule", - "name": "DeleteRule", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataColumn[]", - "name": "RelatedColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "RelatedTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Rule", - "name": "UpdateRule", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraintName", "typeName": "string" }, - { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, - { "name": "childColumn", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraintName", "typeName": "string" }, - { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, - { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraintName", "typeName": "string" }, - { "name": "parentTableName", "typeName": "string" }, - { "name": "parentTableNamespace", "typeName": "string" }, - { "name": "parentColumnNames", "typeName": "string[]" }, - { "name": "childColumnNames", "typeName": "string[]" }, - { - "name": "acceptRejectRule", - "typeName": "System.Data.AcceptRejectRule" - }, - { "name": "deleteRule", "typeName": "System.Data.Rule" }, - { "name": "updateRule", "typeName": "System.Data.Rule" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "constraintName", "typeName": "string" }, - { "name": "parentTableName", "typeName": "string" }, - { "name": "parentColumnNames", "typeName": "string[]" }, - { "name": "childColumnNames", "typeName": "string[]" }, - { - "name": "acceptRejectRule", - "typeName": "System.Data.AcceptRejectRule" - }, - { "name": "deleteRule", "typeName": "System.Data.Rule" }, - { "name": "updateRule", "typeName": "System.Data.Rule" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ForeignKeyConstraint", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "fieldOffset", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferoffset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "fieldoffset", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferoffset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDataReader", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDataRecord", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "CommandText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "CommandTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "CommandType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IDbConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IDataParameterCollection", - "name": "Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IDbTransaction", - "name": "Transaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "UpdatedRowSource", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDbDataParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDataReader", - "params": [], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDataReader", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ExecuteScalar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Prepare", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDbCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectionTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Database", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "State", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "IDbTransaction", - "params": [], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDbTransaction", - "params": [ - { "name": "il", "typeName": "System.Data.IsolationLevel" } - ], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "databaseName", "typeName": "string" }], - "isStatic": false, - "name": "ChangeDatabase", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDbConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDataAdapter"], - "fields": [ - { - "typeName": "System.Data.IDbCommand", - "name": "DeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IDbCommand", - "name": "InsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IDbCommand", - "name": "SelectCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IDbCommand", - "name": "UpdateCommand", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "IDbDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDataParameter"], - "fields": [ - { - "typeName": "byte", - "name": "Precision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Scale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "IDbDataParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.MissingMappingAction", - "name": "Error", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingMappingAction", - "name": "Ignore", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingMappingAction", - "name": "Passthrough", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.MissingMappingAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "MissingMappingAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Data.IDbConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "IsolationLevel", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IDbTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "InRowChangingEventException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "MissingPrimaryKeyException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ar", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "InternalDataCollectionBase", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.MissingSchemaAction", - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingSchemaAction", - "name": "AddWithKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingSchemaAction", - "name": "Error", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MissingSchemaAction", - "name": "Ignore", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.MissingSchemaAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "MissingSchemaAction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "InvalidConstraintException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "NoNullAllowedException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "InvalidExpressionException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.IsolationLevel", - "name": "Chaos", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "ReadCommitted", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "ReadUncommitted", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "RepeatableRead", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "Serializable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "Snapshot", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "Unspecified", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.IsolationLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "IsolationLevel", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.IColumnMappingCollection", - "name": "ColumnMappings", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSetTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceTable", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "ITableMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "ITableMapping", - "params": [ - { "name": "sourceTableName", "typeName": "string" }, - { "name": "dataSetTableName", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sourceTableName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "ITableMapping", - "params": [{ "name": "dataSetTableName", "typeName": "string" }], - "isStatic": false, - "name": "GetByDataSetTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sourceTableName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sourceTableName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ITableMappingCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.KeyRestrictionBehavior", - "name": "AllowOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.KeyRestrictionBehavior", - "name": "PreventUsage", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.KeyRestrictionBehavior", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "KeyRestrictionBehavior", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.LoadOption", - "name": "OverwriteChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.LoadOption", - "name": "PreserveChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.LoadOption", - "name": "Upsert", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.LoadOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "LoadOption", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.MappingType", - "name": "Attribute", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MappingType", - "name": "Element", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MappingType", - "name": "Hidden", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.MappingType", - "name": "SimpleContent", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.MappingType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "MappingType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Conflict", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "conflict", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "MergeFailedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.MergeFailedEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.MergeFailedEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "MergeFailedEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration.Assemblies", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Configuration.Assemblies.AssemblyHash", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "Algorithm", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "algorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - }, - { "name": "value", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Configuration.Assemblies", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "MD5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "SHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "SHA256", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "SHA384", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "SHA512", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Configuration.Assemblies", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", - "name": "SameDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", - "name": "SameMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", - "name": "SameProcess", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyVersionCompatibility", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.SettingAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ApplicationScopedSettingAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.SettingsBase", - "attribute": "", - "interfaces": ["INotifyPropertyChanged"], - "fields": [ - { - "typeName": "System.Configuration.SettingsContext", - "name": "Context", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsPropertyCollection", - "name": "Properties", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsPropertyValueCollection", - "name": "PropertyValues", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsProviderCollection", - "name": "Providers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SettingsKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.PropertyChangedEventHandler", - "name": "PropertyChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingChangingEventHandler", - "name": "SettingChanging", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsLoadedEventHandler", - "name": "SettingsLoaded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsSavingEventHandler", - "name": "SettingsSaving", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_PropertyChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.PropertyChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_PropertyChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Configuration.SettingChangingEventHandler" - } - ], - "isStatic": false, - "name": "add_SettingChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Configuration.SettingChangingEventHandler" - } - ], - "isStatic": false, - "name": "remove_SettingChanging", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Configuration.SettingsLoadedEventHandler" - } - ], - "isStatic": false, - "name": "add_SettingsLoaded", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Configuration.SettingsLoadedEventHandler" - } - ], - "isStatic": false, - "name": "remove_SettingsLoaded", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Configuration.SettingsSavingEventHandler" - } - ], - "isStatic": false, - "name": "add_SettingsSaving", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Configuration.SettingsSavingEventHandler" - } - ], - "isStatic": false, - "name": "remove_SettingsSaving", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": "GetPreviousVersion", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reload", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Upgrade", - "comment": "", - "location": "System.dll" - } - ], - "name": "ApplicationSettingsBase", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNamespace", - "name": "Namespace", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "NamespaceName", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XName", - "params": [{ "name": "expandedName", "typeName": "string" }], - "isStatic": true, - "name": "Get", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XName", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceName", "typeName": "string" } - ], - "isStatic": true, - "name": "Get", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Xml.Linq.XName" }, - { "name": "right", "typeName": "System.Xml.Linq.XName" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XName", - "params": [{ "name": "expandedName", "typeName": "string" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Xml.Linq.XName" }, - { "name": "right", "typeName": "System.Xml.Linq.XName" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XName", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Net.Cache", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Cache.HttpCacheAgeControl", - "name": "MaxAge", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpCacheAgeControl", - "name": "MaxAgeAndMaxStale", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpCacheAgeControl", - "name": "MaxAgeAndMinFresh", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpCacheAgeControl", - "name": "MaxStale", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpCacheAgeControl", - "name": "MinFresh", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpCacheAgeControl", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Cache.HttpCacheAgeControl", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpCacheAgeControl", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "AncestorsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "AncestorsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Ancestors", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Ancestors", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Attributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Attributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DescendantNodesAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DescendantNodes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DescendantsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "DescendantsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Descendants", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Descendants", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Elements", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Elements", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "InDocumentOrder", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Nodes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "Extensions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Net.Cache", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "BypassCache", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "CacheIfAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "CacheOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "CacheOrNextCacheOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "NoCacheNoStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "Reload", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "Revalidate", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Cache.HttpRequestCacheLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpRequestCacheLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Linq.LoadOptions", - "name": "None", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.LoadOptions", - "name": "PreserveWhitespace", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.LoadOptions", - "name": "SetBaseUri", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.LoadOptions", - "name": "SetLineInfo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Linq.LoadOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "LoadOptions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Linq.ReaderOptions", - "name": "None", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.ReaderOptions", - "name": "OmitDuplicateNamespaces", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Linq.ReaderOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "ReaderOptions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Net.Cache", - "baseClass": "System.Net.Cache.RequestCachePolicy", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.DateTime", - "name": "CacheSyncDate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "Level", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MaxAge", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MaxStale", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MinFresh", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cacheSyncDate", "typeName": "System.DateTime" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cacheAgeControl", - "typeName": "System.Net.Cache.HttpCacheAgeControl" - }, - { "name": "ageOrFreshOrStale", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cacheAgeControl", - "typeName": "System.Net.Cache.HttpCacheAgeControl" - }, - { "name": "maxAge", "typeName": "System.TimeSpan" }, - { "name": "freshOrStale", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cacheAgeControl", - "typeName": "System.Net.Cache.HttpCacheAgeControl" - }, - { "name": "maxAge", "typeName": "System.TimeSpan" }, - { "name": "freshOrStale", "typeName": "System.TimeSpan" }, - { "name": "cacheSyncDate", "typeName": "System.DateTime" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "level", - "typeName": "System.Net.Cache.HttpRequestCacheLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpRequestCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Linq.SaveOptions", - "name": "DisableFormatting", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.SaveOptions", - "name": "None", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.SaveOptions", - "name": "OmitDuplicateNamespaces", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Linq.SaveOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "SaveOptions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XObject", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "EmptySequence", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "bool", - "name": "IsNamespaceDeclaration", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XName", - "name": "Name", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XAttribute", - "name": "NextAttribute", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XAttribute", - "name": "PreviousAttribute", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XAttribute", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Net.Cache", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "BypassCache", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "CacheIfAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "CacheOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "NoCacheNoStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "Reload", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "Revalidate", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Cache.RequestCacheLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RequestCacheLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Cache", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "Level", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "level", - "typeName": "System.Net.Cache.RequestCacheLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "RequestCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XText", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "other", "typeName": "System.Xml.Linq.XCData" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XCData", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XNode", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XComment" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XComment", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XNode", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Xml.Linq.XNode", - "name": "FirstNode", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNode", - "name": "LastNode", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "AddFirst", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "AddFirst", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [], - "isStatic": false, - "name": "CreateWriter", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DescendantNodes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Descendants", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Descendants", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Element", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Elements", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Elements", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Nodes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveNodes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "ReplaceNodes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "ReplaceNodes", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XContainer", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Encoding", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Standalone", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "version", "typeName": "string" }, - { "name": "encoding", "typeName": "string" }, - { "name": "standalone", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XDeclaration" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XDeclaration", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XContainer", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Xml.Linq.XDeclaration", - "name": "Declaration", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XDocumentType", - "name": "DocumentType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XElement", - "name": "Root", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "declaration", - "typeName": "System.Xml.Linq.XDeclaration" - }, - { "name": "content", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XDocument" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [ - { "name": "textReader", "typeName": "System.IO.TextReader" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [ - { "name": "textReader", "typeName": "System.IO.TextReader" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XDocument", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XDocument", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XNode", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "string", - "name": "InternalSubset", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "PublicId", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "SystemId", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "publicId", "typeName": "string" }, - { "name": "systemId", "typeName": "string" }, - { "name": "internalSubset", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XDocumentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XDocumentType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XContainer", - "attribute": "", - "interfaces": ["IXmlLineInfo", "IXmlSerializable"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "EmptySequence", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XAttribute", - "name": "FirstAttribute", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "bool", - "name": "HasAttributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "bool", - "name": "HasElements", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XAttribute", - "name": "LastAttribute", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XName", - "name": "Name", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "content", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "content", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "System.Xml.Linq.XStreamingElement" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "AncestorsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "AncestorsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XAttribute", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Attribute", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Attributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Attributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DescendantNodesAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "DescendantsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "DescendantsAndSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XNamespace", - "params": [], - "isStatic": false, - "name": "GetDefaultNamespace", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XNamespace", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "GetNamespaceOfPrefix", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ns", "typeName": "System.Xml.Linq.XNamespace" } - ], - "isStatic": false, - "name": "GetPrefixOfNamespace", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "textReader", "typeName": "System.IO.TextReader" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "textReader", "typeName": "System.IO.TextReader" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Nullable", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "UInt64", - "params": [ - { "name": "element", "typeName": "System.Xml.Linq.XElement" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } - ], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAll", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAttributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "ReplaceAll", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "ReplaceAll", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "ReplaceAttributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "ReplaceAttributes", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetAttributeValue", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetElementValue", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XElement", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "NamespaceName", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNamespace", - "name": "None", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNamespace", - "name": "Xml", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNamespace", - "name": "Xmlns", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XNamespace", - "params": [{ "name": "namespaceName", "typeName": "string" }], - "isStatic": true, - "name": "Get", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XName", - "params": [{ "name": "localName", "typeName": "string" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XName", - "params": [ - { "name": "ns", "typeName": "System.Xml.Linq.XNamespace" }, - { "name": "localName", "typeName": "string" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Xml.Linq.XNamespace" }, - { "name": "right", "typeName": "System.Xml.Linq.XNamespace" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XNamespace", - "params": [{ "name": "namespaceName", "typeName": "string" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Xml.Linq.XNamespace" }, - { "name": "right", "typeName": "System.Xml.Linq.XNamespace" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XNamespace", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XObject", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Xml.Linq.XNodeDocumentOrderComparer", - "name": "DocumentOrderComparer", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNodeEqualityComparer", - "name": "EqualityComparer", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNode", - "name": "NextNode", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XNode", - "name": "PreviousNode", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "AddAfterSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "AddAfterSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "AddBeforeSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "AddBeforeSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Ancestors", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "Ancestors", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "n1", "typeName": "System.Xml.Linq.XNode" }, - { "name": "n2", "typeName": "System.Xml.Linq.XNode" } - ], - "isStatic": true, - "name": "CompareDocumentOrder", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [], - "isStatic": false, - "name": "CreateReader", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { - "name": "readerOptions", - "typeName": "System.Xml.Linq.ReaderOptions" - } - ], - "isStatic": false, - "name": "CreateReader", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "n1", "typeName": "System.Xml.Linq.XNode" }, - { "name": "n2", "typeName": "System.Xml.Linq.XNode" } - ], - "isStatic": true, - "name": "DeepEquals", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "ElementsAfterSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "ElementsAfterSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "ElementsBeforeSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": "ElementsBeforeSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "node", "typeName": "System.Xml.Linq.XNode" }], - "isStatic": false, - "name": "IsAfter", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "node", "typeName": "System.Xml.Linq.XNode" }], - "isStatic": false, - "name": "IsBefore", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "NodesAfterSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "NodesBeforeSelf", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XNode", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": true, - "name": "ReadFrom", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "ReplaceWith", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "ReplaceWith", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XNode", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": ["IComparer", "IComparer"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "x", "typeName": "System.Xml.Linq.XNode" }, - { "name": "y", "typeName": "System.Xml.Linq.XNode" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XNodeDocumentOrderComparer", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEqualityComparer", "IEqualityComparer"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "System.Xml.Linq.XNode" }, - { "name": "y", "typeName": "System.Xml.Linq.XNode" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "System.Xml.Linq.XNode" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XNodeEqualityComparer", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "string", - "name": "BaseUri", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XDocument", - "name": "Document", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XElement", - "name": "Parent", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Changed", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Changing", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_Changed", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_Changed", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_Changing", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_Changing", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "annotation", "typeName": "object" }], - "isStatic": false, - "name": "AddAnnotation", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "Annotation", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "Annotations", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Annotations", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Annotation", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "RemoveAnnotations", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAnnotations", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XObject", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Linq.XObjectChange", - "name": "Add", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChange", - "name": "Name", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChange", - "name": "Remove", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChange", - "name": "Value", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Linq.XObjectChange", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XObjectChange", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Linq.XObjectChangeEventArgs", - "name": "Add", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChangeEventArgs", - "name": "Name", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChangeEventArgs", - "name": "Remove", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChangeEventArgs", - "name": "Value", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.Linq.XObjectChange", - "name": "ObjectChange", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "objectChange", - "typeName": "System.Xml.Linq.XObjectChange" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XObjectChangeEventArgs", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XNode", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "string", - "name": "Data", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Target", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "other", - "typeName": "System.Xml.Linq.XProcessingInstruction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XProcessingInstruction", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Linq.XName", - "name": "Name", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "content", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "System.Xml.Linq.XName" }, - { "name": "content", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "object[]" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XStreamingElement", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Linq", - "baseClass": "System.Xml.Linq.XNode", - "attribute": "", - "interfaces": ["IXmlLineInfo"], - "fields": [ - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "other", "typeName": "System.Xml.Linq.XText" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XText", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.Resolvers", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Resolvers.XmlKnownDtds", - "name": "All", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Resolvers.XmlKnownDtds", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Resolvers.XmlKnownDtds", - "name": "Rss091", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Resolvers.XmlKnownDtds", - "name": "Xhtml10", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Resolvers.XmlKnownDtds", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlKnownDtds", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Resolvers", - "baseClass": "System.Xml.XmlResolver", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "PreloadedUris", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "preloadedDtds", - "typeName": "System.Xml.Resolvers.XmlKnownDtds" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fallbackResolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fallbackResolver", - "typeName": "System.Xml.XmlResolver" - }, - { - "name": "preloadedDtds", - "typeName": "System.Xml.Resolvers.XmlKnownDtds" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fallbackResolver", - "typeName": "System.Xml.XmlResolver" - }, - { - "name": "preloadedDtds", - "typeName": "System.Xml.Resolvers.XmlKnownDtds" - }, - { - "name": "uriComparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "value", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "value", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "value", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntityAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Uri", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ResolveUri", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "SupportsType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlPreloadedResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", - "name": "IncludeMetadata", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "CodeExporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.CodeGenerationOptions", - "name": "EnableDataBinding", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.CodeGenerationOptions", - "name": "GenerateNewAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.CodeGenerationOptions", - "name": "GenerateOldAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.CodeGenerationOptions", - "name": "GenerateOrder", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.CodeGenerationOptions", - "name": "GenerateProperties", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.CodeGenerationOptions", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Serialization.CodeGenerationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "CodeGenerationOptions", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": true, - "name": "MakeCamel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": true, - "name": "MakePascal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": true, - "name": "MakeValid", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "CodeIdentifier", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "UseCamelCasing", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "caseSensitive", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identifier", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": false, - "name": "AddReserved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "identifier", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddUnique", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": false, - "name": "IsInUse", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": false, - "name": "MakeRightCase", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": false, - "name": "MakeUnique", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "identifier", "typeName": "string" }], - "isStatic": false, - "name": "RemoveReserved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "CodeIdentifiers", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "ShareTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.CodeIdentifiers", - "name": "TypeIdentifiers", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.Specialized.StringCollection", - "name": "Warnings", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identifiers", - "typeName": "System.Xml.Serialization.CodeIdentifiers" - }, - { "name": "shareTypes", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "ImportContext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "XmlSchema", - "params": [], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteXml", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IXmlSerializable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Normalized", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WhitespaceHandling", - "name": "WhitespaceHandling", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "IXmlTextParser", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection", - "name": "Extensions", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "SchemaImporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "AttributeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "attributeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapAttributeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.SoapAttributes", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.SoapAttributes", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "member", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Xml.Serialization.SoapAttributes" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "attributes", - "typeName": "System.Xml.Serialization.SoapAttributes" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapAttributeOverrides", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.SoapAttributeAttribute", - "name": "SoapAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "SoapDefaultValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.SoapElementAttribute", - "name": "SoapElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.SoapEnumAttribute", - "name": "SoapEnum", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "SoapIgnore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.SoapTypeAttribute", - "name": "SoapType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Reflection.ICustomAttributeProvider" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.CodeExporter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { "name": "mappings", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { "name": "mappings", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "metadata", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - }, - { - "name": "member", - "typeName": "System.Xml.Serialization.XmlMemberMapping" - } - ], - "isStatic": false, - "name": "AddMappingMetadata", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "metadata", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - }, - { - "name": "member", - "typeName": "System.Xml.Serialization.XmlMemberMapping" - }, - { "name": "forceUseMemberName", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddMappingMetadata", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - } - ], - "isStatic": false, - "name": "ExportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlTypeMapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - } - ], - "isStatic": false, - "name": "ExportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapCodeExporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapElementAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapEnumAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapIgnoreAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapIncludeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "defaultNamespace", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributeOverrides", - "typeName": "System.Xml.Serialization.SoapAttributeOverrides" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributeOverrides", - "typeName": "System.Xml.Serialization.SoapAttributeOverrides" - }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "writeAccessors", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "writeAccessors", "typeName": "bool" }, - { "name": "validate", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "writeAccessors", "typeName": "bool" }, - { "name": "validate", "typeName": "bool" }, - { - "name": "access", - "typeName": "System.Xml.Serialization.XmlMappingAccess" - } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "IncludeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Reflection.ICustomAttributeProvider" - } - ], - "isStatic": false, - "name": "IncludeTypes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapReflectionImporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "Parameter", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Scheme", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "scheme", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scheme", "typeName": "string" }, - { "name": "parameter", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "AuthenticationHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.AuthenticationHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "AuthenticationHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - } - ], - "isStatic": false, - "name": "ExportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - }, - { "name": "exportEnclosingType", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlTypeMapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - } - ], - "isStatic": false, - "name": "ExportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapSchemaExporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.SchemaImporter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - }, - { - "name": "context", - "typeName": "System.Xml.Serialization.ImportContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "context", - "typeName": "System.Xml.Serialization.ImportContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "typeIdentifiers", - "typeName": "System.Xml.Serialization.CodeIdentifiers" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "typeIdentifiers", - "typeName": "System.Xml.Serialization.CodeIdentifiers" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "baseType", "typeName": "System.Type" }, - { "name": "baseTypeCanBeIndirect", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportDerivedTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "member", - "typeName": "System.Xml.Serialization.SoapSchemaMember" - } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.SoapSchemaMember[]" - } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.SoapSchemaMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.SoapSchemaMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "baseType", "typeName": "System.Type" }, - { "name": "baseTypeCanBeIndirect", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapSchemaImporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "MemberName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "MemberType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapSchemaMember", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Extensions", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan?", - "name": "MaxAge", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "MaxStale", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan?", - "name": "MaxStaleLimit", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan?", - "name": "MinFresh", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "MustRevalidate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "NoCache", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "NoCacheHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "NoStore", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "NoTransform", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "OnlyIfCached", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "Private", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "PrivateHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "ProxyRevalidate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "Public", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan?", - "name": "SharedMaxAge", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "CacheControlHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.CacheControlHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "CacheControlHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IncludeInSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SoapTypeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.DateTimeOffset?", - "name": "CreationDate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "DispositionType", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "FileNameStar", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "ModificationDate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Parameters", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "ReadDate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long?", - "name": "Size", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "dispositionType", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "ContentDispositionHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.ContentDispositionHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ContentDispositionHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "long?", - "name": "From", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "HasLength", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "HasRange", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long?", - "name": "Length", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long?", - "name": "To", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Unit", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "length", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "long" }, - { "name": "to", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "long" }, - { "name": "to", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "ContentRangeHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.ContentRangeHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ContentRangeHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Net.Http.Headers.EntityTagHeaderValue", - "name": "Any", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "IsWeak", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Tag", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "isWeak", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "EntityTagHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.EntityTagHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "EntityTagHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "System.Net.Http.Headers.HttpHeaders", - "attribute": "", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Allow", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.ContentDispositionHeaderValue", - "name": "ContentDisposition", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "ContentEncoding", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "ContentLanguage", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long?", - "name": "ContentLength", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Uri", - "name": "ContentLocation", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "byte[]", - "name": "ContentMD5", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.ContentRangeHeaderValue", - "name": "ContentRange", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.MediaTypeHeaderValue", - "name": "ContentType", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "Expires", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "LastModified", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [], - "name": "HttpContentHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "TryAddWithoutValidation", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "TryAddWithoutValidation", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "TryGetValues", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "UnreferencedId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "UnreferencedObject", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "id", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "UnreferencedObjectEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "ParseAdd", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "TryParseAdd", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpHeaderValueCollection", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.UnreferencedObjectEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.UnreferencedObjectEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "UnreferencedObjectEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "System.Net.Http.Headers.HttpHeaders", - "attribute": "", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Accept", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "AcceptCharset", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "AcceptEncoding", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "AcceptLanguage", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.AuthenticationHeaderValue", - "name": "Authorization", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.CacheControlHeaderValue", - "name": "CacheControl", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Connection", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool?", - "name": "ConnectionClose", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "Date", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Expect", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool?", - "name": "ExpectContinue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "From", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "IfMatch", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "IfModifiedSince", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "IfNoneMatch", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.RangeConditionHeaderValue", - "name": "IfRange", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "IfUnmodifiedSince", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "int?", - "name": "MaxForwards", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Pragma", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.AuthenticationHeaderValue", - "name": "ProxyAuthorization", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.RangeHeaderValue", - "name": "Range", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Uri", - "name": "Referrer", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "TE", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Trailer", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "TransferEncoding", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool?", - "name": "TransferEncodingChunked", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Upgrade", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "UserAgent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Via", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Warning", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [], - "name": "HttpRequestHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAnyAttributeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Order", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAnyElementAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAnyElementAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "System.Net.Http.Headers.HttpHeaders", - "attribute": "", - "interfaces": ["IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "AcceptRanges", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan?", - "name": "Age", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.CacheControlHeaderValue", - "name": "CacheControl", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Connection", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool?", - "name": "ConnectionClose", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "Date", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.EntityTagHeaderValue", - "name": "ETag", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Uri", - "name": "Location", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Pragma", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "ProxyAuthenticate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.RetryConditionHeaderValue", - "name": "RetryAfter", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Server", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Trailer", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "TransferEncoding", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool?", - "name": "TransferEncodingChunked", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Upgrade", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Vary", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Via", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "Warning", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", - "name": "WwwAuthenticate", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [], - "name": "HttpResponseHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Form", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Order", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlArrayAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "CharSet", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "MediaType", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Parameters", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mediaType", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "MediaTypeHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.MediaTypeHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "MediaTypeHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Form", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "NestingLevel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlArrayItemAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "System.Net.Http.Headers.MediaTypeHeaderValue", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "double?", - "name": "Quality", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mediaType", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mediaType", "typeName": "string" }, - { "name": "quality", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "MediaTypeWithQualityHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "MediaTypeWithQualityHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlArrayItemAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "NameValueHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.NameValueHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "NameValueHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "System.Net.Http.Headers.NameValueHeaderValue", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Parameters", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "NameValueWithParametersHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.NameValueWithParametersHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "NameValueWithParametersHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "version", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "ProductHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.ProductHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ProductHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "Comment", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.ProductHeaderValue", - "name": "Product", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "product", - "typeName": "System.Net.Http.Headers.ProductHeaderValue" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "comment", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "productName", "typeName": "string" }, - { "name": "productVersion", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "ProductInfoHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.ProductInfoHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ProductInfoHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.DateTimeOffset?", - "name": "Date", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.EntityTagHeaderValue", - "name": "EntityTag", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "date", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entityTag", - "typeName": "System.Net.Http.Headers.EntityTagHeaderValue" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "entityTag", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "RangeConditionHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.RangeConditionHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "RangeConditionHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "AttributeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Form", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "attributeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "attributeName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAttributeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlAttribute", - "name": "Attr", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ExpectedAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "ObjectBeingDeserialized", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlAttributeEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.XmlAttributeEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.XmlAttributeEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAttributeEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Ranges", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Unit", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "long?" }, - { "name": "to", "typeName": "long?" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "RangeHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.RangeHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "RangeHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlAttributes", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlAttributes", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "member", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Xml.Serialization.XmlAttributes" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "attributes", - "typeName": "System.Xml.Serialization.XmlAttributes" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAttributeOverrides", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "long?", - "name": "From", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long?", - "name": "To", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "long?" }, - { "name": "to", "typeName": "long?" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "RangeItemHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.DateTimeOffset?", - "name": "Date", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan?", - "name": "Delta", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "date", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delta", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "RetryConditionHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.RetryConditionHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "RetryConditionHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlAnyAttributeAttribute", - "name": "XmlAnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlAnyElementAttributes", - "name": "XmlAnyElements", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlArrayAttribute", - "name": "XmlArray", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlArrayItemAttributes", - "name": "XmlArrayItems", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlAttributeAttribute", - "name": "XmlAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlChoiceIdentifierAttribute", - "name": "XmlChoiceIdentifier", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "XmlDefaultValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlElementAttributes", - "name": "XmlElements", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlEnumAttribute", - "name": "XmlEnum", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "XmlIgnore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Xmlns", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlRootAttribute", - "name": "XmlRoot", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlTextAttribute", - "name": "XmlText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlTypeAttribute", - "name": "XmlType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Reflection.ICustomAttributeProvider" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "double?", - "name": "Quality", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "quality", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "StringWithQualityHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.StringWithQualityHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "StringWithQualityHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "MemberName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlChoiceIdentifierAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.CodeExporter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { "name": "mappings", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { "name": "mappings", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "metadata", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - }, - { - "name": "member", - "typeName": "System.Xml.Serialization.XmlMemberMapping" - }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "AddMappingMetadata", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "metadata", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - }, - { - "name": "member", - "typeName": "System.Xml.Serialization.XmlMemberMapping" - }, - { "name": "ns", "typeName": "string" }, - { "name": "forceUseMemberName", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddMappingMetadata", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "metadata", - "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" - }, - { - "name": "mapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "AddMappingMetadata", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - } - ], - "isStatic": false, - "name": "ExportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlTypeMapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - } - ], - "isStatic": false, - "name": "ExportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlCodeExporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlAttributeEventHandler", - "name": "OnUnknownAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlElementEventHandler", - "name": "OnUnknownElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlNodeEventHandler", - "name": "OnUnknownNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler", - "name": "OnUnreferencedObject", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDeserializationEvents", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Collections.Generic.ICollection", - "name": "Parameters", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "TransferCodingHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.TransferCodingHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "TransferCodingHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "System.Net.Http.Headers.TransferCodingHeaderValue", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "double?", - "name": "Quality", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "quality", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "TransferCodingWithQualityHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "TransferCodingWithQualityHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "Comment", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "ProtocolName", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "ProtocolVersion", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "ReceivedBy", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "protocolVersion", "typeName": "string" }, - { "name": "receivedBy", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "protocolVersion", "typeName": "string" }, - { "name": "receivedBy", "typeName": "string" }, - { "name": "protocolName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "protocolVersion", "typeName": "string" }, - { "name": "receivedBy", "typeName": "string" }, - { "name": "protocolName", "typeName": "string" }, - { "name": "comment", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "ViaHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.ViaHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ViaHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http.Headers", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "Agent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "int", - "name": "Code", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.DateTimeOffset?", - "name": "Date", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "code", "typeName": "int" }, - { "name": "agent", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "code", "typeName": "int" }, - { "name": "agent", "typeName": "string" }, - { "name": "text", "typeName": "string" }, - { "name": "date", "typeName": "System.DateTimeOffset" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "WarningHeaderValue", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "parsedValue", - "typeName": "System.Net.Http.Headers.WarningHeaderValue" - } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "WarningHeaderValue", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Form", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Order", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlElementAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlElementAttribute", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlElementAttribute" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlElementAttribute" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Xml.Serialization.XmlElementAttribute[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlElementAttribute" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlElementAttribute" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attribute", - "typeName": "System.Xml.Serialization.XmlElementAttribute" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlElementAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlElement", - "name": "Element", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ExpectedElements", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "ObjectBeingDeserialized", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlElementEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.XmlElementEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.XmlElementEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlElementEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlEnumAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlIgnoreAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlIncludeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.HttpContent", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ByteArrayContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Http.ClientCertificateOption", - "name": "Automatic", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.ClientCertificateOption", - "name": "Manual", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Http.ClientCertificateOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "ClientCertificateOption", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.HttpMessageHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Http.HttpMessageHandler", - "name": "InnerHandler", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [], - "name": "DelegatingHandler", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.ByteArrayContent", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "nameValueCollection", - "typeName": "System.Collections.Generic.IEnumerable>" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "FormUrlEncodedContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.HttpMessageInvoker", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Uri", - "name": "BaseAddress", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpRequestHeaders", - "name": "DefaultRequestHeaders", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long", - "name": "MaxResponseContentBufferSize", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "Timeout", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Net.Http.HttpMessageHandler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Net.Http.HttpMessageHandler" - }, - { "name": "disposeHandler", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelPendingRequests", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "string" }], - "isStatic": false, - "name": "DeleteAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "DeleteAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DeleteAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "DeleteAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "string" }], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { - "name": "completionOption", - "typeName": "System.Net.Http.HttpCompletionOption" - } - ], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { - "name": "completionOption", - "typeName": "System.Net.Http.HttpCompletionOption" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { - "name": "completionOption", - "typeName": "System.Net.Http.HttpCompletionOption" - } - ], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { - "name": "completionOption", - "typeName": "System.Net.Http.HttpCompletionOption" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "string" }], - "isStatic": false, - "name": "GetByteArrayAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetByteArrayAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "string" }], - "isStatic": false, - "name": "GetStreamAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetStreamAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "string" }], - "isStatic": false, - "name": "GetStringAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetStringAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" } - ], - "isStatic": false, - "name": "PostAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "PostAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" } - ], - "isStatic": false, - "name": "PostAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "PostAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" } - ], - "isStatic": false, - "name": "PutAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "string" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "PutAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" } - ], - "isStatic": false, - "name": "PutAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "requestUri", "typeName": "System.Uri" }, - { "name": "content", "typeName": "System.Net.Http.HttpContent" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "PutAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "request", - "typeName": "System.Net.Http.HttpRequestMessage" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "request", - "typeName": "System.Net.Http.HttpRequestMessage" - }, - { - "name": "completionOption", - "typeName": "System.Net.Http.HttpCompletionOption" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "request", - "typeName": "System.Net.Http.HttpRequestMessage" - }, - { - "name": "completionOption", - "typeName": "System.Net.Http.HttpCompletionOption" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "request", - "typeName": "System.Net.Http.HttpRequestMessage" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpClient", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.HttpMessageHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "AllowAutoRedirect", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.DecompressionMethods", - "name": "AutomaticDecompression", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "CheckCertificateRevocationList", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.ClientCertificateOption", - "name": "ClientCertificateOptions", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", - "name": "ClientCertificates", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.CookieContainer", - "name": "CookieContainer", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "DefaultProxyCredentials", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "int", - "name": "MaxAutomaticRedirections", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "int", - "name": "MaxConnectionsPerServer", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "long", - "name": "MaxRequestContentBufferSize", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "int", - "name": "MaxResponseHeadersLength", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "PreAuthenticate", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.IDictionary", - "name": "Properties", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Func", - "name": "ServerCertificateCustomValidationCallback", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "SslProtocols", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "SupportsAutomaticDecompression", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "SupportsProxy", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "SupportsRedirectConfiguration", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "UseCookies", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "UseProxy", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpClientHandler", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Http.HttpCompletionOption", - "name": "ResponseContentRead", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpCompletionOption", - "name": "ResponseHeadersRead", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Http.HttpCompletionOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpCompletionOption", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Http.Headers.HttpContentHeaders", - "name": "Headers", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Task", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "CopyToAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "context", "typeName": "System.Net.TransportContext" } - ], - "isStatic": false, - "name": "CopyToAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "LoadIntoBufferAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "maxBufferSize", "typeName": "long" }], - "isStatic": false, - "name": "LoadIntoBufferAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadAsByteArrayAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadAsStreamAsync", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadAsStringAsync", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpMessageHandler", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XsdElementName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Net.Http.HttpMessageHandler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Net.Http.HttpMessageHandler" - }, - { "name": "disposeHandler", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "request", - "typeName": "System.Net.Http.HttpRequestMessage" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpMessageInvoker", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Delete", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Get", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Head", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "Method", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Options", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Post", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Put", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Trace", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "method", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Net.Http.HttpMethod" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Net.Http.HttpMethod" }, - { "name": "right", "typeName": "System.Net.Http.HttpMethod" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Net.Http.HttpMethod" }, - { "name": "right", "typeName": "System.Net.Http.HttpMethod" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpMethod", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpRequestException", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Http.HttpContent", - "name": "Content", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpRequestHeaders", - "name": "Headers", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpMethod", - "name": "Method", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Collections.Generic.IDictionary", - "name": "Properties", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "method", "typeName": "System.Net.Http.HttpMethod" }, - { "name": "requestUri", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "method", "typeName": "System.Net.Http.HttpMethod" }, - { "name": "requestUri", "typeName": "System.Uri" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpRequestMessage", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Http.HttpContent", - "name": "Content", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.Headers.HttpResponseHeaders", - "name": "Headers", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "bool", - "name": "IsSuccessStatusCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "string", - "name": "ReasonPhrase", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.Http.HttpRequestMessage", - "name": "RequestMessage", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "StatusCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "statusCode", "typeName": "System.Net.HttpStatusCode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "HttpResponseMessage", - "params": [], - "isStatic": false, - "name": "EnsureSuccessStatusCode", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "HttpResponseMessage", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.DelegatingHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [], - "name": "MessageProcessingHandler", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.HttpContent", - "attribute": "", - "interfaces": ["IDisposable", "IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "subtype", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subtype", "typeName": "string" }, - { "name": "boundary", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "System.Net.Http.HttpContent" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "MultipartContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.MultipartContent", - "attribute": "", - "interfaces": ["IDisposable", "IEnumerable", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "boundary", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "System.Net.Http.HttpContent" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "System.Net.Http.HttpContent" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "System.Net.Http.HttpContent" }, - { "name": "name", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "MultipartFormDataContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.HttpContent", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "System.IO.Stream" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "StreamContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Net.Http", - "baseClass": "System.Net.Http.ByteArrayContent", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "content", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Net.Http.dll" - } - ], - "name": "StringContent", - "comment": "", - "location": "System.Net.Http.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlMappingAccess", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlMappingAccess", - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlMappingAccess", - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Serialization.XmlMappingAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlMappingAccess", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Any", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CheckSpecified", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "MemberName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeFullName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XsdElementName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "GenerateTypeName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlMemberMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.XmlMapping", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlMemberMapping", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeNamespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNamespaceDeclarationsAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "ObjectBeingDeserialized", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlNodeEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.XmlNodeEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Serialization.XmlNodeEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "defaultNamespace", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributeOverrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributeOverrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "rpc", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "rpc", "typeName": "bool" }, - { "name": "openModel", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "elementName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlReflectionMember[]" - }, - { "name": "hasWrapperElement", "typeName": "bool" }, - { "name": "rpc", "typeName": "bool" }, - { "name": "openModel", "typeName": "bool" }, - { - "name": "access", - "typeName": "System.Xml.Serialization.XmlMappingAccess" - } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - } - ], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "IncludeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Reflection.ICustomAttributeProvider" - } - ], - "isStatic": false, - "name": "IncludeTypes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlReflectionImporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsReturnValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "MemberName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "MemberType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "OverrideIsNullable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.SoapAttributes", - "name": "SoapAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlAttributes", - "name": "XmlAttributes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlReflectionMember", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ElementName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlRootAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchema", - "name": "Current", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "list", - "typeName": "System.Xml.Serialization.XmlSchemas" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ns", "typeName": "string" }], - "isStatic": false, - "name": "ExportAnyType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "members", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - } - ], - "isStatic": false, - "name": "ExportAnyType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - } - ], - "isStatic": false, - "name": "ExportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - }, - { "name": "exportEnclosingType", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { - "name": "xmlMembersMapping", - "typeName": "System.Xml.Serialization.XmlMembersMapping" - } - ], - "isStatic": false, - "name": "ExportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlTypeMapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - } - ], - "isStatic": false, - "name": "ExportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaExporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.SchemaImporter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - }, - { - "name": "context", - "typeName": "System.Xml.Serialization.ImportContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "context", - "typeName": "System.Xml.Serialization.ImportContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "typeIdentifiers", - "typeName": "System.Xml.Serialization.CodeIdentifiers" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "typeIdentifiers", - "typeName": "System.Xml.Serialization.CodeIdentifiers" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "elementName", "typeName": "string" } - ], - "isStatic": false, - "name": "ImportAnyType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "baseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ImportDerivedTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "baseType", "typeName": "System.Type" }, - { "name": "baseTypeCanBeIndirect", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportDerivedTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "members", - "typeName": "System.Xml.Serialization.SoapSchemaMember[]" - } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "names", "typeName": "System.Xml.XmlQualifiedName[]" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlMembersMapping", - "params": [ - { "name": "names", "typeName": "System.Xml.XmlQualifiedName[]" }, - { "name": "baseType", "typeName": "System.Type" }, - { "name": "baseTypeCanBeIndirect", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportMembersMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "baseType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "baseType", "typeName": "System.Type" }, - { "name": "baseTypeCanBeIndirect", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlTypeMapping", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "ImportTypeMapping", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaImporter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsAny", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaProviderAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompiled", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchema", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchema", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" }, - { "name": "baseUri", "typeName": "System.Uri" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "AddReference", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - }, - { "name": "fullCompile", "typeName": "bool" } - ], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "targetNamespace", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Xml.Schema.XmlSchema[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "ns", "typeName": "string" }], - "isStatic": false, - "name": "GetSchemas", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": true, - "name": "IsDataSet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemas", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "collection", "typeName": "object" }, - { "name": "collectionItems", "typeName": "object" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "collection", "typeName": "object" }, - { "name": "collectionItems", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializationCollectionFixupCallback", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fixup", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "fixup", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializationFixupCallback", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "XmlSerializationGeneratedCode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializationReadCallback", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.XmlSerializationGeneratedCode", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "XmlSerializationReader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializationWriteCallback", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.XmlSerializationGeneratedCode", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "XmlSerializationWriter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlAttributeEventHandler", - "name": "UnknownAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlElementEventHandler", - "name": "UnknownElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlNodeEventHandler", - "name": "UnknownNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler", - "name": "UnreferencedObject", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "extraTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "extraTypes", "typeName": "System.Type[]" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "extraTypes", "typeName": "System.Type[]" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" }, - { "name": "location", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "extraTypes", "typeName": "System.Type[]" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" }, - { "name": "location", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "xmlTypeMapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.XmlAttributeEventHandler" - } - ], - "isStatic": false, - "name": "add_UnknownAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.XmlAttributeEventHandler" - } - ], - "isStatic": false, - "name": "remove_UnknownAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.XmlElementEventHandler" - } - ], - "isStatic": false, - "name": "add_UnknownElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.XmlElementEventHandler" - } - ], - "isStatic": false, - "name": "remove_UnknownElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.XmlNodeEventHandler" - } - ], - "isStatic": false, - "name": "add_UnknownNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.XmlNodeEventHandler" - } - ], - "isStatic": false, - "name": "remove_UnknownNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler" - } - ], - "isStatic": false, - "name": "add_UnreferencedObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler" - } - ], - "isStatic": false, - "name": "remove_UnreferencedObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "xmlReader", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "CanDeserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "textReader", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "xmlReader", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "xmlReader", "typeName": "System.Xml.XmlReader" }, - { "name": "encodingStyle", "typeName": "string" } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "xmlReader", "typeName": "System.Xml.XmlReader" }, - { "name": "encodingStyle", "typeName": "string" }, - { - "name": "events", - "typeName": "System.Xml.Serialization.XmlDeserializationEvents" - } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "xmlReader", "typeName": "System.Xml.XmlReader" }, - { - "name": "events", - "typeName": "System.Xml.Serialization.XmlDeserializationEvents" - } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "mappings", - "typeName": "System.Xml.Serialization.XmlMapping[]" - } - ], - "isStatic": true, - "name": "FromMappings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "mappings", - "typeName": "System.Xml.Serialization.XmlMapping[]" - }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "FromMappings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "mappings", - "typeName": "System.Xml.Serialization.XmlMapping[]" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "FromMappings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "types", "typeName": "System.Type[]" }], - "isStatic": true, - "name": "FromTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "mappings", - "typeName": "System.Xml.Serialization.XmlMapping[]" - } - ], - "isStatic": true, - "name": "GenerateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "mappings", - "typeName": "System.Xml.Serialization.XmlMapping[]" - }, - { - "name": "parameters", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - } - ], - "isStatic": true, - "name": "GenerateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetXmlSerializerAssemblyName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": true, - "name": "GetXmlSerializerAssemblyName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "o", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "o", "typeName": "object" }, - { - "name": "namespaces", - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" - } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" }, - { "name": "o", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textWriter", "typeName": "System.IO.TextWriter" }, - { "name": "o", "typeName": "object" }, - { - "name": "namespaces", - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" - } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, - { "name": "o", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, - { "name": "o", "typeName": "object" }, - { - "name": "namespaces", - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" - } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, - { "name": "o", "typeName": "object" }, - { - "name": "namespaces", - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" - }, - { "name": "encodingStyle", "typeName": "string" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, - { "name": "o", "typeName": "object" }, - { - "name": "namespaces", - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" - }, - { "name": "encodingStyle", "typeName": "string" }, - { "name": "id", "typeName": "string" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "AssemblyName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "CodeBase", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "codeBase", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializerAssemblyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "extraTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "extraTypes", "typeName": "System.Type[]" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "extraTypes", "typeName": "System.Type[]" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" }, - { "name": "location", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "overrides", - "typeName": "System.Xml.Serialization.XmlAttributeOverrides" - }, - { "name": "extraTypes", "typeName": "System.Type[]" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - }, - { "name": "defaultNamespace", "typeName": "string" }, - { "name": "location", "typeName": "string" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "root", - "typeName": "System.Xml.Serialization.XmlRootAttribute" - } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [ - { - "name": "xmlTypeMapping", - "typeName": "System.Xml.Serialization.XmlTypeMapping" - } - ], - "isStatic": false, - "name": "CreateSerializer", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializerFactory", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.XmlSerializationReader", - "name": "Reader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.Hashtable", - "name": "ReadMethods", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.Hashtable", - "name": "TypedSerializers", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.Hashtable", - "name": "WriteMethods", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlSerializationWriter", - "name": "Writer", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "CanSerialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSerializer", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetSerializer", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializerImplementation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "namespaces", - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "namespaces", - "typeName": "System.Xml.XmlQualifiedName[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializerNamespaces", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ParentAssemblyId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializerVersionAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlTextAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "AnonymousType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IncludeInSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlTypeAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization", - "baseClass": "System.Xml.Serialization.XmlMapping", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "TypeFullName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XsdTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XsdTypeNamespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlTypeMapping", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNil", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "MemberType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaAttribute", - "name": "SchemaAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaElement", - "name": "SchemaElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "SchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidity", - "name": "Validity", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "IXmlSchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaException", - "name": "Exception", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSeverityType", - "name": "Severity", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "ValidationEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Xml.Schema.ValidationEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Schema.ValidationEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization.Advanced", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "any", "typeName": "System.Xml.Schema.XmlSchemaAny" }, - { "name": "mixed", "typeName": "bool" }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportAnyElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "CodeExpression", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "type", "typeName": "string" } - ], - "isStatic": false, - "name": "ImportDefaultValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { - "name": "context", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Xml.Schema.XmlSchemaType" }, - { - "name": "context", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { - "name": "schemas", - "typeName": "System.Xml.Serialization.XmlSchemas" - }, - { - "name": "importer", - "typeName": "System.Xml.Serialization.XmlSchemaImporter" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - }, - { - "name": "mainNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "options", - "typeName": "System.Xml.Serialization.CodeGenerationOptions" - }, - { - "name": "codeProvider", - "typeName": "System.CodeDom.Compiler.CodeDomProvider" - } - ], - "isStatic": false, - "name": "ImportSchemaType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SchemaImporterExtension", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization.Advanced", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "extension", - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "extension", - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "extension", - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "extension", - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "extension", - "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SchemaImporterExtensionCollection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Net.Mail.AttachmentBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Uri", - "name": "BaseUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.LinkedResourceCollection", - "name": "LinkedResources", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AlternateView", - "params": [{ "name": "content", "typeName": "string" }], - "isStatic": true, - "name": "CreateAlternateViewFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AlternateView", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": true, - "name": "CreateAlternateViewFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AlternateView", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "contentEncoding", "typeName": "System.Text.Encoding" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateAlternateViewFromString", - "comment": "", - "location": "System.dll" - } - ], - "name": "AlternateView", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable", - "IDisposable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - } - ], - "name": "AlternateViewCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Net.Mail.AttachmentBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Mime.ContentDisposition", - "name": "ContentDisposition", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "NameEncoding", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "name", "typeName": "string" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Attachment", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": true, - "name": "CreateAttachmentFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Attachment", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateAttachmentFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Attachment", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "contentEncoding", "typeName": "System.Text.Encoding" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateAttachmentFromString", - "comment": "", - "location": "System.dll" - } - ], - "name": "Attachment", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "ContentId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "ContentStream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.ContentType", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "TransferEncoding", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - } - ], - "name": "AttachmentBase", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable", - "IDisposable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - } - ], - "name": "AttachmentCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mail.DeliveryNotificationOptions", - "name": "Delay", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.DeliveryNotificationOptions", - "name": "Never", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.DeliveryNotificationOptions", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.DeliveryNotificationOptions", - "name": "OnFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.DeliveryNotificationOptions", - "name": "OnSuccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mail.DeliveryNotificationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DeliveryNotificationOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Net.Mail.AttachmentBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Uri", - "name": "ContentLink", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "contentStream", "typeName": "System.IO.Stream" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedResource", - "params": [{ "name": "content", "typeName": "string" }], - "isStatic": true, - "name": "CreateLinkedResourceFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedResource", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } - ], - "isStatic": true, - "name": "CreateLinkedResourceFromString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "LinkedResource", - "params": [ - { "name": "content", "typeName": "string" }, - { "name": "contentEncoding", "typeName": "System.Text.Encoding" }, - { "name": "mediaType", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateLinkedResourceFromString", - "comment": "", - "location": "System.dll" - } - ], - "name": "LinkedResource", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", - "name": "Mode", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "DateTimeSerializationSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable", - "IDisposable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - } - ], - "name": "LinkedResourceCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "User", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "displayName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "displayName", "typeName": "string" }, - { - "name": "displayNameEncoding", - "typeName": "System.Text.Encoding" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "MailAddress", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", - "name": "Default", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", - "name": "Local", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", - "name": "Roundtrip", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "DateTimeSerializationMode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.XPath.XPathItem", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "bool", - "name": "IsNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "TypedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "ValueAsBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.DateTime", - "name": "ValueAsDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "double", - "name": "ValueAsDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "ValueAsInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "long", - "name": "ValueAsLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "ValueType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "XmlType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlAtomicValue", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "nsResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ValueAs", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAtomicValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "addresses", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "MailAddressCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Mail.AlternateViewCollection", - "name": "AlternateViews", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.AttachmentCollection", - "name": "Attachments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddressCollection", - "name": "Bcc", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Body", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "BodyEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "BodyTransferEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddressCollection", - "name": "CC", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.DeliveryNotificationOptions", - "name": "DeliveryNotificationOptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddress", - "name": "From", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "HeadersEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsBodyHtml", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailPriority", - "name": "Priority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddress", - "name": "ReplyTo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddressCollection", - "name": "ReplyToList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddress", - "name": "Sender", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Subject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "SubjectEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailAddressCollection", - "name": "To", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "System.Net.Mail.MailAddress" }, - { "name": "to", "typeName": "System.Net.Mail.MailAddress" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "string" }, - { "name": "to", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "string" }, - { "name": "to", "typeName": "string" }, - { "name": "subject", "typeName": "string" }, - { "name": "body", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - } - ], - "name": "MailMessage", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "InstanceNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "AttributeFormDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "AttributeGroups", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "BlockDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "ElementFormDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "Elements", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "FinalDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "Groups", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Includes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsCompiled", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "Notations", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "SchemaTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TargetNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlAttribute[]", - "name": "UnhandledAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "reader", "typeName": "System.IO.TextReader" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "namespaceManager", - "typeName": "System.Xml.XmlNamespaceManager" - } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { - "name": "namespaceManager", - "typeName": "System.Xml.XmlNamespaceManager" - } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { - "name": "namespaceManager", - "typeName": "System.Xml.XmlNamespaceManager" - } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mail.MailPriority", - "name": "High", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailPriority", - "name": "Low", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.MailPriority", - "name": "Normal", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mail.MailPriority", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "MailPriority", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationSectionGroup", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ApplicationSettingsGroup", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.AsyncCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.AsyncCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SendCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationValidatorBase", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "CanValidate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "RootedPathValidator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaGroupBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAll", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnnotation", - "name": "Annotation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlAttribute[]", - "name": "UnhandledAttributes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAnnotated", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpAccess", - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpAccess", - "name": "ConnectToUnrestrictedPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpAccess", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mail.SmtpAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpAccess", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SchemaImporterExtensionElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlAttribute[]", - "name": "UnhandledAttributes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAnnotation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", - "name": "ClientCertificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentialsByHost", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpDeliveryFormat", - "name": "DeliveryFormat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpDeliveryMethod", - "name": "DeliveryMethod", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableSsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PickupDirectoryLocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ServicePoint", - "name": "ServicePoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "TargetName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Timeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SendCompletedEventHandler", - "name": "SendCompleted", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "host", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.Mail.SendCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_SendCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.Mail.SendCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_SendCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "System.Net.Mail.MailMessage" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "string" }, - { "name": "recipients", "typeName": "string" }, - { "name": "subject", "typeName": "string" }, - { "name": "body", "typeName": "string" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "System.Net.Mail.MailMessage" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "string" }, - { "name": "recipients", "typeName": "string" }, - { "name": "subject", "typeName": "string" }, - { "name": "body", "typeName": "string" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SendAsyncCancel", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "message", "typeName": "System.Net.Mail.MailMessage" } - ], - "isStatic": false, - "name": "SendMailAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "from", "typeName": "string" }, - { "name": "recipients", "typeName": "string" }, - { "name": "subject", "typeName": "string" }, - { "name": "body", "typeName": "string" } - ], - "isStatic": false, - "name": "SendMailAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpClient", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaParticle", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "name": "ProcessContents", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAny", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpDeliveryFormat", - "name": "International", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpDeliveryFormat", - "name": "SevenBit", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mail.SmtpDeliveryFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpDeliveryFormat", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpDeliveryMethod", - "name": "Network", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpDeliveryMethod", - "name": "PickupDirectoryFromIis", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpDeliveryMethod", - "name": "SpecifiedPickupDirectory", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mail.SmtpDeliveryMethod", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpDeliveryMethod", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "name": "ProcessContents", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SchemaImporterExtensionElementCollection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlNode[]", - "name": "Markup", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAppInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection", - "name": "SchemaImporterExtensions", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SchemaImporterExtensionsSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "AttributeSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "AttributeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "DefaultValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "FixedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Form", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "QualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "RefName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "SchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "SchemaTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaUse", - "name": "Use", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "QualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaAttributeGroup", - "name": "RedefinedAttributeGroup", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAttributeGroup", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSectionGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection", - "name": "DateTimeSerialization", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection", - "name": "SchemaImporterExtensions", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.Configuration.XmlSerializerSection", - "name": "XmlSerializer", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "SerializationSectionGroup", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "StatusCode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "statusCode", - "typeName": "System.Net.Mail.SmtpStatusCode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "statusCode", - "typeName": "System.Net.Mail.SmtpStatusCode" - }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "RefName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaAttributeGroupRef", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CheckDeserializeAdvances", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "TempFilesLocation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "UseLegacySerializerGeneration", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSerializerSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Net.Mail.SmtpException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "FailedRecipient", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "statusCode", - "typeName": "System.Net.Mail.SmtpStatusCode" - }, - { "name": "failedRecipient", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "statusCode", - "typeName": "System.Net.Mail.SmtpStatusCode" - }, - { "name": "failedRecipient", "typeName": "string" }, - { "name": "serverResponse", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "failedRecipient", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpFailedRecipientException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaGroupBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaChoice", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Net.Mail.SmtpFailedRecipientException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpFailedRecipientException[]", - "name": "InnerExceptions", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "innerExceptions", - "typeName": "System.Net.Mail.SmtpFailedRecipientException[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpFailedRecipientsException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "AppSettingsReader", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchema", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.ValidationEventHandler", - "name": "ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nametable", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "add_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "remove_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "ns", "typeName": "string" }, - { "name": "uri", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "ns", "typeName": "string" }, - { "name": "reader", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "ns", "typeName": "string" }, - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schema", - "typeName": "System.Xml.Schema.XmlSchemaCollection" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ns", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Xml.Schema.XmlSchema[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaCollectionEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaCollection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpAccess", - "name": "Access", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "unrestricted", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "access", "typeName": "System.Net.Mail.SmtpAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "access", "typeName": "System.Net.Mail.SmtpAccess" } - ], - "isStatic": false, - "name": "AddPermission", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchema", - "name": "Current", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaCollectionEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Access", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "EnableUpaCheck", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaCompilationSettings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mail", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "BadCommandSequence", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "CannotVerifyUserWillAttemptDelivery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "ClientNotPermitted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "CommandNotImplemented", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "CommandParameterNotImplemented", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "CommandUnrecognized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "ExceededStorageAllocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "GeneralFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "HelpMessage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "InsufficientStorage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "LocalErrorInProcessing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "MailboxBusy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "MailboxNameNotAllowed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "MailboxUnavailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "MustIssueStartTlsFirst", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "Ok", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "ServiceClosingTransmissionChannel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "ServiceNotAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "ServiceReady", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "StartMailInput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "SyntaxError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "SystemStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "TransactionFailed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "UserNotLocalTryAlternatePath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpStatusCode", - "name": "UserNotLocalWillForward", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mail.SmtpStatusCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpStatusCode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.SettingElementCollection", - "name": "Settings", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ClientSettingsSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "BareMessage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Filename", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Line", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" }, - { "name": "filename", "typeName": "string" }, - { "name": "line", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" }, - { "name": "node", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "filename", "typeName": "string" }, - { "name": "line", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "node", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], - "isStatic": true, - "name": "GetXmlNodeFilename", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], - "isStatic": true, - "name": "GetXmlNodeLineNumber", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConfigurationException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaContentModel", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaContent", - "name": "Content", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsMixed", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaComplexContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "BaseTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaParticle", - "name": "Particle", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaComplexContentExtension", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "BaseTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaParticle", - "name": "Particle", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaComplexContentRestriction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [], - "name": "OperationAbortedException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.ParameterDirection", - "name": "Input", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "InputOutput", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "Output", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "ReturnValue", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.ParameterDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ParameterDirection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.PropertyAttributes", - "name": "NotSupported", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyAttributes", - "name": "Optional", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyAttributes", - "name": "Read", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyAttributes", - "name": "Required", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.PropertyAttributes", - "name": "Write", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.PropertyAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "PropertyAttributes", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Collections.Hashtable", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICloneable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "PropertyCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "AttributeUses", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AttributeWildcard", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Block", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "BlockResolved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentModel", - "name": "ContentModel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentType", - "name": "ContentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaParticle", - "name": "ContentTypeParticle", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsMixed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaParticle", - "name": "Particle", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaComplexType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "XmlSchemaContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaContent", - "name": "Content", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlSchemaContentModel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "name": "Lax", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "name": "Skip", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "name": "Strict", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaContentProcessing", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaContentProcessing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaContentType", - "name": "ElementOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentType", - "name": "Empty", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentType", - "name": "Mixed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaContentType", - "name": "TextOnly", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaContentType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaContentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "TokenizedType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "TypeCode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "ValueType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", - "name": "Variety", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ChangeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "targetType", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ChangeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "datatype", - "typeName": "System.Xml.Schema.XmlSchemaDatatype" - } - ], - "isStatic": false, - "name": "IsDerivedFrom", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" }, - { "name": "nsmgr", "typeName": "System.Xml.IXmlNamespaceResolver" } - ], - "isStatic": false, - "name": "ParseValue", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaDatatype", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", - "name": "Atomic", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", - "name": "List", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", - "name": "Union", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaDatatypeVariety", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "All", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Empty", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Extension", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "List", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Restriction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Substitution", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Union", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaDerivationMethod", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "AppSettings", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "sectionName", "typeName": "string" }], - "isStatic": true, - "name": "GetConfig", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConfigurationSettings", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ReadOnlyException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultSettingValueAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Xml.XmlDocument", - "attribute": "", - "interfaces": [ - "IEnumerable", - "ICloneable", - "IXPathNavigable", - "IConfigErrorInfo" - ], - "fields": [ - { - "typeName": "string", - "name": "Filename", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateAttribute", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlCDataSection", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "CreateCDataSection", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlComment", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "CreateComment", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateElement", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlSignificantWhitespace", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "CreateSignificantWhitespace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlText", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "CreateTextNode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "XmlWhitespace", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "CreateWhitespace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { "name": "sourceReader", "typeName": "System.Xml.XmlTextReader" } - ], - "isStatic": false, - "name": "LoadSingleElement", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConfigXmlDocument", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "RowNotInTableException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.Rule", - "name": "Cascade", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Rule", - "name": "None", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Rule", - "name": "SetDefault", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Rule", - "name": "SetNull", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.Rule", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "Rule", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "context", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "DictionarySectionHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SchemaSerializationMode", - "name": "ExcludeSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SchemaSerializationMode", - "name": "IncludeSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SchemaSerializationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SchemaSerializationMode", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "SettingsPropertyValue", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "property", - "typeName": "System.Configuration.SettingsProperty" - } - ], - "isStatic": false, - "name": "GetPreviousVersion", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - } - ], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "properties", - "typeName": "System.Configuration.SettingsPropertyCollection" - } - ], - "isStatic": false, - "name": "Upgrade", - "comment": "", - "location": "System.dll" - } - ], - "name": "IApplicationSettingsProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SchemaType", - "name": "Mapped", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SchemaType", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SchemaType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SchemaType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SerializationFormat", - "name": "Binary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SerializationFormat", - "name": "Xml", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SerializationFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SerializationFormat", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "configContext", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "IConfigurationSectionHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlDbType", - "name": "BigInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Binary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Bit", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Char", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Date", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "DateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "DateTime2", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "DateTimeOffset", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Decimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Float", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Image", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Int", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Money", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "NChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "NText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "NVarChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Real", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "SmallDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "SmallInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "SmallMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Structured", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Text", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Time", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Timestamp", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "TinyInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Udt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "UniqueIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "VarBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "VarChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Variant", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "Xml", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlDbType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Language", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode[]", - "name": "Markup", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaDocumentation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "configKey", "typeName": "string" }], - "isStatic": false, - "name": "GetConfig", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "System.dll" - } - ], - "name": "IConfigurationSystem", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.ConnectionState", - "name": "CurrentState", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "OriginalState", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "originalState", - "typeName": "System.Data.ConnectionState" - }, - { - "name": "currentState", - "typeName": "System.Data.ConnectionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "StateChangeEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaParticle", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Block", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "BlockResolved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Constraints", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "DefaultValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "ElementSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "ElementType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Final", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "FinalResolved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "FixedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Form", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNillable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "QualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "RefName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "SchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "SchemaTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "SubstitutionGroup", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.StateChangeEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Data.StateChangeEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "StateChangeEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.UriIdnScope", - "name": "Enabled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IdnElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaEnumerationFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "RecordCount", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "recordCount", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "StatementCompletedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "configContext", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "IgnoreSectionHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.StatementCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.StatementCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "StatementCompletedEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObject", - "name": "SourceSchemaObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SourceUri", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" }, - { "name": "lineNumber", "typeName": "int" }, - { "name": "linePosition", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.StatementType", - "name": "Batch", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementType", - "name": "Delete", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementType", - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementType", - "name": "Select", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementType", - "name": "Update", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.StatementType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "StatementType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.SettingsProvider", - "attribute": "", - "interfaces": ["IApplicationSettingsProvider"], - "fields": [ - { - "typeName": "string", - "name": "ApplicationName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SettingsPropertyValue", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "property", - "typeName": "System.Configuration.SettingsProperty" - } - ], - "isStatic": false, - "name": "GetPreviousVersion", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SettingsPropertyValueCollection", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "properties", - "typeName": "System.Configuration.SettingsPropertyCollection" - } - ], - "isStatic": false, - "name": "GetPropertyValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - } - ], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "values", - "typeName": "System.Configuration.SettingsPropertyValueCollection" - } - ], - "isStatic": false, - "name": "SetPropertyValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "properties", - "typeName": "System.Configuration.SettingsPropertyCollection" - } - ], - "isStatic": false, - "name": "Upgrade", - "comment": "", - "location": "System.dll" - } - ], - "name": "LocalFileSettingsProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchema", - "name": "Schema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SchemaLocation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlAttribute[]", - "name": "UnhandledAttributes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlSchemaExternal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IriParsingElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsFixed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlSchemaFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.InvalidExpressionException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SyntaxErrorException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "SettingsProvider", - "params": [ - { - "name": "property", - "typeName": "System.Configuration.SettingsProperty" - } - ], - "isStatic": false, - "name": "GetSettingsProvider", - "comment": "", - "location": "System.dll" - } - ], - "name": "ISettingsProviderService", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "configContext", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "NameValueFileSectionHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { - "name": "codeNamespace", - "typeName": "System.CodeDom.CodeNamespace" - }, - { - "name": "codeGen", - "typeName": "System.CodeDom.Compiler.ICodeGenerator" - } - ], - "isStatic": true, - "name": "Generate", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "codeGen", - "typeName": "System.CodeDom.Compiler.ICodeGenerator" - } - ], - "isStatic": true, - "name": "GenerateIdName", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypedDataSetGenerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Qualified", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaForm", - "name": "Unqualified", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaForm", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaForm", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Collections.ArrayList", - "name": "ErrorList", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "list", "typeName": "System.Collections.ArrayList" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "TypedDataSetGeneratorException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "context", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "NameValueSectionHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaFractionDigitsFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NoSettingsVersionUpgradeAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.Constraint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.DataColumn[]", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsPrimaryKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataTable", - "name": "Table", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "column", "typeName": "System.Data.DataColumn" }, - { "name": "isPrimaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "columns", "typeName": "System.Data.DataColumn[]" }, - { "name": "isPrimaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "column", "typeName": "System.Data.DataColumn" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "column", "typeName": "System.Data.DataColumn" }, - { "name": "isPrimaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "columns", "typeName": "System.Data.DataColumn[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "columns", "typeName": "System.Data.DataColumn[]" }, - { "name": "isPrimaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "columnNames", "typeName": "string[]" }, - { "name": "isPrimaryKey", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key2", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "UniqueConstraint", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaGroupBase", - "name": "Particle", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "QualifiedName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaGroup", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.UpdateRowSource", - "name": "Both", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "FirstReturnedRecord", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "None", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "OutputParameters", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.UpdateRowSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "UpdateRowSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.GenericUriParserOptions", - "name": "GenericUriParserOptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SchemeSettingElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaParticle", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlSchemaGroupBase", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.ComponentModel.CancelEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "NewValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SettingClass", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SettingKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SettingName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "settingName", "typeName": "string" }, - { "name": "settingClass", "typeName": "string" }, - { "name": "settingKey", "typeName": "string" }, - { "name": "newValue", "typeName": "object" }, - { "name": "cancel", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingChangingEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.UpdateStatus", - "name": "Continue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateStatus", - "name": "ErrorsOccurred", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateStatus", - "name": "SkipAllRemainingRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateStatus", - "name": "SkipCurrentRow", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.UpdateStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "UpdateStatus", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.ConfigurationElementCollectionType", - "name": "CollectionType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SchemeSettingElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SchemeSettingElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Configuration.SchemeSettingElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - } - ], - "name": "SchemeSettingElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaParticle", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaGroupBase", - "name": "Particle", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "RefName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaGroupRef", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Configuration.SettingChangingEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Configuration.SettingChangingEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingChangingEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Data.DataException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "VersionNotFoundException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Fields", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "QualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaXPath", - "name": "Selector", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaIdentityConstraint", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.XmlReadMode", - "name": "Auto", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlReadMode", - "name": "DiffGram", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlReadMode", - "name": "Fragment", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlReadMode", - "name": "IgnoreSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlReadMode", - "name": "InferSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlReadMode", - "name": "InferTypedSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlReadMode", - "name": "ReadSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.XmlReadMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "XmlReadMode", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaExternal", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnnotation", - "name": "Annotation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaImport", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.XmlWriteMode", - "name": "DiffGram", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlWriteMode", - "name": "IgnoreSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.XmlWriteMode", - "name": "WriteSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.XmlWriteMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "XmlWriteMode", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "SerializeAs", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingValueElement", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "serializeAs", - "typeName": "System.Configuration.SettingsSerializeAs" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "settings", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaExternal", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnnotation", - "name": "Annotation", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaInclude", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.ConfigurationElementCollectionType", - "name": "CollectionType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Configuration.SettingElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SettingElement", - "params": [{ "name": "elementKey", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Configuration.SettingElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", - "name": "Occurrence", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", - "name": "TypeInference", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaSet", - "params": [ - { "name": "instanceDocument", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "InferSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaSet", - "params": [ - { "name": "instanceDocument", "typeName": "System.Xml.XmlReader" }, - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } - ], - "isStatic": false, - "name": "InferSchema", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaInference", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Collections.Hashtable", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICloneable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributes", - "typeName": "System.Configuration.SettingsAttributeDictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsAttributeDictionary", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.SettingsContext", - "name": "Context", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsPropertyCollection", - "name": "Properties", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsPropertyValueCollection", - "name": "PropertyValues", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsProviderCollection", - "name": "Providers", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "properties", - "typeName": "System.Configuration.SettingsPropertyCollection" - }, - { - "name": "providers", - "typeName": "System.Configuration.SettingsProviderCollection" - } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SettingsBase", - "params": [ - { - "name": "settingsBase", - "typeName": "System.Configuration.SettingsBase" - } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsBase", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Configuration.SettingsManageability", - "name": "Roaming", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Configuration.SettingsManageability", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsManageability", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Collections.Hashtable", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICloneable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Configuration.SettingsManageability", - "name": "Manageability", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "manageability", - "typeName": "System.Configuration.SettingsManageability" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsManageabilityAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsDescriptionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", - "name": "Relaxed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", - "name": "Restricted", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "InferenceOption", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.SettingsAttributeDictionary", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "DefaultValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "PropertyType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsProvider", - "name": "Provider", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "SerializeAs", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ThrowOnErrorDeserializing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ThrowOnErrorSerializing", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "propertyToCopy", - "typeName": "System.Configuration.SettingsProperty" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "propertyType", "typeName": "System.Type" }, - { - "name": "provider", - "typeName": "System.Configuration.SettingsProvider" - }, - { "name": "isReadOnly", "typeName": "bool" }, - { "name": "defaultValue", "typeName": "object" }, - { - "name": "serializeAs", - "typeName": "System.Configuration.SettingsSerializeAs" - }, - { - "name": "attributes", - "typeName": "System.Configuration.SettingsAttributeDictionary" - }, - { "name": "throwOnErrorDeserializing", "typeName": "bool" }, - { "name": "throwOnErrorSerializing", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsProperty", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsGroupDescriptionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsProperty", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.Configuration.SettingsProperty" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetReadOnly", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsPropertyCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "GroupName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "groupName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsGroupNameAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" }, - { "name": "lineNumber", "typeName": "int" }, - { "name": "linePosition", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaInferenceException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.SettingsProvider", - "name": "Provider", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Configuration.SettingsProvider" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsLoadedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Configuration.SettingsLoadedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Configuration.SettingsLoadedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsLoadedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsPropertyIsReadOnlyException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.DateTime", - "name": "CreationDate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DispositionType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Inline", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "ModificationDate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "Parameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "ReadDate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Size", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "disposition", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rparam", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "ContentDisposition", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsPropertyNotFoundException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Deserialized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDirty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsProperty", - "name": "Property", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "PropertyValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SerializedValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UsingDefaultValue", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.Configuration.SettingsProperty" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsPropertyValue", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsPropertyValue", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.Configuration.SettingsPropertyValue" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetReadOnly", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsPropertyValueCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Boundary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CharSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MediaType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "Parameters", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "contentType", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rparam", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": ["IXmlSchemaInfo"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaContentType", - "name": "ContentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNil", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "MemberType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaAttribute", - "name": "SchemaAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaElement", - "name": "SchemaElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "SchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidity", - "name": "Validity", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Attachment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Inline", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "DispositionTypeNames", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaIdentityConstraint", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaKey", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaIdentityConstraint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "Refer", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaKeyref", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsPropertyWrongTypeException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "MediaTypeNames", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaLengthFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.Provider.ProviderBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ApplicationName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "SettingsPropertyValueCollection", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "collection", - "typeName": "System.Configuration.SettingsPropertyCollection" - } - ], - "isStatic": false, - "name": "GetPropertyValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Configuration.SettingsContext" - }, - { - "name": "collection", - "typeName": "System.Configuration.SettingsPropertyValueCollection" - } - ], - "isStatic": false, - "name": "SetPropertyValues", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaMaxExclusiveFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "context", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "SingleTagSectionHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ProviderTypeName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "providerTypeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "providerType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsProviderAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IXPathNavigable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaMaxInclusiveFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Configuration.SpecialSetting", - "name": "ConnectionString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SpecialSetting", - "name": "WebServiceUrl", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Configuration.SpecialSetting", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SpecialSetting", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.Provider.ProviderCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.SettingsProvider", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Configuration.Provider.ProviderBase" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsProviderCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaMaxLengthFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Configuration.SpecialSetting", - "name": "SpecialSetting", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "specialSetting", - "typeName": "System.Configuration.SpecialSetting" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SpecialSettingAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ComponentModel.CancelEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.ComponentModel.CancelEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsSavingEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaMinExclusiveFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.IdnElement", - "name": "Idn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.IriParsingElement", - "name": "IriParsing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SchemeSettingElementCollection", - "name": "SchemeSettings", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UriSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "Binary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "ProviderSpecific", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "String", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "Xml", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Configuration.SettingsSerializeAs", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsSerializeAs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaMinInclusiveFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Configuration.SettingsSerializeAs", - "name": "SerializeAs", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializeAs", - "typeName": "System.Configuration.SettingsSerializeAs" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsSerializeAsAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaMinLengthFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XPath.XmlCaseOrder", - "name": "LowerFirst", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XmlCaseOrder", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XmlCaseOrder", - "name": "UpperFirst", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XPath.XmlCaseOrder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlCaseOrder", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlNode", - "name": "ValueXml", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "settingValue", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingValueElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Public", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "System", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaNotation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Configuration", - "baseClass": "System.Configuration.ConfigurationSectionGroup", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UserSettingsGroup", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "XmlSchemaNumericFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XPath.XmlDataType", - "name": "Number", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XmlDataType", - "name": "Text", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XPath.XmlDataType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDataType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Serialization.XmlSerializerNamespaces", - "name": "Namespaces", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObject", - "name": "Parent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SourceUri", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlSchemaObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Octet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Pdf", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Rtf", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Soap", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Zip", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "Application", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObject", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parent", - "typeName": "System.Xml.Schema.XmlSchemaObject" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Xml.Schema.XmlSchemaObject[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaObjectEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaObjectCollection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObject", - "name": "Current", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaObjectEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Gif", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Jpeg", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Tiff", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "Image", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObject", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Names", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaObjectTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Html", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Plain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RichText", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Xml", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "Text", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "object", - "attribute": "", - "interfaces": ["IXPathNavigable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textReader", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "space", "typeName": "System.Xml.XmlSpace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "space", "typeName": "System.Xml.XmlSpace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Mime", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "Base64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "EightBit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "QuotedPrintable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "SevenBit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mime.TransferEncoding", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Mime.TransferEncoding", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TransferEncoding", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Expression", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "ReturnType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "expr", "typeName": "object" }, - { "name": "comparer", "typeName": "System.Collections.IComparer" } - ], - "isStatic": false, - "name": "AddSort", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expr", "typeName": "object" }, - { "name": "order", "typeName": "System.Xml.XPath.XmlSortOrder" }, - { - "name": "caseOrder", - "typeName": "System.Xml.XPath.XmlCaseOrder" - }, - { "name": "lang", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Xml.XPath.XmlDataType" } - ], - "isStatic": false, - "name": "AddSort", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathExpression", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathExpression", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": true, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathExpression", - "params": [ - { "name": "xpath", "typeName": "string" }, - { - "name": "nsResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": true, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "nsResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "SetContext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "nsManager", - "typeName": "System.Xml.XmlNamespaceManager" - } - ], - "isStatic": false, - "name": "SetContext", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathExpression", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "TypedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "ValueAsBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.DateTime", - "name": "ValueAsDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "double", - "name": "ValueAsDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "ValueAsInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "long", - "name": "ValueAsLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "ValueType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "XmlType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "returnType", "typeName": "System.Type" }], - "isStatic": false, - "name": "ValueAs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "nsResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ValueAs", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathItem", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XPath.XPathNamespaceScope", - "name": "All", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNamespaceScope", - "name": "ExcludeXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNamespaceScope", - "name": "Local", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XPath.XPathNamespaceScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathNamespaceScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.Xml.XPath.XPathItem", - "attribute": "", - "interfaces": ["ICloneable", "IXmlNamespaceResolver", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanEdit", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasChildren", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmptyElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Collections.IEqualityComparer", - "name": "NavigatorComparer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "OuterXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "TypedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "UnderlyingObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "ValueAsBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.DateTime", - "name": "ValueAsDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "double", - "name": "ValueAsDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "ValueAsInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "long", - "name": "ValueAsLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "ValueType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "XmlType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlWriter", - "params": [], - "isStatic": false, - "name": "AppendChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newChild", "typeName": "string" }], - "isStatic": false, - "name": "AppendChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "AppendChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "newChild", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "AppendChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AppendChildElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "CheckValidity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeOrder", - "params": [ - { "name": "nav", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "ComparePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathExpression", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [], - "isStatic": false, - "name": "CreateAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lastSiblingToDelete", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "DeleteRange", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeleteSelf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "xpath", "typeName": "string" }, - { - "name": "resolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" }, - { - "name": "context", - "typeName": "System.Xml.XPath.XPathNodeIterator" - } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [ - { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } - ], - "isStatic": false, - "name": "GetNamespacesInScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newSibling", "typeName": "string" }], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newSibling", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "newSibling", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newSibling", "typeName": "string" }], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newSibling", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "newSibling", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "InsertElementAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "InsertElementBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "nav", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "IsDescendant", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "IsSamePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "namespaceURI", "typeName": "string" }], - "isStatic": false, - "name": "LookupPrefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "Matches", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" } - ], - "isStatic": false, - "name": "Matches", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "MoveTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } - ], - "isStatic": false, - "name": "MoveToChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirst", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "namespaceScope", - "typeName": "System.Xml.XPath.XPathNamespaceScope" - } - ], - "isStatic": false, - "name": "MoveToFirstNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToFollowing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "end", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "MoveToFollowing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } - ], - "isStatic": false, - "name": "MoveToFollowing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" }, - { "name": "end", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "MoveToFollowing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "string" }], - "isStatic": false, - "name": "MoveToId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "MoveToNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToNext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } - ], - "isStatic": false, - "name": "MoveToNext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNextAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNextNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "namespaceScope", - "typeName": "System.Xml.XPath.XPathNamespaceScope" - } - ], - "isStatic": false, - "name": "MoveToNextNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToParent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToPrevious", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveToRoot", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [], - "isStatic": false, - "name": "PrependChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newChild", "typeName": "string" }], - "isStatic": false, - "name": "PrependChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "PrependChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "newChild", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "PrependChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "PrependChildElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [], - "isStatic": false, - "name": "ReadSubtree", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { - "name": "lastSiblingToReplace", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "ReplaceRange", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newNode", "typeName": "string" }], - "isStatic": false, - "name": "ReplaceSelf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newNode", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReplaceSelf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newNode", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "ReplaceSelf", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "xpath", "typeName": "string" }, - { - "name": "resolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" } - ], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "matchSelf", "typeName": "bool" } - ], - "isStatic": false, - "name": "SelectAncestors", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" }, - { "name": "matchSelf", "typeName": "bool" } - ], - "isStatic": false, - "name": "SelectAncestors", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "SelectChildren", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } - ], - "isStatic": false, - "name": "SelectChildren", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "matchSelf", "typeName": "bool" } - ], - "isStatic": false, - "name": "SelectDescendants", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNodeIterator", - "params": [ - { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" }, - { "name": "matchSelf", "typeName": "bool" } - ], - "isStatic": false, - "name": "SelectDescendants", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "SelectSingleNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [ - { "name": "xpath", "typeName": "string" }, - { - "name": "resolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "SelectSingleNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [ - { - "name": "expression", - "typeName": "System.Xml.XPath.XPathExpression" - } - ], - "isStatic": false, - "name": "SelectSingleNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typedValue", "typeName": "object" }], - "isStatic": false, - "name": "SetTypedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "nsResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ValueAs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteSubtree", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathNavigator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNavigator", - "name": "Current", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "CurrentPosition", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XPathNodeIterator", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathNodeIterator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "All", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Attribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Comment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Element", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "ProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Root", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "SignificantWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Text", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathNodeType", - "name": "Whitespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XPath.XPathNodeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathNodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "Any", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "Boolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "Error", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "Navigator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "NodeSet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "Number", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "String", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XPath.XPathResultType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XPathResultType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "decimal", - "name": "MaxOccurs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "MaxOccursString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "decimal", - "name": "MinOccurs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "MinOccursString", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlSchemaParticle", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { - "name": "compilationUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - } - ], - "isStatic": false, - "name": "CompileAssemblyFromDom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { - "name": "compilationUnits", - "typeName": "System.CodeDom.CodeCompileUnit[]" - } - ], - "isStatic": false, - "name": "CompileAssemblyFromDomBatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "CompileAssemblyFromFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { "name": "fileNames", "typeName": "string[]" } - ], - "isStatic": false, - "name": "CompileAssemblyFromFileBatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { "name": "source", "typeName": "string" } - ], - "isStatic": false, - "name": "CompileAssemblyFromSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CompilerResults", - "params": [ - { - "name": "options", - "typeName": "System.CodeDom.Compiler.CompilerParameters" - }, - { "name": "sources", "typeName": "string[]" } - ], - "isStatic": false, - "name": "CompileAssemblyFromSourceBatch", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICodeCompiler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [ - { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "expression", "typeName": "string" }], - "isStatic": false, - "name": "XPathEvaluate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "expression", "typeName": "string" }, - { - "name": "resolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "XPathEvaluate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [{ "name": "expression", "typeName": "string" }], - "isStatic": false, - "name": "XPathSelectElement", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "XElement", - "params": [ - { "name": "expression", "typeName": "string" }, - { - "name": "resolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "XPathSelectElement", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "expression", "typeName": "string" }], - "isStatic": false, - "name": "XPathSelectElements", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "expression", "typeName": "string" }, - { - "name": "resolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "XPathSelectElements", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "Extensions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Xml.XPath", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IXPathNavigable", - "params": [], - "isStatic": false, - "name": "ToXPathNavigable", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "XDocumentExtensions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "CreateEscapedIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "CreateValidIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.CodeDom.CodeCompileUnit" }, - { "name": "w", "typeName": "System.IO.TextWriter" }, - { - "name": "o", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromCompileUnit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.CodeDom.CodeExpression" }, - { "name": "w", "typeName": "System.IO.TextWriter" }, - { - "name": "o", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromExpression", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.CodeDom.CodeNamespace" }, - { "name": "w", "typeName": "System.IO.TextWriter" }, - { - "name": "o", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromNamespace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.CodeDom.CodeStatement" }, - { "name": "w", "typeName": "System.IO.TextWriter" }, - { - "name": "o", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromStatement", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.CodeDom.CodeTypeDeclaration" }, - { "name": "w", "typeName": "System.IO.TextWriter" }, - { - "name": "o", - "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" - } - ], - "isStatic": false, - "name": "GenerateCodeFromType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } - ], - "isStatic": false, - "name": "GetTypeOutput", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "IsValidIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "supports", - "typeName": "System.CodeDom.Compiler.GeneratorSupport" - } - ], - "isStatic": false, - "name": "Supports", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "ValidateIdentifier", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICodeGenerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaPatternFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "CodeCompileUnit", - "params": [ - { "name": "codeStream", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": "Parse", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICodeParser", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaExternal", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "AttributeGroups", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "Groups", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "SchemaTypes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaRedefine", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaGroupBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Items", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSequence", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.IO.TextWriter", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "DefaultTabString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Indent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.TextWriter", - "name": "InnerWriter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "NewLine", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "tabString", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object[]" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "WriteLineNoTabs", - "comment": "", - "location": "System.dll" - } - ], - "name": "IndentedTextWriter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaCompilationSettings", - "name": "CompilationSettings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "GlobalAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "GlobalElements", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectTable", - "name": "GlobalTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsCompiled", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.ValidationEventHandler", - "name": "ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "add_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "remove_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "targetNamespace", "typeName": "string" }, - { "name": "schemaUri", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "targetNamespace", "typeName": "string" }, - { "name": "schemaDocument", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "targetNamespace", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchema[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "schemaToRemove", - "typeName": "System.Xml.Schema.XmlSchema" - } - ], - "isStatic": false, - "name": "RemoveRecursive", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchema", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "Reprocess", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "ICollection", - "params": [], - "isStatic": false, - "name": "Schemas", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "ICollection", - "params": [{ "name": "targetNamespace", "typeName": "string" }], - "isStatic": false, - "name": "Schemas", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaContentModel", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaContent", - "name": "Content", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "BaseTypeName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleContentExtension", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.CodeDom.Compiler.LanguageOptions", - "name": "CaseInsensitive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.CodeDom.Compiler.LanguageOptions", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.CodeDom.Compiler.LanguageOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "LanguageOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.CodeDom.Compiler", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "BasePath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "KeepFiles", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "TempDir", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tempDir", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tempDir", "typeName": "string" }, - { "name": "keepFiles", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "fileExtension", "typeName": "string" }], - "isStatic": false, - "name": "AddExtension", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "fileExtension", "typeName": "string" }, - { "name": "keepFile", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddExtension", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "keepFile", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileNames", "typeName": "string[]" }, - { "name": "start", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "TempFileCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", - "name": "AnyAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "BaseType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "BaseTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Facets", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleContentRestriction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleTypeContent", - "name": "Content", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "XmlSchemaSimpleTypeContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaSimpleTypeContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "BaseItemType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "ItemType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "ItemTypeName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleTypeList", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbCommand", - "attribute": "", - "interfaces": ["IComponent", "IDbCommand", "IDisposable", "ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "CommandText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "CommandTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "CommandType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "DesignTimeVisible", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcParameterCollection", - "name": "Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcTransaction", - "name": "Transaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "UpdatedRowSource", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cmdText", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.Odbc.OdbcConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.Odbc.OdbcConnection" - }, - { - "name": "transaction", - "typeName": "System.Data.Odbc.OdbcTransaction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcDataReader", - "params": [], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcDataReader", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ExecuteScalar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Prepare", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetCommandTimeout", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbCommandBuilder", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcDataAdapter", - "name": "DataAdapter", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "adapter", - "typeName": "System.Data.Odbc.OdbcDataAdapter" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "command", "typeName": "System.Data.Odbc.OdbcCommand" } - ], - "isStatic": true, - "name": "DeriveParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "QuoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "unquotedIdentifier", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.Odbc.OdbcConnection" - } - ], - "isStatic": false, - "name": "QuoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "quotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "UnquoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "quotedIdentifier", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.Odbc.OdbcConnection" - } - ], - "isStatic": false, - "name": "UnquoteIdentifier", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaSimpleTypeContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType", - "name": "BaseType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "BaseTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "Facets", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleTypeRestriction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbConnection", - "attribute": "", - "interfaces": [ - "IComponent", - "IDbConnection", - "IDisposable", - "ICloneable" - ], - "fields": [ - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectionTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Database", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Driver", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ServerVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "State", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcInfoMessageEventHandler", - "name": "InfoMessage", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Odbc.OdbcInfoMessageEventHandler" - } - ], - "isStatic": false, - "name": "add_InfoMessage", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Odbc.OdbcInfoMessageEventHandler" - } - ], - "isStatic": false, - "name": "remove_InfoMessage", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcTransaction", - "params": [], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcTransaction", - "params": [ - { "name": "isolevel", "typeName": "System.Data.IsolationLevel" } - ], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "ChangeDatabase", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.EnterpriseServices.ITransaction" - } - ], - "isStatic": false, - "name": "EnlistDistributedTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.Transactions.Transaction" - } - ], - "isStatic": false, - "name": "EnlistTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [{ "name": "collectionName", "typeName": "string" }], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "collectionName", "typeName": "string" }, - { "name": "restrictionValues", "typeName": "string[]" } - ], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ReleaseObjectPool", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbConnectionStringBuilder", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICustomTypeDescriptor" - ], - "fields": [ - { - "typeName": "string", - "name": "Driver", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Dsn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbDataAdapter", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IDbDataAdapter", - "IDataAdapter", - "ICloneable" - ], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcCommand", - "name": "DeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcCommand", - "name": "InsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcCommand", - "name": "SelectCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcCommand", - "name": "UpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcRowUpdatedEventHandler", - "name": "RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcRowUpdatingEventHandler", - "name": "RowUpdating", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selectCommand", - "typeName": "System.Data.Odbc.OdbcCommand" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selectCommandText", "typeName": "string" }, - { - "name": "selectConnection", - "typeName": "System.Data.Odbc.OdbcConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selectCommandText", "typeName": "string" }, - { "name": "selectConnectionString", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Odbc.OdbcRowUpdatedEventHandler" - } - ], - "isStatic": false, - "name": "add_RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Odbc.OdbcRowUpdatedEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Odbc.OdbcRowUpdatingEventHandler" - } - ], - "isStatic": false, - "name": "add_RowUpdating", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.Odbc.OdbcRowUpdatingEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowUpdating", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaSimpleTypeContent", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaSimpleType[]", - "name": "BaseMemberTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", - "name": "BaseTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName[]", - "name": "MemberTypes", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaSimpleTypeUnion", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaTotalDigitsFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbDataReader", - "attribute": "", - "interfaces": [ - "IEnumerable", - "IDataReader", - "IDataRecord", - "IDisposable" - ], - "fields": [ - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDate", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "NextResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "BaseSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaType", - "name": "BaseXmlSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDatatype", - "name": "Datatype", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "DerivedBy", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "Final", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", - "name": "FinalResolved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsMixed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "QualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "TypeCode", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaComplexType", - "params": [ - { "name": "typeCode", "typeName": "System.Xml.Schema.XmlTypeCode" } - ], - "isStatic": true, - "name": "GetBuiltInComplexType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaComplexType", - "params": [ - { - "name": "qualifiedName", - "typeName": "System.Xml.XmlQualifiedName" - } - ], - "isStatic": true, - "name": "GetBuiltInComplexType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaSimpleType", - "params": [ - { "name": "typeCode", "typeName": "System.Xml.Schema.XmlTypeCode" } - ], - "isStatic": true, - "name": "GetBuiltInSimpleType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSchemaSimpleType", - "params": [ - { - "name": "qualifiedName", - "typeName": "System.Xml.XmlQualifiedName" - } - ], - "isStatic": true, - "name": "GetBuiltInSimpleType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "derivedType", - "typeName": "System.Xml.Schema.XmlSchemaType" - }, - { - "name": "baseType", - "typeName": "System.Xml.Schema.XmlSchemaType" - }, - { - "name": "except", - "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod" - } - ], - "isStatic": true, - "name": "IsDerivedFrom", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "NativeError", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SQLState", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcError", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaIdentityConstraint", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaUnique", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcError", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "i", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.Odbc.OdbcError[]" }, - { "name": "i", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcErrorCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "si", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Deployment.Internal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "GetActivationContextData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "GetApplicationComponentManifest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "GetApplicationManifestBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "GetDeploymentComponentManifest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "GetDeploymentManifestBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "IsFirstRun", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "appInfo", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "PrepareForExecution", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalActivationContextHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbProviderFactory", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcFactory", - "name": "Instance", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommandBuilder", - "params": [], - "isStatic": false, - "name": "CreateCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnection", - "params": [], - "isStatic": false, - "name": "CreateConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnectionStringBuilder", - "params": [], - "isStatic": false, - "name": "CreateConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataAdapter", - "params": [], - "isStatic": false, - "name": "CreateDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "CodeAccessPermission", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcInfoMessageEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Deployment.Internal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "id", "typeName": "System.ApplicationIdentity" } - ], - "isStatic": true, - "name": "GetInternalAppId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalApplicationIdentityHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.Odbc.OdbcInfoMessageEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.Odbc.OdbcInfoMessageEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcInfoMessageEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Indexes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProcedureColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProcedureParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Procedures", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Tables", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Views", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "OdbcMetaDataCollectionNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaUse", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaUse", - "name": "Optional", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaUse", - "name": "Prohibited", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaUse", - "name": "Required", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaUse", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaUse", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "BooleanFalseLiteral", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BooleanTrueLiteral", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SQLType", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "OdbcMetaDataColumnNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbParameter", - "attribute": "", - "interfaces": ["IDbDataParameter", "IDataParameter", "ICloneable"], - "fields": [ - { - "typeName": "System.Data.DbType", - "name": "DbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "Direction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "OdbcType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Precision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Scale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "SourceColumnNullMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "SourceVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Data.Odbc.OdbcType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Data.Odbc.OdbcType" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, - { "name": "size", "typeName": "int" }, - { - "name": "parameterDirection", - "typeName": "System.Data.ParameterDirection" - }, - { "name": "isNullable", "typeName": "bool" }, - { "name": "precision", "typeName": "byte" }, - { "name": "scale", "typeName": "byte" }, - { "name": "srcColumn", "typeName": "string" }, - { "name": "srcVersion", "typeName": "System.Data.DataRowVersion" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, - { "name": "size", "typeName": "int" }, - { - "name": "parameterDirection", - "typeName": "System.Data.ParameterDirection" - }, - { "name": "precision", "typeName": "byte" }, - { "name": "scale", "typeName": "byte" }, - { "name": "sourceColumn", "typeName": "string" }, - { - "name": "sourceVersion", - "typeName": "System.Data.DataRowVersion" - }, - { "name": "sourceColumnNullMapping", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Data.Odbc.OdbcType" }, - { "name": "size", "typeName": "int" }, - { "name": "sourcecolumn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetOdbcType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "object", - "name": "SourceObject", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" }, - { "name": "lineNumber", "typeName": "int" }, - { "name": "linePosition", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaValidationException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbParameterCollection", - "attribute": "", - "interfaces": [ - "IDataParameterCollection", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "OdbcParameter", - "params": [ - { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, - { "name": "size", "typeName": "int" }, - { "name": "sourceColumn", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "System.Array" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "values", "typeName": "System.Data.Odbc.OdbcParameter[]" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OdbcParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddWithValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.Odbc.OdbcParameter[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcParameterCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "AllowXmlAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "ProcessIdentityConstraints", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "ProcessInlineSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "ProcessSchemaLocation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "ReportValidationWarnings", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaValidationFlags", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DBDataPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - }, - { "name": "allowBlankPassword", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { "name": "restrictions", "typeName": "string" }, - { - "name": "behavior", - "typeName": "System.Data.KeyRestrictionBehavior" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcPermission", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.IXmlLineInfo", - "name": "LineInfoProvider", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Uri", - "name": "SourceUri", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "ValidationEventSender", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.ValidationEventHandler", - "name": "ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" }, - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - }, - { - "name": "validationFlags", - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "add_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "remove_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } - ], - "isStatic": false, - "name": "AddSchema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndValidation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExpectedAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExpectedParticles", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "defaultAttributes", - "typeName": "System.Collections.ArrayList" - } - ], - "isStatic": false, - "name": "GetUnspecifiedDefaultAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "partialValidationType", - "typeName": "System.Xml.Schema.XmlSchemaObject" - } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - } - ], - "isStatic": false, - "name": "SkipToEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "attributeValue", "typeName": "string" }, - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - } - ], - "isStatic": false, - "name": "ValidateAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { - "name": "attributeValue", - "typeName": "System.Xml.Schema.XmlValueGetter" - }, - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - } - ], - "isStatic": false, - "name": "ValidateAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - } - ], - "isStatic": false, - "name": "ValidateElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - }, - { "name": "xsiType", "typeName": "string" }, - { "name": "xsiNil", "typeName": "string" }, - { "name": "xsiSchemaLocation", "typeName": "string" }, - { "name": "xsiNoNamespaceSchemaLocation", "typeName": "string" } - ], - "isStatic": false, - "name": "ValidateElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - } - ], - "isStatic": false, - "name": "ValidateEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - }, - { "name": "typedValue", "typeName": "object" } - ], - "isStatic": false, - "name": "ValidateEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "schemaInfo", - "typeName": "System.Xml.Schema.XmlSchemaInfo" - } - ], - "isStatic": false, - "name": "ValidateEndOfAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementValue", "typeName": "string" }], - "isStatic": false, - "name": "ValidateText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "elementValue", - "typeName": "System.Xml.Schema.XmlValueGetter" - } - ], - "isStatic": false, - "name": "ValidateText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "elementValue", "typeName": "string" }], - "isStatic": false, - "name": "ValidateWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "elementValue", - "typeName": "System.Xml.Schema.XmlValueGetter" - } - ], - "isStatic": false, - "name": "ValidateWhitespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaValidator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSchemaValidity", - "name": "Invalid", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidity", - "name": "NotKnown", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidity", - "name": "Valid", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSchemaValidity", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaValidity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaFacet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaWhiteSpaceFacet", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "XPath", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSchemaXPath", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DBDataPermissionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcPermissionAttribute", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlSeverityType", - "name": "Error", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSeverityType", - "name": "Warning", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlSeverityType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSeverityType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "AnyAtomicType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "AnyUri", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Attribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Base64Binary", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Boolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Byte", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Comment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Date", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "DateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "DayTimeDuration", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Decimal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Document", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Double", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Duration", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Element", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Entity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Float", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "GDay", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "GMonth", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "GMonthDay", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "GYear", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "GYearMonth", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "HexBinary", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Id", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Idref", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Int", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Integer", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Item", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Language", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Long", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "NCName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "NegativeInteger", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "NmToken", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Node", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "NonNegativeInteger", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "NonPositiveInteger", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "NormalizedString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Notation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "PositiveInteger", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "ProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "QName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Short", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "String", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Text", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Time", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "Token", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "UnsignedByte", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "UnsignedInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "UnsignedLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "UnsignedShort", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "UntypedAtomic", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlTypeCode", - "name": "YearMonthDuration", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Schema.XmlTypeCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlTypeCode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.RowUpdatedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcRowUpdatedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.Odbc.OdbcRowUpdatedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.Odbc.OdbcRowUpdatedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcRowUpdatedEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlValueGetter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.RowUpdatingEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcRowUpdatingEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml.Schema", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IXmlSchemaInfo", - "params": [], - "isStatic": false, - "name": "GetSchemaInfo", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "IXmlSchemaInfo", - "params": [], - "isStatic": false, - "name": "GetSchemaInfo", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "partialValidationType", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "partialValidationType", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - }, - { "name": "addSchemaInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - }, - { "name": "addSchemaInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "partialValidationType", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "partialValidationType", - "typeName": "System.Xml.Schema.XmlSchemaObject" - }, - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - }, - { "name": "addSchemaInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.Linq.dll" - } - ], - "name": "Extensions", - "comment": "", - "location": "System.Xml.Linq.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.Odbc.OdbcRowUpdatingEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.Odbc.OdbcRowUpdatingEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcRowUpdatingEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Data.Common.DbTransaction", - "attribute": "", - "interfaces": ["IDbTransaction", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "IsolationLevel", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Odbc", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "BigInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Binary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Bit", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Char", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Date", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "DateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Decimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Double", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Image", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Int", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "NChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "NText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Numeric", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "NVarChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Real", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "SmallDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "SmallInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Text", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Time", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "Timestamp", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "TinyInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "UniqueIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "VarBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Odbc.OdbcType", - "name": "VarChar", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.Odbc.OdbcType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OdbcType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanFragment", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndFragment", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "generateSelfContainedTextFragment", "typeName": "bool" } - ], - "isStatic": false, - "name": "StartFragment", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteFragment", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IFragmentCapableXmlDictionaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetStream", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReleaseStream", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IStreamProvider", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryReaderSession" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryReaderSession" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlBinaryReaderInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryWriterSession" - }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetOutput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlBinaryWriterInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "int" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlDictionary", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { "name": "contentType", "typeName": "string" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { "name": "maxBufferSize", "typeName": "int" }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { "name": "contentType", "typeName": "string" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { "name": "maxBufferSize", "typeName": "int" }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlMtomReaderInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "maxSizeInBytes", "typeName": "int" }, - { "name": "startInfo", "typeName": "string" }, - { "name": "boundary", "typeName": "string" }, - { "name": "startUri", "typeName": "string" }, - { "name": "writeMessageHeaders", "typeName": "bool" }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetOutput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlMtomWriterInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlTextReaderInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetOutput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlTextWriterInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "OnXmlDictionaryReaderClose", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "CharArrayLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsGuid", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "guid", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "guid", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "guid", "typeName": "System.Guid" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id1", "typeName": "System.Xml.UniqueId" }, - { "name": "id2", "typeName": "System.Xml.UniqueId" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id1", "typeName": "System.Xml.UniqueId" }, - { "name": "id2", "typeName": "System.Xml.UniqueId" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "ToCharArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "TryGetGuid", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "guid", "typeName": "System.Guid" }], - "isStatic": false, - "name": "TryGetGuid", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "UniqueId", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IXmlDictionary"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryString", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "int" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlBinaryReaderSession", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, - { "name": "key", "typeName": "int" } - ], - "isStatic": false, - "name": "TryAdd", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlBinaryWriterSession", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IXmlDictionary"], - "fields": [ - { - "typeName": "System.Xml.IXmlDictionary", - "name": "Empty", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryString", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "int" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, - { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryLookup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlDictionary", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlReader", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanCanonicalize", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryReaderQuotas", - "name": "Quotas", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryReaderSession" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryReaderSession" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryReaderSession" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryReaderSession" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateBinaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": true, - "name": "CreateDictionaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { "name": "contentType", "typeName": "string" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { "name": "contentType", "typeName": "string" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { "name": "maxBufferSize", "typeName": "int" }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { "name": "contentType", "typeName": "string" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { "name": "contentType", "typeName": "string" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { "name": "maxBufferSize", "typeName": "int" }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encodings", "typeName": "System.Text.Encoding[]" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateMtomReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateTextReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateTextReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateTextReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateTextReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateTextReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndCanonicalization", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "GetNonAtomizedNames", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localNames", "typeName": "string[]" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "IndexOfLocalName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localNames", - "typeName": "System.Xml.XmlDictionaryString[]" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "IndexOfLocalName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "localName", "typeName": "string" }], - "isStatic": false, - "name": "IsLocalName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "IsLocalName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "namespaceUri", "typeName": "string" }], - "isStatic": false, - "name": "IsNamespaceUri", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "IsNamespaceUri", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsStartArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "IsStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveToStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "MoveToStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "MoveToStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "bool[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "System.DateTime[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "decimal[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "double[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "System.Guid[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "short[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "int[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "long[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "float[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "System.TimeSpan[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "bool[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "System.DateTime[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "decimal[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "double[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "System.Guid[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "short[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "int[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "long[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "float[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "System.TimeSpan[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadBooleanArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadBooleanArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ReadContentAs", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ReadContentAsBase64", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ReadContentAsBinHex", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsChars", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "ReadContentAsDecimal", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "ReadContentAsFloat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Guid", - "params": [], - "isStatic": false, - "name": "ReadContentAsGuid", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadContentAsQualifiedName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadContentAsString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "strings", "typeName": "string[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "strings", - "typeName": "System.Xml.XmlDictionaryString[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [], - "isStatic": false, - "name": "ReadContentAsTimeSpan", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "UniqueId", - "params": [], - "isStatic": false, - "name": "ReadContentAsUniqueId", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadDateTimeArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadDateTimeArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadDecimalArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadDecimalArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadDoubleArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadDoubleArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsBase64", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsBinHex", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsBoolean", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "DateTime", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsDateTime", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsDecimal", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsDouble", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsFloat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Guid", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsGuid", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsInt", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsLong", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsTimeSpan", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "UniqueId", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsUniqueId", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReadFullStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ReadFullStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadFullStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadFullStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadGuidArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadGuidArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadInt16Array", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadInt16Array", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadInt32Array", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadInt32Array", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadInt64Array", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadInt64Array", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadSingleArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadSingleArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadTimeSpanArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "ReadTimeSpanArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadValueAsBase64", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "includeComments", "typeName": "bool" }, - { "name": "inclusivePrefixes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "StartCanonicalization", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "TryGetArrayLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "length", "typeName": "int" }], - "isStatic": false, - "name": "TryGetBase64ContentLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "TryGetLocalNameAsDictionaryString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "TryGetNamespaceUriAsDictionaryString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "TryGetValueAsDictionaryString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlDictionaryReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlDictionaryReaderQuotas", - "name": "Max", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxArrayLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxBytesPerRead", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxDepth", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxNameTableCharCount", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxStringContentLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "name": "ModifiedQuotas", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlDictionaryReaderQuotas", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "name": "MaxArrayLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "name": "MaxBytesPerRead", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "name": "MaxDepth", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "name": "MaxNameTableCharCount", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "name": "MaxStringContentLength", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlDictionaryReaderQuotaTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlDictionaryReaderQuotaTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.IXmlDictionary", - "name": "Dictionary", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryString", - "name": "Empty", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "Key", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { "name": "value", "typeName": "string" }, - { "name": "key", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlDictionaryString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlWriter", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanCanonicalize", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlDictionaryWriter", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "CreateBinaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" } - ], - "isStatic": true, - "name": "CreateBinaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryWriterSession" - } - ], - "isStatic": true, - "name": "CreateBinaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, - { - "name": "session", - "typeName": "System.Xml.XmlBinaryWriterSession" - }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateBinaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": true, - "name": "CreateDictionaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "maxSizeInBytes", "typeName": "int" }, - { "name": "startInfo", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateMtomWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "maxSizeInBytes", "typeName": "int" }, - { "name": "startInfo", "typeName": "string" }, - { "name": "boundary", "typeName": "string" }, - { "name": "startUri", "typeName": "string" }, - { "name": "writeMessageHeaders", "typeName": "bool" }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateMtomWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "CreateTextWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "CreateTextWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateTextWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndCanonicalization", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "includeComments", "typeName": "bool" }, - { "name": "inclusivePrefixes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "StartCanonicalization", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "bool[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "System.DateTime[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "decimal[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "double[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "System.Guid[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "short[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "int[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "long[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "float[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "array", "typeName": "System.TimeSpan[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "bool[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "System.DateTime[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "decimal[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "double[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "System.Guid[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "short[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "int[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "long[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "float[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "array", "typeName": "System.TimeSpan[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteAttributeString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteAttributeString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBase64Async", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteElementString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteElementString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteNode", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteNode", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "WriteQualifiedName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "WriteStartAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "WriteStartAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "WriteStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "WriteStartElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "WriteString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Guid" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Xml.IStreamProvider" } - ], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Xml.UniqueId" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "value", "typeName": "System.Xml.IStreamProvider" } - ], - "isStatic": false, - "name": "WriteValueAsync", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteXmlAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": "WriteXmlAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteXmlnsAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { - "name": "namespaceUri", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "WriteXmlnsAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlDictionaryWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.ConformanceLevel", - "name": "Auto", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ConformanceLevel", - "name": "Document", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ConformanceLevel", - "name": "Fragment", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.ConformanceLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "ConformanceLevel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.DtdProcessing", - "name": "Ignore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.DtdProcessing", - "name": "Parse", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.DtdProcessing", - "name": "Prohibit", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.DtdProcessing", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "DtdProcessing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.EntityHandling", - "name": "ExpandCharEntities", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.EntityHandling", - "name": "ExpandEntities", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.EntityHandling", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "EntityHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.Formatting", - "name": "Indented", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Formatting", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.Formatting", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "Formatting", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Stream", - "params": [{ "name": "relativeUri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetApplicationResourceStream", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IApplicationResourceStreamResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [], - "isStatic": false, - "name": "GetNode", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IHasXmlNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasLineInfo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IXmlLineInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IDictionary", - "params": [ - { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } - ], - "isStatic": false, - "name": "GetNamespacesInScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "namespaceName", "typeName": "string" }], - "isStatic": false, - "name": "LookupPrefix", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IXmlNamespaceResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.NamespaceHandling", - "name": "Default", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.NamespaceHandling", - "name": "OmitDuplicates", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.NamespaceHandling", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "NamespaceHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XPath.XPathResultType[]", - "name": "ArgTypes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Maxargs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Minargs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "ReturnType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "xsltContext", "typeName": "System.Xml.Xsl.XsltContext" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "docContext", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IXsltContextFunction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNameTable", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "char[]" }, - { "name": "start", "typeName": "int" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "char[]" }, - { "name": "start", "typeName": "int" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.NewLineHandling", - "name": "Entitize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.NewLineHandling", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.NewLineHandling", - "name": "Replace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.NewLineHandling", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "NewLineHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.ReadState", - "name": "Closed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "EndOfFile", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "Error", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "Initial", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "Interactive", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.ReadState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "ReadState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.ValidationType", - "name": "Auto", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ValidationType", - "name": "DTD", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ValidationType", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ValidationType", - "name": "Schema", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ValidationType", - "name": "XDR", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.ValidationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "ValidationType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.WhitespaceHandling", - "name": "All", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WhitespaceHandling", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WhitespaceHandling", - "name": "Significant", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.WhitespaceHandling", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "WhitespaceHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsLocal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsParam", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XPath.XPathResultType", - "name": "VariableType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "xsltContext", "typeName": "System.Xml.Xsl.XsltContext" } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "IXsltContextVariable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.WriteState", - "name": "Attribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "Closed", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "Content", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "Element", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "Error", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "Prolog", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "Start", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.WriteState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "WriteState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDocument", - "name": "OwnerDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlElement", - "name": "OwnerElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Specified", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "AppendChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlNode" }, - { "name": "refChild", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlNode" }, - { "name": "refChild", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "PrependChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "oldChild", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "RemoveChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlNode" }, - { "name": "oldChild", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "ReplaceChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlWriterSettings", - "name": "OutputSettings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.CodeDom.Compiler.TempFileCollection", - "name": "TemporaryFiles", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "enableDebug", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "CompilerErrorCollection", - "params": [ - { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, - { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, - { - "name": "stylesheetResolver", - "typeName": "System.Xml.XmlResolver" - }, - { "name": "debug", "typeName": "bool" }, - { - "name": "typeBuilder", - "typeName": "System.Reflection.Emit.TypeBuilder" - }, - { "name": "scriptAssemblyPath", "typeName": "string" } - ], - "isStatic": true, - "name": "CompileToType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "executeMethod", - "typeName": "System.Reflection.MethodInfo" - }, - { "name": "queryData", "typeName": "byte[]" }, - { "name": "earlyBoundTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stylesheetUri", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stylesheetUri", "typeName": "string" }, - { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, - { - "name": "stylesheetResolver", - "typeName": "System.Xml.XmlResolver" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "compiledStylesheet", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stylesheet", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, - { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, - { - "name": "stylesheetResolver", - "typeName": "System.Xml.XmlResolver" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.IXPathNavigable" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.IXPathNavigable" - }, - { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, - { - "name": "stylesheetResolver", - "typeName": "System.Xml.XmlResolver" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { "name": "resultsFile", "typeName": "string" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { "name": "results", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XmlReader" }, - { "name": "results", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XmlReader" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XmlReader" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XmlReader" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XmlReader" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.Xml.XmlWriter" }, - { "name": "documentResolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "results", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { - "name": "arguments", - "typeName": "System.Xml.Xsl.XsltArgumentList" - }, - { "name": "results", "typeName": "System.Xml.XmlWriter" }, - { "name": "documentResolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XslCompiledTransform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler", - "name": "XsltMessageEncountered", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler" - } - ], - "isStatic": false, - "name": "add_XsltMessageEncountered", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler" - } - ], - "isStatic": false, - "name": "remove_XsltMessageEncountered", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "namespaceUri", "typeName": "string" }, - { "name": "extension", "typeName": "object" } - ], - "isStatic": false, - "name": "AddExtensionObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" }, - { "name": "parameter", "typeName": "object" } - ], - "isStatic": false, - "name": "AddParam", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "namespaceUri", "typeName": "string" }], - "isStatic": false, - "name": "GetExtensionObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "GetParam", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "namespaceUri", "typeName": "string" }], - "isStatic": false, - "name": "RemoveExtensionObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceUri", "typeName": "string" } - ], - "isStatic": false, - "name": "RemoveParam", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltArgumentList", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "System.Xml.Xsl.XsltException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inner", "typeName": "System.Exception" }, - { "name": "sourceUri", "typeName": "string" }, - { "name": "lineNumber", "typeName": "int" }, - { "name": "linePosition", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltCompileException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNamedNodeMap", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Xml.XmlAttribute", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlAttribute", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlAttribute", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlAttribute", - "params": [{ "name": "node", "typeName": "System.Xml.XmlAttribute" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Xml.XmlAttribute[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "newNode", "typeName": "System.Xml.XmlAttribute" }, - { "name": "refNode", "typeName": "System.Xml.XmlAttribute" } - ], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "newNode", "typeName": "System.Xml.XmlAttribute" }, - { "name": "refNode", "typeName": "System.Xml.XmlAttribute" } - ], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [{ "name": "node", "typeName": "System.Xml.XmlAttribute" }], - "isStatic": false, - "name": "Prepend", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [{ "name": "node", "typeName": "System.Xml.XmlAttribute" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAll", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "SetNamedItem", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlAttributeCollection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlCharacterData", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousText", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlCDataSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "System.Xml.XmlNamespaceManager", - "attribute": "", - "interfaces": ["IEnumerable", "IXmlNamespaceResolver"], - "fields": [ - { - "typeName": "bool", - "name": "Whitespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "baseUri", "typeName": "string" }, - { "name": "nextbaseUri", "typeName": "string" } - ], - "isStatic": false, - "name": "CompareDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "node", "typeName": "System.Xml.XPath.XPathNavigator" } - ], - "isStatic": false, - "name": "PreserveWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IXsltContextFunction", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { - "name": "ArgTypes", - "typeName": "System.Xml.XPath.XPathResultType[]" - } - ], - "isStatic": false, - "name": "ResolveFunction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IXsltContextVariable", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "ResolveVariable", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltContext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlLinkedNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "Data", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "strData", "typeName": "string" }], - "isStatic": false, - "name": "AppendData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "DeleteData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offset", "typeName": "int" }, - { "name": "strData", "typeName": "string" } - ], - "isStatic": false, - "name": "InsertData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "strData", "typeName": "string" } - ], - "isStatic": false, - "name": "ReplaceData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Substring", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlCharacterData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SourceUri", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlCharacterData", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlComment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "DecodeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "EncodeLocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "EncodeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "EncodeNmToken", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsNCNameChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsPublicIdChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsStartNCNameChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsWhitespaceChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsXmlChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lowChar", "typeName": "char" }, - { "name": "highChar", "typeName": "char" } - ], - "isStatic": true, - "name": "IsXmlSurrogatePair", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToByte", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "format", "typeName": "string" } - ], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" } - ], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "s", "typeName": "string" }, - { - "name": "dateTimeOption", - "typeName": "System.Xml.XmlDateTimeSerializationMode" - } - ], - "isStatic": true, - "name": "ToDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToDateTimeOffset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "format", "typeName": "string" } - ], - "isStatic": true, - "name": "ToDateTimeOffset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "formats", "typeName": "string[]" } - ], - "isStatic": true, - "name": "ToDateTimeOffset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToDecimal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToGuid", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToInt16", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToInt32", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToInt64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToSByte", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToSingle", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { "name": "format", "typeName": "string" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { - "name": "dateTimeOption", - "typeName": "System.Xml.XmlDateTimeSerializationMode" - } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "System.DateTimeOffset" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "value", "typeName": "System.DateTimeOffset" }, - { "name": "format", "typeName": "string" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "System.Guid" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "System.TimeSpan" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToTimeSpan", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToUInt16", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToUInt32", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "ToUInt64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "VerifyName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "VerifyNCName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "VerifyNMTOKEN", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "publicId", "typeName": "string" }], - "isStatic": true, - "name": "VerifyPublicId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "token", "typeName": "string" }], - "isStatic": true, - "name": "VerifyTOKEN", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "content", "typeName": "string" }], - "isStatic": true, - "name": "VerifyWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "content", "typeName": "string" }], - "isStatic": true, - "name": "VerifyXmlChars", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlConvert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XsltMessageEncounteredEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlDateTimeSerializationMode", - "name": "Local", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDateTimeSerializationMode", - "name": "RoundtripKind", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDateTimeSerializationMode", - "name": "Unspecified", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDateTimeSerializationMode", - "name": "Utc", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlDateTimeSerializationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDateTimeSerializationMode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltMessageEncounteredEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlLinkedNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "Encoding", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Standalone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDeclaration", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlElement", - "name": "DocumentElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDocumentType", - "name": "DocumentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlImplementation", - "name": "Implementation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDocument", - "name": "OwnerDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "PreserveWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSet", - "name": "Schemas", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedEventHandler", - "name": "NodeChanged", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedEventHandler", - "name": "NodeChanging", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedEventHandler", - "name": "NodeInserted", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedEventHandler", - "name": "NodeInserting", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedEventHandler", - "name": "NodeRemoved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedEventHandler", - "name": "NodeRemoving", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nt", "typeName": "System.Xml.XmlNameTable" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_NodeChanged", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_NodeChanged", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_NodeChanging", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_NodeChanging", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_NodeInserted", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_NodeInserted", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_NodeInserting", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_NodeInserting", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_NodeRemoved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_NodeRemoved", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_NodeRemoving", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.XmlNodeChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_NodeRemoving", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "CreateAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "qualifiedName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlCDataSection", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "CreateCDataSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlComment", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "CreateComment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlDocumentFragment", - "params": [], - "isStatic": false, - "name": "CreateDocumentFragment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlDocumentType", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "publicId", "typeName": "string" }, - { "name": "systemId", "typeName": "string" }, - { "name": "internalSubset", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateDocumentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "CreateElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [ - { "name": "qualifiedName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlEntityReference", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "CreateEntityReference", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "nodeTypeString", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "type", "typeName": "System.Xml.XmlNodeType" }, - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "type", "typeName": "System.Xml.XmlNodeType" }, - { "name": "prefix", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlProcessingInstruction", - "params": [ - { "name": "target", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlSignificantWhitespace", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "CreateSignificantWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlText", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "CreateTextNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWhitespace", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "CreateWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlDeclaration", - "params": [ - { "name": "version", "typeName": "string" }, - { "name": "encoding", "typeName": "string" }, - { "name": "standalone", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateXmlDeclaration", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [{ "name": "elementId", "typeName": "string" }], - "isStatic": false, - "name": "GetElementById", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetElementsByTagName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetElementsByTagName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "node", "typeName": "System.Xml.XmlNode" }, - { "name": "deep", "typeName": "bool" } - ], - "isStatic": false, - "name": "ImportNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "inStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "txtReader", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xml", "typeName": "string" }], - "isStatic": false, - "name": "LoadXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "outStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "validationEventHandler", - "typeName": "System.Xml.Schema.ValidationEventHandler" - }, - { "name": "nodeToValidate", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xw", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stylesheet", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.IXPathNavigable" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.IXPathNavigable" - }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.IXPathNavigable" - }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.XPathNavigator" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.XPathNavigator" - }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stylesheet", - "typeName": "System.Xml.XPath.XPathNavigator" - }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputfile", "typeName": "string" }, - { "name": "outputfile", "typeName": "string" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputfile", "typeName": "string" }, - { "name": "outputfile", "typeName": "string" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.Stream" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.TextWriter" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.Xml.XmlWriter" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.Stream" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.TextWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.IO.TextWriter" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.Xml.XmlWriter" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, - { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, - { "name": "output", "typeName": "System.Xml.XmlWriter" }, - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": "Transform", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XslTransform", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.Xsl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.Xsl.XsltSettings", - "name": "Default", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "EnableDocumentFunction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "EnableScript", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Xsl.XsltSettings", - "name": "TrustedXslt", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "enableDocumentFunction", "typeName": "bool" }, - { "name": "enableScript", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltSettings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDocument", - "name": "OwnerDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDocumentFragment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlLinkedNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "System.Xml.XmlNamedNodeMap", - "name": "Entities", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InternalSubset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNamedNodeMap", - "name": "Notations", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "PublicId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SystemId", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlDocumentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "Deprecated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "Duplicate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "Invalid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "Preferred", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "Tentative", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DuplicateAddressDetectionState", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Address", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "GatewayIPAddressInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlDocument", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "System.Data.DataSet", - "name": "DataSet", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dataset", "typeName": "System.Data.DataSet" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateElement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlEntityReference", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "CreateEntityReference", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [{ "name": "elemId", "typeName": "string" }], - "isStatic": false, - "name": "GetElementById", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlElement", - "params": [{ "name": "r", "typeName": "System.Data.DataRow" }], - "isStatic": false, - "name": "GetElementFromRow", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetElementsByTagName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataRow", - "params": [{ "name": "e", "typeName": "System.Xml.XmlElement" }], - "isStatic": false, - "name": "GetRowFromElement", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "inStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "txtReader", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "XmlDataDocument", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation[]" - }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "GatewayIPAddressInformationCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "AddressMaskRepliesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "AddressMaskRepliesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "AddressMaskRequestsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "AddressMaskRequestsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "DestinationUnreachableMessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "DestinationUnreachableMessagesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRepliesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRepliesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRequestsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRequestsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ErrorsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ErrorsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MessagesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ParameterProblemsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ParameterProblemsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RedirectsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RedirectsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "SourceQuenchesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "SourceQuenchesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimeExceededMessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimeExceededMessagesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimestampRepliesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimestampRepliesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimestampRequestsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimestampRequestsSent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IcmpV4Statistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "DestinationUnreachableMessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "DestinationUnreachableMessagesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRepliesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRepliesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRequestsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "EchoRequestsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ErrorsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ErrorsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MembershipQueriesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MembershipQueriesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MembershipReductionsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MembershipReductionsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MembershipReportsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MembershipReportsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MessagesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NeighborAdvertisementsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NeighborAdvertisementsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NeighborSolicitsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NeighborSolicitsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketTooBigMessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketTooBigMessagesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ParameterProblemsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ParameterProblemsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RedirectsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RedirectsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RouterAdvertisementsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RouterAdvertisementsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RouterSolicitsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RouterSolicitsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimeExceededMessagesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimeExceededMessagesSent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IcmpV6Statistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Net.IPAddress[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPAddressCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDnsEligible", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsTransient", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IPAddressInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPAddressInformation", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.IPAddressInformation" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.IPAddressInformation" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Net.NetworkInformation.IPAddressInformation[]" - }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.IPAddressInformation" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPAddressInformationCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DhcpScopeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DomainName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "HostName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsWinsProxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetBiosNodeType", - "name": "NodeType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetUnicastAddresses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "UnicastIPAddressInformationCollection", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetUnicastAddresses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetActiveTcpConnections", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetActiveTcpListeners", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetActiveUdpListeners", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IcmpV4Statistics", - "params": [], - "isStatic": false, - "name": "GetIcmpV4Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IcmpV6Statistics", - "params": [], - "isStatic": false, - "name": "GetIcmpV6Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPGlobalProperties", - "params": [], - "isStatic": true, - "name": "GetIPGlobalProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPGlobalStatistics", - "params": [], - "isStatic": false, - "name": "GetIPv4GlobalStatistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPGlobalStatistics", - "params": [], - "isStatic": false, - "name": "GetIPv6GlobalStatistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TcpStatistics", - "params": [], - "isStatic": false, - "name": "GetTcpIPv4Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TcpStatistics", - "params": [], - "isStatic": false, - "name": "GetTcpIPv6Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "UdpStatistics", - "params": [], - "isStatic": false, - "name": "GetUdpIPv4Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "UdpStatistics", - "params": [], - "isStatic": false, - "name": "GetUdpIPv6Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "UnicastIPAddressInformationCollection", - "params": [], - "isStatic": false, - "name": "GetUnicastAddresses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "GetUnicastAddressesAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPGlobalProperties", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Item", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeList", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "DefaultTtl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ForwardingEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NumberOfInterfaces", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NumberOfIPAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NumberOfRoutes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutputPacketRequests", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutputPacketRoutingDiscards", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutputPacketsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutputPacketsWithNoRoute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketFragmentFailures", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketReassembliesRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketReassemblyFailures", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketReassemblyTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketsFragmented", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PacketsReassembled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPackets", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPacketsDelivered", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPacketsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPacketsForwarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPacketsWithAddressErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPacketsWithHeadersErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ReceivedPacketsWithUnknownProtocol", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IPGlobalStatistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.IPAddressInformationCollection", - "name": "AnycastAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPAddressCollection", - "name": "DhcpServerAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPAddressCollection", - "name": "DnsAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DnsSuffix", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection", - "name": "GatewayAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDnsEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDynamicDnsEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection", - "name": "MulticastAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection", - "name": "UnicastAddresses", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPAddressCollection", - "name": "WinsServersAddresses", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IPv4InterfaceProperties", - "params": [], - "isStatic": false, - "name": "GetIPv4Properties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPv6InterfaceProperties", - "params": [], - "isStatic": false, - "name": "GetIPv6Properties", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPInterfaceProperties", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlNodeOrder", - "name": "After", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeOrder", - "name": "Before", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeOrder", - "name": "Same", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeOrder", - "name": "Unknown", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlNodeOrder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeOrder", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "BytesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "BytesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingPacketsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingPacketsWithErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingUnknownProtocolPackets", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NonUnicastPacketsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NonUnicastPacketsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutgoingPacketsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutgoingPacketsWithErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutputQueueLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "UnicastPacketsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "UnicastPacketsSent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IPInterfaceStatistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "BadDestination", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "BadHeader", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "BadOption", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "BadRoute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationHostUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationNetworkUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationPortUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationProhibited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationProtocolUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationScopeMismatch", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "DestinationUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "HardwareError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "IcmpError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "NoResources", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "PacketTooBig", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "ParameterProblem", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "SourceQuench", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "Success", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "TimedOut", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "TimeExceeded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "TtlExpired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "TtlReassemblyTimeExceeded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "UnrecognizedNextHeader", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.IPStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPStatus", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAutomaticPrivateAddressingActive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAutomaticPrivateAddressingEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDhcpEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsForwardingEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Mtu", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UsesWins", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IPv4InterfaceProperties", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlReader", - "attribute": "", - "interfaces": ["IDisposable", "IXmlNamespaceResolver"], - "fields": [ - { - "typeName": "int", - "name": "AttributeCount", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanReadBinaryContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "EOF", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmptyElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "ReadState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "attributeIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "attributeIndex", "typeName": "int" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNextAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadAttributeValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeReader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "BytesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "BytesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingPacketsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingPacketsWithErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingUnknownProtocolPackets", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NonUnicastPacketsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NonUnicastPacketsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutgoingPacketsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutgoingPacketsWithErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "OutputQueueLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "UnicastPacketsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "UnicastPacketsSent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "IPv4InterfaceStatistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlNodeType", - "name": "Attribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "CDATA", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Comment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Document", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "DocumentFragment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "DocumentType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Element", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "EndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "EndEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Entity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "EntityReference", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Notation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "ProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "SignificantWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Text", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "Whitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "XmlDeclaration", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlNodeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Mtu", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int64", - "params": [ - { - "name": "scopeLevel", - "typeName": "System.Net.NetworkInformation.ScopeLevel" - } - ], - "isStatic": false, - "name": "GetScopeId", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPv6InterfaceProperties", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Net.NetworkInformation.IPAddressInformation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "AddressPreferredLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "AddressValidLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "DhcpLeaseLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "DuplicateAddressDetectionState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "PrefixOrigin", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "SuffixOrigin", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "MulticastIPAddressInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation[]" - }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "MulticastIPAddressInformationCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.NetBiosNodeType", - "name": "Broadcast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetBiosNodeType", - "name": "Hybrid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetBiosNodeType", - "name": "Mixed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetBiosNodeType", - "name": "Peer2Peer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetBiosNodeType", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.NetBiosNodeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetBiosNodeType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "OuterXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "PublicId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SystemId", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNotation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.EventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.EventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkAddressChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlOutputMethod", - "name": "AutoDetect", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlOutputMethod", - "name": "Html", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlOutputMethod", - "name": "Text", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlOutputMethod", - "name": "Xml", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlOutputMethod", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlOutputMethod", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.NetworkInformation.NetworkAvailabilityEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.NetworkInformation.NetworkAvailabilityEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkAvailabilityChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "DocTypeName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InternalSubset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNamespaceManager", - "name": "NamespaceManager", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "PublicId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SystemId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, - { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, - { "name": "docTypeName", "typeName": "string" }, - { "name": "pubId", "typeName": "string" }, - { "name": "sysId", "typeName": "string" }, - { "name": "internalSubset", "typeName": "string" }, - { "name": "baseURI", "typeName": "string" }, - { "name": "xmlLang", "typeName": "string" }, - { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, - { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, - { "name": "docTypeName", "typeName": "string" }, - { "name": "pubId", "typeName": "string" }, - { "name": "sysId", "typeName": "string" }, - { "name": "internalSubset", "typeName": "string" }, - { "name": "baseURI", "typeName": "string" }, - { "name": "xmlLang", "typeName": "string" }, - { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" }, - { "name": "enc", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, - { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, - { "name": "xmlLang", "typeName": "string" }, - { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, - { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, - { "name": "xmlLang", "typeName": "string" }, - { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" }, - { "name": "enc", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlParserContext", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler", - "name": "NetworkAddressChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler", - "name": "NetworkAvailabilityChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler" - } - ], - "isStatic": true, - "name": "add_NetworkAddressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler" - } - ], - "isStatic": true, - "name": "remove_NetworkAddressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler" - } - ], - "isStatic": true, - "name": "add_NetworkAvailabilityChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler" - } - ], - "isStatic": true, - "name": "remove_NetworkAvailabilityChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "nc", - "typeName": "System.Net.NetworkInformation.NetworkChange" - } - ], - "isStatic": true, - "name": "RegisterNetworkChange", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkChange", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsAvailable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "NetworkAvailabilityEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlLinkedNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "Data", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Target", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", - "name": "Ping", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", - "name": "Read", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.NetworkInformationAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInformationAccess", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.ComponentModel.Win32Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorCode", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInformationException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", - "name": "Access", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Net.NetworkInformation.NetworkInformationAccess" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Net.NetworkInformation.NetworkInformationAccess" - } - ], - "isStatic": false, - "name": "AddPermission", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInformationPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Access", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInformationPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlQualifiedName", - "name": "Empty", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "b", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Xml.XmlQualifiedName" }, - { "name": "b", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlQualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IPv6LoopbackInterfaceIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReceiveOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "LoopbackInterfaceIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "NetworkInterfaceType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "OperationalStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Speed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsMulticast", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetAllNetworkInterfaces", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPInterfaceProperties", - "params": [], - "isStatic": false, - "name": "GetIPProperties", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPInterfaceStatistics", - "params": [], - "isStatic": false, - "name": "GetIPStatistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPv4InterfaceStatistics", - "params": [], - "isStatic": false, - "name": "GetIPv4Statistics", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "GetIsNetworkAvailable", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PhysicalAddress", - "params": [], - "isStatic": false, - "name": "GetPhysicalAddress", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "networkInterfaceComponent", - "typeName": "System.Net.NetworkInformation.NetworkInterfaceComponent" - } - ], - "isStatic": false, - "name": "Supports", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInterface", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "AttributeCount", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanReadBinaryContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanReadValueChunk", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "EOF", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmptyElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "char", - "name": "QuoteChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "ReadState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlReaderSettings", - "name": "Settings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Type", - "name": "ValueType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [{ "name": "input", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, - { "name": "baseUri", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, - { - "name": "inputContext", - "typeName": "System.Xml.XmlParserContext" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [{ "name": "input", "typeName": "System.IO.TextReader" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.IO.TextReader" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.IO.TextReader" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, - { "name": "baseUri", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "input", "typeName": "System.IO.TextReader" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, - { - "name": "inputContext", - "typeName": "System.Xml.XmlParserContext" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [{ "name": "inputUri", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "inputUri", "typeName": "string" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, - { - "name": "inputContext", - "typeName": "System.Xml.XmlParserContext" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "GetValueAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "IsName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "IsNameToken", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localname", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "IsStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeType", - "params": [], - "isStatic": false, - "name": "MoveToContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "MoveToContentAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNextAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadAttributeValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ReadContentAs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ReadContentAsAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBase64Async", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBinHexAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadContentAsBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [], - "isStatic": false, - "name": "ReadContentAsDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [], - "isStatic": false, - "name": "ReadContentAsDateTimeOffset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "ReadContentAsDecimal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ReadContentAsDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "ReadContentAsFloat", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadContentAsInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ReadContentAsLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ReadContentAsObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadContentAsObjectAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadContentAsString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadContentAsStringAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ReadElementContentAs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - }, - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "namespaceResolver", - "typeName": "System.Xml.IXmlNamespaceResolver" - } - ], - "isStatic": false, - "name": "ReadElementContentAsAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBase64Async", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBinHexAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsBoolean", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsDateTime", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsDecimal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Decimal", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsDecimal", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsDouble", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsFloat", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsFloat", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsInt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsLong", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsObject", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsObjectAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementContentAsString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadElementContentAsStringAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadElementString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ReadElementString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localname", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadElementString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReadEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadInnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadInnerXmlAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadOuterXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadOuterXmlAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReadStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ReadStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localname", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [], - "isStatic": false, - "name": "ReadSubtree", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ReadToDescendant", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadToDescendant", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ReadToFollowing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadToFollowing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ReadToNextSibling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "ReadToNextSibling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadValueChunk", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadValueChunkAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "SkipAsync", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlReader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceComponent", - "name": "IPv4", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceComponent", - "name": "IPv6", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.NetworkInterfaceComponent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInterfaceComponent", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Async", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CheckCharacters", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CloseInput", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ConformanceLevel", - "name": "ConformanceLevel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.DtdProcessing", - "name": "DtdProcessing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IgnoreComments", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IgnoreProcessingInstructions", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IgnoreWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LineNumberOffset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePositionOffset", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "long", - "name": "MaxCharactersFromEntities", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "long", - "name": "MaxCharactersInDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "ProhibitDtd", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSet", - "name": "Schemas", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", - "name": "ValidationFlags", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ValidationType", - "name": "ValidationType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.ValidationEventHandler", - "name": "ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "resolver", "typeName": "System.Xml.XmlResolver" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "add_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "remove_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlReaderSettings", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlReaderSettings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "Dormant", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "Down", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "LowerLayerDown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "NotPresent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "Testing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.OperationalStatus", - "name": "Up", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.OperationalStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "OperationalStatus", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "AsymmetricDsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Atm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "BasicIsdn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Ethernet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Ethernet3Megabit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "FastEthernetFx", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "FastEthernetT", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Fddi", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "GenericModem", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "GigabitEthernet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "HighPerformanceSerialBus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "IPOverAtm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Isdn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Loopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "MultiRateSymmetricDsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Ppp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "PrimaryIsdn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "RateAdaptDsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Slip", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "SymmetricDsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "TokenRing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Tunnel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "VeryHighSpeedDsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Wireless80211", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Wman", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Wwanpp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "name": "Wwanpp2", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.NetworkInterfaceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkInterfaceType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntityAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Uri", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ResolveUri", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "SupportsType", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.PhysicalAddress", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAddressBytes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PhysicalAddress", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "PhysicalAddress", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.PingCompletedEventHandler", - "name": "PingCompleted", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.NetworkInformation.PingCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_PingCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.NetworkInformation.PingCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_PingCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Net.NetworkInformation.PingOptions" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PingReply", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Net.NetworkInformation.PingOptions" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Net.NetworkInformation.PingOptions" - }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Net.NetworkInformation.PingOptions" - }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SendAsyncCancel", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Net.NetworkInformation.PingOptions" - } - ], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "timeout", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Net.NetworkInformation.PingOptions" - } - ], - "isStatic": false, - "name": "SendPingAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "Ping", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.PingReply", - "name": "Reply", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "PingCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlResolver", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, - { - "name": "permissionSet", - "typeName": "System.Security.PermissionSet" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, - { "name": "securityUrl", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Evidence", - "params": [{ "name": "securityUrl", "typeName": "string" }], - "isStatic": true, - "name": "CreateEvidenceForUrl", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntityAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Uri", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ResolveUri", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSecureResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlCharacterData", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSignificantWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlSpace", - "name": "Default", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "Preserve", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlCharacterData", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlText", - "params": [{ "name": "offset", "typeName": "int" }], - "isStatic": false, - "name": "SplitText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsEncrypted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsMutuallyAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsServer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSigned", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "LeaveInnerStreamOpen", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "AuthenticatedStream", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlLinkedNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "System.Xml.XmlAttributeCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmpty", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "NextSibling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDocument", - "name": "OwnerDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetAttributeNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttributeNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetElementsByTagName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetElementsByTagName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "HasAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "HasAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAll", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAllAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "RemoveAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAttributeAt", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "RemoveAttributeNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "oldAttr", "typeName": "System.Xml.XmlAttribute" } - ], - "isStatic": false, - "name": "RemoveAttributeNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "SetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "SetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "SetAttributeNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlAttribute", - "params": [ - { "name": "newAttr", "typeName": "System.Xml.XmlAttribute" } - ], - "isStatic": false, - "name": "SetAttributeNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlReader", - "attribute": "", - "interfaces": ["IDisposable", "IXmlLineInfo", "IXmlNamespaceResolver"], - "fields": [ - { - "typeName": "int", - "name": "AttributeCount", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanReadBinaryContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanReadValueChunk", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.DtdProcessing", - "name": "DtdProcessing", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.EntityHandling", - "name": "EntityHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "EOF", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmptyElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Namespaces", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Normalization", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "ProhibitDtd", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "char", - "name": "QuoteChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "ReadState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WhitespaceHandling", - "name": "WhitespaceHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "nt", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlFragment", "typeName": "System.IO.Stream" }, - { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, - { "name": "context", "typeName": "System.Xml.XmlParserContext" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "System.IO.TextReader" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.IO.TextReader" }, - { "name": "nt", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "input", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "nt", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "input", "typeName": "System.IO.TextReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "input", "typeName": "System.IO.TextReader" }, - { "name": "nt", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "nt", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlFragment", "typeName": "string" }, - { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, - { "name": "context", "typeName": "System.Xml.XmlParserContext" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [ - { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } - ], - "isStatic": false, - "name": "GetNamespacesInScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "TextReader", - "params": [], - "isStatic": false, - "name": "GetRemainder", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasLineInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNextAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadAttributeValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadChars", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlTextReader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Security.AuthenticationLevel", - "name": "MutualAuthRequested", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.AuthenticationLevel", - "name": "MutualAuthRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.AuthenticationLevel", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Security.AuthenticationLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlWriter", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Formatting", - "name": "Formatting", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Indentation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "char", - "name": "IndentChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Namespaces", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "char", - "name": "QuoteChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "WriteState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ns", "typeName": "string" }], - "isStatic": false, - "name": "LookupPrefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteCData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": false, - "name": "WriteCharEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteChars", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteComment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "pubid", "typeName": "string" }, - { "name": "sysid", "typeName": "string" }, - { "name": "subset", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteDocType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteEndAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteEndDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteEntityRef", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteFullEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteNmToken", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteQualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteRaw", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "WriteRaw", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteStartDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "standalone", "typeName": "bool" }], - "isStatic": false, - "name": "WriteStartDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lowChar", "typeName": "char" }, - { "name": "highChar", "typeName": "char" } - ], - "isStatic": false, - "name": "WriteSurrogateCharEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ws", "typeName": "string" }], - "isStatic": false, - "name": "WriteWhitespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlTextWriter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "CDATA", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "ENTITIES", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "ENTITY", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "ENUMERATION", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "ID", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "IDREF", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "IDREFS", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "NCName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "NMTOKEN", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "NMTOKENS", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "None", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "NOTATION", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlTokenizedType", - "name": "QName", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlTokenizedType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlTokenizedType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NotationName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "OuterXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "PublicId", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SystemId", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Security.EncryptionPolicy", - "name": "AllowNoEncryption", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.EncryptionPolicy", - "name": "NoEncryption", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.EncryptionPolicy", - "name": "RequireEncryption", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Security.EncryptionPolicy", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EncryptionPolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlResolver", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Cache.RequestCachePolicy", - "name": "CachePolicy", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntityAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Uri", - "params": [ - { "name": "baseUri", "typeName": "System.Uri" }, - { "name": "relativeUri", "typeName": "string" } - ], - "isStatic": false, - "name": "ResolveUri", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlUrlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlLinkedNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlEntityReference", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlReader", - "attribute": "", - "interfaces": ["IDisposable", "IXmlLineInfo", "IXmlNamespaceResolver"], - "fields": [ - { - "typeName": "int", - "name": "AttributeCount", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanReadBinaryContent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CanResolveEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.EntityHandling", - "name": "EntityHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "EOF", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsDefault", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsEmptyElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Namespaces", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "char", - "name": "QuoteChar", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlReader", - "name": "Reader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ReadState", - "name": "ReadState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaCollection", - "name": "Schemas", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "object", - "name": "SchemaType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ValidationType", - "name": "ValidationType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlResolver", - "name": "XmlResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.ValidationEventHandler", - "name": "ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlFragment", "typeName": "System.IO.Stream" }, - { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, - { "name": "context", "typeName": "System.Xml.XmlParserContext" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlFragment", "typeName": "string" }, - { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, - { "name": "context", "typeName": "System.Xml.XmlParserContext" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "add_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Xml.Schema.ValidationEventHandler" - } - ], - "isStatic": false, - "name": "remove_ValidationEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasLineInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveToAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToFirstAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveToNextAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadAttributeValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadElementContentAsBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ReadTypedValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveEntity", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlValidatingReader", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "int", - "name": "LinePosition", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "SourceUri", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" }, - { "name": "lineNumber", "typeName": "int" }, - { "name": "linePosition", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlException", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlCharacterData", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nt", "typeName": "System.Xml.XmlNameTable" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlDocument", - "params": [], - "isStatic": false, - "name": "CreateDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "strFeature", "typeName": "string" }, - { "name": "strVersion", "typeName": "string" } - ], - "isStatic": false, - "name": "HasFeature", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlImplementation", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Certificate", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "targetHost", "typeName": "string" }, - { - "name": "localCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { - "name": "remoteCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "acceptableIssuers", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "targetHost", "typeName": "string" }, - { - "name": "localCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { - "name": "remoteCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "acceptableIssuers", "typeName": "string[]" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Certificate", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "LocalCertificateSelectionCallback", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Xml.XmlWriterSettings", - "name": "Settings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.WriteState", - "name": "WriteState", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "XmlLang", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlSpace", - "name": "XmlSpace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [{ "name": "output", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { "name": "output", "typeName": "System.IO.Stream" }, - { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [{ "name": "output", "typeName": "System.IO.TextWriter" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { "name": "output", "typeName": "System.IO.TextWriter" }, - { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [{ "name": "outputFileName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { "name": "outputFileName", "typeName": "string" }, - { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { "name": "output", "typeName": "System.Text.StringBuilder" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { "name": "output", "typeName": "System.Text.StringBuilder" }, - { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [{ "name": "output", "typeName": "System.Xml.XmlWriter" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriter", - "params": [ - { "name": "output", "typeName": "System.Xml.XmlWriter" }, - { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ns", "typeName": "string" }], - "isStatic": false, - "name": "LookupPrefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteAttributesAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteAttributeString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteAttributeString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteAttributeString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteAttributeStringAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBase64", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBase64Async", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBinHex", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteBinHexAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteCData", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteCDataAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": false, - "name": "WriteCharEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": false, - "name": "WriteCharEntityAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteChars", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteCharsAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteComment", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteCommentAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "pubid", "typeName": "string" }, - { "name": "sysid", "typeName": "string" }, - { "name": "subset", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteDocType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "pubid", "typeName": "string" }, - { "name": "sysid", "typeName": "string" }, - { "name": "subset", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteDocTypeAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteElementString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteElementString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteElementString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteElementStringAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteEndAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteEndDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WriteEndDocumentAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WriteEndElementAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteEntityRef", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteEntityRefAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteFullEndElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WriteFullEndElementAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteNameAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteNmToken", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "WriteNmTokenAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "navigator", - "typeName": "System.Xml.XPath.XPathNavigator" - }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteNodeAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "navigator", - "typeName": "System.Xml.XPath.XPathNavigator" - }, - { "name": "defattr", "typeName": "bool" } - ], - "isStatic": false, - "name": "WriteNodeAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteProcessingInstruction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteProcessingInstructionAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteQualifiedName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteQualifiedNameAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteRaw", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "WriteRaw", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteRawAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "WriteRawAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "localName", "typeName": "string" }], - "isStatic": false, - "name": "WriteStartAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartAttribute", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteStartDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "standalone", "typeName": "bool" }], - "isStatic": false, - "name": "WriteStartDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WriteStartDocumentAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "standalone", "typeName": "bool" }], - "isStatic": false, - "name": "WriteStartDocumentAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "localName", "typeName": "string" }], - "isStatic": false, - "name": "WriteStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartElement", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "localName", "typeName": "string" }, - { "name": "ns", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteStartElementAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteStringAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lowChar", "typeName": "char" }, - { "name": "highChar", "typeName": "char" } - ], - "isStatic": false, - "name": "WriteSurrogateCharEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "lowChar", "typeName": "char" }, - { "name": "highChar", "typeName": "char" } - ], - "isStatic": false, - "name": "WriteSurrogateCharEntityAsync", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTimeOffset" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ws", "typeName": "string" }], - "isStatic": false, - "name": "WriteWhitespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "ws", "typeName": "string" }], - "isStatic": false, - "name": "WriteWhitespaceAsync", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlWriter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlNode", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "System.Xml.XmlNode", - "name": "NextSibling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousSibling", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [], - "name": "XmlLinkedNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.Net.Security.AuthenticatedStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "ImpersonationLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsEncrypted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsMutuallyAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsServer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSigned", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Principal.IIdentity", - "name": "RemoteIdentity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WriteTimeout", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "innerStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerStream", "typeName": "System.IO.Stream" }, - { "name": "leaveInnerStreamOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "binding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - }, - { "name": "targetName", "typeName": "string" } - ], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "binding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - }, - { "name": "targetName", "typeName": "string" }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "allowedImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { "name": "targetName", "typeName": "string" } - ], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { "name": "targetName", "typeName": "string" }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "allowedImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "binding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - }, - { "name": "targetName", "typeName": "string" } - ], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "binding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - }, - { "name": "targetName", "typeName": "string" }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "allowedImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { "name": "targetName", "typeName": "string" } - ], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { "name": "targetName", "typeName": "string" }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "allowedImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "requiredImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "policy", - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" - }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "requiredImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "policy", - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" - } - ], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "requiredImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "policy", - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" - }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "requiredImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "policy", - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" - } - ], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "binding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - }, - { "name": "targetName", "typeName": "string" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "binding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - }, - { "name": "targetName", "typeName": "string" }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "allowedImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { "name": "targetName", "typeName": "string" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { "name": "targetName", "typeName": "string" }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "allowedImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "requiredImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "policy", - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" - }, - { - "name": "requiredProtectionLevel", - "typeName": "System.Net.Security.ProtectionLevel" - }, - { - "name": "requiredImpersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "policy", - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" - }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "name": "NegotiateStream", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Async", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CheckCharacters", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "CloseOutput", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.ConformanceLevel", - "name": "ConformanceLevel", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "DoNotEscapeUriAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "Indent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "IndentChars", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.NamespaceHandling", - "name": "NamespaceHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NewLineChars", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.NewLineHandling", - "name": "NewLineHandling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "NewLineOnAttributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "OmitXmlDeclaration", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlOutputMethod", - "name": "OutputMethod", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "WriteEndDocumentOnClose", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlWriterSettings", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlWriterSettings", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetNamedItem", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "GetNamedItem", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Item", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "RemoveNamedItem", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "localName", "typeName": "string" }, - { "name": "namespaceURI", "typeName": "string" } - ], - "isStatic": false, - "name": "RemoveNamedItem", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "SetNamedItem", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNamedNodeMap", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "IXmlNamespaceResolver"], - "fields": [ - { - "typeName": "string", - "name": "DefaultNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNameTable", - "name": "NameTable", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "uri", "typeName": "string" } - ], - "isStatic": false, - "name": "AddNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [ - { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } - ], - "isStatic": false, - "name": "GetNamespacesInScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "HasNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "LookupNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": false, - "name": "LookupPrefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "PopScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PushScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "uri", "typeName": "string" } - ], - "isStatic": false, - "name": "RemoveNamespace", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNamespaceManager", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Security.ProtectionLevel", - "name": "EncryptAndSign", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.ProtectionLevel", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.ProtectionLevel", - "name": "Sign", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Security.ProtectionLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProtectionLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Xml.XmlResolver", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "absoluteUri", "typeName": "System.Uri" }, - { "name": "role", "typeName": "string" }, - { "name": "ofObjectToReturn", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetEntity", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "appStreamResolver", - "typeName": "System.Xml.IApplicationResourceStreamResolver" - } - ], - "isStatic": true, - "name": "RegisterApplicationResourceStreamResolver", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlXapResolver", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlNamespaceScope", - "name": "All", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNamespaceScope", - "name": "ExcludeXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNamespaceScope", - "name": "Local", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlNamespaceScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNamespaceScope", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { - "name": "chain", - "typeName": "System.Security.Cryptography.X509Certificates.X509Chain" - }, - { - "name": "sslPolicyErrors", - "typeName": "System.Net.Security.SslPolicyErrors" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { - "name": "chain", - "typeName": "System.Security.Cryptography.X509Certificates.X509Chain" - }, - { - "name": "sslPolicyErrors", - "typeName": "System.Net.Security.SslPolicyErrors" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "RemoteCertificateValidationCallback", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "array", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "array", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "array", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "array", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNameTable", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], - "fields": [ - { - "typeName": "System.Xml.XmlAttributeCollection", - "name": "Attributes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "BaseURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeList", - "name": "ChildNodes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "FirstChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "HasChildNodes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "InnerXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlElement", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlElement", - "name": "this[]", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "LastChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "LocalName", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NamespaceURI", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "NextSibling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeType", - "name": "NodeType", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "OuterXml", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlDocument", - "name": "OwnerDocument", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "ParentNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousSibling", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "PreviousText", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.Schema.IXmlSchemaInfo", - "name": "SchemaInfo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "XmlNode", - "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "AppendChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "deep", "typeName": "bool" }], - "isStatic": false, - "name": "CloneNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XPathNavigator", - "params": [], - "isStatic": false, - "name": "CreateNavigator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "prefix", "typeName": "string" }], - "isStatic": false, - "name": "GetNamespaceOfPrefix", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "namespaceURI", "typeName": "string" }], - "isStatic": false, - "name": "GetPrefixOfNamespace", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlNode" }, - { "name": "refChild", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "InsertAfter", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlNode" }, - { "name": "refChild", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "InsertBefore", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "PrependChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAll", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "oldChild", "typeName": "System.Xml.XmlNode" }], - "isStatic": false, - "name": "RemoveChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "newChild", "typeName": "System.Xml.XmlNode" }, - { "name": "oldChild", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "ReplaceChild", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "SelectNodes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNodeList", - "params": [ - { "name": "xpath", "typeName": "string" }, - { "name": "nsmgr", "typeName": "System.Xml.XmlNamespaceManager" } - ], - "isStatic": false, - "name": "SelectNodes", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [{ "name": "xpath", "typeName": "string" }], - "isStatic": false, - "name": "SelectSingleNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "XmlNode", - "params": [ - { "name": "xpath", "typeName": "string" }, - { "name": "nsmgr", "typeName": "System.Xml.XmlNamespaceManager" } - ], - "isStatic": false, - "name": "SelectSingleNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "feature", "typeName": "string" }, - { "name": "version", "typeName": "string" } - ], - "isStatic": false, - "name": "Supports", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteContentTo", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNode", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Security.SslPolicyErrors", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.SslPolicyErrors", - "name": "RemoteCertificateChainErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.SslPolicyErrors", - "name": "RemoteCertificateNameMismatch", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.SslPolicyErrors", - "name": "RemoteCertificateNotAvailable", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Security.SslPolicyErrors", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SslPolicyErrors", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Xml.XmlNodeChangedAction", - "name": "Change", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedAction", - "name": "Insert", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNodeChangedAction", - "name": "Remove", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Xml.XmlNodeChangedAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeChangedAction", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net.Security", - "baseClass": "System.Net.Security.AuthenticatedStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CheckCertRevocationStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "CipherAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "CipherStrength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.HashAlgorithmType", - "name": "HashAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "HashStrength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsEncrypted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsMutuallyAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsServer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSigned", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExchangeAlgorithmType", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "KeyExchangeStrength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "LocalCertificate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "RemoteCertificate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "SslProtocol", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportContext", - "name": "TransportContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WriteTimeout", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "innerStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerStream", "typeName": "System.IO.Stream" }, - { "name": "leaveInnerStreamOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerStream", "typeName": "System.IO.Stream" }, - { "name": "leaveInnerStreamOpen", "typeName": "bool" }, - { - "name": "userCertificateValidationCallback", - "typeName": "System.Net.Security.RemoteCertificateValidationCallback" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerStream", "typeName": "System.IO.Stream" }, - { "name": "leaveInnerStreamOpen", "typeName": "bool" }, - { - "name": "userCertificateValidationCallback", - "typeName": "System.Net.Security.RemoteCertificateValidationCallback" - }, - { - "name": "userCertificateSelectionCallback", - "typeName": "System.Net.Security.LocalCertificateSelectionCallback" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerStream", "typeName": "System.IO.Stream" }, - { "name": "leaveInnerStreamOpen", "typeName": "bool" }, - { - "name": "userCertificateValidationCallback", - "typeName": "System.Net.Security.RemoteCertificateValidationCallback" - }, - { - "name": "userCertificateSelectionCallback", - "typeName": "System.Net.Security.LocalCertificateSelectionCallback" - }, - { - "name": "encryptionPolicy", - "typeName": "System.Net.Security.EncryptionPolicy" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "targetHost", "typeName": "string" }], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { - "name": "clientCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { - "name": "clientCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { - "name": "enabledSslProtocols", - "typeName": "System.Security.Authentication.SslProtocols" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "targetHost", "typeName": "string" }], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { - "name": "clientCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { - "name": "clientCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { - "name": "enabledSslProtocols", - "typeName": "System.Security.Authentication.SslProtocols" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "clientCertificateRequired", "typeName": "bool" }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "clientCertificateRequired", "typeName": "bool" }, - { - "name": "enabledSslProtocols", - "typeName": "System.Security.Authentication.SslProtocols" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "clientCertificateRequired", "typeName": "bool" }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "clientCertificateRequired", "typeName": "bool" }, - { - "name": "enabledSslProtocols", - "typeName": "System.Security.Authentication.SslProtocols" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" } - ], - "isStatic": false, - "name": "AuthenticateAsServerAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { - "name": "clientCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "targetHost", "typeName": "string" }, - { - "name": "clientCertificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - }, - { - "name": "enabledSslProtocols", - "typeName": "System.Security.Authentication.SslProtocols" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "clientCertificateRequired", "typeName": "bool" }, - { "name": "checkCertificateRevocation", "typeName": "bool" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "serverCertificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "clientCertificateRequired", "typeName": "bool" }, - { - "name": "enabledSslProtocols", - "typeName": "System.Security.Authentication.SslProtocols" - }, - { "name": "checkCertificateRevocation", "typeName": "bool" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAuthenticateAsClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAuthenticateAsServer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ShutdownAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "name": "SslStream", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Xml.XmlNodeChangedAction", - "name": "Action", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "NewParent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "NewValue", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "Node", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "System.Xml.XmlNode", - "name": "OldParent", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "OldValue", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "node", "typeName": "System.Xml.XmlNode" }, - { "name": "oldParent", "typeName": "System.Xml.XmlNode" }, - { "name": "newParent", "typeName": "System.Xml.XmlNode" }, - { "name": "oldValue", "typeName": "string" }, - { "name": "newValue", "typeName": "string" }, - { "name": "action", "typeName": "System.Xml.XmlNodeChangedAction" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeChangedEventArgs", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Xml.XmlNodeChangedEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Xml.XmlNodeChangedEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Xml.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlNodeChangedEventHandler", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XmlConfiguration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CollapseWhiteSpaceIntoEmptyStringString", - "comment": "", - "location": "System.Xml.dll" - }, - { - "typeName": "string", - "name": "ProhibitDefaultResolverString", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XmlReaderSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Xml.XmlConfiguration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ProhibitDefaultResolverString", - "comment": "", - "location": "System.Xml.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Xml.dll" - } - ], - "name": "XsltConfigSection", - "comment": "", - "location": "System.Xml.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.ICredentialPolicy", - "name": "CredentialPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "CustomTargetNameDictionary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.IEnumerator", - "name": "RegisteredModules", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Authorization", - "params": [ - { "name": "challenge", "typeName": "string" }, - { "name": "request", "typeName": "System.Net.WebRequest" }, - { "name": "credentials", "typeName": "System.Net.ICredentials" } - ], - "isStatic": true, - "name": "Authenticate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Authorization", - "params": [ - { "name": "request", "typeName": "System.Net.WebRequest" }, - { "name": "credentials", "typeName": "System.Net.ICredentials" } - ], - "isStatic": true, - "name": "PreAuthenticate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "authenticationModule", - "typeName": "System.Net.IAuthenticationModule" - } - ], - "isStatic": true, - "name": "Register", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "authenticationModule", - "typeName": "System.Net.IAuthenticationModule" - } - ], - "isStatic": true, - "name": "Unregister", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "authenticationScheme", "typeName": "string" }], - "isStatic": true, - "name": "Unregister", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "Anonymous", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "Basic", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "Digest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "IntegratedWindowsAuthentication", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "Negotiate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "Ntlm", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.AuthenticationSchemes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationSchemes", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AuthenticationSchemes", - "params": [ - { - "name": "httpRequest", - "typeName": "System.Net.HttpListenerRequest" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "httpRequest", - "typeName": "System.Net.HttpListenerRequest" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AuthenticationSchemes", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationSchemeSelector", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Complete", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ConnectionGroupId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "MutuallyAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "ProtectionRealm", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "token", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "token", "typeName": "string" }, - { "name": "finished", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "token", "typeName": "string" }, - { "name": "finished", "typeName": "bool" }, - { "name": "connectionGroupId", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Authorization", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPEndPoint", - "params": [ - { "name": "servicePoint", "typeName": "System.Net.ServicePoint" }, - { "name": "remoteEndPoint", "typeName": "System.Net.IPEndPoint" }, - { "name": "retryCount", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "servicePoint", "typeName": "System.Net.ServicePoint" }, - { "name": "remoteEndPoint", "typeName": "System.Net.IPEndPoint" }, - { "name": "retryCount", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPEndPoint", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "BindIPEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Comment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "CommentUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Discard", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Domain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Expired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "Expires", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HttpOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Path", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Secure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "TimeStamp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Version", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "path", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "path", "typeName": "string" }, - { "name": "domain", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "Cookie", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cookie", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cookie", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cookies", "typeName": "System.Net.CookieCollection" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Net.Cookie[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "CookieCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "DefaultCookieLengthLimit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "DefaultCookieLimit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "DefaultPerDomainCookieLimit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaxCookieSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PerDomainCapacity", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "perDomainCapacity", "typeName": "int" }, - { "name": "maxCookieSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cookies", "typeName": "System.Net.CookieCollection" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "cookie", "typeName": "System.Net.Cookie" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "cookies", "typeName": "System.Net.CookieCollection" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetCookieHeader", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CookieCollection", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetCookies", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "cookieHeader", "typeName": "string" } - ], - "isStatic": false, - "name": "SetCookies", - "comment": "", - "location": "System.dll" - } - ], - "name": "CookieContainer", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.FormatException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "CookieException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "ICredentials", "ICredentialsByHost"], - "fields": [ - { - "typeName": "System.Net.ICredentials", - "name": "DefaultCredentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkCredential", - "name": "DefaultNetworkCredentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "authenticationType", "typeName": "string" }, - { "name": "credential", "typeName": "System.Net.NetworkCredential" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uriPrefix", "typeName": "System.Uri" }, - { "name": "authType", "typeName": "string" }, - { "name": "cred", "typeName": "System.Net.NetworkCredential" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "NetworkCredential", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "authenticationType", "typeName": "string" } - ], - "isStatic": false, - "name": "GetCredential", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "NetworkCredential", - "params": [ - { "name": "uriPrefix", "typeName": "System.Uri" }, - { "name": "authType", "typeName": "string" } - ], - "isStatic": false, - "name": "GetCredential", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "authenticationType", "typeName": "string" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uriPrefix", "typeName": "System.Uri" }, - { "name": "authType", "typeName": "string" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CredentialCache", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.DecompressionMethods", - "name": "Deflate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.DecompressionMethods", - "name": "GZip", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.DecompressionMethods", - "name": "None", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.DecompressionMethods", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DecompressionMethods", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "BeginGetHostAddresses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "hostName", "typeName": "string" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": true, - "name": "BeginGetHostByName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": true, - "name": "BeginGetHostEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "hostNameOrAddress", "typeName": "string" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": true, - "name": "BeginGetHostEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "hostName", "typeName": "string" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": true, - "name": "BeginResolve", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": true, - "name": "EndGetHostAddresses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": true, - "name": "EndGetHostByName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": true, - "name": "EndGetHostEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": true, - "name": "EndResolve", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], - "isStatic": true, - "name": "GetHostAddresses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], - "isStatic": true, - "name": "GetHostAddressesAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": true, - "name": "GetHostByAddress", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": true, - "name": "GetHostByAddress", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [{ "name": "hostName", "typeName": "string" }], - "isStatic": true, - "name": "GetHostByName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": true, - "name": "GetHostEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], - "isStatic": true, - "name": "GetHostEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": true, - "name": "GetHostEntryAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], - "isStatic": true, - "name": "GetHostEntryAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetHostName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPHostEntry", - "params": [{ "name": "hostName", "typeName": "string" }], - "isStatic": true, - "name": "Resolve", - "comment": "", - "location": "System.dll" - } - ], - "name": "Dns", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.EndPoint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "AddressFamily", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { - "name": "addressFamily", - "typeName": "System.Net.Sockets.AddressFamily" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "DnsEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "DnsPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "DnsPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.Net.WebSockets.WebSocket", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus?", - "name": "CloseStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CloseStatusDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.ClientWebSocketOptions", - "name": "Options", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "State", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SubProtocol", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "closeStatus", - "typeName": "System.Net.WebSockets.WebSocketCloseStatus" - }, - { "name": "statusDescription", "typeName": "string" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "CloseAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "closeStatus", - "typeName": "System.Net.WebSockets.WebSocketCloseStatus" - }, - { "name": "statusDescription", "typeName": "string" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "CloseOutputAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReceiveAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "messageType", - "typeName": "System.Net.WebSockets.WebSocketMessageType" - }, - { "name": "endOfMessage", "typeName": "bool" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "ClientWebSocket", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "DownloadDataCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", - "name": "ClientCertificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.CookieContainer", - "name": "Cookies", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "KeepAliveInterval", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "subProtocol", "typeName": "string" }], - "isStatic": false, - "name": "AddSubProtocol", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "receiveBufferSize", "typeName": "int" }, - { "name": "sendBufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "receiveBufferSize", "typeName": "int" }, - { "name": "sendBufferSize", "typeName": "int" }, - { "name": "buffer", "typeName": "System.ArraySegment" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "headerName", "typeName": "string" }, - { "name": "headerValue", "typeName": "string" } - ], - "isStatic": false, - "name": "SetRequestHeader", - "comment": "", - "location": "System.dll" - } - ], - "name": "ClientWebSocketOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.DownloadDataCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.DownloadDataCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "DownloadDataCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.Net.WebSockets.WebSocketContext", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.CookieCollection", - "name": "CookieCollection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSecureConnection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Origin", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SecWebSocketKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "SecWebSocketProtocols", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SecWebSocketVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Principal.IPrincipal", - "name": "User", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocket", - "name": "WebSocket", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "HttpListenerWebSocketContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus?", - "name": "CloseStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CloseStatusDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "DefaultKeepAliveInterval", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "State", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SubProtocol", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "closeStatus", - "typeName": "System.Net.WebSockets.WebSocketCloseStatus" - }, - { "name": "statusDescription", "typeName": "string" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "CloseAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "closeStatus", - "typeName": "System.Net.WebSockets.WebSocketCloseStatus" - }, - { "name": "statusDescription", "typeName": "string" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "CloseOutputAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ArraySegment", - "params": [ - { "name": "receiveBufferSize", "typeName": "int" }, - { "name": "sendBufferSize", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateClientBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebSocket", - "params": [ - { "name": "innerStream", "typeName": "System.IO.Stream" }, - { "name": "subProtocol", "typeName": "string" }, - { "name": "receiveBufferSize", "typeName": "int" }, - { "name": "sendBufferSize", "typeName": "int" }, - { "name": "keepAliveInterval", "typeName": "System.TimeSpan" }, - { "name": "useZeroMaskingKey", "typeName": "bool" }, - { - "name": "internalBuffer", - "typeName": "System.ArraySegment" - } - ], - "isStatic": true, - "name": "CreateClientWebSocket", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ArraySegment", - "params": [{ "name": "receiveBufferSize", "typeName": "int" }], - "isStatic": true, - "name": "CreateServerBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsApplicationTargeting45", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReceiveAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RegisterPrefixes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "messageType", - "typeName": "System.Net.WebSockets.WebSocketMessageType" - }, - { "name": "endOfMessage", "typeName": "bool" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocket", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "EndpointUnavailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "InternalServerError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "InvalidMessageType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "InvalidPayloadData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "MandatoryExtension", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "MessageTooBig", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "NormalClosure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "PolicyViolation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus", - "name": "ProtocolError", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.WebSockets.WebSocketCloseStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocketCloseStatus", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.DownloadProgressChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.DownloadProgressChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "DownloadProgressChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "DownloadStringCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.CookieCollection", - "name": "CookieCollection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSecureConnection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Origin", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SecWebSocketKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "SecWebSocketProtocols", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SecWebSocketVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Principal.IPrincipal", - "name": "User", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocket", - "name": "WebSocket", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "WebSocketContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "ConnectionClosedPrematurely", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "Faulted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "HeaderError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "InvalidMessageType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "InvalidState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "NativeError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "NotAWebSocket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "Success", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "UnsupportedProtocol", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "UnsupportedVersion", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.WebSockets.WebSocketError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocketError", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.ComponentModel.Win32Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketError", - "name": "WebSocketErrorCode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nativeError", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nativeError", "typeName": "int" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nativeError", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "nativeError", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "nativeError", "typeName": "int" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "nativeError", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "nativeError", "typeName": "int" }, - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "error", - "typeName": "System.Net.WebSockets.WebSocketError" - }, - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocketException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketMessageType", - "name": "Binary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketMessageType", - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketMessageType", - "name": "Text", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.WebSockets.WebSocketMessageType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocketMessageType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "AddressFamily", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "EndPoint", - "params": [ - { "name": "socketAddress", "typeName": "System.Net.SocketAddress" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SocketAddress", - "params": [], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.dll" - } - ], - "name": "EndPoint", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Hostname", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportType", - "name": "Transport", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "EndpointPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketCloseStatus?", - "name": "CloseStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CloseStatusDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EndOfMessage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketMessageType", - "name": "MessageType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "count", "typeName": "int" }, - { - "name": "messageType", - "typeName": "System.Net.WebSockets.WebSocketMessageType" - }, - { "name": "endOfMessage", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "count", "typeName": "int" }, - { - "name": "messageType", - "typeName": "System.Net.WebSockets.WebSocketMessageType" - }, - { "name": "endOfMessage", "typeName": "bool" }, - { - "name": "closeStatus", - "typeName": "System.Net.WebSockets.WebSocketCloseStatus?" - }, - { "name": "closeStatusDescription", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocketReceiveResult", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.WebRequest", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "ConnectionGroupName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Method", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PreAuthenticate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Timeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [], - "isStatic": false, - "name": "GetResponse", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileWebRequest", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.WebSockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "Aborted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "Closed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "CloseReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "CloseSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "Connecting", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebSockets.WebSocketState", - "name": "Open", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.WebSockets.WebSocketState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebSocketState", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.WebResponse", - "attribute": "", - "interfaces": ["IDisposable", "ISerializable"], - "fields": [ - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "ResponseUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsHeaders", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileWebResponse", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.FtpStatusCode", - "name": "AccountNeeded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ActionAbortedLocalProcessingError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ActionAbortedUnknownPageType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ActionNotTakenFilenameNotAllowed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ActionNotTakenFileUnavailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ActionNotTakenFileUnavailableOrBusy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ActionNotTakenInsufficientSpace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ArgumentSyntaxError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "BadCommandSequence", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "CantOpenData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ClosingControl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ClosingData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "CommandExtraneous", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "CommandNotImplemented", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "CommandOK", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "CommandSyntaxError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ConnectionClosed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "DataAlreadyOpen", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "DirectoryStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "EnteringPassive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "FileActionAborted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "FileActionOK", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "FileCommandPending", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "FileStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "LoggedInProceed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "NeedLoginAccount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "NotLoggedIn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "OpeningData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "PathnameCreated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "RestartMarker", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "SendPasswordCommand", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "SendUserCommand", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ServerWantsSecureSession", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ServiceNotAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "ServiceTemporarilyNotAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "SystemType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "Undefined", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.FtpStatusCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "FtpStatusCode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.WebRequest", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", - "name": "ClientCertificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ConnectionGroupName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentOffset", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCachePolicy", - "name": "DefaultCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableSsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Method", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PreAuthenticate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadWriteTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RenameTo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ServicePoint", - "name": "ServicePoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Timeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseBinary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UsePassive", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [], - "isStatic": false, - "name": "GetResponse", - "comment": "", - "location": "System.dll" - } - ], - "name": "FtpWebRequest", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.WebResponse", - "attribute": "", - "interfaces": ["ISerializable", "IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "BannerMessage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ExitMessage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "LastModified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "ResponseUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.FtpStatusCode", - "name": "StatusCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "StatusDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsHeaders", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "WelcomeMessage", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "System.dll" - } - ], - "name": "FtpWebResponse", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IWebProxy", - "name": "Select", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IWebProxy", - "params": [], - "isStatic": true, - "name": "GetEmptyWebProxy", - "comment": "", - "location": "System.dll" - } - ], - "name": "GlobalProxySelection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "AppleTalk", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Atm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Banyan", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Ccitt", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Chaos", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Cluster", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "DataKit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "DataLink", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "DecNet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Ecma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "FireFox", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "HyperChannel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Ieee12844", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "ImpLink", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "InterNetwork", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "InterNetworkV6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Ipx", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Irda", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Iso", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Lat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Max", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "NetBios", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "NetworkDesigners", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "NS", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Osi", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Pup", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Sna", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Unix", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "VoiceView", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.AddressFamily", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AddressFamily", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AbsorbRouterAlert", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AddMulticastGroupOnInterface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AddressListChange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AddressListQuery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AddressListSort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AssociateHandle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "AsyncIO", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "BindToInterface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "DataToRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "DeleteMulticastGroupFromInterface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "EnableCircularQueuing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "GetBroadcastAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "GetExtensionFunctionPointer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "GetGroupQos", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "GetQos", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "KeepAliveValues", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "LimitBroadcasts", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "MulticastInterface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "MulticastScope", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "MultipointLoopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "NamespaceChange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "NonBlockingIO", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "OobDataRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "QueryTargetPnpHandle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "ReceiveAll", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "ReceiveAllIgmpMulticast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "ReceiveAllMulticast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "RoutingInterfaceChange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "RoutingInterfaceQuery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "SetGroupQos", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "SetQos", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "TranslateHandle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IOControlCode", - "name": "UnicastInterface", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.IOControlCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IOControlCode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Interface", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "packetInformation1", - "typeName": "System.Net.Sockets.IPPacketInformation" - }, - { - "name": "packetInformation2", - "typeName": "System.Net.Sockets.IPPacketInformation" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "packetInformation1", - "typeName": "System.Net.Sockets.IPPacketInformation" - }, - { - "name": "packetInformation2", - "typeName": "System.Net.Sockets.IPPacketInformation" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPPacketInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.IPProtectionLevel", - "name": "EdgeRestricted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IPProtectionLevel", - "name": "Restricted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IPProtectionLevel", - "name": "Unrestricted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IPProtectionLevel", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.IPProtectionLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPProtectionLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Group", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "InterfaceIndex", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "group", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "group", "typeName": "System.Net.IPAddress" }, - { "name": "ifindex", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPv6MulticastOption", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "LingerTime", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "enable", "typeName": "bool" }, - { "name": "seconds", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "LingerOption", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DataAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WriteTimeout", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "socket", "typeName": "System.Net.Sockets.Socket" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "socket", "typeName": "System.Net.Sockets.Socket" }, - { "name": "ownsSocket", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "socket", "typeName": "System.Net.Sockets.Socket" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "socket", "typeName": "System.Net.Sockets.Socket" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "ownsSocket", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "int" }], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkStream", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Group", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "InterfaceIndex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "LocalAddress", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "group", "typeName": "System.Net.IPAddress" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "group", "typeName": "System.Net.IPAddress" }, - { "name": "interfaceIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "group", "typeName": "System.Net.IPAddress" }, - { "name": "mcint", "typeName": "System.Net.IPAddress" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "MulticastOption", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "AppleTalk", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Atm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Banyan", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Ccitt", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Chaos", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Cluster", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "DataKit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "DataLink", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "DecNet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Ecma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "FireFox", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "HyperChannel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Ieee12844", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "ImpLink", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "InterNetwork", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "InterNetworkV6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Ipx", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Irda", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Iso", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Lat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Max", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "NetBios", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "NetworkDesigners", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "NS", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Osi", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Pup", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Sna", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Unix", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolFamily", - "name": "VoiceView", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.ProtocolFamily", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProtocolFamily", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Ggp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Icmp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IcmpV6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Idp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Igmp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IP", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPSecAuthenticationHeader", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPSecEncapsulatingSecurityPayload", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv4", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv6DestinationOptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv6FragmentHeader", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv6HopByHopOptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv6NoNextHeader", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "IPv6RoutingHeader", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Ipx", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "ND", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Pup", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Raw", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Spx", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "SpxII", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Tcp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Udp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.ProtocolType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProtocolType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SelectMode", - "name": "SelectError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SelectMode", - "name": "SelectRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SelectMode", - "name": "SelectWrite", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SelectMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SelectMode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "Buffer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EndOfPacket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FilePath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Offset", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "endOfPacket", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filepath", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filepath", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filepath", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "endOfPacket", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SendPacketsElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "AddressFamily", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Available", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Blocking", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Connected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DontFragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DualMode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableBroadcast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ExclusiveAddressUse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsBound", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.LingerOption", - "name": "LingerState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.EndPoint", - "name": "LocalEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "MulticastLoopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "NoDelay", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "OSSupportsIPv4", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "OSSupportsIPv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.ProtocolType", - "name": "ProtocolType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReceiveBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReceiveTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.EndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SendBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SendTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketType", - "name": "SocketType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsIPv4", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsIPv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "short", - "name": "Ttl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseOnlyOverlappedIO", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "addressFamily", - "typeName": "System.Net.Sockets.AddressFamily" - }, - { - "name": "socketType", - "typeName": "System.Net.Sockets.SocketType" - }, - { - "name": "protocolType", - "typeName": "System.Net.Sockets.ProtocolType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "socketInformation", - "typeName": "System.Net.Sockets.SocketInformation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "socketType", - "typeName": "System.Net.Sockets.SocketType" - }, - { - "name": "protocolType", - "typeName": "System.Net.Sockets.ProtocolType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Socket", - "params": [], - "isStatic": false, - "name": "Accept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "AcceptAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAccept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "receiveSize", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAccept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "acceptSocket", "typeName": "System.Net.Sockets.Socket" }, - { "name": "receiveSize", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAccept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "reuseSocket", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginDisconnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceiveMessageFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSendFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "preBuffer", "typeName": "byte[]" }, - { "name": "postBuffer", "typeName": "byte[]" }, - { - "name": "flags", - "typeName": "System.Net.Sockets.TransmitFileOptions" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSendFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSendTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "localEP", "typeName": "System.Net.EndPoint" }], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": true, - "name": "CancelConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "int" }], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "remoteEP", "typeName": "System.Net.EndPoint" }], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "socketType", - "typeName": "System.Net.Sockets.SocketType" - }, - { - "name": "protocolType", - "typeName": "System.Net.Sockets.ProtocolType" - }, - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": true, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reuseSocket", "typeName": "bool" }], - "isStatic": false, - "name": "Disconnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "DisconnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SocketInformation", - "params": [{ "name": "targetProcessId", "typeName": "int" }], - "isStatic": false, - "name": "DuplicateAndClose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Socket", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAccept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Socket", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bytesTransferred", "typeName": "int" }, - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAccept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Socket", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAccept", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndDisconnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - } - ], - "isStatic": false, - "name": "EndReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { "name": "endPoint", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "EndReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "endPoint", "typeName": "System.Net.EndPoint" }, - { - "name": "ipPacketInformation", - "typeName": "System.Net.Sockets.IPPacketInformation" - } - ], - "isStatic": false, - "name": "EndReceiveMessageFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - } - ], - "isStatic": false, - "name": "EndSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndSendFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndSendTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - } - ], - "isStatic": false, - "name": "GetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - }, - { "name": "optionValue", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "GetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - }, - { "name": "optionLength", "typeName": "int" } - ], - "isStatic": false, - "name": "GetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ioControlCode", "typeName": "int" }, - { "name": "optionInValue", "typeName": "byte[]" }, - { "name": "optionOutValue", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "IOControl", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "ioControlCode", - "typeName": "System.Net.Sockets.IOControlCode" - }, - { "name": "optionInValue", "typeName": "byte[]" }, - { "name": "optionOutValue", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "IOControl", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "backlog", "typeName": "int" }], - "isStatic": false, - "name": "Listen", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "microSeconds", "typeName": "int" }, - { "name": "mode", "typeName": "System.Net.Sockets.SelectMode" } - ], - "isStatic": false, - "name": "Poll", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "ReceiveAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "ReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "ReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "ReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "ReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "ReceiveFromAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, - { - "name": "ipPacketInformation", - "typeName": "System.Net.Sockets.IPPacketInformation" - } - ], - "isStatic": false, - "name": "ReceiveMessageFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "ReceiveMessageFromAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "checkRead", "typeName": "System.Collections.IList" }, - { "name": "checkWrite", "typeName": "System.Collections.IList" }, - { "name": "checkError", "typeName": "System.Collections.IList" }, - { "name": "microSeconds", "typeName": "int" } - ], - "isStatic": true, - "name": "Select", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { - "name": "errorCode", - "typeName": "System.Net.Sockets.SocketError" - } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "SendFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "preBuffer", "typeName": "byte[]" }, - { "name": "postBuffer", "typeName": "byte[]" }, - { - "name": "flags", - "typeName": "System.Net.Sockets.TransmitFileOptions" - } - ], - "isStatic": false, - "name": "SendFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "SendPacketsAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "SendTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "SendTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "SendTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "SendTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "e", - "typeName": "System.Net.Sockets.SocketAsyncEventArgs" - } - ], - "isStatic": false, - "name": "SendToAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "level", - "typeName": "System.Net.Sockets.IPProtectionLevel" - } - ], - "isStatic": false, - "name": "SetIPProtectionLevel", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - }, - { "name": "optionValue", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - }, - { "name": "optionValue", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - }, - { "name": "optionValue", "typeName": "int" } - ], - "isStatic": false, - "name": "SetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "optionLevel", - "typeName": "System.Net.Sockets.SocketOptionLevel" - }, - { - "name": "optionName", - "typeName": "System.Net.Sockets.SocketOptionName" - }, - { "name": "optionValue", "typeName": "object" } - ], - "isStatic": false, - "name": "SetSocketOption", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "how", "typeName": "System.Net.Sockets.SocketShutdown" } - ], - "isStatic": false, - "name": "Shutdown", - "comment": "", - "location": "System.dll" - } - ], - "name": "Socket", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.Sockets.Socket", - "name": "AcceptSocket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "Buffer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IList>", - "name": "BufferList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "BytesTransferred", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Exception", - "name": "ConnectByNameError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.Socket", - "name": "ConnectSocket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DisconnectReuseSocket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "LastOperation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Offset", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IPPacketInformation", - "name": "ReceiveMessageFromPacketInfo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.EndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SendPacketsElement[]", - "name": "SendPacketsElements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "SendPacketsFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SendPacketsSendSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", - "name": "SocketClientAccessPolicyProtocol", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "SocketError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "SocketFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "UserToken", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Completed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_Completed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_Completed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketAsyncEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "Accept", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "Disconnect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "ReceiveFrom", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "ReceiveMessageFrom", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "SendPackets", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketAsyncOperation", - "name": "SendTo", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketAsyncOperation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketAsyncOperation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", - "name": "Http", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", - "name": "Tcp", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketClientAccessPolicyProtocol", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketError", - "name": "AccessDenied", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "AddressAlreadyInUse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "AddressFamilyNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "AddressNotAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "AlreadyInProgress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ConnectionAborted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ConnectionRefused", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ConnectionReset", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "DestinationAddressRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "Disconnecting", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "Fault", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "HostDown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "HostNotFound", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "HostUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "InProgress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "Interrupted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "InvalidArgument", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "IOPending", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "IsConnected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "MessageSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NetworkDown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NetworkReset", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NetworkUnreachable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NoBufferSpaceAvailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NoData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NoRecovery", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NotConnected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NotInitialized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "NotSocket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "OperationAborted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "OperationNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ProcessLimit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ProtocolFamilyNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ProtocolNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ProtocolOption", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "ProtocolType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "Shutdown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "SocketError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "SocketNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "Success", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "SystemNotReady", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "TimedOut", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "TooManyOpenSockets", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "TryAgain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "TypeNotFound", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "VersionNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "WouldBlock", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketError", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.ComponentModel.Win32Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketError", - "name": "SocketErrorCode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorCode", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "Broadcast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "ControlDataTruncated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "DontRoute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "MaxIOVectorLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "Multicast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "OutOfBand", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "Partial", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "Peek", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "Truncated", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketInformationOptions", - "name": "Options", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "ProtocolInformation", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketInformationOptions", - "name": "Connected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketInformationOptions", - "name": "Listening", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketInformationOptions", - "name": "NonBlocking", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketInformationOptions", - "name": "UseOnlyOverlappedIO", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketInformationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketInformationOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "AcceptConnection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "AddMembership", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "AddSourceMembership", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "BlockSource", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "Broadcast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "BsdUrgent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ChecksumCoverage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "Debug", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "DontFragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "DontLinger", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "DontRoute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "DropMembership", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "DropSourceMembership", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ExclusiveAddressUse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "Expedited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "HeaderIncluded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "HopLimit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "IPOptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "IPProtectionLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "IpTimeToLive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "IPv6Only", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "Linger", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "MaxConnections", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "MulticastInterface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "MulticastLoopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "MulticastTimeToLive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "NoChecksum", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "NoDelay", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "OutOfBandInline", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "PacketInformation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ReceiveBuffer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ReceiveLowWater", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ReceiveTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ReuseAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "ReuseUnicastPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "SendBuffer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "SendLowWater", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "SendTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "Type", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "TypeOfService", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "UnblockSource", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "UpdateAcceptContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "UpdateConnectContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionName", - "name": "UseLoopback", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketOptionName", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketOptionName", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketOptionLevel", - "name": "IP", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionLevel", - "name": "IPv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionLevel", - "name": "Socket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionLevel", - "name": "Tcp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketOptionLevel", - "name": "Udp", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketOptionLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketOptionLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ReceivedBytes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.EndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketReceiveFromResult", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Sockets.IPPacketInformation", - "name": "PacketInformation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReceivedBytes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.EndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketFlags", - "name": "SocketFlags", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketReceiveMessageFromResult", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketShutdown", - "name": "Both", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketShutdown", - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketShutdown", - "name": "Send", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketShutdown", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketShutdown", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "AcceptAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "acceptSocket", "typeName": "System.Net.Sockets.Socket" } - ], - "isStatic": false, - "name": "AcceptAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "remoteEP", "typeName": "System.Net.EndPoint" }], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "ReceiveAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "ReceiveAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEndPoint", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "ReceiveFromAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEndPoint", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "ReceiveMessageFromAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "buffers", - "typeName": "System.Collections.Generic.IList>" - }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" }, - { - "name": "socketFlags", - "typeName": "System.Net.Sockets.SocketFlags" - }, - { "name": "remoteEP", "typeName": "System.Net.EndPoint" } - ], - "isStatic": false, - "name": "SendToAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketTaskExtensions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.SocketType", - "name": "Dgram", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketType", - "name": "Raw", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketType", - "name": "Rdm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketType", - "name": "Seqpacket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketType", - "name": "Stream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.SocketType", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.SocketType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "Disconnect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "ReuseSocket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "UseDefaultWorkerThread", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "UseKernelApc", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "UseSystemThread", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.TransmitFileOptions", - "name": "WriteBehind", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Sockets.TransmitFileOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TransmitFileOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Available", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.Socket", - "name": "Client", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Connected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ExclusiveAddressUse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.LingerOption", - "name": "LingerState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "NoDelay", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReceiveBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReceiveTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SendBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SendTimeout", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localEP", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "family", "typeName": "System.Net.Sockets.AddressFamily" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ipAddresses", "typeName": "System.Net.IPAddress[]" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "remoteEP", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndConnect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "NetworkStream", - "params": [], - "isStatic": false, - "name": "GetStream", - "comment": "", - "location": "System.dll" - } - ], - "name": "TcpClient", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Available", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.Socket", - "name": "Client", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DontFragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableBroadcast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ExclusiveAddressUse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "MulticastLoopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "short", - "name": "Ttl", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "port", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "port", "typeName": "int" }, - { "name": "family", "typeName": "System.Net.Sockets.AddressFamily" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localEP", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "family", "typeName": "System.Net.Sockets.AddressFamily" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "allowed", "typeName": "bool" }], - "isStatic": false, - "name": "AllowNatTraversal", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "datagram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "datagram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "endPoint", "typeName": "System.Net.IPEndPoint" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "datagram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "addr", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "endPoint", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multicastAddr", "typeName": "System.Net.IPAddress" } - ], - "isStatic": false, - "name": "DropMulticastGroup", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multicastAddr", "typeName": "System.Net.IPAddress" }, - { "name": "ifindex", "typeName": "int" } - ], - "isStatic": false, - "name": "DropMulticastGroup", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { "name": "remoteEP", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": "EndReceive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndSend", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ifindex", "typeName": "int" }, - { "name": "multicastAddr", "typeName": "System.Net.IPAddress" } - ], - "isStatic": false, - "name": "JoinMulticastGroup", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multicastAddr", "typeName": "System.Net.IPAddress" } - ], - "isStatic": false, - "name": "JoinMulticastGroup", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multicastAddr", "typeName": "System.Net.IPAddress" }, - { "name": "timeToLive", "typeName": "int" } - ], - "isStatic": false, - "name": "JoinMulticastGroup", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multicastAddr", "typeName": "System.Net.IPAddress" }, - { "name": "localAddress", "typeName": "System.Net.IPAddress" } - ], - "isStatic": false, - "name": "JoinMulticastGroup", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "remoteEP", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": "Receive", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReceiveAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dgram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dgram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "endPoint", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dgram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "datagram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "datagram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "endPoint", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "datagram", "typeName": "byte[]" }, - { "name": "bytes", "typeName": "int" }, - { "name": "hostname", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "SendAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "UdpClient", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "ExclusiveAddressUse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.EndPoint", - "name": "LocalEndpoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.Socket", - "name": "Server", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "port", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localaddr", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localEP", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Socket", - "params": [], - "isStatic": false, - "name": "AcceptSocket", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "AcceptSocketAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TcpClient", - "params": [], - "isStatic": false, - "name": "AcceptTcpClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "AcceptTcpClientAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "allowed", "typeName": "bool" }], - "isStatic": false, - "name": "AllowNatTraversal", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAcceptSocket", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginAcceptTcpClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TcpListener", - "params": [{ "name": "port", "typeName": "int" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Socket", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAcceptSocket", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "TcpClient", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndAcceptTcpClient", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Pending", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "backlog", "typeName": "int" }], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "System.dll" - } - ], - "name": "TcpListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Sockets", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Buffer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPEndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "remoteEndPoint", "typeName": "System.Net.IPEndPoint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Net.Sockets.UdpReceiveResult" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Net.Sockets.UdpReceiveResult" - }, - { - "name": "right", - "typeName": "System.Net.Sockets.UdpReceiveResult" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Net.Sockets.UdpReceiveResult" - }, - { - "name": "right", - "typeName": "System.Net.Sockets.UdpReceiveResult" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - } - ], - "name": "UdpReceiveResult", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.InstrumentationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "InstanceNotFoundException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbCommand", - "attribute": "", - "interfaces": ["IComponent", "IDbCommand", "IDisposable", "ICloneable"], - "fields": [ - { - "typeName": "string", - "name": "CommandText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "CommandTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "CommandType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "DesignTimeVisible", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbParameterCollection", - "name": "Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbTransaction", - "name": "Transaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "UpdatedRowSource", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cmdText", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.OleDb.OleDbConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.OleDb.OleDbConnection" - }, - { - "name": "transaction", - "typeName": "System.Data.OleDb.OleDbTransaction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbDataReader", - "params": [], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbDataReader", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ExecuteScalar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Prepare", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetCommandTimeout", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbCommandBuilder", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbDataAdapter", - "name": "DataAdapter", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "adapter", - "typeName": "System.Data.OleDb.OleDbDataAdapter" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "command", "typeName": "System.Data.OleDb.OleDbCommand" } - ], - "isStatic": true, - "name": "DeriveParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "QuoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "unquotedIdentifier", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.OleDb.OleDbConnection" - } - ], - "isStatic": false, - "name": "QuoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "quotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "UnquoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "quotedIdentifier", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.OleDb.OleDbConnection" - } - ], - "isStatic": false, - "name": "UnquoteIdentifier", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbConnection", - "attribute": "", - "interfaces": [ - "IComponent", - "IDbConnection", - "IDisposable", - "ICloneable" - ], - "fields": [ - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectionTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Database", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Provider", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ServerVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "State", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbInfoMessageEventHandler", - "name": "InfoMessage", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.OleDb.OleDbInfoMessageEventHandler" - } - ], - "isStatic": false, - "name": "add_InfoMessage", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.OleDb.OleDbInfoMessageEventHandler" - } - ], - "isStatic": false, - "name": "remove_InfoMessage", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbTransaction", - "params": [], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbTransaction", - "params": [ - { - "name": "isolationLevel", - "typeName": "System.Data.IsolationLevel" - } - ], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "ChangeDatabase", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.EnterpriseServices.ITransaction" - } - ], - "isStatic": false, - "name": "EnlistDistributedTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.Transactions.Transaction" - } - ], - "isStatic": false, - "name": "EnlistTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "schema", "typeName": "System.Guid" }, - { "name": "restrictions", "typeName": "object[]" } - ], - "isStatic": false, - "name": "GetOleDbSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [{ "name": "collectionName", "typeName": "string" }], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "collectionName", "typeName": "string" }, - { "name": "restrictionValues", "typeName": "string[]" } - ], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ReleaseObjectPool", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetState", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "InstrumentationBaseException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbConnectionStringBuilder", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICustomTypeDescriptor" - ], - "fields": [ - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "OleDbServices", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "PersistSecurityInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Provider", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbDataAdapter", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IDbDataAdapter", - "IDataAdapter", - "ICloneable" - ], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbCommand", - "name": "DeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbCommand", - "name": "InsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbCommand", - "name": "SelectCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbCommand", - "name": "UpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbRowUpdatedEventHandler", - "name": "RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbRowUpdatingEventHandler", - "name": "RowUpdating", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selectCommand", - "typeName": "System.Data.OleDb.OleDbCommand" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selectCommandText", "typeName": "string" }, - { - "name": "selectConnection", - "typeName": "System.Data.OleDb.OleDbConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selectCommandText", "typeName": "string" }, - { "name": "selectConnectionString", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.OleDb.OleDbRowUpdatedEventHandler" - } - ], - "isStatic": false, - "name": "add_RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.OleDb.OleDbRowUpdatedEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.OleDb.OleDbRowUpdatingEventHandler" - } - ], - "isStatic": false, - "name": "add_RowUpdating", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.OleDb.OleDbRowUpdatingEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowUpdating", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataSet", "typeName": "System.Data.DataSet" }, - { "name": "ADODBRecordSet", "typeName": "object" }, - { "name": "srcTable", "typeName": "string" } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "dataTable", "typeName": "System.Data.DataTable" }, - { "name": "ADODBRecordSet", "typeName": "object" } - ], - "isStatic": false, - "name": "Fill", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.InstrumentationBaseException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "InstrumentationException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbDataReader", - "attribute": "", - "interfaces": [ - "IEnumerable", - "IDataReader", - "IDataRecord", - "IDisposable" - ], - "fields": [ - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "VisibleFieldCount", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ordinal", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbDataReader", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetTimeSpan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ordinal", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "NextResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementNewInstanceAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Schema", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementBindAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetElements", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbDataReader", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbDataReader", - "params": [], - "isStatic": true, - "name": "GetRootEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementCommitAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "NativeError", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SQLState", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbError", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Management.Instrumentation.ManagementConfigurationType", - "name": "Mode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "Schema", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementConfigurationAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Management.Instrumentation.ManagementConfigurationType", - "name": "Apply", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Management.Instrumentation.ManagementConfigurationType", - "name": "OnCommit", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Management.Instrumentation.ManagementConfigurationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementConfigurationType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "si", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbProviderFactory", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbFactory", - "name": "Instance", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommandBuilder", - "params": [], - "isStatic": false, - "name": "CreateCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnection", - "params": [], - "isStatic": false, - "name": "CreateConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnectionStringBuilder", - "params": [], - "isStatic": false, - "name": "CreateConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataAdapter", - "params": [], - "isStatic": false, - "name": "CreateDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "CodeAccessPermission", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbInfoMessageEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementNewInstanceAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementCreateAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.OleDb.OleDbInfoMessageEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.OleDb.OleDbInfoMessageEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbInfoMessageEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "External", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "Singleton", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementEntityAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Binary_Literal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Catalog_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Catalog_Separator", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Char_Literal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Column_Alias", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Column_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Correlation_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Cube_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Cursor_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Dimension_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Escape_Percent_Prefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Escape_Percent_Suffix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Escape_Underscore_Prefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Escape_Underscore_Suffix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Hierarchy_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Index_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Invalid", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Level_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Like_Percent", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Like_Underscore", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Member_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Procedure_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Property_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Quote_Prefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Quote_Suffix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Schema_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Schema_Separator", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Table_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "Text_Command", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "User_Name", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbLiteral", - "name": "View_Name", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.OleDb.OleDbLiteral", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbLiteral", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Catalogs", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Collations", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Indexes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProcedureColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProcedureParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Procedures", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Tables", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Views", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "OleDbMetaDataCollectionNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementNewInstanceAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Schema", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementEnumeratorAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "BooleanFalseLiteral", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "BooleanTrueLiteral", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DateTimeDigits", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NativeDataType", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "OleDbMetaDataColumnNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Management.Instrumentation.ManagementHostingModel", - "name": "Decoupled", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Management.Instrumentation.ManagementHostingModel", - "name": "LocalService", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Management.Instrumentation.ManagementHostingModel", - "name": "LocalSystem", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Management.Instrumentation.ManagementHostingModel", - "name": "NetworkService", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Management.Instrumentation.ManagementHostingModel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementHostingModel", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbParameter", - "attribute": "", - "interfaces": ["IDbDataParameter", "IDataParameter", "ICloneable"], - "fields": [ - { - "typeName": "System.Data.DbType", - "name": "DbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "Direction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "OleDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Precision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Scale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "SourceColumnNullMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "SourceVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Data.OleDb.OleDbType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Data.OleDb.OleDbType" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.OleDb.OleDbType" }, - { "name": "size", "typeName": "int" }, - { - "name": "direction", - "typeName": "System.Data.ParameterDirection" - }, - { "name": "isNullable", "typeName": "bool" }, - { "name": "precision", "typeName": "byte" }, - { "name": "scale", "typeName": "byte" }, - { "name": "srcColumn", "typeName": "string" }, - { "name": "srcVersion", "typeName": "System.Data.DataRowVersion" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.OleDb.OleDbType" }, - { "name": "size", "typeName": "int" }, - { - "name": "direction", - "typeName": "System.Data.ParameterDirection" - }, - { "name": "precision", "typeName": "byte" }, - { "name": "scale", "typeName": "byte" }, - { "name": "sourceColumn", "typeName": "string" }, - { - "name": "sourceVersion", - "typeName": "System.Data.DataRowVersion" - }, - { "name": "sourceColumnNullMapping", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dataType", "typeName": "System.Data.OleDb.OleDbType" }, - { "name": "size", "typeName": "int" }, - { "name": "srcColumn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetOleDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementKeyAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "ManagementMemberAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbParameterCollection", - "attribute": "", - "interfaces": [ - "IDataParameterCollection", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "OleDbParameter", - "params": [ - { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "oleDbType", "typeName": "System.Data.OleDb.OleDbType" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "oleDbType", "typeName": "System.Data.OleDb.OleDbType" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "oleDbType", "typeName": "System.Data.OleDb.OleDbType" }, - { "name": "size", "typeName": "int" }, - { "name": "sourceColumn", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "System.Array" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "values", - "typeName": "System.Data.OleDb.OleDbParameter[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddWithValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Data.OleDb.OleDbParameter[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbParameterCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DBDataPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "string", - "name": "Provider", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - }, - { "name": "allowBlankPassword", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbPermission", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DBDataPermissionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Provider", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbPermissionAttribute", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementNameAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.RowUpdatedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataRow", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbRowUpdatedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [], - "name": "ManagementNewInstanceAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Schema", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementProbeAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementReferenceAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.OleDb.OleDbRowUpdatedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.OleDb.OleDbRowUpdatedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbRowUpdatedEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.RowUpdatingEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dataRow", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbRowUpdatingEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Schema", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementRemoveAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.OleDb.OleDbRowUpdatingEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.OleDb.OleDbRowUpdatingEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbRowUpdatingEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Schema", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManagementTaskAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "Assertions", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Catalogs", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Character_Sets", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Check_Constraints", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Check_Constraints_By_Table", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Collations", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Column_Domain_Usage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Column_Privileges", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Constraint_Column_Usage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Constraint_Table_Usage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "DbInfoKeywords", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "DbInfoLiterals", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Foreign_Keys", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Indexes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Key_Column_Usage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Primary_Keys", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Procedures", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Procedure_Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Procedure_Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Provider_Types", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Referential_Constraints", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "SchemaGuids", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Schemata", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Sql_Languages", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Statistics", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Tables", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Tables_Info", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Table_Constraints", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Table_Privileges", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Table_Statistics", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Translations", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Trustee", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Usage_Privileges", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "Views", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "View_Column_Usage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "View_Table_Usage", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbSchemaGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Management.Instrumentation", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "HostingGroup", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Management.Instrumentation.ManagementHostingModel", - "name": "HostingModel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IdentifyLevel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "NamespaceSecurity", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Scope", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "SecurityRestriction", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "scope", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "WmiConfigurationAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Data.Common.DbTransaction", - "attribute": "", - "interfaces": ["IDbTransaction", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "IsolationLevel", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "OleDbTransaction", - "params": [], - "isStatic": false, - "name": "Begin", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "OleDbTransaction", - "params": [ - { "name": "isolevel", "typeName": "System.Data.IsolationLevel" } - ], - "isStatic": false, - "name": "Begin", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.OleDb", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "BigInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Binary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Boolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "BSTR", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Char", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Currency", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Date", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "DBDate", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "DBTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "DBTimeStamp", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Decimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Double", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Empty", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Error", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Filetime", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Guid", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "IDispatch", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Integer", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "IUnknown", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "LongVarBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "LongVarChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "LongVarWChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Numeric", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "PropVariant", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Single", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "SmallInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "TinyInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "UnsignedBigInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "UnsignedInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "UnsignedSmallInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "UnsignedTinyInt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "VarBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "VarChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "Variant", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "VarNumeric", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "VarWChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.OleDb.OleDbType", - "name": "WChar", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.OleDb.OleDbType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OleDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Sql", - "baseClass": "System.Data.Common.DbDataSourceEnumerator", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.Sql.SqlDataSourceEnumerator", - "name": "Instance", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetDataSources", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDataSourceEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.Sql", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Options", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Timeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "UserData", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userData", "typeName": "string" }, - { "name": "options", "typeName": "string" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNotificationRequest", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ConditionString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "conditionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConditionalAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "name": "DebuggingFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsJITOptimizerDisabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsJITTrackingEnabled", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "isJITTrackingEnabled", "typeName": "bool" }, - { "name": "isJITOptimizerDisabled", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "modes", - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggableAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "name": "DisableOptimizations", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "name": "EnableEditAndContinue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "name": "IgnoreSymbolStoreSequencePoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggingModes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DefaultCategory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAttached", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Break", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsLogging", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Launch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "level", "typeName": "int" }, - { "name": "category", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "Log", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "NotifyOfCrossThreadDependency", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Debugger", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Diagnostics.DebuggerBrowsableState", - "name": "State", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Diagnostics.DebuggerBrowsableState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerBrowsableAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.DebuggerBrowsableState", - "name": "Collapsed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.DebuggerBrowsableState", - "name": "Never", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.DebuggerBrowsableState", - "name": "RootHidden", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.DebuggerBrowsableState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerBrowsableState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "Target", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TargetTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerDisplayAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerHiddenAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerNonUserCodeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerStepperBoundaryAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.ApplicationIntent", - "name": "ReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.ApplicationIntent", - "name": "ReadWrite", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.ApplicationIntent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "ApplicationIntent", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlNotificationEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlNotificationEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "OnChangeEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerStepThroughAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.PoolBlockingPeriod", - "name": "AlwaysBlock", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.PoolBlockingPeriod", - "name": "Auto", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.PoolBlockingPeriod", - "name": "NeverBlock", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.PoolBlockingPeriod", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "PoolBlockingPeriod", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SortOrder", - "name": "Ascending", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SortOrder", - "name": "Descending", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SortOrder", - "name": "Unspecified", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SortOrder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SortOrder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", - "name": "ActiveDirectoryIntegrated", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", - "name": "ActiveDirectoryPassword", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", - "name": "NotSpecified", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", - "name": "SqlPassword", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlAuthenticationMethod", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlAuthenticationMethod", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "Target", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TargetTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "VisualizerObjectSourceTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "VisualizerTypeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "visualizerTypeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "visualizerTypeName", "typeName": "string" }, - { "name": "visualizerObjectSourceTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "visualizerTypeName", "typeName": "string" }, - { "name": "visualizerObjectSource", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "visualizer", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "visualizer", "typeName": "System.Type" }, - { "name": "visualizerObjectSourceTypeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "visualizer", "typeName": "System.Type" }, - { "name": "visualizerObjectSource", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DebuggerVisualizerAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "OFFSET_UNKNOWN", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fNeedFileInfo", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "skipFrames", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "skipFrames", "typeName": "int" }, - { "name": "fNeedFileInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "lineNumber", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "lineNumber", "typeName": "int" }, - { "name": "colNumber", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetFileColumnNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetFileLineNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetFileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetILOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetNativeOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StackFrame", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BatchSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "BulkCopyTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMappingCollection", - "name": "ColumnMappings", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DestinationTableName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "EnableStreaming", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "NotifyAfter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlRowsCopiedEventHandler", - "name": "SqlRowsCopied", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "connection", - "typeName": "System.Data.SqlClient.SqlConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "connection", - "typeName": "System.Data.SqlClient.SqlConnection" - }, - { - "name": "copyOptions", - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions" - }, - { - "name": "externalTransaction", - "typeName": "System.Data.SqlClient.SqlTransaction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { - "name": "copyOptions", - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlRowsCopiedEventHandler" - } - ], - "isStatic": false, - "name": "add_SqlRowsCopied", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlRowsCopiedEventHandler" - } - ], - "isStatic": false, - "name": "remove_SqlRowsCopied", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.Common.DbDataReader" } - ], - "isStatic": false, - "name": "WriteToServer", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rows", "typeName": "System.Data.DataRow[]" }], - "isStatic": false, - "name": "WriteToServer", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "WriteToServer", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "rowState", "typeName": "System.Data.DataRowState" } - ], - "isStatic": false, - "name": "WriteToServer", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" } - ], - "isStatic": false, - "name": "WriteToServer", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "reader", "typeName": "System.Data.Common.DbDataReader" } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "reader", "typeName": "System.Data.Common.DbDataReader" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "rows", "typeName": "System.Data.DataRow[]" }], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "rows", "typeName": "System.Data.DataRow[]" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "rowState", "typeName": "System.Data.DataRowState" } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { "name": "rowState", "typeName": "System.Data.DataRowState" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "table", "typeName": "System.Data.DataTable" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "reader", "typeName": "System.Data.IDataReader" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteToServerAsync", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBulkCopy", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "METHODS_TO_SKIP", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "FrameCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fNeedFileInfo", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "frame", "typeName": "System.Diagnostics.StackFrame" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "e", "typeName": "System.Exception" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Exception" }, - { "name": "fNeedFileInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Exception" }, - { "name": "skipFrames", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Exception" }, - { "name": "skipFrames", "typeName": "int" }, - { "name": "fNeedFileInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "skipFrames", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "skipFrames", "typeName": "int" }, - { "name": "fNeedFileInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetThread", "typeName": "System.Threading.Thread" }, - { "name": "needFileInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StackFrame", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetFrame", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFrames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StackTrace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DestinationColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "DestinationOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "SourceOrdinal", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceColumnOrdinal", "typeName": "int" }, - { "name": "destinationOrdinal", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceColumnOrdinal", "typeName": "int" }, - { "name": "destinationColumn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "destinationOrdinal", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "destinationColumn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBulkCopyColumnMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "SqlBulkCopyColumnMapping", - "params": [ - { - "name": "bulkCopyColumnMapping", - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBulkCopyColumnMapping", - "params": [ - { "name": "sourceColumnIndex", "typeName": "int" }, - { "name": "destinationColumnIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBulkCopyColumnMapping", - "params": [ - { "name": "sourceColumnIndex", "typeName": "int" }, - { "name": "destinationColumn", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBulkCopyColumnMapping", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "destinationColumnIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBulkCopyColumnMapping", - "params": [ - { "name": "sourceColumn", "typeName": "string" }, - { "name": "destinationColumn", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBulkCopyColumnMappingCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "AllowEncryptedValueModifications", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "CheckConstraints", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "Default", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "FireTriggers", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "KeepIdentity", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "KeepNulls", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "TableLock", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "name": "UseInternalTransaction", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlBulkCopyOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlBulkCopyOptions", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.NetworkInformation.PingCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.NetworkInformation.PingCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "PingCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbProviderFactory", - "attribute": "", - "interfaces": ["IServiceProvider"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlClientFactory", - "name": "Instance", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "CanCreateDataSourceEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "DbCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbCommandBuilder", - "params": [], - "isStatic": false, - "name": "CreateCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnection", - "params": [], - "isStatic": false, - "name": "CreateConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbConnectionStringBuilder", - "params": [], - "isStatic": false, - "name": "CreateConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataAdapter", - "params": [], - "isStatic": false, - "name": "CreateDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbDataSourceEnumerator", - "params": [], - "isStatic": false, - "name": "CreateDataSourceEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DbParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "CodeAccessPermission", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlClientFactory", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Columns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Databases", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ForeignKeys", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "IndexColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Indexes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ProcedureColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Procedures", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Tables", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "UserDefinedTypes", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Users", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ViewColumns", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Views", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [], - "name": "SqlClientMetaDataCollectionNames", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DBDataPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - }, - { "name": "allowBlankPassword", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { "name": "restrictions", "typeName": "string" }, - { - "name": "behavior", - "typeName": "System.Data.KeyRestrictionBehavior" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlClientPermission", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.InvalidOperationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PingException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "Dhcp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "Manual", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "Other", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "RouterAdvertisement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "WellKnown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.PrefixOrigin", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PrefixOrigin", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "DontFragment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Ttl", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ttl", "typeName": "int" }, - { "name": "dontFragment", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PingOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "StatusCode", "typeName": "int" }, - { - "name": "httpHeaders", - "typeName": "System.Net.WebHeaderCollection" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "StatusCode", "typeName": "int" }, - { - "name": "httpHeaders", - "typeName": "System.Net.WebHeaderCollection" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpContinueDelegate", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "Buffer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PingOptions", - "name": "Options", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RoundtripTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.IPStatus", - "name": "Status", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "PingReply", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DecryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "columnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "EncryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlColumnEncryptionCertificateStoreProvider", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Admin", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Global", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Interface", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Link", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Organization", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Site", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.ScopeLevel", - "name": "Subnet", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.ScopeLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ScopeLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DecryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "columnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "EncryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlColumnEncryptionCngProvider", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DecryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "columnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "EncryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlColumnEncryptionCspProvider", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DecryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "masterKeyPath", "typeName": "string" }, - { "name": "encryptionAlgorithm", "typeName": "string" }, - { "name": "columnEncryptionKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "EncryptColumnEncryptionKey", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlColumnEncryptionKeyStoreProvider", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Net.AuthenticationSchemes", - "name": "AuthenticationSchemes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.AuthenticationSchemeSelector", - "name": "AuthenticationSchemeSelectorDelegate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ServiceNameCollection", - "name": "DefaultServiceNames", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy", - "name": "ExtendedProtectionPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpListener.ExtendedProtectionSelector", - "name": "ExtendedProtectionSelectorDelegate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IgnoreWriteExceptions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsListening", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpListenerPrefixCollection", - "name": "Prefixes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Realm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpListenerTimeoutManager", - "name": "TimeoutManager", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UnsafeConnectionNtlmAuthentication", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "HttpListenerContext", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "HttpListenerContext", - "params": [], - "isStatic": false, - "name": "GetContext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "GetContextAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "LinkLayerAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "Manual", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "OriginDhcp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "Other", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "Random", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "WellKnown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.SuffixOrigin", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SuffixOrigin", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPEndPoint", - "name": "LocalEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPEndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "State", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "TcpConnectionInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "Closed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "CloseWait", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "Closing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "DeleteTcb", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "Established", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "FinWait1", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "FinWait2", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "LastAck", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "Listen", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "SynReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "SynSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "TimeWait", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.TcpState", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkInformation.TcpState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TcpState", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbCommand", - "attribute": "", - "interfaces": ["IComponent", "IDbCommand", "IDisposable", "ICloneable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", - "name": "ColumnEncryptionSetting", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CommandText", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "CommandTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.CommandType", - "name": "CommandType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "DesignTimeVisible", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.Sql.SqlNotificationRequest", - "name": "Notification", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "NotificationAutoEnlist", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlParameterCollection", - "name": "Parameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlTransaction", - "name": "Transaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.UpdateRowSource", - "name": "UpdatedRowSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.StatementCompletedEventHandler", - "name": "StatementCompleted", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cmdText", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.SqlClient.SqlConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.SqlClient.SqlConnection" - }, - { - "name": "transaction", - "typeName": "System.Data.SqlClient.SqlTransaction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cmdText", "typeName": "string" }, - { - "name": "connection", - "typeName": "System.Data.SqlClient.SqlConnection" - }, - { - "name": "transaction", - "typeName": "System.Data.SqlClient.SqlTransaction" - }, - { - "name": "columnEncryptionSetting", - "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.StatementCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_StatementCompleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.StatementCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_StatementCompleted", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [], - "isStatic": false, - "name": "BeginExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [], - "isStatic": false, - "name": "BeginExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" }, - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "BeginExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "BeginExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [], - "isStatic": false, - "name": "BeginExecuteXmlReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginExecuteXmlReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlParameter", - "params": [], - "isStatic": false, - "name": "CreateParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDataReader", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndExecuteXmlReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ExecuteNonQuery", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteNonQueryAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDataReader", - "params": [], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDataReader", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" } - ], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "behavior", "typeName": "System.Data.CommandBehavior" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ExecuteScalar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteScalarAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [], - "isStatic": false, - "name": "ExecuteXmlReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ExecuteXmlReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ExecuteXmlReaderAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Prepare", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetCommandTimeout", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "ConnectionsAccepted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ConnectionsInitiated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "CumulativeConnections", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "CurrentConnections", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ErrorsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "FailedConnectionAttempts", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MaximumConnections", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MaximumTransmissionTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MinimumTransmissionTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ResetConnections", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ResetsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "SegmentsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "SegmentsResent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "SegmentsSent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "TcpStatistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbCommandBuilder", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.Common.CatalogLocation", - "name": "CatalogLocation", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CatalogSeparator", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlDataAdapter", - "name": "DataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "QuotePrefix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "QuoteSuffix", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SchemaSeparator", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "adapter", - "typeName": "System.Data.SqlClient.SqlDataAdapter" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "command", - "typeName": "System.Data.SqlClient.SqlCommand" - } - ], - "isStatic": true, - "name": "DeriveParameters", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetDeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [ - { "name": "useColumnsForParameterNames", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetUpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "QuoteIdentifier", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "quotedIdentifier", "typeName": "string" }], - "isStatic": false, - "name": "UnquoteIdentifier", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlCommandBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "DatagramsReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "DatagramsSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingDatagramsDiscarded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "IncomingDatagramsWithErrors", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "UdpListeners", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UdpStatistics", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", - "name": "Disabled", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", - "name": "Enabled", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", - "name": "ResultSetOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", - "name": "UseConnectionSetting", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlCommandColumnEncryptionSetting", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.TraceLogRetentionOption", - "name": "LimitedCircularFiles", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.TraceLogRetentionOption", - "name": "LimitedSequentialFiles", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.TraceLogRetentionOption", - "name": "SingleFileBoundedSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.TraceLogRetentionOption", - "name": "SingleFileUnboundedSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.TraceLogRetentionOption", - "name": "UnlimitedSequentialFiles", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.TraceLogRetentionOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "TraceLogRetentionOption", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "System.Net.NetworkInformation.IPAddressInformation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "AddressPreferredLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "AddressValidLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "DhcpLeaseLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", - "name": "DuplicateAddressDetectionState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "IPv4Mask", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PrefixLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.PrefixOrigin", - "name": "PrefixOrigin", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.SuffixOrigin", - "name": "SuffixOrigin", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UnicastIPAddressInformation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbConnection", - "attribute": "", - "interfaces": [ - "IComponent", - "IDbConnection", - "IDisposable", - "ICloneable" - ], - "fields": [ - { - "typeName": "string", - "name": "AccessToken", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "ClientConnectionId", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "ColumnEncryptionKeyCacheTtl", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ColumnEncryptionQueryMetadataCacheEnabled", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.Generic.IDictionary>", - "name": "ColumnEncryptionTrustedMasterKeyPaths", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ConnectionString", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectionTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCredential", - "name": "Credential", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Database", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "FireInfoMessageEventOnUserErrors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "PacketSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ServerVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ConnectionState", - "name": "State", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "StatisticsEnabled", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "WorkstationId", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlInfoMessageEventHandler", - "name": "InfoMessage", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { - "name": "credential", - "typeName": "System.Data.SqlClient.SqlCredential" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlInfoMessageEventHandler" - } - ], - "isStatic": false, - "name": "add_InfoMessage", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlInfoMessageEventHandler" - } - ], - "isStatic": false, - "name": "remove_InfoMessage", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlTransaction", - "params": [], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlTransaction", - "params": [ - { "name": "iso", "typeName": "System.Data.IsolationLevel" } - ], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlTransaction", - "params": [ - { "name": "iso", "typeName": "System.Data.IsolationLevel" }, - { "name": "transactionName", "typeName": "string" } - ], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlTransaction", - "params": [{ "name": "transactionName", "typeName": "string" }], - "isStatic": false, - "name": "BeginTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "database", "typeName": "string" }], - "isStatic": false, - "name": "ChangeDatabase", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { - "name": "credential", - "typeName": "System.Data.SqlClient.SqlCredential" - }, - { - "name": "newSecurePassword", - "typeName": "System.Security.SecureString" - } - ], - "isStatic": true, - "name": "ChangePassword", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { "name": "newPassword", "typeName": "string" } - ], - "isStatic": true, - "name": "ChangePassword", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearAllPools", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "connection", - "typeName": "System.Data.SqlClient.SqlConnection" - } - ], - "isStatic": true, - "name": "ClearPool", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlCommand", - "params": [], - "isStatic": false, - "name": "CreateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.EnterpriseServices.ITransaction" - } - ], - "isStatic": false, - "name": "EnlistDistributedTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transaction", - "typeName": "System.Transactions.Transaction" - } - ], - "isStatic": false, - "name": "EnlistTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [{ "name": "collectionName", "typeName": "string" }], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [ - { "name": "collectionName", "typeName": "string" }, - { "name": "restrictionValues", "typeName": "string[]" } - ], - "isStatic": false, - "name": "GetSchema", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "OpenAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customProviders", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "RegisterColumnEncryptionKeyStoreProviders", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetStatistics", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [], - "isStatic": false, - "name": "RetrieveStatistics", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net.NetworkInformation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation[]" - }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "address", - "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "UnicastIPAddressInformationCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "UnescapedXml", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "xmlPayload", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "UnescapedXmlDiagnosticData", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ExtendedProtectionPolicy", - "params": [ - { "name": "request", "typeName": "System.Net.HttpListenerRequest" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "request", "typeName": "System.Net.HttpListenerRequest" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ExtendedProtectionPolicy", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExtendedProtectionSelector", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Security.Principal.GenericIdentity", - "attribute": "", - "interfaces": ["IIdentity"], - "fields": [ - { - "typeName": "string", - "name": "Password", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "username", "typeName": "string" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerBasicIdentity", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", - "name": "Disabled", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", - "name": "Enabled", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlConnectionColumnEncryptionSetting", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.HttpListenerRequest", - "name": "Request", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpListenerResponse", - "name": "Response", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Principal.IPrincipal", - "name": "User", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Task", - "params": [{ "name": "subProtocol", "typeName": "string" }], - "isStatic": false, - "name": "AcceptWebSocketAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "subProtocol", "typeName": "string" }, - { "name": "receiveBufferSize", "typeName": "int" }, - { "name": "keepAliveInterval", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": "AcceptWebSocketAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "subProtocol", "typeName": "string" }, - { "name": "receiveBufferSize", "typeName": "int" }, - { "name": "keepAliveInterval", "typeName": "System.TimeSpan" }, - { - "name": "internalBuffer", - "typeName": "System.ArraySegment" - } - ], - "isStatic": false, - "name": "AcceptWebSocketAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "subProtocol", "typeName": "string" }, - { "name": "keepAliveInterval", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": "AcceptWebSocketAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbConnectionStringBuilder", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IEnumerable", - "ICustomTypeDescriptor" - ], - "fields": [ - { - "typeName": "System.Data.SqlClient.ApplicationIntent", - "name": "ApplicationIntent", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ApplicationName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "AsynchronousProcessing", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "AttachDBFilename", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", - "name": "Authentication", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", - "name": "ColumnEncryptionSetting", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ConnectionReset", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectRetryCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectRetryInterval", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "ConnectTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ContextConnection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "CurrentLanguage", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "DataSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Encrypt", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Enlist", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "FailoverPartner", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "InitialCatalog", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IntegratedSecurity", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "LoadBalanceTimeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "MaxPoolSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "MinPoolSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "MultipleActiveResultSets", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "MultiSubnetFailover", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "NetworkLibrary", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "PacketSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Password", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "PersistSecurityInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.PoolBlockingPeriod", - "name": "PoolBlockingPeriod", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Pooling", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "Replication", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TransactionBinding", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "TransparentNetworkIPResolution", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "TrustServerCertificate", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TypeSystemVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "UserID", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "UserInstance", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "WorkstationID", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "ContainsKey", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "ShouldSerialize", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "keyword", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlConnectionStringBuilder", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.Win32Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorCode", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "errorCode", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.SecureString", - "name": "Password", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "UserId", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "userId", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlCredential", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "uriPrefix", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "uriPrefix", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "string[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "uriPrefix", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerPrefixCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbDataAdapter", - "attribute": "", - "interfaces": [ - "IComponent", - "IDisposable", - "IDbDataAdapter", - "IDataAdapter", - "ICloneable" - ], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlCommand", - "name": "DeleteCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCommand", - "name": "InsertCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCommand", - "name": "SelectCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "UpdateBatchSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlCommand", - "name": "UpdateCommand", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlRowUpdatedEventHandler", - "name": "RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlRowUpdatingEventHandler", - "name": "RowUpdating", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selectCommand", - "typeName": "System.Data.SqlClient.SqlCommand" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selectCommandText", "typeName": "string" }, - { - "name": "selectConnection", - "typeName": "System.Data.SqlClient.SqlConnection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selectCommandText", "typeName": "string" }, - { "name": "selectConnectionString", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlRowUpdatedEventHandler" - } - ], - "isStatic": false, - "name": "add_RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlRowUpdatedEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowUpdated", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlRowUpdatingEventHandler" - } - ], - "isStatic": false, - "name": "add_RowUpdating", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlRowUpdatingEventHandler" - } - ], - "isStatic": false, - "name": "remove_RowUpdating", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDataAdapter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string[]", - "name": "AcceptTypes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ClientCertificateError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "ContentEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.CookieCollection", - "name": "Cookies", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasEntityBody", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "HttpMethod", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "InputStream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSecureConnection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsWebSocketRequest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPEndPoint", - "name": "LocalEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Version", - "name": "ProtocolVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "QueryString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RawUrl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPEndPoint", - "name": "RemoteEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Guid", - "name": "RequestTraceIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ServiceName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportContext", - "name": "TransportContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "Url", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "UrlReferrer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserAgent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserHostAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserHostName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "UserLanguages", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "requestCallback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetClientCertificate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Certificate2", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetClientCertificate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Certificate2", - "params": [], - "isStatic": false, - "name": "GetClientCertificate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "GetClientCertificateAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerRequest", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbDataReader", - "attribute": "", - "interfaces": [ - "IEnumerable", - "IDataReader", - "IDataRecord", - "IDisposable" - ], - "fields": [ - { - "typeName": "int", - "name": "Depth", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "FieldCount", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "HasRows", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "RecordsAffected", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "VisibleFieldCount", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dataIndex", "typeName": "long" }, - { "name": "buffer", "typeName": "char[]" }, - { "name": "bufferIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDataTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDateTimeOffset", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "i", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "GetFieldValueAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFieldValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetOrdinal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetProviderSpecificFieldType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetProviderSpecificValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetProviderSpecificValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "DataTable", - "params": [], - "isStatic": false, - "name": "GetSchemaTable", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBinary", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlBinary", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBoolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlBoolean", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlByte", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlByte", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlBytes", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlBytes", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlChars", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlChars", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDateTime", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlDateTime", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDecimal", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlDecimal", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlDouble", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlDouble", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlGuid", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlGuid", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt16", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlInt16", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlInt32", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlInt64", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlInt64", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlMoney", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlMoney", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlSingle", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlSingle", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlString", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetSqlValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlXml", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSqlXml", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetStream", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "TextReader", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetTextReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetTimeSpan", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "object[]" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "XmlReader", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetXmlReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "IsDBNull", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "i", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "IsDBNullAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "NextResult", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "NextResultAsync", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDataReader", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SQLDebugging", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Text.Encoding", - "name": "ContentEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.CookieCollection", - "name": "Cookies", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "OutputStream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Version", - "name": "ProtocolVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RedirectLocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SendChunked", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "StatusCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "StatusDescription", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AddHeader", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], - "isStatic": false, - "name": "AppendCookie", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AppendHeader", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "responseEntity", "typeName": "byte[]" }, - { "name": "willBlock", "typeName": "bool" } - ], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "templateResponse", - "typeName": "System.Net.HttpListenerResponse" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": "Redirect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], - "isStatic": false, - "name": "SetCookie", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerResponse", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "HasChanges", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Id", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.OnChangeEventHandler", - "name": "OnChange", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "command", - "typeName": "System.Data.SqlClient.SqlCommand" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "command", - "typeName": "System.Data.SqlClient.SqlCommand" - }, - { "name": "options", "typeName": "string" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.OnChangeEventHandler" - } - ], - "isStatic": false, - "name": "add_OnChange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.OnChangeEventHandler" - } - ], - "isStatic": false, - "name": "remove_OnChange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "command", - "typeName": "System.Data.SqlClient.SqlCommand" - } - ], - "isStatic": false, - "name": "AddCommandDependency", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { "name": "queue", "typeName": "string" } - ], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "connectionString", "typeName": "string" }], - "isStatic": true, - "name": "Stop", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "connectionString", "typeName": "string" }, - { "name": "queue", "typeName": "string" } - ], - "isStatic": true, - "name": "Stop", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlDependency", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte", - "name": "Class", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Number", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Procedure", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Server", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "State", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlError", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "DrainEntityBody", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "EntityBody", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "HeaderWait", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "IdleConnection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MinSendBytesPerSecond", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "RequestQueue", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "HttpListenerTimeoutManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlError", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Data.SqlClient.SqlError[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlErrorCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Accept", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "AcceptCharset", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "AcceptEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "AcceptLanguage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Allow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Authorization", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "CacheControl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Connection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentLanguage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentLocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentMd5", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentRange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Cookie", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Date", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Expect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Expires", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "From", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "IfMatch", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "IfModifiedSince", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "IfNoneMatch", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "IfRange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "IfUnmodifiedSince", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "LastModified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "MaxForwards", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Pragma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "ProxyAuthorization", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Range", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Referer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Te", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Trailer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "TransferEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Translate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Upgrade", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "UserAgent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Via", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpRequestHeader", - "name": "Warning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.HttpRequestHeader", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpRequestHeader", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "byte", - "name": "Class", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Guid", - "name": "ClientConnectionId", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "LineNumber", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Number", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Procedure", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Server", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "State", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "si", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlException", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.HttpResponseHeader", - "name": "AcceptRanges", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Age", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Allow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "CacheControl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Connection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentLanguage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentLocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentMd5", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentRange", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Date", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ETag", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Expires", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "LastModified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Location", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Pragma", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "ProxyAuthenticate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "RetryAfter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Server", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "SetCookie", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Trailer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "TransferEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Upgrade", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Vary", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Via", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "Warning", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpResponseHeader", - "name": "WwwAuthenticate", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.HttpResponseHeader", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpResponseHeader", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlErrorCollection", - "name": "Errors", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlInfoMessageEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.HttpStatusCode", - "name": "Accepted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Ambiguous", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "BadGateway", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "BadRequest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Conflict", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Continue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Created", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "ExpectationFailed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Forbidden", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Found", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "GatewayTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Gone", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "HttpVersionNotSupported", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "InternalServerError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "LengthRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "MethodNotAllowed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Moved", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "MovedPermanently", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "MultipleChoices", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "NoContent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "NonAuthoritativeInformation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "NotAcceptable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "NotFound", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "NotImplemented", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "NotModified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "OK", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "PartialContent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "PaymentRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "PreconditionFailed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "ProxyAuthenticationRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Redirect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "RedirectKeepVerb", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "RedirectMethod", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "RequestedRangeNotSatisfiable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "RequestEntityTooLarge", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "RequestTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "RequestUriTooLong", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "ResetContent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "SeeOther", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "ServiceUnavailable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "SwitchingProtocols", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "TemporaryRedirect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Unauthorized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "UnsupportedMediaType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "Unused", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "UpgradeRequired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "UseProxy", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.HttpStatusCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpStatusCode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlInfoMessageEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlInfoMessageEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlInfoMessageEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Version", - "name": "Version10", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Version", - "name": "Version11", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpVersion", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Info", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Source", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationType", - "name": "Type", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "System.Data.SqlClient.SqlNotificationType" - }, - { - "name": "info", - "typeName": "System.Data.SqlClient.SqlNotificationInfo" - }, - { - "name": "source", - "typeName": "System.Data.SqlClient.SqlNotificationSource" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNotificationEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "AlreadyChanged", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Alter", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Delete", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Drop", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Error", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Expired", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Invalid", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Isolation", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Merge", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Options", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "PreviousFire", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Query", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Resource", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Restart", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "TemplateLimit", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Truncate", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Unknown", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationInfo", - "name": "Update", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlNotificationInfo", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNotificationInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.WebRequest", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Accept", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowAutoRedirect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowReadStreamBuffering", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowWriteStreamBuffering", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.DecompressionMethods", - "name": "AutomaticDecompression", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", - "name": "ClientCertificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Connection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ConnectionGroupName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpContinueDelegate", - "name": "ContinueDelegate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ContinueTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.CookieContainer", - "name": "CookieContainer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "Date", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCachePolicy", - "name": "DefaultCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "DefaultMaximumErrorResponseLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "DefaultMaximumResponseHeadersLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Expect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HaveResponse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "IfModifiedSince", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "KeepAlive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaximumAutomaticRedirections", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaximumResponseHeadersLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MediaType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Method", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Pipelined", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PreAuthenticate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Version", - "name": "ProtocolVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadWriteTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Referer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SendChunked", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.RemoteCertificateValidationCallback", - "name": "ServerCertificateValidationCallback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ServicePoint", - "name": "ServicePoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsCookieContainer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Timeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "TransferEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UnsafeAuthenticatedConnectionSharing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserAgent", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "range", "typeName": "int" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "int" }, - { "name": "to", "typeName": "int" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "range", "typeName": "long" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "long" }, - { "name": "to", "typeName": "long" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rangeSpecifier", "typeName": "string" }, - { "name": "range", "typeName": "int" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rangeSpecifier", "typeName": "string" }, - { "name": "from", "typeName": "int" }, - { "name": "to", "typeName": "int" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rangeSpecifier", "typeName": "string" }, - { "name": "range", "typeName": "long" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rangeSpecifier", "typeName": "string" }, - { "name": "from", "typeName": "long" }, - { "name": "to", "typeName": "long" } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { "name": "context", "typeName": "System.Net.TransportContext" } - ], - "isStatic": false, - "name": "EndGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "context", "typeName": "System.Net.TransportContext" } - ], - "isStatic": false, - "name": "GetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [], - "isStatic": false, - "name": "GetResponse", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpWebRequest", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Client", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Data", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Database", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Environment", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Execution", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Object", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Owner", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Statement", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "System", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Timeout", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationSource", - "name": "Unknown", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlNotificationSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNotificationSource", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.WebResponse", - "attribute": "", - "interfaces": ["IDisposable", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "CharacterSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.CookieCollection", - "name": "Cookies", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsMutuallyAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "LastModified", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Method", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Version", - "name": "ProtocolVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "ResponseUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Server", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.HttpStatusCode", - "name": "StatusCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "StatusDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsHeaders", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "headerName", "typeName": "string" }], - "isStatic": false, - "name": "GetResponseHeader", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpWebResponse", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlNotificationType", - "name": "Change", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationType", - "name": "Subscribe", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlNotificationType", - "name": "Unknown", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Data.SqlClient.SqlNotificationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlNotificationType", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AuthenticationType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanPreAuthenticate", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Authorization", - "params": [ - { "name": "challenge", "typeName": "string" }, - { "name": "request", "typeName": "System.Net.WebRequest" }, - { "name": "credentials", "typeName": "System.Net.ICredentials" } - ], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Authorization", - "params": [ - { "name": "request", "typeName": "System.Net.WebRequest" }, - { "name": "credentials", "typeName": "System.Net.ICredentials" } - ], - "isStatic": false, - "name": "PreAuthenticate", - "comment": "", - "location": "System.dll" - } - ], - "name": "IAuthenticationModule", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbParameter", - "attribute": "", - "interfaces": ["IDbDataParameter", "IDataParameter", "ICloneable"], - "fields": [ - { - "typeName": "System.Data.SqlTypes.SqlCompareOptions", - "name": "CompareInfo", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DbType", - "name": "DbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.ParameterDirection", - "name": "Direction", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "ForceColumnEncryption", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsNullable", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "LocaleId", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Offset", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "ParameterName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Precision", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "byte", - "name": "Scale", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "SourceColumn", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "SourceColumnNullMapping", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.DataRowVersion", - "name": "SourceVersion", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlDbType", - "name": "SqlDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SqlValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "UdtTypeName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "XmlSchemaCollectionDatabase", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "XmlSchemaCollectionName", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "string", - "name": "XmlSchemaCollectionOwningSchema", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.SqlDbType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.SqlDbType" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.SqlDbType" }, - { "name": "size", "typeName": "int" }, - { - "name": "direction", - "typeName": "System.Data.ParameterDirection" - }, - { "name": "isNullable", "typeName": "bool" }, - { "name": "precision", "typeName": "byte" }, - { "name": "scale", "typeName": "byte" }, - { "name": "sourceColumn", "typeName": "string" }, - { - "name": "sourceVersion", - "typeName": "System.Data.DataRowVersion" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.SqlDbType" }, - { "name": "size", "typeName": "int" }, - { - "name": "direction", - "typeName": "System.Data.ParameterDirection" - }, - { "name": "precision", "typeName": "byte" }, - { "name": "scale", "typeName": "byte" }, - { "name": "sourceColumn", "typeName": "string" }, - { - "name": "sourceVersion", - "typeName": "System.Data.DataRowVersion" - }, - { "name": "sourceColumnNullMapping", "typeName": "bool" }, - { "name": "value", "typeName": "object" }, - { "name": "xmlSchemaCollectionDatabase", "typeName": "string" }, - { "name": "xmlSchemaCollectionOwningSchema", "typeName": "string" }, - { "name": "xmlSchemaCollectionName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "dbType", "typeName": "System.Data.SqlDbType" }, - { "name": "size", "typeName": "int" }, - { "name": "sourceColumn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetSqlDbType", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlParameter", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Diagnostics.CodeAnalysis", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Category", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CheckId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Justification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MessageId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Scope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Target", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "category", "typeName": "string" }, - { "name": "checkId", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SuppressMessageAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbParameterCollection", - "attribute": "", - "interfaces": [ - "IDataParameterCollection", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.SqlClient.SqlParameter", - "name": "this[]", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "SqlParameter", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlParameter" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "sqlDbType", "typeName": "System.Data.SqlDbType" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "sqlDbType", "typeName": "System.Data.SqlDbType" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "sqlDbType", "typeName": "System.Data.SqlDbType" }, - { "name": "size", "typeName": "int" }, - { "name": "sourceColumn", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "values", "typeName": "System.Array" }], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "values", - "typeName": "System.Data.SqlClient.SqlParameter[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "SqlParameter", - "params": [ - { "name": "parameterName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddWithValue", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlParameter" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Data.SqlClient.SqlParameter[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlParameter" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlParameter" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Data.SqlClient.SqlParameter" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlParameterCollection", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Abort", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "long", - "name": "RowsCopied", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "rowsCopied", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlRowsCopiedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlRowsCopiedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlRowsCopiedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlRowsCopiedEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.RowUpdatedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlRowUpdatedEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlRowUpdatedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlRowUpdatedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlRowUpdatedEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.RowUpdatingEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlCommand", - "name": "Command", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "row", "typeName": "System.Data.DataRow" }, - { "name": "command", "typeName": "System.Data.IDbCommand" }, - { - "name": "statementType", - "typeName": "System.Data.StatementType" - }, - { - "name": "tableMapping", - "typeName": "System.Data.Common.DataTableMapping" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlRowUpdatingEventArgs", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "srvPoint", "typeName": "System.Net.ServicePoint" }, - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - }, - { "name": "request", "typeName": "System.Net.WebRequest" }, - { "name": "certificateProblem", "typeName": "int" } - ], - "isStatic": false, - "name": "CheckValidationResult", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICertificatePolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.CodeAnalysis", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExcludeFromCodeCoverageAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlRowUpdatingEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Data.SqlClient.SqlRowUpdatingEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlRowUpdatingEventHandler", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "challengeUri", "typeName": "System.Uri" }, - { "name": "request", "typeName": "System.Net.WebRequest" }, - { - "name": "credential", - "typeName": "System.Net.NetworkCredential" - }, - { - "name": "authenticationModule", - "typeName": "System.Net.IAuthenticationModule" - } - ], - "isStatic": false, - "name": "ShouldSendCredential", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICredentialPolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Data.SqlClient", - "baseClass": "System.Data.Common.DbTransaction", - "attribute": "", - "interfaces": ["IDbTransaction", "IDisposable"], - "fields": [ - { - "typeName": "System.Data.SqlClient.SqlConnection", - "name": "Connection", - "comment": "", - "location": "System.Data.dll" - }, - { - "typeName": "System.Data.IsolationLevel", - "name": "IsolationLevel", - "comment": "", - "location": "System.Data.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "transactionName", "typeName": "string" }], - "isStatic": false, - "name": "Rollback", - "comment": "", - "location": "System.Data.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "savePointName", "typeName": "string" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "System.Data.dll" - } - ], - "name": "SqlTransaction", - "comment": "", - "location": "System.Data.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "NetworkCredential", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "authType", "typeName": "string" } - ], - "isStatic": false, - "name": "GetCredential", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICredentials", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "NetworkCredential", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "authenticationType", "typeName": "string" } - ], - "isStatic": false, - "name": "GetCredential", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICredentialsByHost", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress", - "name": "Any", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "Broadcast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "IPv6Any", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "IPv6Loopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "IPv6None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "Loopback", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "AddressFamily", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsIPv4MappedToIPv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsIPv6LinkLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsIPv6Multicast", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsIPv6SiteLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsIPv6Teredo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ScopeId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "byte[]" }, - { "name": "scopeid", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newAddress", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAddressBytes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "host", "typeName": "short" }], - "isStatic": true, - "name": "HostToNetworkOrder", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "host", "typeName": "int" }], - "isStatic": true, - "name": "HostToNetworkOrder", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "host", "typeName": "long" }], - "isStatic": true, - "name": "HostToNetworkOrder", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], - "isStatic": true, - "name": "IsLoopback", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPAddress", - "params": [], - "isStatic": false, - "name": "MapToIPv4", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPAddress", - "params": [], - "isStatic": false, - "name": "MapToIPv6", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "network", "typeName": "short" }], - "isStatic": true, - "name": "NetworkToHostOrder", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "network", "typeName": "int" }], - "isStatic": true, - "name": "NetworkToHostOrder", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "network", "typeName": "long" }], - "isStatic": true, - "name": "NetworkToHostOrder", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPAddress", - "params": [{ "name": "ipString", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ipString", "typeName": "string" }, - { "name": "address", "typeName": "System.Net.IPAddress" } - ], - "isStatic": true, - "name": "TryParse", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPAddress", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Net.EndPoint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MinPort", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IPAddress", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.AddressFamily", - "name": "AddressFamily", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "long" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Net.IPAddress" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "EndPoint", - "params": [ - { "name": "socketAddress", "typeName": "System.Net.SocketAddress" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "comparand", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SocketAddress", - "params": [], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPEndPoint", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.IPAddress[]", - "name": "AddressList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "Aliases", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "HostName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IPHostEntry", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Uri", - "params": [{ "name": "destination", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetProxy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "host", "typeName": "System.Uri" }], - "isStatic": false, - "name": "IsBypassed", - "comment": "", - "location": "System.dll" - } - ], - "name": "IWebProxy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "scriptLocation", "typeName": "System.Uri" }, - { "name": "script", "typeName": "string" }, - { "name": "helperType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "host", "typeName": "string" } - ], - "isStatic": false, - "name": "Run", - "comment": "", - "location": "System.dll" - } - ], - "name": "IWebProxyScript", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "WebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "IWebRequestCreate", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.NetworkAccess", - "name": "Accept", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.NetworkAccess", - "name": "Connect", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.NetworkAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkAccess", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICredentials", "ICredentialsByHost"], - "fields": [ - { - "typeName": "string", - "name": "Domain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Password", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.SecureString", - "name": "SecurePassword", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { "name": "domain", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userName", "typeName": "string" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userName", "typeName": "string" }, - { "name": "password", "typeName": "string" }, - { "name": "domain", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "NetworkCredential", - "params": [ - { "name": "host", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "authenticationType", "typeName": "string" } - ], - "isStatic": false, - "name": "GetCredential", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "NetworkCredential", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "authType", "typeName": "string" } - ], - "isStatic": false, - "name": "GetCredential", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetworkCredential", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "OpenReadCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Net.OpenReadCompletedEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.OpenReadCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "OpenReadCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "OpenWriteCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.OpenWriteCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.OpenWriteCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "OpenWriteCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.InvalidOperationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProtocolViolationException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Eventing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte", - "name": "Channel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "EventId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "Keywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte", - "name": "Level", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte", - "name": "Opcode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Task", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte", - "name": "Version", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "version", "typeName": "byte" }, - { "name": "channel", "typeName": "byte" }, - { "name": "level", "typeName": "byte" }, - { "name": "opcode", "typeName": "byte" }, - { "name": "task", "typeName": "int" }, - { "name": "keywords", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventDescriptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.SecurityProtocolType", - "name": "Ssl3", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.SecurityProtocolType", - "name": "SystemDefault", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.SecurityProtocolType", - "name": "Tls", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.SecurityProtocolType", - "name": "Tls11", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.SecurityProtocolType", - "name": "Tls12", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.SecurityProtocolType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SecurityProtocolType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Eventing", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "providerGuid", "typeName": "System.Guid" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Guid", - "params": [], - "isStatic": true, - "name": "CreateActivityId", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "WriteEventErrorCode", - "params": [], - "isStatic": true, - "name": "GetLastWriteEventError", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsEnabled", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "level", "typeName": "byte" }, - { "name": "keywords", "typeName": "long" } - ], - "isStatic": false, - "name": "IsEnabled", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "System.Guid" }], - "isStatic": true, - "name": "SetActivityId", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "eventDescriptor", - "typeName": "System.Diagnostics.Eventing.EventDescriptor" - }, - { "name": "eventPayload", "typeName": "object[]" } - ], - "isStatic": false, - "name": "WriteEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "eventDescriptor", - "typeName": "System.Diagnostics.Eventing.EventDescriptor" - }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "eventMessage", "typeName": "string" }], - "isStatic": false, - "name": "WriteMessageEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "eventMessage", "typeName": "string" }, - { "name": "eventLevel", "typeName": "byte" }, - { "name": "eventKeywords", "typeName": "long" } - ], - "isStatic": false, - "name": "WriteMessageEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "eventDescriptor", - "typeName": "System.Diagnostics.Eventing.EventDescriptor" - }, - { "name": "relatedActivityId", "typeName": "System.Guid" }, - { "name": "eventPayload", "typeName": "object[]" } - ], - "isStatic": false, - "name": "WriteTransferEvent", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Access", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Transport", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ChannelBinding", - "params": [ - { - "name": "kind", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind" - } - ], - "isStatic": false, - "name": "GetChannelBinding", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetTlsTokenBindings", - "comment": "", - "location": "System.dll" - } - ], - "name": "TransportContext", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.TransportType", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportType", - "name": "Connectionless", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportType", - "name": "ConnectionOriented", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportType", - "name": "Tcp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.TransportType", - "name": "Udp", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.TransportType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TransportType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UploadDataCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadDataCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadDataCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "UploadDataCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UploadValuesCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UploadFileCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadValuesCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadValuesCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "UploadValuesCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadFileCompletedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadFileCompletedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "UploadFileCompletedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.PerformanceData", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "providerGuid", "typeName": "System.Guid" }, - { "name": "counterSetGuid", "typeName": "System.Guid" }, - { - "name": "instanceType", - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "counterId", "typeName": "int" }, - { - "name": "counterType", - "typeName": "System.Diagnostics.PerformanceData.CounterType" - } - ], - "isStatic": false, - "name": "AddCounter", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "counterId", "typeName": "int" }, - { - "name": "counterType", - "typeName": "System.Diagnostics.PerformanceData.CounterType" - }, - { "name": "counterName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddCounter", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CounterSetInstance", - "params": [{ "name": "instanceName", "typeName": "string" }], - "isStatic": false, - "name": "CreateCounterSetInstance", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CounterSet", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.ProgressChangedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "BytesReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "BytesSent", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TotalBytesToReceive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TotalBytesToSend", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UploadProgressChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadProgressChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.UploadProgressChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "UploadProgressChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.PerformanceData", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", - "name": "Counters", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CounterSetInstance", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "AllowReadStreamBuffering", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AllowWriteStreamBuffering", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "BaseAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCachePolicy", - "name": "CachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsBusy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameValueCollection", - "name": "QueryString", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "ResponseHeaders", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.DownloadDataCompletedEventHandler", - "name": "DownloadDataCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.AsyncCompletedEventHandler", - "name": "DownloadFileCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.DownloadProgressChangedEventHandler", - "name": "DownloadProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.DownloadStringCompletedEventHandler", - "name": "DownloadStringCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.OpenReadCompletedEventHandler", - "name": "OpenReadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.OpenWriteCompletedEventHandler", - "name": "OpenWriteCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.UploadDataCompletedEventHandler", - "name": "UploadDataCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.UploadFileCompletedEventHandler", - "name": "UploadFileCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.UploadProgressChangedEventHandler", - "name": "UploadProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.UploadStringCompletedEventHandler", - "name": "UploadStringCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.UploadValuesCompletedEventHandler", - "name": "UploadValuesCompleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WriteStreamClosedEventHandler", - "name": "WriteStreamClosed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.DownloadDataCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_DownloadDataCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.DownloadDataCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_DownloadDataCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.AsyncCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_DownloadFileCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.ComponentModel.AsyncCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_DownloadFileCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.DownloadProgressChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_DownloadProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.DownloadProgressChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_DownloadProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.DownloadStringCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_DownloadStringCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.DownloadStringCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_DownloadStringCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.OpenReadCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_OpenReadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.OpenReadCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_OpenReadCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.OpenWriteCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_OpenWriteCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.OpenWriteCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_OpenWriteCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadDataCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_UploadDataCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadDataCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_UploadDataCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadFileCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_UploadFileCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadFileCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_UploadFileCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadProgressChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_UploadProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadProgressChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_UploadProgressChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadStringCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_UploadStringCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadStringCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_UploadStringCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadValuesCompletedEventHandler" - } - ], - "isStatic": false, - "name": "add_UploadValuesCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.UploadValuesCompletedEventHandler" - } - ], - "isStatic": false, - "name": "remove_UploadValuesCompleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.WriteStreamClosedEventHandler" - } - ], - "isStatic": false, - "name": "add_WriteStreamClosed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Net.WriteStreamClosedEventHandler" - } - ], - "isStatic": false, - "name": "remove_WriteStreamClosed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "DownloadData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DownloadData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DownloadDataAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "DownloadDataAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "DownloadDataTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DownloadDataTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DownloadFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DownloadFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DownloadFileAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "DownloadFileAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DownloadFileTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DownloadFileTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "DownloadString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DownloadString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DownloadStringAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "DownloadStringAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "DownloadStringTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "DownloadStringTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "OpenRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "OpenRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "OpenReadAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "OpenReadAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "OpenReadTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "OpenReadTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "OpenWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": "OpenWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "OpenWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": "OpenWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "OpenWriteAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": "OpenWriteAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "OpenWriteAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": "OpenWriteTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": "OpenWriteTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "address", "typeName": "System.Uri" }], - "isStatic": false, - "name": "OpenWriteTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": "OpenWriteTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadDataAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadDataAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "UploadDataAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadDataTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadDataTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadDataTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UploadDataTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFile", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFileAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFileAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "UploadFileAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFileTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFileTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFileTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadFileTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadStringAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadStringAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "string" }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "UploadStringAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadStringTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadStringTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadStringTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": "UploadStringTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValuesAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValuesAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - }, - { "name": "userToken", "typeName": "object" } - ], - "isStatic": false, - "name": "UploadValuesAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValuesTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValuesTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValuesTaskAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "address", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { - "name": "data", - "typeName": "System.Collections.Specialized.NameValueCollection" - } - ], - "isStatic": false, - "name": "UploadValuesTaskAsync", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebClient", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Result", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "UploadStringCompletedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.PerformanceData", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceData.CounterData", - "name": "this[]", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterData", - "name": "this[]", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CounterSetInstanceCounterDataSet", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.InvalidOperationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Net.WebResponse", - "name": "Response", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "Status", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" }, - { "name": "status", "typeName": "System.Net.WebExceptionStatus" }, - { "name": "response", "typeName": "System.Net.WebResponse" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "status", "typeName": "System.Net.WebExceptionStatus" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.PerformanceData", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "name": "GlobalAggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "name": "GlobalAggregateWithHistory", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "name": "InstanceAggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "name": "Multiple", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "name": "MultipleAggregate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "name": "Single", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CounterSetInstanceType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.WebExceptionStatus", - "name": "CacheEntryNotFound", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "ConnectFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "ConnectionClosed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "KeepAliveFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "MessageLengthLimitExceeded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "NameResolutionFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "Pending", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "PipelineFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "ProtocolError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "ProxyNameResolutionFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "ReceiveFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "RequestCanceled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "RequestProhibitedByCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "RequestProhibitedByProxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "SecureChannelFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "SendFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "ServerProtocolViolation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "Success", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "Timeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "TrustFailure", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebExceptionStatus", - "name": "UnknownError", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.WebExceptionStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebExceptionStatus", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Eventing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", - "name": "EventTooBig", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", - "name": "NoError", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", - "name": "NoFreeBuffers", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "WriteEventErrorCode", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Collections.Specialized.NameValueCollection", - "attribute": "", - "interfaces": [ - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "string[]", - "name": "AllKeys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "header", "typeName": "System.Net.HttpRequestHeader" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "header", "typeName": "System.Net.HttpResponseHeader" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "header", "typeName": "string" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetKey", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "header", "typeName": "string" }], - "isStatic": false, - "name": "GetValues", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "headerName", "typeName": "string" }], - "isStatic": true, - "name": "IsRestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "headerName", "typeName": "string" }, - { "name": "response", "typeName": "bool" } - ], - "isStatic": true, - "name": "IsRestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "header", "typeName": "System.Net.HttpRequestHeader" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "header", "typeName": "System.Net.HttpResponseHeader" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "header", "typeName": "System.Net.HttpRequestHeader" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "header", "typeName": "System.Net.HttpResponseHeader" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToByteArray", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebHeaderCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.PerformanceData", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "AverageBase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "AverageCount64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "AverageTimer32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "Delta32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "Delta64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "ElapsedTime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "LargeQueueLength", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "MultiTimerBase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "MultiTimerPercentageActive", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "MultiTimerPercentageActive100Ns", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "MultiTimerPercentageNotActive", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "MultiTimerPercentageNotActive100Ns", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "ObjectSpecificTimer", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PercentageActive", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PercentageActive100Ns", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PercentageNotActive", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PercentageNotActive100Ns", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PrecisionObjectSpecificTimer", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PrecisionSystemTimer", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "PrecisionTimer100Ns", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "QueueLength", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "QueueLength100Ns", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "QueueLengthObjectTime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RateOfCountPerSecond32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RateOfCountPerSecond64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawBase32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawBase64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawData32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawData64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawDataHex32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawDataHex64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawFraction32", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "RawFraction64", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "SampleBase", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "SampleCounter", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceData.CounterType", - "name": "SampleFraction", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.PerformanceData.CounterType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CounterType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Collections.IEnumerator", - "name": "AcceptList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.IEnumerator", - "name": "ConnectList", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "access", "typeName": "System.Net.NetworkAccess" }, - { "name": "uriString", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "access", "typeName": "System.Net.NetworkAccess" }, - { - "name": "uriRegex", - "typeName": "System.Text.RegularExpressions.Regex" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "access", "typeName": "System.Net.NetworkAccess" }, - { "name": "uriString", "typeName": "string" } - ], - "isStatic": false, - "name": "AddPermission", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "access", "typeName": "System.Net.NetworkAccess" }, - { - "name": "uriRegex", - "typeName": "System.Text.RegularExpressions.Regex" - } - ], - "isStatic": false, - "name": "AddPermission", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Accept", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "AcceptPattern", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Connect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ConnectPattern", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": ["IWebProxy", "ISerializable"], - "fields": [ - { - "typeName": "System.Uri", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ArrayList", - "name": "BypassArrayList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "BypassList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "BypassProxyOnLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "Address", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Address", "typeName": "string" }, - { "name": "BypassOnLocal", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Address", "typeName": "string" }, - { "name": "BypassOnLocal", "typeName": "bool" }, - { "name": "BypassList", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Address", "typeName": "string" }, - { "name": "BypassOnLocal", "typeName": "bool" }, - { "name": "BypassList", "typeName": "string[]" }, - { "name": "Credentials", "typeName": "System.Net.ICredentials" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Host", "typeName": "string" }, - { "name": "Port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "Address", "typeName": "System.Uri" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Address", "typeName": "System.Uri" }, - { "name": "BypassOnLocal", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Address", "typeName": "System.Uri" }, - { "name": "BypassOnLocal", "typeName": "bool" }, - { "name": "BypassList", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "Address", "typeName": "System.Uri" }, - { "name": "BypassOnLocal", "typeName": "bool" }, - { "name": "BypassList", "typeName": "string[]" }, - { "name": "Credentials", "typeName": "System.Net.ICredentials" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebProxy", - "params": [], - "isStatic": true, - "name": "GetDefaultProxy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Uri", - "params": [{ "name": "destination", "typeName": "System.Uri" }], - "isStatic": false, - "name": "GetProxy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "host", "typeName": "System.Uri" }], - "isStatic": false, - "name": "IsBypassed", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebProxy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.Net.Security.AuthenticationLevel", - "name": "AuthenticationLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCachePolicy", - "name": "CachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ConnectionGroupName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebRequestCreate", - "name": "CreatorInstance", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.ICredentials", - "name": "Credentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCachePolicy", - "name": "DefaultCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "DefaultWebProxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "ImpersonationLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Method", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PreAuthenticate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.IWebProxy", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "RequestUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Timeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebRequest", - "params": [{ "name": "requestUriString", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebRequest", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebRequest", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "CreateDefault", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "HttpWebRequest", - "params": [{ "name": "requestUriString", "typeName": "string" }], - "isStatic": true, - "name": "CreateHttp", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "HttpWebRequest", - "params": [{ "name": "requestUri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "CreateHttp", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndGetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetRequestStream", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "GetRequestStreamAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WebResponse", - "params": [], - "isStatic": false, - "name": "GetResponse", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "GetResponseAsync", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IWebProxy", - "params": [], - "isStatic": true, - "name": "GetSystemWebProxy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "creator", "typeName": "System.Net.IWebRequestCreate" } - ], - "isStatic": true, - "name": "RegisterPortableWebRequestCreator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "creator", "typeName": "System.Net.IWebRequestCreate" } - ], - "isStatic": true, - "name": "RegisterPrefix", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebRequest", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.Switch", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "displayName", "typeName": "string" }, - { "name": "description", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "displayName", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { "name": "defaultSwitchValue", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "BooleanSwitch", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "WebRequestMethods", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TextWriterTraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "useErrorStream", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConsoleTraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DownloadFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UploadFile", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "File", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AppendFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DeleteFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DownloadFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "GetDateTimestamp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "GetFileSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ListDirectory", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ListDirectoryDetails", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MakeDirectory", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PrintWorkingDirectory", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "RemoveDirectory", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Rename", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UploadFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UploadFileWithUniqueName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "Ftp", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "ActivityId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Stack", - "name": "LogicalOperationStack", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StartLogicalOperation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "operationId", "typeName": "object" }], - "isStatic": false, - "name": "StartLogicalOperation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopLogicalOperation", - "comment": "", - "location": "System.dll" - } - ], - "name": "CorrelationManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable", "ISerializable"], - "fields": [ - { - "typeName": "long", - "name": "ContentLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ContentType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.WebHeaderCollection", - "name": "Headers", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsFromCache", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsMutuallyAuthenticated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "ResponseUri", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "SupportsHeaders", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebResponse", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CounterHelp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CounterName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "counterName", "typeName": "string" }, - { "name": "counterHelp", "typeName": "string" }, - { - "name": "counterType", - "typeName": "System.Diagnostics.PerformanceCounterType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CounterCreationData", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "HtmlDecode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "output", "typeName": "System.IO.TextWriter" } - ], - "isStatic": true, - "name": "HtmlDecode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "HtmlEncode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "output", "typeName": "System.IO.TextWriter" } - ], - "isStatic": true, - "name": "HtmlEncode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "encodedValue", "typeName": "string" }], - "isStatic": true, - "name": "UrlDecode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "encodedValue", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "UrlDecodeToBytes", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "UrlEncode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "UrlEncodeToBytes", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebUtility", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Exception", - "name": "Error", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WriteStreamClosedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Diagnostics.CounterCreationData", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationDataCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationDataCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Diagnostics.CounterCreationData[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.CounterCreationData" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "CounterCreationDataCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.Net.WriteStreamClosedEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Net.WriteStreamClosedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "WriteStreamClosedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.CounterSample", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "BaseValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "CounterFrequency", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "CounterTimeStamp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RawValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "SystemFrequency", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimeStamp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "TimeStamp100nSec", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawValue", "typeName": "long" }, - { "name": "baseValue", "typeName": "long" }, - { "name": "counterFrequency", "typeName": "long" }, - { "name": "systemFrequency", "typeName": "long" }, - { "name": "timeStamp", "typeName": "long" }, - { "name": "timeStamp100nSec", "typeName": "long" }, - { - "name": "counterType", - "typeName": "System.Diagnostics.PerformanceCounterType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawValue", "typeName": "long" }, - { "name": "baseValue", "typeName": "long" }, - { "name": "counterFrequency", "typeName": "long" }, - { "name": "systemFrequency", "typeName": "long" }, - { "name": "timeStamp", "typeName": "long" }, - { "name": "timeStamp100nSec", "typeName": "long" }, - { - "name": "counterType", - "typeName": "System.Diagnostics.PerformanceCounterType" - }, - { "name": "counterTimeStamp", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "counterSample", - "typeName": "System.Diagnostics.CounterSample" - } - ], - "isStatic": true, - "name": "Calculate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "counterSample", - "typeName": "System.Diagnostics.CounterSample" - }, - { - "name": "nextCounterSample", - "typeName": "System.Diagnostics.CounterSample" - } - ], - "isStatic": true, - "name": "Calculate", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sample", "typeName": "System.Diagnostics.CounterSample" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Diagnostics.CounterSample" }, - { "name": "b", "typeName": "System.Diagnostics.CounterSample" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Diagnostics.CounterSample" }, - { "name": "b", "typeName": "System.Diagnostics.CounterSample" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - } - ], - "name": "CounterSample", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [ - { - "name": "newSample", - "typeName": "System.Diagnostics.CounterSample" - } - ], - "isStatic": true, - "name": "ComputeCounterValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "oldSample", - "typeName": "System.Diagnostics.CounterSample" - }, - { - "name": "newSample", - "typeName": "System.Diagnostics.CounterSample" - } - ], - "isStatic": true, - "name": "ComputeCounterValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "CounterSampleCalculator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Data", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "DataReceivedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Diagnostics.DataReceivedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Diagnostics.DataReceivedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "DataReceivedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "AutoFlush", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IndentLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IndentSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceListenerCollection", - "name": "Listeners", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "detailMessageFormat", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Indent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "Print", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Print", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Unindent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - } - ], - "name": "Debug", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "AssertUiEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LogFileName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultTraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TextWriterTraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "Delimiter", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - } - ], - "name": "DelimitedListTraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": ["IConfigurationSectionHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "parent", "typeName": "object" }, - { "name": "configContext", "typeName": "object" }, - { "name": "section", "typeName": "System.Xml.XmlNode" } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "System.dll" - } - ], - "name": "DiagnosticsConfigurationHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.EventLogEntry", - "name": "Entry", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "entry", "typeName": "System.Diagnostics.EventLogEntry" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EntryWrittenEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Diagnostics.EntryWrittenEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Diagnostics.EntryWrittenEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "EntryWrittenEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "CategoryId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "EntryType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "InstanceId", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "instanceId", "typeName": "long" }, - { "name": "categoryId", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "instanceId", "typeName": "long" }, - { "name": "categoryId", "typeName": "int" }, - { - "name": "entryType", - "typeName": "System.Diagnostics.EventLogEntryType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventInstance", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "FailureAudit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "Information", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "SuccessAudit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "Warning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.EventLogEntryType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogEntryType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], - "fields": [ - { - "typeName": "bool", - "name": "EnableRaisingEvents", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryCollection", - "name": "Entries", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Log", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LogDisplayName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MaximumKilobytes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MinimumRetentionDays", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.OverflowAction", - "name": "OverflowAction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISynchronizeInvoke", - "name": "SynchronizingObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EntryWrittenEventHandler", - "name": "EntryWritten", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "logName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" }, - { "name": "source", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EntryWrittenEventHandler" - } - ], - "isStatic": false, - "name": "add_EntryWritten", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EntryWrittenEventHandler" - } - ], - "isStatic": false, - "name": "remove_EntryWritten", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sourceData", - "typeName": "System.Diagnostics.EventSourceCreationData" - } - ], - "isStatic": true, - "name": "CreateEventSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "logName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateEventSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "logName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateEventSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "logName", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "source", "typeName": "string" }], - "isStatic": true, - "name": "DeleteEventSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "DeleteEventSource", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "logName", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "logName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetEventLogs", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "machineName", "typeName": "string" }], - "isStatic": true, - "name": "GetEventLogs", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "LogNameFromSourceName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Diagnostics.OverflowAction" - }, - { "name": "retentionDays", "typeName": "int" } - ], - "isStatic": false, - "name": "ModifyOverflowPolicy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "resourceFile", "typeName": "string" }, - { "name": "resourceId", "typeName": "long" } - ], - "isStatic": false, - "name": "RegisterDisplayName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "source", "typeName": "string" }], - "isStatic": true, - "name": "SourceExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "SourceExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - } - ], - "isStatic": false, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - }, - { "name": "eventID", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - }, - { "name": "eventID", "typeName": "int" }, - { "name": "category", "typeName": "short" } - ], - "isStatic": false, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - }, - { "name": "eventID", "typeName": "int" }, - { "name": "category", "typeName": "short" }, - { "name": "rawData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - } - ], - "isStatic": true, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - }, - { "name": "eventID", "typeName": "int" } - ], - "isStatic": true, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - }, - { "name": "eventID", "typeName": "int" }, - { "name": "category", "typeName": "short" } - ], - "isStatic": true, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "message", "typeName": "string" }, - { - "name": "type", - "typeName": "System.Diagnostics.EventLogEntryType" - }, - { "name": "eventID", "typeName": "int" }, - { "name": "category", "typeName": "short" }, - { "name": "rawData", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "WriteEntry", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "instance", - "typeName": "System.Diagnostics.EventInstance" - }, - { "name": "data", "typeName": "byte[]" }, - { "name": "values", "typeName": "object[]" } - ], - "isStatic": false, - "name": "WriteEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "instance", - "typeName": "System.Diagnostics.EventInstance" - }, - { "name": "values", "typeName": "object[]" } - ], - "isStatic": false, - "name": "WriteEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { - "name": "instance", - "typeName": "System.Diagnostics.EventInstance" - }, - { "name": "data", "typeName": "byte[]" }, - { "name": "values", "typeName": "object[]" } - ], - "isStatic": true, - "name": "WriteEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { - "name": "instance", - "typeName": "System.Diagnostics.EventInstance" - }, - { "name": "values", "typeName": "object[]" } - ], - "isStatic": true, - "name": "WriteEvent", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLog", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Category", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "short", - "name": "CategoryNumber", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "Data", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntryType", - "name": "EntryType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "EventID", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "InstanceId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "ReplacementStrings", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "TimeGenerated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "TimeWritten", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "otherEntry", - "typeName": "System.Diagnostics.EventLogEntry" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogEntry", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Security.Permissions.ResourcePermissionBase", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Diagnostics.EventLogPermissionEntryCollection", - "name": "PermissionEntries", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionAccess", - "typeName": "System.Diagnostics.EventLogPermissionAccess" - }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionAccessEntries", - "typeName": "System.Diagnostics.EventLogPermissionEntry[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.EventHandler", - "name": "ContractFailed", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "add_ContractFailed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "remove_ContractFailed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Assume", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Assume", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndContractBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Ensures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Ensures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "EnsuresOnThrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "EnsuresOnThrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { "name": "predicate", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "predicate", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { "name": "predicate", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "ForAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "predicate", "typeName": "System.Predicate" } - ], - "isStatic": true, - "name": "ForAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Invariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Invariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": true, - "name": "OldValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Requires", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Requires", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Requires", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Requires", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": true, - "name": "Result", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": true, - "name": "ValueAtReturn", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Contract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogEntry", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "entries", - "typeName": "System.Diagnostics.EventLogEntry[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogEntryCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "Administer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "Audit", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "Browse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "Instrument", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.EventLogPermissionAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogPermissionAccess", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "PermissionAccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.EventLogPermissionAccess", - "name": "PermissionAccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionAccess", - "typeName": "System.Diagnostics.EventLogPermissionAccess" - }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogPermissionEntry", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Diagnostics.EventLogPermissionEntry", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntry" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntryCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntry[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntry" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Diagnostics.EventLogPermissionEntry[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntry" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntry" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.EventLogPermissionEntry" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogPermissionEntryCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Diagnostics.EventLog", - "name": "EventLog", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventLog", "typeName": "System.Diagnostics.EventLog" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "source", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "severity", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "severity", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "severity", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "severity", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventLogTraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CloseData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "valueName", "typeName": "System.IntPtr" }, - { "name": "data", "typeName": "System.IntPtr" }, - { "name": "totalBytes", "typeName": "int" }, - { "name": "res", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "CollectData", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICollectData", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "CategoryCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CategoryResourceFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LogName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MessageResourceFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ParameterResourceFile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "logName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventSourceCreationData", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractAbbreviatorAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "InstanceName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RawValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.CounterSample", - "name": "Sample", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "instanceName", "typeName": "string" }, - { "name": "sample", "typeName": "System.Diagnostics.CounterSample" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InstanceData", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TraceFilter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "EventType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "level", "typeName": "System.Diagnostics.SourceLevels" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "formatOrMessage", "typeName": "string" }, - { "name": "args", "typeName": "object[]" }, - { "name": "data1", "typeName": "object" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "ShouldTrace", - "comment": "", - "location": "System.dll" - } - ], - "name": "EventTypeFilter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Comments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CompanyName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "FileBuildPart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "FileMajorPart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "FileMinorPart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "FilePrivatePart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "InternalName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsDebug", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsPatched", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsPreRelease", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsPrivateBuild", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialBuild", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Language", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LegalCopyright", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "LegalTrademarks", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "OriginalFilename", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PrivateBuild", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ProductBuildPart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ProductMajorPart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ProductMinorPart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ProductName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ProductPrivatePart", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ProductVersion", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SpecialBuild", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "FileVersionInfo", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": true, - "name": "GetVersionInfo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileVersionInfo", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractArgumentValidatorAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Eventing", - "baseClass": "System.Diagnostics.TraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "Delimiter", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsThreadSafe", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "providerId", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "providerId", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "providerId", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "delimiter", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" }, - { "name": "relatedActivityId", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "TraceTransfer", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventProviderTraceListener", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "TypeContainingContracts", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "typeContainingContracts", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractClassAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "TypeContractsAreFor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "typeContractsAreFor", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractClassForAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Condition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "FailureKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Handled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Exception", - "name": "OriginalException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Unwind", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "failureKind", - "typeName": "System.Diagnostics.Contracts.ContractFailureKind" - }, - { "name": "message", "typeName": "string" }, - { "name": "condition", "typeName": "string" }, - { "name": "originalException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetHandled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetUnwind", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractFailedEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "Assume", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "Invariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "Postcondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "PostconditionOnException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Contracts.ContractFailureKind", - "name": "Precondition", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Contracts.ContractFailureKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractFailureKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.DictionaryBase", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "string", - "name": "CounterName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.InstanceData", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "counterName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "instanceName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "instances", - "typeName": "System.Diagnostics.InstanceData[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "InstanceDataCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractInvariantMethodAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Category", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Setting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "category", "typeName": "string" }, - { "name": "setting", "typeName": "string" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "category", "typeName": "string" }, - { "name": "setting", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractOptionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.DictionaryBase", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Diagnostics.InstanceDataCollection", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "counterName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "counters", - "typeName": "System.Diagnostics.InstanceDataCollection[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "InstanceDataCollectionCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractPublicPropertyNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.DescriptionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "MonitoringDescriptionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], - "fields": [ - { - "typeName": "int", - "name": "DefaultFileMappingSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CategoryName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CounterHelp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CounterName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", - "name": "InstanceLifetime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "InstanceName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "RawValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ReadOnly", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "counterName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "counterName", "typeName": "string" }, - { "name": "readOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "counterName", "typeName": "string" }, - { "name": "instanceName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "counterName", "typeName": "string" }, - { "name": "instanceName", "typeName": "string" }, - { "name": "readOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "counterName", "typeName": "string" }, - { "name": "instanceName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CloseSharedResources", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Decrement", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "Increment", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "IncrementBy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "CounterSample", - "params": [], - "isStatic": false, - "name": "NextSample", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "NextValue", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveInstance", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractReferenceAssemblyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.OverflowAction", - "name": "DoNotOverwrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.OverflowAction", - "name": "OverwriteAsNeeded", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.OverflowAction", - "name": "OverwriteOlder", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.OverflowAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "OverflowAction", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractRuntimeIgnoredAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CategoryHelp", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "CategoryName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterCategoryType", - "name": "CategoryType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "categoryName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "counterName", "typeName": "string" }], - "isStatic": false, - "name": "CounterExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "counterName", "typeName": "string" }, - { "name": "categoryName", "typeName": "string" } - ], - "isStatic": true, - "name": "CounterExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "counterName", "typeName": "string" }, - { "name": "categoryName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "CounterExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PerformanceCounterCategory", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "categoryHelp", "typeName": "string" }, - { - "name": "counterData", - "typeName": "System.Diagnostics.CounterCreationDataCollection" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PerformanceCounterCategory", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "categoryHelp", "typeName": "string" }, - { - "name": "categoryType", - "typeName": "System.Diagnostics.PerformanceCounterCategoryType" - }, - { - "name": "counterData", - "typeName": "System.Diagnostics.CounterCreationDataCollection" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PerformanceCounterCategory", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "categoryHelp", "typeName": "string" }, - { - "name": "categoryType", - "typeName": "System.Diagnostics.PerformanceCounterCategoryType" - }, - { "name": "counterName", "typeName": "string" }, - { "name": "counterHelp", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "PerformanceCounterCategory", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "categoryHelp", "typeName": "string" }, - { "name": "counterName", "typeName": "string" }, - { "name": "counterHelp", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "categoryName", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "categoryName", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "categoryName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetCategories", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "machineName", "typeName": "string" }], - "isStatic": true, - "name": "GetCategories", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetCounters", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "instanceName", "typeName": "string" }], - "isStatic": false, - "name": "GetCounters", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInstanceNames", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "instanceName", "typeName": "string" }], - "isStatic": false, - "name": "InstanceExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "instanceName", "typeName": "string" }, - { "name": "categoryName", "typeName": "string" } - ], - "isStatic": true, - "name": "InstanceExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "instanceName", "typeName": "string" }, - { "name": "categoryName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "InstanceExists", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "InstanceDataCollectionCollection", - "params": [], - "isStatic": false, - "name": "ReadCategory", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterCategory", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractVerificationAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Contracts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PureAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceCounterCategoryType", - "name": "MultiInstance", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterCategoryType", - "name": "SingleInstance", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterCategoryType", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.PerformanceCounterCategoryType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterCategoryType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", - "name": "Global", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", - "name": "Process", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterInstanceLifetime", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "Administer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "Browse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "Instrument", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterPermissionAccess", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollectData"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterManager", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "CategoryName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "PermissionAccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Security.Permissions.ResourcePermissionBase", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntryCollection", - "name": "PermissionEntries", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionAccess", - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess" - }, - { "name": "machineName", "typeName": "string" }, - { "name": "categoryName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionAccessEntries", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CategoryName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", - "name": "PermissionAccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionAccess", - "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess" - }, - { "name": "machineName", "typeName": "string" }, - { "name": "categoryName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterPermissionEntry", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntryCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterPermissionEntryCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "AverageBase", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "AverageCount64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "AverageTimer32", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterDelta32", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterDelta64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterMultiBase", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterMultiTimer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterMultiTimer100Ns", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterMultiTimer100NsInverse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterMultiTimerInverse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterTimer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CounterTimerInverse", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CountPerTimeInterval32", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "CountPerTimeInterval64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "ElapsedTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "NumberOfItems32", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "NumberOfItems64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "NumberOfItemsHEX32", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "NumberOfItemsHEX64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "RateOfCountsPerSecond32", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "RateOfCountsPerSecond64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "RawBase", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "RawFraction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "SampleBase", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "SampleCounter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "SampleFraction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "Timer100Ns", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.PerformanceCounterType", - "name": "Timer100NsInverse", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.PerformanceCounterType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCounterType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BasePriority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableRaisingEvents", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ExitCode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "ExitTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "HandleCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasExited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessModule", - "name": "MainModule", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "MainWindowHandle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "MainWindowTitle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "MaxWorkingSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "MinWorkingSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessModuleCollection", - "name": "Modules", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "NonpagedSystemMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "NonpagedSystemMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PagedMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PagedMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PagedSystemMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PagedSystemMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PeakPagedMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PeakPagedMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PeakVirtualMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PeakVirtualMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PeakWorkingSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PeakWorkingSet64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PriorityBoostEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "PriorityClass", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PrivateMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "PrivateMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "PrivilegedProcessorTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ProcessName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ProcessorAffinity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Responding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeProcessHandle", - "name": "SafeHandle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "SessionId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.StreamReader", - "name": "StandardError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.StreamWriter", - "name": "StandardInput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.StreamReader", - "name": "StandardOutput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessStartInfo", - "name": "StartInfo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "StartTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISynchronizeInvoke", - "name": "SynchronizingObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessThreadCollection", - "name": "Threads", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "TotalProcessorTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "UserProcessorTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "VirtualMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "VirtualMemorySize64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WorkingSet", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "WorkingSet64", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.DataReceivedEventHandler", - "name": "ErrorDataReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.EventHandler", - "name": "Exited", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.DataReceivedEventHandler", - "name": "OutputDataReceived", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.DataReceivedEventHandler" - } - ], - "isStatic": false, - "name": "add_ErrorDataReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.DataReceivedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ErrorDataReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "add_Exited", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.EventHandler" }], - "isStatic": false, - "name": "remove_Exited", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.DataReceivedEventHandler" - } - ], - "isStatic": false, - "name": "add_OutputDataReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.DataReceivedEventHandler" - } - ], - "isStatic": false, - "name": "remove_OutputDataReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginErrorReadLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginOutputReadLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelErrorRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelOutputRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CloseMainWindow", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EnterDebugMode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [], - "isStatic": true, - "name": "GetCurrentProcess", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [{ "name": "processId", "typeName": "int" }], - "isStatic": true, - "name": "GetProcessById", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [ - { "name": "processId", "typeName": "int" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetProcessById", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetProcesses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "machineName", "typeName": "string" }], - "isStatic": true, - "name": "GetProcesses", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "processName", "typeName": "string" }], - "isStatic": true, - "name": "GetProcessesByName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "processName", "typeName": "string" }, - { "name": "machineName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetProcessesByName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Kill", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "LeaveDebugMode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [ - { - "name": "startInfo", - "typeName": "System.Diagnostics.ProcessStartInfo" - } - ], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "arguments", "typeName": "string" } - ], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "userName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { "name": "domain", "typeName": "string" } - ], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Process", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "arguments", "typeName": "string" }, - { "name": "userName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { "name": "domain", "typeName": "string" } - ], - "isStatic": true, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WaitForExit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "milliseconds", "typeName": "int" }], - "isStatic": false, - "name": "WaitForExit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "WaitForInputIdle", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "milliseconds", "typeName": "int" }], - "isStatic": false, - "name": "WaitForInputIdle", - "comment": "", - "location": "System.dll" - } - ], - "name": "Process", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "BaseAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "EntryPointAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.FileVersionInfo", - "name": "FileVersionInfo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ModuleMemorySize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "ModuleName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessModule", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.ReadOnlyCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Diagnostics.ProcessModule", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "processModules", - "typeName": "System.Diagnostics.ProcessModule[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "module", "typeName": "System.Diagnostics.ProcessModule" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Diagnostics.ProcessModule[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "module", "typeName": "System.Diagnostics.ProcessModule" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessModuleCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "AboveNormal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "BelowNormal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "High", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "Idle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "Normal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessPriorityClass", - "name": "RealTime", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.ProcessPriorityClass", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessPriorityClass", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Arguments", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CreateNoWindow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Domain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Generic.IDictionary", - "name": "Environment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "EnvironmentVariables", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "ErrorDialog", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ErrorDialogParentHandle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "LoadUserProfile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.SecureString", - "name": "Password", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PasswordInClearText", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RedirectStandardError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RedirectStandardInput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RedirectStandardOutput", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "StandardErrorEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "StandardOutputEncoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseShellExecute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Verb", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "Verbs", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessWindowStyle", - "name": "WindowStyle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "WorkingDirectory", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "arguments", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessStartInfo", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BasePriority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "CurrentPriority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IdealProcessor", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "PriorityBoostEnabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "PriorityLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "PrivilegedProcessorTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ProcessorAffinity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "StartAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "StartTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "ThreadState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "TotalProcessorTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "UserProcessorTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "WaitReason", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetIdealProcessor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessThread", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Collections.ReadOnlyCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Diagnostics.ProcessThread", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "processThreads", - "typeName": "System.Diagnostics.ProcessThread[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Diagnostics.ProcessThread[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessThreadCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.ProcessWindowStyle", - "name": "Hidden", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessWindowStyle", - "name": "Maximized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessWindowStyle", - "name": "Minimized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ProcessWindowStyle", - "name": "Normal", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.ProcessWindowStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProcessWindowStyle", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TraceFilter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "source", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "formatOrMessage", "typeName": "string" }, - { "name": "args", "typeName": "object[]" }, - { "name": "data1", "typeName": "object" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "ShouldTrace", - "comment": "", - "location": "System.dll" - } - ], - "name": "SourceFilter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "Frequency", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsHighResolution", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "Elapsed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ElapsedMilliseconds", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "ElapsedTicks", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsRunning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetTimestamp", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Restart", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Stopwatch", - "params": [], - "isStatic": true, - "name": "StartNew", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "System.dll" - } - ], - "name": "Stopwatch", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "ActivityTracing", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Critical", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Information", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Off", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Verbose", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Warning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.SourceLevels", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SourceLevels", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.Switch", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.SourceLevels", - "name": "Level", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "displayName", "typeName": "string" }, - { "name": "defaultSwitchValue", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - } - ], - "isStatic": false, - "name": "ShouldTrace", - "comment": "", - "location": "System.dll" - } - ], - "name": "SourceSwitch", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "Switch", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeImageBase", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeIP", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasILOffset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasMethod", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasNativeImage", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasSource", - "comment": "", - "location": "System.dll" - } - ], - "name": "StackFrameExtensions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "SwitchDescription", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SwitchName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "SwitchType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "switchName", "typeName": "string" }, - { "name": "switchType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "GetAll", - "comment": "", - "location": "System.dll" - } - ], - "name": "SwitchAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "SwitchLevelType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "switchLevelType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SwitchLevelAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.TextWriter", - "name": "Writer", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - } - ], - "name": "TextWriterTraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "AboveNormal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "BelowNormal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "Highest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "Idle", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "Lowest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "Normal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadPriorityLevel", - "name": "TimeCritical", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.ThreadPriorityLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ThreadPriorityLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Contracts.Internal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { - "name": "failureKind", - "typeName": "System.Diagnostics.Contracts.ContractFailureKind" - }, - { "name": "userMessage", "typeName": "string" }, - { "name": "conditionText", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": true, - "name": "RaiseContractFailedEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "kind", - "typeName": "System.Diagnostics.Contracts.ContractFailureKind" - }, - { "name": "displayMessage", "typeName": "string" }, - { "name": "userMessage", "typeName": "string" }, - { "name": "conditionText", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": true, - "name": "TriggerFailure", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Initialized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Ready", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Running", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Standby", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Terminated", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Transition", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadState", - "name": "Wait", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.ThreadState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ThreadState", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "EventPairHigh", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "EventPairLow", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "ExecutionDelay", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "Executive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "FreePage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "LpcReceive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "LpcReply", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "PageIn", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "PageOut", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "Suspended", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "SystemAllocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "Unknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "UserRequest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.ThreadWaitReason", - "name": "VirtualMemory", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.ThreadWaitReason", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ThreadWaitReason", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "AutoFlush", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.CorrelationManager", - "name": "CorrelationManager", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IndentLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IndentSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceListenerCollection", - "name": "Listeners", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseGlobalLock", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Indent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Refresh", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "TraceError", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "TraceError", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "TraceInformation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "TraceInformation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "TraceWarning", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "TraceWarning", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Unindent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "value", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteLineIf", - "comment": "", - "location": "System.dll" - } - ], - "name": "Trace", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "formatOrMessage", "typeName": "string" }, - { "name": "args", "typeName": "object[]" }, - { "name": "data1", "typeName": "object" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "ShouldTrace", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceFilter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Critical", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Information", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Resume", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Start", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Stop", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Suspend", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Transfer", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Verbose", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceEventType", - "name": "Warning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.TraceEventType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceEventType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.TraceLevel", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceLevel", - "name": "Info", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceLevel", - "name": "Off", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceLevel", - "name": "Verbose", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceLevel", - "name": "Warning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.TraceLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "Callstack", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "DateTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "LogicalOperationStack", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "ProcessId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "ThreadId", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "Timestamp", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.TraceOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceFilter", - "name": "Filter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IndentLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "IndentSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsThreadSafe", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceOptions", - "name": "TraceOutputOptions", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" }, - { "name": "relatedActivityId", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "TraceTransfer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "category", "typeName": "string" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationModuleElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.AuthenticationModuleElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.AuthenticationModuleElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.AuthenticationModuleElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.AuthenticationModuleElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.AuthenticationModuleElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationModuleElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.AuthenticationModuleElementCollection", - "name": "AuthenticationModules", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationModulesSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Address", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "BypassElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.BypassElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.BypassElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.BypassElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.BypassElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.BypassElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "BypassElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.ConnectionManagementElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ConnectionManagementElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.ConnectionManagementElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.ConnectionManagementElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.ConnectionManagementElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConnectionManagementElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Address", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaxConnection", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "string" }, - { "name": "maxConnection", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConnectionManagementElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Specialized.StringDictionary", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceListenerCollection", - "name": "Listeners", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.SourceSwitch", - "name": "Switch", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "defaultLevel", - "typeName": "System.Diagnostics.SourceLevels" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "TraceInformation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceInformation", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" }, - { "name": "relatedActivityId", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "TraceTransfer", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceSource", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.ConnectionManagementElementCollection", - "name": "ConnectionManagement", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ConnectionManagementSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.BypassElementCollection", - "name": "BypassList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ModuleElement", - "name": "Module", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement", - "name": "Proxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseDefaultCredentials", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultProxySection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "MaximumAge", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MaximumStale", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MinimumFresh", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.HttpRequestCacheLevel", - "name": "PolicyLevel", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpCachePolicyElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.Switch", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.TraceLevel", - "name": "Level", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TraceError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TraceInfo", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TraceVerbose", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TraceWarning", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "displayName", "typeName": "string" }, - { "name": "description", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "displayName", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { "name": "defaultSwitchValue", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceSwitch", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.HttpListenerTimeoutsElement", - "name": "Timeouts", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UnescapeRequestUrl", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TextWriterTraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.TextWriter" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" }, - { "name": "relatedActivityId", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "TraceTransfer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - } - ], - "name": "XmlWriterTraceListener", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "DrainEntityBody", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "EntityBody", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "HeaderWait", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "IdleConnection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "MinSendBytesPerSecond", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "RequestQueue", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpListenerTimeoutsElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Ipv6Element", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaximumErrorResponseLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaximumResponseHeadersLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaximumUnauthorizedUploadLength", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseUnsafeHeaderParsing", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "HttpWebRequestElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSectionGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.SmtpSection", - "name": "Smtp", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "MailSettingsSectionGroup", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ModuleElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.FtpCachePolicyElement", - "name": "DefaultFtpCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.HttpCachePolicyElement", - "name": "DefaultHttpCachePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Cache.RequestCacheLevel", - "name": "DefaultPolicyLevel", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DisableAllCaching", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsPrivateCache", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "UnspecifiedMaximumAge", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RequestCachingSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSectionGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.AuthenticationModulesSection", - "name": "AuthenticationModules", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ConnectionManagementSection", - "name": "ConnectionManagement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.DefaultProxySection", - "name": "DefaultProxy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.MailSettingsSectionGroup", - "name": "MailSettings", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.RequestCachingSection", - "name": "RequestCaching", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.SettingsSection", - "name": "Settings", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.WebRequestModulesSection", - "name": "WebRequestModules", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "NetSectionGroup", - "params": [ - { - "name": "config", - "typeName": "System.Configuration.Configuration" - } - ], - "isStatic": true, - "name": "GetSectionGroup", - "comment": "", - "location": "System.dll" - } - ], - "name": "NetSectionGroup", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CheckCertificateName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CheckCertificateRevocationList", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "DnsRefreshTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableDnsRoundRobin", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Security.EncryptionPolicy", - "name": "EncryptionPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Expect100Continue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "UseNagleAlgorithm", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ServicePointManagerElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PerformanceCountersElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", - "name": "AutoDetect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", - "name": "BypassOnLocal", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "ProxyAddress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Uri", - "name": "ScriptLocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", - "name": "UseSystemDefault", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProxyElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceListener", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Diagnostics.TraceListener", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "listener", - "typeName": "System.Diagnostics.TraceListener" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.TraceListenerCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Diagnostics.TraceListener[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "listener", - "typeName": "System.Diagnostics.TraceListener" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "listeners", - "typeName": "System.Diagnostics.TraceListener[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "listener", - "typeName": "System.Diagnostics.TraceListener" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "listener", - "typeName": "System.Diagnostics.TraceListener" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "listener", - "typeName": "System.Diagnostics.TraceListener" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "TraceListenerCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.HttpListenerElement", - "name": "HttpListener", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.HttpWebRequestElement", - "name": "HttpWebRequest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.Ipv6Element", - "name": "Ipv6", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.PerformanceCountersElement", - "name": "PerformanceCounters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ServicePointManagerElement", - "name": "ServicePointManager", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.SocketElement", - "name": "Socket", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.WebProxyScriptElement", - "name": "WebProxyScript", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.WebUtilityElement", - "name": "WebUtility", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SettingsSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ClientDomain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DefaultCredentials", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnableSsl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Host", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Password", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "TargetName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "UserName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpNetworkElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Mail.SmtpDeliveryFormat", - "name": "DeliveryFormat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Mail.SmtpDeliveryMethod", - "name": "DeliveryMethod", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "From", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.SmtpNetworkElement", - "name": "Network", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement", - "name": "SpecifiedPickupDirectory", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "PickupDirectoryLocation", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SmtpSpecifiedPickupDirectoryElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "AlwaysUseCompletionPortsForAccept", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "AlwaysUseCompletionPortsForConnect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Sockets.IPProtectionLevel", - "name": "IPProtectionLevel", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SocketElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Configuration.UnicodeDecodingConformance", - "name": "Auto", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.UnicodeDecodingConformance", - "name": "Compat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.UnicodeDecodingConformance", - "name": "Loose", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.UnicodeDecodingConformance", - "name": "Strict", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Configuration.UnicodeDecodingConformance", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UnicodeDecodingConformance", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Prefix", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "type", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prefix", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebRequestModuleElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Configuration.UnicodeEncodingConformance", - "name": "Auto", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.UnicodeEncodingConformance", - "name": "Compat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.UnicodeEncodingConformance", - "name": "Strict", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Configuration.UnicodeEncodingConformance", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UnicodeEncodingConformance", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "DownloadTimeout", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebProxyScriptElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.WebRequestModuleElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.WebRequestModuleElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.WebRequestModuleElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.WebRequestModuleElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Net.Configuration.WebRequestModuleElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebRequestModuleElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", - "name": "False", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", - "name": "True", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AutoDetectValues", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.WebRequestModuleElementCollection", - "name": "WebRequestModules", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebRequestModulesSection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", - "name": "False", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", - "name": "True", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "BypassOnLocalValues", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Net.Configuration.UnicodeDecodingConformance", - "name": "UnicodeDecodingConformance", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.UnicodeEncodingConformance", - "name": "UnicodeEncodingConformance", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WebUtilityElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Net.Configuration", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", - "name": "False", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", - "name": "True", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", - "name": "Unspecified", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "UseSystemDefaultValues", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [], - "methods": [], - "name": "EventBookmark", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventKeyword", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventLevel", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsClassicLog", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsEnabled", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LogFilePath", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", - "name": "LogIsolation", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", - "name": "LogMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LogName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", - "name": "LogType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "MaximumSizeInBytes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "OwningProviderName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProviderBufferSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid?", - "name": "ProviderControlGuid", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "ProviderKeywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProviderLatency", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProviderLevel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProviderMaximumNumberOfBuffers", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProviderMinimumNumberOfBuffers", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "ProviderNames", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "SecurityDescriptor", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "logName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logName", "typeName": "string" }, - { - "name": "session", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SaveChanges", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogConfiguration", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int?", - "name": "Attributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.DateTime?", - "name": "CreationTime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "FileSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool?", - "name": "IsLogFull", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.DateTime?", - "name": "LastAccessTime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.DateTime?", - "name": "LastWriteTime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "OldestRecordNumber", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "RecordCount", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventLogInformation", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogInvalidDataException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", - "name": "Application", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", - "name": "Custom", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", - "name": "System", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogIsolation", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsImported", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LogName", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventLogLink", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", - "name": "AutoBackup", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", - "name": "Circular", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", - "name": "Retain", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.EventLogMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogNotFoundException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "propertyQueries", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogPropertySelector", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogProviderDisabledException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BatchSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "LogStatus", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventQuery", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventQuery", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" - }, - { - "name": "bookmark", - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelReading", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "EventRecord", - "params": [], - "isStatic": false, - "name": "ReadEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "EventRecord", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "ReadEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "bookmark", - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" - } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "bookmark", - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" - }, - { "name": "offset", "typeName": "long" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "System.IO.SeekOrigin" }, - { "name": "offset", "typeName": "long" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogReader", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "ReverseDirection", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession", - "name": "Session", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "TolerateQueryErrors", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - }, - { "name": "query", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogQuery", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogReadingException", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Diagnostics.Eventing.Reader.EventRecord", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Guid?", - "name": "ActivityId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark", - "name": "Bookmark", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "ContainerLog", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "Keywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "KeywordsDisplayNames", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte?", - "name": "Level", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LevelDisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LogName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "MatchedQueryIds", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "short?", - "name": "Opcode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "OpcodeDisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProcessId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Properties", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid?", - "name": "ProviderId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "Qualifiers", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "RecordId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid?", - "name": "RelatedActivityId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "Task", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "TaskDisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ThreadId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.DateTime?", - "name": "TimeCreated", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "UserId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte?", - "name": "Version", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "FormatDescription", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "FormatDescription", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { - "name": "propertySelector", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogPropertySelector" - } - ], - "isStatic": false, - "name": "GetPropertyValues", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogRecord", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession", - "name": "GlobalSession", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "server", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "server", "typeName": "string" }, - { "name": "domain", "typeName": "string" }, - { "name": "user", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "logOnType", - "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelCurrentOperations", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "logName", "typeName": "string" }], - "isStatic": false, - "name": "ClearLog", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logName", "typeName": "string" }, - { "name": "backupPath", "typeName": "string" } - ], - "isStatic": false, - "name": "ClearLog", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - }, - { "name": "query", "typeName": "string" }, - { "name": "targetFilePath", "typeName": "string" } - ], - "isStatic": false, - "name": "ExportLog", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - }, - { "name": "query", "typeName": "string" }, - { "name": "targetFilePath", "typeName": "string" }, - { "name": "tolerateQueryErrors", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportLog", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - }, - { "name": "query", "typeName": "string" }, - { "name": "targetFilePath", "typeName": "string" } - ], - "isStatic": false, - "name": "ExportLogAndMessages", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - }, - { "name": "query", "typeName": "string" }, - { "name": "targetFilePath", "typeName": "string" }, - { "name": "tolerateQueryErrors", "typeName": "bool" }, - { - "name": "targetCultureInfo", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "ExportLogAndMessages", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "EventLogInformation", - "params": [ - { "name": "logName", "typeName": "string" }, - { - "name": "pathType", - "typeName": "System.Diagnostics.Eventing.Reader.PathType" - } - ], - "isStatic": false, - "name": "GetLogInformation", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetLogNames", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetProviderNames", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogSession", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "LogName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "StatusCode", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventLogStatus", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", - "name": "Administrative", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", - "name": "Analytical", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", - "name": "Debug", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", - "name": "Operational", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.EventLogType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "Enabled", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.EventHandler", - "name": "EventRecordWritten", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventQuery", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventQuery", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" - }, - { - "name": "bookmark", - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventQuery", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" - }, - { - "name": "bookmark", - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" - }, - { "name": "readExistingEvents", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_EventRecordWritten", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_EventRecordWritten", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventLogWatcher", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "Id", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Keywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLevel", - "name": "Level", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventLogLink", - "name": "LogLink", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventOpcode", - "name": "Opcode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventTask", - "name": "Task", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Template", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte", - "name": "Version", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventMetadata", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventProperty", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventOpcode", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Guid?", - "name": "ActivityId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark", - "name": "Bookmark", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "Keywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "KeywordsDisplayNames", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte?", - "name": "Level", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LevelDisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "LogName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "MachineName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "short?", - "name": "Opcode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "OpcodeDisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ProcessId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Properties", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid?", - "name": "ProviderId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "Qualifiers", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long?", - "name": "RecordId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid?", - "name": "RelatedActivityId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "Task", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "TaskDisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int?", - "name": "ThreadId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.DateTime?", - "name": "TimeCreated", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "UserId", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte?", - "name": "Version", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "FormatDescription", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "values", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "FormatDescription", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventRecord", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid", - "name": "EventGuid", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventTask", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Exception", - "name": "EventException", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.EventRecord", - "name": "EventRecord", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "EventRecordWrittenEventArgs", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.PathType", - "name": "FilePath", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.PathType", - "name": "LogName", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.PathType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PathType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Events", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Uri", - "name": "HelpLink", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Guid", - "name": "Id", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Keywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Levels", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "LogLinks", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "MessageFilePath", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Opcodes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "ParameterFilePath", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "ResourceFilePath", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Tasks", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "providerName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "providerName", "typeName": "string" }, - { - "name": "session", - "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession" - }, - { - "name": "targetCultureInfo", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ProviderMetadata", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", - "name": "Default", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", - "name": "Kerberos", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", - "name": "Negotiate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", - "name": "Ntlm", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SessionAuthentication", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "DataCollectionStart", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "DataCollectionStop", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Extension", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Info", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Receive", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Reply", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Resume", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Send", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Start", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Stop", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "name": "Suspend", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "StandardEventOpcode", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "AuditFailure", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "AuditSuccess", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "CorrelationHint", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "CorrelationHint2", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "EventLogClassic", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "ResponseTime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "Sqm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "WdiContext", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "name": "WdiDiagnostic", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "StandardEventKeywords", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventTask", - "name": "None", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventTask", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "StandardEventTask", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.Eventing.Reader", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "name": "Critical", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "name": "Error", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "name": "Informational", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "name": "LogAlways", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "name": "Verbose", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "name": "Warning", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "StandardEventLevel", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ISymbolReader", - "params": [ - { "name": "importer", "typeName": "int" }, - { "name": "filename", "typeName": "string" }, - { "name": "searchPath", "typeName": "string" } - ], - "isStatic": false, - "name": "GetReader", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolBinder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "CheckSumAlgorithmId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "DocumentType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasEmbeddedSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "Language", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "LanguageVendor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SourceLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "URL", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "line", "typeName": "int" }], - "isStatic": false, - "name": "FindClosestLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetCheckSum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "startLine", "typeName": "int" }, - { "name": "startColumn", "typeName": "int" }, - { "name": "endLine", "typeName": "int" }, - { "name": "endColumn", "typeName": "int" } - ], - "isStatic": false, - "name": "GetSourceRange", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolDocument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ISymbolReader", - "params": [ - { "name": "importer", "typeName": "System.IntPtr" }, - { "name": "filename", "typeName": "string" }, - { "name": "searchPath", "typeName": "string" } - ], - "isStatic": false, - "name": "GetReader", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolBinder1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "algorithmId", "typeName": "System.Guid" }, - { "name": "checkSum", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCheckSum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "source", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetSource", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolDocumentWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.SymbolStore.ISymbolScope", - "name": "RootScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SequencePointCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymbolToken", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "ISymbolNamespace", - "params": [], - "isStatic": false, - "name": "GetNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "document", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument" - }, - { "name": "line", "typeName": "int" }, - { "name": "column", "typeName": "int" } - ], - "isStatic": false, - "name": "GetOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "document", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument" - }, - { "name": "line", "typeName": "int" }, - { "name": "column", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRanges", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolScope", - "params": [{ "name": "offset", "typeName": "int" }], - "isStatic": false, - "name": "GetScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offsets", "typeName": "int[]" }, - { - "name": "documents", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument[]" - }, - { "name": "lines", "typeName": "int[]" }, - { "name": "columns", "typeName": "int[]" }, - { "name": "endLines", "typeName": "int[]" }, - { "name": "endColumns", "typeName": "int[]" } - ], - "isStatic": false, - "name": "GetSequencePoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "docs", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument[]" - }, - { "name": "lines", "typeName": "int[]" }, - { "name": "columns", "typeName": "int[]" } - ], - "isStatic": false, - "name": "GetSourceStartEnd", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNamespaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetVariables", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "EndOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.ISymbolMethod", - "name": "Method", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.ISymbolScope", - "name": "Parent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "StartOffset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetChildren", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetLocals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNamespaces", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "AddressField1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "AddressField2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "AddressField3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "AddressKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "EndOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "StartOffset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetSignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolVariable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CloseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CloseNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "endOffset", "typeName": "int" }], - "isStatic": false, - "name": "CloseScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolDocumentWriter", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "language", "typeName": "System.Guid" }, - { "name": "languageVendor", "typeName": "System.Guid" }, - { "name": "documentType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "DefineDocument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parent", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - }, - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "addrKind", - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" - }, - { "name": "addr1", "typeName": "int" }, - { "name": "addr2", "typeName": "int" }, - { "name": "addr3", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "addrKind", - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" - }, - { "name": "addr1", "typeName": "int" }, - { "name": "addr2", "typeName": "int" }, - { "name": "addr3", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineGlobalVariable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "addrKind", - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" - }, - { "name": "addr1", "typeName": "int" }, - { "name": "addr2", "typeName": "int" }, - { "name": "addr3", "typeName": "int" }, - { "name": "startOffset", "typeName": "int" }, - { "name": "endOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineLocalVariable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.ParameterAttributes" - }, - { "name": "sequence", "typeName": "int" }, - { - "name": "addrKind", - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" - }, - { "name": "addr1", "typeName": "int" }, - { "name": "addr2", "typeName": "int" }, - { "name": "addr3", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "document", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" - }, - { "name": "offsets", "typeName": "int[]" }, - { "name": "lines", "typeName": "int[]" }, - { "name": "columns", "typeName": "int[]" }, - { "name": "endLines", "typeName": "int[]" }, - { "name": "endColumns", "typeName": "int[]" } - ], - "isStatic": false, - "name": "DefineSequencePoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "emitter", "typeName": "System.IntPtr" }, - { "name": "filename", "typeName": "string" }, - { "name": "fFullBuild", "typeName": "bool" } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "method", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": false, - "name": "OpenMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "OpenNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "startOffset", "typeName": "int" }], - "isStatic": false, - "name": "OpenScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "startDoc", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" - }, - { "name": "startLine", "typeName": "int" }, - { "name": "startColumn", "typeName": "int" }, - { - "name": "endDoc", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" - }, - { "name": "endLine", "typeName": "int" }, - { "name": "endColumn", "typeName": "int" } - ], - "isStatic": false, - "name": "SetMethodSourceRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scopeID", "typeName": "int" }, - { "name": "startOffset", "typeName": "int" }, - { "name": "endOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "SetScopeRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parent", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - }, - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetSymAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "underlyingWriter", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "SetUnderlyingWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entryMethod", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": false, - "name": "SetUserEntryPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fullName", "typeName": "string" }], - "isStatic": false, - "name": "UsingNamespace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "BitField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "ILOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeRegister", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeRegisterRegister", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeRegisterRelative", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeRegisterStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeRVA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeSectionOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "name": "NativeStackRegister", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.SymbolStore.SymAddressKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SymAddressKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "obj", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - }, - { - "name": "b", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - }, - { - "name": "b", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SymbolToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "Text", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SymDocumentType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "Basic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "C", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "Cobol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "CPlusPlus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "CSharp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "ILAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "Java", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "JScript", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "MCPlusPlus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "Pascal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "SMC", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SymLanguageType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "Microsoft", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SymLanguageVendor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.SymbolStore", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.SymbolStore.SymbolToken", - "name": "UserEntryPoint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "ISymbolDocument", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "language", "typeName": "System.Guid" }, - { "name": "languageVendor", "typeName": "System.Guid" }, - { "name": "documentType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "GetDocument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetDocuments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGlobalVariables", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolMethod", - "params": [ - { - "name": "method", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolMethod", - "params": [ - { - "name": "method", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - }, - { "name": "version", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolMethod", - "params": [ - { - "name": "document", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument" - }, - { "name": "line", "typeName": "int" }, - { "name": "column", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMethodFromDocumentPosition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNamespaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "parent", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "GetSymAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "parent", - "typeName": "System.Diagnostics.SymbolStore.SymbolToken" - } - ], - "isStatic": false, - "name": "GetVariables", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISymbolReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventActivityOptions", - "name": "Detachable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventActivityOptions", - "name": "Disable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventActivityOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventActivityOptions", - "name": "Recursive", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventActivityOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventActivityOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventActivityOptions", - "name": "ActivityOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "Channel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "EventId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "Keywords", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Level", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Opcode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventTags", - "name": "Tags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventTask", - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "eventId", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "Admin", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "Analytic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "Debug", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "Operational", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventChannel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventChannel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventCommand", - "name": "Disable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventCommand", - "name": "Enable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventCommand", - "name": "SendManifest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventCommand", - "name": "Update", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventCommand", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventCommand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IDictionary", - "name": "Arguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventCommand", - "name": "Command", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "eventId", "typeName": "int" }], - "isStatic": false, - "name": "DisableEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "eventId", "typeName": "int" }], - "isStatic": false, - "name": "EnableEvent", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventCommandEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventDataAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldTags", - "name": "Tags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventFieldAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "Boolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "Hexadecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "HResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "Json", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventFieldFormat", - "name": "Xml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventFieldFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventFieldFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventIgnoreAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventFieldTags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventFieldTags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventFieldTags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "AuditFailure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "AuditSuccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "CorrelationHint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "EventLogClassic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "MicrosoftTelemetry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "Sqm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "WdiContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "WdiDiagnostic", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventKeywords", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventKeywords", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Critical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Error", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Informational", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "LogAlways", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Verbose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Warning", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventManifestOptions", - "name": "AllCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventManifestOptions", - "name": "AllowEventSourceOverride", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventManifestOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventManifestOptions", - "name": "OnlyIfNeededForRegistration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventManifestOptions", - "name": "Strict", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventManifestOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventManifestOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.EventHandler", - "name": "EventSourceCreated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "EventWritten", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_EventSourceCreated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_EventSourceCreated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_EventWritten", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_EventWritten", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSource", - "typeName": "System.Diagnostics.Tracing.EventSource" - } - ], - "isStatic": false, - "name": "DisableEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSource", - "typeName": "System.Diagnostics.Tracing.EventSource" - }, - { - "name": "level", - "typeName": "System.Diagnostics.Tracing.EventLevel" - } - ], - "isStatic": false, - "name": "EnableEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSource", - "typeName": "System.Diagnostics.Tracing.EventSource" - }, - { - "name": "level", - "typeName": "System.Diagnostics.Tracing.EventLevel" - }, - { - "name": "matchAnyKeyword", - "typeName": "System.Diagnostics.Tracing.EventKeywords" - } - ], - "isStatic": false, - "name": "EnableEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSource", - "typeName": "System.Diagnostics.Tracing.EventSource" - }, - { - "name": "level", - "typeName": "System.Diagnostics.Tracing.EventLevel" - }, - { - "name": "matchAnyKeyword", - "typeName": "System.Diagnostics.Tracing.EventKeywords" - }, - { - "name": "arguments", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": false, - "name": "EnableEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "eventSource", - "typeName": "System.Diagnostics.Tracing.EventSource" - } - ], - "isStatic": true, - "name": "EventSourceIndex", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventListener", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "DataCollectionStart", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "DataCollectionStop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Extension", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Info", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Receive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Reply", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Resume", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Send", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Stop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Suspend", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventOpcode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventOpcode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Exception", - "name": "ConstructionException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "CurrentThreadActivityId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "Guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventSourceSettings", - "name": "Settings", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "EventCommandExecuted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "eventSourceName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventSourceName", "typeName": "string" }, - { - "name": "config", - "typeName": "System.Diagnostics.Tracing.EventSourceSettings" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventSourceName", "typeName": "string" }, - { - "name": "config", - "typeName": "System.Diagnostics.Tracing.EventSourceSettings" - }, - { "name": "traits", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "add_EventCommandExecuted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": false, - "name": "remove_EventCommandExecuted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "eventSourceType", "typeName": "System.Type" }, - { "name": "assemblyPathToIncludeInManifest", "typeName": "string" } - ], - "isStatic": true, - "name": "GenerateManifest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "eventSourceType", "typeName": "System.Type" }, - { "name": "assemblyPathToIncludeInManifest", "typeName": "string" }, - { - "name": "flags", - "typeName": "System.Diagnostics.Tracing.EventManifestOptions" - } - ], - "isStatic": true, - "name": "GenerateManifest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "eventSourceType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "eventSourceType", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": true, - "name": "GetSources", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetTrait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsEnabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "level", - "typeName": "System.Diagnostics.Tracing.EventLevel" - }, - { - "name": "keywords", - "typeName": "System.Diagnostics.Tracing.EventKeywords" - } - ], - "isStatic": false, - "name": "IsEnabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "level", - "typeName": "System.Diagnostics.Tracing.EventLevel" - }, - { - "name": "keywords", - "typeName": "System.Diagnostics.Tracing.EventKeywords" - }, - { - "name": "channel", - "typeName": "System.Diagnostics.Tracing.EventChannel" - } - ], - "isStatic": false, - "name": "IsEnabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSource", - "typeName": "System.Diagnostics.Tracing.EventSource" - }, - { - "name": "command", - "typeName": "System.Diagnostics.Tracing.EventCommand" - }, - { - "name": "commandArguments", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SendCommand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "activityId", "typeName": "System.Guid" }], - "isStatic": true, - "name": "SetCurrentThreadActivityId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "activityId", "typeName": "System.Guid" }, - { "name": "oldActivityThatWillContinue", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "SetCurrentThreadActivityId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "eventName", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventName", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Diagnostics.Tracing.EventSourceOptions" - } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventName", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Diagnostics.Tracing.EventSourceOptions" - }, - { "name": "data", "typeName": "T" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventName", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Diagnostics.Tracing.EventSourceOptions" - }, - { "name": "activityId", "typeName": "System.Guid" }, - { "name": "relatedActivityId", "typeName": "System.Guid" }, - { "name": "data", "typeName": "T" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventName", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Diagnostics.Tracing.EventSourceOptions" - }, - { "name": "data", "typeName": "T" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "data", "typeName": "T" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "LocalizationResources", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventSourceAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventSource", - "name": "EventSource", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventSourceCreatedEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventSourceException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventSourceSettings", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventSourceSettings", - "name": "EtwManifestEventFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventSourceSettings", - "name": "EtwSelfDescribingEventFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventSourceSettings", - "name": "ThrowOnEventWriteErrors", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventSourceSettings", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventSourceSettings", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventActivityOptions", - "name": "ActivityOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "Keywords", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Level", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Opcode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventTags", - "name": "Tags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventSourceOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventTags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventTags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventTags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Diagnostics.Tracing.EventTask", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Diagnostics.Tracing.EventTask", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventTask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "ActivityId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventChannel", - "name": "Channel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "EventId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EventName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventSource", - "name": "EventSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventKeywords", - "name": "Keywords", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventLevel", - "name": "Level", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventOpcode", - "name": "Opcode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Payload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "PayloadNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "RelatedActivityId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventTags", - "name": "Tags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Diagnostics.Tracing.EventTask", - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "EventWrittenEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics.Tracing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NonEventAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Diagnostics", - "baseClass": "System.Diagnostics.TextWriterTraceListener", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BufferSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsThreadSafe", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "MaximumFileSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "MaximumNumberOfFiles", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Diagnostics.TraceLogRetentionOption", - "name": "TraceLogRetentionOption", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.TextWriter", - "name": "Writer", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "logRetentionOption", - "typeName": "System.Diagnostics.TraceLogRetentionOption" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "logRetentionOption", - "typeName": "System.Diagnostics.TraceLogRetentionOption" - }, - { "name": "maximumFileSize", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "logRetentionOption", - "typeName": "System.Diagnostics.TraceLogRetentionOption" - }, - { "name": "maximumFileSize", "typeName": "long" }, - { "name": "maximumNumberOfFiles", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "detailMessage", "typeName": "string" } - ], - "isStatic": false, - "name": "Fail", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { - "name": "eventType", - "typeName": "System.Diagnostics.TraceEventType" - }, - { "name": "id", "typeName": "int" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "TraceEvent", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventCache", - "typeName": "System.Diagnostics.TraceEventCache" - }, - { "name": "source", "typeName": "string" }, - { "name": "id", "typeName": "int" }, - { "name": "message", "typeName": "string" }, - { "name": "relatedActivityId", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "TraceTransfer", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "EventSchemaTraceListener", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "CurrentEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "days", "typeName": "int" } - ], - "isStatic": false, - "name": "AddDays", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "hours", "typeName": "int" } - ], - "isStatic": false, - "name": "AddHours", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "milliseconds", "typeName": "double" } - ], - "isStatic": false, - "name": "AddMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "minutes", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMinutes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "seconds", "typeName": "int" } - ], - "isStatic": false, - "name": "AddSeconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "weeks", "typeName": "int" } - ], - "isStatic": false, - "name": "AddWeeks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetHour", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMilliseconds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMinute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetSecond", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { - "name": "rule", - "typeName": "System.Globalization.CalendarWeekRule" - }, - { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } - ], - "isStatic": false, - "name": "GetWeekOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Calendar", - "params": [ - { "name": "calendar", "typeName": "System.Globalization.Calendar" } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Calendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "LunarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "LunisolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "SolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "Unknown", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.CalendarAlgorithmType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CalendarAlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.CalendarWeekRule", - "name": "FirstDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarWeekRule", - "name": "FirstFourDayWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarWeekRule", - "name": "FirstFullWeek", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.CalendarWeekRule", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CalendarWeekRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "GetDecimalDigitValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetDecimalDigitValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "GetDigitValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetDigitValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "GetNumericValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetNumericValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnicodeCategory", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "GetUnicodeCategory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnicodeCategory", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetUnicodeCategory", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CharUnicodeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.EastAsianLunisolarCalendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "ChineseEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ChineseLunisolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDeserializationCallback"], - "fields": [ - { - "typeName": "int", - "name": "LCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.SortVersion", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "string1", "typeName": "string" }, - { "name": "offset1", "typeName": "int" }, - { "name": "length1", "typeName": "int" }, - { "name": "string2", "typeName": "string" }, - { "name": "offset2", "typeName": "int" }, - { "name": "length2", "typeName": "int" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "string1", "typeName": "string" }, - { "name": "offset1", "typeName": "int" }, - { "name": "length1", "typeName": "int" }, - { "name": "string2", "typeName": "string" }, - { "name": "offset2", "typeName": "int" }, - { "name": "length2", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "string1", "typeName": "string" }, - { "name": "offset1", "typeName": "int" }, - { "name": "string2", "typeName": "string" }, - { "name": "offset2", "typeName": "int" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "string1", "typeName": "string" }, - { "name": "offset1", "typeName": "int" }, - { "name": "string2", "typeName": "string" }, - { "name": "offset2", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "string1", "typeName": "string" }, - { "name": "string2", "typeName": "string" } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "string1", "typeName": "string" }, - { "name": "string2", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompareInfo", - "params": [{ "name": "culture", "typeName": "int" }], - "isStatic": true, - "name": "GetCompareInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompareInfo", - "params": [ - { "name": "culture", "typeName": "int" }, - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "GetCompareInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompareInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetCompareInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompareInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "GetCompareInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SortKey", - "params": [{ "name": "source", "typeName": "string" }], - "isStatic": false, - "name": "GetSortKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SortKey", - "params": [ - { "name": "source", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "GetSortKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": false, - "name": "IsPrefix", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "prefix", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IsPrefix", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": true, - "name": "IsSortable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "IsSortable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "suffix", "typeName": "string" } - ], - "isStatic": false, - "name": "IsSuffix", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "suffix", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "IsSuffix", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "source", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "LastIndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompareInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.CompareOptions", - "name": "IgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "IgnoreKanaType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "IgnoreNonSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "IgnoreSymbols", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "IgnoreWidth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "Ordinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "OrdinalIgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareOptions", - "name": "StringSort", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.CompareOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompareOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "IFormatProvider"], - "fields": [ - { - "typeName": "System.Globalization.Calendar", - "name": "Calendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CompareInfo", - "name": "CompareInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "CultureTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "CurrentCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "CurrentUICulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeFormatInfo", - "name": "DateTimeFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "DefaultThreadCurrentCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "DefaultThreadCurrentUICulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EnglishName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "IetfLanguageTag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "InstalledUICulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "InvariantCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNeutralCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeyboardLayoutId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NativeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberFormatInfo", - "name": "NumberFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.Calendar[]", - "name": "OptionalCalendars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "Parent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.TextInfo", - "name": "TextInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ThreeLetterISOLanguageName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ThreeLetterWindowsLanguageName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TwoLetterISOLanguageName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseUserOverride", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "culture", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "culture", "typeName": "int" }, - { "name": "useUserOverride", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "useUserOverride", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearCachedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "CreateSpecificCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [], - "isStatic": false, - "name": "GetConsoleFallbackUICulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [{ "name": "culture", "typeName": "int" }], - "isStatic": true, - "name": "GetCultureInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetCultureInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "altName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetCultureInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetCultureInfoByIetfLanguageTag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "types", "typeName": "System.Globalization.CultureTypes" } - ], - "isStatic": true, - "name": "GetCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "formatType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CultureInfo", - "params": [ - { "name": "ci", "typeName": "System.Globalization.CultureInfo" } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CultureInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int?", - "name": "InvalidCultureId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "InvalidCultureName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "invalidCultureId", "typeName": "int" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "paramName", "typeName": "string" }, - { "name": "invalidCultureId", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "paramName", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "invalidCultureName", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "paramName", "typeName": "string" }, - { "name": "invalidCultureName", "typeName": "string" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CultureNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.CultureTypes", - "name": "AllCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "FrameworkCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "InstalledWin32Cultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "NeutralCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "ReplacementCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "SpecificCultures", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "UserCustomCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureTypes", - "name": "WindowsOnlyCultures", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.CultureTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CultureTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AdjustToUniversal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AllowInnerWhite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AllowLeadingWhite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AllowTrailingWhite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AllowWhiteSpaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AssumeLocal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "AssumeUniversal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "NoCurrentDateDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "RoundtripKind", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.DateTimeStyles", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DateTimeStyles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "IFormatProvider"], - "fields": [ - { - "typeName": "string[]", - "name": "AbbreviatedDayNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "AbbreviatedMonthGenitiveNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "AbbreviatedMonthNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AMDesignator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.Calendar", - "name": "Calendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarWeekRule", - "name": "CalendarWeekRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeFormatInfo", - "name": "CurrentInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DateSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "DayNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DayOfWeek", - "name": "FirstDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullDateTimePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DateTimeFormatInfo", - "name": "InvariantInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "LongDatePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "LongTimePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MonthDayPattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "MonthGenitiveNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "MonthNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NativeCalendarName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PMDesignator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "RFC1123Pattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ShortDatePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "ShortestDayNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ShortTimePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SortableDateTimePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TimeSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UniversalSortableDateTimePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "YearMonthPattern", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "dayofweek", "typeName": "System.DayOfWeek" }], - "isStatic": false, - "name": "GetAbbreviatedDayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "era", "typeName": "int" }], - "isStatic": false, - "name": "GetAbbreviatedEraName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "month", "typeName": "int" }], - "isStatic": false, - "name": "GetAbbreviatedMonthName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllDateTimePatterns", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "format", "typeName": "char" }], - "isStatic": false, - "name": "GetAllDateTimePatterns", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "dayofweek", "typeName": "System.DayOfWeek" }], - "isStatic": false, - "name": "GetDayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "eraName", "typeName": "string" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "era", "typeName": "int" }], - "isStatic": false, - "name": "GetEraName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "formatType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeFormatInfo", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "GetInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "month", "typeName": "int" }], - "isStatic": false, - "name": "GetMonthName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "dayOfWeek", "typeName": "System.DayOfWeek" }], - "isStatic": false, - "name": "GetShortestDayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeFormatInfo", - "params": [ - { - "name": "dtfi", - "typeName": "System.Globalization.DateTimeFormatInfo" - } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "patterns", "typeName": "string[]" }, - { "name": "format", "typeName": "char" } - ], - "isStatic": false, - "name": "SetAllDateTimePatterns", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DateTimeFormatInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "Delta", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "End", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "System.DateTime" }, - { "name": "end", "typeName": "System.DateTime" }, - { "name": "delta", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DaylightTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.DigitShapes", - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DigitShapes", - "name": "NativeNational", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DigitShapes", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.DigitShapes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DigitShapes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sexagenaryYear", "typeName": "int" }], - "isStatic": false, - "name": "GetCelestialStem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetSexagenaryYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sexagenaryYear", "typeName": "int" }], - "isStatic": false, - "name": "GetTerrestrialBranch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EastAsianLunisolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "StringComparer", - "params": [ - { - "name": "options", - "typeName": "System.Globalization.CompareOptions" - } - ], - "isStatic": false, - "name": "GetStringComparer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GlobalizationExtensions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "Arabic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "Localized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "MiddleEastFrench", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "TransliteratedEnglish", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "TransliteratedFrench", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "USEnglish", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.GregorianCalendarTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GregorianCalendarTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "ADEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.GregorianCalendarTypes", - "name": "CalendarType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "System.Globalization.GregorianCalendarTypes" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GregorianCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "HebrewEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HebrewCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "HijriEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HijriAdjustment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HijriCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "AllowUnassigned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseStd3AsciiRules", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "unicode", "typeName": "string" }], - "isStatic": false, - "name": "GetAscii", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "unicode", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "GetAscii", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "unicode", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetAscii", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ascii", "typeName": "string" }], - "isStatic": false, - "name": "GetUnicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ascii", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "GetUnicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ascii", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetUnicode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IdnMapping", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.EastAsianLunisolarCalendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "JapaneseEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "JapaneseLunisolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { - "name": "rule", - "typeName": "System.Globalization.CalendarWeekRule" - }, - { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } - ], - "isStatic": false, - "name": "GetWeekOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "JapaneseCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "JulianEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "JulianCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "KoreanEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { - "name": "rule", - "typeName": "System.Globalization.CalendarWeekRule" - }, - { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } - ], - "isStatic": false, - "name": "GetWeekOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KoreanCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowCurrencySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowDecimalPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowExponent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowHexSpecifier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowLeadingSign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowLeadingWhite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowParentheses", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowThousands", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowTrailingSign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "AllowTrailingWhite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "Any", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "Currency", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "Float", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "HexNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "Integer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberStyles", - "name": "Number", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.NumberStyles", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NumberStyles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.EastAsianLunisolarCalendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "GregorianEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KoreanLunisolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CurrencyEnglishName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CurrencyNativeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CurrencySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.RegionInfo", - "name": "CurrentRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EnglishName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "GeoId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMetric", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ISOCurrencySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NativeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ThreeLetterISORegionName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ThreeLetterWindowsRegionName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TwoLetterISORegionName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "culture", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegionInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "PersianEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PersianCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "IFormatProvider"], - "fields": [ - { - "typeName": "int", - "name": "CurrencyDecimalDigits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CurrencyDecimalSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CurrencyGroupSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "CurrencyGroupSizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CurrencyNegativePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CurrencyPositivePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CurrencySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberFormatInfo", - "name": "CurrentInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.DigitShapes", - "name": "DigitSubstitution", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.NumberFormatInfo", - "name": "InvariantInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NaNSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "NativeDigits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NegativeInfinitySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NegativeSign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "NumberDecimalDigits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NumberDecimalSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NumberGroupSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "NumberGroupSizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "NumberNegativePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "PercentDecimalDigits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PercentDecimalSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PercentGroupSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "PercentGroupSizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "PercentNegativePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "PercentPositivePattern", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PercentSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PerMilleSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PositiveInfinitySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PositiveSign", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "formatType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NumberFormatInfo", - "params": [ - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": true, - "name": "GetInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NumberFormatInfo", - "params": [ - { - "name": "nfi", - "typeName": "System.Globalization.NumberFormatInfo" - } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NumberFormatInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "KeyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "OriginalString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "sortkey1", "typeName": "System.Globalization.SortKey" }, - { "name": "sortkey2", "typeName": "System.Globalization.SortKey" } - ], - "isStatic": true, - "name": "Compare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SortKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "LengthInTextElements", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "String", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "GetNextTextElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "str", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetNextTextElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TextElementEnumerator", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "GetTextElementEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TextElementEnumerator", - "params": [ - { "name": "str", "typeName": "string" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTextElementEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "ParseCombiningCharacters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "startingTextElement", "typeName": "int" }], - "isStatic": false, - "name": "SubstringByTextElements", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "startingTextElement", "typeName": "int" }, - { "name": "lengthInTextElements", "typeName": "int" } - ], - "isStatic": false, - "name": "SubstringByTextElements", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "FullVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "SortId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "fullVersion", "typeName": "int" }, - { "name": "sortId", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Globalization.SortVersion" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Globalization.SortVersion" }, - { "name": "right", "typeName": "System.Globalization.SortVersion" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Globalization.SortVersion" }, - { "name": "right", "typeName": "System.Globalization.SortVersion" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SortVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { - "name": "rule", - "typeName": "System.Globalization.CalendarWeekRule" - }, - { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } - ], - "isStatic": false, - "name": "GetWeekOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaiwanCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.EastAsianLunisolarCalendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaiwanLunisolarCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "object", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ElementIndex", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetTextElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TextElementEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.TimeSpanStyles", - "name": "AssumeNegative", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.TimeSpanStyles", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.TimeSpanStyles", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimeSpanStyles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "ClosePunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "ConnectorPunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "Control", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "CurrencySymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "DashPunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "DecimalDigitNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "EnclosingMark", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "FinalQuotePunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "Format", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "InitialQuotePunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "LetterNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "LineSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "LowercaseLetter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "MathSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "ModifierLetter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "ModifierSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "NonSpacingMark", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "OpenPunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "OtherLetter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "OtherNotAssigned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "OtherNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "OtherPunctuation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "OtherSymbol", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "ParagraphSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "PrivateUse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "SpaceSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "SpacingCombiningMark", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "Surrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "TitlecaseLetter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.UnicodeCategory", - "name": "UppercaseLetter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Globalization.UnicodeCategory", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnicodeCategory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "IDeserializationCallback"], - "fields": [ - { - "typeName": "int", - "name": "ANSICodePage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CultureName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "EBCDICCodePage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsRightToLeft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ListSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MacCodePage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OEMCodePage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TextInfo", - "params": [ - { "name": "textInfo", "typeName": "System.Globalization.TextInfo" } - ], - "isStatic": true, - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": false, - "name": "ToLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": false, - "name": "ToLower", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": false, - "name": "ToTitleCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": false, - "name": "ToUpper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": false, - "name": "ToUpper", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TextInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "UmAlQuraEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UmAlQuraCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Globalization", - "baseClass": "System.Globalization.Calendar", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "ThaiBuddhistEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CalendarAlgorithmType", - "name": "AlgorithmType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int[]", - "name": "Eras", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MaxSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "MinSupportedDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TwoDigitYearMax", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "months", "typeName": "int" } - ], - "isStatic": false, - "name": "AddMonths", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { "name": "years", "typeName": "int" } - ], - "isStatic": false, - "name": "AddYears", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DayOfWeek", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfWeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetDayOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDaysInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetEra", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMonthsInYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "time", "typeName": "System.DateTime" }, - { - "name": "rule", - "typeName": "System.Globalization.CalendarWeekRule" - }, - { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } - ], - "isStatic": false, - "name": "GetWeekOfYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "time", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "GetYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "IsLeapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [ - { "name": "year", "typeName": "int" }, - { "name": "month", "typeName": "int" }, - { "name": "day", "typeName": "int" }, - { "name": "hour", "typeName": "int" }, - { "name": "minute", "typeName": "int" }, - { "name": "second", "typeName": "int" }, - { "name": "millisecond", "typeName": "int" }, - { "name": "era", "typeName": "int" } - ], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "year", "typeName": "int" }], - "isStatic": false, - "name": "ToFourDigitYear", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThaiBuddhistCalendar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "PeekChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReadBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "ReadBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [], - "isStatic": false, - "name": "ReadChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "ReadChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [], - "isStatic": false, - "name": "ReadDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "ReadDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [], - "isStatic": false, - "name": "ReadInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "ReadInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [], - "isStatic": false, - "name": "ReadSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "ReadSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [], - "isStatic": false, - "name": "ReadUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": false, - "name": "ReadUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [], - "isStatic": false, - "name": "ReadUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BinaryReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.BinaryWriter", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "output", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "output", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "output", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "int" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ch", "typeName": "char" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "chars", "typeName": "char[]" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BinaryWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BufferedStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "DirectoryInfo", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "CreateDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectoryInfo", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "directorySecurity", - "typeName": "System.Security.AccessControl.DirectorySecurity" - } - ], - "isStatic": true, - "name": "CreateDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "recursive", "typeName": "bool" } - ], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "EnumerateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" } - ], - "isStatic": true, - "name": "EnumerateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": true, - "name": "EnumerateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "EnumerateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" } - ], - "isStatic": true, - "name": "EnumerateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": true, - "name": "EnumerateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "EnumerateFileSystemEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" } - ], - "isStatic": true, - "name": "EnumerateFileSystemEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": true, - "name": "EnumerateFileSystemEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectorySecurity", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectorySecurity", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": true, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetCreationTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetCreationTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetCurrentDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" } - ], - "isStatic": true, - "name": "GetDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": true, - "name": "GetDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetDirectoryRoot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" } - ], - "isStatic": true, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": true, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetFileSystemEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" } - ], - "isStatic": true, - "name": "GetFileSystemEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": true, - "name": "GetFileSystemEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastAccessTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastAccessTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastWriteTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastWriteTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetLogicalDrives", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectoryInfo", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetParent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceDirName", "typeName": "string" }, - { "name": "destDirName", "typeName": "string" } - ], - "isStatic": true, - "name": "Move", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "directorySecurity", - "typeName": "System.Security.AccessControl.DirectorySecurity" - } - ], - "isStatic": true, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "creationTime", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetCreationTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "creationTimeUtc", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetCreationTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "SetCurrentDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastAccessTime", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastAccessTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastAccessTimeUtc", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastAccessTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastWriteTime", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastWriteTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastWriteTimeUtc", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastWriteTimeUtc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Directory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.FileSystemInfo", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "bool", - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DirectoryInfo", - "name": "Parent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DirectoryInfo", - "name": "Root", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "directorySecurity", - "typeName": "System.Security.AccessControl.DirectorySecurity" - } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectoryInfo", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "CreateSubdirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectoryInfo", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "directorySecurity", - "typeName": "System.Security.AccessControl.DirectorySecurity" - } - ], - "isStatic": false, - "name": "CreateSubdirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "recursive", "typeName": "bool" }], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "EnumerateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "EnumerateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": false, - "name": "EnumerateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "EnumerateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "EnumerateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": false, - "name": "EnumerateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "EnumerateFileSystemInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "EnumerateFileSystemInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": false, - "name": "EnumerateFileSystemInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectorySecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DirectorySecurity", - "params": [ - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "GetDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": false, - "name": "GetDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFileSystemInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "GetFileSystemInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "searchPattern", "typeName": "string" }, - { "name": "searchOption", "typeName": "System.IO.SearchOption" } - ], - "isStatic": false, - "name": "GetFileSystemInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "destDirName", "typeName": "string" }], - "isStatic": false, - "name": "MoveTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "directorySecurity", - "typeName": "System.Security.AccessControl.DirectorySecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DirectoryInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.IOException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DirectoryNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.IOException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DriveNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "long", - "name": "AvailableFreeSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DriveFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "DriveType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReady", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DirectoryInfo", - "name": "RootDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TotalFreeSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "TotalSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "VolumeLabel", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "driveName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetDrives", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DriveInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.DriveType", - "name": "CDRom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "Fixed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "Network", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "NoRootDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "Ram", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "Removable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.DriveType", - "name": "Unknown", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.DriveType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DriveType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.IOException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EndOfStreamException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "contents", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "AppendAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "contents", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "AppendAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "contents", "typeName": "string" } - ], - "isStatic": true, - "name": "AppendAllText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "contents", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "AppendAllText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StreamWriter", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "AppendText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destFileName", "typeName": "string" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destFileName", "typeName": "string" }, - { "name": "overwrite", "typeName": "bool" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "options", "typeName": "System.IO.FileOptions" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "options", "typeName": "System.IO.FileOptions" }, - { - "name": "fileSecurity", - "typeName": "System.Security.AccessControl.FileSecurity" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StreamWriter", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "CreateText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Decrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Encrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileSecurity", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileSecurity", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": true, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileAttributes", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetCreationTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetCreationTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastAccessTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastAccessTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastWriteTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetLastWriteTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destFileName", "typeName": "string" } - ], - "isStatic": true, - "name": "Move", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" } - ], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" } - ], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "OpenRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StreamReader", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "OpenText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "OpenWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ReadAllBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ReadAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "ReadAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ReadAllText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "ReadAllText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ReadLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "ReadLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destinationFileName", "typeName": "string" }, - { "name": "destinationBackupFileName", "typeName": "string" } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destinationFileName", "typeName": "string" }, - { "name": "destinationBackupFileName", "typeName": "string" }, - { "name": "ignoreMetadataErrors", "typeName": "bool" } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "fileSecurity", - "typeName": "System.Security.AccessControl.FileSecurity" - } - ], - "isStatic": true, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "fileAttributes", "typeName": "System.IO.FileAttributes" } - ], - "isStatic": true, - "name": "SetAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "creationTime", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetCreationTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "creationTimeUtc", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetCreationTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastAccessTime", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastAccessTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastAccessTimeUtc", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastAccessTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastWriteTime", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastWriteTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "lastWriteTimeUtc", "typeName": "System.DateTime" } - ], - "isStatic": true, - "name": "SetLastWriteTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bytes", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "WriteAllBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "contents", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "WriteAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "contents", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "WriteAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "contents", "typeName": "string[]" } - ], - "isStatic": true, - "name": "WriteAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "contents", "typeName": "string[]" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "WriteAllLines", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "contents", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteAllText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "contents", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "WriteAllText", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "File", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.FileAccess", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAccess", - "name": "ReadWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAccess", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.FileAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.FileAttributes", - "name": "Archive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Compressed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Device", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Directory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Encrypted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Hidden", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "IntegrityStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Normal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "NoScrubData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "NotContentIndexed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Offline", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "ReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "ReparsePoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "SparseFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "System", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileAttributes", - "name": "Temporary", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.FileAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.FileSystemInfo", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.IO.DirectoryInfo", - "name": "Directory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DirectoryName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StreamWriter", - "params": [], - "isStatic": false, - "name": "AppendText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileInfo", - "params": [{ "name": "destFileName", "typeName": "string" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileInfo", - "params": [ - { "name": "destFileName", "typeName": "string" }, - { "name": "overwrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StreamWriter", - "params": [], - "isStatic": false, - "name": "CreateText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Decrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Encrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileSecurity", - "params": [ - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "destFileName", "typeName": "string" }], - "isStatic": false, - "name": "MoveTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "mode", "typeName": "System.IO.FileMode" }], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [ - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" } - ], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [], - "isStatic": false, - "name": "OpenRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StreamReader", - "params": [], - "isStatic": false, - "name": "OpenText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [], - "isStatic": false, - "name": "OpenWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileInfo", - "params": [ - { "name": "destinationFileName", "typeName": "string" }, - { "name": "destinationBackupFileName", "typeName": "string" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileInfo", - "params": [ - { "name": "destinationFileName", "typeName": "string" }, - { "name": "destinationBackupFileName", "typeName": "string" }, - { "name": "ignoreMetadataErrors", "typeName": "bool" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fileSecurity", - "typeName": "System.Security.AccessControl.FileSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.IOException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FusionLog", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileLoadException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.FileMode", - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileMode", - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileMode", - "name": "CreateNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileMode", - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileMode", - "name": "OpenOrCreate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileMode", - "name": "Truncate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.FileMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.IOException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FusionLog", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileNotFoundException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.FileOptions", - "name": "Asynchronous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileOptions", - "name": "DeleteOnClose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileOptions", - "name": "Encrypted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileOptions", - "name": "RandomAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileOptions", - "name": "SequentialScan", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileOptions", - "name": "WriteThrough", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.FileOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.FileShare", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileShare", - "name": "Inheritable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileShare", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileShare", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileShare", - "name": "ReadWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.FileShare", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.FileShare", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileShare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle", - "name": "SafeFileHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "handle", - "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle" - }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handle", - "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle" - }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handle", - "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle" - }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "isAsync", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "handle", "typeName": "System.IntPtr" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "handle", "typeName": "System.IntPtr" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "ownsHandle", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "handle", "typeName": "System.IntPtr" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "ownsHandle", "typeName": "bool" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "handle", "typeName": "System.IntPtr" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "ownsHandle", "typeName": "bool" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "isAsync", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "useAsync", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "options", "typeName": "System.IO.FileOptions" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "options", "typeName": "System.IO.FileOptions" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "options", "typeName": "System.IO.FileOptions" }, - { - "name": "fileSecurity", - "typeName": "System.Security.AccessControl.FileSecurity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "numBytes", "typeName": "int" }, - { "name": "userCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "numBytes", "typeName": "int" }, - { "name": "userCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "flushToDisk", "typeName": "bool" }], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": "Lock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fileSecurity", - "typeName": "System.Security.AccessControl.FileSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": "Unlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.IO.FileAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "CreationTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "CreationTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Exists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Extension", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "LastAccessTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "LastAccessTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "LastWriteTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "LastWriteTimeUtc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Refresh", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileSystemInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "writable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "writable", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "writable", "typeName": "bool" }, - { "name": "publiclyVisible", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "destination", "typeName": "System.IO.Stream" }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "CopyToAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "loc", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "buffer", "typeName": "System.ArraySegment" } - ], - "isStatic": false, - "name": "TryGetBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MemoryStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "hresult", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IOException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "char", - "name": "AltDirectorySeparatorChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "DirectorySeparatorChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char[]", - "name": "InvalidPathChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "PathSeparator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "VolumeSeparatorChar", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "extension", "typeName": "string" } - ], - "isStatic": true, - "name": "ChangeExtension", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "path1", "typeName": "string" }, - { "name": "path2", "typeName": "string" } - ], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "path1", "typeName": "string" }, - { "name": "path2", "typeName": "string" }, - { "name": "path3", "typeName": "string" } - ], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "path1", "typeName": "string" }, - { "name": "path2", "typeName": "string" }, - { "name": "path3", "typeName": "string" }, - { "name": "path4", "typeName": "string" } - ], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "paths", "typeName": "string[]" }], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetDirectoryName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetExtension", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetFileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetFileNameWithoutExtension", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetFullPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetInvalidFileNameChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetInvalidPathChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetPathRoot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetRandomFileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetTempFileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetTempPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "HasExtension", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "IsPathRooted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Path", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.IOException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PathTooLongException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.SearchOption", - "name": "AllDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.SearchOption", - "name": "TopDirectoryOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.SearchOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SearchOption", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.SeekOrigin", - "name": "Begin", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.SeekOrigin", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.SeekOrigin", - "name": "End", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.SeekOrigin", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SeekOrigin", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTimeout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ReadTimeout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WriteTimeout", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "destination", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "destination", "typeName": "System.IO.Stream" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "destination", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "CopyToAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "destination", "typeName": "System.IO.Stream" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyToAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "destination", "typeName": "System.IO.Stream" }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "CopyToAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Stream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.TextReader", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.StreamReader", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "CurrentEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "EndOfStream", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DiscardBufferedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Peek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadBlockAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadToEnd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadToEndAsync", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StreamReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.TextWriter", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sb", "typeName": "System.Text.StringBuilder" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sb", "typeName": "System.Text.StringBuilder" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [], - "isStatic": false, - "name": "GetStringBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.TextWriter", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.StreamWriter", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "AutoFlush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "append", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "append", "typeName": "bool" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "append", "typeName": "bool" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StreamWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.TextReader", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Peek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadBlockAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadToEnd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ReadToEndAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TextReader", - "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TextReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.TextWriter", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IFormatProvider", - "name": "FormatProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NewLine", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TextWriter", - "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg", "typeName": "object[]" } - ], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "buffer", "typeName": "char[]" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "WriteLineAsync", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TextWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "buffer", - "typeName": "System.Runtime.InteropServices.SafeBuffer" - }, - { "name": "offset", "typeName": "long" }, - { "name": "capacity", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "buffer", - "typeName": "System.Runtime.InteropServices.SafeBuffer" - }, - { "name": "offset", "typeName": "long" }, - { "name": "capacity", "typeName": "long" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "array", "typeName": "T[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "position", "typeName": "long" }], - "isStatic": false, - "name": "ReadUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "structure", "typeName": "T" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "char" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "decimal" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "double" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "short" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "sbyte" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "ushort" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "value", "typeName": "ulong" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "array", "typeName": "T[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "structure", "typeName": "T" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnmanagedMemoryAccessor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte*", - "name": "PositionPointer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "pointer", "typeName": "byte*" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pointer", "typeName": "byte*" }, - { "name": "length", "typeName": "long" }, - { "name": "capacity", "typeName": "long" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "buffer", - "typeName": "System.Runtime.InteropServices.SafeBuffer" - }, - { "name": "offset", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "buffer", - "typeName": "System.Runtime.InteropServices.SafeBuffer" - }, - { "name": "offset", "typeName": "long" }, - { "name": "length", "typeName": "long" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "loc", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnmanagedMemoryStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "ChangeType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FullPath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "changeType", - "typeName": "System.IO.WatcherChangeTypes" - }, - { "name": "directory", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileSystemEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.IO.FileSystemEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.IO.FileSystemEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileSystemEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], - "fields": [ - { - "typeName": "bool", - "name": "EnableRaisingEvents", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Filter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IncludeSubdirectories", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "InternalBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "NotifyFilter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Path", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISite", - "name": "Site", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.ComponentModel.ISynchronizeInvoke", - "name": "SynchronizingObject", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.FileSystemEventHandler", - "name": "Changed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.FileSystemEventHandler", - "name": "Created", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.FileSystemEventHandler", - "name": "Deleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.ErrorEventHandler", - "name": "Error", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.RenamedEventHandler", - "name": "Renamed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "filter", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } - ], - "isStatic": false, - "name": "add_Changed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } - ], - "isStatic": false, - "name": "remove_Changed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } - ], - "isStatic": false, - "name": "add_Created", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } - ], - "isStatic": false, - "name": "remove_Created", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } - ], - "isStatic": false, - "name": "add_Deleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } - ], - "isStatic": false, - "name": "remove_Deleted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.ErrorEventHandler" } - ], - "isStatic": false, - "name": "add_Error", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.ErrorEventHandler" } - ], - "isStatic": false, - "name": "remove_Error", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.RenamedEventHandler" } - ], - "isStatic": false, - "name": "add_Renamed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.IO.RenamedEventHandler" } - ], - "isStatic": false, - "name": "remove_Renamed", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndInit", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WaitForChangedResult", - "params": [ - { "name": "changeType", "typeName": "System.IO.WatcherChangeTypes" } - ], - "isStatic": false, - "name": "WaitForChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "WaitForChangedResult", - "params": [ - { - "name": "changeType", - "typeName": "System.IO.WatcherChangeTypes" - }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": false, - "name": "WaitForChanged", - "comment": "", - "location": "System.dll" - } - ], - "name": "FileSystemWatcher", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InternalBufferOverflowException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InvalidDataException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.ComponentModel.DescriptionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "IODescriptionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.NotifyFilters", - "name": "Attributes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "CreationTime", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "DirectoryName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "FileName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "LastAccess", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "LastWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "Security", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.NotifyFilters", - "name": "Size", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.NotifyFilters", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "NotifyFilters", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.IO.RenamedEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.IO.RenamedEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "RenamedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.IO.FileSystemEventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "OldFullPath", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "OldName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "changeType", - "typeName": "System.IO.WatcherChangeTypes" - }, - { "name": "directory", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "oldName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RenamedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "ChangeType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "OldName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "TimedOut", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WaitForChangedResult", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "Changed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "Created", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "Deleted", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.WatcherChangeTypes", - "name": "Renamed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.WatcherChangeTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "WatcherChangeTypes", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "INormalizeForIsolatedStorage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "ApplicationIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "AssemblyIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "AvailableFreeSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "ulong", - "name": "CurrentSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "DomainIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "ulong", - "name": "MaximumSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Quota", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "Scope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "UsedSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "newQuotaSize", "typeName": "long" }], - "isStatic": false, - "name": "IncreaseQuotaTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.IO.IsolatedStorage.IsolatedStorage", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "long", - "name": "AvailableFreeSpace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "ulong", - "name": "CurrentSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsEnabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "ulong", - "name": "MaximumSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Quota", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "UsedSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destinationFileName", "typeName": "string" } - ], - "isStatic": false, - "name": "CopyFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destinationFileName", "typeName": "string" }, - { "name": "overwrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "CopyFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dir", "typeName": "string" }], - "isStatic": false, - "name": "CreateDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFileStream", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "CreateFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dir", "typeName": "string" }], - "isStatic": false, - "name": "DeleteDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "file", "typeName": "string" }], - "isStatic": false, - "name": "DeleteFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "DirectoryExists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "FileExists", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "GetCreationTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetDirectoryNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "GetDirectoryNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - } - ], - "isStatic": true, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFileNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "searchPattern", "typeName": "string" }], - "isStatic": false, - "name": "GetFileNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "GetLastAccessTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTimeOffset", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": "GetLastWriteTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetMachineStoreForApplication", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetMachineStoreForAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetMachineStoreForDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - }, - { "name": "applicationIdentity", "typeName": "object" } - ], - "isStatic": true, - "name": "GetStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - }, - { "name": "domainIdentity", "typeName": "object" }, - { "name": "assemblyIdentity", "typeName": "object" } - ], - "isStatic": true, - "name": "GetStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - }, - { - "name": "domainEvidence", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "domainEvidenceType", "typeName": "System.Type" }, - { - "name": "assemblyEvidence", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "assemblyEvidenceType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - }, - { "name": "applicationEvidenceType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - }, - { "name": "domainEvidenceType", "typeName": "System.Type" }, - { "name": "assemblyEvidenceType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetUserStoreForApplication", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetUserStoreForAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetUserStoreForDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFile", - "params": [], - "isStatic": true, - "name": "GetUserStoreForSite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "newQuotaSize", "typeName": "long" }], - "isStatic": false, - "name": "IncreaseQuotaTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceDirectoryName", "typeName": "string" }, - { "name": "destinationDirectoryName", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceFileName", "typeName": "string" }, - { "name": "destinationFileName", "typeName": "string" } - ], - "isStatic": false, - "name": "MoveFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" } - ], - "isStatic": false, - "name": "OpenFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": "OpenFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IsolatedStorageFileStream", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" } - ], - "isStatic": false, - "name": "OpenFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scope", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" - } - ], - "isStatic": true, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.IO.FileStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle", - "name": "SafeFileHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "isf", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { "name": "share", "typeName": "System.IO.FileShare" }, - { - "name": "isf", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "access", "typeName": "System.IO.FileAccess" }, - { - "name": "isf", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { - "name": "isf", - "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "numBytes", "typeName": "int" }, - { "name": "userCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "numBytes", "typeName": "int" }, - { "name": "userCallback", "typeName": "System.AsyncCallback" }, - { "name": "stateObject", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "flushToDisk", "typeName": "bool" }], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": "Lock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "long" }, - { "name": "length", "typeName": "long" } - ], - "isStatic": false, - "name": "Unlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageFileStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "Application", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "Domain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "Machine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "Roaming", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "name": "User", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.IsolatedStorage.IsolatedStorageScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageSecurityOptions", - "name": "IncreaseQuotaForApplication", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.IsolatedStorage.IsolatedStorageSecurityOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageSecurityOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.IsolatedStorage", - "baseClass": "System.Security.SecurityState", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.IsolatedStorage.IsolatedStorageSecurityOptions", - "name": "Options", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Quota", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "UsedSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnsureState", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageSecurityState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Ports.Handshake", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Handshake", - "name": "RequestToSend", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Handshake", - "name": "RequestToSendXOnXOff", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Handshake", - "name": "XOnXOff", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Ports.Handshake", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Handshake", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Ports.Parity", - "name": "Even", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Parity", - "name": "Mark", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Parity", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Parity", - "name": "Odd", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Parity", - "name": "Space", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Ports.Parity", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "Parity", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Ports.SerialData", - "name": "Chars", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialData", - "name": "Eof", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Ports.SerialData", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialData", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Ports.SerialData", - "name": "EventType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "SerialDataReceivedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.IO.Ports.SerialDataReceivedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.IO.Ports.SerialDataReceivedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialDataReceivedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Ports.SerialError", - "name": "Frame", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialError", - "name": "Overrun", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialError", - "name": "RXOver", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialError", - "name": "RXParity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialError", - "name": "TXFull", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Ports.SerialError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialError", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.IO.Ports.SerialErrorReceivedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.IO.Ports.SerialErrorReceivedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialErrorReceivedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Ports.SerialError", - "name": "EventType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "SerialErrorReceivedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Ports.SerialPinChange", - "name": "Break", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialPinChange", - "name": "CDChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialPinChange", - "name": "CtsChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialPinChange", - "name": "DsrChanged", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialPinChange", - "name": "Ring", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Ports.SerialPinChange", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialPinChange", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Ports.SerialPinChange", - "name": "EventType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "SerialPinChangedEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.IO.Ports.SerialPinChangedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.IO.Ports.SerialPinChangedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialPinChangedEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.ComponentModel.Component", - "attribute": "", - "interfaces": ["IComponent", "IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "InfiniteTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "BaudRate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "BreakState", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "BytesToRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "BytesToWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CDHolding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CtsHolding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "DataBits", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DiscardNull", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DsrHolding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DtrEnable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Encoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Handshake", - "name": "Handshake", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsOpen", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "NewLine", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.Parity", - "name": "Parity", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte", - "name": "ParityReplace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "PortName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReadTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ReceivedBytesThreshold", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RtsEnable", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.StopBits", - "name": "StopBits", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WriteBufferSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "WriteTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialDataReceivedEventHandler", - "name": "DataReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialErrorReceivedEventHandler", - "name": "ErrorReceived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.SerialPinChangedEventHandler", - "name": "PinChanged", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "container", - "typeName": "System.ComponentModel.IContainer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "portName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "portName", "typeName": "string" }, - { "name": "baudRate", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "portName", "typeName": "string" }, - { "name": "baudRate", "typeName": "int" }, - { "name": "parity", "typeName": "System.IO.Ports.Parity" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "portName", "typeName": "string" }, - { "name": "baudRate", "typeName": "int" }, - { "name": "parity", "typeName": "System.IO.Ports.Parity" }, - { "name": "dataBits", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "portName", "typeName": "string" }, - { "name": "baudRate", "typeName": "int" }, - { "name": "parity", "typeName": "System.IO.Ports.Parity" }, - { "name": "dataBits", "typeName": "int" }, - { "name": "stopBits", "typeName": "System.IO.Ports.StopBits" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.IO.Ports.SerialDataReceivedEventHandler" - } - ], - "isStatic": false, - "name": "add_DataReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.IO.Ports.SerialDataReceivedEventHandler" - } - ], - "isStatic": false, - "name": "remove_DataReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.IO.Ports.SerialErrorReceivedEventHandler" - } - ], - "isStatic": false, - "name": "add_ErrorReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.IO.Ports.SerialErrorReceivedEventHandler" - } - ], - "isStatic": false, - "name": "remove_ErrorReceived", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.IO.Ports.SerialPinChangedEventHandler" - } - ], - "isStatic": false, - "name": "add_PinChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.IO.Ports.SerialPinChangedEventHandler" - } - ], - "isStatic": false, - "name": "remove_PinChanged", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DiscardInBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DiscardOutBuffer", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetPortNames", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadChar", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadExisting", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ReadLine", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "ReadTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "char[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "WriteLine", - "comment": "", - "location": "System.dll" - } - ], - "name": "SerialPort", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Ports", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Ports.StopBits", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.StopBits", - "name": "One", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.StopBits", - "name": "OnePointFive", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Ports.StopBits", - "name": "Two", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Ports.StopBits", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "StopBits", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.IO.Pipes.PipeStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "ReadMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "TransmissionMode", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { - "name": "safePipeHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "pipeHandleAsString", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pipeHandleAsString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "AnonymousPipeClientStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.IO.Pipes.PipeStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle", - "name": "ClientSafePipeHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "ReadMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "TransmissionMode", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "direction", "typeName": "System.IO.Pipes.PipeDirection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { - "name": "serverSafePipeHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" - }, - { - "name": "clientSafePipeHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - }, - { "name": "bufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - }, - { "name": "bufferSize", "typeName": "int" }, - { - "name": "pipeSecurity", - "typeName": "System.IO.Pipes.PipeSecurity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisposeLocalCopyOfClientHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetClientHandleAsString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "AnonymousPipeServerStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.IO.Pipes.PipeStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "NumberOfServerInstances", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "isAsync", "typeName": "bool" }, - { "name": "isConnected", "typeName": "bool" }, - { - "name": "safePipeHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pipeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serverName", "typeName": "string" }, - { "name": "pipeName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serverName", "typeName": "string" }, - { "name": "pipeName", "typeName": "string" }, - { - "name": "desiredAccessRights", - "typeName": "System.IO.Pipes.PipeAccessRights" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { - "name": "impersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serverName", "typeName": "string" }, - { "name": "pipeName", "typeName": "string" }, - { "name": "direction", "typeName": "System.IO.Pipes.PipeDirection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serverName", "typeName": "string" }, - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serverName", "typeName": "string" }, - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { - "name": "impersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serverName", "typeName": "string" }, - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { - "name": "impersonationLevel", - "typeName": "System.Security.Principal.TokenImpersonationLevel" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "int" }], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "timeout", "typeName": "int" }], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "timeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ConnectAsync", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "NamedPipeClientStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Compression.CompressionLevel", - "name": "Fastest", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Compression.CompressionLevel", - "name": "NoCompression", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Compression.CompressionLevel", - "name": "Optimal", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Compression.CompressionLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompressionLevel", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.IO.Pipes.PipeStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "MaxAllowedServerInstances", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "isAsync", "typeName": "bool" }, - { "name": "isConnected", "typeName": "bool" }, - { - "name": "safePipeHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pipeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { "name": "direction", "typeName": "System.IO.Pipes.PipeDirection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" }, - { - "name": "transmissionMode", - "typeName": "System.IO.Pipes.PipeTransmissionMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" }, - { - "name": "transmissionMode", - "typeName": "System.IO.Pipes.PipeTransmissionMode" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" }, - { - "name": "transmissionMode", - "typeName": "System.IO.Pipes.PipeTransmissionMode" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { "name": "inBufferSize", "typeName": "int" }, - { "name": "outBufferSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" }, - { - "name": "transmissionMode", - "typeName": "System.IO.Pipes.PipeTransmissionMode" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { "name": "inBufferSize", "typeName": "int" }, - { "name": "outBufferSize", "typeName": "int" }, - { - "name": "pipeSecurity", - "typeName": "System.IO.Pipes.PipeSecurity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" }, - { - "name": "transmissionMode", - "typeName": "System.IO.Pipes.PipeTransmissionMode" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { "name": "inBufferSize", "typeName": "int" }, - { "name": "outBufferSize", "typeName": "int" }, - { - "name": "pipeSecurity", - "typeName": "System.IO.Pipes.PipeSecurity" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pipeName", "typeName": "string" }, - { - "name": "direction", - "typeName": "System.IO.Pipes.PipeDirection" - }, - { "name": "maxNumberOfServerInstances", "typeName": "int" }, - { - "name": "transmissionMode", - "typeName": "System.IO.Pipes.PipeTransmissionMode" - }, - { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, - { "name": "inBufferSize", "typeName": "int" }, - { "name": "outBufferSize", "typeName": "int" }, - { - "name": "pipeSecurity", - "typeName": "System.IO.Pipes.PipeSecurity" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - }, - { - "name": "additionalAccessRights", - "typeName": "System.IO.Pipes.PipeAccessRights" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWaitForConnection", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Disconnect", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWaitForConnection", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetImpersonationUserName", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "impersonationWorker", - "typeName": "System.IO.Pipes.PipeStreamImpersonationWorker" - } - ], - "isStatic": false, - "name": "RunAsClient", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WaitForConnection", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WaitForConnectionAsync", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WaitForConnectionAsync", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "NamedPipeServerStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "AccessSystemSecurity", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "ChangePermissions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "CreateNewInstance", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "Delete", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "FullControl", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "Read", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "ReadAttributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "ReadData", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "ReadExtendedAttributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "ReadPermissions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "ReadWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "Synchronize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "TakeOwnership", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "Write", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "WriteAttributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "WriteData", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "WriteExtendedAttributes", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Pipes.PipeAccessRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeAccessRights", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Compression.CompressionMode", - "name": "Compress", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IO.Compression.CompressionMode", - "name": "Decompress", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Compression.CompressionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CompressionMode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "compressionLevel", - "typeName": "System.IO.Compression.CompressionLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "compressionLevel", - "typeName": "System.IO.Compression.CompressionLevel" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.CompressionMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.CompressionMode" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "name": "DeflateStream", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IO.Stream", - "name": "BaseStream", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "compressionLevel", - "typeName": "System.IO.Compression.CompressionLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "compressionLevel", - "typeName": "System.IO.Compression.CompressionLevel" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.CompressionMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.CompressionMode" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, - { "name": "asyncState", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.dll" - } - ], - "name": "GZipStream", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "Entries", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "System.IO.Compression.ZipArchiveMode", - "name": "Mode", - "comment": "", - "location": "System.IO.Compression.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.ZipArchiveMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.ZipArchiveMode" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "mode", - "typeName": "System.IO.Compression.ZipArchiveMode" - }, - { "name": "leaveOpen", "typeName": "bool" }, - { "name": "entryNameEncoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "ZipArchiveEntry", - "params": [{ "name": "entryName", "typeName": "string" }], - "isStatic": false, - "name": "CreateEntry", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "ZipArchiveEntry", - "params": [ - { "name": "entryName", "typeName": "string" }, - { - "name": "compressionLevel", - "typeName": "System.IO.Compression.CompressionLevel" - } - ], - "isStatic": false, - "name": "CreateEntry", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "ZipArchiveEntry", - "params": [{ "name": "entryName", "typeName": "string" }], - "isStatic": false, - "name": "GetEntry", - "comment": "", - "location": "System.IO.Compression.dll" - } - ], - "name": "ZipArchive", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Compression.ZipArchive", - "name": "Archive", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "long", - "name": "CompressedLength", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "System.DateTimeOffset", - "name": "LastWriteTime", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.IO.Compression.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "Stream", - "params": [], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.IO.Compression.dll" - } - ], - "name": "ZipArchiveEntry", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "namespace": "System.IO.Compression", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Compression.ZipArchiveMode", - "name": "Create", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "System.IO.Compression.ZipArchiveMode", - "name": "Read", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "typeName": "System.IO.Compression.ZipArchiveMode", - "name": "Update", - "comment": "", - "location": "System.IO.Compression.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Compression.ZipArchiveMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.IO.Compression.dll" - } - ], - "name": "ZipArchiveMode", - "comment": "", - "location": "System.IO.Compression.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle", - "name": "SafeMemoryMappedFileHandle", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "fileStream", "typeName": "System.IO.FileStream" }, - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "fileStream", "typeName": "System.IO.FileStream" }, - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - }, - { - "name": "memoryMappedFileSecurity", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - }, - { "name": "leaveOpen", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" } - ], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "mapName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" } - ], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "mode", "typeName": "System.IO.FileMode" }, - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - } - ], - "isStatic": true, - "name": "CreateFromFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" } - ], - "isStatic": true, - "name": "CreateNew", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - } - ], - "isStatic": true, - "name": "CreateNew", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - }, - { - "name": "options", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": true, - "name": "CreateNew", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - }, - { - "name": "options", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" - }, - { - "name": "memoryMappedFileSecurity", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": true, - "name": "CreateNew", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" } - ], - "isStatic": true, - "name": "CreateOrOpen", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - } - ], - "isStatic": true, - "name": "CreateOrOpen", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - }, - { - "name": "options", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": true, - "name": "CreateOrOpen", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { "name": "capacity", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - }, - { - "name": "options", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" - }, - { - "name": "memoryMappedFileSecurity", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": true, - "name": "CreateOrOpen", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedViewAccessor", - "params": [], - "isStatic": false, - "name": "CreateViewAccessor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedViewAccessor", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "size", "typeName": "long" } - ], - "isStatic": false, - "name": "CreateViewAccessor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedViewAccessor", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "size", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - } - ], - "isStatic": false, - "name": "CreateViewAccessor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedViewStream", - "params": [], - "isStatic": false, - "name": "CreateViewStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedViewStream", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "size", "typeName": "long" } - ], - "isStatic": false, - "name": "CreateViewStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedViewStream", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "size", "typeName": "long" }, - { - "name": "access", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" - } - ], - "isStatic": false, - "name": "CreateViewStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFileSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [{ "name": "mapName", "typeName": "string" }], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { - "name": "desiredAccessRights", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights" - } - ], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MemoryMappedFile", - "params": [ - { "name": "mapName", "typeName": "string" }, - { - "name": "desiredAccessRights", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights" - }, - { - "name": "inheritability", - "typeName": "System.IO.HandleInheritability" - } - ], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "memoryMappedFileSecurity", - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedFile", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "name": "CopyOnWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "name": "Read", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "name": "ReadExecute", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "name": "ReadWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "name": "ReadWriteExecute", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "name": "Write", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedFileAccess", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions", - "name": "DelayAllocatePages", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions", - "name": "None", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedFileOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "PipeAccessRights", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "rights", - "typeName": "System.IO.Pipes.PipeAccessRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.IO.Pipes.PipeAccessRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeAccessRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeAccessRights", - "name": "PipeAccessRights", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "rights", - "typeName": "System.IO.Pipes.PipeAccessRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.IO.Pipes.PipeAccessRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeAuditRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeDirection", - "name": "In", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeDirection", - "name": "InOut", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeDirection", - "name": "Out", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Pipes.PipeDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeDirection", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeOptions", - "name": "Asynchronous", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeOptions", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeOptions", - "name": "WriteThrough", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Pipes.PipeOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeSecurity", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "InBufferSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsAsync", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsConnected", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsMessageComplete", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "OutBufferSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "ReadMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle", - "name": "SafePipeHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "TransmissionMode", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginRead", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndRead", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "PipeSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ReadByte", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pipeSecurity", - "typeName": "System.IO.Pipes.PipeSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WaitForPipeDrain", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "WriteByte", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "Byte", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.Pipes.PipeTransmissionMode", - "name": "Message", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.Pipes.PipeTransmissionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeTransmissionMode", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.Pipes", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "PipeStreamImpersonationWorker", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.HandleInheritability", - "name": "Inheritable", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.HandleInheritability", - "name": "None", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.HandleInheritability", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "HandleInheritability", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Exception", - "params": [], - "isStatic": false, - "name": "GetException", - "comment": "", - "location": "System.dll" - } - ], - "name": "ErrorEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.IO.ErrorEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.IO.ErrorEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ErrorEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "AccessSystemSecurity", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "ChangePermissions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "CopyOnWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "Delete", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "Execute", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "FullControl", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "Read", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "ReadExecute", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "ReadPermissions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "ReadWrite", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "ReadWriteExecute", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "TakeOwnership", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "name": "Write", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedFileRights", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "System.Security.AccessControl.ObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedFileSecurity", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "System.IO.UnmanagedMemoryAccessor", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "long", - "name": "PointerOffset", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle", - "name": "SafeMemoryMappedViewHandle", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedViewAccessor", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.IO.MemoryMappedFiles", - "baseClass": "System.IO.UnmanagedMemoryStream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "long", - "name": "PointerOffset", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle", - "name": "SafeMemoryMappedViewHandle", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MemoryMappedViewStream", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AmbiguousMatchException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_Assembly", - "ISerializable", - "IEvidenceFactory" - ], - "fields": [ - { - "typeName": "string", - "name": "CodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "CustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DefinedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "EntryPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EscapedCodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "ExportedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "GlobalAssemblyCache", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "HostContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ImageRuntimeVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsDynamic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFullyTrusted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Location", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "ManifestModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Modules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "PermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ReflectionOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityRuleSet", - "name": "SecurityRuleSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ModuleResolveEventHandler", - "name": "ModuleResolve", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Reflection.ModuleResolveEventHandler" - } - ], - "isStatic": false, - "name": "add_ModuleResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Reflection.ModuleResolveEventHandler" - } - ], - "isStatic": false, - "name": "remove_ModuleResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [], - "isStatic": true, - "name": "GetCallingAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetCustomAttributesData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [], - "isStatic": true, - "name": "GetEntryAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [], - "isStatic": true, - "name": "GetExecutingAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExportedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetLoadedModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetLoadedModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ManifestResourceInfo", - "params": [{ "name": "resourceName", "typeName": "string" }], - "isStatic": false, - "name": "GetManifestResourceInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetManifestResourceNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetManifestResourceStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "GetManifestResourceStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [{ "name": "copiedName", "typeName": "bool" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetReferencedAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetSatelliteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": "GetSatelliteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "rawAssembly", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" }, - { - "name": "securityContextSource", - "typeName": "System.Security.SecurityContextSource" - } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "assemblyRef", - "typeName": "System.Reflection.AssemblyName" - } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "assemblyRef", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyString", "typeName": "string" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyString", "typeName": "string" }, - { - "name": "assemblySecurity", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "LoadFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": true, - "name": "LoadFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { "name": "hashValue", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": true, - "name": "LoadFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "LoadFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyFile", "typeName": "string" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "hashValue", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": true, - "name": "LoadFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [ - { "name": "moduleName", "typeName": "string" }, - { "name": "rawModule", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "LoadModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [ - { "name": "moduleName", "typeName": "string" }, - { "name": "rawModule", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "LoadModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "partialName", "typeName": "string" }], - "isStatic": true, - "name": "LoadWithPartialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "partialName", "typeName": "string" }, - { - "name": "securityEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "LoadWithPartialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.Assembly" }, - { "name": "right", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.Assembly" }, - { "name": "right", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], - "isStatic": true, - "name": "ReflectionOnlyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyString", "typeName": "string" }], - "isStatic": true, - "name": "ReflectionOnlyLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": true, - "name": "ReflectionOnlyLoadFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": true, - "name": "UnsafeLoadFrom", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "uint", - "name": "AlgorithmId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "algorithmId", - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "algorithmId", "typeName": "uint" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyAlgorithmIdAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Company", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "company", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyCompanyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Configuration", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "configuration", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyConfigurationAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.AssemblyContentType", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyContentType", - "name": "WindowsRuntime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.AssemblyContentType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyContentType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Copyright", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "copyright", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyCopyrightAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Culture", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "culture", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyCultureAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "DelaySign", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "delaySign", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyDelaySignAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DefaultAlias", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "defaultAlias", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyDefaultAliasAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyDescriptionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "version", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyFileVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "AssemblyFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "uint", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyFlags", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "assemblyFlags", - "typeName": "System.Reflection.AssemblyNameFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "flags", "typeName": "uint" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyFlagsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "InformationalVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "informationalVersion", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyInformationalVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "KeyName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "keyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyKeyNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "KeyFile", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "keyFile", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyKeyFileAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyMetadataAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.AssemblyNameFlags", - "name": "EnableJITcompileOptimizer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyNameFlags", - "name": "EnableJITcompileTracking", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyNameFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyNameFlags", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyNameFlags", - "name": "Retargetable", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.AssemblyNameFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyNameFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICloneable", - "_AssemblyName", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "string", - "name": "CodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyContentType", - "name": "ContentType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "CultureInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CultureName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EscapedCodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyNameFlags", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", - "name": "HashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.StrongNameKeyPair", - "name": "KeyPair", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "ProcessorArchitecture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", - "name": "VersionCompatibility", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": true, - "name": "GetAssemblyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPublicKeyToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "reference", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "definition", - "typeName": "System.Reflection.AssemblyName" - } - ], - "isStatic": true, - "name": "ReferenceMatchesDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "publicKey", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetPublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "publicKeyToken", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetPublicKeyToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [{ "name": "assemblyFile", "typeName": "string" }], - "isStatic": false, - "name": "GetAssemblyName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyNameProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Product", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "product", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyProductAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Countersignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "publicKey", "typeName": "string" }, - { "name": "countersignature", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblySignatureKeyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Title", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "title", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyTitleAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "version", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.BindingFlags", - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "DeclaredOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "ExactBinding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "FlattenHierarchy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "IgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "IgnoreReturn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "Instance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "InvokeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "NonPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "OptionalParamBinding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "Public", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "PutDispProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "PutRefDispProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "SetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "SetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "Static", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.BindingFlags", - "name": "SuppressChangeType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.BindingFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BindingFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Trademark", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "trademark", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyTrademarkAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "FieldInfo", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "match", "typeName": "System.Reflection.FieldInfo[]" }, - { "name": "value", "typeName": "object" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "BindToField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "match", "typeName": "System.Reflection.MethodBase[]" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "names", "typeName": "string[]" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "BindToMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "type", "typeName": "System.Type" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "ChangeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "args", "typeName": "object[]" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "ReorderArgumentArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "match", "typeName": "System.Reflection.MethodBase[]" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "SelectMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "match", "typeName": "System.Reflection.PropertyInfo[]" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "indexes", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "SelectProperty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Binder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.CallingConventions", - "name": "Any", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "ExplicitThis", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "HasThis", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "Standard", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "VarArgs", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.CallingConventions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallingConventions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.MethodBase", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_MethodBase", - "_ConstructorInfo" - ], - "fields": [ - { - "typeName": "string", - "name": "ConstructorName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeConstructorName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "parameters", "typeName": "object[]" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "right", "typeName": "System.Reflection.ConstructorInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "right", "typeName": "System.Reflection.ConstructorInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConstructorInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AttributeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ConstructorInfo", - "name": "Constructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "ConstructorArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "NamedArguments", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "target", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "target", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "target", "typeName": "System.Reflection.Module" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [ - { "name": "target", "typeName": "System.Reflection.ParameterInfo" } - ], - "isStatic": true, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAttributeData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Attribute", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Attribute", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "attributeType", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAttributeExtensions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberInfo", - "name": "MemberInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MemberName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CustomAttributeTypedArgument", - "name": "TypedValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "memberInfo", - "typeName": "System.Reflection.MemberInfo" - }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "memberInfo", - "typeName": "System.Reflection.MemberInfo" - }, - { - "name": "typedArgument", - "typeName": "System.Reflection.CustomAttributeTypedArgument" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Reflection.CustomAttributeNamedArgument" - }, - { - "name": "right", - "typeName": "System.Reflection.CustomAttributeNamedArgument" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Reflection.CustomAttributeNamedArgument" - }, - { - "name": "right", - "typeName": "System.Reflection.CustomAttributeNamedArgument" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAttributeNamedArgument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.FormatException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAttributeFormatException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "ArgumentType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "argumentType", "typeName": "System.Type" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Reflection.CustomAttributeTypedArgument" - }, - { - "name": "right", - "typeName": "System.Reflection.CustomAttributeTypedArgument" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Reflection.CustomAttributeTypedArgument" - }, - { - "name": "right", - "typeName": "System.Reflection.CustomAttributeTypedArgument" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAttributeTypedArgument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "MemberName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "memberName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DefaultMemberAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.EventAttributes", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.EventAttributes", - "name": "ReservedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.EventAttributes", - "name": "RTSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.EventAttributes", - "name": "SpecialName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.EventAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.MemberInfo", - "attribute": "", - "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_EventInfo"], - "fields": [ - { - "typeName": "System.Reflection.MethodInfo", - "name": "AddMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.EventAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "EventHandlerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMulticast", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "RaiseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "RemoveMethod", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "handler", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "AddEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetAddMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetAddMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetOtherMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetOtherMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetRaiseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetRaiseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetRemoveMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetRemoveMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.EventInfo" }, - { "name": "right", "typeName": "System.Reflection.EventInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.EventInfo" }, - { "name": "right", "typeName": "System.Reflection.EventInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "handler", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "RemoveEventHandler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "CatchType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "FilterOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ExceptionHandlingClauseOptions", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HandlerLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HandlerOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TryOffset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExceptionHandlingClause", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "Contravariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "Covariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "DefaultConstructorConstraint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "NotNullableValueTypeConstraint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "ReferenceTypeConstraint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "SpecialConstraintMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "VarianceMask", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.GenericParameterAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericParameterAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.ExceptionHandlingClauseOptions", - "name": "Clause", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ExceptionHandlingClauseOptions", - "name": "Fault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ExceptionHandlingClauseOptions", - "name": "Filter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ExceptionHandlingClauseOptions", - "name": "Finally", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.ExceptionHandlingClauseOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExceptionHandlingClauseOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICustomAttributeProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.ImageFileMachine", - "name": "AMD64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ImageFileMachine", - "name": "ARM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ImageFileMachine", - "name": "I386", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ImageFileMachine", - "name": "IA64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.ImageFileMachine", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ImageFileMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "FamANDAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Family", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "FamORAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "FieldAccessMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "HasDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "HasFieldMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "HasFieldRVA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "InitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Literal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "NotSerialized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "PinvokeImpl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Private", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "PrivateScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Public", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "ReservedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "RTSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "SpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Static", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.FieldAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FieldAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.MethodInfo[]", - "name": "InterfaceMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "InterfaceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo[]", - "name": "TargetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "TargetType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InterfaceMapping", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.MemberInfo", - "attribute": "", - "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_FieldInfo"], - "fields": [ - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeFieldHandle", - "name": "FieldHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "FieldType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyAndAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyOrAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsLiteral", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNotSerialized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPinvokeImpl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecuritySafeCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityTransparent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStatic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "handle", "typeName": "System.RuntimeFieldHandle" } - ], - "isStatic": true, - "name": "GetFieldFromHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "handle", "typeName": "System.RuntimeFieldHandle" }, - { "name": "declaringType", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": true, - "name": "GetFieldFromHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetOptionalCustomModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetRawConstantValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRequiredCustomModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "System.TypedReference" }], - "isStatic": false, - "name": "GetValueDirect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.FieldInfo" }, - { "name": "right", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.FieldInfo" }, - { "name": "right", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.TypedReference" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValueDirect", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FieldInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TypeInfo", - "params": [], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IntrospectionExtensions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ApplicationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidFilterCriteriaException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IReflect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TypeInfo", - "params": [], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IReflectableType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsPinned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LocalIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "LocalType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LocalVariableInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICustomAttributeProvider", "_MemberInfo"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "CustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetCustomAttributesData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.MemberInfo" }, - { "name": "right", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.MemberInfo" }, - { "name": "right", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MemberInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Assembly", - "name": "ReferencedAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ResourceLocation", - "name": "ResourceLocation", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "containingAssembly", - "typeName": "System.Reflection.Assembly" - }, - { "name": "containingFileName", "typeName": "string" }, - { - "name": "resourceLocation", - "typeName": "System.Reflection.ResourceLocation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ManifestResourceInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.MemberTypes", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "Constructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "Custom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "Event", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "Field", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "Method", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "NestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "Property", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "TypeInfo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.MemberTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MemberTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "m", "typeName": "System.Reflection.MemberInfo" }, - { "name": "filterCriteria", "typeName": "object" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "m", "typeName": "System.Reflection.MemberInfo" }, - { "name": "filterCriteria", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MemberFilter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IList", - "name": "ExceptionHandlingClauses", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "InitLocals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LocalSignatureMetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "LocalVariables", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxStackSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetILAsByteArray", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodBody", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Abstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "CheckAccessOnOverride", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "FamANDAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Family", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "FamORAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Final", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "HasSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "HideBySig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "MemberAccessMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "NewSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "PinvokeImpl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Private", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "PrivateScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Public", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "RequireSecObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "ReservedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "ReuseSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "RTSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "SpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Static", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "UnmanagedExport", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Virtual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodAttributes", - "name": "VtableLayoutMask", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.MethodAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "AggressiveInlining", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "CodeTypeMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "ForwardRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "IL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "InternalCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "Managed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "ManagedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "MaxMethodImplVal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "Native", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "NoInlining", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "NoOptimization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "OPTIL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "PreserveSig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "Runtime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "Unmanaged", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.MethodImplAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodImplAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.MemberInfo", - "attribute": "", - "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_MethodBase"], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ContainsGenericParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyAndAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyOrAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericMethodDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsHideBySig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecuritySafeCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityTransparent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStatic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsVirtual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodImplAttributes", - "name": "MethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [], - "isStatic": true, - "name": "GetCurrentMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBody", - "params": [], - "isStatic": false, - "name": "GetMethodBody", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [ - { "name": "handle", "typeName": "System.RuntimeMethodHandle" } - ], - "isStatic": true, - "name": "GetMethodFromHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [ - { "name": "handle", "typeName": "System.RuntimeMethodHandle" }, - { "name": "declaringType", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": true, - "name": "GetMethodFromHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "parameters", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.MethodBase" }, - { "name": "right", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.MethodBase" }, - { "name": "right", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.MethodBase", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_MethodBase", - "_MethodInfo" - ], - "fields": [ - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterInfo", - "name": "ReturnParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ICustomAttributeProvider", - "name": "ReturnTypeCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Delegate", - "params": [{ "name": "delegateType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { "name": "target", "typeName": "object" } - ], - "isStatic": false, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetBaseDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetGenericMethodDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "MakeGenericMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.MethodInfo" }, - { "name": "right", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.MethodInfo" }, - { "name": "right", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.Reflection.Missing", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "Missing", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterCount", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParameterModifier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ResolveEventArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { "name": "e", "typeName": "System.ResolveEventArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ModuleResolveEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "ptr", "typeName": "void*" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Box", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "ptr", "typeName": "object" }], - "isStatic": true, - "name": "Unbox", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Pointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "AssemblyIsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "StripAfterObfuscation", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyIsPrivate", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObfuscateAssemblyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.PortableExecutableKinds", - "name": "ILOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PortableExecutableKinds", - "name": "NotAPortableExecutableImage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PortableExecutableKinds", - "name": "PE32Plus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PortableExecutableKinds", - "name": "Preferred32Bit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PortableExecutableKinds", - "name": "Required32Bit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PortableExecutableKinds", - "name": "Unmanaged32Bit", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.PortableExecutableKinds", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PortableExecutableKinds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "ApplyToMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Exclude", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Feature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "StripAfterObfuscation", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObfuscationAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "Amd64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "Arm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "IA64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "MSIL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ProcessorArchitecture", - "name": "X86", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.ProcessorArchitecture", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ProcessorArchitecture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.ResourceAttributes", - "name": "Private", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ResourceAttributes", - "name": "Public", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.ResourceAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "HasDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "Reserved2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "Reserved3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "Reserved4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "ReservedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "RTSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "SpecialName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.PropertyAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PropertyAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "HasDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "HasFieldMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "In", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Lcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Optional", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Out", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Reserved3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Reserved4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "ReservedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Retval", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.ParameterAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParameterAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.ResourceLocation", - "name": "ContainedInAnotherAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ResourceLocation", - "name": "ContainedInManifestFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ResourceLocation", - "name": "Embedded", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.ResourceLocation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceLocation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.MemberInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_PropertyInfo" - ], - "fields": [ - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "PropertyType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "SetMethod", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAccessors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetAccessors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetConstantValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetGetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetGetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetIndexParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetOptionalCustomModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetRawConstantValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRequiredCustomModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetSetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetSetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "index", "typeName": "object[]" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "index", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.PropertyInfo" }, - { "name": "right", "typeName": "System.Reflection.PropertyInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "System.Reflection.PropertyInfo" }, - { "name": "right", "typeName": "System.Reflection.PropertyInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { "name": "index", "typeName": "object[]" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "index", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PropertyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_ParameterInfo", - "IObjectReference" - ], - "fields": [ - { - "typeName": "System.Reflection.ParameterAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "CustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "DefaultValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasDefaultValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsIn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsLcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsOptional", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsOut", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsRetval", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberInfo", - "name": "Member", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ParameterType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "RawDefaultValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetCustomAttributesData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetOptionalCustomModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetRealObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRequiredCustomModifiers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParameterInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetMethodInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetRuntimeBaseDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetRuntimeEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetRuntimeEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetRuntimeField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetRuntimeFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetRuntimeInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "parameters", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetRuntimeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetRuntimeMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetRuntimeProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetRuntimeProperty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeReflectionExtensions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDeserializationCallback", "ISerializable"], - "fields": [ - { - "typeName": "byte[]", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "keyPairArray", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyPairFile", "typeName": "System.IO.FileStream" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyPairContainer", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StrongNameKeyPair", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ApplicationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TargetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TypeInfo", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "GetTypeForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "MapAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeInfo", - "params": [ - { "name": "type", "typeName": "System.Reflection.TypeInfo" } - ], - "isStatic": false, - "name": "MapType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReflectionContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ApplicationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "inner", "typeName": "System.Exception" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TargetInvocationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.ApplicationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TargetParameterCountException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Exception[]", - "name": "LoaderExceptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "Types", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "classes", "typeName": "System.Type[]" }, - { "name": "exceptions", "typeName": "System.Exception[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "classes", "typeName": "System.Type[]" }, - { "name": "exceptions", "typeName": "System.Exception[]" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReflectionTypeLoadException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Abstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "AnsiClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "AutoClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "AutoLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "BeforeFieldInit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Class", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "ClassSemanticsMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "CustomFormatClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "CustomFormatMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "ExplicitLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "HasSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Interface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "LayoutMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NestedAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NestedFamANDAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NestedFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NestedFamORAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NestedPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NestedPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "NotPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Public", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "ReservedMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "RTSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Sealed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "SequentialLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Serializable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "SpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "StringFormatMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "UnicodeClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "VisibilityMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "WindowsRuntime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.TypeAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Reflection.TypeInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "IReflect", - "_Type", - "IReflectableType" - ], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "GUID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructedGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeTypeHandle", - "name": "TypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "delegatingType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Reflection.MemberTypes" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } - ], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeDelegator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "m", "typeName": "System.Type" }, - { "name": "filterCriteria", "typeName": "object" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "m", "typeName": "System.Type" }, - { "name": "filterCriteria", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeFilter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "System.Type", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "IReflect", - "_Type", - "IReflectableType" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeclaredProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "GenericTypeParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "ImplementedInterfaces", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "AsType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDeclaredEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDeclaredField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDeclaredMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDeclaredMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDeclaredNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDeclaredProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } - ], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.Assembly", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_Assembly", - "ISerializable", - "IEvidenceFactory", - "_AssemblyBuilder" - ], - "fields": [ - { - "typeName": "string", - "name": "CodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "EntryPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "GlobalAssemblyCache", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "HostContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ImageRuntimeVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsDynamic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Location", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "ManifestModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "PermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ReflectionOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityRuleSet", - "name": "SecurityRuleSet", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddResourceFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { - "name": "attribute", - "typeName": "System.Reflection.ResourceAttributes" - } - ], - "isStatic": false, - "name": "AddResourceFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - } - ], - "isStatic": true, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "name", "typeName": "System.Reflection.AssemblyName" }, - { - "name": "access", - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" - }, - { - "name": "assemblyAttributes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "DefineDynamicAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ModuleBuilder", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "DefineDynamicModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ModuleBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "emitSymbolInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": "DefineDynamicModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ModuleBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineDynamicModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ModuleBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { "name": "emitSymbolInfo", "typeName": "bool" } - ], - "isStatic": false, - "name": "DefineDynamicModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IResourceWriter", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IResourceWriter", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { "name": "fileName", "typeName": "string" }, - { - "name": "attribute", - "typeName": "System.Reflection.ResourceAttributes" - } - ], - "isStatic": false, - "name": "DefineResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "resource", "typeName": "byte[]" }], - "isStatic": false, - "name": "DefineUnmanagedResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "resourceFileName", "typeName": "string" }], - "isStatic": false, - "name": "DefineUnmanagedResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DefineVersionInfoResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "product", "typeName": "string" }, - { "name": "productVersion", "typeName": "string" }, - { "name": "company", "typeName": "string" }, - { "name": "copyright", "typeName": "string" }, - { "name": "trademark", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineVersionInfoResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetCustomAttributesData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ModuleBuilder", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDynamicModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExportedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetLoadedModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ManifestResourceInfo", - "params": [{ "name": "resourceName", "typeName": "string" }], - "isStatic": false, - "name": "GetManifestResourceInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetManifestResourceNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetManifestResourceStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "GetManifestResourceStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [{ "name": "copiedName", "typeName": "bool" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetReferencedAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetSatelliteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": "GetSatelliteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyFileName", "typeName": "string" }], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assemblyFileName", "typeName": "string" }, - { - "name": "portableExecutableKind", - "typeName": "System.Reflection.PortableExecutableKinds" - }, - { - "name": "imageFileMachine", - "typeName": "System.Reflection.ImageFileMachine" - } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entryMethod", - "typeName": "System.Reflection.MethodInfo" - } - ], - "isStatic": false, - "name": "SetEntryPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entryMethod", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "fileKind", - "typeName": "System.Reflection.Emit.PEFileKinds" - } - ], - "isStatic": false, - "name": "SetEntryPoint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", - "name": "ReflectionOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", - "name": "RunAndCollect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", - "name": "RunAndSave", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.AssemblyBuilderAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyBuilderAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.ConstructorInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_MethodBase", - "_ConstructorInfo", - "_ConstructorBuilder" - ], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "InitLocals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Signature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - }, - { "name": "pset", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "AddDeclarativeSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParameterBuilder", - "params": [ - { "name": "iSequence", "typeName": "int" }, - { - "name": "attributes", - "typeName": "System.Reflection.ParameterAttributes" - }, - { "name": "strParamName", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ILGenerator", - "params": [], - "isStatic": false, - "name": "GetILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ILGenerator", - "params": [{ "name": "streamSize", "typeName": "int" }], - "isStatic": false, - "name": "GetILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [], - "isStatic": false, - "name": "GetModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [], - "isStatic": false, - "name": "GetToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributes", - "typeName": "System.Reflection.MethodImplAttributes" - } - ], - "isStatic": false, - "name": "SetImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "il", "typeName": "byte[]" }, - { "name": "maxStack", "typeName": "int" }, - { "name": "localSignature", "typeName": "byte[]" }, - { - "name": "exceptionHandlers", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "tokenFixups", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetMethodBody", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetSymCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConstructorBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": ["_CustomAttributeBuilder"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "constructorArgs", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "constructorArgs", "typeName": "object[]" }, - { - "name": "namedFields", - "typeName": "System.Reflection.FieldInfo[]" - }, - { "name": "fieldValues", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "constructorArgs", "typeName": "object[]" }, - { - "name": "namedProperties", - "typeName": "System.Reflection.PropertyInfo[]" - }, - { "name": "propertyValues", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "constructorArgs", "typeName": "object[]" }, - { - "name": "namedProperties", - "typeName": "System.Reflection.PropertyInfo[]" - }, - { "name": "propertyValues", "typeName": "object[]" }, - { - "name": "namedFields", - "typeName": "System.Reflection.FieldInfo[]" - }, - { "name": "fieldValues", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAttributeBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.DynamicMethod", - "name": "DynamicMethod", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "signature", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "method", - "typeName": "System.Reflection.Emit.DynamicMethod" - } - ], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "field", "typeName": "System.RuntimeFieldHandle" } - ], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "field", "typeName": "System.RuntimeFieldHandle" }, - { "name": "contextType", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "method", "typeName": "System.RuntimeMethodHandle" } - ], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "method", "typeName": "System.RuntimeMethodHandle" }, - { "name": "contextType", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "type", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "literal", "typeName": "string" }], - "isStatic": false, - "name": "GetTokenFor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "code", "typeName": "byte*" }, - { "name": "codeSize", "typeName": "int" }, - { "name": "maxStackSize", "typeName": "int" } - ], - "isStatic": false, - "name": "SetCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "code", "typeName": "byte[]" }, - { "name": "maxStackSize", "typeName": "int" } - ], - "isStatic": false, - "name": "SetCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "exceptions", "typeName": "byte*" }, - { "name": "exceptionsSize", "typeName": "int" } - ], - "isStatic": false, - "name": "SetExceptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exceptions", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetExceptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "localSignature", "typeName": "byte*" }, - { "name": "signatureSize", "typeName": "int" } - ], - "isStatic": false, - "name": "SetLocalSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "localSignature", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetLocalSignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DynamicILInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.MethodInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_MethodBase", - "_MethodInfo" - ], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "InitLocals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecuritySafeCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityTransparent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterInfo", - "name": "ReturnParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ICustomAttributeProvider", - "name": "ReturnTypeCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "m", "typeName": "System.Reflection.Module" }, - { "name": "skipVisibility", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "owner", "typeName": "System.Type" }, - { "name": "skipVisibility", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "restrictedSkipVisibility", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "m", "typeName": "System.Reflection.Module" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "m", "typeName": "System.Reflection.Module" }, - { "name": "skipVisibility", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "owner", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "owner", "typeName": "System.Type" }, - { "name": "skipVisibility", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [{ "name": "delegateType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { "name": "target", "typeName": "object" } - ], - "isStatic": false, - "name": "CreateDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParameterBuilder", - "params": [ - { "name": "position", "typeName": "int" }, - { - "name": "attributes", - "typeName": "System.Reflection.ParameterAttributes" - }, - { "name": "parameterName", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetBaseDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DynamicILInfo", - "params": [], - "isStatic": false, - "name": "GetDynamicILInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ILGenerator", - "params": [], - "isStatic": false, - "name": "GetILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ILGenerator", - "params": [{ "name": "streamSize", "typeName": "int" }], - "isStatic": false, - "name": "GetILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DynamicMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.TypeInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "IReflect", - "_Type", - "IReflectableType", - "_EnumBuilder" - ], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "GUID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructedGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeTypeHandle", - "name": "TypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.TypeToken", - "name": "TypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FieldBuilder", - "name": "UnderlyingField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "CreateType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeInfo", - "params": [], - "isStatic": false, - "name": "CreateTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "literalName", "typeName": "string" }, - { "name": "literalValue", "typeName": "object" } - ], - "isStatic": false, - "name": "DefineLiteral", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetEnumUnderlyingType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Reflection.MemberTypes" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } - ], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "rank", "typeName": "int" }], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeByRefType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakePointerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnumBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": ["_EventBuilder"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "AddOtherMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventToken", - "params": [], - "isStatic": false, - "name": "GetEventToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "SetAddOnMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "SetRaiseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "SetRemoveOnMethod", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "ExceptionTypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "FilterOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HandlerLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HandlerOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ExceptionHandlingClauseOptions", - "name": "Kind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "TryOffset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tryOffset", "typeName": "int" }, - { "name": "tryLength", "typeName": "int" }, - { "name": "filterOffset", "typeName": "int" }, - { "name": "handlerOffset", "typeName": "int" }, - { "name": "handlerLength", "typeName": "int" }, - { - "name": "kind", - "typeName": "System.Reflection.ExceptionHandlingClauseOptions" - }, - { "name": "exceptionTypeToken", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Reflection.Emit.ExceptionHandler" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Reflection.Emit.ExceptionHandler" - }, - { - "name": "right", - "typeName": "System.Reflection.Emit.ExceptionHandler" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Reflection.Emit.ExceptionHandler" - }, - { - "name": "right", - "typeName": "System.Reflection.Emit.ExceptionHandler" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExceptionHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.EventToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.EventToken" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.EventToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.EventToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.EventToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.EventToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.FieldToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.FieldToken" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.FieldToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.FieldToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.FieldToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.FieldToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FieldToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.FieldInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_FieldInfo", - "_FieldBuilder" - ], - "fields": [ - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeFieldHandle", - "name": "FieldHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "FieldType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldToken", - "params": [], - "isStatic": false, - "name": "GetToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "defaultValue", "typeName": "object" }], - "isStatic": false, - "name": "SetConstant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "unmanagedMarshal", - "typeName": "System.Reflection.Emit.UnmanagedMarshal" - } - ], - "isStatic": false, - "name": "SetMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "iOffset", "typeName": "int" }], - "isStatic": false, - "name": "SetOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "val", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FieldBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Branch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Break", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Call", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Cond_Branch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Meta", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Phi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Return", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "Throw", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.FlowControl", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FlowControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.TypeInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "IReflect", - "_Type", - "IReflectableType" - ], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ContainsGenericParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "DeclaringMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "GenericParameterAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "GenericParameterPosition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "GUID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructedGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericTypeDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeTypeHandle", - "name": "TypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetGenericTypeDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Reflection.MemberTypes" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } - ], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsSubclassOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "rank", "typeName": "int" }], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeByRefType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "MakeGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakePointerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "baseTypeConstraint", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "SetBaseTypeConstraint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "genericParameterAttributes", - "typeName": "System.Reflection.GenericParameterAttributes" - } - ], - "isStatic": false, - "name": "SetGenericParameterAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "interfaceConstraints", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "SetInterfaceConstraints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericTypeParameterBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": ["_ILGenerator"], - "fields": [ - { - "typeName": "int", - "name": "ILOffset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "exceptionType", "typeName": "System.Type" }], - "isStatic": false, - "name": "BeginCatchBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginExceptFilterBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Label", - "params": [], - "isStatic": false, - "name": "BeginExceptionBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginFaultBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginFinallyBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BeginScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalBuilder", - "params": [{ "name": "localType", "typeName": "System.Type" }], - "isStatic": false, - "name": "DeclareLocal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalBuilder", - "params": [ - { "name": "localType", "typeName": "System.Type" }, - { "name": "pinned", "typeName": "bool" } - ], - "isStatic": false, - "name": "DeclareLocal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Label", - "params": [], - "isStatic": false, - "name": "DefineLabel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "byte" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "double" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "short" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "int" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "long" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "label", "typeName": "System.Reflection.Emit.Label" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "labels", "typeName": "System.Reflection.Emit.Label[]" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { - "name": "local", - "typeName": "System.Reflection.Emit.LocalBuilder" - } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { - "name": "signature", - "typeName": "System.Reflection.Emit.SignatureHelper" - } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "field", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "meth", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "sbyte" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "arg", "typeName": "float" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "str", "typeName": "string" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "cls", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { - "name": "methodInfo", - "typeName": "System.Reflection.MethodInfo" - }, - { "name": "optionalParameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "EmitCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { "name": "optionalParameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "EmitCalli", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, - { - "name": "unmanagedCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "EmitCalli", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "localBuilder", - "typeName": "System.Reflection.Emit.LocalBuilder" - } - ], - "isStatic": false, - "name": "EmitWriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fld", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": false, - "name": "EmitWriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "EmitWriteLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndExceptionBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "loc", "typeName": "System.Reflection.Emit.Label" } - ], - "isStatic": false, - "name": "MarkLabel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "document", - "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" - }, - { "name": "startLine", "typeName": "int" }, - { "name": "startColumn", "typeName": "int" }, - { "name": "endLine", "typeName": "int" }, - { "name": "endColumn", "typeName": "int" } - ], - "isStatic": false, - "name": "MarkSequencePoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "excType", "typeName": "System.Type" }], - "isStatic": false, - "name": "ThrowException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "usingNamespace", "typeName": "string" }], - "isStatic": false, - "name": "UsingNamespace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.Label" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.Label" }, - { "name": "b", "typeName": "System.Reflection.Emit.Label" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.Label" }, - { "name": "b", "typeName": "System.Reflection.Emit.Label" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Label", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.LocalVariableInfo", - "attribute": "", - "interfaces": ["_LocalBuilder"], - "fields": [ - { - "typeName": "bool", - "name": "IsPinned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "LocalIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "LocalType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "SetLocalSymInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "startOffset", "typeName": "int" }, - { "name": "endOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "SetLocalSymInfo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LocalBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.MethodInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_MethodBase", - "_MethodInfo", - "_MethodBuilder" - ], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ContainsGenericParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "InitLocals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericMethodDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecuritySafeCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityTransparent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ParameterInfo", - "name": "ReturnParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ICustomAttributeProvider", - "name": "ReturnTypeCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Signature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - }, - { "name": "pset", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "AddDeclarativeSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "il", "typeName": "byte[]" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CreateMethodBody", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "names", "typeName": "string[]" }], - "isStatic": false, - "name": "DefineGenericParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParameterBuilder", - "params": [ - { "name": "position", "typeName": "int" }, - { - "name": "attributes", - "typeName": "System.Reflection.ParameterAttributes" - }, - { "name": "strParamName", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetBaseDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetGenericMethodDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ILGenerator", - "params": [], - "isStatic": false, - "name": "GetILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ILGenerator", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": false, - "name": "GetILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [], - "isStatic": false, - "name": "GetModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [], - "isStatic": false, - "name": "GetToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "MakeGenericMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attributes", - "typeName": "System.Reflection.MethodImplAttributes" - } - ], - "isStatic": false, - "name": "SetImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "unmanagedMarshal", - "typeName": "System.Reflection.Emit.UnmanagedMarshal" - } - ], - "isStatic": false, - "name": "SetMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "il", "typeName": "byte[]" }, - { "name": "maxStack", "typeName": "int" }, - { "name": "localSignature", "typeName": "byte[]" }, - { - "name": "exceptionHandlers", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "tokenFixups", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetMethodBody", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameterTypes", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "SetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "returnType", "typeName": "System.Type" }], - "isStatic": false, - "name": "SetReturnType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "returnTypeRequiredCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "returnTypeOptionalCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "parameterTypeRequiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "parameterTypeOptionalCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": false, - "name": "SetSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetSymCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": ["_MethodRental"], - "fields": [ - { - "typeName": "int", - "name": "JitImmediate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "JitOnDemand", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "cls", "typeName": "System.Type" }, - { "name": "methodtoken", "typeName": "int" }, - { "name": "rgIL", "typeName": "System.IntPtr" }, - { "name": "methodSize", "typeName": "int" }, - { "name": "flags", "typeName": "int" } - ], - "isStatic": true, - "name": "SwapMethodBody", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodRental", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.Module", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_Module", - "ISerializable", - "_ModuleBuilder" - ], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MDStreamVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MetadataToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "ModuleVersionId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ScopeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CreateGlobalFunctions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolDocumentWriter", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "language", "typeName": "System.Guid" }, - { "name": "languageVendor", "typeName": "System.Guid" }, - { "name": "documentType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "DefineDocument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EnumBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "visibility", - "typeName": "System.Reflection.TypeAttributes" - }, - { "name": "underlyingType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "DefineEnum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineGlobalMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "requiredReturnTypeCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "optionalReturnTypeCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "requiredParameterTypeCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "optionalParameterTypeCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": false, - "name": "DefineGlobalMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineGlobalMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - } - ], - "isStatic": false, - "name": "DefineInitializedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "attribute", - "typeName": "System.Reflection.ResourceAttributes" - } - ], - "isStatic": false, - "name": "DefineManifestResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dllName", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "nativeCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { - "name": "nativeCharSet", - "typeName": "System.Runtime.InteropServices.CharSet" - } - ], - "isStatic": false, - "name": "DefinePInvokeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dllName", "typeName": "string" }, - { "name": "entryName", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "nativeCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { - "name": "nativeCharSet", - "typeName": "System.Runtime.InteropServices.CharSet" - } - ], - "isStatic": false, - "name": "DefinePInvokeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IResourceWriter", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "description", "typeName": "string" } - ], - "isStatic": false, - "name": "DefineResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IResourceWriter", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { - "name": "attribute", - "typeName": "System.Reflection.ResourceAttributes" - } - ], - "isStatic": false, - "name": "DefineResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" } - ], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { "name": "typesize", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { - "name": "packsize", - "typeName": "System.Reflection.Emit.PackingSize" - } - ], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { - "name": "packingSize", - "typeName": "System.Reflection.Emit.PackingSize" - }, - { "name": "typesize", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { "name": "interfaces", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "size", "typeName": "int" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - } - ], - "isStatic": false, - "name": "DefineUninitializedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "resource", "typeName": "byte[]" }], - "isStatic": false, - "name": "DefineUnmanagedResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "resourceFileName", "typeName": "string" }], - "isStatic": false, - "name": "DefineUnmanagedResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "arrayClass", "typeName": "System.Type" }, - { "name": "methodName", "typeName": "string" }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetArrayMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [ - { "name": "arrayClass", "typeName": "System.Type" }, - { "name": "methodName", "typeName": "string" }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetArrayMethodToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" } - ], - "isStatic": false, - "name": "GetConstructorToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [ - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - }, - { - "name": "optionalParameterTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "GetConstructorToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IList", - "params": [], - "isStatic": false, - "name": "GetCustomAttributesData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingFlags", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldToken", - "params": [ - { "name": "field", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": false, - "name": "GetFieldToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingFlags", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": false, - "name": "GetMethodToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodToken", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "optionalParameterTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "GetMethodToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "peKind", - "typeName": "System.Reflection.PortableExecutableKinds" - }, - { - "name": "machine", - "typeName": "System.Reflection.ImageFileMachine" - } - ], - "isStatic": false, - "name": "GetPEKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureToken", - "params": [ - { "name": "sigBytes", "typeName": "byte[]" }, - { "name": "sigLength", "typeName": "int" } - ], - "isStatic": false, - "name": "GetSignatureToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureToken", - "params": [ - { - "name": "sigHelper", - "typeName": "System.Reflection.Emit.SignatureHelper" - } - ], - "isStatic": false, - "name": "GetSignatureToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "X509Certificate", - "params": [], - "isStatic": false, - "name": "GetSignerCertificate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringToken", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": false, - "name": "GetStringConstant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISymbolWriter", - "params": [], - "isStatic": false, - "name": "GetSymWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeToken", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetTypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeToken", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetTypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsTransient", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "metadataToken", "typeName": "int" }, - { "name": "genericTypeArguments", "typeName": "System.Type[]" }, - { "name": "genericMethodArguments", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "ResolveField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MemberInfo", - "params": [ - { "name": "metadataToken", "typeName": "int" }, - { "name": "genericTypeArguments", "typeName": "System.Type[]" }, - { "name": "genericMethodArguments", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "ResolveMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [ - { "name": "metadataToken", "typeName": "int" }, - { "name": "genericTypeArguments", "typeName": "System.Type[]" }, - { "name": "genericMethodArguments", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "ResolveMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "metadataToken", "typeName": "int" }], - "isStatic": false, - "name": "ResolveSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "metadataToken", "typeName": "int" }], - "isStatic": false, - "name": "ResolveString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "metadataToken", "typeName": "int" }, - { "name": "genericTypeArguments", "typeName": "System.Type[]" }, - { "name": "genericMethodArguments", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "ResolveType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetSymCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "entryPoint", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": false, - "name": "SetUserEntryPoint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ModuleBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.MethodToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.MethodToken" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.MethodToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.MethodToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.MethodToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.MethodToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.FlowControl", - "name": "FlowControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "OpCodeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "OperandType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "StackBehaviourPop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "StackBehaviourPush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.OpCode" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "b", "typeName": "System.Reflection.Emit.OpCode" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.OpCode" }, - { "name": "b", "typeName": "System.Reflection.Emit.OpCode" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OpCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Add_Ovf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Add_Ovf_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "And", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Arglist", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Beq", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Beq_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bge", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bge_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bge_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bge_Un_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bgt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bgt_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bgt_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bgt_Un_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ble_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ble_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ble_Un_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Blt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Blt_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Blt_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Blt_Un_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bne_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Bne_Un_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Box", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Br", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Break", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Brfalse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Brfalse_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Brtrue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Brtrue_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Br_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Call", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Calli", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Callvirt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Castclass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ceq", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Cgt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Cgt_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ckfinite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Clt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Clt_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Constrained", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I1_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I2_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I4_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I8_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_I_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U1_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U2_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U4_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U8_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_Ovf_U_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_R_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_U", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_U1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_U2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_U4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Conv_U8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Cpblk", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Cpobj", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Div", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Div_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Dup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Endfilter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Endfinally", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Initblk", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Initobj", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Isinst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Jmp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarga", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarga_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarg_0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarg_1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarg_2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarg_3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldarg_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_M1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I4_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldc_R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelema", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_Ref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_U1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_U2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldelem_U4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldfld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldflda", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldftn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_Ref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_U1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_U2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldind_U4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldlen", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloca", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloca_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloc_0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloc_1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloc_2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloc_3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldloc_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldnull", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldobj", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldsfld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldsflda", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldstr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldtoken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ldvirtftn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Leave", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Leave_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Localloc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Mkrefany", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Mul", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Mul_Ovf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Mul_Ovf_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Neg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Newarr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Newobj", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Nop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Not", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Or", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Pop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix6", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefix7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Prefixref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Readonly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Refanytype", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Refanyval", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Rem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Rem_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Ret", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Rethrow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Shl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Shr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Shr_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Sizeof", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Starg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Starg_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stelem_Ref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stfld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_I", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stind_Ref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stloc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stloc_0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stloc_1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stloc_2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stloc_3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stloc_S", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stobj", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Stsfld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Sub", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Sub_Ovf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Sub_Ovf_Un", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Switch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Tailcall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Throw", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Unaligned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Unbox", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Unbox_Any", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Volatile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCode", - "name": "Xor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "inst", "typeName": "System.Reflection.Emit.OpCode" } - ], - "isStatic": true, - "name": "TakesSingleByteArgument", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OpCodes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "Annotation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "Macro", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "Nternal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "Objmodel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "Prefix", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OpCodeType", - "name": "Primitive", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.OpCodeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OpCodeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineBrTarget", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineI", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineI8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineNone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlinePhi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineSig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineSwitch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineTok", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "InlineVar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "ShortInlineBrTarget", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "ShortInlineI", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "ShortInlineR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.OperandType", - "name": "ShortInlineVar", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.OperandType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OperandType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size128", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Size8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "Unspecified", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.PackingSize", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PackingSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": ["_ParameterBuilder"], - "fields": [ - { - "typeName": "int", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsIn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsOptional", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsOut", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "ParameterToken", - "params": [], - "isStatic": false, - "name": "GetToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "defaultValue", "typeName": "object" }], - "isStatic": false, - "name": "SetConstant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "unmanagedMarshal", - "typeName": "System.Reflection.Emit.UnmanagedMarshal" - } - ], - "isStatic": false, - "name": "SetMarshal", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParameterBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.PropertyInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "_PropertyInfo", - "_PropertyBuilder" - ], - "fields": [ - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PropertyToken", - "name": "PropertyToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "PropertyType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "AddOtherMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetAccessors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetGetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetIndexParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetSetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "index", "typeName": "object[]" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "index", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "defaultValue", "typeName": "object" }], - "isStatic": false, - "name": "SetConstant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "SetGetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mdBuilder", - "typeName": "System.Reflection.Emit.MethodBuilder" - } - ], - "isStatic": false, - "name": "SetSetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { "name": "index", "typeName": "object[]" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "index", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PropertyBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.ParameterToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "obj", - "typeName": "System.Reflection.Emit.ParameterToken" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Reflection.Emit.ParameterToken" - }, - { "name": "b", "typeName": "System.Reflection.Emit.ParameterToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Reflection.Emit.ParameterToken" - }, - { "name": "b", "typeName": "System.Reflection.Emit.ParameterToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParameterToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.PropertyToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "obj", - "typeName": "System.Reflection.Emit.PropertyToken" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.PropertyToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.PropertyToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.PropertyToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.PropertyToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PropertyToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.PEFileKinds", - "name": "ConsoleApplication", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PEFileKinds", - "name": "Dll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PEFileKinds", - "name": "WindowApplication", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.PEFileKinds", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PEFileKinds", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": ["_SignatureHelper"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "clsArgument", "typeName": "System.Type" }], - "isStatic": false, - "name": "AddArgument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "argument", "typeName": "System.Type" }, - { "name": "pinned", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddArgument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "argument", "typeName": "System.Type" }, - { "name": "requiredCustomModifiers", "typeName": "System.Type[]" }, - { "name": "optionalCustomModifiers", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "AddArgument", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arguments", "typeName": "System.Type[]" }, - { - "name": "requiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { "name": "optionalCustomModifiers", "typeName": "System.Type[][]" } - ], - "isStatic": false, - "name": "AddArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AddSentinel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [{ "name": "mod", "typeName": "System.Reflection.Module" }], - "isStatic": true, - "name": "GetFieldSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [], - "isStatic": true, - "name": "GetLocalVarSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [{ "name": "mod", "typeName": "System.Reflection.Module" }], - "isStatic": true, - "name": "GetLocalVarSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetMethodSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { "name": "mod", "typeName": "System.Reflection.Module" }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetMethodSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { "name": "mod", "typeName": "System.Reflection.Module" }, - { - "name": "unmanagedCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { "name": "returnType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetMethodSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { "name": "mod", "typeName": "System.Reflection.Module" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": true, - "name": "GetMethodSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { - "name": "unmanagedCallingConvention", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { "name": "returnType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetMethodSigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { "name": "mod", "typeName": "System.Reflection.Module" }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "requiredReturnTypeCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "optionalReturnTypeCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "requiredParameterTypeCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "optionalParameterTypeCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": true, - "name": "GetPropertySigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { "name": "mod", "typeName": "System.Reflection.Module" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": true, - "name": "GetPropertySigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SignatureHelper", - "params": [ - { "name": "mod", "typeName": "System.Reflection.Module" }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "requiredReturnTypeCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "optionalReturnTypeCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "requiredParameterTypeCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "optionalParameterTypeCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": true, - "name": "GetPropertySigHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SignatureHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.SignatureToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "obj", - "typeName": "System.Reflection.Emit.SignatureToken" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Reflection.Emit.SignatureToken" - }, - { "name": "b", "typeName": "System.Reflection.Emit.SignatureToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Reflection.Emit.SignatureToken" - }, - { "name": "b", "typeName": "System.Reflection.Emit.SignatureToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SignatureToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pop0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pop1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pop1_pop1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi_pop1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi_popi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi_popi8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi_popi_popi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi_popr4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popi_popr8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_pop1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi_pop1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi_popi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi_popi8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi_popr4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi_popr8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Popref_popi_popref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Push0", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Push1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Push1_push1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pushi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pushi8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pushr4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pushr8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Pushref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Varpop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.StackBehaviour", - "name": "Varpush", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Reflection.Emit.StackBehaviour", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StackBehaviour", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Emit.TypeToken", - "name": "Empty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.TypeToken" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.TypeToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.TypeToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.TypeToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.TypeToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Reflection.Emit.StringToken" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.StringToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.StringToken" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Reflection.Emit.StringToken" }, - { "name": "b", "typeName": "System.Reflection.Emit.StringToken" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ElementCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "GetUnmanagedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "IIDGuid", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnmanagedMarshal", - "params": [{ "name": "elemCount", "typeName": "int" }], - "isStatic": true, - "name": "DefineByValArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnmanagedMarshal", - "params": [{ "name": "elemCount", "typeName": "int" }], - "isStatic": true, - "name": "DefineByValTStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnmanagedMarshal", - "params": [ - { - "name": "elemType", - "typeName": "System.Runtime.InteropServices.UnmanagedType" - } - ], - "isStatic": true, - "name": "DefineLPArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnmanagedMarshal", - "params": [ - { - "name": "elemType", - "typeName": "System.Runtime.InteropServices.UnmanagedType" - } - ], - "isStatic": true, - "name": "DefineSafeArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnmanagedMarshal", - "params": [ - { - "name": "unmanagedType", - "typeName": "System.Runtime.InteropServices.UnmanagedType" - } - ], - "isStatic": true, - "name": "DefineUnmanagedMarshal", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnmanagedMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection.Emit", - "baseClass": "System.Reflection.TypeInfo", - "attribute": "", - "interfaces": [ - "ICustomAttributeProvider", - "_MemberInfo", - "IReflect", - "_Type", - "IReflectableType", - "_TypeBuilder" - ], - "fields": [ - { - "typeName": "int", - "name": "UnspecifiedTypeSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "DeclaringMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.GenericParameterAttributes", - "name": "GenericParameterAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "GenericParameterPosition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "GUID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructedGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericParameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGenericTypeDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecuritySafeCritical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSecurityTransparent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.PackingSize", - "name": "PackingSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeTypeHandle", - "name": "TypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Emit.TypeToken", - "name": "TypeToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - }, - { "name": "pset", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "AddDeclarativeSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "AddInterfaceImplementation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "CreateType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeInfo", - "params": [], - "isStatic": false, - "name": "CreateTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorBuilder", - "params": [ - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorBuilder", - "params": [ - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "requiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { "name": "optionalCustomModifiers", "typeName": "System.Type[][]" } - ], - "isStatic": false, - "name": "DefineConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorBuilder", - "params": [ - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - } - ], - "isStatic": false, - "name": "DefineDefaultConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.EventAttributes" - }, - { "name": "eventtype", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "DefineEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - } - ], - "isStatic": false, - "name": "DefineField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "requiredCustomModifiers", "typeName": "System.Type[]" }, - { "name": "optionalCustomModifiers", "typeName": "System.Type[]" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - } - ], - "isStatic": false, - "name": "DefineField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "names", "typeName": "string[]" }], - "isStatic": false, - "name": "DefineGenericParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - } - ], - "isStatic": false, - "name": "DefineInitializedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - } - ], - "isStatic": false, - "name": "DefineMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - } - ], - "isStatic": false, - "name": "DefineMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "returnTypeRequiredCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "returnTypeOptionalCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "parameterTypeRequiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "parameterTypeOptionalCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": false, - "name": "DefineMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "methodInfoBody", - "typeName": "System.Reflection.MethodInfo" - }, - { - "name": "methodInfoDeclaration", - "typeName": "System.Reflection.MethodInfo" - } - ], - "isStatic": false, - "name": "DefineMethodOverride", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" } - ], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { "name": "typeSize", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { - "name": "packSize", - "typeName": "System.Reflection.Emit.PackingSize" - } - ], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { - "name": "packSize", - "typeName": "System.Reflection.Emit.PackingSize" - }, - { "name": "typeSize", "typeName": "int" } - ], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TypeBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, - { "name": "parent", "typeName": "System.Type" }, - { "name": "interfaces", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dllName", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "nativeCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { - "name": "nativeCharSet", - "typeName": "System.Runtime.InteropServices.CharSet" - } - ], - "isStatic": false, - "name": "DefinePInvokeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dllName", "typeName": "string" }, - { "name": "entryName", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "nativeCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { - "name": "nativeCharSet", - "typeName": "System.Runtime.InteropServices.CharSet" - } - ], - "isStatic": false, - "name": "DefinePInvokeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "dllName", "typeName": "string" }, - { "name": "entryName", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.MethodAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "returnTypeRequiredCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "returnTypeOptionalCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "parameterTypeRequiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "parameterTypeOptionalCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "nativeCallConv", - "typeName": "System.Runtime.InteropServices.CallingConvention" - }, - { - "name": "nativeCharSet", - "typeName": "System.Runtime.InteropServices.CharSet" - } - ], - "isStatic": false, - "name": "DefinePInvokeMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.PropertyAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.PropertyAttributes" - }, - { - "name": "callingConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "returnTypeRequiredCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "returnTypeOptionalCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "parameterTypeRequiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "parameterTypeOptionalCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": false, - "name": "DefineProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.PropertyAttributes" - }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "parameterTypes", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "DefineProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "attributes", - "typeName": "System.Reflection.PropertyAttributes" - }, - { "name": "returnType", "typeName": "System.Type" }, - { - "name": "returnTypeRequiredCustomModifiers", - "typeName": "System.Type[]" - }, - { - "name": "returnTypeOptionalCustomModifiers", - "typeName": "System.Type[]" - }, - { "name": "parameterTypes", "typeName": "System.Type[]" }, - { - "name": "parameterTypeRequiredCustomModifiers", - "typeName": "System.Type[][]" - }, - { - "name": "parameterTypeOptionalCustomModifiers", - "typeName": "System.Type[][]" - } - ], - "isStatic": false, - "name": "DefineProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorBuilder", - "params": [], - "isStatic": false, - "name": "DefineTypeInitializer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "size", "typeName": "int" }, - { - "name": "attributes", - "typeName": "System.Reflection.FieldAttributes" - } - ], - "isStatic": false, - "name": "DefineUninitializedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "constructor", - "typeName": "System.Reflection.ConstructorInfo" - } - ], - "isStatic": true, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "field", "typeName": "System.Reflection.FieldInfo" } - ], - "isStatic": true, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGenericArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetGenericTypeDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Reflection.MemberTypes" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } - ], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsCreated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsSubclassOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "rank", "typeName": "int" }], - "isStatic": false, - "name": "MakeArrayType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakeByRefType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "MakeGenericType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "MakePointerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, - { "name": "binaryAttribute", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customBuilder", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder" - } - ], - "isStatic": false, - "name": "SetCustomAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parent", "typeName": "System.Type" }], - "isStatic": false, - "name": "SetParent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Reflection", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetCustomType", - "comment": "", - "location": "System.dll" - } - ], - "name": "ICustomTypeProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEnumerable", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IResourceReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Generate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IResourceWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MissingManifestResourceException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "CultureName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "cultureName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MissingSatelliteAssemblyException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "CultureName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Resources.UltimateResourceFallbackLocation", - "name": "Location", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "cultureName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cultureName", "typeName": "string" }, - { - "name": "location", - "typeName": "System.Resources.UltimateResourceFallbackLocation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NeutralResourcesLanguageAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "HeaderVersionNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MagicNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "BaseName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IgnoreCase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ResourceSetType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "baseName", "typeName": "string" }, - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "baseName", "typeName": "string" }, - { "name": "assembly", "typeName": "System.Reflection.Assembly" }, - { "name": "usingResourceSet", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "resourceSource", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ResourceManager", - "params": [ - { "name": "baseName", "typeName": "string" }, - { "name": "resourceDir", "typeName": "string" }, - { "name": "usingResourceSet", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "CreateFileBasedResourceManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ResourceSet", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "createIfNotExists", "typeName": "bool" }, - { "name": "tryParents", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetResourceSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnmanagedMemoryStream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UnmanagedMemoryStream", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseAllResources", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "object", - "attribute": "", - "interfaces": ["IResourceReader", "IEnumerable", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "resourceName", "typeName": "string" }, - { "name": "resourceType", "typeName": "string" }, - { "name": "resourceData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "GetResourceData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerable", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.Resources.IResourceReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetDefaultReader", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetDefaultWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "object", - "attribute": "", - "interfaces": ["IResourceWriter", "IDisposable"], - "fields": [ - { - "typeName": "System.Func", - "name": "TypeNameConverter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "System.IO.Stream" }, - { "name": "closeAfterWrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AddResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "serializedData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "AddResourceData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Generate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceWriter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "version", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SatelliteContractVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Resources", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Resources.UltimateResourceFallbackLocation", - "name": "MainAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Resources.UltimateResourceFallbackLocation", - "name": "Satellite", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Resources.UltimateResourceFallbackLocation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UltimateResourceFallbackLocation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "TargetedPatchBand", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "targetedPatchBand", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyTargetedPatchBandAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.GCLargeObjectHeapCompactionMode", - "name": "CompactOnce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLargeObjectHeapCompactionMode", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.GCLargeObjectHeapCompactionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GCLargeObjectHeapCompactionMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.GCLatencyMode", - "name": "Batch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLatencyMode", - "name": "Interactive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLatencyMode", - "name": "LowLatency", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLatencyMode", - "name": "NoGCRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLatencyMode", - "name": "SustainedLowLatency", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.GCLatencyMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GCLatencyMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsServerGC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLargeObjectHeapCompactionMode", - "name": "LargeObjectHeapCompactionMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.GCLatencyMode", - "name": "LatencyMode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "GCSettings", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "sizeInMegabytes", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MemoryFailPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "directoryPath", "typeName": "string" }], - "isStatic": true, - "name": "SetProfileRoot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "profile", "typeName": "string" }], - "isStatic": true, - "name": "StartProfile", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ProfileOptimization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Reason", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "reason", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TargetedPatchingOptOutAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ConstrainedExecution", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.ConstrainedExecution.Cer", - "name": "MayFail", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.ConstrainedExecution.Cer", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.ConstrainedExecution.Cer", - "name": "Success", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.ConstrainedExecution.Cer", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Cer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ConstrainedExecution", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.ConstrainedExecution.Consistency", - "name": "MayCorruptAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.ConstrainedExecution.Consistency", - "name": "MayCorruptInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.ConstrainedExecution.Consistency", - "name": "MayCorruptProcess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.ConstrainedExecution.Consistency", - "name": "WillNotCorruptState", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.ConstrainedExecution.Consistency", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Consistency", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ConstrainedExecution", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "CriticalFinalizerObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ConstrainedExecution", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PrePrepareMethodAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ConstrainedExecution", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.ConstrainedExecution.Cer", - "name": "Cer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.ConstrainedExecution.Consistency", - "name": "ConsistencyGuarantee", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "consistencyGuarantee", - "typeName": "System.Runtime.ConstrainedExecution.Consistency" - }, - { - "name": "cer", - "typeName": "System.Runtime.ConstrainedExecution.Cer" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReliabilityContractAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ExceptionServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Exception", - "name": "SourceException", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "ExceptionDispatchInfo", - "params": [{ "name": "source", "typeName": "System.Exception" }], - "isStatic": true, - "name": "Capture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Throw", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExceptionDispatchInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ExceptionServices", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Exception", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FirstChanceExceptionEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.ExceptionServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HandleProcessCorruptedStateExceptionsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.DesignerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "paths", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyName", "typeName": "string" }], - "isStatic": false, - "name": "GetAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "paths", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "InitializeSharedContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.DesignerServices.WindowsRuntimeDesignerContext" - } - ], - "isStatic": true, - "name": "SetIterationContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsRuntimeDesignerContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Runtime.Remoting.TypeEntry", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ApplicationUrl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Contexts.IContextAttribute[]", - "name": "ContextAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "appUrl", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "appUrl", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ActivatedClientTypeEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Runtime.Remoting.TypeEntry", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Contexts.IContextAttribute[]", - "name": "ContextAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ActivatedServiceTypeEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.CustomErrorsModes", - "name": "Off", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.CustomErrorsModes", - "name": "On", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.CustomErrorsModes", - "name": "RemoteOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.CustomErrorsModes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomErrorsModes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object[]", - "name": "ChannelData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IChannelInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink", - "name": "EnvoySinks", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IEnvoyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "DebugOutChnl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapAttribute", - "params": [{ "name": "reflectionObject", "typeName": "object" }], - "isStatic": true, - "name": "GetCachedSoapAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "RemotingAssert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "messages", "typeName": "object[]" }], - "isStatic": true, - "name": "RemotingTrace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "m", - "typeName": "System.Runtime.Remoting.Messaging.MethodCall" - }, - { "name": "srvID", "typeName": "object" } - ], - "isStatic": true, - "name": "SetServerIdentity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalRemotingServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", - "name": "Guarantees", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "guarantees", - "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComponentGuaranteesAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "fromType", "typeName": "System.Type" }, - { "name": "o", "typeName": "object" } - ], - "isStatic": false, - "name": "CanCastTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IRemotingTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Unwrap", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IObjectHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IObjectHandle"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "InitializeLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Unwrap", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "object", - "attribute": "", - "interfaces": ["IObjectReference", "ISerializable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.IChannelInfo", - "name": "ChannelInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.IEnvoyInfo", - "name": "EnvoyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.IRemotingTypeInfo", - "name": "TypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "URI", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "o", "typeName": "System.MarshalByRefObject" }, - { "name": "requestedType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetRealObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsFromThisAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsFromThisProcess", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ApplicationId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ApplicationName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.CustomErrorsModes", - "name": "CustomErrorsMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ProcessId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": true, - "name": "Configure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { "name": "ensureSecurity", "typeName": "bool" } - ], - "isStatic": true, - "name": "Configure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "isLocalRequest", "typeName": "bool" }], - "isStatic": true, - "name": "CustomErrorsEnabled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetRegisteredActivatedClientTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetRegisteredActivatedServiceTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetRegisteredWellKnownClientTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetRegisteredWellKnownServiceTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "svrType", "typeName": "System.Type" }], - "isStatic": true, - "name": "IsActivationAllowed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ActivatedClientTypeEntry", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" } - ], - "isStatic": true, - "name": "IsRemotelyActivatedClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ActivatedClientTypeEntry", - "params": [{ "name": "svrType", "typeName": "System.Type" }], - "isStatic": true, - "name": "IsRemotelyActivatedClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WellKnownClientTypeEntry", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" } - ], - "isStatic": true, - "name": "IsWellKnownClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WellKnownClientTypeEntry", - "params": [{ "name": "svrType", "typeName": "System.Type" }], - "isStatic": true, - "name": "IsWellKnownClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entry", - "typeName": "System.Runtime.Remoting.ActivatedClientTypeEntry" - } - ], - "isStatic": true, - "name": "RegisterActivatedClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "appUrl", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterActivatedClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entry", - "typeName": "System.Runtime.Remoting.ActivatedServiceTypeEntry" - } - ], - "isStatic": true, - "name": "RegisterActivatedServiceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "RegisterActivatedServiceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entry", - "typeName": "System.Runtime.Remoting.WellKnownClientTypeEntry" - } - ], - "isStatic": true, - "name": "RegisterWellKnownClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "objectUrl", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterWellKnownClientType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "entry", - "typeName": "System.Runtime.Remoting.WellKnownServiceTypeEntry" - } - ], - "isStatic": true, - "name": "RegisterWellKnownServiceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "objectUri", "typeName": "string" }, - { - "name": "mode", - "typeName": "System.Runtime.Remoting.WellKnownObjectMode" - } - ], - "isStatic": true, - "name": "RegisterWellKnownServiceType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RemotingConfiguration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", - "name": "SideBySide", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", - "name": "Stable", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComponentGuaranteesOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "InnerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RemotingException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "classToProxy", "typeName": "System.Type" }, - { "name": "url", "typeName": "string" } - ], - "isStatic": true, - "name": "Connect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "classToProxy", "typeName": "System.Type" }, - { "name": "url", "typeName": "string" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": true, - "name": "Connect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "Disconnect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMethodReturnMessage", - "params": [ - { "name": "target", "typeName": "System.MarshalByRefObject" }, - { - "name": "reqMsg", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": true, - "name": "ExecuteMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessageSink", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "GetEnvoyChainForProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "GetLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodBase", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMethodMessage" - } - ], - "isStatic": true, - "name": "GetMethodBaseFromMethodMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": true, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "GetObjectUri", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjRef", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "GetObjRefForProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RealProxy", - "params": [{ "name": "proxy", "typeName": "object" }], - "isStatic": true, - "name": "GetRealProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "URI", "typeName": "string" }], - "isStatic": true, - "name": "GetServerTypeForUri", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMethodMessage" - } - ], - "isStatic": true, - "name": "GetSessionIdForMethodMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMethodMessage" - } - ], - "isStatic": true, - "name": "IsMethodOverloaded", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tp", "typeName": "object" }], - "isStatic": true, - "name": "IsObjectOutOfAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tp", "typeName": "object" }], - "isStatic": true, - "name": "IsObjectOutOfContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "IsOneWay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "proxy", "typeName": "object" }], - "isStatic": true, - "name": "IsTransparentProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stage", "typeName": "int" }], - "isStatic": true, - "name": "LogRemotingStage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjRef", - "params": [ - { "name": "Obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "Marshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjRef", - "params": [ - { "name": "Obj", "typeName": "System.MarshalByRefObject" }, - { "name": "URI", "typeName": "string" } - ], - "isStatic": true, - "name": "Marshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjRef", - "params": [ - { "name": "Obj", "typeName": "System.MarshalByRefObject" }, - { "name": "ObjURI", "typeName": "string" }, - { "name": "RequestedType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Marshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" }, - { "name": "uri", "typeName": "string" } - ], - "isStatic": true, - "name": "SetObjectUriForMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "objectRef", - "typeName": "System.Runtime.Remoting.ObjRef" - } - ], - "isStatic": true, - "name": "Unmarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "objectRef", - "typeName": "System.Runtime.Remoting.ObjRef" - }, - { "name": "fRefine", "typeName": "bool" } - ], - "isStatic": true, - "name": "Unmarshal", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RemotingServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "ConsumptionScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "ResourceScope", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "resourceScope", - "typeName": "System.Runtime.Versioning.ResourceScope" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "resourceScope", - "typeName": "System.Runtime.Versioning.ResourceScope" - }, - { - "name": "consumptionScope", - "typeName": "System.Runtime.Versioning.ResourceScope" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceConsumptionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Runtime.Remoting.RemotingException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "InnerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RemotingTimeoutException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "InnerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ServerException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "ResourceExposureLevel", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "exposureLevel", - "typeName": "System.Runtime.Versioning.ResourceScope" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceExposureAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "XmlNsForClrType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNsForClrTypeWithAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNsForClrTypeWithNs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNsForClrTypeWithNsAndAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "typeNamespace", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" } - ], - "isStatic": true, - "name": "CodeXmlNamespaceForClrTypeNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "inNamespace", "typeName": "string" }, - { "name": "typeNamespace", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" } - ], - "isStatic": true, - "name": "DecodeXmlNamespaceForClrTypeNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "containingType", "typeName": "System.Type" }, - { "name": "xmlAttribute", "typeName": "string" }, - { "name": "xmlNamespace", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "GetInteropFieldTypeAndNameFromXmlAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "containingType", "typeName": "System.Type" }, - { "name": "xmlElement", "typeName": "string" }, - { "name": "xmlNamespace", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "GetInteropFieldTypeAndNameFromXmlElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "xmlElement", "typeName": "string" }, - { "name": "xmlNamespace", "typeName": "string" } - ], - "isStatic": true, - "name": "GetInteropTypeFromXmlElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "xmlType", "typeName": "string" }, - { "name": "xmlTypeNamespace", "typeName": "string" } - ], - "isStatic": true, - "name": "GetInteropTypeFromXmlType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "mb", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "GetSoapActionFromMethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "soapAction", "typeName": "string" }, - { "name": "typeName", "typeName": "string" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetTypeAndMethodNameFromSoapAction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "xmlElement", "typeName": "string" }, - { "name": "xmlNamespace", "typeName": "string" } - ], - "isStatic": true, - "name": "GetXmlElementForInteropType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "mb", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "GetXmlNamespaceForMethodCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "mb", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "GetXmlNamespaceForMethodResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "xmlType", "typeName": "string" }, - { "name": "xmlTypeNamespace", "typeName": "string" } - ], - "isStatic": true, - "name": "GetXmlTypeForInteropType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "namespaceString", "typeName": "string" }], - "isStatic": true, - "name": "IsClrTypeNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "soapAction", "typeName": "string" }, - { "name": "mb", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "IsSoapActionValidForMethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "PreLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "PreLoad", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlElement", "typeName": "string" }, - { "name": "xmlNamespace", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "RegisterInteropXmlElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlType", "typeName": "string" }, - { "name": "xmlTypeNamespace", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "RegisterInteropXmlType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mb", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "RegisterSoapActionForMethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mb", "typeName": "System.Reflection.MethodBase" }, - { "name": "soapAction", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterSoapActionForMethodBase", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AssemblyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "TypeEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "AppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "Library", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "Machine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "Private", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Versioning.ResourceScope", - "name": "Process", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Versioning.ResourceScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Runtime.Remoting.TypeEntry", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ApplicationUrl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ObjectUrl", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "objectUrl", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "objectUrl", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WellKnownClientTypeEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.WellKnownObjectMode", - "name": "SingleCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.WellKnownObjectMode", - "name": "Singleton", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.WellKnownObjectMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WellKnownObjectMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "FrameworkDisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FrameworkName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "frameworkName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TargetFrameworkAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "from", - "typeName": "System.Runtime.Versioning.ResourceScope" - }, - { - "name": "to", - "typeName": "System.Runtime.Versioning.ResourceScope" - } - ], - "isStatic": true, - "name": "MakeVersionSafeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "from", - "typeName": "System.Runtime.Versioning.ResourceScope" - }, - { - "name": "to", - "typeName": "System.Runtime.Versioning.ResourceScope" - }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "MakeVersionSafeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VersioningHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting", - "baseClass": "System.Runtime.Remoting.TypeEntry", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Contexts.IContextAttribute[]", - "name": "ContextAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.WellKnownObjectMode", - "name": "Mode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ObjectUri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "objectUri", "typeName": "string" }, - { - "name": "mode", - "typeName": "System.Runtime.Remoting.WellKnownObjectMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "objectUri", "typeName": "string" }, - { - "name": "mode", - "typeName": "System.Runtime.Remoting.WellKnownObjectMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WellKnownServiceTypeEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Versioning", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Identifier", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Profile", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "frameworkName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identifier", "typeName": "string" }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identifier", "typeName": "string" }, - { "name": "version", "typeName": "System.Version" }, - { "name": "profile", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Runtime.Versioning.FrameworkName" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Runtime.Versioning.FrameworkName" - }, - { - "name": "right", - "typeName": "System.Runtime.Versioning.FrameworkName" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Runtime.Versioning.FrameworkName" - }, - { - "name": "right", - "typeName": "System.Runtime.Versioning.FrameworkName" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "FrameworkName", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.Hosting", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.ActivationContext", - "name": "ActivationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "ActivationData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ApplicationIdentity", - "name": "ApplicationIdentity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "activationData", "typeName": "System.ActivationContext" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - }, - { "name": "activationData", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "applicationIdentity", - "typeName": "System.ApplicationIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "applicationIdentity", - "typeName": "System.ApplicationIdentity" - }, - { "name": "activationData", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ActivationArguments", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Hosting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ObjectHandle", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - }, - { "name": "activationCustomData", "typeName": "string[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationActivator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Activation", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "name": "AppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "name": "Construction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "name": "Machine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "name": "Process", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ActivatorLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Activation", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", - "name": "Level", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.IActivator", - "name": "NextActivator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IConstructionReturnMessage", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "Activate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IActivator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Activation", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IMethodCallMessage", "IMethodMessage", "IMessage"], - "fields": [ - { - "typeName": "System.Type", - "name": "ActivationType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ActivationTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.IActivator", - "name": "Activator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "CallSiteActivationAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IList", - "name": "ContextProperties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IConstructionCallMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ContextID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Contexts.IContextProperty[]", - "name": "ContextProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Contexts.Context", - "name": "DefaultContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalDataStoreSlot", - "params": [], - "isStatic": true, - "name": "AllocateDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalDataStoreSlot", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "AllocateNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "deleg", - "typeName": "System.Runtime.Remoting.Contexts.CrossContextDelegate" - } - ], - "isStatic": false, - "name": "DoCallBack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "FreeNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Freeze", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "slot", "typeName": "System.LocalDataStoreSlot" } - ], - "isStatic": true, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalDataStoreSlot", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IContextProperty", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "prop", - "typeName": "System.Runtime.Remoting.Contexts.IDynamicProperty" - }, - { "name": "obj", "typeName": "System.ContextBoundObject" }, - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": true, - "name": "RegisterDynamicProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "slot", "typeName": "System.LocalDataStoreSlot" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": true, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "prop", - "typeName": "System.Runtime.Remoting.Contexts.IContextProperty" - } - ], - "isStatic": false, - "name": "SetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "obj", "typeName": "System.ContextBoundObject" }, - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": true, - "name": "UnregisterDynamicProperty", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute", "IContextAttribute", "IContextProperty"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "newContext", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": false, - "name": "Freeze", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctorMsg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "GetPropertiesForNewContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - }, - { - "name": "ctorMsg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "IsContextOK", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "newCtx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": false, - "name": "IsNewContextOK", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContextAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Property", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ContextProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CrossContextDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "GetPropertiesForNewContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "IsContextOK", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContextAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "newContext", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": false, - "name": "Freeze", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "newCtx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": false, - "name": "IsNewContextOK", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContextProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "CollectFromClientContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionReturnMessage" - } - ], - "isStatic": false, - "name": "CollectFromServerContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "DeliverClientContextToServerContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionReturnMessage" - } - ], - "isStatic": false, - "name": "DeliverServerContextToClientContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "IsOKToActivate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContextPropertyActivator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IMessageSink", - "params": [ - { - "name": "nextSink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "GetClientContextSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContributeClientContextSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IDynamicMessageSink", - "params": [], - "isStatic": false, - "name": "GetDynamicSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContributeDynamicSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IMessageSink", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" }, - { - "name": "nextSink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "GetEnvoySink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContributeEnvoySink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IMessageSink", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" }, - { - "name": "nextSink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "GetObjectSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContributeObjectSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IMessageSink", - "params": [ - { - "name": "nextSink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "GetServerContextSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IContributeServerContextSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "replyMsg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { "name": "bCliSide", "typeName": "bool" }, - { "name": "bAsync", "typeName": "bool" } - ], - "isStatic": false, - "name": "ProcessMessageFinish", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "reqMsg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { "name": "bCliSide", "typeName": "bool" }, - { "name": "bAsync", "typeName": "bool" } - ], - "isStatic": false, - "name": "ProcessMessageStart", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDynamicMessageSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IDynamicProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Contexts", - "baseClass": "System.Runtime.Remoting.Contexts.ContextAttribute", - "attribute": "", - "interfaces": [ - "_Attribute", - "IContextAttribute", - "IContextProperty", - "IContributeClientContextSink", - "IContributeServerContextSink" - ], - "fields": [ - { - "typeName": "int", - "name": "NOT_SUPPORTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "REQUIRED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "REQUIRES_NEW", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SUPPORTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReEntrant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Locked", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "reEntrant", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "flag", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "flag", "typeName": "int" }, - { "name": "reEntrant", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessageSink", - "params": [ - { - "name": "nextSink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "GetClientContextSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctorMsg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "GetPropertiesForNewContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessageSink", - "params": [ - { - "name": "nextSink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "GetServerContextSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "IsContextOK", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SynchronizationAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Activation", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IMethodReturnMessage", "IMethodMessage", "IMessage"], - "fields": [], - "methods": [], - "name": "IConstructionReturnMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Activation", - "baseClass": "System.Runtime.Remoting.Contexts.ContextAttribute", - "attribute": "", - "interfaces": ["_Attribute", "IContextAttribute", "IContextProperty"], - "fields": [ - { - "typeName": "string", - "name": "UrlValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "callsiteURL", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctorMsg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "GetPropertiesForNewContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "IsContextOK", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UrlAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Lifetime", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["ISponsor"], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "RenewalTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "renewalTime", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "InitializeLifetimeService", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [ - { - "name": "lease", - "typeName": "System.Runtime.Remoting.Lifetime.ILease" - } - ], - "isStatic": false, - "name": "Renewal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": false, - "name": "Unregister", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ClientSponsor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Lifetime", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "CurrentLeaseTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "name": "CurrentState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "InitialLeaseTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "RenewOnCallTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "SponsorshipTimeout", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "obj", - "typeName": "System.Runtime.Remoting.Lifetime.ISponsor" - } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "obj", - "typeName": "System.Runtime.Remoting.Lifetime.ISponsor" - }, - { "name": "renewalTime", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "renewalTime", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Renew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "obj", - "typeName": "System.Runtime.Remoting.Lifetime.ISponsor" - } - ], - "isStatic": false, - "name": "Unregister", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ILease", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Lifetime", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TimeSpan", - "params": [ - { - "name": "lease", - "typeName": "System.Runtime.Remoting.Lifetime.ILease" - } - ], - "isStatic": false, - "name": "Renewal", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISponsor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Lifetime", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "name": "Active", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "name": "Expired", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "name": "Initial", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "name": "Null", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "name": "Renewing", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.Lifetime.LeaseState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LeaseState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Lifetime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "LeaseManagerPollTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "LeaseTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "RenewOnCallTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "SponsorshipTimeout", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LifetimeServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFixedSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Keys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ICollection", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionaryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "object" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BaseChannelObjectWithProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [], - "methods": [], - "name": "BaseChannelSinkWithProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties", - "attribute": "", - "interfaces": ["IDictionary", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "BaseChannelWithProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": ["IChannelDataStore"], - "fields": [ - { - "typeName": "string[]", - "name": "ChannelUris", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "channelURIs", "typeName": "string[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ChannelDataStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Channels.IChannel[]", - "name": "RegisteredChannels", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IMessageCtrl", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "replySink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": true, - "name": "AsyncDispatchMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IServerChannelSink", - "params": [ - { - "name": "provider", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkProvider" - }, - { - "name": "channel", - "typeName": "System.Runtime.Remoting.Channels.IChannelReceiver" - } - ], - "isStatic": true, - "name": "CreateServerChannelSinkChain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ServerProcessing", - "params": [ - { - "name": "sinkStack", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkStack" - }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "replyMsg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": true, - "name": "DispatchMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IChannel", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetChannel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "GetChannelSinkProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "obj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "GetUrlsForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "chnl", - "typeName": "System.Runtime.Remoting.Channels.IChannel" - } - ], - "isStatic": true, - "name": "RegisterChannel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "chnl", - "typeName": "System.Runtime.Remoting.Channels.IChannel" - }, - { "name": "ensureSecurity", "typeName": "bool" } - ], - "isStatic": true, - "name": "RegisterChannel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessage", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": true, - "name": "SyncDispatchMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "chnl", - "typeName": "System.Runtime.Remoting.Channels.IChannel" - } - ], - "isStatic": true, - "name": "UnregisterChannel", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ChannelServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IClientChannelSinkStack", - "IClientResponseChannelSinkStack" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "replySink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "e", "typeName": "System.Exception" }], - "isStatic": false, - "name": "DispatchException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": "DispatchReplyMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" - } - ], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ClientChannelSinkStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ChannelName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ChannelPriority", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "objectURI", "typeName": "string" } - ], - "isStatic": false, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IChannel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string[]", - "name": "ChannelUris", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IChannelDataStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IChannel"], - "fields": [ - { - "typeName": "object", - "name": "ChannelData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "objectURI", "typeName": "string" }], - "isStatic": false, - "name": "GetUrlsForUri", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "object" }], - "isStatic": false, - "name": "StartListening", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "object" }], - "isStatic": false, - "name": "StopListening", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IChannelReceiver", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ChannelScheme", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink", - "name": "ChannelSinkChain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "WantsToListen", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "channelUri", "typeName": "string" }], - "isStatic": false, - "name": "AddHookChannelUri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IChannelReceiverHook", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IChannel"], - "fields": [], - "methods": [ - { - "returnTypeName": "IMessageSink", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "remoteChannelData", "typeName": "object" }, - { "name": "objectURI", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateMessageSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IChannelSender", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IChannelSinkBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IChannelSinkBase"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink", - "name": "NextChannelSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sinkStack", - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSinkStack" - }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessRequest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sinkStack", - "typeName": "System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack" - }, - { "name": "state", "typeName": "object" }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - } - ], - "isStatic": false, - "name": "GetRequestStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "requestHeaders", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "requestStream", "typeName": "System.IO.Stream" }, - { - "name": "responseHeaders", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "responseStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "ProcessMessage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IClientChannelSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSinkProvider", - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IClientChannelSink", - "params": [ - { - "name": "channel", - "typeName": "System.Runtime.Remoting.Channels.IChannelSender" - }, - { "name": "url", "typeName": "string" }, - { "name": "remoteChannelData", "typeName": "object" } - ], - "isStatic": false, - "name": "CreateSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IClientChannelSinkProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IClientResponseChannelSinkStack"], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" - } - ], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IClientChannelSinkStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IClientChannelSink", "IChannelSinkBase", "IMessageSink"], - "fields": [], - "methods": [], - "name": "IClientFormatterSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IClientChannelSinkProvider"], - "fields": [], - "methods": [], - "name": "IClientFormatterSinkProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "e", "typeName": "System.Exception" }], - "isStatic": false, - "name": "DispatchException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": "DispatchReplyMessage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IClientResponseChannelSinkStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsSecured", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ISecurableChannel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IChannelSinkBase"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink", - "name": "NextChannelSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sinkStack", - "typeName": "System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack" - }, - { "name": "state", "typeName": "object" }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { - "name": "sinkStack", - "typeName": "System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack" - }, - { "name": "state", "typeName": "object" }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - } - ], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ServerProcessing", - "params": [ - { - "name": "sinkStack", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkStack" - }, - { - "name": "requestMsg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "requestHeaders", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "requestStream", "typeName": "System.IO.Stream" }, - { - "name": "responseMsg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "responseHeaders", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "responseStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "ProcessMessage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IServerChannelSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkProvider", - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IServerChannelSink", - "params": [ - { - "name": "channel", - "typeName": "System.Runtime.Remoting.Channels.IChannelReceiver" - } - ], - "isStatic": false, - "name": "CreateSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "channelData", - "typeName": "System.Runtime.Remoting.Channels.IChannelDataStore" - } - ], - "isStatic": false, - "name": "GetChannelData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IServerChannelSinkProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServerResponseChannelSinkStack"], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - } - ], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ar", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "ServerCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Store", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "StoreAndDispatch", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IServerChannelSinkStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IServerChannelSinkProvider"], - "fields": [], - "methods": [], - "name": "IServerFormatterSinkProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - } - ], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IServerResponseChannelSinkStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITransportHeaders", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IServerChannelSinkStack", - "IServerResponseChannelSinkStack" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - }, - { "name": "stream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "AsyncProcessResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" - } - ], - "isStatic": false, - "name": "GetResponseStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - } - ], - "isStatic": false, - "name": "Pop", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Push", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ar", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "ServerCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Store", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sink", - "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "StoreAndDispatch", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ServerChannelSinkStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Channels.ServerProcessing", - "name": "Async", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Channels.ServerProcessing", - "name": "Complete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Channels.ServerProcessing", - "name": "OneWay", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.Channels.ServerProcessing", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ServerProcessing", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.IList", - "name": "Children", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SinkProviderData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Channels", - "baseClass": "object", - "attribute": "", - "interfaces": ["ITransportHeaders"], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TransportHeaders", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Proxies", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute", "IContextAttribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MarshalByRefObject", - "params": [{ "name": "serverType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RealProxy", - "params": [ - { "name": "objRef", "typeName": "System.Runtime.Remoting.ObjRef" }, - { "name": "serverType", "typeName": "System.Type" }, - { "name": "serverObject", "typeName": "object" }, - { - "name": "serverContext", - "typeName": "System.Runtime.Remoting.Contexts.Context" - } - ], - "isStatic": false, - "name": "CreateProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "GetPropertiesForNewContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "ctx", - "typeName": "System.Runtime.Remoting.Contexts.Context" - }, - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "IsContextOK", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ProxyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Proxies", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ObjRef", - "params": [{ "name": "requestedType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateObjRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "fIsMarshalled", "typeName": "bool" }], - "isStatic": false, - "name": "GetCOMIUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetProxiedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "rp", - "typeName": "System.Runtime.Remoting.Proxies.RealProxy" - } - ], - "isStatic": true, - "name": "GetStubData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetTransparentProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IConstructionReturnMessage", - "params": [ - { - "name": "ctorMsg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - } - ], - "isStatic": false, - "name": "InitializeServerObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessage", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "i", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "SetCOMIUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rp", - "typeName": "System.Runtime.Remoting.Proxies.RealProxy" - }, - { "name": "stubData", "typeName": "object" } - ], - "isStatic": true, - "name": "SetStubData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "iid", "typeName": "System.Guid" }], - "isStatic": false, - "name": "SupportsInterface", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RealProxy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": ["IAsyncResult", "IMessageSink"], - "fields": [ - { - "typeName": "object", - "name": "AsyncDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "AsyncState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.WaitHandle", - "name": "AsyncWaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CompletedSynchronously", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "EndInvokeCalled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink", - "name": "NextSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IMessageCtrl", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "replySink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "AsyncProcessMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessage", - "params": [], - "isStatic": false, - "name": "GetReplyMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mc", - "typeName": "System.Runtime.Remoting.Messaging.IMessageCtrl" - } - ], - "isStatic": false, - "name": "SetMessageCtrl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessage", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": "SyncProcessMessage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IFormatter"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.SerializationBinder", - "name": "Binder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContext", - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.ISurrogateSelector", - "name": "SurrogateSelector", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Formatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IFormatterConverter"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "typeCode", "typeName": "System.TypeCode" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormatterConverter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "HostContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "FreeNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetHeaders", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "LogicalGetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": true, - "name": "LogicalSetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": true, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": true, - "name": "SetHeaders", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.Runtime.Remoting.Messaging.MethodCall", - "attribute": "", - "interfaces": [ - "ISerializable", - "IConstructionCallMessage", - "IMethodCallMessage", - "IMethodMessage", - "IMessage" - ], - "fields": [ - { - "typeName": "System.Type", - "name": "ActivationType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ActivationTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Activation.IActivator", - "name": "Activator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "CallSiteActivationAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IList", - "name": "ContextProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "m", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConstructionCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { - "name": "securityLevel", - "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel" - } - ], - "isStatic": true, - "name": "CheckTypeSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "members", "typeName": "System.Reflection.MemberInfo[]" } - ], - "isStatic": true, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetSafeUninitializedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetSerializableMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": true, - "name": "GetSerializableMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISerializationSurrogate", - "params": [ - { - "name": "innerSurrogate", - "typeName": "System.Runtime.Serialization.ISerializationSurrogate" - } - ], - "isStatic": true, - "name": "GetSurrogateForCyclicalReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "assem", "typeName": "System.Reflection.Assembly" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "GetTypeFromAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetUninitializedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "members", "typeName": "System.Reflection.MemberInfo[]" }, - { "name": "data", "typeName": "object[]" } - ], - "isStatic": true, - "name": "PopulateObjectMembers", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormatterServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.Runtime.Remoting.Messaging.MethodResponse", - "attribute": "", - "interfaces": [ - "ISerializable", - "IConstructionReturnMessage", - "IMethodReturnMessage", - "IMethodMessage", - "IMessage" - ], - "fields": [ - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "h", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - }, - { - "name": "mcm", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConstructionResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.SerializationBinder", - "name": "Binder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContext", - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.ISurrogateSelector", - "name": "SurrogateSelector", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "sender", "typeName": "object" }], - "isStatic": false, - "name": "OnDeserialization", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDeserializationCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "HeaderNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "MustUnderstand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "_Name", "typeName": "string" }, - { "name": "_Value", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_Name", "typeName": "string" }, - { "name": "_Value", "typeName": "object" }, - { "name": "_MustUnderstand", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_Name", "typeName": "string" }, - { "name": "_Value", "typeName": "object" }, - { "name": "_MustUnderstand", "typeName": "bool" }, - { "name": "_HeaderNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Header", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "value", "typeName": "object" }, - { "name": "typeCode", "typeName": "System.TypeCode" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "ToUInt64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IFormatterConverter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "deserialized", "typeName": "object" }], - "isStatic": false, - "name": "CompleteDeserialization", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISafeSerializationData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HeaderHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetRealObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IObjectReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "ILogicalThreadAffinative", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISerializable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "ChainSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISurrogateSelector", - "params": [], - "isStatic": false, - "name": "GetNextSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISerializationSurrogate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "GetSurrogate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISurrogateSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "SetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISerializationSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "firstTime", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "firstTime", "typeName": "bool" } - ], - "isStatic": false, - "name": "HasId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectIDGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "msToCancel", "typeName": "int" }], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMessageCtrl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink", - "name": "NextSink", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IMessageCtrl", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - }, - { - "name": "replySink", - "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" - } - ], - "isStatic": false, - "name": "AsyncProcessMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMessage", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": "SyncProcessMessage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMessageSink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DoFixups", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "objectID", "typeName": "long" }], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RaiseDeserializationEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "RaiseOnDeserializingEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arrayToBeFixed", "typeName": "long" }, - { "name": "index", "typeName": "int" }, - { "name": "objectRequired", "typeName": "long" } - ], - "isStatic": false, - "name": "RecordArrayElementFixup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arrayToBeFixed", "typeName": "long" }, - { "name": "indices", "typeName": "int[]" }, - { "name": "objectRequired", "typeName": "long" } - ], - "isStatic": false, - "name": "RecordArrayElementFixup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "objectToBeFixed", "typeName": "long" }, - { "name": "memberName", "typeName": "string" }, - { "name": "objectRequired", "typeName": "long" } - ], - "isStatic": false, - "name": "RecordDelayedFixup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "objectToBeFixed", "typeName": "long" }, - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { "name": "objectRequired", "typeName": "long" } - ], - "isStatic": false, - "name": "RecordFixup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "objectID", "typeName": "long" } - ], - "isStatic": false, - "name": "RegisterObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "objectID", "typeName": "long" }, - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - } - ], - "isStatic": false, - "name": "RegisterObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "objectID", "typeName": "long" }, - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { "name": "idOfContainingObj", "typeName": "long" }, - { "name": "member", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": false, - "name": "RegisterObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "objectID", "typeName": "long" }, - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { "name": "idOfContainingObj", "typeName": "long" }, - { "name": "member", "typeName": "System.Reflection.MemberInfo" }, - { "name": "arrayIndex", "typeName": "int[]" } - ], - "isStatic": false, - "name": "RegisterObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IMethodMessage", "IMessage"], - "fields": [ - { - "typeName": "int", - "name": "InArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "InArgs", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetInArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetInArgName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMethodCallMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OnDeserializedAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IMessage"], - "fields": [ - { - "typeName": "int", - "name": "ArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "Args", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasVarArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "MethodSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMethodMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OnSerializedAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IMethodMessage", "IMessage"], - "fields": [ - { - "typeName": "System.Exception", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "OutArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "ReturnValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArgName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMethodReturnMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OnSerializingAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "VersionAdded", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OptionalFieldAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalMessageWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.StreamingContext", - "name": "StreamingContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializedState", - "typeName": "System.Runtime.Serialization.ISafeSerializationData" - } - ], - "isStatic": false, - "name": "AddSerializedState", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SafeSerializationEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IFormatter"], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" - } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IRemotingFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "serializedType", "typeName": "System.Type" }, - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "BindToName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "assemblyName", "typeName": "string" }, - { "name": "typeName", "typeName": "string" } - ], - "isStatic": false, - "name": "BindToType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializationBinder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [ - { - "typeName": "bool", - "name": "HasInfo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "FreeNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AssemblyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssemblyNameSetExplicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFullTypeNameSetExplicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MemberCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "converter", - "typeName": "System.Runtime.Serialization.IFormatterConverter" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "converter", - "typeName": "System.Runtime.Serialization.IFormatterConverter" - }, - { "name": "requireSameTokenInPartialTrust", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "char" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "System.DateTime" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "decimal" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "double" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "short" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "object" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "sbyte" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "ushort" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "ulong" } - ], - "isStatic": false, - "name": "AddValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetBoolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decimal", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDecimal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDouble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SerializationInfoEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetSByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetSingle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetUInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetUInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetUInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "SetType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializationInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializationEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MessageSurrogateFilter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.SerializationEntry", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializationInfoEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RaiseOnSerializedEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "RegisterObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SerializationObjectManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "State", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Runtime.Serialization.StreamingContextStates" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Runtime.Serialization.StreamingContextStates" - }, - { "name": "additional", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StreamingContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMethodCallMessage", - "IMethodMessage", - "IMessage", - "ISerializable" - ], - "fields": [ - { - "typeName": "int", - "name": "ArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "Args", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasVarArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "InArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "MethodSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "h1", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetInArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetInArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "h", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": "HeaderHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "ctx", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "RootSetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "CrossAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "CrossMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "CrossProcess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "File", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "Other", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "Persistence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContextStates", - "name": "Remoting", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Serialization.StreamingContextStates", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StreamingContextStates", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.Runtime.Remoting.Messaging.InternalMessageWrapper", - "attribute": "", - "interfaces": ["IMethodCallMessage", "IMethodMessage", "IMessage"], - "fields": [ - { - "typeName": "int", - "name": "ArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "Args", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasVarArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "InArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "MethodSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetInArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetInArgName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodCallMessageWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISurrogateSelector"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { - "name": "surrogate", - "typeName": "System.Runtime.Serialization.ISerializationSurrogate" - } - ], - "isStatic": false, - "name": "AddSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "ChainSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISurrogateSelector", - "params": [], - "isStatic": false, - "name": "GetNextSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISerializationSurrogate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "GetSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "RemoveSurrogate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SurrogateSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMethodReturnMessage", - "IMethodMessage", - "IMessage", - "ISerializable" - ], - "fields": [ - { - "typeName": "int", - "name": "ArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "Args", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Exception", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasVarArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "MethodSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "OutArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "ReturnValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "h1", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - }, - { - "name": "mcm", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "h", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": "HeaderHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "ctx", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "RootSetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.Runtime.Remoting.Messaging.InternalMessageWrapper", - "attribute": "", - "interfaces": ["IMethodReturnMessage", "IMethodMessage", "IMessage"], - "fields": [ - { - "typeName": "int", - "name": "ArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "Args", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Exception", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasVarArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "MethodSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "OutArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "ReturnValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "msg", - "typeName": "System.Runtime.Remoting.Messaging.IMethodReturnMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArgName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodReturnMessageWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OneWayAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Services", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IConstructionReturnMessage", - "params": [ - { - "name": "ctorMsg", - "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" - }, - { "name": "retObj", "typeName": "System.MarshalByRefObject" } - ], - "isStatic": true, - "name": "CreateConstructionReturnMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "oldcp", - "typeName": "System.Runtime.Remoting.Proxies.RealProxy" - }, - { - "name": "newcp", - "typeName": "System.Runtime.Remoting.Proxies.RealProxy" - } - ], - "isStatic": true, - "name": "SwitchWrappers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "punk", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "WrapIUnknownWithComObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnterpriseServicesHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISurrogateSelector"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Messaging.MessageSurrogateFilter", - "name": "Filter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "ChainSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISurrogateSelector", - "params": [], - "isStatic": false, - "name": "GetNextSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetRootObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ISerializationSurrogate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { - "name": "ssout", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "GetSurrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "SetRootObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UseSoapFormat", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RemotingSurrogateSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsItemNameSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsKeyNameSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsNameSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsNamespaceSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsReference", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsReferenceSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsValueNameSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "ItemName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "KeyName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "ValueName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "CollectionDataContractAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Messaging", - "baseClass": "object", - "attribute": "", - "interfaces": ["IMethodReturnMessage", "IMethodMessage", "IMessage"], - "fields": [ - { - "typeName": "int", - "name": "ArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "Args", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Exception", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasVarArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", - "name": "LogicalCallContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "MethodSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutArgCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "OutArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "ReturnValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "TypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Exception" }, - { - "name": "mcm", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ret", "typeName": "object" }, - { "name": "outArgs", "typeName": "object[]" }, - { "name": "outArgsCount", "typeName": "int" }, - { - "name": "callCtx", - "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext" - }, - { - "name": "mcm", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetArgName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "argNum", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArg", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutArgName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReturnMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ClrNamespace", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "ContractNamespace", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "contractNamespace", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "ContractNamespaceAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Services", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "DisconnectedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "or", "typeName": "System.Runtime.Remoting.ObjRef" } - ], - "isStatic": false, - "name": "MarshaledObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "or", "typeName": "System.Runtime.Remoting.ObjRef" } - ], - "isStatic": false, - "name": "UnmarshaledObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITrackingHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsNameSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsNamespaceSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsReference", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsReferenceSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "typeNamespace", "typeName": "string" }, - { "name": "declaredType", "typeName": "System.Type" }, - { - "name": "knownTypeResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - } - ], - "isStatic": false, - "name": "ResolveName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "declaredType", "typeName": "System.Type" }, - { - "name": "knownTypeResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - }, - { - "name": "typeName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "typeNamespace", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": "TryResolveType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractResolver", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Services", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Services.ITrackingHandler[]", - "name": "RegisteredHandlers", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Services.ITrackingHandler" - } - ], - "isStatic": true, - "name": "RegisterTrackingHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Services.ITrackingHandler" - } - ], - "isStatic": true, - "name": "UnregisterTrackingHandler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TrackingServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Runtime.Serialization.XmlObjectSerializer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.DataContractResolver", - "name": "DataContractResolver", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.IDataContractSurrogate", - "name": "DataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IgnoreExtensionDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "KnownTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxItemsInObjectGraph", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "PreserveObjectReferences", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "SerializeReadOnlyTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { "name": "preserveObjectReferences", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { "name": "preserveObjectReferences", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - }, - { - "name": "dataContractResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "settings", - "typeName": "System.Runtime.Serialization.DataContractSerializerSettings" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" }, - { "name": "rootNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" }, - { "name": "rootNamespace", "typeName": "string" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" }, - { "name": "rootNamespace", "typeName": "string" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { "name": "preserveObjectReferences", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" }, - { "name": "rootNamespace", "typeName": "string" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { "name": "preserveObjectReferences", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - }, - { - "name": "dataContractResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "rootNamespace", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "rootNamespace", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "rootNamespace", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { "name": "preserveObjectReferences", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "rootNamespace", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { "name": "preserveObjectReferences", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - }, - { - "name": "dataContractResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "verifyObjectName", "typeName": "bool" }, - { - "name": "dataContractResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } - ], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" }, - { - "name": "dataContractResolver", - "typeName": "System.Runtime.Serialization.DataContractResolver" - } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ISerializationSurrogateProvider", - "params": [], - "isStatic": false, - "name": "GetSerializationSurrogateProvider", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "System.Runtime.Serialization.ISerializationSurrogateProvider" - } - ], - "isStatic": false, - "name": "SetSerializationSurrogateProvider", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractSerializerExtensions", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.DataContractResolver", - "name": "DataContractResolver", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.IDataContractSurrogate", - "name": "DataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IgnoreExtensionDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "KnownTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxItemsInObjectGraph", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "PreserveObjectReferences", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryString", - "name": "RootName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.XmlDictionaryString", - "name": "RootNamespace", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "SerializeReadOnlyTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractSerializerSettings", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "EmitDefaultValue", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsNameSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IsRequired", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "Order", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataMemberAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Globalization.DateTimeStyles", - "name": "DateTimeStyles", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.IFormatProvider", - "name": "FormatProvider", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "FormatString", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "formatString", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "formatString", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DateTimeFormat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.EmitTypeInformation", - "name": "Always", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.EmitTypeInformation", - "name": "AsNeeded", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.EmitTypeInformation", - "name": "Never", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Serialization.EmitTypeInformation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "EmitTypeInformation", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsValueSetExplicitly", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "EnumMemberAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "InvalidDataContractException", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.IDataContractSurrogate", - "name": "DataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.ObjectModel.Collection", - "name": "KnownTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "ExportOptions", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "ExtensionDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { - "name": "memberInfo", - "typeName": "System.Reflection.MemberInfo" - }, - { "name": "dataContractType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetCustomDataToExport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "clrType", "typeName": "System.Type" }, - { "name": "dataContractType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetCustomDataToExport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetDataContractType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetDeserializedObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customDataTypes", - "typeName": "System.Collections.ObjectModel.Collection" - } - ], - "isStatic": false, - "name": "GetKnownCustomDataTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetObjectToSerialize", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "typeNamespace", "typeName": "string" }, - { "name": "customData", "typeName": "object" } - ], - "isStatic": false, - "name": "GetReferencedTypeOnImport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "CodeTypeDeclaration", - "params": [ - { - "name": "typeDeclaration", - "typeName": "System.CodeDom.CodeTypeDeclaration" - }, - { - "name": "compileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - } - ], - "isStatic": false, - "name": "ProcessImportedType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IDataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.ExtensionDataObject", - "name": "ExtensionData", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [], - "name": "IExtensibleDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IgnoreDataMemberAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.Compiler.CodeDomProvider", - "name": "CodeProvider", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.IDataContractSurrogate", - "name": "DataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "EnableDataBinding", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "GenerateInternal", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "GenerateSerializable", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "ImportXmlType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.Generic.IDictionary", - "name": "Namespaces", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "ReferencedCollectionTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.Generic.ICollection", - "name": "ReferencedTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "ImportOptions", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetDeserializedObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetObjectToSerialize", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetSurrogateType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "ISerializationSurrogateProvider", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Type", - "name": "Type", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "KnownTypeAttribute", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "System.Runtime.Serialization.XmlObjectSerializer", - "attribute": "", - "interfaces": ["IFormatter"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "name": "AssemblyFormat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.SerializationBinder", - "name": "Binder", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContext", - "name": "Context", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IgnoreExtensionDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxItemsInObjectGraph", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.ISurrogateSelector", - "name": "SurrogateSelector", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { - "name": "assemblyFormat", - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" - }, - { - "name": "surrogateSelector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rootName", "typeName": "string" }, - { "name": "rootNamespace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rootName", "typeName": "string" }, - { "name": "rootNamespace", "typeName": "string" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { - "name": "assemblyFormat", - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" - }, - { - "name": "surrogateSelector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "rootNamespace", - "typeName": "System.Xml.XmlDictionaryString" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "rootNamespace", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { - "name": "assemblyFormat", - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" - }, - { - "name": "surrogateSelector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } - ], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "NetDataContractSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } - ], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlObjectSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { "name": "typeQName", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": true, - "name": "AddDefaultSchema", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "xmlReader", "typeName": "System.Xml.XmlReader" } - ], - "isStatic": true, - "name": "ReadNodes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, - { "name": "nodes", "typeName": "System.Xml.XmlNode[]" } - ], - "isStatic": true, - "name": "WriteNodes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XmlSerializableServices", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "pathToMember", - "typeName": "System.Reflection.MemberInfo[]" - }, - { - "name": "rootElementXpath", - "typeName": "System.Text.StringBuilder" - }, - { - "name": "namespaces", - "typeName": "System.Xml.XmlNamespaceManager" - } - ], - "isStatic": true, - "name": "CreateFromDataContractSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "pathToMember", - "typeName": "System.Reflection.MemberInfo[]" - }, - { - "name": "namespaces", - "typeName": "System.Xml.XmlNamespaceManager" - } - ], - "isStatic": true, - "name": "CreateFromDataContractSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XPathQueryGenerator", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.ExportOptions", - "name": "Options", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Xml.Schema.XmlSchemaSet", - "name": "Schemas", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "assemblies", - "typeName": "System.Collections.Generic.ICollection" - } - ], - "isStatic": false, - "name": "CanExport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "types", - "typeName": "System.Collections.Generic.ICollection" - } - ], - "isStatic": false, - "name": "CanExport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "CanExport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "assemblies", - "typeName": "System.Collections.Generic.ICollection" - } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "types", - "typeName": "System.Collections.Generic.ICollection" - } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetRootElementName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlSchemaType", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetSchemaType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetSchemaTypeName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XsdDataContractExporter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.CodeDom.CodeCompileUnit", - "name": "CodeCompileUnit", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.ImportOptions", - "name": "Options", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "codeCompileUnit", - "typeName": "System.CodeDom.CodeCompileUnit" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } - ], - "isStatic": false, - "name": "CanImport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "typeNames", - "typeName": "System.Collections.Generic.ICollection" - } - ], - "isStatic": false, - "name": "CanImport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "element", - "typeName": "System.Xml.Schema.XmlSchemaElement" - } - ], - "isStatic": false, - "name": "CanImport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "CanImport", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "CodeTypeReference", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "GetCodeTypeReference", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "CodeTypeReference", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, - { - "name": "element", - "typeName": "System.Xml.Schema.XmlSchemaElement" - } - ], - "isStatic": false, - "name": "GetCodeTypeReference", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "ICollection", - "params": [ - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "GetKnownTypeReferences", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "typeNames", - "typeName": "System.Collections.Generic.ICollection" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlQualifiedName", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { - "name": "element", - "typeName": "System.Xml.Schema.XmlSchemaElement" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, - { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "XsdDataContractImporter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Embedded", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNamespace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "Order", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlElementName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsInteropXmlElement", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapFieldAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ResponseXmlElementName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ResponseXmlNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ReturnXmlElementName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SoapAction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNamespace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapMethodAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "AlwaysIncludeTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "EmbedAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "Option1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "Option2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "XsdString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.Metadata.SoapOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapOption", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapParameterAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Metadata.SoapOption", - "name": "SoapOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlElementName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", - "name": "XmlFieldOrder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlTypeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlTypeNamespace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapTypeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", - "name": "Choice", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", - "name": "Sequence", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "XmlFieldOrderOption", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "name": "Full", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "name": "Simple", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormatterAssemblyStyle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "name": "TypesAlways", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "name": "TypesWhenNeeded", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "name": "XsdString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormatterTypeStyle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string[]", - "name": "FieldNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "FieldTypes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IFieldInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "messages", "typeName": "object[]" }], - "isStatic": true, - "name": "InfoSoap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "SoapCheckEnabled", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalRM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "messages", "typeName": "object[]" }], - "isStatic": true, - "name": "InfoSoap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyString", "typeName": "string" }], - "isStatic": true, - "name": "LoadAssemblyFromString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fi", "typeName": "System.Reflection.FieldInfo" }, - { "name": "target", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "SerializationSetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "messages", "typeName": "object[]" }], - "isStatic": true, - "name": "Soap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "SoapAssert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "SoapCheckEnabled", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalST", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElementCollection", - "name": "DeclaredTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractSerializerSection", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Messaging.Header[]", - "name": "Headers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "ParamNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "ParamTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "ParamValues", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNameSpace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ISoapMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ExceptionMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ExceptionType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StackTrace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "exceptionType", "typeName": "string" }, - { "name": "message", "typeName": "string" }, - { "name": "stackTrace", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ServerFault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "object", - "name": "Detail", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FaultActor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FaultCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FaultString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "faultCode", "typeName": "string" }, - { "name": "faultString", "typeName": "string" }, - { "name": "faultActor", "typeName": "string" }, - { - "name": "serverFault", - "typeName": "System.Runtime.Serialization.Formatters.ServerFault" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapFault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Configuration.TypeElementCollection", - "name": "KnownTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DeclaredTypeElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapMessage"], - "fields": [ - { - "typeName": "System.Runtime.Remoting.Messaging.Header[]", - "name": "Headers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string[]", - "name": "ParamNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type[]", - "name": "ParamTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object[]", - "name": "ParamValues", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XmlNameSpace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapMessage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", - "name": "Full", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", - "name": "Low", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeFilterLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement", - "name": "this[]", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement", - "name": "this[]", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DeclaredTypeElementCollection", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "EnableUnsafeTypeForwarding", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "NetDataContractSerializerSection", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.Configuration.ParameterElementCollection", - "name": "Parameters", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "ParameterElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.ConfigurationElementCollectionType", - "name": "CollectionType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.Configuration.ParameterElement", - "name": "this[]", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.ParameterElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.ParameterElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.ParameterElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "ParameterElementCollection", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationSectionGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Configuration.DataContractSerializerSection", - "name": "DataContractSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.Configuration.NetDataContractSerializerSection", - "name": "NetDataContractSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "SerializationSectionGroup", - "params": [ - { - "name": "config", - "typeName": "System.Configuration.Configuration" - } - ], - "isStatic": true, - "name": "GetSectionGroup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "SerializationSectionGroup", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.Configuration.ParameterElementCollection", - "name": "Parameters", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "TypeElement", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Serialization.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Configuration.ConfigurationElementCollectionType", - "name": "CollectionType", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.Configuration.TypeElement", - "name": "this[]", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.TypeElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.TypeElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Runtime.Serialization.Configuration.TypeElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "TypeElementCollection", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AllowReversePInvokeCallsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.Architecture", - "name": "Arm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.Architecture", - "name": "Arm64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.Architecture", - "name": "X64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.Architecture", - "name": "X86", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.Architecture", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Architecture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "object" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "obj", - "typeName": "System.Runtime.InteropServices.ArrayWithOffset" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Runtime.InteropServices.ArrayWithOffset" - }, - { - "name": "b", - "typeName": "System.Runtime.InteropServices.ArrayWithOffset" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Runtime.InteropServices.ArrayWithOffset" - }, - { - "name": "b", - "typeName": "System.Runtime.InteropServices.ArrayWithOffset" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ArrayWithOffset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags", - "name": "SetCodeBase", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AssemblyRegistrationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AutomationProxyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "ThrowOnUnmappableChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "BestFitMapping", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "BestFitMapping", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BestFitMappingAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpfuncdesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lptcomp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lpvardesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BINDPTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "cbStruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwTickCountDeadline", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfMode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BIND_OPTS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "WrappedObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BStrWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_CDECL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_MACPASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_MAX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_MPWCDECL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_MPWPASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_MSCPASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_PASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_RESERVED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_STDCALL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "CC_SYSCALL", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.CALLCONV", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CALLCONV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "Ansi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "Auto", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "Unicode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.CharSet", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CharSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "Cdecl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "FastCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "StdCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "ThisCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "Winapi", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.CallingConvention", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ClassInterfaceType", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "classInterfaceType", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "classInterfaceType", - "typeName": "System.Runtime.InteropServices.ClassInterfaceType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ClassInterfaceAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ClassInterfaceType", - "name": "AutoDispatch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ClassInterfaceType", - "name": "AutoDual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ClassInterfaceType", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ClassInterfaceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ClassInterfaceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "CoClass", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "coClass", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CoClassAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "alias", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComAliasNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "BuildNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MajorVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MinorVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "RevisionNumber", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" }, - { "name": "build", "typeName": "int" }, - { "name": "revision", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComCompatibleVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComConversionLossAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "defaultInterface", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComDefaultInterfaceAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "EventProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "SourceInterface", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "SourceInterface", "typeName": "System.Type" }, - { "name": "EventProvider", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComEventInterfaceAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "rcw", "typeName": "object" }, - { "name": "iid", "typeName": "System.Guid" }, - { "name": "dispid", "typeName": "int" }, - { "name": "d", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "Combine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "rcw", "typeName": "object" }, - { "name": "iid", "typeName": "System.Guid" }, - { "name": "dispid", "typeName": "int" }, - { "name": "d", "typeName": "System.Delegate" } - ], - "isStatic": true, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComEventsHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComInterfaceType", - "name": "InterfaceIsDual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComInterfaceType", - "name": "InterfaceIsIDispatch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComInterfaceType", - "name": "InterfaceIsIInspectable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComInterfaceType", - "name": "InterfaceIsIUnknown", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComInterfaceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComInterfaceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Runtime.InteropServices.ExternalException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "errorCode", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "COMException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComMemberType", - "name": "Method", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComMemberType", - "name": "PropGet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComMemberType", - "name": "PropSet", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComMemberType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComMemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComImportAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "sourceInterfaces", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sourceInterface", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceInterface1", "typeName": "System.Type" }, - { "name": "sourceInterface2", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceInterface1", "typeName": "System.Type" }, - { "name": "sourceInterface2", "typeName": "System.Type" }, - { "name": "sourceInterface3", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceInterface1", "typeName": "System.Type" }, - { "name": "sourceInterface2", "typeName": "System.Type" }, - { "name": "sourceInterface3", "typeName": "System.Type" }, - { "name": "sourceInterface4", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComSourceInterfacesAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComUnregisterFunctionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "visibility", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ComVisibleAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "dwCookie", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "pUnk", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CONNECTDATA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInvalid", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetHandleAsInvalid", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CriticalHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "decimal", - "name": "WrappedObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CurrencyWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode", - "name": "Allow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode", - "name": "Ignore", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomQueryInterfaceMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "Paths", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "paths", - "typeName": "System.Runtime.InteropServices.DllImportSearchPath" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DefaultDllImportSearchPathsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", - "name": "Failed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", - "name": "Handled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", - "name": "NotHandled", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomQueryInterfaceResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.DESCKIND", - "name": "DESCKIND_FUNCDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DESCKIND", - "name": "DESCKIND_IMPLICITAPPOBJ", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DESCKIND", - "name": "DESCKIND_MAX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DESCKIND", - "name": "DESCKIND_NONE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DESCKIND", - "name": "DESCKIND_TYPECOMP", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DESCKIND", - "name": "DESCKIND_VARDESC", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.DESCKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "CharSet", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "charSet", - "typeName": "System.Runtime.InteropServices.CharSet" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DefaultCharSetAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "cArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "cNamedArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "rgdispidNamedArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "rgvarg", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DISPPARAMS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "WrappedObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DispatchWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "BestFitMapping", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "CharSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EntryPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ExactSpelling", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "PreserveSig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SetLastError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ThrowOnUnmappableChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "dllName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DllImportAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "dispId", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DispIdAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "ApplicationDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "AssemblyDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "LegacyBehavior", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "SafeDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "System32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "UseDllDirectoryForDependencies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.DllImportSearchPath", - "name": "UserDirectories", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.DllImportSearchPath", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DllImportSearchPath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "e", "typeName": "System.Exception" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorCode", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorCode", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ErrorWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ELEMDESC.DESCUNION", - "name": "desc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEDESC", - "name": "tdesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ELEMDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "bstrDescription", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "bstrHelpFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "bstrSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwHelpContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "pfnDeferredFillIn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "pvReserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wReserved", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EXCEPINFO", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "ErrorCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "errorCode", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExternalException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ExporterEventKind", - "name": "ERROR_REFTOINVALIDASSEMBLY", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ExporterEventKind", - "name": "NOTIF_CONVERTWARNING", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ExporterEventKind", - "name": "NOTIF_TYPECONVERTED", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ExporterEventKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExporterEventKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "offset", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FieldOffsetAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Runtime.InteropServices.ObjectCreationDelegate" - } - ], - "isStatic": true, - "name": "RegisterObjectCreationCallback", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExtensibleClassFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "dwHighDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwLowDateTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FILETIME", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CALLCONV", - "name": "callconv", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cParams", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cParamsOpt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cScodes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ELEMDESC", - "name": "elemdescFunc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCKIND", - "name": "funckind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.INVOKEKIND", - "name": "invkind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lprgelemdescParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lprgscode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "oVft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wFuncFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FUNCDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FBINDABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FDEFAULTBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FDEFAULTCOLLELEM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FDISPLAYBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FIMMEDIATEBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FNONBROWSABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FREPLACEABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FREQUESTEDIT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FSOURCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FUIDEFAULT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCFLAGS", - "name": "FUNCFLAG_FUSESGETLASTERROR", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.FUNCFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FUNCFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.FUNCKIND", - "name": "FUNC_DISPATCH", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCKIND", - "name": "FUNC_NONVIRTUAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCKIND", - "name": "FUNC_PUREVIRTUAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCKIND", - "name": "FUNC_STATIC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FUNCKIND", - "name": "FUNC_VIRTUAL", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.FUNCKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FUNCKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.IDLDESC", - "name": "idldesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMDESC", - "name": "paramdesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCUNION", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "ManagedObj", "typeName": "object" }], - "isStatic": false, - "name": "CleanUpManagedData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pNativeData", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "CleanUpNativeData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetNativeDataSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "ManagedObj", "typeName": "object" }], - "isStatic": false, - "name": "MarshalManagedToNative", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "pNativeData", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "MarshalNativeToManaged", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICustomMarshaler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsAllocated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Target", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "AddrOfPinnedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCHandle", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": true, - "name": "Alloc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCHandle", - "params": [ - { "name": "value", "typeName": "object" }, - { - "name": "type", - "typeName": "System.Runtime.InteropServices.GCHandleType" - } - ], - "isStatic": true, - "name": "Alloc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Free", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCHandle", - "params": [{ "name": "value", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Runtime.InteropServices.GCHandle" - }, - { - "name": "b", - "typeName": "System.Runtime.InteropServices.GCHandle" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GCHandle", - "params": [{ "name": "value", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { - "name": "value", - "typeName": "System.Runtime.InteropServices.GCHandle" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "System.Runtime.InteropServices.GCHandle" - }, - { - "name": "b", - "typeName": "System.Runtime.InteropServices.GCHandle" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { - "name": "value", - "typeName": "System.Runtime.InteropServices.GCHandle" - } - ], - "isStatic": true, - "name": "ToIntPtr", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GCHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "CustomQueryInterfaceResult", - "params": [ - { "name": "iid", "typeName": "System.Guid" }, - { "name": "ppv", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICustomQueryInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.GCHandleType", - "name": "Normal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.GCHandleType", - "name": "Pinned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.GCHandleType", - "name": "Weak", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.GCHandleType", - "name": "WeakTrackResurrection", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.GCHandleType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GCHandleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.IDispatchImplType", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "implType", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "implType", - "typeName": "System.Runtime.InteropServices.IDispatchImplType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDispatchImplAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "guid", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GuidAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.IDispatchImplType", - "name": "CompatibleImpl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDispatchImplType", - "name": "InternalImpl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDispatchImplType", - "name": "SystemDefinedImpl", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.IDispatchImplType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDispatchImplType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "dwReserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDLFLAG", - "name": "wIDLFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDLDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Wrapper", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "wrapper", "typeName": "object" }, - { "name": "handle", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { - "name": "value", - "typeName": "System.Runtime.InteropServices.HandleRef" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { - "name": "value", - "typeName": "System.Runtime.InteropServices.HandleRef" - } - ], - "isStatic": true, - "name": "ToIntPtr", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HandleRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.IDLFLAG", - "name": "IDLFLAG_FIN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDLFLAG", - "name": "IDLFLAG_FLCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDLFLAG", - "name": "IDLFLAG_FOUT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDLFLAG", - "name": "IDLFLAG_FRETVAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDLFLAG", - "name": "IDLFLAG_NONE", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.IDLFLAG", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDLFLAG", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetUnderlyingObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICustomAdapter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FDEFAULT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FDEFAULTVTABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FSOURCE", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMPLTYPEFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "MarshalByRefObject", - "params": [{ "name": "serverType", "typeName": "System.Type" }], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICustomFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "tlbFile", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ImportedFromTypeLibAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ImporterEventKind", - "name": "ERROR_REFTOINVALIDTYPELIB", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ImporterEventKind", - "name": "NOTIF_CONVERTWARNING", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ImporterEventKind", - "name": "NOTIF_TYPECONVERTED", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ImporterEventKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ImporterEventKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNames", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeLibExporterNameProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComInterfaceType", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "interfaceType", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "interfaceType", - "typeName": "System.Runtime.InteropServices.ComInterfaceType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InterfaceTypeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventKind", - "typeName": "System.Runtime.InteropServices.ExporterEventKind" - }, - { "name": "eventCode", "typeName": "int" }, - { "name": "eventMsg", "typeName": "string" } - ], - "isStatic": false, - "name": "ReportEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "ResolveRef", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeLibExporterNotifySink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidComObjectException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "PropertyName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessedThroughPropertyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventKind", - "typeName": "System.Runtime.InteropServices.ImporterEventKind" - }, - { "name": "eventCode", "typeName": "int" }, - { "name": "eventMsg", "typeName": "string" } - ], - "isStatic": false, - "name": "ReportEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "typeLib", "typeName": "object" }], - "isStatic": false, - "name": "ResolveRef", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeLibImporterNotifySink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InvalidOleVariantTypeException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.LayoutKind", - "name": "Auto", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LayoutKind", - "name": "Explicit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LayoutKind", - "name": "Sequential", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.LayoutKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LayoutKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "lcid", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LCIDConversionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.INVOKEKIND", - "name": "INVOKE_FUNC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.INVOKEKIND", - "name": "INVOKE_PROPERTYGET", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.INVOKEKIND", - "name": "INVOKE_PROPERTYPUT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.INVOKEKIND", - "name": "INVOKE_PROPERTYPUTREF", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.INVOKEKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "INVOKEKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.LIBFLAGS", - "name": "LIBFLAG_FCONTROL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LIBFLAGS", - "name": "LIBFLAG_FHASDISKIMAGE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LIBFLAGS", - "name": "LIBFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LIBFLAGS", - "name": "LIBFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.LIBFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LIBFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Guid", - "params": [], - "isStatic": false, - "name": "GetManagedCategoryGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetProgIdForType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "GetRegistrableTypesInAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags" - } - ], - "isStatic": false, - "name": "RegisterAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "g", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "RegisterTypeForComClients", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "TypeRepresentsComType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "TypeRequiresRegistration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "UnregisterAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IRegistrationServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Runtime.CompilerServices.StateMachineAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stateMachineType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncStateMachineAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "ClassType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MethodName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "classType", "typeName": "System.Type" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ManagedToNativeComInteropStubAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" }, - { "name": "typeLibName", "typeName": "string" }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags" - }, - { - "name": "notifySink", - "typeName": "System.Runtime.InteropServices.ITypeLibExporterNotifySink" - } - ], - "isStatic": false, - "name": "ConvertAssemblyToTypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "typeLib", "typeName": "object" }, - { "name": "asmFileName", "typeName": "string" }, - { "name": "flags", "typeName": "int" }, - { - "name": "notifySink", - "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" - }, - { "name": "publicKey", "typeName": "byte[]" }, - { - "name": "keyPair", - "typeName": "System.Reflection.StrongNameKeyPair" - }, - { "name": "unsafeInterfaces", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConvertTypeLibToAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "typeLib", "typeName": "object" }, - { "name": "asmFileName", "typeName": "string" }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags" - }, - { - "name": "notifySink", - "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" - }, - { "name": "publicKey", "typeName": "byte[]" }, - { - "name": "keyPair", - "typeName": "System.Reflection.StrongNameKeyPair" - }, - { "name": "asmNamespace", "typeName": "string" }, - { "name": "asmVersion", "typeName": "System.Version" } - ], - "isStatic": false, - "name": "ConvertTypeLibToAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "g", "typeName": "System.Guid" }, - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" }, - { "name": "lcid", "typeName": "int" }, - { "name": "asmName", "typeName": "string" }, - { "name": "asmCodeBase", "typeName": "string" } - ], - "isStatic": false, - "name": "GetPrimaryInteropAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeLibConverter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "SystemDefaultCharSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SystemMaxDBCSCharSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "pUnk", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "AddRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "cb", "typeName": "int" }], - "isStatic": true, - "name": "AllocCoTaskMem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "cb", "typeName": "int" }], - "isStatic": true, - "name": "AllocHGlobal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "cb", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "AllocHGlobal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "AreComObjectsAvailableForCleanup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "monikerName", "typeName": "string" }], - "isStatic": true, - "name": "BindToMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "otp", "typeName": "object" }, - { "name": "fIsWeak", "typeName": "bool" } - ], - "isStatic": true, - "name": "ChangeWrapperHandleStrength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CleanupUnusedObjectsInCurrentContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "double[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "short[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "int[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "long[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "byte[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "double[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "short[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "int[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "long[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "System.IntPtr[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr" }, - { "name": "destination", "typeName": "float[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "System.IntPtr[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "float[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "destination", "typeName": "System.IntPtr" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": true, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pOuter", "typeName": "System.IntPtr" }, - { "name": "o", "typeName": "object" } - ], - "isStatic": true, - "name": "CreateAggregatedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pOuter", "typeName": "System.IntPtr" }, - { "name": "o", "typeName": "T" } - ], - "isStatic": true, - "name": "CreateAggregatedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "t", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "CreateWrapperOfType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TWrapper", - "params": [{ "name": "o", "typeName": "T" }], - "isStatic": true, - "name": "CreateWrapperOfType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "structuretype", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "DestroyStructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "DestroyStructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "FinalReleaseComObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FreeBSTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FreeCoTaskMem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "hglobal", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FreeHGlobal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GenerateGuidForType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GenerateProgIdForType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "progID", "typeName": "string" }], - "isStatic": true, - "name": "GetActiveObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "T", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetComInterfaceForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "T", "typeName": "System.Type" }, - { - "name": "mode", - "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode" - } - ], - "isStatic": true, - "name": "GetComInterfaceForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "o", "typeName": "object" }, - { "name": "t", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetComInterfaceForObjectInContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "o", "typeName": "T" }], - "isStatic": true, - "name": "GetComInterfaceForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "key", "typeName": "object" } - ], - "isStatic": true, - "name": "GetComObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "m", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": true, - "name": "GetComSlotForMethodInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Delegate", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "t", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetDelegateForFunctionPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TDelegate", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetDelegateForFunctionPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetEndComSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetExceptionCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Exception", - "params": [{ "name": "errorCode", "typeName": "int" }], - "isStatic": true, - "name": "GetExceptionForHR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Exception", - "params": [ - { "name": "errorCode", "typeName": "int" }, - { "name": "errorInfo", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetExceptionForHR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": true, - "name": "GetExceptionPointers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "d", "typeName": "System.Delegate" }], - "isStatic": true, - "name": "GetFunctionPointerForDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "d", "typeName": "TDelegate" }], - "isStatic": true, - "name": "GetFunctionPointerForDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "m", "typeName": "System.Reflection.Module" }], - "isStatic": true, - "name": "GetHINSTANCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "e", "typeName": "System.Exception" }], - "isStatic": true, - "name": "GetHRForException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetHRForLastWin32Error", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "GetIDispatchForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "GetIDispatchForObjectInContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetITypeInfoForType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "GetIUnknownForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "GetIUnknownForObjectInContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetLastWin32Error", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pfnMethodToWrap", "typeName": "System.IntPtr" }, - { "name": "pbSignature", "typeName": "System.IntPtr" }, - { "name": "cbSignature", "typeName": "int" } - ], - "isStatic": true, - "name": "GetManagedThunkForUnmanagedMethodPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MemberInfo", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "slot", "typeName": "int" }, - { - "name": "memberType", - "typeName": "System.Runtime.InteropServices.ComMemberType" - } - ], - "isStatic": true, - "name": "GetMethodInfoForComSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "pDstNativeVariant", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetNativeVariantForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "T" }, - { "name": "pDstNativeVariant", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetNativeVariantForObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "pUnk", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetObjectForIUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "pSrcNativeVariant", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetObjectForNativeVariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "pSrcNativeVariant", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetObjectForNativeVariant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "aSrcNativeVariant", "typeName": "System.IntPtr" }, - { "name": "cVars", "typeName": "int" } - ], - "isStatic": true, - "name": "GetObjectsForNativeVariants", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "aSrcNativeVariant", "typeName": "System.IntPtr" }, - { "name": "cVars", "typeName": "int" } - ], - "isStatic": true, - "name": "GetObjectsForNativeVariants", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetStartComSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Thread", - "params": [{ "name": "cookie", "typeName": "int" }], - "isStatic": true, - "name": "GetThreadFromFiberCookie", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "pUnk", "typeName": "System.IntPtr" }, - { "name": "t", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "GetTypedObjectForIUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "piTypeInfo", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetTypeForITypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "clsid", "typeName": "System.Guid" }], - "isStatic": true, - "name": "GetTypeFromCLSID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "typeInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": true, - "name": "GetTypeInfoName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "pTI", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" - } - ], - "isStatic": true, - "name": "GetTypeInfoName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { - "name": "typelib", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" - } - ], - "isStatic": true, - "name": "GetTypeLibGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { - "name": "pTLB", - "typeName": "System.Runtime.InteropServices.UCOMITypeLib" - } - ], - "isStatic": true, - "name": "GetTypeLibGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [ - { "name": "asm", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": true, - "name": "GetTypeLibGuidForAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "typelib", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" - } - ], - "isStatic": true, - "name": "GetTypeLibLcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pTLB", - "typeName": "System.Runtime.InteropServices.UCOMITypeLib" - } - ], - "isStatic": true, - "name": "GetTypeLibLcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "typelib", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" - } - ], - "isStatic": true, - "name": "GetTypeLibName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "pTLB", - "typeName": "System.Runtime.InteropServices.UCOMITypeLib" - } - ], - "isStatic": true, - "name": "GetTypeLibName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inputAssembly", - "typeName": "System.Reflection.Assembly" - }, - { "name": "majorVersion", "typeName": "int" }, - { "name": "minorVersion", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTypeLibVersionForAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "unknown", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetUniqueObjectForIUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pfnMethodToWrap", "typeName": "System.IntPtr" }, - { "name": "pbSignature", "typeName": "System.IntPtr" }, - { "name": "cbSignature", "typeName": "int" } - ], - "isStatic": true, - "name": "GetUnmanagedThunkForManagedMethodPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "IsComObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": true, - "name": "IsTypeVisibleFromCom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "m", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "NumParamBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": true, - "name": "OffsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "fieldName", "typeName": "string" }], - "isStatic": true, - "name": "OffsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "m", "typeName": "System.Reflection.MethodInfo" } - ], - "isStatic": true, - "name": "Prelink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": true, - "name": "PrelinkAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PtrToStringAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": true, - "name": "PtrToStringAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PtrToStringAuto", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": true, - "name": "PtrToStringAuto", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PtrToStringBSTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PtrToStringUni", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "len", "typeName": "int" } - ], - "isStatic": true, - "name": "PtrToStringUni", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "structure", "typeName": "object" } - ], - "isStatic": true, - "name": "PtrToStructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "structureType", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "PtrToStructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PtrToStructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "structure", "typeName": "T" } - ], - "isStatic": true, - "name": "PtrToStructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pUnk", "typeName": "System.IntPtr" }, - { "name": "iid", "typeName": "System.Guid" }, - { "name": "ppv", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "QueryInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ReadInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ReadInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ReadInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ReadIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" } - ], - "isStatic": true, - "name": "ReadIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pv", "typeName": "System.IntPtr" }, - { "name": "cb", "typeName": "int" } - ], - "isStatic": true, - "name": "ReAllocCoTaskMem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "pv", "typeName": "System.IntPtr" }, - { "name": "cb", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "ReAllocHGlobal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "pUnk", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "Release", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "ReleaseComObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ReleaseThreadCache", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToBSTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToCoTaskMemAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToCoTaskMemUnicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToGlobalAllocAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToGlobalAllocUnicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "key", "typeName": "object" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": true, - "name": "SetComObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "structure", "typeName": "object" }], - "isStatic": true, - "name": "SizeOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": true, - "name": "SizeOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "SizeOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "structure", "typeName": "T" }], - "isStatic": true, - "name": "SizeOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToBSTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToCoTaskMemAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToCoTaskMemAuto", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToCoTaskMemUni", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToHGlobalAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToHGlobalAuto", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToHGlobalUni", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "structure", "typeName": "object" }, - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "fDeleteOld", "typeName": "bool" } - ], - "isStatic": true, - "name": "StructureToPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "structure", "typeName": "T" }, - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "fDeleteOld", "typeName": "bool" } - ], - "isStatic": true, - "name": "StructureToPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "errorCode", "typeName": "int" }], - "isStatic": true, - "name": "ThrowExceptionForHR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "errorCode", "typeName": "int" }, - { "name": "errorInfo", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "ThrowExceptionForHR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "arr", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "UnsafeAddrOfPinnedArrayElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "arr", "typeName": "T[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "UnsafeAddrOfPinnedArrayElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "byte" } - ], - "isStatic": true, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "byte" } - ], - "isStatic": true, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "byte" } - ], - "isStatic": true, - "name": "WriteByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "char" } - ], - "isStatic": true, - "name": "WriteInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "short" } - ], - "isStatic": true, - "name": "WriteInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "char" } - ], - "isStatic": true, - "name": "WriteInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "short" } - ], - "isStatic": true, - "name": "WriteInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "char" } - ], - "isStatic": true, - "name": "WriteInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "short" } - ], - "isStatic": true, - "name": "WriteInt16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "WriteInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "WriteInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "WriteInt32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "long" } - ], - "isStatic": true, - "name": "WriteInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "long" } - ], - "isStatic": true, - "name": "WriteInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "long" } - ], - "isStatic": true, - "name": "WriteInt64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "WriteIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "WriteIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ptr", "typeName": "object" }, - { "name": "ofs", "typeName": "int" }, - { "name": "val", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "WriteIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ZeroFreeBSTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ZeroFreeCoTaskMemAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ZeroFreeCoTaskMemUnicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ZeroFreeGlobalAllocAnsi", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "s", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ZeroFreeGlobalAllocUnicode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Marshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.Tasks.Task", - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "awaiter", "typeName": "TAwaiter" }, - { "name": "stateMachine", "typeName": "TStateMachine" } - ], - "isStatic": false, - "name": "AwaitOnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "awaiter", "typeName": "TAwaiter" }, - { "name": "stateMachine", "typeName": "TStateMachine" } - ], - "isStatic": false, - "name": "AwaitUnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsyncTaskMethodBuilder", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "SetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stateMachine", - "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" - } - ], - "isStatic": false, - "name": "SetStateMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateMachine", "typeName": "TStateMachine" }], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncTaskMethodBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "ArraySubType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "IidParameterIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MarshalCookie", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MarshalType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "MarshalTypeRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VarEnum", - "name": "SafeArraySubType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "SafeArrayUserDefinedSubType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SizeConst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "SizeParamIndex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "unmanagedType", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "unmanagedType", - "typeName": "System.Runtime.InteropServices.UnmanagedType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MarshalAsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.OSPlatform", - "name": "Linux", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.OSPlatform", - "name": "OSX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.OSPlatform", - "name": "Windows", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "OSPlatform", - "params": [{ "name": "osPlatform", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Runtime.InteropServices.OSPlatform" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Runtime.InteropServices.OSPlatform" - }, - { - "name": "right", - "typeName": "System.Runtime.InteropServices.OSPlatform" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Runtime.InteropServices.OSPlatform" - }, - { - "name": "right", - "typeName": "System.Runtime.InteropServices.OSPlatform" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OSPlatform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MarshalDirectiveException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OutAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.Tasks.Task", - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "awaiter", "typeName": "TAwaiter" }, - { "name": "stateMachine", "typeName": "TStateMachine" } - ], - "isStatic": false, - "name": "AwaitOnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "awaiter", "typeName": "TAwaiter" }, - { "name": "stateMachine", "typeName": "TStateMachine" } - ], - "isStatic": false, - "name": "AwaitUnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsyncTaskMethodBuilder", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "SetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "TResult" }], - "isStatic": false, - "name": "SetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stateMachine", - "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" - } - ], - "isStatic": false, - "name": "SetStateMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateMachine", "typeName": "TStateMachine" }], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncTaskMethodBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "aggregator", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "aggregator", "typeName": "System.IntPtr" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectCreationDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpVarValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "wParamFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PARAMDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "awaiter", "typeName": "TAwaiter" }, - { "name": "stateMachine", "typeName": "TStateMachine" } - ], - "isStatic": false, - "name": "AwaitOnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "awaiter", "typeName": "TAwaiter" }, - { "name": "stateMachine", "typeName": "TStateMachine" } - ], - "isStatic": false, - "name": "AwaitUnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsyncVoidMethodBuilder", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "SetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stateMachine", - "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" - } - ], - "isStatic": false, - "name": "SetStateMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateMachine", "typeName": "TStateMachine" }], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncVoidMethodBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "OptionalAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FHASCUSTDATA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FHASDEFAULT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FIN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FLCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FOPT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FOUT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_FRETVAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.PARAMFLAG", - "name": "PARAMFLAG_NONE", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.PARAMFLAG", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PARAMFLAG", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PreserveSigAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallConvCdecl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "MajorVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MinorVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PrimaryInteropAssemblyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallConvFastcall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "progId", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ProgIdAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "DisableActivateAsActivator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "EnableActivateAsActivator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "EnableCodeDownload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "FromDefaultContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "InProcessHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "InProcessHandler16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "InProcessServer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "InProcessServer16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "LocalServer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "NoCodeDownload", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "NoCustomMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "NoFailureLog", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "RemoteServer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "Reserved1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "Reserved2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "Reserved3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "Reserved4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationClassContext", - "name": "Reserved5", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.RegistrationClassContext", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistrationClassContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallConvStdcall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallConvThiscall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallerFilePathAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallerLineNumberAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CallerMemberNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.CompilationRelaxations", - "name": "NoStringInterning", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.CompilerServices.CompilationRelaxations", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompilationRelaxations", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "CompilationRelaxations", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "relaxations", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "relaxations", - "typeName": "System.Runtime.CompilerServices.CompilationRelaxations" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompilationRelaxationsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompilerGeneratedAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompilerGlobalScopeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "GetOrCreateValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [ - { "name": "key", "typeName": "TKey" }, - { - "name": "createValueCallback", - "typeName": "System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback" - } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "value", "typeName": "TValue" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConditionalWeakTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "CompilerMarshalOverride", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConfiguredTaskAwaiter", - "params": [], - "isStatic": false, - "name": "GetAwaiter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConfiguredTaskAwaitable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConfiguredTaskAwaiter", - "params": [], - "isStatic": false, - "name": "GetAwaiter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConfiguredTaskAwaitable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [{ "name": "key", "typeName": "TKey" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "key", "typeName": "TKey" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TValue", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CreateValueCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "scale", "typeName": "byte" }, - { "name": "sign", "typeName": "byte" }, - { "name": "hi", "typeName": "int" }, - { "name": "mid", "typeName": "int" }, - { "name": "low", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scale", "typeName": "byte" }, - { "name": "sign", "typeName": "byte" }, - { "name": "hi", "typeName": "uint" }, - { "name": "mid", "typeName": "uint" }, - { "name": "low", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecimalConstantAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "UnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConfiguredTaskAwaiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [], - "isStatic": false, - "name": "GetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "UnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConfiguredTaskAwaiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.LoadHint", - "name": "LoadHint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "loadHintArgument", - "typeName": "System.Runtime.CompilerServices.LoadHint" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DefaultDependencyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { - "name": "failureKind", - "typeName": "System.Diagnostics.Contracts.ContractFailureKind" - }, - { "name": "userMessage", "typeName": "string" }, - { "name": "conditionText", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": true, - "name": "RaiseContractFailedEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "kind", - "typeName": "System.Diagnostics.Contracts.ContractFailureKind" - }, - { "name": "displayMessage", "typeName": "string" }, - { "name": "userMessage", "typeName": "string" }, - { "name": "conditionText", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": true, - "name": "TriggerFailure", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContractHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "DependentAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.LoadHint", - "name": "LoadHint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "dependentAssemblyArgument", "typeName": "string" }, - { - "name": "loadHintArgument", - "typeName": "System.Runtime.CompilerServices.LoadHint" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DependencyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "CustomConstantAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Runtime.CompilerServices.CustomConstantAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "ticks", "typeName": "long" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DateTimeConstantAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DisablePrivateReflectionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExtensionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DiscardableAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FixedAddressValueTypeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "INotifyCompletion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "AllInternalsVisible", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InternalsVisibleToAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsBoxed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "ElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "elementType", "typeName": "System.Type" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FixedBufferAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsByRefLikeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsByValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "FormattableString", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arguments", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FormattableStringFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsConst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HasCopySemanticsAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsCopyConstructed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stateMachine", - "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" - } - ], - "isStatic": false, - "name": "SetStateMachine", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IAsyncStateMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsExplicitlyDereferenced", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "", - "attribute": "interface", - "interfaces": ["INotifyCompletion"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "UnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICriticalNotifyCompletion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsImplicitlyDereferenced", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Runtime.CompilerServices.CustomConstantAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDispatchConstantAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsJitIntrinsic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "indexerName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IndexerNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsLong", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsPinned", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsReadOnlyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", - "name": "MultipleUse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", - "name": "MultiSeparate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", - "name": "SingleUse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", - "name": "Surrogate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", - "name": "Suspended", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.RegistrationConnectionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistrationConnectionType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": ["IRegistrationServices"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Guid", - "params": [], - "isStatic": false, - "name": "GetManagedCategoryGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetProgIdForType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "GetRegistrableTypesInAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags" - } - ], - "isStatic": false, - "name": "RegisterAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "g", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "RegisterTypeForComClients", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "classContext", - "typeName": "System.Runtime.InteropServices.RegistrationClassContext" - }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.RegistrationConnectionType" - } - ], - "isStatic": false, - "name": "RegisterTypeForComClients", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "TypeRepresentsComType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "TypeRequiresRegistration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "UnregisterAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cookie", "typeName": "int" }], - "isStatic": false, - "name": "UnregisterTypeForComClients", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistrationServices", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "SystemConfigurationFile", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "a", "typeName": "System.Reflection.Assembly" }], - "isStatic": true, - "name": "FromGlobalAccessCache", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetRuntimeDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clsid", "typeName": "System.Guid" }, - { "name": "riid", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "GetRuntimeInterfaceAsIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "clsid", "typeName": "System.Guid" }, - { "name": "riid", "typeName": "System.Guid" } - ], - "isStatic": true, - "name": "GetRuntimeInterfaceAsObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetSystemVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeEnvironment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Runtime.InteropServices.ExternalException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CanResume", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SEHException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "FrameworkDescription", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.Architecture", - "name": "OSArchitecture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "OSDescription", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.Architecture", - "name": "ProcessArchitecture", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "osPlatform", - "typeName": "System.Runtime.InteropServices.OSPlatform" - } - ], - "isStatic": true, - "name": "IsOSPlatform", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeInformation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SafeArrayRankMismatchException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SafeArrayTypeMismatchException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SetWin32ContextInIDispatchAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "ulong", - "name": "ByteLength", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "pointer", "typeName": "byte*" }], - "isStatic": false, - "name": "AcquirePointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "numElements", "typeName": "uint" }, - { "name": "sizeOfEachElement", "typeName": "uint" } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "numBytes", "typeName": "ulong" }], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "numElements", "typeName": "uint" }], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "byteOffset", "typeName": "ulong" }, - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "byteOffset", "typeName": "ulong" }], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleasePointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "byteOffset", "typeName": "ulong" }, - { "name": "array", "typeName": "T[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "WriteArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "byteOffset", "typeName": "ulong" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SafeBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsClosed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInvalid", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "success", "typeName": "bool" }], - "isStatic": false, - "name": "DangerousAddRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "DangerousGetHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DangerousRelease", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetHandleAsInvalid", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SafeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.FILETIME", - "name": "atime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "cbSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "clsid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FILETIME", - "name": "ctime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfLocksSupported", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfStateBits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.FILETIME", - "name": "mtime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "pwcsName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "reserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "type", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "STATSTG", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "lcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.SYSKIND", - "name": "syskind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LIBFLAGS", - "name": "wLibFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMajorVerNum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMinorVerNum", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPELIBATTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "CharSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Pack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.LayoutKind", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "layoutKind", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "layoutKind", - "typeName": "System.Runtime.InteropServices.LayoutKind" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StructLayoutAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.SYSKIND", - "name": "SYS_MAC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.SYSKIND", - "name": "SYS_WIN16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.SYSKIND", - "name": "SYS_WIN32", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.SYSKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SYSKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "short", - "name": "cbAlignment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "cbSizeInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cbSizeVft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cFuncs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cImplTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cVars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwReserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.IDLDESC", - "name": "idldescType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "lcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lpstrSchema", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MEMBER_ID_NIL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memidConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memidDestructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEDESC", - "name": "tdescAlias", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "typekind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMajorVerNum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMinorVerNum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "wTypeFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEATTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "vt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FAGGREGATABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FAPPOBJECT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FCANCREATE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FCONTROL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FDISPATCHABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FDUAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FLICENSED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FNONEXTENSIBLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FOLEAUTOMATION", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FPREDECLID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FPROXY", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FREPLACEABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEFLAGS", - "name": "TYPEFLAG_FREVERSEBIND", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TYPEFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Identifier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Scope", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scope", "typeName": "string" }, - { "name": "identifier", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeIdentifierAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_ALIAS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_COCLASS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_DISPATCH", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_ENUM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_INTERFACE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_MAX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_MODULE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_RECORD", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TYPEKIND", - "name": "TKIND_UNION", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TYPEKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": ["ITypeLibConverter"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" }, - { "name": "strTypeLibName", "typeName": "string" }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags" - }, - { - "name": "notifySink", - "typeName": "System.Runtime.InteropServices.ITypeLibExporterNotifySink" - } - ], - "isStatic": false, - "name": "ConvertAssemblyToTypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "typeLib", "typeName": "object" }, - { "name": "asmFileName", "typeName": "string" }, - { "name": "flags", "typeName": "int" }, - { - "name": "notifySink", - "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" - }, - { "name": "publicKey", "typeName": "byte[]" }, - { - "name": "keyPair", - "typeName": "System.Reflection.StrongNameKeyPair" - }, - { "name": "unsafeInterfaces", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConvertTypeLibToAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyBuilder", - "params": [ - { "name": "typeLib", "typeName": "object" }, - { "name": "asmFileName", "typeName": "string" }, - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags" - }, - { - "name": "notifySink", - "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" - }, - { "name": "publicKey", "typeName": "byte[]" }, - { - "name": "keyPair", - "typeName": "System.Reflection.StrongNameKeyPair" - }, - { "name": "asmNamespace", "typeName": "string" }, - { "name": "asmVersion", "typeName": "System.Version" } - ], - "isStatic": false, - "name": "ConvertTypeLibToAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "g", "typeName": "System.Guid" }, - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" }, - { "name": "lcid", "typeName": "int" }, - { "name": "asmName", "typeName": "string" }, - { "name": "asmCodeBase", "typeName": "string" } - ], - "isStatic": false, - "name": "GetPrimaryInteropAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibConverter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "flags", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibVarAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "name": "CallerResolvedReferences", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "name": "ExportAs32Bit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "name": "ExportAs64Bit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "name": "OldNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "name": "OnlyReferenceRegistered", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TypeLibExporterFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibExporterFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FBindable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FDefaultBind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FDefaultCollelem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FDisplayBind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FHidden", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FImmediateBind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FNonBrowsable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FReplaceable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FRequestEdit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FRestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "name": "FUiDefault", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TypeLibVarFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibVarFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "flags", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibFuncAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FBindable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FDefaultBind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FDefaultCollelem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FDisplayBind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FHidden", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FImmediateBind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FNonBrowsable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FReplaceable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FRequestEdit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FRestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FUiDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "name": "FUsesGetLastError", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TypeLibFuncFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibFuncFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "importClass", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibImportClassAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "ImportAsAgnostic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "ImportAsArm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "ImportAsItanium", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "ImportAsX64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "ImportAsX86", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "NoDefineVersionResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "PreventClassMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "PrimaryInteropAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "ReflectionOnlyLoading", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "SafeArrayAsSystemArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "SerializableValueClasses", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "TransformDispRetVals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "name": "UnsafeInterfaces", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TypeLibImporterFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibImporterFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "MajorVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MinorVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "major", "typeName": "int" }, - { "name": "minor", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "flags", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibTypeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumString" - } - ], - "isStatic": false, - "name": "EnumObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbindopts", - "typeName": "System.Runtime.InteropServices.BIND_OPTS" - } - ], - "isStatic": false, - "name": "GetBindOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszKey", "typeName": "string" }, - { "name": "ppunk", "typeName": "object" } - ], - "isStatic": false, - "name": "GetObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pprot", - "typeName": "System.Runtime.InteropServices.UCOMIRunningObjectTable" - } - ], - "isStatic": false, - "name": "GetRunningObjectTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "punk", "typeName": "object" }], - "isStatic": false, - "name": "RegisterObjectBound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszKey", "typeName": "string" }, - { "name": "punk", "typeName": "object" } - ], - "isStatic": false, - "name": "RegisterObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseBoundObjects", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "punk", "typeName": "object" }], - "isStatic": false, - "name": "RevokeObjectBound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pszKey", "typeName": "string" }], - "isStatic": false, - "name": "RevokeObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbindopts", - "typeName": "System.Runtime.InteropServices.BIND_OPTS" - } - ], - "isStatic": false, - "name": "SetBindOptions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIBindCtx", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FAggregatable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FAppObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FCanCreate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FDispatchable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FDual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FHidden", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FLicensed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FNonExtensible", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FOleAutomation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FPreDeclId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FReplaceable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FRestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "name": "FReverseBind", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.TypeLibTypeFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeLibTypeFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "WrappedObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnknownWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "pUnkSink", "typeName": "object" }, - { "name": "pdwCookie", "typeName": "int" } - ], - "isStatic": false, - "name": "Advise", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppEnum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumConnections" - } - ], - "isStatic": false, - "name": "EnumConnections", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pIID", "typeName": "System.Guid" }], - "isStatic": false, - "name": "GetConnectionInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppCPC", - "typeName": "System.Runtime.InteropServices.UCOMIConnectionPointContainer" - } - ], - "isStatic": false, - "name": "GetConnectionPointContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwCookie", "typeName": "int" }], - "isStatic": false, - "name": "Unadvise", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIConnectionPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "BestFitMapping", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CharSet", - "name": "CharSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SetLastError", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ThrowOnUnmappableChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.CallingConvention", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "callingConvention", - "typeName": "System.Runtime.InteropServices.CallingConvention" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnmanagedFunctionPointerAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppEnum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumConnectionPoints" - } - ], - "isStatic": false, - "name": "EnumConnectionPoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { - "name": "ppCP", - "typeName": "System.Runtime.InteropServices.UCOMIConnectionPoint" - } - ], - "isStatic": false, - "name": "FindConnectionPoint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIConnectionPointContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsSignUnspecifiedByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumConnectionPoints" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.UCOMIConnectionPoint[]" - }, - { "name": "pceltFetched", "typeName": "int" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIEnumConnectionPoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IsUdtReturn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumConnections" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.CONNECTDATA[]" - }, - { "name": "pceltFetched", "typeName": "int" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIEnumConnections", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "AnsiBStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "AsAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "Bool", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "BStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "ByValArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "ByValTStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "Currency", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "CustomMarshaler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "Error", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "FunctionPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "HString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "I1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "I2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "I4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "I8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "IDispatch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "IInspectable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "Interface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "IUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "LPArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "LPStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "LPStruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "LPTStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "LPUTF8Str", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "LPWStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "R4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "R8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "SafeArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "Struct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "SysInt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "SysUInt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "TBStr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "U1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "U2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "U4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "U8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "VariantBool", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.UnmanagedType", - "name": "VBByRefStr", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.UnmanagedType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnmanagedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumMoniker" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker[]" - }, - { "name": "pceltFetched", "typeName": "int" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIEnumMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "HelpLink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Exception", - "name": "InnerException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Source", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StackTrace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodBase", - "name": "TargetSite", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Exception", - "params": [], - "isStatic": false, - "name": "GetBaseException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ELEMDESC", - "name": "elemdescVar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "lpstrSchema", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VarEnum", - "name": "varkind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wVarFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VARDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.UCOMIEnumString" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { "name": "rgelt", "typeName": "string[]" }, - { "name": "pceltFetched", "typeName": "int" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIEnumString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_FieldBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "ppenum", "typeName": "int" }], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { "name": "rgvar", "typeName": "int" }, - { "name": "pceltFetched", "typeName": "int" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIEnumVARIANT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "riidResult", "typeName": "System.Guid" }, - { "name": "ppvResult", "typeName": "object" } - ], - "isStatic": false, - "name": "BindToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "ppvObj", "typeName": "object" } - ], - "isStatic": false, - "name": "BindToStorage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkOther", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { - "name": "ppmkPrefix", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "CommonPrefixWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkRight", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "fOnlyIfNotGeneric", "typeName": "bool" }, - { - "name": "ppmkComposite", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "ComposeWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fForward", "typeName": "bool" }, - { - "name": "ppenumMoniker", - "typeName": "System.Runtime.InteropServices.UCOMIEnumMoniker" - } - ], - "isStatic": false, - "name": "Enum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pClassID", "typeName": "System.Guid" }], - "isStatic": false, - "name": "GetClassID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "ppszDisplayName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcbSize", "typeName": "long" }], - "isStatic": false, - "name": "GetSizeMax", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { - "name": "pFileTime", - "typeName": "System.Runtime.InteropServices.FILETIME" - } - ], - "isStatic": false, - "name": "GetTimeOfLastChange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pdwHash", "typeName": "int" }], - "isStatic": false, - "name": "Hash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppmk", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "Inverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "IsDirty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkOtherMoniker", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "IsEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { - "name": "pmkNewlyRunning", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "IsRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pdwMksys", "typeName": "int" }], - "isStatic": false, - "name": "IsSystemMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pStm", - "typeName": "System.Runtime.InteropServices.UCOMIStream" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "pszDisplayName", "typeName": "string" }, - { "name": "pchEaten", "typeName": "int" }, - { - "name": "ppmkOut", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "ParseDisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" - }, - { "name": "dwReduceHowFar", "typeName": "int" }, - { - "name": "ppmkToLeft", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { - "name": "ppmkReduced", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkOther", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { - "name": "ppmkRelPath", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "RelativePathTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pStm", - "typeName": "System.Runtime.InteropServices.UCOMIStream" - }, - { "name": "fClearDirty", "typeName": "bool" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "pClassID", "typeName": "System.Guid" }], - "isStatic": false, - "name": "GetClassID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppszFileName", "typeName": "string" }], - "isStatic": false, - "name": "GetCurFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "IsDirty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszFileName", "typeName": "string" }, - { "name": "dwMode", "typeName": "int" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszFileName", "typeName": "string" }, - { "name": "fRemember", "typeName": "bool" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pszFileName", "typeName": "string" }], - "isStatic": false, - "name": "SaveCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIPersistFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenumMoniker", - "typeName": "System.Runtime.InteropServices.UCOMIEnumMoniker" - } - ], - "isStatic": false, - "name": "EnumRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "ppunkObject", "typeName": "object" } - ], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { - "name": "pfiletime", - "typeName": "System.Runtime.InteropServices.FILETIME" - } - ], - "isStatic": false, - "name": "GetTimeOfLastChange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - } - ], - "isStatic": false, - "name": "IsRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dwRegister", "typeName": "int" }, - { - "name": "pfiletime", - "typeName": "System.Runtime.InteropServices.FILETIME" - } - ], - "isStatic": false, - "name": "NoteChangeTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "grfFlags", "typeName": "int" }, - { "name": "punkObject", "typeName": "object" }, - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.UCOMIMoniker" - }, - { "name": "pdwRegister", "typeName": "int" } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwRegister", "typeName": "int" }], - "isStatic": false, - "name": "Revoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIRunningObjectTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppstm", - "typeName": "System.Runtime.InteropServices.UCOMIStream" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "grfCommitFlags", "typeName": "int" }], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pstm", - "typeName": "System.Runtime.InteropServices.UCOMIStream" - }, - { "name": "cb", "typeName": "long" }, - { "name": "pcbRead", "typeName": "System.IntPtr" }, - { "name": "pcbWritten", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "libOffset", "typeName": "long" }, - { "name": "cb", "typeName": "long" }, - { "name": "dwLockType", "typeName": "int" } - ], - "isStatic": false, - "name": "LockRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pv", "typeName": "byte[]" }, - { "name": "cb", "typeName": "int" }, - { "name": "pcbRead", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Revert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dlibMove", "typeName": "long" }, - { "name": "dwOrigin", "typeName": "int" }, - { "name": "plibNewPosition", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "libNewSize", "typeName": "long" }], - "isStatic": false, - "name": "SetSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pstatstg", - "typeName": "System.Runtime.InteropServices.STATSTG" - }, - { "name": "grfStatFlag", "typeName": "int" } - ], - "isStatic": false, - "name": "Stat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "libOffset", "typeName": "long" }, - { "name": "cb", "typeName": "long" }, - { "name": "dwLockType", "typeName": "int" } - ], - "isStatic": false, - "name": "UnlockRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pv", "typeName": "byte[]" }, - { "name": "cb", "typeName": "int" }, - { "name": "pcbWritten", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMIStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpvarValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "oInst", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCUNION", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.FieldAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeFieldHandle", - "name": "FieldHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "FieldType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyAndAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyOrAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsLiteral", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNotSerialized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPinvokeImpl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStatic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "System.TypedReference" }], - "isStatic": false, - "name": "GetValueDirect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.TypedReference" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SetValueDirect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_FieldInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "szName", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { "name": "wFlags", "typeName": "short" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" - }, - { - "name": "pDescKind", - "typeName": "System.Runtime.InteropServices.DESCKIND" - }, - { - "name": "pBindPtr", - "typeName": "System.Runtime.InteropServices.BINDPTR" - } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "szName", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" - }, - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.UCOMITypeComp" - } - ], - "isStatic": false, - "name": "BindType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMITypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Runtime.CompilerServices.StateMachineAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stateMachineType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IteratorStateMachineAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.INVOKEKIND" - }, - { "name": "ppv", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "AddressOfMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pUnkOuter", "typeName": "object" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "ppvObj", "typeName": "object" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTLB", - "typeName": "System.Runtime.InteropServices.UCOMITypeLib" - }, - { "name": "pIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetContainingTypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.INVOKEKIND" - }, - { "name": "pBstrDllName", "typeName": "string" }, - { "name": "pBstrName", "typeName": "string" }, - { "name": "pwOrdinal", "typeName": "short" } - ], - "isStatic": false, - "name": "GetDllEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "strName", "typeName": "string" }, - { "name": "strDocString", "typeName": "string" }, - { "name": "dwHelpContext", "typeName": "int" }, - { "name": "strHelpFile", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "ppFuncDesc", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetFuncDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rgszNames", "typeName": "string[]" }, - { "name": "cNames", "typeName": "int" }, - { "name": "pMemId", "typeName": "int[]" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "pImplTypeFlags", "typeName": "int" } - ], - "isStatic": false, - "name": "GetImplTypeFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "pBstrMops", "typeName": "string" } - ], - "isStatic": false, - "name": "GetMops", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "rgBstrNames", "typeName": "string[]" }, - { "name": "cMaxNames", "typeName": "int" }, - { "name": "pcNames", "typeName": "int" } - ], - "isStatic": false, - "name": "GetNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hRef", "typeName": "int" }, - { - "name": "ppTI", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" - } - ], - "isStatic": false, - "name": "GetRefTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "href", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRefTypeOfImplType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppTypeAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetTypeAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.UCOMITypeComp" - } - ], - "isStatic": false, - "name": "GetTypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "ppVarDesc", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetVarDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pvInstance", "typeName": "object" }, - { "name": "memid", "typeName": "int" }, - { "name": "wFlags", "typeName": "short" }, - { - "name": "pDispParams", - "typeName": "System.Runtime.InteropServices.DISPPARAMS" - }, - { "name": "pVarResult", "typeName": "object" }, - { - "name": "pExcepInfo", - "typeName": "System.Runtime.InteropServices.EXCEPINFO" - }, - { "name": "puArgErr", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pFuncDesc", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseFuncDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTypeAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseTypeAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pVarDesc", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseVarDesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMITypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_ModuleBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ITuple", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "szNameBuf", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo[]" - }, - { "name": "rgMemId", "typeName": "int[]" }, - { "name": "pcFound", "typeName": "short" } - ], - "isStatic": false, - "name": "FindName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "strName", "typeName": "string" }, - { "name": "strDocString", "typeName": "string" }, - { "name": "dwHelpContext", "typeName": "int" }, - { "name": "strHelpFile", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppTLibAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetLibAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.UCOMITypeComp" - } - ], - "isStatic": false, - "name": "GetTypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "ppTI", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" - } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "guid", "typeName": "System.Guid" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" - } - ], - "isStatic": false, - "name": "GetTypeInfoOfGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "pTKind", - "typeName": "System.Runtime.InteropServices.TYPEKIND" - } - ], - "isStatic": false, - "name": "GetTypeInfoType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "szNameBuf", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" } - ], - "isStatic": false, - "name": "IsName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTLibAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseTLibAttr", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UCOMITypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FBINDABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FDEFAULTBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FDEFAULTCOLLELEM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FDISPLAYBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FIMMEDIATEBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FNONBROWSABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FREADONLY", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FREPLACEABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FREQUESTEDIT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FSOURCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.VARFLAGS", - "name": "VARFLAG_FUIDEFAULT", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.VARFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VARFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_ParameterBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Runtime.CompilerServices.CustomConstantAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IUnknownConstantAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "WrappedObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VariantWrapper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_ParameterInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.LoadHint", - "name": "Always", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.LoadHint", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.LoadHint", - "name": "Sometimes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.CompilerServices.LoadHint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LoadHint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Activator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_ILGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.MethodCodeType", - "name": "IL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodCodeType", - "name": "Native", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodCodeType", - "name": "OPTIL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodCodeType", - "name": "Runtime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.CompilerServices.MethodCodeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodCodeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "EntryPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EscapedCodeBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "GlobalAssemblyCache", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Location", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ModuleResolveEventHandler", - "name": "ModuleResolve", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Reflection.ModuleResolveEventHandler" - } - ], - "isStatic": false, - "name": "add_ModuleResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Reflection.ModuleResolveEventHandler" - } - ], - "isStatic": false, - "name": "remove_ModuleResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "typeName", "typeName": "string" }], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "activationAttributes", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetExportedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FileStream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetLoadedModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetLoadedModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ManifestResourceInfo", - "params": [{ "name": "resourceName", "typeName": "string" }], - "isStatic": false, - "name": "GetManifestResourceInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetManifestResourceNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetManifestResourceStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Stream", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "GetManifestResourceStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "getResourceModules", "typeName": "bool" }], - "isStatic": false, - "name": "GetModules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AssemblyName", - "params": [{ "name": "copiedName", "typeName": "bool" }], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetReferencedAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetSatelliteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Assembly", - "params": [ - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": "GetSatelliteAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "throwOnError", "typeName": "bool" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [ - { "name": "moduleName", "typeName": "string" }, - { "name": "rawModule", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "LoadModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Module", - "params": [ - { "name": "moduleName", "typeName": "string" }, - { "name": "rawModule", "typeName": "byte[]" }, - { "name": "rawSymbolStore", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "LoadModule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_LocalBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.MethodCodeType", - "name": "MethodCodeType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "methodImplOptions", - "typeName": "System.Runtime.CompilerServices.MethodImplOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodImplAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_AssemblyBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_MemberInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "AggressiveInlining", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "ForwardRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "InternalCall", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "NoInlining", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "NoOptimization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "PreserveSig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "Synchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.MethodImplOptions", - "name": "Unmanaged", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.CompilerServices.MethodImplOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MethodImplOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_AssemblyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyAndAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyOrAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsHideBySig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStatic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsVirtual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "parameters", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_MethodBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NativeCppClassAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Attribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_MethodBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "description", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReferenceAssemblyAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_ConstructorBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyAndAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyOrAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsHideBySig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStatic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsVirtual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReturnType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ICustomAttributeProvider", - "name": "ReturnTypeCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetBaseDefinition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "parameters", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_MethodInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "RequiredContract", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "requiredContract", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RequiredAttributeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.MethodAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.CallingConventions", - "name": "CallingConvention", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyAndAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFamilyOrAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsHideBySig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStatic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsVirtual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeMethodHandle", - "name": "MethodHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodImplAttributes", - "params": [], - "isStatic": false, - "name": "GetMethodImplementationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke_2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "parameters", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Invoke_3", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "parameters", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "Invoke_4", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "parameters", "typeName": "object[]" }], - "isStatic": false, - "name": "Invoke_5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_ConstructorInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_MethodRental", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "WrapNonExceptionThrows", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeCompatibilityAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_CustomAttributeBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "PortablePdb", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "feature", "typeName": "string" }], - "isStatic": true, - "name": "IsSupported", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeFeature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_EnumBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "OffsetToStringData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EnsureSufficientExecutionStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "o1", "typeName": "object" }, - { "name": "o2", "typeName": "object" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "code", - "typeName": "System.Runtime.CompilerServices.RuntimeHelpers.TryCode" - }, - { - "name": "backoutCode", - "typeName": "System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode" - }, - { "name": "userData", "typeName": "object" } - ], - "isStatic": true, - "name": "ExecuteCodeWithGuaranteedCleanup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": true, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "GetObjectValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "fldHandle", "typeName": "System.RuntimeFieldHandle" } - ], - "isStatic": true, - "name": "InitializeArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PrepareConstrainedRegions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PrepareConstrainedRegionsNoOP", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "d", "typeName": "System.Delegate" }], - "isStatic": true, - "name": "PrepareContractedDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "d", "typeName": "System.Delegate" }], - "isStatic": true, - "name": "PrepareDelegate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "method", "typeName": "System.RuntimeMethodHandle" } - ], - "isStatic": true, - "name": "PrepareMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "method", "typeName": "System.RuntimeMethodHandle" }, - { - "name": "instantiation", - "typeName": "System.RuntimeTypeHandle[]" - } - ], - "isStatic": true, - "name": "PrepareMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ProbeForSufficientStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.RuntimeTypeHandle" } - ], - "isStatic": true, - "name": "RunClassConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "module", "typeName": "System.ModuleHandle" }], - "isStatic": true, - "name": "RunModuleConstructor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeHelpers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_EventBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.EventAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "EventHandlerType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMulticast", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "handler", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "AddEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetAddMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetAddMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetRaiseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetRaiseMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetRemoveMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetRemoveMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "handler", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "RemoveEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_EventInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_PropertyBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.PropertyAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "PropertyType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAccessors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetAccessors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetGetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetGetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetIndexParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [], - "isStatic": false, - "name": "GetSetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetSetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "index", "typeName": "object[]" } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "obj", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "index", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { "name": "index", "typeName": "object[]" } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "index", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_PropertyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_SignatureHelper", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userData", "typeName": "object" }, - { "name": "exceptionThrown", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "userData", "typeName": "object" }, - { "name": "exceptionThrown", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CleanupCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Thread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "StateMachineType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "stateMachineType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StateMachineAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "userData", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "userData", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TryCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.Assembly", - "name": "Assembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AssemblyQualifiedName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.TypeAttributes", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "BaseType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FullName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "GUID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAbstract", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAnsiClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsArray", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAutoClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAutoLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsByRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCOMObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsContextful", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsEnum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsExplicitLayout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsImport", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsLayoutSequential", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMarshalByRef", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedFamANDAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedFamily", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedFamORAssem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedPrivate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNestedPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsNotPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPointer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPrimitive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSealed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSerializable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSpecialName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsUnicodeClass", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsValueType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MemberTypes", - "name": "MemberType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Module", - "name": "Module", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.RuntimeTypeHandle", - "name": "TypeHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.ConstructorInfo", - "name": "TypeInitializer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "UnderlyingSystemType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "System.Type" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "filter", "typeName": "System.Reflection.TypeFilter" }, - { "name": "filterCriteria", "typeName": "object" } - ], - "isStatic": false, - "name": "FindInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "memberType", - "typeName": "System.Reflection.MemberTypes" - }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "filter", "typeName": "System.Reflection.MemberFilter" }, - { "name": "filterCriteria", "typeName": "object" } - ], - "isStatic": false, - "name": "FindMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetArrayRank", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "callConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConstructorInfo", - "params": [{ "name": "types", "typeName": "System.Type[]" }], - "isStatic": false, - "name": "GetConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetConstructors", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetDefaultMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetElementType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetEvents", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "FieldInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetFields", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "InterfaceMapping", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetInterfaceMap", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetInterfaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Reflection.MemberTypes" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMembers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { - "name": "callConvention", - "typeName": "System.Reflection.CallingConventions" - }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "types", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetMethods", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetNestedTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "bindingAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "returnType", "typeName": "System.Type" }, - { "name": "types", "typeName": "System.Type[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "types", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "invokeAttr", - "typeName": "System.Reflection.BindingFlags" - }, - { "name": "binder", "typeName": "System.Reflection.Binder" }, - { "name": "target", "typeName": "object" }, - { "name": "args", "typeName": "object[]" }, - { - "name": "modifiers", - "typeName": "System.Reflection.ParameterModifier[]" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "namedParameters", "typeName": "string[]" } - ], - "isStatic": false, - "name": "InvokeMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsAssignableFrom", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "IsInstanceOfType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsSubclassOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_Type", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { "name": "rgszNames", "typeName": "System.IntPtr" }, - { "name": "cNames", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "rgDispId", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "iTInfo", "typeName": "uint" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "ppTInfo", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcTInfo", "typeName": "uint" }], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dispIdMember", "typeName": "uint" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "lcid", "typeName": "uint" }, - { "name": "wFlags", "typeName": "short" }, - { "name": "pDispParams", "typeName": "System.IntPtr" }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "_TypeBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "object", - "name": "WrappedException", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RuntimeWrappedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ScopelessEnumAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringFreezingAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SpecialNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "UnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskAwaiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TResult", - "params": [], - "isStatic": false, - "name": "GetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "UnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskAwaiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Collections.Generic.IList", - "name": "TransformNames", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "transformNames", "typeName": "string[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TupleElementNamesAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "AssemblyFullName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "assemblyFullName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeForwardedFromAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "IStrongBox", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "Destination", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "destination", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TypeForwardedToAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "T", - "name": "this[]", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "T[]" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "item", "typeName": "T" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "item", "typeName": "T" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Reverse", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToArray", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ReadOnlyCollection", - "params": [], - "isStatic": false, - "name": "ToReadOnlyCollection", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ReadOnlyCollectionBuilder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnsafeValueTypeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": ["IStrongBox"], - "fields": [ - { - "typeName": "T", - "name": "Value", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "StrongBox", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "RuleCache", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "YieldAwaiter", - "params": [], - "isStatic": false, - "name": "GetAwaiter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "YieldAwaitable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IRuntimeVariables", - "params": [], - "isStatic": true, - "name": "CreateRuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IRuntimeVariables", - "params": [ - { "name": "data", "typeName": "object[]" }, - { "name": "indexes", "typeName": "long[]" } - ], - "isStatic": true, - "name": "CreateRuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, - { "name": "version", "typeName": "object" } - ], - "isStatic": true, - "name": "ExpandoCheckVersion", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, - { "name": "oldClass", "typeName": "object" }, - { "name": "newClass", "typeName": "object" } - ], - "isStatic": true, - "name": "ExpandoPromoteClass", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, - { "name": "indexClass", "typeName": "object" }, - { "name": "index", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "ExpandoTryDeleteValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, - { "name": "indexClass", "typeName": "object" }, - { "name": "index", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "ExpandoTryGetValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, - { "name": "indexClass", "typeName": "object" }, - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" }, - { "name": "name", "typeName": "string" }, - { "name": "ignoreCase", "typeName": "bool" } - ], - "isStatic": true, - "name": "ExpandoTrySetValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IRuntimeVariables", - "params": [ - { - "name": "first", - "typeName": "System.Runtime.CompilerServices.IRuntimeVariables" - }, - { - "name": "second", - "typeName": "System.Runtime.CompilerServices.IRuntimeVariables" - }, - { "name": "indexes", "typeName": "int[]" } - ], - "isStatic": true, - "name": "MergeRuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "hoistedLocals", "typeName": "object" }, - { "name": "locals", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Quote", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "RuntimeOps", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], - "fields": [ - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "continuation", "typeName": "System.Action" }], - "isStatic": false, - "name": "UnsafeOnCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "YieldAwaiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.CompilerServices.CallSiteBinder", - "name": "Binder", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "CallSite", - "params": [ - { "name": "delegateType", "typeName": "System.Type" }, - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CallSite", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Runtime.CompilerServices.CallSite", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "Target", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "T", - "name": "Update", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "CallSite", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CallSite", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Linq.Expressions.LabelTarget", - "name": "UpdateLabel", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Expression", - "params": [ - { "name": "args", "typeName": "object[]" }, - { - "name": "parameters", - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" - }, - { - "name": "returnLabel", - "typeName": "System.Linq.Expressions.LabelTarget" - } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "BindDelegate", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CallSiteBinder", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "mb", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "IsInternalFrame", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CallSiteHelpers", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - }, - { "name": "rule", "typeName": "T" } - ], - "isStatic": true, - "name": "AddRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "binder", - "typeName": "System.Runtime.CompilerServices.CallSiteBinder" - }, - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Bind", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - } - ], - "isStatic": true, - "name": "ClearMatch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CallSite", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - } - ], - "isStatic": true, - "name": "CreateMatchmaker", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "cache", - "typeName": "System.Runtime.CompilerServices.RuleCache" - } - ], - "isStatic": true, - "name": "GetCachedRules", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - } - ], - "isStatic": true, - "name": "GetMatch", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "RuleCache", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - } - ], - "isStatic": true, - "name": "GetRuleCache", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - } - ], - "isStatic": true, - "name": "GetRules", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cache", - "typeName": "System.Runtime.CompilerServices.RuleCache" - }, - { "name": "rule", "typeName": "T" }, - { "name": "i", "typeName": "int" } - ], - "isStatic": true, - "name": "MoveRule", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "site", - "typeName": "System.Runtime.CompilerServices.CallSite" - } - ], - "isStatic": true, - "name": "SetNotMatched", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "this", - "typeName": "System.Runtime.CompilerServices.CallSite" - }, - { "name": "matched", "typeName": "int" } - ], - "isStatic": true, - "name": "UpdateRules", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CallSiteOps", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object[]", - "name": "Constants", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "object[]", - "name": "Locals", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "constants", "typeName": "object[]" }, - { "name": "locals", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "Closure", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "DebugInfoGenerator", - "params": [], - "isStatic": true, - "name": "CreatePdbGenerator", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "method", - "typeName": "System.Linq.Expressions.LambdaExpression" - }, - { "name": "ilOffset", "typeName": "int" }, - { - "name": "sequencePoint", - "typeName": "System.Linq.Expressions.DebugInfoExpression" - } - ], - "isStatic": false, - "name": "MarkSequencePoint", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DebugInfoGenerator", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Collections.Generic.IList", - "name": "TransformFlags", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "transformFlags", "typeName": "bool[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DynamicAttribute", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object[]", - "name": "Globals", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "object[]", - "name": "Locals", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Runtime.CompilerServices.ExecutionScope", - "name": "Parent", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Delegate", - "params": [ - { "name": "indexLambda", "typeName": "int" }, - { "name": "locals", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CreateDelegate", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "CreateHoistedLocals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Expression", - "params": [ - { - "name": "expression", - "typeName": "System.Linq.Expressions.Expression" - }, - { "name": "locals", "typeName": "object[]" } - ], - "isStatic": false, - "name": "IsolateExpression", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ExecutionScope", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.CompilerServices", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "object", - "name": "this[]", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "IRuntimeVariables", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.Serialization.Formatters.Binary", - "baseClass": "object", - "attribute": "", - "interfaces": ["IRemotingFormatter", "IFormatter"], - "fields": [ - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "name": "AssemblyFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.SerializationBinder", - "name": "Binder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.StreamingContext", - "name": "Context", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", - "name": "FilterLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.ISurrogateSelector", - "name": "SurrogateSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "name": "TypeFormat", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" - } - ], - "isStatic": false, - "name": "Deserialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" - }, - { - "name": "methodCallMessage", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": "DeserializeMethodResponse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" }, - { - "name": "headers", - "typeName": "System.Runtime.Remoting.Messaging.Header[]" - } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" - } - ], - "isStatic": false, - "name": "UnsafeDeserialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "serializationStream", "typeName": "System.IO.Stream" }, - { - "name": "handler", - "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" - }, - { - "name": "methodCallMessage", - "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" - } - ], - "isStatic": false, - "name": "UnsafeDeserializeMethodResponse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BinaryFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISoapXsd", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapAnyUri", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapAnyUri", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "byte[]", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapBase64Binary", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapBase64Binary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "int", - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { "name": "sign", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapDate", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapDate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DateTime", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapDay", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TimeSpan", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "timeSpan", "typeName": "System.TimeSpan" }], - "isStatic": true, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapDuration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapEntities", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapEntities", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapEntity", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapEntity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "byte[]", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapHexBinary", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapHexBinary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapId", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapIdrefs", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapIdrefs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapIdref", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapIdref", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapInteger", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapInteger", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapLanguage", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapLanguage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Json", - "baseClass": "System.Runtime.Serialization.XmlObjectSerializer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.IDataContractSurrogate", - "name": "DataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.DateTimeFormat", - "name": "DateTimeFormat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.EmitTypeInformation", - "name": "EmitTypeInformation", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IgnoreExtensionDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", - "name": "KnownTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxItemsInObjectGraph", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "SerializeReadOnlyTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "UseSimpleDictionaryFormat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - }, - { "name": "alwaysEmitTypeInformation", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "settings", - "typeName": "System.Runtime.Serialization.Json.DataContractJsonSerializerSettings" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "string" }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - }, - { "name": "alwaysEmitTypeInformation", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "rootName", "typeName": "System.Xml.XmlDictionaryString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "rootName", - "typeName": "System.Xml.XmlDictionaryString" - }, - { - "name": "knownTypes", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "maxItemsInObjectGraph", "typeName": "int" }, - { "name": "ignoreExtensionDataObject", "typeName": "bool" }, - { - "name": "dataContractSurrogate", - "typeName": "System.Runtime.Serialization.IDataContractSurrogate" - }, - { "name": "alwaysEmitTypeInformation", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "IsStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "reader", "typeName": "System.Xml.XmlReader" }, - { "name": "verifyObjectName", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } - ], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], - "isStatic": false, - "name": "WriteEndObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteObjectContent", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.Xml.XmlWriter" }, - { "name": "graph", "typeName": "object" } - ], - "isStatic": false, - "name": "WriteStartObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractJsonSerializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapMonth", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapName", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapMonthDay", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapMonthDay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNcName", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNcName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNegativeInteger", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNegativeInteger", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Json", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.Serialization.IDataContractSurrogate", - "name": "DataContractSurrogate", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.DateTimeFormat", - "name": "DateTimeFormat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Runtime.Serialization.EmitTypeInformation", - "name": "EmitTypeInformation", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "IgnoreExtensionDataObject", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "KnownTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "int", - "name": "MaxItemsInObjectGraph", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "string", - "name": "RootName", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "SerializeReadOnlyTypes", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "typeName": "bool", - "name": "UseSimpleDictionaryFormat", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "DataContractJsonSerializerSettings", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNmtoken", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNmtoken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Json", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": false, - "name": "SetInput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlJsonReaderInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNmtokens", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNmtokens", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNonNegativeInteger", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNonNegativeInteger", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNotation", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNotation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Json", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetOutput", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "IXmlJsonWriterInitializer", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNonPositiveInteger", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNonPositiveInteger", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Serialization.Json", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateJsonReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateJsonReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateJsonReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - }, - { - "name": "onClose", - "typeName": "System.Xml.OnXmlDictionaryReaderClose" - } - ], - "isStatic": true, - "name": "CreateJsonReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryReader", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "quotas", - "typeName": "System.Xml.XmlDictionaryReaderQuotas" - } - ], - "isStatic": true, - "name": "CreateJsonReader", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "CreateJsonWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "CreateJsonWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "ownsStream", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateJsonWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "ownsStream", "typeName": "bool" }, - { "name": "indent", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateJsonWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "returnTypeName": "XmlDictionaryWriter", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "ownsStream", "typeName": "bool" }, - { "name": "indent", "typeName": "bool" }, - { "name": "indentChars", "typeName": "string" } - ], - "isStatic": true, - "name": "CreateJsonWriter", - "comment": "", - "location": "System.Runtime.Serialization.dll" - } - ], - "name": "JsonReaderWriterFactory", - "comment": "", - "location": "System.Runtime.Serialization.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "namespaceValue", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapQName", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapQName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapNormalizedString", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapNormalizedString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapTime", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "decimal", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapPositiveInteger", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapPositiveInteger", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapToken", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "int", - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { "name": "sign", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapYear", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapYear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISoapXsd"], - "fields": [ - { - "typeName": "int", - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.DateTime", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XsdType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.DateTime" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.DateTime" }, - { "name": "sign", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetXsdType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SoapYearMonth", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SoapYearMonth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpfuncdesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lptcomp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lpvardesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BINDPTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "cbStruct", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwTickCountDeadline", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfMode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "BIND_OPTS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_CDECL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_MACPASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_MAX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_MPWCDECL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_MPWPASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_MSCPASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_PASCAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_RESERVED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_STDCALL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "CC_SYSCALL", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CALLCONV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "dwCookie", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "pUnk", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CONNECTDATA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "name": "DESCKIND_FUNCDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "name": "DESCKIND_IMPLICITAPPOBJ", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "name": "DESCKIND_MAX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "name": "DESCKIND_NONE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "name": "DESCKIND_TYPECOMP", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "name": "DESCKIND_VARDESC", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "cArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "cNamedArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "rgdispidNamedArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "rgvarg", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DISPPARAMS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION", - "name": "desc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEDESC", - "name": "tdesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ELEMDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "dwHighDateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwLowDateTime", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FILETIME", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", - "name": "callconv", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cParams", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cParamsOpt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cScodes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ELEMDESC", - "name": "elemdescFunc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "name": "funckind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", - "name": "invkind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lprgelemdescParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lprgscode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "oVft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wFuncFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FUNCDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FBINDABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FDEFAULTBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FDEFAULTCOLLELEM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FDISPLAYBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FIMMEDIATEBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FNONBROWSABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FREPLACEABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FREQUESTEDIT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FSOURCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FUIDEFAULT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "name": "FUNCFLAG_FUSESGETLASTERROR", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FUNCFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "name": "FUNC_DISPATCH", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "name": "FUNC_NONVIRTUAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "name": "FUNC_PUREVIRTUAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "name": "FUNC_STATIC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "name": "FUNC_VIRTUAL", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FUNCKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumString" - } - ], - "isStatic": false, - "name": "EnumObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbindopts", - "typeName": "System.Runtime.InteropServices.ComTypes.BIND_OPTS" - } - ], - "isStatic": false, - "name": "GetBindOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszKey", "typeName": "string" }, - { "name": "ppunk", "typeName": "object" } - ], - "isStatic": false, - "name": "GetObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pprot", - "typeName": "System.Runtime.InteropServices.ComTypes.IRunningObjectTable" - } - ], - "isStatic": false, - "name": "GetRunningObjectTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "punk", "typeName": "object" }], - "isStatic": false, - "name": "RegisterObjectBound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszKey", "typeName": "string" }, - { "name": "punk", "typeName": "object" } - ], - "isStatic": false, - "name": "RegisterObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseBoundObjects", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "punk", "typeName": "object" }], - "isStatic": false, - "name": "RevokeObjectBound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "pszKey", "typeName": "string" }], - "isStatic": false, - "name": "RevokeObjectParam", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbindopts", - "typeName": "System.Runtime.InteropServices.ComTypes.BIND_OPTS" - } - ], - "isStatic": false, - "name": "SetBindOptions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IBindCtx", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "pUnkSink", "typeName": "object" }, - { "name": "pdwCookie", "typeName": "int" } - ], - "isStatic": false, - "name": "Advise", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppEnum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnections" - } - ], - "isStatic": false, - "name": "EnumConnections", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pIID", "typeName": "System.Guid" }], - "isStatic": false, - "name": "GetConnectionInterface", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppCPC", - "typeName": "System.Runtime.InteropServices.ComTypes.IConnectionPointContainer" - } - ], - "isStatic": false, - "name": "GetConnectionPointContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwCookie", "typeName": "int" }], - "isStatic": false, - "name": "Unadvise", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IConnectionPoint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppEnum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints" - } - ], - "isStatic": false, - "name": "EnumConnectionPoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "riid", "typeName": "System.Guid" }, - { - "name": "ppCP", - "typeName": "System.Runtime.InteropServices.ComTypes.IConnectionPoint" - } - ], - "isStatic": false, - "name": "FindConnectionPoint", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IConnectionPointContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "name": "IDLFLAG_FIN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "name": "IDLFLAG_FLCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "name": "IDLFLAG_FOUT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "name": "IDLFLAG_FRETVAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "name": "IDLFLAG_NONE", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDLFLAG", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLDESC", - "name": "idldesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMDESC", - "name": "paramdesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCUNION", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.ComTypes.IConnectionPoint[]" - }, - { "name": "pceltFetched", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumConnectionPoints", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "dwReserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", - "name": "wIDLFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IDLDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "bstrDescription", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "bstrHelpFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "bstrSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwHelpContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "pfnDeferredFillIn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "pvReserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "scode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wReserved", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EXCEPINFO", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnections" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.ComTypes.CONNECTDATA[]" - }, - { "name": "pceltFetched", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumConnections", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumMoniker" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker[]" - }, - { "name": "pceltFetched", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumString" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { "name": "rgelt", "typeName": "string[]" }, - { "name": "pceltFetched", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { "name": "riidResult", "typeName": "System.Guid" }, - { "name": "ppvResult", "typeName": "object" } - ], - "isStatic": false, - "name": "BindToObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "ppvObj", "typeName": "object" } - ], - "isStatic": false, - "name": "BindToStorage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkOther", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { - "name": "ppmkPrefix", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "CommonPrefixWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkRight", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { "name": "fOnlyIfNotGeneric", "typeName": "bool" }, - { - "name": "ppmkComposite", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "ComposeWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fForward", "typeName": "bool" }, - { - "name": "ppenumMoniker", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumMoniker" - } - ], - "isStatic": false, - "name": "Enum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pClassID", "typeName": "System.Guid" }], - "isStatic": false, - "name": "GetClassID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { "name": "ppszDisplayName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pcbSize", "typeName": "long" }], - "isStatic": false, - "name": "GetSizeMax", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { - "name": "pFileTime", - "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME" - } - ], - "isStatic": false, - "name": "GetTimeOfLastChange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pdwHash", "typeName": "int" }], - "isStatic": false, - "name": "Hash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppmk", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "Inverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "IsDirty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pmkOtherMoniker", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "IsEqual", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { - "name": "pmkNewlyRunning", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "IsRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "pdwMksys", "typeName": "int" }], - "isStatic": false, - "name": "IsSystemMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pStm", - "typeName": "System.Runtime.InteropServices.ComTypes.IStream" - } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { - "name": "pmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { "name": "pszDisplayName", "typeName": "string" }, - { "name": "pchEaten", "typeName": "int" }, - { - "name": "ppmkOut", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "ParseDisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pbc", - "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" - }, - { "name": "dwReduceHowFar", "typeName": "int" }, - { - "name": "ppmkToLeft", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { - "name": "ppmkReduced", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "Reduce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pmkOther", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { - "name": "ppmkRelPath", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "RelativePathTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pStm", - "typeName": "System.Runtime.InteropServices.ComTypes.IStream" - }, - { "name": "fClearDirty", "typeName": "bool" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMoniker", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IEnumVARIANT", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { "name": "rgVar", "typeName": "object[]" }, - { "name": "pceltFetched", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IEnumVARIANT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FDEFAULT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FDEFAULTVTABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", - "name": "IMPLTYPEFLAG_FSOURCE", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMPLTYPEFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", - "name": "INVOKE_FUNC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", - "name": "INVOKE_PROPERTYGET", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", - "name": "INVOKE_PROPERTYPUT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", - "name": "INVOKE_PROPERTYPUTREF", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "INVOKEKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "pClassID", "typeName": "System.Guid" }], - "isStatic": false, - "name": "GetClassID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppszFileName", "typeName": "string" }], - "isStatic": false, - "name": "GetCurFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "IsDirty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszFileName", "typeName": "string" }, - { "name": "dwMode", "typeName": "int" } - ], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pszFileName", "typeName": "string" }, - { "name": "fRemember", "typeName": "bool" } - ], - "isStatic": false, - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pszFileName", "typeName": "string" }], - "isStatic": false, - "name": "SaveCompleted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IPersistFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppstm", - "typeName": "System.Runtime.InteropServices.ComTypes.IStream" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "grfCommitFlags", "typeName": "int" }], - "isStatic": false, - "name": "Commit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pstm", - "typeName": "System.Runtime.InteropServices.ComTypes.IStream" - }, - { "name": "cb", "typeName": "long" }, - { "name": "pcbRead", "typeName": "System.IntPtr" }, - { "name": "pcbWritten", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "libOffset", "typeName": "long" }, - { "name": "cb", "typeName": "long" }, - { "name": "dwLockType", "typeName": "int" } - ], - "isStatic": false, - "name": "LockRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pv", "typeName": "byte[]" }, - { "name": "cb", "typeName": "int" }, - { "name": "pcbRead", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Revert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dlibMove", "typeName": "long" }, - { "name": "dwOrigin", "typeName": "int" }, - { "name": "plibNewPosition", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "libNewSize", "typeName": "long" }], - "isStatic": false, - "name": "SetSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pstatstg", - "typeName": "System.Runtime.InteropServices.ComTypes.STATSTG" - }, - { "name": "grfStatFlag", "typeName": "int" } - ], - "isStatic": false, - "name": "Stat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "libOffset", "typeName": "long" }, - { "name": "cb", "typeName": "long" }, - { "name": "dwLockType", "typeName": "int" } - ], - "isStatic": false, - "name": "UnlockRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pv", "typeName": "byte[]" }, - { "name": "cb", "typeName": "int" }, - { "name": "pcbWritten", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppenumMoniker", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumMoniker" - } - ], - "isStatic": false, - "name": "EnumRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { "name": "ppunkObject", "typeName": "object" } - ], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - }, - { - "name": "pfiletime", - "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME" - } - ], - "isStatic": false, - "name": "GetTimeOfLastChange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "IsRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dwRegister", "typeName": "int" }, - { - "name": "pfiletime", - "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME" - } - ], - "isStatic": false, - "name": "NoteChangeTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "grfFlags", "typeName": "int" }, - { "name": "punkObject", "typeName": "object" }, - { - "name": "pmkObjectName", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwRegister", "typeName": "int" }], - "isStatic": false, - "name": "Revoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IRunningObjectTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" - }, - { "name": "ppv", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "AddressOfMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pUnkOuter", "typeName": "object" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "ppvObj", "typeName": "object" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTLB", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" - }, - { "name": "pIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetContainingTypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" - }, - { "name": "pBstrDllName", "typeName": "System.IntPtr" }, - { "name": "pBstrName", "typeName": "System.IntPtr" }, - { "name": "pwOrdinal", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetDllEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "strName", "typeName": "string" }, - { "name": "strDocString", "typeName": "string" }, - { "name": "dwHelpContext", "typeName": "int" }, - { "name": "strHelpFile", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "ppFuncDesc", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetFuncDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rgszNames", "typeName": "string[]" }, - { "name": "cNames", "typeName": "int" }, - { "name": "pMemId", "typeName": "int[]" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "pImplTypeFlags", - "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS" - } - ], - "isStatic": false, - "name": "GetImplTypeFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "pBstrMops", "typeName": "string" } - ], - "isStatic": false, - "name": "GetMops", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "rgBstrNames", "typeName": "string[]" }, - { "name": "cMaxNames", "typeName": "int" }, - { "name": "pcNames", "typeName": "int" } - ], - "isStatic": false, - "name": "GetNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hRef", "typeName": "int" }, - { - "name": "ppTI", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": false, - "name": "GetRefTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "href", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRefTypeOfImplType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppTypeAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetTypeAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" - } - ], - "isStatic": false, - "name": "GetTypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "ppVarDesc", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetVarDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pvInstance", "typeName": "object" }, - { "name": "memid", "typeName": "int" }, - { "name": "wFlags", "typeName": "short" }, - { - "name": "pDispParams", - "typeName": "System.Runtime.InteropServices.ComTypes.DISPPARAMS" - }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pFuncDesc", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseFuncDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTypeAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseTypeAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pVarDesc", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseVarDesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "szNameBuf", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo[]" - }, - { "name": "rgMemId", "typeName": "int[]" }, - { "name": "pcFound", "typeName": "short" } - ], - "isStatic": false, - "name": "FindName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "strName", "typeName": "string" }, - { "name": "strDocString", "typeName": "string" }, - { "name": "dwHelpContext", "typeName": "int" }, - { "name": "strHelpFile", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppTLibAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetLibAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" - } - ], - "isStatic": false, - "name": "GetTypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "ppTI", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "guid", "typeName": "System.Guid" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": false, - "name": "GetTypeInfoOfGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "pTKind", - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND" - } - ], - "isStatic": false, - "name": "GetTypeInfoType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "szNameBuf", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" } - ], - "isStatic": false, - "name": "IsName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTLibAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseTLibAttr", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "szName", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { "name": "wFlags", "typeName": "short" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - }, - { - "name": "pDescKind", - "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND" - }, - { - "name": "pBindPtr", - "typeName": "System.Runtime.InteropServices.ComTypes.BINDPTR" - } - ], - "isStatic": false, - "name": "Bind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "szName", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - }, - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" - } - ], - "isStatic": false, - "name": "BindType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ITypeInfo"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" - }, - { "name": "ppv", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "AddressOfMember", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pUnkOuter", "typeName": "object" }, - { "name": "riid", "typeName": "System.Guid" }, - { "name": "ppvObj", "typeName": "object" } - ], - "isStatic": false, - "name": "CreateInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pCustData", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetAllCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "pCustData", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetAllFuncCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "pCustData", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetAllImplTypeCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexFunc", "typeName": "int" }, - { "name": "indexParam", "typeName": "int" }, - { "name": "pCustData", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetAllParamCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "pCustData", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetAllVarCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTLB", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" - }, - { "name": "pIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetContainingTypeLib", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "guid", "typeName": "System.Guid" }, - { "name": "pVarVal", "typeName": "object" } - ], - "isStatic": false, - "name": "GetCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" - }, - { "name": "pBstrDllName", "typeName": "System.IntPtr" }, - { "name": "pBstrName", "typeName": "System.IntPtr" }, - { "name": "pwOrdinal", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetDllEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "strName", "typeName": "string" }, - { "name": "strDocString", "typeName": "string" }, - { "name": "dwHelpContext", "typeName": "int" }, - { "name": "strHelpFile", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "pbstrHelpString", "typeName": "string" }, - { "name": "pdwHelpStringContext", "typeName": "int" }, - { "name": "pbstrHelpStringDll", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "guid", "typeName": "System.Guid" }, - { "name": "pVarVal", "typeName": "object" } - ], - "isStatic": false, - "name": "GetFuncCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "ppFuncDesc", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetFuncDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { - "name": "invKind", - "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" - }, - { "name": "pFuncIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetFuncIndexOfMemId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rgszNames", "typeName": "string[]" }, - { "name": "cNames", "typeName": "int" }, - { "name": "pMemId", "typeName": "int[]" } - ], - "isStatic": false, - "name": "GetIDsOfNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "guid", "typeName": "System.Guid" }, - { "name": "pVarVal", "typeName": "object" } - ], - "isStatic": false, - "name": "GetImplTypeCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "pImplTypeFlags", - "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS" - } - ], - "isStatic": false, - "name": "GetImplTypeFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "pBstrMops", "typeName": "string" } - ], - "isStatic": false, - "name": "GetMops", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "rgBstrNames", "typeName": "string[]" }, - { "name": "cMaxNames", "typeName": "int" }, - { "name": "pcNames", "typeName": "int" } - ], - "isStatic": false, - "name": "GetNames", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexFunc", "typeName": "int" }, - { "name": "indexParam", "typeName": "int" }, - { "name": "guid", "typeName": "System.Guid" }, - { "name": "pVarVal", "typeName": "object" } - ], - "isStatic": false, - "name": "GetParamCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hRef", "typeName": "int" }, - { - "name": "ppTI", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": false, - "name": "GetRefTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "href", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRefTypeOfImplType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppTypeAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetTypeAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" - } - ], - "isStatic": false, - "name": "GetTypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTypeFlags", "typeName": "int" }], - "isStatic": false, - "name": "GetTypeFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "pTypeKind", - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND" - } - ], - "isStatic": false, - "name": "GetTypeKind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "guid", "typeName": "System.Guid" }, - { "name": "pVarVal", "typeName": "object" } - ], - "isStatic": false, - "name": "GetVarCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "ppVarDesc", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "GetVarDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "memid", "typeName": "int" }, - { "name": "pVarIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetVarIndexOfMemId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pvInstance", "typeName": "object" }, - { "name": "memid", "typeName": "int" }, - { "name": "wFlags", "typeName": "short" }, - { - "name": "pDispParams", - "typeName": "System.Runtime.InteropServices.ComTypes.DISPPARAMS" - }, - { "name": "pVarResult", "typeName": "System.IntPtr" }, - { "name": "pExcepInfo", "typeName": "System.IntPtr" }, - { "name": "puArgErr", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pFuncDesc", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseFuncDesc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTypeAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseTypeAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pVarDesc", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseVarDesc", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeInfo2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ITypeLib"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "szNameBuf", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo[]" - }, - { "name": "rgMemId", "typeName": "int[]" }, - { "name": "pcFound", "typeName": "short" } - ], - "isStatic": false, - "name": "FindName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pCustData", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetAllCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "guid", "typeName": "System.Guid" }, - { "name": "pVarVal", "typeName": "object" } - ], - "isStatic": false, - "name": "GetCustData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "strName", "typeName": "string" }, - { "name": "strDocString", "typeName": "string" }, - { "name": "dwHelpContext", "typeName": "int" }, - { "name": "strHelpFile", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "pbstrHelpString", "typeName": "string" }, - { "name": "pdwHelpStringContext", "typeName": "int" }, - { "name": "pbstrHelpStringDll", "typeName": "string" } - ], - "isStatic": false, - "name": "GetDocumentation2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ppTLibAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "GetLibAttr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pcUniqueNames", "typeName": "System.IntPtr" }, - { "name": "pcchUniqueNames", "typeName": "int" } - ], - "isStatic": false, - "name": "GetLibStatistics", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ppTComp", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" - } - ], - "isStatic": false, - "name": "GetTypeComp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "ppTI", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": false, - "name": "GetTypeInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetTypeInfoCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "guid", "typeName": "System.Guid" }, - { - "name": "ppTInfo", - "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" - } - ], - "isStatic": false, - "name": "GetTypeInfoOfGuid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "pTKind", - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND" - } - ], - "isStatic": false, - "name": "GetTypeInfoType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "szNameBuf", "typeName": "string" }, - { "name": "lHashVal", "typeName": "int" } - ], - "isStatic": false, - "name": "IsName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pTLibAttr", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "ReleaseTLibAttr", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ITypeLib2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", - "name": "LIBFLAG_FCONTROL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", - "name": "LIBFLAG_FHASDISKIMAGE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", - "name": "LIBFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", - "name": "LIBFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LIBFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpVarValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "wParamFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PARAMDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FHASCUSTDATA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FHASDEFAULT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FIN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FLCID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FOPT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FOUT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_FRETVAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "name": "PARAMFLAG_NONE", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PARAMFLAG", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "short", - "name": "cbAlignment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "cbSizeInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cbSizeVft", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cFuncs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cImplTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "cVars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "dwReserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IDLDESC", - "name": "idldescType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "lcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "lpstrSchema", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MEMBER_ID_NIL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memidConstructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memidDestructor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEDESC", - "name": "tdescAlias", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "typekind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMajorVerNum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMinorVerNum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "wTypeFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEATTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME", - "name": "atime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "cbSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "clsid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME", - "name": "ctime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfLocksSupported", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "grfStateBits", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME", - "name": "mtime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "pwcsName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "reserved", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "type", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "STATSTG", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", - "name": "SYS_MAC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", - "name": "SYS_WIN16", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", - "name": "SYS_WIN32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", - "name": "SYS_WIN64", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SYSKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "vt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FAGGREGATABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FAPPOBJECT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FCANCREATE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FCONTROL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FDISPATCHABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FDUAL", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FLICENSED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FNONEXTENSIBLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FOLEAUTOMATION", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FPREDECLID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FPROXY", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FREPLACEABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "name": "TYPEFLAG_FREVERSEBIND", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_ALIAS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_COCLASS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_DISPATCH", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_ENUM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_INTERFACE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_MAX", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_MODULE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_RECORD", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "name": "TKIND_UNION", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPEKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION", - "name": "desc", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ELEMDESC", - "name": "elemdescVar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "lpstrSchema", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "memid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", - "name": "varkind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wVarFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VARDESC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "guid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "lcid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", - "name": "syskind", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", - "name": "wLibFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMajorVerNum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "short", - "name": "wMinorVerNum", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TYPELIBATTR", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.DATADIR", - "name": "DATADIR_GET", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DATADIR", - "name": "DATADIR_SET", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.DATADIR", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DATADIR", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", - "name": "DVASPECT_CONTENT", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", - "name": "DVASPECT_DOCPRINT", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", - "name": "DVASPECT_ICON", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", - "name": "DVASPECT_THUMBNAIL", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DVASPECT", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "pFormatetc", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - }, - { - "name": "advf", - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF" - }, - { - "name": "adviseSink", - "typeName": "System.Runtime.InteropServices.ComTypes.IAdviseSink" - }, - { "name": "connection", "typeName": "int" } - ], - "isStatic": false, - "name": "DAdvise", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "connection", "typeName": "int" }], - "isStatic": false, - "name": "DUnadvise", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "enumAdvise", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumSTATDATA" - } - ], - "isStatic": false, - "name": "EnumDAdvise", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumFORMATETC", - "params": [ - { - "name": "direction", - "typeName": "System.Runtime.InteropServices.ComTypes.DATADIR" - } - ], - "isStatic": false, - "name": "EnumFormatEtc", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "formatIn", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - }, - { - "name": "formatOut", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - } - ], - "isStatic": false, - "name": "GetCanonicalFormatEtc", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "format", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - }, - { - "name": "medium", - "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" - } - ], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "format", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - }, - { - "name": "medium", - "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" - } - ], - "isStatic": false, - "name": "GetDataHere", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "format", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - } - ], - "isStatic": false, - "name": "QueryGetData", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "formatIn", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - }, - { - "name": "medium", - "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" - }, - { "name": "release", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "System.dll" - } - ], - "name": "IDataObject", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "lpvarValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "oInst", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCUNION", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "newEnum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumFORMATETC" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC[]" - }, - { "name": "pceltFetched", "typeName": "int[]" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.dll" - } - ], - "name": "IEnumFORMATETC", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "short", - "name": "cfFormat", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", - "name": "dwAspect", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "lindex", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ptd", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "tymed", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "FORMATETC", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FBINDABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FDEFAULTBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FDEFAULTCOLLELEM", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FDISPLAYBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FHIDDEN", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FIMMEDIATEBIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FNONBROWSABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FREADONLY", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FREPLACEABLE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FREQUESTEDIT", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FRESTRICTED", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FSOURCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "name": "VARFLAG_FUIDEFAULT", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VARFLAGS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "newEnum", - "typeName": "System.Runtime.InteropServices.ComTypes.IEnumSTATDATA" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "celt", "typeName": "int" }, - { - "name": "rgelt", - "typeName": "System.Runtime.InteropServices.ComTypes.STATDATA[]" - }, - { "name": "pceltFetched", "typeName": "int[]" } - ], - "isStatic": false, - "name": "Next", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "celt", "typeName": "int" }], - "isStatic": false, - "name": "Skip", - "comment": "", - "location": "System.dll" - } - ], - "name": "IEnumSTATDATA", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnClose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "format", - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" - }, - { - "name": "stgmedium", - "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" - } - ], - "isStatic": false, - "name": "OnDataChange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "moniker", - "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" - } - ], - "isStatic": false, - "name": "OnRename", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnSave", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "aspect", "typeName": "int" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "OnViewChange", - "comment": "", - "location": "System.dll" - } - ], - "name": "IAdviseSink", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", - "name": "VAR_CONST", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", - "name": "VAR_DISPATCH", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", - "name": "VAR_PERINSTANCE", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", - "name": "VAR_STATIC", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.VARKIND", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VARKIND", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "advf", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.IAdviseSink", - "name": "advSink", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "connection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC", - "name": "formatetc", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "STATDATA", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVFCACHE_FORCEBUILTIN", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVFCACHE_NOHANDLER", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVFCACHE_ONSAVE", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVF_DATAONSTOP", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVF_NODATA", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVF_ONLYONCE", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "name": "ADVF_PRIMEFIRST", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.ADVF", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ADVF", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_ENHMF", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_FILE", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_GDI", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_HGLOBAL", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_ISTORAGE", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_ISTREAM", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_MFPICT", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "TYMED_NULL", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TYMED", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.ComTypes", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "object", - "name": "pUnkForRelease", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", - "name": "tymed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "unionmember", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "STGMEDIUM", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices.Expando", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IReflect"], - "fields": [], - "methods": [ - { - "returnTypeName": "FieldInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "AddField", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "method", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "AddMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PropertyInfo", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "AddProperty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "m", "typeName": "System.Reflection.MemberInfo" } - ], - "isStatic": false, - "name": "RemoveMember", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IExpando", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "DefaultInterface", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "defaultInterface", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DefaultInterfaceAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "NamespaceName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ObjectModel.Collection", - "name": "ResolvedAssemblyFiles", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "namespaceName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DesignerNamespaceResolveEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" - }, - { - "name": "right", - "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" - }, - { - "name": "right", - "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventRegistrationToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "InvocationList", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventRegistrationToken", - "params": [{ "name": "handler", "typeName": "T" }], - "isStatic": false, - "name": "AddEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventRegistrationTokenTable", - "params": [ - { - "name": "refEventTable", - "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable" - } - ], - "isStatic": true, - "name": "GetOrCreateEventRegistrationTokenTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "token", - "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" - } - ], - "isStatic": false, - "name": "RemoveEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "handler", "typeName": "T" }], - "isStatic": false, - "name": "RemoveEventHandler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventRegistrationTokenTable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "ActivateInstance", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IActivationFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "byte", - "name": "BuildVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "InterfaceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "MajorVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "MinorVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "RevisionVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "interfaceType", "typeName": "System.Type" }, - { "name": "majorVersion", "typeName": "byte" }, - { "name": "minorVersion", "typeName": "byte" }, - { "name": "buildVersion", "typeName": "byte" }, - { "name": "revisionVersion", "typeName": "byte" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InterfaceImplementedInVersionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "NamespaceName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.Assembly", - "name": "RequestingAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ObjectModel.Collection", - "name": "ResolvedAssemblies", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "namespaceName", "typeName": "string" }, - { - "name": "requestingAssembly", - "typeName": "System.Reflection.Assembly" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NamespaceResolveEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReadOnlyArrayAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReturnValueNameAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "addMethod", - "typeName": "System.Func" - }, - { - "name": "removeMethod", - "typeName": "System.Action" - }, - { "name": "handler", "typeName": "T" } - ], - "isStatic": true, - "name": "AddEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FreeHString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IActivationFactory", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetActivationFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PtrToStringHString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "removeMethod", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RemoveAllEventHandlers", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "removeMethod", - "typeName": "System.Action" - }, - { "name": "handler", "typeName": "T" } - ], - "isStatic": true, - "name": "RemoveEventHandler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "StringToHString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsRuntimeMarshal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.EventHandler", - "name": "DesignerNamespaceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "ReflectionOnlyNamespaceResolve", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "add_DesignerNamespaceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "remove_DesignerNamespaceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "add_ReflectionOnlyNamespaceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "remove_ReflectionOnlyNamespaceResolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "namespaceName", "typeName": "string" }, - { - "name": "packageGraphFilePaths", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ResolveNamespace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "namespaceName", "typeName": "string" }, - { "name": "windowsSdkFilePath", "typeName": "string" }, - { - "name": "packageGraphFilePaths", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "ResolveNamespace", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsRuntimeMetadata", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices.WindowsRuntime", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WriteOnlyArrayAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Reflection.EventInfo", - "attribute": "", - "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_EventInfo"], - "fields": [ - { - "typeName": "System.Reflection.EventAttributes", - "name": "Attributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "DeclaringType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Type", - "name": "ReflectedType", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "eventName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "handler", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "AddEventHandler", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetAddMethod", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inherit", "typeName": "bool" }], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCustomAttributes", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetRaiseMethod", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [{ "name": "nonPublic", "typeName": "bool" }], - "isStatic": false, - "name": "GetRemoveMethod", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeType", "typeName": "System.Type" }, - { "name": "inherit", "typeName": "bool" } - ], - "isStatic": false, - "name": "IsDefined", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "object" }, - { "name": "handler", "typeName": "System.Delegate" } - ], - "isStatic": false, - "name": "RemoveEventHandler", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ComAwareEventInfo", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "DefaultParameterValueAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "InitialThreshold", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "MaximumThreshold", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "initialThreshold", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "initialThreshold", "typeName": "int" }, - { "name": "maximumThreshold", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "HandleCollector", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Runtime.InteropServices", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "StandardOleMarshalObject", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.PartialTrustVisibilityLevel", - "name": "PartialTrustVisibilityLevel", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AllowPartiallyTrustedCallersAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Demand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Deny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "elem", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PermitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RevertAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RevertAssert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RevertDeny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RevertPermitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "other", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CodeAccessPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "DemandedResources", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "ProtectedResources", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "e", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "protectedResources", - "typeName": "System.Security.Permissions.HostProtectionResource" - }, - { - "name": "demandedResources", - "typeName": "System.Security.Permissions.HostProtectionResource" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostProtectionException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Policy.PolicyLevel", - "name": "DomainPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ApplicationTrust", - "params": [ - { - "name": "applicationEvidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "activatorEvidence", - "typeName": "System.Security.Policy.Evidence" - }, - { - "name": "context", - "typeName": "System.Security.Policy.TrustManagerContext" - } - ], - "isStatic": false, - "name": "DetermineApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [{ "name": "evidenceType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GenerateAppDomainEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [ - { "name": "evidenceType", "typeName": "System.Type" }, - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "GenerateAssemblyEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetHostSuppliedAppDomainEvidenceTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": "GetHostSuppliedAssemblyEvidenceTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Evidence", - "params": [ - { - "name": "inputEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ProvideAppDomainEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Evidence", - "params": [ - { - "name": "loadedAssembly", - "typeName": "System.Reflection.Assembly" - }, - { - "name": "inputEvidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ProvideAssemblyEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ResolvePolicy", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostSecurityManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "AllFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "HostAppDomainEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "HostAssemblyEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "HostDetermineApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "HostPolicyLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "HostResolvePolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.HostSecurityManagerOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.HostSecurityManagerOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostSecurityManagerOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Policy.Evidence", - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IEvidenceFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ISecurityEncodable"], - "fields": [], - "methods": [ - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Demand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISecurityPolicyEncodable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ISecurityEncodable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Demand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Deny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PermitOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IStackWalk", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Security.PermissionSet", - "attribute": "", - "interfaces": [ - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISecurityEncodable", - "IStackWalk" - ], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "permSet", - "typeName": "System.Security.NamedPermissionSet" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "permSet", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NamedPermissionSet", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "et", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NamedPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.PartialTrustVisibilityLevel", - "name": "NotVisibleByDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PartialTrustVisibilityLevel", - "name": "VisibleToAllHosts", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.PartialTrustVisibilityLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PartialTrustVisibilityLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISecurityEncodable", - "IStackWalk" - ], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "permSet", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "perm", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "AddPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ContainsNonCodeAccessPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inFormat", "typeName": "string" }, - { "name": "inData", "typeName": "byte[]" }, - { "name": "outFormat", "typeName": "string" } - ], - "isStatic": true, - "name": "ConvertPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Demand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Deny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "et", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [{ "name": "permClass", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { "name": "other", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsEmpty", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PermitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [{ "name": "permClass", "typeName": "System.Type" }], - "isStatic": false, - "name": "RemovePermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RevertAssert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "perm", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "SetPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { "name": "other", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.PolicyLevelType", - "name": "AppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PolicyLevelType", - "name": "Enterprise", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PolicyLevelType", - "name": "Machine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PolicyLevelType", - "name": "User", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.PolicyLevelType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PolicyLevelType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Security.PermissionSet", - "attribute": "", - "interfaces": [ - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISecurityEncodable", - "IStackWalk" - ], - "fields": [ - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "permissionSetXml", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "et", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReadOnlyPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "char*" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": false, - "name": "AppendChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecureString", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "c", "typeName": "char" } - ], - "isStatic": false, - "name": "InsertAt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MakeReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "c", "typeName": "char" } - ], - "isStatic": false, - "name": "SetAt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecureString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "SecurityContext", - "params": [], - "isStatic": true, - "name": "Capture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityContext", - "params": [], - "isStatic": false, - "name": "CreateCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsFlowSuppressed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsWindowsIdentityFlowSuppressed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RestoreFlow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityContext", - "typeName": "System.Security.SecurityContext" - }, - { - "name": "callback", - "typeName": "System.Threading.ContextCallback" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsyncFlowControl", - "params": [], - "isStatic": true, - "name": "SuppressFlow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsyncFlowControl", - "params": [], - "isStatic": true, - "name": "SuppressFlowWindowsIdentity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.SecurityContextSource", - "name": "CurrentAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityContextSource", - "name": "CurrentAssembly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.SecurityContextSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityContextSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.SecurityCriticalScope", - "name": "Scope", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scope", - "typeName": "System.Security.SecurityCriticalScope" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityCriticalAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.SecurityCriticalScope", - "name": "Everything", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityCriticalScope", - "name": "Explicit", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.SecurityCriticalScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityCriticalScope", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Hashtable", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.ArrayList", - "name": "Children", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Tag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Text", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AddAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "child", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "AddChild", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Attribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "Equal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "Escape", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [{ "name": "xml", "typeName": "string" }], - "isStatic": true, - "name": "FromString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "IsValidAttributeName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": true, - "name": "IsValidAttributeValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": true, - "name": "IsValidTag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "IsValidText", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": "SearchForChildByTag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": "SearchForTextOfTag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityElement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "Demanded", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "DenySetInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.AssemblyName", - "name": "FailedAssemblyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.IPermission", - "name": "FirstPermissionThatFailed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "GrantedSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Reflection.MethodInfo", - "name": "Method", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PermissionState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "PermissionType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "PermitOnlySetInstance", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "RefusedSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Url", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityZone", - "name": "Zone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "deny", "typeName": "object" }, - { "name": "permitOnly", "typeName": "object" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { "name": "demanded", "typeName": "object" }, - { - "name": "permThatFailed", - "typeName": "System.Security.IPermission" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { - "name": "assemblyName", - "typeName": "System.Reflection.AssemblyName" - }, - { "name": "grant", "typeName": "System.Security.PermissionSet" }, - { "name": "refused", "typeName": "System.Security.PermissionSet" }, - { "name": "method", "typeName": "System.Reflection.MethodInfo" }, - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - }, - { "name": "demanded", "typeName": "object" }, - { - "name": "permThatFailed", - "typeName": "System.Security.IPermission" - }, - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "state", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CheckExecutionRights", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SecurityEnabled", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "CurrentThreadRequiresSecurityContextCapture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "GetStandardSandbox", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "zone", "typeName": "System.Collections.ArrayList" }, - { "name": "origin", "typeName": "System.Collections.ArrayList" } - ], - "isStatic": true, - "name": "GetZoneAndOrigin", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "perm", "typeName": "System.Security.IPermission" } - ], - "isStatic": true, - "name": "IsGranted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyLevel", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "type", "typeName": "System.Security.PolicyLevelType" } - ], - "isStatic": true, - "name": "LoadPolicyLevelFromFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyLevel", - "params": [ - { "name": "str", "typeName": "string" }, - { "name": "type", "typeName": "System.Security.PolicyLevelType" } - ], - "isStatic": true, - "name": "LoadPolicyLevelFromString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": true, - "name": "PolicyHierarchy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "ResolvePolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - }, - { "name": "reqdPset", "typeName": "System.Security.PermissionSet" }, - { "name": "optPset", "typeName": "System.Security.PermissionSet" }, - { "name": "denyPset", "typeName": "System.Security.PermissionSet" }, - { "name": "denied", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": true, - "name": "ResolvePolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { - "name": "evidences", - "typeName": "System.Security.Policy.Evidence[]" - } - ], - "isStatic": true, - "name": "ResolvePolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "ResolvePolicyGroups", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": true, - "name": "ResolveSystemPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "SavePolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": true, - "name": "SavePolicyLevel", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.SecurityRuleSet", - "name": "RuleSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SkipVerificationInFullTrust", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "ruleSet", "typeName": "System.Security.SecurityRuleSet" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityRulesAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityTransparentAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.SecurityRuleSet", - "name": "Level1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityRuleSet", - "name": "Level2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityRuleSet", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.SecurityRuleSet", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityRuleSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecuritySafeCriticalAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityTreatAsSafeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnsureState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsStateAvailable", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.SecurityZone", - "name": "Internet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityZone", - "name": "Intranet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityZone", - "name": "MyComputer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityZone", - "name": "NoZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityZone", - "name": "Trusted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecurityZone", - "name": "Untrusted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.SecurityZone", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityZone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "VerificationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SuppressUnmanagedCodeSecurityAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lineNumber", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lineNumber", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "XmlSyntaxException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnverifiableCodeAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Security.Claims.ClaimsIdentity", - "attribute": "", - "interfaces": ["IIdentity"], - "fields": [ - { - "typeName": "string", - "name": "AuthenticationType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Claims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ClaimsIdentity", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Security.Claims.ClaimsPrincipal", - "attribute": "", - "interfaces": ["IPrincipal"], - "fields": [ - { - "typeName": "System.Security.Principal.IIdentity", - "name": "Identity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IIdentity" - }, - { "name": "roles", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "role", "typeName": "string" }], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Security.Principal.IdentityReferenceCollection", - "name": "UnmappedIdentities", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "serializationInfo", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "streamingContext", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IdentityNotMappedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsValidTargetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "right", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "right", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IdentityReference", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "Translate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IdentityReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AuthenticationType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.IdentityReference", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Principal.IdentityReference[]" - }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IdentityReferenceCollection", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "Translate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IdentityReferenceCollection", - "params": [ - { "name": "targetType", "typeName": "System.Type" }, - { "name": "forceSuccess", "typeName": "bool" } - ], - "isStatic": false, - "name": "Translate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IdentityReferenceCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Security.Principal.IdentityReference", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "domainName", "typeName": "string" }, - { "name": "accountName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "IsValidTargetType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Principal.NTAccount" - }, - { - "name": "right", - "typeName": "System.Security.Principal.NTAccount" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Principal.NTAccount" - }, - { - "name": "right", - "typeName": "System.Security.Principal.NTAccount" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IdentityReference", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "Translate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NTAccount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Principal.IIdentity", - "name": "Identity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "role", "typeName": "string" }], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Principal.PrincipalPolicy", - "name": "NoPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.PrincipalPolicy", - "name": "UnauthenticatedPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.PrincipalPolicy", - "name": "WindowsPrincipal", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Principal.PrincipalPolicy", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PrincipalPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "AdjustDefault", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "AdjustGroups", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "AdjustPrivileges", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "AdjustSessionId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "AllAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "AssignPrimary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "Duplicate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "Impersonate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "MaximumAllowed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "Query", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "QuerySource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenAccessLevels", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Principal.TokenAccessLevels", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TokenAccessLevels", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "Anonymous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "Delegation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "Identification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "Impersonation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Principal.TokenImpersonationLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TokenImpersonationLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountAdministratorSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountCertAdminsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountComputersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountControllersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountDomainAdminsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountDomainGuestsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountDomainUsersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountEnterpriseAdminsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountGuestSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountKrbtgtSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountPolicyAdminsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountRasAndIasServersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AccountSchemaAdminsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AnonymousSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "AuthenticatedUserSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BatchSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinAccountOperatorsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinAdministratorsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinAuthorizationAccessSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinBackupOperatorsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinDomainSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinGuestsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinIncomingForestTrustBuildersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinNetworkConfigurationOperatorsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinPerformanceLoggingUsersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinPerformanceMonitoringUsersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinPowerUsersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinPreWindows2000CompatibleAccessSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinPrintOperatorsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinRemoteDesktopUsersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinReplicatorSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinSystemOperatorsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "BuiltinUsersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "CreatorGroupServerSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "CreatorGroupSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "CreatorOwnerServerSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "CreatorOwnerSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "DialupSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "DigestAuthenticationSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "EnterpriseControllersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "InteractiveSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "LocalServiceSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "LocalSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "LocalSystemSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "LogonIdsSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "MaxDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "NetworkServiceSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "NetworkSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "NTAuthoritySid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "NtlmAuthenticationSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "NullSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "OtherOrganizationSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "ProxySid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "RemoteLogonIdSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "RestrictedCodeSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "SChannelAuthenticationSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "SelfSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "ServiceSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "TerminalServerSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "ThisOrganizationSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "WinBuiltinTerminalServerLicenseServersSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WellKnownSidType", - "name": "WorldSid", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Principal.WellKnownSidType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WellKnownSidType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Principal.WindowsAccountType", - "name": "Anonymous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsAccountType", - "name": "Guest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsAccountType", - "name": "Normal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsAccountType", - "name": "System", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Principal.WindowsAccountType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsAccountType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "AccountOperator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "Administrator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "BackupOperator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "Guest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "PowerUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "PrintOperator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "Replicator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "SystemOperator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.WindowsBuiltInRole", - "name": "User", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Principal.WindowsBuiltInRole", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsBuiltInRole", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Security.Claims.ClaimsIdentity", - "attribute": "", - "interfaces": [ - "IIdentity", - "IDisposable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "string", - "name": "DefaultIssuer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle", - "name": "AccessToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AuthenticationType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Claims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeviceClaims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.IdentityReferenceCollection", - "name": "Groups", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.TokenImpersonationLevel", - "name": "ImpersonationLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAnonymous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsGuest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSystem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Owner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "User", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "UserClaims", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "userToken", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userToken", "typeName": "System.IntPtr" }, - { "name": "type", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userToken", "typeName": "System.IntPtr" }, - { "name": "type", "typeName": "string" }, - { - "name": "acctType", - "typeName": "System.Security.Principal.WindowsAccountType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userToken", "typeName": "System.IntPtr" }, - { "name": "type", "typeName": "string" }, - { - "name": "acctType", - "typeName": "System.Security.Principal.WindowsAccountType" - }, - { "name": "isAuthenticated", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sUserPrincipalName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sUserPrincipalName", "typeName": "string" }, - { "name": "type", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ClaimsIdentity", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WindowsIdentity", - "params": [], - "isStatic": true, - "name": "GetAnonymous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WindowsIdentity", - "params": [], - "isStatic": true, - "name": "GetCurrent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WindowsIdentity", - "params": [{ "name": "ifImpersonating", "typeName": "bool" }], - "isStatic": true, - "name": "GetCurrent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WindowsIdentity", - "params": [ - { - "name": "desiredAccess", - "typeName": "System.Security.Principal.TokenAccessLevels" - } - ], - "isStatic": true, - "name": "GetCurrent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WindowsImpersonationContext", - "params": [], - "isStatic": false, - "name": "Impersonate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "WindowsImpersonationContext", - "params": [{ "name": "userToken", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "Impersonate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "safeAccessTokenHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle" - }, - { "name": "action", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "RunImpersonated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "safeAccessTokenHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle" - }, - { "name": "func", "typeName": "System.Func" } - ], - "isStatic": true, - "name": "RunImpersonated", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Undo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsImpersonationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Principal", - "baseClass": "System.Security.Claims.ClaimsPrincipal", - "attribute": "", - "interfaces": ["IPrincipal"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "DeviceClaims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.IIdentity", - "name": "Identity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "UserClaims", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ntIdentity", - "typeName": "System.Security.Principal.WindowsIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rid", "typeName": "int" }], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - } - ], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "role", - "typeName": "System.Security.Principal.WindowsBuiltInRole" - } - ], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "role", "typeName": "string" }], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WindowsPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AccessControlActions", - "name": "Change", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlActions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlActions", - "name": "View", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AccessControlActions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessControlActions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AccessControlModification", - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlModification", - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlModification", - "name": "RemoveAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlModification", - "name": "RemoveSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlModification", - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlModification", - "name": "Set", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AccessControlModification", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessControlModification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AccessControlSections", - "name": "Access", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlSections", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlSections", - "name": "Audit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlSections", - "name": "Group", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlSections", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlSections", - "name": "Owner", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AccessControlSections", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessControlSections", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AccessControlType", - "name": "Allow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AccessControlType", - "name": "Deny", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AccessControlType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessControlType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuthorizationRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.AccessControlType", - "name": "AccessControlType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "AccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "Rights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "rights", "typeName": "T" }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "rights", "typeName": "T" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { "name": "rights", "typeName": "T" }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { "name": "rights", "typeName": "T" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.AccessControl.GenericAce", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AceEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AceQualifier", - "name": "AccessAllowed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceQualifier", - "name": "AccessDenied", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceQualifier", - "name": "SystemAlarm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceQualifier", - "name": "SystemAudit", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AceQualifier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AceQualifier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessAllowed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessAllowedCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessAllowedCallbackObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessAllowedCompound", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessAllowedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessDenied", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessDeniedCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessDeniedCallbackObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AccessDeniedObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "MaxDefinedAceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAlarm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAlarmCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAlarmCallbackObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAlarmObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAuditCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAuditCallbackObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "SystemAuditObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "AuditFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "ContainerInherit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "FailedAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "InheritanceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "Inherited", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "InheritOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "NoPropagateInherit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "ObjectInherit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "SuccessfulAccess", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AceFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AuditFlags", - "name": "Failure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AuditFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AuditFlags", - "name": "Success", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.AuditFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AuditFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "Rights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "rights", "typeName": "T" }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "rights", "typeName": "T" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { "name": "rights", "typeName": "T" }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { "name": "rights", "typeName": "T" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuthorizationRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.AuditFlags", - "name": "AuditFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "AuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.SecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [], - "name": "CodeAccessSecurityAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Principal.IdentityReference", - "name": "IdentityReference", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.InheritanceFlags", - "name": "InheritanceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInherited", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.PropagationFlags", - "name": "PropagationFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "AuthorizationRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Collections.ReadOnlyCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.AuthorizationRule", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuthorizationRule" - } - ], - "isStatic": false, - "name": "AddRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rules", - "typeName": "System.Security.AccessControl.AuthorizationRule[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AuthorizationRuleCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.QualifiedAce", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.AccessControl.AceFlags" - }, - { - "name": "qualifier", - "typeName": "System.Security.AccessControl.AceQualifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "isCallback", "typeName": "bool" }, - { "name": "opaque", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "isCallback", "typeName": "bool" }], - "isStatic": true, - "name": "MaxOpaqueLength", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CommonAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.GenericAcl", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCanonical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsDS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.GenericAce", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "Revision", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - } - ], - "isStatic": false, - "name": "Purge", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveInheritedAces", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CommonAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.ObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AuthorizationRuleCollection", - "params": [ - { "name": "includeExplicit", "typeName": "bool" }, - { "name": "includeInherited", "typeName": "bool" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetAccessRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuthorizationRuleCollection", - "params": [ - { "name": "includeExplicit", "typeName": "bool" }, - { "name": "includeInherited", "typeName": "bool" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetAuditRules", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CommonObjectSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": "AddPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" - } - ], - "isStatic": false, - "name": "GetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": "SetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "other", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnvironmentPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.GenericSecurityDescriptor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "ControlFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.DiscretionaryAcl", - "name": "DiscretionaryAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Group", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsDiscretionaryAclCanonical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsDS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSystemAclCanonical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Owner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.SystemAcl", - "name": "SystemAcl", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.ControlFlags" - }, - { - "name": "owner", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "group", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "systemAcl", - "typeName": "System.Security.AccessControl.SystemAcl" - }, - { - "name": "discretionaryAcl", - "typeName": "System.Security.AccessControl.DiscretionaryAcl" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { - "name": "rawSecurityDescriptor", - "typeName": "System.Security.AccessControl.RawSecurityDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { "name": "sddlForm", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "revision", "typeName": "byte" }, - { "name": "trusted", "typeName": "int" } - ], - "isStatic": false, - "name": "AddDiscretionaryAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "revision", "typeName": "byte" }, - { "name": "trusted", "typeName": "int" } - ], - "isStatic": false, - "name": "AddSystemAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - } - ], - "isStatic": false, - "name": "PurgeAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - } - ], - "isStatic": false, - "name": "PurgeAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isProtected", "typeName": "bool" }, - { "name": "preserveInheritance", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetDiscretionaryAclProtection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isProtected", "typeName": "bool" }, - { "name": "preserveInheritance", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetSystemAclProtection", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CommonSecurityDescriptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.KnownAce", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CompoundAceType", - "name": "CompoundAceType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.AccessControl.AceFlags" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "compoundAceType", - "typeName": "System.Security.AccessControl.CompoundAceType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompoundAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", - "name": "AllAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", - "name": "NoAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.EnvironmentPermissionAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnvironmentPermissionAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.CompoundAceType", - "name": "Impersonation", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.CompoundAceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompoundAceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "DiscretionaryAclAutoInherited", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "DiscretionaryAclAutoInheritRequired", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "DiscretionaryAclDefaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "DiscretionaryAclPresent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "DiscretionaryAclProtected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "DiscretionaryAclUntrusted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "GroupDefaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "OwnerDefaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "RMControlValid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "SelfRelative", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "ServerSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "SystemAclAutoInherited", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "SystemAclAutoInheritRequired", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "SystemAclDefaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "SystemAclPresent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "SystemAclProtected", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.ControlFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ControlFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "CryptoKeyRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "cryptoKeyRights", - "typeName": "System.Security.AccessControl.CryptoKeyRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "cryptoKeyRights", - "typeName": "System.Security.AccessControl.CryptoKeyRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoKeyAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EnvironmentPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "CryptoKeyRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "cryptoKeyRights", - "typeName": "System.Security.AccessControl.CryptoKeyRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "cryptoKeyRights", - "typeName": "System.Security.AccessControl.CryptoKeyRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoKeyAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.FileDialogPermissionAccess", - "name": "Access", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileDialogPermissionAccess" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileDialogPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "ChangePermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "FullControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "GenericAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "GenericExecute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "GenericRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "GenericWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "ReadAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "ReadData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "ReadExtendedAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "ReadPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "Synchronize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "TakeOwnership", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "WriteAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "WriteData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeyRights", - "name": "WriteExtendedAttributes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.CryptoKeyRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoKeyRights", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityDescriptor", - "typeName": "System.Security.AccessControl.CommonSecurityDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoKeySecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.FileDialogPermissionAccess", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileDialogPermissionAccess", - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileDialogPermissionAccess", - "name": "OpenSave", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileDialogPermissionAccess", - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.FileDialogPermissionAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileDialogPermissionAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.GenericAce", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxOpaqueLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OpaqueLength", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "System.Security.AccessControl.AceType" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AceFlags" - }, - { "name": "opaque", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetOpaque", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "opaque", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetOpaque", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CustomAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.CommonAcl", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { "name": "revision", "typeName": "byte" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { - "name": "rawAcl", - "typeName": "System.Security.AccessControl.RawAcl" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "AddAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "AddAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAccessRule" - } - ], - "isStatic": false, - "name": "AddAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "RemoveAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "RemoveAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "RemoveAccessSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "RemoveAccessSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "SetAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "SetAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessType", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAccessRule" - } - ], - "isStatic": false, - "name": "SetAccess", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DiscretionaryAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Save", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileDialogPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.ObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuthorizationRuleCollection", - "params": [ - { "name": "includeExplicit", "typeName": "bool" }, - { "name": "includeInherited", "typeName": "bool" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetAccessRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuthorizationRuleCollection", - "params": [ - { "name": "includeExplicit", "typeName": "bool" }, - { "name": "includeInherited", "typeName": "bool" }, - { "name": "targetType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "GetAuditRules", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DirectoryObjectSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "EventWaitHandleRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.EventWaitHandleRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.EventWaitHandleRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventWaitHandleAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "EventWaitHandleRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.EventWaitHandleRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventWaitHandleAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.FileSystemSecurity", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DirectorySecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "AllFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "AllLocalFiles", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { - "name": "control", - "typeName": "System.Security.AccessControl.AccessControlActions" - }, - { "name": "path", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { - "name": "control", - "typeName": "System.Security.AccessControl.AccessControlActions" - }, - { "name": "pathList", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { "name": "path", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { "name": "pathList", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { "name": "path", "typeName": "string" } - ], - "isStatic": false, - "name": "AddPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { "name": "pathList", "typeName": "string[]" } - ], - "isStatic": false, - "name": "AddPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - } - ], - "isStatic": false, - "name": "GetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { "name": "path", "typeName": "string" } - ], - "isStatic": false, - "name": "SetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - }, - { "name": "pathList", "typeName": "string[]" } - ], - "isStatic": false, - "name": "SetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "other", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileIOPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "ChangePermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "FullControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "Modify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "ReadPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "Synchronize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.EventWaitHandleRights", - "name": "TakeOwnership", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.EventWaitHandleRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventWaitHandleRights", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "AllAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "NoAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "PathDiscovery", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.FileIOPermissionAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileIOPermissionAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "FileSystemRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileSystemAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventWaitHandleSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "FileSystemRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "fileSystemRights", - "typeName": "System.Security.AccessControl.FileSystemRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileSystemAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.FileSystemSecurity", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.AceFlags", - "name": "AceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AceType", - "name": "AceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.AuditFlags", - "name": "AuditFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.InheritanceFlags", - "name": "InheritanceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsInherited", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.PropagationFlags", - "name": "PropagationFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "GenericAce", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "GenericAce", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateFromBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.AccessControl.GenericAce" - }, - { - "name": "right", - "typeName": "System.Security.AccessControl.GenericAce" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.AccessControl.GenericAce" - }, - { - "name": "right", - "typeName": "System.Security.AccessControl.GenericAce" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "AppendData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ChangePermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "CreateDirectories", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "CreateFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "DeleteSubdirectoriesAndFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ExecuteFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "FullControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ListDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "Modify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ReadAndExecute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ReadAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ReadData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ReadExtendedAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "ReadPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "Synchronize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "TakeOwnership", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "Traverse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "WriteAttributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "WriteData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.FileSystemRights", - "name": "WriteExtendedAttributes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.FileSystemRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileSystemRights", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "AllFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.FileIOPermissionAccess", - "name": "AllLocalFiles", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ChangeAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PathDiscovery", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ViewAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ViewAndModify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileIOPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "byte", - "name": "AclRevision", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "AclRevisionDS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxBinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.GenericAce", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "Revision", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.AccessControl.GenericAce[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AceEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.FileSystemAuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileSystemSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GacIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.GenericAce", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "AccessMask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "SecurityIdentifier", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "KnownAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "ControlFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Group", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Owner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "Revision", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": "GetSddlForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsSddlConversionSupported", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GenericSecurityDescriptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GacIdentityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "MutexRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.MutexRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.MutexRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MutexAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.InheritanceFlags", - "name": "ContainerInherit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.InheritanceFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.InheritanceFlags", - "name": "ObjectInherit", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.InheritanceFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "InheritanceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "ExternalProcessMgmt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ExternalThreading", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "MayLeakOnAbort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "Resources", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SecurityInfrastructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SelfAffectingProcessMgmt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SelfAffectingThreading", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SharedState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Synchronization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UI", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostProtectionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.MutexAuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MutexSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "MutexRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.MutexRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MutexAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.CommonObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "NativeObjectSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "ChangePermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "FullControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "Modify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "ReadPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "Synchronize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.MutexRights", - "name": "TakeOwnership", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.MutexRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MutexRights", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.ObjectAceFlags", - "name": "InheritedObjectAceTypePresent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ObjectAceFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ObjectAceFlags", - "name": "ObjectAceTypePresent", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.ObjectAceFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectAceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "InheritedObjectType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ObjectAceFlags", - "name": "ObjectFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ObjectAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "AreAccessRulesCanonical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "AreAccessRulesProtected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "AreAuditRulesCanonical", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "AreAuditRulesProtected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IdentityReference", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IdentityReference", - "params": [{ "name": "targetType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetOwner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetSecurityDescriptorBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": "GetSecurityDescriptorSddlForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsSddlConversionSupported", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "modification", - "typeName": "System.Security.AccessControl.AccessControlModification" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - }, - { "name": "modified", "typeName": "bool" } - ], - "isStatic": false, - "name": "ModifyAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "modification", - "typeName": "System.Security.AccessControl.AccessControlModification" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuditRule" - }, - { "name": "modified", "typeName": "bool" } - ], - "isStatic": false, - "name": "ModifyAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "PurgeAccessRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "PurgeAuditRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isProtected", "typeName": "bool" }, - { "name": "preserveInheritance", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetAccessRuleProtection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isProtected", "typeName": "bool" }, - { "name": "preserveInheritance", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetAuditRuleProtection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "SetGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - } - ], - "isStatic": false, - "name": "SetOwner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "binaryForm", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetSecurityDescriptorBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": "SetSecurityDescriptorBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sddlForm", "typeName": "string" }], - "isStatic": false, - "name": "SetSecurityDescriptorSddlForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sddlForm", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": "SetSecurityDescriptorSddlForm", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.UnauthorizedAccessException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "PrivilegeName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "privilege", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "privilege", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PrivilegeNotHeldException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.AuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectSecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.PropagationFlags", - "name": "InheritOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.PropagationFlags", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.PropagationFlags", - "name": "NoPropagateInherit", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.PropagationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PropagationFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.KnownAce", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.AceQualifier", - "name": "AceQualifier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OpaqueLength", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetOpaque", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "opaque", "typeName": "byte[]" }], - "isStatic": false, - "name": "SetOpaque", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "QualifiedAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "ExternalProcessMgmt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "ExternalThreading", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "MayLeakOnAbort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "SecurityInfrastructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "SelfAffectingProcessMgmt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "SelfAffectingThreading", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "SharedState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "Synchronization", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.HostProtectionResource", - "name": "UI", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.HostProtectionResource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostProtectionResource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.GenericAcl", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.GenericAce", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "Revision", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "revision", "typeName": "byte" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "ace", - "typeName": "System.Security.AccessControl.GenericAce" - } - ], - "isStatic": false, - "name": "InsertAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAce", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RawAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "AdministerIsolatedStorageByUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "ApplicationIsolationByMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "ApplicationIsolationByRoamingUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "ApplicationIsolationByUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "AssemblyIsolationByMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "AssemblyIsolationByRoamingUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "AssemblyIsolationByUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "DomainIsolationByMachine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "DomainIsolationByRoamingUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "DomainIsolationByUser", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "UnrestrictedIsolatedStorage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.IsolatedStorageContainment", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageContainment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Guid", - "name": "InheritedObjectType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ObjectAceFlags", - "name": "ObjectFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "ObjectType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ObjectAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.IsolatedStoragePermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageFilePermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.QualifiedAce", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "BinaryLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "InheritedObjectAceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ObjectAceFlags", - "name": "ObjectAceFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Guid", - "name": "ObjectAceType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "aceFlags", - "typeName": "System.Security.AccessControl.AceFlags" - }, - { - "name": "qualifier", - "typeName": "System.Security.AccessControl.AceQualifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "type", "typeName": "System.Guid" }, - { "name": "inheritedType", "typeName": "System.Guid" }, - { "name": "isCallback", "typeName": "bool" }, - { "name": "opaque", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBinaryForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "isCallback", "typeName": "bool" }], - "isStatic": true, - "name": "MaxOpaqueLength", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ObjectAce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.IsolatedStoragePermissionAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStorageFilePermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.GenericSecurityDescriptor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.ControlFlags", - "name": "ControlFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RawAcl", - "name": "DiscretionaryAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Group", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.SecurityIdentifier", - "name": "Owner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte", - "name": "ResourceManagerControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RawAcl", - "name": "SystemAcl", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "binaryForm", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.AccessControl.ControlFlags" - }, - { - "name": "owner", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "group", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "systemAcl", - "typeName": "System.Security.AccessControl.RawAcl" - }, - { - "name": "discretionaryAcl", - "typeName": "System.Security.AccessControl.RawAcl" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sddlForm", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.AccessControl.ControlFlags" - } - ], - "isStatic": false, - "name": "SetFlags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RawSecurityDescriptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "UsageAllowed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "UserQuota", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IsolatedStoragePermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "RegistryRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "registryRights", - "typeName": "System.Security.AccessControl.RegistryRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "registryRights", - "typeName": "System.Security.AccessControl.RegistryRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "registryRights", - "typeName": "System.Security.AccessControl.RegistryRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "registryRights", - "typeName": "System.Security.AccessControl.RegistryRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistryAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.Permissions.IsolatedStorageContainment", - "name": "UsageAllowed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "UserQuota", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "IsolatedStoragePermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "RegistryRights", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "registryRights", - "typeName": "System.Security.AccessControl.RegistryRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "registryRights", - "typeName": "System.Security.AccessControl.RegistryRights" - }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistryAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IUnrestrictedPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "ChangePermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "CreateLink", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "CreateSubKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "EnumerateSubKeys", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "ExecuteKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "FullControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "Notify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "QueryValues", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "ReadKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "ReadPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "SetValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "TakeOwnership", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.RegistryRights", - "name": "WriteKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.RegistryRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistryRights", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", - "name": "AccessEntries", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" - }, - { - "name": "accessList", - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyContainerPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.RegistryAuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistrySecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "DSObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "DSObjectAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "FileObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "KernelObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "LMShare", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "Printer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "ProviderDefined", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "RegistryKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "RegistryWow6432Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "Service", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "Unknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "WindowObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.ResourceType", - "name": "WmiGuidObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.ResourceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ResourceType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.SecurityInfos", - "name": "DiscretionaryAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.SecurityInfos", - "name": "Group", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.SecurityInfos", - "name": "Owner", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.SecurityInfos", - "name": "SystemAcl", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.SecurityInfos", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityInfos", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.CommonAcl", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { "name": "revision", "typeName": "byte" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isContainer", "typeName": "bool" }, - { "name": "isDS", "typeName": "bool" }, - { - "name": "rawAcl", - "typeName": "System.Security.AccessControl.RawAcl" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "AddAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "AddAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAuditRule" - } - ], - "isStatic": false, - "name": "AddAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "RemoveAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "RemoveAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "RemoveAuditSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "RemoveAuditSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditSpecific", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - } - ], - "isStatic": false, - "name": "SetAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "auditFlags", - "typeName": "System.Security.AccessControl.AuditFlags" - }, - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { "name": "accessMask", "typeName": "int" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "objectFlags", - "typeName": "System.Security.AccessControl.ObjectAceFlags" - }, - { "name": "objectType", "typeName": "System.Guid" }, - { "name": "inheritedObjectType", "typeName": "System.Guid" } - ], - "isStatic": false, - "name": "SetAudit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sid", - "typeName": "System.Security.Principal.SecurityIdentifier" - }, - { - "name": "rule", - "typeName": "System.Security.AccessControl.ObjectAuditRule" - } - ], - "isStatic": false, - "name": "SetAudit", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SystemAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyContainerName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySpec", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ProviderType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.CspParameters" - }, - { - "name": "flags", - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyContainerName", "typeName": "string" }, - { - "name": "flags", - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyStore", "typeName": "string" }, - { "name": "providerName", "typeName": "string" }, - { "name": "providerType", "typeName": "int" }, - { "name": "keyContainerName", "typeName": "string" }, - { "name": "keySpec", "typeName": "int" }, - { - "name": "flags", - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyContainerPermissionAccessEntry", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "accessEntry", - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "KeyContainerPermissionAccessEntryEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "accessEntry", - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accessEntry", - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyContainerPermissionAccessEntryCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyContainerPermissionAccessEntryEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyContainerName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySpec", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ProviderType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyContainerPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AccessRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "SemaphoreRights", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.SemaphoreRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "identity", "typeName": "string" }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.SemaphoreRights" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SemaphoreAccessRule", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "AllFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "ChangeAcl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Decrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Delete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Export", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "NoFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Open", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "Sign", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "name": "ViewAcl", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.KeyContainerPermissionFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyContainerPermissionFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Authenticated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Role", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PrincipalPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.AuditRule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "SemaphoreRights", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IdentityReference" - }, - { - "name": "eventRights", - "typeName": "System.Security.AccessControl.SemaphoreRights" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SemaphoreAuditRule", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "File", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Hex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UnicodeEncoded", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "XML", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionSet", - "params": [], - "isStatic": false, - "name": "CreatePermissionSet", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PermissionSetAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "ChangePermissions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "Delete", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "FullControl", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "Modify", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "ReadPermissions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "Synchronize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.AccessControl.SemaphoreRights", - "name": "TakeOwnership", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.AccessControl.SemaphoreRights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SemaphoreRights", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.PermissionState", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.PermissionState", - "name": "Unrestricted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.PermissionState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PermissionState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "Certificate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PublisherIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.AccessControl", - "baseClass": "System.Security.AccessControl.NativeObjectSecurity", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "AccessRightType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "AccessRuleType", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Type", - "name": "AuditRuleType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "includeSections", - "typeName": "System.Security.AccessControl.AccessControlSections" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AccessRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "type", - "typeName": "System.Security.AccessControl.AccessControlType" - } - ], - "isStatic": false, - "name": "AccessRuleFactory", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAccessRule" - } - ], - "isStatic": false, - "name": "AddAccessRule", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAuditRule" - } - ], - "isStatic": false, - "name": "AddAuditRule", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AuditRule", - "params": [ - { - "name": "identityReference", - "typeName": "System.Security.Principal.IdentityReference" - }, - { "name": "accessMask", "typeName": "int" }, - { "name": "isInherited", "typeName": "bool" }, - { - "name": "inheritanceFlags", - "typeName": "System.Security.AccessControl.InheritanceFlags" - }, - { - "name": "propagationFlags", - "typeName": "System.Security.AccessControl.PropagationFlags" - }, - { - "name": "flags", - "typeName": "System.Security.AccessControl.AuditFlags" - } - ], - "isStatic": false, - "name": "AuditRuleFactory", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRule", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleAll", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAccessRule" - } - ], - "isStatic": false, - "name": "RemoveAccessRuleSpecific", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRule", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleAll", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAuditRule" - } - ], - "isStatic": false, - "name": "RemoveAuditRuleSpecific", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAccessRule" - } - ], - "isStatic": false, - "name": "ResetAccessRule", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAccessRule" - } - ], - "isStatic": false, - "name": "SetAccessRule", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rule", - "typeName": "System.Security.AccessControl.SemaphoreAuditRule" - } - ], - "isStatic": false, - "name": "SetAuditRule", - "comment": "", - "location": "System.dll" - } - ], - "name": "SemaphoreSecurity", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "role", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "role", "typeName": "string" }, - { "name": "isAuthenticated", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Demand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "elem", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "other", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PrincipalPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "CertFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SignedFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "X509Certificate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PublisherIdentityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.ReflectionPermissionFlag" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "other", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReflectionPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "MemberAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ReflectionEmit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "RestrictedMemberAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "TypeInformation", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReflectionPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "AuthenticationException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "AllFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "MemberAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "NoFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "ReflectionEmit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "RestrictedMemberAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.ReflectionPermissionFlag", - "name": "TypeInformation", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.ReflectionPermissionFlag", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReflectionPermissionFlag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "AllFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "Assertion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "BindingRedirects", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "ControlAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "ControlDomainPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "ControlEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "ControlPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "ControlPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "ControlThread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "Execution", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "Infrastructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "NoFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "RemotingConfiguration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "SerializationFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "SkipVerification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "UnmanagedCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.SecurityPermissionFlag", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityPermissionFlag", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.RegistryPermissionAccess" - }, - { - "name": "control", - "typeName": "System.Security.AccessControl.AccessControlActions" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.RegistryPermissionAccess" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.RegistryPermissionAccess" - }, - { - "name": "control", - "typeName": "System.Security.AccessControl.AccessControlActions" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": "AddPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.RegistryPermissionAccess" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": "AddPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.RegistryPermissionAccess" - } - ], - "isStatic": false, - "name": "GetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "access", - "typeName": "System.Security.Permissions.RegistryPermissionAccess" - }, - { "name": "pathList", "typeName": "string" } - ], - "isStatic": false, - "name": "SetPathList", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "other", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistryPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.RegistryPermissionAccess", - "name": "AllAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.RegistryPermissionAccess", - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.RegistryPermissionAccess", - "name": "NoAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.RegistryPermissionAccess", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.RegistryPermissionAccess", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.RegistryPermissionAccess", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistryPermissionAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [ - { - "typeName": "string", - "name": "Site", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "site", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SiteIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Aes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Aes128", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Aes192", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Aes256", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Des", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Null", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Rc2", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "Rc4", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.CipherAlgorithmType", - "name": "TripleDes", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.CipherAlgorithmType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "CipherAlgorithmType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "blob", - "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob" - }, - { "name": "name", "typeName": "string" }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StrongNameIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ChangeAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ViewAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ViewAndModify", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegistryPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Site", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SiteIdentityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.ExchangeAlgorithmType", - "name": "DiffieHellman", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExchangeAlgorithmType", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExchangeAlgorithmType", - "name": "RsaKeyX", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExchangeAlgorithmType", - "name": "RsaSign", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.ExchangeAlgorithmType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExchangeAlgorithmType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "Assert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "Demand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "Deny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "InheritanceDemand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "LinkDemand", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "PermitOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "RequestMinimum", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "RequestOptional", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "RequestRefuse", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.SecurityAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityAction", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StrongNameIdentityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "publicKey", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StrongNamePublicKeyBlob", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.Permissions.SecurityAction", - "name": "Action", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Unrestricted", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.UIPermissionClipboard", - "name": "Clipboard", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionWindow", - "name": "Window", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "clipboardFlag", - "typeName": "System.Security.Permissions.UIPermissionClipboard" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "windowFlag", - "typeName": "System.Security.Permissions.UIPermissionWindow" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "windowFlag", - "typeName": "System.Security.Permissions.UIPermissionWindow" - }, - { - "name": "clipboardFlag", - "typeName": "System.Security.Permissions.UIPermissionClipboard" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UIPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.SecurityPermissionFlag" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.Permissions.UIPermissionClipboard", - "name": "Clipboard", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionWindow", - "name": "Window", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UIPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.UIPermissionWindow", - "name": "AllWindows", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionWindow", - "name": "NoWindows", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionWindow", - "name": "SafeSubWindows", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionWindow", - "name": "SafeTopLevelWindows", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.UIPermissionWindow", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UIPermissionWindow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication", - "baseClass": "System.Security.Authentication.AuthenticationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "InvalidCredentialException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Assertion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "BindingRedirects", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ControlAppDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ControlDomainPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ControlEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ControlPolicy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ControlPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ControlThread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Execution", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.SecurityPermissionFlag", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Infrastructure", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "RemotingConfiguration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SerializationFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "SkipVerification", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UnmanagedCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SecurityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.UIPermissionClipboard", - "name": "AllClipboard", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionClipboard", - "name": "NoClipboard", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.UIPermissionClipboard", - "name": "OwnClipboard", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.UIPermissionClipboard", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UIPermissionClipboard", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [ - { - "typeName": "string", - "name": "Url", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "site", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UrlIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "Default", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "Ssl2", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "Ssl3", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "Tls", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "Tls11", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.SslProtocols", - "name": "Tls12", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.SslProtocols", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "SslProtocols", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "Url", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UrlIdentityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], - "fields": [ - { - "typeName": "System.Security.SecurityZone", - "name": "SecurityZone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "zone", "typeName": "System.Security.SecurityZone" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "esd", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ZoneIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.SecurityZone", - "name": "Zone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ZoneIdentityPermissionAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "string", - "name": "Any", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Local", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "ResourcePermissionBase", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "PermissionAccess", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string[]", - "name": "PermissionAccessPath", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "permissionAccess", "typeName": "int" }, - { "name": "permissionAccessPath", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ResourcePermissionBaseEntry", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "Flags", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.StorePermissionFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "StorePermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "AddToStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "CreateStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "DeleteStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnumerateCertificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "EnumerateStores", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "Flags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "OpenStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RemoveFromStore", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "StorePermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "AddToStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "AllFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "CreateStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "DeleteStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "EnumerateCertificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "EnumerateStores", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "NoFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "OpenStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.StorePermissionFlags", - "name": "RemoveFromStore", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.StorePermissionFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "StorePermissionFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.CodeAccessPermission", - "attribute": "", - "interfaces": [ - "IPermission", - "ISecurityEncodable", - "IStackWalk", - "IUnrestrictedPermission" - ], - "fields": [ - { - "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", - "name": "Flags", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "System.Security.Permissions.PermissionState" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "securityElement", - "typeName": "System.Security.SecurityElement" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Intersect", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "IsSubsetOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnrestricted", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { "name": "target", "typeName": "System.Security.IPermission" } - ], - "isStatic": false, - "name": "Union", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptorPermission", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", - "name": "Flags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RestrictedRegistrationAccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Security.Permissions.SecurityAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IPermission", - "params": [], - "isStatic": false, - "name": "CreatePermission", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptorPermissionAttribute", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Permissions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", - "name": "NoFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", - "name": "RestrictedRegistrationAccess", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TypeDescriptorPermissionFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AllMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Directory", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationDirectory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationDirectoryMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Policy.Evidence", - "name": "ApplicationEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ApplicationId", - "name": "ApplicationId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "DefaultRequestSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ApplicationId", - "name": "DeploymentId", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationSecurityInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Policy.IApplicationTrustManager", - "name": "ApplicationTrustManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.ApplicationTrustCollection", - "name": "UserApplicationTrusts", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - }, - { - "name": "context", - "typeName": "System.Security.Policy.TrustManagerContext" - } - ], - "isStatic": true, - "name": "DetermineApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationSecurityManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["ISecurityEncodable"], - "fields": [ - { - "typeName": "System.ApplicationIdentity", - "name": "ApplicationIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.PolicyStatement", - "name": "DefaultGrantSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "ExtraInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "FullTrustAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsApplicationTrustedToRun", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Persist", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "applicationIdentity", - "typeName": "System.ApplicationIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "defaultGrantSet", - "typeName": "System.Security.PermissionSet" - }, - { - "name": "fullTrustAssemblies", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "element", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.ApplicationTrust", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.ApplicationTrust", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "trust", - "typeName": "System.Security.Policy.ApplicationTrust" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "trusts", - "typeName": "System.Security.Policy.ApplicationTrustCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "trusts", - "typeName": "System.Security.Policy.ApplicationTrust[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Policy.ApplicationTrust[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ApplicationTrustCollection", - "params": [ - { - "name": "applicationIdentity", - "typeName": "System.ApplicationIdentity" - }, - { - "name": "versionMatch", - "typeName": "System.Security.Policy.ApplicationVersionMatch" - } - ], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ApplicationTrustEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "applicationIdentity", - "typeName": "System.ApplicationIdentity" - }, - { - "name": "versionMatch", - "typeName": "System.Security.Policy.ApplicationVersionMatch" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "trust", - "typeName": "System.Security.Policy.ApplicationTrust" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "trusts", - "typeName": "System.Security.Policy.ApplicationTrustCollection" - } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "trusts", - "typeName": "System.Security.Policy.ApplicationTrust[]" - } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationTrustCollection", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Policy.ApplicationTrust", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationTrustEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Claims", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Issuer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "OriginalIssuer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IDictionary", - "name": "Properties", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Claims.ClaimsIdentity", - "name": "Subject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Type", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ValueType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.IO.BinaryReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.IO.BinaryReader" }, - { - "name": "subject", - "typeName": "System.Security.Claims.ClaimsIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "valueType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "valueType", "typeName": "string" }, - { "name": "issuer", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "valueType", "typeName": "string" }, - { "name": "issuer", "typeName": "string" }, - { "name": "originalIssuer", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "valueType", "typeName": "string" }, - { "name": "issuer", "typeName": "string" }, - { "name": "originalIssuer", "typeName": "string" }, - { - "name": "subject", - "typeName": "System.Security.Claims.ClaimsIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Claim", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Claim", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Claims.ClaimsIdentity" - } - ], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.BinaryWriter" } - ], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Claim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Policy.ApplicationVersionMatch", - "name": "MatchAllVersions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.ApplicationVersionMatch", - "name": "MatchExactVersion", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Policy.ApplicationVersionMatch", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApplicationVersionMatch", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Claims", - "baseClass": "object", - "attribute": "", - "interfaces": ["IIdentity"], - "fields": [ - { - "typeName": "string", - "name": "DefaultIssuer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DefaultNameClaimType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DefaultRoleClaimType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Claims.ClaimsIdentity", - "name": "Actor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AuthenticationType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "BootstrapContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Claims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAuthenticated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Label", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NameClaimType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "RoleClaimType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "authenticationType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "authenticationType", "typeName": "string" }, - { "name": "nameType", "typeName": "string" }, - { "name": "roleType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.IO.BinaryReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IIdentity" - }, - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IIdentity" - }, - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "authenticationType", "typeName": "string" }, - { "name": "nameType", "typeName": "string" }, - { "name": "roleType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "authenticationType", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "authenticationType", "typeName": "string" }, - { "name": "nameType", "typeName": "string" }, - { "name": "roleType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "claim", "typeName": "System.Security.Claims.Claim" } - ], - "isStatic": false, - "name": "AddClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "AddClaims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ClaimsIdentity", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "match", - "typeName": "System.Predicate" - } - ], - "isStatic": false, - "name": "FindAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": "FindAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Claim", - "params": [ - { - "name": "match", - "typeName": "System.Predicate" - } - ], - "isStatic": false, - "name": "FindFirst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Claim", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": "FindFirst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "match", - "typeName": "System.Predicate" - } - ], - "isStatic": false, - "name": "HasClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "HasClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "claim", "typeName": "System.Security.Claims.Claim" } - ], - "isStatic": false, - "name": "RemoveClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "claim", "typeName": "System.Security.Claims.Claim" } - ], - "isStatic": false, - "name": "TryRemoveClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.BinaryWriter" } - ], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ClaimsIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AnyScheme", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "DefaultPort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OriginPort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "OriginScheme", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Port", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Scheme", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "allowScheme", "typeName": "string" }, - { "name": "allowPort", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeConnectAccess", - "params": [{ "name": "allowPort", "typeName": "int" }], - "isStatic": true, - "name": "CreateAnySchemeAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeConnectAccess", - "params": [{ "name": "allowPort", "typeName": "int" }], - "isStatic": true, - "name": "CreateOriginSchemeAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CodeConnectAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Claims", - "baseClass": "object", - "attribute": "", - "interfaces": ["IPrincipal"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Claims", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Func", - "name": "ClaimsPrincipalSelector", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Claims.ClaimsPrincipal", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Identities", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.IIdentity", - "name": "Identity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Func, System.Security.Claims.ClaimsIdentity>", - "name": "PrimaryIdentitySelector", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identities", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "reader", "typeName": "System.IO.BinaryReader" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Principal.IIdentity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "principal", - "typeName": "System.Security.Principal.IPrincipal" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identities", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "AddIdentities", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "identity", - "typeName": "System.Security.Claims.ClaimsIdentity" - } - ], - "isStatic": false, - "name": "AddIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ClaimsPrincipal", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [ - { - "name": "match", - "typeName": "System.Predicate" - } - ], - "isStatic": false, - "name": "FindAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": "FindAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Claim", - "params": [ - { - "name": "match", - "typeName": "System.Predicate" - } - ], - "isStatic": false, - "name": "FindFirst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Claim", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": "FindFirst", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "match", - "typeName": "System.Predicate" - } - ], - "isStatic": false, - "name": "HasClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "HasClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "role", "typeName": "string" }], - "isStatic": false, - "name": "IsInRole", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writer", "typeName": "System.IO.BinaryWriter" } - ], - "isStatic": false, - "name": "WriteTo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ClaimsPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Size", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "ChannelBinding", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Locked", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostEvidence", "typeName": "object[]" }, - { "name": "assemblyEvidence", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "hostEvidence", - "typeName": "System.Security.Policy.EvidenceBase[]" - }, - { - "name": "assemblyEvidence", - "typeName": "System.Security.Policy.EvidenceBase[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "object" }], - "isStatic": false, - "name": "AddAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "evidence", "typeName": "T" }], - "isStatic": false, - "name": "AddAssemblyEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "object" }], - "isStatic": false, - "name": "AddHost", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "evidence", "typeName": "T" }], - "isStatic": false, - "name": "AddHostEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Evidence", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetAssemblyEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetAssemblyEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetHostEnumerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetHostEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": "RemoveType", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Evidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EvidenceBase", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Claims", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Actor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Anonymous", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Authentication", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AuthenticationInstant", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AuthenticationMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AuthorizationDecision", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "CookiePath", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Country", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DateOfBirth", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DenyOnlyPrimaryGroupSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DenyOnlyPrimarySid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DenyOnlySid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DenyOnlyWindowsDeviceGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Dns", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Dsa", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Email", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Expiration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Expired", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Gender", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "GivenName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "GroupSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Hash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "HomePhone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "IsPersistent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Locality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MobilePhone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "NameIdentifier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "OtherPhone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PostalCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PrimaryGroupSid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PrimarySid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Role", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Rsa", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SerialNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Sid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Spn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StateOrProvince", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StreetAddress", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Surname", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "System", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Thumbprint", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Upn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Uri", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UserData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Webpage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WindowsAccountName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WindowsDeviceClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WindowsDeviceGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WindowsFqbnVersion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WindowsSubAuthority", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WindowsUserClaim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "X500DistinguishedName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ClaimTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Claims", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Base64Binary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Base64Octet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Boolean", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Date", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DateTime", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DaytimeDuration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DnsName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Double", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DsaKeyValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Email", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Fqbn", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "HexBinary", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Integer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Integer32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Integer64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Rfc822Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Rsa", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "RsaKeyValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Sid", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "String", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Time", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UInteger32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UInteger64", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UpnName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "X500Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "YearMonthDuration", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ClaimValueTypes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.CodeGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AttributeString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MergeLogic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PermissionSetName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "membershipCondition", - "typeName": "System.Security.Policy.IMembershipCondition" - }, - { - "name": "access", - "typeName": "System.Security.Permissions.FileIOPermissionAccess" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyStatement", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ResolveMatchingCodeGroups", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FileCodeGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", - "name": "Endpoint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", - "name": "Unique", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", - "name": "Unknown", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ChannelBindingKind", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Claims", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "claimsIdentity", - "typeName": "System.Security.Claims.ClaimsIdentity" - }, - { - "name": "claims", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "AddDynamicRoleClaims", - "comment": "", - "location": "System.dll" - } - ], - "name": "DynamicRoleClaimProvider", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.CodeGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "MergeLogic", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "membershipCondition", - "typeName": "System.Security.Policy.IMembershipCondition" - }, - { - "name": "policy", - "typeName": "System.Security.Policy.PolicyStatement" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyStatement", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ResolveMatchingCodeGroups", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FirstMatchCodeGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding", - "name": "CustomChannelBinding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ServiceNameCollection", - "name": "CustomServiceNames", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "OSSupportsExtendedProtection", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", - "name": "PolicyEnforcement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", - "name": "ProtectionScenario", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "policyEnforcement", - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "policyEnforcement", - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" - }, - { - "name": "customChannelBinding", - "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "policyEnforcement", - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" - }, - { - "name": "protectionScenario", - "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario" - }, - { - "name": "customServiceNames", - "typeName": "System.Collections.ICollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "policyEnforcement", - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" - }, - { - "name": "protectionScenario", - "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario" - }, - { - "name": "customServiceNames", - "typeName": "System.Security.Authentication.ExtendedProtection.ServiceNameCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExtendedProtectionPolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["IIdentityPermissionFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GacInstalled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "GacMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "System.ComponentModel.TypeConverter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CanConvertTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "context", - "typeName": "System.ComponentModel.ITypeDescriptorContext" - }, - { - "name": "culture", - "typeName": "System.Globalization.CultureInfo" - }, - { "name": "value", "typeName": "object" }, - { "name": "destinationType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "ConvertTo", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExtendedProtectionPolicyTypeConverter", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "byte[]", - "name": "MD5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "SHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "SHA256", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "assembly", "typeName": "System.Reflection.Assembly" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Hash", - "params": [{ "name": "md5", "typeName": "byte[]" }], - "isStatic": true, - "name": "CreateMD5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Hash", - "params": [{ "name": "sha1", "typeName": "byte[]" }], - "isStatic": true, - "name": "CreateSHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Hash", - "params": [{ "name": "sha256", "typeName": "byte[]" }], - "isStatic": true, - "name": "CreateSHA256", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "hashAlg", - "typeName": "System.Security.Cryptography.HashAlgorithm" - } - ], - "isStatic": false, - "name": "GenerateHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Hash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDeserializationCallback", - "ISerializable", - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [ - { - "typeName": "System.Security.Cryptography.HashAlgorithm", - "name": "HashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "HashValue", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "hashAlg", - "typeName": "System.Security.Cryptography.HashAlgorithm" - }, - { "name": "value", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HashMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", - "name": "Always", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", - "name": "Never", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", - "name": "WhenSupported", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PolicyEnforcement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", - "name": "TransportSelected", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", - "name": "TrustedProxy", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ProtectionScenario", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "System.Collections.ReadOnlyCollectionBase", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "items", "typeName": "System.Collections.ICollection" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "searchServiceName", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ServiceNameCollection", - "params": [ - { - "name": "serviceNames", - "typeName": "System.Collections.IEnumerable" - } - ], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ServiceNameCollection", - "params": [{ "name": "serviceName", "typeName": "string" }], - "isStatic": false, - "name": "Merge", - "comment": "", - "location": "System.dll" - } - ], - "name": "ServiceNameCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", - "name": "BindingType", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRawTokenBindingId", - "comment": "", - "location": "System.dll" - } - ], - "name": "TokenBinding", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ISecurityEncodable"], - "fields": [], - "methods": [ - { - "returnTypeName": "ApplicationTrust", - "params": [ - { - "name": "activationContext", - "typeName": "System.ActivationContext" - }, - { - "name": "context", - "typeName": "System.Security.Policy.TrustManagerContext" - } - ], - "isStatic": false, - "name": "DetermineApplicationTrust", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IApplicationTrustManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", - "name": "Provided", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", - "name": "Referred", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "TokenBindingType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IIdentityPermissionFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ISecurityEncodable", "ISecurityPolicyEncodable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.CodeGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "AbsentOriginScheme", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AnyOtherOriginScheme", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AttributeString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "MergeLogic", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "PermissionSetName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "membershipCondition", - "typeName": "System.Security.Policy.IMembershipCondition" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "originScheme", "typeName": "string" }, - { - "name": "connectAccess", - "typeName": "System.Security.Policy.CodeConnectAccess" - } - ], - "isStatic": false, - "name": "AddConnectAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetConnectAccessRules", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetConnectAccess", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyStatement", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ResolveMatchingCodeGroups", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NetCodeGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "Certificate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PublisherMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.PermissionSet", - "name": "DeniedPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "OptionalPermissions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "RequestedPermissions", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "request", "typeName": "System.Security.PermissionSet" }, - { "name": "optional", "typeName": "System.Security.PermissionSet" }, - { "name": "denied", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PermissionRequestEvidence", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PermissionRequestEvidence", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "exception", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PolicyException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["IIdentityPermissionFactory"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Site", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromUrl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Site", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.IList", - "name": "FullTrustAssemblies", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Label", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.IList", - "name": "NamedPermissionSets", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.CodeGroup", - "name": "RootCodeGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "StoreLocation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PolicyLevelType", - "name": "Type", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "sn", "typeName": "System.Security.Policy.StrongName" } - ], - "isStatic": false, - "name": "AddFullTrustAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "snMC", - "typeName": "System.Security.Policy.StrongNameMembershipCondition" - } - ], - "isStatic": false, - "name": "AddFullTrustAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "permSet", - "typeName": "System.Security.NamedPermissionSet" - } - ], - "isStatic": false, - "name": "AddNamedPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NamedPermissionSet", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "pSet", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": "ChangeNamedPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyLevel", - "params": [], - "isStatic": true, - "name": "CreateAppDomainLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NamedPermissionSet", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetNamedPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Recover", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sn", "typeName": "System.Security.Policy.StrongName" } - ], - "isStatic": false, - "name": "RemoveFullTrustAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "snMC", - "typeName": "System.Security.Policy.StrongNameMembershipCondition" - } - ], - "isStatic": false, - "name": "RemoveFullTrustAssembly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NamedPermissionSet", - "params": [ - { - "name": "permSet", - "typeName": "System.Security.NamedPermissionSet" - } - ], - "isStatic": false, - "name": "RemoveNamedPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "NamedPermissionSet", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "RemoveNamedPermissionSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyStatement", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ResolveMatchingCodeGroups", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PolicyLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISecurityEncodable", "ISecurityPolicyEncodable"], - "fields": [ - { - "typeName": "System.Security.Policy.PolicyStatementAttribute", - "name": "Attributes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "AttributeString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.PermissionSet", - "name": "PermissionSet", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "permSet", "typeName": "System.Security.PermissionSet" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "permSet", "typeName": "System.Security.PermissionSet" }, - { - "name": "attributes", - "typeName": "System.Security.Policy.PolicyStatementAttribute" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyStatement", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "et", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "et", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PolicyStatement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [ - { - "typeName": "string", - "name": "Site", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "site", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SiteMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Policy.PolicyStatementAttribute", - "name": "All", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.PolicyStatementAttribute", - "name": "Exclusive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.PolicyStatementAttribute", - "name": "LevelFinal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.PolicyStatementAttribute", - "name": "Nothing", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Policy.PolicyStatementAttribute", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PolicyStatementAttribute", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["IIdentityPermissionFactory"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "blob", - "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob" - }, - { "name": "name", "typeName": "string" }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StrongName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["IIdentityPermissionFactory"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "Certificate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "cert", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Publisher", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob", - "name": "PublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Version", - "name": "Version", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "blob", - "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob" - }, - { "name": "name", "typeName": "string" }, - { "name": "version", "typeName": "System.Version" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StrongNameMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IgnorePersistedDecision", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "KeepAlive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "NoPrompt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Persist", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.ApplicationIdentity", - "name": "PreviousApplicationIdentity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.TrustManagerUIContext", - "name": "UIContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "uiContext", - "typeName": "System.Security.Policy.TrustManagerUIContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TrustManagerContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Policy.TrustManagerUIContext", - "name": "Install", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.TrustManagerUIContext", - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Policy.TrustManagerUIContext", - "name": "Upgrade", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Policy.TrustManagerUIContext", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TrustManagerUIContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.CodeGroup", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "MergeLogic", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "membershipCondition", - "typeName": "System.Security.Policy.IMembershipCondition" - }, - { - "name": "policy", - "typeName": "System.Security.Policy.PolicyStatement" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "PolicyStatement", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CodeGroup", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "ResolveMatchingCodeGroups", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnionCodeGroup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["IIdentityPermissionFactory"], - "fields": [ - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Url", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [ - { - "typeName": "string", - "name": "Url", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UrlMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "System.Security.Policy.EvidenceBase", - "attribute": "", - "interfaces": ["IIdentityPermissionFactory"], - "fields": [ - { - "typeName": "System.Security.SecurityZone", - "name": "SecurityZone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "zone", "typeName": "System.Security.SecurityZone" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EvidenceBase", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Zone", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromUrl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IPermission", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "CreateIdentityPermission", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Zone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Policy", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IMembershipCondition", - "ISecurityEncodable", - "ISecurityPolicyEncodable" - ], - "fields": [ - { - "typeName": "System.Security.SecurityZone", - "name": "SecurityZone", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "zone", "typeName": "System.Security.SecurityZone" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evidence", - "typeName": "System.Security.Policy.Evidence" - } - ], - "isStatic": false, - "name": "Check", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IMembershipCondition", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "System.Security.SecurityElement" }, - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "FromXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SecurityElement", - "params": [ - { - "name": "level", - "typeName": "System.Security.Policy.PolicyLevel" - } - ], - "isStatic": false, - "name": "ToXml", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ZoneMembershipCondition", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection", - "name": "CustomServiceNames", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", - "name": "PolicyEnforcement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", - "name": "ProtectionScenario", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "ExtendedProtectionPolicy", - "params": [], - "isStatic": false, - "name": "BuildPolicy", - "comment": "", - "location": "System.dll" - } - ], - "name": "ExtendedProtectionPolicyElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection.Configuration", - "baseClass": "System.Configuration.ConfigurationElement", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ServiceNameElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Authentication.ExtendedProtection.Configuration", - "baseClass": "System.Configuration.ConfigurationElementCollection", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "", - "location": "System.dll" - } - ], - "name": "ServiceNameElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.ManifestKinds", - "name": "Application", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.ManifestKinds", - "name": "ApplicationAndDeployment", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.ManifestKinds", - "name": "Deployment", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.ManifestKinds", - "name": "None", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.ManifestKinds", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManifestKinds", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToCoTaskMemAnsi", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToCoTaskMemUnicode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToGlobalAllocAnsi", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "s", "typeName": "System.Security.SecureString" } - ], - "isStatic": true, - "name": "SecureStringToGlobalAllocUnicode", - "comment": "", - "location": "System.dll" - } - ], - "name": "SecureStringMarshal", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Aes", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Aes", - "params": [{ "name": "algorithmName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Aes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.KeySizes[]", - "name": "LegalKeySizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsymmetricAlgorithm", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsymmetricAlgorithm", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xmlString", "typeName": "string" }], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsymmetricAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "DecryptKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsymmetricKeyExchangeDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "symAlgType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CreateKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsymmetricKeyExchangeFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "strName", "typeName": "string" }], - "isStatic": false, - "name": "SetHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "hash", - "typeName": "System.Security.Cryptography.HashAlgorithm" - }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsymmetricSignatureDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "rgbHash", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "hash", - "typeName": "System.Security.Cryptography.HashAlgorithm" - } - ], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "strName", "typeName": "string" }], - "isStatic": false, - "name": "SetHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsymmetricSignatureFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "CBC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "CFB", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "CTS", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "ECB", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "OFB", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CipherMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CipherMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanReuseTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTransformMultipleBlocks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InputBlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "KeyHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutputBlockSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" }, - { "name": "outputBuffer", "typeName": "byte[]" }, - { "name": "outputOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformFinalBlock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoAPITransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "hr", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "insert", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptographicException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "AllowOnlyFipsAlgorithms", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "algorithm", "typeName": "System.Type" }, - { "name": "names", "typeName": "string[]" } - ], - "isStatic": true, - "name": "AddAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "string" }, - { "name": "names", "typeName": "string[]" } - ], - "isStatic": true, - "name": "AddOID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "CreateFromName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "EncodeOID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "MapNameToOID", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoConfig", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.IO.Stream", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanSeek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HasFlushedFinalBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long", - "name": "Position", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { - "name": "transform", - "typeName": "System.Security.Cryptography.ICryptoTransform" - }, - { - "name": "mode", - "typeName": "System.Security.Cryptography.CryptoStreamMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "FlushAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "FlushFinalBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ReadAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "offset", "typeName": "long" }, - { "name": "origin", "typeName": "System.IO.SeekOrigin" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "SetLength", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WriteAsync", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoStream", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.CryptographicException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "insert", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptographicUnexpectedOperationException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CryptoStreamMode", - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CryptoStreamMode", - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CryptoStreamMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CryptoStreamMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Accessible", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeySecurity", - "name": "CryptoKeySecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Exportable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "HardwareDevice", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyContainerName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.KeyNumber", - "name": "KeyNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "MachineKeyStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Protected", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ProviderType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "RandomlyGenerated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Removable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "UniqueKeyContainerName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CspKeyContainerInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "KeyContainerName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeyNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "ProviderName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ProviderType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.AccessControl.CryptoKeySecurity", - "name": "CryptoKeySecurity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "Flags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.SecureString", - "name": "KeyPassword", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ParentWindowHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwTypeIn", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dwTypeIn", "typeName": "int" }, - { "name": "strProviderNameIn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dwTypeIn", "typeName": "int" }, - { "name": "strProviderNameIn", "typeName": "string" }, - { "name": "strContainerNameIn", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "providerType", "typeName": "int" }, - { "name": "providerName", "typeName": "string" }, - { "name": "keyContainerName", "typeName": "string" }, - { - "name": "cryptoKeySecurity", - "typeName": "System.Security.AccessControl.CryptoKeySecurity" - }, - { "name": "parentWindowHandle", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "providerType", "typeName": "int" }, - { "name": "providerName", "typeName": "string" }, - { "name": "keyContainerName", "typeName": "string" }, - { - "name": "cryptoKeySecurity", - "typeName": "System.Security.AccessControl.CryptoKeySecurity" - }, - { - "name": "keyPassword", - "typeName": "System.Security.SecureString" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CspParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "CreateEphemeralKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "NoFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "NoPrompt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "UseArchivableKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "UseDefaultKeyContainer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "UseExistingKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "UseMachineKeyStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "UseNonExportableKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CspProviderFlags", - "name": "UseUserProtectedKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CspProviderFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CspProviderFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "cb", "typeName": "int" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DeriveBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.DES", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DESCryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "DES", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DES", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rgbKey", "typeName": "byte[]" }], - "isStatic": true, - "name": "IsSemiWeakKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rgbKey", "typeName": "byte[]" }], - "isStatic": true, - "name": "IsWeakKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DES", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "DSA", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DSA", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbHash", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DSAParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xmlString", "typeName": "string" }], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.DSAParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DSA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Counter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "G", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "J", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "P", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Q", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Seed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "X", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Y", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DSAParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.DSA", - "attribute": "", - "interfaces": ["IDisposable", "ICspAsymmetricAlgorithm"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CspKeyContainerInfo", - "name": "CspKeyContainerInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "PersistKeyInCsp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "PublicOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseMachineKeyStore", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwKeySize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dwKeySize", "typeName": "int" }, - { - "name": "parameters", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbHash", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportCspBlob", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DSAParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyBlob", "typeName": "byte[]" }], - "isStatic": false, - "name": "ImportCspBlob", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.DSAParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inputStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "str", "typeName": "string" } - ], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbData", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "str", "typeName": "string" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DSACryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricSignatureDeformatter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "strName", "typeName": "string" }], - "isStatic": false, - "name": "SetHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DSASignatureDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricSignatureFormatter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbHash", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "strName", "typeName": "string" }], - "isStatic": false, - "name": "SetHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DSASignatureFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanReuseTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTransformMultipleBlocks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InputBlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutputBlockSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "whitespaces", - "typeName": "System.Security.Cryptography.FromBase64TransformMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" }, - { "name": "outputBuffer", "typeName": "byte[]" }, - { "name": "outputOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformFinalBlock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FromBase64Transform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.FromBase64TransformMode", - "name": "DoNotIgnoreWhiteSpaces", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.FromBase64TransformMode", - "name": "IgnoreWhiteSpaces", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.FromBase64TransformMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "FromBase64TransformMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanReuseTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTransformMultipleBlocks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Hash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "HashSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InputBlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutputBlockSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": false, - "name": "ComputeHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "ComputeHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "inputStream", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "ComputeHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "HashAlgorithm", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "HashAlgorithm", - "params": [{ "name": "hashName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" }, - { "name": "outputBuffer", "typeName": "byte[]" }, - { "name": "outputOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformFinalBlock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "MD5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "SHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "SHA256", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "SHA384", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "SHA512", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HashAlgorithmName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.KeyedHashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "HashName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "HMAC", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "HMAC", - "params": [{ "name": "algorithmName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMAC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HMAC", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMACMD5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HMAC", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "ProduceLegacyHmacValues", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMACSHA384", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HMAC", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMACRIPEMD160", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HMAC", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "ProduceLegacyHmacValues", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMACSHA512", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HMAC", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "byte[]" }, - { "name": "useManagedSha1", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMACSHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.KeyNumber", - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.KeyNumber", - "name": "Signature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.KeyNumber", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanReuseTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTransformMultipleBlocks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InputBlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutputBlockSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" }, - { "name": "outputBuffer", "typeName": "byte[]" }, - { "name": "outputOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformFinalBlock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICryptoTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HMAC", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HMACSHA256", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MinSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SkipSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "minSize", "typeName": "int" }, - { "name": "maxSize", "typeName": "int" }, - { "name": "skipSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeySizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.CspKeyContainerInfo", - "name": "CspKeyContainerInfo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportCspBlob", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": false, - "name": "ImportCspBlob", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ICspAsymmetricAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.KeyedHashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "Padding", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rgbKey", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "strTripleDES", "typeName": "string" }, - { "name": "rgbKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MACTripleDES", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "KeyedHashAlgorithm", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "KeyedHashAlgorithm", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "KeyedHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "MD5", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MD5", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MD5", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.MD5", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "MD5CryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "ANSIX923", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "ISO10126", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "PKCS7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "Zeros", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.PaddingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PaddingMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "RandomNumberGenerator", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RandomNumberGenerator", - "params": [{ "name": "rngName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetNonZeroBytes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RandomNumberGenerator", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.DeriveBytes", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "HashName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "IterationCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Salt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "byte[]" }, - { "name": "salt", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "byte[]" }, - { "name": "salt", "typeName": "byte[]" }, - { - "name": "cspParams", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "byte[]" }, - { "name": "salt", "typeName": "byte[]" }, - { "name": "hashName", "typeName": "string" }, - { "name": "iterations", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "byte[]" }, - { "name": "salt", "typeName": "byte[]" }, - { "name": "hashName", "typeName": "string" }, - { "name": "iterations", "typeName": "int" }, - { - "name": "cspParams", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "strPassword", "typeName": "string" }, - { "name": "rgbSalt", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "strPassword", "typeName": "string" }, - { "name": "rgbSalt", "typeName": "byte[]" }, - { - "name": "cspParams", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "strPassword", "typeName": "string" }, - { "name": "rgbSalt", "typeName": "byte[]" }, - { "name": "strHashName", "typeName": "string" }, - { "name": "iterations", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "strPassword", "typeName": "string" }, - { "name": "rgbSalt", "typeName": "byte[]" }, - { "name": "strHashName", "typeName": "string" }, - { "name": "iterations", "typeName": "int" }, - { - "name": "cspParams", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "algname", "typeName": "string" }, - { "name": "alghashname", "typeName": "string" }, - { "name": "keySize", "typeName": "int" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CryptDeriveKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "cb", "typeName": "int" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PasswordDeriveBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "EffectiveKeySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "RC2", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RC2", - "params": [{ "name": "AlgName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RC2", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.MaskGenerationMethod", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "HashName", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgbSeed", "typeName": "byte[]" }, - { "name": "cbReturn", "typeName": "int" } - ], - "isStatic": false, - "name": "GenerateMask", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PKCS1MaskGenerationMethod", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.RC2", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "EffectiveKeySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseSalt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RC2CryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.DeriveBytes", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "IterationCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Salt", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "byte[]" }, - { "name": "salt", "typeName": "byte[]" }, - { "name": "iterations", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "string" }, - { "name": "salt", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "string" }, - { "name": "salt", "typeName": "byte[]" }, - { "name": "iterations", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "string" }, - { "name": "saltSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "password", "typeName": "string" }, - { "name": "saltSize", "typeName": "int" }, - { "name": "iterations", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "algname", "typeName": "string" }, - { "name": "alghashname", "typeName": "string" }, - { "name": "keySize", "typeName": "int" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CryptDeriveKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "cb", "typeName": "int" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Rfc2898DeriveBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Rijndael", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Rijndael", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Rijndael", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BlockSizeValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanReuseTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTransformMultipleBlocks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InputBlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutputBlockSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" }, - { "name": "outputBuffer", "typeName": "byte[]" }, - { "name": "outputOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformFinalBlock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RijndaelManagedTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.Rijndael", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RijndaelManaged", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "RIPEMD160", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RIPEMD160", - "params": [{ "name": "hashName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RIPEMD160", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "RSA", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RSA", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Decrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "DecryptValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Encrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "EncryptValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RSAParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xmlString", "typeName": "string" }], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.RSAParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.RIPEMD160", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RIPEMD160Managed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.RSA", - "attribute": "", - "interfaces": ["IDisposable", "ICspAsymmetricAlgorithm"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CspKeyContainerInfo", - "name": "CspKeyContainerInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "PersistKeyInCsp", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "PublicOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "UseMachineKeyStore", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "dwKeySize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dwKeySize", "typeName": "int" }, - { - "name": "parameters", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgb", "typeName": "byte[]" }, - { "name": "fOAEP", "typeName": "bool" } - ], - "isStatic": false, - "name": "Decrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Decrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "DecryptValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgb", "typeName": "byte[]" }, - { "name": "fOAEP", "typeName": "bool" } - ], - "isStatic": false, - "name": "Encrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Encrypt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "EncryptValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportCspBlob", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RSAParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyBlob", "typeName": "byte[]" }], - "isStatic": false, - "name": "ImportCspBlob", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.RSAParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "halg", "typeName": "object" } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "halg", "typeName": "object" } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputStream", "typeName": "System.IO.Stream" }, - { "name": "halg", "typeName": "object" } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "str", "typeName": "string" } - ], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "buffer", "typeName": "byte[]" }, - { "name": "halg", "typeName": "object" }, - { "name": "signature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "str", "typeName": "string" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSACryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.RandomNumberGenerator", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cspParams", - "typeName": "System.Security.Cryptography.CspParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetNonZeroBytes", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RNGCryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", - "name": "Mode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "OaepHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSAEncryptionPadding", - "name": "OaepSHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSAEncryptionPadding", - "name": "OaepSHA256", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSAEncryptionPadding", - "name": "OaepSHA384", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSAEncryptionPadding", - "name": "OaepSHA512", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSAEncryptionPadding", - "name": "Pkcs1", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "RSAEncryptionPadding", - "params": [ - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": true, - "name": "CreateOaep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAEncryptionPadding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", - "name": "Oaep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", - "name": "Pkcs1", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAEncryptionPaddingMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeDeformatter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbData", "typeName": "byte[]" }], - "isStatic": false, - "name": "DecryptKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAOAEPKeyExchangeDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeFormatter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "Parameter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RandomNumberGenerator", - "name": "Rng", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbData", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgbData", "typeName": "byte[]" }, - { "name": "symAlgType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CreateKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAOAEPKeyExchangeFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "D", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "DP", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "DQ", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Exponent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "InverseQ", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Modulus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "P", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Q", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeDeformatter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RandomNumberGenerator", - "name": "RNG", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbIn", "typeName": "byte[]" }], - "isStatic": false, - "name": "DecryptKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAPKCS1KeyExchangeDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeFormatter", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Parameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RandomNumberGenerator", - "name": "Rng", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbData", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "rgbData", "typeName": "byte[]" }, - { "name": "symAlgType", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "CreateKeyExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAPKCS1KeyExchangeFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricSignatureDeformatter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "strName", "typeName": "string" }], - "isStatic": false, - "name": "SetHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAPKCS1SignatureDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricSignatureFormatter", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbHash", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "strName", "typeName": "string" }], - "isStatic": false, - "name": "SetHashAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "SetKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSAPKCS1SignatureFormatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.RSASignaturePaddingMode", - "name": "Mode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSASignaturePadding", - "name": "Pkcs1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSASignaturePadding", - "name": "Pss", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSASignaturePadding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.RSASignaturePaddingMode", - "name": "Pkcs1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.RSASignaturePaddingMode", - "name": "Pss", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.RSASignaturePaddingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RSASignaturePaddingMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "SHA1", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SHA1", - "params": [{ "name": "hashName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA1", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA1", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA1CryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "SHA512", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SHA512", - "params": [{ "name": "hashName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA512", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA1", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA1Managed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA512", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA512Managed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "SHA256", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SHA256", - "params": [{ "name": "hashName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA256", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DeformatterAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DigestAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "FormatterAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "KeyAlgorithm", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "el", "typeName": "System.Security.SecurityElement" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsymmetricSignatureDeformatter", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "CreateDeformatter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "HashAlgorithm", - "params": [], - "isStatic": false, - "name": "CreateDigest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsymmetricSignatureFormatter", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" - } - ], - "isStatic": false, - "name": "CreateFormatter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SignatureDescription", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA256", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA256Managed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "BlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "FeedbackSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "IV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.KeySizes[]", - "name": "LegalBlockSizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.KeySizes[]", - "name": "LegalKeySizes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "Mode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "Padding", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SymmetricAlgorithm", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SymmetricAlgorithm", - "params": [{ "name": "algName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "bitLength", "typeName": "int" }], - "isStatic": false, - "name": "ValidKeySize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SymmetricAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "CanReuseTransform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "CanTransformMultipleBlocks", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InputBlockSize", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OutputBlockSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" }, - { "name": "outputBuffer", "typeName": "byte[]" }, - { "name": "outputOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformBlock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "inputBuffer", "typeName": "byte[]" }, - { "name": "inputOffset", "typeName": "int" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "TransformFinalBlock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ToBase64Transform", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.HashAlgorithm", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "SHA384", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SHA384", - "params": [{ "name": "hashName", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA384", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "TripleDES", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TripleDES", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rgbKey", "typeName": "byte[]" }], - "isStatic": true, - "name": "IsWeakKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TripleDES", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA384", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SHA384Managed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.TripleDES", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TripleDESCryptoServiceProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.Aes", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - }, - { - "name": "openOptions", - "typeName": "System.Security.Cryptography.CngKeyOpenOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "AesCng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.Aes", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "key", "typeName": "byte[]" }, - { "name": "iv", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "key", "typeName": "byte[]" }, - { "name": "iv", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "AesCryptoServiceProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.Aes", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "FeedbackSize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "IV", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CipherMode", - "name": "Mode", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.PaddingMode", - "name": "Padding", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "key", "typeName": "byte[]" }, - { "name": "iv", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "key", "typeName": "byte[]" }, - { "name": "iv", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "AesManaged", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "Algorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDiffieHellman", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDiffieHellmanP256", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDiffieHellmanP384", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDiffieHellmanP521", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDsa", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDsaP256", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDsaP384", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "ECDsaP521", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "MD5", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "Rsa", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "Sha1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "Sha256", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "Sha384", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "Sha512", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "algorithm", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.CngAlgorithm" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngAlgorithm" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngAlgorithm" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngAlgorithm" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngAlgorithm" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "AlgorithmGroup", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithmGroup", - "name": "DiffieHellman", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithmGroup", - "name": "Dsa", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithmGroup", - "name": "ECDiffieHellman", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithmGroup", - "name": "ECDsa", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithmGroup", - "name": "Rsa", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "algorithmGroup", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.CngAlgorithmGroup" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngAlgorithmGroup" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngAlgorithmGroup" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngAlgorithmGroup" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngAlgorithmGroup" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngAlgorithmGroup", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngExportPolicies", - "name": "AllowArchiving", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngExportPolicies", - "name": "AllowExport", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngExportPolicies", - "name": "AllowPlaintextArchiving", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngExportPolicies", - "name": "AllowPlaintextExport", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngExportPolicies", - "name": "None", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngExportPolicies", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngExportPolicies", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngExportPolicies?", - "name": "ExportPolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyCreationOptions", - "name": "KeyCreationOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyUsages?", - "name": "KeyUsage", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngPropertyCollection", - "name": "Parameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ParentWindowHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngProvider", - "name": "Provider", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngUIPolicy", - "name": "UIPolicy", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKeyCreationParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "Algorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngAlgorithmGroup", - "name": "AlgorithmGroup", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngExportPolicies", - "name": "ExportPolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle", - "name": "Handle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsEphemeral", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsMachineKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "KeyName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyUsages", - "name": "KeyUsage", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.IntPtr", - "name": "ParentWindowHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngProvider", - "name": "Provider", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle", - "name": "ProviderHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngUIPolicy", - "name": "UIPolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "UniqueName", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "CngKey", - "params": [ - { - "name": "algorithm", - "typeName": "System.Security.Cryptography.CngAlgorithm" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { - "name": "algorithm", - "typeName": "System.Security.Cryptography.CngAlgorithm" - }, - { "name": "keyName", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { - "name": "algorithm", - "typeName": "System.Security.Cryptography.CngAlgorithm" - }, - { "name": "keyName", "typeName": "string" }, - { - "name": "creationParameters", - "typeName": "System.Security.Cryptography.CngKeyCreationParameters" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyName", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - }, - { - "name": "options", - "typeName": "System.Security.Cryptography.CngKeyOpenOptions" - } - ], - "isStatic": true, - "name": "Exists", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "format", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngProperty", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Security.Cryptography.CngPropertyOptions" - } - ], - "isStatic": false, - "name": "GetProperty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Security.Cryptography.CngPropertyOptions" - } - ], - "isStatic": false, - "name": "HasProperty", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { "name": "keyBlob", "typeName": "byte[]" }, - { - "name": "format", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - } - ], - "isStatic": true, - "name": "Import", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { "name": "keyBlob", "typeName": "byte[]" }, - { - "name": "format", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": true, - "name": "Import", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { - "name": "keyHandle", - "typeName": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle" - }, - { - "name": "keyHandleOpenOptions", - "typeName": "System.Security.Cryptography.CngKeyHandleOpenOptions" - } - ], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [{ "name": "keyName", "typeName": "string" }], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - }, - { - "name": "openOptions", - "typeName": "System.Security.Cryptography.CngKeyOpenOptions" - } - ], - "isStatic": true, - "name": "Open", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "property", - "typeName": "System.Security.Cryptography.CngProperty" - } - ], - "isStatic": false, - "name": "SetProperty", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "EccFullPrivateBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "EccFullPublicBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "EccPrivateBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "EccPublicBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Format", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "GenericPrivateBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "GenericPublicBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "OpaqueTransportBlob", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "Pkcs8PrivateBlob", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKeyBlobFormat", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKeyCreationOptions", - "name": "MachineKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyCreationOptions", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyCreationOptions", - "name": "OverwriteExistingKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngKeyCreationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKeyCreationOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKeyHandleOpenOptions", - "name": "EphemeralKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyHandleOpenOptions", - "name": "None", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngKeyHandleOpenOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKeyHandleOpenOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKeyOpenOptions", - "name": "MachineKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyOpenOptions", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyOpenOptions", - "name": "Silent", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyOpenOptions", - "name": "UserKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngKeyOpenOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKeyOpenOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKeyUsages", - "name": "AllUsages", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyUsages", - "name": "Decryption", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyUsages", - "name": "KeyAgreement", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyUsages", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKeyUsages", - "name": "Signing", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngKeyUsages", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngKeyUsages", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngPropertyOptions", - "name": "Options", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "byte[]" }, - { - "name": "options", - "typeName": "System.Security.Cryptography.CngPropertyOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.CngProperty" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngProperty" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngProperty" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngProperty" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngProperty" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngProperty", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Collections.ObjectModel.Collection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngPropertyCollection", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngPropertyOptions", - "name": "CustomProperty", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngPropertyOptions", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngPropertyOptions", - "name": "Persist", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngPropertyOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngPropertyOptions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "A", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "B", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Cofactor", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "CurveType", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECPoint", - "name": "G", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.HashAlgorithmName?", - "name": "Hash", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Order", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Polynomial", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Prime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Seed", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsCharacteristic2", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsExplicit", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsNamed", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsPrime", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.Oid", - "name": "Oid", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECCurve", - "params": [{ "name": "oidFriendlyName", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromFriendlyName", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECCurve", - "params": [ - { - "name": "curveOid", - "typeName": "System.Security.Cryptography.Oid" - } - ], - "isStatic": true, - "name": "CreateFromOid", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECCurve", - "params": [{ "name": "oidValue", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECCurve", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngProvider", - "name": "MicrosoftSmartCardKeyStorageProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngProvider", - "name": "MicrosoftSoftwareKeyStorageProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Provider", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "provider", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngProvider" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Security.Cryptography.CngProvider" - }, - { - "name": "right", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "CreationTitle", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "FriendlyName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngUIProtectionLevels", - "name": "ProtectionLevel", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "UseContext", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "protectionLevel", - "typeName": "System.Security.Cryptography.CngUIProtectionLevels" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "protectionLevel", - "typeName": "System.Security.Cryptography.CngUIProtectionLevels" - }, - { "name": "friendlyName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "protectionLevel", - "typeName": "System.Security.Cryptography.CngUIProtectionLevels" - }, - { "name": "friendlyName", "typeName": "string" }, - { "name": "description", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "protectionLevel", - "typeName": "System.Security.Cryptography.CngUIProtectionLevels" - }, - { "name": "friendlyName", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { "name": "useContext", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "protectionLevel", - "typeName": "System.Security.Cryptography.CngUIProtectionLevels" - }, - { "name": "friendlyName", "typeName": "string" }, - { "name": "description", "typeName": "string" }, - { "name": "useContext", "typeName": "string" }, - { "name": "creationTitle", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngUIPolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngUIProtectionLevels", - "name": "ForceHighProtection", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngUIProtectionLevels", - "name": "None", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngUIProtectionLevels", - "name": "ProtectKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.CngUIProtectionLevels", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "CngUIProtectionLevels", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.DSA", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKey", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.KeySizes[]", - "name": "LegalKeySizes", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keySize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgbHash", "typeName": "byte[]" }], - "isStatic": false, - "name": "CreateSignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DSAParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.DSAParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rgbHash", "typeName": "byte[]" }, - { "name": "rgbSignature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifySignature", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DSACng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "Characteristic2", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "Implicit", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "Named", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "PrimeMontgomery", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "PrimeShortWeierstrass", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "name": "PrimeTwistedEdwards", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.ECCurve.ECCurveType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECCurveType", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP160r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP160t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP192r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP192t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP224r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP224t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP256r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP256t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP320r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP320t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP384r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP384t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP512r1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "brainpoolP512t1", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "nistP256", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "nistP384", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "nistP521", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "NamedCurves", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey", - "name": "PublicKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "ECDiffieHellman", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDiffieHellman", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDiffieHellman", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.ECParameters" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDiffieHellman", - "params": [{ "name": "algorithm", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "DeriveKeyFromHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { "name": "secretPrepend", "typeName": "byte[]" }, - { "name": "secretAppend", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyFromHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { "name": "hmacKey", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyFromHmac", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { "name": "hmacKey", "typeName": "byte[]" }, - { "name": "secretPrepend", "typeName": "byte[]" }, - { "name": "secretAppend", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyFromHmac", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - } - ], - "isStatic": false, - "name": "DeriveKeyMaterial", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { "name": "prfLabel", "typeName": "byte[]" }, - { "name": "prfSeed", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyTls", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportExplicitParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.ECParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDiffieHellman", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.ECDiffieHellman", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "HashAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "HmacKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKey", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", - "name": "KeyDerivationFunction", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Label", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey", - "name": "PublicKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "SecretAppend", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "SecretPrepend", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Seed", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "UseSecretAgreementAsHmacKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keySize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { "name": "secretPrepend", "typeName": "byte[]" }, - { "name": "secretAppend", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyFromHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { "name": "hmacKey", "typeName": "byte[]" }, - { "name": "secretPrepend", "typeName": "byte[]" }, - { "name": "secretAppend", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyFromHmac", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.CngKey" - } - ], - "isStatic": false, - "name": "DeriveKeyMaterial", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - } - ], - "isStatic": false, - "name": "DeriveKeyMaterial", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - }, - { "name": "prfLabel", "typeName": "byte[]" }, - { "name": "prfSeed", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "DeriveKeyTls", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SafeNCryptSecretHandle", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.CngKey" - } - ], - "isStatic": false, - "name": "DeriveSecretAgreementHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "SafeNCryptSecretHandle", - "params": [ - { - "name": "otherPartyPublicKey", - "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" - } - ], - "isStatic": false, - "name": "DeriveSecretAgreementHandle", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportExplicitParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xmlString", "typeName": "string" }], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xml", "typeName": "string" }, - { - "name": "format", - "typeName": "System.Security.Cryptography.ECKeyXmlFormat" - } - ], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.ECParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "format", - "typeName": "System.Security.Cryptography.ECKeyXmlFormat" - } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDiffieHellmanCng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.ECDiffieHellmanPublicKey", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKeyBlobFormat", - "name": "BlobFormat", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "ECParameters", - "params": [], - "isStatic": false, - "name": "ExportExplicitParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDiffieHellmanPublicKey", - "params": [ - { "name": "publicKeyBlob", "typeName": "byte[]" }, - { - "name": "format", - "typeName": "System.Security.Cryptography.CngKeyBlobFormat" - } - ], - "isStatic": true, - "name": "FromByteArray", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDiffieHellmanCngPublicKey", - "params": [{ "name": "xml", "typeName": "string" }], - "isStatic": true, - "name": "FromXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "CngKey", - "params": [], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDiffieHellmanCngPublicKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", - "name": "Hash", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", - "name": "Hmac", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", - "name": "Tls", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDiffieHellmanKeyDerivationFunction", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [], - "isStatic": false, - "name": "ExportExplicitParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "ToByteArray", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDiffieHellmanPublicKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "ECDsa", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDsa", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDsa", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.ECParameters" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDsa", - "params": [{ "name": "algorithm", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportExplicitParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.ECParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "hash", "typeName": "byte[]" }], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDsa", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.ECDsa", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngAlgorithm", - "name": "HashAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.CngKey", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keySize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportExplicitParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xmlString", "typeName": "string" }], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xml", "typeName": "string" }, - { - "name": "format", - "typeName": "System.Security.Cryptography.ECKeyXmlFormat" - } - ], - "isStatic": false, - "name": "FromXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "curve", - "typeName": "System.Security.Cryptography.ECCurve" - } - ], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.ECParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "data", "typeName": "System.IO.Stream" }], - "isStatic": false, - "name": "SignData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "hash", "typeName": "byte[]" }], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "format", - "typeName": "System.Security.Cryptography.ECKeyXmlFormat" - } - ], - "isStatic": false, - "name": "ToXmlString", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "signature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "System.IO.Stream" }, - { "name": "signature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDsaCng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.ECKeyXmlFormat", - "name": "Rfc4050", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.ECKeyXmlFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECKeyXmlFormat", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.ECCurve", - "name": "Curve", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "D", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.ECPoint", - "name": "Q", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "X", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "byte[]", - "name": "Y", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECPoint", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.HashAlgorithmName", - "name": "AlgorithmName", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "AppendData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "AppendData", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IncrementalHash", - "params": [ - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - } - ], - "isStatic": true, - "name": "CreateHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "IncrementalHash", - "params": [ - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { "name": "key", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "CreateHMAC", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetHashAndReset", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "IncrementalHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation", - "name": "AuthenticodeSignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.ManifestKinds", - "name": "Manifest", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.StrongNameSignatureInformation", - "name": "StrongNameSignature", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "ManifestSignatureInformationCollection", - "params": [ - { "name": "application", "typeName": "System.ActivationContext" } - ], - "isStatic": true, - "name": "VerifySignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ManifestSignatureInformationCollection", - "params": [ - { "name": "application", "typeName": "System.ActivationContext" }, - { "name": "manifests", "typeName": "System.Security.ManifestKinds" } - ], - "isStatic": true, - "name": "VerifySignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ManifestSignatureInformationCollection", - "params": [ - { "name": "application", "typeName": "System.ActivationContext" }, - { - "name": "manifests", - "typeName": "System.Security.ManifestKinds" - }, - { - "name": "revocationFlag", - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag" - }, - { - "name": "revocationMode", - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode" - } - ], - "isStatic": true, - "name": "VerifySignature", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ManifestSignatureInformation", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Collections.ObjectModel.ReadOnlyCollection", - "attribute": "", - "interfaces": [ - "IList", - "ICollection", - "IReadOnlyList", - "IReadOnlyCollection", - "IEnumerable", - "IList", - "ICollection", - "IEnumerable" - ], - "fields": [], - "methods": [], - "name": "ManifestSignatureInformationCollection", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.MD5", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "MD5Cng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.RSA", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.CngKey", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "KeyExchangeAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "SignatureAlgorithm", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keySize", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Decrypt", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "DecryptValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "data", "typeName": "byte[]" }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSAEncryptionPadding" - } - ], - "isStatic": false, - "name": "Encrypt", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "rgb", "typeName": "byte[]" }], - "isStatic": false, - "name": "EncryptValue", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "RSAParameters", - "params": [ - { "name": "includePrivateParameters", "typeName": "bool" } - ], - "isStatic": false, - "name": "ExportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parameters", - "typeName": "System.Security.Cryptography.RSAParameters" - } - ], - "isStatic": false, - "name": "ImportParameters", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "SignHash", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash", "typeName": "byte[]" }, - { "name": "signature", "typeName": "byte[]" }, - { - "name": "hashAlgorithm", - "typeName": "System.Security.Cryptography.HashAlgorithmName" - }, - { - "name": "padding", - "typeName": "System.Security.Cryptography.RSASignaturePadding" - } - ], - "isStatic": false, - "name": "VerifyHash", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "RSACng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA1", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA1Cng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA256", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA256Cng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA256", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA256CryptoServiceProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA384", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA384Cng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA384", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA384CryptoServiceProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA512", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA512Cng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "AssemblyIdentityMismatch", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "BadDigest", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "BadSignatureFormat", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "BasicConstraintsNotObserved", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CertificateExpired", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CertificateExplicitlyDistrusted", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CertificateMalformed", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CertificateNotExplicitlyTrusted", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CertificateRevoked", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CertificateUsageNotAllowed", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "ContainingSignatureInvalid", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "CouldNotBuildChain", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "GenericTrustFailure", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidCertificateName", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidCertificatePolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidCertificateRole", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidCertificateSignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidCertificateUsage", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidCountersignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidSignerCertificate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidTimePeriodNesting", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "InvalidTimestamp", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "IssuerChainingError", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "MissingSignature", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "PathLengthConstraintViolated", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "PublicKeyTokenMismatch", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "PublisherMismatch", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "RevocationCheckFailure", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "SystemError", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "UnknownCriticalExtension", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "UnknownTrustProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "UnknownVerificationAction", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "UntrustedCertificationAuthority", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "UntrustedRootCertificate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "UntrustedTestRootCertificate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "Valid", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.SignatureVerificationResult", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SignatureVerificationResult", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.SHA512", - "attribute": "", - "interfaces": ["ICryptoTransform", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "SHA512CryptoServiceProvider", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "HashAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "HResult", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsValid", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm", - "name": "PublicKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "VerificationResult", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "StrongNameSignatureInformation", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [ - "IDisposable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Issuer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Subject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "handle", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cert", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "X509Certificate", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromCertFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "X509Certificate", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromSignedFile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "contentType", - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" - } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "contentType", - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" - }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "contentType", - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" - }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetCertHash", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetCertHashString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetEffectiveDateString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetExpirationDateString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetIssuerName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetKeyAlgorithm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetKeyAlgorithmParameters", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetKeyAlgorithmParametersString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPublicKey", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetPublicKeyString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRawCertData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetRawCertDataString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetSerialNumber", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetSerialNumberString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "fVerbose", "typeName": "bool" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "X509Certificate", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Security.Cryptography.TripleDES", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "Key", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "KeySize", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keyName", "typeName": "string" }, - { - "name": "provider", - "typeName": "System.Security.Cryptography.CngProvider" - }, - { - "name": "openOptions", - "typeName": "System.Security.Cryptography.CngKeyOpenOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateDecryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ICryptoTransform", - "params": [ - { "name": "rgbKey", "typeName": "byte[]" }, - { "name": "rgbIV", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "CreateEncryptor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateIV", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "TripleDESCng", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.Oid", - "name": "Oid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "RawData", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "System.Security.Cryptography.Oid" }, - { "name": "rawData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "string" }, - { "name": "rawData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "multiLine", "typeName": "bool" }], - "isStatic": false, - "name": "Format", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsnEncodedData", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.AsnEncodedData", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Cryptography.AsnEncodedData[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "AsnEncodedDataEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsnEncodedDataCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "Authenticode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "Cert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "Pfx", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "Pkcs12", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "Pkcs7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "SerializedCert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "SerializedStore", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "name": "Unknown", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509ContentType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "X509ContentType", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Cryptography.AsnEncodedData", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "AsnEncodedDataEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "All", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "Attribute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "EncryptionAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "EnhancedKeyUsage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "ExtensionOrAttribute", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "HashAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "KeyDerivationFunction", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "Policy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "PublicKeyAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "SignatureAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidGroup", - "name": "Template", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.OidGroup", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "OidGroup", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "FriendlyName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "System.Security.Cryptography.Oid" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "oid", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "friendlyName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Oid", - "params": [ - { "name": "friendlyName", "typeName": "string" }, - { - "name": "group", - "typeName": "System.Security.Cryptography.OidGroup" - } - ], - "isStatic": true, - "name": "FromFriendlyName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Oid", - "params": [ - { "name": "oidValue", "typeName": "string" }, - { - "name": "group", - "typeName": "System.Security.Cryptography.OidGroup" - } - ], - "isStatic": true, - "name": "FromOidValue", - "comment": "", - "location": "System.dll" - } - ], - "name": "Oid", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "name": "DefaultKeySet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "name": "Exportable", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "name": "MachineKeySet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "name": "PersistKeySet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "name": "UserKeySet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "name": "UserProtected", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "X509KeyStorageFlags", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.Oid", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.Oid", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "oid", "typeName": "System.Security.Cryptography.Oid" } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Cryptography.Oid[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "OidEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "OidCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Cryptography.Oid", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "OidEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Description", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Uri", - "name": "DescriptionUrl", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "string", - "name": "HashAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "HResult", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Chain", - "name": "SignatureChain", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", - "name": "SigningCertificate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.TimestampInformation", - "name": "Timestamp", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", - "name": "TrustStatus", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "VerificationResult", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "AuthenticodeSignatureInformation", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "DSA", - "params": [], - "isStatic": false, - "name": "GetDSAPrivateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "DSA", - "params": [], - "isStatic": false, - "name": "GetDSAPublicKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "DSACertificateExtensions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ECDsa", - "params": [], - "isStatic": false, - "name": "GetECDsaPrivateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "ECDsa", - "params": [], - "isStatic": false, - "name": "GetECDsaPublicKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ECDsaCertificateExtensions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "RSA", - "params": [], - "isStatic": false, - "name": "GetRSAPrivateKey", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "RSA", - "params": [], - "isStatic": false, - "name": "GetRSAPublicKey", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "RSACertificateExtensions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "HashAlgorithm", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "HResult", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsValid", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Chain", - "name": "SignatureChain", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", - "name": "SigningCertificate", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.DateTime", - "name": "Timestamp", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.SignatureVerificationResult", - "name": "VerificationResult", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [], - "name": "TimestampInformation", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", - "name": "KnownIdentity", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", - "name": "Trusted", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", - "name": "UnknownIdentity", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", - "name": "Untrusted", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.TrustStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "TrustStatus", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", - "name": "IncludeArchived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", - "name": "MaxAllowed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", - "name": "OpenExistingOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", - "name": "ReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", - "name": "ReadWrite", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.OpenFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "OpenFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.AsnEncodedData", - "name": "EncodedKeyValue", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.AsnEncodedData", - "name": "EncodedParameters", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm", - "name": "Key", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.Oid", - "name": "Oid", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "System.Security.Cryptography.Oid" }, - { - "name": "parameters", - "typeName": "System.Security.Cryptography.AsnEncodedData" - }, - { - "name": "keyValue", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "PublicKey", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "AddressBook", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "AuthRoot", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "CertificateAuthority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "Disallowed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "My", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "Root", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "TrustedPeople", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreName", - "name": "TrustedPublisher", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.StoreName", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "StoreName", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation", - "name": "CurrentUser", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation", - "name": "LocalMachine", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.StoreLocation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "StoreLocation", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.AsnEncodedData", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "encodedDistinguishedName", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "encodedDistinguishedName", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "distinguishedName", - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedName" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "distinguishedName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "distinguishedName", "typeName": "string" }, - { - "name": "flag", - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "flag", - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags" - } - ], - "isStatic": false, - "name": "Decode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "multiLine", "typeName": "bool" }], - "isStatic": false, - "name": "Format", - "comment": "", - "location": "System.dll" - } - ], - "name": "X500DistinguishedName", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "DoNotUsePlusSign", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "DoNotUseQuotes", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "ForceUTF8Encoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "Reversed", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "UseCommas", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "UseNewLines", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "UseSemicolons", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "UseT61Encoding", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "name": "UseUTF8Encoding", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X500DistinguishedNameFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CertificateAuthority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasPathLengthConstraint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "PathLengthConstraint", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "certificateAuthority", "typeName": "bool" }, - { "name": "hasPathLengthConstraint", "typeName": "bool" }, - { "name": "pathLengthConstraint", "typeName": "int" }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "encodedBasicConstraints", - "typeName": "System.Security.Cryptography.AsnEncodedData" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509BasicConstraintsExtension", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.X509Certificates.X509Certificate", - "attribute": "", - "interfaces": [ - "IDisposable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [ - { - "typeName": "bool", - "name": "Archived", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ExtensionCollection", - "name": "Extensions", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "FriendlyName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "HasPrivateKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedName", - "name": "IssuerName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "NotAfter", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "NotBefore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.AsymmetricAlgorithm", - "name": "PrivateKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.PublicKey", - "name": "PublicKey", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "byte[]", - "name": "RawData", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "SerialNumber", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.Oid", - "name": "SignatureAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedName", - "name": "SubjectName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Thumbprint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Version", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "handle", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509ContentType", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": true, - "name": "GetCertContentType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509ContentType", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": true, - "name": "GetCertContentType", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "nameType", - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType" - }, - { "name": "forIssuer", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetNameInfo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "System.Security.SecureString" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "verbose", "typeName": "bool" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Verify", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509Certificate2", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "contentType", - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" - } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "contentType", - "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" - }, - { "name": "password", "typeName": "string" } - ], - "isStatic": false, - "name": "Export", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Certificate2Collection", - "params": [ - { - "name": "findType", - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType" - }, - { "name": "findValue", "typeName": "object" }, - { "name": "validOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "Find", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Certificate2Enumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rawData", "typeName": "byte[]" }], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rawData", "typeName": "byte[]" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileName", "typeName": "string" }], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "password", "typeName": "string" }, - { - "name": "keyStorageFlags", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" - } - ], - "isStatic": false, - "name": "Import", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" - } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2[]" - } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509Certificate2Collection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509Certificate2Enumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Collections.CollectionBase", - "attribute": "", - "interfaces": ["IList", "ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "this[]", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate[]" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate[]" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509CertificateEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509CertificateCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "ChainContext", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElementCollection", - "name": "ChainElements", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainPolicy", - "name": "ChainPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatus[]", - "name": "ChainStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle", - "name": "SafeHandle", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "useMachineContext", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "chainContext", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Build", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509Chain", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509Chain", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", - "name": "Certificate", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatus[]", - "name": "ChainElementStatus", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Information", - "comment": "", - "location": "System.dll" - } - ], - "methods": [], - "name": "X509ChainElement", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElement", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElement[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509ChainElementEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ChainElementCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElement", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ChainElementEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.OidCollection", - "name": "ApplicationPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.OidCollection", - "name": "CertificatePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", - "name": "ExtraStore", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", - "name": "RevocationFlag", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", - "name": "RevocationMode", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "UrlRetrievalTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "VerificationFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.DateTime", - "name": "VerificationTime", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ChainPolicy", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "Status", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "StatusInformation", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ChainStatus", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "CtlNotSignatureValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "CtlNotTimeValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "CtlNotValidForUsage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "Cyclic", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "ExplicitDistrust", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "HasExcludedNameConstraint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "HasNotDefinedNameConstraint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "HasNotPermittedNameConstraint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "HasNotSupportedCriticalExtension", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "HasNotSupportedNameConstraint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "HasWeakSignature", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "InvalidBasicConstraints", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "InvalidExtension", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "InvalidNameConstraints", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "InvalidPolicyConstraints", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "NoError", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "NoIssuanceChainPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "NotSignatureValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "NotTimeNested", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "NotTimeValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "NotValidForUsage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "OfflineRevocation", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "PartialChain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "RevocationStatusUnknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "Revoked", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "name": "UntrustedRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ChainStatusFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.OidCollection", - "name": "EnhancedKeyUsages", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "encodedEnhancedKeyUsages", - "typeName": "System.Security.Cryptography.AsnEncodedData" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "enhancedKeyUsages", - "typeName": "System.Security.Cryptography.OidCollection" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509EnhancedKeyUsageExtension", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.AsnEncodedData", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "Critical", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "encodedExtension", - "typeName": "System.Security.Cryptography.AsnEncodedData" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "System.Security.Cryptography.Oid" }, - { "name": "rawData", "typeName": "byte[]" }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "oid", "typeName": "string" }, - { "name": "rawData", "typeName": "byte[]" }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509Extension", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Extension", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Extension", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "extension", - "typeName": "System.Security.Cryptography.X509Certificates.X509Extension" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "array", - "typeName": "System.Security.Cryptography.X509Certificates.X509Extension[]" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "X509ExtensionEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ExtensionCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "mappings", - "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509CertificateEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Extension", - "name": "Current", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509ExtensionEnumerator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByApplicationPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByCertificatePolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByExtension", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByIssuerDistinguishedName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByIssuerName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByKeyUsage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindBySerialNumber", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindBySubjectDistinguishedName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindBySubjectKeyIdentifier", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindBySubjectName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByTemplateName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByThumbprint", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByTimeExpired", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByTimeNotYetValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "name": "FindByTimeValid", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509FindType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509FindType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", - "name": "EndCertOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", - "name": "ExcludeRoot", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", - "name": "WholeChain", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509IncludeOption", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "KeyUsages", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "encodedKeyUsage", - "typeName": "System.Security.Cryptography.AsnEncodedData" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyUsages", - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509KeyUsageExtension", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "CrlSign", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "DataEncipherment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "DecipherOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "DigitalSignature", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "EncipherOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "KeyAgreement", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "KeyCertSign", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "KeyEncipherment", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "name": "NonRepudiation", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509KeyUsageFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", - "name": "EndCertificateOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", - "name": "EntireChain", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", - "name": "ExcludeRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509RevocationFlag", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "name": "DnsFromAlternativeName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "name": "DnsName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "name": "EmailName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "name": "SimpleName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "name": "UpnName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "name": "UrlName", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509NameType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509NameType", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", - "name": "NoCheck", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", - "name": "Offline", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", - "name": "Online", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509RevocationMode", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", - "name": "Certificates", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation", - "name": "Location", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.IntPtr", - "name": "StoreHandle", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "storeHandle", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "storeLocation", - "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "storeName", - "typeName": "System.Security.Cryptography.X509Certificates.StoreName" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "storeName", - "typeName": "System.Security.Cryptography.X509Certificates.StoreName" - }, - { - "name": "storeLocation", - "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "storeName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "storeName", "typeName": "string" }, - { - "name": "storeLocation", - "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" - } - ], - "isStatic": false, - "name": "AddRange", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags" - } - ], - "isStatic": false, - "name": "Open", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificate", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "certificates", - "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" - } - ], - "isStatic": false, - "name": "RemoveRange", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509Store", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "SubjectKeyIdentifier", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subjectKeyIdentifier", "typeName": "byte[]" }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "encodedSubjectKeyIdentifier", - "typeName": "System.Security.Cryptography.AsnEncodedData" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.X509Certificates.PublicKey" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "key", - "typeName": "System.Security.Cryptography.X509Certificates.PublicKey" - }, - { - "name": "algorithm", - "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm" - }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subjectKeyIdentifier", "typeName": "string" }, - { "name": "critical", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asnEncodedData", - "typeName": "System.Security.Cryptography.AsnEncodedData" - } - ], - "isStatic": false, - "name": "CopyFrom", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509SubjectKeyIdentifierExtension", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "AllFlags", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "AllowUnknownCertificateAuthority", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreCertificateAuthorityRevocationUnknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreCtlNotTimeValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreCtlSignerRevocationUnknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreEndRevocationUnknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreInvalidBasicConstraints", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreInvalidName", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreInvalidPolicy", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreNotTimeNested", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreNotTimeValid", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreRootRevocationUnknown", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "IgnoreWrongUsage", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "name": "NoFlag", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509VerificationFlags", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Security.Cryptography.X509Certificates", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", - "name": "CapiSha1", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", - "name": "Sha1", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", - "name": "ShortSha1", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "X509SubjectKeyIdentifierHashAlgorithm", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.Encoding", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "bool", - "name": "IsSingleByte", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "chars", "typeName": "string" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decoder", - "params": [], - "isStatic": false, - "name": "GetDecoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoder", - "params": [], - "isStatic": false, - "name": "GetEncoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "charCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "byteCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ASCIIEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Text.DecoderFallback", - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.DecoderFallbackBuffer", - "name": "FallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "flush", "typeName": "bool" }, - { "name": "bytesUsed", "typeName": "int" }, - { "name": "charsUsed", "typeName": "int" }, - { "name": "completed", "typeName": "bool" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "flush", "typeName": "bool" }, - { "name": "bytesUsed", "typeName": "int" }, - { "name": "charsUsed", "typeName": "int" }, - { "name": "completed", "typeName": "bool" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Decoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.DecoderFallback", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxCharCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DecoderFallbackBuffer", - "params": [], - "isStatic": false, - "name": "CreateFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderExceptionFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.DecoderFallbackBuffer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Remaining", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "bytesUnknown", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [], - "isStatic": false, - "name": "GetNextChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MovePrevious", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderExceptionFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Text.DecoderFallback", - "name": "ExceptionFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.DecoderFallback", - "name": "ReplacementFallback", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "DecoderFallbackBuffer", - "params": [], - "isStatic": false, - "name": "CreateFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Remaining", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "bytesUnknown", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [], - "isStatic": false, - "name": "GetNextChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MovePrevious", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "byte[]", - "name": "BytesUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "bytesUnknown", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderFallbackException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.DecoderFallbackBuffer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Remaining", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "fallback", - "typeName": "System.Text.DecoderReplacementFallback" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "bytesUnknown", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [], - "isStatic": false, - "name": "GetNextChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MovePrevious", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderReplacementFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Text.EncoderFallback", - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.EncoderFallbackBuffer", - "name": "FallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "flush", "typeName": "bool" }, - { "name": "charsUsed", "typeName": "int" }, - { "name": "bytesUsed", "typeName": "int" }, - { "name": "completed", "typeName": "bool" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "flush", "typeName": "bool" }, - { "name": "charsUsed", "typeName": "int" }, - { "name": "bytesUsed", "typeName": "int" }, - { "name": "completed", "typeName": "bool" } - ], - "isStatic": false, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "flush", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Encoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.DecoderFallback", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DefaultString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxCharCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "replacement", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "DecoderFallbackBuffer", - "params": [], - "isStatic": false, - "name": "CreateFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "DecoderReplacementFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.EncoderFallback", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxCharCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EncoderFallbackBuffer", - "params": [], - "isStatic": false, - "name": "CreateFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncoderExceptionFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Text.EncoderFallback", - "name": "ExceptionFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.EncoderFallback", - "name": "ReplacementFallback", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "EncoderFallbackBuffer", - "params": [], - "isStatic": false, - "name": "CreateFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncoderFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.EncoderFallbackBuffer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Remaining", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "charUnknownHigh", "typeName": "char" }, - { "name": "charUnknownLow", "typeName": "char" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "charUnknown", "typeName": "char" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [], - "isStatic": false, - "name": "GetNextChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MovePrevious", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncoderExceptionFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Remaining", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "charUnknownHigh", "typeName": "char" }, - { "name": "charUnknownLow", "typeName": "char" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "charUnknown", "typeName": "char" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Fallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Char", - "params": [], - "isStatic": false, - "name": "GetNextChar", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MovePrevious", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncoderFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.ArgumentException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "char", - "name": "CharUnknown", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "CharUnknownHigh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "CharUnknownLow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsUnknownSurrogate", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncoderFallbackException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.EncoderFallback", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "DefaultString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxCharCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "replacement", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EncoderFallbackBuffer", - "params": [], - "isStatic": false, - "name": "CreateFallbackBuffer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncoderReplacementFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "System.Text.Encoding", - "name": "ASCII", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "BigEndianUnicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "BodyName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CodePage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.DecoderFallback", - "name": "DecoderFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.EncoderFallback", - "name": "EncoderFallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "EncodingName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "HeaderName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsBrowserDisplay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsBrowserSave", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMailNewsDisplay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsMailNewsSave", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSingleByte", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "Unicode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "UTF32", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "UTF7", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.Encoding", - "name": "UTF8", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "WebName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WindowsCodePage", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "srcEncoding", "typeName": "System.Text.Encoding" }, - { "name": "dstEncoding", "typeName": "System.Text.Encoding" }, - { "name": "bytes", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "srcEncoding", "typeName": "System.Text.Encoding" }, - { "name": "dstEncoding", "typeName": "System.Text.Encoding" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Convert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "chars", "typeName": "char[]" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "chars", "typeName": "char[]" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "bytes", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "bytes", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decoder", - "params": [], - "isStatic": false, - "name": "GetDecoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoder", - "params": [], - "isStatic": false, - "name": "GetEncoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [{ "name": "codepage", "typeName": "int" }], - "isStatic": true, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [ - { "name": "codepage", "typeName": "int" }, - { - "name": "encoderFallback", - "typeName": "System.Text.EncoderFallback" - }, - { - "name": "decoderFallback", - "typeName": "System.Text.DecoderFallback" - } - ], - "isStatic": true, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "encoderFallback", - "typeName": "System.Text.EncoderFallback" - }, - { - "name": "decoderFallback", - "typeName": "System.Text.DecoderFallback" - } - ], - "isStatic": true, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetEncodings", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "charCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "byteCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPreamble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "bytes", "typeName": "byte[]" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsAlwaysNormalized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "form", "typeName": "System.Text.NormalizationForm" } - ], - "isStatic": false, - "name": "IsAlwaysNormalized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "provider", "typeName": "System.Text.EncodingProvider" } - ], - "isStatic": true, - "name": "RegisterProvider", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Encoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "CodePage", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "DisplayName", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [], - "isStatic": false, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncodingInfo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [{ "name": "codepage", "typeName": "int" }], - "isStatic": false, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [ - { "name": "codepage", "typeName": "int" }, - { - "name": "encoderFallback", - "typeName": "System.Text.EncoderFallback" - }, - { - "name": "decoderFallback", - "typeName": "System.Text.DecoderFallback" - } - ], - "isStatic": false, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoding", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "encoderFallback", - "typeName": "System.Text.EncoderFallback" - }, - { - "name": "decoderFallback", - "typeName": "System.Text.DecoderFallback" - } - ], - "isStatic": false, - "name": "GetEncoding", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EncodingProvider", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Text.NormalizationForm", - "name": "FormC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.NormalizationForm", - "name": "FormD", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.NormalizationForm", - "name": "FormKC", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Text.NormalizationForm", - "name": "FormKD", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Text.NormalizationForm", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NormalizationForm", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "int", - "name": "Capacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "char", - "name": "this[]", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxCapacity", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "maxCapacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { "name": "capacity", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "byte" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "value", "typeName": "char*" }, - { "name": "valueCount", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "value", "typeName": "char" }, - { "name": "repeatCount", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "char[]" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "value", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "decimal" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "long" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "sbyte" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "value", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "ushort" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "uint" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "ulong" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "provider", "typeName": "System.IFormatProvider" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "arg0", "typeName": "object" }, - { "name": "arg1", "typeName": "object" }, - { "name": "arg2", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "AppendFormat", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [], - "isStatic": false, - "name": "AppendLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "AppendLine", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceIndex", "typeName": "int" }, - { "name": "destination", "typeName": "char[]" }, - { "name": "destinationIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": false, - "name": "EnsureCapacity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sb", "typeName": "System.Text.StringBuilder" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "char" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "char[]" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "char[]" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "decimal" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "double" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "short" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "sbyte" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "string" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "ushort" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "ulong" } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "oldChar", "typeName": "char" }, - { "name": "newChar", "typeName": "char" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "oldChar", "typeName": "char" }, - { "name": "newChar", "typeName": "char" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "oldValue", "typeName": "string" }, - { "name": "newValue", "typeName": "string" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "StringBuilder", - "params": [ - { "name": "oldValue", "typeName": "string" }, - { "name": "newValue", "typeName": "string" }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "startIndex", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "StringBuilder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.Encoding", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [ - { - "typeName": "int", - "name": "CharSize", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bigEndian", "typeName": "bool" }, - { "name": "byteOrderMark", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bigEndian", "typeName": "bool" }, - { "name": "byteOrderMark", "typeName": "bool" }, - { "name": "throwOnInvalidBytes", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decoder", - "params": [], - "isStatic": false, - "name": "GetDecoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoder", - "params": [], - "isStatic": false, - "name": "GetEncoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "charCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "byteCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPreamble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnicodeEncoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.Encoding", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bigEndian", "typeName": "bool" }, - { "name": "byteOrderMark", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bigEndian", "typeName": "bool" }, - { "name": "byteOrderMark", "typeName": "bool" }, - { "name": "throwOnInvalidCharacters", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decoder", - "params": [], - "isStatic": false, - "name": "GetDecoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoder", - "params": [], - "isStatic": false, - "name": "GetEncoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "charCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "byteCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPreamble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UTF32Encoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.Encoding", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "allowOptionals", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decoder", - "params": [], - "isStatic": false, - "name": "GetDecoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoder", - "params": [], - "isStatic": false, - "name": "GetEncoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "charCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "byteCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UTF7Encoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text", - "baseClass": "System.Text.Encoding", - "attribute": "", - "interfaces": ["ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "encoderShouldEmitUTF8Identifier", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "encoderShouldEmitUTF8Identifier", "typeName": "bool" }, - { "name": "throwOnInvalidBytes", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "chars", "typeName": "string" }], - "isStatic": false, - "name": "GetByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "charCount", "typeName": "int" }, - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBytes", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte*" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char*" }, - { "name": "charCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "byteIndex", "typeName": "int" }, - { "name": "byteCount", "typeName": "int" }, - { "name": "chars", "typeName": "char[]" }, - { "name": "charIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetChars", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Decoder", - "params": [], - "isStatic": false, - "name": "GetDecoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Encoder", - "params": [], - "isStatic": false, - "name": "GetEncoder", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "charCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxByteCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "byteCount", "typeName": "int" }], - "isStatic": false, - "name": "GetMaxCharCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPreamble", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "bytes", "typeName": "byte[]" }, - { "name": "index", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UTF8Encoding", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Index", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "Length", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Value", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - } - ], - "name": "Capture", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.Capture", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "CaptureCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "System.Text.RegularExpressions.Capture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Text.RegularExpressions.CaptureCollection", - "name": "Captures", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "Success", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Group", - "params": [ - { - "name": "inner", - "typeName": "System.Text.RegularExpressions.Group" - } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "System.dll" - } - ], - "name": "Group", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.Group", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.Group", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "GroupCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "System.Text.RegularExpressions.Group", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Text.RegularExpressions.Match", - "name": "Empty", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.GroupCollection", - "name": "Groups", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Match", - "params": [], - "isStatic": false, - "name": "NextMatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "replacement", "typeName": "string" }], - "isStatic": false, - "name": "Result", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [ - { - "name": "inner", - "typeName": "System.Text.RegularExpressions.Match" - } - ], - "isStatic": true, - "name": "Synchronized", - "comment": "", - "location": "System.dll" - } - ], - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICollection", "IEnumerable"], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsReadOnly", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "IsSynchronized", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.Match", - "name": "this[]", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "object", - "name": "SyncRoot", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.Array" }, - { "name": "arrayIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTo", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "System.dll" - } - ], - "name": "MatchCollection", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "match", - "typeName": "System.Text.RegularExpressions.Match" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "match", - "typeName": "System.Text.RegularExpressions.Match" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "MatchEvaluator", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [ - { - "typeName": "System.TimeSpan", - "name": "InfiniteMatchTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "CacheSize", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MatchTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "Options", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "bool", - "name": "RightToLeft", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "pattern", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "regexinfos", - "typeName": "System.Text.RegularExpressions.RegexCompilationInfo[]" - }, - { - "name": "assemblyname", - "typeName": "System.Reflection.AssemblyName" - } - ], - "isStatic": true, - "name": "CompileToAssembly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "regexinfos", - "typeName": "System.Text.RegularExpressions.RegexCompilationInfo[]" - }, - { - "name": "assemblyname", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "attributes", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder[]" - } - ], - "isStatic": true, - "name": "CompileToAssembly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "regexinfos", - "typeName": "System.Text.RegularExpressions.RegexCompilationInfo[]" - }, - { - "name": "assemblyname", - "typeName": "System.Reflection.AssemblyName" - }, - { - "name": "attributes", - "typeName": "System.Reflection.Emit.CustomAttributeBuilder[]" - }, - { "name": "resourceFile", "typeName": "string" } - ], - "isStatic": true, - "name": "CompileToAssembly", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "Escape", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGroupNames", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGroupNumbers", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GroupNameFromNumber", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GroupNumberFromName", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "IsMatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "startat", "typeName": "int" } - ], - "isStatic": false, - "name": "IsMatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" } - ], - "isStatic": true, - "name": "IsMatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": true, - "name": "IsMatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "IsMatch", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "startat", "typeName": "int" } - ], - "isStatic": false, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "beginning", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" } - ], - "isStatic": true, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": true, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Match", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Match", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "MatchCollection", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "Matches", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "MatchCollection", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "startat", "typeName": "int" } - ], - "isStatic": false, - "name": "Matches", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "MatchCollection", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" } - ], - "isStatic": true, - "name": "Matches", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "MatchCollection", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": true, - "name": "Matches", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "MatchCollection", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Matches", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "replacement", "typeName": "string" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "replacement", "typeName": "string" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "replacement", "typeName": "string" }, - { "name": "count", "typeName": "int" }, - { "name": "startat", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { "name": "replacement", "typeName": "string" } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { "name": "replacement", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { "name": "replacement", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "evaluator", - "typeName": "System.Text.RegularExpressions.MatchEvaluator" - } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "evaluator", - "typeName": "System.Text.RegularExpressions.MatchEvaluator" - }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "evaluator", - "typeName": "System.Text.RegularExpressions.MatchEvaluator" - }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "evaluator", - "typeName": "System.Text.RegularExpressions.MatchEvaluator" - } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "evaluator", - "typeName": "System.Text.RegularExpressions.MatchEvaluator" - }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "input", "typeName": "string" }, - { - "name": "evaluator", - "typeName": "System.Text.RegularExpressions.MatchEvaluator" - }, - { "name": "count", "typeName": "int" }, - { "name": "startat", "typeName": "int" } - ], - "isStatic": false, - "name": "Replace", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "count", "typeName": "int" }, - { "name": "startat", "typeName": "int" } - ], - "isStatic": false, - "name": "Split", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" } - ], - "isStatic": true, - "name": "Split", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - } - ], - "isStatic": true, - "name": "Split", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "input", "typeName": "string" }, - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Split", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "Unescape", - "comment": "", - "location": "System.dll" - } - ], - "name": "Regex", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsPublic", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MatchTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Namespace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "Options", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Pattern", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "name", "typeName": "string" }, - { "name": "fullnamespace", "typeName": "string" }, - { "name": "ispublic", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pattern", "typeName": "string" }, - { - "name": "options", - "typeName": "System.Text.RegularExpressions.RegexOptions" - }, - { "name": "name", "typeName": "string" }, - { "name": "fullnamespace", "typeName": "string" }, - { "name": "ispublic", "typeName": "bool" }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RegexCompilationInfo", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "System.TimeoutException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Input", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "MatchTimeout", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "string", - "name": "Pattern", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "regexInput", "typeName": "string" }, - { "name": "regexPattern", "typeName": "string" }, - { "name": "matchTimeout", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RegexMatchTimeoutException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "Compiled", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "CultureInvariant", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "ECMAScript", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "ExplicitCapture", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "IgnoreCase", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "IgnorePatternWhitespace", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "Multiline", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "None", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "RightToLeft", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "System.Text.RegularExpressions.RegexOptions", - "name": "Singleline", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Text.RegularExpressions.RegexOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "RegexOptions", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "RegexRunner", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Text.RegularExpressions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "RegexRunnerFactory", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Threading.Mutex", - "name": "Mutex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MutexIndex", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "int" }, - { "name": "handle", "typeName": "System.Threading.WaitHandle" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "inner", "typeName": "System.Exception" }, - { "name": "location", "typeName": "int" }, - { "name": "handle", "typeName": "System.Threading.WaitHandle" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "location", "typeName": "int" }, - { "name": "handle", "typeName": "System.Threading.WaitHandle" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AbandonedMutexException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.ApartmentState", - "name": "MTA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ApartmentState", - "name": "STA", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ApartmentState", - "name": "Unknown", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.ApartmentState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ApartmentState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Threading.AsyncFlowControl" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Threading.AsyncFlowControl" }, - { "name": "b", "typeName": "System.Threading.AsyncFlowControl" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Threading.AsyncFlowControl" }, - { "name": "b", "typeName": "System.Threading.AsyncFlowControl" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Undo", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncFlowControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "CurrentValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "PreviousValue", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ThreadContextChanged", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncLocalValueChangedArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "valueChangedHandler", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AsyncLocal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Threading.EventWaitHandle", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "initialState", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "AutoResetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "CanBeCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCancellationRequested", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.CancellationToken", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.WaitHandle", - "name": "WaitHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "canceled", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "right", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "right", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CancellationTokenRegistration", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CancellationTokenRegistration", - "params": [ - { "name": "callback", "typeName": "System.Action" }, - { "name": "useSynchronizationContext", "typeName": "bool" } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CancellationTokenRegistration", - "params": [ - { "name": "callback", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CancellationTokenRegistration", - "params": [ - { "name": "callback", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { "name": "useSynchronizationContext", "typeName": "bool" } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ThrowIfCancellationRequested", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CancellationToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "System.Threading.CancellationTokenRegistration" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Threading.CancellationTokenRegistration" - }, - { - "name": "right", - "typeName": "System.Threading.CancellationTokenRegistration" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "System.Threading.CancellationTokenRegistration" - }, - { - "name": "right", - "typeName": "System.Threading.CancellationTokenRegistration" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CancellationTokenRegistration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "CompressedStack", - "params": [], - "isStatic": true, - "name": "Capture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompressedStack", - "params": [], - "isStatic": false, - "name": "CreateCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompressedStack", - "params": [], - "isStatic": true, - "name": "GetCompressedStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "compressedStack", - "typeName": "System.Threading.CompressedStack" - }, - { - "name": "callback", - "typeName": "System.Threading.ContextCallback" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CompressedStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsCancellationRequested", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.CancellationToken", - "name": "Token", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "millisecondsDelay", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delay", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "throwOnFirstException", "typeName": "bool" }], - "isStatic": false, - "name": "Cancel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "millisecondsDelay", "typeName": "int" }], - "isStatic": false, - "name": "CancelAfter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delay", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "CancelAfter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CancellationTokenSource", - "params": [ - { - "name": "token1", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "token2", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "CreateLinkedTokenSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CancellationTokenSource", - "params": [ - { - "name": "tokens", - "typeName": "System.Threading.CancellationToken[]" - } - ], - "isStatic": true, - "name": "CreateLinkedTokenSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CancellationTokenSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "CurrentCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "InitialCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.WaitHandle", - "name": "WaitHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "initialCount", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AddCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "signalCount", "typeName": "int" }], - "isStatic": false, - "name": "AddCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Signal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "signalCount", "typeName": "int" }], - "isStatic": false, - "name": "Signal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "TryAddCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "signalCount", "typeName": "int" }], - "isStatic": false, - "name": "TryAddCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "CountdownEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "state", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ContextCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.EventResetMode", - "name": "AutoReset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.EventResetMode", - "name": "ManualReset", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.EventResetMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventResetMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Threading.WaitHandle", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "initialState", "typeName": "bool" }, - { "name": "mode", "typeName": "System.Threading.EventResetMode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialState", "typeName": "bool" }, - { "name": "mode", "typeName": "System.Threading.EventResetMode" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialState", "typeName": "bool" }, - { "name": "mode", "typeName": "System.Threading.EventResetMode" }, - { "name": "name", "typeName": "string" }, - { "name": "createdNew", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialState", "typeName": "bool" }, - { "name": "mode", "typeName": "System.Threading.EventResetMode" }, - { "name": "name", "typeName": "string" }, - { "name": "createdNew", "typeName": "bool" }, - { - "name": "eventSecurity", - "typeName": "System.Security.AccessControl.EventWaitHandleSecurity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventWaitHandleSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventWaitHandle", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "EventWaitHandle", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.EventWaitHandleRights" - } - ], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSecurity", - "typeName": "System.Security.AccessControl.EventWaitHandleSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.EventWaitHandleRights" - }, - { "name": "result", "typeName": "System.Threading.EventWaitHandle" } - ], - "isStatic": true, - "name": "TryOpenExisting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "result", "typeName": "System.Threading.EventWaitHandle" } - ], - "isStatic": true, - "name": "TryOpenExisting", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "EventWaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "ExecutionContext", - "params": [], - "isStatic": true, - "name": "Capture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ExecutionContext", - "params": [], - "isStatic": false, - "name": "CreateCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "info", - "typeName": "System.Runtime.Serialization.SerializationInfo" - }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - } - ], - "isStatic": false, - "name": "GetObjectData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsFlowSuppressed", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RestoreFlow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "executionContext", - "typeName": "System.Threading.ExecutionContext" - }, - { - "name": "callback", - "typeName": "System.Threading.ContextCallback" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AsyncFlowControl", - "params": [], - "isStatic": true, - "name": "SuppressFlow", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ExecutionContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "HostExecutionContext", - "params": [], - "isStatic": false, - "name": "CreateCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "disposing", "typeName": "bool" }], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostExecutionContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "HostExecutionContext", - "params": [], - "isStatic": false, - "name": "Capture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "previousState", "typeName": "object" }], - "isStatic": false, - "name": "Revert", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "hostExecutionContext", - "typeName": "System.Threading.HostExecutionContext" - } - ], - "isStatic": false, - "name": "SetHostExecutionContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "HostExecutionContextManager", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "errorCode", "typeName": "uint" }, - { "name": "numBytes", "typeName": "uint" }, - { - "name": "pOVERLAP", - "typeName": "System.Threading.NativeOverlapped*" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "errorCode", "typeName": "uint" }, - { "name": "numBytes", "typeName": "uint" }, - { - "name": "pOVERLAP", - "typeName": "System.Threading.NativeOverlapped*" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "IOCompletionCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "location1", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "location1", "typeName": "long" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "location1", "typeName": "double" }, - { "name": "value", "typeName": "double" }, - { "name": "comparand", "typeName": "double" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "location1", "typeName": "int" }, - { "name": "value", "typeName": "int" }, - { "name": "comparand", "typeName": "int" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "location1", "typeName": "long" }, - { "name": "value", "typeName": "long" }, - { "name": "comparand", "typeName": "long" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "location1", "typeName": "System.IntPtr" }, - { "name": "value", "typeName": "System.IntPtr" }, - { "name": "comparand", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "location1", "typeName": "object" }, - { "name": "value", "typeName": "object" }, - { "name": "comparand", "typeName": "object" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "location1", "typeName": "float" }, - { "name": "value", "typeName": "float" }, - { "name": "comparand", "typeName": "float" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "location1", "typeName": "T" }, - { "name": "value", "typeName": "T" }, - { "name": "comparand", "typeName": "T" } - ], - "isStatic": true, - "name": "CompareExchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "location", "typeName": "int" }], - "isStatic": true, - "name": "Decrement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "location", "typeName": "long" }], - "isStatic": true, - "name": "Decrement", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "location1", "typeName": "double" }, - { "name": "value", "typeName": "double" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "location1", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "location1", "typeName": "long" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "location1", "typeName": "System.IntPtr" }, - { "name": "value", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "location1", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "location1", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "location1", "typeName": "T" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": true, - "name": "Exchange", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "location", "typeName": "int" }], - "isStatic": true, - "name": "Increment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "location", "typeName": "long" }], - "isStatic": true, - "name": "Increment", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "MemoryBarrier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "location", "typeName": "long" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Interlocked", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "T", - "params": [{ "name": "target", "typeName": "T" }], - "isStatic": true, - "name": "EnsureInitialized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "target", "typeName": "T" }, - { "name": "initialized", "typeName": "bool" }, - { "name": "syncLock", "typeName": "object" } - ], - "isStatic": true, - "name": "EnsureInitialized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "target", "typeName": "T" }, - { "name": "initialized", "typeName": "bool" }, - { "name": "syncLock", "typeName": "object" }, - { "name": "valueFactory", "typeName": "System.Func" } - ], - "isStatic": true, - "name": "EnsureInitialized", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "target", "typeName": "T" }, - { "name": "valueFactory", "typeName": "System.Func" } - ], - "isStatic": true, - "name": "EnsureInitialized", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LazyInitializer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.Threading.LockCookie" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Threading.LockCookie" }, - { "name": "b", "typeName": "System.Threading.LockCookie" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "System.Threading.LockCookie" }, - { "name": "b", "typeName": "System.Threading.LockCookie" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LockCookie", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.LazyThreadSafetyMode", - "name": "ExecutionAndPublication", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.LazyThreadSafetyMode", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.LazyThreadSafetyMode", - "name": "PublicationOnly", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.LazyThreadSafetyMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LazyThreadSafetyMode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Threading.EventWaitHandle", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "initialState", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ManualResetEvent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "LockRecursionException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsSet", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "SpinCount", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.WaitHandle", - "name": "WaitHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "initialState", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialState", "typeName": "bool" }, - { "name": "spinCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ManualResetEventSlim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "Enter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "lockTaken", "typeName": "bool" } - ], - "isStatic": true, - "name": "Enter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "Exit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "IsEntered", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "Pulse", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "PulseAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "lockTaken", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "lockTaken", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "lockTaken", "typeName": "bool" } - ], - "isStatic": true, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Monitor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Threading.WaitHandle", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "initiallyOwned", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initiallyOwned", "typeName": "bool" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initiallyOwned", "typeName": "bool" }, - { "name": "name", "typeName": "string" }, - { "name": "createdNew", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initiallyOwned", "typeName": "bool" }, - { "name": "name", "typeName": "string" }, - { "name": "createdNew", "typeName": "bool" }, - { - "name": "mutexSecurity", - "typeName": "System.Security.AccessControl.MutexSecurity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "MutexSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Mutex", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Mutex", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.MutexRights" - } - ], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseMutex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mutexSecurity", - "typeName": "System.Security.AccessControl.MutexSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.MutexRights" - }, - { "name": "result", "typeName": "System.Threading.Mutex" } - ], - "isStatic": true, - "name": "TryOpenExisting", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "result", "typeName": "System.Threading.Mutex" } - ], - "isStatic": true, - "name": "TryOpenExisting", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Mutex", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IntPtr", - "name": "EventHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "InternalHigh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "InternalLow", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OffsetHigh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OffsetLow", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "NativeOverlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParameterizedThreadStart", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsReaderLockHeld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsWriterLockHeld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "WriterSeqNum", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "AcquireReaderLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "AcquireReaderLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "AcquireWriterLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "AcquireWriterLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "seqNum", "typeName": "int" }], - "isStatic": false, - "name": "AnyWritersSince", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lockCookie", "typeName": "System.Threading.LockCookie" } - ], - "isStatic": false, - "name": "DowngradeFromWriterLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LockCookie", - "params": [], - "isStatic": false, - "name": "ReleaseLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseReaderLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseWriterLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lockCookie", "typeName": "System.Threading.LockCookie" } - ], - "isStatic": false, - "name": "RestoreLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LockCookie", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "UpgradeToWriterLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LockCookie", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "UpgradeToWriterLock", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ReaderWriterLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.IAsyncResult", - "name": "AsyncResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "EventHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "EventHandleIntPtr", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OffsetHigh", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "OffsetLow", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offsetLo", "typeName": "int" }, - { "name": "offsetHi", "typeName": "int" }, - { "name": "hEvent", "typeName": "int" }, - { "name": "ar", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "offsetLo", "typeName": "int" }, - { "name": "offsetHi", "typeName": "int" }, - { "name": "hEvent", "typeName": "System.IntPtr" }, - { "name": "ar", "typeName": "System.IAsyncResult" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "nativeOverlappedPtr", - "typeName": "System.Threading.NativeOverlapped*" - } - ], - "isStatic": true, - "name": "Free", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "iocb", - "typeName": "System.Threading.IOCompletionCallback" - } - ], - "isStatic": false, - "name": "Pack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "iocb", - "typeName": "System.Threading.IOCompletionCallback" - }, - { "name": "userData", "typeName": "object" } - ], - "isStatic": false, - "name": "Pack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Overlapped", - "params": [ - { - "name": "nativeOverlappedPtr", - "typeName": "System.Threading.NativeOverlapped*" - } - ], - "isStatic": true, - "name": "Unpack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "iocb", - "typeName": "System.Threading.IOCompletionCallback" - } - ], - "isStatic": false, - "name": "UnsafePack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "iocb", - "typeName": "System.Threading.IOCompletionCallback" - }, - { "name": "userData", "typeName": "object" } - ], - "isStatic": false, - "name": "UnsafePack", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Overlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Threading.IOCompletionCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "pinData", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "PreAllocatedOverlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" } - ], - "isStatic": false, - "name": "Unregister", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "RegisteredWaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SemaphoreFullException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Count", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "NextSpinWillYield", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SpinOnce", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "System.Func" }], - "isStatic": true, - "name": "SpinUntil", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "condition", "typeName": "System.Func" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "SpinUntil", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "condition", "typeName": "System.Func" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "SpinUntil", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SpinWait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Threading.WaitHandle", - "name": "AvailableWaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "CurrentCount", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "initialCount", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialCount", "typeName": "int" }, - { "name": "maxCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "releaseCount", "typeName": "int" }], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "WaitAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "WaitAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WaitAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WaitAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "WaitAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "WaitAsync", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SemaphoreSlim", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "state", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SendOrPostCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsHeld", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsHeldByCurrentThread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsThreadOwnerTrackingEnabled", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "enableThreadOwnerTracking", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lockTaken", "typeName": "bool" }], - "isStatic": false, - "name": "Enter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Exit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "useMemoryBarrier", "typeName": "bool" }], - "isStatic": false, - "name": "Exit", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lockTaken", "typeName": "bool" }], - "isStatic": false, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "lockTaken", "typeName": "bool" } - ], - "isStatic": false, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "lockTaken", "typeName": "bool" } - ], - "isStatic": false, - "name": "TryEnter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SpinLock", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.SynchronizationContext", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SynchronizationContext", - "params": [], - "isStatic": false, - "name": "CreateCopy", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsWaitNotificationRequired", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OperationCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OperationStarted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Post", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "syncContext", - "typeName": "System.Threading.SynchronizationContext" - } - ], - "isStatic": true, - "name": "SetSynchronizationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "waitHandles", "typeName": "System.IntPtr[]" }, - { "name": "waitAll", "typeName": "bool" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SynchronizationContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "SynchronizationLockException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadInterruptedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", - "attribute": "", - "interfaces": ["_Thread"], - "fields": [ - { - "typeName": "System.Threading.ApartmentState", - "name": "ApartmentState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Runtime.Remoting.Contexts.Context", - "name": "CurrentContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "CurrentCulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Security.Principal.IPrincipal", - "name": "CurrentPrincipal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Thread", - "name": "CurrentThread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Globalization.CultureInfo", - "name": "CurrentUICulture", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ExecutionContext", - "name": "ExecutionContext", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsAlive", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsBackground", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsThreadPoolThread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "ManagedThreadId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "string", - "name": "Name", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadPriority", - "name": "Priority", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "ThreadState", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "start", - "typeName": "System.Threading.ParameterizedThreadStart" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "start", - "typeName": "System.Threading.ParameterizedThreadStart" - }, - { "name": "maxStackSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "System.Threading.ThreadStart" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "System.Threading.ThreadStart" }, - { "name": "maxStackSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateInfo", "typeName": "object" }], - "isStatic": false, - "name": "Abort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalDataStoreSlot", - "params": [], - "isStatic": true, - "name": "AllocateDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalDataStoreSlot", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "AllocateNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "BeginCriticalRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "BeginThreadAffinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisableComObjectEagerCleanup", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndCriticalRegion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndThreadAffinity", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "FreeNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ApartmentState", - "params": [], - "isStatic": false, - "name": "GetApartmentState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "CompressedStack", - "params": [], - "isStatic": false, - "name": "GetCompressedStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "slot", "typeName": "System.LocalDataStoreSlot" } - ], - "isStatic": true, - "name": "GetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "AppDomain", - "params": [], - "isStatic": true, - "name": "GetDomain", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetDomainID", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "LocalDataStoreSlot", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetNamedDataSlot", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Interrupt", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Join", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "MemoryBarrier", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetAbort", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Resume", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "System.Threading.ApartmentState" } - ], - "isStatic": false, - "name": "SetApartmentState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stack", "typeName": "System.Threading.CompressedStack" } - ], - "isStatic": false, - "name": "SetCompressedStack", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "slot", "typeName": "System.LocalDataStoreSlot" }, - { "name": "data", "typeName": "object" } - ], - "isStatic": true, - "name": "SetData", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": true, - "name": "Sleep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": true, - "name": "Sleep", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "iterations", "typeName": "int" }], - "isStatic": true, - "name": "SpinWait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "parameter", "typeName": "object" }], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Suspend", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "state", "typeName": "System.Threading.ApartmentState" } - ], - "isStatic": false, - "name": "TrySetApartmentState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "address", "typeName": "byte" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "address", "typeName": "double" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "address", "typeName": "short" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "address", "typeName": "int" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "address", "typeName": "long" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "address", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "address", "typeName": "object" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "address", "typeName": "sbyte" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "address", "typeName": "float" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "address", "typeName": "ushort" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "address", "typeName": "uint" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "address", "typeName": "ulong" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [{ "name": "address", "typeName": "System.UIntPtr" }], - "isStatic": true, - "name": "VolatileRead", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "byte" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "double" }, - { "name": "value", "typeName": "double" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "short" }, - { "name": "value", "typeName": "short" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "long" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.IntPtr" }, - { "name": "value", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "object" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "sbyte" }, - { "name": "value", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "ushort" }, - { "name": "value", "typeName": "ushort" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "uint" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "ulong" }, - { "name": "value", "typeName": "ulong" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "address", "typeName": "System.UIntPtr" }, - { "name": "value", "typeName": "System.UIntPtr" } - ], - "isStatic": true, - "name": "VolatileWrite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Yield", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Thread", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsValueCreated", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "T", - "name": "Value", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Collections.Generic.IList", - "name": "Values", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "trackAllValues", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "valueFactory", "typeName": "System.Func" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "valueFactory", "typeName": "System.Func" }, - { "name": "trackAllValues", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadLocal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "object", - "name": "ExceptionState", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "ThreadAbortException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "osHandle", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "BindHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "osHandle", - "typeName": "System.Runtime.InteropServices.SafeHandle" - } - ], - "isStatic": true, - "name": "BindHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "workerThreads", "typeName": "int" }, - { "name": "completionPortThreads", "typeName": "int" } - ], - "isStatic": true, - "name": "GetAvailableThreads", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "workerThreads", "typeName": "int" }, - { "name": "completionPortThreads", "typeName": "int" } - ], - "isStatic": true, - "name": "GetMaxThreads", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "workerThreads", "typeName": "int" }, - { "name": "completionPortThreads", "typeName": "int" } - ], - "isStatic": true, - "name": "GetMinThreads", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "callBack", "typeName": "System.Threading.WaitCallback" } - ], - "isStatic": true, - "name": "QueueUserWorkItem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "callBack", "typeName": "System.Threading.WaitCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "QueueUserWorkItem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "millisecondsTimeOutInterval", "typeName": "int" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "RegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "millisecondsTimeOutInterval", "typeName": "long" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "RegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "RegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "millisecondsTimeOutInterval", "typeName": "uint" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "RegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "workerThreads", "typeName": "int" }, - { "name": "completionPortThreads", "typeName": "int" } - ], - "isStatic": true, - "name": "SetMaxThreads", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "workerThreads", "typeName": "int" }, - { "name": "completionPortThreads", "typeName": "int" } - ], - "isStatic": true, - "name": "SetMinThreads", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "overlapped", - "typeName": "System.Threading.NativeOverlapped*" - } - ], - "isStatic": true, - "name": "UnsafeQueueNativeOverlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "callBack", "typeName": "System.Threading.WaitCallback" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": true, - "name": "UnsafeQueueUserWorkItem", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "millisecondsTimeOutInterval", "typeName": "int" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "UnsafeRegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "millisecondsTimeOutInterval", "typeName": "long" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "UnsafeRegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "UnsafeRegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "RegisteredWaitHandle", - "params": [ - { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, - { - "name": "callBack", - "typeName": "System.Threading.WaitOrTimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "millisecondsTimeOutInterval", "typeName": "uint" }, - { "name": "executeOnlyOnce", "typeName": "bool" } - ], - "isStatic": true, - "name": "UnsafeRegisterWaitForSingleObject", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadPool", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [], - "name": "ThreadStartException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Runtime.InteropServices.SafeHandle", - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [ - { - "name": "callback", - "typeName": "System.Threading.IOCompletionCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "pinData", "typeName": "object" } - ], - "isStatic": false, - "name": "AllocateNativeOverlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "preAllocated", - "typeName": "System.Threading.PreAllocatedOverlapped" - } - ], - "isStatic": false, - "name": "AllocateNativeOverlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ThreadPoolBoundHandle", - "params": [ - { - "name": "handle", - "typeName": "System.Runtime.InteropServices.SafeHandle" - } - ], - "isStatic": true, - "name": "BindHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "overlapped", - "typeName": "System.Threading.NativeOverlapped*" - } - ], - "isStatic": false, - "name": "FreeNativeOverlapped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { - "name": "overlapped", - "typeName": "System.Threading.NativeOverlapped*" - } - ], - "isStatic": true, - "name": "GetNativeOverlappedState", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadPoolBoundHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.ThreadState", - "name": "Aborted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "AbortRequested", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "Background", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "Running", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "Stopped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "StopRequested", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "Suspended", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "SuspendRequested", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "Unstarted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadState", - "name": "WaitSleepJoin", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.ThreadState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.ThreadPriority", - "name": "AboveNormal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadPriority", - "name": "BelowNormal", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadPriority", - "name": "Highest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadPriority", - "name": "Lowest", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.ThreadPriority", - "name": "Normal", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.ThreadPriority", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadPriority", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadStateException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ThreadStart", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Infinite", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "InfiniteTimeSpan", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [], - "name": "Timeout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "location", "typeName": "bool" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Byte", - "params": [{ "name": "location", "typeName": "byte" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "location", "typeName": "double" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "location", "typeName": "short" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "location", "typeName": "int" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "location", "typeName": "long" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "location", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "SByte", - "params": [{ "name": "location", "typeName": "sbyte" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "location", "typeName": "float" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "location", "typeName": "ushort" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "location", "typeName": "uint" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UInt64", - "params": [{ "name": "location", "typeName": "ulong" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "UIntPtr", - "params": [{ "name": "location", "typeName": "System.UIntPtr" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "location", "typeName": "T" }], - "isStatic": true, - "name": "Read", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "bool" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "byte" }, - { "name": "value", "typeName": "byte" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "double" }, - { "name": "value", "typeName": "double" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "short" }, - { "name": "value", "typeName": "short" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "long" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "System.IntPtr" }, - { "name": "value", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "sbyte" }, - { "name": "value", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "ushort" }, - { "name": "value", "typeName": "ushort" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "uint" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "ulong" }, - { "name": "value", "typeName": "ulong" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "System.UIntPtr" }, - { "name": "value", "typeName": "System.UIntPtr" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "location", "typeName": "T" }, - { "name": "value", "typeName": "T" } - ], - "isStatic": true, - "name": "Write", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Volatile", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.Threading.TimerCallback" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Threading.TimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "dueTime", "typeName": "int" }, - { "name": "period", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Threading.TimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "dueTime", "typeName": "long" }, - { "name": "period", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Threading.TimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "dueTime", "typeName": "System.TimeSpan" }, - { "name": "period", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Threading.TimerCallback" - }, - { "name": "state", "typeName": "object" }, - { "name": "dueTime", "typeName": "uint" }, - { "name": "period", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dueTime", "typeName": "int" }, - { "name": "period", "typeName": "int" } - ], - "isStatic": false, - "name": "Change", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dueTime", "typeName": "long" }, - { "name": "period", "typeName": "long" } - ], - "isStatic": false, - "name": "Change", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dueTime", "typeName": "System.TimeSpan" }, - { "name": "period", "typeName": "System.TimeSpan" } - ], - "isStatic": false, - "name": "Change", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "dueTime", "typeName": "uint" }, - { "name": "period", "typeName": "uint" } - ], - "isStatic": false, - "name": "Change", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "notifyObject", - "typeName": "System.Threading.WaitHandle" - } - ], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Timer", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "state", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WaitCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "object" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "state", "typeName": "object" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TimerCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MarshalByRefObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "WaitTimeout", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.IntPtr", - "name": "Handle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "Microsoft.Win32.SafeHandles.SafeWaitHandle", - "name": "SafeWaitHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Close", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "toSignal", "typeName": "System.Threading.WaitHandle" }, - { "name": "toWaitOn", "typeName": "System.Threading.WaitHandle" } - ], - "isStatic": true, - "name": "SignalAndWait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "toSignal", "typeName": "System.Threading.WaitHandle" }, - { "name": "toWaitOn", "typeName": "System.Threading.WaitHandle" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "SignalAndWait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "toSignal", "typeName": "System.Threading.WaitHandle" }, - { "name": "toWaitOn", "typeName": "System.Threading.WaitHandle" }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "SignalAndWait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "waitHandles", - "typeName": "System.Threading.WaitHandle[]" - }, - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "WaitOne", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "WaitOne", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": false, - "name": "WaitOne", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "WaitOne", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { "name": "exitContext", "typeName": "bool" } - ], - "isStatic": false, - "name": "WaitOne", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.ApplicationException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WaitHandleCannotBeOpenedException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "SafeWaitHandle", - "params": [], - "isStatic": false, - "name": "GetSafeWaitHandle", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "Microsoft.Win32.SafeHandles.SafeWaitHandle" - } - ], - "isStatic": false, - "name": "SetSafeWaitHandle", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WaitHandleExtensions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "object" }, - { "name": "timedOut", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "state", "typeName": "object" }, - { "name": "timedOut", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "WaitOrTimerCallback", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "BarrierPostPhaseException", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Threading.WaitHandle", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "initialCount", "typeName": "int" }, - { "name": "maximumCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialCount", "typeName": "int" }, - { "name": "maximumCount", "typeName": "int" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialCount", "typeName": "int" }, - { "name": "maximumCount", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "createdNew", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "initialCount", "typeName": "int" }, - { "name": "maximumCount", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "createdNew", "typeName": "bool" }, - { - "name": "semaphoreSecurity", - "typeName": "System.Security.AccessControl.SemaphoreSecurity" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "SemaphoreSecurity", - "params": [], - "isStatic": false, - "name": "GetAccessControl", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Semaphore", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Semaphore", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.SemaphoreRights" - } - ], - "isStatic": true, - "name": "OpenExisting", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "releaseCount", "typeName": "int" }], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "semaphoreSecurity", - "typeName": "System.Security.AccessControl.SemaphoreSecurity" - } - ], - "isStatic": false, - "name": "SetAccessControl", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "rights", - "typeName": "System.Security.AccessControl.SemaphoreRights" - }, - { "name": "result", "typeName": "System.Threading.Semaphore" } - ], - "isStatic": true, - "name": "TryOpenExisting", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "result", "typeName": "System.Threading.Semaphore" } - ], - "isStatic": true, - "name": "TryOpenExisting", - "comment": "", - "location": "System.dll" - } - ], - "name": "Semaphore", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Exception", - "name": "Exception", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "System.Exception" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - } - ], - "name": "ThreadExceptionEventArgs", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Threading.ThreadExceptionEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "sender", "typeName": "object" }, - { - "name": "e", - "typeName": "System.Threading.ThreadExceptionEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "System.dll" - } - ], - "name": "ThreadExceptionEventHandler", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.Tasks.Task", - "name": "Completion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "ConcurrentScheduler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "ExclusiveScheduler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "taskScheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "taskScheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - }, - { "name": "maxConcurrencyLevel", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "taskScheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - }, - { "name": "maxConcurrencyLevel", "typeName": "int" }, - { "name": "maxItemsPerTask", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Complete", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ConcurrentExclusiveSchedulerPair", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.OrderablePartitioner" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.OrderablePartitioner" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.Partitioner" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.Partitioner" - }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.Partitioner" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.Partitioner" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { - "name": "body", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "body", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.OrderablePartitioner" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.OrderablePartitioner" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.Partitioner" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Concurrent.Partitioner" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { - "name": "source", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "ForEach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "int" }, - { "name": "toExclusive", "typeName": "int" }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ParallelLoopResult", - "params": [ - { "name": "fromInclusive", "typeName": "long" }, - { "name": "toExclusive", "typeName": "long" }, - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "localInit", "typeName": "System.Func" }, - { - "name": "body", - "typeName": "System.Func" - }, - { "name": "localFinally", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "For", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "actions", "typeName": "System.Action[]" }], - "isStatic": true, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "parallelOptions", - "typeName": "System.Threading.Tasks.ParallelOptions" - }, - { "name": "actions", "typeName": "System.Action[]" } - ], - "isStatic": true, - "name": "Invoke", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Parallel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long?", - "name": "LowestBreakIteration", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParallelLoopResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsExceptional", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsStopped", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "long?", - "name": "LowestBreakIteration", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "ShouldExitCurrentIteration", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Break", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParallelLoopState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.CancellationToken", - "name": "CancellationToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaxDegreeOfParallelism", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "TaskScheduler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "ParallelOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": ["IAsyncResult", "IDisposable"], - "fields": [ - { - "typeName": "object", - "name": "AsyncState", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.Task", - "name": "CompletedTask", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "CreationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int?", - "name": "CurrentId", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.AggregateException", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskFactory", - "name": "Factory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsCompleted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "IsFaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "Status", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "action", "typeName": "System.Action" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConfiguredTaskAwaitable", - "params": [ - { "name": "continueOnCapturedContext", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConfigureAwait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "millisecondsDelay", "typeName": "int" }], - "isStatic": true, - "name": "Delay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "millisecondsDelay", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "Delay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "delay", "typeName": "System.TimeSpan" }], - "isStatic": true, - "name": "Delay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "delay", "typeName": "System.TimeSpan" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "Delay", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "FromCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "FromCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": true, - "name": "FromException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": true, - "name": "FromException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "result", "typeName": "TResult" }], - "isStatic": true, - "name": "FromResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TaskAwaiter", - "params": [], - "isStatic": false, - "name": "GetAwaiter", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "action", "typeName": "System.Action" }], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "function", - "typeName": "System.Func" - } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "function", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RunSynchronously", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "RunSynchronously", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "function", - "typeName": "System.Func>" - } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "function", - "typeName": "System.Func>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "Run", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "Wait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "WaitAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { "name": "millisecondsTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { "name": "timeout", "typeName": "System.TimeSpan" } - ], - "isStatic": true, - "name": "WaitAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "WhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } - ], - "isStatic": true, - "name": "WhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Collections.Generic.IEnumerable>" - } - ], - "isStatic": true, - "name": "WhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - } - ], - "isStatic": true, - "name": "WhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": true, - "name": "WhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } - ], - "isStatic": true, - "name": "WhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Collections.Generic.IEnumerable>" - } - ], - "isStatic": true, - "name": "WhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - } - ], - "isStatic": true, - "name": "WhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "YieldAwaitable", - "params": [], - "isStatic": true, - "name": "Yield", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.Threading.Tasks.Task", - "attribute": "", - "interfaces": ["IAsyncResult", "IDisposable"], - "fields": [ - { - "typeName": "System.Threading.Tasks.TaskFactory", - "name": "Factory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "TResult", - "name": "Result", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "ConfiguredTaskAwaitable", - "params": [ - { "name": "continueOnCapturedContext", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConfigureAwait", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action, object>" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action, object>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action, object>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action, object>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action, object>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, object, TNewResult>" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, object, TNewResult>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, object, TNewResult>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, object, TNewResult>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, object, TNewResult>" - }, - { "name": "state", "typeName": "object" }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, TNewResult>" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, TNewResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, TNewResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, TNewResult>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "continuationFunction", - "typeName": "System.Func, TNewResult>" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWith", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TaskAwaiter", - "params": [], - "isStatic": false, - "name": "GetAwaiter", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.OperationCanceledException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "System.Threading.Tasks.Task", - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "task", "typeName": "System.Threading.Tasks.Task" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskCanceledException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.Tasks.Task", - "name": "Task", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "object" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "exceptions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "SetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "TResult" }], - "isStatic": false, - "name": "SetResult", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "TrySetCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "TrySetCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "exceptions", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "TrySetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "TrySetException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "TResult" }], - "isStatic": false, - "name": "TrySetResult", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskCompletionSource", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "AttachedToParent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "DenyChildAttach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "ExecuteSynchronously", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "HideScheduler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "LazyCancellation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "LongRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "NotOnCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "NotOnFaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "NotOnRanToCompletion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "OnlyOnCanceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "OnlyOnFaulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "OnlyOnRanToCompletion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "PreferFairness", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "RunContinuationsAsynchronously", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.Tasks.TaskContinuationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskContinuationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.CancellationToken", - "name": "CancellationToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "ContinuationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "CreationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "Scheduler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action[]>" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action[]>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action[]>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action[]>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationAction", - "typeName": "System.Action" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationAction", - "typeName": "System.Action>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "arg3", "typeName": "TArg3" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Action" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "arg3", "typeName": "TArg3" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "arg3", "typeName": "TArg3" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "arg3", "typeName": "TArg3" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [{ "name": "action", "typeName": "System.Action" }], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "action", "typeName": "System.Action" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "AttachedToParent", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "DenyChildAttach", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "HideScheduler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "LongRunning", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "None", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "PreferFairness", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "RunContinuationsAsynchronously", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.Tasks.TaskCreationOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskCreationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.CancellationToken", - "name": "CancellationToken", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskContinuationOptions", - "name": "ContinuationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskCreationOptions", - "name": "CreationOptions", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "Scheduler", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func[], TResult>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAll", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, - { - "name": "continuationFunction", - "typeName": "System.Func" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "tasks", - "typeName": "System.Threading.Tasks.Task[]" - }, - { - "name": "continuationFunction", - "typeName": "System.Func, TResult>" - }, - { - "name": "continuationOptions", - "typeName": "System.Threading.Tasks.TaskContinuationOptions" - } - ], - "isStatic": false, - "name": "ContinueWhenAny", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Func" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "asyncResult", "typeName": "System.IAsyncResult" }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "arg3", "typeName": "TArg3" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { - "name": "beginMethod", - "typeName": "System.Func" - }, - { - "name": "endMethod", - "typeName": "System.Func" - }, - { "name": "arg1", "typeName": "TArg1" }, - { "name": "arg2", "typeName": "TArg2" }, - { "name": "arg3", "typeName": "TArg3" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "FromAsync", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { "name": "state", "typeName": "object" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - }, - { - "name": "scheduler", - "typeName": "System.Threading.Tasks.TaskScheduler" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Task", - "params": [ - { "name": "function", "typeName": "System.Func" }, - { - "name": "creationOptions", - "typeName": "System.Threading.Tasks.TaskCreationOptions" - } - ], - "isStatic": false, - "name": "StartNew", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskFactory", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "Current", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskScheduler", - "name": "Default", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "Id", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "int", - "name": "MaximumConcurrencyLevel", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.EventHandler", - "name": "UnobservedTaskException", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "add_UnobservedTaskException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.EventHandler" - } - ], - "isStatic": true, - "name": "remove_UnobservedTaskException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "TaskScheduler", - "params": [], - "isStatic": true, - "name": "FromCurrentSynchronizationContext", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskScheduler", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskSchedulerException", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "Canceled", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "Created", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "Faulted", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "RanToCompletion", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "Running", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "WaitingForActivation", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "WaitingForChildrenToComplete", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "System.Threading.Tasks.TaskStatus", - "name": "WaitingToRun", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.Tasks.TaskStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "TaskStatus", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "System.EventArgs", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.AggregateException", - "name": "Exception", - "comment": "", - "location": "mscorlib.dll" - }, - { - "typeName": "bool", - "name": "Observed", - "comment": "", - "location": "mscorlib.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "exception", "typeName": "System.AggregateException" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "mscorlib.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetObserved", - "comment": "", - "location": "mscorlib.dll" - } - ], - "name": "UnobservedTaskExceptionEventArgs", - "comment": "", - "location": "mscorlib.dll" - }, - { - "namespace": "System.Threading.Tasks", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "Unwrap", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Task", - "params": [], - "isStatic": false, - "name": "Unwrap", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "TaskExtensions", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "System.Threading.LockRecursionPolicy", - "name": "NoRecursion", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Threading.LockRecursionPolicy", - "name": "SupportsRecursion", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "System.Threading.LockRecursionPolicy", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "LockRecursionPolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "CurrentReadCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsReadLockHeld", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsUpgradeableReadLockHeld", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "bool", - "name": "IsWriteLockHeld", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "System.Threading.LockRecursionPolicy", - "name": "RecursionPolicy", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "RecursiveReadCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "RecursiveUpgradeCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "RecursiveWriteCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "WaitingReadCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "WaitingUpgradeCount", - "comment": "", - "location": "System.Core.dll" - }, - { - "typeName": "int", - "name": "WaitingWriteCount", - "comment": "", - "location": "System.Core.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "recursionPolicy", - "typeName": "System.Threading.LockRecursionPolicy" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnterReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnterUpgradeableReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnterWriteLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ExitReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ExitUpgradeableReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ExitWriteLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "TryEnterReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "TryEnterReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "TryEnterUpgradeableReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "TryEnterUpgradeableReadLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "TryEnterWriteLock", - "comment": "", - "location": "System.Core.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "TryEnterWriteLock", - "comment": "", - "location": "System.Core.dll" - } - ], - "name": "ReaderWriterLockSlim", - "comment": "", - "location": "System.Core.dll" - }, - { - "namespace": "System.Threading", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "long", - "name": "CurrentPhaseNumber", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ParticipantCount", - "comment": "", - "location": "System.dll" - }, - { - "typeName": "int", - "name": "ParticipantsRemaining", - "comment": "", - "location": "System.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "participantCount", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "participantCount", "typeName": "int" }, - { - "name": "postPhaseAction", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": false, - "name": "AddParticipant", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "participantCount", "typeName": "int" }], - "isStatic": false, - "name": "AddParticipants", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveParticipant", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "participantCount", "typeName": "int" }], - "isStatic": false, - "name": "RemoveParticipants", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SignalAndWait", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], - "isStatic": false, - "name": "SignalAndWait", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "millisecondsTimeout", "typeName": "int" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SignalAndWait", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SignalAndWait", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], - "isStatic": false, - "name": "SignalAndWait", - "comment": "", - "location": "System.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "timeout", "typeName": "System.TimeSpan" }, - { - "name": "cancellationToken", - "typeName": "System.Threading.CancellationToken" - } - ], - "isStatic": false, - "name": "SignalAndWait", - "comment": "", - "location": "System.dll" - } - ], - "name": "Barrier", - "comment": "", - "location": "System.dll" - }, - { - "namespace": "UnityEngine.Build.Pipeline", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": false, - "name": "SetResults", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllAssetBundles", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllAssetBundlesWithVariant", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetAssetBundleHash", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetAssetBundleCrc", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetDirectDependencies", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetAllDependencies", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnBeforeSerialize", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnAfterDeserialize", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - } - ], - "name": "CompatibilityAssetBundleManifest", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "namespace": "UnityEngine.Build.Pipeline", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "FileName", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "typeName": "uint", - "name": "Crc", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "typeName": "UnityEngine.Hash128", - "name": "Hash", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "typeName": "string[]", - "name": "Dependencies", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.Build.Pipeline.BundleDetails" - }, - { - "name": "b", - "typeName": "UnityEngine.Build.Pipeline.BundleDetails" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.Build.Pipeline.BundleDetails" - }, - { - "name": "b", - "typeName": "UnityEngine.Build.Pipeline.BundleDetails" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Build.Pipeline.BundleDetails" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - } - ], - "name": "BundleDetails", - "comment": "", - "location": "Unity.ScriptableBuildPipeline.dll" - }, - { - "namespace": "UnityEngine.Accessibility", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "palette", "typeName": "UnityEngine.Color[]" }, - { "name": "minimumLuminance", "typeName": "float" }, - { "name": "maximumLuminance", "typeName": "float" } - ], - "isStatic": true, - "name": "GetColorBlindSafePalette", - "comment": "The number of unambiguous colors in the palette.\n\n```plaintext\nParams: palette - An array of colors to populate with a palette.\n minimumLuminance - Minimum allowable perceived luminance from 0 to 1. A value of 0.2 or greater is recommended for dark backgrounds.\n maximumLuminance - Maximum allowable perceived luminance from 0 to 1. A value of 0.8 or less is recommended for light backgrounds.\n \n```\n\n", - "location": "UnityEngine.AccessibilityModule.dll" - } - ], - "name": "VisionUtility", - "comment": "A class containing methods to assist with accessibility for users with different vision capabilities.\n\n", - "location": "UnityEngine.AccessibilityModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidJavaRunnable", - "comment": "AndroidJavaRunnable is the Unity representation of a java.lang.Runnable object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "StackTrace", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "AndroidJavaException", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AndroidJavaClass", - "name": "javaInterface", - "comment": "Java interface implemented by the proxy.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "javaInterface", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "```plaintext\nParams: javaInterface - Java interface to be implemented by the proxy.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "javaInterface", - "typeName": "UnityEngine.AndroidJavaClass" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "```plaintext\nParams: javaInterface - Java interface to be implemented by the proxy.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "AndroidJavaObject", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "Called by the java vm whenever a method is invoked on the java proxy interface. You can override this to run special code on method invokation, or you can leave the implementation as is, and leave the default behavior which is to look for c# methods matching the signature of the java method.\n\n```plaintext\nParams: methodName - Name of the invoked java method.\n args - Arguments passed from the java vm - converted into AndroidJavaObject, AndroidJavaClass or a primitive.\n javaArgs - Arguments passed from the java vm - all objects are represented by AndroidJavaObject, int for instance is represented by a java.lang.Integer object.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "AndroidJavaObject", - "params": [ - { "name": "methodName", "typeName": "string" }, - { - "name": "javaArgs", - "typeName": "UnityEngine.AndroidJavaObject[]" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "Called by the java vm whenever a method is invoked on the java proxy interface. You can override this to run special code on method invokation, or you can leave the implementation as is, and leave the default behavior which is to look for c# methods matching the signature of the java method.\n\n```plaintext\nParams: methodName - Name of the invoked java method.\n args - Arguments passed from the java vm - converted into AndroidJavaObject, AndroidJavaClass or a primitive.\n javaArgs - Arguments passed from the java vm - all objects are represented by AndroidJavaObject, int for instance is represented by a java.lang.Integer object.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "UnityEngine.AndroidJavaObject" } - ], - "isStatic": false, - "name": "equals", - "comment": "Returns true when the objects are equal and false if otherwise.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "hashCode", - "comment": "Returns the hash code of the java proxy object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "toString", - "comment": "Returns C# class name + \" \".\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidJavaProxy", - "comment": "This class can be used to implement any java interface. Any java vm method invocation matching the interface on the proxy object will automatically be passed to the c# implementation.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "args", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "args", "typeName": "UnityEngine.AndroidJavaObject[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "args", "typeName": "UnityEngine.AndroidJavaClass[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "args", "typeName": "UnityEngine.AndroidJavaProxy[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "args", "typeName": "UnityEngine.AndroidJavaRunnable[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Construct an AndroidJavaObject based on the name of the class.\n\n```plaintext\nParams: className - Specifies the Java class name (e.g. \"java.lang.String\" or \"javalangString\").\n args - An array of parameters passed to the constructor.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "IDisposable callback.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "T[]" } - ], - "isStatic": false, - "name": "Call", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Call", - "comment": "Call a Java method on an object.\n\n```plaintext\nParams: methodName - Specifies which method to call.\n args - An array of parameters passed to the method.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "T[]" } - ], - "isStatic": false, - "name": "CallStatic", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CallStatic", - "comment": "Call a static Java method on a class.\n\n```plaintext\nParams: methodName - Specifies which method to call.\n args - An array of parameters passed to the method.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "FieldType", - "params": [{ "name": "fieldName", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "val", "typeName": "FieldType" } - ], - "isStatic": false, - "name": "Set", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "FieldType", - "params": [{ "name": "fieldName", "typeName": "string" }], - "isStatic": false, - "name": "GetStatic", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "val", "typeName": "FieldType" } - ], - "isStatic": false, - "name": "SetStatic", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetRawObject", - "comment": "Retrieves the raw jobject pointer to the Java object.\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetRawClass", - "comment": "Retrieves the raw jclass pointer to the Java class.\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "ReturnType", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "T[]" } - ], - "isStatic": false, - "name": "Call", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "ReturnType", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "Call", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "ReturnType", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "T[]" } - ], - "isStatic": false, - "name": "CallStatic", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "ReturnType", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "CallStatic", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidJavaObject", - "comment": "AndroidJavaObject is the Unity representation of a generic instance of java.lang.Object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AndroidJavaObject", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Construct an AndroidJavaClass from the class name.\n\n```plaintext\nParams: className - Specifies the Java class name (e.g. java.lang.String).\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidJavaClass", - "comment": "AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "z", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "sbyte", - "name": "b", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "char", - "name": "c", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "short", - "name": "s", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "int", - "name": "i", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "long", - "name": "j", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "float", - "name": "f", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "double", - "name": "d", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "System.IntPtr", - "name": "l", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "jvalue", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "debug", - "comment": "Set debug to true to log calls through the AndroidJNIHelper.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "IntPtr", - "params": [{ "name": "javaClass", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetConstructorID", - "comment": "Scans a particular Java class for a constructor method matching a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n signature - Constructor method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "signature", "typeName": "string" } - ], - "isStatic": true, - "name": "GetConstructorID", - "comment": "Scans a particular Java class for a constructor method matching a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n signature - Constructor method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "methodName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetMethodID", - "comment": "Scans a particular Java class for a method matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n signature - Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "methodName", "typeName": "string" }, - { "name": "signature", "typeName": "string" } - ], - "isStatic": true, - "name": "GetMethodID", - "comment": "Scans a particular Java class for a method matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n signature - Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "methodName", "typeName": "string" }, - { "name": "signature", "typeName": "string" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetMethodID", - "comment": "Scans a particular Java class for a method matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n signature - Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "fieldName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetFieldID", - "comment": "Scans a particular Java class for a field matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n fieldName - Name of the field as declared in Java.\n signature - Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static fields; false for instance (nonstatic) fields.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "fieldName", "typeName": "string" }, - { "name": "signature", "typeName": "string" } - ], - "isStatic": true, - "name": "GetFieldID", - "comment": "Scans a particular Java class for a field matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n fieldName - Name of the field as declared in Java.\n signature - Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static fields; false for instance (nonstatic) fields.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "javaClass", "typeName": "System.IntPtr" }, - { "name": "fieldName", "typeName": "string" }, - { "name": "signature", "typeName": "string" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetFieldID", - "comment": "Scans a particular Java class for a field matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n fieldName - Name of the field as declared in Java.\n signature - Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static fields; false for instance (nonstatic) fields.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { - "name": "jrunnable", - "typeName": "UnityEngine.AndroidJavaRunnable" - } - ], - "isStatic": true, - "name": "CreateJavaRunnable", - "comment": "Creates a UnityJavaRunnable object (implements java.lang.Runnable).\n\n```plaintext\nParams: runnable - A delegate representing the java.lang.Runnable.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "proxy", "typeName": "UnityEngine.AndroidJavaProxy" } - ], - "isStatic": true, - "name": "CreateJavaProxy", - "comment": "Creates a java proxy object which connects to the supplied proxy implementation.\n\n```plaintext\nParams: proxy - An implementatinon of a java interface in c#.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "System.Array" }], - "isStatic": true, - "name": "ConvertToJNIArray", - "comment": "Creates a Java array from a managed array.\n\n```plaintext\nParams: array - Managed array to be converted into a Java array object.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "args", "typeName": "object[]" }], - "isStatic": true, - "name": "CreateJNIArgArray", - "comment": "Creates the parameter array to be used as argument list when invoking Java code through CallMethod() in AndroidJNI.\n\n```plaintext\nParams: args - An array of objects that should be converted to Call parameters.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "args", "typeName": "object[]" }, - { "name": "jniArgs", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "DeleteJNIArgArray", - "comment": "Deletes any local jni references previously allocated by CreateJNIArgArray().\n\n```plaintext\nParams: args - The array of arguments used as a parameter to CreateJNIArgArray().\n jniArgs - The array returned by CreateJNIArgArray().\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "jclass", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "GetConstructorID", - "comment": "Get a JNI method ID for a constructor based on calling arguments.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n args - Array with parameters to be passed to the constructor when invoked.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "jclass", "typeName": "System.IntPtr" }, - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetMethodID", - "comment": "Get a JNI method ID based on calling arguments.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n args - Array with parameters to be passed to the method when invoked.\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "GetSignature", - "comment": "Creates the JNI signature string for particular object type.\n\n```plaintext\nParams: obj - Object for which a signature is to be produced.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "args", "typeName": "object[]" }], - "isStatic": true, - "name": "GetSignature", - "comment": "Creates the JNI signature string for an object parameter list.\n\n```plaintext\nParams: args - Array of object for which a signature is to be produced.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "ArrayType", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "ConvertFromJNIArray", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "jclass", "typeName": "System.IntPtr" }, - { "name": "methodName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetMethodID", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "jclass", "typeName": "System.IntPtr" }, - { "name": "fieldName", "typeName": "string" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetFieldID", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "args", "typeName": "object[]" }], - "isStatic": true, - "name": "GetSignature", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidJNIHelper", - "comment": "Helper interface for JNI interaction; signature creation and method lookups.\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "AttachCurrentThread", - "comment": "Attaches the current thread to a Java (Dalvik) VM.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "DetachCurrentThread", - "comment": "Detaches the current thread from a Java (Dalvik) VM.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetVersion", - "comment": "Returns the version of the native method interface.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "FindClass", - "comment": "This function loads a locally-defined class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "refMethod", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromReflectedMethod", - "comment": "Converts a java.lang.reflect.Method or java.lang.reflect.Constructor object to a method ID.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "refField", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromReflectedField", - "comment": "Converts a java.lang.reflect.Field to a field ID.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "ToReflectedMethod", - "comment": "Converts a method ID derived from clazz to a java.lang.reflect.Method or java.lang.reflect.Constructor object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "isStatic", "typeName": "bool" } - ], - "isStatic": true, - "name": "ToReflectedField", - "comment": "Converts a field ID derived from cls to a java.lang.reflect.Field object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "clazz", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetSuperclass", - "comment": "If clazz represents any class other than the class Object, then this function returns the object that represents the superclass of the class specified by clazz.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "clazz1", "typeName": "System.IntPtr" }, - { "name": "clazz2", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "IsAssignableFrom", - "comment": "Determines whether an object of clazz1 can be safely cast to clazz2.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "Throw", - "comment": "Causes a java.lang.Throwable object to be thrown.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "ThrowNew", - "comment": "Constructs an exception object from the specified class with the message specified by message and causes that exception to be thrown.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": true, - "name": "ExceptionOccurred", - "comment": "Determines if an exception is being thrown.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ExceptionDescribe", - "comment": "Prints an exception and a backtrace of the stack to the logcat\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ExceptionClear", - "comment": "Clears any exception that is currently being thrown.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "FatalError", - "comment": "Raises a fatal error and does not expect the VM to recover. This function does not return.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": true, - "name": "PushLocalFrame", - "comment": "Creates a new local reference frame, in which at least a given number of local references can be created.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "PopLocalFrame", - "comment": "Pops off the current local reference frame, frees all the local references, and returns a local reference in the previous local reference frame for the given result object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "NewGlobalRef", - "comment": "Creates a new global reference to the object referred to by the obj argument.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "DeleteGlobalRef", - "comment": "Deletes the global reference pointed to by obj.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "NewWeakGlobalRef", - "comment": "Creates a new global weak reference to the object referred to by the obj argument.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "DeleteWeakGlobalRef", - "comment": "Deletes the global weak reference pointed to by obj.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "NewLocalRef", - "comment": "Creates a new local reference that refers to the same object as obj.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "DeleteLocalRef", - "comment": "Deletes the local reference pointed to by obj.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj1", "typeName": "System.IntPtr" }, - { "name": "obj2", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "IsSameObject", - "comment": "Tests whether two references refer to the same Java object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "capacity", "typeName": "int" }], - "isStatic": true, - "name": "EnsureLocalCapacity", - "comment": "Ensures that at least a given number of local references can be created in the current thread.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "clazz", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "AllocObject", - "comment": "Allocates a new Java object without invoking any of the constructors for the object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "NewObject", - "comment": "Constructs a new Java object. The method ID indicates which constructor method to invoke. This ID must be obtained by calling GetMethodID() with as the method name and void (V) as the return type.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "obj", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetObjectClass", - "comment": "Returns the class of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "clazz", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "IsInstanceOf", - "comment": "Tests whether an object is an instance of a class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "name", "typeName": "string" }, - { "name": "sig", "typeName": "string" } - ], - "isStatic": true, - "name": "GetMethodID", - "comment": "Returns the method ID for an instance (nonstatic) method of a class or interface.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "name", "typeName": "string" }, - { "name": "sig", "typeName": "string" } - ], - "isStatic": true, - "name": "GetFieldID", - "comment": "Returns the field ID for an instance (nonstatic) field of a class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "name", "typeName": "string" }, - { "name": "sig", "typeName": "string" } - ], - "isStatic": true, - "name": "GetStaticMethodID", - "comment": "Returns the method ID for a static method of a class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "name", "typeName": "string" }, - { "name": "sig", "typeName": "string" } - ], - "isStatic": true, - "name": "GetStaticFieldID", - "comment": "Returns the field ID for a static field of a class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "chars", "typeName": "string" }], - "isStatic": true, - "name": "NewString", - "comment": "Constructs a new java.lang.String object from an array of Unicode characters.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "chars", "typeName": "char[]" }], - "isStatic": true, - "name": "NewString", - "comment": "Constructs a new java.lang.String object from an array of Unicode characters.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "bytes", "typeName": "string" }], - "isStatic": true, - "name": "NewStringUTF", - "comment": "Constructs a new java.lang.String object from an array of characters in modified UTF-8 encoding.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetStringChars", - "comment": "Returns a pointer to the array of Unicode characters of the string. This pointer is valid until ReleaseStringchars() is called.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "str", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetStringLength", - "comment": "Returns the length (the count of Unicode characters) of a Java string.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "str", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetStringUTFLength", - "comment": "Returns the length in bytes of the modified UTF-8 representation of a string.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "str", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetStringUTFChars", - "comment": "Returns a managed string object representing the string in modified UTF-8 encoding.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStringMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallObjectMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallIntMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallBooleanMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallShortMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallByteMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallSByteMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallCharMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallFloatMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallDoubleMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallLongMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallVoidMethod", - "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStringField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetObjectField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetBooleanField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetByteField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetSByteField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetCharField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetShortField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetIntField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetLongField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetFloatField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetDoubleField", - "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "string" } - ], - "isStatic": true, - "name": "SetStringField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "SetObjectField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetBooleanField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "byte" } - ], - "isStatic": true, - "name": "SetByteField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "SetSByteField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "char" } - ], - "isStatic": true, - "name": "SetCharField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "short" } - ], - "isStatic": true, - "name": "SetShortField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "SetIntField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "long" } - ], - "isStatic": true, - "name": "SetLongField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": true, - "name": "SetFloatField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "double" } - ], - "isStatic": true, - "name": "SetDoubleField", - "comment": "Sets the value of an instance field of the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticStringMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticObjectMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticIntMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticBooleanMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticShortMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticByteMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticSByteMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticCharMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticFloatMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticDoubleMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticLongMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "methodID", "typeName": "System.IntPtr" }, - { "name": "args", "typeName": "UnityEngine.jvalue[]" } - ], - "isStatic": true, - "name": "CallStaticVoidMethod", - "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticStringField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticObjectField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticBooleanField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticByteField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticSByteField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticCharField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticShortField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticIntField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticLongField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticFloatField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "GetStaticDoubleField", - "comment": "Returns the value of a static field of an object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "string" } - ], - "isStatic": true, - "name": "SetStaticStringField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "SetStaticObjectField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetStaticBooleanField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "byte" } - ], - "isStatic": true, - "name": "SetStaticByteField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "SetStaticSByteField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "char" } - ], - "isStatic": true, - "name": "SetStaticCharField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "short" } - ], - "isStatic": true, - "name": "SetStaticShortField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "SetStaticIntField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "long" } - ], - "isStatic": true, - "name": "SetStaticLongField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": true, - "name": "SetStaticFloatField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "fieldID", "typeName": "System.IntPtr" }, - { "name": "val", "typeName": "double" } - ], - "isStatic": true, - "name": "SetStaticDoubleField", - "comment": "Sets the value of a static field in the specified object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "bool[]" }], - "isStatic": true, - "name": "ToBooleanArray", - "comment": "Converts a managed array of System.Boolean to a Java array of boolean.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "byte[]" }], - "isStatic": true, - "name": "ToByteArray", - "comment": "Converts a managed array of System.Byte to a Java array of byte.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "sbyte[]" }], - "isStatic": true, - "name": "ToSByteArray", - "comment": "Converts a managed array of System.SByte to a Java array of byte.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "char[]" }], - "isStatic": true, - "name": "ToCharArray", - "comment": "Converts a managed array of System.Char to a Java array of char.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "short[]" }], - "isStatic": true, - "name": "ToShortArray", - "comment": "Converts a managed array of System.Int16 to a Java array of short.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "int[]" }], - "isStatic": true, - "name": "ToIntArray", - "comment": "Converts a managed array of System.Int32 to a Java array of int.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "long[]" }], - "isStatic": true, - "name": "ToLongArray", - "comment": "Converts a managed array of System.Int64 to a Java array of long.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "float[]" }], - "isStatic": true, - "name": "ToFloatArray", - "comment": "Converts a managed array of System.Single to a Java array of float.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "double[]" }], - "isStatic": true, - "name": "ToDoubleArray", - "comment": "Converts a managed array of System.Double to a Java array of double.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "array", "typeName": "System.IntPtr[]" }, - { "name": "arrayClass", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "ToObjectArray", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "array", "typeName": "System.IntPtr[]" }], - "isStatic": true, - "name": "ToObjectArray", - "comment": "Converts a managed array of System.IntPtr, representing Java objects, to a Java array of java.lang.Object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromBooleanArray", - "comment": "Converts a Java array of boolean to a managed array of System.Boolean.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromByteArray", - "comment": "Converts a Java array of byte to a managed array of System.Byte.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromSByteArray", - "comment": "Converts a Java array of byte to a managed array of System.SByte.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromCharArray", - "comment": "Converts a Java array of char to a managed array of System.Char.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromShortArray", - "comment": "Converts a Java array of short to a managed array of System.Int16.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromIntArray", - "comment": "Converts a Java array of int to a managed array of System.Int32.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromLongArray", - "comment": "Converts a Java array of long to a managed array of System.Int64.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromFloatArray", - "comment": "Converts a Java array of float to a managed array of System.Single.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromDoubleArray", - "comment": "Converts a Java array of double to a managed array of System.Double.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "FromObjectArray", - "comment": "Converts a Java array of java.lang.Object to a managed array of System.IntPtr, representing Java objects.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "array", "typeName": "System.IntPtr" }], - "isStatic": true, - "name": "GetArrayLength", - "comment": "Returns the number of elements in the array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewBooleanArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewByteArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewSByteArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewCharArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewShortArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewIntArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewLongArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewFloatArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "NewDoubleArray", - "comment": "Constructs a new primitive array object.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "size", "typeName": "int" }, - { "name": "clazz", "typeName": "System.IntPtr" }, - { "name": "obj", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "NewObjectArray", - "comment": "Constructs a new array holding objects in class clazz. All elements are initially set to obj.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetBooleanArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetByteArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "SByte", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetSByteArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetCharArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int16", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetShortArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetIntArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetLongArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetFloatArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Double", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetDoubleArrayElement", - "comment": "Returns the value of one element of a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GetObjectArrayElement", - "comment": "Returns an element of an Object array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "byte" } - ], - "isStatic": true, - "name": "SetBooleanArrayElement", - "comment": "Sets the boolean value of one element in a primitive array.\n\n```plaintext\nParams: array - The array of native booleans.\n index - Index of the array element to set.\n val - The value to set - for 'true' use 1, for 'false' use 0.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetBooleanArrayElement", - "comment": "Sets the boolean value of one element in a primitive array.\n\n```plaintext\nParams: array - The array of native booleans.\n index - Index of the array element to set.\n val - The value to set.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "SetByteArrayElement", - "comment": "Sets the sbyte value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "SetSByteArrayElement", - "comment": "Sets the sbyte value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "char" } - ], - "isStatic": true, - "name": "SetCharArrayElement", - "comment": "Sets the char value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "short" } - ], - "isStatic": true, - "name": "SetShortArrayElement", - "comment": "Sets the short value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": true, - "name": "SetIntArrayElement", - "comment": "Sets the int value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "long" } - ], - "isStatic": true, - "name": "SetLongArrayElement", - "comment": "Sets the long value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": true, - "name": "SetFloatArrayElement", - "comment": "Sets the float value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "val", "typeName": "double" } - ], - "isStatic": true, - "name": "SetDoubleArrayElement", - "comment": "Sets the double value of one element in a primitive array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "System.IntPtr" }, - { "name": "index", "typeName": "int" }, - { "name": "obj", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "SetObjectArrayElement", - "comment": "Sets an element of an Object array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidJNI", - "comment": "'Raw' JNI interface to Android Java VM from Unity scripting (C#).\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.NavMeshPathStatus", - "name": "PathComplete", - "comment": "The path terminates at the destination.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshPathStatus", - "name": "PathPartial", - "comment": "The path cannot reach the destination.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshPathStatus", - "name": "PathInvalid", - "comment": "The path is invalid.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.NavMeshPathStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshPathStatus", - "comment": "Status of path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3[]", - "name": "corners", - "comment": "Corner points of the path. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshPathStatus", - "name": "status", - "comment": "Status of the path. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "NavMeshPath constructor.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "results", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "GetCornersNonAlloc", - "comment": "The number of corners along the path - including start and end points.\n\n```plaintext\nParams: results - Array to store path corners.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearCorners", - "comment": "Erase all corner points from path.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshPath", - "comment": "A path as calculated by the navigation system.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "includedWorldBounds", "typeName": "UnityEngine.Bounds" }, - { "name": "includedLayerMask", "typeName": "int" }, - { - "name": "geometry", - "typeName": "UnityEngine.AI.NavMeshCollectGeometry" - }, - { "name": "defaultArea", "typeName": "int" }, - { - "name": "markups", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "CollectSources", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "root", "typeName": "UnityEngine.Transform" }, - { "name": "includedLayerMask", "typeName": "int" }, - { - "name": "geometry", - "typeName": "UnityEngine.AI.NavMeshCollectGeometry" - }, - { "name": "defaultArea", "typeName": "int" }, - { - "name": "markups", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "CollectSources", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshData", - "params": [ - { - "name": "buildSettings", - "typeName": "UnityEngine.AI.NavMeshBuildSettings" - }, - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - }, - { "name": "localBounds", "typeName": "UnityEngine.Bounds" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "BuildNavMeshData", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "UnityEngine.AI.NavMeshData" }, - { - "name": "buildSettings", - "typeName": "UnityEngine.AI.NavMeshBuildSettings" - }, - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - }, - { "name": "localBounds", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": true, - "name": "UpdateNavMeshData", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "data", "typeName": "UnityEngine.AI.NavMeshData" }, - { - "name": "buildSettings", - "typeName": "UnityEngine.AI.NavMeshBuildSettings" - }, - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - }, - { "name": "localBounds", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": true, - "name": "UpdateNavMeshDataAsync", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "UnityEngine.AI.NavMeshData" } - ], - "isStatic": true, - "name": "Cancel", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuilder", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.ObstacleAvoidanceType", - "name": "NoObstacleAvoidance", - "comment": "Disable avoidance.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.ObstacleAvoidanceType", - "name": "LowQualityObstacleAvoidance", - "comment": "Enable simple avoidance. Low performance impact.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.ObstacleAvoidanceType", - "name": "MedQualityObstacleAvoidance", - "comment": "Medium avoidance. Medium performance impact.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.ObstacleAvoidanceType", - "name": "GoodQualityObstacleAvoidance", - "comment": "Good avoidance. High performance impact.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.ObstacleAvoidanceType", - "name": "HighQualityObstacleAvoidance", - "comment": "Enable highest precision. Highest performance impact.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.ObstacleAvoidanceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "ObstacleAvoidanceType", - "comment": "Level of obstacle avoidance.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "destination", - "comment": "Gets or attempts to set the destination of the agent in world-space units.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "stoppingDistance", - "comment": "Stop within this distance from the target position.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Access the current velocity of the NavMeshAgent component, or set a velocity to control the agent manually.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "nextPosition", - "comment": "Gets or sets the simulation position of the navmesh agent.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "steeringTarget", - "comment": "Get the current steering target along the path. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "desiredVelocity", - "comment": "The desired velocity of the agent including any potential contribution from avoidance. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "remainingDistance", - "comment": "The distance between the agent's position and the destination on the current path. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "baseOffset", - "comment": "The relative vertical displacement of the owning GameObject.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "isOnOffMeshLink", - "comment": "Is the agent currently positioned on an OffMeshLink? (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.OffMeshLinkData", - "name": "currentOffMeshLinkData", - "comment": "The current OffMeshLinkData.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.OffMeshLinkData", - "name": "nextOffMeshLinkData", - "comment": "The next OffMeshLinkData on the current path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "autoTraverseOffMeshLink", - "comment": "Should the agent move across OffMeshLinks automatically?\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "autoBraking", - "comment": "Should the agent brake automatically to avoid overshooting the destination point?\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "autoRepath", - "comment": "Should the agent attempt to acquire a new path if the existing path becomes invalid?\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "hasPath", - "comment": "Does the agent currently have a path? (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "pathPending", - "comment": "Is a path in the process of being computed but not yet ready? (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "isPathStale", - "comment": "Is the current path stale. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshPathStatus", - "name": "pathStatus", - "comment": "The status of the current path (complete, partial or invalid).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pathEndPosition", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "isStopped", - "comment": "This property holds the stop or resume condition of the NavMesh agent.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshPath", - "name": "path", - "comment": "Property to get and set the current path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "navMeshOwner", - "comment": "Returns the owning object of the NavMesh the agent is currently placed on (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "agentTypeID", - "comment": "The type ID for the agent.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "walkableMask", - "comment": "Specifies which NavMesh layers are passable (bitfield). Changing walkableMask will make the path stale (see isPathStale).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "areaMask", - "comment": "Specifies which NavMesh areas are passable. Changing areaMask will make the path stale (see isPathStale).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "speed", - "comment": "Maximum movement speed when following a path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "angularSpeed", - "comment": "Maximum turning speed in (deg/s) while following a path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "acceleration", - "comment": "The maximum acceleration of an agent as it follows a path, given in units / sec^2.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "updatePosition", - "comment": "Gets or sets whether the transform position is synchronized with the simulated agent position. The default value is true.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "updateRotation", - "comment": "Should the agent update the transform orientation?\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "updateUpAxis", - "comment": "Allows you to specify whether the agent should be aligned to the up-axis of the NavMesh or link that it is placed on.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The avoidance radius for the agent.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the agent for purposes of passing under obstacles, etc.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.ObstacleAvoidanceType", - "name": "obstacleAvoidanceType", - "comment": "The level of quality of avoidance.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "avoidancePriority", - "comment": "The avoidance priority level.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "isOnNavMesh", - "comment": "Is the agent currently bound to the navmesh? (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "target", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SetDestination", - "comment": "True if the destination was requested successfully, otherwise false.\n\n```plaintext\nParams: target - The target point to navigate to.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "activated", "typeName": "bool" }], - "isStatic": false, - "name": "ActivateCurrentOffMeshLink", - "comment": "Enables or disables the current off-mesh link.\n\n```plaintext\nParams: activated - Is the link activated?\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CompleteOffMeshLink", - "comment": "Completes the movement on the current OffMeshLink.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "newPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "Warp", - "comment": "True if agent is successfully warped, otherwise false.\n\n```plaintext\nParams: newPosition - New position to warp the agent to.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "offset", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Move", - "comment": "Apply relative movement to current position.\n\n```plaintext\nParams: offset - The relative movement vector.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stop movement of this agent along its current path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stopUpdates", "typeName": "bool" }], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Resume", - "comment": "Resumes the movement along the current path after a pause.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetPath", - "comment": "Clears the current path.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } - ], - "isStatic": false, - "name": "SetPath", - "comment": "True if the path is succesfully assigned.\n\n```plaintext\nParams: path - New path to follow.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" } - ], - "isStatic": false, - "name": "FindClosestEdge", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } - ], - "isStatic": false, - "name": "CalculatePath", - "comment": "True if a path is found.\n\n```plaintext\nParams: targetPosition - The final position of the path requested.\n path - The resulting path.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "areaMask", "typeName": "int" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" } - ], - "isStatic": false, - "name": "SamplePathPosition", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer", "typeName": "int" }, - { "name": "cost", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLayerCost", - "comment": "Sets the cost for traversing over geometry of the layer type.\n\n```plaintext\nParams: layer - Layer index.\n cost - New cost for the specified layer.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": false, - "name": "GetLayerCost", - "comment": "Current cost of specified layer.\n\n```plaintext\nParams: layer - Layer index.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "areaIndex", "typeName": "int" }, - { "name": "areaCost", "typeName": "float" } - ], - "isStatic": false, - "name": "SetAreaCost", - "comment": "Sets the cost for traversing over areas of the area type.\n\n```plaintext\nParams: areaIndex - Area cost.\n areaCost - New cost for the specified area index.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "areaIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetAreaCost", - "comment": "Current cost for specified area index.\n\n```plaintext\nParams: areaIndex - Area Index.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshAgent", - "comment": "Navigation mesh agent.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.NavMeshObstacleShape", - "name": "Capsule", - "comment": "Capsule shaped obstacle.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshObstacleShape", - "name": "Box", - "comment": "Box shaped obstacle.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.NavMeshObstacleShape", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshObstacleShape", - "comment": "Shape of the obstacle.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "height", - "comment": "Height of the obstacle's cylinder shape.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "Radius of the obstacle's capsule shape.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Velocity at which the obstacle moves around the NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "carving", - "comment": "Should this obstacle make a cut-out in the navmesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "carveOnlyStationary", - "comment": "Should this obstacle be carved when it is constantly moving?\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "carvingMoveThreshold", - "comment": "Threshold distance for updating a moving carved hole (when carving is enabled).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "carvingTimeToStationary", - "comment": "Time to wait until obstacle is treated as stationary (when carving and carveOnlyStationary are enabled).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshObstacleShape", - "name": "shape", - "comment": "The shape of the obstacle.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the obstacle, measured in the object's local space.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "The size of the obstacle, measured in the object's local space.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshObstacle", - "comment": "An obstacle for NavMeshAgents to avoid.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.OffMeshLinkType", - "name": "LinkTypeManual", - "comment": "Manually specified type of link.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.OffMeshLinkType", - "name": "LinkTypeDropDown", - "comment": "Vertical drop.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.OffMeshLinkType", - "name": "LinkTypeJumpAcross", - "comment": "Horizontal jump.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.OffMeshLinkType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "OffMeshLinkType", - "comment": "Link type specifier.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "valid", - "comment": "Is link valid (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "activated", - "comment": "Is link active (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.OffMeshLinkType", - "name": "linkType", - "comment": "Link type specifier (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "startPos", - "comment": "Link start world position (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "endPos", - "comment": "Link end world position (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.OffMeshLink", - "name": "offMeshLink", - "comment": "The OffMeshLink if the link type is a manually placed Offmeshlink (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "OffMeshLinkData", - "comment": "State of OffMeshLink.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "activated", - "comment": "Is link active.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "occupied", - "comment": "Is link occupied. (Read Only)\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "costOverride", - "comment": "Modify pathfinding cost for the link.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "biDirectional", - "comment": "Can link be traversed in both directions.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "navMeshLayer", - "comment": "NavMeshLayer for this OffMeshLink component.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "area", - "comment": "NavMesh area index for this OffMeshLink component.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "autoUpdatePositions", - "comment": "Automatically update endpoints.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "startTransform", - "comment": "The transform representing link start position.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "endTransform", - "comment": "The transform representing link end position.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdatePositions", - "comment": "Explicitly update the link endpoints.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "OffMeshLink", - "comment": "Link allowing movement outside the planar navigation mesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Position of hit.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "Normal at the point of hit.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "Distance to the point of hit.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "mask", - "comment": "Mask specifying NavMesh area at point of hit.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "hit", - "comment": "Flag set when hit.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshHit", - "comment": "Result information for NavMesh queries.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3[]", - "name": "vertices", - "comment": "Vertices for the navmesh triangulation.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int[]", - "name": "indices", - "comment": "Triangle indices for the navmesh triangulation.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int[]", - "name": "areas", - "comment": "NavMesh area indices for the navmesh triangulation.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int[]", - "name": "layers", - "comment": "NavMeshLayer values for the navmesh triangulation.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshTriangulation", - "comment": "Contains data describing a triangulation of a navmesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Bounds", - "name": "sourceBounds", - "comment": "Returns the bounding volume of the input geometry used to build this NavMesh (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Gets or sets the world space position of the NavMesh data.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "Gets or sets the orientation of the NavMesh data.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new object for representing a NavMesh for the default agent type.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "agentTypeID", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new object representing a NavMesh for the specified agent type.\n\n```plaintext\nParams: agentTypeID - The agent type ID to create a NavMesh for.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshData", - "comment": "Contains and represents NavMesh data.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "valid", - "comment": "True if the NavMesh data is added to the navigation system - otherwise false (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "owner", - "comment": "Get or set the owning Object.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "Removes this instance from the NavMesh system.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshDataInstance", - "comment": "The instance is returned when adding NavMesh data.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "startPosition", - "comment": "Start position of the link.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "endPosition", - "comment": "End position of the link.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "costModifier", - "comment": "If positive, overrides the pathfinder cost to traverse the link.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "bidirectional", - "comment": "If true, the link can be traversed in both directions, otherwise only from start to end position.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "If positive, the link will be rectangle aligned along the line from start to end.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "area", - "comment": "Area type of the link.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "agentTypeID", - "comment": "Specifies which agent type this link is available for.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshLinkData", - "comment": "Used for runtime manipulation of links connecting polygons of the NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "valid", - "comment": "True if the NavMesh link is added to the navigation system - otherwise false (Read Only).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "owner", - "comment": "Get or set the owning Object.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "Removes this instance from the game.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshLinkInstance", - "comment": "An instance representing a link available for pathfinding.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "areaMask", - "comment": "A bitmask representing the traversable area types.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "agentTypeID", - "comment": "The agent type ID, specifying which navigation meshes to consider for the query functions.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "areaIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetAreaCost", - "comment": "The cost multiplier for the supplied area index.\n\n```plaintext\nParams: areaIndex - Index to retreive the cost for.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "areaIndex", "typeName": "int" }, - { "name": "cost", "typeName": "float" } - ], - "isStatic": false, - "name": "SetAreaCost", - "comment": "Sets the pathfinding cost multiplier for this filter for a given area type.\n\n```plaintext\nParams: areaIndex - The area index to set the cost for.\n cost - The cost for the supplied area index.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshQueryFilter", - "comment": "Specifies which agent type and areas to consider when searching the NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "AllAreas", - "comment": "Area mask constant that includes all NavMesh areas.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMesh.OnNavMeshPreUpdate", - "name": "onPreUpdate", - "comment": "Set a function to be called before the NavMesh is updated during the frame update execution.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "avoidancePredictionTime", - "comment": "Describes how far in the future the agents predict collisions for avoidance.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "pathfindingIterationsPerFrame", - "comment": "The maximum number of nodes processed for each frame during the asynchronous pathfinding process.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { "name": "areaMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "areaMask", "typeName": "int" }, - { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } - ], - "isStatic": true, - "name": "CalculatePath", - "comment": "True if either a complete or partial path is found. False otherwise.\n\n```plaintext\nParams: sourcePosition - The initial position of the path requested.\n targetPosition - The final position of the path requested.\n areaMask - A bitfield mask specifying which NavMesh areas can be passed when calculating a path.\n path - The resulting path.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { "name": "areaMask", "typeName": "int" } - ], - "isStatic": true, - "name": "FindClosestEdge", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "areaMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SamplePosition", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer", "typeName": "int" }, - { "name": "cost", "typeName": "float" } - ], - "isStatic": true, - "name": "SetLayerCost", - "comment": "Sets the cost for traversing over geometry of the layer type on all agents.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": true, - "name": "GetLayerCost", - "comment": "Gets the cost for traversing over geometry of the layer type on all agents.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerName", "typeName": "string" }], - "isStatic": true, - "name": "GetNavMeshLayerFromName", - "comment": "Returns the layer index for a named layer.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "areaIndex", "typeName": "int" }, - { "name": "cost", "typeName": "float" } - ], - "isStatic": true, - "name": "SetAreaCost", - "comment": "Sets the cost for finding path over geometry of the area type on all agents.\n\n```plaintext\nParams: areaIndex - Index of the area to set.\n cost - New cost.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "areaIndex", "typeName": "int" }], - "isStatic": true, - "name": "GetAreaCost", - "comment": "Gets the cost for path finding over geometry of the area type.\n\n```plaintext\nParams: areaIndex - Index of the area to get.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "areaName", "typeName": "string" }], - "isStatic": true, - "name": "GetAreaFromName", - "comment": "Index if the specified are, or -1 if no area found.\n\n```plaintext\nParams: areaName - Name of the area to look up.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshTriangulation", - "params": [], - "isStatic": true, - "name": "CalculateTriangulation", - "comment": "Calculates triangulation of the current navmesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertices", "typeName": "UnityEngine.Vector3[]" }, - { "name": "indices", "typeName": "int[]" } - ], - "isStatic": true, - "name": "Triangulate", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "AddOffMeshLinks", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RestoreNavMesh", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshDataInstance", - "params": [ - { "name": "navMeshData", "typeName": "UnityEngine.AI.NavMeshData" } - ], - "isStatic": true, - "name": "AddNavMeshData", - "comment": "Representing the added navmesh.\n\n```plaintext\nParams: navMeshData - Contains the data for the navmesh.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshDataInstance", - "params": [ - { "name": "navMeshData", "typeName": "UnityEngine.AI.NavMeshData" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "AddNavMeshData", - "comment": "Representing the added navmesh.\n\n```plaintext\nParams: navMeshData - Contains the data for the navmesh.\n position - Translate the navmesh to this position.\n rotation - Rotate the navmesh to this orientation.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handle", - "typeName": "UnityEngine.AI.NavMeshDataInstance" - } - ], - "isStatic": true, - "name": "RemoveNavMeshData", - "comment": "Removes the specified NavMeshDataInstance from the game, making it unavailable for agents and queries.\n\n```plaintext\nParams: handle - The instance of a NavMesh to remove.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshLinkInstance", - "params": [ - { "name": "link", "typeName": "UnityEngine.AI.NavMeshLinkData" } - ], - "isStatic": true, - "name": "AddLink", - "comment": "Representing the added link.\n\n```plaintext\nParams: link - Describing the properties of the link.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshLinkInstance", - "params": [ - { "name": "link", "typeName": "UnityEngine.AI.NavMeshLinkData" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "AddLink", - "comment": "Representing the added link.\n\n```plaintext\nParams: link - Describing the properties of the link.\n position - Translate the link to this position.\n rotation - Rotate the link to this orientation.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handle", - "typeName": "UnityEngine.AI.NavMeshLinkInstance" - } - ], - "isStatic": true, - "name": "RemoveLink", - "comment": "Removes a link from the NavMesh.\n\n```plaintext\nParams: handle - The instance of a link to remove.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { "name": "maxDistance", "typeName": "float" }, - { - "name": "filter", - "typeName": "UnityEngine.AI.NavMeshQueryFilter" - } - ], - "isStatic": true, - "name": "SamplePosition", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { - "name": "filter", - "typeName": "UnityEngine.AI.NavMeshQueryFilter" - } - ], - "isStatic": true, - "name": "FindClosestEdge", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { - "name": "filter", - "typeName": "UnityEngine.AI.NavMeshQueryFilter" - } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { - "name": "filter", - "typeName": "UnityEngine.AI.NavMeshQueryFilter" - }, - { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } - ], - "isStatic": true, - "name": "CalculatePath", - "comment": "True if a either a complete or partial path is found and false otherwise.\n\n```plaintext\nParams: sourcePosition - The initial position of the path requested.\n targetPosition - The final position of the path requested.\n filter - A filter specifying the cost of NavMesh areas that can be passed when calculating a path.\n path - The resulting path.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshBuildSettings", - "params": [], - "isStatic": true, - "name": "CreateSettings", - "comment": "The created settings.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "agentTypeID", "typeName": "int" }], - "isStatic": true, - "name": "RemoveSettings", - "comment": "Removes the build settings matching the agent type ID.\n\n```plaintext\nParams: agentTypeID - The ID of the entry to remove.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshBuildSettings", - "params": [{ "name": "agentTypeID", "typeName": "int" }], - "isStatic": true, - "name": "GetSettingsByID", - "comment": "The settings found.\n\n```plaintext\nParams: agentTypeID - The ID to look for.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetSettingsCount", - "comment": "The number of registered entries.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshBuildSettings", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetSettingsByIndex", - "comment": "The found settings.\n\n```plaintext\nParams: index - The index to retrieve from.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "agentTypeID", "typeName": "int" }], - "isStatic": true, - "name": "GetSettingsNameFromID", - "comment": "The name associated with the ID found.\n\n```plaintext\nParams: agentTypeID - The ID to look for.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RemoveAllNavMeshData", - "comment": "Removes all NavMesh surfaces and links from the game.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMesh", - "comment": "Singleton class to access the baked NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Unknown", - "comment": "Indicates that the Android asset pack is not available for the application.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Pending", - "comment": "Indicates that the Android asset pack status should soon change.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Downloading", - "comment": "Indicates that the device is downloading the Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Transferring", - "comment": "Indicates that the device has downloaded the Android asset pack and is unpacking the asset pack to its final location.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Completed", - "comment": "Indicates that the device has downloaded the Android asset pack and the asset pack is available to the application.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Failed", - "comment": "Indicates that the device failed to download the Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "Canceled", - "comment": "Indicates that the Android asset pack download is canceled.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "WaitingForWifi", - "comment": "Indicates that the device has paused the Android asset pack download until it connects to the WiFi network.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "NotInstalled", - "comment": "Indicates that the Android asset pack is not installed.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Android.AndroidAssetPackStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidAssetPackStatus", - "comment": "Values that indicate the status of an Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "OnNavMeshPreUpdate", - "comment": "A delegate which can be used to register callback methods to be invoked before the NavMesh system updates.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "NoError", - "comment": "Indicates that there is no error.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "AppUnavailable", - "comment": "Indicates that this application is unavailable in the Google's Play Store.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "PackUnavailable", - "comment": "Indicates that the requested Android asset pack is not available in the Google Play Store.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "InvalidRequest", - "comment": "Indicates that the request was invalid.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "DownloadNotFound", - "comment": "Indicates that the requested download is not found.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "ApiNotAvailable", - "comment": "Indicates that the Asset Delivery API is not available.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "NetworkError", - "comment": "Indicates that the Android asset pack is not accessible because there was an error related to the network connection.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "AccessDenied", - "comment": "Indicates that the application does not have permission to download asset packs under the current device circumstances.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "InsufficientStorage", - "comment": "Indicates that there is not enough storage space on the device to download the Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "PlayStoreNotFound", - "comment": "Indicates that the device does not have the Play Store application installed or has an unofficial version.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "NetworkUnrestricted", - "comment": "Indicates that the app requested to use mobile data while there were no Android asset packs waiting for WiFi.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "AppNotOwned", - "comment": "Indicates that the end user does not own the application on the device.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "InternalError", - "comment": "Indicates that unknown error occured while downloading an asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Android.AndroidAssetPackError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidAssetPackError", - "comment": "Values that indicate the type of Android asset pack error when the status is either AndroidAssetPackStatus.Failed or AndroidAssetPackStatus.Unknown.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "None", - "comment": "No debug data from the NavMesh build process is taken into consideration.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "InputGeometry", - "comment": "The triangles of all the geometry that is used as a base for computing the new NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "Voxels", - "comment": "The voxels produced by rasterizing the source geometry into walkable and unwalkable areas.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "Regions", - "comment": "The segmentation of the traversable surfaces into smaller areas necessary for producing simple polygons.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "RawContours", - "comment": "The contours that follow precisely the edges of each surface region.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "SimplifiedContours", - "comment": "Contours bounding each of the surface regions, described through fewer vertices and straighter edges compared to RawContours.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "PolygonMeshes", - "comment": "Meshes of convex polygons constructed within the unified contours of adjacent regions.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "PolygonMeshesDetail", - "comment": "The triangulated meshes with height details that better approximate the source geometry.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "All", - "comment": "All debug data from the NavMesh build process is taken into consideration.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuildDebugFlags", - "comment": "Bitmask used for operating with debug data from the NavMesh build process.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the Android asset pack that the device is downloading.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "status", - "comment": "The status of the Android asset pack that the device is downloading.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "ulong", - "name": "size", - "comment": "The total size of the Android asset pack in bytes.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "ulong", - "name": "bytesDownloaded", - "comment": "The downloaded size of the Android asset pack in bytes.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "float", - "name": "transferProgress", - "comment": "The transfering progress of the downloaded Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "error", - "comment": "Indicates an error which the device encountered when downloading the Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "AndroidAssetPackInfo", - "comment": "Represents the download progress of a single Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "Mesh", - "comment": "Describes a Mesh source for use with NavMeshBuildSource.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "Terrain", - "comment": "Describes a TerrainData source for use with NavMeshBuildSource.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "Box", - "comment": "Describes a box primitive for use with NavMeshBuildSource.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "Sphere", - "comment": "Describes a sphere primitive for use with NavMeshBuildSource.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "Capsule", - "comment": "Describes a capsule primitive for use with NavMeshBuildSource.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "ModifierBox", - "comment": "Describes a ModifierBox source for use with NavMeshBuildSource.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuildSourceShape", - "comment": "Used with NavMeshBuildSource to define the shape for building NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AI.NavMeshCollectGeometry", - "name": "RenderMeshes", - "comment": "Collect meshes form the rendered geometry.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshCollectGeometry", - "name": "PhysicsColliders", - "comment": "Collect geometry from the 3D physics collision representation.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AI.NavMeshCollectGeometry", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshCollectGeometry", - "comment": "Used for specifying the type of geometry to collect. Used with NavMeshBuilder.CollectSources.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the Android asset pack the status query is for.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackStatus", - "name": "status", - "comment": "The status of the Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackError", - "name": "error", - "comment": "Indicates an error code that describes what happened when querying the Android asset pack state.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "AndroidAssetPackState", - "comment": "Represents the state of a single Android asset pack.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "allowed", - "comment": "Indicates if mobile data can be used to download Android asset packs.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "AndroidAssetPackUseMobileDataRequestResult", - "comment": "Represents the choice of an end user that indicates if your application can use mobile data to download Android asset packs.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Matrix4x4", - "name": "transform", - "comment": "Describes the local to world transformation matrix of the build source. That is, position and orientation and scale of the shape.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "Describes the dimensions of the shape.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", - "name": "shape", - "comment": "The type of the shape this source describes. See Also: NavMeshBuildSourceShape.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "area", - "comment": "Describes the area type of the NavMesh surface for this object.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "sourceObject", - "comment": "Describes the object referenced for Mesh and Terrain types of input sources.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "component", - "comment": "Points to the owning component - if available, otherwise null.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuildSource", - "comment": "The input to the NavMesh builder is a list of NavMesh build sources.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "overrideArea", - "comment": "Use this to specify whether the area type of the GameObject and its children should be overridden by the area type specified in this struct.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "area", - "comment": "The area type to use when override area is enabled.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "ignoreFromBuild", - "comment": "Use this to specify whether the GameObject and its children should be ignored.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "root", - "comment": "Use this to specify which GameObject (including the GameObject’s children) the markup should be applied to.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuildMarkup", - "comment": "The NavMesh build markup allows you to control how certain objects are treated during the NavMesh build process, specifically when collecting sources for building.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "agentTypeID", - "comment": "The agent type ID the NavMesh will be baked for.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "agentRadius", - "comment": "The radius of the agent for baking in world units.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "agentHeight", - "comment": "The height of the agent for baking in world units.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "agentSlope", - "comment": "The maximum slope angle which is walkable (angle in degrees).\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "agentClimb", - "comment": "The maximum vertical step size an agent can take.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "minRegionArea", - "comment": "The approximate minimum area of individual NavMesh regions.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "overrideVoxelSize", - "comment": "Enables overriding the default voxel size. See Also: voxelSize.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "float", - "name": "voxelSize", - "comment": "Sets the voxel size in world length units.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "overrideTileSize", - "comment": "Enables overriding the default tile size. See Also: tileSize.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "int", - "name": "tileSize", - "comment": "Sets the tile size in voxel units.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "uint", - "name": "maxJobWorkers", - "comment": "The maximum number of worker threads that the build process can utilize when building a NavMesh with these settings.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "bool", - "name": "preserveTilesOutsideBounds", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugSettings", - "name": "debug", - "comment": "Options for collecting debug data during the build process.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "buildBounds", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": false, - "name": "ValidationReport", - "comment": "The list of violated constraints.\n\n```plaintext\nParams: buildBounds - Describes the volume to build NavMesh for.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuildSettings", - "comment": "The NavMeshBuildSettings struct allows you to specify a collection of settings which describe the dimensions and limitations of a particular agent type.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", - "name": "flags", - "comment": "Specify which types of debug data to collect when building the NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshBuildDebugSettings", - "comment": "Specify which of the temporary data generated while building the NavMesh should be retained in memory after the process has completed.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "Checks if the operation is still running.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "bool", - "name": "isDone", - "comment": "Checks if the operation is finished.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "float", - "name": "progress", - "comment": "Gets the progress of the operation.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string[]", - "name": "downloadedAssetPacks", - "comment": "Gets the names of Android asset packs downloaded by this operation.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string[]", - "name": "downloadFailedAssetPacks", - "comment": "Gets the names of Android asset packs that failed to download.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "DownloadAssetPackAsyncOperation", - "comment": "Represents an asynchronous Android asset pack download operation. AndroidAssetPacks.DownloadAssetPackAsync returns an instance of this class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsNull", - "comment": "Returns true if the PolygonId has been created empty and has never pointed to any node in the NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "x", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - }, - { "name": "y", "typeName": "UnityEngine.Experimental.AI.PolygonId" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "x", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - }, - { "name": "y", "typeName": "UnityEngine.Experimental.AI.PolygonId" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "Returns the hash code for use in collections.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rhs", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if two PolygonId objects refer to the same NavMesh node.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if two PolygonId objects refer to the same NavMesh node.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "PolygonId", - "comment": "Represents a compact identifier for the data of a NavMesh node.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.AI.PolygonId", - "name": "polygon", - "comment": "Unique identifier for the node in the NavMesh to which the world position has been mapped.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "A world position that sits precisely on the surface of the NavMesh or along its links.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshLocation", - "comment": "A world position that is guaranteed to be on the surface of the NavMesh.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetAnimationClips", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "IAnimationClipSource", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "SharedBetweenAnimatorsAttribute", - "comment": "SharedBetweenAnimatorsAttribute is an attribute that specify that this StateMachineBehaviour should be instantiate only once and shared among all Animator instance. This attribute reduce the memory footprint for each controller instance.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateEnter", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateUpdate", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateExit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateMove", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateIK", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "stateMachinePathHash", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateMachineEnter", - "comment": "Called on the first Update frame when making a transition to a state machine. This is not called when making a transition into a state machine sub-state.\n\n```plaintext\nParams: animator - The Animator playing this state machine.\n stateMachinePathHash - The full path hash for this state machine.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "stateMachinePathHash", "typeName": "int" } - ], - "isStatic": false, - "name": "OnStateMachineExit", - "comment": "Called on the last Update frame when making a transition out of a StateMachine. This is not called when making a transition into a StateMachine sub-state.\n\n```plaintext\nParams: animator - The Animator playing this state machine.\n stateMachinePathHash - The full path hash for this state machine.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateEnter", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateUpdate", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateExit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateMove", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "stateInfo", - "typeName": "UnityEngine.AnimatorStateInfo" - }, - { "name": "layerIndex", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateIK", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "stateMachinePathHash", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateMachineEnter", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "stateMachinePathHash", "typeName": "int" }, - { - "name": "controller", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "OnStateMachineExit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "StateMachineBehaviour", - "comment": "StateMachineBehaviour is a component that can be added to a state machine state. It's the base class every script on a state derives from.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.PlayMode", - "name": "StopSameLayer", - "comment": "Will stop all animations that were started in the same layer. This is the default when playing animations.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.PlayMode", - "name": "StopAll", - "comment": "Will stop all animations that were started with this component before playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.PlayMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "PlayMode", - "comment": "Used by Animation.Play function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.QueueMode", - "name": "CompleteOthers", - "comment": "Will start playing after all other animations have stopped playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.QueueMode", - "name": "PlayNow", - "comment": "Starts playing immediately. This can be used if you just want to quickly create a duplicate animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.QueueMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "QueueMode", - "comment": "Used by Animation.Play function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimationBlendMode", - "name": "Blend", - "comment": "Animations will be blended.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationBlendMode", - "name": "Additive", - "comment": "Animations will be added.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimationBlendMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationBlendMode", - "comment": "Used by Animation.Play function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimationPlayMode", - "name": "Stop", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationPlayMode", - "name": "Queue", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationPlayMode", - "name": "Mix", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimationPlayMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationPlayMode", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimationCullingType", - "name": "AlwaysAnimate", - "comment": "Animation culling is disabled - object is animated even when offscreen.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCullingType", - "name": "BasedOnRenderers", - "comment": "Animation is disabled when renderers are not visible.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCullingType", - "name": "BasedOnClipBounds", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCullingType", - "name": "BasedOnUserBounds", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimationCullingType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationCullingType", - "comment": "This enum controlls culling of Animation component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "UnityEngine.AnimationClip", - "name": "clip", - "comment": "The default animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "playAutomatically", - "comment": "Should the default animation clip (the Animation.clip property) automatically start playing on startup?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "wrapMode", - "comment": "How should time beyond the playback range of the clip be treated?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Is an animation currently being played?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationState", - "name": "this[]", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "animatePhysics", - "comment": "When turned on, animations will be executed in the physics loop. This is only useful in conjunction with kinematic rigidbodies.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "animateOnlyIfVisible", - "comment": "When turned on, Unity might stop animating if it thinks that the results of the animation won't be visible to the user.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCullingType", - "name": "cullingType", - "comment": "Controls culling of this Animation component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "localBounds", - "comment": "AABB of this Animation animation component in local space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops all playing animations that were started with this Animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Stop", - "comment": "Stops an animation named name.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rewind", - "comment": "Rewinds all animations.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Rewind", - "comment": "Rewinds the animation named name.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Sample", - "comment": "Samples animations at the current state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsPlaying", - "comment": "Is the animation named name playing?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "mode", "typeName": "UnityEngine.PlayMode" }], - "isStatic": false, - "name": "Play", - "comment": "Plays an animation without blending.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "animation", "typeName": "string" }], - "isStatic": false, - "name": "Play", - "comment": "Plays an animation without blending.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "mode", "typeName": "UnityEngine.PlayMode" } - ], - "isStatic": false, - "name": "Play", - "comment": "Plays an animation without blending.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "animation", "typeName": "string" }], - "isStatic": false, - "name": "CrossFade", - "comment": "Fades the animation with name animation in over a period of time seconds and fades other animations out.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "fadeLength", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "Fades the animation with name animation in over a period of time seconds and fades other animations out.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "fadeLength", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.PlayMode" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "Fades the animation with name animation in over a period of time seconds and fades other animations out.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "animation", "typeName": "string" }], - "isStatic": false, - "name": "Blend", - "comment": "Blends the animation named animation towards targetWeight over the next time seconds.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "targetWeight", "typeName": "float" } - ], - "isStatic": false, - "name": "Blend", - "comment": "Blends the animation named animation towards targetWeight over the next time seconds.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "targetWeight", "typeName": "float" }, - { "name": "fadeLength", "typeName": "float" } - ], - "isStatic": false, - "name": "Blend", - "comment": "Blends the animation named animation towards targetWeight over the next time seconds.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [{ "name": "animation", "typeName": "string" }], - "isStatic": false, - "name": "CrossFadeQueued", - "comment": "Cross fades an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "fadeLength", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeQueued", - "comment": "Cross fades an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "fadeLength", "typeName": "float" }, - { "name": "queue", "typeName": "UnityEngine.QueueMode" } - ], - "isStatic": false, - "name": "CrossFadeQueued", - "comment": "Cross fades an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "fadeLength", "typeName": "float" }, - { "name": "queue", "typeName": "UnityEngine.QueueMode" }, - { "name": "mode", "typeName": "UnityEngine.PlayMode" } - ], - "isStatic": false, - "name": "CrossFadeQueued", - "comment": "Cross fades an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [{ "name": "animation", "typeName": "string" }], - "isStatic": false, - "name": "PlayQueued", - "comment": "Plays an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "queue", "typeName": "UnityEngine.QueueMode" } - ], - "isStatic": false, - "name": "PlayQueued", - "comment": "Plays an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationState", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "queue", "typeName": "UnityEngine.QueueMode" }, - { "name": "mode", "typeName": "UnityEngine.PlayMode" } - ], - "isStatic": false, - "name": "PlayQueued", - "comment": "Plays an animation after previous animations has finished playing.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, - { "name": "newName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddClip", - "comment": "Adds a clip to the animation with name newName.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, - { "name": "newName", "typeName": "string" }, - { "name": "firstFrame", "typeName": "int" }, - { "name": "lastFrame", "typeName": "int" } - ], - "isStatic": false, - "name": "AddClip", - "comment": "Adds clip to the only play between firstFrame and lastFrame. The new clip will also be added to the animation with name newName.\n\n```plaintext\nParams: addLoopFrame - Should an extra frame be inserted at the end that matches the first frame? Turn this on if you are making a looping animation.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, - { "name": "newName", "typeName": "string" }, - { "name": "firstFrame", "typeName": "int" }, - { "name": "lastFrame", "typeName": "int" }, - { "name": "addLoopFrame", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddClip", - "comment": "Adds clip to the only play between firstFrame and lastFrame. The new clip will also be added to the animation with name newName.\n\n```plaintext\nParams: addLoopFrame - Should an extra frame be inserted at the end that matches the first frame? Turn this on if you are making a looping animation.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": false, - "name": "RemoveClip", - "comment": "Remove clip from the animation list.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "clipName", "typeName": "string" }], - "isStatic": false, - "name": "RemoveClip", - "comment": "Remove clip from the animation list.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetClipCount", - "comment": "Get the number of clips currently assigned to this animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "mode", "typeName": "UnityEngine.AnimationPlayMode" } - ], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "animation", "typeName": "string" }, - { "name": "mode", "typeName": "UnityEngine.AnimationPlayMode" } - ], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": false, - "name": "SyncLayer", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationClip", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetClip", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "Animation", - "comment": "The animation component is used to play back animations.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "Failure", - "comment": "The operation has failed.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "Success", - "comment": "The operation was successful.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "InProgress", - "comment": "The operation is in progress.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "StatusDetailMask", - "comment": "Bitmask that has 0 set for the Success, Failure and InProgress bits and 1 set for all the other flags.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "WrongMagic", - "comment": "Data in the NavMesh cannot be recognized and used.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "WrongVersion", - "comment": "Data in the NavMesh world has a wrong version.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "OutOfMemory", - "comment": "Operation ran out of memory.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "InvalidParam", - "comment": "A parameter did not contain valid information, useful for carring out the NavMesh query.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "BufferTooSmall", - "comment": "The node buffer of the query was too small to store all results.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "OutOfNodes", - "comment": "Query ran out of node stack space during a search.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "name": "PartialResult", - "comment": "Query did not reach the end location, returning best guess.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.AI.PathQueryStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "PathQueryStatus", - "comment": "Bit flags representing the resulting state of NavMeshQuery operations.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "Checks if the operation is still running.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "bool", - "name": "isDone", - "comment": "Checks if the operation is finished.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "ulong", - "name": "size", - "comment": "Gets the total size in bytes of all Android asset packs that had their status checked by this operation.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackState[]", - "name": "states", - "comment": "Gets the states of all Android asset packs that had their status checked by this operation.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "GetAssetPackStateAsyncOperation", - "comment": "Represents an asynchronous Android asset pack state request operation. AndroidAssetPacks.GetAssetPackStateAsync returns an instance of this class.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.AI.NavMeshPolyTypes", - "name": "Ground", - "comment": "Type of node in the NavMesh representing one surface polygon.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.AI.NavMeshPolyTypes", - "name": "OffMeshConnection", - "comment": "Type of node in the NavMesh representing a point-to-point connection between two positions on the NavMesh surface.\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.AI.NavMeshPolyTypes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshPolyTypes", - "comment": "The types of nodes in the navigation data.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Returns true if the NavMeshWorld has been properly initialized.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshWorld", - "params": [], - "isStatic": true, - "name": "GetDefaultWorld", - "comment": "Returns a reference to the single NavMeshWorld that can currently exist and be used in Unity.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "job", "typeName": "Unity.Jobs.JobHandle" }], - "isStatic": false, - "name": "AddDependency", - "comment": "Tells the NavMesh world to halt any changes until the specified job is completed.\n\n```plaintext\nParams: job - The job that needs to be completed before the NavMesh world can be modified in any way.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshWorld", - "comment": "Assembles together a collection of NavMesh surfaces and links that are used as a whole for performing navigation operations.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "world", - "typeName": "UnityEngine.Experimental.AI.NavMeshWorld" - }, - { "name": "allocator", "typeName": "Unity.Collections.Allocator" }, - { "name": "pathNodePoolSize", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates the NavMeshQuery object and allocates memory to store NavMesh node information, if required.\n\n```plaintext\nParams: world - NavMeshWorld object used as an entry point to the collection of NavMesh objects. This object that can be used by query operations.\n allocator - Label indicating the desired life time of the object. (Known issue: Currently allocator has no effect).\n pathNodePoolSize - The number of nodes that can be temporarily stored in the query during search operations. This value defaults to 0 if no other value is specified.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Destroys the NavMeshQuery and deallocates all memory used by it.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "PathQueryStatus", - "params": [ - { - "name": "start", - "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" - }, - { - "name": "end", - "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" - }, - { "name": "areaMask", "typeName": "int" }, - { - "name": "costs", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "BeginFindPath", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "PathQueryStatus", - "params": [ - { "name": "iterations", "typeName": "int" }, - { "name": "iterationsPerformed", "typeName": "int" } - ], - "isStatic": false, - "name": "UpdateFindPath", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "PathQueryStatus", - "params": [{ "name": "pathSize", "typeName": "int" }], - "isStatic": false, - "name": "EndFindPath", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "path", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "GetPathResult", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "IsValid", - "comment": "Returns true if the node referenced by the specified PolygonId is active in the NavMesh.\n\n```plaintext\nParams: polygon - Identifier of the NavMesh node to be checked.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "location", - "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" - } - ], - "isStatic": false, - "name": "IsValid", - "comment": "Returns true if the node referenced by the PolygonId contained in the NavMeshLocation is active in the NavMesh.\n\n```plaintext\nParams: location - Location on the NavMesh to be checked. Same as checking location.polygon directly.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "GetAgentTypeIdForPolygon", - "comment": "Agent type identifier.\n\n```plaintext\nParams: polygon - Identifier of a node from a NavMesh surface or link.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshLocation", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "CreateLocation", - "comment": "Object containing the desired position and NavMesh node.\n\n```plaintext\nParams: position - World position of the NavMeshLocation to be created.\n polygon - Valid identifier for the NavMesh node.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshLocation", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "extents", "typeName": "UnityEngine.Vector3" }, - { "name": "agentTypeID", "typeName": "int" }, - { "name": "areaMask", "typeName": "int" } - ], - "isStatic": false, - "name": "MapLocation", - "comment": "An object with position and valid PolygonId - when a point on the NavMesh has been found.\n\nAn invalid object - when no NavMesh surface with the desired features has been found within the search area. See Also: NavMeshQuery.IsValid.\n\n```plaintext\nParams: position - World position for which the closest point on the NavMesh needs to be found.\n extents - Maximum distance, from the specified position, expanding along all three axes, within which NavMesh surfaces are searched.\n agentTypeID - Identifier for the agent type whose NavMesh surfaces should be selected for this operation. The Humanoid agent type exists for all NavMeshes and has an ID of 0. Other agent types can be defined manually through the Editor. A separate NavMesh surface needs to be baked for each agent type.\n areaMask - Bitmask used to represent areas of the NavMesh that should (value of 1) or shouldn't (values of 0) be sampled. This parameter is optional and defaults to NavMesh.AllAreas if unspecified. See Also:.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "locations", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "targets", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "areaMasks", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "MoveLocations", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "locations", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "targets", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "areaMask", "typeName": "int" } - ], - "isStatic": false, - "name": "MoveLocationsInSameAreas", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshLocation", - "params": [ - { - "name": "location", - "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" - }, - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "areaMask", "typeName": "int" } - ], - "isStatic": false, - "name": "MoveLocation", - "comment": "A new location on the NavMesh placed as closely as possible to the specified target position.\n\nThe start location is returned when that start is inside an area which is not allowed by the areaMask.\n\n```plaintext\nParams: location - Position to be moved across the NavMesh surface.\n target - World position you require the agent to move to.\n areaMask - Bitmask with values of 1 set at the indices corresponding to areas that can be traversed, and with values of 0 for areas that should not be traversed. This parameter can be omitted, in which case it defaults to NavMesh.AllAreas. See Also:.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - }, - { - "name": "neighbourPolygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - }, - { "name": "left", "typeName": "UnityEngine.Vector3" }, - { "name": "right", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetPortalPoints", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "PolygonLocalToWorldMatrix", - "comment": "Transformation matrix for the surface owning the specified polygon.\n\nMatrix4x4.identity when the NavMesh node is a.\n\n```plaintext\nParams: polygon - NavMesh node for which its owner's transform must be determined.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "PolygonWorldToLocalMatrix", - "comment": "Inverse transformation matrix of the surface owning the specified polygon.\n\nMatrix4x4.identity when the NavMesh node is a.\n\n```plaintext\nParams: polygon - NavMesh node for which its owner's inverse transform must be determined.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "NavMeshPolyTypes", - "params": [ - { - "name": "polygon", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - } - ], - "isStatic": false, - "name": "GetPolygonType", - "comment": "Ground when the node is a polygon on a NavMesh surface.\n\nOffMeshConnection when the node is a.\n\n```plaintext\nParams: polygon - Identifier of a node from a NavMesh surface or link.\n \n```\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "PathQueryStatus", - "params": [ - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { - "name": "start", - "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" - }, - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "areaMask", "typeName": "int" }, - { - "name": "costs", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "PathQueryStatus", - "params": [ - { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, - { - "name": "path", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "pathCount", "typeName": "int" }, - { - "name": "start", - "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" - }, - { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "areaMask", "typeName": "int" }, - { - "name": "costs", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.AIModule.dll" - }, - { - "returnTypeName": "PathQueryStatus", - "params": [ - { - "name": "node", - "typeName": "UnityEngine.Experimental.AI.PolygonId" - }, - { - "name": "edgeVertices", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "neighbors", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "edgeIndices", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "verticesCount", "typeName": "int" }, - { "name": "neighborsCount", "typeName": "int" } - ], - "isStatic": false, - "name": "GetEdgesAndNeighbors", - "comment": "", - "location": "UnityEngine.AIModule.dll" - } - ], - "name": "NavMeshQuery", - "comment": "Object used for doing navigation operations in a NavMeshWorld.\n\n", - "location": "UnityEngine.AIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "Checks if the operation is still running.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "bool", - "name": "isDone", - "comment": "Checks if the operation is finished.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidAssetPackUseMobileDataRequestResult", - "name": "result", - "comment": "Indicates whether the end user allowed the application to use mobile data to download Android asset packs.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [], - "name": "RequestToUseMobileDataAsyncOperation", - "comment": "Represents an asynchronous operation that requests to use mobile data to download Android asset packs.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.TrackedReference", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Enables / disables the animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "weight", - "comment": "The weight of animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "wrapMode", - "comment": "Wrapping mode of the animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "The current time of the animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "normalizedTime", - "comment": "The normalized time of the animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "speed", - "comment": "The playback speed of the animation. 1 is normal playback speed.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "normalizedSpeed", - "comment": "The normalized playback speed.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "length", - "comment": "The length of the animation clip in seconds.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "layer", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "clip", - "comment": "The clip that is being played by this animation state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "The name of the animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationBlendMode", - "name": "blendMode", - "comment": "Which blend mode should be used?\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mix", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "AddMixingTransform", - "comment": "Adds a transform which should be animated. This allows you to reduce the number of animations you have to create.\n\n```plaintext\nParams: mix - The transform to animate.\n recursive - Whether to also animate all children of the specified transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mix", "typeName": "UnityEngine.Transform" }, - { "name": "recursive", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddMixingTransform", - "comment": "Adds a transform which should be animated. This allows you to reduce the number of animations you have to create.\n\n```plaintext\nParams: mix - The transform to animate.\n recursive - Whether to also animate all children of the specified transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mix", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "RemoveMixingTransform", - "comment": "Removes a transform which should be animated.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationState", - "comment": "The AnimationState gives full control over animation blending.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "coreUnityAssetPacksDownloaded", - "comment": "Checks if all core Unity asset packs are downloaded.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetCoreUnityAssetPackNames", - "comment": "Returns an array of asset pack names for core Unity asset packs with the fast-follow or on-demand delivery type. If Unity did not create any core asset packs for this application with previously mentioned delivery types, or if the PlayCore plugin is missing, this returns an empty array.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assetPackNames", "typeName": "string[]" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "GetAssetPackStateAsync", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "GetAssetPackStateAsyncOperation", - "params": [{ "name": "assetPackNames", "typeName": "string[]" }], - "isStatic": true, - "name": "GetAssetPackStateAsync", - "comment": "Returns an object that represents the query operation. If you yield this object inside a coroutine, the coroutine pauses until the operation is complete.\n\n```plaintext\nParams: assetPackNames - The array of names of the Android asset packs to query the state of.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assetPackNames", "typeName": "string[]" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "DownloadAssetPackAsync", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "DownloadAssetPackAsyncOperation", - "params": [{ "name": "assetPackNames", "typeName": "string[]" }], - "isStatic": true, - "name": "DownloadAssetPackAsync", - "comment": "Returns an object that represents the download operation. If you yield this object inside a coroutine, the coroutine pauses until the operation is complete.\n\n```plaintext\nParams: assetPackNames - The array of names of Android asset packs to download.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestToUseMobileDataAsync", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "RequestToUseMobileDataAsyncOperation", - "params": [], - "isStatic": true, - "name": "RequestToUseMobileDataAsync", - "comment": "Returns an object that represents the request operation. If you yield this object inside a coroutine, the coroutine pauses until the operation is complete.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "assetPackName", "typeName": "string" }], - "isStatic": true, - "name": "GetAssetPackPath", - "comment": "Returns the full path to the location where the device stores the assets for the Android asset pack. If the asset pack you specify is not on the device, or if it does not use the fast-follow or on-demand delivery type, this returns an empty string.\n\n```plaintext\nParams: assetPackName - The name of the Android asset pack to get path.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "assetPackNames", "typeName": "string[]" }], - "isStatic": true, - "name": "CancelAssetPackDownload", - "comment": "Cancels Android asset pack downloads.\n\n```plaintext\nParams: assetPackNames - The array of names of the Android asset packs to cancel the download for.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "assetPackName", "typeName": "string" }], - "isStatic": true, - "name": "RemoveAssetPack", - "comment": "Removes Android asset pack.\n\n```plaintext\nParams: assetPackName - The name of the Android asset pack to remove.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidAssetPacks", - "comment": "Provides methods for handling Android asset packs.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "data", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string", - "name": "stringParameter", - "comment": "String parameter that is stored in the event and will be sent to the function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "floatParameter", - "comment": "Float parameter that is stored in the event and will be sent to the function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "intParameter", - "comment": "Int parameter that is stored in the event and will be sent to the function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "objectReferenceParameter", - "comment": "Object reference parameter that is stored in the event and will be sent to the function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string", - "name": "functionName", - "comment": "The name of the function that will be called.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "The time at which the event will be fired off.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.SendMessageOptions", - "name": "messageOptions", - "comment": "Function call options.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isFiredByLegacy", - "comment": "Returns true if this Animation event has been fired by an Animation component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isFiredByAnimator", - "comment": "Returns true if this Animation event has been fired by an Animator component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationState", - "name": "animationState", - "comment": "The animation state that fired this event (Read Only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorStateInfo", - "name": "animatorStateInfo", - "comment": "The animator state info related to this event (Read Only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorClipInfo", - "name": "animatorClipInfo", - "comment": "The animator clip info related to this event (Read Only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new animation event.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationEvent", - "comment": "AnimationEvent lets you call a script function similar to SendMessage as part of playing back an animation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Motion", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "length", - "comment": "Animation length in seconds. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "frameRate", - "comment": "Frame rate at which keyframes are sampled. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "wrapMode", - "comment": "Sets the default wrap mode used in the animation state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "localBounds", - "comment": "AABB of this Animation Clip in local space of Animation component that it is attached too.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "legacy", - "comment": "Set to true if the AnimationClip will be used with the Legacy Animation component ( instead of the Animator ).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "humanMotion", - "comment": "Returns true if the animation contains curve that drives a humanoid rig.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "empty", - "comment": "Returns true if the animation clip has no curves and no events.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasGenericRootTransform", - "comment": "Returns true if the Animation has animation on the root transform.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasMotionFloatCurves", - "comment": "Returns true if the AnimationClip has editor curves for its root motion.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasMotionCurves", - "comment": "Returns true if the AnimationClip has root motion curves.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasRootCurves", - "comment": "Returns true if the AnimationClip has root Curves.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationEvent[]", - "name": "events", - "comment": "Animation Events for this animation clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new animation clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "time", "typeName": "float" } - ], - "isStatic": false, - "name": "SampleAnimation", - "comment": "Samples an animation at a given time for any animated properties.\n\n```plaintext\nParams: go - The animated game object.\n time - The time to sample an animation.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relativePath", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "propertyName", "typeName": "string" }, - { "name": "curve", "typeName": "UnityEngine.AnimationCurve" } - ], - "isStatic": false, - "name": "SetCurve", - "comment": "Assigns the curve to animate a specific property.\n\n```plaintext\nParams: relativePath - Path to the game object this curve applies to. The relativePath\n is formatted similar to a pathname, e.g. \"rootspineleftArm\". If relativePath\n is empty it refers to the game object the animation clip is attached to.\n type - The class type of the component that is animated.\n propertyName - The name or path to the property being animated.\n curve - The animation curve.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnsureQuaternionContinuity", - "comment": "Realigns quaternion keys to ensure shortest interpolation paths.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearCurves", - "comment": "Clears all curves from the clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.AnimationEvent" } - ], - "isStatic": false, - "name": "AddEvent", - "comment": "Adds an animation event to the clip.\n\n```plaintext\nParams: evt - AnimationEvent to add.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationClip", - "comment": "Stores keyframe based animations.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AvatarTarget", - "name": "Root", - "comment": "The root, the position of the game object.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarTarget", - "name": "Body", - "comment": "The body, center of mass.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarTarget", - "name": "LeftFoot", - "comment": "The left foot.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarTarget", - "name": "RightFoot", - "comment": "The right foot.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarTarget", - "name": "LeftHand", - "comment": "The left hand.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarTarget", - "name": "RightHand", - "comment": "The right hand.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AvatarTarget", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AvatarTarget", - "comment": "Target.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Android.AndroidHardwareType", - "name": "Generic", - "comment": "The Generic category includes all other Android devices.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "UnityEngine.Android.AndroidHardwareType", - "name": "ChromeOS", - "comment": "ChromeOS devices are capable of running Android apps and typically have a laptop form factor.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Android.AndroidHardwareType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidHardwareType", - "comment": "AndroidHardwareType describes the type of Android device on which the app is running.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Android.AndroidHardwareType", - "name": "hardwareType", - "comment": "When running on a Chrome OS device, hardwareType is set to AndroidHardwareType.ChromeOS. It is set to AndroidHardwareType.Generic in all other cases.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "enabled", "typeName": "bool" }], - "isStatic": true, - "name": "SetSustainedPerformanceMode", - "comment": "Set sustained performance mode. When enabled, sustained performance mode is intended to provide a consistent level of performance for a prolonged amount of time.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "AndroidDevice", - "comment": "Interface into Android specific functionality.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "UnityEngine.AndroidJavaProxy", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Action", - "name": "PermissionGranted", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "System.Action", - "name": "PermissionDenied", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "System.Action", - "name": "PermissionDeniedAndDontAskAgain", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_PermissionGranted", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_PermissionGranted", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_PermissionDenied", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_PermissionDenied", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_PermissionDeniedAndDontAskAgain", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_PermissionDeniedAndDontAskAgain", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "PermissionCallbacks", - "comment": "Contains callbacks invoked when permission request is executed using Permission.RequestUserPermission.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine.Android", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "Camera", - "comment": "Used when requesting permission or checking if permission has been granted to use the camera.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string", - "name": "Microphone", - "comment": "Used when requesting permission or checking if permission has been granted to use the microphone.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string", - "name": "FineLocation", - "comment": "Used when requesting permission or checking if permission has been granted to use the users location with high precision.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string", - "name": "CoarseLocation", - "comment": "Used when requesting permission or checking if permission has been granted to use the users location with coarse granularity.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string", - "name": "ExternalStorageRead", - "comment": "Used when requesting permission or checking if permission has been granted to read from external storage such as a SD card.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "typeName": "string", - "name": "ExternalStorageWrite", - "comment": "Used when requesting permission or checking if permission has been granted to write to external storage such as a SD card.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "permission", "typeName": "string" }], - "isStatic": true, - "name": "HasUserAuthorizedPermission", - "comment": "Whether the requested permission has been granted.\n\n```plaintext\nParams: permission - A string representing the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as \"android.permission.READ_CONTACTS\".\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "permission", "typeName": "string" }], - "isStatic": true, - "name": "RequestUserPermission", - "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: permission - A string that describes the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as \"android.permission.READ_CONTACTS\".\n callbacks - An instance of callbacks invoked when permission request is executed.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "permissions", "typeName": "string[]" }], - "isStatic": true, - "name": "RequestUserPermissions", - "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: callbacks - An instance of callbacks invoked when permission request is executed.\n permissions - An array of strings that describe the permissions to request.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "permission", "typeName": "string" }, - { - "name": "callbacks", - "typeName": "UnityEngine.Android.PermissionCallbacks" - } - ], - "isStatic": true, - "name": "RequestUserPermission", - "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: permission - A string that describes the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as \"android.permission.READ_CONTACTS\".\n callbacks - An instance of callbacks invoked when permission request is executed.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "permissions", "typeName": "string[]" }, - { - "name": "callbacks", - "typeName": "UnityEngine.Android.PermissionCallbacks" - } - ], - "isStatic": true, - "name": "RequestUserPermissions", - "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: callbacks - An instance of callbacks invoked when permission request is executed.\n permissions - An array of strings that describe the permissions to request.\n \n```\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - } - ], - "name": "Permission", - "comment": "Structure describing a permission that requires user authorization.\n\n", - "location": "UnityEngine.AndroidJNIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AnimationClip", - "name": "clip", - "comment": "Animation clip that is played.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the animation clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationInfo", - "comment": "Information about what animation clips is played and its weight.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isOptimizable", - "comment": "Returns true if the current rig is optimizable with AnimatorUtility.OptimizeTransformHierarchy.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isHuman", - "comment": "Returns true if the current rig is humanoid, false if it is generic.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasRootMotion", - "comment": "Returns true if the current rig has root motion.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "humanScale", - "comment": "Returns the scale of the current Avatar for a humanoid rig, (1 by default if the rig is generic).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isInitialized", - "comment": "Returns whether the animator is initialized successfully.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "deltaPosition", - "comment": "Gets the avatar delta position for the last evaluated frame.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "deltaRotation", - "comment": "Gets the avatar delta rotation for the last evaluated frame.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Gets the avatar velocity for the last evaluated frame.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity", - "comment": "Gets the avatar angular velocity for the last evaluated frame.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rootPosition", - "comment": "The root position, the position of the game object.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rootRotation", - "comment": "The root rotation, the rotation of the game object.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "applyRootMotion", - "comment": "Should root motion be applied?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "linearVelocityBlending", - "comment": "When linearVelocityBlending is set to true, the root motion velocity and angular velocity will be blended linearly.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "animatePhysics", - "comment": "When turned on, animations will be executed in the physics loop. This is only useful in conjunction with kinematic rigidbodies.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorUpdateMode", - "name": "updateMode", - "comment": "Specifies the update mode of the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasTransformHierarchy", - "comment": "Returns true if the object has a transform hierarchy.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "gravityWeight", - "comment": "The current gravity weight based on current animations that are played.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "bodyPosition", - "comment": "The position of the body center of mass.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "bodyRotation", - "comment": "The rotation of the body center of mass.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "stabilizeFeet", - "comment": "Automatic stabilization of feet during transition and blending.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "layerCount", - "comment": "Returns the number of layers in the controller.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorControllerParameter[]", - "name": "parameters", - "comment": "The AnimatorControllerParameter list used by the animator. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "parameterCount", - "comment": "Returns the number of parameters in the controller.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "feetPivotActive", - "comment": "Blends pivot point between body center of mass and feet pivot.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "pivotWeight", - "comment": "Gets the pivot weight.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pivotPosition", - "comment": "Get the current position of the pivot.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isMatchingTarget", - "comment": "If automatic matching is active.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "speed", - "comment": "The playback speed of the Animator. 1 is normal playback speed.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "targetPosition", - "comment": "Returns the position of the target specified by SetTarget.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "targetRotation", - "comment": "Returns the rotation of the target specified by SetTarget.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorCullingMode", - "name": "cullingMode", - "comment": "Controls culling of this Animator component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "playbackTime", - "comment": "Sets the playback position in the recording buffer.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "recorderStartTime", - "comment": "Start time of the first frame of the buffer relative to the frame at which StartRecording was called.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "recorderStopTime", - "comment": "End time of the recorded clip relative to when StartRecording was called.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorRecorderMode", - "name": "recorderMode", - "comment": "Gets the mode of the Animator recorder.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.RuntimeAnimatorController", - "name": "runtimeAnimatorController", - "comment": "The runtime representation of AnimatorController that controls the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasBoundPlayables", - "comment": "Returns true if Animator has any playables assigned to it.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Avatar", - "name": "avatar", - "comment": "Gets/Sets the current Avatar.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayableGraph", - "name": "playableGraph", - "comment": "The PlayableGraph created by the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "layersAffectMassCenter", - "comment": "Additional layers affects the center of mass.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "leftFeetBottomHeight", - "comment": "Get left foot bottom height.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "rightFeetBottomHeight", - "comment": "Get right foot bottom height.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "logWarnings", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "fireEvents", - "comment": "Sets whether the Animator sends events of type AnimationEvent.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "keepAnimatorControllerStateOnDisable", - "comment": "Controls the behaviour of the Animator component when a GameObject is disabled.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimationClipState", - "comment": "Gets the list of AnimatorClipInfo currently played by the current state.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimationClipState", - "comment": "Gets the list of AnimatorClipInfo currently played by the next state.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFloat", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" }, - { "name": "dampTime", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "float" }, - { "name": "dampTime", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetBool", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetBool", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInteger", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetInteger", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInteger", - "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInteger", - "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "SetTrigger", - "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "SetTrigger", - "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ResetTrigger", - "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "ResetTrigger", - "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsParameterControlledByCurve", - "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "IsParameterControlledByCurve", - "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetIKPosition", - "comment": "Return the current position of this IK goal in world space.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "goalPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetIKPosition", - "comment": "Sets the position of an IK goal.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n goalPosition - The position in world space.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetIKRotation", - "comment": "Gets the rotation of an IK goal.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "goalRotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetIKRotation", - "comment": "Sets the rotation of an IK goal.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n goalRotation - The rotation in world space.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetIKPositionWeight", - "comment": "Gets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetIKPositionWeight", - "comment": "Sets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n value - The translative weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetIKRotationWeight", - "comment": "Gets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetIKRotationWeight", - "comment": "Sets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n value - The rotational weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" } - ], - "isStatic": false, - "name": "GetIKHintPosition", - "comment": "Return the current position of this IK hint in world space.\n\n```plaintext\nParams: hint - The AvatarIKHint that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" }, - { "name": "hintPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetIKHintPosition", - "comment": "Sets the position of an IK hint.\n\n```plaintext\nParams: hint - The AvatarIKHint that is set.\n hintPosition - The position in world space.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" } - ], - "isStatic": false, - "name": "GetIKHintPositionWeight", - "comment": "Return translative weight.\n\n```plaintext\nParams: hint - The AvatarIKHint that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetIKHintPositionWeight", - "comment": "Sets the translative weight of an IK hint (0 = at the original animation before IK, 1 = at the hint).\n\n```plaintext\nParams: hint - The AvatarIKHint that is set.\n value - The translative weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lookAtPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLookAtPosition", - "comment": "Sets the look at position.\n\n```plaintext\nParams: lookAtPosition - The position to lookAt.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "weight", "typeName": "float" }], - "isStatic": false, - "name": "SetLookAtWeight", - "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "weight", "typeName": "float" }, - { "name": "bodyWeight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLookAtWeight", - "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "weight", "typeName": "float" }, - { "name": "bodyWeight", "typeName": "float" }, - { "name": "headWeight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLookAtWeight", - "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "weight", "typeName": "float" }, - { "name": "bodyWeight", "typeName": "float" }, - { "name": "headWeight", "typeName": "float" }, - { "name": "eyesWeight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLookAtWeight", - "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "weight", "typeName": "float" }, - { "name": "bodyWeight", "typeName": "float" }, - { "name": "headWeight", "typeName": "float" }, - { "name": "eyesWeight", "typeName": "float" }, - { "name": "clampWeight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLookAtWeight", - "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "humanBoneId", "typeName": "UnityEngine.HumanBodyBones" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetBoneLocalRotation", - "comment": "Sets local rotation of a human bone during a IK pass.\n\n```plaintext\nParams: humanBoneId - The human bone Id.\n rotation - The local rotation.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetBehaviour", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetBehaviours", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "fullPathHash", "typeName": "int" }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBehaviours", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetLayerName", - "comment": "The layer name.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerName", "typeName": "string" }], - "isStatic": false, - "name": "GetLayerIndex", - "comment": "The layer index.\n\n```plaintext\nParams: layerName - The layer name.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetLayerWeight", - "comment": "The layer weight.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLayerWeight", - "comment": "Sets the weight of the layer at the given index.\n\n```plaintext\nParams: layerIndex - The layer index.\n weight - The new layer weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorStateInfo", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimatorStateInfo", - "comment": "An AnimatorStateInfo with the information on the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorStateInfo", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimatorStateInfo", - "comment": "An AnimatorStateInfo with the information on the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorTransitionInfo", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetAnimatorTransitionInfo", - "comment": "An AnimatorTransitionInfo with the informations on the current transition.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimatorClipInfoCount", - "comment": "The number of AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimatorClipInfoCount", - "comment": "The number of AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimatorClipInfo", - "comment": "An array of all the AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimatorClipInfo", - "comment": "An array of all the AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { - "name": "clips", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetCurrentAnimatorClipInfo", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { - "name": "clips", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetNextAnimatorClipInfo", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "IsInTransition", - "comment": "True if there is a transition on the given layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorControllerParameter", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetParameter", - "comment": "See AnimatorController.parameters.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matchPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "matchRotation", "typeName": "UnityEngine.Quaternion" }, - { - "name": "targetBodyPart", - "typeName": "UnityEngine.AvatarTarget" - }, - { - "name": "weightMask", - "typeName": "UnityEngine.MatchTargetWeightMask" - }, - { "name": "startNormalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "MatchTarget", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matchPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "matchRotation", "typeName": "UnityEngine.Quaternion" }, - { - "name": "targetBodyPart", - "typeName": "UnityEngine.AvatarTarget" - }, - { - "name": "weightMask", - "typeName": "UnityEngine.MatchTargetWeightMask" - }, - { "name": "startNormalizedTime", "typeName": "float" }, - { "name": "targetNormalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "MatchTarget", - "comment": "Automatically adjust the GameObject position and rotation.\n\n```plaintext\nParams: matchPosition - The position we want the body part to reach.\n matchRotation - The rotation in which we want the body part to be.\n targetBodyPart - The body part that is involved in the match.\n weightMask - Structure that contains weights for matching position and rotation.\n startNormalizedTime - Start time within the animation clip (0 - beginning of clip, 1 - end of clip).\n targetNormalizedTime - End time within the animation clip (0 - beginning of clip, 1 - end of clip), values greater than 1 can be set to trigger a match after a certain number of loops. Ex: 2.3 means at 30% of 2nd loop.\n completeMatch - Allows you to specify what should happen if the MatchTarget function is interrupted. A value of true causes the GameObject to immediately move to the matchPosition if interrupted. A value of false causes the GameObject to stay at its current position if interrupted.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matchPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "matchRotation", "typeName": "UnityEngine.Quaternion" }, - { - "name": "targetBodyPart", - "typeName": "UnityEngine.AvatarTarget" - }, - { - "name": "weightMask", - "typeName": "UnityEngine.MatchTargetWeightMask" - }, - { "name": "startNormalizedTime", "typeName": "float" }, - { "name": "targetNormalizedTime", "typeName": "float" }, - { "name": "completeMatch", "typeName": "bool" } - ], - "isStatic": false, - "name": "MatchTarget", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "InterruptMatchTarget", - "comment": "Interrupts the automatic target matching.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "completeMatch", "typeName": "bool" }], - "isStatic": false, - "name": "InterruptMatchTarget", - "comment": "Interrupts the automatic target matching.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "normalizedTime", "typeName": "float" }], - "isStatic": false, - "name": "ForceStateNormalizedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "fixedTransitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "fixedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "fixedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTimeOffset", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "fixedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTimeOffset", "typeName": "float" }, - { "name": "normalizedTransitionTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "Creates a crossfade from the current state to any other state using times in seconds.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n fixedTransitionDuration - The duration of the transition (in seconds).\n layer - The layer where the crossfade occurs.\n fixedTimeOffset - The time of the state (in seconds).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "fixedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTimeOffset", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "fixedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "fixedTransitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "fixedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTimeOffset", "typeName": "float" }, - { "name": "normalizedTransitionTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "Creates a crossfade from the current state to any other state using times in seconds.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n fixedTransitionDuration - The duration of the transition (in seconds).\n layer - The layer where the crossfade occurs.\n fixedTimeOffset - The time of the state (in seconds).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WriteDefaultValues", - "comment": "Forces a write of the default values stored in the animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "normalizedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTimeOffset", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "normalizedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "normalizedTransitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "normalizedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTimeOffset", "typeName": "float" }, - { "name": "normalizedTransitionTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "Creates a crossfade from the current state to any other state using normalized times.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n normalizedTransitionDuration - The duration of the transition (normalized).\n layer - The layer where the crossfade occurs.\n normalizedTimeOffset - The time of the state (normalized).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "normalizedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTimeOffset", "typeName": "float" }, - { "name": "normalizedTransitionTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "Creates a crossfade from the current state to any other state using normalized times.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n normalizedTransitionDuration - The duration of the transition (normalized).\n layer - The layer where the crossfade occurs.\n normalizedTimeOffset - The time of the state (normalized).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "normalizedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTimeOffset", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "normalizedTransitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateHashName", "typeName": "int" }, - { "name": "normalizedTransitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateName", "typeName": "string" }], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateNameHash", "typeName": "int" }], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateName", "typeName": "string" }], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "Play", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "Play", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateNameHash", "typeName": "int" }], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetIndex", "typeName": "UnityEngine.AvatarTarget" }, - { "name": "targetNormalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "SetTarget", - "comment": "Sets an AvatarTarget and a targetNormalizedTime for the current state.\n\n```plaintext\nParams: targetIndex - The avatar body part that is queried.\n targetNormalizedTime - The current state Time that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "IsControlled", - "comment": "Returns true if the transform is controlled by the Animator\\.\n\n```plaintext\nParams: transform - The transform that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Transform", - "params": [ - { "name": "humanBoneId", "typeName": "UnityEngine.HumanBodyBones" } - ], - "isStatic": false, - "name": "GetBoneTransform", - "comment": "Returns Transform mapped to this human bone id.\n\n```plaintext\nParams: humanBoneId - The human bone that is queried, see enum HumanBodyBones for a list of possible values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StartPlayback", - "comment": "Sets the animator in playback mode.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopPlayback", - "comment": "Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "frameCount", "typeName": "int" }], - "isStatic": false, - "name": "StartRecording", - "comment": "Sets the animator in recording mode, and allocates a circular buffer of size frameCount.\n\n```plaintext\nParams: frameCount - The number of frames (updates) that will be recorded. If frameCount is 0, the recording will continue until the user calls StopRecording. The maximum value for frameCount is 10000.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopRecording", - "comment": "Stops animator record mode.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { "name": "stateID", "typeName": "int" } - ], - "isStatic": false, - "name": "HasState", - "comment": "True if the state exists in this layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n stateID - The state ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "StringToHash", - "comment": "Generates an parameter id from a string.\n\n```plaintext\nParams: name - The string to convert to Id.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "deltaTime", "typeName": "float" }], - "isStatic": false, - "name": "Update", - "comment": "Evaluates the animator based on deltaTime.\n\n```plaintext\nParams: deltaTime - The time delta.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Rebind", - "comment": "Rebind all the animated properties and mesh data with the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ApplyBuiltinRootMotion", - "comment": "Apply the default Root Motion.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetVector", - "comment": "Gets the value of a vector parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetVector", - "comment": "Gets the value of a vector parameter.\n\n```plaintext\nParams: id - The id of the parameter. The id is generated using Animator::StringToHash.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Sets the value of a vector parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n value - The new value for the parameter.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Sets the value of a vector parameter.\n\n```plaintext\nParams: id - The id of the parameter. The id is generated using Animator::StringToHash.\n value - The new value for the parameter.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetQuaternion", - "comment": "Gets the value of a quaternion parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetQuaternion", - "comment": "Gets the value of a quaternion parameter.\n\n```plaintext\nParams: id - The id of the parameter. The id is generated using Animator::StringToHash.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetQuaternion", - "comment": "Sets the value of a quaternion parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n value - The new value for the parameter.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetQuaternion", - "comment": "Sets the value of a quaternion parameter.\n\n```plaintext\nParams: id - Of the parameter. The id is generated using Animator::StringToHash.\n value - The new value for the parameter.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "Animator", - "comment": "Interface to control the Mecanim animation system.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AvatarIKGoal", - "name": "LeftFoot", - "comment": "The left foot.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarIKGoal", - "name": "RightFoot", - "comment": "The right foot.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarIKGoal", - "name": "LeftHand", - "comment": "The left hand.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarIKGoal", - "name": "RightHand", - "comment": "The right hand.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AvatarIKGoal", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AvatarIKGoal", - "comment": "IK Goal.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AvatarIKHint", - "name": "LeftKnee", - "comment": "The left knee IK hint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarIKHint", - "name": "RightKnee", - "comment": "The right knee IK hint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarIKHint", - "name": "LeftElbow", - "comment": "The left elbow IK hint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarIKHint", - "name": "RightElbow", - "comment": "The right elbow IK hint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AvatarIKHint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AvatarIKHint", - "comment": "IK Hint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimatorControllerParameterType", - "name": "Float", - "comment": "Float type parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorControllerParameterType", - "name": "Int", - "comment": "Int type parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorControllerParameterType", - "name": "Bool", - "comment": "Boolean type parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorControllerParameterType", - "name": "Trigger", - "comment": "Trigger type parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimatorControllerParameterType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorControllerParameterType", - "comment": "The type of the parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimatorRecorderMode", - "name": "Offline", - "comment": "The Animator recorder is offline.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorRecorderMode", - "name": "Playback", - "comment": "The Animator recorder is in Playback.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorRecorderMode", - "name": "Record", - "comment": "The Animator recorder is in Record.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimatorRecorderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorRecorderMode", - "comment": "The mode of the Animator's recorder.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.DurationUnit", - "name": "Fixed", - "comment": "A fixed duration is a duration expressed in seconds.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.DurationUnit", - "name": "Normalized", - "comment": "A normalized duration is a duration expressed in percentage.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.DurationUnit", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "DurationUnit", - "comment": "Describe the unit of a duration.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimatorCullingMode", - "name": "AlwaysAnimate", - "comment": "Always animate the entire character. Object is animated even when offscreen.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorCullingMode", - "name": "CullUpdateTransforms", - "comment": "Retarget, IK and write of Transforms are disabled when renderers are not visible.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorCullingMode", - "name": "CullCompletely", - "comment": "Animation is completely disabled when renderers are not visible.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorCullingMode", - "name": "BasedOnRenderers", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimatorCullingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorCullingMode", - "comment": "Culling mode for the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnimatorUpdateMode", - "name": "Normal", - "comment": "Normal update of the animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorUpdateMode", - "name": "AnimatePhysics", - "comment": "Updates the animator during the physic loop in order to have the animation system synchronized with the physics engine.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorUpdateMode", - "name": "UnscaledTime", - "comment": "Animator updates independently of Time.timeScale.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnimatorUpdateMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorUpdateMode", - "comment": "The update mode of the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AnimationClip", - "name": "clip", - "comment": "Returns the animation clip played by the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "weight", - "comment": "Returns the blending weight used by the Animator to blend this clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorClipInfo", - "comment": "Information about clip being played and blended by the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "fullPathHash", - "comment": "The full path hash for this state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "nameHash", - "comment": "The hashed name of the State.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "shortNameHash", - "comment": "The hash is generated using Animator.StringToHash. The hash does not include the name of the parent layer.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "normalizedTime", - "comment": "Normalized time of the State.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "length", - "comment": "Current duration of the state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "speed", - "comment": "The playback speed of the animation. 1 is the normal playback speed.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "speedMultiplier", - "comment": "The speed multiplier for this state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "tagHash", - "comment": "The Tag of the State.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Is the state looping.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsName", - "comment": "Does name match the name of the active state in the statemachine?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": "IsTag", - "comment": "Does tag match the tag of the active state in the statemachine.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorStateInfo", - "comment": "Information about the current or next state.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "fullPathHash", - "comment": "The hash name of the Transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "nameHash", - "comment": "The simplified name of the Transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "userNameHash", - "comment": "The user-specified name of the Transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.DurationUnit", - "name": "durationUnit", - "comment": "The unit of the transition duration.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "duration", - "comment": "Duration of the transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "normalizedTime", - "comment": "Normalized time of the Transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "anyState", - "comment": "Returns true if the transition is from an AnyState node, or from Animator.CrossFade.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsName", - "comment": "Does name match the name of the active Transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsUserName", - "comment": "Does userName match the name of the active Transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorTransitionInfo", - "comment": "Information about the current transition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "positionXYZWeight", - "comment": "Position XYZ weight.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "rotationWeight", - "comment": "Rotation weight.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "positionXYZWeight", "typeName": "UnityEngine.Vector3" }, - { "name": "rotationWeight", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "MatchTargetWeightMask contructor.\n\n```plaintext\nParams: positionXYZWeight - Position XYZ weight.\n rotationWeight - Rotation weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "MatchTargetWeightMask", - "comment": "Use this struct to specify the position and rotation weight mask for Animator.MatchTarget.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Animations", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Animations.AnimationStreamSource", - "name": "DefaultValues", - "comment": "AnimationStream will be initialized with the default values from the Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Animations.AnimationStreamSource", - "name": "PreviousInputs", - "comment": "AnimationStream will be initialized with the values from the previous AnimationPlayableOutput connected to the same Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Animations.AnimationStreamSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationStreamSource", - "comment": "Describes how an AnimationStream is initialized\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "nameHash", - "comment": "Returns the hash of the parameter based on its name.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimatorControllerParameterType", - "name": "type", - "comment": "The type of the parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "defaultFloat", - "comment": "The default float value for the parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "defaultInt", - "comment": "The default int value for the parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "defaultBool", - "comment": "The default bool value for the parameter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorControllerParameter", - "comment": "Used to communicate between scripting and the controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AnimationClip", - "name": "originalClip", - "comment": "The original clip from the controller.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "overrideClip", - "comment": "The override animation clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationClipPair", - "comment": "This class defines a pair of clips used by AnimatorOverrideController.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.RuntimeAnimatorController", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RuntimeAnimatorController", - "name": "runtimeAnimatorController", - "comment": "The Runtime Animator Controller that the Animator Override Controller overrides.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "this[]", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "this[]", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "overridesCount", - "comment": "Returns the count of overrides.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AnimationClipPair[]", - "name": "clips", - "comment": "Returns the list of orignal Animation Clip from the controller and their override Animation Clip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an empty Animator Override Controller.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "controller", - "typeName": "UnityEngine.RuntimeAnimatorController" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an Animator Override Controller that overrides controller.\n\n```plaintext\nParams: controller - Runtime Animator Controller to override.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "overrides", - "typeName": "System.Collections.Generic.List>" - } - ], - "isStatic": false, - "name": "GetOverrides", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "overrides", - "typeName": "System.Collections.Generic.IList>" - } - ], - "isStatic": false, - "name": "ApplyOverrides", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorOverrideController", - "comment": "Interface to control Animator Override Controller.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Animations", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AnimationStreamSource", - "params": [], - "isStatic": false, - "name": "GetAnimationStreamSource", - "comment": "Returns the AnimationStreamSource of the output.\n\n```plaintext\nParams: output - The AnimationPlayableOutput instance that calls this method.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "streamSource", - "typeName": "UnityEngine.Experimental.Animations.AnimationStreamSource" - } - ], - "isStatic": false, - "name": "SetAnimationStreamSource", - "comment": "Sets the stream source for the specified AnimationPlayableOutput.\n\n```plaintext\nParams: output - The AnimationPlayableOutput instance that calls this method.\n streamSource - The AnimationStreamSource to apply on this output.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "UInt16", - "params": [], - "isStatic": false, - "name": "GetSortingOrder", - "comment": "Returns the sorting order of the output.\n\n```plaintext\nParams: output - The AnimationPlayableOutput instance that calls this method.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sortingOrder", "typeName": "ushort" }], - "isStatic": false, - "name": "SetSortingOrder", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationPlayableOutputExtensions", - "comment": "Static class providing experimental extension methods for AnimationPlayableOutput .\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "success", "typeName": "System.Action" }, - { "name": "failure", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "FetchPrivacyUrl", - "comment": "", - "location": "Unity.Analytics.DataPrivacy.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.DataPrivacy.dll" - } - ], - "name": "DataPrivacy", - "comment": "", - "location": "Unity.Analytics.DataPrivacy.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "exposedTransforms", "typeName": "string[]" } - ], - "isStatic": true, - "name": "OptimizeTransformHierarchy", - "comment": "This function will remove all transform hierarchy under GameObject, the animator will write directly transform matrices into the skin mesh matrices saving alot of CPU cycles.\n\n```plaintext\nParams: go - GameObject to Optimize.\n exposedTransforms - List of transform name to expose.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "DeoptimizeTransformHierarchy", - "comment": "This function will recreate all transform hierarchy under GameObject.\n\n```plaintext\nParams: go - GameObject to Deoptimize.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorUtility", - "comment": "Various utilities for animator manipulation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.BodyDof", - "name": "SpineFrontBack", - "comment": "The spine front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "SpineLeftRight", - "comment": "The spine left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "SpineRollLeftRight", - "comment": "The spine roll left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "ChestFrontBack", - "comment": "The chest front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "ChestLeftRight", - "comment": "The chest left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "ChestRollLeftRight", - "comment": "The chest roll left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "UpperChestFrontBack", - "comment": "The upper chest front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "UpperChestLeftRight", - "comment": "The upper chest left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "UpperChestRollLeftRight", - "comment": "The upper chest roll left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.BodyDof", - "name": "LastBodyDof", - "comment": "The last value of the BodyDof enum.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.BodyDof", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "BodyDof", - "comment": "Enumeration of all the muscles in the body.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.HeadDof", - "name": "NeckFrontBack", - "comment": "The neck front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "NeckLeftRight", - "comment": "The neck left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "NeckRollLeftRight", - "comment": "The neck roll left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "HeadFrontBack", - "comment": "The head front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "HeadLeftRight", - "comment": "The head left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "HeadRollLeftRight", - "comment": "The head roll left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "LeftEyeDownUp", - "comment": "The left eye down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "LeftEyeInOut", - "comment": "The left eye in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "RightEyeDownUp", - "comment": "The right eye down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "RightEyeInOut", - "comment": "The right eye in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "JawDownUp", - "comment": "The jaw down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "JawLeftRight", - "comment": "The jaw left-right muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HeadDof", - "name": "LastHeadDof", - "comment": "The last value of the HeadDof enum.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.HeadDof", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HeadDof", - "comment": "Enumeration of all the muscles in the head.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LegDof", - "name": "UpperLegFrontBack", - "comment": "The upper leg front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "UpperLegInOut", - "comment": "The upper leg in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "UpperLegRollInOut", - "comment": "The upper leg roll in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "LegCloseOpen", - "comment": "The leg close-open muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "LegRollInOut", - "comment": "The leg roll in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "FootCloseOpen", - "comment": "The foot close-open muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "FootInOut", - "comment": "The foot in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "ToesUpDown", - "comment": "The toes up-down muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.LegDof", - "name": "LastLegDof", - "comment": "The last value of the LegDof enum.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LegDof", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "LegDof", - "comment": "Enumeration of all the muscles in a leg.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ArmDof", - "name": "ShoulderDownUp", - "comment": "The shoulder down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "ShoulderFrontBack", - "comment": "The shoulder front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "ArmDownUp", - "comment": "The arm down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "ArmFrontBack", - "comment": "The arm front-back muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "ArmRollInOut", - "comment": "The arm roll in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "ForeArmCloseOpen", - "comment": "The forearm close-open muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "ForeArmRollInOut", - "comment": "The forearm roll in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "HandDownUp", - "comment": "The hand down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "HandInOut", - "comment": "The hand in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.ArmDof", - "name": "LastArmDof", - "comment": "The last value of the ArmDof enum.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ArmDof", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "ArmDof", - "comment": "Enumeration of all the muscles in an arm.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FingerDof", - "name": "ProximalDownUp", - "comment": "The proximal down-up muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.FingerDof", - "name": "ProximalInOut", - "comment": "The proximal in-out muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.FingerDof", - "name": "IntermediateCloseOpen", - "comment": "The intermediate close-open muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.FingerDof", - "name": "DistalCloseOpen", - "comment": "The distal close-open muscle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.FingerDof", - "name": "LastFingerDof", - "comment": "The last value of the FingerDof enum.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FingerDof", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "FingerDof", - "comment": "Enumeration of all the muscles in a finger.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.HumanPartDof", - "name": "Body", - "comment": "The human body part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "Head", - "comment": "The human head part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftLeg", - "comment": "The human left leg part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightLeg", - "comment": "The human right leg part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftArm", - "comment": "The human left arm part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightArm", - "comment": "The human right arm part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftThumb", - "comment": "The human left thumb finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftIndex", - "comment": "The human left index finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftMiddle", - "comment": "The human left middle finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftRing", - "comment": "The human left ring finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LeftLittle", - "comment": "The human left little finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightThumb", - "comment": "The human right thumb finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightIndex", - "comment": "The human right index finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightMiddle", - "comment": "The human right middle finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightRing", - "comment": "The human right ring finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "RightLittle", - "comment": "The human right little finger part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanPartDof", - "name": "LastHumanPartDof", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.HumanPartDof", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanPartDof", - "comment": "Enumeration of all the parts in a human.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "Hips", - "comment": "This is the Hips bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftUpperLeg", - "comment": "This is the Left Upper Leg bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightUpperLeg", - "comment": "This is the Right Upper Leg bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftLowerLeg", - "comment": "This is the Left Knee bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightLowerLeg", - "comment": "This is the Right Knee bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftFoot", - "comment": "This is the Left Ankle bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightFoot", - "comment": "This is the Right Ankle bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "Spine", - "comment": "This is the first Spine bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "Chest", - "comment": "This is the Chest bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "UpperChest", - "comment": "This is the Upper Chest bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "Neck", - "comment": "This is the Neck bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "Head", - "comment": "This is the Head bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftShoulder", - "comment": "This is the Left Shoulder bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightShoulder", - "comment": "This is the Right Shoulder bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftUpperArm", - "comment": "This is the Left Upper Arm bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightUpperArm", - "comment": "This is the Right Upper Arm bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftLowerArm", - "comment": "This is the Left Elbow bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightLowerArm", - "comment": "This is the Right Elbow bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftHand", - "comment": "This is the Left Wrist bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightHand", - "comment": "This is the Right Wrist bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftToes", - "comment": "This is the Left Toes bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightToes", - "comment": "This is the Right Toes bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftEye", - "comment": "This is the Left Eye bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightEye", - "comment": "This is the Right Eye bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "Jaw", - "comment": "This is the Jaw bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftThumbProximal", - "comment": "This is the left thumb 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftThumbIntermediate", - "comment": "This is the left thumb 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftThumbDistal", - "comment": "This is the left thumb 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftIndexProximal", - "comment": "This is the left index 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftIndexIntermediate", - "comment": "This is the left index 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftIndexDistal", - "comment": "This is the left index 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftMiddleProximal", - "comment": "This is the left middle 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftMiddleIntermediate", - "comment": "This is the left middle 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftMiddleDistal", - "comment": "This is the left middle 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftRingProximal", - "comment": "This is the left ring 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftRingIntermediate", - "comment": "This is the left ring 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftRingDistal", - "comment": "This is the left ring 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftLittleProximal", - "comment": "This is the left little 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftLittleIntermediate", - "comment": "This is the left little 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LeftLittleDistal", - "comment": "This is the left little 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightThumbProximal", - "comment": "This is the right thumb 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightThumbIntermediate", - "comment": "This is the right thumb 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightThumbDistal", - "comment": "This is the right thumb 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightIndexProximal", - "comment": "This is the right index 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightIndexIntermediate", - "comment": "This is the right index 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightIndexDistal", - "comment": "This is the right index 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightMiddleProximal", - "comment": "This is the right middle 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightMiddleIntermediate", - "comment": "This is the right middle 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightMiddleDistal", - "comment": "This is the right middle 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightRingProximal", - "comment": "This is the right ring 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightRingIntermediate", - "comment": "This is the right ring 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightRingDistal", - "comment": "This is the right ring 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightLittleProximal", - "comment": "This is the right little 1st phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightLittleIntermediate", - "comment": "This is the right little 2nd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "RightLittleDistal", - "comment": "This is the right little 3rd phalange.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanBodyBones", - "name": "LastBone", - "comment": "This is the Last bone index delimiter.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.HumanBodyBones", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanBodyBones", - "comment": "Human Body Bones.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Return true if this avatar is a valid mecanim avatar. It can be a generic avatar or a human avatar.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isHuman", - "comment": "Return true if this avatar is a valid human avatar.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.HumanDescription", - "name": "humanDescription", - "comment": "Returns the HumanDescription used to create this Avatar.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [], - "name": "Avatar", - "comment": "Avatar definition.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the Transform mapped to the bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The T-pose position of the bone in local space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "The T-pose rotation of the bone in local space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale", - "comment": "The T-pose scaling of the bone in local space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "transformModified", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "SkeletonBone", - "comment": "Details of the Transform name mapped to the skeleton bone of a model and its default position and rotation in the T-pose.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useDefaultValues", - "comment": "Should this limit use the default values?\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "min", - "comment": "The maximum negative rotation away from the initial value that this muscle can apply.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "max", - "comment": "The maximum rotation away from the initial value that this muscle can apply.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The default orientation of a bone when no muscle action is applied.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "axisLength", - "comment": "Length of the bone to which the limit is applied.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanLimit", - "comment": "This class stores the rotation limits that define the muscle for a single human bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.HumanLimit", - "name": "limit", - "comment": "The rotation limits that define the muscle for this bone.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string", - "name": "boneName", - "comment": "The name of the bone to which the Mecanim human bone is mapped.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string", - "name": "humanName", - "comment": "The name of the Mecanim human bone to which the bone from the model is mapped.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanBone", - "comment": "The mapping between a bone in the model and the conceptual bone in the Mecanim human anatomy.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.HumanBone[]", - "name": "human", - "comment": "Mapping between Mecanim bone names and bone names in the rig.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.SkeletonBone[]", - "name": "skeleton", - "comment": "List of bone Transforms to include in the model.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "upperArmTwist", - "comment": "Defines how the upper arm's roll/twisting is distributed between the shoulder and elbow joints.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "lowerArmTwist", - "comment": "Defines how the lower arm's roll/twisting is distributed between the elbow and wrist joints.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "upperLegTwist", - "comment": "Defines how the upper leg's roll/twisting is distributed between the thigh and knee joints.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "lowerLegTwist", - "comment": "Defines how the lower leg's roll/twisting is distributed between the knee and ankle.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "armStretch", - "comment": "Amount by which the arm's length is allowed to stretch when using IK.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "legStretch", - "comment": "Amount by which the leg's length is allowed to stretch when using IK.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "feetSpacing", - "comment": "Modification to the minimum distance between the feet of a humanoid model.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "hasTranslationDoF", - "comment": "True for any human that has a translation Degree of Freedom (DoF). It is set to false by default.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanDescription", - "comment": "Class that holds humanoid avatar parameters to pass to the AvatarBuilder.BuildHumanAvatar function.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Avatar", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { - "name": "humanDescription", - "typeName": "UnityEngine.HumanDescription" - } - ], - "isStatic": true, - "name": "BuildHumanAvatar", - "comment": "Returns the Avatar, you must always always check the avatar is valid before using it with Avatar.isValid.\n\n```plaintext\nParams: go - Root object of your transform hierachy. It must be the top most gameobject when you create the avatar.\n humanDescription - Humanoid description of the avatar.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Avatar", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "rootMotionTransformName", "typeName": "string" } - ], - "isStatic": true, - "name": "BuildGenericAvatar", - "comment": "Create a new generic avatar.\n\n```plaintext\nParams: go - Root object of your transform hierarchy.\n rootMotionTransformName - Transform name of the root motion transform. If empty no root motion is defined and you must take care of avatar movement yourself.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AvatarBuilder", - "comment": "Class to build avatars from user scripts.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "Root", - "comment": "The Root.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "Body", - "comment": "The Body.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "Head", - "comment": "The Head.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "LeftLeg", - "comment": "The Left Leg.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "RightLeg", - "comment": "The Right Leg.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "LeftArm", - "comment": "The Left Arm.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "RightArm", - "comment": "The Right Arm.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "LeftFingers", - "comment": "Left Fingers.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "RightFingers", - "comment": "Right Fingers.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "LeftFootIK", - "comment": "Left Foot IK.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "RightFootIK", - "comment": "Right Foot IK.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "LeftHandIK", - "comment": "Left Hand IK.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "RightHandIK", - "comment": "Right Hand IK.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.AvatarMaskBodyPart", - "name": "LastBodyPart", - "comment": "Total number of body parts.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AvatarMaskBodyPart", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AvatarMaskBodyPart", - "comment": "Avatar body part.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "humanoidBodyPartCount", - "comment": "The number of humanoid body parts.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "transformCount", - "comment": "Number of transforms.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new AvatarMask.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarMaskBodyPart" } - ], - "isStatic": false, - "name": "GetHumanoidBodyPartActive", - "comment": "Returns true if the humanoid body part at the given index is active.\n\n```plaintext\nParams: index - The index of the humanoid body part.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarMaskBodyPart" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetHumanoidBodyPartActive", - "comment": "Sets the humanoid body part at the given index to active or not.\n\n```plaintext\nParams: index - The index of the humanoid body part.\n value - Active or not.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "AddTransformPath", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "recursive", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddTransformPath", - "comment": "Adds a transform path into the AvatarMask.\n\n```plaintext\nParams: transform - The transform to add into the AvatarMask.\n recursive - Whether to also add all children of the specified transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "RemoveTransformPath", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "recursive", "typeName": "bool" } - ], - "isStatic": false, - "name": "RemoveTransformPath", - "comment": "Removes a transform path from the AvatarMask.\n\n```plaintext\nParams: transform - The Transform that should be removed from the AvatarMask.\n recursive - Whether to also remove all children of the specified transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetTransformPath", - "comment": "Returns the path of the transform at the given index.\n\n```plaintext\nParams: index - The index of the transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "path", "typeName": "string" } - ], - "isStatic": false, - "name": "SetTransformPath", - "comment": "Sets the path of the transform at the given index.\n\n```plaintext\nParams: index - The index of the transform.\n path - The path of the transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetTransformActive", - "comment": "Returns true if the transform at the given index is active.\n\n```plaintext\nParams: index - The index of the transform.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetTransformActive", - "comment": "Sets the tranform at the given index to active or not.\n\n```plaintext\nParams: index - The index of the transform.\n value - Active or not.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AvatarMask", - "comment": "AvatarMask is used to mask out humanoid body parts and transforms.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "bodyPosition", - "comment": "The human body position for that pose.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "bodyRotation", - "comment": "The human body orientation for that pose.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float[]", - "name": "muscles", - "comment": "The array of muscle values for that pose.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanPose", - "comment": "Retargetable humanoid pose.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "avatar", "typeName": "UnityEngine.Avatar" }, - { "name": "root", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a human pose handler from an avatar and a root transform and either a list of joint paths.\n\n```plaintext\nParams: avatar - The avatar from which HumanPose will be read or written. The avatar must be a humanoid.\n root - The top most parent of the skeleton hierarchy defined in the humanoid avatar. This must match the avatar definition.\n jointPaths - A list that defines the avatar joint paths. Each joint path starts from the node after the root transform and continues down the avatar skeleton hierarchy. The root transform joint path is an empty string.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "avatar", "typeName": "UnityEngine.Avatar" }, - { "name": "jointPaths", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a human pose handler from an avatar and a root transform and either a list of joint paths.\n\n```plaintext\nParams: avatar - The avatar from which HumanPose will be read or written. The avatar must be a humanoid.\n root - The top most parent of the skeleton hierarchy defined in the humanoid avatar. This must match the avatar definition.\n jointPaths - A list that defines the avatar joint paths. Each joint path starts from the node after the root transform and continues down the avatar skeleton hierarchy. The root transform joint path is an empty string.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } - ], - "isStatic": false, - "name": "GetHumanPose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } - ], - "isStatic": false, - "name": "SetHumanPose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } - ], - "isStatic": false, - "name": "GetInternalHumanPose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } - ], - "isStatic": false, - "name": "SetInternalHumanPose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "avatarPose", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetInternalAvatarPose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "avatarPose", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetInternalAvatarPose", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanPoseHandler", - "comment": "Use this class to create, read, and write the HumanPose for a humanoid avatar skeleton hierarchy or an avatar pose.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MuscleCount", - "comment": "The number of human muscle types defined by Mecanim.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string[]", - "name": "MuscleName", - "comment": "Array of the names of all human muscle types defined by Mecanim.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "BoneCount", - "comment": "The number of human bone types defined by Mecanim.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string[]", - "name": "BoneName", - "comment": "Array of the names of all human bone types defined by Mecanim.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "RequiredBoneCount", - "comment": "The number of bone types that are required by Mecanim for any human model.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "i", "typeName": "int" }, - { "name": "dofIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "MuscleFromBone", - "comment": "Obtain the muscle index for a particular bone index and \"degree of freedom\".\n\n```plaintext\nParams: i - Bone index.\n dofIndex - Number representing a \"degree of freedom\": 0 for X-Axis, 1 for Y-Axis, 2 for Z-Axis.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": true, - "name": "BoneFromMuscle", - "comment": "Return the bone to which a particular muscle is connected.\n\n```plaintext\nParams: i - Muscle index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": true, - "name": "RequiredBone", - "comment": "Is the bone a member of the minimal set of bones that Mecanim requires for a human model?\n\n```plaintext\nParams: i - Index of the bone to test.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": true, - "name": "GetMuscleDefaultMin", - "comment": "Get the default minimum value of rotation for a muscle in degrees.\n\n```plaintext\nParams: i - Muscle index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": true, - "name": "GetMuscleDefaultMax", - "comment": "Get the default maximum value of rotation for a muscle in degrees.\n\n```plaintext\nParams: i - Muscle index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": true, - "name": "GetBoneDefaultHierarchyMass", - "comment": "The bone hierarchy mass.\n\n```plaintext\nParams: i - The humanoid bone index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": true, - "name": "GetParentBone", - "comment": "Humanoid bone index of parent.\n\n```plaintext\nParams: i - Humanoid bone index to get parent from.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "HumanTrait", - "comment": "Details of all the human bone and muscle types defined by Mecanim.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "averageDuration", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "averageAngularSpeed", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "averageSpeed", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "apparentSpeed", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isLooping", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "legacy", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isHumanMotion", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isAnimatorMotion", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "val", "typeName": "bool" }], - "isStatic": false, - "name": "ValidateIfRetargetable", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "Motion", - "comment": "Base class for AnimationClips and BlendTrees.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AnimationClip[]", - "name": "animationClips", - "comment": "Retrieves all AnimationClip used by the controller.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [], - "name": "RuntimeAnimatorController", - "comment": "The runtime representation of the AnimatorController. Use this representation to change the Animator Controller during runtime.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.AssetBundlePatching", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "bundles", "typeName": "UnityEngine.AssetBundle[]" }, - { "name": "filenames", "typeName": "string[]" } - ], - "isStatic": true, - "name": "PatchAssetBundles", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundleUtility", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "pixelSnapSpacing", - "comment": "To achieve a pixel perfect render, Sprites must be displaced to discrete positions at render time. This value defines the minimum distance between these positions. This doesn’t affect the GameObject's transform position.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "PixelPerfectRendering", - "comment": "A collection of APIs that facilitate pixel perfect rendering of sprite-based renderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the bone. This is useful when recreating bone hierarchy at editor or runtime. You can also use this as a way of resolving the bone path when a Sprite is bound to a more complex or richer hierarchy.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position in local space of this bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "The rotation of this bone in local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "length", - "comment": "The length of the bone. This is important for the leaf bones to describe their length without needing another bone as the terminal bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "parentId", - "comment": "The ID of the parent of this bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteBone", - "comment": "A struct that holds a rich set of information that describes the bind pose of this Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "NativeSlice", - "params": [ - { - "name": "channel", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "GetVertexAttribute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "channel", - "typeName": "UnityEngine.Rendering.VertexAttribute" - }, - { "name": "src", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "SetVertexAttribute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetBindPoses", - "comment": "A list of bind poses for this sprite. There is no need to dispose the returned NativeArray.\n\n```plaintext\nParams: sprite - The sprite to retrieve the bind pose from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetBindPoses", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetIndices", - "comment": "A read-only list of indices indicating how the triangles are formed between the vertices. The array is marked as undisposable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetBones", - "comment": "An array of SpriteBone that belongs to this Sprite.\n\n```plaintext\nParams: sprite - The sprite to get the list of SpriteBone from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.U2D.SpriteBone[]" } - ], - "isStatic": false, - "name": "SetBones", - "comment": "Sets the SpriteBones for this Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "channel", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "HasVertexAttribute", - "comment": "True if the channel exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "SetVertexCount", - "comment": "Sets the vertex count. This resizes the internal buffer. It also preserves any configurations of VertexAttributes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetVertexCount", - "comment": "Returns the number of vertices in this Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteDataAccessExtensions", - "comment": "A list of methods designed for reading and writing to the rich internal data of a Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeactivateDeformableBuffer", - "comment": "Stop using the deformable buffer to render the Sprite and use the original mesh instead.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteRendererDataAccessExtensions", - "comment": "A list of methods that allow the caller to override what the SpriteRenderer renders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Action>", - "name": "atlasRequested", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "atlasRegistered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": true, - "name": "add_atlasRequested", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": true, - "name": "remove_atlasRequested", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_atlasRegistered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_atlasRegistered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteAtlasManager", - "comment": "Manages SpriteAtlas during runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isVariant", - "comment": "Return true if this SpriteAtlas is a variant.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "tag", - "comment": "Get the tag of this SpriteAtlas.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "spriteCount", - "comment": "Get the total number of Sprite packed into this atlas.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], - "isStatic": false, - "name": "CanBindTo", - "comment": "Return true if Sprite is packed into this SpriteAtlas.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetSprite", - "comment": "Clone the first Sprite in this atlas that matches the name packed in this atlas and return it.\n\n```plaintext\nParams: name - The name of the Sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "sprites", "typeName": "UnityEngine.Sprite[]" }], - "isStatic": false, - "name": "GetSprites", - "comment": "The size of the returned array.\n\n```plaintext\nParams: sprites - Array of Sprite that will be filled.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "sprites", "typeName": "UnityEngine.Sprite[]" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "GetSprites", - "comment": "Clone all the Sprite matching the name in this atlas and fill them into the supplied array.\n\n```plaintext\nParams: sprites - Array of Sprite that will be filled.\n name - The name of the Sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteAtlas", - "comment": "Sprite Atlas is an asset created within Unity. It is part of the built-in sprite packing solution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Matrix4x4", - "name": "transform", - "comment": "The world space transform of the GameObject used for calculating the UVs of the Fill texture.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "fillTexture", - "comment": "The texture to be used for the fill of the SpriteShape.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "uint", - "name": "fillScale", - "comment": "The scale to be used to calculate the UVs of the fill texture.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "uint", - "name": "splineDetail", - "comment": "The tessellation quality of the input Spline that determines the complexity of the mesh.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "angleThreshold", - "comment": "The threshold of the angle that indicates whether it is a corner or not.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "borderPivot", - "comment": "The local displacement of the Sprite when tessellated.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "bevelCutoff", - "comment": "The threshold of the angle that decides if it should be tessellated as a curve or a corner.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "bevelSize", - "comment": "The radius of the curve to be tessellated.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "bool", - "name": "carpet", - "comment": "If true, the Shape will be tessellated as a closed form.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "bool", - "name": "smartSprite", - "comment": "If enabled the tessellator will consider creating corners based on the various input parameters.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "bool", - "name": "adaptiveUV", - "comment": "If enabled, the tessellator will adapt the size of the quads based on the height of the edge.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "bool", - "name": "spriteBorders", - "comment": "The borders to be used for calculating the uv of the edges based on the border info found in Sprites.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "bool", - "name": "stretchUV", - "comment": "Stretch the UV mapping for the Fill texture.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "SpriteShapeParameters", - "comment": "Input parameters for the SpriteShape tessellator.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "geomIndex", - "comment": "Geometry index of list of sub-meshes generated by SpriteShape.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "int", - "name": "indexCount", - "comment": "Index count of SpriteShape sub-mesh.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "int", - "name": "vertexCount", - "comment": "Vertex count of SpriteShape sub-mesh.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "int", - "name": "spriteIndex", - "comment": "Index of sprite that is used to generate segment/corner for this SpriteShapeSegment.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "SpriteShapeSegment", - "comment": "SpriteShapeSegment contains info of sub-meshes generated by the SpriteShape generator C# Job later fed to SpriteShapeRenderer.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Rendering color for the SpriteShape.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "maskInteraction", - "comment": "Specifies how the SpriteShape interacts with the masks.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "handle", "typeName": "Unity.Jobs.JobHandle" }, - { - "name": "shapeParams", - "typeName": "UnityEngine.U2D.SpriteShapeParameters" - }, - { "name": "sprites", "typeName": "UnityEngine.Sprite[]" } - ], - "isStatic": false, - "name": "Prepare", - "comment": "Prepare and generate the SpriteShape geometry that will be fed to SpriteShape generator for rendering.\n\n```plaintext\nParams: handle - JobHandle for the C# based SpriteShape Generator Job.\n shapeParams - Sprite Shape generation input params.\n sprites - Input list of Sprites.\n \n```\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetBounds", - "comment": "NativeArray of Bounds of SpriteShapeRenderer. The size of this will always be 1.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [{ "name": "dataSize", "typeName": "int" }], - "isStatic": false, - "name": "GetSegments", - "comment": "Size to be reserved for the NativeArray.\n\n```plaintext\nParams: dataSize - Size to be reserved for the segments array.\n \n```\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSize", "typeName": "int" }, - { - "name": "indices", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "vertices", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "texcoords", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "GetChannels", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSize", "typeName": "int" }, - { - "name": "indices", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "vertices", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "texcoords", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "tangents", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "GetChannels", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dataSize", "typeName": "int" }, - { - "name": "indices", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "vertices", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "texcoords", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "tangents", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "normals", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "GetChannels", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "SpriteShapeRenderer", - "comment": "Renders SpriteShapes defined through the SpriteShapeUtility.GenerateSpriteShape API.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "height", - "comment": "The height of the tessellated edge.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "bevelCutoff", - "comment": "The threshold of the angle that decides if it should be tessellated as a curve or a corner.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "bevelSize", - "comment": "The radius of the curve to be tessellated.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "uint", - "name": "spriteIndex", - "comment": "The Sprite to be used for a particular edge.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "bool", - "name": "corner", - "comment": "True will indicate that this point should be tessellated as a corner or a continuous line otherwise.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "SpriteShapeMetaData", - "comment": "Additional data about the shape's control point. This is useful during tessellation of the shape.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of this point in the object's local space.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "leftTangent", - "comment": "The position of the left tangent in local space.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rightTangent", - "comment": "The position of the right tangent point in the local space.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "int", - "name": "mode", - "comment": "The various modes of the tangent handles. They could be continuous or broken.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "ShapeControlPoint", - "comment": "Data that describes the important points of the shape.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "start", - "comment": "The minimum angle to be considered within this range.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "float", - "name": "end", - "comment": "The maximum angle to be considered within this range.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "uint", - "name": "order", - "comment": "The render order of the edges that belong in this range.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "typeName": "int[]", - "name": "sprites", - "comment": "The list of Sprites that are associated with this range.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "AngleRangeInfo", - "comment": "Describes the information about the edge and how to tessellate it.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.U2D", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { - "name": "shapeParams", - "typeName": "UnityEngine.U2D.SpriteShapeParameters" - }, - { - "name": "points", - "typeName": "UnityEngine.U2D.ShapeControlPoint[]" - }, - { - "name": "metaData", - "typeName": "UnityEngine.U2D.SpriteShapeMetaData[]" - }, - { - "name": "angleRange", - "typeName": "UnityEngine.U2D.AngleRangeInfo[]" - }, - { "name": "sprites", "typeName": "UnityEngine.Sprite[]" }, - { "name": "corners", "typeName": "UnityEngine.Sprite[]" } - ], - "isStatic": true, - "name": "Generate", - "comment": "Generate a mesh based on input parameters.\n\n```plaintext\nParams: mesh - The output mesh.\n shapeParams - Input parameters for the SpriteShape tessellator.\n points - A list of control points that describes the shape.\n metaData - Additional data about the shape's control point. This is useful during tessellation of the shape.\n sprites - The list of Sprites that could be used for the edges.\n corners - The list of Sprites that could be used for the corners.\n angleRange - A parameter that determins how to tessellate each of the edge.\n \n```\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "renderer", - "typeName": "UnityEngine.U2D.SpriteShapeRenderer" - }, - { - "name": "shapeParams", - "typeName": "UnityEngine.U2D.SpriteShapeParameters" - }, - { - "name": "points", - "typeName": "UnityEngine.U2D.ShapeControlPoint[]" - }, - { - "name": "metaData", - "typeName": "UnityEngine.U2D.SpriteShapeMetaData[]" - }, - { - "name": "angleRange", - "typeName": "UnityEngine.U2D.AngleRangeInfo[]" - }, - { "name": "sprites", "typeName": "UnityEngine.Sprite[]" }, - { "name": "corners", "typeName": "UnityEngine.Sprite[]" } - ], - "isStatic": true, - "name": "GenerateSpriteShape", - "comment": "Generate a mesh based on input parameters.\n\n```plaintext\nParams: renderer - SpriteShapeRenderer to which the generated geometry is fed to.\n shapeParams - Input parameters for the SpriteShape tessellator.\n points - A list of control points that describes the shape.\n metaData - Additional data about the shape's control point. This is useful during tessellation of the shape.\n sprites - The list of Sprites that could be used for the edges.\n corners - The list of Sprites that could be used for the corners.\n angleRange - A parameter that determins how to tessellate each of the edge.\n \n```\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteShapeModule.dll" - } - ], - "name": "SpriteShapeUtility", - "comment": "A static class that helps tessellate a SpriteShape mesh.\n\n", - "location": "UnityEngine.SpriteShapeModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.UI.Button", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IPointerClickHandler", - "ISubmitHandler", - "IEventSystemHandler" - ], - "fields": [], - "methods": [], - "name": "DataPrivacyButton", - "comment": "", - "location": "Unity.Analytics.DataPrivacy.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "sdkVersion", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "bool", - "name": "debugMode", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Action>" - } - ], - "isStatic": true, - "name": "Register", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "action", - "typeName": "System.Action>" - } - ], - "isStatic": true, - "name": "Unregister", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "Custom", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "stepIndex", "typeName": "int" }, - { "name": "achievementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AchievementStep", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "achievementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AchievementUnlocked", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { - "name": "network", - "typeName": "UnityEngine.Analytics.AdvertisingNetwork" - }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { "name": "network", "typeName": "string" }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { - "name": "network", - "typeName": "UnityEngine.Analytics.AdvertisingNetwork" - }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdOffer", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { "name": "network", "typeName": "string" }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdOffer", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { - "name": "network", - "typeName": "UnityEngine.Analytics.AdvertisingNetwork" - }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { "name": "network", "typeName": "string" }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { - "name": "network", - "typeName": "UnityEngine.Analytics.AdvertisingNetwork" - }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { "name": "network", "typeName": "string" }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "AdStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ChatMessageSent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "CustomEvent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "CutsceneSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "CutsceneStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "actionId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "FirstInteraction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "GameOver", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "GameOver", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "GameStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "transactionContext", "typeName": "string" }, - { "name": "price", "typeName": "float" }, - { "name": "itemId", "typeName": "string" }, - { "name": "itemType", "typeName": "string" }, - { "name": "level", "typeName": "string" }, - { "name": "transactionId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "IAPTransaction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "currencyType", - "typeName": "UnityEngine.Analytics.AcquisitionType" - }, - { "name": "transactionContext", "typeName": "string" }, - { "name": "amount", "typeName": "float" }, - { "name": "itemId", "typeName": "string" }, - { "name": "balance", "typeName": "float" }, - { "name": "itemType", "typeName": "string" }, - { "name": "level", "typeName": "string" }, - { "name": "transactionId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ItemAcquired", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "currencyType", - "typeName": "UnityEngine.Analytics.AcquisitionType" - }, - { "name": "transactionContext", "typeName": "string" }, - { "name": "amount", "typeName": "float" }, - { "name": "itemId", "typeName": "string" }, - { "name": "itemType", "typeName": "string" }, - { "name": "level", "typeName": "string" }, - { "name": "transactionId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ItemAcquired", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "currencyType", - "typeName": "UnityEngine.Analytics.AcquisitionType" - }, - { "name": "transactionContext", "typeName": "string" }, - { "name": "amount", "typeName": "float" }, - { "name": "itemId", "typeName": "string" }, - { "name": "balance", "typeName": "float" }, - { "name": "itemType", "typeName": "string" }, - { "name": "level", "typeName": "string" }, - { "name": "transactionId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ItemSpent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "currencyType", - "typeName": "UnityEngine.Analytics.AcquisitionType" - }, - { "name": "transactionContext", "typeName": "string" }, - { "name": "amount", "typeName": "float" }, - { "name": "itemId", "typeName": "string" }, - { "name": "itemType", "typeName": "string" }, - { "name": "level", "typeName": "string" }, - { "name": "transactionId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ItemSpent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelFail", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelFail", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelFail", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelQuit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelQuit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelQuit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelUp", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelUp", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "LevelUp", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { - "name": "network", - "typeName": "UnityEngine.Analytics.AdvertisingNetwork" - }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "PostAdAction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "rewarded", "typeName": "bool" }, - { "name": "network", "typeName": "string" }, - { "name": "placementId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "PostAdAction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "message_id", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "PushNotificationClick", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "PushNotificationEnable", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "screenName", - "typeName": "UnityEngine.Analytics.ScreenName" - }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ScreenVisit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "screenName", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "ScreenVisit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "shareType", - "typeName": "UnityEngine.Analytics.ShareType" - }, - { - "name": "socialNetwork", - "typeName": "UnityEngine.Analytics.SocialNetwork" - }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShare", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "shareType", - "typeName": "UnityEngine.Analytics.ShareType" - }, - { "name": "socialNetwork", "typeName": "string" }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShare", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "shareType", "typeName": "string" }, - { - "name": "socialNetwork", - "typeName": "UnityEngine.Analytics.SocialNetwork" - }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShare", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "shareType", "typeName": "string" }, - { "name": "socialNetwork", "typeName": "string" }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShare", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "shareType", - "typeName": "UnityEngine.Analytics.ShareType" - }, - { - "name": "socialNetwork", - "typeName": "UnityEngine.Analytics.SocialNetwork" - }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShareAccept", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "shareType", - "typeName": "UnityEngine.Analytics.ShareType" - }, - { "name": "socialNetwork", "typeName": "string" }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShareAccept", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "shareType", "typeName": "string" }, - { - "name": "socialNetwork", - "typeName": "UnityEngine.Analytics.SocialNetwork" - }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShareAccept", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "shareType", "typeName": "string" }, - { "name": "socialNetwork", "typeName": "string" }, - { "name": "senderId", "typeName": "string" }, - { "name": "recipientId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "SocialShareAccept", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "storeType", - "typeName": "UnityEngine.Analytics.StoreType" - }, - { "name": "itemId", "typeName": "string" }, - { "name": "itemName", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "StoreItemClick", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "storeType", - "typeName": "UnityEngine.Analytics.StoreType" - }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "StoreOpened", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "tutorialId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "TutorialComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "tutorialId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "TutorialSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "tutorialId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "TutorialStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "stepIndex", "typeName": "int" }, - { "name": "tutorialId", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "TutorialStep", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { - "name": "authorizationNetwork", - "typeName": "UnityEngine.Analytics.AuthorizationNetwork" - }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "UserSignup", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "authorizationNetwork", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "UserSignup", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AnalyticsEvent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AnalyticsEventAttribute", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "sendName", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "path", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "tooltip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "sendName", "typeName": "string" }, - { "name": "path", "typeName": "string" }, - { "name": "tooltip", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "StandardEventName", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "sendName", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "tooltip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "groupId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "sendName", "typeName": "string" }, - { "name": "tooltip", "typeName": "string" }, - { "name": "groupId", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AnalyticsEventParameter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.AnalyticsEventParameter", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "sendName", "typeName": "string" }, - { "name": "tooltip", "typeName": "string" }, - { "name": "groupId", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "RequiredParameter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AsyncOperation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AssetBundle", - "name": "assetBundle", - "comment": "Asset object being loaded (Read Only).\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundleCreateRequest", - "comment": "Asynchronous create request for an AssetBundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.AnalyticsEventParameter", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "sendName", "typeName": "string" }, - { "name": "tooltip", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "OptionalParameter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "Customizable", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "customizable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "CustomizableEnum", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllAssetBundles", - "comment": "An array of asset bundle names.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllAssetBundlesWithVariant", - "comment": "An array of asset bundle names.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetAssetBundleHash", - "comment": "The 128-bit hash for the asset bundle.\n\n```plaintext\nParams: assetBundleName - Name of the asset bundle.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetDirectDependencies", - "comment": "Array of asset bundle names this asset bundle depends on.\n\n```plaintext\nParams: assetBundleName - Name of the asset bundle.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": false, - "name": "GetAllDependencies", - "comment": "Get all the dependent AssetBundles for the given AssetBundle.\n\n```plaintext\nParams: assetBundleName - Name of the asset bundle.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundleManifest", - "comment": "Manifest for all the AssetBundles in the build.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.EnumCase.Styles", - "name": "Style", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "style", - "typeName": "UnityEngine.Analytics.EnumCase.Styles" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "EnumCase", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AsyncOperation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "humanReadableResult", - "comment": "A string describing the recompression operation result (Read Only).\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "string", - "name": "inputPath", - "comment": "Path of the AssetBundle being recompressed (Read Only).\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "string", - "name": "outputPath", - "comment": "Path of the resulting recompressed AssetBundle (Read Only).\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "result", - "comment": "Result of the recompression operation.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "bool", - "name": "success", - "comment": "True if the recompress operation is complete and was successful, otherwise false (Read Only).\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundleRecompressOperation", - "comment": "Asynchronous AssetBundle recompression from one compression method and level to another.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.EnumCase.Styles", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.EnumCase.Styles", - "name": "Snake", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.EnumCase.Styles", - "name": "Lower", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.EnumCase.Styles", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "Styles", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.ResourceRequest", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Object", - "name": "asset", - "comment": "Asset object being loaded (Read Only).\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.Object[]", - "name": "allAssets", - "comment": "Asset objects with sub assets being loaded. (Read Only)\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundleRequest", - "comment": "Asynchronous load request from an AssetBundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "Store", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "Earned", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "Promotion", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "Gift", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "RewardedAd", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "TimedReward", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionSource", - "name": "SocialReward", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AcquisitionSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AcquisitionSource", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CompressionType", - "name": "None", - "comment": "Uncompressed Asset Bundles are larger than compressed Asset Bundles, but they are the fastest to access once downloaded.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionType", - "name": "Lzma", - "comment": "LZMA compression results in smaller compressed Asset Bundles but they must be entirely decompressed before use.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionType", - "name": "Lz4", - "comment": "LZ4 compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionType", - "name": "Lz4HC", - "comment": "LZ4HC is a high compression variant of LZ4. LZ4HC compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CompressionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "CompressionType", - "comment": "Compression Method for Asset Bundles.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AcquisitionType", - "name": "Soft", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AcquisitionType", - "name": "Premium", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AcquisitionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AcquisitionType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Aarki", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AdAction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AdapTv", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Adcash", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AdColony", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AdMob", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AerServ", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Airpush", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Altrooz", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Ampush", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AppleSearch", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AppLift", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AppLovin", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Appnext", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AppNexus", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Appoday", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Appodeal", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "AppsUnion", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Avazu", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "BlueStacks", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Chartboost", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "ClickDealer", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "CPAlead", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "CrossChannel", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "CrossInstall", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Epom", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Facebook", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Fetch", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Fiksu", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Flurry", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Fuse", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Fyber", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Glispa", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Google", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "GrowMobile", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "HeyZap", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "HyperMX", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Iddiction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "IndexExchange", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "InMobi", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Instagram", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Instal", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Ipsos", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "IronSource", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Jirbo", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Kimia", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Leadbolt", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Liftoff", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Manage", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Matomy", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "MediaBrix", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "MillenialMedia", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Minimob", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "MobAir", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "MobileCore", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Mobobeat", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Mobusi", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Mobvista", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "MoPub", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Motive", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Msales", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "NativeX", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "OpenX", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Pandora", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "PropellerAds", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Revmob", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "RubiconProject", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "SiriusAd", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Smaato", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "SponsorPay", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "SpotXchange", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "StartApp", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Tapjoy", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Taptica", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Tremor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "TrialPay", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Twitter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "UnityAds", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Vungle", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "Yeahmobi", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "YuMe", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AdvertisingNetwork", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AdvertisingNetwork", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CompressionLevel", - "name": "None", - "comment": "No compression.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionLevel", - "name": "Fastest", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionLevel", - "name": "Fast", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionLevel", - "name": "Normal", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionLevel", - "name": "High", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionLevel", - "name": "Maximum", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CompressionLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "CompressionLevel", - "comment": "Compression Levels relate to how much time should be spent compressing Assets into an Asset Bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.BuildCompression", - "name": "Uncompressed", - "comment": "Uncompressed Asset Bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.BuildCompression", - "name": "LZ4", - "comment": "LZ4HC \"Chunk Based\" Compression.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.BuildCompression", - "name": "LZMA", - "comment": "LZMA Compression.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.BuildCompression", - "name": "UncompressedRuntime", - "comment": "Uncompressed Asset Bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.BuildCompression", - "name": "LZ4Runtime", - "comment": "LZ4 Compression for runtime recompression.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionType", - "name": "compression", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.CompressionLevel", - "name": "level", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "uint", - "name": "blockSize", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "BuildCompression", - "comment": "Contains information about compression methods, compression levels and block sizes that are supported by Asset Bundle compression at build time and recompression at runtime.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "Internal", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "Facebook", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "Twitter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "Google", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "GameCenter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AuthorizationNetwork", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AuthorizationNetwork", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "MainMenu", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Settings", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Map", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Lose", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Win", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Credits", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Title", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "IAPPromo", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "CrossPromo", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "FeaturePromo", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Hint", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Pause", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Inventory", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Leaderboard", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Achievements", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "Lobby", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.ScreenName", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "ScreenName", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "TextOnly", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "Image", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "Video", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "Invite", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "Achievement", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.ShareType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "ShareType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "None", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "Facebook", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "Twitter", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "Instagram", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "GooglePlus", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "Pinterest", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "WeChat", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "SinaWeibo", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "TencentWeibo", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "QQ", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "Zhihu", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "VK", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "OK_ru", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.SocialNetwork", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "SocialNetwork", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "driverCaps", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "driverCapabilities", - "comment": "Returns the speaker mode capability of the current audio driver. (Read Only)\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "speakerMode", - "comment": "Gets the current speaker mode. Default is 2 channel stereo.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "double", - "name": "dspTime", - "comment": "Returns the current time of the audio system.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "outputSampleRate", - "comment": "Get the mixer's current output rate.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSettings.AudioConfigurationChangeHandler", - "name": "OnAudioConfigurationChanged", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "bufferLength", "typeName": "int" }, - { "name": "numBuffers", "typeName": "int" } - ], - "isStatic": true, - "name": "GetDSPBufferSize", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bufferLength", "typeName": "int" }, - { "name": "numBuffers", "typeName": "int" } - ], - "isStatic": true, - "name": "SetDSPBufferSize", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetSpatializerPluginNames", - "comment": "An array of spatializer names.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetSpatializerPluginName", - "comment": "The spatializer plugin name.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pluginName", "typeName": "string" }], - "isStatic": true, - "name": "SetSpatializerPluginName", - "comment": "Sets the spatializer plugin for all platform groups. If a null or empty string is passed in, the existing spatializer plugin will be cleared.\n\n```plaintext\nParams: pluginName - The spatializer plugin name.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioConfiguration", - "params": [], - "isStatic": true, - "name": "GetConfiguration", - "comment": "The new configuration to be applied.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "config", "typeName": "UnityEngine.AudioConfiguration" } - ], - "isStatic": true, - "name": "Reset", - "comment": "True if all settings could be successfully applied.\n\n```plaintext\nParams: config - The new configuration to be used.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.AudioSettings.AudioConfigurationChangeHandler" - } - ], - "isStatic": true, - "name": "add_OnAudioConfigurationChanged", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.AudioSettings.AudioConfigurationChangeHandler" - } - ], - "isStatic": true, - "name": "remove_OnAudioConfigurationChanged", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioSettings", - "comment": "Controls the global audio settings from script.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.StoreType", - "name": "Soft", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.StoreType", - "name": "Premium", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.StoreType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "StoreType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Experimental.Audio", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "uint", - "name": "id", - "comment": "Unique identifier for this instance.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "ushort", - "name": "trackIndex", - "comment": "Index of the track in the object that created this provider.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "owner", - "comment": "Object where this provider came from.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "valid", - "comment": "True if the object is valid.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "ushort", - "name": "channelCount", - "comment": "The number of audio channels per sample frame.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "uint", - "name": "sampleRate", - "comment": "The expected playback rate for the sample frames produced by this class.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "uint", - "name": "maxSampleFrameCount", - "comment": "The maximum number of sample frames that can be accumulated inside the internal buffer before an overflow event is emitted.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "uint", - "name": "availableSampleFrameCount", - "comment": "Number of sample frames available for consuming with Experimental.Audio.AudioSampleProvider.ConsumeSampleFrames.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "uint", - "name": "freeSampleFrameCount", - "comment": "Number of sample frames that can still be written to by the sample producer before overflowing.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "uint", - "name": "freeSampleFrameCountLowThreshold", - "comment": "Then the free sample count falls below this threshold, the Experimental.Audio.AudioSampleProvider.sampleFramesAvailable event and associated native is emitted.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "enableSampleFramesAvailableEvents", - "comment": "Enables the Experimental.Audio.AudioSampleProvider.sampleFramesAvailable events.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "enableSilencePadding", - "comment": "If true, buffers produced by ConsumeSampleFrames will get padded when silence if there are less available than asked for. Otherwise, the extra sample frames in the buffer will be left unchanged.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.ConsumeSampleFramesNativeFunction", - "name": "consumeSampleFramesNativeFunction", - "comment": "Pointer to the native function that provides access to audio sample frames.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler", - "name": "sampleFramesAvailable", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler", - "name": "sampleFramesOverflow", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Release internal resources. Inherited from IDisposable.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "sampleFrames", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "ConsumeSampleFrames", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" - } - ], - "isStatic": false, - "name": "add_sampleFramesAvailable", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" - } - ], - "isStatic": false, - "name": "remove_sampleFramesAvailable", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" - } - ], - "isStatic": false, - "name": "add_sampleFramesOverflow", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" - } - ], - "isStatic": false, - "name": "remove_sampleFramesOverflow", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction" - }, - { "name": "userData", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "SetSampleFramesAvailableNativeHandler", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearSampleFramesAvailableNativeHandler", - "comment": "Clear the native handler set with Experimental.Audio.AudioSampleProvider.SetSampleFramesAvailableNativeHandler.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction" - }, - { "name": "userData", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "SetSampleFramesOverflowNativeHandler", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearSampleFramesOverflowNativeHandler", - "comment": "Clear the native handler set with Experimental.Audio.AudioSampleProvider.SetSampleFramesOverflowNativeHandler.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioSampleProvider", - "comment": "Provides access to the audio samples generated by Unity objects such as VideoPlayer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "CustomEvent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "stepIndex", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "achievementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AchievementStep", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "achievementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AchievementUnlocked", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "rewarded", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "network", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "placementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AdComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "rewarded", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "network", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "placementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AdOffer", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [ - { - "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", - "name": "postPlaybackState", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "CreateTrackMixer", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ActivationTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "rewarded", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "network", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "placementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AdSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "rewarded", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "network", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "placementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "AdStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "rewarded", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.AdvertisingNetwork", - "name": "network", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "placementId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "PostAdAction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "ChatMessageSent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "CutsceneStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "CutsceneSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "deviceWasChanged", "typeName": "bool" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "deviceWasChanged", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioConfigurationChangeHandler", - "comment": "A delegate called whenever the global audio settings are changed, either by AudioSettings.Reset or by an external device change such as the OS control panel changing the sample rate or because the default output device was changed, for example when plugging in an HDMI monitor or a USB headset.\n\n```plaintext\nParams: deviceWasChanged - True if the change was caused by an device change.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "muteState", - "comment": "Returns true if current device media volume is 0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "stopAudioOutputOnMute", - "comment": "Set this property to true to make audio output thread automatically stop when device media volume is set to 0 and to start it again when volume is not 0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "audioOutputStarted", - "comment": "Returns true if audio output thread is working.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "System.Action", - "name": "OnMuteStateChanged", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_OnMuteStateChanged", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_OnMuteStateChanged", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StartAudioOutput", - "comment": "Starts audio output thread on Android/iOS.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopAudioOutput", - "comment": "Stops audio thread on Android/iOS.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "Mobile", - "comment": "This class encapsulates properties and methods to handle audio output thread on iOS/Android.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayableBinding", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "key", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Create", - "comment": "Returns a PlayableBinding that contains information that is used to create an AnimationPlayableOutput.\n\n```plaintext\nParams: name - The name of the AnimationPlayableOutput.\n key - A reference to a UnityEngine.Object that acts as a key for this binding.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationPlayableBinding", - "comment": "A PlayableBinding that contains information representing an AnimationPlayableOutput.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "GameOver", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AudioBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "panLevel", - "comment": "PanLevel has been deprecated. Use spatialBlend instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "pan", - "comment": "Pan has been deprecated. Use panStereo instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "volume", - "comment": "The volume of the audio source (0.0 to 1.0).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "pitch", - "comment": "The pitch of the audio source.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "Playback position in seconds.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "timeSamples", - "comment": "Playback position in PCM samples.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioClip", - "name": "clip", - "comment": "The default AudioClip to play.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Audio.AudioMixerGroup", - "name": "outputAudioMixerGroup", - "comment": "The target group to which the AudioSource should route its signal.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.GamepadSpeakerOutputType", - "name": "gamepadSpeakerOutputType", - "comment": "Gets or sets the gamepad audio output type for this audio source.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Is the clip playing right now (Read Only)?\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isVirtual", - "comment": "True if all sounds played by the AudioSource (main sound started by Play() or playOnAwake as well as one-shots) are culled by the audio system.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Is the audio clip looping?\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "ignoreListenerVolume", - "comment": "This makes the audio source not take into account the volume of the audio listener.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "playOnAwake", - "comment": "If set to true, the audio source will automatically start playing on awake.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "ignoreListenerPause", - "comment": "Allows AudioSource to play even though AudioListener.pause is set to true. This is useful for the menu element sounds or background music in pause menus.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioVelocityUpdateMode", - "name": "velocityUpdateMode", - "comment": "Whether the Audio Source should be updated in the fixed or dynamic update.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "panStereo", - "comment": "Pans a playing sound in a stereo way (left or right). This only applies to sounds that are Mono or Stereo.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "spatialBlend", - "comment": "Sets how much this AudioSource is affected by 3D spatialisation calculations (attenuation, doppler etc). 0.0 makes the sound full 2D, 1.0 makes it full 3D.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "spatialize", - "comment": "Enables or disables spatialization.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "spatializePostEffects", - "comment": "Determines if the spatializer effect is inserted before or after the effect filters.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reverbZoneMix", - "comment": "The amount by which the signal from the AudioSource will be mixed into the global reverb associated with the Reverb Zones.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "bypassEffects", - "comment": "Bypass effects (Applied from filter components or global listener filters).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "bypassListenerEffects", - "comment": "When set global effects on the AudioListener will not be applied to the audio signal generated by the AudioSource. Does not apply if the AudioSource is playing into a mixer group.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "bypassReverbZones", - "comment": "When set doesn't route the signal from an AudioSource into the global reverb associated with reverb zones.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "dopplerLevel", - "comment": "Sets the Doppler scale for this AudioSource.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "spread", - "comment": "Sets the spread angle (in degrees) of a 3d stereo or multichannel sound in speaker space.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "priority", - "comment": "Sets the priority of the AudioSource.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "mute", - "comment": "Un- / Mutes the AudioSource. Mute sets the volume=0, Un-Mute restore the original volume.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "minDistance", - "comment": "Within the Min distance the AudioSource will cease to grow louder in volume.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "maxDistance", - "comment": "(Logarithmic rolloff) MaxDistance is the distance a sound stops attenuating at.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioRolloffMode", - "name": "rolloffMode", - "comment": "Sets/Gets how the AudioSource attenuates over distance.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "minVolume", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "maxVolume", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "rolloffFactor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "slot", "typeName": "int" }], - "isStatic": false, - "name": "PlayOnGamepad", - "comment": "Returns TRUE if enabling audio output through this users controller was successful.\n\n```plaintext\nParams: slot - Slot number of the gamepad (0-3).\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "DisableGamepadOutput", - "comment": "Returns true if successful.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "slot", "typeName": "int" }, - { "name": "mixLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGamepadSpeakerMixLevel", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "slot", "typeName": "int" }], - "isStatic": false, - "name": "SetGamepadSpeakerMixLevelDefault", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "slot", "typeName": "int" }, - { "name": "restricted", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetGamepadSpeakerRestrictedAudio", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "outputType", - "typeName": "UnityEngine.GamepadSpeakerOutputType" - } - ], - "isStatic": true, - "name": "GamepadSpeakerSupportsOutputType", - "comment": "Returns true if the gamepad supports the specified audio output type.\n\n```plaintext\nParams: outputType - The desired output type.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delay", "typeName": "ulong" }], - "isStatic": false, - "name": "Play", - "comment": "Plays the clip.\n\n```plaintext\nParams: delay - Deprecated. Delay in number of samples, assuming a 44100Hz sample rate (meaning that Play(44100) will delay the playing by exactly 1 sec).\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delay", "typeName": "float" }], - "isStatic": false, - "name": "PlayDelayed", - "comment": "Plays the clip with a delay specified in seconds. Users are advised to use this function instead of the old Play(delay) function that took a delay specified in samples relative to a reference rate of 44.1 kHz as an argument.\n\n```plaintext\nParams: delay - Delay time specified in seconds.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "PlayScheduled", - "comment": "Plays the clip at a specific time on the absolute time-line that AudioSettings.dspTime reads from.\n\n```plaintext\nParams: time - Time in seconds on the absolute time-line that AudioSettings.dspTime refers to for when the sound should start playing.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "clip", "typeName": "UnityEngine.AudioClip" }], - "isStatic": false, - "name": "PlayOneShot", - "comment": "Plays an AudioClip, and scales the AudioSource volume by volumeScale.\n\n```plaintext\nParams: clip - The clip being played.\n volumeScale - The scale of the volume (0-1).\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AudioClip" }, - { "name": "volumeScale", "typeName": "float" } - ], - "isStatic": false, - "name": "PlayOneShot", - "comment": "Plays an AudioClip, and scales the AudioSource volume by volumeScale.\n\n```plaintext\nParams: clip - The clip being played.\n volumeScale - The scale of the volume (0-1).\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "SetScheduledStartTime", - "comment": "Changes the time at which a sound that has already been scheduled to play will start.\n\n```plaintext\nParams: time - Time in seconds.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "SetScheduledEndTime", - "comment": "Changes the time at which a sound that has already been scheduled to play will end. Notice that depending on the timing not all rescheduling requests can be fulfilled.\n\n```plaintext\nParams: time - Time in seconds.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops playing the clip.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Pauses playing the clip.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UnPause", - "comment": "Unpause the paused playback of this AudioSource.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AudioClip" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "PlayClipAtPoint", - "comment": "Plays an AudioClip at a given position in world space.\n\n```plaintext\nParams: clip - Audio data to play.\n position - Position in world space from which sound originates.\n volume - Playback volume.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AudioClip" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "volume", "typeName": "float" } - ], - "isStatic": true, - "name": "PlayClipAtPoint", - "comment": "Plays an AudioClip at a given position in world space.\n\n```plaintext\nParams: clip - Audio data to play.\n position - Position in world space from which sound originates.\n volume - Playback volume.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "UnityEngine.AudioSourceCurveType" }, - { "name": "curve", "typeName": "UnityEngine.AnimationCurve" } - ], - "isStatic": false, - "name": "SetCustomCurve", - "comment": "Set the custom curve for the given AudioSourceCurveType.\n\n```plaintext\nParams: type - The curve type that should be set.\n curve - The curve that should be applied to the given curve type.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AnimationCurve", - "params": [ - { "name": "type", "typeName": "UnityEngine.AudioSourceCurveType" } - ], - "isStatic": false, - "name": "GetCustomCurve", - "comment": "The custom AnimationCurve corresponding to the given curve type.\n\n```plaintext\nParams: type - The curve type to get.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "numSamples", "typeName": "int" }, - { "name": "channel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetOutputData", - "comment": "Deprecated Version. Returns a block of the currently playing source's output data.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "samples", "typeName": "float[]" }, - { "name": "channel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetOutputData", - "comment": "Provides a block of the currently playing source's output data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "numSamples", "typeName": "int" }, - { "name": "channel", "typeName": "int" }, - { "name": "window", "typeName": "UnityEngine.FFTWindow" } - ], - "isStatic": false, - "name": "GetSpectrumData", - "comment": "Deprecated Version. Returns a block of the currently playing source's spectrum data.\n\n```plaintext\nParams: numSamples - The number of samples to retrieve. Must be a power of 2.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "samples", "typeName": "float[]" }, - { "name": "channel", "typeName": "int" }, - { "name": "window", "typeName": "UnityEngine.FFTWindow" } - ], - "isStatic": false, - "name": "GetSpectrumData", - "comment": "Provides a block of the currently playing audio source's spectrum data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetSpatializerFloat", - "comment": "True, if the parameter could be set.\n\n```plaintext\nParams: index - Zero-based index of user-defined parameter to be set.\n value - New value of the user-defined parameter.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "GetSpatializerFloat", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "GetAmbisonicDecoderFloat", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetAmbisonicDecoderFloat", - "comment": "True, if the parameter could be set.\n\n```plaintext\nParams: index - Zero-based index of user-defined parameter to be set.\n value - New value of the user-defined parameter.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioSource", - "comment": "A representation of audio sources in 3D.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "GameStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "lowpassResonaceQ", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "customCutoffCurve", - "comment": "Returns or sets the current custom frequency cutoff curve.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "cutoffFrequency", - "comment": "Lowpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "lowpassResonanceQ", - "comment": "Determines how much the filter's self-resonance is dampened.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioLowPassFilter", - "comment": "The Audio Low Pass Filter passes low frequencies of an AudioSource or all sounds reaching an AudioListener, while removing frequencies higher than the Cutoff Frequency.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Audio", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "providerId", "typeName": "uint" }, - { "name": "interleavedSampleFrames", "typeName": "System.IntPtr" }, - { "name": "sampleFrameCount", "typeName": "uint" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "providerId", "typeName": "uint" }, - { "name": "interleavedSampleFrames", "typeName": "System.IntPtr" }, - { "name": "sampleFrameCount", "typeName": "uint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "ConsumeSampleFramesNativeFunction", - "comment": "Type that represents the native function pointer for consuming sample frames.\n\n```plaintext\nParams: providerId - Id of the provider. See Experimental.Audio.AudioSampleProvider.id.\n interleavedSampleFrames - Pointer to the sample frames buffer to fill. The actual C type is float*.\n sampleFrameCount - Number of sample frames that can be written into interleavedSampleFrames.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "transactionContext", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "float", - "name": "price", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "level", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "transactionId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "IAPTransaction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "highpassResonaceQ", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "cutoffFrequency", - "comment": "Highpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "highpassResonanceQ", - "comment": "Determines how much the filter's self-resonance isdampened.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioHighPassFilter", - "comment": "The Audio High Pass Filter passes high frequencies of an AudioSource, and cuts off signals with frequencies lower than the Cutoff Frequency.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "ProcessAnimation", - "comment": "Defines what to do when processing the animation.\n\n```plaintext\nParams: stream - The animation stream to work on.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "ProcessRootMotion", - "comment": "Defines what to do when processing the root motion.\n\n```plaintext\nParams: stream - The animation stream to work on.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "IAnimationJob", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AcquisitionType", - "name": "currencyType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "transactionContext", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "float", - "name": "amount", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "float", - "name": "balance", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "level", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "transactionId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "ItemAcquired", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Experimental.Audio", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "provider", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider" - }, - { "name": "sampleFrameCount", "typeName": "uint" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "provider", - "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider" - }, - { "name": "sampleFrameCount", "typeName": "uint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "SampleFramesHandler", - "comment": "Delegate for sample frame events.\n\n```plaintext\nParams: provider - Provider emitting the event.\n sampleFrameCount - How many sample frames are available, or were dropped, depending on the event.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AcquisitionType", - "name": "currencyType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "transactionContext", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "float", - "name": "amount", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "float", - "name": "balance", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "level", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "transactionId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "ItemSpent", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IPlayable"], - "fields": [], - "methods": [ - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetJobData", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "jobData", "typeName": "T" }], - "isStatic": false, - "name": "SetJobData", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "IAnimationJobPlayable", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Audio", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userData", "typeName": "System.IntPtr" }, - { "name": "providerId", "typeName": "uint" }, - { "name": "sampleFrameCount", "typeName": "uint" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "userData", "typeName": "System.IntPtr" }, - { "name": "providerId", "typeName": "uint" }, - { "name": "sampleFrameCount", "typeName": "uint" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "SampleFramesEventNativeFunction", - "comment": "Type that represents the native function pointer for handling sample frame events.\n\n```plaintext\nParams: userData - User data specified when the handler was set. The actual C type is void*.\n providerId - Id of the provider. See Experimental.Audio.AudioSampleProvider.id.\n sampleFrameCount - Number of sample frames available or overflowed, depending on event type.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "LevelComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "LevelFail", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StartPreview", - "comment": "Notification callback when the Animation window starts previewing an AnimationClip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopPreview", - "comment": "Notification callback when the Animation window stops previewing an AnimationClip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": false, - "name": "UpdatePreviewGraph", - "comment": "Notification callback when the Animation Window updates its PlayableGraph before sampling an AnimationClip.\n\n```plaintext\nParams: graph - The Animation window PlayableGraph.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "inputPlayable", - "typeName": "UnityEngine.Playables.Playable" - } - ], - "isStatic": false, - "name": "BuildPreviewGraph", - "comment": "Returns the new root of the PlayableGraph.\n\n```plaintext\nParams: graph - The Animation window PlayableGraph.\n inputPlayable - Current root of the PlayableGraph.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "IAnimationWindowPreview", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "LevelQuit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Use this attribute in a script to mark a property as non-animatable.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "NotKeyableAttribute", - "comment": "Use this attribute in a script to mark a property as non-animatable.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "lFReference", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "reverbPreset", - "comment": "Set/Get reverb preset properties.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "dryLevel", - "comment": "Mix level of dry signal in output in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "room", - "comment": "Room effect level at low frequencies in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "roomHF", - "comment": "Room effect high-frequency level re. low frequency level in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "roomRolloffFactor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "decayTime", - "comment": "Reverberation decay time at low-frequencies in seconds. Ranges from 0.1 to 20.0. Default is 1.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "decayHFRatio", - "comment": "Decay HF Ratio : High-frequency to low-frequency decay time ratio. Ranges from 0.1 to 2.0. Default is 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reflectionsLevel", - "comment": "Early reflections level relative to room effect in millibels (mB). Ranges from -10000.0 to 1000.0. Default is -10000.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reflectionsDelay", - "comment": "Late reverberation level relative to room effect in millibels (mB). Ranges from -10000.0 to 2000.0. Default is 0.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reverbLevel", - "comment": "Late reverberation level relative to room effect in millibels (mB). Ranges from -10000.0 to 2000.0. Default is 0.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reverbDelay", - "comment": "Late reverberation delay time relative to first reflection in seconds. Ranges from 0.0 to 0.1. Default is 0.04.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "diffusion", - "comment": "Reverberation diffusion (echo density) in percent. Ranges from 0.0 to 100.0. Default is 100.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "density", - "comment": "Reverberation density (modal density) in percent. Ranges from 0.0 to 100.0. Default is 100.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "hfReference", - "comment": "Reference high frequency in hertz (Hz). Ranges from 1000.0 to 20000.0. Default is 5000.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "roomLF", - "comment": "Room effect low-frequency level in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "lfReference", - "comment": "Reference low-frequency in hertz (Hz). Ranges from 20.0 to 1000.0. Default is 250.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioReverbFilter", - "comment": "The Audio Reverb Filter takes an Audio Clip and distorts it to create a custom reverb effect.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Raw", - "comment": "Channel count is unaffected.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Mono", - "comment": "Channel count is set to 1. The speakers are monaural.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Stereo", - "comment": "Channel count is set to 2. The speakers are stereo. This is the editor default.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Quad", - "comment": "Channel count is set to 4. 4 speaker setup. This includes front left, front right, rear left, rear right.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Surround", - "comment": "Channel count is set to 5. 5 speaker setup. This includes front left, front right, center, rear left, rear right.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Mode5point1", - "comment": "Channel count is set to 6. 5.1 speaker setup. This includes front left, front right, center, rear left, rear right and a subwoofer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Mode7point1", - "comment": "Channel count is set to 8. 7.1 speaker setup. This includes front left, front right, center, rear left, rear right, side left, side right and a subwoofer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "Prologic", - "comment": "Channel count is set to 2. Stereo output, but data is encoded in a way that is picked up by a Prologic/Prologic2 decoder and split into a 5.1 speaker setup.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioSpeakerMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioSpeakerMode", - "comment": "These are speaker types defined for use with AudioSettings.speakerMode.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioDataLoadState", - "name": "Unloaded", - "comment": "Value returned by AudioClip.loadState for an AudioClip that has no audio data loaded and where loading has not been initiated yet.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioDataLoadState", - "name": "Loading", - "comment": "Value returned by AudioClip.loadState for an AudioClip that is currently loading audio data.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioDataLoadState", - "name": "Loaded", - "comment": "Value returned by AudioClip.loadState for an AudioClip that has succeeded loading its audio data.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioDataLoadState", - "name": "Failed", - "comment": "Value returned by AudioClip.loadState for an AudioClip that has failed loading its audio data.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioDataLoadState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioDataLoadState", - "comment": "Value describing the current load state of the audio data associated with an AudioClip.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AudioSpeakerMode", - "name": "speakerMode", - "comment": "The current speaker mode used by the audio output device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "dspBufferSize", - "comment": "The length of the DSP buffer in samples determining the latency of sounds by the audio output device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "sampleRate", - "comment": "The current sample rate of the audio output device used.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "numRealVoices", - "comment": "The current maximum number of simultaneously audible sounds in the game.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "numVirtualVoices", - "comment": "The maximum number of managed sounds in the game. Beyond this limit sounds will simply stop playing.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioConfiguration", - "comment": "Specifies the current properties or desired properties to be set for the audio system.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IConstraint", "IConstraintInternal"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activates or deactivates the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Locks the offset and rotation at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationAtRest", - "comment": "The rotation used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationOffset", - "comment": "Represents an offset from the constrained orientation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "rotationAxis", - "comment": "The axes affected by the AimConstraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "aimVector", - "comment": "The axis towards which the constrained object orients.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "upVector", - "comment": "The up vector.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldUpVector", - "comment": "The world up Vector used when the world up type is AimConstraint.WorldUpType.Vector or AimConstraint.WorldUpType.ObjectRotationUp.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "worldUpObject", - "comment": "The world up object, used to calculate the world up vector when the world up Type is AimConstraint.WorldUpType.ObjectUp or AimConstraint.WorldUpType.ObjectRotationUp.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "name": "worldUpType", - "comment": "The type of the world up vector.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "The number of sources set on the component (read-only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AimConstraint", - "comment": "Constrains the orientation of an object relative to the position of one or more source objects, such that the object is facing the average position of the sources.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "PCM", - "comment": "Uncompressed pulse-code modulation.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "Vorbis", - "comment": "Vorbis compression format.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "ADPCM", - "comment": "Adaptive differential pulse-code modulation.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "MP3", - "comment": "MPEG Audio Layer III.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "VAG", - "comment": "Sony proprietary hardware format.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "HEVAG", - "comment": "Sony proprietory hardware codec.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "XMA", - "comment": "Xbox One proprietary hardware format.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "AAC", - "comment": "AAC Audio Compression.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "GCADPCM", - "comment": "Nintendo ADPCM audio compression format.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioCompressionFormat", - "name": "ATRAC9", - "comment": "Sony proprietary hardware format.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioCompressionFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioCompressionFormat", - "comment": "An enum containing different compression types.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "LevelSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "LevelStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "LevelUp", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "actionId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "FirstInteraction", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "message_id", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "PushNotificationClick", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "PushNotificationEnable", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.ScreenName", - "name": "screenName", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "ScreenVisit", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "shareType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "socialNetwork", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "senderId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "recipientId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "SocialShare", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "name": "SceneUp", - "comment": "Uses and defines the world up vector as the Unity Scene up vector (the Y axis).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "name": "ObjectUp", - "comment": "Uses and defines the world up vector as a vector from the constrained object, in the direction of the up object.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "name": "ObjectRotationUp", - "comment": "Uses and defines the world up vector as relative to the local space of the object.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "name": "Vector", - "comment": "Uses and defines the world up vector as a vector specified by the user.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "name": "None", - "comment": "Neither defines nor uses a world up vector.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Animations.AimConstraint.WorldUpType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "WorldUpType", - "comment": "Specifies how the world up vector used by the aim constraint is defined.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationClipPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": true, - "name": "Create", - "comment": "A AnimationClipPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the AnimationClipPlayable.\n clip - The AnimationClip that will be added in the PlayableGraph.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Animations.AnimationClipPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationClipPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Animations.AnimationClipPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationClip", - "params": [], - "isStatic": false, - "name": "GetAnimationClip", - "comment": "Returns the AnimationClip stored in the AnimationClipPlayable.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetApplyFootIK", - "comment": "Returns the state of the ApplyFootIK flag.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetApplyFootIK", - "comment": "Sets the value of the ApplyFootIK flag.\n\n```plaintext\nParams: value - The new value of the ApplyFootIK flag.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetApplyPlayableIK", - "comment": "Returns the state of the ApplyPlayableIK flag.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetApplyPlayableIK", - "comment": "Requests OnAnimatorIK to be called on the animated GameObject.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationClipPlayable", - "comment": "A Playable that controls an AnimationClip.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Returns true if the stream is valid; false otherwise. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "humanScale", - "comment": "The scale of the Avatar. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "leftFootHeight", - "comment": "The left foot height from the floor. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "rightFootHeight", - "comment": "The right foot height from the floor. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "bodyLocalPosition", - "comment": "The position of the body center of mass relative to the root.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "bodyLocalRotation", - "comment": "The rotation of the body center of mass relative to the root.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "bodyPosition", - "comment": "The position of the body center of mass in world space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "bodyRotation", - "comment": "The rotation of the body center of mass in world space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "leftFootVelocity", - "comment": "The left foot velocity from the last evaluated frame. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rightFootVelocity", - "comment": "The right foot velocity from the last evaluated frame. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "muscle", - "typeName": "UnityEngine.Animations.MuscleHandle" - } - ], - "isStatic": false, - "name": "GetMuscle", - "comment": "The muscle value.\n\n```plaintext\nParams: muscle - The Muscle that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "muscle", - "typeName": "UnityEngine.Animations.MuscleHandle" - }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetMuscle", - "comment": "Sets the muscle value.\n\n```plaintext\nParams: muscle - The Muscle that is queried.\n value - The muscle value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetToStancePose", - "comment": "Reset the current pose to the stance pose (T Pose).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalPositionFromPose", - "comment": "The position of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalRotationFromPose", - "comment": "The rotation of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalLocalPosition", - "comment": "The position of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetGoalLocalPosition", - "comment": "Sets the position of this IK goal relative to the root.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n pos - The position of this IK goal.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalLocalRotation", - "comment": "The rotation of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "rot", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetGoalLocalRotation", - "comment": "Sets the rotation of this IK goal relative to the root.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n rot - The rotation of this IK goal.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalPosition", - "comment": "The position of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetGoalPosition", - "comment": "Sets the position of this IK goal in world space.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n pos - The position of this IK goal.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalRotation", - "comment": "The rotation of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "rot", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetGoalRotation", - "comment": "Sets the rotation of this IK goal in world space.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n rot - The rotation of this IK goal.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetGoalWeightPosition", - "comment": "Sets the position weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n value - The position weight of the IK goal.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetGoalWeightRotation", - "comment": "Sets the rotation weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n value - The rotation weight of the IK goal.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalWeightPosition", - "comment": "The position weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } - ], - "isStatic": false, - "name": "GetGoalWeightRotation", - "comment": "The rotation weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKHint" } - ], - "isStatic": false, - "name": "GetHintPosition", - "comment": "The position of this IK Hint.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKHint" }, - { "name": "pos", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetHintPosition", - "comment": "Sets the position of this IK hint in world space.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n pos - The position of this IK hint.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKHint" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetHintWeightPosition", - "comment": "Sets the position weight of the IK Hint.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n value - The position weight of the IK Hint.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "index", "typeName": "UnityEngine.AvatarIKHint" } - ], - "isStatic": false, - "name": "GetHintWeightPosition", - "comment": "The position weight of the IK Hint.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lookAtPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLookAtPosition", - "comment": "Sets the look at position in world space.\n\n```plaintext\nParams: lookAtPosition - The look at position.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "weight", "typeName": "float" }], - "isStatic": false, - "name": "SetLookAtClampWeight", - "comment": "Sets the LookAt clamp weight.\n\n```plaintext\nParams: weight - The LookAt clamp weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "weight", "typeName": "float" }], - "isStatic": false, - "name": "SetLookAtBodyWeight", - "comment": "Sets the LookAt body weight.\n\n```plaintext\nParams: weight - The LookAt body weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "weight", "typeName": "float" }], - "isStatic": false, - "name": "SetLookAtHeadWeight", - "comment": "Sets the LookAt head weight.\n\n```plaintext\nParams: weight - The LookAt head weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "weight", "typeName": "float" }], - "isStatic": false, - "name": "SetLookAtEyesWeight", - "comment": "Sets the LookAt eyes weight.\n\n```plaintext\nParams: weight - The LookAt eyes weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SolveIK", - "comment": "Execute the IK solver.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationHumanStream", - "comment": "The humanoid stream of animation data passed from one Playable to another.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.AnimationLayerMixerPlayable", - "name": "Null", - "comment": "Returns an invalid AnimationLayerMixerPlayable.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationLayerMixerPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "A new AnimationLayerMixerPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the new AnimationLayerMixerPlayable.\n inputCount - The number of layers.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Animations.AnimationLayerMixerPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationLayerMixerPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Animations.AnimationLayerMixerPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "layerIndex", "typeName": "uint" }], - "isStatic": false, - "name": "IsLayerAdditive", - "comment": "True if the layer is additive, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "uint" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetLayerAdditive", - "comment": "Specifies whether a layer is additive or not. Additive layers blend with previous layers.\n\n```plaintext\nParams: layerIndex - The layer index.\n value - Whether the layer is additive or not. Set to true for an additive blend, or false for a regular blend.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "uint" }, - { "name": "mask", "typeName": "UnityEngine.AvatarMask" } - ], - "isStatic": false, - "name": "SetLayerMaskFromAvatarMask", - "comment": "Sets the mask for the current layer.\n\n```plaintext\nParams: layerIndex - The layer index.\n mask - The AvatarMask used to create the new LayerMask.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationLayerMixerPlayable", - "comment": "An implementation of IPlayable that controls an animation layer mixer.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.AnimationMixerPlayable", - "name": "Null", - "comment": "Returns an invalid AnimationMixerPlayable.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationMixerPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "inputCount", "typeName": "int" }, - { "name": "normalizeWeights", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "A new AnimationMixerPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the new AnimationMixerPlayable.\n inputCount - The number of inputs that the mixer will update.\n normalizeWeights - True to force a weight normalization of the inputs.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Animations.AnimationMixerPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationMixerPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Animations.AnimationMixerPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationMixerPlayable", - "comment": "An implementation of IPlayable that controls an animation mixer.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": false, - "name": "SetAnimatedProperties", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationPlayableExtensions", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayableOutput"], - "fields": [ - { - "typeName": "UnityEngine.Animations.AnimationPlayableOutput", - "name": "Null", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationPlayableOutput", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "name", "typeName": "string" }, - { "name": "target", "typeName": "UnityEngine.Animator" } - ], - "isStatic": true, - "name": "Create", - "comment": "A new AnimationPlayableOutput attached to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the AnimationPlayableOutput.\n name - The name of the output.\n target - The Animator that will process the PlayableGraph.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableOutputHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Animations.AnimationPlayableOutput" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationPlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Playables.PlayableOutput" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Animator", - "params": [], - "isStatic": false, - "name": "GetTarget", - "comment": "The targeted Animator.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Animator" }], - "isStatic": false, - "name": "SetTarget", - "comment": "Sets the Animator that plays the animation graph.\n\n```plaintext\nParams: value - The targeted Animator.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationPlayableOutput", - "comment": "A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IAnimationJobPlayable", "IPlayable", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.AnimationScriptPlayable", - "name": "Null", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "jobData", "typeName": "T" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetJobData", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "jobData", "typeName": "T" }], - "isStatic": false, - "name": "SetJobData", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Animations.AnimationScriptPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationScriptPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Animations.AnimationScriptPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetProcessInputs", - "comment": "Sets the new value for processing the inputs or not.\n\n```plaintext\nParams: value - The new value for processing the inputs or not.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetProcessInputs", - "comment": "true if the inputs will be processed; false otherwise.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationScriptPlayable", - "comment": "A Playable that can run a custom, multi-threaded animation job.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Returns true if the stream is valid; false otherwise. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "Gets the delta time for the evaluated frame. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Gets or sets the avatar velocity for the evaluated frame.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity", - "comment": "Gets or sets the avatar angular velocity for the evaluated frame.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rootMotionPosition", - "comment": "Gets the root motion position for the evaluated frame. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rootMotionRotation", - "comment": "Gets the root motion rotation for the evaluated frame. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "isHumanStream", - "comment": "Returns true if the stream is from a humanoid avatar; false otherwise. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "inputStreamCount", - "comment": "Gets the number of input streams. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationHumanStream", - "params": [], - "isStatic": false, - "name": "AsHuman", - "comment": "Returns the same stream, but as an AnimationHumanStream.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationStream", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetInputStream", - "comment": "Returns the AnimationStream of the playable input at index. Returns an invalid stream if the input is not an animation Playable.\n\n```plaintext\nParams: index - The input index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetInputWeight", - "comment": "Returns the weight of the Playable input as a float.\n\n```plaintext\nParams: index - The input index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "animationStream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "CopyAnimationStreamMotion", - "comment": "Deep copies motion from a source animation stream to the current animation stream.\n\n```plaintext\nParams: animationStream - The source animation stream with the motion to deep copy.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationStream", - "comment": "The stream of animation data passed from one Playable to another.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioClipLoadType", - "name": "DecompressOnLoad", - "comment": "The audio data is decompressed when the audio clip is loaded.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioClipLoadType", - "name": "CompressedInMemory", - "comment": "The audio data of the clip will be kept in memory in compressed form.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioClipLoadType", - "name": "Streaming", - "comment": "Streams audio data from disk.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioClipLoadType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioClipLoadType", - "comment": "Determines how the audio clip is loaded in.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsValid", - "comment": "Whether this is a valid handle.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "Bind this handle with an animated values from the AnimationStream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsResolved", - "comment": "Returns true if the handle is resolved, false otherwise.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetPosition", - "comment": "The position of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetPosition", - "comment": "Sets the position of the transform in world space.\n\n```plaintext\nParams: position - The position of the transform in world space.\n stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetRotation", - "comment": "The rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetRotation", - "comment": "Sets the rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n rotation - The rotation of the transform in world space.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetLocalPosition", - "comment": "The position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLocalPosition", - "comment": "Sets the position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n position - The position of the transform relative to the parent.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetLocalRotation", - "comment": "The rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetLocalRotation", - "comment": "Sets the rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n rotation - The rotation of the transform relative to the parent.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetLocalScale", - "comment": "The scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLocalScale", - "comment": "Sets the scale of the transform relative to the parent.\n\n```plaintext\nParams: scale - The scale of the transform relative to the parent.\n stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetPositionReadMask", - "comment": "Returns true if the position can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetRotationReadMask", - "comment": "Returns true if the rotation can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetScaleReadMask", - "comment": "Returns true if the scale can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetLocalTRS", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" }, - { "name": "useMask", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetLocalTRS", - "comment": "Sets the position, rotation and scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n position - The position of the transform relative to the parent.\n rotation - The rotation of the transform relative to the parent.\n scale - The scale of the transform relative to the parent.\n useMask - Set to true to write the specified parameters if the matching stream parameters have not already been modified.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "GetGlobalTR", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "useMask", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetGlobalTR", - "comment": "Sets the position and rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n position - The position of the transform in world space.\n rotation - The rotation of the transform in world space.\n useMask - Set to true to write the specified parameters if the matching stream parameters have not already been modified.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "TransformStreamHandle", - "comment": "Position, rotation and scale of an object in the AnimationStream.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsValid", - "comment": "Whether or not the handle is valid.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "Resolves the handle.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsResolved", - "comment": "Returns true if the handle is resolved, false otherwise.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetFloat", - "comment": "The float property value.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Sets the float property value into a stream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n value - The new float property value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetInt", - "comment": "The integer property value.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Sets the integer property value into a stream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n value - The new integer property value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetBool", - "comment": "The boolean property value.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the boolean property value into a stream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n value - The new boolean property value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetReadMask", - "comment": "Returns true if the property can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "PropertyStreamHandle", - "comment": "Handle for a Component property on an object in the AnimationStream.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsValid", - "comment": "Whether this is a valid handle.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetPosition", - "comment": "The position of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetPosition", - "comment": "Sets the position of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n position - The position of the transform in world space.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetLocalPosition", - "comment": "The position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLocalPosition", - "comment": "Sets the position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n position - The position of the transform relative to the parent.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetRotation", - "comment": "The rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetRotation", - "comment": "Sets the rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n rotation - The rotation of the transform in world space.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetLocalRotation", - "comment": "The rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetLocalRotation", - "comment": "Sets the rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n rotation - The rotation of the transform relative to the parent.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetLocalScale", - "comment": "The scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetLocalTRS", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "GetGlobalTR", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLocalScale", - "comment": "Sets the scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n scale - The scale of the transform relative to the parent.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "TransformSceneHandle", - "comment": "Handle to read position, rotation and scale of an object in the Scene.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsValid", - "comment": "Whether or not the handle is valid.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "Resolves the handle.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "IsResolved", - "comment": "Returns true if the handle is resolved, false otherwise.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetFloat", - "comment": "The float property value.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Sets the float property value to an object in the Scene.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n value - The new float property value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetInt", - "comment": "The integer property value.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Sets the integer property value to an object in the Scene.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n value - The new integer property value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "GetBool", - "comment": "The boolean property value.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the boolean property value to an object in the Scene.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n value - The new boolean property value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "PropertySceneHandle", - "comment": "Handle to read a Component property on an object in the Scene.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { - "name": "handles", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "ReadInts", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { - "name": "handles", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "ReadFloats", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationSceneHandleUtility", - "comment": "Static class providing utility functions for animation scene handles.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioVelocityUpdateMode", - "name": "Auto", - "comment": "Updates the source or listener in the MonoBehaviour.FixedUpdate loop if it is attached to a Rigidbody, dynamic MonoBehaviour.Update otherwise.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioVelocityUpdateMode", - "name": "Fixed", - "comment": "Updates the source or listener in the MonoBehaviour.FixedUpdate loop.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioVelocityUpdateMode", - "name": "Dynamic", - "comment": "Updates the source or listener in the dynamic MonoBehaviour.Update loop.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioVelocityUpdateMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioVelocityUpdateMode", - "comment": "Describes when an AudioSource or AudioListener is updated.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { - "name": "handles", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "useMask", "typeName": "bool" } - ], - "isStatic": true, - "name": "WriteInts", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { - "name": "handles", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "useMask", "typeName": "bool" } - ], - "isStatic": true, - "name": "WriteFloats", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { - "name": "handles", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "ReadInts", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - }, - { - "name": "handles", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "ReadFloats", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationStreamHandleUtility", - "comment": "Static class providing utility functions for animation stream handles.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FFTWindow", - "name": "Rectangular", - "comment": "W[n] = 1.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.FFTWindow", - "name": "Triangle", - "comment": "W[n] = TRI(2n/N).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.FFTWindow", - "name": "Hamming", - "comment": "W[n] = 0.54 - (0.46 * COS(n/N) ).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.FFTWindow", - "name": "Hanning", - "comment": "W[n] = 0.5 * (1.0 - COS(n/N) ).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.FFTWindow", - "name": "Blackman", - "comment": "W[n] = 0.42 - (0.5 * COS(nN) ) + (0.08 * COS(2.0 * nN) ).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.FFTWindow", - "name": "BlackmanHarris", - "comment": "W[n] = 0.35875 - (0.48829 * COS(1.0 * nN)) + (0.14128 * COS(2.0 * nN)) - (0.01168 * COS(3.0 * n/N)).\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FFTWindow", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "FFTWindow", - "comment": "Spectrum analysis windowing types.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", - "name": "Active", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", - "name": "Inactive", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", - "name": "Revert", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", - "name": "LeaveAsIs", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "PostPlaybackState", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable", - "name": "Null", - "comment": "Returns an invalid AnimatorControllerPlayable.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorControllerPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "controller", - "typeName": "UnityEngine.RuntimeAnimatorController" - } - ], - "isStatic": true, - "name": "Create", - "comment": "A AnimatorControllerPlayable.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the AnimatorControllerPlayable.\n controller - The RuntimeAnimatorController that will be added in the graph.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handle", - "typeName": "UnityEngine.Playables.PlayableHandle" - } - ], - "isStatic": false, - "name": "SetHandle", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorControllerPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFloat", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Send float values to the AnimatorController to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Send float values to the AnimatorController to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetBool", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetBool", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInteger", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "GetInteger", - "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInteger", - "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInteger", - "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "SetTrigger", - "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "SetTrigger", - "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ResetTrigger", - "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "ResetTrigger", - "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "IsParameterControlledByCurve", - "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": "IsParameterControlledByCurve", - "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetLayerCount", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetLayerName", - "comment": "The layer name.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerName", "typeName": "string" }], - "isStatic": false, - "name": "GetLayerIndex", - "comment": "The layer index.\n\n```plaintext\nParams: layerName - The layer name.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetLayerWeight", - "comment": "The layer weight.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLayerWeight", - "comment": "Sets the weight of the layer at the given index.\n\n```plaintext\nParams: layerIndex - The layer index.\n weight - The new layer weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorStateInfo", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimatorStateInfo", - "comment": "An AnimatorStateInfo with the information on the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorStateInfo", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimatorStateInfo", - "comment": "An AnimatorStateInfo with the information on the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorTransitionInfo", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetAnimatorTransitionInfo", - "comment": "An AnimatorTransitionInfo with the informations on the current transition.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimatorClipInfo", - "comment": "An array of all the AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { - "name": "clips", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetCurrentAnimatorClipInfo", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { - "name": "clips", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetNextAnimatorClipInfo", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetCurrentAnimatorClipInfoCount", - "comment": "The number of AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimatorClipInfoCount", - "comment": "The number of AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetNextAnimatorClipInfo", - "comment": "An array of all the AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "IsInTransition", - "comment": "True if there is a transition on the given layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetParameterCount", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorControllerParameter", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetParameter", - "comment": "See AnimatorController.parameters.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "transitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "transitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFadeInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "transitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "transitionDuration", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "transitionDuration", "typeName": "float" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "CrossFade", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateName", "typeName": "string" }], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateNameHash", "typeName": "int" }], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" }, - { "name": "fixedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "PlayInFixedTime", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateName", "typeName": "string" }], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateName", "typeName": "string" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "Play", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "stateNameHash", "typeName": "int" }], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "stateNameHash", "typeName": "int" }, - { "name": "layer", "typeName": "int" }, - { "name": "normalizedTime", "typeName": "float" } - ], - "isStatic": false, - "name": "Play", - "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { "name": "stateID", "typeName": "int" } - ], - "isStatic": false, - "name": "HasState", - "comment": "True if the state exists in this layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n stateID - The state ID.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorControllerPlayable", - "comment": "An implementation of IPlayable that controls an animation RuntimeAnimatorController.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.CustomStreamPropertyType", - "name": "Float", - "comment": "A float value.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.CustomStreamPropertyType", - "name": "Bool", - "comment": "A boolean value.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.CustomStreamPropertyType", - "name": "Int", - "comment": "An integer value.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Animations.CustomStreamPropertyType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "CustomStreamPropertyType", - "comment": "The type of custom stream property to create using BindCustomStreamProperty\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "jobHandle", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": false, - "name": "AddJobDependency", - "comment": "Creates a dependency between animator jobs and the job represented by the supplied job handle. To add multiple job dependencies, call this method for each job that need to run before the Animator's jobs.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n jobHandle - The JobHandle of the job that needs to run before animator jobs.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "TransformStreamHandle", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "BindStreamTransform", - "comment": "Returns the TransformStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to bind.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PropertyStreamHandle", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "property", "typeName": "string" } - ], - "isStatic": false, - "name": "BindStreamProperty", - "comment": "Returns the PropertyStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does animate an Object like SpriteRenderer.sprite.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PropertyStreamHandle", - "params": [ - { "name": "property", "typeName": "string" }, - { - "name": "type", - "typeName": "UnityEngine.Animations.CustomStreamPropertyType" - } - ], - "isStatic": false, - "name": "BindCustomStreamProperty", - "comment": "Returns the PropertyStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n name - The name of the property.\n type - The type of property to create (float, integer or boolean).\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PropertyStreamHandle", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "property", "typeName": "string" }, - { "name": "isObjectReference", "typeName": "bool" } - ], - "isStatic": false, - "name": "BindStreamProperty", - "comment": "Returns the PropertyStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does animate an Object like SpriteRenderer.sprite.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "TransformSceneHandle", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "BindSceneTransform", - "comment": "Returns the TransformSceneHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to bind.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PropertySceneHandle", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "property", "typeName": "string" } - ], - "isStatic": false, - "name": "BindSceneProperty", - "comment": "Returns the PropertySceneHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does access an Object like SpriteRenderer.sprite.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "PropertySceneHandle", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "type", "typeName": "System.Type" }, - { "name": "property", "typeName": "string" }, - { "name": "isObjectReference", "typeName": "bool" } - ], - "isStatic": false, - "name": "BindSceneProperty", - "comment": "Returns the PropertySceneHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does access an Object like SpriteRenderer.sprite.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "OpenAnimationStream", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.Animations.AnimationStream" - } - ], - "isStatic": false, - "name": "CloseAnimationStream", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveAllStreamHandles", - "comment": "Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveAllSceneHandles", - "comment": "Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimatorJobExtensions", - "comment": "Static class providing extension methods for Animator and the animation C# jobs.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ITimelineClipAsset", - "IPropertyPreview", - "ISerializationCallbackReceiver" - ], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "eulerAngles", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "useTrackMatchFields", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "matchTargetFields", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "removeStartOffset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "applyFootIK", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", - "name": "loop", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "clip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "clipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LiveLink", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetOffsets", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "AnimationPlayableAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Animations.Axis", - "name": "None", - "comment": "Represents the case when no axis is specified.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "X", - "comment": "Represents the X axis.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "Y", - "comment": "Represents the Y axis.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "Z", - "comment": "Represents the Z axis.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Animations.Axis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "Axis", - "comment": "Represents the axes used in 3D space.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioRolloffMode", - "name": "Logarithmic", - "comment": "Use this mode when you want a real-world rolloff.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioRolloffMode", - "name": "Linear", - "comment": "Use this mode when you want to lower the volume of your sound over the distance.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioRolloffMode", - "name": "Custom", - "comment": "Use this when you want to use a custom rolloff.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioRolloffMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioRolloffMode", - "comment": "Rolloff modes that a 3D sound can have in an audio source.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activate or deactivate the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Lock or unlock the offset and position at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "Gets the number of sources currently set on the component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "IConstraint", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IConstraint", "IConstraintInternal"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "translationAtRest", - "comment": "The translation used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "translationOffset", - "comment": "The offset from the constrained position.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "translationAxis", - "comment": "The axes affected by the PositionConstraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activates or deactivates the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Locks the offset and position at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "The number of sources set on the component (read-only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "PositionConstraint", - "comment": "Constrains the position of an object relative to the position of one or more source objects.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IConstraint", "IConstraintInternal"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationAtRest", - "comment": "The rotation used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationOffset", - "comment": "The offset from the constrained rotation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "rotationAxis", - "comment": "The axes affected by the RotationConstraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activates or deactivates the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Locks the offset and rotation at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "The number of sources set on the component (read-only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "RotationConstraint", - "comment": "Constrains the rotation of an object relative to the rotation of one or more source objects.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IConstraint", "IConstraintInternal"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scaleAtRest", - "comment": "The scale used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scaleOffset", - "comment": "The offset from the constrained scale.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "scalingAxis", - "comment": "The axes affected by the ScaleConstraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activates or deactivates the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Locks the offset and scale at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "The number of sources set on the component (read-only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "ScaleConstraint", - "comment": "Constrains the scale of an object relative to the scale of one or more source objects.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IConstraint", "IConstraintInternal"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "float", - "name": "roll", - "comment": "The rotation angle along the z axis of the object. The constraint uses this property to calculate the world up vector when Animations.LookAtConstraint.UseUpObject is false.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activates or deactivates the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Locks the offset and rotation at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationAtRest", - "comment": "The rotation used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationOffset", - "comment": "Represents an offset from the constrained orientation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "worldUpObject", - "comment": "The world up object, used to calculate the world up vector when Animations.LookAtConstraint.UseUpObject is true.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "useUpObject", - "comment": "Determines how the up vector is calculated.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "The number of sources set on the component (Read Only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "Returns the source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "LookAtConstraint", - "comment": "Constrains the orientation of an object relative to the position of one or more source objects, such that the object is facing the average position of the sources.\n The LookAtConstraint is a simplified Animations.AimConstraint typically used with a Camera.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.HumanPartDof", - "name": "humanPartDof", - "comment": "The muscle human part. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "dof", - "comment": "The muscle human sub-part. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "The name of the muscle. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "muscleHandleCount", - "comment": "The total number of DoF parts in a humanoid. (Read Only)\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bodyDof", "typeName": "UnityEngine.BodyDof" }], - "isStatic": false, - "name": ".ctor", - "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "headDof", "typeName": "UnityEngine.HeadDof" }], - "isStatic": false, - "name": ".ctor", - "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "partDof", "typeName": "UnityEngine.HumanPartDof" }, - { "name": "legDof", "typeName": "UnityEngine.LegDof" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "partDof", "typeName": "UnityEngine.HumanPartDof" }, - { "name": "armDof", "typeName": "UnityEngine.ArmDof" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "partDof", "typeName": "UnityEngine.HumanPartDof" }, - { "name": "fingerDof", "typeName": "UnityEngine.FingerDof" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "muscleHandles", - "typeName": "UnityEngine.Animations.MuscleHandle[]" - } - ], - "isStatic": true, - "name": "GetMuscleHandles", - "comment": "Fills the array with all the possible muscle handles on a humanoid.\n\n```plaintext\nParams: muscleHandles - An array of MuscleHandle.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "MuscleHandle", - "comment": "Handle for a muscle in the AnimationHumanStream.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Animations", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IConstraint", "IConstraintInternal"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the constraint component.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "constraintActive", - "comment": "Activates or deactivates the constraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "Locks the offsets and position (translation and rotation) at rest.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "int", - "name": "sourceCount", - "comment": "The number of sources set on the component (read-only).\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "translationAtRest", - "comment": "The position of the object in local space, used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationAtRest", - "comment": "The rotation used when the sources have a total weight of 0.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "translationOffsets", - "comment": "The translation offsets from the constrained orientation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "rotationOffsets", - "comment": "The rotation offsets from the constrained orientation.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "translationAxis", - "comment": "The translation axes affected by the ParentConstraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "typeName": "UnityEngine.Animations.Axis", - "name": "rotationAxis", - "comment": "The rotation axes affected by the ParentConstraint.\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Vector3", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetTranslationOffset", - "comment": "The translation offset.\n\n```plaintext\nParams: index - The index of the constraint source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetTranslationOffset", - "comment": "Sets the translation offset associated with a source by index.\n\n```plaintext\nParams: index - The index of the constraint source.\n value - The new translation offset.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetRotationOffset", - "comment": "The rotation offset, as Euler angles.\n\n```plaintext\nParams: index - The index of the constraint source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetRotationOffset", - "comment": "Sets the rotation offset associated with a source by index.\n\n```plaintext\nParams: index - The index of the constraint source.\n value - The new rotation offset.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sources", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSources", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "AddSource", - "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSource", - "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "ConstraintSource", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSource", - "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "source", - "typeName": "UnityEngine.Animations.ConstraintSource" - } - ], - "isStatic": false, - "name": "SetSource", - "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "ParentConstraint", - "comment": "Constrains the orientation and translation of an object to one or more source objects. The constrained object behaves as if it is in the hierarchy of the sources.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioSourceCurveType", - "name": "CustomRolloff", - "comment": "Custom Volume Rolloff.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSourceCurveType", - "name": "SpatialBlend", - "comment": "The Spatial Blend.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSourceCurveType", - "name": "ReverbZoneMix", - "comment": "Reverb Zone Mix.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioSourceCurveType", - "name": "Spread", - "comment": "The 3D Spread.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioSourceCurveType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioSourceCurveType", - "comment": "This defines the curve type of the different custom curves that can be queried and set within the AudioSource.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.GamepadSpeakerOutputType", - "name": "Speaker", - "comment": "Audio output is through the gamepads audio speaker if the gamepad supports playing audio.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.GamepadSpeakerOutputType", - "name": "Vibration", - "comment": "Audio output is through the gamepads vibration device if the gamepad supports playing audio as vibration.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.GamepadSpeakerOutputType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "GamepadSpeakerOutputType", - "comment": "Gamepad audio output types.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", - "name": "UseSourceAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", - "name": "On", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", - "name": "Off", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "LoopMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Off", - "comment": "No reverb preset selected.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Generic", - "comment": "Generic preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "PaddedCell", - "comment": "Padded cell preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Room", - "comment": "Room preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Bathroom", - "comment": "Bathroom preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Livingroom", - "comment": "Livingroom preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Stoneroom", - "comment": "Stoneroom preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Auditorium", - "comment": "Auditorium preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Concerthall", - "comment": "Concert hall preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Cave", - "comment": "Cave preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Arena", - "comment": "Arena preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Hangar", - "comment": "Hangar preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "CarpetedHallway", - "comment": "Carpeted hallway preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Hallway", - "comment": "Hallway preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "StoneCorridor", - "comment": "Stone corridor preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Alley", - "comment": "Alley preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Forest", - "comment": "Forest preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "City", - "comment": "City preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Mountains", - "comment": "Mountains preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Quarry", - "comment": "Quarry preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Plain", - "comment": "Plain preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "ParkingLot", - "comment": "Parking Lot preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "SewerPipe", - "comment": "Sewer pipe preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Underwater", - "comment": "Underwater presset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Drugged", - "comment": "Drugged preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Dizzy", - "comment": "Dizzy preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "Psychotic", - "comment": "Psychotic preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "User", - "comment": "User defined preset.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioReverbPreset", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioReverbPreset", - "comment": "Reverb presets used by the Reverb Zone class and the audio reverb filter.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "PositionX", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "PositionY", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "PositionZ", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "RotationX", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "RotationY", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "RotationZ", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.MatchTargetFields", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "MatchTargetFields", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "length", - "comment": "The length of the audio clip in seconds. (Read Only)\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "samples", - "comment": "The length of the audio clip in samples. (Read Only)\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "channels", - "comment": "The number of channels in the audio clip. (Read Only)\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "frequency", - "comment": "The sample frequency of the clip in Hertz. (Read Only)\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isReadyToPlay", - "comment": "Returns true if the AudioClip is ready to play (read-only).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioClipLoadType", - "name": "loadType", - "comment": "The load type of the clip (read-only).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "preloadAudioData", - "comment": "Preloads audio data of the clip when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "ambisonic", - "comment": "Returns true if this audio clip is ambisonic (read-only).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "loadInBackground", - "comment": "Corresponding to the \"Load In Background\" flag in the inspector, when this flag is set, the loading will happen delayed without blocking the main thread.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioDataLoadState", - "name": "loadState", - "comment": "Returns the current load state of the audio data associated with an AudioClip.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "LoadAudioData", - "comment": "Returns true if loading succeeded.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "UnloadAudioData", - "comment": "Returns false if unloading failed.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "float[]" }, - { "name": "offsetSamples", "typeName": "int" } - ], - "isStatic": false, - "name": "GetData", - "comment": "Fills an array with sample data from the clip.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "data", "typeName": "float[]" }, - { "name": "offsetSamples", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "Set sample data in a clip.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "lengthSamples", "typeName": "int" }, - { "name": "channels", "typeName": "int" }, - { "name": "frequency", "typeName": "int" }, - { "name": "_3D", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "A reference to the created AudioClip.\n\n```plaintext\nParams: name - Name of clip.\n lengthSamples - Number of sample frames.\n channels - Number of channels per frame.\n frequency - Sample frequency of clip.\n _3D - Audio clip is played back in 3D.\n stream - True if clip is streamed, that is if the pcmreadercallback generates data on the fly.\n pcmreadercallback - This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously.\n pcmsetpositioncallback - This callback is invoked whenever the clip loops or changes playback position.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "lengthSamples", "typeName": "int" }, - { "name": "channels", "typeName": "int" }, - { "name": "frequency", "typeName": "int" }, - { "name": "_3D", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" }, - { - "name": "pcmreadercallback", - "typeName": "UnityEngine.AudioClip.PCMReaderCallback" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "lengthSamples", "typeName": "int" }, - { "name": "channels", "typeName": "int" }, - { "name": "frequency", "typeName": "int" }, - { "name": "_3D", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" }, - { - "name": "pcmreadercallback", - "typeName": "UnityEngine.AudioClip.PCMReaderCallback" - }, - { - "name": "pcmsetpositioncallback", - "typeName": "UnityEngine.AudioClip.PCMSetPositionCallback" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "lengthSamples", "typeName": "int" }, - { "name": "channels", "typeName": "int" }, - { "name": "frequency", "typeName": "int" }, - { "name": "stream", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "A reference to the created AudioClip.\n\n```plaintext\nParams: name - Name of clip.\n lengthSamples - Number of sample frames.\n channels - Number of channels per frame.\n frequency - Sample frequency of clip.\n _3D - Audio clip is played back in 3D.\n stream - True if clip is streamed, that is if the pcmreadercallback generates data on the fly.\n pcmreadercallback - This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously.\n pcmsetpositioncallback - This callback is invoked whenever the clip loops or changes playback position.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "lengthSamples", "typeName": "int" }, - { "name": "channels", "typeName": "int" }, - { "name": "frequency", "typeName": "int" }, - { "name": "stream", "typeName": "bool" }, - { - "name": "pcmreadercallback", - "typeName": "UnityEngine.AudioClip.PCMReaderCallback" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "lengthSamples", "typeName": "int" }, - { "name": "channels", "typeName": "int" }, - { "name": "frequency", "typeName": "int" }, - { "name": "stream", "typeName": "bool" }, - { - "name": "pcmreadercallback", - "typeName": "UnityEngine.AudioClip.PCMReaderCallback" - }, - { - "name": "pcmsetpositioncallback", - "typeName": "UnityEngine.AudioClip.PCMSetPositionCallback" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioClip", - "comment": "A container for audio data.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "delay", - "comment": "Echo delay in ms. 10 to 5000. Default = 500.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "decayRatio", - "comment": "Echo decay per delay. 0 to 1. 1.0 = No decay, 0.0 = total decay (i.e. simple 1 line delay). Default = 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "dryMix", - "comment": "Volume of original signal to pass to output. 0.0 to 1.0. Default = 1.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "wetMix", - "comment": "Volume of echo signal to pass to output. 0.0 to 1.0. Default = 1.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioEchoFilter", - "comment": "The Audio Echo Filter repeats a sound after a given Delay, attenuating the repetitions based on the Decay Ratio.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "dryMix", - "comment": "Volume of original signal to pass to output. 0.0 to 1.0. Default = 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "wetMix1", - "comment": "Volume of 1st chorus tap. 0.0 to 1.0. Default = 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "wetMix2", - "comment": "Volume of 2nd chorus tap. This tap is 90 degrees out of phase of the first tap. 0.0 to 1.0. Default = 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "wetMix3", - "comment": "Volume of 3rd chorus tap. This tap is 90 degrees out of phase of the second tap. 0.0 to 1.0. Default = 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "delay", - "comment": "Chorus delay in ms. 0.1 to 100.0. Default = 40.0 ms.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "rate", - "comment": "Chorus modulation rate in hz. 0.0 to 20.0. Default = 0.8 hz.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "depth", - "comment": "Chorus modulation depth. 0.0 to 1.0. Default = 0.03.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "feedback", - "comment": "Chorus feedback. Controls how much of the wet signal gets fed back into the chorus buffer. 0.0 to 1.0. Default = 0.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioChorusFilter", - "comment": "The Audio Chorus Filter takes an Audio Clip and processes it creating a chorus effect.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string[]", - "name": "devices", - "comment": "A list of available microphone devices, identified by name.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "deviceName", "typeName": "string" }, - { "name": "loop", "typeName": "bool" }, - { "name": "lengthSec", "typeName": "int" }, - { "name": "frequency", "typeName": "int" } - ], - "isStatic": true, - "name": "Start", - "comment": "The function returns null if the recording fails to start.\n\n```plaintext\nParams: deviceName - The name of the device.\n loop - Indicates whether the recording should continue recording if lengthSec is reached, and wrap around and record from the beginning of the AudioClip.\n lengthSec - Is the length of the AudioClip produced by the recording.\n frequency - The sample rate of the AudioClip produced by the recording.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "deviceName", "typeName": "string" }], - "isStatic": true, - "name": "End", - "comment": "Stops recording.\n\n```plaintext\nParams: deviceName - The name of the device.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "deviceName", "typeName": "string" }], - "isStatic": true, - "name": "IsRecording", - "comment": "Query if a device is currently recording.\n\n```plaintext\nParams: deviceName - The name of the device.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "deviceName", "typeName": "string" }], - "isStatic": true, - "name": "GetPosition", - "comment": "Get the position in samples of the recording.\n\n```plaintext\nParams: deviceName - The name of the device.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "deviceName", "typeName": "string" }, - { "name": "minFreq", "typeName": "int" }, - { "name": "maxFreq", "typeName": "int" } - ], - "isStatic": true, - "name": "GetDeviceCaps", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "Microphone", - "comment": "Use this class to record to an AudioClip using a connected microphone.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "float[]" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "data", "typeName": "float[]" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "PCMReaderCallback", - "comment": "Delegate called each time AudioClip reads data.\n\n```plaintext\nParams: data - Array of floats containing data read from the clip.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "position", "typeName": "int" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "position", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "PCMSetPositionCallback", - "comment": "Delegate called each time AudioClip changes read position.\n\n```plaintext\nParams: position - New position in the audio clip.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioBehaviour", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AudioBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "volume", - "comment": "Controls the game sound volume (0.0 to 1.0).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "pause", - "comment": "The paused state of the audio system.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioVelocityUpdateMode", - "name": "velocityUpdateMode", - "comment": "This lets you set whether the Audio Listener should be updated in the fixed or dynamic update.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "numSamples", "typeName": "int" }, - { "name": "channel", "typeName": "int" } - ], - "isStatic": true, - "name": "GetOutputData", - "comment": "Deprecated Version. Returns a block of the listener (master)'s output data.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "samples", "typeName": "float[]" }, - { "name": "channel", "typeName": "int" } - ], - "isStatic": true, - "name": "GetOutputData", - "comment": "Provides a block of the listener (master)'s output data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "numSamples", "typeName": "int" }, - { "name": "channel", "typeName": "int" }, - { "name": "window", "typeName": "UnityEngine.FFTWindow" } - ], - "isStatic": true, - "name": "GetSpectrumData", - "comment": "Deprecated Version. Returns a block of the listener (master)'s spectrum data.\n\n```plaintext\nParams: numSamples - Number of values (the length of the samples array). Must be a power of 2. Min = 64. Max = 8192.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "samples", "typeName": "float[]" }, - { "name": "channel", "typeName": "int" }, - { "name": "window", "typeName": "UnityEngine.FFTWindow" } - ], - "isStatic": true, - "name": "GetSpectrumData", - "comment": "Provides a block of the listener (master)'s spectrum data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioListener", - "comment": "Representation of a listener in 3D space.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Start", - "comment": "True if the engine was switched into output recording mode. False if it is already recording.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Stop", - "comment": "True if the engine was recording when this function was called.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetSampleCountForCaptureFrame", - "comment": "Number of samples available since last recorded frame.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "Render", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioRenderer", - "comment": "Allow recording the main output of the game or specific groups in the AudioMixer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "minDistance", - "comment": "The distance from the centerpoint that the reverb will have full effect at. Default = 10.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "maxDistance", - "comment": "The distance from the centerpoint that the reverb will not have any effect. Default = 15.0.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.AudioReverbPreset", - "name": "reverbPreset", - "comment": "Set/Get reverb preset properties.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "room", - "comment": "Room effect level (at mid frequencies).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "roomHF", - "comment": "Relative room effect level at high frequencies.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "roomLF", - "comment": "Relative room effect level at low frequencies.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "decayTime", - "comment": "Reverberation decay time at mid frequencies.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "decayHFRatio", - "comment": "High-frequency to mid-frequency decay time ratio.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "reflections", - "comment": "Early reflections level relative to room effect.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reflectionsDelay", - "comment": "Initial reflection delay time.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "reverb", - "comment": "Late reverberation level relative to room effect.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "reverbDelay", - "comment": "Late reverberation delay time relative to initial reflection.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "HFReference", - "comment": "Reference high frequency (hz).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "LFReference", - "comment": "Reference low frequency (hz).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "roomRolloffFactor", - "comment": "Like rolloffscale in global settings, but for reverb room size effect.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "diffusion", - "comment": "Value that controls the echo density in the late reverberation decay.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "density", - "comment": "Value that controls the modal density in the late reverberation decay.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioReverbZone", - "comment": "Reverb Zones are used when you want to create location based ambient effects in the Scene.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.AudioClip", - "name": "audioClip", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isReadyToPlay", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "duration", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "MovieTexture", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "distortionLevel", - "comment": "Distortion value. 0.0 to 1.0. Default = 0.5.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioDistortionFilter", - "comment": "The Audio Distortion Filter distorts the sound from an AudioSource or sounds reaching the AudioListener.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TrackOffset", - "name": "ApplyTransformOffsets", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackOffset", - "name": "ApplySceneOffsets", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackOffset", - "name": "Auto", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.TrackOffset", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackOffset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WebCamFlags", - "name": "FrontFacing", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.WebCamFlags", - "name": "AutoFocusPointSupported", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WebCamFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "WebCamFlags", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner", - "ILayerable" - ], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "eulerAngles", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "applyOffsets", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackOffset", - "name": "trackOffset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MatchTargetFields", - "name": "matchTargetFields", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "infiniteClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AvatarMask", - "name": "avatarMask", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "applyAvatarMask", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "inClipMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "infiniteClipOffsetPosition", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "infiniteClipOffsetRotation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "infiniteClipOffsetEulerAngles", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "infiniteClipPreExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "infiniteClipPostExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "openClipOffsetPosition", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "openClipOffsetRotation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "openClipOffsetEulerAngles", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "openClipPreExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "openClipPostExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "TimelineClip", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": false, - "name": "CreateClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "infiniteClipName", "typeName": "string" }], - "isStatic": false, - "name": "CreateInfiniteClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "TimelineClip", - "params": [{ "name": "animClipName", "typeName": "string" }], - "isStatic": false, - "name": "CreateRecordableClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "AnimationTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WebCamKind", - "name": "WideAngle", - "comment": "Wide angle (default) camera.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.WebCamKind", - "name": "Telephoto", - "comment": "A Telephoto camera device. These devices have a longer focal length than a wide-angle camera.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.WebCamKind", - "name": "ColorAndDepth", - "comment": "Camera which supports synchronized color and depth data (currently these are only dual back and true depth cameras on latest iOS devices).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.WebCamKind", - "name": "UltraWideAngle", - "comment": "Ultra wide angle camera. These devices have a shorter focal length than a wide-angle camera.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WebCamKind", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "WebCamKind", - "comment": "Enum representing the different types of web camera device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "A human-readable name of the device. Varies across different systems.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isFrontFacing", - "comment": "True if camera faces the same direction a screen does, false otherwise.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.WebCamKind", - "name": "kind", - "comment": "Property of type WebCamKind denoting the kind of webcam device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "string", - "name": "depthCameraName", - "comment": "A string identifier used to create a depth data based WebCamTexture.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isAutoFocusPointSupported", - "comment": "Returns true if the camera supports automatic focusing on points of interest and false otherwise.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Resolution[]", - "name": "availableResolutions", - "comment": "Possible WebCamTexture resolutions for this device.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "WebCamDevice", - "comment": "A structure describing the webcam device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.WebCamDevice[]", - "name": "devices", - "comment": "Return a list of available devices.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Returns if the camera is currently playing.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "string", - "name": "deviceName", - "comment": "Set this to specify the name of the device to use.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "float", - "name": "requestedFPS", - "comment": "Set the requested frame rate of the camera device (in frames per second).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "requestedWidth", - "comment": "Set the requested width of the camera device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "requestedHeight", - "comment": "Set the requested height of the camera device.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "int", - "name": "videoRotationAngle", - "comment": "Returns an clockwise angle (in degrees), which can be used to rotate a polygon so camera contents are shown in correct orientation.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "videoVerticallyMirrored", - "comment": "Returns if the texture image is vertically flipped.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "didUpdateThisFrame", - "comment": "Did the video buffer update this frame?\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Vector2?", - "name": "autoFocusPoint", - "comment": "This property allows you to set/get the auto focus point of the camera. This works only on Android and iOS devices.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "bool", - "name": "isDepth", - "comment": "This property is true if the texture is based on depth data.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "deviceName", "typeName": "string" }, - { "name": "requestedWidth", "typeName": "int" }, - { "name": "requestedHeight", "typeName": "int" }, - { "name": "requestedFPS", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "deviceName", "typeName": "string" }, - { "name": "requestedWidth", "typeName": "int" }, - { "name": "requestedHeight", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "deviceName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "requestedWidth", "typeName": "int" }, - { "name": "requestedHeight", "typeName": "int" }, - { "name": "requestedFPS", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "requestedWidth", "typeName": "int" }, - { "name": "requestedHeight", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Starts the camera.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Pauses the camera.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops the camera.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixel", - "comment": "Returns pixel color at coordinates (x, y).\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "Get a block of pixel colors.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPixels32", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "colors", "typeName": "UnityEngine.Color32[]" }], - "isStatic": false, - "name": "GetPixels32", - "comment": "An array that contains a copy of the requested pixel colors, represented by Color32 structs.\n\n```plaintext\nParams: colors - Optional array to receive pixel data.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "WebCamTexture", - "comment": "WebCam Textures are textures onto which the live video input is rendered.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetAxis", - "comment": "Returns the axis value as a continous float.\n\n```plaintext\nParams: name - Name of input to poll.c.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetButton", - "comment": "Returns the binary value of a button.\n\n```plaintext\nParams: name - Name of input to poll.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetTrackerPosition", - "comment": "Return the position of a tracker as a Vector3.\n\n```plaintext\nParams: name - Name of input to poll.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetTrackerRotation", - "comment": "Returns the rotation of a tracker as a Quaternion.\n\n```plaintext\nParams: name - Name of input to poll.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "SetAxis", - "comment": "Sets the axis value for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetButton", - "comment": "Sets the button value for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "SetTrackerPosition", - "comment": "Sets the tracker position for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "SetTrackerRotation", - "comment": "Sets the tracker rotation for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "deviceName", "typeName": "string" }, - { "name": "serverUrl", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "type", "typeName": "UnityEngine.ClusterInputType" } - ], - "isStatic": true, - "name": "AddInput", - "comment": "True if the operation succeed.\n\n```plaintext\nParams: name - Name of the input entry. This has to be unique.\n deviceName - Device name registered to VRPN server.\n serverUrl - URL to the vrpn server.\n index - Index of the Input entry, refer to vrpn.cfg if unsure.\n type - Type of the input.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "deviceName", "typeName": "string" }, - { "name": "serverUrl", "typeName": "string" }, - { "name": "index", "typeName": "int" }, - { "name": "type", "typeName": "UnityEngine.ClusterInputType" } - ], - "isStatic": true, - "name": "EditInput", - "comment": "Edit an input entry which added via ClusterInput.AddInput.\n\n```plaintext\nParams: name - Name of the input entry. This has to be unique.\n deviceName - Device name registered to VRPN server.\n serverUrl - URL to the vrpn server.\n index - Index of the Input entry, refer to vrpn.cfg if unsure.\n type - Type of the ClusterInputType as follow.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "CheckConnectionToServer", - "comment": "Check the connection status of the device to the VRPN server it connected to.\n\n```plaintext\nParams: name - Name of the input entry.\n \n```\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ClusterInputModule.dll" - } - ], - "name": "ClusterInput", - "comment": "Interface for reading and writing inputs in a Unity Cluster.\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICurvesOwner", "ISerializationCallbackReceiver"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "kDefaultClipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "float", - "name": "kDefaultClipDurationInSeconds", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "kTimeScaleMin", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "kTimeScaleMax", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasPreExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasPostExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "timeScale", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "start", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "end", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "clipIn", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "string", - "name": "displayName", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "clipAssetDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "curves", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasCurves", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "asset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "underlyingAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackAsset", - "name": "parentTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "easeInDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "easeOutDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "eastOutTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "easeOutTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "blendInDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "blendOutDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", - "name": "blendInCurveMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", - "name": "blendOutCurveMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasBlendIn", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasBlendOut", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "mixInCurve", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "float", - "name": "mixInPercentage", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "mixInDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "mixOutCurve", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "mixOutTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "mixOutDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "float", - "name": "mixOutPercentage", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "recordable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "exposedParameters", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "clipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "animationClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "postExtrapolationMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "preExtrapolationMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "extrapolatedStart", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "extrapolatedDuration", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "EvaluateMixOut", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "EvaluateMixIn", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "ToLocalTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Double", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "ToLocalTimeUnbound", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sequenceTime", "typeName": "double" }], - "isStatic": false, - "name": "IsExtrapolatedTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sequenceTime", "typeName": "double" }], - "isStatic": false, - "name": "IsPreExtrapolatedTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sequenceTime", "typeName": "double" }], - "isStatic": false, - "name": "IsPostExtrapolatedTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "curvesClipName", "typeName": "string" }], - "isStatic": false, - "name": "CreateCurves", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ConformEaseValues", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TimelineClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isMasterOfCluster", - "comment": "Check whether the current instance is a master node in the cluster network.\n\n", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "typeName": "bool", - "name": "isDisconnected", - "comment": "Check whether the current instance is disconnected from the cluster network.\n\n", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "typeName": "int", - "name": "nodeIndex", - "comment": "To acquire or set the node index of the current machine from the cluster network.\n\n", - "location": "UnityEngine.ClusterRendererModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - } - ], - "name": "ClusterNetwork", - "comment": "A helper class that contains static method to inquire status of Unity Cluster.\n\n", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "SaveTimeManagerState", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "RestoreTimeManagerState", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "SaveInputManagerState", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "RestoreInputManagerState", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "SaveClusterInputState", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "buffer", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "RestoreClusterInputState", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - } - ], - "name": "ClusterSerialization", - "comment": "", - "location": "UnityEngine.ClusterRendererModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SendMessageOptions", - "name": "RequireReceiver", - "comment": "A receiver is required for SendMessage.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SendMessageOptions", - "name": "DontRequireReceiver", - "comment": "No receiver is required for SendMessage.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SendMessageOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SendMessageOptions", - "comment": "Options for how to send a message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.PrimitiveType", - "name": "Sphere", - "comment": "A sphere primitive.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.PrimitiveType", - "name": "Capsule", - "comment": "A capsule primitive.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.PrimitiveType", - "name": "Cylinder", - "comment": "A cylinder primitive.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.PrimitiveType", - "name": "Cube", - "comment": "A cube primitive.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.PrimitiveType", - "name": "Plane", - "comment": "A plane primitive.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.PrimitiveType", - "name": "Quad", - "comment": "A quad primitive.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.PrimitiveType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PrimitiveType", - "comment": "The various primitives that can be created using the GameObject.CreatePrimitive function.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Space", - "name": "World", - "comment": "Applies transformation relative to the world coordinate system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Space", - "name": "Self", - "comment": "Applies transformation relative to the local coordinate system.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Space", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Space", - "comment": "The coordinate space in which to operate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "OSXEditor", - "comment": "In the Unity editor on macOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "OSXPlayer", - "comment": "In the player on macOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WindowsPlayer", - "comment": "In the player on Windows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "OSXWebPlayer", - "comment": "In the web player on macOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "OSXDashboardPlayer", - "comment": "In the Dashboard widget on macOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WindowsWebPlayer", - "comment": "In the web player on Windows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WindowsEditor", - "comment": "In the Unity editor on Windows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "IPhonePlayer", - "comment": "In the player on the iPhone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "XBOX360", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "PS3", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "Android", - "comment": "In the player on Android devices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "NaCl", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "FlashPlayer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "LinuxPlayer", - "comment": "In the player on Linux.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "LinuxEditor", - "comment": "In the Unity editor on Linux.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WebGLPlayer", - "comment": "In the player on WebGL\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "MetroPlayerX86", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WSAPlayerX86", - "comment": "In the player on Windows Store Apps when CPU architecture is X86.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "MetroPlayerX64", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WSAPlayerX64", - "comment": "In the player on Windows Store Apps when CPU architecture is X64.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "MetroPlayerARM", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WSAPlayerARM", - "comment": "In the player on Windows Store Apps when CPU architecture is ARM.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WP8Player", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "BB10Player", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "BlackBerryPlayer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "TizenPlayer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "PSP2", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "PS4", - "comment": "In the player on the Playstation 4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "PSM", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "XboxOne", - "comment": "In the player on Xbox One.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "SamsungTVPlayer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "WiiU", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "tvOS", - "comment": "In the player on the Apple's tvOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "Switch", - "comment": "In the player on Nintendo Switch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "Lumin", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "Stadia", - "comment": "In the player on Stadia.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "CloudRendering", - "comment": "In the player on CloudRendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "GameCoreScarlett", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "GameCoreXboxSeries", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "GameCoreXboxOne", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "PS5", - "comment": "In the player on the Playstation 5.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RuntimePlatform", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RuntimePlatform", - "comment": "The platform application is running. Returned by Application.platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Afrikaans", - "comment": "Afrikaans.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Arabic", - "comment": "Arabic.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Basque", - "comment": "Basque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Belarusian", - "comment": "Belarusian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Bulgarian", - "comment": "Bulgarian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Catalan", - "comment": "Catalan.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Chinese", - "comment": "Chinese.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Czech", - "comment": "Czech.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Danish", - "comment": "Danish.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Dutch", - "comment": "Dutch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "English", - "comment": "English.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Estonian", - "comment": "Estonian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Faroese", - "comment": "Faroese.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Finnish", - "comment": "Finnish.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "French", - "comment": "French.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "German", - "comment": "German.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Greek", - "comment": "Greek.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Hebrew", - "comment": "Hebrew.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Hugarian", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Icelandic", - "comment": "Icelandic.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Indonesian", - "comment": "Indonesian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Italian", - "comment": "Italian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Japanese", - "comment": "Japanese.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Korean", - "comment": "Korean.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Latvian", - "comment": "Latvian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Lithuanian", - "comment": "Lithuanian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Norwegian", - "comment": "Norwegian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Polish", - "comment": "Polish.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Portuguese", - "comment": "Portuguese.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Romanian", - "comment": "Romanian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Russian", - "comment": "Russian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "SerboCroatian", - "comment": "Serbo-Croatian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Slovak", - "comment": "Slovak.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Slovenian", - "comment": "Slovenian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Spanish", - "comment": "Spanish.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Swedish", - "comment": "Swedish.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Thai", - "comment": "Thai.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Turkish", - "comment": "Turkish.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Ukrainian", - "comment": "Ukrainian.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Vietnamese", - "comment": "Vietnamese.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "ChineseSimplified", - "comment": "ChineseSimplified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "ChineseTraditional", - "comment": "ChineseTraditional.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Unknown", - "comment": "Unknown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "Hungarian", - "comment": "Hungarian.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SystemLanguage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SystemLanguage", - "comment": "The language the user's operating system is running in. Returned by Application.systemLanguage.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "None", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "Hold", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "Loop", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "PingPong", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "name": "Continue", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ClipExtrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", - "name": "Auto", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", - "name": "Manual", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "BlendCurveMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LogType", - "name": "Error", - "comment": "LogType used for Errors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogType", - "name": "Assert", - "comment": "LogType used for Asserts. (These could also indicate an error inside Unity itself.)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogType", - "name": "Warning", - "comment": "LogType used for Warnings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogType", - "name": "Log", - "comment": "LogType used for regular log messages.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogType", - "name": "Exception", - "comment": "LogType used for Exceptions.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LogType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LogType", - "comment": "The type of the log message in Debug.unityLogger.Log or delegate registered with Application.RegisterLogCallback.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LogOption", - "name": "None", - "comment": "Normal log message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogOption", - "name": "NoStacktrace", - "comment": "The log message will not have a stacktrace appended automatically.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LogOption", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LogOption", - "comment": "Option flags for specifying special treatment of a log message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ThreadPriority", - "name": "Low", - "comment": "Lowest thread priority.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ThreadPriority", - "name": "BelowNormal", - "comment": "Below normal thread priority.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ThreadPriority", - "name": "Normal", - "comment": "Normal thread priority.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ThreadPriority", - "name": "High", - "comment": "Highest thread priority.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ThreadPriority", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ThreadPriority", - "comment": "Priority of a thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "id", - "comment": "This is the unique id assigned to the layer. It is not an ordered running value and it should not be used to compare with other layers to determine the sorting order.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "Returns the name of the layer as defined in the TagManager.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "value", - "comment": "This is the relative value that indicates the sort order of this layer relative to the other layers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SortingLayer[]", - "name": "layers", - "comment": "Returns all the layers defined in this project.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": true, - "name": "GetLayerValueFromID", - "comment": "The final sorting value of the layer relative to other layers.\n\n```plaintext\nParams: id - The unique value of the sorting layer as returned by any renderer's sortingLayerID property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetLayerValueFromName", - "comment": "The final sorting value of the layer relative to other layers.\n\n```plaintext\nParams: name - The unique value of the sorting layer as returned by any renderer's sortingLayerID property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "NameToID", - "comment": "The unique id of the layer with name.\n\n```plaintext\nParams: name - The name of the layer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": true, - "name": "IDToName", - "comment": "The name of the layer with id or \"\" for invalid id.\n\n```plaintext\nParams: id - The unique id of the layer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": true, - "name": "IsValid", - "comment": "True if the id provided is valid and assigned to a layer.\n\n```plaintext\nParams: id - The unique id of a layer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SortingLayer", - "comment": "SortingLayer allows you to set the render order of multiple sprites easily. There is always a default SortingLayer named \"Default\" which all sprites are added to initially. Added more SortingLayers to easily control the order of rendering of groups of sprites. Layers can be ordered before or after the default layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "ITimelineClipAsset", - "IPropertyPreview" - ], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TimelineAsset.EditorSettings", - "name": "editorSettings", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "fixedDuration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", - "name": "durationMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "clipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "int", - "name": "outputTrackCount", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "int", - "name": "rootTrackCount", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.MarkerTrack", - "name": "markerTrack", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "TrackAsset", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetRootTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetRootTracks", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "TrackAsset", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutputTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetOutputTracks", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CreateMarkerTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "TrackAsset", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "parent", "typeName": "UnityEngine.Timeline.TrackAsset" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "parent", "typeName": "UnityEngine.Timeline.TrackAsset" }, - { "name": "trackName", "typeName": "string" } - ], - "isStatic": false, - "name": "CreateTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "trackName", "typeName": "string" }], - "isStatic": false, - "name": "CreateTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "CreateTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "clip", "typeName": "UnityEngine.Timeline.TimelineClip" } - ], - "isStatic": false, - "name": "DeleteClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "track", "typeName": "UnityEngine.Timeline.TrackAsset" } - ], - "isStatic": false, - "name": "DeleteTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TimelineAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WeightedMode", - "name": "None", - "comment": "Exclude both inWeight or outWeight when calculating curve segments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WeightedMode", - "name": "In", - "comment": "Include inWeight when calculating the previous curve segment.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WeightedMode", - "name": "Out", - "comment": "Include outWeight when calculating the next curve segment.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WeightedMode", - "name": "Both", - "comment": "Include inWeight and outWeight when calculating curve segments.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WeightedMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WeightedMode", - "comment": "Sets which weights to use when calculating curve segments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "time", - "comment": "The time of the keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "value", - "comment": "The value of the curve at keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "inTangent", - "comment": "Sets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "outTangent", - "comment": "Sets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "inWeight", - "comment": "Sets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "outWeight", - "comment": "Sets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WeightedMode", - "name": "weightedMode", - "comment": "Weighted mode for the keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "tangentMode", - "comment": "TangentMode is deprecated. Use AnimationUtility.SetKeyLeftTangentMode or AnimationUtility.SetKeyRightTangentMode instead.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "time", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "time", "typeName": "float" }, - { "name": "value", "typeName": "float" }, - { "name": "inTangent", "typeName": "float" }, - { "name": "outTangent", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "time", "typeName": "float" }, - { "name": "value", "typeName": "float" }, - { "name": "inTangent", "typeName": "float" }, - { "name": "outTangent", "typeName": "float" }, - { "name": "inWeight", "typeName": "float" }, - { "name": "outWeight", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Keyframe", - "comment": "A single keyframe that can be injected into an animation curve.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WrapMode", - "name": "Once", - "comment": "When time reaches the end of the animation clip, the clip will automatically stop playing and time will be reset to beginning of the clip.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "Loop", - "comment": "When time reaches the end of the animation clip, time will continue at the beginning.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "PingPong", - "comment": "When time reaches the end of the animation clip, time will ping pong back between beginning and end.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "Default", - "comment": "Reads the default repeat mode set higher up.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "ClampForever", - "comment": "Plays back the animation. When it reaches the end, it will keep playing the last frame and never stop playing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "Clamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WrapMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WrapMode", - "comment": "Determines how time is treated outside of the keyframed range of an AnimationClip or AnimationCurve.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Keyframe[]", - "name": "keys", - "comment": "All keys defined in the animation curve.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Keyframe", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "length", - "comment": "The number of keys in the curve. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "preWrapMode", - "comment": "The behaviour of the animation before the first keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WrapMode", - "name": "postWrapMode", - "comment": "The behaviour of the animation after the last keyframe.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "time", "typeName": "float" }], - "isStatic": false, - "name": "Evaluate", - "comment": "The value of the curve, at the point in time specified.\n\n```plaintext\nParams: time - The time within the curve you want to evaluate (the horizontal axis in the curve graph).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "time", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "AddKey", - "comment": "The index of the added key, or -1 if the key could not be added.\n\n```plaintext\nParams: time - The time at which to add the key (horizontal axis in the curve graph).\n value - The value for the key (vertical axis in the curve graph).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "UnityEngine.Keyframe" }], - "isStatic": false, - "name": "AddKey", - "comment": "The index of the added key, or -1 if the key could not be added.\n\n```plaintext\nParams: key - The key to add to the curve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "key", "typeName": "UnityEngine.Keyframe" } - ], - "isStatic": false, - "name": "MoveKey", - "comment": "The index of the keyframe after moving it.\n\n```plaintext\nParams: index - The index of the key to move.\n key - The key (with its new time) to insert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveKey", - "comment": "Removes a key.\n\n```plaintext\nParams: index - The index of the key to remove.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "SmoothTangents", - "comment": "Smooth the in and out tangents of the keyframe at index.\n\n```plaintext\nParams: index - The index of the keyframe to be smoothed.\n weight - The smoothing weight to apply to the keyframe's tangents.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AnimationCurve", - "params": [ - { "name": "timeStart", "typeName": "float" }, - { "name": "timeEnd", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "Constant", - "comment": "The constant curve created from the specified values.\n\n```plaintext\nParams: timeStart - The start time for the constant curve.\n timeEnd - The start time for the constant curve.\n value - The value for the constant curve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AnimationCurve", - "params": [ - { "name": "timeStart", "typeName": "float" }, - { "name": "valueStart", "typeName": "float" }, - { "name": "timeEnd", "typeName": "float" }, - { "name": "valueEnd", "typeName": "float" } - ], - "isStatic": true, - "name": "Linear", - "comment": "The linear curve created from the specified values.\n\n```plaintext\nParams: timeStart - The start time for the linear curve.\n valueStart - The start value for the linear curve.\n timeEnd - The end time for the linear curve.\n valueEnd - The end value for the linear curve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AnimationCurve", - "params": [ - { "name": "timeStart", "typeName": "float" }, - { "name": "valueStart", "typeName": "float" }, - { "name": "timeEnd", "typeName": "float" }, - { "name": "valueEnd", "typeName": "float" } - ], - "isStatic": true, - "name": "EaseInOut", - "comment": "The ease-in and out curve generated from the specified values.\n\n```plaintext\nParams: timeStart - The start time for the ease curve.\n valueStart - The start value for the ease curve.\n timeEnd - The end time for the ease curve.\n valueEnd - The end value for the ease curve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keys", "typeName": "UnityEngine.Keyframe[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an animation curve from an arbitrary number of keyframes.\n\n```plaintext\nParams: keys - An array of Keyframes used to define the curve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an empty animation curve.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.AnimationCurve" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AnimationCurve", - "comment": "Store a collection of Keyframes that can be evaluated over time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isLoadingLevel", - "comment": "Is some level being loaded? (Read Only) (Obsolete).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "streamedBytes", - "comment": "How many bytes have we downloaded from the main unity web stream (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "webSecurityEnabled", - "comment": "Indicates whether Unity's webplayer security model is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Returns true when called in any kind of built Player, or when called in the Editor in Play Mode (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isFocused", - "comment": "Whether the player currently has focus. Read-only.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "buildGUID", - "comment": "Returns a GUID for this build (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "runInBackground", - "comment": "Should the player be running when the application is in the background?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBatchMode", - "comment": "Returns true when Unity is launched with the -batchmode flag from the command line (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "dataPath", - "comment": "Contains the path to the game data folder on the target device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "streamingAssetsPath", - "comment": "The path to the StreamingAssets folder (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "persistentDataPath", - "comment": "(Read Only) Contains the path to a persistent data directory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "temporaryCachePath", - "comment": "Contains the path to a temporary data / cache directory (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "absoluteURL", - "comment": "The URL of the document. For WebGL, this a web URL. For Android, iOS, or Universal Windows Platform (UWP) this is a deep link URL. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "unityVersion", - "comment": "The version of the Unity runtime used to play the content.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "version", - "comment": "Returns application version number (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "installerName", - "comment": "Returns the name of the store or package that installed the application (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "identifier", - "comment": "Returns application identifier at runtime. On Apple platforms this is the 'bundleIdentifier' saved in the info.plist file, on Android it's the 'package' from the AndroidManifest.xml.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "installMode", - "comment": "Returns application install mode (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationSandboxType", - "name": "sandboxType", - "comment": "Returns application running in sandbox (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "productName", - "comment": "Returns application product name (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "companyName", - "comment": "Return application company name (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "cloudProjectId", - "comment": "A unique cloud project identifier. It is unique for every project (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "targetFrameRate", - "comment": "Instructs the game to try to render at a specified frame rate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.StackTraceLogType", - "name": "stackTraceLogType", - "comment": "Obsolete. Use Application.SetStackTraceLogType.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "consoleLogPath", - "comment": "Returns the path to the console log file, or an empty string if the current platform does not support log files.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ThreadPriority", - "name": "backgroundLoadingPriority", - "comment": "Priority of background loading thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "genuine", - "comment": "Returns false if application is altered in any way after it was built.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "genuineCheckAvailable", - "comment": "Returns true if application integrity can be confirmed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isShowingSplashScreen", - "comment": "Checks whether splash screen is being shown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimePlatform", - "name": "platform", - "comment": "Returns the platform the game is running on (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isMobilePlatform", - "comment": "Is the current Runtime platform a known mobile platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isConsolePlatform", - "comment": "Is the current Runtime platform a known console platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SystemLanguage", - "name": "systemLanguage", - "comment": "The language the user's operating system is running in.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkReachability", - "name": "internetReachability", - "comment": "Returns the type of Internet reachability currently possible on the device.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isPlayer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "levelCount", - "comment": "The total number of levels available (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "loadedLevel", - "comment": "Note: This is now obsolete. Use SceneManager.GetActiveScene instead. (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "loadedLevelName", - "comment": "The name of the level that was last loaded (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isEditor", - "comment": "Are we running inside the Unity editor? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Application.LowMemoryCallback", - "name": "lowMemory", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Application.LogCallback", - "name": "logMessageReceived", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Application.LogCallback", - "name": "logMessageReceivedThreaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.UnityAction", - "name": "onBeforeRender", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "focusChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "deepLinkActivated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Func", - "name": "wantsToQuit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "quitting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "unloading", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "exitCode", "typeName": "int" }], - "isStatic": true, - "name": "Quit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Quit", - "comment": "Quits the player application.\n\n```plaintext\nParams: exitCode - An optional exit code to return when the player application terminates on Windows, Mac and Linux. Defaults to 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CancelQuit", - "comment": "Cancels quitting the application. This is useful for showing a splash screen at the end of a game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Unload", - "comment": "Unloads the Unity Player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "levelIndex", "typeName": "int" }], - "isStatic": true, - "name": "GetStreamProgressForLevel", - "comment": "How far has the download progressed? [0...1].\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "levelName", "typeName": "string" }], - "isStatic": true, - "name": "GetStreamProgressForLevel", - "comment": "How far has the download progressed? [0...1].\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "levelIndex", "typeName": "int" }], - "isStatic": true, - "name": "CanStreamedLevelBeLoaded", - "comment": "Can the streamed level be loaded?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "levelName", "typeName": "string" }], - "isStatic": true, - "name": "CanStreamedLevelBeLoaded", - "comment": "Can the streamed level be loaded?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "IsPlaying", - "comment": "True if the object is part of the playing world.\n\n```plaintext\nParams: obj - The object to test.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetBuildTags", - "comment": "Returns an array of feature tags in use for this build.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "buildTags", "typeName": "string[]" }], - "isStatic": true, - "name": "SetBuildTags", - "comment": "Set an array of feature tags for this build.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "HasProLicense", - "comment": "Is Unity activated with the Pro license?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "script", "typeName": "string" }], - "isStatic": true, - "name": "ExternalEval", - "comment": "Execution of a script function in the contained web page.\n\n```plaintext\nParams: script - The Javascript function to call.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "delegateMethod", - "typeName": "UnityEngine.Application.AdvertisingIdentifierCallback" - } - ], - "isStatic": true, - "name": "RequestAdvertisingIdentifierAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": true, - "name": "OpenURL", - "comment": "Opens the URL specified, subject to the permissions and limitations of your app’s current platform and environment. This is handled in different ways depending on the nature of the URL, and with different security restrictions, depending on the runtime platform.\n\n```plaintext\nParams: url - The URL to open.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mode", "typeName": "int" }], - "isStatic": true, - "name": "ForceCrash", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "StackTraceLogType", - "params": [{ "name": "logType", "typeName": "UnityEngine.LogType" }], - "isStatic": true, - "name": "GetStackTraceLogType", - "comment": "Get stack trace logging options. The default value is StackTraceLogType.ScriptOnly.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { - "name": "stackTraceType", - "typeName": "UnityEngine.StackTraceLogType" - } - ], - "isStatic": true, - "name": "SetStackTraceLogType", - "comment": "Set stack trace logging options. The default value is StackTraceLogType.ScriptOnly.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "mode", "typeName": "UnityEngine.UserAuthorization" } - ], - "isStatic": true, - "name": "RequestUserAuthorization", - "comment": "Request authorization to use the webcam or microphone on iOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "mode", "typeName": "UnityEngine.UserAuthorization" } - ], - "isStatic": true, - "name": "HasUserAuthorization", - "comment": "Check if the user has authorized use of the webcam or microphone in the Web Player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Application.LowMemoryCallback" - } - ], - "isStatic": true, - "name": "add_lowMemory", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Application.LowMemoryCallback" - } - ], - "isStatic": true, - "name": "remove_lowMemory", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Application.LogCallback" - } - ], - "isStatic": true, - "name": "add_logMessageReceived", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Application.LogCallback" - } - ], - "isStatic": true, - "name": "remove_logMessageReceived", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Application.LogCallback" - } - ], - "isStatic": true, - "name": "add_logMessageReceivedThreaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Application.LogCallback" - } - ], - "isStatic": true, - "name": "remove_logMessageReceivedThreaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "functionName", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "ExternalCall", - "comment": "Calls a function in the web page that contains the WebGL Player.\n\n```plaintext\nParams: functionName - Name of the function to call.\n args - Array of arguments passed in the call.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "o", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "DontDestroyOnLoad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { "name": "superSize", "typeName": "int" } - ], - "isStatic": true, - "name": "CaptureScreenshot", - "comment": "Captures a screenshot at path filename as a PNG file.\n\n```plaintext\nParams: filename - Pathname to save the screenshot file to.\n superSize - Factor by which to increase resolution.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": true, - "name": "CaptureScreenshot", - "comment": "Captures a screenshot at path filename as a PNG file.\n\n```plaintext\nParams: filename - Pathname to save the screenshot file to.\n superSize - Factor by which to increase resolution.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": true, - "name": "add_onBeforeRender", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": true, - "name": "remove_onBeforeRender", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_focusChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_focusChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_deepLinkActivated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_deepLinkActivated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Func" }], - "isStatic": true, - "name": "add_wantsToQuit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Func" }], - "isStatic": true, - "name": "remove_wantsToQuit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_quitting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_quitting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_unloading", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_unloading", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "UnityEngine.Application.LogCallback" - } - ], - "isStatic": true, - "name": "RegisterLogCallback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "UnityEngine.Application.LogCallback" - } - ], - "isStatic": true, - "name": "RegisterLogCallbackThreaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "LoadLevel", - "comment": "Note: This is now obsolete. Use SceneManager.LoadScene instead.\n\n```plaintext\nParams: index - The level to load.\n name - The name of the level to load.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "LoadLevel", - "comment": "Note: This is now obsolete. Use SceneManager.LoadScene instead.\n\n```plaintext\nParams: index - The level to load.\n name - The name of the level to load.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "LoadLevelAdditive", - "comment": "Loads a level additively.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "LoadLevelAdditive", - "comment": "Loads a level additively.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "LoadLevelAsync", - "comment": "Loads the level asynchronously in the background.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "levelName", "typeName": "string" }], - "isStatic": true, - "name": "LoadLevelAsync", - "comment": "Loads the level asynchronously in the background.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "LoadLevelAdditiveAsync", - "comment": "Loads the level additively and asynchronously in the background.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "levelName", "typeName": "string" }], - "isStatic": true, - "name": "LoadLevelAdditiveAsync", - "comment": "Loads the level additively and asynchronously in the background.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "UnloadLevel", - "comment": "Return true if the Scene is unloaded.\n\n```plaintext\nParams: index - Index of the Scene in the PlayerSettings to unload.\n scenePath - Name of the Scene to Unload.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "scenePath", "typeName": "string" }], - "isStatic": true, - "name": "UnloadLevel", - "comment": "Return true if the Scene is unloaded.\n\n```plaintext\nParams: index - Index of the Scene in the PlayerSettings to unload.\n scenePath - Name of the Scene to Unload.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Application", - "comment": "Access to application run-time data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": true, - "name": "Play", - "comment": "Plays the Playable on the given Animator.\n\n```plaintext\nParams: animator - Target Animator.\n playable - The Playable that will be played.\n graph - The Graph that owns the Playable.\n \n```\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationClipPlayable", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": true, - "name": "PlayClip", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationMixerPlayable", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "inputCount", "typeName": "int" }, - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": true, - "name": "PlayMixer", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimationLayerMixerPlayable", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { "name": "inputCount", "typeName": "int" }, - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": true, - "name": "PlayLayerMixer", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "returnTypeName": "AnimatorControllerPlayable", - "params": [ - { "name": "animator", "typeName": "UnityEngine.Animator" }, - { - "name": "controller", - "typeName": "UnityEngine.RuntimeAnimatorController" - }, - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": true, - "name": "PlayAnimatorController", - "comment": "", - "location": "UnityEngine.AnimationModule.dll" - } - ], - "name": "AnimationPlayableUtilities", - "comment": "Implements high-level utility methods to simplify use of the Playable API with Animations.\n\n", - "location": "UnityEngine.AnimationModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Animation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Audio", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Texture", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Video", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Script", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Hybrid", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "Group", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "MediaType", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", - "name": "BasedOnClips", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", - "name": "FixedLength", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "DurationMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ulong", - "name": "frameId", - "comment": "The current frame identifier.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "Time difference between this frame and the preceding frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "weight", - "comment": "The weight of the current Playable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "effectiveWeight", - "comment": "The accumulated weight of the Playable during the PlayableGraph traversal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "effectiveParentDelay", - "comment": "The accumulated delay of the parent Playable during the PlayableGraph traversal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "effectiveParentSpeed", - "comment": "The accumulated speed of the parent Playable during the PlayableGraph traversal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "effectiveSpeed", - "comment": "The accumulated speed of the Playable during the PlayableGraph traversal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.FrameData.EvaluationType", - "name": "evaluationType", - "comment": "Indicates the type of evaluation that caused PlayableGraph.PrepareFrame to be called.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "seekOccurred", - "comment": "Indicates that the local time was explicitly set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "timeLooped", - "comment": "Indicates the local time wrapped because it has reached the duration and the extrapolation mode is set to Loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "timeHeld", - "comment": "Indicates the local time did not advance because it has reached the duration and the extrapolation mode is set to Hold.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayableOutput", - "name": "output", - "comment": "The PlayableOutput that initiated this graph traversal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayState", - "name": "effectivePlayState", - "comment": "The accumulated play state of this playable.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FrameData", - "comment": "This structure contains the frame information a Playable receives in Playable.PrepareFrame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "fps", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "scenePreview", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "EditorSettings", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [ - { - "typeName": "double", - "name": "start", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "end", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "muted", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "mutedInHierarchy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TimelineAsset", - "name": "timelineAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayableAsset", - "name": "parent", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "isEmpty", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasClips", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "hasCurves", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "isSubTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.AnimationClip", - "name": "curves", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "locked", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "lockedInHierarchy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "supportsNotifications", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetClips", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetChildTracks", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "curvesClipName", "typeName": "string" }], - "isStatic": false, - "name": "CreateCurves", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "CreateTrackMixer", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "TimelineClip", - "params": [], - "isStatic": false, - "name": "CreateDefaultClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "TimelineClip", - "params": [], - "isStatic": false, - "name": "CreateClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "clip", "typeName": "UnityEngine.Timeline.TimelineClip" } - ], - "isStatic": false, - "name": "DeleteClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IMarker", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "time", "typeName": "double" } - ], - "isStatic": false, - "name": "CreateMarker", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "CreateMarker", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "marker", "typeName": "UnityEngine.Timeline.IMarker" } - ], - "isStatic": false, - "name": "DeleteMarker", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetMarkers", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetMarkerCount", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IMarker", - "params": [{ "name": "idx", "typeName": "int" }], - "isStatic": false, - "name": "GetMarker", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "advertisingId", "typeName": "string" }, - { "name": "trackingEnabled", "typeName": "bool" }, - { "name": "errorMsg", "typeName": "string" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "advertisingId", "typeName": "string" }, - { "name": "trackingEnabled", "typeName": "bool" }, - { "name": "errorMsg", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AdvertisingIdentifierCallback", - "comment": "Delegate method for fetching advertising ID.\n\n```plaintext\nParams: advertisingId - Advertising ID.\n trackingEnabled - Indicates whether user has chosen to limit ad tracking.\n errorMsg - Error message.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LowMemoryCallback", - "comment": "This is the delegate function when a mobile device notifies of low memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "string" }, - { "name": "stackTrace", "typeName": "string" }, - { "name": "type", "typeName": "UnityEngine.LogType" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "condition", "typeName": "string" }, - { "name": "stackTrace", "typeName": "string" }, - { "name": "type", "typeName": "UnityEngine.LogType" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LogCallback", - "comment": "Use this delegate type with Application.logMessageReceived or Application.logMessageReceivedThreaded to monitor what gets logged.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.StackTraceLogType", - "name": "None", - "comment": "No stack trace will be outputed to log.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.StackTraceLogType", - "name": "ScriptOnly", - "comment": "Only managed stack trace will be outputed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.StackTraceLogType", - "name": "Full", - "comment": "Native and managed stack trace will be logged.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.StackTraceLogType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StackTraceLogType", - "comment": "Stack trace logging options.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.FrameData.EvaluationType", - "name": "Evaluate", - "comment": "Indicates the graph was updated due to a call to PlayableGraph.Evaluate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.FrameData.EvaluationType", - "name": "Playback", - "comment": "Indicates the graph was called by the runtime during normal playback due to PlayableGraph.Play being called.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Playables.FrameData.EvaluationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EvaluationType", - "comment": "Describes the cause for the evaluation of a PlayableGraph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.NetworkReachability", - "name": "NotReachable", - "comment": "Network is not reachable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkReachability", - "name": "ReachableViaCarrierDataNetwork", - "comment": "Network is reachable via carrier data network.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkReachability", - "name": "ReachableViaLocalAreaNetwork", - "comment": "Network is reachable via WiFi or cable.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.NetworkReachability", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkReachability", - "comment": "Describes network reachability options.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.PropertyName", - "name": "id", - "comment": "The identifier is a name that identifies this notifications, or class of notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "INotification", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Playables.Playable" }, - { - "name": "notification", - "typeName": "UnityEngine.Playables.INotification" - }, - { "name": "context", "typeName": "object" } - ], - "isStatic": false, - "name": "OnNotify", - "comment": "The method called when a notification is raised.\n\n```plaintext\nParams: origin - The playable that sent the notification.\n notification - The received notification.\n context - User defined data that depends on the type of notification. Uses this to pass necessary information that can change with each invocation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "INotificationReceiver", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IPlayable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UserAuthorization", - "name": "WebCam", - "comment": "Request permission to use any video input sources attached to the computer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.UserAuthorization", - "name": "Microphone", - "comment": "Request permission to use any audio input sources attached to the computer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UserAuthorization", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UserAuthorization", - "comment": "Constants to pass to Application.RequestUserAuthorization.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStart", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStop", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableCreate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableDestroy", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, - { "name": "playerData", "typeName": "object" } - ], - "isStatic": false, - "name": "ProcessFrame", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IPlayableBehaviour", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "Unknown", - "comment": "Application install mode unknown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "Store", - "comment": "Application installed via online store.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "DeveloperBuild", - "comment": "Application installed via developer build.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "Adhoc", - "comment": "Application installed via ad hoc distribution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "Enterprise", - "comment": "Application installed via enterprise distribution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationInstallMode", - "name": "Editor", - "comment": "Application running in editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ApplicationInstallMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ApplicationInstallMode", - "comment": "Application installation mode (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayableOutputHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IPlayableOutput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ApplicationSandboxType", - "name": "Unknown", - "comment": "Application sandbox type is unknown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationSandboxType", - "name": "NotSandboxed", - "comment": "Application not running in a sandbox.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationSandboxType", - "name": "Sandboxed", - "comment": "Application is running in a sandbox.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ApplicationSandboxType", - "name": "SandboxBroken", - "comment": "Application is running in broken sandbox.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ApplicationSandboxType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ApplicationSandboxType", - "comment": "Application sandbox type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AudioType", - "name": "UNKNOWN", - "comment": "3rd party / unknown plugin format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "ACC", - "comment": "Acc - not supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "AIFF", - "comment": "Aiff.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "IT", - "comment": "Impulse tracker.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "MOD", - "comment": "Protracker / Fasttracker MOD.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "MPEG", - "comment": "MP2/MP3 MPEG.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "OGGVORBIS", - "comment": "Ogg vorbis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "S3M", - "comment": "ScreamTracker 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "WAV", - "comment": "Microsoft WAV.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "XM", - "comment": "FastTracker 2 XM.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "XMA", - "comment": "Xbox360 XMA.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "VAG", - "comment": "VAG.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AudioType", - "name": "AUDIOQUEUE", - "comment": "iPhone hardware decoder, supports AAC, ALAC and MP3. Extracodecdata is a pointer to an FMOD_AUDIOQUEUE_EXTRACODECDATA structure.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AudioType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AudioType", - "comment": "Type of the imported(native) data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": ["INotification"], - "fields": [ - { - "typeName": "UnityEngine.PropertyName", - "name": "id", - "comment": "The name that identifies this notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new notification with the name specified in the argument.\n\n```plaintext\nParams: name - The name that identifies this notifications.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Notification", - "comment": "Default implementation for Playable notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "AssetBundle name which is used as the customized cache path.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Hash128", - "name": "hash", - "comment": "Hash128 which is used as the version of the AssetBundle.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CachedAssetBundle", - "comment": "Data structure for downloading AssetBundles to a customized cache path. See Also:UnityWebRequestAssetBundle.GetAssetBundle for more information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClipPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "clip", "typeName": "UnityEngine.AudioClip" }, - { "name": "looping", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "A AudioClipPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the new AnimationLayerMixerPlayable.\n clip - The AudioClip that will be added in the PlayableGraph.\n looping - True if the clip should loop, false otherwise.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Audio.AudioClipPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClipPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Audio.AudioClipPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [], - "isStatic": false, - "name": "GetClip", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.AudioClip" }], - "isStatic": false, - "name": "SetClip", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetLooped", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetLooped", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPlaying", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsChannelPlaying", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetStartDelay", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetPauseDelay", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "startTime", "typeName": "double" }, - { "name": "startDelay", "typeName": "double" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "startTime", "typeName": "double" }, - { "name": "startDelay", "typeName": "double" }, - { "name": "duration", "typeName": "double" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioClipPlayable", - "comment": "An implementation of IPlayable that controls an AudioClip.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.DirectorWrapMode", - "name": "Hold", - "comment": "Hold the last frame when the playable time reaches it's duration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorWrapMode", - "name": "Loop", - "comment": "Loop back to zero time and continue playing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorWrapMode", - "name": "None", - "comment": "Do not keep playing when the time reaches the duration.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Playables.DirectorWrapMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorWrapMode", - "comment": "Wrap mode for Playables.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "bool", - "name": "valid", - "comment": "Returns true if the cache is valid.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "ready", - "comment": "Returns true if the cache is ready.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "readOnly", - "comment": "Returns true if the cache is readonly.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "path", - "comment": "Returns the path of the cache.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "Returns the index of the cache in the cache list.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "spaceFree", - "comment": "Returns the number of currently unused bytes in the cache.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "maximumAvailableStorageSpace", - "comment": "Allows you to specify the total number of bytes that can be allocated for the cache.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "spaceOccupied", - "comment": "Returns the used disk space in bytes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "expirationDelay", - "comment": "The number of seconds that an AssetBundle may remain unused in the cache before it is automatically deleted.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Cache" }, - { "name": "rhs", "typeName": "UnityEngine.Cache" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Cache" }, - { "name": "rhs", "typeName": "UnityEngine.Cache" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Cache" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ClearCache", - "comment": "Returns True when cache clearing succeeded.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "expiration", "typeName": "int" }], - "isStatic": false, - "name": "ClearCache", - "comment": "Returns True when cache clearing succeeded.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Cache", - "comment": "Data structure for cache. Please refer to See Also:Caching.AddCache for more information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "float" }, - { "name": "g", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackColorAttribute", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "bytesUsed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "expires", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CacheIndex", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.Playable", - "name": "Null", - "comment": "Returns an invalid Playable.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPlayableOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetPlayableType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Playable", - "comment": "Playables are customizable runtime objects that can be connected together and are contained in a PlayableGraph to create complex behaviours.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Audio.AudioMixerUpdateMode", - "name": "Normal", - "comment": "Update the AudioMixer with scaled game time.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Audio.AudioMixerUpdateMode", - "name": "UnscaledTime", - "comment": "Update the AudioMixer with unscaled realtime.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Audio.AudioMixerUpdateMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioMixerUpdateMode", - "comment": "The mode in which an AudioMixer should update its time.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "double", - "name": "duration", - "comment": "Duration in seconds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "A description of the PlayableOutputs generated by this asset.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "owner", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "The playable injected into the graph, or the root playable if multiple playables are injected.\n\n```plaintext\nParams: graph - The graph to inject playables into.\n owner - The game object which initiated the build.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IPlayableAsset", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableAsset", - "attribute": "", - "interfaces": ["IPlayableAsset", "ITimelineClipAsset"], - "fields": [ - { - "typeName": "UnityEngine.AudioClip", - "name": "clip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "clipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "AudioPlayableAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Audio.AudioMixerGroup", - "name": "outputAudioMixerGroup", - "comment": "Routing target.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "typeName": "UnityEngine.Audio.AudioMixerUpdateMode", - "name": "updateMode", - "comment": "How time should progress for this AudioMixer. Used during Snapshot transitions.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "AudioMixerSnapshot", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "FindSnapshot", - "comment": "The snapshot identified by the name.\n\n```plaintext\nParams: name - Name of snapshot object to be returned.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "subPath", "typeName": "string" }], - "isStatic": false, - "name": "FindMatchingGroups", - "comment": "Groups in the mixer whose paths match the specified search path.\n\n```plaintext\nParams: subPath - Sub-string of the paths to be matched.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "snapshots", - "typeName": "UnityEngine.Audio.AudioMixerSnapshot[]" - }, - { "name": "weights", "typeName": "float[]" }, - { "name": "timeToReach", "typeName": "float" } - ], - "isStatic": false, - "name": "TransitionToSnapshots", - "comment": "Transitions to a weighted mixture of the snapshots specified. This can be used for games that specify the game state as a continuum between states or for interpolating snapshots from a triangulated map location.\n\n```plaintext\nParams: snapshots - The set of snapshots to be mixed.\n weights - The mix weights for the snapshots specified.\n timeToReach - Relative time after which the mixture should be reached from any current state.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Returns false if the exposed parameter was not found or snapshots are currently being edited.\n\n```plaintext\nParams: name - Name of exposed parameter.\n value - New value of exposed parameter.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "ClearFloat", - "comment": "Returns false if the parameter was not found or could not be set.\n\n```plaintext\nParams: name - Exposed parameter.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioMixer", - "comment": "AudioMixer asset.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": ["IPlayableAsset"], - "fields": [ - { - "typeName": "double", - "name": "duration", - "comment": "The playback duration in seconds of the instantiated Playable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "A description of the outputs of the instantiated Playable.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "owner", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "The playable injected into the graph, or the root playable if multiple playables are injected.\n\n```plaintext\nParams: graph - The graph to inject playables into.\n owner - The game object which initiated the build.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableAsset", - "comment": "A base class for assets that can be used to instantiate a Playable at runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStart", - "comment": "This function is called when the PlayableGraph that owns this PlayableBehaviour starts.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStop", - "comment": "This function is called when the PlayableGraph that owns this PlayableBehaviour stops.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableCreate", - "comment": "This function is called when the Playable that owns the PlayableBehaviour is created.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableDestroy", - "comment": "This function is called when the Playable that owns the PlayableBehaviour is destroyed.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourDelay", - "comment": "This function is called when the Playable play state is changed to Playables.PlayState.Delayed.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "This function is called when the Playable play state is changed to Playables.PlayState.Playing.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "This method is invoked when one of the following situations occurs:\n

\n The effective play state during traversal is changed to Playables.PlayState.Paused. This state is indicated by FrameData.effectivePlayState.

\n The PlayableGraph is stopped while the playable play state is Playing. This state is indicated by PlayableGraph.IsPlaying returning true.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareData", - "comment": "This function is called during the PrepareData phase of the PlayableGraph.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "This function is called during the PrepareFrame phase of the PlayableGraph.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, - { "name": "playerData", "typeName": "object" } - ], - "isStatic": false, - "name": "ProcessFrame", - "comment": "This function is called during the ProcessFrame phase of the PlayableGraph.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n playerData - The user data of the ScriptPlayableOutput that initiated the process pass.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableBehaviour", - "comment": "PlayableBehaviour is the base class from which every custom playable script derives.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": ["ISubAssetNotDuplicatable"], - "fields": [ - { - "typeName": "UnityEngine.Audio.AudioMixer", - "name": "audioMixer", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [], - "name": "AudioMixerGroup", - "comment": "Object representing a group in the mixer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioMixerPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "inputCount", "typeName": "int" }, - { "name": "normalizeInputVolumes", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Audio.AudioMixerPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioMixerPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Audio.AudioMixerPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioMixerPlayable", - "comment": "An implementation of IPlayable that controls an audio mixer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.DataStreamType", - "name": "Animation", - "comment": "Describes that the information flowing in and out of the Playable is of Animation type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DataStreamType", - "name": "Audio", - "comment": "Describes that the information flowing in and out of the Playable is of Audio type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DataStreamType", - "name": "Texture", - "comment": "Describes that the information flowing in and out of the Playable is of type Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DataStreamType", - "name": "None", - "comment": "Describes that the Playable does not have any particular type. This is use for Playables that execute script code, or that create their own playable graphs, such as the Sequence.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Playables.DataStreamType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DataStreamType", - "comment": "Describes the type of information that flows in and out of a Playable. This also specifies that this Playable is connectable to others of the same type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "TimelineClip", - "params": [{ "name": "clip", "typeName": "UnityEngine.AudioClip" }], - "isStatic": false, - "name": "CreateClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "AudioTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "compressionEnabled", - "comment": "Controls compression of cache data. Enabled by default.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "ready", - "comment": "Returns true if Caching system is ready for use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "spaceUsed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "spaceOccupied", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "spaceAvailable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "spaceFree", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "maximumAvailableDiskSpace", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "expirationDelay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cacheCount", - "comment": "Returns the cache count in the cache list.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Cache", - "name": "defaultCache", - "comment": "Returns the default cache which is added by Unity internally.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Cache", - "name": "currentCacheForWriting", - "comment": "Gets or sets the current cache in which AssetBundles should be cached.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "ClearCache", - "comment": "True when cache clearing succeeded, false if cache was in use.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "expiration", "typeName": "int" }], - "isStatic": true, - "name": "ClearCache", - "comment": "True when cache clearing succeeded, false if cache was in use.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "assetBundleName", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "ClearCachedVersion", - "comment": "Returns true when cache clearing succeeded. Can return false if any cached bundle is in use.\n\n```plaintext\nParams: assetBundleName - The AssetBundle name.\n hash - Version needs to be cleaned.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "assetBundleName", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "ClearOtherCachedVersions", - "comment": "Returns true when cache clearing succeeded.\n\n```plaintext\nParams: assetBundleName - The AssetBundle name.\n hash - Version needs to be kept.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "assetBundleName", "typeName": "string" }], - "isStatic": true, - "name": "ClearAllCachedVersions", - "comment": "Returns true when cache clearing succeeded.\n\n```plaintext\nParams: assetBundleName - The AssetBundle name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assetBundleName", "typeName": "string" }, - { - "name": "outCachedVersions", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetCachedVersions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "int" } - ], - "isStatic": true, - "name": "IsVersionCached", - "comment": "True if an AssetBundle matching the url and version parameters has previously been loaded using UnityWebRequestAssetBundle.GetAssetBundle() and is currently stored in the cache. Returns false if the AssetBundle is not in cache, either because it has been flushed from the cache or was never loaded using the Caching API.\n\n```plaintext\nParams: string - Url The filename of the AssetBundle. Domain and path information are stripped from this string automatically.\n int - Version The version number of the AssetBundle to check for. Negative values are not allowed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "IsVersionCached", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cachedBundle", - "typeName": "UnityEngine.CachedAssetBundle" - } - ], - "isStatic": true, - "name": "IsVersionCached", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "int" } - ], - "isStatic": true, - "name": "MarkAsUsed", - "comment": "Bumps the timestamp of a cached file to be the current time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "MarkAsUsed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cachedBundle", - "typeName": "UnityEngine.CachedAssetBundle" - } - ], - "isStatic": true, - "name": "MarkAsUsed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "int" } - ], - "isStatic": true, - "name": "SetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "SetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cachedBundle", - "typeName": "UnityEngine.CachedAssetBundle" - } - ], - "isStatic": true, - "name": "SetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "int" } - ], - "isStatic": true, - "name": "ResetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "ResetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cachedBundle", - "typeName": "UnityEngine.CachedAssetBundle" - } - ], - "isStatic": true, - "name": "ResetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": true, - "name": "GetVersionFromCache", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Cache", - "params": [{ "name": "cachePath", "typeName": "string" }], - "isStatic": true, - "name": "AddCache", - "comment": "Add a cache with the given path.\n\n```plaintext\nParams: cachePath - Path to the cache folder.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Cache", - "params": [{ "name": "cacheIndex", "typeName": "int" }], - "isStatic": true, - "name": "GetCacheAt", - "comment": "A reference to the Cache at the index specified.\n\n```plaintext\nParams: cacheIndex - Index of the cache to get.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Cache", - "params": [{ "name": "cachePath", "typeName": "string" }], - "isStatic": true, - "name": "GetCacheByPath", - "comment": "A reference to the Cache with the given path.\n\n```plaintext\nParams: cachePath - The cache path.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cachePaths", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetAllCachePaths", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "cache", "typeName": "UnityEngine.Cache" }], - "isStatic": true, - "name": "RemoveCache", - "comment": "Returns true if the Cache is removed.\n\n```plaintext\nParams: cache - The Cache to be removed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Cache" }, - { "name": "dst", "typeName": "UnityEngine.Cache" } - ], - "isStatic": true, - "name": "MoveCacheBefore", - "comment": "Moves the source Cache before the destination Cache in the cache list.\n\n```plaintext\nParams: src - The Cache to move.\n dst - The Cache which should come after the source Cache in the cache list.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Cache" }, - { "name": "dst", "typeName": "UnityEngine.Cache" } - ], - "isStatic": true, - "name": "MoveCacheAfter", - "comment": "Moves the source Cache after the destination Cache in the cache list.\n\n```plaintext\nParams: src - The Cache to move.\n dst - The Cache which should come before the source Cache in the cache list.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "CleanCache", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Caching", - "comment": "The Caching class lets you manage cached AssetBundles, downloaded using UnityWebRequestAssetBundle.GetAssetBundle().\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayableBinding[]", - "name": "None", - "comment": "A constant to represent a PlayableAsset has no bindings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "DefaultDuration", - "comment": "The default duration used when a PlayableOutput has no fixed duration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "streamName", - "comment": "The name of the output or input stream.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "sourceObject", - "comment": "A reference to a UnityEngine.Object that acts a key for this binding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Type", - "name": "outputTargetType", - "comment": "The type of target required by the PlayableOutput for this PlayableBinding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Type", - "name": "sourceBindingType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DataStreamType", - "name": "streamType", - "comment": "The type of the output or input stream.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableBinding", - "comment": "Struct that holds information regarding an output of a PlayableAsset.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": ["ISubAssetNotDuplicatable"], - "fields": [ - { - "typeName": "UnityEngine.Audio.AudioMixer", - "name": "audioMixer", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "timeToReach", "typeName": "float" }], - "isStatic": false, - "name": "TransitionTo", - "comment": "Performs an interpolated transition towards this snapshot over the time interval specified.\n\n```plaintext\nParams: timeToReach - Relative time after which this snapshot should be reached from any current state.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioMixerSnapshot", - "comment": "Object representing a snapshot in the mixer.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera.CameraCallback", - "name": "onPreCull", - "comment": "Delegate that you can use to execute custom code before a Camera culls the scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.CameraCallback", - "name": "onPreRender", - "comment": "Delegate that you can use to execute custom code before a Camera renders the scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.CameraCallback", - "name": "onPostRender", - "comment": "Delegate that you can use to execute custom code after a Camera renders the scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "nearClipPlane", - "comment": "The distance of the near clipping plane from the the Camera, in world units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "farClipPlane", - "comment": "The distance of the far clipping plane from the Camera, in world units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fieldOfView", - "comment": "The field of view of the camera in degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderingPath", - "name": "renderingPath", - "comment": "The rendering path that should be used, if possible.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderingPath", - "name": "actualRenderingPath", - "comment": "The rendering path that is currently being used (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowHDR", - "comment": "High dynamic range rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowMSAA", - "comment": "MSAA rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowDynamicResolution", - "comment": "Dynamic Resolution Scaling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "forceIntoRenderTexture", - "comment": "Should camera rendering be forced into a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "orthographicSize", - "comment": "Camera's half-size when in orthographic mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "orthographic", - "comment": "Is the camera orthographic (true) or perspective (false)?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpaqueSortMode", - "name": "opaqueSortMode", - "comment": "Opaque object sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TransparencySortMode", - "name": "transparencySortMode", - "comment": "Transparent object sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "transparencySortAxis", - "comment": "An axis that describes the direction along which the distances of objects are measured for the purpose of sorting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "depth", - "comment": "Camera's depth in the camera rendering order.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aspect", - "comment": "The aspect ratio (width divided by height).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Get the world-space speed of the camera (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingMask", - "comment": "This is used to render parts of the Scene selectively.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "eventMask", - "comment": "Mask to select which layers can trigger events on the camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "layerCullSpherical", - "comment": "How to perform per-layer culling for a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraType", - "name": "cameraType", - "comment": "Identifies what kind of camera this is, using the CameraType enum.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "overrideSceneCullingMask", - "comment": "Sets the culling maks used to determine which objects from which Scenes to draw.\nSee EditorSceneManager.SetSceneCullingMask.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float[]", - "name": "layerCullDistances", - "comment": "Per-layer culling distances.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useOcclusionCulling", - "comment": "Whether or not the Camera will use occlusion culling during rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "cullingMatrix", - "comment": "Sets a custom matrix for the camera to use for all culling queries.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "backgroundColor", - "comment": "The color with which the screen will be cleared.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraClearFlags", - "name": "clearFlags", - "comment": "How the camera clears the background.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DepthTextureMode", - "name": "depthTextureMode", - "comment": "How and if camera generates a depth texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "clearStencilAfterLightingPass", - "comment": "Should the camera clear the stencil buffer after the deferred light pass?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "usePhysicalProperties", - "comment": "Enable [UsePhysicalProperties] to use physical camera properties to compute the field of view and the frustum.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "sensorSize", - "comment": "The size of the camera sensor, expressed in millimeters.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "lensShift", - "comment": "The lens offset of the camera. The lens shift is relative to the sensor size. For example, a lens shift of 0.5 offsets the sensor by half its horizontal size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "focalLength", - "comment": "The camera focal length, expressed in millimeters. To use this property, enable UsePhysicalProperties.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "gateFit", - "comment": "There are two gates for a camera, the sensor gate and the resolution gate. The physical camera sensor gate is defined by the sensorSize property, the resolution gate is defined by the render target area.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "rect", - "comment": "Where on the screen is the camera rendered in normalized coordinates.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "pixelRect", - "comment": "Where on the screen is the camera rendered in pixel coordinates.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "pixelWidth", - "comment": "How wide is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "pixelHeight", - "comment": "How tall is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "scaledPixelWidth", - "comment": "How wide is the camera in pixels (accounting for dynamic resolution scaling) (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "scaledPixelHeight", - "comment": "How tall is the camera in pixels (accounting for dynamic resolution scaling) (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "targetTexture", - "comment": "Destination render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "activeTexture", - "comment": "Gets the temporary RenderTexture target for this Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "targetDisplay", - "comment": "Set the target display for this Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "cameraToWorldMatrix", - "comment": "Matrix that transforms from camera space to world space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldToCameraMatrix", - "comment": "Matrix that transforms from world to camera space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "projectionMatrix", - "comment": "Set a custom projection matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "nonJitteredProjectionMatrix", - "comment": "Get or set the raw projection matrix with no camera offset (no jittering).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useJitteredProjectionMatrixForTransparentRendering", - "comment": "Should the jittered matrix be used for transparency rendering?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "previousViewProjectionMatrix", - "comment": "Get the view projection matrix used on the last frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "main", - "comment": "The first enabled Camera component that is tagged \"MainCamera\" (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "current", - "comment": "The camera we are currently rendering with, for low-level render control only (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.Scene", - "name": "scene", - "comment": "If not null, the camera will only render the contents of the specified Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "stereoEnabled", - "comment": "Stereoscopic rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "stereoSeparation", - "comment": "The distance between the virtual eyes. Use this to query or set the current eye separation. Note that most VR devices provide this value, in which case setting the value will have no effect.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "stereoConvergence", - "comment": "Distance to a point where virtual eyes converge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "areVRStereoViewMatricesWithinSingleCullTolerance", - "comment": "Determines whether the stereo view matrices are suitable to allow for a single pass cull.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.StereoTargetEyeMask", - "name": "stereoTargetEye", - "comment": "Defines which eye of a VR display the Camera renders into.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", - "name": "stereoActiveEye", - "comment": "Returns the eye that is currently rendering.\nIf called when stereo is not enabled it will return Camera.MonoOrStereoscopicEye.Mono.\n\nIf called during a camera rendering callback such as OnRenderImage it will return the currently rendering eye.\n\nIf called outside of a rendering callback and stereo is enabled, it will return the default eye which is Camera.MonoOrStereoscopicEye.Left.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "allCamerasCount", - "comment": "The number of cameras in the current Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera[]", - "name": "allCameras", - "comment": "Returns all enabled cameras in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "commandBufferCount", - "comment": "Number of command buffers set up on this camera (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isOrthoGraphic", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "mainCamera", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "near", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "far", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fov", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hdr", - "comment": "High dynamic range rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "stereoMirrorMode", - "comment": "Render only once and use resulting image for both eyes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Revert all camera parameters to default.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetTransparencySortSettings", - "comment": "Resets this Camera's transparency sort settings to the default. Default transparency settings are taken from GraphicsSettings instead of directly from this Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetAspect", - "comment": "Revert the aspect ratio to the screen's aspect ratio.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetCullingMatrix", - "comment": "Make culling queries reflect the camera's built in parameters.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { "name": "replacementTag", "typeName": "string" } - ], - "isStatic": false, - "name": "SetReplacementShader", - "comment": "Make the camera render with shader replacement.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetReplacementShader", - "comment": "Remove shader replacement from camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetGateFittedFieldOfView", - "comment": "Returns the effective vertical field of view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [], - "isStatic": false, - "name": "GetGateFittedLensShift", - "comment": "Returns the effective lens shift value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } - ], - "isStatic": false, - "name": "SetTargetBuffers", - "comment": "Sets the Camera to render to the chosen buffers of one or more RenderTextures.\n\n```plaintext\nParams: colorBuffer - The RenderBuffer(s) to which color information will be rendered.\n depthBuffer - The RenderBuffer to which depth information will be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer[]" }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } - ], - "isStatic": false, - "name": "SetTargetBuffers", - "comment": "Sets the Camera to render to the chosen buffers of one or more RenderTextures.\n\n```plaintext\nParams: colorBuffer - The RenderBuffer(s) to which color information will be rendered.\n depthBuffer - The RenderBuffer to which depth information will be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetWorldToCameraMatrix", - "comment": "Make the rendering position reflect the camera's position in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetProjectionMatrix", - "comment": "Make the projection reflect normal camera's parameters.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "clipPlane", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "CalculateObliqueMatrix", - "comment": "Oblique near-plane projection matrix.\n\n```plaintext\nParams: clipPlane - Vector4 that describes a clip plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "WorldToScreenPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "WorldToViewportPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "ViewportToWorldPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "ScreenToWorldPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "WorldToScreenPoint", - "comment": "Transforms position from world space into screen space.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "WorldToViewportPoint", - "comment": "Transforms position from world space into viewport space.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ViewportToWorldPoint", - "comment": "The 3d vector in World space.\n\n```plaintext\nParams: position - The 3d vector in Viewport space.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ScreenToWorldPoint", - "comment": "The worldspace point created by converting the screen space point at the provided distance z from the camera plane.\n\n```plaintext\nParams: position - A screen space position (often mouse x, y), plus a z position for depth (for example, a camera clipping plane).\n eye - By default, Camera.MonoOrStereoscopicEye.Mono. Can be set to Camera.MonoOrStereoscopicEye.Left or Camera.MonoOrStereoscopicEye.Right for use in stereoscopic rendering (e.g., for VR).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ScreenToViewportPoint", - "comment": "Transforms position from screen space into viewport space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ViewportToScreenPoint", - "comment": "Transforms position from viewport space into screen space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Ray", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "ViewportPointToRay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Ray", - "params": [{ "name": "pos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ViewportPointToRay", - "comment": "Returns a ray going from camera through a viewport point.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Ray", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "ScreenPointToRay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Ray", - "params": [{ "name": "pos", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ScreenPointToRay", - "comment": "Returns a ray going from camera through a screen point.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "viewport", "typeName": "UnityEngine.Rect" }, - { "name": "z", "typeName": "float" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - }, - { "name": "outCorners", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "CalculateFrustumCorners", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "output", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "focalLength", "typeName": "float" }, - { "name": "sensorSize", "typeName": "UnityEngine.Vector2" }, - { "name": "lensShift", "typeName": "UnityEngine.Vector2" }, - { "name": "nearClip", "typeName": "float" }, - { "name": "farClip", "typeName": "float" }, - { - "name": "gateFitParameters", - "typeName": "UnityEngine.Camera.GateFitParameters" - } - ], - "isStatic": true, - "name": "CalculateProjectionMatrixFromPhysicalProperties", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "focalLength", "typeName": "float" }, - { "name": "sensorSize", "typeName": "float" } - ], - "isStatic": true, - "name": "FocalLengthToFieldOfView", - "comment": "field of view in degrees.\n\n```plaintext\nParams: focalLength - Focal length in millimeters.\n sensorSize - Sensor size in millimeters. Use the sensor height to get the vertical field of view. Use the sensor width to get the horizontal field of view.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "fieldOfView", "typeName": "float" }, - { "name": "sensorSize", "typeName": "float" } - ], - "isStatic": true, - "name": "FieldOfViewToFocalLength", - "comment": "Focal length in millimeters.\n\n```plaintext\nParams: fieldOfView - field of view in degrees.\n sensorSize - Sensor size in millimeters.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "horizontalFieldOfView", "typeName": "float" }, - { "name": "aspectRatio", "typeName": "float" } - ], - "isStatic": true, - "name": "HorizontalToVerticalFieldOfView", - "comment": "Converts the horizontal field of view (FOV) to the vertical FOV, based on the value of the aspect ratio parameter.\n\n```plaintext\nParams: horizontalFOV - The horizontal FOV value in degrees.\n aspectRatio - The aspect ratio value used for the conversion\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "verticalFieldOfView", "typeName": "float" }, - { "name": "aspectRatio", "typeName": "float" } - ], - "isStatic": true, - "name": "VerticalToHorizontalFieldOfView", - "comment": "Converts the vertical field of view (FOV) to the horizontal FOV, based on the value of the aspect ratio parameter.\n\n```plaintext\nParams: verticalFieldOfView - The vertical FOV value in degrees.\n aspectRatio - The aspect ratio value used for the conversion\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } - ], - "isStatic": false, - "name": "GetStereoNonJitteredProjectionMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } - ], - "isStatic": false, - "name": "GetStereoViewMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } - ], - "isStatic": false, - "name": "CopyStereoDeviceProjectionMatrixToNonJittered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } - ], - "isStatic": false, - "name": "GetStereoProjectionMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetStereoProjectionMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetStereoProjectionMatrices", - "comment": "Reset the camera to using the Unity computed projection matrices for all stereoscopic eyes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetStereoViewMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetStereoViewMatrices", - "comment": "Reset the camera to using the Unity computed view matrices for all stereoscopic eyes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "cameras", "typeName": "UnityEngine.Camera[]" }], - "isStatic": true, - "name": "GetAllCameras", - "comment": "Fills an array of Camera with the current cameras in the Scene, without allocating a new array.\n\n```plaintext\nParams: cameras - An array to be filled up with cameras currently in the Scene.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "cubemap", "typeName": "UnityEngine.Cubemap" }, - { "name": "faceMask", "typeName": "int" } - ], - "isStatic": false, - "name": "RenderToCubemap", - "comment": "False if rendering fails, else true.\n\n```plaintext\nParams: cubemap - The cube map to render to.\n faceMask - A bitmask which determines which of the six faces are rendered to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "cubemap", "typeName": "UnityEngine.Cubemap" }], - "isStatic": false, - "name": "RenderToCubemap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "cubemap", "typeName": "UnityEngine.RenderTexture" }, - { "name": "faceMask", "typeName": "int" } - ], - "isStatic": false, - "name": "RenderToCubemap", - "comment": "False if rendering fails, else true.\n\n```plaintext\nParams: faceMask - A bitfield indicating which cubemap faces should be rendered into.\n cubemap - The texture to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "cubemap", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": "RenderToCubemap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "cubemap", "typeName": "UnityEngine.RenderTexture" }, - { "name": "faceMask", "typeName": "int" }, - { - "name": "stereoEye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "RenderToCubemap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Render", - "comment": "Render the camera manually.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { "name": "replacementTag", "typeName": "string" } - ], - "isStatic": false, - "name": "RenderWithShader", - "comment": "Render the camera with shader replacement.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RenderDontRestore", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "renderRequests", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SubmitRenderRequests", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "cur", "typeName": "UnityEngine.Camera" }], - "isStatic": true, - "name": "SetupCurrent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "other", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "CopyFrom", - "comment": "Makes this camera's settings match other camera.\n\n```plaintext\nParams: other - Copy camera settings to the other camera.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" } - ], - "isStatic": false, - "name": "RemoveCommandBuffers", - "comment": "Remove command buffers from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAllCommandBuffers", - "comment": "Remove all command buffers set on this camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": false, - "name": "AddCommandBuffer", - "comment": "Add a command buffer to be executed at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "queueType", - "typeName": "UnityEngine.Rendering.ComputeQueueType" - } - ], - "isStatic": false, - "name": "AddCommandBufferAsync", - "comment": "Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.\n\n```plaintext\nParams: evt - The point during the graphics processing at which this command buffer should commence on the GPU.\n buffer - The buffer to execute.\n queueType - The desired async compute queue type to execute the buffer on.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": false, - "name": "RemoveCommandBuffer", - "comment": "Remove command buffer from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" } - ], - "isStatic": false, - "name": "GetCommandBuffers", - "comment": "Array of command buffers.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cullingParameters", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": false, - "name": "TryGetCullingParameters", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "stereoAware", "typeName": "bool" }, - { - "name": "cullingParameters", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": false, - "name": "TryGetCullingParameters", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetScreenWidth", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetScreenHeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DoClear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetFieldOfView", - "comment": "Reset to the default field of view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leftMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "rightMatrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetStereoViewMatrices", - "comment": "Set custom view matrices for both eyes.\n\n```plaintext\nParams: leftMatrix - View matrix for the stereo left eye.\n rightMatrix - View matrix for the stereo right eye.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leftMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "rightMatrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetStereoProjectionMatrices", - "comment": "Sets custom projection matrices for both the left and right stereoscopic eyes.\n\n```plaintext\nParams: leftMatrix - Projection matrix for the stereoscopic left eye.\n rightMatrix - Projection matrix for the stereoscopic right eye.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetStereoViewMatrices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetStereoProjectionMatrices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Camera", - "comment": "A Camera is a device through which the player views the world.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayableBinding", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "key", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Create", - "comment": "Returns a PlayableBinding that contains information that is used to create an AudioPlayableOutput.\n\n```plaintext\nParams: key - A reference to a UnityEngine.Object that acts as a key for this binding.\n name - The name of the AudioPlayableOutput.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioPlayableBinding", - "comment": "A PlayableBinding that contains information representing an AudioPlayableOutput.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Audio", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayableOutput"], - "fields": [ - { - "typeName": "UnityEngine.Audio.AudioPlayableOutput", - "name": "Null", - "comment": "Returns an invalid AudioPlayableOutput.\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioPlayableOutput", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "name", "typeName": "string" }, - { "name": "target", "typeName": "UnityEngine.AudioSource" } - ], - "isStatic": true, - "name": "Create", - "comment": "A new AudioPlayableOutput attached to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the AnimationPlayableOutput.\n name - The name of the output.\n target - The AudioSource that will play the AudioPlayableOutput source Playable.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "PlayableOutputHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "PlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Audio.AudioPlayableOutput" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioPlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Playables.PlayableOutput" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "AudioSource", - "params": [], - "isStatic": false, - "name": "GetTarget", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.AudioSource" } - ], - "isStatic": false, - "name": "SetTarget", - "comment": "", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetEvaluateOnSeek", - "comment": "Returns true if the output plays when seeking. Returns false otherwise.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetEvaluateOnSeek", - "comment": "Controls whether the output should play when seeking.\n\n```plaintext\nParams: value - Set to true to play the output when seeking. Set to false to disable audio scrubbing on this output. Default is true.\n \n```\n\n", - "location": "UnityEngine.AudioModule.dll" - } - ], - "name": "AudioPlayableOutput", - "comment": "A IPlayableOutput implementation that will be used to play audio.\n\n", - "location": "UnityEngine.AudioModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "None", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "Looping", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "Extrapolation", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "ClipIn", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "SpeedMultiplier", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "Blending", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "AutoScale", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "All", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.ClipCaps", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ClipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayableTraversalMode", - "name": "Mix", - "comment": "Causes the Playable to prepare and process it's inputs when demanded by an output.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayableTraversalMode", - "name": "Passthrough", - "comment": "Causes the Playable to act as a passthrough for PrepareFrame and ProcessFrame. If the PlayableOutput being processed is connected to the n-th input port of the Playable, the Playable only propagates the n-th output port. Use this enum value in conjunction with PlayableOutput SetSourceOutputPort.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Playables.PlayableTraversalMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableTraversalMode", - "comment": "Traversal mode for Playables.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableGraph", - "params": [], - "isStatic": false, - "name": "GetGraph", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Playables.PlayState" } - ], - "isStatic": false, - "name": "SetPlayState", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayState", - "params": [], - "isStatic": false, - "name": "GetPlayState", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "SetSpeed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetSpeed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "SetDuration", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetDuration", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "double" }], - "isStatic": false, - "name": "SetTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetPreviousTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetDone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetPropagateSetTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetPropagateSetTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CanChangeInputs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CanSetWeights", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CanDestroy", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "SetInputCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetInputCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "SetOutputCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetOutputCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [{ "name": "inputPort", "typeName": "int" }], - "isStatic": false, - "name": "GetInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [{ "name": "outputPort", "typeName": "int" }], - "isStatic": false, - "name": "GetOutput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputIndex", "typeName": "int" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetInputWeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "V" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "SetInputWeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "inputIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetInputWeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputIndex", "typeName": "int" }, - { "name": "sourcePlayable", "typeName": "V" }, - { "name": "sourceOutputIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "ConnectInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputIndex", "typeName": "int" }, - { "name": "sourcePlayable", "typeName": "V" }, - { "name": "sourceOutputIndex", "typeName": "int" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "ConnectInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "inputPort", "typeName": "int" }], - "isStatic": false, - "name": "DisconnectInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "sourcePlayable", "typeName": "V" }, - { "name": "sourceOutputIndex", "typeName": "int" }, - { "name": "weight", "typeName": "float" } - ], - "isStatic": false, - "name": "AddInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delay", "typeName": "double" }], - "isStatic": false, - "name": "SetDelay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetDelay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDelayed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "SetLeadTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetLeadTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableTraversalMode", - "params": [], - "isStatic": false, - "name": "GetTraversalMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.Playables.PlayableTraversalMode" - } - ], - "isStatic": false, - "name": "SetTraversalMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableExtensions", - "comment": "Extensions for all the types that implements IPlayable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "IPropertyPreview", - "ITimelineClipAsset" - ], - "fields": [ - { - "typeName": "UnityEngine.ExposedReference", - "name": "sourceGameObject", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "prefabGameObject", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "updateParticle", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "uint", - "name": "particleRandomSeed", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "updateDirector", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "updateITimeControl", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "searchHierarchy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "active", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", - "name": "postPlayback", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "clipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnEnable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ControlPlayableAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.DirectorUpdateMode", - "name": "DSPClock", - "comment": "Update is based on DSP (Digital Sound Processing) clock. Use this for graphs that need to be synchronized with Audio.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorUpdateMode", - "name": "GameTime", - "comment": "Update is based on Time.time. Use this for graphs that need to be synchronized on gameplay, and that need to be paused when the game is paused.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorUpdateMode", - "name": "UnscaledGameTime", - "comment": "Update is based on Time.unscaledTime. Use this for graphs that need to be updated even when gameplay is paused. Example: Menus transitions need to be updated even when the game is paused.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorUpdateMode", - "name": "Manual", - "comment": "Update mode is manual. You need to manually call PlayableGraph.Evaluate with your own deltaTime. This can be useful for graphs that are completely disconnected from the rest of the game. For example, localized bullet time.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Playables.DirectorUpdateMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorUpdateMode", - "comment": "Defines what time source is used to update a Director graph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetRootPlayable", - "comment": "Returns the Playable with no output connections at the given index.\n\n```plaintext\nParams: index - The index of the root Playable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "source", "typeName": "U" }, - { "name": "sourceOutputPort", "typeName": "int" }, - { "name": "destination", "typeName": "V" }, - { "name": "destinationInputPort", "typeName": "int" } - ], - "isStatic": false, - "name": "Connect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "input", "typeName": "U" }, - { "name": "inputPort", "typeName": "int" } - ], - "isStatic": false, - "name": "Disconnect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "playable", "typeName": "U" }], - "isStatic": false, - "name": "DestroyPlayable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "playable", "typeName": "U" }], - "isStatic": false, - "name": "DestroySubgraph", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "output", "typeName": "U" }], - "isStatic": false, - "name": "DestroyOutput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetOutputCountByType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutput", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutput", - "comment": "The PlayableOutput at this given index, otherwise null.\n\n```plaintext\nParams: index - The output index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutput", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetOutputByType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Evaluate", - "comment": "Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph.\n\n```plaintext\nParams: deltaTime - The time in seconds by which to advance each Playable in the graph.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableGraph", - "params": [], - "isStatic": true, - "name": "Create", - "comment": "The newly created PlayableGraph.\n\n```plaintext\nParams: name - The name of the graph.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableGraph", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "The newly created PlayableGraph.\n\n```plaintext\nParams: name - The name of the graph.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "Destroys the graph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "A boolean indicating if the graph is invalid or not.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPlaying", - "comment": "A boolean indicating if the graph is playing or not.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDone", - "comment": "A boolean indicating if the graph is done playing or not.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Plays the graph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops the graph, if it is playing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "deltaTime", "typeName": "float" }], - "isStatic": false, - "name": "Evaluate", - "comment": "Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph.\n\n```plaintext\nParams: deltaTime - The time in seconds by which to advance each Playable in the graph.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "DirectorUpdateMode", - "params": [], - "isStatic": false, - "name": "GetTimeUpdateMode", - "comment": "Returns how time is incremented when playing back.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Playables.DirectorUpdateMode" - } - ], - "isStatic": false, - "name": "SetTimeUpdateMode", - "comment": "Changes how time is incremented when playing back.\n\n```plaintext\nParams: value - The new DirectorUpdateMode.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IExposedPropertyTable", - "params": [], - "isStatic": false, - "name": "GetResolver", - "comment": "Returns the table used by the graph to resolve ExposedReferences.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.IExposedPropertyTable" } - ], - "isStatic": false, - "name": "SetResolver", - "comment": "Changes the table used by the graph to resolve ExposedReferences.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetPlayableCount", - "comment": "Returns the number of Playable owned by the Graph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetRootPlayableCount", - "comment": "Returns the number of Playable owned by the Graph that have no connected outputs.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetOutputCount", - "comment": "The number of PlayableOutput in the graph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetEditorName", - "comment": "Returns the name of the PlayableGraph.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableGraph", - "comment": "Use the PlayableGraph to manage Playable creations and destructions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayState", - "name": "Paused", - "comment": "The Playable has been paused. Its local time will not advance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayState", - "name": "Playing", - "comment": "The Playable is currently Playing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayState", - "name": "Delayed", - "comment": "The Playable has been delayed, using PlayableExtensions.SetDelay. It will not start until the delay is entirely consumed.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Playables.PlayState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayState", - "comment": "Status of a Playable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayableHandle", - "name": "Null", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.Playables.PlayableHandle" }, - { "name": "y", "typeName": "UnityEngine.Playables.PlayableHandle" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.Playables.PlayableHandle" }, - { "name": "y", "typeName": "UnityEngine.Playables.PlayableHandle" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "p", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Playables.PlayableHandle" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.SphereCollider", - "name": "first", - "comment": "The first SphereCollider of a ClothSphereColliderPair.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.SphereCollider", - "name": "second", - "comment": "The second SphereCollider of a ClothSphereColliderPair.\n\n", - "location": "UnityEngine.ClothModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "a", "typeName": "UnityEngine.SphereCollider" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two.\n\n```plaintext\nParams: a - The first SphereCollider of a ClothSphereColliderPair.\n b - The second SphereCollider of a ClothSphereColliderPair.\n \n```\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "UnityEngine.SphereCollider" }, - { "name": "b", "typeName": "UnityEngine.SphereCollider" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two.\n\n```plaintext\nParams: a - The first SphereCollider of a ClothSphereColliderPair.\n b - The second SphereCollider of a ClothSphereColliderPair.\n \n```\n\n", - "location": "UnityEngine.ClothModule.dll" - } - ], - "name": "ClothSphereColliderPair", - "comment": "A pair of SphereColliders used to define shapes for Cloth objects to collide against.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "maxDistance", - "comment": "Distance a vertex is allowed to travel from the skinned mesh vertex position.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "collisionSphereDistance", - "comment": "Definition of a sphere a vertex is not allowed to enter. This allows collision against the animated cloth.\n\n", - "location": "UnityEngine.ClothModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - } - ], - "name": "ClothSkinningCoefficient", - "comment": "The ClothSkinningCoefficient struct is used to set up how a Cloth component is allowed to move with respect to the SkinnedMeshRenderer it is attached to.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3[]", - "name": "vertices", - "comment": "The current vertex positions of the cloth object.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "normals", - "comment": "The current normals of the cloth object.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.ClothSkinningCoefficient[]", - "name": "coefficients", - "comment": "The cloth skinning coefficients used to set up how the cloth interacts with the skinned mesh.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.CapsuleCollider[]", - "name": "capsuleColliders", - "comment": "An array of CapsuleColliders which this Cloth instance should collide with.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.ClothSphereColliderPair[]", - "name": "sphereColliders", - "comment": "An array of ClothSphereColliderPairs which this Cloth instance should collide with.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "sleepThreshold", - "comment": "Cloth's sleep threshold.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "bendingStiffness", - "comment": "Bending stiffness of the cloth.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "stretchingStiffness", - "comment": "Stretching stiffness of the cloth.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "damping", - "comment": "Damp cloth motion.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "externalAcceleration", - "comment": "A constant, external acceleration applied to the cloth.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "randomAcceleration", - "comment": "A random, external acceleration applied to the cloth.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "bool", - "name": "useGravity", - "comment": "Should gravity affect the cloth simulation?\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Is this cloth enabled?\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "friction", - "comment": "The friction of the cloth when colliding with the character.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "collisionMassScale", - "comment": "How much to increase mass of colliding particles.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "bool", - "name": "enableContinuousCollision", - "comment": "Enable continuous collision to improve collision stability.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "useVirtualParticles", - "comment": "Add one virtual particle per triangle to improve collision stability.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "worldVelocityScale", - "comment": "How much world-space movement of the character will affect cloth vertices.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "worldAccelerationScale", - "comment": "How much world-space acceleration of the character will affect cloth vertices.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "clothSolverFrequency", - "comment": "Number of cloth solver iterations per second.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "bool", - "name": "solverFrequency", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "bool", - "name": "useTethers", - "comment": "Use Tether Anchors.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "stiffnessFrequency", - "comment": "Sets the stiffness frequency parameter.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "selfCollisionDistance", - "comment": "Minimum distance at which two cloth particles repel each other (default: 0.0).\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "selfCollisionStiffness", - "comment": "Self-collision stiffness defines how strong the separating impulse should be for colliding particles.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "float", - "name": "useContinuousCollision", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "typeName": "bool", - "name": "selfCollision", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearTransformMotion", - "comment": "Clear the pending transform changes from affecting the cloth simulation.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSelfAndInterCollisionIndices", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetSelfAndInterCollisionIndices", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indicesOutList", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVirtualParticleIndices", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indicesIn", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVirtualParticleIndices", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "weightsOutList", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVirtualParticleWeights", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "weights", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVirtualParticleWeights", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "enabled", "typeName": "bool" }, - { "name": "interpolationTime", "typeName": "float" } - ], - "isStatic": false, - "name": "SetEnabledFading", - "comment": "Fade the cloth simulation in or out.\n\n```plaintext\nParams: enabled - Fading enabled or not.\n \n```\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "enabled", "typeName": "bool" }], - "isStatic": false, - "name": "SetEnabledFading", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ClothModule.dll" - } - ], - "name": "Cloth", - "comment": "The Cloth class provides an interface to cloth simulation physics.\n\n", - "location": "UnityEngine.ClothModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ClusterInputType", - "name": "Button", - "comment": "Device that return a binary result of pressed or not pressed.\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "typeName": "UnityEngine.ClusterInputType", - "name": "Axis", - "comment": "Device is an analog axis that provides continuous value represented by a float.\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "typeName": "UnityEngine.ClusterInputType", - "name": "Tracker", - "comment": "Device that provide position and orientation values.\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "typeName": "UnityEngine.ClusterInputType", - "name": "CustomProvidedInput", - "comment": "A user customized input.\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ClusterInputType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ClusterInputModule.dll" - } - ], - "name": "ClusterInputType", - "comment": "Values to determine the type of input value to be expect from one entry of ClusterInput.\n\n", - "location": "UnityEngine.ClusterInputModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayableOutput", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayableOutput", - "name": "Null", - "comment": "Returns an invalid PlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutputHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPlayableOutputOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Type", - "params": [], - "isStatic": false, - "name": "GetPlayableOutputType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Playables.PlayableOutput" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableOutput", - "comment": "See: Playables.IPlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsOutputNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsOutputValid", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetReferenceObject", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Object" }], - "isStatic": false, - "name": "SetReferenceObject", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetUserData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Object" }], - "isStatic": false, - "name": "SetUserData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [], - "isStatic": false, - "name": "GetSourcePlayable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "V" }], - "isStatic": false, - "name": "SetSourcePlayable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "V" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": "SetSourcePlayable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetSourceOutputPort", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetWeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "SetWeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Playables.Playable" }, - { - "name": "notification", - "typeName": "UnityEngine.Playables.INotification" - }, - { "name": "context", "typeName": "object" } - ], - "isStatic": false, - "name": "PushNotification", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetNotificationReceivers", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "receiver", - "typeName": "UnityEngine.Playables.INotificationReceiver" - } - ], - "isStatic": false, - "name": "AddNotificationReceiver", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "receiver", - "typeName": "UnityEngine.Playables.INotificationReceiver" - } - ], - "isStatic": false, - "name": "RemoveNotificationReceiver", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetSourceInputPort", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "SetSourceInputPort", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "SetSourceOutputPort", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableOutputExtensions", - "comment": "Extensions for all the types that implements IPlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayableOutputHandle", - "name": "Null", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Playables.PlayableOutputHandle" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Playables.PlayableOutputHandle" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Playables.PlayableOutputHandle" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Playables.PlayableOutputHandle" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "p", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Playables.PlayableOutputHandle" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayableOutputHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.ScriptPlayable", - "name": "Null", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "template", "typeName": "T" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetBehaviour", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.ScriptPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Playables.ScriptPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptPlayable", - "comment": "A IPlayable implementation that contains a PlayableBehaviour for the PlayableGraph. PlayableBehaviour can be used to write custom Playable that implement their own PrepareFrame callback.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayableBinding", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "key", "typeName": "UnityEngine.Object" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Create", - "comment": "Returns a PlayableBinding that contains information that is used to create a ScriptPlayableOutput.\n\n```plaintext\nParams: key - A reference to a UnityEngine.Object that acts as a key for this binding.\n type - The type of object that will be bound to the ScriptPlayableOutput.\n name - The name of the ScriptPlayableOutput.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptPlayableBinding", - "comment": "A PlayableBinding that contains information representing a ScriptingPlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayableOutput"], - "fields": [ - { - "typeName": "UnityEngine.Playables.ScriptPlayableOutput", - "name": "Null", - "comment": "Returns an invalid ScriptPlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptPlayableOutput", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "The created ScriptPlayableOutput.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the ScriptPlayableOutput.\n name - The name of this ScriptPlayableOutput.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutputHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Playables.ScriptPlayableOutput" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptPlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Playables.PlayableOutput" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptPlayableOutput", - "comment": "A IPlayableOutput implementation that contains a script output for the a PlayableGraph.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Playables", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["IExposedPropertyTable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayState", - "name": "state", - "comment": "The current playing state of the component. (Read Only)\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorWrapMode", - "name": "extrapolationMode", - "comment": "Controls how the time is incremented when it goes beyond the duration of the playable.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayableAsset", - "name": "playableAsset", - "comment": "The PlayableAsset that is used to instantiate a playable for playback.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "UnityEngine.Playables.PlayableGraph", - "name": "playableGraph", - "comment": "The PlayableGraph created by the PlayableDirector.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "bool", - "name": "playOnAwake", - "comment": "Whether the playable asset will start playing back as soon as the component awakes.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "UnityEngine.Playables.DirectorUpdateMode", - "name": "timeUpdateMode", - "comment": "Controls how time is incremented when playing back.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "double", - "name": "time", - "comment": "The component's current time. This value is incremented according to the PlayableDirector.timeUpdateMode when it is playing. You can also change this value manually.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "double", - "name": "initialTime", - "comment": "The time at which the Playable should start when first played.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "double", - "name": "duration", - "comment": "The duration of the Playable in seconds.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "System.Action", - "name": "played", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "System.Action", - "name": "paused", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "typeName": "System.Action", - "name": "stopped", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeferredEvaluate", - "comment": "Tells the PlayableDirector to evaluate it's PlayableGraph on the next update.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asset", - "typeName": "UnityEngine.Playables.PlayableAsset" - } - ], - "isStatic": false, - "name": "Play", - "comment": "Instatiates a Playable using the provided PlayableAsset and starts playback.\n\n```plaintext\nParams: asset - An asset to instantiate a playable from.\n mode - What to do when the time passes the duration of the playable.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "asset", - "typeName": "UnityEngine.Playables.PlayableAsset" - }, - { - "name": "mode", - "typeName": "UnityEngine.Playables.DirectorWrapMode" - } - ], - "isStatic": false, - "name": "Play", - "comment": "Instatiates a Playable using the provided PlayableAsset and starts playback.\n\n```plaintext\nParams: asset - An asset to instantiate a playable from.\n mode - What to do when the time passes the duration of the playable.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "UnityEngine.Object" }, - { "name": "value", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "SetGenericBinding", - "comment": "Sets the binding of a reference object from a PlayableBinding.\n\n```plaintext\nParams: key - The source object in the PlayableBinding.\n value - The object to bind to the key.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Evaluate", - "comment": "Evaluates the currently playing Playable at the current time.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Instatiates a Playable using the provided PlayableAsset and starts playback.\n\n```plaintext\nParams: asset - An asset to instantiate a playable from.\n mode - What to do when the time passes the duration of the playable.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops playback of the current Playable and destroys the corresponding graph.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Pauses playback of the currently running playable.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Resume", - "comment": "Resume playing a paused playable.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RebuildGraph", - "comment": "Discards the existing PlayableGraph and creates a new instance.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "UnityEngine.PropertyName" }], - "isStatic": false, - "name": "ClearReferenceValue", - "comment": "Clears an exposed reference value.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "UnityEngine.PropertyName" }, - { "name": "value", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "SetReferenceValue", - "comment": "Sets an ExposedReference value.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n value - The object to bind to set the reference value to.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "id", "typeName": "UnityEngine.PropertyName" }, - { "name": "idValid", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetReferenceValue", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "key", "typeName": "UnityEngine.Object" }], - "isStatic": false, - "name": "GetGenericBinding", - "comment": "Returns a binding to a reference object.\n\n```plaintext\nParams: key - The object that acts as a key.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "UnityEngine.Object" }], - "isStatic": false, - "name": "ClearGenericBinding", - "comment": "Clears the binding of a reference object.\n\n```plaintext\nParams: key - The source object in the PlayableBinding.\n \n```\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RebindPlayableGraphOutputs", - "comment": "Rebinds each PlayableOutput of the PlayableGraph.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_played", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_played", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_paused", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_paused", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_stopped", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_stopped", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.DirectorModule.dll" - } - ], - "name": "PlayableDirector", - "comment": "Instantiates a PlayableAsset and controls playback of Playable objects.\n\n", - "location": "UnityEngine.DirectorModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ControlTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.DateTime", - "name": "time", - "comment": "Time, when the crash occured.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "Crash report data as formatted text.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CrashReport[]", - "name": "reports", - "comment": "Returns all currently available reports in a new array.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CrashReport", - "name": "lastReport", - "comment": "Returns last crash report, or null if no reports are available.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RemoveAll", - "comment": "Remove all reports from available reports list.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Remove", - "comment": "Remove report from available reports list.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CrashReport", - "comment": "Holds data for a single application crash event and provides access to all gathered crash reports.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "int" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": true, - "name": "WriteCustomEvent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EventProvider", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "The total size of the box. This is always twice as large as the extents.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "extents", - "comment": "The extents of the Bounding Box. This is always half of the size of the Bounds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "min", - "comment": "The minimal point of the box. This is always equal to center-extents.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "max", - "comment": "The maximal point of the box. This is always equal to center+extents.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "size", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new Bounds.\n\n```plaintext\nParams: center - The location of the origin of the Bounds.\n size - The dimensions of the Bounds.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Bounds" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Bounds" }, - { "name": "rhs", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Bounds" }, - { "name": "rhs", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Vector3" }, - { "name": "max", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetMinMax", - "comment": "Sets the bounds to the min and max value of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Encapsulate", - "comment": "Grows the Bounds to include the point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bounds", "typeName": "UnityEngine.Bounds" }], - "isStatic": false, - "name": "Encapsulate", - "comment": "Grow the bounds to encapsulate the bounds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "amount", "typeName": "float" }], - "isStatic": false, - "name": "Expand", - "comment": "Expand the bounds by increasing its size by amount along each side.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "amount", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Expand", - "comment": "Expand the bounds by increasing its size by amount along each side.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "bounds", "typeName": "UnityEngine.Bounds" }], - "isStatic": false, - "name": "Intersects", - "comment": "Does another bounding box intersect with this bounding box?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], - "isStatic": false, - "name": "IntersectRay", - "comment": "Does ray intersect this bounding box?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "IntersectRay", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Contains", - "comment": "Is point contained in the bounding box?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SqrDistance", - "comment": "The smallest squared distance between the point and this bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ClosestPoint", - "comment": "The point on the bounding box or inside the bounding box.\n\n```plaintext\nParams: point - Arbitrary point.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Bounds", - "comment": "Represents an axis aligned bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "int", - "name": "x", - "comment": "X value of the minimal point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "Y value of the minimal point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "z", - "comment": "Z value of the minimal point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "min", - "comment": "The minimal point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "max", - "comment": "The maximal point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "xMin", - "comment": "The minimal x point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "yMin", - "comment": "The minimal y point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "zMin", - "comment": "The minimal z point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "xMax", - "comment": "The maximal x point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "yMax", - "comment": "The maximal y point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "zMax", - "comment": "The maximal z point of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "position", - "comment": "The position of the bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "size", - "comment": "The total size of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BoundsInt.PositionEnumerator", - "name": "allPositionsWithin", - "comment": "A BoundsInt.PositionCollection that contains all positions within the BoundsInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xMin", "typeName": "int" }, - { "name": "yMin", "typeName": "int" }, - { "name": "zMin", "typeName": "int" }, - { "name": "sizeX", "typeName": "int" }, - { "name": "sizeY", "typeName": "int" }, - { "name": "sizeZ", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "size", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minPosition", "typeName": "UnityEngine.Vector3Int" }, - { "name": "maxPosition", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "SetMinMax", - "comment": "Sets the bounds to the min and max value of the box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bounds", "typeName": "UnityEngine.BoundsInt" }], - "isStatic": false, - "name": "ClampToBounds", - "comment": "Clamps the position and size of this bounding box to the given bounds.\n\n```plaintext\nParams: bounds - Bounds to clamp to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "Contains", - "comment": "Is point contained in the bounding box?\n\n```plaintext\nParams: position - Point to check.\n inclusive - Whether the max limits are included in the check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.BoundsInt" }, - { "name": "rhs", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.BoundsInt" }, - { "name": "rhs", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.BoundsInt" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BoundsInt", - "comment": "Represents an axis aligned bounding box with all values as integers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.Vector3Int", - "name": "Current", - "comment": "Current position of the enumerator.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Vector3Int" }, - { "name": "max", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PositionEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "This BoundsInt.PositionEnumerator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "Whether the enumerator has successfully moved to the next position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Resets this enumerator to its starting state.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PositionEnumerator", - "comment": "An iterator that allows you to iterate over all positions within the BoundsInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": true, - "name": "CalculateFrustumPlanes", - "comment": "The planes that form the camera's view frustum.\n\n```plaintext\nParams: camera - The camera with the view frustum that you want to calculate planes from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "worldToProjectionMatrix", - "typeName": "UnityEngine.Matrix4x4" - } - ], - "isStatic": true, - "name": "CalculateFrustumPlanes", - "comment": "The planes that enclose the projection space described by the matrix.\n\n```plaintext\nParams: worldToProjectionMatrix - A matrix that transforms from world space to projection space, from which the planes will be calculated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "planes", "typeName": "UnityEngine.Plane[]" } - ], - "isStatic": true, - "name": "CalculateFrustumPlanes", - "comment": "Calculates frustum planes.\n\n```plaintext\nParams: camera - The camera with the view frustum that you want to calculate planes from.\n planes - An array of 6 Planes that will be overwritten with the calculated plane values.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "worldToProjectionMatrix", - "typeName": "UnityEngine.Matrix4x4" - }, - { "name": "planes", "typeName": "UnityEngine.Plane[]" } - ], - "isStatic": true, - "name": "CalculateFrustumPlanes", - "comment": "Calculates frustum planes.\n\n```plaintext\nParams: worldToProjectionMatrix - A matrix that transforms from world space to projection space, from which the planes will be calculated.\n planes - An array of 6 Planes that will be overwritten with the calculated plane values.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Bounds", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" }, - { "name": "transform", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "CalculateBounds", - "comment": "Calculates the axis-aligned bounding box.\n\n```plaintext\nParams: positions - An array that stores the location of 3d positions.\n transform - A matrix that changes the position, rotation and size of the bounds calculation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "vertices", "typeName": "UnityEngine.Vector3[]" }, - { "name": "plane", "typeName": "UnityEngine.Plane" } - ], - "isStatic": true, - "name": "TryCreatePlaneFromPolygon", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "planes", "typeName": "UnityEngine.Plane[]" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": true, - "name": "TestPlanesAABB", - "comment": "Returns true if bounds are inside the plane array.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GeometryUtility", - "comment": "Utility class for common geometric functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "double", - "name": "time", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackAsset", - "name": "parent", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "parent", "typeName": "UnityEngine.Timeline.TrackAsset" } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "IMarker", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "Normal vector of the plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The distance measured from the Plane to the origin, along the Plane's normal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Plane", - "name": "flipped", - "comment": "Returns a copy of the plane that faces in the opposite direction.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inNormal", "typeName": "UnityEngine.Vector3" }, - { "name": "inPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inNormal", "typeName": "UnityEngine.Vector3" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "c", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inNormal", "typeName": "UnityEngine.Vector3" }, - { "name": "inPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetNormalAndPosition", - "comment": "Sets a plane using a point that lies within it along with a normal to orient it.\n\n```plaintext\nParams: inNormal - The plane's normal vector.\n inPoint - A point that lies on the plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "c", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "Set3Points", - "comment": "Sets a plane using three points that lie within it. The points go around clockwise as you look down on the top surface of the plane.\n\n```plaintext\nParams: a - First point in clockwise order.\n b - Second point in clockwise order.\n c - Third point in clockwise order.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flip", - "comment": "Makes the plane face in the opposite direction.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "translation", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the plane in space by the translation vector.\n\n```plaintext\nParams: translation - The offset in space to move the plane with.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Plane", - "params": [ - { "name": "plane", "typeName": "UnityEngine.Plane" }, - { "name": "translation", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Translate", - "comment": "The translated plane.\n\n```plaintext\nParams: plane - The plane to move in space.\n translation - The offset in space to move the plane with.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ClosestPointOnPlane", - "comment": "A point on the plane that is closest to point.\n\n```plaintext\nParams: point - The point to project onto the plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetDistanceToPoint", - "comment": "Returns a signed distance from plane to point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetSide", - "comment": "Is a point on the positive side of the plane?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "inPt0", "typeName": "UnityEngine.Vector3" }, - { "name": "inPt1", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SameSide", - "comment": "Are two points on the same side of the plane?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "enter", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Plane", - "comment": "Representation of a plane in 3D space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "origin", - "comment": "The origin point of the ray.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "direction", - "comment": "The direction of the ray.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a ray starting at origin along direction.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "distance", "typeName": "float" }], - "isStatic": false, - "name": "GetPoint", - "comment": "Returns a point at distance units along the ray.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Ray", - "comment": "Representation of rays.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "origin", - "comment": "The starting point of the ray in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "direction", - "comment": "The direction of the ray in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a 2D ray starting at origin along direction.\n\n```plaintext\nParams: Vector2 - Origin.\n Vector2 - Direction.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "distance", "typeName": "float" }], - "isStatic": false, - "name": "GetPoint", - "comment": "Get a point that lies a given distance along a ray.\n\n```plaintext\nParams: distance - Distance of the desired point along the path of the ray.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this 2D ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this 2D ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this 2D ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Ray2D", - "comment": "A ray in 2D space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Timeline.NotificationFlags", - "name": "flags", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [], - "name": "INotificationOptionProvider", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": ["IMarker"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TrackAsset", - "name": "parent", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "double", - "name": "time", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "aPent", "typeName": "UnityEngine.Timeline.TrackAsset" } - ], - "isStatic": false, - "name": "OnInitialize", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "Marker", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rect", - "name": "zero", - "comment": "Shorthand for writing new Rect(0,0,0,0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "x", - "comment": "The X coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "y", - "comment": "The Y coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "The X and Y position of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "center", - "comment": "The position of the center of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "min", - "comment": "The position of the minimum corner of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "max", - "comment": "The position of the maximum corner of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "The width of the rectangle, measured from the X position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the rectangle, measured from the Y position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "size", - "comment": "The width and height of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "xMin", - "comment": "The minimum X coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "yMin", - "comment": "The minimum Y coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "xMax", - "comment": "The maximum X coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "yMax", - "comment": "The maximum Y coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "left", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "right", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "top", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "bottom", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new rectangle.\n\n```plaintext\nParams: x - The X value the rect is measured from.\n y - The Y value the rect is measured from.\n width - The width of the rectangle.\n height - The height of the rectangle.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a rectangle given a size and position.\n\n```plaintext\nParams: position - The position of the minimum corner of the rect.\n size - The width and height of the rect.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "source", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [ - { "name": "xmin", "typeName": "float" }, - { "name": "ymin", "typeName": "float" }, - { "name": "xmax", "typeName": "float" }, - { "name": "ymax", "typeName": "float" } - ], - "isStatic": true, - "name": "MinMaxRect", - "comment": "A rectangle matching the specified coordinates.\n\n```plaintext\nParams: xmin - The minimum X coordinate.\n ymin - The minimum Y coordinate.\n xmax - The maximum X coordinate.\n ymax - The maximum Y coordinate.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set components of an existing Rect.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Contains", - "comment": "True if the point lies within the specified rectangle.\n\n```plaintext\nParams: point - Point to test.\n allowInverse - Does the test allow the Rect's width and height to be negative?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Contains", - "comment": "True if the point lies within the specified rectangle.\n\n```plaintext\nParams: point - Point to test.\n allowInverse - Does the test allow the Rect's width and height to be negative?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector3" }, - { "name": "allowInverse", "typeName": "bool" } - ], - "isStatic": false, - "name": "Contains", - "comment": "True if the point lies within the specified rectangle.\n\n```plaintext\nParams: point - Point to test.\n allowInverse - Does the test allow the Rect's width and height to be negative?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "Overlaps", - "comment": "Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work.\n\n```plaintext\nParams: other - Other rectangle to test overlapping with.\n allowInverse - Does the test allow the widths and heights of the Rects to be negative?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.Rect" }, - { "name": "allowInverse", "typeName": "bool" } - ], - "isStatic": false, - "name": "Overlaps", - "comment": "Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work.\n\n```plaintext\nParams: other - Other rectangle to test overlapping with.\n allowInverse - Does the test allow the widths and heights of the Rects to be negative?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "rectangle", "typeName": "UnityEngine.Rect" }, - { - "name": "normalizedRectCoordinates", - "typeName": "UnityEngine.Vector2" - } - ], - "isStatic": true, - "name": "NormalizedToPoint", - "comment": "Returns a point inside a rectangle, given normalized coordinates.\n\n```plaintext\nParams: rectangle - Rectangle to get a point inside.\n normalizedRectCoordinates - Normalized coordinates to get a point for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "rectangle", "typeName": "UnityEngine.Rect" }, - { "name": "point", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "PointToNormalized", - "comment": "Returns the normalized coordinates cooresponding the the point.\n\n```plaintext\nParams: rectangle - Rectangle to get normalized coordinates inside.\n point - A point inside the rectangle to get normalized coordinates for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Rect" }, - { "name": "rhs", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Rect" }, - { "name": "rhs", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this Rect.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this Rect.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this Rect.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Rect", - "comment": "A 2D Rectangle defined by X and Y position, width and height.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "int", - "name": "x", - "comment": "Left coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "Top coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "center", - "comment": "Center coordinate of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "min", - "comment": "The lower left corner of the rectangle; which is the minimal position of the rectangle along the x- and y-axes, when it is aligned to both axes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "max", - "comment": "The upper right corner of the rectangle; which is the maximal position of the rectangle along the x- and y-axes, when it is aligned to both axes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "Width of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "xMin", - "comment": "Shows the minimum X value of the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "yMin", - "comment": "Show the minimum Y value of the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "xMax", - "comment": "Shows the maximum X value of the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "yMax", - "comment": "Shows the maximum Y value of the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "position", - "comment": "Returns the position (x, y) of the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "size", - "comment": "Returns the width and height of the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RectInt.PositionEnumerator", - "name": "allPositionsWithin", - "comment": "A RectInt.PositionCollection that contains all positions within the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minPosition", "typeName": "UnityEngine.Vector2Int" }, - { "name": "maxPosition", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": false, - "name": "SetMinMax", - "comment": "Sets the bounds to the min and max value of the rect.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xMin", "typeName": "int" }, - { "name": "yMin", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector2Int" }, - { "name": "size", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "bounds", "typeName": "UnityEngine.RectInt" }], - "isStatic": false, - "name": "ClampToBounds", - "comment": "Clamps the position and size of the RectInt to the given bounds.\n\n```plaintext\nParams: bounds - Bounds to clamp the RectInt.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": false, - "name": "Contains", - "comment": "Whether the position is within the RectInt.\n\n```plaintext\nParams: position - Position to check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.RectInt" }], - "isStatic": false, - "name": "Overlaps", - "comment": "True if the other rectangle overlaps this one.\n\n```plaintext\nParams: other - Other rectangle to test overlapping with.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns the x, y, width and height of the RectInt.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns the x, y, width and height of the RectInt.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns the x, y, width and height of the RectInt.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.RectInt" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if the given RectInt is equal to this RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RectInt", - "comment": "A 2D Rectangle defined by x, y, width, height with integers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.Vector2Int", - "name": "Current", - "comment": "Current position of the enumerator.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Vector2Int" }, - { "name": "max", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PositionEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "This RectInt.PositionEnumerator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "Whether the enumerator has successfully moved to the next position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Resets this enumerator to its starting state.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PositionEnumerator", - "comment": "An iterator that allows you to iterate over all positions within the RectInt.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IFormattable"], - "fields": [ - { - "typeName": "int", - "name": "left", - "comment": "Left edge size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "right", - "comment": "Right edge size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "top", - "comment": "Top edge size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "bottom", - "comment": "Bottom edge size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "horizontal", - "comment": "Shortcut for left + right. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertical", - "comment": "Shortcut for top + bottom. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new rectangle with offsets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "int" }, - { "name": "right", "typeName": "int" }, - { "name": "top", "typeName": "int" }, - { "name": "bottom", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new rectangle with offsets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this RectOffset.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this RectOffset.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this RectOffset.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "Add", - "comment": "Add the border offsets to a rect.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "Remove", - "comment": "Remove the border offsets from a rect.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RectOffset", - "comment": "Offsets for rectangles, borders, etc.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "indirectScale", - "comment": "Allows for scaling the contribution coming from realtime & baked lightmaps.\n\nNote: this value can be set in the Lighting Window UI and it is serialized, that is not the case for other properties in this class.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "updateThreshold", - "comment": "Determines the percentage change in lighting intensity that triggers Unity to recalculate the real-time lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "materialUpdateTimeSlice", - "comment": "The number of milliseconds that can be spent on material updates.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "synchronousMode", - "comment": "When enabled, new dynamic Global Illumination output is shown in each frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isConverged", - "comment": "Is precomputed realtime Global Illumination output converged?\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "SetEmissive", - "comment": "Allows to set an emissive color for a given renderer quickly, without the need to render the emissive input for the entire system.\n\n```plaintext\nParams: renderer - The Renderer that should get a new color.\n color - The emissive Color.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "float[]" }], - "isStatic": true, - "name": "SetEnvironmentData", - "comment": "Allows overriding the distant environment lighting for Realtime GI, without changing the Skybox Material.\n\n```plaintext\nParams: input - Array of float values to be used for Realtime GI environment lighting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "UpdateEnvironment", - "comment": "Schedules an update of the environment texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" } - ], - "isStatic": true, - "name": "UpdateMaterials", - "comment": "Schedules an update of the albedo and emissive textures of a system that contains the renderer or the terrain.\n\n```plaintext\nParams: renderer - The Renderer to use when searching for a system to update.\n terrain - The Terrain to use when searching for systems to update.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "renderer", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "UpdateMaterials", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Object" }, - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "UpdateMaterials", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DynamicGI", - "comment": "Allows to control the dynamic Global Illumination.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "bakedGI", - "comment": "Whether to enable the Baked Global Illumination system for this Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "realtimeGI", - "comment": "Whether to enable the Realtime Global Illumination system for this Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "realtimeEnvironmentLighting", - "comment": "Determines the lightmap that Unity stores environment lighting in.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autoGenerate", - "comment": "Whether the Unity Editor automatically precomputes lighting data when the Scene data changes. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MixedLightingMode", - "name": "mixedBakeMode", - "comment": "Sets the MixedLightingMode that Unity uses for all Mixed Lights in the Scene. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "albedoBoost", - "comment": "The intensity of surface albedo throughout the Scene when considered in lighting calculations. This value influences the energy of light at each bounce. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "indirectScale", - "comment": "Multiplies the intensity of of indirect lighting in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.Lightmapper", - "name": "lightmapper", - "comment": "Determines which backend to use for baking lightmaps in the Baked Global Illumination system. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lightmapMaxSize", - "comment": "The maximum size in pixels of an individual lightmap texture. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "lightmapResolution", - "comment": "Defines the number of texels to use per world unit when generating lightmaps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lightmapPadding", - "comment": "Sets the distance (in texels) between separate UV tiles in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "compressLightmaps", - "comment": "Whether to compress the lightmap textures that the Progressive Lightmapper generates. (Editor only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "ao", - "comment": "Whether to apply ambient occlusion to lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aoMaxDistance", - "comment": "The distance that a ray travels before Unity considers it to be unoccluded when calculating ambient occlusion in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aoExponentIndirect", - "comment": "Sets the contrast of ambient occlusion that Unity applies to indirect lighting in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aoExponentDirect", - "comment": "Determines the degree to which direct lighting is considered when calculating ambient occlusion in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "extractAO", - "comment": "Whether the Progressive Lightmapper extracts Ambient Occlusion to a separate lightmap. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "directionalityMode", - "comment": "Determines whether the lightmapper should generate directional or non-directional lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "exportTrainingData", - "comment": "Whether the Progressive Lightmapper exports machine learning training data to the Project folder when it performs the bake. ( Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "trainingDataDestination", - "comment": "Determines the name of the destination folder for the exported textures. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "indirectResolution", - "comment": "Defines the number of texels that Enlighten uses per world unit when calculating indirect lighting. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "finalGather", - "comment": "Specifies whether the Editor calculates the final global illumination light bounce at the same resolution as the baked lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "finalGatherRayCount", - "comment": "Controls the number of rays emitted for every final gather point. A final gather point is a lightmap texel in the final, composited lightmap. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "finalGatherFiltering", - "comment": "Controls whether a denoising filter is applied to the final gather output.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.Sampling", - "name": "sampling", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "directSampleCount", - "comment": "Specifies the number of samples the Progressive Lightmapper uses for direct lighting calculations. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "indirectSampleCount", - "comment": "Specifies the number of samples the Progressive Lightmapper uses for indirect lighting calculations. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "bounces", - "comment": "This property is now obsolete. Use LightingSettings.maxBounces.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxBounces", - "comment": "Stores the maximum number of bounces the Progressive Lightmapper computes for indirect lighting. (Editor only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "russianRouletteStartBounce", - "comment": "This property is now obsolete. Use LightingSettings.minBounces.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "minBounces", - "comment": "Stores the minimum number of bounces the Progressive Lightmapper computes for indirect lighting. (Editor only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "prioritizeView", - "comment": "Whether the Progressive Lightmapper prioritizes baking visible texels within the frustum of the Scene view. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterMode", - "name": "filteringMode", - "comment": "Specifies the filter type that the Progressive Lightmapper uses for ambient occlusion. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "denoiserTypeDirect", - "comment": "Determines the denoiser that the Progressive Lightmapper applies to direct lighting. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "denoiserTypeIndirect", - "comment": "Determines the denoiser that the Progressive Lightmapper applies to indirect lighting. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "denoiserTypeAO", - "comment": "Determines the type of denoising that the Progressive Lightmapper applies to ambient occlusion in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterType", - "name": "filterTypeDirect", - "comment": "Specifies the filter kernel that the Progressive Lightmapper uses for the direct lighting. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterType", - "name": "filterTypeIndirect", - "comment": "Specifies the filter kernel that the Progressive Lightmapper uses for indirect lighting. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterType", - "name": "filterTypeAO", - "comment": "Specifies the filter kernel that the Progressive Lightmapper uses for ambient occlusion. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "filteringGaussRadiusDirect", - "comment": "Specifies the radius the Progressive Lightmapper used to filter the indirect lighting component of the lightmap when using Gaussian filter. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "filteringGaussRadiusIndirect", - "comment": "Specifies the method used by the Progressive Lightmapper to reduce noise in lightmaps. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "filteringGaussRadiusAO", - "comment": "Specifies the radius the Progressive Lightmapper uses to filter the direct lighting component of the lightmap when using Gaussian filter. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "filteringAtrousPositionSigmaDirect", - "comment": "Specifies the threshold the Progressive Lightmapper uses to filter the indirect lighting component of the lightmap when using the A-Trous filter. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "filteringAtrousPositionSigmaIndirect", - "comment": "Specifies the radius the Progressive Lightmapper uses to filter the ambient occlusion component in the lightmap when using Gaussian filter. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "filteringAtrousPositionSigmaAO", - "comment": "Specifies the threshold the Progressive Lightmapper uses to filter direct light stored in the lightmap when using the A-Trous filter. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "environmentSampleCount", - "comment": "Specifies the number of samples the Progressive Lightmapper uses when sampling indirect lighting from the skybox. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "lightProbeSampleCountMultiplier", - "comment": "Specifies the number of samples to use for Light Probes relative to the number of samples for lightmap texels. (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightingSettings", - "comment": "An object containing settings for precomputing lighting data, that Unity can serialize as a.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "MarkerTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.MarkerTrack", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "SignalTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "SignalAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.Marker", - "attribute": "", - "interfaces": ["IMarker", "INotification", "INotificationOptionProvider"], - "fields": [ - { - "typeName": "bool", - "name": "retroactive", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "emitOnce", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.SignalAsset", - "name": "asset", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "SignalEmitter", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": ["INotificationReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Playables.Playable" }, - { - "name": "notification", - "typeName": "UnityEngine.Playables.INotification" - }, - { "name": "context", "typeName": "object" } - ], - "isStatic": false, - "name": "OnNotify", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asset", "typeName": "UnityEngine.Timeline.SignalAsset" }, - { "name": "reaction", "typeName": "UnityEngine.Events.UnityEvent" } - ], - "isStatic": false, - "name": "AddReaction", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "reaction", "typeName": "UnityEngine.Events.UnityEvent" } - ], - "isStatic": false, - "name": "AddEmptyReaction", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "asset", "typeName": "UnityEngine.Timeline.SignalAsset" } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetRegisteredSignals", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "UnityEvent", - "params": [ - { "name": "key", "typeName": "UnityEngine.Timeline.SignalAsset" } - ], - "isStatic": false, - "name": "GetReaction", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "Count", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "idx", "typeName": "int" }, - { "name": "newKey", "typeName": "UnityEngine.Timeline.SignalAsset" } - ], - "isStatic": false, - "name": "ChangeSignalAtIndex", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "idx", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAtIndex", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "idx", "typeName": "int" }, - { "name": "reaction", "typeName": "UnityEngine.Events.UnityEvent" } - ], - "isStatic": false, - "name": "ChangeReactionAtIndex", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "UnityEvent", - "params": [{ "name": "idx", "typeName": "int" }], - "isStatic": false, - "name": "GetReactionAtIndex", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "SignalAsset", - "params": [{ "name": "idx", "typeName": "int" }], - "isStatic": false, - "name": "GetSignalAssetAtIndex", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "SignalReceiver", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightingSettings.Lightmapper", - "name": "Enlighten", - "comment": "Backend for baking lighting with Enlighten Baked Global Illumination, based on the Enlighten radiosity middleware.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.Lightmapper", - "name": "ProgressiveCPU", - "comment": "Backend for baking lighting using the CPU. Uses a progressive path tracing algorithm.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.Lightmapper", - "name": "ProgressiveGPU", - "comment": "Backend for baking lighting using the GPU. Uses a progressive path tracing algorithm.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightingSettings.Lightmapper", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Lightmapper", - "comment": "Backends available for baking lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "Vertical", - "comment": "Fit the resolution gate vertically within the sensor gate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "Horizontal", - "comment": "Fit the resolution gate horizontally within the sensor gate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "Fill", - "comment": "Automatically selects a horizontal or vertical fit so that the sensor gate fits completely inside the resolution gate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "Overscan", - "comment": "Automatically selects a horizontal or vertical fit so that the render frame fits completely inside the resolution gate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "None", - "comment": "Stretch the sensor gate to fit exactly into the resolution gate.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Camera.GateFitMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GateFitMode", - "comment": "Enum used to specify how the sensor gate (sensor frame) defined by Camera.sensorSize fits into the resolution gate (render frame).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightingSettings.Sampling", - "name": "Auto", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.Sampling", - "name": "Fixed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightingSettings.Sampling", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Sampling", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightingSettings.FilterMode", - "name": "None", - "comment": "No filtering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterMode", - "name": "Auto", - "comment": "The filtering is configured automatically.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterMode", - "name": "Advanced", - "comment": "When enabled, you can configure the filtering settings for the Progressive Lightmapper. When disabled, the default filtering settings apply.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightingSettings.FilterMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FilterMode", - "comment": "The available filtering modes for the Progressive Lightmapper.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Camera.FieldOfViewAxis", - "name": "Vertical", - "comment": "Specifies the field of view as vertical.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.FieldOfViewAxis", - "name": "Horizontal", - "comment": "Specifies the field of view as horizontal.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Camera.FieldOfViewAxis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FieldOfViewAxis", - "comment": "Enumerates which axis to use when expressing the value for the field of view.\n The default value is Camera.FieldOfViewAxis.Vertical.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "None", - "comment": "Use this to disable denoising for the lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "Optix", - "comment": "NVIDIA Optix Denoiser.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "OpenImage", - "comment": "Intel Open Image Denoiser.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.DenoiserType", - "name": "RadeonPro", - "comment": "RadeonPro Denoiser.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightingSettings.DenoiserType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DenoiserType", - "comment": "The available denoisers for the Progressive Lightmapper.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera.GateFitMode", - "name": "mode", - "comment": "GateFitMode to use. See Camera.GateFitMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aspect", - "comment": "Aspect ratio of the resolution gate.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mode", "typeName": "UnityEngine.Camera.GateFitMode" }, - { "name": "aspect", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GateFitParameters", - "comment": "Wrapper for gate fit parameters\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightingSettings.FilterType", - "name": "Gaussian", - "comment": "When enabled, the lightmap uses a Gaussian filter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterType", - "name": "ATrous", - "comment": "When enabled, the lightmap uses an A-Trous filter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightingSettings.FilterType", - "name": "None", - "comment": "When enabled, the lightmap uses no filtering.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightingSettings.FilterType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FilterType", - "comment": "The available filter kernels for the Progressive Lightmapper.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Camera.StereoscopicEye", - "name": "Left", - "comment": "Specifies the target to be the left eye.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.StereoscopicEye", - "name": "Right", - "comment": "Specifies the target to be the right eye.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Camera.StereoscopicEye", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StereoscopicEye", - "comment": "Enum used to specify either the left or the right eye of a stereoscopic camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Sets the color for the gizmos that will be drawn next.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "matrix", - "comment": "Sets the Matrix4x4 that the Unity Editor uses to draw Gizmos.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "exposure", - "comment": "Set a texture that contains the exposure correction for LightProbe gizmos. The value is sampled from the red channel in the middle of the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "probeSize", - "comment": "Set a scale for Light Probe gizmos. This scale will be used to render the spherical harmonic preview spheres.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawLine", - "comment": "Draws a line starting at from towards to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "DrawWireSphere", - "comment": "Draws a wireframe sphere with center and radius.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "DrawSphere", - "comment": "Draws a solid sphere with center and radius.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "size", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawWireCube", - "comment": "Draw a wireframe box with center and size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "size", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawCube", - "comment": "Draw a solid box with center and size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draws a mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "Draws a wireframe mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "name", "typeName": "string" }, - { "name": "allowScaling", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawIcon", - "comment": "Draw an icon at a position in the Scene view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "name", "typeName": "string" }, - { "name": "allowScaling", "typeName": "bool" }, - { "name": "tint", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "DrawIcon", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "DrawGUITexture", - "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "fov", "typeName": "float" }, - { "name": "maxRange", "typeName": "float" }, - { "name": "minRange", "typeName": "float" }, - { "name": "aspect", "typeName": "float" } - ], - "isStatic": true, - "name": "DrawFrustum", - "comment": "Draw a camera frustum using the currently set Gizmos.matrix for it's location and rotation.\n\n```plaintext\nParams: center - The apex of the truncated pyramid.\n fov - Vertical field of view (ie, the angle at the apex in degrees).\n maxRange - Distance of the frustum's far plane.\n minRange - Distance of the frustum's near plane.\n aspect - Width/height ratio.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "r", "typeName": "UnityEngine.Ray" }], - "isStatic": true, - "name": "DrawRay", - "comment": "Draws a ray starting at from to from + direction.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawRay", - "comment": "Draws a ray starting at from to from + direction.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draws a mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "scale", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "Draws a wireframe mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawWireMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": true, - "name": "DrawIcon", - "comment": "Draw an icon at a position in the Scene view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "DrawGUITexture", - "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "DrawGUITexture", - "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawGUITexture", - "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Gizmos", - "comment": "Gizmos are used to give visual debugging or setup aids in the Scene view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", - "name": "Left", - "comment": "Camera eye corresponding to stereoscopic rendering of the left eye.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", - "name": "Right", - "comment": "Camera eye corresponding to stereoscopic rendering of the right eye.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", - "name": "Mono", - "comment": "Camera eye corresponding to non-stereoscopic rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Camera.MonoOrStereoscopicEye", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MonoOrStereoscopicEye", - "comment": "A Camera eye corresponding to the left or right human eye for stereoscopic rendering, or neither for non-stereoscopic rendering.\n\nA single Camera can render both left and right views in a single frame. Therefore, this enum describes which eye the Camera is currently rendering when returned by Camera.stereoActiveEye during a rendering callback (such as Camera.OnRenderImage), or which eye to act on when passed into a function.\n\nThe default value is Camera.MonoOrStereoscopicEye.Left, so Camera.MonoOrStereoscopicEye.Left may be returned by some methods or properties when called outside of rendering if stereoscopic rendering is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "None", - "comment": "Default value for a request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "ObjectId", - "comment": "The render request outputs an object InstanceID buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "Depth", - "comment": "The render request outputs a depth value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "VertexNormal", - "comment": "The render request outputs the interpolated vertex normal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "WorldPosition", - "comment": "The render request outputs a world position buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "EntityId", - "comment": "The render request outputs an entity id.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "BaseColor", - "comment": "The render request outputs the materials albedo / base color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "SpecularColor", - "comment": "The render request returns the materials specular color buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "Metallic", - "comment": "The render outputs the materials metal value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "Emission", - "comment": "The render request outputs the materials emission value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "Normal", - "comment": "The render request outputs the per pixel normal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "Smoothness", - "comment": "The render request returns the materials smoothness buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "Occlusion", - "comment": "The render request returns the material ambient occlusion buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "DiffuseColor", - "comment": "The render request outputs the materials diffuse color.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Camera.RenderRequestMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderRequestMode", - "comment": "Modes available for submitting when making a render request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "ScreenSpace", - "comment": "RenderRequests will be rendered in screenspace from the perspective of the camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV0", - "comment": "RenderRequests will be outputted in UV 0 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV1", - "comment": "RenderRequests will be outputted in UV 1 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV2", - "comment": "RenderRequests will be outputted in UV 2 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV3", - "comment": "RenderRequests will be outputted in UV 3 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV4", - "comment": "RenderRequests will be outputted in UV 4 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV5", - "comment": "RenderRequests will be outputted in UV 5 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV6", - "comment": "RenderRequests will be outputted in UV 6 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV7", - "comment": "RenderRequests will be outputted in UV 7 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "UV8", - "comment": "RenderRequests will be outputted in UV 8 space of the rendered mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderRequestOutputSpace", - "comment": "Defines in which space render requests will be be outputted.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "GroupTrack", - "params": [], - "isStatic": false, - "name": "GetGroup", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "group", "typeName": "UnityEngine.Timeline.GroupTrack" } - ], - "isStatic": false, - "name": "SetGroup", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackAssetExtensions", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "order", - "comment": "The order, lowest to highest, that the Application.onBeforeRender event recievers will be called in.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "order", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "When applied to methods, specifies the order called during Application.onBeforeRender events.\n\n```plaintext\nParams: order - The sorting order, sorted lowest to highest.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BeforeRenderOrderAttribute", - "comment": "Use this BeforeRenderOrderAttribute when you need to specify a custom callback order for Application.onBeforeRender.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Is this request properly formed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestMode", - "name": "mode", - "comment": "The type of request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "result", - "comment": "The result of the request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", - "name": "outputSpace", - "comment": "Defines in which space render requests will be be outputted.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.Camera.RenderRequestMode" - }, - { "name": "rt", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.Camera.RenderRequestMode" - }, - { - "name": "space", - "typeName": "UnityEngine.Camera.RenderRequestOutputSpace" - }, - { "name": "rt", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderRequest", - "comment": "A request that can be used for making specific rendering requests.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "width", - "comment": "Width of the billboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "Height of the billboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "bottom", - "comment": "Height of the billboard that is below ground.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "imageCount", - "comment": "Number of pre-rendered images that can be switched when the billboard is viewed from different angles.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertexCount", - "comment": "Number of vertices in the billboard mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "indexCount", - "comment": "Number of indices in the billboard mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "The material used for rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new BillboardAsset.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "imageTexCoords", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetImageTexCoords", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetImageTexCoords", - "comment": "Get the array of billboard image texture coordinate data.\n\n```plaintext\nParams: imageTexCoords - The list that receives the array.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "imageTexCoords", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetImageTexCoords", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "imageTexCoords", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetImageTexCoords", - "comment": "Set the array of billboard image texture coordinate data.\n\n```plaintext\nParams: imageTexCoords - The array of data to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetVertices", - "comment": "Get the vertices of the billboard mesh.\n\n```plaintext\nParams: vertices - The list that receives the array.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertices", "typeName": "UnityEngine.Vector2[]" } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "Set the vertices of the billboard mesh.\n\n```plaintext\nParams: vertices - The array of data to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetIndices", - "comment": "Get the indices of the billboard mesh.\n\n```plaintext\nParams: indices - The list that receives the array.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "indices", "typeName": "ushort[]" }], - "isStatic": false, - "name": "SetIndices", - "comment": "Set the indices of the billboard mesh.\n\n```plaintext\nParams: indices - The array of data to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BillboardAsset", - "comment": "BillboardAsset describes how a billboard is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "GroupTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.BillboardAsset", - "name": "billboard", - "comment": "The BillboardAsset to render.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BillboardRenderer", - "comment": "Renders a billboard from a BillboardAsset.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of the center of the BoundingSphere.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the BoundingSphere.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "rad", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a BoundingSphere.\n\n```plaintext\nParams: pos - The center of the sphere.\n rad - The radius of the sphere.\n packedSphere - A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "packedSphere", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a BoundingSphere.\n\n```plaintext\nParams: pos - The center of the sphere.\n rad - The radius of the sphere.\n packedSphere - A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BoundingSphere", - "comment": "Describes a single bounding sphere for use by a CullingGroup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "index", - "comment": "The index of the sphere that has changed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isVisible", - "comment": "Was the sphere considered visible by the most recent culling pass?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "wasVisible", - "comment": "Was the sphere visible before the most recent culling pass?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasBecomeVisible", - "comment": "Did this sphere change from being invisible to being visible in the most recent culling pass?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasBecomeInvisible", - "comment": "Did this sphere change from being visible to being invisible in the most recent culling pass?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "currentDistance", - "comment": "The current distance band index of the sphere, after the most recent culling pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "previousDistance", - "comment": "The distance band index of the sphere before the most recent culling pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CullingGroupEvent", - "comment": "Provides information about the current and previous states of one sphere in a CullingGroup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Action", - "name": "textureLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "textureUnloaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "updateTriggered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "initializeTriggered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_textureLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_textureLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_textureUnloaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_textureUnloaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "currentCustomRenderTextures", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetAllCustomRenderTextures", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_updateTriggered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_updateTriggered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_initializeTriggered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_initializeTriggered", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomRenderTextureManager", - "comment": "Custom Render Texture Manager.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.CullingGroup.StateChanged", - "name": "onStateChanged", - "comment": "Sets the callback that will be called when a sphere's visibility and/or distance state has changed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Pauses culling group execution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "targetCamera", - "comment": "Locks the CullingGroup to a specific camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a CullingGroup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Clean up all memory used by the CullingGroup immediately.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "array", "typeName": "UnityEngine.BoundingSphere[]" } - ], - "isStatic": false, - "name": "SetBoundingSpheres", - "comment": "Sets the array of bounding sphere definitions that the CullingGroup should compute culling for.\n\n```plaintext\nParams: array - The BoundingSpheres to cull.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "SetBoundingSphereCount", - "comment": "Sets the number of bounding spheres in the bounding spheres array that are actually being used.\n\n```plaintext\nParams: count - The number of bounding spheres being used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "EraseSwapBack", - "comment": "Erase a given bounding sphere by moving the final sphere on top of it.\n\n```plaintext\nParams: index - The index of the entry to erase.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "myArray", "typeName": "T[]" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "EraseSwapBack", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "visible", "typeName": "bool" }, - { "name": "result", "typeName": "int[]" }, - { "name": "firstIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "QueryIndices", - "comment": "The number of sphere indices found and written into the result array.\n\n```plaintext\nParams: visible - True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved.\n distanceIndex - The distance band that retrieved spheres must be in.\n result - An array that will be filled with the retrieved sphere indices.\n firstIndex - The index of the sphere to begin searching at.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "distanceIndex", "typeName": "int" }, - { "name": "result", "typeName": "int[]" }, - { "name": "firstIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "QueryIndices", - "comment": "The number of sphere indices found and written into the result array.\n\n```plaintext\nParams: visible - True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved.\n distanceIndex - The distance band that retrieved spheres must be in.\n result - An array that will be filled with the retrieved sphere indices.\n firstIndex - The index of the sphere to begin searching at.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "visible", "typeName": "bool" }, - { "name": "distanceIndex", "typeName": "int" }, - { "name": "result", "typeName": "int[]" }, - { "name": "firstIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "QueryIndices", - "comment": "The number of sphere indices found and written into the result array.\n\n```plaintext\nParams: visible - True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved.\n distanceIndex - The distance band that retrieved spheres must be in.\n result - An array that will be filled with the retrieved sphere indices.\n firstIndex - The index of the sphere to begin searching at.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "IsVisible", - "comment": "True if the sphere is visible; false if it is invisible.\n\n```plaintext\nParams: index - The index of the bounding sphere.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetDistance", - "comment": "The sphere's current distance band index.\n\n```plaintext\nParams: index - The index of the sphere.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "distances", "typeName": "float[]" }], - "isStatic": false, - "name": "SetBoundingDistances", - "comment": "Set bounding distances for 'distance bands' the group should compute, as well as options for how spheres falling into each distance band should be treated.\n\n```plaintext\nParams: distances - An array of bounding distances. The distances should be sorted in increasing order.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SetDistanceReferencePoint", - "comment": "Set the reference point from which distance bands are measured.\n\n```plaintext\nParams: point - A fixed point to measure the distance from.\n transform - A transform to measure the distance from. The transform's position will be automatically tracked.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "SetDistanceReferencePoint", - "comment": "Set the reference point from which distance bands are measured.\n\n```plaintext\nParams: point - A fixed point to measure the distance from.\n transform - A transform to measure the distance from. The transform's position will be automatically tracked.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CullingGroup", - "comment": "Describes a set of bounding spheres that should have their visibility and distances maintained.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Display[]", - "name": "displays", - "comment": "The list of currently connected displays.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderingWidth", - "comment": "Horizontal resolution that the display is rendering at.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderingHeight", - "comment": "Vertical resolution that the display is rendering at.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "systemWidth", - "comment": "Horizontal native display resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "systemHeight", - "comment": "Vertical native display resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "colorBuffer", - "comment": "Color RenderBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "depthBuffer", - "comment": "Depth RenderBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "active", - "comment": "Gets the state of the display and returns true if the display is active and false if otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "requiresBlitToBackbuffer", - "comment": "True when the back buffer requires an intermediate texture to render.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "requiresSrgbBlitToBackbuffer", - "comment": "True when doing a blit to the back buffer requires manual color space conversion.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Display", - "name": "main", - "comment": "Main Display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "activeEditorGameViewTarget", - "comment": "Get the Editors active GameView display target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Display.DisplaysUpdatedDelegate", - "name": "onDisplaysUpdated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Activate", - "comment": "Activate an external display. Eg. Secondary Monitors connected to the System.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "refreshRate", "typeName": "int" } - ], - "isStatic": false, - "name": "Activate", - "comment": "This overloaded function available for Windows allows specifying desired Window Width, Height and Refresh Rate.\n\n```plaintext\nParams: width - Desired Width of the Window (for Windows only. On Linux and Mac uses Screen Width).\n height - Desired Height of the Window (for Windows only. On Linux and Mac uses Screen Height).\n refreshRate - Desired Refresh Rate.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "SetParams", - "comment": "Set rendering size and position on screen (Windows only).\n\n```plaintext\nParams: width - Change Window Width (Windows Only).\n height - Change Window Height (Windows Only).\n x - Change Window Position X (Windows Only).\n y - Change Window Position Y (Windows Only).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "w", "typeName": "int" }, - { "name": "h", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderingResolution", - "comment": "Sets rendering resolution for the display.\n\n```plaintext\nParams: w - Rendering width in pixels.\n h - Rendering height in pixels.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "MultiDisplayLicense", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "inputMouseCoordinates", - "typeName": "UnityEngine.Vector3" - } - ], - "isStatic": true, - "name": "RelativeMouseAt", - "comment": "Query relative mouse coordinates.\n\n```plaintext\nParams: inputMouseCoordinates - Mouse Input Position as Coordinates.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Display.DisplaysUpdatedDelegate" - } - ], - "isStatic": true, - "name": "add_onDisplaysUpdated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Display.DisplaysUpdatedDelegate" - } - ], - "isStatic": true, - "name": "remove_onDisplaysUpdated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Display", - "comment": "Provides access to a display / screen for rendering operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "inputCount", "typeName": "int" } - ], - "isStatic": false, - "name": "CreateLayerMixer", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ILayerable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DisplaysUpdatedDelegate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "FlareLayer", - "comment": "FlareLayer component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FullScreenMode", - "name": "ExclusiveFullScreen", - "comment": "Exclusive Mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMode", - "name": "FullScreenWindow", - "comment": "Fullscreen window.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMode", - "name": "MaximizedWindow", - "comment": "Maximized window.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMode", - "name": "Windowed", - "comment": "Windowed.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FullScreenMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FullScreenMode", - "comment": "Platform agnostic fullscreen mode. Not all platforms support all modes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeType", - "name": "type", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "The size of the box area in which reflections will be applied to the objects. Measured in the probes's local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the box area in which reflections will be applied to the objects. Measured in the probes's local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "nearClipPlane", - "comment": "The near clipping plane distance when rendering the probe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "farClipPlane", - "comment": "The far clipping plane distance when rendering the probe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "intensity", - "comment": "The intensity modifier that is applied to the texture of reflection probe in the shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "The bounding volume of the reflection probe (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hdr", - "comment": "Should this reflection probe use HDR rendering?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "renderDynamicObjects", - "comment": "Specifies whether Unity should render non-static GameObjects into the Reflection Probe. If you set this to true, Unity renders non-static GameObjects into the Reflection Probe. If you set this to false, Unity does not render non-static GameObjects into the Reflection Probe. Unity only takes this property into account if the Reflection Probe's Type is Custom.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowDistance", - "comment": "Shadow drawing distance when rendering the probe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "resolution", - "comment": "Resolution of the underlying reflection texture in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingMask", - "comment": "This is used to render parts of the reflecion probe's surrounding selectively.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", - "name": "clearFlags", - "comment": "How the reflection probe clears the background.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "backgroundColor", - "comment": "The color with which the texture of reflection probe will be cleared.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "blendDistance", - "comment": "Distance around probe used for blending (used in deferred probes).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "boxProjection", - "comment": "Should this reflection probe use box projection?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeMode", - "name": "mode", - "comment": "Should reflection probe texture be generated in the Editor (ReflectionProbeMode.Baked) or should probe use custom specified texure (ReflectionProbeMode.Custom)?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "importance", - "comment": "Reflection probe importance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", - "name": "refreshMode", - "comment": "Sets the way the probe will refresh.\n\nSee Also: ReflectionProbeRefreshMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", - "name": "timeSlicingMode", - "comment": "Sets this probe time-slicing mode\n\nSee Also: ReflectionProbeTimeSlicingMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "bakedTexture", - "comment": "Reference to the baked texture of the reflection probe's surrounding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "customBakedTexture", - "comment": "Reference to the baked texture of the reflection probe's surrounding. Use this to assign custom reflection texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "realtimeTexture", - "comment": "Reference to the realtime texture of the reflection probe's surroundings. Use this to assign a RenderTexture to use for realtime reflection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "Texture which is passed to the shader of the objects in the vicinity of the reflection probe (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "textureHDRDecodeValues", - "comment": "HDR decode values of the reflection probe texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "minBakedCubemapResolution", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxBakedCubemapResolution", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "defaultTextureHDRDecodeValues", - "comment": "HDR decode values of the default reflection probe texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "defaultTexture", - "comment": "Texture which is used outside of all reflection probes (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "reflectionProbeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "defaultReflectionSet", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Revert all ReflectionProbe parameters to default.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "RenderProbe", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "targetTexture", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": "RenderProbe", - "comment": "An integer representing a RenderID which can subsequently be used to check if the probe has finished rendering while rendering in time-slice mode.\n\n See Also: IsFinishedRendering\n See Also: timeSlicingMode\n\n```plaintext\nParams: targetTexture - Target RendeTexture in which rendering should be done. Specifying null will update the probe's default texture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "renderId", "typeName": "int" }], - "isStatic": false, - "name": "IsFinishedRendering", - "comment": "True if the render has finished, false otherwise.\n\n See Also: timeSlicingMode\n\n```plaintext\nParams: renderId - An integer representing the RenderID as returned by the RenderProbe method.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "dst", "typeName": "UnityEngine.Texture" }, - { "name": "blend", "typeName": "float" }, - { "name": "target", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": true, - "name": "BlendCubemap", - "comment": "Returns trues if cubemaps were blended, false otherwise.\n\n```plaintext\nParams: src - Cubemap to blend from.\n dst - Cubemap to blend to.\n blend - Blend weight.\n target - RenderTexture which will hold the result of the blend.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_reflectionProbeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_reflectionProbeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_defaultReflectionSet", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_defaultReflectionSet", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbe", - "comment": "The reflection probe is used to capture the surroundings into a texture which is passed to the shaders and used for reflections.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "NeverSleep", - "comment": "Prevent screen dimming.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "SystemSetting", - "comment": "Set the sleep timeout to whatever the user has specified in the system settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SleepTimeout", - "comment": "Constants for special values of Screen.sleepTimeout.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", - "name": "Active", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", - "name": "Inactive", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", - "name": "Revert", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "PostPlaybackState", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ReflectionProbe.ReflectionProbeEvent", - "name": "ReflectionProbeAdded", - "comment": "An event that occurs when a Reflection Probe component is added to a Scene or enabled in a Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ReflectionProbe.ReflectionProbeEvent", - "name": "ReflectionProbeRemoved", - "comment": "An event that occurs when a Reflection Probe component is unloaded from a Scene or disabled in a Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ReflectionProbe.ReflectionProbeEvent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeEvent", - "comment": "Types of events that occur when ReflectionProbe components are used in a Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "width", - "comment": "The current width of the screen window in pixels (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "The current height of the screen window in pixels (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "dpi", - "comment": "The current DPI of the screen / device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Resolution", - "name": "currentResolution", - "comment": "The current screen resolution (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Resolution[]", - "name": "resolutions", - "comment": "Returns all full-screen resolutions that the monitor supports (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "fullScreen", - "comment": "Enables full-screen mode for the application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMode", - "name": "fullScreenMode", - "comment": "Set this property to one of the values in FullScreenMode to change the display mode of your application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "safeArea", - "comment": "Returns the safe area of the screen in pixels (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect[]", - "name": "cutouts", - "comment": "Returns a list of screen areas that are not functional for displaying content (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autorotateToPortrait", - "comment": "Enables auto-rotation to portrait.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autorotateToPortraitUpsideDown", - "comment": "Enables auto-rotation to portrait, upside down.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autorotateToLandscapeLeft", - "comment": "Enables auto-rotation to landscape left\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autorotateToLandscapeRight", - "comment": "Enables auto-rotation to landscape right.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "orientation", - "comment": "Specifies logical orientation of the screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sleepTimeout", - "comment": "A power saving setting, allowing the screen to dim some time after the last active user interaction.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "brightness", - "comment": "The current brightness of the screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Resolution[]", - "name": "GetResolution", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "showCursor", - "comment": "Should the cursor be visible?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "lockCursor", - "comment": "Enable cursor locking\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "fullscreenMode", - "typeName": "UnityEngine.FullScreenMode" - }, - { "name": "preferredRefreshRate", "typeName": "int" } - ], - "isStatic": true, - "name": "SetResolution", - "comment": "Switches the screen resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "fullscreenMode", - "typeName": "UnityEngine.FullScreenMode" - } - ], - "isStatic": true, - "name": "SetResolution", - "comment": "Switches the screen resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "fullscreen", "typeName": "bool" }, - { "name": "preferredRefreshRate", "typeName": "int" } - ], - "isStatic": true, - "name": "SetResolution", - "comment": "Switches the screen resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "fullscreen", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetResolution", - "comment": "Switches the screen resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Screen", - "comment": "Provides access to display information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": ["IPlayableAsset", "IPlayableBehaviour"], - "fields": [ - { - "typeName": "double", - "name": "duration", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "outputs", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStart", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStop", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableCreate", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableDestroy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, - { "name": "playerData", "typeName": "object" } - ], - "isStatic": false, - "name": "ProcessFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "owner", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "CreatePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "BasicPlayableBehaviour", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeRenderBufferPtr", - "comment": "Returns native RenderBuffer. Be warned this is not native Texture, but rather pointer to unity struct that can be used with native unity API. Currently such API exists only on iOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderBuffer", - "comment": "Color or depth buffer part of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableBehaviour", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.PlayableDirector", - "name": "director", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableDestroy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, - { "name": "playerData", "typeName": "object" } - ], - "isStatic": false, - "name": "ProcessFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "DirectorControlPlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ComputeBufferMode", - "name": "Immutable", - "comment": "Static buffer, only initial upload allowed by the CPU\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferMode", - "name": "Dynamic", - "comment": "Dynamic buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferMode", - "name": "Circular", - "comment": "Legacy mode, do not use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferMode", - "name": "StreamOut", - "comment": "Stream Out / Transform Feedback output buffer. Internal use only.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferMode", - "name": "SubUpdates", - "comment": "Dynamic, unsynchronized access to the buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ComputeBufferMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ComputeBufferMode", - "comment": "Intended usage of the buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "time", "typeName": "double" }], - "isStatic": false, - "name": "SetTime", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnControlTimeStart", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnControlTimeStop", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ITimeControl", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ColorGamut", - "name": "activeColorGamut", - "comment": "Returns the currently active color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsTier", - "name": "activeTier", - "comment": "The GraphicsTier for the current device.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "preserveFramebufferAlpha", - "comment": "True when rendering over native UI is enabled in Player Settings (readonly).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "minOpenGLESVersion", - "comment": "The minimum OpenGL ES version. The value is specified in PlayerSettings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "activeColorBuffer", - "comment": "Currently active color buffer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "activeDepthBuffer", - "comment": "Currently active depth/stencil buffer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "deviceName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "deviceVendor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "deviceVersion", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearRandomWriteTargets", - "comment": "Clear random write targets for level pixel shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": true, - "name": "ExecuteCommandBuffer", - "comment": "Execute a command buffer.\n\n```plaintext\nParams: buffer - The buffer to execute.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "queueType", - "typeName": "UnityEngine.Rendering.ComputeQueueType" - } - ], - "isStatic": true, - "name": "ExecuteCommandBufferAsync", - "comment": "Executes a command buffer on an async compute queue with the queue selected based on the ComputeQueueType parameter passed.\n\n```plaintext\nParams: buffer - The CommandBuffer to be executed.\n queueType - Describes the desired async compute queue the supplied CommandBuffer should be executed on.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colorBuffers", - "typeName": "UnityEngine.RenderBuffer[]" - }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "setup", "typeName": "UnityEngine.RenderTargetSetup" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "uav", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": true, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n uav - Buffer or texture to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "uav", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "preserveCounterValue", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n uav - Buffer or texture to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "uav", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "preserveCounterValue", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n uav - Buffer or texture to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "dst", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "CopyTexture", - "comment": "Copy texture contents.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "srcElement", "typeName": "int" }, - { "name": "dst", "typeName": "UnityEngine.Texture" }, - { "name": "dstElement", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "srcElement", "typeName": "int" }, - { "name": "srcMip", "typeName": "int" }, - { "name": "dst", "typeName": "UnityEngine.Texture" }, - { "name": "dstElement", "typeName": "int" }, - { "name": "dstMip", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyTexture", - "comment": "Copy texture contents.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "srcElement", "typeName": "int" }, - { "name": "srcMip", "typeName": "int" }, - { "name": "srcX", "typeName": "int" }, - { "name": "srcY", "typeName": "int" }, - { "name": "srcWidth", "typeName": "int" }, - { "name": "srcHeight", "typeName": "int" }, - { "name": "dst", "typeName": "UnityEngine.Texture" }, - { "name": "dstElement", "typeName": "int" }, - { "name": "dstMip", "typeName": "int" }, - { "name": "dstX", "typeName": "int" }, - { "name": "dstY", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyTexture", - "comment": "Copy texture contents.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "dst", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "ConvertTexture", - "comment": "True if the call succeeded.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "srcElement", "typeName": "int" }, - { "name": "dst", "typeName": "UnityEngine.Texture" }, - { "name": "dstElement", "typeName": "int" } - ], - "isStatic": true, - "name": "ConvertTexture", - "comment": "True if the call succeeded.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFence", - "params": [ - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": true, - "name": "CreateAsyncGraphicsFence", - "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFence", - "params": [], - "isStatic": true, - "name": "CreateAsyncGraphicsFence", - "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFence", - "params": [ - { - "name": "fenceType", - "typeName": "UnityEngine.Rendering.GraphicsFenceType" - }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags" - } - ], - "isStatic": true, - "name": "CreateGraphicsFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fence", - "typeName": "UnityEngine.Rendering.GraphicsFence" - } - ], - "isStatic": true, - "name": "WaitOnAsyncGraphicsFence", - "comment": "Instructs the GPU's processing of the graphics queue to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fence", - "typeName": "UnityEngine.Rendering.GraphicsFence" - }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": true, - "name": "WaitOnAsyncGraphicsFence", - "comment": "Instructs the GPU's processing of the graphics queue to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMeshNow", - "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMeshNow", - "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "DrawMeshNow", - "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "DrawMeshNow", - "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "castShadows", "typeName": "bool" }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "useLightProbes", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, - { "name": "useLightProbes", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "castShadows", "typeName": "bool" }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "useLightProbes", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - }, - { - "name": "lightProbeProxyVolume", - "typeName": "UnityEngine.LightProbeProxyVolume" - } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - }, - { - "name": "lightProbeProxyVolume", - "typeName": "UnityEngine.LightProbeProxyVolume" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "Draws the same mesh multiple times using GPU instancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the Meshes should cast shadows.\n receiveShadows - Determines whether the Meshes should receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - }, - { - "name": "lightProbeProxyVolume", - "typeName": "UnityEngine.LightProbeProxyVolume" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - }, - { - "name": "lightProbeProxyVolume", - "typeName": "UnityEngine.LightProbeProxyVolume" - } - ], - "isStatic": true, - "name": "DrawMeshInstancedProcedural", - "comment": "Draws the same mesh multiple times using GPU instancing.\nThis is similar to Graphics.DrawMeshInstancedIndirect, except that when the instance count is known from script, it can be supplied directly using this method, rather than via a ComputeBuffer.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n count - The number of instances to be drawn.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the Meshes should cast shadows.\n receiveShadows - Determines whether the Meshes should receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - }, - { - "name": "lightProbeProxyVolume", - "typeName": "UnityEngine.LightProbeProxyVolume" - } - ], - "isStatic": true, - "name": "DrawMeshInstancedIndirect", - "comment": "Draws the same mesh multiple times using GPU instancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - }, - { - "name": "lightProbeProxyVolume", - "typeName": "UnityEngine.LightProbeProxyVolume" - } - ], - "isStatic": true, - "name": "DrawMeshInstancedIndirect", - "comment": "Draws the same mesh multiple times using GPU instancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "vertexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralNow", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "indexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralNow", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirectNow", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirectNow", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirectNow", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirectNow", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "vertexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProcedural", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n instanceCount - Instance count to render.\n vertexCount - Vertex count to render.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "indexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProcedural", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n instanceCount - Instance count to render.\n indexCount - Index count to render.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirect", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirect", - "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "sourceDepthSlice", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" }, - { "name": "sourceDepthSlice", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": true, - "name": "Blit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "Blit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": true, - "name": "Blit", - "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "Blit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "offsets", "typeName": "UnityEngine.Vector2[]" } - ], - "isStatic": true, - "name": "BlitMultiTap", - "comment": "Copies source texture into destination, for multi-tap shader.\n\n```plaintext\nParams: source - Source texture.\n dest - Destination RenderTexture, or null to blit directly to screen.\n mat - Material to use for copying. Material's shader should do some post-processing effect.\n offsets - Variable number of filtering offsets. Offsets are given in pixels.\n destDepthSlice - The texture array destination slice to blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "destDepthSlice", "typeName": "int" }, - { "name": "offsets", "typeName": "UnityEngine.Vector2[]" } - ], - "isStatic": true, - "name": "BlitMultiTap", - "comment": "Copies source texture into destination, for multi-tap shader.\n\n```plaintext\nParams: source - Source texture.\n dest - Destination RenderTexture, or null to blit directly to screen.\n mat - Material to use for copying. Material's shader should do some post-processing effect.\n offsets - Variable number of filtering offsets. Offsets are given in pixels.\n destDepthSlice - The texture array destination slice to blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "vertexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProcedural", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawProceduralIndirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GPUFence", - "params": [ - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": true, - "name": "CreateGPUFence", - "comment": "This functionality is deprecated, and should no longer be used. Please use Graphics.CreateGraphicsFence.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": true, - "name": "WaitOnGPUFence", - "comment": "This functionality is deprecated, and should no longer be used. Please use Graphics.WaitOnAsyncGraphicsFence.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GPUFence", - "params": [], - "isStatic": true, - "name": "CreateGPUFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" } - ], - "isStatic": true, - "name": "WaitOnGPUFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "castShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "castShadows", "typeName": "bool" }, - { "name": "receiveShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "probeAnchor", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "castShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "castShadows", "typeName": "bool" }, - { "name": "receiveShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "probeAnchor", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, - { "name": "useLightProbes", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "submeshIndex", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - } - ], - "isStatic": true, - "name": "DrawMesh", - "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "matrices", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - } - ], - "isStatic": true, - "name": "DrawMeshInstanced", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - } - ], - "isStatic": true, - "name": "DrawMeshInstancedIndirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "layer", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "lightProbeUsage", - "typeName": "UnityEngine.Rendering.LightProbeUsage" - } - ], - "isStatic": true, - "name": "DrawMeshInstancedIndirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "leftBorder", "typeName": "int" }, - { "name": "rightBorder", "typeName": "int" }, - { "name": "topBorder", "typeName": "int" }, - { "name": "bottomBorder", "typeName": "int" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRect", "typeName": "UnityEngine.Rect" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "DrawTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rt", "typeName": "UnityEngine.RenderTexture" }], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": true, - "name": "SetRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "uav", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": true, - "name": "SetRandomWriteTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "uav", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": true, - "name": "SetRandomWriteTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Graphics", - "comment": "Raw interface to Unity's drawing functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.NotificationFlags", - "name": "TriggerInEditMode", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.NotificationFlags", - "name": "Retroactive", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.NotificationFlags", - "name": "TriggerOnce", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.NotificationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "NotificationFlags", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "TRIANGLES", - "comment": "Mode for Begin: draw triangles.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "TRIANGLE_STRIP", - "comment": "Mode for Begin: draw triangle strip.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "QUADS", - "comment": "Mode for Begin: draw quads.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "LINES", - "comment": "Mode for Begin: draw lines.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "LINE_STRIP", - "comment": "Mode for Begin: draw line strip.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "wireframe", - "comment": "Should rendering be done in wireframe?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "sRGBWrite", - "comment": "Controls whether Linear-to-sRGB color conversion is performed while rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "invertCulling", - "comment": "Select whether to invert the backface culling (true) or not (false).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "modelview", - "comment": "Gets or sets the modelview matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": true, - "name": "Vertex3", - "comment": "Submit a vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Vertex", - "comment": "Submit a vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": true, - "name": "TexCoord3", - "comment": "Sets current texture coordinate (x,y,z) for all texture units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "TexCoord", - "comment": "Sets current texture coordinate (v.x,v.y,v.z) for all texture units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "TexCoord2", - "comment": "Sets current texture coordinate (x,y) for all texture units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "unit", "typeName": "int" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": true, - "name": "MultiTexCoord3", - "comment": "Sets current texture coordinate (x,y,z) to the actual texture unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "unit", "typeName": "int" }, - { "name": "v", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "MultiTexCoord", - "comment": "Sets current texture coordinate (v.x,v.y,v.z) to the actual texture unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "unit", "typeName": "int" }, - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "MultiTexCoord2", - "comment": "Sets current texture coordinate (x,y) for the actual texture unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "Color", - "comment": "Sets current vertex color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Flush", - "comment": "Sends queued-up commands in the driver's command buffer to the GPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "RenderTargetBarrier", - "comment": "Resolves the render target for subsequent operations sampling from it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": true, - "name": "MultMatrix", - "comment": "Sets the current model matrix to the one specified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "eventID", "typeName": "int" }], - "isStatic": true, - "name": "IssuePluginEvent", - "comment": "Send a user-defined event to a native code plugin.\n\n```plaintext\nParams: eventID - User defined id to send to the callback.\n callback - Native code callback to queue for Unity's renderer to invoke.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "revertBackFaces", "typeName": "bool" }], - "isStatic": true, - "name": "SetRevertBackfacing", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PushMatrix", - "comment": "Saves the model, view and projection matrices to the top of the matrix stack.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PopMatrix", - "comment": "Restores the model, view and projection matrices off the top of the matrix stack.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "LoadIdentity", - "comment": "Load an identity into the current model and view matrices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "LoadOrtho", - "comment": "Helper function to set up an orthograhic projection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "LoadPixelMatrix", - "comment": "Setup a matrix for pixel-correct rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mat", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": true, - "name": "LoadProjectionMatrix", - "comment": "Load an arbitrary matrix to the current projection matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "InvalidateState", - "comment": "Invalidate the internally cached render state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "proj", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "renderIntoTexture", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetGPUProjectionMatrix", - "comment": "Adjusted projection matrix for the current graphics API.\n\n```plaintext\nParams: proj - Source projection matrix.\n renderIntoTexture - Will this projection be used for rendering into a RenderTexture?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "top", "typeName": "float" } - ], - "isStatic": true, - "name": "LoadPixelMatrix", - "comment": "Setup a matrix for pixel-correct rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "eventID", "typeName": "int" } - ], - "isStatic": true, - "name": "IssuePluginEvent", - "comment": "Send a user-defined event to a native code plugin.\n\n```plaintext\nParams: eventID - User defined id to send to the callback.\n callback - Native code callback to queue for Unity's renderer to invoke.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mode", "typeName": "int" }], - "isStatic": true, - "name": "Begin", - "comment": "Begin drawing 3D primitives.\n\n```plaintext\nParams: mode - Primitives to draw: can be TRIANGLES, TRIANGLE_STRIP, QUADS or LINES.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "End", - "comment": "End drawing 3D primitives.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clearDepth", "typeName": "bool" }, - { "name": "clearColor", "typeName": "bool" }, - { "name": "backgroundColor", "typeName": "UnityEngine.Color" }, - { "name": "depth", "typeName": "float" } - ], - "isStatic": true, - "name": "Clear", - "comment": "Clear the current render buffer.\n\n```plaintext\nParams: clearDepth - Should the depth buffer be cleared?\n clearColor - Should the color buffer be cleared?\n backgroundColor - The color to clear with, used only if clearColor is true.\n depth - The depth to clear the z-buffer with, used only if clearDepth is true. The valid\nrange is from 0 (near plane) to 1 (far plane). The value is graphics API agnostic: the abstraction layer will convert\nthe value to match the convention of the current graphics API.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clearDepth", "typeName": "bool" }, - { "name": "clearColor", "typeName": "bool" }, - { "name": "backgroundColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "Clear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pixelRect", "typeName": "UnityEngine.Rect" }], - "isStatic": true, - "name": "Viewport", - "comment": "Set the rendering viewport.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clearDepth", "typeName": "bool" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "ClearWithSkybox", - "comment": "Clear the current render buffer with camera's skybox.\n\n```plaintext\nParams: clearDepth - Should the depth buffer be cleared?\n camera - Camera to get projection parameters and skybox from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GL", - "comment": "Low-level graphics library.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableBehaviour", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystem", - "name": "particleSystem", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "component", "typeName": "UnityEngine.ParticleSystem" }, - { "name": "randomSeed", "typeName": "uint" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, - { "name": "randomSeed", "typeName": "uint" } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableDestroy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "data", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "ParticleControlPlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "widthScaleFactor", - "comment": "Width scale factor to control dynamic resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "heightScaleFactor", - "comment": "Height scale factor to control dynamic resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "widthScale", "typeName": "float" }, - { "name": "heightScale", "typeName": "float" } - ], - "isStatic": true, - "name": "ResizeBuffers", - "comment": "Function to resize all buffers marked as DynamicallyScalable.\n\n```plaintext\nParams: widthScale - New scale factor for the width the ScalableBufferManager will use to resize all render textures the user marked as DynamicallyScalable, has to be some value greater than 0.0 and less than or equal to 1.0.\n heightScale - New scale factor for the height the ScalableBufferManager will use to resize all render textures the user marked as DynamicallyScalable, has to be some value greater than 0.0 and less than or equal to 1.0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScalableBufferManager", - "comment": "Scales render textures to support dynamic resolution if the target platform/graphics API supports it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableBehaviour", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "prefabInstance", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "prefabGameObject", - "typeName": "UnityEngine.GameObject" - }, - { "name": "parentTransform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "prefabGameObject", - "typeName": "UnityEngine.GameObject" - }, - { "name": "parentTransform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnPlayableDestroy", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "PrefabControlPlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ulong", - "name": "cpuTimePresentCalled", - "comment": "This is the CPU clock time at the point Present was called for the current frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "cpuFrameTime", - "comment": "The CPU time for a given frame, in ms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "cpuTimeFrameComplete", - "comment": "This is the CPU clock time at the point GPU finished rendering the frame and interrupted the CPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "gpuFrameTime", - "comment": "The GPU time for a given frame, in ms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "heightScale", - "comment": "This was the height scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "widthScale", - "comment": "This was the width scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "syncInterval", - "comment": "This was the vsync mode for the given frame and the linked frame timings.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FrameTiming", - "comment": "Struct containing basic FrameTimings and accompanying relevant data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableBehaviour", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "timeControl", - "typeName": "UnityEngine.Timeline.ITimeControl" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "timeControl", - "typeName": "UnityEngine.Timeline.ITimeControl" - } - ], - "isStatic": false, - "name": "Initialize", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPlay", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TimeControlPlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CaptureFrameTimings", - "comment": "This function triggers the FrameTimingManager to capture a snapshot of FrameTiming's data, that can then be accessed by the user.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "numFrames", "typeName": "uint" }, - { "name": "timings", "typeName": "UnityEngine.FrameTiming[]" } - ], - "isStatic": true, - "name": "GetLatestTimings", - "comment": "Returns the number of FrameTimings it actually was able to get. This will always be equal to or less than the requested numFrames depending on availability of captured FrameTimings.\n\n```plaintext\nParams: numFrames - User supplies a desired number of frames they would like FrameTimings for. This should be equal to or less than the maximum FrameTimings the platform can capture.\n timings - An array of FrameTiming structs that is passed in by the user and will be filled with data as requested. It is the users job to make sure the array that is passed is large enough to hold the requested number of FrameTimings.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": true, - "name": "GetVSyncsPerSecond", - "comment": "Number of vsyncs per second of the current platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt64", - "params": [], - "isStatic": true, - "name": "GetGpuTimerFrequency", - "comment": "GPU timer frequency for current platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt64", - "params": [], - "isStatic": true, - "name": "GetCpuTimerFrequency", - "comment": "CPU timer frequency for current platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FrameTimingManager", - "comment": "The FrameTimingManager allows the user to capture and access FrameTiming data for multple frames.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableBehaviour", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [ - { - "typeName": "UnityEngine.Playables.Playable", - "name": "timeSource", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "duration", "typeName": "double" }, - { - "name": "loopMode", - "typeName": "UnityEngine.Playables.DirectorWrapMode" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "time", "typeName": "double" }, - { - "name": "payload", - "typeName": "UnityEngine.Playables.INotification" - }, - { - "name": "flags", - "typeName": "UnityEngine.Timeline.NotificationFlags" - } - ], - "isStatic": false, - "name": "AddNotification", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": false, - "name": "OnGraphStart", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "OnBehaviourPause", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TimeNotificationBehaviour", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "lightmapLight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "lightmapColor", - "comment": "Lightmap storing color of incoming light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "lightmapDir", - "comment": "Lightmap storing dominant direction of incoming light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "shadowMask", - "comment": "Texture storing occlusion mask per light (ShadowMask, up to four lights).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "lightmap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "lightmapFar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "lightmapNear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmapData", - "comment": "Data of a lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.LightmapData[]", - "name": "lightmaps", - "comment": "Lightmap array.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "lightmapsMode", - "comment": "NonDirectional or CombinedDirectional Specular lightmaps rendering mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbes", - "name": "lightProbes", - "comment": "Baked Light Probe data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsModeLegacy", - "name": "lightmapsModeLegacy", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorSpace", - "name": "bakedColorSpace", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "LightmapSettings", - "comment": "Stores lightmaps of the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RenderBuffer[]", - "name": "color", - "comment": "Color Buffers to set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "depth", - "comment": "Depth Buffer to set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "mipLevel", - "comment": "Mip Level to render to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "cubemapFace", - "comment": "Cubemap face to render to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "depthSlice", - "comment": "Slice of a Texture3D or Texture2DArray to set as a render target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]", - "name": "colorLoad", - "comment": "Load Actions for Color Buffers. It will override any actions set on RenderBuffers themselves.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]", - "name": "colorStore", - "comment": "Store Actions for Color Buffers. It will override any actions set on RenderBuffers themselves.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "name": "depthLoad", - "comment": "Load Action for Depth Buffer. It will override any actions set on RenderBuffer itself.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "depthStore", - "comment": "Store Actions for Depth Buffer. It will override any actions set on RenderBuffer itself.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mip", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { - "name": "colorLoad", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]" - }, - { - "name": "colorStore", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]" - }, - { - "name": "depthLoad", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStore", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, - { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mip", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTargetSetup", - "comment": "Fully describes setup of RenderTarget.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3[]", - "name": "positions", - "comment": "Positions of the baked light probes (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]", - "name": "bakedProbes", - "comment": "Coefficients of baked light probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "count", - "comment": "The number of light probes (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cellCount", - "comment": "The number of cells space is divided into (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float[]", - "name": "coefficients", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "tetrahedralizationCompleted", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "needsRetetrahedralization", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_tetrahedralizationCompleted", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_tetrahedralizationCompleted", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_needsRetetrahedralization", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_needsRetetrahedralization", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Tetrahedralize", - "comment": "Synchronously tetrahedralize the currently loaded LightProbe positions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "TetrahedralizeAsync", - "comment": "Asynchronously tetrahedralize the currently loaded LightProbe positions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { - "name": "probe", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - } - ], - "isStatic": true, - "name": "GetInterpolatedProbe", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" }, - { - "name": "lightProbes", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]" - }, - { "name": "occlusionProbes", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": true, - "name": "CalculateInterpolatedLightAndOcclusionProbes", - "comment": "Calculate light probes and occlusion probes at the given world space positions.\n\n```plaintext\nParams: positions - The array of world space positions used to evaluate the probes.\n lightProbes - The array where the resulting light probes are written to.\n occlusionProbes - The array where the resulting occlusion probes are written to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "lightProbes", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "occlusionProbes", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "CalculateInterpolatedLightAndOcclusionProbes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "coefficients", "typeName": "float[]" } - ], - "isStatic": false, - "name": "GetInterpolatedLightProbe", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightProbes", - "comment": "Stores light probe data for all currently loaded Scenes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.QualityLevel", - "name": "currentLevel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "pixelLightCount", - "comment": "The maximum number of pixel lights that should affect any object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowQuality", - "name": "shadows", - "comment": "Realtime Shadows type to be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowProjection", - "name": "shadowProjection", - "comment": "Directional light shadow projection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "shadowCascades", - "comment": "Number of cascades to use for directional light shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowDistance", - "comment": "Shadow drawing distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowResolution", - "name": "shadowResolution", - "comment": "The default resolution of the shadow maps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowmaskMode", - "name": "shadowmaskMode", - "comment": "The rendering mode of Shadowmask.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowNearPlaneOffset", - "comment": "Offset shadow frustum near plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowCascade2Split", - "comment": "The normalized cascade distribution for a 2 cascade setup. The value defines the position of the cascade with respect to Zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "shadowCascade4Split", - "comment": "The normalized cascade start position for a 4 cascade setup. Each member of the vector defines the normalized position of the coresponding cascade with respect to Zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "lodBias", - "comment": "Global multiplier for the LOD's switching distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AnisotropicFiltering", - "name": "anisotropicFiltering", - "comment": "Global anisotropic filtering mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "masterTextureLimit", - "comment": "A texture size limit applied to most textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maximumLODLevel", - "comment": "A maximum LOD level. All LOD groups.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "particleRaycastBudget", - "comment": "Budget for how many ray casts can be performed per frame for approximate collision testing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "softParticles", - "comment": "Should soft blending be used for particles?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "softVegetation", - "comment": "Use a two-pass shader for the vegetation in the terrain engine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vSyncCount", - "comment": "The VSync Count.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "antiAliasing", - "comment": "Choose the level of Multi-Sample Anti-aliasing (MSAA) that the GPU performs.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "asyncUploadTimeSlice", - "comment": "Async texture upload provides timesliced async texture upload on the render thread with tight control over memory and timeslicing. There are no allocations except for the ones which driver has to do. To read data and upload texture data a ringbuffer whose size can be controlled is re-used.\n\nUse asyncUploadTimeSlice to set the time-slice in milliseconds for asynchronous texture uploads per\nframe. Minimum value is 1 and maximum is 33.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "asyncUploadBufferSize", - "comment": "Asynchronous texture and mesh data upload provides timesliced async texture and mesh data upload on the render thread with tight control over memory and timeslicing. There are no allocations except for the ones which driver has to do. To read data and upload texture and mesh data, Unity re-uses a ringbuffer whose size can be controlled.\n\nUse asyncUploadBufferSize to set the buffer size for asynchronous texture and mesh data uploads. The size is in megabytes. The minimum value is 2 and the maximum value is 512. The buffer resizes automatically to fit the largest texture currently loading. To avoid re-sizing of the buffer, which can incur performance cost, set the value approximately to the size of biggest texture used in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "asyncUploadPersistentBuffer", - "comment": "This flag controls if the async upload pipeline's ring buffer remains allocated when there are no active loading operations.\nSet this to true, to make the ring buffer allocation persist after all upload operations have completed.\nIf you have issues with excessive memory usage, you can set this to false. This means you reduce the runtime memory footprint, but memory fragmentation can occur.\nThe default value is true.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "realtimeReflectionProbes", - "comment": "Enables realtime reflection probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "billboardsFaceCameraPosition", - "comment": "If enabled, billboards will face towards camera position rather than camera orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "resolutionScalingFixedDPIFactor", - "comment": "In resolution scaling mode, this factor is used to multiply with the target Fixed DPI specified to get the actual Fixed DPI to use for this quality setting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderPipelineAsset", - "name": "renderPipeline", - "comment": "The RenderPipelineAsset that defines the override render pipeline for the current quality level.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BlendWeights", - "name": "blendWeights", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinWeights", - "name": "skinWeights", - "comment": "The maximum number of bones per vertex that are taken into account during skinning, for all meshes in the project.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "streamingMipmapsActive", - "comment": "Enable automatic streaming of texture mipmap levels based on their distance from all active cameras.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "streamingMipmapsMemoryBudget", - "comment": "The total amount of memory to be used by streaming and non-streaming textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "streamingMipmapsRenderersPerFrame", - "comment": "The number of renderer instances that are processed each frame when calculating which texture mipmap levels should be streamed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "streamingMipmapsMaxLevelReduction", - "comment": "The maximum number of mipmap levels to discard for each texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "streamingMipmapsAddAllCameras", - "comment": "Process all enabled Cameras for texture streaming (rather than just those with StreamingController components).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "streamingMipmapsMaxFileIORequests", - "comment": "The maximum number of active texture file IO requests from the texture streaming system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxQueuedFrames", - "comment": "Maximum number of frames queued up by graphics driver.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string[]", - "name": "names", - "comment": "The indexed list of available Quality Settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorSpace", - "name": "desiredColorSpace", - "comment": "Desired color space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorSpace", - "name": "activeColorSpace", - "comment": "Active color space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "applyExpensiveChanges", "typeName": "bool" }], - "isStatic": true, - "name": "IncreaseLevel", - "comment": "Increase the current quality level.\n\n```plaintext\nParams: applyExpensiveChanges - Should expensive changes be applied (Anti-aliasing etc).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "applyExpensiveChanges", "typeName": "bool" }], - "isStatic": true, - "name": "DecreaseLevel", - "comment": "Decrease the current quality level.\n\n```plaintext\nParams: applyExpensiveChanges - Should expensive changes be applied (Anti-aliasing etc).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "SetQualityLevel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "IncreaseLevel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "DecreaseLevel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderPipelineAsset", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetRenderPipelineAssetAt", - "comment": "Returns null if the quality level does not exist, or if no asset is assigned to that quality level. Otherwise, returns the RenderPipelineAsset that defines the override render pipeline for the quality level.\n\n```plaintext\nParams: index - Index of the quality level.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetQualityLevel", - "comment": "Returns the current graphics quality level.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "applyExpensiveChanges", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetQualityLevel", - "comment": "Sets a new graphics quality level.\n\n```plaintext\nParams: index - Quality index to set.\n applyExpensiveChanges - Should expensive changes be applied (Anti-aliasing etc).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "QualitySettings", - "comment": "Script interface for.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.D3DHDRDisplayBitDepth", - "name": "D3DHDRDisplayBitDepth10", - "comment": "Unity will use R10G10B10A2 buffer format and Rec2020 primaries with ST2084 PQ encoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.D3DHDRDisplayBitDepth", - "name": "D3DHDRDisplayBitDepth16", - "comment": "Unity will use R16G16B16A16 buffer format and Rec709 primaries with linear color (no encoding).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.D3DHDRDisplayBitDepth", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "D3DHDRDisplayBitDepth", - "comment": "The type for the number of bits to be used when an HDR display is active in each color channel of swap chain buffers. The bit count also defines the method Unity uses to render content to the display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateGIMaterials", - "comment": "Schedules an update of the albedo and emissive Textures of a system that contains the Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RendererExtensions", - "comment": "Extension methods to the Renderer class, used only for the UpdateGIMaterials method used by the Global Illumination System.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.HDROutputSettings[]", - "name": "displays", - "comment": "The list of currently connected displays with possible HDR availability.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HDROutputSettings", - "name": "main", - "comment": "The HDROutputSettings for the main display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "active", - "comment": "Describes whether HDR output is currently active on the display. It is true if this is the case, and @@false@ otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "available", - "comment": "Describes whether HDR is currently available on your primary display and that you have HDR enabled in your Unity Project. It is true if this is the case, and false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "automaticHDRTonemapping", - "comment": "Describes whether Unity performs HDR tonemapping automatically.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorGamut", - "name": "displayColorGamut", - "comment": "The ColorGamut used to output to the active HDR display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "format", - "comment": "The RenderTextureFormat of the display buffer for the active HDR display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "graphicsFormat", - "comment": "The Experimental.Rendering.GraphicsFormat of the display buffer for the active HDR display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "paperWhiteNits", - "comment": "The base luminance of a white paper surface in nits or candela per square meter (cd/m2).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxFullFrameToneMapLuminance", - "comment": "Maximum input luminance at which gradation is preserved even when the entire screen is bright.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxToneMapLuminance", - "comment": "Maximum input luminance at which gradation is preserved when 10% of the screen is bright.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "minToneMapLuminance", - "comment": "Minimum input luminance at which gradation is identifiable.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "HDRModeChangeRequested", - "comment": "Describes whether the user has requested to change the HDR Output Mode. It is true if this is the case, and false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "enabled", "typeName": "bool" }], - "isStatic": false, - "name": "RequestHDRModeChange", - "comment": "Use this function to request a change in the HDR Output Mode and in the value of HDROutputSettings.active.\n\n```plaintext\nParams: enabled - Indicates whether HDR should be enabled.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "paperWhite", "typeName": "float" }], - "isStatic": true, - "name": "SetPaperWhiteInNits", - "comment": "Sets the base luminance of a white paper surface in nits or candela per square meter (cd/m2).\n\n```plaintext\nParams: paperWhite - The brightness of paper white in nits.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HDROutputSettings", - "comment": "Provides access to HDR display settings and information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ImageEffectTransformsToLDR", - "comment": "When using HDR rendering it can sometime be desirable to switch to LDR rendering during ImageEffect rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "width", - "comment": "Resolution width in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Resolution height in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "refreshRate", - "comment": "Resolution's vertical refresh rate in Hz.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "A string with the format \"width x height @ refreshRateHz\".\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Resolution", - "comment": "Represents a display resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ImageEffectAllowedInSceneView", - "comment": "Any Image Effect with this attribute can be rendered into the Scene view camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ImageEffectOpaque", - "comment": "Any Image Effect with this attribute will be rendered after opaque geometry but before transparent geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Timeline.TrackAsset", - "attribute": "", - "interfaces": [ - "IPlayableAsset", - "ISerializationCallbackReceiver", - "IPropertyPreview", - "ICurvesOwner" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "PlayableTrack", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ImageEffectAfterScale", - "comment": "Any Image Effect with this attribute will be rendered after Dynamic Resolution stage.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", - "name": "m_MediaType", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "mt", - "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackMediaType", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "inspectedType", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "bool", - "name": "allowAutoCreate", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "clipClass", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipClass", "typeName": "System.Type" }, - { "name": "allowAutoCreate", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackClipTypeAttribute", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "NotKeyableAttribute", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Timeline.TrackBindingFlags", - "name": "None", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackBindingFlags", - "name": "AllowCreateComponent", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackBindingFlags", - "name": "All", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Timeline.TrackBindingFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackBindingFlags", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "type", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "typeName": "UnityEngine.Timeline.TrackBindingFlags", - "name": "flags", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "flags", - "typeName": "UnityEngine.Timeline.TrackBindingFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TrackBindingTypeAttribute", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ImageEffectUsesCommandBuffer", - "comment": "Use this attribute when image effects are implemented using Command Buffers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv1", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.IndexFormat", - "name": "indexFormat", - "comment": "Format of the mesh index buffer data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertexBufferCount", - "comment": "Gets the number of vertex buffers present in the Mesh. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "blendShapeCount", - "comment": "Returns BlendShape count on this mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4[]", - "name": "bindposes", - "comment": "The bind poses. The bind pose at each index refers to the bone with the same index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "Returns true if the Mesh is read/write enabled, or false if it is not.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertexCount", - "comment": "Returns the number of vertices in the Mesh (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "subMeshCount", - "comment": "The number of sub-meshes inside the Mesh object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "The bounding volume of the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "vertices", - "comment": "Returns a copy of the vertex positions or assigns a new vertex positions array.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3[]", - "name": "normals", - "comment": "The normals of the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4[]", - "name": "tangents", - "comment": "The tangents of the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv", - "comment": "The texture coordinates (UVs) in the first channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv2", - "comment": "The texture coordinates (UVs) in the second channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv3", - "comment": "The texture coordinates (UVs) in the third channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv4", - "comment": "The texture coordinates (UVs) in the fourth channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv5", - "comment": "The texture coordinates (UVs) in the fifth channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv6", - "comment": "The texture coordinates (UVs) in the sixth channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv7", - "comment": "The texture coordinates (UVs) in the seventh channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv8", - "comment": "The texture coordinates (UVs) in the eighth channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color[]", - "name": "colors", - "comment": "Vertex colors of the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color32[]", - "name": "colors32", - "comment": "Vertex colors of the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertexAttributeCount", - "comment": "Returns the number of vertex attributes that the mesh has. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int[]", - "name": "triangles", - "comment": "An array containing all triangles in the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BoneWeight[]", - "name": "boneWeights", - "comment": "The BoneWeight for each vertex in the Mesh, which represents 4 bones per vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an empty Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexCount", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Rendering.IndexFormat" - } - ], - "isStatic": false, - "name": "SetIndexBufferParams", - "comment": "Sets the index buffer size and format.\n\n```plaintext\nParams: indexCount - Size of index buffer.\n format - Format of the indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "VertexAttributeDescriptor", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetVertexAttribute", - "comment": "Information about the vertex attribute.\n\n```plaintext\nParams: index - The vertex attribute index (0 to vertexAttributeCount-1).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "attr", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "HasVertexAttribute", - "comment": "Returns true if the data attribute is present in the mesh.\n\n```plaintext\nParams: attr - Vertex data attribute to check for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attr", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "GetVertexAttributeDimension", - "comment": "Dimensionality of the data attribute, or zero if it is not present.\n\n```plaintext\nParams: attr - Vertex data attribute to check for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "VertexAttributeFormat", - "params": [ - { - "name": "attr", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "GetVertexAttributeFormat", - "comment": "Format of the data attribute.\n\n```plaintext\nParams: attr - Vertex data attribute to check for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetNativeVertexBufferPtr", - "comment": "Pointer to the underlying graphics API vertex buffer.\n\n```plaintext\nParams: bufferIndex - Which vertex buffer to get (some Meshes might have more than one). See vertexBufferCount.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeIndexBufferPtr", - "comment": "Pointer to the underlying graphics API index buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearBlendShapes", - "comment": "Clears all blend shapes from Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "shapeIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetBlendShapeName", - "comment": "Returns name of BlendShape by given index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "blendShapeName", "typeName": "string" }], - "isStatic": false, - "name": "GetBlendShapeIndex", - "comment": "Returns index of BlendShape by given name.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "shapeIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetBlendShapeFrameCount", - "comment": "Returns the frame count for a blend shape.\n\n```plaintext\nParams: shapeIndex - The shape index to get frame count from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "shapeIndex", "typeName": "int" }, - { "name": "frameIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBlendShapeFrameWeight", - "comment": "Returns the weight of a blend shape frame.\n\n```plaintext\nParams: shapeIndex - The shape index of the frame.\n frameIndex - The frame index to get the weight from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shapeIndex", "typeName": "int" }, - { "name": "frameIndex", "typeName": "int" }, - { "name": "deltaVertices", "typeName": "UnityEngine.Vector3[]" }, - { "name": "deltaNormals", "typeName": "UnityEngine.Vector3[]" }, - { "name": "deltaTangents", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "GetBlendShapeFrameVertices", - "comment": "Retreives deltaVertices, deltaNormals and deltaTangents of a blend shape frame.\n\n```plaintext\nParams: shapeIndex - The shape index of the frame.\n frameIndex - The frame index to get the weight from.\n deltaVertices - Delta vertices output array for the frame being retreived.\n deltaNormals - Delta normals output array for the frame being retreived.\n deltaTangents - Delta tangents output array for the frame being retreived.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shapeName", "typeName": "string" }, - { "name": "frameWeight", "typeName": "float" }, - { "name": "deltaVertices", "typeName": "UnityEngine.Vector3[]" }, - { "name": "deltaNormals", "typeName": "UnityEngine.Vector3[]" }, - { "name": "deltaTangents", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "AddBlendShapeFrame", - "comment": "Adds a new blend shape frame.\n\n```plaintext\nParams: shapeName - Name of the blend shape to add a frame to.\n frameWeight - Weight for the frame being added.\n deltaVertices - Delta vertices for the frame being added.\n deltaNormals - Delta normals for the frame being added.\n deltaTangents - Delta tangents for the frame being added.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "bonesPerVertex", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "weights", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetBoneWeights", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetAllBoneWeights", - "comment": "Returns all non-zero bone weights for the Mesh, in vertex index order.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetBonesPerVertex", - "comment": "Returns the number of non-zero bone weights for each vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "desc", - "typeName": "UnityEngine.Rendering.SubMeshDescriptor" - }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMesh", - "comment": "Sets the information about a sub-mesh of the Mesh.\n\n```plaintext\nParams: index - Sub-mesh index. See subMeshCount. Out of range indices throw an exception.\n desc - Sub-mesh data.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "SubMeshDescriptor", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSubMesh", - "comment": "Sub-mesh data.\n\n```plaintext\nParams: index - Sub-mesh index. See subMeshCount. Out of range indices throw an exception.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkModified", - "comment": "Notify Renderer components of mesh geometry change.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "uvSetIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetUVDistributionMetric", - "comment": "Average of triangle area / uv area.\n\n```plaintext\nParams: uvSetIndex - UV set index to return the UV distibution metric for. 0 for first.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inVertices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inVertices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inVertices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inVertices", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "Assigns a new vertex positions array.\n\n```plaintext\nParams: inVertices - Per-vertex positions.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inVertices", "typeName": "UnityEngine.Vector3[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "Sets the vertex positions of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inVertices - Per-vertex positions.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inVertices", "typeName": "UnityEngine.Vector3[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "Sets the vertex positions of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inVertices - Per-vertex positions.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inVertices", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inVertices", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inVertices", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inNormals", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inNormals", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inNormals", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inNormals", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "Set the normals of the Mesh.\n\n```plaintext\nParams: inNormals - Per-vertex normals.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inNormals", "typeName": "UnityEngine.Vector3[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "Sets the vertex normals of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inNormals - Per-vertex normals.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inNormals", "typeName": "UnityEngine.Vector3[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "Sets the vertex normals of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inNormals - Per-vertex normals.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inNormals", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inNormals", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inNormals", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inTangents", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inTangents", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inTangents", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inTangents", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "Set the tangents of the Mesh.\n\n```plaintext\nParams: inTangents - Per-vertex tangents.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inTangents", "typeName": "UnityEngine.Vector4[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "Sets the tangents of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inTangents - Per-vertex tangents.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inTangents", "typeName": "UnityEngine.Vector4[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "Sets the tangents of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inTangents - Per-vertex tangents.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inTangents", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inTangents", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inTangents", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "inColors", "typeName": "UnityEngine.Color[]" }], - "isStatic": false, - "name": "SetColors", - "comment": "Set the per-vertex colors of the Mesh.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inColors", "typeName": "UnityEngine.Color[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inColors", "typeName": "UnityEngine.Color[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inColors", "typeName": "UnityEngine.Color32[]" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "Set the per-vertex colors of the Mesh.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inColors", "typeName": "UnityEngine.Color32[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inColors", "typeName": "UnityEngine.Color32[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inColors", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector2[]" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the texture coordinates (UVs) stored in a given channel.\n\n```plaintext\nParams: channel - The channel, in [0..7] range.\n uvs - The UV data to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the texture coordinates (UVs) stored in a given channel.\n\n```plaintext\nParams: channel - The channel, in [0..7] range.\n uvs - The UV data to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the texture coordinates (UVs) stored in a given channel.\n\n```plaintext\nParams: channel - The channel, in [0..7] range.\n uvs - The UV data to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector2[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector2[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector3[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector3[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector4[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "UnityEngine.Vector4[]" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "Unity.Collections.NativeArray" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { "name": "uvs", "typeName": "Unity.Collections.NativeArray" }, - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "uvs", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetVertexAttributes", - "comment": "Array of vertex attribute information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attributes", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]" - } - ], - "isStatic": false, - "name": "GetVertexAttributes", - "comment": "The number of vertex attributes returned in the attributes container.\n\n```plaintext\nParams: attributes - Collection of vertex attributes to receive the results.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attributes", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVertexAttributes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertexCount", "typeName": "int" }, - { - "name": "attributes", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]" - } - ], - "isStatic": false, - "name": "SetVertexBufferParams", - "comment": "Sets the vertex buffer size and layout.\n\n```plaintext\nParams: vertexCount - The number of vertices in the Mesh.\n attributes - Layout of the vertex data -- which attributes are present, their data types and so on.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertexCount", "typeName": "int" }, - { - "name": "attributes", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetVertexBufferParams", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "dataStart", "typeName": "int" }, - { "name": "meshBufferStart", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "stream", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetVertexBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "dataStart", "typeName": "int" }, - { "name": "meshBufferStart", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "stream", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetVertexBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "dataStart", "typeName": "int" }, - { "name": "meshBufferStart", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { "name": "stream", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetVertexBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MeshDataArray", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": true, - "name": "AcquireReadOnlyMeshData", - "comment": "Returns a MeshDataArray containing read-only MeshData structs. See Mesh.MeshDataArray and Mesh.MeshData.\n\n```plaintext\nParams: mesh - The input mesh.\n meshes - The input meshes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MeshDataArray", - "params": [{ "name": "meshes", "typeName": "UnityEngine.Mesh[]" }], - "isStatic": true, - "name": "AcquireReadOnlyMeshData", - "comment": "Returns a MeshDataArray containing read-only MeshData structs. See Mesh.MeshDataArray and Mesh.MeshData.\n\n```plaintext\nParams: mesh - The input mesh.\n meshes - The input meshes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MeshDataArray", - "params": [ - { - "name": "meshes", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "AcquireReadOnlyMeshData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MeshDataArray", - "params": [{ "name": "meshCount", "typeName": "int" }], - "isStatic": true, - "name": "AllocateWritableMeshData", - "comment": "Returns a MeshDataArray containing writeable MeshData structs. See Mesh.MeshDataArray and Mesh.MeshData.\n\n```plaintext\nParams: meshCount - The amount of meshes that will be created.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "UnityEngine.Mesh.MeshDataArray" }, - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": true, - "name": "ApplyAndDisposeWritableMeshData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "UnityEngine.Mesh.MeshDataArray" }, - { "name": "meshes", "typeName": "UnityEngine.Mesh[]" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": true, - "name": "ApplyAndDisposeWritableMeshData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "UnityEngine.Mesh.MeshDataArray" }, - { - "name": "meshes", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": true, - "name": "ApplyAndDisposeWritableMeshData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "submesh", "typeName": "int" }], - "isStatic": false, - "name": "GetTriangles", - "comment": "Fetches the triangle list for the specified sub-mesh on this object.\n\n```plaintext\nParams: triangles - A list of vertex indices to populate.\n submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTriangles", - "comment": "Fetches the triangle list for the specified sub-mesh on this object.\n\n```plaintext\nParams: triangles - A list of vertex indices to populate.\n submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "submesh", "typeName": "int" }], - "isStatic": false, - "name": "GetIndices", - "comment": "Array with face indices.\n\n```plaintext\nParams: submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "Array with face indices.\n\n```plaintext\nParams: submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "dataStart", "typeName": "int" }, - { "name": "meshBufferStart", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetIndexBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "dataStart", "typeName": "int" }, - { "name": "meshBufferStart", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetIndexBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "dataStart", "typeName": "int" }, - { "name": "meshBufferStart", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetIndexBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "submesh", "typeName": "int" }], - "isStatic": false, - "name": "GetIndexStart", - "comment": "Gets the starting index location within the Mesh's index buffer, for the given sub-mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "submesh", "typeName": "int" }], - "isStatic": false, - "name": "GetIndexCount", - "comment": "Gets the index count of the given sub-mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "submesh", "typeName": "int" }], - "isStatic": false, - "name": "GetBaseVertex", - "comment": "The offset applied to all vertex indices of this sub-mesh.\n\n```plaintext\nParams: submesh - The sub-mesh index. See subMeshCount.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "triangles", "typeName": "int[]" }, - { "name": "submesh", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "triangles", "typeName": "int[]" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "triangles", "typeName": "int[]" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "triangles", "typeName": "int[]" }, - { "name": "trianglesStart", "typeName": "int" }, - { "name": "trianglesLength", "typeName": "int" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "Sets the triangle list of the Mesh, using a part of the input array.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n trianglesStart - Index of the first element to take from the input array.\n trianglesLength - Number of elements to take from the input array.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "triangles", "typeName": "ushort[]" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "triangles", "typeName": "ushort[]" }, - { "name": "trianglesStart", "typeName": "int" }, - { "name": "trianglesLength", "typeName": "int" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "Sets the triangle list of the Mesh, using a part of the input array.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n trianglesStart - Index of the first element to take from the input array.\n trianglesLength - Number of elements to take from the input array.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "trianglesStart", "typeName": "int" }, - { "name": "trianglesLength", "typeName": "int" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triangles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "trianglesStart", "typeName": "int" }, - { "name": "trianglesLength", "typeName": "int" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriangles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indices", "typeName": "int[]" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indices", "typeName": "int[]" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indices", "typeName": "int[]" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indices", "typeName": "int[]" }, - { "name": "indicesStart", "typeName": "int" }, - { "name": "indicesLength", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "Sets the index buffer of a sub-mesh, using a part of the input array.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n indicesStart - Index of the first element to take from the input array.\n indicesLength - Number of elements to take from the input array.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indices", "typeName": "ushort[]" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indices", "typeName": "ushort[]" }, - { "name": "indicesStart", "typeName": "int" }, - { "name": "indicesLength", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "Sets the index buffer of a sub-mesh, using a part of the input array.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n indicesStart - Index of the first element to take from the input array.\n indicesLength - Number of elements to take from the input array.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "indicesStart", "typeName": "int" }, - { "name": "indicesLength", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "indicesStart", "typeName": "int" }, - { "name": "indicesLength", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - }, - { "name": "indicesStart", "typeName": "int" }, - { "name": "indicesLength", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "submesh", "typeName": "int" }, - { "name": "calculateBounds", "typeName": "bool" }, - { "name": "baseVertex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "desc", - "typeName": "UnityEngine.Rendering.SubMeshDescriptor[]" - }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMeshes", - "comment": "Sets information defining all sub-meshes in this Mesh, replacing any existing sub-meshes.\n\n```plaintext\nParams: desc - An array or list of sub-mesh data descriptors.\n start - Index of the first element to take from the array or list in desc.\n count - Number of elements to take from the array or list in desc.\n flags - (Optional) Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "desc", - "typeName": "UnityEngine.Rendering.SubMeshDescriptor[]" - }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMeshes", - "comment": "Sets information defining all sub-meshes in this Mesh, replacing any existing sub-meshes.\n\n```plaintext\nParams: desc - An array or list of sub-mesh data descriptors.\n start - Index of the first element to take from the array or list in desc.\n count - Number of elements to take from the array or list in desc.\n flags - (Optional) Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "desc", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMeshes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "desc", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMeshes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "desc", "typeName": "Unity.Collections.NativeArray" }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMeshes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "desc", "typeName": "Unity.Collections.NativeArray" }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMeshes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "bindposes", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetBindposes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "boneWeights", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetBoneWeights", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keepVertexLayout", "typeName": "bool" }], - "isStatic": false, - "name": "Clear", - "comment": "Clears all vertex data and all triangle indices.\n\n```plaintext\nParams: keepVertexLayout - True if the existing Mesh data layout should be preserved.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateBounds", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "RecalculateBounds", - "comment": "Recalculate the bounding volume of the Mesh from the vertices.\n\n```plaintext\nParams: flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "RecalculateNormals", - "comment": "Recalculates the normals of the Mesh from the triangles and vertices.\n\n```plaintext\nParams: flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "RecalculateTangents", - "comment": "Recalculates the tangents of the Mesh from the normals and texture coordinates.\n\n```plaintext\nParams: flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uvSetIndex", "typeName": "int" }, - { "name": "uvAreaThreshold", "typeName": "float" } - ], - "isStatic": false, - "name": "RecalculateUVDistributionMetric", - "comment": "Recalculates the UV distribution metric of the Mesh from the vertices and uv coordinates.\n\n```plaintext\nParams: uvSetIndex - The UV set index to set the UV distibution metric for. Use 0 for first index.\n uvAreaThreshold - The minimum UV area to consider. The default value is 1e-9f.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uvAreaThreshold", "typeName": "float" }], - "isStatic": false, - "name": "RecalculateUVDistributionMetrics", - "comment": "Recalculates the UV distribution metrics of the Mesh from the vertices and uv coordinates.\n\n```plaintext\nParams: uvAreaThreshold - The minimum UV area to consider. The default value is 1e-9f.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkDynamic", - "comment": "Optimize mesh for frequent updates.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "markNoLongerReadable", "typeName": "bool" }], - "isStatic": false, - "name": "UploadMeshData", - "comment": "Upload previously done Mesh modifications to the graphics API.\n\n```plaintext\nParams: markNoLongerReadable - Frees up system memory copy of mesh data when set to true.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Optimize", - "comment": "Optimizes the Mesh data to improve rendering performance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OptimizeIndexBuffers", - "comment": "Optimizes the geometry of the Mesh to improve rendering performance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OptimizeReorderVertexBuffer", - "comment": "Optimizes the vertices of the Mesh to improve rendering performance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MeshTopology", - "params": [{ "name": "submesh", "typeName": "int" }], - "isStatic": false, - "name": "GetTopology", - "comment": "Gets the topology of a sub-mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" }, - { "name": "mergeSubMeshes", "typeName": "bool" }, - { "name": "useMatrices", "typeName": "bool" }, - { "name": "hasLightmapData", "typeName": "bool" } - ], - "isStatic": false, - "name": "CombineMeshes", - "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" }, - { "name": "mergeSubMeshes", "typeName": "bool" }, - { "name": "useMatrices", "typeName": "bool" } - ], - "isStatic": false, - "name": "CombineMeshes", - "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" }, - { "name": "mergeSubMeshes", "typeName": "bool" } - ], - "isStatic": false, - "name": "CombineMeshes", - "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" } - ], - "isStatic": false, - "name": "CombineMeshes", - "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Mesh", - "comment": "A class that allows you to create or modify meshes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "probeOcclusionLightIndex", - "comment": "In case of a LightmapBakeType.Mixed light, contains the index of the light as seen from the occlusion probes point of view if any, otherwise -1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "occlusionMaskChannel", - "comment": "In case of a LightmapBakeType.Mixed light, contains the index of the occlusion mask channel to use if any, otherwise -1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapBakeType", - "name": "lightmapBakeType", - "comment": "This property describes what part of a light's contribution was baked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MixedLightingMode", - "name": "mixedLightingMode", - "comment": "In case of a LightmapBakeType.Mixed light, describes what Mixed mode was used to bake the light, irrelevant otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBaked", - "comment": "Is the light contribution already stored in lightmaps and/or lightprobes?\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightBakingOutput", - "comment": "Struct describing the result of a Global Illumination bake for a given light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightShadowCasterMode", - "name": "Default", - "comment": "Use the global Shadowmask Mode from the quality settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShadowCasterMode", - "name": "NonLightmappedOnly", - "comment": "Render only non-lightmapped objects into the shadow map. This corresponds with the Shadowmask mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShadowCasterMode", - "name": "Everything", - "comment": "Render all shadow casters into the shadow map. This corresponds with the distance Shadowmask mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightShadowCasterMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightShadowCasterMode", - "comment": "Allows mixed lights to control shadow caster culling when Shadowmasks are present.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "HideInMenuAttribute", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.LightType", - "name": "type", - "comment": "The type of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShape", - "name": "shape", - "comment": "This property describes the shape of the spot light. Only Scriptable Render Pipelines use this property; the built-in renderer does not support it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "spotAngle", - "comment": "The angle of the light's spotlight cone in degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "innerSpotAngle", - "comment": "The angle of the light's spotlight inner cone in degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "The color of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "colorTemperature", - "comment": "The color temperature of the light.\n Correlated Color Temperature (abbreviated as CCT) is multiplied with the color filter when calculating the final color of a light source. The color temperature of the electromagnetic radiation emitted from an ideal black body is defined as its surface temperature in Kelvin. White is 6500K according to the D65 standard. A candle light is 1800K and a soft warm light bulb is 2700K.\n If you want to use colorTemperature, GraphicsSettings.lightsUseLinearIntensity and Light.useColorTemperature has to be enabled.\n See Also: GraphicsSettings.lightsUseLinearIntensity, GraphicsSettings.useColorTemperature.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useColorTemperature", - "comment": "Set to true to use the color temperature.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "intensity", - "comment": "The Intensity of a light is multiplied with the Light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "bounceIntensity", - "comment": "The multiplier that defines the strength of the bounce lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useBoundingSphereOverride", - "comment": "Set to true to override light bounding sphere for culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "boundingSphereOverride", - "comment": "Bounding sphere used to override the regular light bounding sphere during culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useViewFrustumForShadowCasterCull", - "comment": "Whether to cull shadows for this Light when the Light is outside of the view frustum.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "shadowCustomResolution", - "comment": "The custom resolution of the shadow map.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowBias", - "comment": "Shadow mapping constant bias.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowNormalBias", - "comment": "Shadow mapping normal-based bias.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowNearPlane", - "comment": "Near plane value to use for shadow frustums.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useShadowMatrixOverride", - "comment": "Set to true to enable custom matrix for culling during shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "shadowMatrixOverride", - "comment": "Projection matrix used to override the regular light matrix during shadow culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The range of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Flare", - "name": "flare", - "comment": "The to use for this light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightBakingOutput", - "name": "bakingOutput", - "comment": "This property describes the output of the last Global Illumination bake.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingMask", - "comment": "This is used to light certain objects in the Scene selectively.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderingLayerMask", - "comment": "Determines which rendering LayerMask this Light affects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShadowCasterMode", - "name": "lightShadowCasterMode", - "comment": "Allows you to override the global Shadowmask Mode per light. Only use this with render pipelines that can handle per light Shadowmask modes. Incompatible with the legacy renderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowRadius", - "comment": "Controls the amount of artificial softening applied to the edges of shadows cast by the Point or Spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowAngle", - "comment": "Controls the amount of artificial softening applied to the edges of shadows cast by directional lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShadows", - "name": "shadows", - "comment": "How this light casts shadows\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowStrength", - "comment": "Strength of light's shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightShadowResolution", - "name": "shadowResolution", - "comment": "The resolution of the shadow map.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowSoftness", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowSoftnessFade", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float[]", - "name": "layerShadowCullDistances", - "comment": "Per-light, per-layer shadow culling distances. Directional lights only.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "cookieSize", - "comment": "The size of a directional light's cookie.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "cookie", - "comment": "The cookie texture projected by the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightRenderMode", - "name": "renderMode", - "comment": "How to render the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "bakedIndex", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "areaSize", - "comment": "The size of the area light (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapBakeType", - "name": "lightmapBakeType", - "comment": "This property describes what part of a light's contribution can be baked (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "commandBufferCount", - "comment": "Number of command buffers set up on this light (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "pixelLightCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowConstantBias", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowObjectSizeBias", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "attenuate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmappingMode", - "name": "lightmappingMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBaked", - "comment": "Is the light contribution already stored in lightmaps and/or lightprobes (Read Only). Obsolete; replaced by Light-lightmapBakeType.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "alreadyLightmapped", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Revert all light parameters to default.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLightDirty", - "comment": "Sets a light dirty to notify the light baking backends to update their internal light representation (Editor only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": false, - "name": "AddCommandBuffer", - "comment": "Add a command buffer to be executed at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "shadowPassMask", - "typeName": "UnityEngine.Rendering.ShadowMapPass" - } - ], - "isStatic": false, - "name": "AddCommandBuffer", - "comment": "Add a command buffer to be executed at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "queueType", - "typeName": "UnityEngine.Rendering.ComputeQueueType" - } - ], - "isStatic": false, - "name": "AddCommandBufferAsync", - "comment": "Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.\n\n```plaintext\nParams: evt - The point during the graphics processing at which this command buffer should commence on the GPU.\n buffer - The buffer to execute.\n queueType - The desired async compute queue type to execute the buffer on.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "shadowPassMask", - "typeName": "UnityEngine.Rendering.ShadowMapPass" - }, - { - "name": "queueType", - "typeName": "UnityEngine.Rendering.ComputeQueueType" - } - ], - "isStatic": false, - "name": "AddCommandBufferAsync", - "comment": "Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.\n\n```plaintext\nParams: evt - The point during the graphics processing at which this command buffer should commence on the GPU.\n buffer - The buffer to execute.\n queueType - The desired async compute queue type to execute the buffer on.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, - { - "name": "buffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": false, - "name": "RemoveCommandBuffer", - "comment": "Remove command buffer from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" } - ], - "isStatic": false, - "name": "RemoveCommandBuffers", - "comment": "Remove command buffers from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAllCommandBuffers", - "comment": "Remove all command buffers set on this light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" } - ], - "isStatic": false, - "name": "GetCommandBuffers", - "comment": "Array of command buffers.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "type", "typeName": "UnityEngine.LightType" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": true, - "name": "GetLights", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Light", - "comment": "Script interface for.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "ussStyle", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "ussStyle", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "CustomStyleAttribute", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "The material used by the skybox.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Skybox", - "comment": "A script interface for the.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Timeline.ClipCaps", - "name": "clipCaps", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "methods": [], - "name": "ITimelineClipAsset", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Mesh", - "name": "sharedMesh", - "comment": "Returns the shared mesh of the mesh filter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "mesh", - "comment": "Returns the instantiated Mesh assigned to the mesh filter.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MeshFilter", - "comment": "A class to access the Mesh of the.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "UnityEngine.Playables.PlayableBehaviour", - "attribute": "", - "interfaces": ["IPlayableBehaviour", "ICloneable"], - "fields": [], - "methods": [ - { - "returnTypeName": "ScriptPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "tracks", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "autoRebalance", "typeName": "bool" }, - { "name": "createOutputs", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { - "name": "timelinePlayable", - "typeName": "UnityEngine.Playables.Playable" - }, - { - "name": "tracks", - "typeName": "System.Collections.Generic.IEnumerable" - }, - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "autoRebalance", "typeName": "bool" }, - { "name": "createOutputs", "typeName": "bool" } - ], - "isStatic": false, - "name": "Compile", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Playables.Playable" - }, - { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } - ], - "isStatic": false, - "name": "PrepareFrame", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "TimelinePlayable", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RenderingPath", - "name": "UsePlayerSettings", - "comment": "Use Player Settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderingPath", - "name": "VertexLit", - "comment": "Vertex Lit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderingPath", - "name": "Forward", - "comment": "Forward Rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderingPath", - "name": "DeferredLighting", - "comment": "Deferred Lighting (Legacy).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderingPath", - "name": "DeferredShading", - "comment": "Deferred Shading.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RenderingPath", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderingPath", - "comment": "Rendering path of a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "gameObject", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "PushActiveGameObject", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PopActiveGameObject", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": false, - "name": "AddFromClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "clips", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "AddFromClips", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "AddFromName", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "AddFromName", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": false, - "name": "AddFromClip", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { - "name": "clips", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "AddFromClips", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "AddFromName", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "AddFromName", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "component", "typeName": "UnityEngine.Component" }, - { "name": "name", "typeName": "string" } - ], - "isStatic": false, - "name": "AddFromName", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.GameObject" }, - { "name": "component", "typeName": "UnityEngine.Component" } - ], - "isStatic": false, - "name": "AddFromComponent", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "clip", "typeName": "UnityEngine.AnimationClip" } - ], - "isStatic": false, - "name": "AddObjectProperties", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "IPropertyCollector", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TransparencySortMode", - "name": "Default", - "comment": "Default transparency sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TransparencySortMode", - "name": "Perspective", - "comment": "Perspective transparency sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TransparencySortMode", - "name": "Orthographic", - "comment": "Orthographic transparency sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TransparencySortMode", - "name": "CustomAxis", - "comment": "Sort objects based on distance along a custom axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TransparencySortMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TransparencySortMode", - "comment": "Transparent object sorting mode of a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Timeline", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "director", - "typeName": "UnityEngine.Playables.PlayableDirector" - }, - { - "name": "driver", - "typeName": "UnityEngine.Timeline.IPropertyCollector" - } - ], - "isStatic": false, - "name": "GatherProperties", - "comment": "", - "location": "Unity.Timeline.dll" - } - ], - "name": "IPropertyPreview", - "comment": "", - "location": "Unity.Timeline.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "vertexCount", - "comment": "Gets the number of vertices in the MeshData. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertexBufferCount", - "comment": "Gets the number of vertex buffers in the MeshData. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.IndexFormat", - "name": "indexFormat", - "comment": "Gets the format of the index buffer data in the MeshData. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "subMeshCount", - "comment": "The number of sub-meshes in the MeshData.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "attr", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "HasVertexAttribute", - "comment": "Returns true if the data attribute is present in the Mesh. Returns false if it is not.\n\n```plaintext\nParams: attr - The vertex attribute to check for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "attr", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "GetVertexAttributeDimension", - "comment": "Returns the dimension of the vertex attribute. Returns 0 if the vertex attribute is not present.\n\n```plaintext\nParams: attr - The vertex attribute to get the dimension of.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "VertexAttributeFormat", - "params": [ - { - "name": "attr", - "typeName": "UnityEngine.Rendering.VertexAttribute" - } - ], - "isStatic": false, - "name": "GetVertexAttributeFormat", - "comment": "Returns the format of the given vertex attribute.\n\n```plaintext\nParams: attr - The vertex attribute to check the format of.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outVertices", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetVertices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outNormals", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetNormals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outTangents", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetTangents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outColors", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outColors", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetColors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "outUVs", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "outUVs", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "channel", "typeName": "int" }, - { - "name": "outUVs", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetUVs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [{ "name": "stream", "typeName": "int" }], - "isStatic": false, - "name": "GetVertexData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertexCount", "typeName": "int" }, - { - "name": "attributes", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]" - } - ], - "isStatic": false, - "name": "SetVertexBufferParams", - "comment": "Sets the vertex buffer size and layout of the Mesh that Unity creates from the MeshData.\n\n```plaintext\nParams: vertexCount - The number of vertices in the Mesh.\n attributes - Layout of the vertex data: which attributes are present, their data types and so on.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertexCount", "typeName": "int" }, - { - "name": "attributes", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetVertexBufferParams", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexCount", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Rendering.IndexFormat" - } - ], - "isStatic": false, - "name": "SetIndexBufferParams", - "comment": "Sets the index buffer size and format of the Mesh that Unity creates from the MeshData.\n\n```plaintext\nParams: indexCount - The size of the index buffer.\n format - The format of the indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outIndices", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outIndices", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "submesh", "typeName": "int" }, - { "name": "applyBaseVertex", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetIndices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetIndexData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "SubMeshDescriptor", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSubMesh", - "comment": "Returns sub-mesh data.\n\n```plaintext\nParams: index - The index of the sub-mesh. See Mesh.MeshData.subMeshCount|subMeshCount. If you specify an out of range index, Unity throws an exception.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "desc", - "typeName": "UnityEngine.Rendering.SubMeshDescriptor" - }, - { - "name": "flags", - "typeName": "UnityEngine.Rendering.MeshUpdateFlags" - } - ], - "isStatic": false, - "name": "SetSubMesh", - "comment": "Sets the data for a sub-mesh of the Mesh that Unity creates from the MeshData.\n\n```plaintext\nParams: index - The index of the sub-mesh to set data for. See Mesh.MeshData.subMeshCount|subMeshCount. If you specify an out of range index, Unity throws an exception.\n desc - Sub-mesh data.\n flags - Flags controlling the function behavior. See MeshUpdateFlags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MeshData", - "comment": "A struct containing Mesh data for C# Job System access.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "Length", - "comment": "Number of Mesh data elements in the MeshDataArray.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Mesh.MeshData", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Use this method to dispose of the MeshDataArray struct.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MeshDataArray", - "comment": "An array of Mesh data snapshots for C# Job System access.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector4", - "name": "lightmapTilingOffset", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "lightProbeAnchor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "castShadows", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "motionVectors", - "comment": "Specifies whether this renderer has a per-object motion vector pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useLightProbes", - "comment": "Should light probes be used for this Renderer?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "The bounding volume of the renderer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Makes the rendered 3D object visible if enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isVisible", - "comment": "Is this renderer visible in any camera? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowCastingMode", - "name": "shadowCastingMode", - "comment": "Does this object cast shadows?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "receiveShadows", - "comment": "Does this object receive shadows?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "forceRenderingOff", - "comment": "Allows turning off rendering for a specific component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MotionVectorGenerationMode", - "name": "motionVectorGenerationMode", - "comment": "Specifies the mode for motion vector rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightProbeUsage", - "name": "lightProbeUsage", - "comment": "The light probe interpolation type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "name": "reflectionProbeUsage", - "comment": "Should reflection probes be used for this Renderer?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "renderingLayerMask", - "comment": "Determines which rendering layer this renderer lives on.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "rendererPriority", - "comment": "This value sorts renderers by priority. Lower values are rendered first and higher values are rendered last.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", - "name": "rayTracingMode", - "comment": "Describes how this renderer is updated for ray tracing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "sortingLayerName", - "comment": "Name of the Renderer's sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sortingLayerID", - "comment": "Unique ID of the Renderer's sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sortingOrder", - "comment": "Renderer's order within a sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowOcclusionWhenDynamic", - "comment": "Controls if dynamic occlusion culling should be performed for this renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isPartOfStaticBatch", - "comment": "Indicates whether the renderer is part of a with other renderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldToLocalMatrix", - "comment": "Matrix that transforms a point from world space into local space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "localToWorldMatrix", - "comment": "Matrix that transforms a point from local space into world space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "lightProbeProxyVolumeOverride", - "comment": "If set, the Renderer will use the Light Probe Proxy Volume component attached to the source GameObject.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "probeAnchor", - "comment": "If set, Renderer will use this Transform's position to find the light or reflection probe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lightmapIndex", - "comment": "The index of the baked lightmap applied to this renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "realtimeLightmapIndex", - "comment": "The index of the realtime lightmap applied to this renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "lightmapScaleOffset", - "comment": "The UV scale & offset used for a lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "realtimeLightmapScaleOffset", - "comment": "The UV scale & offset used for a realtime lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material[]", - "name": "materials", - "comment": "Returns all the instantiated materials of this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "Returns the first instantiated Material assigned to the renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "sharedMaterial", - "comment": "The shared material of this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material[]", - "name": "sharedMaterials", - "comment": "All the shared materials of this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasPropertyBlock", - "comment": "Returns true if the Renderer has a material property block attached via SetPropertyBlock.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "SetPropertyBlock", - "comment": "Lets you set or clear per-renderer or per-material parameter overrides.\n\n```plaintext\nParams: properties - Property block with values you want to override.\n materialIndex - The index of the Material you want to override the parameters of. The index ranges from 0 to Renderer.sharedMaterial.Length-1.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPropertyBlock", - "comment": "Lets you set or clear per-renderer or per-material parameter overrides.\n\n```plaintext\nParams: properties - Property block with values you want to override.\n materialIndex - The index of the Material you want to override the parameters of. The index ranges from 0 to Renderer.sharedMaterial.Length-1.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "GetPropertyBlock", - "comment": "Get per-Renderer or per-Material property block.\n\n```plaintext\nParams: properties - Material parameters to retrieve.\n materialIndex - The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { "name": "materialIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPropertyBlock", - "comment": "Get per-Renderer or per-Material property block.\n\n```plaintext\nParams: properties - Material parameters to retrieve.\n materialIndex - The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "m", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetMaterials", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "m", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetSharedMaterials", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetClosestReflectionProbes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Renderer", - "comment": "General functionality for all renderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isOrthoGraphic", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "orthoGraphicSize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "nearClipPlane", - "comment": "The near clipping plane distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "farClipPlane", - "comment": "The far clipping plane distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fieldOfView", - "comment": "The field of view of the projection in degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aspectRatio", - "comment": "The aspect ratio of the projection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "orthographic", - "comment": "Is the projection orthographic (true) or perspective (false)?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "orthographicSize", - "comment": "Projection's half-size when in orthographic mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "ignoreLayers", - "comment": "Which object layers are ignored by the projector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "The material that will be projected onto every object.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Projector", - "comment": "A script interface for a.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderHardwareTier", - "name": "globalShaderHardwareTier", - "comment": "Shader hardware tier classification for current device.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maximumLOD", - "comment": "Shader LOD level for this shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "globalMaximumLOD", - "comment": "Shader LOD level for all shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isSupported", - "comment": "Can this shader run on the end-users graphics card? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "globalRenderPipeline", - "comment": "Render pipeline currently in use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderQueue", - "comment": "Render queue of this shader. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "passCount", - "comment": "Returns the number of shader passes on the active SubShader.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "mode", "typeName": "UnityEngine.TexGenMode" } - ], - "isStatic": true, - "name": "SetGlobalTexGenMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "matrixName", "typeName": "string" } - ], - "isStatic": true, - "name": "SetGlobalTextureMatrixName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Shader", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "Find", - "comment": "Finds a shader with the given name.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": true, - "name": "EnableKeyword", - "comment": "Enables a global shader keyword.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to enable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": true, - "name": "DisableKeyword", - "comment": "Disables a global shader keyword.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to disable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": true, - "name": "IsKeywordEnabled", - "comment": "Returns true if the given global shader keyword is enabled. Otherwise, returns false.\n\n```plaintext\nParams: keyword - The name of the global shader keyword to check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "WarmupAllShaders", - "comment": "Prewarms all shader variants of all Shaders currently in memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "PropertyToID", - "comment": "Unique integer for the name.\n\n```plaintext\nParams: name - Shader property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Shader", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetDependency", - "comment": "Returns the dependency shader.\n\n```plaintext\nParams: name - The name of the dependency to query.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderTagId", - "params": [ - { "name": "passIndex", "typeName": "int" }, - { - "name": "tagName", - "typeName": "UnityEngine.Rendering.ShaderTagId" - } - ], - "isStatic": false, - "name": "FindPassTagValue", - "comment": "Search for the pass tag specified by tagName on the shader's active SubShader and returns the value of the tag.\n\n```plaintext\nParams: passIndex - The index of the pass.\n tagName - The name of the pass tag.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "SetGlobalFloat", - "comment": "Sets a global float property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "SetGlobalFloat", - "comment": "Sets a global float property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalInt", - "comment": "Sets a global int property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalInt", - "comment": "Sets a global int property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "SetGlobalVector", - "comment": "Sets a global vector property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "SetGlobalVector", - "comment": "Sets a global vector property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "SetGlobalColor", - "comment": "Sets a global color property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "SetGlobalColor", - "comment": "Sets a global color property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "SetGlobalMatrix", - "comment": "Sets a global matrix property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "SetGlobalMatrix", - "comment": "Sets a global matrix property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "SetGlobalTexture", - "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": true, - "name": "SetGlobalTexture", - "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": true, - "name": "SetGlobalTexture", - "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": true, - "name": "SetGlobalTexture", - "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": true, - "name": "SetGlobalBuffer", - "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": true, - "name": "SetGlobalBuffer", - "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": true, - "name": "SetGlobalBuffer", - "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": true, - "name": "SetGlobalBuffer", - "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SetGlobalFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SetGlobalFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": true, - "name": "SetGlobalFloatArray", - "comment": "Sets a global float array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": true, - "name": "SetGlobalFloatArray", - "comment": "Sets a global float array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SetGlobalVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SetGlobalVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": true, - "name": "SetGlobalVectorArray", - "comment": "Sets a global vector array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": true, - "name": "SetGlobalVectorArray", - "comment": "Sets a global vector array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SetGlobalMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SetGlobalMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": true, - "name": "SetGlobalMatrixArray", - "comment": "Sets a global matrix array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": true, - "name": "SetGlobalMatrixArray", - "comment": "Sets a global matrix array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalFloat", - "comment": "Gets a global float property for all shaders previously set using SetGlobalFloat.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalFloat", - "comment": "Gets a global float property for all shaders previously set using SetGlobalFloat.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalInt", - "comment": "Gets a global int property for all shaders previously set using SetGlobalInt.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalInt", - "comment": "Gets a global int property for all shaders previously set using SetGlobalInt.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalVector", - "comment": "Gets a global vector property for all shaders previously set using SetGlobalVector.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalVector", - "comment": "Gets a global vector property for all shaders previously set using SetGlobalVector.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalColor", - "comment": "Gets a global color property for all shaders previously set using SetGlobalColor.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalColor", - "comment": "Gets a global color property for all shaders previously set using SetGlobalColor.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalMatrix", - "comment": "Gets a global matrix property for all shaders previously set using SetGlobalMatrix.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalMatrix", - "comment": "Gets a global matrix property for all shaders previously set using SetGlobalMatrix.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalTexture", - "comment": "Gets a global texture property for all shaders previously set using SetGlobalTexture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalTexture", - "comment": "Gets a global texture property for all shaders previously set using SetGlobalTexture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalFloatArray", - "comment": "Gets a global float array for all shaders previously set using SetGlobalFloatArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalFloatArray", - "comment": "Gets a global float array for all shaders previously set using SetGlobalFloatArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalVectorArray", - "comment": "Gets a global vector array for all shaders previously set using SetGlobalVectorArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalVectorArray", - "comment": "Gets a global vector array for all shaders previously set using SetGlobalVectorArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetGlobalMatrixArray", - "comment": "Gets a global matrix array for all shaders previously set using SetGlobalMatrixArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "GetGlobalMatrixArray", - "comment": "Gets a global matrix array for all shaders previously set using SetGlobalMatrixArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetGlobalFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetGlobalFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetGlobalVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetGlobalVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetGlobalMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetGlobalMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetPropertyCount", - "comment": "Returns the number of properties in this Shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": "FindPropertyIndex", - "comment": "Finds the index of a shader property by its name.\n\n```plaintext\nParams: propertyName - The name of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyName", - "comment": "Returns the name of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyNameId", - "comment": "Returns the nameId of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderPropertyType", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyType", - "comment": "Returns the ShaderPropertyType of the property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyDescription", - "comment": "Returns the description string of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderPropertyFlags", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyFlags", - "comment": "Returns the ShaderPropertyFlags of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyAttributes", - "comment": "Returns an array of strings containing attributes of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyDefaultFloatValue", - "comment": "Returns the default float value of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyDefaultVectorValue", - "comment": "Returns the default Vector4 value of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyRangeLimits", - "comment": "Returns the min and max limits for a Range property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TextureDimension", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyTextureDimension", - "comment": "Returns the TextureDimension of a Texture shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "propertyIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetPropertyTextureDefaultName", - "comment": "Returns the default Texture name of a Texture shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "propertyIndex", "typeName": "int" }, - { "name": "stackName", "typeName": "string" }, - { "name": "layerIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "FindTextureStack", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Shader", - "comment": "Shader scripts used for all rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightmapsModeLegacy", - "name": "Single", - "comment": "Single, traditional lightmap rendering mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsModeLegacy", - "name": "Dual", - "comment": "Dual lightmap rendering mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsModeLegacy", - "name": "Directional", - "comment": "Directional rendering mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightmapsModeLegacy", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmapsModeLegacy", - "comment": "Single, dual, or directional lightmaps rendering mode, used only in GIWorkflowMode.Legacy\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "numPositions", - "comment": "Get the number of line segments in the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "How long does the trail take to fade out.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "startWidth", - "comment": "The width of the trail at the spawning point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "endWidth", - "comment": "The width of the trail at the end of the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "widthMultiplier", - "comment": "Set an overall multiplier that is applied to the TrailRenderer.widthCurve to get the final width of the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autodestruct", - "comment": "Does the GameObject of this Trail Renderer auto destruct?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "emitting", - "comment": "Creates trails when the GameObject moves.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "numCornerVertices", - "comment": "Set this to a value greater than 0, to get rounded corners between each segment of the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "numCapVertices", - "comment": "Set this to a value greater than 0, to get rounded corners on each end of the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "minVertexDistance", - "comment": "Set the minimum distance the trail can travel before a new vertex is added to it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "startColor", - "comment": "Set the color at the start of the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "endColor", - "comment": "Set the color at the end of the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "positionCount", - "comment": "Get the number of line segments in the trail.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowBias", - "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "generateLightingData", - "comment": "Configures a trail to generate Normals and Tangents. With this data, Scene lighting can affect the trail via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineTextureMode", - "name": "textureMode", - "comment": "Choose whether the U coordinate of the trail texture is tiled or stretched.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineAlignment", - "name": "alignment", - "comment": "Select whether the trail will face the camera, or the orientation of the Transform Component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "widthCurve", - "comment": "Set the curve describing the width of the trail at various points along its length.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Gradient", - "name": "colorGradient", - "comment": "Set the color gradient describing the color of the trail at various points along its length.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetPosition", - "comment": "Set the position of a vertex in the trail.\n\n```plaintext\nParams: index - Which position to set.\n position - The new position.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPosition", - "comment": "The position at the specified index in the array.\n\n```plaintext\nParams: index - The index of the position to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Removes all points from the TrailRenderer.\nUseful for restarting a trail from a new position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of TrailRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the trail.\n camera - The camera used for determining which way camera-space trails will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of TrailRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the trail.\n camera - The camera used for determining which way camera-space trails will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "GetPositions", - "comment": "How many positions were actually stored in the output array.\n\n```plaintext\nParams: positions - The array of positions to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "SetPositions", - "comment": "Sets the positions of all vertices in the trail.\n\n```plaintext\nParams: positions - The array of positions to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddPosition", - "comment": "Adds a position to the trail.\n\n```plaintext\nParams: position - The position to add to the trail.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "AddPositions", - "comment": "Add an array of positions to the trail.\n\n```plaintext\nParams: positions - The positions to add to the trail.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "SetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "GetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "AddPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "AddPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TrailRenderer", - "comment": "The trail renderer is used to make trails behind objects in the Scene as they move about.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CameraType", - "name": "Game", - "comment": "Used to indicate a regular in-game camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraType", - "name": "SceneView", - "comment": "Used to indicate that a camera is used for rendering the Scene View in the Editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraType", - "name": "Preview", - "comment": "Used to indicate a camera that is used for rendering previews in the Editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraType", - "name": "VR", - "comment": "Used to indicate that a camera is used for rendering VR (in edit mode) in the Editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraType", - "name": "Reflection", - "comment": "Used to indicate a camera that is used for rendering reflection probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CameraType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraType", - "comment": "Describes different types of camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "numPositions", - "comment": "Set the number of line segments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "startWidth", - "comment": "Set the width at the start of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "endWidth", - "comment": "Set the width at the end of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "widthMultiplier", - "comment": "Set an overall multiplier that is applied to the LineRenderer.widthCurve to get the final width of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "numCornerVertices", - "comment": "Set this to a value greater than 0, to get rounded corners between each segment of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "numCapVertices", - "comment": "Set this to a value greater than 0, to get rounded corners on each end of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useWorldSpace", - "comment": "If enabled, the lines are defined in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Connect the start and end positions of the line together to form a continuous loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "startColor", - "comment": "Set the color at the start of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "endColor", - "comment": "Set the color at the end of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "positionCount", - "comment": "Set/get the number of vertices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowBias", - "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the line width at each segment.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "generateLightingData", - "comment": "Configures a line to generate Normals and Tangents. With this data, Scene lighting can affect the line via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineTextureMode", - "name": "textureMode", - "comment": "Choose whether the U coordinate of the line texture is tiled or stretched.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineAlignment", - "name": "alignment", - "comment": "Select whether the line will face the camera, or the orientation of the Transform Component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "widthCurve", - "comment": "Set the curve describing the width of the line at various points along its length.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Gradient", - "name": "colorGradient", - "comment": "Set the color gradient describing the color of the line at various points along its length.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "float" }, - { "name": "end", "typeName": "float" } - ], - "isStatic": false, - "name": "SetWidth", - "comment": "Set the line width at the start and at the end.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Color" }, - { "name": "end", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetColors", - "comment": "Set the line color at the start and at the end.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "SetVertexCount", - "comment": "Set the number of line segments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetPosition", - "comment": "Set the position of a vertex in the line.\n\n```plaintext\nParams: index - Which position to set.\n position - The new position.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPosition", - "comment": "The position at the specified index in the array.\n\n```plaintext\nParams: index - The index of the position to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tolerance", "typeName": "float" }], - "isStatic": false, - "name": "Simplify", - "comment": "Generates a simplified version of the original line by removing points that fall within the specified tolerance.\n\n```plaintext\nParams: tolerance - This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of LineRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the line.\n camera - The camera used for determining which way camera-space lines will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of LineRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the line.\n camera - The camera used for determining which way camera-space lines will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "GetPositions", - "comment": "How many positions were actually stored in the output array.\n\n```plaintext\nParams: positions - The array of positions to retrieve. The array passed should be of at least positionCount in size.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "positions", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "SetPositions", - "comment": "Set the positions of all vertices in the line.\n\n```plaintext\nParams: positions - The array of positions to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "SetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "positions", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "GetPositions", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LineRenderer", - "comment": "The line renderer is used to draw free-floating lines in 3D space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "Default", - "comment": "Default ComputeBuffer type (structured buffer).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "Raw", - "comment": "Raw ComputeBuffer type (byte address buffer).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "Append", - "comment": "Append-consume ComputeBuffer type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "Counter", - "comment": "ComputeBuffer with a counter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "Constant", - "comment": "ComputeBuffer that you can use as a constant buffer (uniform buffer).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "Structured", - "comment": "ComputeBuffer that you can use as a structured buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "DrawIndirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "IndirectArguments", - "comment": "ComputeBuffer used for Graphics.DrawProceduralIndirect, ComputeShader.DispatchIndirect or Graphics.DrawMeshInstancedIndirect arguments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ComputeBufferType", - "name": "GPUMemory", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ComputeBufferType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ComputeBufferType", - "comment": "ComputeBuffer type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isEmpty", - "comment": "Is the material property block empty? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "AddFloat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "AddFloat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "AddVector", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "AddVector", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "AddColor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "AddColor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "AddMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "AddMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "AddTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "AddTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear material property values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Set a float property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The float value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Set a float property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The float value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Adds a property to the block. If an int property with the given name already exists, the old value is replaced.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The int value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Adds a property to the block. If an int property with the given name already exists, the old value is replaced.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The int value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Set a vector property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Vector4 value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Set a vector property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Vector4 value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetColor", - "comment": "Set a color property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Color value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetColor", - "comment": "Set a color property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Color value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Set a matrix property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The matrix value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Set a matrix property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The matrix value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "Set a float array property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n values - The array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "Set a float array property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n values - The array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Set a vector array property.\n\n```plaintext\nParams: nameID - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n name - The array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Set a vector array property.\n\n```plaintext\nParams: nameID - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n name - The array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Set a matrix array property.\n\n```plaintext\nParams: name - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n nameID - The array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Set a matrix array property.\n\n```plaintext\nParams: name - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n nameID - The array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFloat", - "comment": "Get a float from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "Get a float from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInt", - "comment": "Get an int from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetInt", - "comment": "Get an int from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetVector", - "comment": "Get a vector from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetVector", - "comment": "Get a vector from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetColor", - "comment": "Get a color from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetColor", - "comment": "Get a color from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMatrix", - "comment": "Get a matrix from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetMatrix", - "comment": "Get a matrix from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetTexture", - "comment": "Get a texture from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetTexture", - "comment": "Get a texture from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFloatArray", - "comment": "Get a float array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetFloatArray", - "comment": "Get a float array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetVectorArray", - "comment": "Get a vector array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetVectorArray", - "comment": "Get a vector array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "Get a matrix array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "Get a matrix array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lightProbes", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "CopySHCoefficientArraysFrom", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lightProbes", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]" - } - ], - "isStatic": false, - "name": "CopySHCoefficientArraysFrom", - "comment": "This function converts and copies the entire source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC for use with instanced rendering.\n\n```plaintext\nParams: lightProbes - The array of SH values to copy from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lightProbes", - "typeName": "System.Collections.Generic.List" - }, - { "name": "sourceStart", "typeName": "int" }, - { "name": "destStart", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopySHCoefficientArraysFrom", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lightProbes", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]" - }, - { "name": "sourceStart", "typeName": "int" }, - { "name": "destStart", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopySHCoefficientArraysFrom", - "comment": "This function converts and copies the source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC with the specified source and destination range for use with instanced rendering.\n\n```plaintext\nParams: lightProbes - The array of SH values to copy from.\n sourceStart - The index of the first element in the source array to copy from.\n destStart - The index of the first element in the destination MaterialPropertyBlock array to copy to.\n count - The number of elements to copy.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "occlusionProbes", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "CopyProbeOcclusionArrayFrom", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "occlusionProbes", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "CopyProbeOcclusionArrayFrom", - "comment": "This function copies the entire source array into a Vector4 property array named unity_ProbesOcclusion for use with instanced rendering.\n\n```plaintext\nParams: occlusionProbes - The array of probe occlusion values to copy from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "occlusionProbes", - "typeName": "System.Collections.Generic.List" - }, - { "name": "sourceStart", "typeName": "int" }, - { "name": "destStart", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyProbeOcclusionArrayFrom", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "occlusionProbes", "typeName": "UnityEngine.Vector4[]" }, - { "name": "sourceStart", "typeName": "int" }, - { "name": "destStart", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyProbeOcclusionArrayFrom", - "comment": "This function copies the source array into a Vector4 property array named unity_ProbesOcclusion with the specified source and destination range for use with instanced rendering.\n\n```plaintext\nParams: occlusionProbes - The array of probe occlusion values to copy from.\n sourceStart - The index of the first element in the source array to copy from.\n destStart - The index of the first element in the destination MaterialPropertyBlock array to copy to.\n count - The number of elements to copy.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MaterialPropertyBlock", - "comment": "A block of material values to apply.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightType", - "name": "Spot", - "comment": "The light is a spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightType", - "name": "Directional", - "comment": "The light is a directional light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightType", - "name": "Point", - "comment": "The light is a point light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightType", - "name": "Area", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightType", - "name": "Rectangle", - "comment": "The light is a rectangle shaped area light. It affects only baked lightmaps and lightprobes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightType", - "name": "Disc", - "comment": "The light is a disc shaped area light. It affects only baked lightmaps and lightprobes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightType", - "comment": "The type of a Light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "ambientSkyboxAmount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "fog", - "comment": "Is fog enabled?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fogStartDistance", - "comment": "The starting distance of linear fog.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fogEndDistance", - "comment": "The ending distance of linear fog.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FogMode", - "name": "fogMode", - "comment": "Fog mode to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "fogColor", - "comment": "The color of the fog.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fogDensity", - "comment": "The density of the exponential fog.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.AmbientMode", - "name": "ambientMode", - "comment": "Ambient lighting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "ambientSkyColor", - "comment": "Ambient lighting coming from above.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "ambientEquatorColor", - "comment": "Ambient lighting coming from the sides.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "ambientGroundColor", - "comment": "Ambient lighting coming from below.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "ambientIntensity", - "comment": "How much the light from the Ambient Source affects the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "ambientLight", - "comment": "Flat ambient lighting color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "subtractiveShadowColor", - "comment": "The color used for the sun shadows in the Subtractive lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "skybox", - "comment": "The global skybox to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Light", - "name": "sun", - "comment": "The light used by the procedural skybox.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2", - "name": "ambientProbe", - "comment": "Custom or skybox ambient lighting data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Cubemap", - "name": "customReflection", - "comment": "Custom specular reflection cubemap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "reflectionIntensity", - "comment": "How much the skybox / custom cubemap reflection affects the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "reflectionBounces", - "comment": "The number of times a reflection includes other reflections.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.DefaultReflectionMode", - "name": "defaultReflectionMode", - "comment": "Default reflection mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "defaultReflectionResolution", - "comment": "Cubemap resolution for default reflection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "haloStrength", - "comment": "Size of the Light halos.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "flareStrength", - "comment": "The intensity of all flares in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "flareFadeSpeed", - "comment": "The fade speed of all flares in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "RenderSettings", - "comment": "The Render Settings contain values for a range of visual elements in your Scene, like fog and ambient light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightShape", - "name": "Cone", - "comment": "The shape of the spot light resembles a cone. This is the default shape for spot lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShape", - "name": "Pyramid", - "comment": "The shape of the spotlight resembles a pyramid or frustum. You can use this to simulate a screening or barn door effect on a normal spotlight.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShape", - "name": "Box", - "comment": "The shape of the spot light resembles a box oriented along the ray direction.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightShape", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightShape", - "comment": "Describes the shape of a spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Shader", - "name": "shader", - "comment": "The shader used by the material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "The main color of the Material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "The main texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mainTextureOffset", - "comment": "The offset of the main texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mainTextureScale", - "comment": "The scale of the main texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderQueue", - "comment": "Render queue of this material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "name": "globalIlluminationFlags", - "comment": "Defines how the material should interact with lightmaps and lightprobes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "doubleSidedGI", - "comment": "Gets and sets whether the Double Sided Global Illumination setting is enabled for this material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableInstancing", - "comment": "Gets and sets whether GPU instancing is enabled for this material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "passCount", - "comment": "How many passes are in this material (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string[]", - "name": "shaderKeywords", - "comment": "An array containing the names of the local shader keywords that are currently enabled for this material.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Material", - "params": [{ "name": "scriptContents", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "shader", "typeName": "UnityEngine.Shader" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a temporary Material.\n\n```plaintext\nParams: shader - Create a material with a given Shader.\n source - Create a material by copying all properties from another material.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "source", "typeName": "UnityEngine.Material" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a temporary Material.\n\n```plaintext\nParams: shader - Create a material with a given Shader.\n source - Create a material by copying all properties from another material.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "contents", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "HasProperty", - "comment": "Checks if material's shader has a property of a given name.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "HasProperty", - "comment": "Checks if material's shader has a property of a given name.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "EnableKeyword", - "comment": "Enables a local shader keyword for this material.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to enable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "DisableKeyword", - "comment": "Disables a local shader keyword for this material.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to disable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "IsKeywordEnabled", - "comment": "Returns true if the given local shader keyword is enabled for this material. Otherwise, returns false.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "passName", "typeName": "string" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetShaderPassEnabled", - "comment": "Enables or disables a Shader pass on a per-Material level.\n\n```plaintext\nParams: passName - Shader pass name (case insensitive).\n enabled - Flag indicating whether this Shader pass should be enabled.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "passName", "typeName": "string" }], - "isStatic": false, - "name": "GetShaderPassEnabled", - "comment": "True if the Shader pass is enabled.\n\n```plaintext\nParams: passName - Shader pass name (case insensitive).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "pass", "typeName": "int" }], - "isStatic": false, - "name": "GetPassName", - "comment": "Returns the name of the shader pass at index pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "passName", "typeName": "string" }], - "isStatic": false, - "name": "FindPass", - "comment": "Returns the index of the pass passName.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "val", "typeName": "string" } - ], - "isStatic": false, - "name": "SetOverrideTag", - "comment": "Sets an override tag/value on the material.\n\n```plaintext\nParams: tag - Name of the tag to set.\n val - Name of the value to set. Empty string to clear the override flag.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "searchFallbacks", "typeName": "bool" }, - { "name": "defaultValue", "typeName": "string" } - ], - "isStatic": false, - "name": "GetTag", - "comment": "Get the value of material's shader tag.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "searchFallbacks", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTag", - "comment": "Get the value of material's shader tag.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Material" }, - { "name": "end", "typeName": "UnityEngine.Material" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Lerp", - "comment": "Interpolate properties between two materials.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "pass", "typeName": "int" }], - "isStatic": false, - "name": "SetPass", - "comment": "If false is returned, no rendering should be done.\n\n```plaintext\nParams: pass - Shader pass number to setup.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mat", "typeName": "UnityEngine.Material" }], - "isStatic": false, - "name": "CopyPropertiesFromMaterial", - "comment": "Copy properties from other material into this material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "ComputeCRC", - "comment": "Computes a CRC hash value from the content of the material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetTexturePropertyNames", - "comment": "Names of all texture properties exposed on this material.\n\n```plaintext\nParams: outNames - Names of all texture properties exposed on this material.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetTexturePropertyNameIDs", - "comment": "IDs of all texture properties exposed on this material.\n\n```plaintext\nParams: outNames - IDs of all texture properties exposed on this material.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outNames", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetTexturePropertyNames", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "outNames", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetTexturePropertyNameIDs", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Sets a named float value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Float value to set.\n name - Property name, e.g. \"_Glossiness\".\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Sets a named float value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Float value to set.\n name - Property name, e.g. \"_Glossiness\".\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Sets a named integer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Integer value to set.\n name - Property name, e.g. \"_SrcBlend\".\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Sets a named integer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Integer value to set.\n name - Property name, e.g. \"_SrcBlend\".\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetColor", - "comment": "Sets a named color value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_Color\".\n value - Color value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetColor", - "comment": "Sets a named color value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_Color\".\n value - Color value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Sets a named vector value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_WaveAndDistance\".\n value - Vector value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Sets a named vector value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_WaveAndDistance\".\n value - Vector value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Sets a named matrix for the shader.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_CubemapRotation\".\n value - Matrix value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Sets a named matrix for the shader.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_CubemapRotation\".\n value - Matrix value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "Sets a float array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Array of values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloatArray", - "comment": "Sets a float array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Array of values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetColorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetColorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Color[]" } - ], - "isStatic": false, - "name": "SetColorArray", - "comment": "Sets a color array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Array of values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Color[]" } - ], - "isStatic": false, - "name": "SetColorArray", - "comment": "Sets a color array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Array of values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Sets a vector array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Sets a vector array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Sets a matrix array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Sets a matrix array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFloat", - "comment": "Get a named float value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetFloat", - "comment": "Get a named float value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetInt", - "comment": "Get a named integer value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetInt", - "comment": "Get a named integer value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetColor", - "comment": "Get a named color value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetColor", - "comment": "Get a named color value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetVector", - "comment": "Get a named vector value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetVector", - "comment": "Get a named vector value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMatrix", - "comment": "Get a named matrix value from the shader.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetMatrix", - "comment": "Get a named matrix value from the shader.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetTexture", - "comment": "Get a named texture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetTexture", - "comment": "Get a named texture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetFloatArray", - "comment": "Get a named float array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetFloatArray", - "comment": "Get a named float array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetColorArray", - "comment": "Get a named color array.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetColorArray", - "comment": "Get a named color array.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetVectorArray", - "comment": "Get a named vector array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetVectorArray", - "comment": "Get a named vector array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "Get a named matrix array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "Get a named matrix array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetColorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetColorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SetTextureOffset", - "comment": "Sets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, for example: \"_MainTex\".\n value - Texture placement offset.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SetTextureOffset", - "comment": "Sets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, for example: \"_MainTex\".\n value - Texture placement offset.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SetTextureScale", - "comment": "Sets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture placement scale.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SetTextureScale", - "comment": "Sets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture placement scale.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetTextureOffset", - "comment": "Gets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetTextureOffset", - "comment": "Gets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetTextureScale", - "comment": "Gets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "GetTextureScale", - "comment": "Gets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Material", - "comment": "The material class.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightRenderMode", - "name": "Auto", - "comment": "Automatically choose the render mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightRenderMode", - "name": "ForcePixel", - "comment": "Force the Light to be a pixel light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightRenderMode", - "name": "ForceVertex", - "comment": "Force the Light to be a vertex light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightRenderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightRenderMode", - "comment": "How the Light is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "count", - "comment": "Number of elements in the buffer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "stride", - "comment": "Size of one element in the buffer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "target", - "typeName": "UnityEngine.GraphicsBuffer.Target" - }, - { "name": "count", "typeName": "int" }, - { "name": "stride", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "Release a Graphics Buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Returns true if this graphics buffer is valid, or false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "System.Array" }], - "isStatic": false, - "name": "SetData", - "comment": "Set the buffer with values from an array.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Array" }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "graphicsBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "Partial copy of data values from an array into the buffer.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n managedBufferStartIndex - The first element index in data to copy to the graphics buffer.\n count - The number of elements to copy.\n graphicsBufferStartIndex - The first element index in the graphics buffer to receive the data.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "graphicsBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "nativeBufferStartIndex", "typeName": "int" }, - { "name": "graphicsBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "System.Array" }], - "isStatic": false, - "name": "GetData", - "comment": "Read data values from the buffer into an array. The array can only use blittable types.\n\n```plaintext\nParams: data - An array to receive the data.\n managedBufferStartIndex - The first element index in data where retrieved elements are copied.\n computeBufferStartIndex - The first element index of the buffer from which elements are read.\n count - The number of elements to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Array" }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "computeBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetData", - "comment": "Read data values from the buffer into an array. The array can only use blittable types.\n\n```plaintext\nParams: data - An array to receive the data.\n managedBufferStartIndex - The first element index in data where retrieved elements are copied.\n computeBufferStartIndex - The first element index of the buffer from which elements are read.\n count - The number of elements to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeBufferPtr", - "comment": "Pointer to the underlying graphics API buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "counterValue", "typeName": "uint" }], - "isStatic": false, - "name": "SetCounterValue", - "comment": "Sets counter value of append/consume buffer.\n\n```plaintext\nParams: counterValue - Value of the append/consume counter.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dstOffsetBytes", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyCount", - "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dstOffsetBytes", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyCount", - "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dstOffsetBytes", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyCount", - "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dstOffsetBytes", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyCount", - "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsBuffer", - "comment": "GPU graphics data buffer, for working with data such as vertex and index buffers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightShadows", - "name": "None", - "comment": "Do not cast shadows (default).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShadows", - "name": "Hard", - "comment": "Cast \"hard\" shadows (with no shadow filtering).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightShadows", - "name": "Soft", - "comment": "Cast \"soft\" shadows (with 4x PCF filtering).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightShadows", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightShadows", - "comment": "Shadow casting options for a Light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FogMode", - "name": "Linear", - "comment": "Linear fog.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FogMode", - "name": "Exponential", - "comment": "Exponential fog.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FogMode", - "name": "ExponentialSquared", - "comment": "Exponential squared fog (default).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FogMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FogMode", - "comment": "Fog mode to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightmapBakeType", - "name": "Realtime", - "comment": "Realtime lights cast run time light and shadows. They can change position, orientation, color, brightness, and many other properties at run time. No lighting gets baked into lightmaps or light probes..\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapBakeType", - "name": "Baked", - "comment": "Baked lights cannot move or change in any way during run time. All lighting for static objects gets baked into lightmaps. Lighting and shadows for dynamic objects gets baked into Light Probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapBakeType", - "name": "Mixed", - "comment": "Mixed lights allow a mix of realtime and baked lighting, based on the Mixed Lighting Mode used. These lights cannot move, but can change color and intensity at run time. Changes to color and intensity only affect direct lighting as indirect lighting gets baked. If using Subtractive mode, changes to color or intensity are not calculated at run time on static objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightmapBakeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmapBakeType", - "comment": "Enum describing what part of a light contribution can be baked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.MixedLightingMode", - "name": "IndirectOnly", - "comment": "Mixed lights provide realtime direct lighting while indirect light is baked into lightmaps and light probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MixedLightingMode", - "name": "Shadowmask", - "comment": "Mixed lights provide realtime direct lighting. Indirect lighting gets baked into lightmaps and light probes. Shadowmasks and light probe occlusion get generated for baked shadows. The Shadowmask Mode used at run time can be set in the Quality Settings panel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MixedLightingMode", - "name": "Subtractive", - "comment": "Mixed lights provide baked direct and indirect lighting for static objects. Dynamic objects receive realtime direct lighting and cast shadows on static objects using the main directional light in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.MixedLightingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MixedLightingMode", - "comment": "Enum describing what lighting mode to be used with Mixed lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ReceiveGI", - "name": "Lightmaps", - "comment": "Makes the GameObject use lightmaps to receive Global Illumination.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ReceiveGI", - "name": "LightProbes", - "comment": "The object will have the option to use Light Probes to receive Global Illumination. See Rendering.LightProbeUsage.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ReceiveGI", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReceiveGI", - "comment": "This property only takes effect if you enable a global illumination setting such as for the GameObject associated with the target Mesh Renderer. Otherwise this property defaults to the Light Probes setting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Vertex", - "comment": "GraphicsBuffer can be used to store vertex data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Index", - "comment": "GraphicsBuffer can be used as an index buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Structured", - "comment": "GraphicsBuffer can be used as a structured buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Raw", - "comment": "GraphicsBuffer can be used as a raw buffer (ByteAddressBuffer).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Append", - "comment": "GraphicsBuffer can be used as an append-consume buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Counter", - "comment": "GraphicsBuffer with an internal counter. See Also: GraphicsBuffer.SetCounterValue and GraphicsBuffer.CopyCount.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "IndirectArguments", - "comment": "GraphicsBuffer can be used as an indirect argument buffer for indirect draws and dispatches.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GraphicsBuffer.Target", - "name": "Constant", - "comment": "GraphicsBuffer can be used as a constant buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.GraphicsBuffer.Target", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Target", - "comment": "The type of graphics buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.QualityLevel", - "name": "Fastest", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.QualityLevel", - "name": "Fast", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.QualityLevel", - "name": "Simple", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.QualityLevel", - "name": "Good", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.QualityLevel", - "name": "Beautiful", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.QualityLevel", - "name": "Fantastic", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.QualityLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "QualityLevel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "open", - "comment": "Gets / sets the portal's open state.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OcclusionPortal", - "comment": "The portal for dynamically changing occlusion at runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ShadowProjection", - "name": "CloseFit", - "comment": "Close fit shadow maps with linear fadeout.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowProjection", - "name": "StableFit", - "comment": "Stable shadow maps with spherical fadeout.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ShadowProjection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowProjection", - "comment": "Shadow projection type for.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "Center of the occlusion area relative to the transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "Size that the occlusion area will have.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OcclusionArea", - "comment": "OcclusionArea is an area in which occlusion culling is performed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ShadowQuality", - "name": "Disable", - "comment": "Disable Shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowQuality", - "name": "HardOnly", - "comment": "Hard Shadows Only.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowQuality", - "name": "All", - "comment": "Hard and Soft Shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ShadowQuality", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowQuality", - "comment": "Determines which type of shadows should be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Flare", - "comment": "A flare asset. Read more about flares in the.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ShadowResolution", - "name": "Low", - "comment": "Low shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowResolution", - "name": "Medium", - "comment": "Medium shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowResolution", - "name": "High", - "comment": "High shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowResolution", - "name": "VeryHigh", - "comment": "Very high shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ShadowResolution", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowResolution", - "comment": "Default shadow resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "brightness", - "comment": "The strength of the flare.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fadeSpeed", - "comment": "The fade speed of the flare.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "The color of the flare.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Flare", - "name": "flare", - "comment": "The to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LensFlare", - "comment": "Script interface for a.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ShadowmaskMode", - "name": "Shadowmask", - "comment": "Static shadow casters won't be rendered into realtime shadow maps. All shadows from static casters are handled via Shadowmasks and occlusion from Light Probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ShadowmaskMode", - "name": "DistanceShadowmask", - "comment": "Static shadow casters will be rendered into realtime shadow maps. Shadowmasks and occlusion from Light Probes will only be used past the realtime shadow distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ShadowmaskMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowmaskMode", - "comment": "The rendering mode of Shadowmask.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ILogger", - "name": "unityLogger", - "comment": "Get default debug logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "developerConsoleVisible", - "comment": "Reports whether the development console is visible. The development console cannot be made to appear using:\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isDebugBuild", - "comment": "In the Build Settings dialog there is a check box called \"Development Build\".\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ILogger", - "name": "logger", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "duration", "typeName": "float" } - ], - "isStatic": true, - "name": "DrawLine", - "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "DrawLine", - "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawLine", - "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "duration", "typeName": "float" }, - { "name": "depthTest", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawLine", - "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "dir", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "duration", "typeName": "float" } - ], - "isStatic": true, - "name": "DrawRay", - "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "dir", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "DrawRay", - "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "dir", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "DrawRay", - "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "dir", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "duration", "typeName": "float" }, - { "name": "depthTest", "typeName": "bool" } - ], - "isStatic": true, - "name": "DrawRay", - "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Break", - "comment": "Pauses the editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "DebugBreak", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "buffer", "typeName": "byte*" }, - { "name": "bufferMax", "typeName": "int" }, - { "name": "projectFolder", "typeName": "string" } - ], - "isStatic": true, - "name": "ExtractStackTraceNoAlloc", - "comment": "Populate an unmanaged buffer with the current managed call stack as a sequence of UTF-8 bytes, without allocating GC memory. Returns the number of bytes written into the buffer.\n\n```plaintext\nParams: buffer - Target buffer to receive the callstack text\n bufferMax - Max number of bytes to write\n projectFolder - Project folder path, to clean up path names\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": true, - "name": "Log", - "comment": "Logs a message to the Unity Console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Log", - "comment": "Logs a message to the Unity Console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogFormat", - "comment": "Logs a formatted message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n logType - Type of message e.g. warn or error etc.\n logOptions - Option flags to treat the log message special.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogFormat", - "comment": "Logs a formatted message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n logType - Type of message e.g. warn or error etc.\n logOptions - Option flags to treat the log message special.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "logOptions", "typeName": "UnityEngine.LogOption" }, - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogFormat", - "comment": "Logs a formatted message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n logType - Type of message e.g. warn or error etc.\n logOptions - Option flags to treat the log message special.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": true, - "name": "LogError", - "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "LogError", - "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogErrorFormat", - "comment": "Logs a formatted error message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogErrorFormat", - "comment": "Logs a formatted error message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearDeveloperConsole", - "comment": "Clears errors from the developer console.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": true, - "name": "LogException", - "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: context - Object to which the message applies.\n exception - Runtime Exception.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "exception", "typeName": "System.Exception" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "LogException", - "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: context - Object to which the message applies.\n exception - Runtime Exception.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": true, - "name": "LogWarning", - "comment": "A variant of Debug.Log that logs a warning message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "LogWarning", - "comment": "A variant of Debug.Log that logs a warning message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogWarningFormat", - "comment": "Logs a formatted warning message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogWarningFormat", - "comment": "Logs a formatted warning message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "Assert", - "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Assert", - "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": true, - "name": "Assert", - "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Assert", - "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "AssertFormat", - "comment": "Assert a condition and logs a formatted error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "AssertFormat", - "comment": "Assert a condition and logs a formatted error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": true, - "name": "LogAssertion", - "comment": "A variant of Debug.Log that logs an assertion message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "LogAssertion", - "comment": "A variant of Debug.Log that logs an assertion message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogAssertionFormat", - "comment": "Logs a formatted assertion message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "LogAssertionFormat", - "comment": "Logs a formatted assertion message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": true, - "name": "Assert", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Debug", - "comment": "Class containing methods to ease debugging while developing a game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExposedPropertyResolver", - "comment": "Object that is used to resolve references to an ExposedReference field.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.PropertyName", - "name": "exposedName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "defaultValue", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "resolver", - "typeName": "UnityEngine.IExposedPropertyTable" - } - ], - "isStatic": false, - "name": "Resolve", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExposedReference", - "comment": "Creates a type whos value is resolvable at runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "UnityEngine.PropertyName" }, - { "name": "value", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "SetReferenceValue", - "comment": "Assigns a value for an ExposedReference.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n value - The value to assigned to the ExposedReference.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "id", "typeName": "UnityEngine.PropertyName" }, - { "name": "idValid", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetReferenceValue", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "UnityEngine.PropertyName" }], - "isStatic": false, - "name": "ClearReferenceValue", - "comment": "Remove a value for the given reference.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IExposedPropertyTable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CameraClearFlags", - "name": "Skybox", - "comment": "Clear with the skybox.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraClearFlags", - "name": "Color", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraClearFlags", - "name": "SolidColor", - "comment": "Clear with a background color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraClearFlags", - "name": "Depth", - "comment": "Clear only the depth buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CameraClearFlags", - "name": "Nothing", - "comment": "Don't clear anything.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CameraClearFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraClearFlags", - "comment": "Values for Camera.clearFlags, determining what to clear when rendering a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.DepthTextureMode", - "name": "None", - "comment": "Do not generate depth texture (Default).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DepthTextureMode", - "name": "Depth", - "comment": "Generate a depth texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DepthTextureMode", - "name": "DepthNormals", - "comment": "Generate a depth + normals texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DepthTextureMode", - "name": "MotionVectors", - "comment": "Specifies whether motion vectors should be rendered (if possible).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.DepthTextureMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DepthTextureMode", - "comment": "Depth texture generation mode for Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TexGenMode", - "name": "None", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TexGenMode", - "name": "SphereMap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TexGenMode", - "name": "Object", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TexGenMode", - "name": "EyeLinear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TexGenMode", - "name": "CubeReflect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TexGenMode", - "name": "CubeNormal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TexGenMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TexGenMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AnisotropicFiltering", - "name": "Disable", - "comment": "Disable anisotropic filtering for all textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AnisotropicFiltering", - "name": "Enable", - "comment": "Enable anisotropic filtering, as set for each texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AnisotropicFiltering", - "name": "ForceEnable", - "comment": "Enable anisotropic filtering for all textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AnisotropicFiltering", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AnisotropicFiltering", - "comment": "Anisotropic filtering mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.BlendWeights", - "name": "OneBone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BlendWeights", - "name": "TwoBones", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BlendWeights", - "name": "FourBones", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.BlendWeights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BlendWeights", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SkinWeights", - "name": "OneBone", - "comment": "One bone affects each vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinWeights", - "name": "TwoBones", - "comment": "Two bones affect each vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinWeights", - "name": "FourBones", - "comment": "Four bones affect each vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinWeights", - "name": "Unlimited", - "comment": "An unlimited number of bones affect each vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SkinWeights", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SkinWeights", - "comment": "Skin weights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.MeshTopology", - "name": "Triangles", - "comment": "Mesh is made from triangles.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MeshTopology", - "name": "Quads", - "comment": "Mesh is made from quads.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MeshTopology", - "name": "Lines", - "comment": "Mesh is made from lines.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MeshTopology", - "name": "LineStrip", - "comment": "Mesh is a line strip.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MeshTopology", - "name": "Points", - "comment": "Mesh is made from points.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.MeshTopology", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MeshTopology", - "comment": "Topology of Mesh faces.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SkinQuality", - "name": "Auto", - "comment": "Chooses the number of bones from the number current QualitySettings. (Default)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinQuality", - "name": "Bone1", - "comment": "Use only 1 bone to deform a single vertex. (The most important bone will be used).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinQuality", - "name": "Bone2", - "comment": "Use 2 bones to deform a single vertex. (The most important bones will be used).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SkinQuality", - "name": "Bone4", - "comment": "Use 4 bones to deform a single vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SkinQuality", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SkinQuality", - "comment": "The maximum number of bones affecting a single vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CubemapFace", - "name": "Unknown", - "comment": "Cubemap face is unknown or unspecified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "PositiveX", - "comment": "Right facing side (+x).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "NegativeX", - "comment": "Left facing side (-x).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "PositiveY", - "comment": "Upwards facing side (+y).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "NegativeY", - "comment": "Downward facing side (-y).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "PositiveZ", - "comment": "Forward facing side (+z).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CubemapFace", - "name": "NegativeZ", - "comment": "Backward facing side (-z).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CubemapFace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CubemapFace", - "comment": "Cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ColorSpace", - "name": "Uninitialized", - "comment": "Uninitialized color space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorSpace", - "name": "Gamma", - "comment": "Gamma color space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorSpace", - "name": "Linear", - "comment": "Linear color space.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ColorSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ColorSpace", - "comment": "Color space for player settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGB32", - "comment": "Color render texture format, 8 bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "Depth", - "comment": "A depth render texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGBHalf", - "comment": "Color render texture format, 16 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "Shadowmap", - "comment": "A native shadowmap render texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RGB565", - "comment": "Color render texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGB4444", - "comment": "Color render texture format, 4 bit per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGB1555", - "comment": "Color render texture format, 1 bit for Alpha channel, 5 bits for Red, Green and Blue channels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "Default", - "comment": "Default color render texture format: will be chosen accordingly to Frame Buffer format and Platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGB2101010", - "comment": "Color render texture format. 10 bits for colors, 2 bits for alpha.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "DefaultHDR", - "comment": "Default HDR color render texture format: will be chosen accordingly to Frame Buffer format and Platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGB64", - "comment": "Four color render texture format, 16 bits per channel, fixed point, unsigned normalized.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGBFloat", - "comment": "Color render texture format, 32 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RGFloat", - "comment": "Two color (RG) render texture format, 32 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RGHalf", - "comment": "Two color (RG) render texture format, 16 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RFloat", - "comment": "Scalar (R) render texture format, 32 bit floating point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RHalf", - "comment": "Scalar (R) render texture format, 16 bit floating point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "R8", - "comment": "Single channel (R) render texture format, 8 bit integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "ARGBInt", - "comment": "Four channel (ARGB) render texture format, 32 bit signed integer per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RGInt", - "comment": "Two channel (RG) render texture format, 32 bit signed integer per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RInt", - "comment": "Scalar (R) render texture format, 32 bit signed integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "BGRA32", - "comment": "Color render texture format, 8 bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RGB111110Float", - "comment": "Color render texture format. R and G channels are 11 bit floating point, B channel is 10 bit floating point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RG32", - "comment": "Two color (RG) render texture format, 16 bits per channel, fixed point, unsigned normalized.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RGBAUShort", - "comment": "Four channel (RGBA) render texture format, 16 bit unsigned integer per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "RG16", - "comment": "Two channel (RG) render texture format, 8 bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "BGRA10101010_XR", - "comment": "Color render texture format, 10 bit per channel, extended range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "BGR101010_XR", - "comment": "Color render texture format, 10 bit per channel, extended range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "R16", - "comment": "Single channel (R) render texture format, 16 bit integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RenderTextureFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTextureFormat", - "comment": "Format of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ColorGamut", - "name": "sRGB", - "comment": "sRGB color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorGamut", - "name": "Rec709", - "comment": "Rec. 709 color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorGamut", - "name": "Rec2020", - "comment": "Rec. 2020 color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorGamut", - "name": "DisplayP3", - "comment": "Display-P3 color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorGamut", - "name": "HDR10", - "comment": "HDR10 high dynamic range color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorGamut", - "name": "DolbyHDR", - "comment": "DolbyHDR high dynamic range color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ColorGamut", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ColorGamut", - "comment": "Represents a color gamut.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.VRTextureUsage", - "name": "None", - "comment": "The RenderTexture is not a VR eye texture. No special rendering behavior will occur.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.VRTextureUsage", - "name": "OneEye", - "comment": "This texture corresponds to a single eye on a stereoscopic display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.VRTextureUsage", - "name": "TwoEyes", - "comment": "This texture corresponds to two eyes on a stereoscopic display. This will be taken into account when using Graphics.Blit and other rendering functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.VRTextureUsage", - "name": "DeviceSpecific", - "comment": "The texture used by an external XR provider. The provider is responsible for defining the texture's layout and use.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.VRTextureUsage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VRTextureUsage", - "comment": "This enum describes how the RenderTexture is used as a VR eye texture. Instead of using the values of this enum manually, use the value returned by XR.XRSettings.eyeTextureDesc|eyeTextureDesc or other VR functions returning a RenderTextureDescriptor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "Unknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "Portrait", - "comment": "Portrait orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "PortraitUpsideDown", - "comment": "Portrait orientation, upside down.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "LandscapeLeft", - "comment": "Landscape orientation, counter-clockwise from the portrait orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "LandscapeRight", - "comment": "Landscape orientation, clockwise from the portrait orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "AutoRotation", - "comment": "Auto-rotates the screen as necessary toward any of the enabled orientations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ScreenOrientation", - "name": "Landscape", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ScreenOrientation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScreenOrientation", - "comment": "Describes screen orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "MipMap", - "comment": "Set this flag to allocate mipmaps in the RenderTexture. See RenderTexture.useMipMap for more details.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "AutoGenerateMips", - "comment": "Determines whether or not mipmaps are automatically generated when the RenderTexture is modified.\nThis flag is set by default, and has no effect if the RenderTextureCreationFlags.MipMap flag is not also set.\nSee RenderTexture.autoGenerateMips for more details.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "SRGB", - "comment": "When this flag is set, reads and writes to this texture are converted to SRGB color space. See RenderTexture.sRGB for more details.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "EyeTexture", - "comment": "Set this flag when the Texture is to be used as a VR eye texture. This flag is cleared by default. This flag is set on a RenderTextureDesc when it is returned from GetDefaultVREyeTextureDesc or other VR functions returning a RenderTextureDesc.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "EnableRandomWrite", - "comment": "Set this flag to enable random access writes to the RenderTexture from shaders.\nNormally, pixel shaders only operate on pixels they are given. Compute shaders cannot write to textures without this flag. Random write enables shaders to write to arbitrary locations on a RenderTexture. See RenderTexture.enableRandomWrite for more details, including supported platforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "CreatedFromScript", - "comment": "This flag is always set internally when a RenderTexture is created from script. It has no effect when set manually from script code.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "AllowVerticalFlip", - "comment": "Clear this flag when a RenderTexture is a VR eye texture and the device does not automatically flip the texture when being displayed. This is platform specific and\nIt is set by default. This flag is only cleared when part of a RenderTextureDesc that is returned from GetDefaultVREyeTextureDesc or other VR functions that return a RenderTextureDesc. Currently, only Hololens eye textures need to clear this flag.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "NoResolvedColorSurface", - "comment": "When this flag is set, the engine will not automatically resolve the color surface.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "DynamicallyScalable", - "comment": "Set this flag to mark this RenderTexture for Dynamic Resolution should the target platform/graphics API support Dynamic Resolution. See ScalabeBufferManager for more details.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "BindMS", - "comment": "Setting this flag causes the RenderTexture to be bound as a multisampled texture in a shader. The flag prevents the RenderTexture from being resolved by default when RenderTexture.antiAliasing is greater than 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RenderTextureCreationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTextureCreationFlags", - "comment": "Set of flags that control the state of a newly-created RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FilterMode", - "name": "Point", - "comment": "Point filtering - texture pixels become blocky up close.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FilterMode", - "name": "Bilinear", - "comment": "Bilinear filtering - texture samples are averaged.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FilterMode", - "name": "Trilinear", - "comment": "Trilinear filtering - texture samples are averaged and also blended between mipmap levels.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FilterMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FilterMode", - "comment": "Filtering mode for textures. Corresponds to the settings in a.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RenderTextureReadWrite", - "name": "Default", - "comment": "Default color space conversion based on project settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureReadWrite", - "name": "Linear", - "comment": "Render texture contains linear (non-color) data; don't perform color conversions on it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureReadWrite", - "name": "sRGB", - "comment": "Render texture contains sRGB (color) data, perform Linear<->sRGB conversions on it.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RenderTextureReadWrite", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTextureReadWrite", - "comment": "Color space conversion mode of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "Repeat", - "comment": "Tiles the texture, creating a repeating pattern.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "Clamp", - "comment": "Clamps the texture to the last pixel at the edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "Mirror", - "comment": "Tiles the texture, creating a repeating pattern by mirroring it at every integer boundary.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "MirrorOnce", - "comment": "Mirrors the texture once, then clamps to edge pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextureWrapMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextureWrapMode", - "comment": "Wrap mode for textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RenderTextureMemoryless", - "name": "None", - "comment": "The render texture is not memoryless.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureMemoryless", - "name": "Color", - "comment": "Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureMemoryless", - "name": "Depth", - "comment": "Render texture depth pixels are memoryless.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureMemoryless", - "name": "MSAA", - "comment": "Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 2, 4 or 8.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RenderTextureMemoryless", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTextureMemoryless", - "comment": "Flags enumeration of the render texture memoryless modes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.NPOTSupport", - "name": "None", - "comment": "NPOT textures are not supported. Will be upscaled/padded at loading time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NPOTSupport", - "name": "Restricted", - "comment": "Limited NPOT support: no mipmaps and clamp TextureWrapMode|wrap mode will be forced.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NPOTSupport", - "name": "Full", - "comment": "Full NPOT support.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.NPOTSupport", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NPOTSupport", - "comment": "NPOT Texture2D|textures support.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.HDRDisplaySupportFlags", - "name": "None", - "comment": "Flag used to denote that support for HDR displays is not available on the system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HDRDisplaySupportFlags", - "name": "Supported", - "comment": "Flag used to denote that support for HDR displays is available on the system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HDRDisplaySupportFlags", - "name": "RuntimeSwitchable", - "comment": "Flag used to denote that the system can change whether output is performed in HDR or SDR ranges at runtime when connected to an HDR display.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HDRDisplaySupportFlags", - "name": "AutomaticTonemapping", - "comment": "Flag used to denote if the system supports automatic tonemapping to HDR displays.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.HDRDisplaySupportFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HDRDisplaySupportFlags", - "comment": "A set of flags that describe the level of HDR display support available on the system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextureFormat", - "name": "Alpha8", - "comment": "Alpha-only texture format, 8 bit integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ARGB4444", - "comment": "A 16 bits/pixel texture format. Texture stores color with an alpha channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGB24", - "comment": "Color texture format, 8-bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGBA32", - "comment": "Color with alpha texture format, 8-bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ARGB32", - "comment": "Color with alpha texture format, 8-bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGB565", - "comment": "A 16 bit color texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "R16", - "comment": "Single channel (R) texture format, 16 bit integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "DXT1", - "comment": "Compressed color texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "DXT5", - "comment": "Compressed color with alpha channel texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGBA4444", - "comment": "Color and alpha texture format, 4 bit per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "BGRA32", - "comment": "Color with alpha texture format, 8-bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RHalf", - "comment": "Scalar (R) texture format, 16 bit floating point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGHalf", - "comment": "Two color (RG) texture format, 16 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGBAHalf", - "comment": "RGB color and alpha texture format, 16 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RFloat", - "comment": "Scalar (R) texture format, 32 bit floating point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGFloat", - "comment": "Two color (RG) texture format, 32 bit floating point per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGBAFloat", - "comment": "RGB color and alpha texture format, 32-bit floats per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "YUY2", - "comment": "A format that uses the YUV color space and is often used for video encoding or playback.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGB9e5Float", - "comment": "RGB HDR format, with 9 bit mantissa per channel and a 5 bit shared exponent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "BC4", - "comment": "Compressed one channel (R) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "BC5", - "comment": "Compressed two-channel (RG) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "BC6H", - "comment": "HDR compressed color texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "BC7", - "comment": "High quality compressed color texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "DXT1Crunched", - "comment": "Compressed color texture format with Crunch compression for smaller storage sizes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "DXT5Crunched", - "comment": "Compressed color with alpha channel texture format with Crunch compression for smaller storage sizes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_RGB2", - "comment": "PowerVR (iOS) 2 bits/pixel compressed color texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_RGBA2", - "comment": "PowerVR (iOS) 2 bits/pixel compressed with alpha channel texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_RGB4", - "comment": "PowerVR (iOS) 4 bits/pixel compressed color texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_RGBA4", - "comment": "PowerVR (iOS) 4 bits/pixel compressed with alpha channel texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC_RGB4", - "comment": "ETC (GLES2.0) 4 bits/pixel compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ATC_RGB4", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ATC_RGBA8", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "EAC_R", - "comment": "ETC2 EAC (GL ES 3.0) 4 bitspixel compressed unsigned single-channel texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "EAC_R_SIGNED", - "comment": "ETC2 EAC (GL ES 3.0) 4 bitspixel compressed signed single-channel texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "EAC_RG", - "comment": "ETC2 EAC (GL ES 3.0) 8 bitspixel compressed unsigned dual-channel (RG) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "EAC_RG_SIGNED", - "comment": "ETC2 EAC (GL ES 3.0) 8 bitspixel compressed signed dual-channel (RG) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC2_RGB", - "comment": "ETC2 (GL ES 3.0) 4 bits/pixel compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC2_RGBA1", - "comment": "ETC2 (GL ES 3.0) 4 bits/pixel RGB+1-bit alpha texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC2_RGBA8", - "comment": "ETC2 (GL ES 3.0) 8 bits/pixel compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_4x4", - "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_5x5", - "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_6x6", - "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_8x8", - "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_10x10", - "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_12x12", - "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC_RGB4_3DS", - "comment": "ETC 4 bits/pixel compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC_RGBA8_3DS", - "comment": "ETC 4 bitspixel RGB + 4 bitspixel Alpha compressed texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RG16", - "comment": "Two color (RG) texture format, 8-bits per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "R8", - "comment": "Single channel (R) texture format, 8 bit integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC_RGB4Crunched", - "comment": "Compressed color texture format with Crunch compression for smaller storage sizes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ETC2_RGBA8Crunched", - "comment": "Compressed color with alpha channel texture format using Crunch compression for smaller storage sizes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_HDR_4x4", - "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_HDR_5x5", - "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_HDR_6x6", - "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_HDR_8x8", - "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_HDR_10x10", - "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_HDR_12x12", - "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RG32", - "comment": "Two channel (RG) texture format, 16 bit integer per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGB48", - "comment": "Three channel (RGB) texture format, 16 bit integer per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "RGBA64", - "comment": "Four channel (RGBA) texture format, 16 bit integer per channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGB_4x4", - "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGB_5x5", - "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGB_6x6", - "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGB_8x8", - "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGB_10x10", - "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGB_12x12", - "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGB texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGBA_4x4", - "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGBA_5x5", - "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGBA_6x6", - "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGBA_8x8", - "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGBA_10x10", - "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "ASTC_RGBA_12x12", - "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGBA texture format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_2BPP_RGB", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_2BPP_RGBA", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_4BPP_RGB", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "PVRTC_4BPP_RGBA", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextureFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextureFormat", - "comment": "Format used when creating textures from scripts.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightmapsMode", - "name": "NonDirectional", - "comment": "Light intensity (no directional information), encoded as 1 lightmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "CombinedDirectional", - "comment": "Directional information for direct light is combined with directional information for indirect light, encoded as 2 lightmaps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "SeparateDirectional", - "comment": "Directional information for direct light is stored separately from directional information for indirect light, encoded as 4 lightmaps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "Single", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "Dual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "Directional", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightmapsMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmapsMode", - "comment": "Lightmap (and lighting) configuration mode, controls how lightmaps interact with lighting and what kind of information they store.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "name": "None", - "comment": "The emissive lighting does not affect Global Illumination at all.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "name": "RealtimeEmissive", - "comment": "The emissive lighting will affect realtime Global Illumination. It emits lighting into realtime lightmaps and realtime lightprobes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "name": "BakedEmissive", - "comment": "The emissive lighting affects baked Global Illumination. It emits lighting into baked lightmaps and baked lightprobes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "name": "EmissiveIsBlack", - "comment": "The emissive lighting is guaranteed to be black. This lets the lightmapping system know that it doesn't have to extract emissive lighting information from the material and can simply assume it is completely black.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "name": "AnyEmissive", - "comment": "Helper Mask to be used to query the enum only based on whether realtime GI or baked GI is set, ignoring all other bits.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.MaterialGlobalIlluminationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MaterialGlobalIlluminationFlags", - "comment": "How the material interacts with lightmaps and lightprobes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isFeatureSupported", - "comment": "Checks if Light Probe Proxy Volumes are supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "boundsGlobal", - "comment": "The world-space bounding box in which the 3D grid of interpolated Light Probes is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "sizeCustom", - "comment": "The size of the bounding box in which the 3D grid of interpolated Light Probes is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "originCustom", - "comment": "The local-space origin of the bounding box in which the 3D grid of interpolated Light Probes is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "probeDensity", - "comment": "Interpolated Light Probe density.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "gridResolutionX", - "comment": "The 3D grid resolution on the x-axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "gridResolutionY", - "comment": "The 3D grid resolution on the y-axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "gridResolutionZ", - "comment": "The 3D grid resolution on the z-axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", - "name": "boundingBoxMode", - "comment": "The bounding box mode for generating the 3D grid of interpolated Light Probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", - "name": "resolutionMode", - "comment": "The resolution mode for generating the grid of interpolated Light Probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", - "name": "probePositionMode", - "comment": "The mode in which the interpolated Light Probe positions are generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", - "name": "refreshMode", - "comment": "Sets the way the Light Probe Proxy Volume refreshes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.QualityMode", - "name": "qualityMode", - "comment": "Determines how many Spherical Harmonics bands will be evaluated to compute the ambient color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.DataFormat", - "name": "dataFormat", - "comment": "The texture data format used by the Light Probe Proxy Volume 3D texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "Triggers an update of the Light Probe Proxy Volume.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightProbeProxyVolume", - "comment": "The Light Probe Proxy Volume component offers the possibility to use higher resolution lighting for large non-static GameObjects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.SkinQuality", - "name": "quality", - "comment": "The maximum number of bones per vertex that are taken into account during skinning.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "updateWhenOffscreen", - "comment": "If enabled, the Skinned Mesh will be updated when offscreen. If disabled, this also disables updating animations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "forceMatrixRecalculationPerRender", - "comment": "Forces the Skinned Mesh to recalculate its matricies when rendered\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "rootBone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform[]", - "name": "bones", - "comment": "The bones used to skin the mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "sharedMesh", - "comment": "The mesh used for skinning.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "skinnedMotionVectors", - "comment": "Specifies whether skinned motion vectors should be used for this renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "localBounds", - "comment": "AABB of this Skinned Mesh in its local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetBlendShapeWeight", - "comment": "The weight of the BlendShape.\n\n```plaintext\nParams: index - The index of the BlendShape whose weight you want to retrieve. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetBlendShapeWeight", - "comment": "Sets the weight of a BlendShape for this Renderer.\n\n```plaintext\nParams: index - The index of the BlendShape to modify. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer.\n value - The weight for this BlendShape.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of SkinnedMeshRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the skinned mesh.\n useScale - Whether to use the SkinnedMeshRenderer's Transform scale when baking the Mesh. If this is true, Unity bakes the Mesh using the position, rotation, and scale values from the SkinnedMeshRenderer's Transform. If this is false, Unity bakes the Mesh using the position and rotation values from the SkinnedMeshRenderer's Transform, but without using the scale value from the SkinnedMeshRenderer's Transform. The default value is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "useScale", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of SkinnedMeshRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the skinned mesh.\n useScale - Whether to use the SkinnedMeshRenderer's Transform scale when baking the Mesh. If this is true, Unity bakes the Mesh using the position, rotation, and scale values from the SkinnedMeshRenderer's Transform. If this is false, Unity bakes the Mesh using the position and rotation values from the SkinnedMeshRenderer's Transform, but without using the scale value from the SkinnedMeshRenderer's Transform. The default value is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SkinnedMeshRenderer", - "comment": "The Skinned Mesh filter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Mesh", - "name": "additionalVertexStreams", - "comment": "Vertex attributes in this mesh will override or add attributes of the primary mesh in the MeshRenderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "enlightenVertexStream", - "comment": "Vertex attributes that override the primary mesh when the MeshRenderer uses lightmaps in the Realtime Global Illumination system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "subMeshStartIndex", - "comment": "Index of the first sub-mesh to use from the Mesh associated with this MeshRenderer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "scaleInLightmap", - "comment": "Specifies the relative lightmap resolution of this object. (Editor only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ReceiveGI", - "name": "receiveGI", - "comment": "Determines how the object will receive global illumination. (Editor only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "stitchLightmapSeams", - "comment": "When enabled, seams in baked lightmaps will get smoothed. (Editor only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MeshRenderer", - "comment": "Renders meshes inserted by the MeshFilter or TextMesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightmappingMode", - "name": "Realtime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmappingMode", - "name": "Baked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmappingMode", - "name": "Mixed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightmappingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmappingMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3[]", - "name": "probePositions", - "comment": "Editor only function to access and modify probe positions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "dering", - "comment": "Removes ringing from probes if enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightProbeGroup", - "comment": "Light Probe Group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "points", - "typeName": "System.Collections.Generic.List" - }, - { "name": "tolerance", "typeName": "float" }, - { - "name": "pointsToKeep", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Simplify", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "points", - "typeName": "System.Collections.Generic.List" - }, - { "name": "tolerance", "typeName": "float" }, - { - "name": "simplifiedPoints", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Simplify", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "points", - "typeName": "System.Collections.Generic.List" - }, - { "name": "tolerance", "typeName": "float" }, - { - "name": "pointsToKeep", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Simplify", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "points", - "typeName": "System.Collections.Generic.List" - }, - { "name": "tolerance", "typeName": "float" }, - { - "name": "simplifiedPoints", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Simplify", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LineUtility", - "comment": "A collection of common line functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LODFadeMode", - "name": "None", - "comment": "Indicates the LOD fading is turned off.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LODFadeMode", - "name": "CrossFade", - "comment": "Perform cross-fade style blending between the current LOD and the next LOD if the distance to camera falls in the range specified by the LOD.fadeTransitionWidth of each LOD.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LODFadeMode", - "name": "SpeedTree", - "comment": "By specifying this mode, your LODGroup will perform a SpeedTree-style LOD fading scheme:\n\n\n* For all the mesh LODs other than the last (most crude) mesh LOD, the fade factor is calculated as the percentage of the object's current screen height, compared to the whole range of the LOD. It is 1, if the camera is right at the position where the previous LOD switches out and 0, if the next LOD is just about to switch in.\n\n\n* For the last mesh LOD and the billboard LOD, the cross-fade mode is used.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LODFadeMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LODFadeMode", - "comment": "The LOD (level of detail) fade modes. Modes other than LODFadeMode.None will result in Unity calculating a blend factor for blending/interpolating between two neighbouring LODs and pass it to your shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "screenRelativeTransitionHeight", - "comment": "The screen relative height to use for the transition [0-1].\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fadeTransitionWidth", - "comment": "Width of the cross-fade transition zone (proportion to the current LOD's whole length) [0-1]. Only used if it's not animated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Renderer[]", - "name": "renderers", - "comment": "List of renderers for this LOD level.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "screenRelativeTransitionHeight", "typeName": "float" }, - { "name": "renderers", "typeName": "UnityEngine.Renderer[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Construct a LOD.\n\n```plaintext\nParams: screenRelativeTransitionHeight - The screen relative height to use for the transition [0-1].\n renderers - An array of renderers to use for this LOD level.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LOD", - "comment": "Structure for building a LOD for passing to the SetLODs function.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "localReferencePoint", - "comment": "The local reference point against which the LOD distance is calculated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "size", - "comment": "The size of the LOD object in local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lodCount", - "comment": "The number of LOD levels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LODFadeMode", - "name": "fadeMode", - "comment": "The LOD fade mode used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "animateCrossFading", - "comment": "Specify if the cross-fading should be animated by time. The animation duration is specified globally as crossFadeAnimationDuration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Allows you to enable or disable the LODGroup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "crossFadeAnimationDuration", - "comment": "The cross-fading animation duration in seconds. ArgumentException will be thrown if it is set to zero or a negative value.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateBounds", - "comment": "Recalculate the bounding region for the LODGroup (Relatively slow, do not call often).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetLODs", - "comment": "The LOD array.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lods", "typeName": "UnityEngine.LOD[]" }], - "isStatic": false, - "name": "SetLODS", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lods", "typeName": "UnityEngine.LOD[]" }], - "isStatic": false, - "name": "SetLODs", - "comment": "Set the LODs for the LOD group. This will remove any existing LODs configured on the LODGroup.\n\n```plaintext\nParams: lods - The LODs to use for this group.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ForceLOD", - "comment": "```plaintext\nParams: index - The LOD level to use. Passing index < 0 will return to standard LOD processing.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LODGroup", - "comment": "LODGroup lets you group multiple Renderers into LOD levels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "weight0", - "comment": "Skinning weight for first bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "weight1", - "comment": "Skinning weight for second bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "weight2", - "comment": "Skinning weight for third bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "weight3", - "comment": "Skinning weight for fourth bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "boneIndex0", - "comment": "Index of first bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "boneIndex1", - "comment": "Index of second bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "boneIndex2", - "comment": "Index of third bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "boneIndex3", - "comment": "Index of fourth bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.BoneWeight" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.BoneWeight" }, - { "name": "rhs", "typeName": "UnityEngine.BoneWeight" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.BoneWeight" }, - { "name": "rhs", "typeName": "UnityEngine.BoneWeight" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BoneWeight", - "comment": "Describes 4 skinning bone weights that affect a vertex in a mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "weight", - "comment": "Skinning weight for bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "boneIndex", - "comment": "Index of bone.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.BoneWeight1" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.BoneWeight1" }, - { "name": "rhs", "typeName": "UnityEngine.BoneWeight1" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.BoneWeight1" }, - { "name": "rhs", "typeName": "UnityEngine.BoneWeight1" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BoneWeight1", - "comment": "Describes a bone weight that affects a vertex in a mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Mesh", - "name": "mesh", - "comment": "Mesh to combine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "subMeshIndex", - "comment": "Sub-Mesh index of the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "transform", - "comment": "Matrix to transform the Mesh with before combining.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "lightmapScaleOffset", - "comment": "The baked lightmap UV scale and offset applied to the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "realtimeLightmapScaleOffset", - "comment": "The realtime lightmap UV scale and offset applied to the Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CombineInstance", - "comment": "Struct used to describe meshes to be combined using Mesh.CombineMeshes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "GenerateAllMips", - "comment": "Can be used with Texture constructors that take a mip count to indicate that all mips should be generated. The value of this field is -1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "masterTextureLimit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "mipmapCount", - "comment": "How many mipmap levels are in this Texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AnisotropicFiltering", - "name": "anisotropicFiltering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "graphicsFormat", - "comment": "Returns the GraphicsFormat format or color format of a Texture object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "Width of the Texture in pixels. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the Texture in pixels. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "dimension", - "comment": "Dimensionality (type) of the Texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "Whether Unity stores an additional copy of this texture's pixel data in CPU-addressable memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "wrapMode", - "comment": "Texture coordinate wrapping mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "wrapModeU", - "comment": "Texture U coordinate wrapping mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "wrapModeV", - "comment": "Texture V coordinate wrapping mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureWrapMode", - "name": "wrapModeW", - "comment": "Texture W coordinate wrapping mode for Texture3D.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FilterMode", - "name": "filterMode", - "comment": "Filtering mode of the Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "anisoLevel", - "comment": "Defines the anisotropic filtering level of the Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "mipMapBias", - "comment": "The mipmap bias of the Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "texelSize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "updateCount", - "comment": "This counter is incremented when the Texture is updated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Hash128", - "name": "imageContentsHash", - "comment": "The hash value of the Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "totalTextureMemory", - "comment": "The total amount of Texture memory that Unity would use if it loads all Textures at mipmap level 0.\n\nThis is a theoretical value that does not take into account any input from the streaming system or any other input, for example when you set the`Texture2D.requestedMipmapLevel` manually.\n\nTo see a Texture memory value that takes inputs into account, use `desiredTextureMemory`.\n\n`totalTextureMemory` only includes instances of Texture2D and CubeMap Textures. It does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "desiredTextureMemory", - "comment": "The total size of the Textures, in bytes, that Unity loads if there were no other constraints. Before Unity loads any Textures, it applies the which reduces the loaded Texture resolution if the Texture sizes exceed its value. The `desiredTextureMemory` value takes into account the mipmap levels that Unity has requested or that you have set manually.\n\nFor example, if Unity does not load a Texture at full resolution because it is far away or its requested mipmap level is greater than 0, Unity reduces the `desiredTextureMemory` value to match the total memory needed.\n\nThe `desiredTextureMemory` value can be greater than the `targetTextureMemory` value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "targetTextureMemory", - "comment": "The total amount of Texture memory that Unity allocates to the Textures in the scene after it applies the and finishes loading Textures. `targetTextureMemory`also takes mipmap streaming settings into account. This value only includes instances of Texture2D and CubeMap Textures. It does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "currentTextureMemory", - "comment": "The amount of memory that all Textures in the scene use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "nonStreamingTextureMemory", - "comment": "The amount of memory Unity allocates for non-streaming Textures in the scene. This only includes instances of Texture2D and CubeMap Textures. This does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "streamingMipmapUploadCount", - "comment": "How many times has a Texture been uploaded due to Texture mipmap streaming.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "streamingRendererCount", - "comment": "Number of renderers registered with the Texture streaming system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "streamingTextureCount", - "comment": "Number of streaming Textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "nonStreamingTextureCount", - "comment": "The number of non-streaming Textures in the scene. This includes instances of Texture2D and CubeMap Textures. This does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "streamingTexturePendingLoadCount", - "comment": "Number of streaming Textures with outstanding mipmaps to be loaded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "streamingTextureLoadingCount", - "comment": "Number of streaming Textures with mipmaps currently loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "streamingTextureForceLoadAll", - "comment": "Force streaming Textures to load all mipmap levels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "streamingTextureDiscardUnusedMips", - "comment": "This property forces the streaming Texture system to discard all unused mipmaps instead of caching them until the Texture is exceeded. This is useful when you profile or write tests to keep a predictable set of Textures in memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowThreadedTextureCreation", - "comment": "Allow Unity internals to perform Texture creation on any thread (rather than the dedicated render thread).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "forcedMin", "typeName": "int" }, - { "name": "globalMax", "typeName": "int" } - ], - "isStatic": true, - "name": "SetGlobalAnisotropicFilteringLimits", - "comment": "Sets Anisotropic limits.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeTexturePtr", - "comment": "Pointer to an underlying graphics API Texture resource.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetNativeTextureID", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "IncrementUpdateCount", - "comment": "Increment the update counter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "SetStreamingTextureMaterialDebugProperties", - "comment": "This function sets mipmap streaming debug properties on any materials that use this Texture through the mipmap streaming system.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Texture", - "comment": "Base class for Texture handling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TextureFormat", - "name": "format", - "comment": "The format of the pixel data in the texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "whiteTexture", - "comment": "Gets a small Texture with all white pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "blackTexture", - "comment": "Gets a small Texture with all black pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "redTexture", - "comment": "Gets a small Texture with all red pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "grayTexture", - "comment": "Gets a small Texture with all gray pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "linearGrayTexture", - "comment": "Gets a small Texture with all gray pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "normalTexture", - "comment": "Gets a small Texture with pixels that represent surface normal vectors at a neutral position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "vtOnly", - "comment": "Returns true if the VTOnly checkbox was checked when the texture was imported; otherwise returns false. For additional information, see TextureImporter.vtOnly.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "streamingMipmaps", - "comment": "Determines whether mipmap streaming is enabled for this Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "streamingMipmapsPriority", - "comment": "Sets the relative priority for this Texture when reducing memory size to fit within the memory budget.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "requestedMipmapLevel", - "comment": "The mipmap level to load.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "minimumMipmapLevel", - "comment": "Restricts the mipmap streaming system to a minimum mip level for this Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "calculatedMipmapLevel", - "comment": "The mipmap level calculated by the streaming system, which takes into account the streaming Cameras and the location of the objects containing this Texture. This is unaffected by requestedMipmapLevel or minimumMipmapLevel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "desiredMipmapLevel", - "comment": "The mipmap level that the streaming system would load before memory budgets are applied.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "loadingMipmapLevel", - "comment": "The mipmap level that the mipmap streaming system is in the process of loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "loadedMipmapLevel", - "comment": "The mipmap level that is currently loaded by the streaming system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "alphaIsTransparency", - "comment": "Indicates whether this texture was imported with TextureImporter.alphaIsTransparency enabled. This setting is available only in the Editor scripts. Note that changing this setting will have no effect; it must be enabled in TextureImporter instead.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "highQuality", "typeName": "bool" }], - "isStatic": false, - "name": "Compress", - "comment": "Compress texture into DXT format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearRequestedMipmapLevel", - "comment": "Resets the requestedMipmapLevel field.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsRequestedMipmapLevelLoaded", - "comment": "True if the mipmap level requested by requestedMipmapLevel has finished loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearMinimumMipmapLevel", - "comment": "Resets the minimumMipmapLevel field.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nativeTex", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "UpdateExternalTexture", - "comment": "Updates Unity texture to use different native texture object.\n\n```plaintext\nParams: nativeTex - Native 2D texture object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRawTextureData", - "comment": "Raw texture data as a byte array.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: x - The x position of the pixel array to fetch.\n y - The y position of the pixel array to fetch.\n blockWidth - The width length of the pixel array to fetch.\n blockHeight - The height length of the pixel array to fetch.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "miplevel", "typeName": "int" }], - "isStatic": false, - "name": "GetPixels32", - "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "textures", "typeName": "UnityEngine.Texture2D[]" }, - { "name": "padding", "typeName": "int" }, - { "name": "maximumAtlasSize", "typeName": "int" }, - { "name": "makeNoLongerReadable", "typeName": "bool" } - ], - "isStatic": false, - "name": "PackTextures", - "comment": "An array of rectangles containing the UV coordinates in the atlas for each input texture, or null if packing fails.\n\n```plaintext\nParams: textures - Array of textures to pack into the atlas.\n padding - Padding in pixels between the packed textures.\n maximumAtlasSize - Maximum size of the resulting texture.\n makeNoLongerReadable - Should the texture be marked as no longer readable?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "textures", "typeName": "UnityEngine.Texture2D[]" }, - { "name": "padding", "typeName": "int" }, - { "name": "maximumAtlasSize", "typeName": "int" } - ], - "isStatic": false, - "name": "PackTextures", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "textures", "typeName": "UnityEngine.Texture2D[]" }, - { "name": "padding", "typeName": "int" } - ], - "isStatic": false, - "name": "PackTextures", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "mipCount", "typeName": "int" }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.TextureFormat" }, - { "name": "mipChain", "typeName": "bool" }, - { "name": "linear", "typeName": "bool" }, - { "name": "nativeTex", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "CreateExternalTexture", - "comment": "Creates a Unity Texture out of an externally created native texture object.\n\n```plaintext\nParams: nativeTex - Native 2D texture object.\n width - Width of texture in pixels.\n height - Height of texture in pixels.\n format - Format of underlying texture object.\n mipmap - Does the texture have mipmaps?\n linear - Is texture using linear color space?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetPixel", - "comment": "Sets pixel color at coordinates (x,y).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" }, - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "Set a block of pixel colors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" }, - { "name": "colors", "typeName": "UnityEngine.Color[]" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "Set a block of pixel colors.\n\n```plaintext\nParams: colors - The array of pixel colours to assign (a 2D image flattened to a 1D array).\n miplevel - The mip level of the texture to write to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "colors", "typeName": "UnityEngine.Color[]" }], - "isStatic": false, - "name": "SetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixel", - "comment": "Returns pixel color at coordinates (x, y).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "u", "typeName": "float" }, - { "name": "v", "typeName": "float" } - ], - "isStatic": false, - "name": "GetPixelBilinear", - "comment": "Returns filtered pixel color at normalized coordinates (u, v).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "u", "typeName": "float" }, - { "name": "v", "typeName": "float" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixelBilinear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.IntPtr" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "LoadRawTextureData", - "comment": "Fills texture pixels with raw preformatted data.\n\n```plaintext\nParams: data - Raw data array to initialize texture pixels with.\n size - Size of data in bytes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": "LoadRawTextureData", - "comment": "Fills texture pixels with raw preformatted data.\n\n```plaintext\nParams: data - Raw data array to initialize texture pixels with.\n size - Size of data in bytes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "LoadRawTextureData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [{ "name": "mipLevel", "typeName": "int" }], - "isStatic": false, - "name": "GetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetRawTextureData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "updateMipmaps", "typeName": "bool" }, - { "name": "makeNoLongerReadable", "typeName": "bool" } - ], - "isStatic": false, - "name": "Apply", - "comment": "Actually apply all previous SetPixel and SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "updateMipmaps", "typeName": "bool" }], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "Resize", - "comment": "Resizes the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.TextureFormat" }, - { "name": "hasMipMap", "typeName": "bool" } - ], - "isStatic": false, - "name": "Resize", - "comment": "Resizes the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "hasMipMap", "typeName": "bool" } - ], - "isStatic": false, - "name": "Resize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Rect" }, - { "name": "destX", "typeName": "int" }, - { "name": "destY", "typeName": "int" }, - { "name": "recalculateMipMaps", "typeName": "bool" } - ], - "isStatic": false, - "name": "ReadPixels", - "comment": "Reads the pixels from the current render target (the screen, or a RenderTexture), and writes them to the texture.\n\n```plaintext\nParams: source - The region of the render target to read from.\n destX - The horizontal pixel position in the texture to write the pixels to.\n destY - The vertical pixel position in the texture to write the pixels to.\n recalculateMipMaps - If this parameter is true, Unity automatically recalculates the mipmaps for the texture after writing the pixel data. Otherwise, Unity does not do this automatically.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Rect" }, - { "name": "destX", "typeName": "int" }, - { "name": "destY", "typeName": "int" } - ], - "isStatic": false, - "name": "ReadPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sizes", "typeName": "UnityEngine.Vector2[]" }, - { "name": "padding", "typeName": "int" }, - { "name": "atlasSize", "typeName": "int" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GenerateAtlas", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "Set a block of pixel colors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "colors", "typeName": "UnityEngine.Color32[]" }], - "isStatic": false, - "name": "SetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" }, - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "Set a block of pixel colors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" }, - { "name": "colors", "typeName": "UnityEngine.Color32[]" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "miplevel", "typeName": "int" }], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Texture2D", - "comment": "Class that represents textures in C# code.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", - "name": "Automatic", - "comment": "The automatic mode uses a number of interpolated Light Probes per unit area, and uses the bounding volume size to compute the resolution. The final resolution value is a power of 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", - "name": "Custom", - "comment": "The custom mode allows you to specify the 3D grid resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ResolutionMode", - "comment": "The resolution mode for generating a grid of interpolated Light Probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", - "name": "AutomaticLocal", - "comment": "The bounding box encloses the current Renderer and all the relevant Renderers down the hierarchy, in local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", - "name": "AutomaticWorld", - "comment": "The bounding box encloses the current Renderer and all the relevant Renderers down the hierarchy, in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", - "name": "Custom", - "comment": "A custom local-space bounding box is used. The user is able to edit the bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BoundingBoxMode", - "comment": "The bounding box mode for generating a grid of interpolated Light Probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", - "name": "CellCorner", - "comment": "Divide the volume in cells based on resolution, and generate interpolated Light Probes positions in the corner/edge of the cells.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", - "name": "CellCenter", - "comment": "Divide the volume in cells based on resolution, and generate interpolated Light Probe positions in the center of the cells.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProbePositionMode", - "comment": "The mode in which the interpolated Light Probe positions are generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", - "name": "Automatic", - "comment": "Automatically detects updates in Light Probes and triggers an update of the Light Probe volume.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", - "name": "EveryFrame", - "comment": "Causes Unity to update the Light Probe Proxy Volume every frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", - "name": "ViaScripting", - "comment": "Use this option to indicate that the Light Probe Proxy Volume is never to be automatically updated by Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RefreshMode", - "comment": "An enum describing the way a Light Probe Proxy Volume refreshes in the Player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightProbeProxyVolume.QualityMode", - "name": "Low", - "comment": "This option will use only two SH coefficients bands: L0 and L1. The coefficients are sampled from the Light Probe Proxy Volume 3D Texture. Using this option might increase the draw call batch sizes by not having to change the L2 coefficients per Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.QualityMode", - "name": "Normal", - "comment": "This option will use L0 and L1 SH coefficients from the Light Probe Proxy Volume 3D Texture. The L2 coefficients are constant per Renderer. By having to provide the L2 coefficients, draw call batches might be broken.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightProbeProxyVolume.QualityMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "QualityMode", - "comment": "An enum describing the Quality option used by the Light Probe Proxy Volume component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Texture2D.EXRFlags", - "name": "None", - "comment": "No flag. This will result in an uncompressed 16-bit float EXR file.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D.EXRFlags", - "name": "OutputAsFloat", - "comment": "The texture will be exported as a 32-bit float EXR file (default is 16-bit).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D.EXRFlags", - "name": "CompressZIP", - "comment": "The texture will use the EXR ZIP compression format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D.EXRFlags", - "name": "CompressRLE", - "comment": "The texture will use RLE (Run Length Encoding) EXR compression format (similar to Targa RLE compression).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D.EXRFlags", - "name": "CompressPIZ", - "comment": "This texture will use Wavelet compression. This is best used for grainy images.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Texture2D.EXRFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EXRFlags", - "comment": "Flags used to control the encoding to an EXR file.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LightProbeProxyVolume.DataFormat", - "name": "HalfFloat", - "comment": "A 16-bit half floating-point format is used for the Light Probe Proxy Volume 3D texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightProbeProxyVolume.DataFormat", - "name": "Float", - "comment": "A 32-bit floating-point format is used for the Light Probe Proxy Volume 3D texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LightProbeProxyVolume.DataFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DataFormat", - "comment": "The texture data format used by the Light Probe Proxy Volume 3D texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CustomRenderTextureInitializationSource", - "name": "TextureAndColor", - "comment": "Custom Render Texture is initialized by a Texture multiplied by a Color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureInitializationSource", - "name": "Material", - "comment": "Custom Render Texture is initalized with a Material.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CustomRenderTextureInitializationSource", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomRenderTextureInitializationSource", - "comment": "Specify the source of a Custom Render Texture initialization.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CustomRenderTextureUpdateMode", - "name": "OnLoad", - "comment": "Initialization/Update will occur once at load time and then can be triggered again by script.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureUpdateMode", - "name": "Realtime", - "comment": "Initialization/Update will occur at every frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureUpdateMode", - "name": "OnDemand", - "comment": "Initialization/Update will only occur when triggered by the script.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CustomRenderTextureUpdateMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomRenderTextureUpdateMode", - "comment": "Frequency of update or initialization of a Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", - "name": "Normalized", - "comment": "Coordinates are normalized. (0, 0) is top left and (1, 1) is bottom right.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", - "name": "Pixel", - "comment": "Coordinates are expressed in pixels. (0, 0) is top left (width, height) is bottom right.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomRenderTextureUpdateZoneSpace", - "comment": "Space in which coordinates are provided for Update Zones.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.MotionVectorGenerationMode", - "name": "Camera", - "comment": "Use only camera movement to track motion.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MotionVectorGenerationMode", - "name": "Object", - "comment": "Use a specific pass (if required) to track motion.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MotionVectorGenerationMode", - "name": "ForceNoMotion", - "comment": "Do not track motion. Motion vectors will be 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.MotionVectorGenerationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MotionVectorGenerationMode", - "comment": "The type of motion vectors that should be generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LineTextureMode", - "name": "Stretch", - "comment": "Map the texture once along the entire length of the line.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineTextureMode", - "name": "Tile", - "comment": "Repeat the texture along the line, based on its length in world units. To set the tiling rate, use Material.SetTextureScale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineTextureMode", - "name": "DistributePerSegment", - "comment": "Map the texture once along the entire length of the line, assuming all vertices are evenly spaced.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineTextureMode", - "name": "RepeatPerSegment", - "comment": "Repeat the texture along the line, repeating at a rate of once per line segment. To adjust the tiling rate, use Material.SetTextureScale.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LineTextureMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LineTextureMode", - "comment": "Choose how textures are applied to Lines and Trails.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LineAlignment", - "name": "View", - "comment": "Lines face the camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineAlignment", - "name": "Local", - "comment": "Lines face the direction of the Transform Component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LineAlignment", - "name": "TransformZ", - "comment": "Lines face the Z axis of the Transform Component.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LineAlignment", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LineAlignment", - "comment": "Control the direction lines face, when using the LineRenderer or TrailRenderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR.Provider", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "xrSubsystem", - "typeName": "UnityEngine.IntegratedSubsystem" - }, - { "name": "tag", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "TryGetStat", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRStats", - "comment": "Provides timing and other statistics from XR subsystems.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TextureFormat", - "name": "format", - "comment": "The format of the pixel data in the texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "streamingMipmaps", - "comment": "Determines whether mipmap streaming is enabled for this Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "streamingMipmapsPriority", - "comment": "Sets the relative priority for this Texture when reducing memory size to fit within the memory budget.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "requestedMipmapLevel", - "comment": "The mipmap level to load.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "desiredMipmapLevel", - "comment": "The mipmap level that the streaming system would load before memory budgets are applied.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "loadingMipmapLevel", - "comment": "The mipmap level that the mipmap streaming system is in the process of loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "loadedMipmapLevel", - "comment": "The mipmap level that is currently loaded by the streaming system.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "nativeTexture", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "UpdateExternalTexture", - "comment": "Updates Unity cubemap to use different native cubemap texture object.\n\n```plaintext\nParams: nativeTexture - Native cubemap texture object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "smoothRegionWidthInPixels", "typeName": "int" } - ], - "isStatic": false, - "name": "SmoothEdges", - "comment": "Performs smoothing of near edge regions.\n\n```plaintext\nParams: smoothRegionWidthInPixels - Pixel distance at edges over which to apply smoothing.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SmoothEdges", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n```plaintext\nParams: face - The cubemap face to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "face", "typeName": "UnityEngine.CubemapFace" }], - "isStatic": false, - "name": "GetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "Sets pixel colors of a cubemap face.\n\n```plaintext\nParams: colors - Pixel data for the Cubemap face.\n face - The face to which the new data should be applied.\n miplevel - The mipmap level for the face.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearRequestedMipmapLevel", - "comment": "Resets the requestedMipmapLevel field.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsRequestedMipmapLevelLoaded", - "comment": "True if the mipmap level requested by requestedMipmapLevel has finished loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.TextureFormat" }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty cubemap texture.\n\n```plaintext\nParams: size - Width/height of a cube face in pixels.\n format - Pixel data format to be used for the Cubemap.\n mipmap - Should mipmaps be created?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Cubemap", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.TextureFormat" }, - { "name": "mipmap", "typeName": "bool" }, - { "name": "nativeTex", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "CreateExternalTexture", - "comment": "Creates a Unity cubemap out of externally created native cubemap object.\n\n```plaintext\nParams: size - The width and height of each face of the cubemap should be the same.\n format - Format of underlying cubemap object.\n mipmap - Does the cubemap have mipmaps?\n nativeTex - Native cubemap texture object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": false, - "name": "GetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetPixel", - "comment": "Sets pixel color at coordinates (face, x, y).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixel", - "comment": "Returns pixel color at coordinates (face, x, y).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "updateMipmaps", "typeName": "bool" }, - { "name": "makeNoLongerReadable", "typeName": "bool" } - ], - "isStatic": false, - "name": "Apply", - "comment": "Actually apply all previous SetPixel and SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "updateMipmaps", "typeName": "bool" }], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Cubemap", - "comment": "Class for handling cube maps, Use this to create or modify existing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "depth", - "comment": "The depth of the texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "format", - "comment": "The format of the pixel data in the texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "nativeTex", "typeName": "System.IntPtr" }], - "isStatic": false, - "name": "UpdateExternalTexture", - "comment": "Updates Unity texture to use different native texture object.\n\n```plaintext\nParams: nativeTex - Native 3D texture object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "miplevel", "typeName": "int" }], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "miplevel", "typeName": "int" }], - "isStatic": false, - "name": "GetPixels32", - "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "Sets pixel colors of a 3D texture.\n\n```plaintext\nParams: colors - The colors to set the pixels to.\n miplevel - The mipmap level to be affected by the new colors.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "colors", "typeName": "UnityEngine.Color[]" }], - "isStatic": false, - "name": "SetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "Sets pixel colors of a 3D texture.\n\n```plaintext\nParams: colors - The colors to set the pixels to.\n miplevel - The mipmap level to be affected by the new colors.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "colors", "typeName": "UnityEngine.Color32[]" }], - "isStatic": false, - "name": "SetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" }, - { "name": "nativeTex", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty 3D Texture.\n\n```plaintext\nParams: width - Width of texture in pixels.\n height - Height of texture in pixels.\n depth - Depth of texture in pixels.\n textureFormat - Texture data format.\n mipChain - Determines whether the texture has mipmaps or not. A value of 1 (true) means the texture does have mipmaps, and a value of 0 (false) means the texture doesn't have mipmaps.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" }, - { "name": "nativeTex", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Texture3D", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.TextureFormat" }, - { "name": "mipChain", "typeName": "bool" }, - { "name": "nativeTex", "typeName": "System.IntPtr" } - ], - "isStatic": true, - "name": "CreateExternalTexture", - "comment": "Creates Unity Texture out of externally created native texture object.\n\n```plaintext\nParams: nativeTex - Native 3D texture object.\n width - Width of texture in pixels.\n height - Height of texture in pixels.\n depth - Depth of texture in pixels\n format - Format of underlying texture object.\n mipmap - Does the texture have mipmaps?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "updateMipmaps", "typeName": "bool" }, - { "name": "makeNoLongerReadable", "typeName": "bool" } - ], - "isStatic": false, - "name": "Apply", - "comment": "Actually apply all previous SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - Whether to discard the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "updateMipmaps", "typeName": "bool" }], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetPixel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixel", - "comment": "Sets the pixel color that represents one mip level of the 3D texture at coordinates (x,y,z).\n\n```plaintext\nParams: x - X coordinate to access a pixel.\n y - Y coordinate to access a pixel.\n z - Z coordinate to access a pixel.\n color - The colors to set the pixels to.\n mipLevel - The mipmap level to be affected by the new colors.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "z", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixel", - "comment": "The color of the pixel.\n\n```plaintext\nParams: x - X coordinate to access a pixel.\n y - Y coordinate to access a pixel.\n z - Z coordinate to access a pixel.\n mipLevel - The mipmap level to be accessed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "u", "typeName": "float" }, - { "name": "v", "typeName": "float" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": "GetPixelBilinear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "u", "typeName": "float" }, - { "name": "v", "typeName": "float" }, - { "name": "w", "typeName": "float" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixelBilinear", - "comment": "The colors to return by bilinear filtering.\n\n```plaintext\nParams: u - U normalized coordinate to access a pixel.\n v - V normalized coordinate to access a pixel.\n w - W normalized coordinate to access a pixel.\n mipLevel - The mipmap level to be accessed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [{ "name": "mipLevel", "typeName": "int" }], - "isStatic": false, - "name": "GetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Texture3D", - "comment": "Class for handling 3D Textures, Use this to create.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "allSlices", - "comment": "Read Only. This property is used as a parameter in some overloads of the CommandBuffer.Blit, Graphics.Blit, CommandBuffer.SetRenderTarget, and Graphics.SetRenderTarget methods to indicate that all texture array slices are bound. The value of this property is -1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "depth", - "comment": "Number of elements in a texture array (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "format", - "comment": "Texture format (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: arrayElement - The array slice to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "arrayElement", "typeName": "int" }], - "isStatic": false, - "name": "GetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels32", - "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: arrayElement - The array slice to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "arrayElement", "typeName": "int" }], - "isStatic": false, - "name": "GetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "Set pixel colors for the whole mip level.\n\n```plaintext\nParams: colors - An array of pixel colors.\n arrayElement - The texture array element index.\n miplevel - The mip level.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "arrayElement", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "Set pixel colors for the whole mip level.\n\n```plaintext\nParams: colors - An array of pixel colors.\n arrayElement - The texture array element index.\n miplevel - The mip level.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "arrayElement", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new texture array.\n\n```plaintext\nParams: width - Width of texture array in pixels.\n height - Height of texture array in pixels.\n depth - Number of elements in the texture array.\n format - Format of the texture.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new texture array.\n\n```plaintext\nParams: width - Width of texture array in pixels.\n height - Height of texture array in pixels.\n depth - Number of elements in the texture array.\n format - Format of the texture.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new texture array.\n\n```plaintext\nParams: width - Width of texture array in pixels.\n height - Height of texture array in pixels.\n depth - Number of elements in the texture array.\n format - Format of the texture.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "updateMipmaps", "typeName": "bool" }, - { "name": "makeNoLongerReadable", "typeName": "bool" } - ], - "isStatic": false, - "name": "Apply", - "comment": "Actually apply all previous SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "element", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "element", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "mipLevel", "typeName": "int" }, - { "name": "element", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "updateMipmaps", "typeName": "bool" }], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Texture2DArray", - "comment": "Class for handling 2D texture arrays.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "cubemapCount", - "comment": "Number of cubemaps in the array (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "format", - "comment": "Texture format (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n```plaintext\nParams: face - The cubemap face to read pixel data from.\n arrayElement - The array element (\"slice\") to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels32", - "comment": "An array that contains a copy of the requested pixel colors, represented by lower-precision Color32 structs.\n\n```plaintext\nParams: face - The cubemap face to read pixel data from.\n arrayElement - The array element (\"slice\") to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "Set pixel colors for a single array slice/face.\n\n```plaintext\nParams: colors - An array of pixel colors.\n face - Cubemap face to set pixels for.\n arrayElement - Array element index to set pixels for.\n miplevel - Mipmap level to set pixels for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color[]" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "Set pixel colors for a single array slice/face.\n\n```plaintext\nParams: colors - An array of pixel colors in low precision (8 bits/channel) format.\n face - Cubemap face to set pixels for.\n arrayElement - Array element index to set pixels for.\n miplevel - Mipmap level to set pixels for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "colors", "typeName": "UnityEngine.Color32[]" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "arrayElement", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixels32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "cubemapCount", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "cubemapCount", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "cubemapCount", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "flags", - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "cubemapCount", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "cubemapCount", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new cubemap array.\n\n```plaintext\nParams: faceSize - Cubemap face size in pixels.\n cubemapCount - Number of elements in the cubemap array.\n format - Format of the pixel data.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "cubemapCount", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipChain", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new cubemap array.\n\n```plaintext\nParams: faceSize - Cubemap face size in pixels.\n cubemapCount - Number of elements in the cubemap array.\n format - Format of the pixel data.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "updateMipmaps", "typeName": "bool" }, - { "name": "makeNoLongerReadable", "typeName": "bool" } - ], - "isStatic": false, - "name": "Apply", - "comment": "Actually apply all previous SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "updateMipmaps", "typeName": "bool" }], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Apply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "element", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "element", "typeName": "int" }, - { "name": "sourceDataStartIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "mipLevel", "typeName": "int" }, - { "name": "face", "typeName": "UnityEngine.CubemapFace" }, - { "name": "element", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixelData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CubemapArray", - "comment": "Class for handling Cubemap arrays.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "tileWidth", - "comment": "Get sparse texture tile width (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "tileHeight", - "comment": "Get sparse texture tile height (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isCreated", - "comment": "Is the sparse texture actually created? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "tileX", "typeName": "int" }, - { "name": "tileY", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" }, - { "name": "data", "typeName": "UnityEngine.Color32[]" } - ], - "isStatic": false, - "name": "UpdateTile", - "comment": "Update sparse texture tile with color values.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileY - Tile Y coordinate.\n miplevel - Mipmap level of the texture.\n data - Tile color data.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tileX", "typeName": "int" }, - { "name": "tileY", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "UpdateTileRaw", - "comment": "Update sparse texture tile with raw pixel values.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileY - Tile Y coordinate.\n miplevel - Mipmap level of the texture.\n data - Tile raw pixel data.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tileX", "typeName": "int" }, - { "name": "tileY", "typeName": "int" }, - { "name": "miplevel", "typeName": "int" } - ], - "isStatic": false, - "name": "UnloadTile", - "comment": "Unload sparse texture tile.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileY - Tile Y coordinate.\n miplevel - Mipmap level of the texture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a sparse texture.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n format - Texture format.\n mipCount - Mipmap count. Pass -1 to create full mipmap chain.\n linear - Whether texture data will be in linear or sRGB color space (default is sRGB).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "textureFormat", - "typeName": "UnityEngine.TextureFormat" - }, - { "name": "mipCount", "typeName": "int" }, - { "name": "linear", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a sparse texture.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n format - Texture format.\n mipCount - Mipmap count. Pass -1 to create full mipmap chain.\n linear - Whether texture data will be in linear or sRGB color space (default is sRGB).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SparseTexture", - "comment": "Class for handling Sparse Textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "width", - "comment": "The width of the render texture in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "The height of the render texture in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "dimension", - "comment": "Dimensionality (type) of the render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "graphicsFormat", - "comment": "The color format of the render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useMipMap", - "comment": "Render texture has mipmaps when this flag is set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "sRGB", - "comment": "Does this render texture use sRGB read/write conversions? (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.VRTextureUsage", - "name": "vrUsage", - "comment": "If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, if any.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureMemoryless", - "name": "memorylessMode", - "comment": "The render texture memoryless mode property.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "format", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "stencilFormat", - "comment": "The format of the stencil data that you can encapsulate within a RenderTexture.\n\nSpecifying this property creates a stencil element for the RenderTexture and sets its format.\nThis allows for stencil data to be bound as a Texture to all shader types for the platforms that support it.\nThis property does not specify the format of the stencil buffer, which is constrained by the depth buffer format specified in RenderTexture.depth.\n\nCurrently, most platforms only support R8_UInt (DirectX11, DirectX12), while PS4 also supports R8_UNorm.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autoGenerateMips", - "comment": "Mipmap levels are generated automatically when this flag is set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "volumeDepth", - "comment": "Volume extent of a 3D render texture or number of slices of array texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "antiAliasing", - "comment": "The antialiasing level for the RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "bindTextureMS", - "comment": "If true and antiAliasing is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableRandomWrite", - "comment": "Enable random access write into this render texture on Shader Model 5.0 level shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useDynamicScale", - "comment": "Is the render texture marked to be scaled by the.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isPowerOfTwo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "active", - "comment": "Currently active render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "colorBuffer", - "comment": "Color buffer of the render texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderBuffer", - "name": "depthBuffer", - "comment": "Depth/stencil buffer of the render texture (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "depth", - "comment": "The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureDescriptor", - "name": "descriptor", - "comment": "This struct contains all the information required to create a RenderTexture. It can be copied, cached, and reused to easily create RenderTextures that all share the same properties.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "generateMips", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isCubemap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isVolume", - "comment": "If enabled, this Render Texture will be used as a Texture3D.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeDepthBufferPtr", - "comment": "Pointer to an underlying graphics API depth buffer resource.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "discardColor", "typeName": "bool" }, - { "name": "discardDepth", "typeName": "bool" } - ], - "isStatic": false, - "name": "DiscardContents", - "comment": "Hint the GPU driver that the contents of the RenderTexture will not be used.\n\n```plaintext\nParams: discardColor - Should the colour buffer be discarded?\n discardDepth - Should the depth buffer be discarded?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkRestoreExpected", - "comment": "Indicate that there's a RenderTexture restore operation expected.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DiscardContents", - "comment": "Hint the GPU driver that the contents of the RenderTexture will not be used.\n\n```plaintext\nParams: discardColor - Should the colour buffer be discarded?\n discardDepth - Should the depth buffer be discarded?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResolveAntiAliasedSurface", - "comment": "Force an antialiased render texture to be resolved.\n\n```plaintext\nParams: target - The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": "ResolveAntiAliasedSurface", - "comment": "Force an antialiased render texture to be resolved.\n\n```plaintext\nParams: target - The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": "SetGlobalShaderProperty", - "comment": "Assigns this RenderTexture as a global shader property named propertyName.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "True if the texture is created, else false.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "Releases the RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsCreated", - "comment": "Is the render texture actually created?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateMips", - "comment": "Generate mipmap levels of a render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "equirect", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "eye", - "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" - } - ], - "isStatic": false, - "name": "ConvertToEquirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rt", "typeName": "UnityEngine.RenderTexture" }], - "isStatic": true, - "name": "SupportsStencil", - "comment": "Does a RenderTexture have stencil buffer?\n\n```plaintext\nParams: rt - Render texture, or null for main screen.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "temp", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": true, - "name": "ReleaseTemporary", - "comment": "Release a temporary texture allocated with GetTemporary.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "desc", - "typeName": "UnityEngine.RenderTextureDescriptor" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new RenderTexture object.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n depth - Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Texture color format.\n readWrite - How or if color space conversions should be done on texture read/write.\n desc - Create the RenderTexture with the settings in the RenderTextureDescriptor.\n textureToCopy - Copy the settings from another RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textureToCopy", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new RenderTexture object.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n depth - Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Texture color format.\n readWrite - How or if color space conversions should be done on texture read/write.\n desc - Create the RenderTexture with the settings in the RenderTextureDescriptor.\n textureToCopy - Copy the settings from another RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new RenderTexture object.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n depth - Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Texture color format.\n readWrite - How or if color space conversions should be done on texture read/write.\n desc - Create the RenderTexture with the settings in the RenderTextureDescriptor.\n textureToCopy - Copy the settings from another RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { - "name": "desc", - "typeName": "UnityEngine.RenderTextureDescriptor" - } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "Allocate a temporary render texture.\n\n```plaintext\nParams: width - Width in pixels.\n height - Height in pixels.\n depthBuffer - Depth buffer bits (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Render texture format.\n readWrite - Color space conversion mode.\n antiAliasing - Number of antialiasing samples to store in the texture. Valid values are 1, 2, 4, and 8. Throws an exception if any other value is passed.\n memorylessMode - Render texture memoryless mode.\n desc - Use this RenderTextureDesc for the settings when creating the temporary RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - }, - { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" }, - { "name": "useDynamicScale", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - }, - { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - }, - { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" }, - { "name": "useDynamicScale", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "Allocate a temporary render texture.\n\n```plaintext\nParams: width - Width in pixels.\n height - Height in pixels.\n depthBuffer - Depth buffer bits (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Render texture format.\n readWrite - Color space conversion mode.\n antiAliasing - Number of antialiasing samples to store in the texture. Valid values are 1, 2, 4, and 8. Throws an exception if any other value is passed.\n memorylessMode - Render texture memoryless mode.\n desc - Use this RenderTextureDesc for the settings when creating the temporary RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - }, - { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTemporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": "SetBorderColor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [], - "isStatic": false, - "name": "GetTexelOffset", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTexture", - "comment": "Render textures are textures that can be rendered to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "updateZoneCenter", - "comment": "Position of the center of the Update Zone within the Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "updateZoneSize", - "comment": "Size of the Update Zone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "rotation", - "comment": "Rotation of the Update Zone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "passIndex", - "comment": "Shader Pass used to update the Custom Render Texture for this Update Zone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "needSwap", - "comment": "If true, and if the texture is double buffered, a request is made to swap the buffers before the next update. Otherwise, the buffers will not be swapped.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomRenderTextureUpdateZone", - "comment": "Structure describing an Update Zone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.RenderTexture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "The Material that Unity uses to initialize the content of a Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "initializationMaterial", - "comment": "The Material that Unity uses to initialize a Custom Render Texture. Initialization texture and color are ignored if you have set this parameter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "initializationTexture", - "comment": "The Texture that Unity uses to initialize a Custom Render Texture, multiplied by the initialization color. Unity ignores this parameter if an initializationMaterial is set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureInitializationSource", - "name": "initializationSource", - "comment": "Determine if Unity initializes the Custom Render Texture with a Texture and a Color or a Material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "initializationColor", - "comment": "The color that Unity uses to initialize a Custom Render Texture. Unity ignores this parameter if an initializationMaterial is set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureUpdateMode", - "name": "updateMode", - "comment": "Determine how Unity updates the Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureUpdateMode", - "name": "initializationMode", - "comment": "Determine how Unity initializes a texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", - "name": "updateZoneSpace", - "comment": "The space in which Unity expresses update zones. You can set this to Normalized or Pixel space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "shaderPass", - "comment": "The Shader Pass Unity uses to update the Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "cubemapFaceMask", - "comment": "The bit field that you can use to enable or disable update on each of the cubemap faces. The bit order from least to most significant bit is as follows: +X, -X, +Y, -Y, +Z, -Z.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "doubleBuffered", - "comment": "When this parameter is set to true, Unity double-buffers the Custom Render Texture so that you can access it during its own update.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "wrapUpdateZones", - "comment": "When this parameter is set to true, Unity wraps Update zones around the border of the Custom Render Texture. Otherwise, Unity clamps Update zones at the border of the Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "updatePeriod", - "comment": "The period in seconds that Unity updates real-time Custom Render Textures. A value of 0.0 means Unity updates real-time Custom Render Textures every frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Update", - "comment": "Triggers an update of the Custom Render Texture.\n\n```plaintext\nParams: count - Number of upate pass to perform. The default value of this count parameter is 1.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Initialize", - "comment": "Initializes the Custom Render Texture at the start of the next frame. Unity calls Initialise() before CustomRenderTexture.Update.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearUpdateZones", - "comment": "Clear all Update Zones.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "updateZones", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetUpdateZones", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [], - "isStatic": false, - "name": "GetDoubleBufferRenderTexture", - "comment": "If CustomRenderTexture. doubleBuffered is true, this returns the Render Texture that this Custom Render Texture uses for double buffering. If CustomRenderTexture. doubleBuffered is false, this returns null.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnsureDoubleBufferConsistency", - "comment": "Updates the internal Render Texture that a Custom Render Texture uses for double buffering, so that it matches the size and format of the Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "updateZones", - "typeName": "UnityEngine.CustomRenderTextureUpdateZone[]" - } - ], - "isStatic": false, - "name": "SetUpdateZones", - "comment": "Setup the list of Update Zones for the Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new Custom Render Texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "defaultFormat", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomRenderTexture", - "comment": "Custom Render Textures are an extension to Render Textures that allow you to render directly to the Texture using a Shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "width", - "comment": "The width of the render texture in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "The height of the render texture in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "msaaSamples", - "comment": "The multisample antialiasing level for the RenderTexture.\n\nSee Also: RenderTexture.antiAliasing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "volumeDepth", - "comment": "Volume extent of a 3D render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "mipCount", - "comment": "User-defined mipmap count.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "graphicsFormat", - "comment": "The color format for the RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "stencilFormat", - "comment": "The format of the stencil data that you can encapsulate within a RenderTexture.\n\nSpecifying this property creates a stencil element for the RenderTexture and sets its format.\nThis allows for stencil data to be bound as a Texture to all shader types for the platforms that support it.\nThis property does not specify the format of the stencil buffer, which is constrained by the depth buffer format specified in RenderTexture.depth.\n\nCurrently, most platforms only support R8_UInt (DirectX11, DirectX12), while PS4 also supports R8_UNorm.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "colorFormat", - "comment": "The format of the RenderTarget is expressed as a RenderTextureFormat. Internally, this format is stored as a GraphicsFormat compatible with the current system (see SystemInfo.GetCompatibleFormat). Therefore, if you set a format and immediately get it again, it may return a different result from the one just set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "sRGB", - "comment": "This flag causes the render texture uses sRGB read/write conversions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "depthBufferBits", - "comment": "The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported).\n\nSee Also: RenderTexture.depth.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "dimension", - "comment": "Dimensionality (type) of the render texture.\n\nSee Also: RenderTexture.dimension.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowSamplingMode", - "name": "shadowSamplingMode", - "comment": "Determines how the RenderTexture is sampled if it is used as a shadow map.\n\nSee Also: ShadowSamplingMode for more details.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.VRTextureUsage", - "name": "vrUsage", - "comment": "If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, if any. Instead of setting this manually, use the value returned by XR.XRSettings.eyeTextureDesc|eyeTextureDesc or other VR functions returning a RenderTextureDescriptor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureCreationFlags", - "name": "flags", - "comment": "A set of RenderTextureCreationFlags that control how the texture is created.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureMemoryless", - "name": "memoryless", - "comment": "The render texture memoryless mode property.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useMipMap", - "comment": "Render texture has mipmaps when this flag is set.\n\nSee Also: RenderTexture.useMipMap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autoGenerateMips", - "comment": "Mipmap levels are generated automatically when this flag is set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableRandomWrite", - "comment": "Enable random access write into this render texture on Shader Model 5.0 level shaders.\n\nSee Also: RenderTexture.enableRandomWrite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "bindMS", - "comment": "If true and msaaSamples is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useDynamicScale", - "comment": "Set to true to enable dynamic resolution scaling on this render texture.\n\nSee Also: RenderTexture.useDynamicScale.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a RenderTextureDescriptor with default values, or a certain width, height, and format.\n\n```plaintext\nParams: width - Width of the RenderTexture in pixels.\n height - Height of the RenderTexture in pixels.\n colorFormat - The color format for the RenderTexture.\n depthBufferBits - The number of bits to use for the depth buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.RenderTextureFormat" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a RenderTextureDescriptor with default values, or a certain width, height, and format.\n\n```plaintext\nParams: width - Width of the RenderTexture in pixels.\n height - Height of the RenderTexture in pixels.\n colorFormat - The color format for the RenderTexture.\n depthBufferBits - The number of bits to use for the depth buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.RenderTextureFormat" - }, - { "name": "depthBufferBits", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a RenderTextureDescriptor with default values, or a certain width, height, and format.\n\n```plaintext\nParams: width - Width of the RenderTexture in pixels.\n height - Height of the RenderTexture in pixels.\n colorFormat - The color format for the RenderTexture.\n depthBufferBits - The number of bits to use for the depth buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "depthBufferBits", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.RenderTextureFormat" - }, - { "name": "depthBufferBits", "typeName": "int" }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "depthBufferBits", "typeName": "int" }, - { "name": "mipCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTextureDescriptor", - "comment": "This struct contains all the information required to create a RenderTexture. It can be copied, cached, and reused to easily create RenderTextures that all share the same properties. Avoid using the default constructor as it does not initialize some flags with the recommended values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FullScreenMovieControlMode", - "name": "Full", - "comment": "Display the standard controls for controlling movie playback.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMovieControlMode", - "name": "Minimal", - "comment": "Display minimal set of controls controlling movie playback.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMovieControlMode", - "name": "CancelOnInput", - "comment": "Do not display any controls, but cancel movie playback if input occurs.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMovieControlMode", - "name": "Hidden", - "comment": "Do not display any controls.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FullScreenMovieControlMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FullScreenMovieControlMode", - "comment": "Describes options for displaying movie playback controls.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FullScreenMovieScalingMode", - "name": "None", - "comment": "Do not scale the movie.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMovieScalingMode", - "name": "AspectFit", - "comment": "Scale the movie until one dimension fits on the screen exactly.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMovieScalingMode", - "name": "AspectFill", - "comment": "Scale the movie until the movie fills the entire screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FullScreenMovieScalingMode", - "name": "Fill", - "comment": "Scale the movie until both dimensions fit the screen exactly.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FullScreenMovieScalingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FullScreenMovieScalingMode", - "comment": "Describes scaling modes for displaying movies.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AndroidActivityIndicatorStyle", - "name": "DontShow", - "comment": "Do not show ActivityIndicator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AndroidActivityIndicatorStyle", - "name": "Large", - "comment": "Large (android.R.attr.progressBarStyleLarge).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AndroidActivityIndicatorStyle", - "name": "InversedLarge", - "comment": "Large Inversed (android.R.attr.progressBarStyleLargeInverse).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AndroidActivityIndicatorStyle", - "name": "Small", - "comment": "Small (android.R.attr.progressBarStyleSmall).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.AndroidActivityIndicatorStyle", - "name": "InversedSmall", - "comment": "Small Inversed (android.R.attr.progressBarStyleSmallInverse).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AndroidActivityIndicatorStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AndroidActivityIndicatorStyle", - "comment": "ActivityIndicator Style (Android Specific).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "use32BitDisplayBuffer", - "comment": "Determines whether or not a 32-bit display buffer will be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" }, - { - "name": "controlMode", - "typeName": "UnityEngine.FullScreenMovieControlMode" - }, - { - "name": "scalingMode", - "typeName": "UnityEngine.FullScreenMovieScalingMode" - } - ], - "isStatic": true, - "name": "PlayFullScreenMovie", - "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" }, - { - "name": "controlMode", - "typeName": "UnityEngine.FullScreenMovieControlMode" - } - ], - "isStatic": true, - "name": "PlayFullScreenMovie", - "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "PlayFullScreenMovie", - "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "PlayFullScreenMovie", - "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Vibrate", - "comment": "Triggers device vibration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "style", - "typeName": "UnityEngine.iOS.ActivityIndicatorStyle" - } - ], - "isStatic": true, - "name": "SetActivityIndicatorStyle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "style", - "typeName": "UnityEngine.AndroidActivityIndicatorStyle" - } - ], - "isStatic": true, - "name": "SetActivityIndicatorStyle", - "comment": "Sets the desired activity indicator style.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetActivityIndicatorStyle", - "comment": "Gets the current activity indicator style.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StartActivityIndicator", - "comment": "Starts os activity indicator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopActivityIndicator", - "comment": "Stops os activity indicator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearShaderCache", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Handheld", - "comment": "Interface into functionality unique to handheld devices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IComparable", "IComparable", "IEquatable"], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Returns true is the hash value is valid. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "u32_0", "typeName": "uint" }, - { "name": "u32_1", "typeName": "uint" }, - { "name": "u32_2", "typeName": "uint" }, - { "name": "u32_3", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Directly initialize a Hash128 with a 128-bit value.\n\n```plaintext\nParams: u32_0 - First 32 bits of hash value.\n u32_1 - Second 32 bits of hash value.\n u32_2 - Third 32 bits of hash value.\n u32_3 - Fourth 32 bits of hash value.\n u64_0 - First 64 bits of hash value.\n u64_1 - Second 64 bits of hash value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "u64_0", "typeName": "ulong" }, - { "name": "u64_1", "typeName": "ulong" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Directly initialize a Hash128 with a 128-bit value.\n\n```plaintext\nParams: u32_0 - First 32 bits of hash value.\n u32_1 - Second 32 bits of hash value.\n u32_2 - Third 32 bits of hash value.\n u32_3 - Fourth 32 bits of hash value.\n u64_0 - First 64 bits of hash value.\n u64_1 - Second 64 bits of hash value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "rhs", "typeName": "UnityEngine.Hash128" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Convert a Hash128 to string.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "hashString", "typeName": "string" }], - "isStatic": true, - "name": "Parse", - "comment": "The 128-bit hash.\n\n```plaintext\nParams: hashString - A hexadecimal-encoded hash string.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": true, - "name": "Compute", - "comment": "The 128-bit hash.\n\n```plaintext\nParams: data - Input data string. Note that Unity interprets the string as UTF-8 data, even if internally in C# strings are UTF-16.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "data", "typeName": "T[]" }], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [ - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [ - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "val", "typeName": "T" }], - "isStatic": true, - "name": "Compute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "val", "typeName": "int" }], - "isStatic": true, - "name": "Compute", - "comment": "The 128-bit hash.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [{ "name": "val", "typeName": "float" }], - "isStatic": true, - "name": "Compute", - "comment": "The 128-bit hash.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Hash128", - "params": [ - { "name": "data", "typeName": "void*" }, - { "name": "size", "typeName": "ulong" } - ], - "isStatic": true, - "name": "Compute", - "comment": "The 128-bit hash.\n\n```plaintext\nParams: data - Raw data pointer, usually used with C# stackalloc data.\n size - Data size in bytes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": "Append", - "comment": "Hash new input string and combine with the current hash value.\n\n```plaintext\nParams: data - Input data string. Note that Unity interprets the string as UTF-8 data, even if internally in C# strings are UTF-16.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "T[]" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "T[]" }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "start", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "T" }], - "isStatic": false, - "name": "Append", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "int" }], - "isStatic": false, - "name": "Append", - "comment": "Hash new input data and combine with the current hash value.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "val", "typeName": "float" }], - "isStatic": false, - "name": "Append", - "comment": "Hash new input data and combine with the current hash value.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "void*" }, - { "name": "size", "typeName": "ulong" } - ], - "isStatic": false, - "name": "Append", - "comment": "Hash new input data and combine with the current hash value.\n\n```plaintext\nParams: data - Raw data pointer, usually used with C# stackalloc data.\n size - Data size in bytes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "UnityEngine.Hash128" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash1", "typeName": "UnityEngine.Hash128" }, - { "name": "hash2", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hash1", "typeName": "UnityEngine.Hash128" }, - { "name": "hash2", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.Hash128" }, - { "name": "y", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "op_LessThan", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.Hash128" }, - { "name": "y", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "op_GreaterThan", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Hash128", - "comment": "Represents a 128-bit hash value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "inHash", "typeName": "UnityEngine.Hash128" }, - { "name": "outHash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "AppendHash", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "QuantisedMatrixHash", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Vector3" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "QuantisedVectorHash", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "T" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "ComputeHash128", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "byte[]" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "ComputeHash128", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HashUtilities", - "comment": "Utilities to compute hashes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "void*" }, - { "name": "dataSize", "typeName": "ulong" }, - { "name": "hash1", "typeName": "ulong*" }, - { "name": "hash2", "typeName": "ulong*" } - ], - "isStatic": true, - "name": "ComputeHash128", - "comment": "Compute a 128 bit hash based on a data.\n\n```plaintext\nParams: data - Pointer to the data to hash.\n dataSize - The number of bytes to hash.\n hash1 - A pointer to store the low 64 bits of the computed hash.\n hash2 - A pointer to store the high 64 bits of the computed hash.\n hash - A pointer to the Hash128 to updated with the computed hash.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "void*" }, - { "name": "dataSize", "typeName": "ulong" }, - { "name": "hash", "typeName": "UnityEngine.Hash128*" } - ], - "isStatic": true, - "name": "ComputeHash128", - "comment": "Compute a 128 bit hash based on a data.\n\n```plaintext\nParams: data - Pointer to the data to hash.\n dataSize - The number of bytes to hash.\n hash1 - A pointer to store the low 64 bits of the computed hash.\n hash2 - A pointer to store the high 64 bits of the computed hash.\n hash - A pointer to the Hash128 to updated with the computed hash.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HashUnsafeUtilities", - "comment": "Utilities to compute hashes with unsafe code.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CursorMode", - "name": "Auto", - "comment": "Use hardware cursors on supported platforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CursorMode", - "name": "ForceSoftware", - "comment": "Force the use of software cursors.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CursorMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CursorMode", - "comment": "Determines whether the mouse cursor is rendered using software rendering or, on supported platforms, hardware rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CursorLockMode", - "name": "None", - "comment": "Cursor behavior is unmodified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CursorLockMode", - "name": "Locked", - "comment": "Lock cursor to the center of the game window.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CursorLockMode", - "name": "Confined", - "comment": "Confine cursor to the game window.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CursorLockMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CursorLockMode", - "comment": "How the cursor should behave.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "visible", - "comment": "Determines whether the hardware pointer is visible or not.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CursorLockMode", - "name": "lockState", - "comment": "Determines whether the hardware pointer is locked to the center of the view, constrained to the window, or not constrained at all.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "hotspot", "typeName": "UnityEngine.Vector2" }, - { "name": "cursorMode", "typeName": "UnityEngine.CursorMode" } - ], - "isStatic": true, - "name": "SetCursor", - "comment": "Specify a custom cursor that you wish to use as a cursor.\n\n```plaintext\nParams: texture - The texture to use for the cursor. To use a texture, you must first import it with `Read/Write`enabled. Alternatively, you can use the default cursor import setting. If you created your cursor texture from code, it must be in RGBA32 format, have alphaIsTransparency enabled, and have no mip chain. To use the default cursor, set the texture to `Null`.\n hotspot - The offset from the top left of the texture to use as the target point (must be within the bounds of the cursor).\n cursorMode - Allow this cursor to render as a hardware cursor on supported platforms, or force software cursor.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Cursor", - "comment": "Cursor API for setting the cursor (mouse pointer).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.KeyCode", - "name": "None", - "comment": "Not assigned (never returned as the result of a keystroke).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Backspace", - "comment": "The backspace key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Delete", - "comment": "The forward delete key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Tab", - "comment": "The tab key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Clear", - "comment": "The Clear key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Return", - "comment": "Return key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Pause", - "comment": "Pause on PC machines.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Escape", - "comment": "Escape key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Space", - "comment": "Space key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad0", - "comment": "Numeric keypad 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad1", - "comment": "Numeric keypad 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad2", - "comment": "Numeric keypad 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad3", - "comment": "Numeric keypad 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad4", - "comment": "Numeric keypad 4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad5", - "comment": "Numeric keypad 5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad6", - "comment": "Numeric keypad 6.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad7", - "comment": "Numeric keypad 7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad8", - "comment": "Numeric keypad 8.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Keypad9", - "comment": "Numeric keypad 9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadPeriod", - "comment": "Numeric keypad '.'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadDivide", - "comment": "Numeric keypad '/'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadMultiply", - "comment": "Numeric keypad '*'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadMinus", - "comment": "Numeric keypad '-'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadPlus", - "comment": "Numeric keypad '+'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadEnter", - "comment": "Numeric keypad Enter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "KeypadEquals", - "comment": "Numeric keypad '='.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "UpArrow", - "comment": "Up arrow key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "DownArrow", - "comment": "Down arrow key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightArrow", - "comment": "Right arrow key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftArrow", - "comment": "Left arrow key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Insert", - "comment": "Insert key key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Home", - "comment": "Home key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "End", - "comment": "End key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "PageUp", - "comment": "Page up.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "PageDown", - "comment": "Page down.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F1", - "comment": "F1 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F2", - "comment": "F2 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F3", - "comment": "F3 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F4", - "comment": "F4 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F5", - "comment": "F5 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F6", - "comment": "F6 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F7", - "comment": "F7 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F8", - "comment": "F8 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F9", - "comment": "F9 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F10", - "comment": "F10 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F11", - "comment": "F11 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F12", - "comment": "F12 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F13", - "comment": "F13 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F14", - "comment": "F14 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F15", - "comment": "F15 function key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha0", - "comment": "The '0' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha1", - "comment": "The '1' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha2", - "comment": "The '2' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha3", - "comment": "The '3' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha4", - "comment": "The '4' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha5", - "comment": "The '5' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha6", - "comment": "The '6' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha7", - "comment": "The '7' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha8", - "comment": "The '8' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Alpha9", - "comment": "The '9' key on the top of the alphanumeric keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Exclaim", - "comment": "Exclamation mark key '!'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "DoubleQuote", - "comment": "Double quote key '\"'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Hash", - "comment": "Hash key '#'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Dollar", - "comment": "Dollar sign key '$'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Percent", - "comment": "Percent '%' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Ampersand", - "comment": "Ampersand key '&'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Quote", - "comment": "Quote key '.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftParen", - "comment": "Left Parenthesis key '('.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightParen", - "comment": "Right Parenthesis key ')'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Asterisk", - "comment": "Asterisk key '*'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Plus", - "comment": "Plus key '+'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Comma", - "comment": "Comma ',' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Minus", - "comment": "Minus '-' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Period", - "comment": "Period '.' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Slash", - "comment": "Slash '/' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Colon", - "comment": "Colon ':' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Semicolon", - "comment": "Semicolon ';' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Less", - "comment": "Less than '<' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Equals", - "comment": "Equals '=' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Greater", - "comment": "Greater than '>' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Question", - "comment": "Question mark '?' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "At", - "comment": "At key '@'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftBracket", - "comment": "Left square bracket key '['.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Backslash", - "comment": "Backslash key '\\'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightBracket", - "comment": "Right square bracket key ']'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Caret", - "comment": "Caret key '^'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Underscore", - "comment": "Underscore '_' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "BackQuote", - "comment": "Back quote key '`'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "A", - "comment": "'a' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "B", - "comment": "'b' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "C", - "comment": "'c' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "D", - "comment": "'d' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "E", - "comment": "'e' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "F", - "comment": "'f' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "G", - "comment": "'g' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "H", - "comment": "'h' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "I", - "comment": "'i' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "J", - "comment": "'j' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "K", - "comment": "'k' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "L", - "comment": "'l' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "M", - "comment": "'m' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "N", - "comment": "'n' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "O", - "comment": "'o' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "P", - "comment": "'p' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Q", - "comment": "'q' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "R", - "comment": "'r' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "S", - "comment": "'s' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "T", - "comment": "'t' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "U", - "comment": "'u' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "V", - "comment": "'v' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "W", - "comment": "'w' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "X", - "comment": "'x' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Y", - "comment": "'y' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Z", - "comment": "'z' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftCurlyBracket", - "comment": "Left curly bracket key '{'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Pipe", - "comment": "Pipe '|' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightCurlyBracket", - "comment": "Right curly bracket key '}'.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Tilde", - "comment": "Tilde '~' key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Numlock", - "comment": "Numlock key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "CapsLock", - "comment": "Capslock key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "ScrollLock", - "comment": "Scroll lock key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightShift", - "comment": "Right shift key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftShift", - "comment": "Left shift key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightControl", - "comment": "Right Control key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftControl", - "comment": "Left Control key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightAlt", - "comment": "Right Alt key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftAlt", - "comment": "Left Alt key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftCommand", - "comment": "Left Command key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftApple", - "comment": "Left Command key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "LeftWindows", - "comment": "Left Windows key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightCommand", - "comment": "Right Command key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightApple", - "comment": "Right Command key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "RightWindows", - "comment": "Right Windows key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "AltGr", - "comment": "Alt Gr key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Help", - "comment": "Help key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Print", - "comment": "Print key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "SysReq", - "comment": "Sys Req key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Break", - "comment": "Break key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Menu", - "comment": "Menu key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse0", - "comment": "The Left (or primary) mouse button.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse1", - "comment": "Right mouse button (or secondary mouse button).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse2", - "comment": "Middle mouse button (or third button).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse3", - "comment": "Additional (fourth) mouse button.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse4", - "comment": "Additional (fifth) mouse button.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse5", - "comment": "Additional (or sixth) mouse button.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Mouse6", - "comment": "Additional (or seventh) mouse button.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton0", - "comment": "Button 0 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton1", - "comment": "Button 1 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton2", - "comment": "Button 2 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton3", - "comment": "Button 3 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton4", - "comment": "Button 4 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton5", - "comment": "Button 5 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton6", - "comment": "Button 6 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton7", - "comment": "Button 7 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton8", - "comment": "Button 8 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton9", - "comment": "Button 9 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton10", - "comment": "Button 10 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton11", - "comment": "Button 11 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton12", - "comment": "Button 12 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton13", - "comment": "Button 13 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton14", - "comment": "Button 14 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton15", - "comment": "Button 15 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton16", - "comment": "Button 16 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton17", - "comment": "Button 17 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton18", - "comment": "Button 18 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "JoystickButton19", - "comment": "Button 19 on any joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button0", - "comment": "Button 0 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button1", - "comment": "Button 1 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button2", - "comment": "Button 2 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button3", - "comment": "Button 3 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button4", - "comment": "Button 4 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button5", - "comment": "Button 5 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button6", - "comment": "Button 6 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button7", - "comment": "Button 7 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button8", - "comment": "Button 8 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button9", - "comment": "Button 9 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button10", - "comment": "Button 10 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button11", - "comment": "Button 11 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button12", - "comment": "Button 12 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button13", - "comment": "Button 13 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button14", - "comment": "Button 14 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button15", - "comment": "Button 15 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button16", - "comment": "Button 16 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button17", - "comment": "Button 17 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button18", - "comment": "Button 18 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick1Button19", - "comment": "Button 19 on first joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button0", - "comment": "Button 0 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button1", - "comment": "Button 1 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button2", - "comment": "Button 2 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button3", - "comment": "Button 3 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button4", - "comment": "Button 4 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button5", - "comment": "Button 5 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button6", - "comment": "Button 6 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button7", - "comment": "Button 7 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button8", - "comment": "Button 8 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button9", - "comment": "Button 9 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button10", - "comment": "Button 10 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button11", - "comment": "Button 11 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button12", - "comment": "Button 12 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button13", - "comment": "Button 13 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button14", - "comment": "Button 14 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button15", - "comment": "Button 15 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button16", - "comment": "Button 16 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button17", - "comment": "Button 17 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button18", - "comment": "Button 18 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick2Button19", - "comment": "Button 19 on second joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button0", - "comment": "Button 0 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button1", - "comment": "Button 1 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button2", - "comment": "Button 2 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button3", - "comment": "Button 3 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button4", - "comment": "Button 4 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button5", - "comment": "Button 5 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button6", - "comment": "Button 6 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button7", - "comment": "Button 7 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button8", - "comment": "Button 8 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button9", - "comment": "Button 9 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button10", - "comment": "Button 10 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button11", - "comment": "Button 11 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button12", - "comment": "Button 12 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button13", - "comment": "Button 13 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button14", - "comment": "Button 14 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button15", - "comment": "Button 15 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button16", - "comment": "Button 16 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button17", - "comment": "Button 17 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button18", - "comment": "Button 18 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick3Button19", - "comment": "Button 19 on third joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button0", - "comment": "Button 0 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button1", - "comment": "Button 1 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button2", - "comment": "Button 2 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button3", - "comment": "Button 3 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button4", - "comment": "Button 4 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button5", - "comment": "Button 5 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button6", - "comment": "Button 6 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button7", - "comment": "Button 7 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button8", - "comment": "Button 8 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button9", - "comment": "Button 9 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button10", - "comment": "Button 10 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button11", - "comment": "Button 11 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button12", - "comment": "Button 12 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button13", - "comment": "Button 13 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button14", - "comment": "Button 14 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button15", - "comment": "Button 15 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button16", - "comment": "Button 16 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button17", - "comment": "Button 17 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button18", - "comment": "Button 18 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick4Button19", - "comment": "Button 19 on forth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button0", - "comment": "Button 0 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button1", - "comment": "Button 1 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button2", - "comment": "Button 2 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button3", - "comment": "Button 3 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button4", - "comment": "Button 4 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button5", - "comment": "Button 5 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button6", - "comment": "Button 6 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button7", - "comment": "Button 7 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button8", - "comment": "Button 8 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button9", - "comment": "Button 9 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button10", - "comment": "Button 10 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button11", - "comment": "Button 11 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button12", - "comment": "Button 12 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button13", - "comment": "Button 13 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button14", - "comment": "Button 14 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button15", - "comment": "Button 15 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button16", - "comment": "Button 16 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button17", - "comment": "Button 17 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button18", - "comment": "Button 18 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick5Button19", - "comment": "Button 19 on fifth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button0", - "comment": "Button 0 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button1", - "comment": "Button 1 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button2", - "comment": "Button 2 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button3", - "comment": "Button 3 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button4", - "comment": "Button 4 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button5", - "comment": "Button 5 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button6", - "comment": "Button 6 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button7", - "comment": "Button 7 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button8", - "comment": "Button 8 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button9", - "comment": "Button 9 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button10", - "comment": "Button 10 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button11", - "comment": "Button 11 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button12", - "comment": "Button 12 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button13", - "comment": "Button 13 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button14", - "comment": "Button 14 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button15", - "comment": "Button 15 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button16", - "comment": "Button 16 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button17", - "comment": "Button 17 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button18", - "comment": "Button 18 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick6Button19", - "comment": "Button 19 on sixth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button0", - "comment": "Button 0 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button1", - "comment": "Button 1 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button2", - "comment": "Button 2 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button3", - "comment": "Button 3 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button4", - "comment": "Button 4 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button5", - "comment": "Button 5 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button6", - "comment": "Button 6 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button7", - "comment": "Button 7 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button8", - "comment": "Button 8 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button9", - "comment": "Button 9 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button10", - "comment": "Button 10 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button11", - "comment": "Button 11 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button12", - "comment": "Button 12 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button13", - "comment": "Button 13 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button14", - "comment": "Button 14 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button15", - "comment": "Button 15 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button16", - "comment": "Button 16 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button17", - "comment": "Button 17 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button18", - "comment": "Button 18 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick7Button19", - "comment": "Button 19 on seventh joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button0", - "comment": "Button 0 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button1", - "comment": "Button 1 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button2", - "comment": "Button 2 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button3", - "comment": "Button 3 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button4", - "comment": "Button 4 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button5", - "comment": "Button 5 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button6", - "comment": "Button 6 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button7", - "comment": "Button 7 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button8", - "comment": "Button 8 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button9", - "comment": "Button 9 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button10", - "comment": "Button 10 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button11", - "comment": "Button 11 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button12", - "comment": "Button 12 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button13", - "comment": "Button 13 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button14", - "comment": "Button 14 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button15", - "comment": "Button 15 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button16", - "comment": "Button 16 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button17", - "comment": "Button 17 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button18", - "comment": "Button 18 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "Joystick8Button19", - "comment": "Button 19 on eighth joystick.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.KeyCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "KeyCode", - "comment": "Key codes returned by Event.keyCode. These map directly to a physical key on the keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "positionDelta", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "timeDelta", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "fingerId", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "deltaPosition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "tapCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneTouchPhase", - "name": "phase", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneTouch", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "Unknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "Portrait", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "PortraitUpsideDown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "LandscapeLeft", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "LandscapeRight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "AutoRotation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "Landscape", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneScreenOrientation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneScreenOrientation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneNetworkReachability", - "name": "NotReachable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneNetworkReachability", - "name": "ReachableViaCarrierDataNetwork", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneNetworkReachability", - "name": "ReachableViaWiFiNetwork", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneNetworkReachability", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneNetworkReachability", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "Unknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone3G", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone3GS", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPodTouch1Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPodTouch2Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPodTouch3Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPad1Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone4", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPodTouch4Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPad2Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone4S", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPad3Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone5", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPodTouch5Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPadMini1Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPad4Gen", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone5C", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhone5S", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPhoneUnknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPadUnknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "iPodTouchUnknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneGeneration", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneGeneration", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.iPhoneScreenOrientation", - "name": "screenOrientation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "uniqueIdentifier", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "model", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "systemName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneNetworkReachability", - "name": "internetReachability", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "systemVersion", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "generation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "verticalOrientation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "screenCanDarken", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "locationServiceEnabledByUser", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "desiredAccuracyInMeters", "typeName": "float" }, - { "name": "updateDistanceInMeters", "typeName": "float" } - ], - "isStatic": true, - "name": "StartLocationServiceUpdates", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "desiredAccuracyInMeters", "typeName": "float" } - ], - "isStatic": true, - "name": "StartLocationServiceUpdates", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StartLocationServiceUpdates", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopLocationServiceUpdates", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneSettings", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneMovieControlMode", - "name": "Full", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieControlMode", - "name": "Minimal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieControlMode", - "name": "CancelOnTouch", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieControlMode", - "name": "Hidden", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieControlMode", - "name": "VolumeOnly", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneMovieControlMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneMovieControlMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneTouchPhase", - "name": "Began", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneTouchPhase", - "name": "Moved", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneTouchPhase", - "name": "Stationary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneTouchPhase", - "name": "Ended", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneTouchPhase", - "name": "Canceled", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneTouchPhase", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneTouchPhase", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneMovieScalingMode", - "name": "None", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieScalingMode", - "name": "AspectFit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieScalingMode", - "name": "AspectFill", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneMovieScalingMode", - "name": "Fill", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneMovieScalingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneMovieScalingMode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isApplicationGenuine", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isApplicationGenuineAvailable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" }, - { - "name": "controlMode", - "typeName": "UnityEngine.iPhoneMovieControlMode" - }, - { - "name": "scalingMode", - "typeName": "UnityEngine.iPhoneMovieScalingMode" - } - ], - "isStatic": true, - "name": "PlayMovie", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" }, - { - "name": "controlMode", - "typeName": "UnityEngine.iPhoneMovieControlMode" - } - ], - "isStatic": true, - "name": "PlayMovie", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "PlayMovie", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" }, - { - "name": "controlMode", - "typeName": "UnityEngine.iPhoneMovieControlMode" - }, - { - "name": "scalingMode", - "typeName": "UnityEngine.iPhoneMovieScalingMode" - } - ], - "isStatic": true, - "name": "PlayMovieURL", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" }, - { - "name": "controlMode", - "typeName": "UnityEngine.iPhoneMovieControlMode" - } - ], - "isStatic": true, - "name": "PlayMovieURL", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "bgColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "PlayMovieURL", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Vibrate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneUtils", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "Default", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "ASCIICapable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "NumbersAndPunctuation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "URL", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "NumberPad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "PhonePad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "NamePhonePad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneKeyboardType", - "name": "EmailAddress", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneKeyboardType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneKeyboardType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hideInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "active", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "done", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "area", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "visible", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneKeyboard", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "timeDelta", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "acceleration", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneAccelerationEvent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "Unknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "Portrait", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "PortraitUpsideDown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "LandscapeLeft", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "LandscapeRight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "FaceUp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "FaceDown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iPhoneOrientation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneOrientation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.iPhoneOrientation", - "name": "orientation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneAccelerationEvent[]", - "name": "accelerationEvents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iPhoneTouch[]", - "name": "touches", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "touchCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "multiTouchEnabled", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "accelerationEventCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "acceleration", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "iPhoneTouch", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetTouch", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "iPhoneAccelerationEvent", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetAccelerationEvent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhoneInput", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.iPhoneGeneration", - "name": "generation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "vendorIdentifier", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "advertisingIdentifier", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "advertisingTrackingEnabled", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "SetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ResetNoBackupFlag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iPhone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOSActivityIndicatorStyle", - "name": "DontShow", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOSActivityIndicatorStyle", - "name": "WhiteLarge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOSActivityIndicatorStyle", - "name": "White", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOSActivityIndicatorStyle", - "name": "Gray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOSActivityIndicatorStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "iOSActivityIndicatorStyle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "GregorianCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "BuddhistCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "ChineseCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "HebrewCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "IslamicCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "IslamicCivilCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "JapaneseCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "RepublicOfChinaCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "PersianCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "IndianCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "ISO8601Calendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CalendarIdentifier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CalendarIdentifier", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Era", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Year", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Month", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Day", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Hour", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Minute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Second", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Week", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Weekday", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "WeekdayOrdinal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "Quarter", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CalendarUnit", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CalendarUnit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.DateTime", - "name": "fireDate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "timeZone", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarUnit", - "name": "repeatInterval", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.CalendarIdentifier", - "name": "repeatCalendar", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertBody", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertLaunchImage", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "applicationIconBadgeNumber", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "soundName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "defaultSoundName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "userInfo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LocalNotification", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "alertBody", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "applicationIconBadgeNumber", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "soundName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "userInfo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RemoteNotification", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RemoteNotificationType", - "name": "None", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RemoteNotificationType", - "name": "Badge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RemoteNotificationType", - "name": "Sound", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RemoteNotificationType", - "name": "Alert", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RemoteNotificationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RemoteNotificationType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "notificationTypes", - "typeName": "UnityEngine.RemoteNotificationType" - } - ], - "isStatic": true, - "name": "RegisterForRemoteNotificationTypes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NotificationServices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "loaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "visible", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "layout", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "size", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.BannerWasClickedDelegate", - "name": "onBannerWasClicked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.BannerWasLoadedDelegate", - "name": "onBannerWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.ADBannerView.BannerWasClickedDelegate" - } - ], - "isStatic": true, - "name": "add_onBannerWasClicked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.ADBannerView.BannerWasClickedDelegate" - } - ], - "isStatic": true, - "name": "remove_onBannerWasClicked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.ADBannerView.BannerWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "add_onBannerWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.ADBannerView.BannerWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "remove_onBannerWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "UnityEngine.ADBannerView.Type" }, - { "name": "layout", "typeName": "UnityEngine.ADBannerView.Layout" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "UnityEngine.ADBannerView.Type" } - ], - "isStatic": true, - "name": "IsAvailable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ADBannerView", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "Top", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "Bottom", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "TopLeft", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "TopRight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "TopCenter", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "BottomLeft", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "BottomRight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "BottomCenter", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "CenterLeft", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "CenterRight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "Center", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Layout", - "name": "Manual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ADBannerView.Layout", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Layout", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ADBannerView.Type", - "name": "Banner", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADBannerView.Type", - "name": "MediumRect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ADBannerView.Type", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Type", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BannerWasClickedDelegate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BannerWasLoadedDelegate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isAvailable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "loaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate", - "name": "onInterstitialWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "add_onInterstitialWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "remove_onInterstitialWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "autoReload", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Show", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReloadAd", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ADInterstitialAd", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR.WSA", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.WSA.RemoteDeviceVersion", - "name": "V1", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.WSA.RemoteDeviceVersion", - "name": "V2", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.WSA.RemoteDeviceVersion", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "RemoteDeviceVersion", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "left", - "comment": "Position in view space of the left side of the near projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "right", - "comment": "Position in view space of the right side of the near projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "bottom", - "comment": "Position in view space of the bottom side of the near projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "top", - "comment": "Position in view space of the top side of the near projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "zNear", - "comment": "Z distance from the origin of view space to the near projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "zFar", - "comment": "Z distance from the origin of view space to the far projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FrustumPlanes", - "comment": "This struct contains the view space coordinates of the near projection plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "m00", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m10", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m20", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m30", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m11", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m21", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m31", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m12", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m22", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m32", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m13", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m23", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "m33", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "Attempts to get a rotation quaternion from this matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "lossyScale", - "comment": "Attempts to get a scale value from the matrix. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isIdentity", - "comment": "Checks whether this is an identity matrix. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "determinant", - "comment": "The determinant of the matrix. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.FrustumPlanes", - "name": "decomposeProjection", - "comment": "This property takes a projection matrix and returns the six plane coordinates that define a projection frustum.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "inverse", - "comment": "The inverse of this matrix. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "transpose", - "comment": "Returns the transpose of this matrix (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "zero", - "comment": "Returns a matrix with all elements set to zero (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "identity", - "comment": "Returns the identity matrix (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ValidTRS", - "comment": "Checks if this matrix is a valid transform matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": true, - "name": "Determinant", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "q", "typeName": "UnityEngine.Quaternion" }, - { "name": "s", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "TRS", - "comment": "Creates a translation, rotation and scaling matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "q", "typeName": "UnityEngine.Quaternion" }, - { "name": "s", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetTRS", - "comment": "Sets this matrix to a translation, rotation and scaling matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "input", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "result", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "Inverse3DAffine", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": true, - "name": "Inverse", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": true, - "name": "Transpose", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "top", "typeName": "float" }, - { "name": "zNear", "typeName": "float" }, - { "name": "zFar", "typeName": "float" } - ], - "isStatic": true, - "name": "Ortho", - "comment": "The projection matrix.\n\n```plaintext\nParams: left - Left-side x-coordinate.\n right - Right-side x-coordinate.\n bottom - Bottom y-coordinate.\n top - Top y-coordinate.\n zNear - Near depth clipping plane value.\n zFar - Far depth clipping plane value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "fov", "typeName": "float" }, - { "name": "aspect", "typeName": "float" }, - { "name": "zNear", "typeName": "float" }, - { "name": "zFar", "typeName": "float" } - ], - "isStatic": true, - "name": "Perspective", - "comment": "The projection matrix.\n\n```plaintext\nParams: fov - Vertical field-of-view in degrees.\n aspect - Aspect ratio (width divided by height).\n zNear - Near depth clipping plane value.\n zFar - Far depth clipping plane value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "up", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "LookAt", - "comment": "The resulting transformation matrix.\n\n```plaintext\nParams: from - The source point.\n to - The target point.\n up - The vector describing the up direction (typically Vector3.up).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "left", "typeName": "float" }, - { "name": "right", "typeName": "float" }, - { "name": "bottom", "typeName": "float" }, - { "name": "top", "typeName": "float" }, - { "name": "zNear", "typeName": "float" }, - { "name": "zFar", "typeName": "float" } - ], - "isStatic": true, - "name": "Frustum", - "comment": "A projection matrix with a viewing frustum defined by the plane coordinates passed in.\n\n```plaintext\nParams: left - The X coordinate of the left side of the near projection plane in view space.\n right - The X coordinate of the right side of the near projection plane in view space.\n bottom - The Y coordinate of the bottom side of the near projection plane in view space.\n top - The Y coordinate of the top side of the near projection plane in view space.\n zNear - Z distance to the near plane from the origin in view space.\n zFar - Z distance to the far plane from the origin in view space.\n frustumPlanes - Frustum planes struct that contains the view space coordinates of that define a viewing frustum.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "fp", "typeName": "UnityEngine.FrustumPlanes" }], - "isStatic": true, - "name": "Frustum", - "comment": "A projection matrix with a viewing frustum defined by the plane coordinates passed in.\n\n```plaintext\nParams: left - The X coordinate of the left side of the near projection plane in view space.\n right - The X coordinate of the right side of the near projection plane in view space.\n bottom - The Y coordinate of the bottom side of the near projection plane in view space.\n top - The Y coordinate of the top side of the near projection plane in view space.\n zNear - Z distance to the near plane from the origin in view space.\n zFar - Z distance to the far plane from the origin in view space.\n frustumPlanes - Frustum planes struct that contains the view space coordinates of that define a viewing frustum.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "column0", "typeName": "UnityEngine.Vector4" }, - { "name": "column1", "typeName": "UnityEngine.Vector4" }, - { "name": "column2", "typeName": "UnityEngine.Vector4" }, - { "name": "column3", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "rhs", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "vector", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "rhs", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "rhs", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetColumn", - "comment": "Get a column of the matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetRow", - "comment": "Returns a row of the matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "column", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetColumn", - "comment": "Sets a column of the matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "row", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetRow", - "comment": "Sets a row of the matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "MultiplyPoint", - "comment": "Transforms a position by this matrix (generic).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "MultiplyPoint3x4", - "comment": "Transforms a position by this matrix (fast).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "MultiplyVector", - "comment": "Transforms a direction by this matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Plane", - "params": [{ "name": "plane", "typeName": "UnityEngine.Plane" }], - "isStatic": false, - "name": "TransformPlane", - "comment": "Returns a plane that is transformed in space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Scale", - "comment": "Creates a scaling matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Translate", - "comment": "Creates a translation matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "q", "typeName": "UnityEngine.Quaternion" }], - "isStatic": true, - "name": "Rotate", - "comment": "Creates a rotation matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this matrix.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this matrix.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this matrix.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Matrix4x4", - "comment": "A standard 4x4 transformation matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.GameViewRenderMode", - "name": "None", - "comment": "Disables rendering of any eyes in the Game view or in the main window on a host PC.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.GameViewRenderMode", - "name": "LeftEye", - "comment": "Renders the left eye of the XR device in the Game View window or in main window on a host PC.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.GameViewRenderMode", - "name": "RightEye", - "comment": "Renders the right eye of the XR device in the Game View window or in main window on a host PC.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.GameViewRenderMode", - "name": "BothEyes", - "comment": "Renders both eyes of the XR device side-by-side in the Game view or in the main window on a host PC.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.GameViewRenderMode", - "name": "OcclusionMesh", - "comment": "Renders both eyes of the XR device, and the occlusion mesh, side-by-side in the Game view or in the main window on a host PC.\n\n", - "location": "UnityEngine.VRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.GameViewRenderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "GameViewRenderMode", - "comment": "Enumeration of available modes for XR rendering in the Game view or in the main window on a host PC. XR rendering only occurs when the Unity Editor is in Play Mode.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Globally enables or disables XR for the application.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.GameViewRenderMode", - "name": "gameViewRenderMode", - "comment": "Sets the render mode for the XR device. The render mode controls how the view of the XR device renders in the Game view and in the main window on a host PC.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "bool", - "name": "isDeviceActive", - "comment": "Read-only value that can be used to determine if the XR device is active.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "bool", - "name": "showDeviceView", - "comment": "This property has been deprecated. Use XRSettings.gameViewRenderMode instead.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "float", - "name": "eyeTextureResolutionScale", - "comment": "Controls the actual size of eye textures as a multiplier of the device's default resolution.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "int", - "name": "eyeTextureWidth", - "comment": "The current width of an eye texture for the loaded device.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "int", - "name": "eyeTextureHeight", - "comment": "The current height of an eye texture for the loaded device.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureDescriptor", - "name": "eyeTextureDesc", - "comment": "Fetch the eye texture RenderTextureDescriptor from the active stereo device.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "deviceEyeTextureDimension", - "comment": "Fetch the device eye texture dimension from the active stereo device.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "float", - "name": "renderViewportScale", - "comment": "Controls how much of the allocated eye texture should be used for rendering.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "float", - "name": "occlusionMaskScale", - "comment": "A scale applied to the standard occulsion mask for each platform.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "bool", - "name": "useOcclusionMesh", - "comment": "Specifies whether or not the occlusion mesh should be used when rendering. Enabled by default.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "string", - "name": "loadedDeviceName", - "comment": "Type of XR device that is currently loaded.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "string[]", - "name": "supportedDevices", - "comment": "Returns a list of supported XR devices that were included at build time.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", - "name": "stereoRenderingMode", - "comment": "The stereo rendering mode that is currently in use.\n\n", - "location": "UnityEngine.VRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "deviceName", "typeName": "string" }], - "isStatic": true, - "name": "LoadDeviceByName", - "comment": "Loads the requested device at the beginning of the next frame.\n\n```plaintext\nParams: deviceName - Name of the device from XRSettings.supportedDevices.\n prioritizedDeviceNameList - Prioritized list of device names from XRSettings.supportedDevices.\n \n```\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "prioritizedDeviceNameList", "typeName": "string[]" } - ], - "isStatic": true, - "name": "LoadDeviceByName", - "comment": "Loads the requested device at the beginning of the next frame.\n\n```plaintext\nParams: deviceName - Name of the device from XRSettings.supportedDevices.\n prioritizedDeviceNameList - Prioritized list of device names from XRSettings.supportedDevices.\n \n```\n\n", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "XRSettings", - "comment": "Global XR related settings.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "kEpsilon", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "kEpsilonNormalSqrt", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "x", - "comment": "X component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "y", - "comment": "Y component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "z", - "comment": "Z component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normalized", - "comment": "Returns this vector with a magnitude of 1 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "magnitude", - "comment": "Returns the length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "sqrMagnitude", - "comment": "Returns the squared length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "zero", - "comment": "Shorthand for writing Vector3(0, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "one", - "comment": "Shorthand for writing Vector3(1, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "forward", - "comment": "Shorthand for writing Vector3(0, 0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "back", - "comment": "Shorthand for writing Vector3(0, 0, -1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "up", - "comment": "Shorthand for writing Vector3(0, 1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "down", - "comment": "Shorthand for writing Vector3(0, -1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "left", - "comment": "Shorthand for writing Vector3(-1, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "right", - "comment": "Shorthand for writing Vector3(1, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "positiveInfinity", - "comment": "Shorthand for writing Vector3(float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "negativeInfinity", - "comment": "Shorthand for writing Vector3(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "fwd", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Slerp", - "comment": "Spherically interpolates between two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "SlerpUnclamped", - "comment": "Spherically interpolates between two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "normal", "typeName": "UnityEngine.Vector3" }, - { "name": "tangent", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "OrthoNormalize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "normal", "typeName": "UnityEngine.Vector3" }, - { "name": "tangent", "typeName": "UnityEngine.Vector3" }, - { "name": "binormal", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "OrthoNormalize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector3" }, - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "maxRadiansDelta", "typeName": "float" }, - { "name": "maxMagnitudeDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "RotateTowards", - "comment": "The location that RotateTowards generates.\n\n```plaintext\nParams: current - The vector being managed.\n target - The vector.\n maxRadiansDelta - The maximum angle in radians allowed for this rotation.\n maxMagnitudeDelta - The maximum allowed change in vector magnitude for this rotation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Interpolated value, equals to a + (b - a) * t.\n\n```plaintext\nParams: a - Start value, returned when t = 0.\n b - End value, returned when t = 1.\n t - Value used to interpolate between a and b.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "Linearly interpolates between two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector3" }, - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistanceDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveTowards", - "comment": "The new position.\n\n```plaintext\nParams: current - The position to move from.\n target - The position to move towards.\n maxDistanceDelta - Distance to move current per call.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector3" }, - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "currentVelocity", "typeName": "UnityEngine.Vector3" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector3" }, - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "currentVelocity", "typeName": "UnityEngine.Vector3" }, - { "name": "smoothTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector3" }, - { "name": "target", "typeName": "UnityEngine.Vector3" }, - { "name": "currentVelocity", "typeName": "UnityEngine.Vector3" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new vector with given x, y, z components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new vector with given x, y components and sets z to zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newX", "typeName": "float" }, - { "name": "newY", "typeName": "float" }, - { "name": "newZ", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set x, y and z components of an existing Vector3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Scale", - "comment": "Multiplies two vectors component-wise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "scale", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Scale", - "comment": "Multiplies every component of this vector by the same component of scale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Cross", - "comment": "Cross Product of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if the given vector is exactly equal to this vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "inDirection", "typeName": "UnityEngine.Vector3" }, - { "name": "inNormal", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Reflect", - "comment": "Reflects a vector off the plane defined by a normal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "value", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Normalize", - "comment": "Makes this vector have a magnitude of 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Dot", - "comment": "Dot Product of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "vector", "typeName": "UnityEngine.Vector3" }, - { "name": "onNormal", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Project", - "comment": "Projects a vector onto another vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "vector", "typeName": "UnityEngine.Vector3" }, - { "name": "planeNormal", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "ProjectOnPlane", - "comment": "The location of the vector on the plane.\n\n```plaintext\nParams: planeNormal - The direction from the vector towards the plane.\n vector - The location of the vector above the plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Angle", - "comment": "The angle in degrees between the two vectors.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "axis", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "SignedAngle", - "comment": "Returns the signed angle in degrees between from and to.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n axis - A vector around which the other vectors are rotated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Distance", - "comment": "Returns the distance between a and b.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "vector", "typeName": "UnityEngine.Vector3" }, - { "name": "maxLength", "typeName": "float" } - ], - "isStatic": true, - "name": "ClampMagnitude", - "comment": "Returns a copy of vector with its magnitude clamped to maxLength.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Magnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "SqrMagnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "b", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "d", "typeName": "float" }, - { "name": "a", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "AngleBetween", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "excludeThis", "typeName": "UnityEngine.Vector3" }, - { "name": "fromThat", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Exclude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Vector3", - "comment": "Representation of 3D vectors and points.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "x", - "comment": "X component of the Quaternion. Don't modify this directly unless you know quaternions inside out.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "y", - "comment": "Y component of the Quaternion. Don't modify this directly unless you know quaternions inside out.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "z", - "comment": "Z component of the Quaternion. Don't modify this directly unless you know quaternions inside out.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "w", - "comment": "W component of the Quaternion. Do not directly modify quaternions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "kEpsilon", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "identity", - "comment": "The identity rotation (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "eulerAngles", - "comment": "Returns or sets the euler angle representation of the rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "normalized", - "comment": "Returns this quaternion with a magnitude of 1 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "fromDirection", "typeName": "UnityEngine.Vector3" }, - { "name": "toDirection", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "FromToRotation", - "comment": "Creates a rotation which rotates from fromDirection to toDirection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "Inverse", - "comment": "Returns the Inverse of rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "a", "typeName": "UnityEngine.Quaternion" }, - { "name": "b", "typeName": "UnityEngine.Quaternion" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Slerp", - "comment": "A quaternion spherically interpolated between quaternions a and b.\n\n```plaintext\nParams: a - Start value, returned when t = 0.\n b - End value, returned when t = 1.\n t - Interpolation ratio.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "a", "typeName": "UnityEngine.Quaternion" }, - { "name": "b", "typeName": "UnityEngine.Quaternion" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "SlerpUnclamped", - "comment": "Spherically interpolates between a and b by t. The parameter t is not clamped.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "a", "typeName": "UnityEngine.Quaternion" }, - { "name": "b", "typeName": "UnityEngine.Quaternion" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Interpolates between a and b by t and normalizes the result afterwards. The parameter t is clamped to the range [0, 1].\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "a", "typeName": "UnityEngine.Quaternion" }, - { "name": "b", "typeName": "UnityEngine.Quaternion" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "Interpolates between a and b by t and normalizes the result afterwards. The parameter t is not clamped.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "angle", "typeName": "float" }, - { "name": "axis", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "AngleAxis", - "comment": "Creates a rotation which rotates angle degrees around axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "forward", "typeName": "UnityEngine.Vector3" }, - { "name": "upwards", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "LookRotation", - "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: forward - The direction to look in.\n upwards - The vector that defines in which direction up is.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "forward", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "LookRotation", - "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: forward - The direction to look in.\n upwards - The vector that defines in which direction up is.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs new Quaternion with given x,y,z,w components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newX", "typeName": "float" }, - { "name": "newY", "typeName": "float" }, - { "name": "newZ", "typeName": "float" }, - { "name": "newW", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set x, y, z and w components of an existing Quaternion.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Quaternion" }, - { "name": "rhs", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "point", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Quaternion" }, - { "name": "rhs", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Quaternion" }, - { "name": "rhs", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Quaternion" }, - { "name": "b", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "Dot", - "comment": "The dot product between two rotations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "view", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SetLookRotation", - "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: view - The direction to look in.\n up - The vector that defines in which direction up is.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "view", "typeName": "UnityEngine.Vector3" }, - { "name": "up", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetLookRotation", - "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: view - The direction to look in.\n up - The vector that defines in which direction up is.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Quaternion" }, - { "name": "b", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "Angle", - "comment": "Returns the angle in degrees between two rotations a and b.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": true, - "name": "Euler", - "comment": "Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis; applied in that order.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "Euler", - "comment": "Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "angle", "typeName": "float" }, - { "name": "axis", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "ToAngleAxis", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fromDirection", "typeName": "UnityEngine.Vector3" }, - { "name": "toDirection", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetFromToRotation", - "comment": "Creates a rotation which rotates from fromDirection to toDirection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "from", "typeName": "UnityEngine.Quaternion" }, - { "name": "to", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDegreesDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "RotateTowards", - "comment": "Rotates a rotation from towards to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "q", "typeName": "UnityEngine.Quaternion" }], - "isStatic": true, - "name": "Normalize", - "comment": "Converts this quaternion to one with the same orientation but with a magnitude of 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Quaternion" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string of the Quaternion.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string of the Quaternion.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string of the Quaternion.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": true, - "name": "EulerRotation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "EulerRotation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "SetEulerRotation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SetEulerRotation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [], - "isStatic": false, - "name": "ToEuler", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": true, - "name": "EulerAngles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "EulerAngles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": false, - "name": "ToAxisAngle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "SetEulerAngles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SetEulerAngles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "ToEulerAngles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [], - "isStatic": false, - "name": "ToEulerAngles", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": false, - "name": "SetAxisAngle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "AxisAngle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Quaternion", - "comment": "Quaternions are used to represent rotations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "PI", - "comment": "The well-known 3.14159265358979... value (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "Infinity", - "comment": "A representation of positive infinity (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "NegativeInfinity", - "comment": "A representation of negative infinity (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "Deg2Rad", - "comment": "Degrees-to-radians conversion constant (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "Rad2Deg", - "comment": "Radians-to-degrees conversion constant (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "Epsilon", - "comment": "A tiny floating point value (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "ClosestPowerOfTwo", - "comment": "Returns the closest power of two value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "IsPowerOfTwo", - "comment": "Returns true if the value is power of two.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "NextPowerOfTwo", - "comment": "Returns the next power of two that is equal to, or greater than, the argument.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "GammaToLinearSpace", - "comment": "Converts the given value from gamma (sRGB) to linear color space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "LinearToGammaSpace", - "comment": "Converts the given value from linear to gamma (sRGB) color space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "kelvin", "typeName": "float" }], - "isStatic": true, - "name": "CorrelatedColorTemperatureToRGB", - "comment": "Correlated Color Temperature as floating point RGB color.\n\n```plaintext\nParams: kelvin - Temperature in Kelvin. Range 1000 to 40000 Kelvin.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt16", - "params": [{ "name": "val", "typeName": "float" }], - "isStatic": true, - "name": "FloatToHalf", - "comment": "The converted half-precision float, stored in a 16-bit unsigned integer.\n\n```plaintext\nParams: val - The floating point value to convert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "val", "typeName": "ushort" }], - "isStatic": true, - "name": "HalfToFloat", - "comment": "The decoded 32-bit float.\n\n```plaintext\nParams: val - The half precision value to convert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "PerlinNoise", - "comment": "Value between 0.0 and 1.0. (Return value might be slightly below 0.0 or beyond 1.0.)\n\n```plaintext\nParams: x - X-coordinate of sample point.\n y - Y-coordinate of sample point.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Sin", - "comment": "The return value between -1 and +1.\n\n```plaintext\nParams: f - The input angle, in radians.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Cos", - "comment": "The return value between -1 and 1.\n\n```plaintext\nParams: f - The input angle, in radians.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Tan", - "comment": "Returns the tangent of angle f in radians.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Asin", - "comment": "Returns the arc-sine of f - the angle in radians whose sine is f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Acos", - "comment": "Returns the arc-cosine of f - the angle in radians whose cosine is f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Atan", - "comment": "Returns the arc-tangent of f - the angle in radians whose tangent is f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "y", "typeName": "float" }, - { "name": "x", "typeName": "float" } - ], - "isStatic": true, - "name": "Atan2", - "comment": "Returns the angle in radians whose Tan is y/x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Sqrt", - "comment": "Returns square root of f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Abs", - "comment": "Returns the absolute value of f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": true, - "name": "Abs", - "comment": "Returns the absolute value of value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns the smallest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "values", "typeName": "float[]" }], - "isStatic": true, - "name": "Min", - "comment": "Returns the smallest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns the smallest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "int[]" }], - "isStatic": true, - "name": "Min", - "comment": "Returns the smallest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns largest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "values", "typeName": "float[]" }], - "isStatic": true, - "name": "Max", - "comment": "Returns largest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns the largest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "values", "typeName": "int[]" }], - "isStatic": true, - "name": "Max", - "comment": "Returns the largest of two or more values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "f", "typeName": "float" }, - { "name": "p", "typeName": "float" } - ], - "isStatic": true, - "name": "Pow", - "comment": "Returns f raised to power p.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "power", "typeName": "float" }], - "isStatic": true, - "name": "Exp", - "comment": "Returns e raised to the specified power.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "f", "typeName": "float" }, - { "name": "p", "typeName": "float" } - ], - "isStatic": true, - "name": "Log", - "comment": "Returns the logarithm of a specified number in a specified base.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Log", - "comment": "Returns the natural (base e) logarithm of a specified number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Log10", - "comment": "Returns the base 10 logarithm of a specified number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Ceil", - "comment": "Returns the smallest integer greater to or equal to f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Floor", - "comment": "Returns the largest integer smaller than or equal to f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Round", - "comment": "Returns f rounded to the nearest integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "CeilToInt", - "comment": "Returns the smallest integer greater to or equal to f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "FloorToInt", - "comment": "Returns the largest integer smaller to or equal to f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "RoundToInt", - "comment": "Returns f rounded to the nearest integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "f", "typeName": "float" }], - "isStatic": true, - "name": "Sign", - "comment": "Returns the sign of f.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value", "typeName": "float" }, - { "name": "min", "typeName": "float" }, - { "name": "max", "typeName": "float" } - ], - "isStatic": true, - "name": "Clamp", - "comment": "The float result between the min and max values.\n\n```plaintext\nParams: value - The floating point value to restrict inside the range defined by the min and max values.\n min - The minimum floating point value to compare against.\n max - The maximum floating point value to compare against.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "value", "typeName": "int" }, - { "name": "min", "typeName": "int" }, - { "name": "max", "typeName": "int" } - ], - "isStatic": true, - "name": "Clamp", - "comment": "The int result between min and max values.\n\n```plaintext\nParams: value - The integer point value to restrict inside the min-to-max range\n min - The minimum integer point value to compare against.\n max - The maximum integer point value to compare against.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "Clamp01", - "comment": "Clamps value between 0 and 1 and returns value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "The interpolated float result between the two float values.\n\n```plaintext\nParams: a - The start value.\n b - The end value.\n t - The interpolation value between the two floats.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "The float value as a result from the linear interpolation.\n\n```plaintext\nParams: a - The start value.\n b - The end value.\n t - The interpolation between the two floats.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpAngle", - "comment": "Same as Lerp but makes sure the values interpolate correctly when they wrap around 360 degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "maxDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveTowards", - "comment": "Moves a value current towards target.\n\n```plaintext\nParams: current - The current value.\n target - The value to move towards.\n maxDelta - The maximum change that should be applied to the value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "maxDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveTowardsAngle", - "comment": "Same as MoveTowards but makes sure the values interpolate correctly when they wrap around 360 degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "float" }, - { "name": "to", "typeName": "float" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothStep", - "comment": "Interpolates between min and max with smoothing at the limits.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "value", "typeName": "float" }, - { "name": "absmax", "typeName": "float" }, - { "name": "gamma", "typeName": "float" } - ], - "isStatic": true, - "name": "Gamma", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": true, - "name": "Approximately", - "comment": "Compares two floating point values and returns true if they are similar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "currentVelocity", "typeName": "float" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "currentVelocity", "typeName": "float" }, - { "name": "smoothTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "currentVelocity", "typeName": "float" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "currentVelocity", "typeName": "float" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDampAngle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "currentVelocity", "typeName": "float" }, - { "name": "smoothTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDampAngle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" }, - { "name": "currentVelocity", "typeName": "float" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDampAngle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "length", "typeName": "float" } - ], - "isStatic": true, - "name": "Repeat", - "comment": "Loops the value t, so that it is never larger than length and never smaller than 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "length", "typeName": "float" } - ], - "isStatic": true, - "name": "PingPong", - "comment": "PingPong returns a value that will increment and decrement between the value 0 and length.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "InverseLerp", - "comment": "Percentage of value between start and end.\n\n```plaintext\nParams: a - Start value.\n b - End value.\n value - Value between start and end.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "current", "typeName": "float" }, - { "name": "target", "typeName": "float" } - ], - "isStatic": true, - "name": "DeltaAngle", - "comment": "Calculates the shortest difference between two given angles given in degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Mathf", - "comment": "A collection of common math functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "x", - "comment": "X component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "y", - "comment": "Y component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "kEpsilon", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "kEpsilonNormalSqrt", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "normalized", - "comment": "Returns this vector with a magnitude of 1 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "magnitude", - "comment": "Returns the length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "sqrMagnitude", - "comment": "Returns the squared length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "zero", - "comment": "Shorthand for writing Vector2(0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "one", - "comment": "Shorthand for writing Vector2(1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "up", - "comment": "Shorthand for writing Vector2(0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "down", - "comment": "Shorthand for writing Vector2(0, -1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "left", - "comment": "Shorthand for writing Vector2(-1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "right", - "comment": "Shorthand for writing Vector2(1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "positiveInfinity", - "comment": "Shorthand for writing Vector2(float.PositiveInfinity, float.PositiveInfinity).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "negativeInfinity", - "comment": "Shorthand for writing Vector2(float.NegativeInfinity, float.NegativeInfinity).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new vector with given x, y components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newX", "typeName": "float" }, - { "name": "newY", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set x and y components of an existing Vector2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Linearly interpolates between vectors a and b by t.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "Linearly interpolates between vectors a and b by t.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector2" }, - { "name": "target", "typeName": "UnityEngine.Vector2" }, - { "name": "maxDistanceDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveTowards", - "comment": "Moves a point current towards target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Scale", - "comment": "Multiplies two vectors component-wise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "scale", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Scale", - "comment": "Multiplies every component of this vector by the same component of scale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "Makes this vector have a magnitude of 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if the given vector is exactly equal to this vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "inDirection", "typeName": "UnityEngine.Vector2" }, - { "name": "inNormal", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Reflect", - "comment": "Reflects a vector off the vector defined by a normal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "inDirection", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Perpendicular", - "comment": "The perpendicular direction.\n\n```plaintext\nParams: inDirection - The input direction.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Dot", - "comment": "Dot Product of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector2" }, - { "name": "to", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Angle", - "comment": "Returns the unsigned angle in degrees between from and to.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector2" }, - { "name": "to", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "SignedAngle", - "comment": "Returns the signed angle in degrees between from and to.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Distance", - "comment": "Returns the distance between a and b.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "vector", "typeName": "UnityEngine.Vector2" }, - { "name": "maxLength", "typeName": "float" } - ], - "isStatic": true, - "name": "ClampMagnitude", - "comment": "Returns a copy of vector with its magnitude clamped to maxLength.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "SqrMagnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "SqrMagnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector2" }, - { "name": "target", "typeName": "UnityEngine.Vector2" }, - { "name": "currentVelocity", "typeName": "UnityEngine.Vector2" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector2" }, - { "name": "target", "typeName": "UnityEngine.Vector2" }, - { "name": "currentVelocity", "typeName": "UnityEngine.Vector2" }, - { "name": "smoothTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector2" }, - { "name": "target", "typeName": "UnityEngine.Vector2" }, - { "name": "currentVelocity", "typeName": "UnityEngine.Vector2" }, - { "name": "smoothTime", "typeName": "float" }, - { "name": "maxSpeed", "typeName": "float" }, - { "name": "deltaTime", "typeName": "float" } - ], - "isStatic": true, - "name": "SmoothDamp", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "b", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "d", "typeName": "float" }, - { "name": "a", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Vector2", - "comment": "Representation of 2D vectors and points.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", - "name": "MultiPass", - "comment": "This is the reference stereo rendering path for VR.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", - "name": "SinglePass", - "comment": "This is a faster rendering path for VR than XRSettings.StereoRenderingMode.MultiPass.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", - "name": "SinglePassInstanced", - "comment": "This is an optimized version of the XRSettings.StereoRenderingMode.SinglePass mode.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", - "name": "SinglePassMultiview", - "comment": "This is a OpenGL optimized version of the XRSettings.StereoRenderingMode.SinglePassInstanced mode.\n\n", - "location": "UnityEngine.VRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "StereoRenderingMode", - "comment": "Enum type signifying the different stereo rendering modes available.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "int", - "name": "x", - "comment": "X component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "Y component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "magnitude", - "comment": "Returns the length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sqrMagnitude", - "comment": "Returns the squared length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "zero", - "comment": "Shorthand for writing Vector2Int(0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "one", - "comment": "Shorthand for writing Vector2Int(1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "up", - "comment": "Shorthand for writing Vector2Int(0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "down", - "comment": "Shorthand for writing Vector2Int(0, -1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "left", - "comment": "Shorthand for writing Vector2Int(-1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "right", - "comment": "Shorthand for writing Vector2Int(1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set x and y components of an existing Vector2Int.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "Distance", - "comment": "Returns the distance between a and b.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "Scale", - "comment": "Multiplies two vectors component-wise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "scale", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": false, - "name": "Scale", - "comment": "Multiplies every component of this vector by the same component of scale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Vector2Int" }, - { "name": "max", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": false, - "name": "Clamp", - "comment": "Clamps the Vector2Int to the bounds given by min and max.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "FloorToInt", - "comment": "Converts a Vector2 to a Vector2Int by doing a Floor to each value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "CeilToInt", - "comment": "Converts a Vector2 to a Vector2Int by doing a Ceiling to each value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "RoundToInt", - "comment": "Converts a Vector2 to a Vector2Int by doing a Round to each value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector2Int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if the objects are equal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Vector2Int" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "The hash code of the Vector2Int.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Vector2Int", - "comment": "Representation of 2D vectors and points using integers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "int", - "name": "x", - "comment": "X component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "Y component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "z", - "comment": "Z component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "magnitude", - "comment": "Returns the length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sqrMagnitude", - "comment": "Returns the squared length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "zero", - "comment": "Shorthand for writing Vector3Int(0, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "one", - "comment": "Shorthand for writing Vector3Int(1, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "up", - "comment": "Shorthand for writing Vector3Int(0, 1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "down", - "comment": "Shorthand for writing Vector3Int(0, -1, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "left", - "comment": "Shorthand for writing Vector3Int(-1, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "right", - "comment": "Shorthand for writing Vector3Int(1, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "forward", - "comment": "Shorthand for writing Vector3Int(0, 0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "back", - "comment": "Shorthand for writing Vector3Int(0, 0, -1).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "z", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "z", "typeName": "int" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set x, y and z components of an existing Vector3Int.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "Distance", - "comment": "Returns the distance between a and b.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "Scale", - "comment": "Multiplies two vectors component-wise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "scale", "typeName": "UnityEngine.Vector3Int" }], - "isStatic": false, - "name": "Scale", - "comment": "Multiplies every component of this vector by the same component of scale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Vector3Int" }, - { "name": "max", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "Clamp", - "comment": "Clamps the Vector3Int to the bounds given by min and max.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3Int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3Int" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "FloorToInt", - "comment": "Converts a Vector3 to a Vector3Int by doing a Floor to each value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "CeilToInt", - "comment": "Converts a Vector3 to a Vector3Int by doing a Ceiling to each value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "RoundToInt", - "comment": "Converts a Vector3 to a Vector3Int by doing a Round to each value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector3Int" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "int" }, - { "name": "b", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3Int", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector3Int" }, - { "name": "b", "typeName": "int" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, - { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if the objects are equal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Vector3Int" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "The hash code of the Vector3Int.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Vector3Int", - "comment": "Representation of 3D vectors and points using integers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "kEpsilon", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "x", - "comment": "X component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "y", - "comment": "Y component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "z", - "comment": "Z component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "w", - "comment": "W component of the vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "normalized", - "comment": "Returns this vector with a magnitude of 1 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "magnitude", - "comment": "Returns the length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "sqrMagnitude", - "comment": "Returns the squared length of this vector (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "zero", - "comment": "Shorthand for writing Vector4(0,0,0,0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "one", - "comment": "Shorthand for writing Vector4(1,1,1,1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "positiveInfinity", - "comment": "Shorthand for writing Vector4(float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "negativeInfinity", - "comment": "Shorthand for writing Vector4(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "w", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new vector with given x, y, z, w components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new vector with given x, y, z components and sets w to zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new vector with given x, y components and sets z and w to zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "newX", "typeName": "float" }, - { "name": "newY", "typeName": "float" }, - { "name": "newZ", "typeName": "float" }, - { "name": "newW", "typeName": "float" } - ], - "isStatic": false, - "name": "Set", - "comment": "Set x, y, z and w components of an existing Vector4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Linearly interpolates between two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "Linearly interpolates between two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "current", "typeName": "UnityEngine.Vector4" }, - { "name": "target", "typeName": "UnityEngine.Vector4" }, - { "name": "maxDistanceDelta", "typeName": "float" } - ], - "isStatic": true, - "name": "MoveTowards", - "comment": "Moves a point current towards target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Scale", - "comment": "Multiplies two vectors component-wise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "scale", "typeName": "UnityEngine.Vector4" }], - "isStatic": false, - "name": "Scale", - "comment": "Multiplies every component of this vector by the same component of scale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Returns true if the given vector is exactly equal to this vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Vector4" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "Normalize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Normalize", - "comment": "Makes this vector have a magnitude of 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Dot", - "comment": "Dot Product of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Project", - "comment": "Projects a vector onto another vector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Distance", - "comment": "Returns the distance between a and b.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "Magnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector4" }, - { "name": "rhs", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Min", - "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector4" }, - { "name": "rhs", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Max", - "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "b", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "op_UnaryNegation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "d", "typeName": "float" }, - { "name": "a", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { "name": "a", "typeName": "UnityEngine.Vector4" }, - { "name": "d", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector4" }, - { "name": "rhs", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Vector4" }, - { "name": "rhs", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "SqrMagnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "SqrMagnitude", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Vector4", - "comment": "Representation of four-dimensional vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.TrackingSpaceType", - "name": "Stationary", - "comment": "Represents a small space where movement may be constrained or positional tracking is unavailable.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "UnityEngine.XR.TrackingSpaceType", - "name": "RoomScale", - "comment": "Represents a space large enough for free movement.\n\n", - "location": "UnityEngine.VRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.TrackingSpaceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "TrackingSpaceType", - "comment": "Represents the size of physical space available for XR.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.RPCMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RPCMode", - "comment": "Option for who will receive an RPC, used by NetworkView.RPC.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isPresent", - "comment": "Successfully detected a XR device in working order.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "float", - "name": "refreshRate", - "comment": "Refresh rate of the display in Hertz.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "float", - "name": "fovZoomFactor", - "comment": "Zooms the XR projection.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "typeName": "System.Action", - "name": "deviceLoaded", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": true, - "name": "GetNativePtr", - "comment": "The native pointer to the XR device.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "TrackingSpaceType", - "params": [], - "isStatic": true, - "name": "GetTrackingSpaceType", - "comment": "The device's current TrackingSpaceType.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "trackingSpaceType", - "typeName": "UnityEngine.XR.TrackingSpaceType" - } - ], - "isStatic": true, - "name": "SetTrackingSpaceType", - "comment": "True on success. False if the given TrackingSpaceType is not supported or the device fails to switch.\n\n```plaintext\nParams: TrackingSpaceType - The TrackingSpaceType the device should switch to.\n \n```\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "disabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "DisableAutoXRCameraTracking", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "UpdateEyeTextureMSAASetting", - "comment": "Nothing.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_deviceLoaded", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_deviceLoaded", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "XRDevice", - "comment": "Contains all functionality related to a XR device.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.ConnectionTesterStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ConnectionTesterStatus", - "comment": "The various test results the connection tester may return with.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.NetworkConnectionError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkConnectionError", - "comment": "Possible status messages returned by Network.Connect and in MonoBehaviour.OnFailedToConnect|OnFailedToConnect in case the error was not immediate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "gpuTimeLastFrame", "typeName": "float" }], - "isStatic": true, - "name": "TryGetGPUTimeLastFrame", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "droppedFrameCount", "typeName": "int" }], - "isStatic": true, - "name": "TryGetDroppedFrameCount", - "comment": "", - "location": "UnityEngine.VRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "framePresentCount", "typeName": "int" }], - "isStatic": true, - "name": "TryGetFramePresentCount", - "comment": "", - "location": "UnityEngine.VRModule.dll" - } - ], - "name": "XRStats", - "comment": "Timing and other statistics from the XR subsystem.\n\n", - "location": "UnityEngine.VRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.NetworkDisconnection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkDisconnection", - "comment": "The reason a disconnect event occured, like in MonoBehaviour.OnDisconnectedFromServer|OnDisconnectedFromServer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "disablePositionalTracking", - "comment": "Disables positional tracking in XR. This takes effect the next time the head pose is sampled. If set to true the camera only tracks headset rotation state.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "trackingAcquired", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "trackingLost", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "nodeAdded", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "nodeRemoved", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_trackingAcquired", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_trackingAcquired", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_trackingLost", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_trackingLost", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_nodeAdded", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_nodeAdded", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_nodeRemoved", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_nodeRemoved", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "node", "typeName": "UnityEngine.XR.XRNode" }], - "isStatic": true, - "name": "GetLocalPosition", - "comment": "The position of the node in its local tracking space.\n\n```plaintext\nParams: node - Specifies which node's position should be returned.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Quaternion", - "params": [{ "name": "node", "typeName": "UnityEngine.XR.XRNode" }], - "isStatic": true, - "name": "GetLocalRotation", - "comment": "The rotation of the node in its local tracking space.\n\n```plaintext\nParams: node - Specifies which node's rotation should be returned.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Recenter", - "comment": "Center tracking to the current position and orientation of the HMD.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "uniqueId", "typeName": "ulong" }], - "isStatic": true, - "name": "GetNodeName", - "comment": "The name of the tracked node if the given 64-bit identifier maps to a currently tracked node. Empty string otherwise.\n\n```plaintext\nParams: uniqueID - The unique identifier for the Node index.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "nodeStates", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetNodeStates", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputTracking", - "comment": "A collection of methods and properties for accessing XR input devices by their XR Node representation.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.MasterServerEvent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MasterServerEvent", - "comment": "Describes status messages from the master server as returned in MonoBehaviour.OnMasterServerEvent|OnMasterServerEvent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.NetworkStateSynchronization", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkStateSynchronization", - "comment": "Different types of synchronization for the NetworkView component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.XRNode", - "name": "LeftEye", - "comment": "Node representing the left eye.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "RightEye", - "comment": "Node representing the right eye.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "CenterEye", - "comment": "Node representing a point between the left and right eyes.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "Head", - "comment": "Node representing the user's head.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "LeftHand", - "comment": "Node representing the left hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "RightHand", - "comment": "Node representing the right hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "GameController", - "comment": "Represents a tracked game Controller not associated with a specific hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "TrackingReference", - "comment": "Represents a stationary physical device that can be used as a point of reference in the tracked area.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "HardwareTracker", - "comment": "Represents a physical device that provides tracking data for objects to which it is attached.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.XRNode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRNode", - "comment": "Enumeration of XR nodes which can be updated by XR input or sent haptic data.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ulong", - "name": "uniqueID", - "comment": "The unique identifier of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRNode", - "name": "nodeType", - "comment": "The type of the tracked node as specified in XR.XRNode.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "tracked", - "comment": "Set to true if the node is presently being tracked by the underlying XR system,\nand false if the node is not presently being tracked by the underlying XR system.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Sets the vector representing the current position of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "Sets the quaternion representing the current rotation of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Sets the vector representing the current velocity of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity", - "comment": "Sets the vector representing the current angular velocity of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "acceleration", - "comment": "Sets the vector representing the current acceleration of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularAcceleration", - "comment": "Sets the vector representing the current angular acceleration of the tracked node.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TryGetPosition", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TryGetRotation", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "velocity", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TryGetVelocity", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "angularVelocity", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TryGetAngularVelocity", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "acceleration", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TryGetAcceleration", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "angularAcceleration", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TryGetAngularAcceleration", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRNodeState", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "uint", - "name": "numChannels", - "comment": "The number of channels that this device plays back haptic data.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "supportsImpulse", - "comment": "True if this device supports sending a haptic impulse.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "supportsBuffer", - "comment": "True if this device supports sending a haptic buffer.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "uint", - "name": "bufferFrequencyHz", - "comment": "The frequency (in Hz) that this device plays back buffered haptic data.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "uint", - "name": "bufferMaxSize", - "comment": "The maximum amount of data that can be sent to an InputDevice via InputDevice.SendHapticBuffer.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "uint", - "name": "bufferOptimalSize", - "comment": "The optimal buffer size an InputDevice expects to be sent via InputDevice.SendHapticBuffer in order to provide a continuous rumble between individual frames.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.XR.HapticCapabilities" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.HapticCapabilities" }, - { "name": "b", "typeName": "UnityEngine.XR.HapticCapabilities" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.HapticCapabilities" }, - { "name": "b", "typeName": "UnityEngine.XR.HapticCapabilities" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "HapticCapabilities", - "comment": "Describes the haptic capabilities of the device at an XR.XRNode in the XR input subsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "Unknown", - "comment": "This device does not have a known role.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "Generic", - "comment": "This device is typically a HMD or Camera.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "LeftHanded", - "comment": "This device is a controller that represents the left hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "RightHanded", - "comment": "This device is a controller that represents the right hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "GameController", - "comment": "This device is a game controller.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "TrackingReference", - "comment": "This device is a tracking reference used to track other devices in 3D.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "HardwareTracker", - "comment": "This device is a hardware tracker.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "LegacyController", - "comment": "This device is a legacy controller.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.InputDeviceRole", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputDeviceRole", - "comment": "Enumeration describing the role of a XR.InputDevice in providing input.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "None", - "comment": "A default value specifying no flags.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "HeadMounted", - "comment": "The InputDevice is attached to the head.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "Camera", - "comment": "The InputDevice has a camera and associated camera tracking information.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "HeldInHand", - "comment": "The InputDevice is held in the user's hand. Typically, a tracked controller.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "HandTracking", - "comment": "The InputDevice provides hand tracking information via a Hand input feature.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "EyeTracking", - "comment": "The InputDevice provides eye tracking information via an Eyes input feature.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "TrackedDevice", - "comment": "The InputDevice provides 3DOF or 6DOF tracking data.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "Controller", - "comment": "The InputDevice is a game controller.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "TrackingReference", - "comment": "The InputDevice is an unmoving reference object used to locate and track other objects in the world.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "Left", - "comment": "The InputDevice is associated with the left side of the user.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "Right", - "comment": "The InputDevice is associated with the right side of the user.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "Simulated6DOF", - "comment": "The InputDevice reports software approximated, positional data.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.InputDeviceCharacteristics", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputDeviceCharacteristics", - "comment": "A set of bit flags describing XR.InputDevice characteristics.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.NetworkPeerType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkPeerType", - "comment": "Describes the status of the network interface peer type as returned by Network.peerType.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityEngine.NetworkLogLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkLogLevel", - "comment": "Describes different levels of log information the network layer supports.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "None", - "comment": "Represents no values being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "Position", - "comment": "Represents position being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "Rotation", - "comment": "Represents rotation being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "Velocity", - "comment": "Represents velocity being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "AngularVelocity", - "comment": "Represents no angular velocity being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "Acceleration", - "comment": "Represents acceleration being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "AngularAcceleration", - "comment": "Represents angular acceleration being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputTrackingState", - "name": "All", - "comment": "Represents all InputTrackingState values being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.InputTrackingState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputTrackingState", - "comment": "Represents the values being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ipAddress", - "comment": "The IP address of this player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "port", - "comment": "The port of this player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "guid", - "comment": "The GUID for this player, used when connecting with NAT punchthrough.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "externalIP", - "comment": "Returns the external IP address of the network interface.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "externalPort", - "comment": "Returns the external port of the network interface.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "ip", "typeName": "string" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkPlayer", - "comment": "The NetworkPlayer is a data structure with which you can locate another player over the network.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The string name of this usage feature; used internally to map to an input feature on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Type", - "name": "type", - "comment": "The type of this usage feature; used internally to map to an input feature on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.XR.InputFeatureUsage" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, - { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, - { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "InputFeatureUsage", - "params": [], - "isStatic": false, - "name": "As", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputFeatureUsage", - "comment": "Defines a generic usage that maps to an input feature on a device. Use the As method to turn into a generic usage.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "InterstitialWasLoadedDelegate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.NetworkViewID", - "name": "unassigned", - "comment": "Represents an invalid network view ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isMine", - "comment": "True if instantiated by me.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkPlayer", - "name": "owner", - "comment": "The NetworkPlayer who owns the NetworkView. Could be the server.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkViewID", - "comment": "The NetworkViewID is a unique identifier for a network view instance in a multiplayer game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "usageName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.XR.InputFeatureUsage" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, - { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, - { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "InputFeatureUsage", - "params": [ - { - "name": "self", - "typeName": "UnityEngine.XR.InputFeatureUsage" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputFeatureUsage", - "comment": "Defines a generic usage that maps to an input feature on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Component", - "name": "observed", - "comment": "The component the network view is observing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkStateSynchronization", - "name": "stateSynchronization", - "comment": "The type of NetworkStateSynchronization set for this network view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkViewID", - "name": "viewID", - "comment": "The ViewID of this network view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "group", - "comment": "The network group number of this network view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isMine", - "comment": "Is the network view controlled by this object?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkPlayer", - "name": "owner", - "comment": "The NetworkPlayer who owns this network view.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "mode", "typeName": "UnityEngine.RPCMode" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "RPC", - "comment": "Call a RPC function on all connected peers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "target", "typeName": "UnityEngine.NetworkPlayer" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "RPC", - "comment": "Call a RPC function on a specific player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkView", - "comment": "The network view is the binding material of multiplayer games.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "isTracked", - "comment": "Informs to the developer whether the device is currently being tracked.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "primaryButton", - "comment": "The primary face button being pressed on a device, or sole button if only one is available.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "primaryTouch", - "comment": "The primary face button being touched on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "secondaryButton", - "comment": "The secondary face button being pressed on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "secondaryTouch", - "comment": "The secondary face button being touched on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "gripButton", - "comment": "A binary measure of whether the device is being gripped.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "triggerButton", - "comment": "A binary measure of whether the index finger is activating the trigger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "menuButton", - "comment": "Represents a menu button, used to pause, go back, or otherwise exit gameplay.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "primary2DAxisClick", - "comment": "Represents the primary 2D axis being clicked or otherwise depressed.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "primary2DAxisTouch", - "comment": "Represents the primary 2D axis being touched.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "secondary2DAxisClick", - "comment": "Represents the secondary 2D axis being clicked or otherwise depressed.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "secondary2DAxisTouch", - "comment": "Represents the secondary 2D axis being touched.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "userPresence", - "comment": "Use this property to test whether the user is currently wearing and/or interacting with the XR device. The exact behavior of this property varies with each type of device: some devices have a sensor specifically to detect user proximity, however you can reasonably infer that a user is present with the device when the property is UserPresenceState.Present.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "trackingState", - "comment": "Represents the values being tracked for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "batteryLevel", - "comment": "Value representing the current battery life of this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "trigger", - "comment": "A trigger-like control, pressed with the index finger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "grip", - "comment": "Represents the users grip on the controller.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "primary2DAxis", - "comment": "The primary touchpad or joystick on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "secondary2DAxis", - "comment": "A secondary touchpad or joystick on a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "devicePosition", - "comment": "The position of the device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "leftEyePosition", - "comment": "The position of the left eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "rightEyePosition", - "comment": "The position of the right eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "centerEyePosition", - "comment": "The position of the center eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "colorCameraPosition", - "comment": "The position of the color camera on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "deviceVelocity", - "comment": "The velocity of the device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "deviceAngularVelocity", - "comment": "The angular velocity of this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "leftEyeVelocity", - "comment": "The velocity of the left eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "leftEyeAngularVelocity", - "comment": "The angular velocity of the left eye on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "rightEyeVelocity", - "comment": "The velocity of the right eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "rightEyeAngularVelocity", - "comment": "The angular velocity of the right eye on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "centerEyeVelocity", - "comment": "The velocity of the center eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "centerEyeAngularVelocity", - "comment": "The angular velocity of the center eye on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "colorCameraVelocity", - "comment": "The velocity of the color camera on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "colorCameraAngularVelocity", - "comment": "The angular velocity of the color camera on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "deviceAcceleration", - "comment": "The acceleration of the device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "deviceAngularAcceleration", - "comment": "The angular acceleration of this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "leftEyeAcceleration", - "comment": "The acceleration of the left eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "leftEyeAngularAcceleration", - "comment": "The angular acceleration of the left eye on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "rightEyeAcceleration", - "comment": "The acceleration of the right eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "rightEyeAngularAcceleration", - "comment": "The angular acceleration of the right eye on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "centerEyeAcceleration", - "comment": "The acceleration of the center eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "centerEyeAngularAcceleration", - "comment": "The angular acceleration of the center eye on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "colorCameraAcceleration", - "comment": "The acceleration of the color camera on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "colorCameraAngularAcceleration", - "comment": "The angular acceleration of the color camera on this device, formatted as euler angles.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "deviceRotation", - "comment": "The rotation of this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "leftEyeRotation", - "comment": "The rotation of the left eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "rightEyeRotation", - "comment": "The rotation of the right eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "centerEyeRotation", - "comment": "The rotation of the center eye on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "colorCameraRotation", - "comment": "The rotation of the color camera on this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "handData", - "comment": "Value representing the hand data for this device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "eyesData", - "comment": "An Eyes struct containing eye tracking data collected from the device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "dPad", - "comment": "A non-handed 2D axis.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "indexFinger", - "comment": "Represents the grip pressure or angle of the index finger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "middleFinger", - "comment": "Represents the grip pressure or angle of the middle finger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "ringFinger", - "comment": "Represents the grip pressure or angle of the ring finger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "pinkyFinger", - "comment": "Represents the grip pressure or angle of the pinky finger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "thumbrest", - "comment": "Represents a thumbrest or light thumb touch.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "indexTouch", - "comment": "Represents a touch of the trigger or index finger.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputFeatureUsage", - "name": "thumbTouch", - "comment": "Represents the thumb pressing any input or feature.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [], - "name": "CommonUsages", - "comment": "Defines static variables that are used to retrieve input features from XR.InputDevice.TryGetFeatureValue.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILogHandler"], - "fields": [ - { - "typeName": "UnityEngine.ILogHandler", - "name": "logHandler", - "comment": "Set Logger.ILogHandler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "logEnabled", - "comment": "To runtime toggle debug logging [ON/OFF].\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogType", - "name": "filterLogType", - "comment": "To selective enable debug log message.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "logType", "typeName": "UnityEngine.LogType" }], - "isStatic": false, - "name": "IsLogTypeAllowed", - "comment": "Retrun true in case logs of LogType will be logged otherwise returns false.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "LogWarning", - "comment": "A variant of Logger.Log that logs an warning message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "LogWarning", - "comment": "A variant of Logger.Log that logs an warning message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "LogError", - "comment": "A variant of ILogger.Log that logs an error message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "LogError", - "comment": "A variant of ILogger.Log that logs an error message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "LogFormat", - "comment": "Logs a formatted message.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "LogException", - "comment": "A variant of ILogger.Log that logs an exception message.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ILogger", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "incomingPassword", - "comment": "Set the password for the server (for incoming connections).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkLogLevel", - "name": "logLevel", - "comment": "Set the log level for network messages (default is Off).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkPlayer[]", - "name": "connections", - "comment": "All connected players.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkPlayer", - "name": "player", - "comment": "Get the local NetworkPlayer instance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isClient", - "comment": "Returns true if your peer type is client.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isServer", - "comment": "Returns true if your peer type is server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkPeerType", - "name": "peerType", - "comment": "The status of the peer type, i.e. if it is disconnected, connecting, server or client.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "sendRate", - "comment": "The default send rate of network updates for all Network Views.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isMessageQueueRunning", - "comment": "Enable or disable the processing of network messages.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "time", - "comment": "Get the current network time (seconds).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "minimumAllocatableViewIDs", - "comment": "Get or set the minimum number of ViewID numbers in the ViewID pool given to clients by the server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useNat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "natFacilitatorIP", - "comment": "The IP address of the NAT punchthrough facilitator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "natFacilitatorPort", - "comment": "The port of the NAT punchthrough facilitator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "connectionTesterIP", - "comment": "The IP address of the connection tester used in Network.TestConnection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "connectionTesterPort", - "comment": "The port of the connection tester used in Network.TestConnection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxConnections", - "comment": "Set the maximum amount of connections/players allowed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "proxyIP", - "comment": "The IP address of the proxy server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "proxyPort", - "comment": "The port of the proxy server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useProxy", - "comment": "Indicate if proxy support is needed, in which case traffic is relayed through the proxy server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "proxyPassword", - "comment": "Set the proxy server password.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "connections", "typeName": "int" }, - { "name": "listenPort", "typeName": "int" }, - { "name": "useNat", "typeName": "bool" } - ], - "isStatic": true, - "name": "InitializeServer", - "comment": "Initialize the server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "connections", "typeName": "int" }, - { "name": "listenPort", "typeName": "int" } - ], - "isStatic": true, - "name": "InitializeServer", - "comment": "Initialize the server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "InitializeSecurity", - "comment": "Initializes security layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "IP", "typeName": "string" }, - { "name": "remotePort", "typeName": "int" } - ], - "isStatic": true, - "name": "Connect", - "comment": "Connect to the specified host (ip or domain name) and server port.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "IP", "typeName": "string" }, - { "name": "remotePort", "typeName": "int" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": true, - "name": "Connect", - "comment": "Connect to the specified host (ip or domain name) and server port.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "IPs", "typeName": "string[]" }, - { "name": "remotePort", "typeName": "int" } - ], - "isStatic": true, - "name": "Connect", - "comment": "This function is exactly like Network.Connect but can accept an array of IP addresses.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "IPs", "typeName": "string[]" }, - { "name": "remotePort", "typeName": "int" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": true, - "name": "Connect", - "comment": "This function is exactly like Network.Connect but can accept an array of IP addresses.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [{ "name": "GUID", "typeName": "string" }], - "isStatic": true, - "name": "Connect", - "comment": "Connect to a server GUID. NAT punchthrough can only be performed this way.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "GUID", "typeName": "string" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": true, - "name": "Connect", - "comment": "Connect to a server GUID. NAT punchthrough can only be performed this way.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "hostData", "typeName": "UnityEngine.HostData" } - ], - "isStatic": true, - "name": "Connect", - "comment": "Connect to the host represented by a HostData structure returned by the Master Server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkConnectionError", - "params": [ - { "name": "hostData", "typeName": "UnityEngine.HostData" }, - { "name": "password", "typeName": "string" } - ], - "isStatic": true, - "name": "Connect", - "comment": "Connect to the host represented by a HostData structure returned by the Master Server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Disconnect", - "comment": "Close all open connections and shuts down the network interface.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "timeout", "typeName": "int" }], - "isStatic": true, - "name": "Disconnect", - "comment": "Close all open connections and shuts down the network interface.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.NetworkPlayer" }, - { "name": "sendDisconnectionNotification", "typeName": "bool" } - ], - "isStatic": true, - "name": "CloseConnection", - "comment": "Close the connection to another system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NetworkViewID", - "params": [], - "isStatic": true, - "name": "AllocateViewID", - "comment": "Query for the next available network view ID number and allocate it (reserve).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "prefab", "typeName": "UnityEngine.Object" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "group", "typeName": "int" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "Network instantiate a Prefab.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "viewID", "typeName": "UnityEngine.NetworkViewID" } - ], - "isStatic": true, - "name": "Destroy", - "comment": "Destroy the object associated with this view ID across the network.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gameObject", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": true, - "name": "Destroy", - "comment": "Destroy the object across the network.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playerID", "typeName": "UnityEngine.NetworkPlayer" } - ], - "isStatic": true, - "name": "DestroyPlayerObjects", - "comment": "Destroy all the objects based on view IDs belonging to this player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playerID", "typeName": "UnityEngine.NetworkPlayer" } - ], - "isStatic": true, - "name": "RemoveRPCs", - "comment": "Remove all RPC functions which belong to this player ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "playerID", "typeName": "UnityEngine.NetworkPlayer" }, - { "name": "group", "typeName": "int" } - ], - "isStatic": true, - "name": "RemoveRPCs", - "comment": "Remove all RPC functions which belong to this player ID and were sent based on the given group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "viewID", "typeName": "UnityEngine.NetworkViewID" } - ], - "isStatic": true, - "name": "RemoveRPCs", - "comment": "Remove the RPC function calls accociated with this view ID number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "group", "typeName": "int" }], - "isStatic": true, - "name": "RemoveRPCsInGroup", - "comment": "Remove all RPC functions which belong to given group number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "prefix", "typeName": "int" }], - "isStatic": true, - "name": "SetLevelPrefix", - "comment": "Set the level prefix which will then be prefixed to all network ViewID numbers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "player", "typeName": "UnityEngine.NetworkPlayer" } - ], - "isStatic": true, - "name": "GetLastPing", - "comment": "The last ping time to the given player in milliseconds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "player", "typeName": "UnityEngine.NetworkPlayer" } - ], - "isStatic": true, - "name": "GetAveragePing", - "comment": "The last average ping time to the given player in milliseconds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "player", "typeName": "UnityEngine.NetworkPlayer" }, - { "name": "group", "typeName": "int" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetReceivingEnabled", - "comment": "Enable or disables the reception of messages in a specific group number from a specific player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "group", "typeName": "int" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetSendingEnabled", - "comment": "Enables or disables transmission of messages and RPC calls on a specific network group number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "player", "typeName": "UnityEngine.NetworkPlayer" }, - { "name": "group", "typeName": "int" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetSendingEnabled", - "comment": "Enable or disable transmission of messages and RPC calls based on target network player as well as the network group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ConnectionTesterStatus", - "params": [], - "isStatic": true, - "name": "TestConnection", - "comment": "Test this machines network connection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ConnectionTesterStatus", - "params": [{ "name": "forceTest", "typeName": "bool" }], - "isStatic": true, - "name": "TestConnection", - "comment": "Test this machines network connection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ConnectionTesterStatus", - "params": [], - "isStatic": true, - "name": "TestConnectionNAT", - "comment": "Test the connection specifically for NAT punch-through connectivity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ConnectionTesterStatus", - "params": [{ "name": "forceTest", "typeName": "bool" }], - "isStatic": true, - "name": "TestConnectionNAT", - "comment": "Test the connection specifically for NAT punch-through connectivity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "HavePublicAddress", - "comment": "Check if this machine has a public IP address.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Network", - "comment": "The network class is at the heart of the network implementation and provides the core functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "LogFormat", - "comment": "Logs a formatted message.\n\n```plaintext\nParams: logType - The type of the log message.\n context - Object to which the message applies.\n format - A composite format string.\n args - Format arguments.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "exception", "typeName": "System.Exception" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "LogException", - "comment": "A variant of ILogHandler.LogFormat that logs an exception message.\n\n```plaintext\nParams: exception - Runtime Exception.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ILogHandler", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isReading", - "comment": "Is the BitStream currently being read? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isWriting", - "comment": "Is the BitStream currently being written? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "char" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "short" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "float" }, - { "name": "maxDelta", "typeName": "float" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Quaternion" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDelta", "typeName": "float" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDelta", "typeName": "float" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.NetworkPlayer" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "viewID", "typeName": "UnityEngine.NetworkViewID" } - ], - "isStatic": false, - "name": "Serialize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BitStream", - "comment": "The BitStream class represents seralized variables, packed into a stream.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["ILogger", "ILogHandler"], - "fields": [ - { - "typeName": "UnityEngine.ILogHandler", - "name": "logHandler", - "comment": "Set Logger.ILogHandler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "logEnabled", - "comment": "To runtime toggle debug logging [ON/OFF].\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LogType", - "name": "filterLogType", - "comment": "To selective enable debug log message.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "logHandler", "typeName": "UnityEngine.ILogHandler" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a custom Logger.\n\n```plaintext\nParams: logHandler - Pass in default log handler or custom log handler.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "logType", "typeName": "UnityEngine.LogType" }], - "isStatic": false, - "name": "IsLogTypeAllowed", - "comment": "Retrun true in case logs of LogType will be logged otherwise returns false.\n\n```plaintext\nParams: logType - The type of the log message.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Log", - "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "LogWarning", - "comment": "A variant of Logger.Log that logs an warning message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "LogWarning", - "comment": "A variant of Logger.Log that logs an warning message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" } - ], - "isStatic": false, - "name": "LogError", - "comment": "A variant of Logger.Log that logs an error message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tag", "typeName": "string" }, - { "name": "message", "typeName": "object" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "LogError", - "comment": "A variant of Logger.Log that logs an error message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "exception", "typeName": "System.Exception" }], - "isStatic": false, - "name": "LogException", - "comment": "A variant of Logger.Log that logs an exception message.\n\n```plaintext\nParams: exception - Runtime Exception.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "exception", "typeName": "System.Exception" }, - { "name": "context", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "LogException", - "comment": "A variant of Logger.Log that logs an exception message.\n\n```plaintext\nParams: exception - Runtime Exception.\n context - Object to which the message applies.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "LogFormat", - "comment": "Logs a formatted message.\n\n```plaintext\nParams: logType - The type of the log message.\n context - Object to which the message applies.\n format - A composite format string.\n args - Format arguments.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "logType", "typeName": "UnityEngine.LogType" }, - { "name": "context", "typeName": "UnityEngine.Object" }, - { "name": "format", "typeName": "string" }, - { "name": "args", "typeName": "object[]" } - ], - "isStatic": false, - "name": "LogFormat", - "comment": "Logs a formatted message.\n\n```plaintext\nParams: logType - The type of the log message.\n context - Object to which the message applies.\n format - A composite format string.\n args - Format arguments.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Logger", - "comment": "Initializes a new instance of the Logger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RPC", - "comment": "Attribute for setting up RPC functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable", "IFormattable"], - "fields": [ - { - "typeName": "float", - "name": "r", - "comment": "Red component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "g", - "comment": "Green component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "b", - "comment": "Blue component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "a", - "comment": "Alpha component of the color (0 is transparent, 1 is opaque).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "red", - "comment": "Solid red. RGBA is (1, 0, 0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "green", - "comment": "Solid green. RGBA is (0, 1, 0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "blue", - "comment": "Solid blue. RGBA is (0, 0, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "white", - "comment": "Solid white. RGBA is (1, 1, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "black", - "comment": "Solid black. RGBA is (0, 0, 0, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "yellow", - "comment": "Yellow. RGBA is (1, 0.92, 0.016, 1), but the color is nice to look at!\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "cyan", - "comment": "Cyan. RGBA is (0, 1, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "magenta", - "comment": "Magenta. RGBA is (1, 0, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "gray", - "comment": "Gray. RGBA is (0.5, 0.5, 0.5, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "grey", - "comment": "English spelling for gray. RGBA is the same (0.5, 0.5, 0.5, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "clear", - "comment": "Completely transparent. RGBA is (0, 0, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "grayscale", - "comment": "The grayscale value of the color. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "linear", - "comment": "A linear value of an sRGB color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "gamma", - "comment": "A version of the color that has had the gamma curve applied.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "maxColorComponent", - "comment": "Returns the maximum color component value: Max(r,g,b).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "float" }, - { "name": "g", "typeName": "float" }, - { "name": "b", "typeName": "float" }, - { "name": "a", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new Color with given r,g,b,a components.\n\n```plaintext\nParams: r - Red component.\n g - Green component.\n b - Blue component.\n a - Alpha component.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "float" }, - { "name": "g", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new Color with given r,g,b components and sets a to 1.\n\n```plaintext\nParams: r - Red component.\n g - Green component.\n b - Blue component.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string of this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string of this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string of this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Subtraction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "b", "typeName": "float" }, - { "name": "a", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Division", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Color" }, - { "name": "rhs", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.Color" }, - { "name": "rhs", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "UnityEngine.Color" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Linearly interpolates between colors a and b by t.\n\n```plaintext\nParams: a - Color a.\n b - Color b.\n t - Float for combining a and b.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color" }, - { "name": "b", "typeName": "UnityEngine.Color" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "Linearly interpolates between colors a and b by t.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "v", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rgbColor", "typeName": "UnityEngine.Color" }, - { "name": "H", "typeName": "float" }, - { "name": "S", "typeName": "float" }, - { "name": "V", "typeName": "float" } - ], - "isStatic": true, - "name": "RGBToHSV", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "H", "typeName": "float" }, - { "name": "S", "typeName": "float" }, - { "name": "V", "typeName": "float" } - ], - "isStatic": true, - "name": "HSVToRGB", - "comment": "An opaque colour with HSV matching the input.\n\n```plaintext\nParams: H - Hue [0..1].\n S - Saturation [0..1].\n V - Brightness value [0..1].\n hdr - Output HDR colours. If true, the returned colour will not be clamped to [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "H", "typeName": "float" }, - { "name": "S", "typeName": "float" }, - { "name": "V", "typeName": "float" }, - { "name": "hdr", "typeName": "bool" } - ], - "isStatic": true, - "name": "HSVToRGB", - "comment": "An opaque colour with HSV matching the input.\n\n```plaintext\nParams: H - Hue [0..1].\n S - Saturation [0..1].\n V - Brightness value [0..1].\n hdr - Output HDR colours. If true, the returned colour will not be clamped to [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Color", - "comment": "Representation of RGBA colors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useNat", - "comment": "Does this server require NAT punchthrough?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "gameType", - "comment": "The type of the game (like \"MyUniqueGameType\").\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "gameName", - "comment": "The name of the game (like John Doe's Game).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "connectedPlayers", - "comment": "Currently connected players.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "playerLimit", - "comment": "Maximum players limit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string[]", - "name": "ip", - "comment": "Server IP address.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "port", - "comment": "Server port.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "passwordProtected", - "comment": "Does the server require a password?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "comment", - "comment": "A miscellaneous comment (can hold data).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "guid", - "comment": "The GUID of the host, needed when connecting with NAT punchthrough.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HostData", - "comment": "This is the data structure for holding individual host information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IFormattable"], - "fields": [ - { - "typeName": "byte", - "name": "r", - "comment": "Red component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "g", - "comment": "Green component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "b", - "comment": "Blue component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "a", - "comment": "Alpha component of the color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "byte" }, - { "name": "g", "typeName": "byte" }, - { "name": "b", "typeName": "byte" }, - { "name": "a", "typeName": "byte" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new Color32 with given r, g, b, a components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color32", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "c", "typeName": "UnityEngine.Color32" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color32" }, - { "name": "b", "typeName": "UnityEngine.Color32" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Lerp", - "comment": "Linearly interpolates between colors a and b by t.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color32", - "params": [ - { "name": "a", "typeName": "UnityEngine.Color32" }, - { "name": "b", "typeName": "UnityEngine.Color32" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "LerpUnclamped", - "comment": "Linearly interpolates between colors a and b by t.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "format", "typeName": "string" }, - { "name": "formatProvider", "typeName": "System.IFormatProvider" } - ], - "isStatic": false, - "name": "ToString", - "comment": "Returns a formatted string for this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Color32", - "comment": "Representation of RGBA colors in 32 bit format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.XR.XRInputSubsystem", - "name": "subsystem", - "comment": "Gets the XRInputSubsystem that reported this InputDevice.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Read Only. True if the device is currently a valid input device; otherwise false.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "Read Only. The name of the device in the XR system. This is a platform provided unique identifier for the device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceRole", - "name": "role", - "comment": "Read Only. The InputDeviceRole of the device in the XR system. This is a platform provided description of how the device is used.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "string", - "name": "manufacturer", - "comment": "The manufacturer of the connected Input Device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "string", - "name": "serialNumber", - "comment": "The serial number of the connected Input Device. Blank if no serial number is available.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.InputDeviceCharacteristics", - "name": "characteristics", - "comment": "Read Only. A bitmask of enumerated flags describing the characteristics of this InputDevice.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "channel", "typeName": "uint" }, - { "name": "amplitude", "typeName": "float" }, - { "name": "duration", "typeName": "float" } - ], - "isStatic": false, - "name": "SendHapticImpulse", - "comment": "Returns true if successful. Returns false otherwise.\n\n```plaintext\nParams: channel - The channel to receive the impulse.\n amplitude - The normalized (0.0 to 1.0) amplitude value of the haptic impulse to play on the device.\n duration - The duration in seconds that the haptic impulse will play. Only supported on Oculus.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "channel", "typeName": "uint" }, - { "name": "buffer", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "SendHapticBuffer", - "comment": "Returns true if successful. Returns false otherwise.\n\n```plaintext\nParams: channel - The channel to receive the data.\n buffer - A raw byte buffer that contains the haptic data to send to the device.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "capabilities", - "typeName": "UnityEngine.XR.HapticCapabilities" - } - ], - "isStatic": false, - "name": "TryGetHapticCapabilities", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopHaptics", - "comment": "Stop all haptic playback for a device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "featureUsages", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TryGetFeatureUsages", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.XR.Hand" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.XR.Bone" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.XR.Eyes" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "value", "typeName": "UnityEngine.XR.InputTrackingState" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "uint" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "usage", - "typeName": "UnityEngine.XR.InputFeatureUsage" - }, - { "name": "time", "typeName": "System.DateTime" }, - { "name": "value", "typeName": "UnityEngine.XR.InputTrackingState" } - ], - "isStatic": false, - "name": "TryGetFeatureValue", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.XR.InputDevice" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.InputDevice" }, - { "name": "b", "typeName": "UnityEngine.XR.InputDevice" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.InputDevice" }, - { "name": "b", "typeName": "UnityEngine.XR.InputDevice" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputDevice", - "comment": "Defines an input device in the XR input subsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "htmlString", "typeName": "string" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "TryParseHtmlString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "ToHtmlStringRGB", - "comment": "Hexadecimal string representing the color.\n\n```plaintext\nParams: color - The color to be converted.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "ToHtmlStringRGBA", - "comment": "Hexadecimal string representing the color.\n\n```plaintext\nParams: color - The color to be converted.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ColorUtility", - "comment": "A collection of common color functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.HandFinger", - "name": "Thumb", - "comment": "Thumb finger on a hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.HandFinger", - "name": "Index", - "comment": "Index finger on a hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.HandFinger", - "name": "Middle", - "comment": "Middle finger on a hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.HandFinger", - "name": "Ring", - "comment": "Ring finger on a hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.HandFinger", - "name": "Pinky", - "comment": "Pinky finger on a hand.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.HandFinger", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "HandFinger", - "comment": "Enumeration describing the AR rendering mode used with XR.Hand.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Color of key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "Time of the key (0 - 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "col", "typeName": "UnityEngine.Color" }, - { "name": "time", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Gradient color key.\n\n```plaintext\nParams: color - Color of key.\n time - Time of the key (0 - 1).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GradientColorKey", - "comment": "Color key used by Gradient.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "boneOut", "typeName": "UnityEngine.XR.Bone" }], - "isStatic": false, - "name": "TryGetRootBone", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "finger", "typeName": "UnityEngine.XR.HandFinger" }, - { - "name": "bonesOut", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TryGetFingerBones", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.XR.Hand" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.Hand" }, - { "name": "b", "typeName": "UnityEngine.XR.Hand" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.Hand" }, - { "name": "b", "typeName": "UnityEngine.XR.Hand" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "Hand", - "comment": "A tracked hand on the device at an XR.XRNode in the XR input subsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "alpha", - "comment": "Alpha channel of key.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "Time of the key (0 - 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "alpha", "typeName": "float" }, - { "name": "time", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Gradient alpha key.\n\n```plaintext\nParams: alpha - Alpha of key (0 - 1).\n time - Time of the key (0 - 1).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GradientAlphaKey", - "comment": "Alpha key used by Gradient.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "ipAddress", - "comment": "The IP address of the master server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "port", - "comment": "The connection port of the master server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "updateRate", - "comment": "Set the minimum update rate for master server host information update.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "dedicatedServer", - "comment": "Report this machine as a dedicated server.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "gameTypeName", "typeName": "string" }], - "isStatic": true, - "name": "RequestHostList", - "comment": "Request a host list from the master server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "PollHostList", - "comment": "Check for the latest host list received by using MasterServer.RequestHostList.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gameTypeName", "typeName": "string" }, - { "name": "gameName", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterHost", - "comment": "Register this server on the master server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gameTypeName", "typeName": "string" }, - { "name": "gameName", "typeName": "string" }, - { "name": "comment", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterHost", - "comment": "Register this server on the master server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "UnregisterHost", - "comment": "Unregister this server from the master server.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearHostList", - "comment": "Clear the host list which was received by MasterServer.PollHostList.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MasterServer", - "comment": "The Master Server is used to make matchmaking between servers and clients easy.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TryGetLeftEyePosition", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TryGetRightEyePosition", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TryGetLeftEyeRotation", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TryGetRightEyeRotation", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "fixationPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TryGetFixationPoint", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "openAmount", "typeName": "float" }], - "isStatic": false, - "name": "TryGetLeftEyeOpenAmount", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "openAmount", "typeName": "float" }], - "isStatic": false, - "name": "TryGetRightEyeOpenAmount", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.XR.Eyes" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.Eyes" }, - { "name": "b", "typeName": "UnityEngine.XR.Eyes" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.Eyes" }, - { "name": "b", "typeName": "UnityEngine.XR.Eyes" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "Eyes", - "comment": "Contains eye tracking data from the device at an XR.XRNode in the XR input subsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.GradientMode", - "name": "Blend", - "comment": "Find the 2 keys adjacent to the requested evaluation time, and linearly interpolate between them to obtain a blended color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GradientMode", - "name": "Fixed", - "comment": "Return a fixed color, by finding the first key whose time value is greater than the requested evaluation time.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.GradientMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GradientMode", - "comment": "Select how gradients will be evaluated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "double", - "name": "timestamp", - "comment": "The time stamp when the Message was sent in seconds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkPlayer", - "name": "sender", - "comment": "The player who sent this network message (owner).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NetworkView", - "name": "networkView", - "comment": "The NetworkView who sent this message.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NetworkMessageInfo", - "comment": "This data structure contains information on a message just received from the network.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TryGetPosition", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TryGetRotation", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "parentBone", "typeName": "UnityEngine.XR.Bone" } - ], - "isStatic": false, - "name": "TryGetParentBone", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "childBones", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TryGetChildBones", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.XR.Bone" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.Bone" }, - { "name": "b", "typeName": "UnityEngine.XR.Bone" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.XR.Bone" }, - { "name": "b", "typeName": "UnityEngine.XR.Bone" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "Bone", - "comment": "A tracked bone on the device at an XR.XRNode in the XR input subsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.GradientColorKey[]", - "name": "colorKeys", - "comment": "All color keys defined in the gradient.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GradientAlphaKey[]", - "name": "alphaKeys", - "comment": "All alpha keys defined in the gradient.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GradientMode", - "name": "mode", - "comment": "Control how the gradient is evaluated.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new Gradient object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "time", "typeName": "float" }], - "isStatic": false, - "name": "Evaluate", - "comment": "Calculate color at a given time.\n\n```plaintext\nParams: time - Time of the key (0 - 1).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colorKeys", - "typeName": "UnityEngine.GradientColorKey[]" - }, - { - "name": "alphaKeys", - "typeName": "UnityEngine.GradientAlphaKey[]" - } - ], - "isStatic": false, - "name": "SetKeys", - "comment": "Setup Gradient with an array of color keys and alpha keys.\n\n```plaintext\nParams: colorKeys - Color keys of the gradient (maximum 8 color keys).\n alphaKeys - Alpha keys of the gradient (maximum 8 alpha keys).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Gradient" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Gradient", - "comment": "Gradient used for animating colors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isDone", - "comment": "Has the ping function completed?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "time", - "comment": "This property contains the ping time result after isDone returns true.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "ip", - "comment": "The IP target of the ping.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "address", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Perform a ping to the supplied target IP address.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DestroyPing", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Ping", - "comment": "Ping any given IP address (given in dot notation).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Action", - "name": "deviceConnected", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "deviceDisconnected", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "deviceConfigChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "InputDevice", - "params": [{ "name": "node", "typeName": "UnityEngine.XR.XRNode" }], - "isStatic": true, - "name": "GetDeviceAtXRNode", - "comment": "An XR.InputDevice at this [[XR.XRNode].\n\n```plaintext\nParams: node - The XRNode that owns the requested device.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "node", "typeName": "UnityEngine.XR.XRNode" }, - { - "name": "inputDevices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetDevicesAtXRNode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inputDevices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetDevices", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "role", "typeName": "UnityEngine.XR.InputDeviceRole" }, - { - "name": "inputDevices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetDevicesWithRole", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "desiredCharacteristics", - "typeName": "UnityEngine.XR.InputDeviceCharacteristics" - }, - { - "name": "inputDevices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetDevicesWithCharacteristics", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_deviceConnected", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_deviceConnected", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_deviceDisconnected", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_deviceDisconnected", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_deviceConfigChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_deviceConfigChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "InputDevices", - "comment": "An interface for accessing devices in the XR input subsytem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "error", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerPrefsException", - "comment": "An exception thrown by the PlayerPrefs class in a web player build.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": true, - "name": "SetInt", - "comment": "Sets a single integer value for the preference identified by the given key. You can use PlayerPrefs.GetInt to retrieve this value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "int" } - ], - "isStatic": true, - "name": "GetInt", - "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetInt", - "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": true, - "name": "SetFloat", - "comment": "Sets the float value of the preference identified by the given key. You can use PlayerPrefs.GetFloat to retrieve this value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "float" } - ], - "isStatic": true, - "name": "GetFloat", - "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetFloat", - "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": true, - "name": "SetString", - "comment": "Sets a single string value for the preference identified by the given key. You can use PlayerPrefs.GetString to retrieve this value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "string" } - ], - "isStatic": true, - "name": "GetString", - "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetString", - "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "HasKey", - "comment": "Returns true if the given key exists in PlayerPrefs, otherwise returns false.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "DeleteKey", - "comment": "Removes the given key from the PlayerPrefs. If the key does not exist, DeleteKey has no impact.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "DeleteAll", - "comment": "Removes all keys and values from the preferences. Use with caution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Save", - "comment": "Writes all modified preferences to disk.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerPrefs", - "comment": "`PlayerPrefs` is a class that stores Player preferences between game sessions. It can store string, float and integer values into the user’s platform registry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "order", - "comment": "Optional field to specify the order that multiple DecorationDrawers should be drawn in.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "PropertyAttribute", - "comment": "Base class to derive custom property attributes from. Use this to create custom attributes for script variables.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the context menu item.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "function", - "comment": "The name of the function that should be called.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "function", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Use this attribute to add a context menu to a field that calls a named method.\n\n```plaintext\nParams: name - The name of the context menu item.\n function - The name of the function that should be called.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ContextMenuItemAttribute", - "comment": "Use this attribute to add a context menu to a field that calls a named method.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "displayName", - "comment": "Name to display in the Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "displayName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Specify a display name for an enum value.\n\n```plaintext\nParams: displayName - The name to display.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "InspectorNameAttribute", - "comment": "Use this attribute on enum value declarations to change the display name shown in the Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "tooltip", - "comment": "The tooltip text.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "tooltip", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Specify a tooltip for a field.\n\n```plaintext\nParams: tooltip - The tooltip text.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TooltipAttribute", - "comment": "Specify a tooltip for a field in the Inspector window.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "height", - "comment": "The spacing in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "height", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Use this DecoratorDrawer to add some spacing in the Inspector.\n\n```plaintext\nParams: height - The spacing in pixels.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpaceAttribute", - "comment": "Use this PropertyAttribute to add some spacing in the Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "header", - "comment": "The header text.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "header", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Add a header above some fields in the Inspector.\n\n```plaintext\nParams: header - The header text.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HeaderAttribute", - "comment": "Use this PropertyAttribute to add a header above some fields in the Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "max", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "float" }, - { "name": "max", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute used to make a float or int variable in a script be restricted to a specific range.\n\n```plaintext\nParams: min - The minimum allowed value.\n max - The maximum allowed value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RangeAttribute", - "comment": "Attribute used to make a float or int variable in a script be restricted to a specific range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "The minimum allowed value.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "min", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute used to make a float or int variable in a script be restricted to a specific minimum value.\n\n```plaintext\nParams: min - The minimum allowed value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MinAttribute", - "comment": "Attribute used to make a float or int variable in a script be restricted to a specific minimum value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "lines", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute used to make a string value be shown in a multiline textarea.\n\n```plaintext\nParams: lines - How many lines of text to make room for. Default is 3.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lines", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute used to make a string value be shown in a multiline textarea.\n\n```plaintext\nParams: lines - How many lines of text to make room for. Default is 3.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MultilineAttribute", - "comment": "Attribute to make a string be edited with a multi-line textfield.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "minLines", - "comment": "The minimum amount of lines the text area will use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxLines", - "comment": "The maximum amount of lines the text area can show before it starts using a scrollbar.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute to make a string be edited with a height-flexible and scrollable text area.\n\n```plaintext\nParams: minLines - The minimum amount of lines the text area will use.\n maxLines - The maximum amount of lines the text area can show before it starts using a scrollbar.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minLines", "typeName": "int" }, - { "name": "maxLines", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute to make a string be edited with a height-flexible and scrollable text area.\n\n```plaintext\nParams: minLines - The minimum amount of lines the text area will use.\n maxLines - The maximum amount of lines the text area can show before it starts using a scrollbar.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextAreaAttribute", - "comment": "Attribute to make a string be edited with a height-flexible and scrollable text area.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "showAlpha", - "comment": "If false then the alpha bar is hidden in the ColorField and the alpha value is not shown in the Color Picker.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hdr", - "comment": "If set to true the Color is treated as a HDR color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "minBrightness", - "comment": "Minimum allowed HDR color component value when using the Color Picker.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "maxBrightness", - "comment": "Maximum allowed HDR color component value when using the HDR Color Picker.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "minExposureValue", - "comment": "Minimum exposure value allowed in the HDR Color Picker.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "maxExposureValue", - "comment": "Maximum exposure value allowed in the HDR Color Picker.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "showAlpha", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute for Color fields. Used for configuring the GUI for the color.\n\n```plaintext\nParams: showAlpha - If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.\n hdr - Set to true if the color should be treated as a HDR color (default value: false).\n minBrightness - Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).\n maxBrightness - Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).\n minExposureValue - Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).\n maxExposureValue - Maximum exposure value allowed in the HDR Color Picker (default value: 3).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "showAlpha", "typeName": "bool" }, - { "name": "hdr", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute for Color fields. Used for configuring the GUI for the color.\n\n```plaintext\nParams: showAlpha - If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.\n hdr - Set to true if the color should be treated as a HDR color (default value: false).\n minBrightness - Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).\n maxBrightness - Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).\n minExposureValue - Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).\n maxExposureValue - Maximum exposure value allowed in the HDR Color Picker (default value: 3).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "showAlpha", "typeName": "bool" }, - { "name": "hdr", "typeName": "bool" }, - { "name": "minBrightness", "typeName": "float" }, - { "name": "maxBrightness", "typeName": "float" }, - { "name": "minExposureValue", "typeName": "float" }, - { "name": "maxExposureValue", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute for Color fields. Used for configuring the GUI for the color.\n\n```plaintext\nParams: showAlpha - If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.\n hdr - Set to true if the color should be treated as a HDR color (default value: false).\n minBrightness - Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).\n maxBrightness - Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).\n minExposureValue - Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).\n maxExposureValue - Maximum exposure value allowed in the HDR Color Picker (default value: 3).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ColorUsageAttribute", - "comment": "Attribute used to configure the usage of the ColorField and Color Picker for a color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "hdr", - "comment": "If set to true the Gradient uses HDR colors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ColorSpace", - "name": "colorSpace", - "comment": "The color space the Gradient uses.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "hdr", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hdr", "typeName": "bool" }, - { "name": "colorSpace", "typeName": "UnityEngine.ColorSpace" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute for gradient fields. Used to configure the GUI for the Gradient Editor.\n\n```plaintext\nParams: hdr - Set to true if the colors should be treated as HDR colors (default value: false).\n colorSpace - The colors should be treated as from this color space (default value: ColorSpace.Gamma).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GradientUsageAttribute", - "comment": "Attribute used to configure the usage of the GradientField and Gradient Editor for a gradient.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute used to make a float, int, or string variable in a script be delayed.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DelayedAttribute", - "comment": "Attribute used to make a float, int, or string variable in a script be delayed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PropertyAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NonReorderableAttribute", - "comment": "Disables reordering of an array or list in the Inspector window.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes the PropertyName using a string.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "UnityEngine.PropertyName" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "prop", "typeName": "UnityEngine.PropertyName" } - ], - "isStatic": true, - "name": "IsNullOrEmpty", - "comment": "Indicates whether the specified PropertyName is an Empty string.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.PropertyName" }, - { "name": "rhs", "typeName": "UnityEngine.PropertyName" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.PropertyName" }, - { "name": "rhs", "typeName": "UnityEngine.PropertyName" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "Returns the hash code for this PropertyName.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "Determines whether this instance and a specified object, which must also be a PropertyName object, have the same value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.PropertyName" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PropertyName", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PropertyName", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "For debugging purposes only. Returns the string value representing the string in the Editor.\nReturns \"UnityEngine.PropertyName\" in the player.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PropertyName", - "comment": "Represents a string as an int for efficient lookup and comparison. Use this for common PropertyNames.\n\nInternally stores just an int to represent the string. A PropertyName can be created from a string but can not be converted back to a string. The same string always results in the same int representing that string. Thus this is a very efficient string representation in both memory and speed when all you need is comparison.\n\nPropertyName is serializable.\n\nToString() is only implemented for debugging purposes in the editor it returns \"theName:3737\" in the player it returns \"Unknown:3737\".\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Random.State", - "name": "state", - "comment": "Gets or sets the full internal state of the random number generator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "value", - "comment": "Returns a random float within [0.0..1.0] (range is inclusive) (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "insideUnitSphere", - "comment": "Returns a random point inside or on a sphere with radius 1.0 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "insideUnitCircle", - "comment": "Returns a random point inside or on a circle with radius 1.0 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "onUnitSphere", - "comment": "Returns a random point on the surface of a sphere with radius 1.0 (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "Returns a random rotation (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotationUniform", - "comment": "Returns a random rotation with uniform distribution (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "seed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "seed", "typeName": "int" }], - "isStatic": true, - "name": "InitState", - "comment": "Initializes the random number generator state with a seed.\n\n```plaintext\nParams: seed - Seed used to initialize the random number generator.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "minInclusive", "typeName": "float" }, - { "name": "maxInclusive", "typeName": "float" } - ], - "isStatic": true, - "name": "Range", - "comment": "Returns a random float within [minInclusive..maxInclusive] (range is inclusive).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "minInclusive", "typeName": "int" }, - { "name": "maxExclusive", "typeName": "int" } - ], - "isStatic": true, - "name": "Range", - "comment": "Return a random int within [minInclusive..maxExclusive) (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "min", "typeName": "float" }, - { "name": "max", "typeName": "float" } - ], - "isStatic": true, - "name": "RandomRange", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "min", "typeName": "int" }, - { "name": "max", "typeName": "int" } - ], - "isStatic": true, - "name": "RandomRange", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [], - "isStatic": true, - "name": "ColorHSV", - "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "hueMin", "typeName": "float" }, - { "name": "hueMax", "typeName": "float" } - ], - "isStatic": true, - "name": "ColorHSV", - "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "hueMin", "typeName": "float" }, - { "name": "hueMax", "typeName": "float" }, - { "name": "saturationMin", "typeName": "float" }, - { "name": "saturationMax", "typeName": "float" } - ], - "isStatic": true, - "name": "ColorHSV", - "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "hueMin", "typeName": "float" }, - { "name": "hueMax", "typeName": "float" }, - { "name": "saturationMin", "typeName": "float" }, - { "name": "saturationMax", "typeName": "float" }, - { "name": "valueMin", "typeName": "float" }, - { "name": "valueMax", "typeName": "float" } - ], - "isStatic": true, - "name": "ColorHSV", - "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "hueMin", "typeName": "float" }, - { "name": "hueMax", "typeName": "float" }, - { "name": "saturationMin", "typeName": "float" }, - { "name": "saturationMax", "typeName": "float" }, - { "name": "valueMin", "typeName": "float" }, - { "name": "valueMax", "typeName": "float" }, - { "name": "alphaMin", "typeName": "float" }, - { "name": "alphaMax", "typeName": "float" } - ], - "isStatic": true, - "name": "ColorHSV", - "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Random", - "comment": "Easily generate random data for games.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Enabled Behaviours are Updated, disabled Behaviours are not.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isActiveAndEnabled", - "comment": "Has the Behaviour had active and enabled called?\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Behaviour", - "comment": "Behaviours are Components that can be enabled or disabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The Transform attached to this GameObject.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "The game object this component is attached to. A component is always attached to a game object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "tag", - "comment": "The tag of this game object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "rigidbody", - "comment": "The Rigidbody attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "rigidbody2D", - "comment": "The Rigidbody2D that is attached to the Component's GameObject.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "camera", - "comment": "The Camera attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "light", - "comment": "The Light attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "animation", - "comment": "The Animation attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "constantForce", - "comment": "The ConstantForce attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "renderer", - "comment": "The Renderer attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "audio", - "comment": "The AudioSource attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "networkView", - "comment": "The NetworkView attached to this GameObject (Read Only). (null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "collider", - "comment": "The Collider attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "collider2D", - "comment": "The Collider2D component attached to the object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "hingeJoint", - "comment": "The HingeJoint attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "particleSystem", - "comment": "The ParticleSystem attached to this GameObject. (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Component", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponent", - "comment": "Returns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "component", "typeName": "UnityEngine.Component" } - ], - "isStatic": false, - "name": "TryGetComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "component", "typeName": "T" }], - "isStatic": false, - "name": "TryGetComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": "GetComponent", - "comment": "Returns the component with name type if the GameObject has one attached, null if it doesn't.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "Returns all components of Type type in the GameObject or any of its children using depth first search. Works recursively.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n includeInactive - Should Components on inactive GameObjects be included in the found set? includeInactive decides which children of the GameObject will be searched. The GameObject that you call GetComponentsInChildren on is always searched regardless. Default is false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "includeInactive", "typeName": "bool" }, - { - "name": "result", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentInParent", - "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponentInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "Returns all components of Type type in the GameObject or any of its parents.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n includeInactive - Should inactive Components be included in the found set?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "t", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "includeInactive", "typeName": "bool" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponents", - "comment": "Returns all components of Type type in the GameObject.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": "CompareTag", - "comment": "Is this game object tagged with tag ?\n\n```plaintext\nParams: tag - The tag to compare.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "parameter", "typeName": "object" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "parameter", "typeName": "object" } - ], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Component", - "comment": "Base class for everything attached to GameObjects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.YieldInstruction", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "Coroutine", - "comment": "MonoBehaviour.StartCoroutine returns a Coroutine. Instances of this class are only used to reference these coroutines, and do not hold any exposed properties or functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "State", - "comment": "Serializable structure used to hold the full internal state of the random number generator. See Also: Random.state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "Indicates if coroutine should be kept suspended.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "object", - "name": "Current", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MoveNext", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomYieldInstruction", - "comment": "Base class for custom yield instructions to suspend coroutines.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AsyncOperation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Object", - "name": "asset", - "comment": "Asset object being loaded (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ResourceRequest", - "comment": "Asynchronous load request from the Resources bundle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExcludeFromObjectFactoryAttribute", - "comment": "Add this attribute to a class to prevent the class and its inherited classes from being created with ObjectFactory methods.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ResourcesAPI", - "name": "overrideAPI", - "comment": "The specific ResourcesAPI instance to use to handle overridden Resources methods.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "ResourcesAPI", - "comment": "Derive from this base class to provide alternative implementations to the C# behavior of specific Resources methods.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The Transform attached to this GameObject.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "layer", - "comment": "The layer the game object is in.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "active", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "activeSelf", - "comment": "The local active state of this GameObject. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "activeInHierarchy", - "comment": "Defines whether the GameObject is active in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isStatic", - "comment": "Gets and sets the GameObject's StaticEditorFlags.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "tag", - "comment": "The tag of this game object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.Scene", - "name": "scene", - "comment": "Scene that the GameObject is part of.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "sceneCullingMask", - "comment": "Scene culling mask Unity uses to determine which scene to render the GameObject in.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "rigidbody", - "comment": "The Rigidbody attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "rigidbody2D", - "comment": "The Rigidbody2D component attached to this GameObject. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "camera", - "comment": "The Camera attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "light", - "comment": "The Light attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "animation", - "comment": "The Animation attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "constantForce", - "comment": "The ConstantForce attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "renderer", - "comment": "The Renderer attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "audio", - "comment": "The AudioSource attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "networkView", - "comment": "The NetworkView attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "collider", - "comment": "The Collider attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "collider2D", - "comment": "The Collider2D component attached to this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "hingeJoint", - "comment": "The HingeJoint attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "particleSystem", - "comment": "The ParticleSystem attached to this GameObject (Read Only). (Null if there is none attached).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "GameObject", - "params": [ - { "name": "type", "typeName": "UnityEngine.PrimitiveType" } - ], - "isStatic": true, - "name": "CreatePrimitive", - "comment": "Creates a game object with a primitive mesh renderer and appropriate collider.\n\n```plaintext\nParams: type - The type of primitive object to create.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponent", - "comment": "Returns the component of Type type if the game object has one attached, null if it doesn't.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "type", "typeName": "string" }], - "isStatic": false, - "name": "GetComponent", - "comment": "Returns the component with name type if the game object has one attached, null if it doesn't.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentInParent", - "comment": "Returns a component if a component matching the type is found. Returns null otherwise.\n\n```plaintext\nParams: type - Type of component to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentInParent", - "comment": "Returns a component if a component matching the type is found. Returns null otherwise.\n\n```plaintext\nParams: type - Type of component to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponentInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponents", - "comment": "Returns all components of Type type in the GameObject.\n\n```plaintext\nParams: type - The type of component to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponents", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "Returns all components of Type type in the GameObject or any of its children children using depth first search. Works recursively.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n includeInactive - Should Components on inactive GameObjects be included in the found set?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "Returns all components of Type type in the GameObject or any of its children children using depth first search. Works recursively.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n includeInactive - Should Components on inactive GameObjects be included in the found set?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "includeInactive", "typeName": "bool" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponentsInChildren", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "Returns all components of Type type in the GameObject or any of its parents.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n includeInactive - Should inactive Components be included in the found set?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "includeInactive", "typeName": "bool" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetComponentsInParent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "component", "typeName": "T" }], - "isStatic": false, - "name": "TryGetComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "component", "typeName": "UnityEngine.Component" } - ], - "isStatic": false, - "name": "TryGetComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": true, - "name": "FindWithTag", - "comment": "Returns one active GameObject tagged tag. Returns null if no GameObject was found.\n\n```plaintext\nParams: tag - The tag to search for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessage", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "componentType", "typeName": "System.Type" }], - "isStatic": false, - "name": "AddComponent", - "comment": "Adds a component class of type componentType to the game object. C# Users can use a generic version.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "AddComponent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetActive", - "comment": "ActivatesDeactivates the GameObject, depending on the given true or false/ value.\n\n```plaintext\nParams: value - Activate or deactivate the object, where true activates the GameObject and false deactivates the GameObject.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "state", "typeName": "bool" }], - "isStatic": false, - "name": "SetActiveRecursively", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": false, - "name": "CompareTag", - "comment": "Is this game object tagged with tag ?\n\n```plaintext\nParams: tag - The tag to compare.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": true, - "name": "FindGameObjectWithTag", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": true, - "name": "FindGameObjectsWithTag", - "comment": "Returns an array of active GameObjects tagged tag. Returns empty array if no GameObject was found.\n\n```plaintext\nParams: tag - The name of the tag to search GameObjects for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "SendMessageUpwards", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "SendMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "parameter", "typeName": "object" }, - { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } - ], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "parameter", "typeName": "object" } - ], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "BroadcastMessage", - "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new game object, named name.\n\n```plaintext\nParams: name - The name that the GameObject is created with.\n components - A list of Components to add to the GameObject on creation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new game object, named name.\n\n```plaintext\nParams: name - The name that the GameObject is created with.\n components - A list of Components to add to the GameObject on creation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "components", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new game object, named name.\n\n```plaintext\nParams: name - The name that the GameObject is created with.\n components - A list of Components to add to the GameObject on creation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "Find", - "comment": "Finds a GameObject by name and returns it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clip", "typeName": "UnityEngine.Object" }, - { "name": "time", "typeName": "float" } - ], - "isStatic": false, - "name": "SampleAnimation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": false, - "name": "AddComponent", - "comment": "Adds a component class named className to the game object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "animation", "typeName": "UnityEngine.Object" }], - "isStatic": false, - "name": "PlayAnimation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopAnimation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GameObject", - "comment": "Base class for all entities in Unity Scenes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "FindObjectsOfTypeAll", - "comment": "Returns a list of all objects of Type type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "FindObjectsOfTypeAll", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Load", - "comment": "The requested asset returned as an Object.\n\n```plaintext\nParams: path - Path to the target resource to load.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Load", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "systemTypeInstance", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "Load", - "comment": "The requested asset returned as an Object.\n\n```plaintext\nParams: path - Path to the target resource to load.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ResourceRequest", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadAsync", - "comment": "Asynchronously loads an asset stored at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ResourceRequest", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ResourceRequest", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "LoadAsync", - "comment": "Asynchronously loads an asset stored at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "systemTypeInstance", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "LoadAll", - "comment": "Loads all assets in a folder or file at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadAll", - "comment": "Loads all assets in a folder or file at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadAll", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "path", "typeName": "string" } - ], - "isStatic": true, - "name": "GetBuiltinResource", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "GetBuiltinResource", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "assetToUnload", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "UnloadAsset", - "comment": "Unloads assetToUnload from memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [], - "isStatic": true, - "name": "UnloadUnusedAssets", - "comment": "Object on which you can yield to wait until the operation completes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "instanceID", "typeName": "int" }], - "isStatic": true, - "name": "InstanceIDToObject", - "comment": "Resolved reference or null if the instance ID didn't match anything.\n\n```plaintext\nParams: instanceID - Instance ID of an Object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "instanceIDs", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "objects", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "InstanceIDToObjectList", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "assetPath", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "LoadAssetAtPath", - "comment": "Returns a resource at an asset path (Editor Only).\n\n```plaintext\nParams: assetPath - Pathname of the target asset.\n type - Type filter for objects returned.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "assetPath", "typeName": "string" }], - "isStatic": true, - "name": "LoadAssetAtPath", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Resources", - "comment": "The Resources class allows you to find and access Objects including assets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "value", - "comment": "Converts a layer mask value to an integer value.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "mask", "typeName": "UnityEngine.LayerMask" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LayerMask", - "params": [{ "name": "intVal", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": true, - "name": "LayerToName", - "comment": "Given a layer number, returns the name of the layer as defined in either a Builtin or a User Layer in the.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerName", "typeName": "string" }], - "isStatic": true, - "name": "NameToLayer", - "comment": "Given a layer name, returns the layer index as defined by either a Builtin or a User Layer in the.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layerNames", "typeName": "string[]" }], - "isStatic": true, - "name": "GetMask", - "comment": "The layer mask created from the layerNames.\n\n```plaintext\nParams: layerNames - List of layer names to convert to a layer mask.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LayerMask", - "comment": "Specifies Layers to use in a Physics.Raycast.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.YieldInstruction", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isDone", - "comment": "Has the operation finished? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "progress", - "comment": "What's the operation's progress. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "priority", - "comment": "Priority lets you tweak in which order async operation calls will be performed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowSceneActivation", - "comment": "Allow Scenes to be activated as soon as it is ready.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "completed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_completed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_completed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AsyncOperation", - "comment": "Asynchronous operation coroutine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isSet", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBroken", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "T", - "name": "asset", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "instanceID", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "asset", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "instanceID", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LazyLoadReference", - "params": [{ "name": "asset", "typeName": "T" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LazyLoadReference", - "params": [{ "name": "instanceID", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LazyLoadReference", - "comment": "Serializable lazy reference to a UnityEngine.Object contained in an asset file.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DisallowMultipleComponent", - "comment": "Prevents MonoBehaviour of same type (or subtype) to be added more than once to a GameObject.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useGUILayout", - "comment": "Disabling this lets you skip the GUI layout phase.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "runInEditMode", - "comment": "Allow a specific instance of a MonoBehaviour to run in edit mode (only available in the editor).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsInvoking", - "comment": "Is any invoke pending on this MonoBehaviour?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelInvoke", - "comment": "Cancels all Invoke calls on this MonoBehaviour.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "time", "typeName": "float" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "Invokes the method methodName in time seconds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "time", "typeName": "float" }, - { "name": "repeatRate", "typeName": "float" } - ], - "isStatic": false, - "name": "InvokeRepeating", - "comment": "Invokes the method methodName in time seconds, then repeatedly every repeatRate seconds.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "CancelInvoke", - "comment": "Cancels all Invoke calls with name methodName on this behaviour.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "IsInvoking", - "comment": "Is any invoke on methodName pending?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "StartCoroutine", - "comment": "Starts a coroutine named methodName.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { "name": "methodName", "typeName": "string" }, - { "name": "value", "typeName": "object" } - ], - "isStatic": false, - "name": "StartCoroutine", - "comment": "Starts a coroutine named methodName.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { "name": "routine", "typeName": "System.Collections.IEnumerator" } - ], - "isStatic": false, - "name": "StartCoroutine", - "comment": "Starts a Coroutine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { "name": "routine", "typeName": "System.Collections.IEnumerator" } - ], - "isStatic": false, - "name": "StartCoroutine_Auto", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "routine", "typeName": "System.Collections.IEnumerator" } - ], - "isStatic": false, - "name": "StopCoroutine", - "comment": "Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour.\n\n```plaintext\nParams: methodName - Name of coroutine.\n routine - Name of the function in code, including coroutines.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "routine", "typeName": "UnityEngine.Coroutine" } - ], - "isStatic": false, - "name": "StopCoroutine", - "comment": "Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour.\n\n```plaintext\nParams: methodName - Name of coroutine.\n routine - Name of the function in code, including coroutines.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "methodName", "typeName": "string" }], - "isStatic": false, - "name": "StopCoroutine", - "comment": "Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour.\n\n```plaintext\nParams: methodName - Name of coroutine.\n routine - Name of the function in code, including coroutines.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopAllCoroutines", - "comment": "Stops all coroutines running on this behaviour.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "object" }], - "isStatic": true, - "name": "print", - "comment": "Logs message to the Unity Console (identical to Debug.Log).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MonoBehaviour", - "comment": "MonoBehaviour is the base class from which every Unity script derives.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "m_Type0", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Type", - "name": "m_Type1", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Type", - "name": "m_Type2", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "requiredComponent", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Require a single component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "requiredComponent", "typeName": "System.Type" }, - { "name": "requiredComponent2", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Require two components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "requiredComponent", "typeName": "System.Type" }, - { "name": "requiredComponent2", "typeName": "System.Type" }, - { "name": "requiredComponent3", "typeName": "System.Type" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Require three components.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequireComponent", - "comment": "The RequireComponent attribute automatically adds required components as dependencies.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "componentMenu", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "componentOrder", - "comment": "The order of the component in the component menu (lower is higher to the top).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "menuName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Add an item in the Component menu.\n\n```plaintext\nParams: menuName - The path to the component.\n order - Where in the component menu to add the new item.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "menuName", "typeName": "string" }, - { "name": "order", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Add an item in the Component menu.\n\n```plaintext\nParams: menuName - The path to the component.\n order - Where in the component menu to add the new item.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AddComponentMenu", - "comment": "The AddComponentMenu attribute allows you to place a script anywhere in the \"Component\" menu, instead of just the \"Component->Scripts\" menu.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "menuName", - "comment": "The display name for this type shown in the Assets/Create menu.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "fileName", - "comment": "The default file name used by newly created instances of this type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "order", - "comment": "The position of the menu item within the Assets/Create menu.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CreateAssetMenuAttribute", - "comment": "Mark a ScriptableObject-derived type to be automatically listed in the Assets/Create submenu, so that instances of the type can be easily created and stored in the project as \".asset\" files.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "menuItem", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "validate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "priority", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "itemName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Adds the function to the context menu of the component.\n\n```plaintext\nParams: itemName - The name of the context menu item.\n isValidateFunction - Whether this is a validate function (defaults to false).\n priority - Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "itemName", "typeName": "string" }, - { "name": "isValidateFunction", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Adds the function to the context menu of the component.\n\n```plaintext\nParams: itemName - The name of the context menu item.\n isValidateFunction - Whether this is a validate function (defaults to false).\n priority - Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "itemName", "typeName": "string" }, - { "name": "isValidateFunction", "typeName": "bool" }, - { "name": "priority", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Adds the function to the context menu of the component.\n\n```plaintext\nParams: itemName - The name of the context menu item.\n isValidateFunction - Whether this is a validate function (defaults to false).\n priority - Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ContextMenu", - "comment": "The ContextMenu attribute allows you to add commands to the context menu.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExecuteInEditMode", - "comment": "Makes all instances of a script execute in Edit Mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExecuteAlways", - "comment": "Makes instances of a script always execute, both as part of Play Mode and when editing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HideInInspector", - "comment": "Makes a variable not show up in the inspector but be serialized.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "URL", - "comment": "The documentation URL specified for this class.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Initialize the HelpURL attribute with a documentation url.\n\n```plaintext\nParams: url - The custom documentation URL for this class.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HelpURLAttribute", - "comment": "Provide a custom documentation URL for a class.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "UnityEngine.IntegratedSubsystem", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "bool", - "name": "singlePassRenderingDisabled", - "comment": "Returns true when single pass stereo rendering is disabled and returns false if otherwise.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "displayOpaque", - "comment": "Determines if the current attached device has an opaque display.\n\n Most VR devices are opaque in order to increase the immersive experience, AR devices are transparent to allow for interaction with an augmentation of the current environment.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "contentProtectionEnabled", - "comment": "Sets or gets the state of content protection for the current active provider.\n\n For most providers, content protection allows you to use write only textures for rendering. This stops the ability for apps to read textures from the graphics card and view/record images that may be protected in some way.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "float", - "name": "scaleOfAllViewports", - "comment": "Controls how much of the allocated display texture should be used for rendering.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "float", - "name": "scaleOfAllRenderTargets", - "comment": "Controls the size of the textures submitted to the display as a multiplier of the display's default resolution.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "float", - "name": "zNear", - "comment": "Set DisplaySubsystem to use zNear for rendering.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "float", - "name": "zFar", - "comment": "Set DisplaySubsystem to use zFar for rendering.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "sRGB", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", - "name": "textureLayout", - "comment": "Set DisplaySubsystem to use certain texture layout. Should query supported texture layout through XRDisplaySubsystem.supportedTextureLayouts\n first for the capabilities.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", - "name": "supportedTextureLayouts", - "comment": "Specifies all texture layouts supported by this display subsystem. This var is a bit field that could be combination of XRDisplaySubsystem.TextureLayout.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", - "name": "reprojectionMode", - "comment": "The kind of reprojection the app requests to stabilize its holographic rendering relative to the user's head motion.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "disableLegacyRenderer", - "comment": "Disables the legacy renderer while this XRDisplaySubsystem is active.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "displayFocusChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_displayFocusChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_displayFocusChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { - "name": "nodeType", - "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode" - } - ], - "isStatic": false, - "name": "MarkTransformLateLatched", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector3" }, - { "name": "normal", "typeName": "UnityEngine.Vector3" }, - { "name": "velocity", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetFocusPlane", - "comment": "Sets a point in 3D space that acts as the focal point of the Scene for this frame. This helps to improve the visual fidelity of content around this point. You must set this value every frame.\n\n Note that specifying body-locked content in focus improves the fidelity of body-locked content at the expense of content not locked to the body. This is especially apparent when the user moves.\n\n```plaintext\nParams: point - The position of the focal point in the Scene, relative to the Camera.\n normal - Surface normal of the plane being viewed at the focal point.\n velocity - A vector that describes how the focus point moves in the Scene at this point in time. This allows the device to compensate for both your head movement and the movement of the object in the Scene.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "level", "typeName": "int" }], - "isStatic": false, - "name": "SetMSAALevel", - "comment": "Set MSAA level for the DisplaySubsystem's render texture.\n\n```plaintext\nParams: level - The MSAA level.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetRenderPassCount", - "comment": "Count of render passes.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderPassIndex", "typeName": "int" }, - { - "name": "renderPass", - "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRRenderPass" - } - ], - "isStatic": false, - "name": "GetRenderPass", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "EndRecordingIfLateLatched", - "comment": "This function disables late latching recording of constant buffer locations.\n\n```plaintext\nParams: camera - The camera where late latch end recording is to be done.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "BeginRecordingIfLateLatched", - "comment": "This function enables late latching recording of constant buffer memory locations which are later patched with the latest pose data.\n\n```plaintext\nParams: camera - The camera where late latch recording is to be enabled.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "cullingPassIndex", "typeName": "int" }, - { - "name": "scriptableCullingParameters", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": false, - "name": "GetCullingParameters", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "gpuTimeLastFrame", "typeName": "float" }], - "isStatic": false, - "name": "TryGetAppGPUTimeLastFrame", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "gpuTimeLastFrameCompositor", "typeName": "float" } - ], - "isStatic": false, - "name": "TryGetCompositorGPUTimeLastFrame", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "droppedFrameCount", "typeName": "int" }], - "isStatic": false, - "name": "TryGetDroppedFrameCount", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "framePresentCount", "typeName": "int" }], - "isStatic": false, - "name": "TryGetFramePresentCount", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "displayRefreshRate", "typeName": "float" }], - "isStatic": false, - "name": "TryGetDisplayRefreshRate", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "motionToPhoton", "typeName": "float" }], - "isStatic": false, - "name": "TryGetMotionToPhoton", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [{ "name": "renderPass", "typeName": "int" }], - "isStatic": false, - "name": "GetRenderTextureForRenderPass", - "comment": "The render texture associated with that render pass, or null if not found.\n\n```plaintext\nParams: renderPass - The render pass index to get the render texture for.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetPreferredMirrorBlitMode", - "comment": "Display subsystem's preferred blit mode.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "blitMode", "typeName": "int" }], - "isStatic": false, - "name": "SetPreferredMirrorBlitMode", - "comment": "Override the XR display's preferred mirror blit mode from the script.\n\n```plaintext\nParams: blitMode - XRMirrorViewBlitMode to set.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "mirrorRt", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "outDesc", - "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRMirrorViewBlitDesc" - } - ], - "isStatic": false, - "name": "GetMirrorViewBlitDesc", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "mirrorRt", "typeName": "UnityEngine.RenderTexture" }, - { - "name": "outDesc", - "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRMirrorViewBlitDesc" - }, - { "name": "mode", "typeName": "int" } - ], - "isStatic": false, - "name": "GetMirrorViewBlitDesc", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { "name": "allowGraphicsStateInvalidate", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddGraphicsThreadMirrorViewBlit", - "comment": "Returns true if native blit event is successfully recorded. Returns false otherwise.\n\n```plaintext\nParams: cmd - The target CommandBuffer that records the native blit event.\n allowGraphicsStateInvalidate - True causes the graphics device to invalidate internal states before and after calling into the provider's native blit. This ensures the GFX internal states' consistency with the cost of some runtime performance.\n mode - The XRMirrorViewBlitMode XR display should perform.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { "name": "allowGraphicsStateInvalidate", "typeName": "bool" }, - { "name": "mode", "typeName": "int" } - ], - "isStatic": false, - "name": "AddGraphicsThreadMirrorViewBlit", - "comment": "Returns true if native blit event is successfully recorded. Returns false otherwise.\n\n```plaintext\nParams: cmd - The target CommandBuffer that records the native blit event.\n allowGraphicsStateInvalidate - True causes the graphics device to invalidate internal states before and after calling into the provider's native blit. This ensures the GFX internal states' consistency with the cost of some runtime performance.\n mode - The XRMirrorViewBlitMode XR display should perform.\n \n```\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRDisplaySubsystem", - "comment": "An XRDisplaySubsystem controls rendering to a head tracked display.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "int", - "name": "order", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "order", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DefaultExecutionOrder", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AssemblyIsEditorAssembly", - "comment": "Assembly level attribute. Any classes in an assembly with this attribute will be considered to be Editor Classes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExcludeFromPresetAttribute", - "comment": "Add this attribute to a class to prevent creating a Preset from the instances of the class.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", - "name": "Head", - "comment": "Head node type for late latching. This represents the camera node in the pose hierarchy.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", - "name": "LeftHand", - "comment": "Left hand node type for late latching. This represents the left hand anchor node in the pose hierarchy.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", - "name": "RightHand", - "comment": "Right hand node type for late latching. This represents the right hand anchor node in the pose hierarchy.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "LateLatchNode", - "comment": "Type of node to be late latched.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", - "name": "Texture2DArray", - "comment": "Textures could be configured to a texture2DArray type.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", - "name": "SingleTexture2D", - "comment": "Textures could be configured to a texture2D that represents multiple views.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", - "name": "SeparateTexture2Ds", - "comment": "Textures could be configured to multiple texture2D type.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "TextureLayout", - "comment": "Flags that represents supported texture layout.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", - "name": "Unspecified", - "comment": "Does not specify the type of reprojection mode to use.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", - "name": "PositionAndOrientation", - "comment": "Stabalizes the image for changes to both the user's head position and orientation. This is best for world-locked content that you want to remain stationary as the user walks around.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", - "name": "OrientationOnly", - "comment": "Stabalizes the image only for changes to the user's head orientation, ignores changes in position. This is best for body-locked content that you want to move with the user as they walk around, such as a 360-degree video.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", - "name": "None", - "comment": "Does not stabalize the image for the user's head motion and instead fixes it in the display. Note that this is only comfortable for users when you use it sparingly, for example when the only visible content is a small cursor.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "ReprojectionMode", - "comment": "The kind of reprojection the app requests to stabilize its holographic rendering relative to the user's head motion.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Matrix4x4", - "name": "view", - "comment": "World transform that the render pipeline should use to render to the XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "projection", - "comment": "The projection matrix that the render pipeline should use to render to the XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "viewport", - "comment": "Selects the viewport of the output texture XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "occlusionMesh", - "comment": "Represents the area in screen-space that is not visible on the XR Display.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "textureArraySlice", - "comment": "The slice of the output texture array that the render pipeline should render to.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "previousView", - "comment": "Previous frame view matrix for use in motion vector calculation. Use XR.XRDisplaySubsystem.XRRenderParameter.isPreviousViewValid to determine if previous view is valid for use. When late latching is enabled, previous view is also adjusted for late latching.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "isPreviousViewValid", - "comment": "Determines whether XR.XRDisplaySubsystem.XRRenderParameter.previousView is valid for use in a frame.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRRenderParameter", - "comment": "A single viewpoint that must be rendered by the render pipeline. Contains a target viewport and texture array slice within a corresponding XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "start", - "comment": "The starting index of the range, where 0 is the first position, 1 is the second, 2 is the third, and so on.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "length", - "comment": "The length of the range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "end", - "comment": "The end index of the range (not inclusive).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "int" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new RangeInt with given start, length values.\n\n```plaintext\nParams: start - The starting index of the range.\n length - The length of the range.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RangeInt", - "comment": "Describes an integer range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "renderPassIndex", - "comment": "The index of the render pass (originally passed in to XRDisplaySubsystem.GetRenderPass).\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "renderTarget", - "comment": "The output target for the render pass.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureDescriptor", - "name": "renderTargetDesc", - "comment": "Descriptor that can be passed to RenderTexture.GetTemporary to create temporary textures that match the XR Display render target.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "hasMotionVectorPass", - "comment": "A boolean indicating if this render pass contains a motion-vector generation pass.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "motionVectorRenderTarget", - "comment": "The output render-texture target for the motion-vector generation render pass.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureDescriptor", - "name": "motionVectorRenderTargetDesc", - "comment": "The render texture description for the target texture for the motion-vector render pass.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "shouldFillOutDepth", - "comment": "When this is false an optimal renderer can avoid resolving the depth buffer.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "cullingPassIndex", - "comment": "An index that a render pipeline can pass to XR.XRDisplaySubsystem.GetCullingParameters to obtain culling information.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "renderParameterIndex", "typeName": "int" }, - { - "name": "renderParameter", - "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRRenderParameter" - } - ], - "isStatic": false, - "name": "GetRenderParameter", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetRenderParameterCount", - "comment": "Count of render parameters.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRRenderPass", - "comment": "Contains configuration parameters about which view into the Scene the renderer should rasterize, and a render target (which can be a texture array) for the result of the rasterization.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RenderTexture", - "name": "srcTex", - "comment": "Source render texture that the blit operation wants to blit from.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "srcTexArraySlice", - "comment": "Describes source texture's desired array slice. Texture2D will have array slice 1.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "srcRect", - "comment": "Source Rect area that the blit operation wants to blit from.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "destRect", - "comment": "Destination Rect area that the blit operation wants to blit to.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRBlitParams", - "comment": "This struct holds data for a single blit operation.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RuntimeInitializeLoadType", - "name": "AfterSceneLoad", - "comment": "After Scene is loaded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimeInitializeLoadType", - "name": "BeforeSceneLoad", - "comment": "Before Scene is loaded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimeInitializeLoadType", - "name": "AfterAssembliesLoaded", - "comment": "Callback when all assemblies are loaded and preloaded assets are initialized.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimeInitializeLoadType", - "name": "BeforeSplashScreen", - "comment": "Immediately before the splash screen is shown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RuntimeInitializeLoadType", - "name": "SubsystemRegistration", - "comment": "Callback used for registration of subsystems\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RuntimeInitializeLoadType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RuntimeInitializeLoadType", - "comment": "Set RuntimeInitializeOnLoadMethod type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "nativeBlitAvailable", - "comment": "When this is true, the current display subsystem supports native blit and AddGraphicsThreadMirrorViewBlit must be called to perform native blit.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "nativeBlitInvalidStates", - "comment": "When this is true, display subsystem will modifiy the graphics state.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "blitParamsCount", - "comment": "The number of XRBlitParams entries for this XRMirrorViewBlitDesc.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "blitParameterIndex", "typeName": "int" }, - { - "name": "blitParameter", - "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRBlitParams" - } - ], - "isStatic": false, - "name": "GetBlitParameter", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRMirrorViewBlitDesc", - "comment": "All information in this struct describes the desired mirror view blit operation.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Scripting.PreserveAttribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "UnityEngine.RuntimeInitializeLoadType", - "name": "loadType", - "comment": "Set RuntimeInitializeOnLoadMethod type.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creation of the runtime class used when Scenes are loaded.\n\n```plaintext\nParams: loadType - Determine whether methods are called before or after the\n Scene is loaded.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "loadType", - "typeName": "UnityEngine.RuntimeInitializeLoadType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creation of the runtime class used when Scenes are loaded.\n\n```plaintext\nParams: loadType - Determine whether methods are called before or after the\n Scene is loaded.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RuntimeInitializeOnLoadMethodAttribute", - "comment": "Allow a runtime class method to be initialized when a game is loaded at runtime\n without action from the user.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "Default", - "comment": "Mirror view pass should blit platform default image to the mirror target.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "LeftEye", - "comment": "Mirror view pass should blit left eye image to the mirror target.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "RightEye", - "comment": "Mirror view pass should blit right eye image to the mirror target.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "SideBySide", - "comment": "Mirror view pass should blit left eye image and right eye image in a side-by-side fashion to the mirror target.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "SideBySideOcclusionMesh", - "comment": "Mirror view pass should blit similar to side-by-side mode, but also showing not rendered pixels saved by the occlusion mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "Distort", - "comment": "Mirror view pass should blit after distortion pass image to the mirror target.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "None", - "comment": "Mirror view pass should not be performed.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRMirrorViewBlitMode", - "comment": "Engine reserved blit modes. Blit mode capabilities should be queried from XRDisplaySubsystemDescriptor.GetAvailableMirrorBlitModeCount and XRDisplaySubsystemDescriptor.GetMirrorBlitModeByIndex.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetDirty", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptableObject", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": true, - "name": "CreateInstance", - "comment": "The created ScriptableObject.\n\n```plaintext\nParams: className - The type of the ScriptableObject to create, as the name of the type.\n type - The type of the ScriptableObject to create, as a System.Type instance.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScriptableObject", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "CreateInstance", - "comment": "The created ScriptableObject.\n\n```plaintext\nParams: className - The type of the ScriptableObject to create, as the name of the type.\n type - The type of the ScriptableObject to create, as a System.Type instance.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": true, - "name": "CreateInstance", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptableObject", - "comment": "A class you can derive from if you want to create objects that don't need to be attached to game objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "blitMode", - "comment": "Mirror view blit mode Id. For details, see XRMirrorViewBlitMode. In case of provider's custom blit mode, the value wouldn't be the reserved XRMirrorViewBlitMode.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "string", - "name": "blitModeDesc", - "comment": "String that describes the mirror view blit mode.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRMirrorViewBlitModeDesc", - "comment": "Struct that describes the mirror view blit mode.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SelectionBaseAttribute", - "comment": "Add this attribute to a script class to mark its GameObject as a selection base object for Scene View picking.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", - "attribute": "", - "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], - "fields": [ - { - "typeName": "bool", - "name": "disablesLegacyVr", - "comment": "Indicates whether legacy VR settings must be disabled for the subsystem. Set to true if the Editor must disable the legacy VR settings disabled; otherwise false.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "bool", - "name": "enableBackBufferMSAA", - "comment": "Indicates whether MSAA must be resolved in the back buffer. Set to true if MSAA needs to be resolved in the back buffer; otherwise false.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetAvailableMirrorBlitModeCount", - "comment": "Number of supported mirror blit modes.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "mode", - "typeName": "UnityEngine.XR.XRMirrorViewBlitModeDesc" - } - ], - "isStatic": false, - "name": "GetMirrorBlitModeByIndex", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRDisplaySubsystemDescriptor", - "comment": "Class providing information about XRDisplaySubsystem registration.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "ExtractStackTrace", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "exception", "typeName": "object" }], - "isStatic": true, - "name": "ExtractStringFromException", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StackTraceUtility", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.TrackingOriginModeFlags", - "name": "Unknown", - "comment": "TrackingOriginModeFlags.Unknown enumerates when the XRInputSubsystem was not able to set its tracking origin or has no tracking.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.TrackingOriginModeFlags", - "name": "Device", - "comment": "XRInputSubsystem tracks all InputDevices in reference to the first known location of a specific InputDevice when set to TrackingOriginModeFlags.Device.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.TrackingOriginModeFlags", - "name": "Floor", - "comment": "XRInputSubsystem tracks all InputDevices in reference to a point on the floor when set to TrackingOriginModeFlags.Floor.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.TrackingOriginModeFlags", - "name": "TrackingReference", - "comment": "XRInputSubsystem tracks all InputDevices in reference to an InputDevice with the InputDeviceCharacteristics.TrackingReference flag set when set to TrackingOriginModeFlags.TrackingReference.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.TrackingOriginModeFlags", - "name": "Unbounded", - "comment": "XRInputSubsystem tracks all InputDevices in relation to a world anchor. This world anchor can change at any time, and is chosen by the runtime.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.TrackingOriginModeFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "TrackingOriginModeFlags", - "comment": "This enum provides context to where the 0,0,0 point of tracking for InputDevices is.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "displayName", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "displayName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "DisplayNameAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityException", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "UnityEngine.IntegratedSubsystem", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "System.Action", - "name": "trackingOriginUpdated", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "System.Action", - "name": "boundaryChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "TryRecenter", - "comment": "True if the method recenters the XRInputSubsystem. Returns false otherwise.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "devices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TryGetInputDevices", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "origin", - "typeName": "UnityEngine.XR.TrackingOriginModeFlags" - } - ], - "isStatic": false, - "name": "TrySetTrackingOriginMode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "TrackingOriginModeFlags", - "params": [], - "isStatic": false, - "name": "GetTrackingOriginMode", - "comment": "The Tracking Origin Mode that this subsystem is in.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "TrackingOriginModeFlags", - "params": [], - "isStatic": false, - "name": "GetSupportedTrackingOriginModes", - "comment": "A single series of flags that contains all supported TrackingOriginModeFlags.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "boundaryPoints", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TryGetBoundaryPoints", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_trackingOriginUpdated", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_trackingOriginUpdated", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_boundaryChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_boundaryChanged", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRInputSubsystem", - "comment": "XRInputSubsystem\nInstance is used to enable and disable the inputs coming from a specific plugin.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MissingComponentException", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", - "attribute": "", - "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], - "fields": [ - { - "typeName": "bool", - "name": "disablesLegacyInput", - "comment": "When true, will suppress legacy support for Daydream, Oculus, OpenVR, and Windows MR built directly into the Unity runtime from generating input. This is useful when adding an XRInputSubsystem that supports these devices.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRInputSubsystemDescriptor", - "comment": "Information about an Input subsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnassignedReferenceException", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.XR.MeshId", - "name": "InvalidId", - "comment": "Represents an invalid id.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "A string unique to this id\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.XR.MeshId" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id1", "typeName": "UnityEngine.XR.MeshId" }, - { "name": "id2", "typeName": "UnityEngine.XR.MeshId" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "id1", "typeName": "UnityEngine.XR.MeshId" }, - { "name": "id2", "typeName": "UnityEngine.XR.MeshId" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "MeshId", - "comment": "A session-unique identifier for trackables in the environment, e.g., planes and feature points.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.SystemException", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "innerException", "typeName": "System.Exception" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MissingReferenceException", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "bytes", - "comment": "The raw bytes of the text asset. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "The text contents of the file as a string. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "Returns the contents of the TextAsset.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new TextAsset with the specified text contents.\n\nThis constructor creates a TextAsset, which is not the same as a plain text file. When saved to disk using the AssetDatabase class, the TextAsset should be saved with the .asset extension.\n\n```plaintext\nParams: text - The text contents for the TextAsset.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextAsset", - "comment": "Text file assets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.MeshGenerationStatus", - "name": "Success", - "comment": "The mesh generation was successful.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshGenerationStatus", - "name": "InvalidMeshId", - "comment": "The mesh generation failed because the mesh does not exist.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshGenerationStatus", - "name": "GenerationAlreadyInProgress", - "comment": "The XRMeshSubsystem was already generating the requested mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshGenerationStatus", - "name": "Canceled", - "comment": "The mesh generation was canceled.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshGenerationStatus", - "name": "UnknownError", - "comment": "The mesh generation failed for unknown reasons.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.MeshGenerationStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "MeshGenerationStatus", - "comment": "The status of a XRMeshSubsystem.GenerateMeshAsync.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.XR.MeshId", - "name": "MeshId", - "comment": "The MeshId of the tracked mesh that was generated.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "Mesh", - "comment": "If the generation was successful, data has been written to this Mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.MeshCollider", - "name": "MeshCollider", - "comment": "If the generation was successful, physics data has been written to this MeshCollider.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshGenerationStatus", - "name": "Status", - "comment": "The MeshGenerationStatus of the mesh generation task.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshVertexAttributes", - "name": "Attributes", - "comment": "The MeshVertexAttributes that were written to the MeshGenerationResult.Mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.XR.MeshGenerationResult" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.XR.MeshGenerationResult" - }, - { "name": "rhs", "typeName": "UnityEngine.XR.MeshGenerationResult" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.XR.MeshGenerationResult" - }, - { "name": "rhs", "typeName": "UnityEngine.XR.MeshGenerationResult" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "MeshGenerationResult", - "comment": "Contains event information related to a generated mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.TrackedReference" }, - { "name": "y", "typeName": "UnityEngine.TrackedReference" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.TrackedReference" }, - { "name": "y", "typeName": "UnityEngine.TrackedReference" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "o", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "exists", "typeName": "UnityEngine.TrackedReference" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TrackedReference", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.MeshVertexAttributes", - "name": "None", - "comment": "No vertex attributes\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshVertexAttributes", - "name": "Normals", - "comment": "Vertex normals\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshVertexAttributes", - "name": "Tangents", - "comment": "Vertex tangents\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshVertexAttributes", - "name": "UVs", - "comment": "Vertex UVs\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshVertexAttributes", - "name": "Colors", - "comment": "Vertex normals\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.MeshVertexAttributes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "MeshVertexAttributes", - "comment": "A set of vertex attributes.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.XR.MeshChangeState", - "name": "Added", - "comment": "The mesh has been added since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshChangeState", - "name": "Updated", - "comment": "The mesh has been updated since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshChangeState", - "name": "Removed", - "comment": "The mesh has been removed since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshChangeState", - "name": "Unchanged", - "comment": "The mesh has not changed since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.XR.MeshChangeState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "MeshChangeState", - "comment": "The state of a tracked mesh since the last query.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.XR.MeshId", - "name": "MeshId", - "comment": "The MeshId of the tracked mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "UnityEngine.XR.MeshChangeState", - "name": "ChangeState", - "comment": "The change state (e.g., Added, Removed) of the tracked mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "typeName": "int", - "name": "PriorityHint", - "comment": "A hint that can be used to determine when this mesh should be processed.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.XR.MeshInfo" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.XR.MeshInfo" }, - { "name": "rhs", "typeName": "UnityEngine.XR.MeshInfo" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.XR.MeshInfo" }, - { "name": "rhs", "typeName": "UnityEngine.XR.MeshInfo" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "MeshInfo", - "comment": "Contains state information related to a tracked mesh.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "max", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "max", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "MaxAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "UnityEngine.IntegratedSubsystem", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "float", - "name": "meshDensity", - "comment": "Call this function to request a change in the density of the generated Meshes. Unity gives the density level as a value within the range 0.0 to 1.0 and the provider determines how to map that value to their implementation.\nSetting this value does not guarantee an immediate change in the density of any currently created Mesh and may only change the density for new or updated Meshes.\n\n", - "location": "UnityEngine.XRModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "meshInfosOut", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TryGetMeshInfos", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "meshId", "typeName": "UnityEngine.XR.MeshId" }, - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "meshCollider", "typeName": "UnityEngine.MeshCollider" }, - { - "name": "attributes", - "typeName": "UnityEngine.XR.MeshVertexAttributes" - }, - { - "name": "onMeshGenerationComplete", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "GenerateMeshAsync", - "comment": "", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "extents", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SetBoundingVolume", - "comment": "Set the bounding volume to restrict the space in which Unity generates and tracks Meshes.\n\nThe bounding volume is an Axis Aligned Bounding Box (AABB) centered at the origin and extends in each dimension as defined in extents.\n\nThe units of measurement depend on the provider.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRMeshSubsystem", - "comment": "Allows external systems to provide dynamic meshes to Unity.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.XR", - "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", - "attribute": "", - "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.XRModule.dll" - } - ], - "name": "XRMeshSubsystemDescriptor", - "comment": "Information about an XRMeshSubsystem.\n\n", - "location": "UnityEngine.XRModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "min", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "MinAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "max", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "float" }, - { "name": "max", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "MinMaxAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "System.Type", - "name": "renderer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", - "name": "eventType", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "string", - "name": "menuItem", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "allowInSceneView", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "System.Type" }, - { - "name": "eventType", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent" - }, - { "name": "menuItem", "typeName": "string" }, - { "name": "allowInSceneView", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "Success", - "comment": "The operation completed successfully.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "Cancelled", - "comment": "The operation was cancelled.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "NotMatchingCrc", - "comment": "The decompressed Asset data did not match the precomputed CRC. This may suggest that the AssetBundle did not download correctly.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "FailedCache", - "comment": "The Asset Bundle was not successfully cached.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "NotValidAssetBundle", - "comment": "This does not appear to be a valid Asset Bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "NoSerializedData", - "comment": "The Asset Bundle does not contain any serialized data. It may be empty, or corrupt.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "NotCompatible", - "comment": "The AssetBundle is incompatible with this version of Unity.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "AlreadyLoaded", - "comment": "The Asset Bundle is already loaded.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "FailedRead", - "comment": "Failed to read the Asset Bundle file.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "FailedDecompression", - "comment": "Failed to decompress the Asset Bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "FailedWrite", - "comment": "Failed to write to the file system.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "FailedDeleteRecompressionTarget", - "comment": "The target path given for the Recompression operation could not be deleted for swap with recompressed bundle file.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "RecompressionTargetIsLoaded", - "comment": "The target path given for the Recompression operation is an Archive that is currently loaded.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "UnityEngine.AssetBundleLoadResult", - "name": "RecompressionTargetExistsButNotArchive", - "comment": "The target path given for the Recompression operation exists but is not an Archive container.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AssetBundleLoadResult", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundleLoadResult", - "comment": "The result of an Asset Bundle Load or Recompress Operation.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Object", - "name": "mainAsset", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "bool", - "name": "isStreamedSceneAssetBundle", - "comment": "Return true if the AssetBundle is a streamed Scene AssetBundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "typeName": "uint", - "name": "memoryBudgetKB", - "comment": "Controls the size of the shared AssetBundle loading cache. Default value is 1MB.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "unloadAllObjects", "typeName": "bool" }], - "isStatic": true, - "name": "UnloadAllAssetBundles", - "comment": "Unloads all currently loaded AssetBundles.\n\n```plaintext\nParams: unloadAllObjects - Determines whether the current instances of objects loaded from AssetBundles will also be unloaded.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": true, - "name": "GetAllLoadedAssetBundles", - "comment": "Returns IEnumerable of all currently loaded Asset Bundles.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadFromFileAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromFileAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "crc", "typeName": "uint" }, - { "name": "offset", "typeName": "ulong" } - ], - "isStatic": true, - "name": "LoadFromFileAsync", - "comment": "Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded.\n\n```plaintext\nParams: path - Path of the file on disk.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n offset - An optional byte offset. This value specifies where to start reading the AssetBundle from.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "LoadFromFile", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromFile", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "crc", "typeName": "uint" }, - { "name": "offset", "typeName": "ulong" } - ], - "isStatic": true, - "name": "LoadFromFile", - "comment": "Loaded AssetBundle object or null if failed.\n\n```plaintext\nParams: path - Path of the file on disk.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n offset - An optional byte offset. This value specifies where to start reading the AssetBundle from.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [{ "name": "binary", "typeName": "byte[]" }], - "isStatic": true, - "name": "LoadFromMemoryAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [ - { "name": "binary", "typeName": "byte[]" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromMemoryAsync", - "comment": "Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded.\n\n```plaintext\nParams: binary - Array of bytes with the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [{ "name": "binary", "typeName": "byte[]" }], - "isStatic": true, - "name": "LoadFromMemory", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [ - { "name": "binary", "typeName": "byte[]" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromMemory", - "comment": "Loaded AssetBundle object or null if failed.\n\n```plaintext\nParams: binary - Array of bytes with the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "crc", "typeName": "uint" }, - { "name": "managedReadBufferSize", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromStreamAsync", - "comment": "Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded.\n\n```plaintext\nParams: stream - The managed Stream object. Unity calls Read(), Seek() and the Length property on this object to load the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content.\n managedReadBufferSize - You can use this to override the size of the read buffer Unity uses while loading data. The default size is 32KB.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromStreamAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "LoadFromStreamAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "crc", "typeName": "uint" }, - { "name": "managedReadBufferSize", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromStream", - "comment": "The loaded AssetBundle object or null when the object fails to load.\n\n```plaintext\nParams: stream - The managed Stream object. Unity calls Read(), Seek() and the Length property on this object to load the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content.\n managedReadBufferSize - You can use this to override the size of the read buffer Unity uses while loading data. The default size is 32KB.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [ - { "name": "stream", "typeName": "System.IO.Stream" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromStream", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], - "isStatic": true, - "name": "LoadFromStream", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Contains", - "comment": "Check if an AssetBundle contains a specific object.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "Load", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "LoadAll", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "LoadAll", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAsset", - "comment": "Loads asset with name of type T from the bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAsset", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "LoadAsset", - "comment": "Loads asset with name of a given type from the bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAssetAsync", - "comment": "Asynchronously loads asset with name of a given T from the bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAssetAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "LoadAssetAsync", - "comment": "Asynchronously loads asset with name of a given type from the bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAssetWithSubAssets", - "comment": "Loads asset and sub assets with name of type T from the bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAssetWithSubAssets", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "LoadAssetWithSubAssets", - "comment": "Loads asset and sub assets with name of a given type from the bundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAssetWithSubAssetsAsync", - "comment": "Loads asset with sub assets with name of type T from the bundle asynchronously.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "LoadAssetWithSubAssetsAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": false, - "name": "LoadAssetWithSubAssetsAsync", - "comment": "Loads asset with sub assets with name of a given type from the bundle asynchronously.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "LoadAllAssets", - "comment": "Loads all assets contained in the asset bundle that inherit from type T.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "LoadAllAssets", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "LoadAllAssets", - "comment": "Loads all assets contained in the asset bundle that inherit from type.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [], - "isStatic": false, - "name": "LoadAllAssetsAsync", - "comment": "Loads all assets contained in the asset bundle that inherit from T asynchronously.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [], - "isStatic": false, - "name": "LoadAllAssetsAsync", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRequest", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "LoadAllAssetsAsync", - "comment": "Loads all assets contained in the asset bundle that inherit from type asynchronously.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "AllAssetNames", - "comment": "", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "unloadAllLoadedObjects", "typeName": "bool" }], - "isStatic": false, - "name": "Unload", - "comment": "Unloads an AssetBundle freeing its data.\n\n```plaintext\nParams: unloadAllLoadedObjects - Determines whether the current instances of objects loaded from the AssetBundle will also be unloaded.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllAssetNames", - "comment": "Return all asset names in the AssetBundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetAllScenePaths", - "comment": "Return all the Scene asset paths (paths to *.unity assets) in the AssetBundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleRecompressOperation", - "params": [ - { "name": "inputPath", "typeName": "string" }, - { "name": "outputPath", "typeName": "string" }, - { "name": "method", "typeName": "UnityEngine.BuildCompression" }, - { "name": "expectedCRC", "typeName": "uint" }, - { "name": "priority", "typeName": "UnityEngine.ThreadPriority" } - ], - "isStatic": true, - "name": "RecompressAssetBundleAsync", - "comment": "Asynchronously recompress a downloaded/stored AssetBundle from one BuildCompression to another.\n\n```plaintext\nParams: inputPath - Path to the AssetBundle to recompress.\n outputPath - Path to the recompressed AssetBundle to be generated. Can be the same as inputPath.\n method - The compression method, level and blocksize to use during recompression. Only some BuildCompression types are supported (see note).\n expectedCRC - CRC of the AssetBundle to test against. Testing this requires additional file reading and computation. Pass in 0 to skip this check. Unity does not compute a CRC when the source and destination BuildCompression are the same, so no CRC verification takes place (see note).\n priority - The priority at which the recompression operation should run. This sets thread priority during the operation and does not effect the order in which operations are performed. Recompression operations run on a background worker thread.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "CreateFromFile", - "comment": "Loads an asset bundle from a disk.\n\n```plaintext\nParams: path - Path of the file on disk\n\nSee Also: UnityWebRequestAssetBundle.GetAssetBundle, DownloadHandlerAssetBundle.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundleCreateRequest", - "params": [{ "name": "binary", "typeName": "byte[]" }], - "isStatic": true, - "name": "CreateFromMemory", - "comment": "Asynchronously create an AssetBundle from a memory region.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [{ "name": "binary", "typeName": "byte[]" }], - "isStatic": true, - "name": "CreateFromMemoryImmediate", - "comment": "Synchronously create an AssetBundle from a memory region.\n\n```plaintext\nParams: binary - Array of bytes with the AssetBundle data.\n \n```\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - } - ], - "name": "AssetBundle", - "comment": "AssetBundles let you stream additional assets via the UnityWebRequest class and instantiate them at runtime. AssetBundles are created via BuildPipeline.BuildAssetBundle.\n\n", - "location": "UnityEngine.AssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "Directional", - "comment": "An infinite directional light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "Point", - "comment": "A point light emitting light in all directions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "Spot", - "comment": "A spot light emitting light in a direction with a cone shaped opening angle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "Rectangle", - "comment": "A light shaped like a rectangle emitting light into the hemisphere that it is facing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "Disc", - "comment": "A light shaped like a disc emitting light into the hemisphere that it is facing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "SpotPyramidShape", - "comment": "A pyramid-shaped spot light. This type is only compatible with Scriptable Render Pipelines; it is not compatible with the built-in render pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "SpotBoxShape", - "comment": "A box-shaped spot light. This type is only compatible with Scriptable Render Pipelines; it is not compatible with the built-in render pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightType", - "comment": "The light type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "version", - "comment": "Version of Unity API.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "version", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a new instance of UnityAPICompatibilityVersionAttribute. This overload has been deprecated.\n\n```plaintext\nParams: version - Unity version that this assembly is compatible with.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "version", "typeName": "string" }, - { "name": "checkOnlyUnityVersion", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a new instance of UnityAPICompatibilityVersionAttribute.\n\n```plaintext\nParams: version - Unity version that this assembly is compatible with.\n checkOnlyUnityVersion - Must be set to true.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "version", "typeName": "string" }, - { "name": "configurationAssembliesHashes", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a new instance of UnityAPICompatibilityVersionAttribute. This constructor is used by internal tooling.\n\n```plaintext\nParams: version - Unity version that this assembly is compatible with.\n configurationAssembliesHashes - A comma-separated list comprised of the assembly name and attribute hash pairs. For example, assemblyname:hash,assemblyname:hash.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityAPICompatibilityVersionAttribute", - "comment": "Declares an assembly to be compatible (API wise) with a specific Unity API. Used by internal tools to avoid processing the assembly in order to decide whether assemblies may be using old Unity API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "Realtime", - "comment": "The light is realtime. No contribution will be baked in lightmaps or light probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "Mixed", - "comment": "The light is mixed. Mixed lights are interpreted based on the global light mode setting in the lighting window.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "Baked", - "comment": "The light is fully baked and has no realtime component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "Unknown", - "comment": "The light should be ignored by the baking backends.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightMode", - "comment": "The lightmode. A light can be realtime, mixed, baked or unknown. Unknown lights will be ignored by the baking backends.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.HideFlags", - "name": "None", - "comment": "A normal, visible object. This is the default.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "HideInHierarchy", - "comment": "The object will not appear in the hierarchy.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "HideInInspector", - "comment": "It is not possible to view it in the inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "DontSaveInEditor", - "comment": "The object will not be saved to the Scene in the editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "NotEditable", - "comment": "The object will not be editable in the inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "DontSaveInBuild", - "comment": "The object will not be saved when building a player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "DontUnloadUnusedAsset", - "comment": "The object will not be unloaded by Resources.UnloadUnusedAssets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "DontSave", - "comment": "The object will not be saved to the Scene. It will not be destroyed when a new Scene is loaded. It is a shortcut for HideFlags.DontSaveInBuild | HideFlags.DontSaveInEditor | HideFlags.DontUnloadUnusedAsset.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "HideAndDontSave", - "comment": "The GameObject is not shown in the Hierarchy, not saved to to Scenes, and not unloaded by Resources.UnloadUnusedAssets.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.HideFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "HideFlags", - "comment": "Bit mask that controls object destruction, saving and visibility in inspectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HideFlags", - "name": "hideFlags", - "comment": "Should the object be hidden, saved with the Scene or modifiable by the user?\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetInstanceID", - "comment": "Returns the instance id of the object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "exists", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "original", "typeName": "UnityEngine.Object" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "original", "typeName": "UnityEngine.Object" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "parent", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "original", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "Instantiate", - "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "original", "typeName": "UnityEngine.Object" }, - { "name": "parent", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "original", "typeName": "UnityEngine.Object" }, - { "name": "parent", "typeName": "UnityEngine.Transform" }, - { "name": "instantiateInWorldSpace", "typeName": "bool" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "original", "typeName": "T" }], - "isStatic": true, - "name": "Instantiate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "original", "typeName": "T" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "original", "typeName": "T" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, - { "name": "parent", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "original", "typeName": "T" }, - { "name": "parent", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "original", "typeName": "T" }, - { "name": "parent", "typeName": "UnityEngine.Transform" }, - { "name": "worldPositionStays", "typeName": "bool" } - ], - "isStatic": true, - "name": "Instantiate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "Destroy", - "comment": "Removes a GameObject, component or asset.\n\n```plaintext\nParams: obj - The object to destroy.\n t - The optional amount of time to delay before destroying the object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "Destroy", - "comment": "Removes a GameObject, component or asset.\n\n```plaintext\nParams: obj - The object to destroy.\n t - The optional amount of time to delay before destroying the object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "allowDestroyingAssets", "typeName": "bool" } - ], - "isStatic": true, - "name": "DestroyImmediate", - "comment": "Destroys the object obj immediately. You are strongly recommended to use Destroy instead.\n\n```plaintext\nParams: obj - Object to be destroyed.\n allowDestroyingAssets - Set to true to allow assets to be destroyed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "DestroyImmediate", - "comment": "Destroys the object obj immediately. You are strongly recommended to use Destroy instead.\n\n```plaintext\nParams: obj - Object to be destroyed.\n allowDestroyingAssets - Set to true to allow assets to be destroyed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "FindObjectsOfType", - "comment": "The array of objects found matching the type specified.\n\n```plaintext\nParams: type - The type of object to find.\n includeInactive - If true, components attached to inactive GameObjects are also included.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "FindObjectsOfType", - "comment": "The array of objects found matching the type specified.\n\n```plaintext\nParams: type - The type of object to find.\n includeInactive - If true, components attached to inactive GameObjects are also included.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "DontDestroyOnLoad", - "comment": "Do not destroy the target Object when loading a new Scene.\n\n```plaintext\nParams: target - An Object not destroyed on Scene change.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "obj", "typeName": "UnityEngine.Object" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": true, - "name": "DestroyObject", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "DestroyObject", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "FindSceneObjectsOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "FindObjectsOfTypeIncludingAssets", - "comment": "The array of objects and assets found matching the type specified.\n\n```plaintext\nParams: type - The type of object or asset to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "FindObjectsOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": true, - "name": "FindObjectsOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": true, - "name": "FindObjectOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "includeInactive", "typeName": "bool" }], - "isStatic": true, - "name": "FindObjectOfType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "FindObjectsOfTypeAll", - "comment": "The array of objects found matching the type specified.\n\n```plaintext\nParams: type - The type of object to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "FindObjectOfType", - "comment": "Object The first active loaded object that matches the specified type. It returns null if no Object matches the type.\n\n```plaintext\nParams: type - The type of object to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "includeInactive", "typeName": "bool" } - ], - "isStatic": true, - "name": "FindObjectOfType", - "comment": "Object The first active loaded object that matches the specified type. It returns null if no Object matches the type.\n\n```plaintext\nParams: type - The type of object to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "The name returned by ToString.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.Object" }, - { "name": "y", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "UnityEngine.Object" }, - { "name": "y", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Object", - "comment": "Base class for all objects Unity can reference.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "InverseSquared", - "comment": "Inverse squared distance falloff model.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "InverseSquaredNoRangeAttenuation", - "comment": "Inverse squared distance falloff model (without smooth range attenuation).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "Linear", - "comment": "Linear falloff model.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "Legacy", - "comment": "Quadratic falloff model.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "Undefined", - "comment": "Falloff model is undefined.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FalloffType", - "comment": "Available falloff models for baking.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.YieldInstruction", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitForEndOfFrame", - "comment": "Waits until the end of the frame after Unity has rendererd every Camera and GUI, just before displaying the frame on screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.YieldInstruction", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitForFixedUpdate", - "comment": "Waits until next fixed frame rate update function. See Also: MonoBehaviour.FixedUpdate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", - "name": "LUT", - "comment": "Uses a lookup table to calculate falloff and does not support the inner angle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", - "name": "AnalyticAndInnerAngle", - "comment": "No falloff inside inner angle then compute falloff using analytic formula.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AngularFalloffType", - "comment": "Sets the method to use to compute the angular attenuation of spot lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.YieldInstruction", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "seconds", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Suspends the coroutine execution for the given amount of seconds using scaled time.\n\n```plaintext\nParams: seconds - Delay execution by the amount of time in seconds.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitForSeconds", - "comment": "Suspends the coroutine execution for the given amount of seconds using scaled time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "red", - "comment": "The red color value in the range of 0.0 to 1.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "green", - "comment": "The green color value in the range of 0.0 to 1.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "blue", - "comment": "The blue color value in the range of 0.0 to 1.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "intensity", - "comment": "The intensity value used to scale the red, green and blue values.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LinearColor", - "params": [ - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "intensity", "typeName": "float" } - ], - "isStatic": true, - "name": "Convert", - "comment": "Returns the normalized linear color value.\n\n```plaintext\nParams: color - Light color.\n intensity - Light intensity.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LinearColor", - "params": [], - "isStatic": true, - "name": "Black", - "comment": "Returns a black color.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LinearColor", - "comment": "Contains normalized linear color values for red, green, blue in the range of 0 to 1, and an additional intensity value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "float", - "name": "waitTime", - "comment": "The given amount of seconds that the yield instruction will wait for.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "time", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a yield instruction to wait for a given number of seconds using unscaled time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitForSecondsRealtime", - "comment": "Suspends the coroutine execution for the given amount of seconds using unscaled time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "predicate", "typeName": "System.Func" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitUntil", - "comment": "Suspends the coroutine execution until the supplied delegate evaluates to true.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "True if the light casts shadows, otherwise False.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position. Only relevant for cookie placement.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation. Only relevant for cookie placement.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "penumbraWidthRadian", - "comment": "The penumbra width for soft shadows in radians.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "direction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectionalLight", - "comment": "A helper structure used to initialize a LightDataGI structure as a directional light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator"], - "fields": [ - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "predicate", "typeName": "System.Func" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitWhile", - "comment": "Suspends the coroutine execution until the supplied delegate evaluates to false.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "True if the light casts shadows, otherwise False.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The light's range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "sphereRadius", - "comment": "The light's sphere radius, influencing soft shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "falloff", - "comment": "The falloff model to use for baking the point light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PointLight", - "comment": "A helper structure used to initialize a LightDataGI structure as a point light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "YieldInstruction", - "comment": "Base class for all yield instructions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", - "name": "mode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "TrackballAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Assembly", - "params": [ - { "name": "assemblyData", "typeName": "byte[]" }, - { "name": "authorizationKey", "typeName": "string" } - ], - "isStatic": true, - "name": "LoadAndVerifyAssembly", - "comment": "Loaded, verified, assembly, or null if the assembly cannot be verfied.\n\n```plaintext\nParams: assemblyData - Assembly to verify.\n authorizationKey - Public key used to verify assembly.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Assembly", - "params": [{ "name": "assemblyData", "typeName": "byte[]" }], - "isStatic": true, - "name": "LoadAndVerifyAssembly", - "comment": "Loaded, verified, assembly, or null if the assembly cannot be verfied.\n\n```plaintext\nParams: assemblyData - Assembly to verify.\n authorizationKey - Public key used to verify assembly.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ip", "typeName": "string" }, - { "name": "atPort", "typeName": "int" } - ], - "isStatic": true, - "name": "PrefetchSocketPolicy", - "comment": "Prefetch the webplayer socket security policy from a non-default port number.\n\n```plaintext\nParams: ip - IP address of server.\n atPort - Port from where socket policy is read.\n timeout - Time to wait for response.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ip", "typeName": "string" }, - { "name": "atPort", "typeName": "int" }, - { "name": "timeout", "typeName": "int" } - ], - "isStatic": true, - "name": "PrefetchSocketPolicy", - "comment": "Prefetch the webplayer socket security policy from a non-default port number.\n\n```plaintext\nParams: ip - IP address of server.\n atPort - Port from where socket policy is read.\n timeout - Time to wait for response.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Security", - "comment": "Webplayer security related class. Not supported from 5.4.0 onwards.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "True if the light casts shadows, otherwise False.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The light's range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "sphereRadius", - "comment": "The light's sphere radius, influencing soft shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "coneAngle", - "comment": "The outer angle for the spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "innerConeAngle", - "comment": "The inner angle for the spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "falloff", - "comment": "The falloff model to use for baking the spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", - "name": "angularFalloff", - "comment": "The angular falloff model to use for baking the spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpotLight", - "comment": "A helper structure used to initialize a LightDataGI structure as a spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Type", - "params": [ - { "name": "typeName", "typeName": "string" }, - { "name": "assemblyName", "typeName": "string" } - ], - "isStatic": true, - "name": "GetType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Types", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "True if the light casts shadows, otherwise False.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The light's range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "The width of the rectangle light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the rectangle light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "falloff", - "comment": "The falloff model to use for baking the rectangular light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RectangleLight", - "comment": "A helper structure used to initialize a LightDataGI structure as a rectangle light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SerializeField", - "comment": "Force Unity to serialize a private field.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SerializeReference", - "comment": "A that instructs Unity to serialize a field as a reference instead of as a value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PreferBinarySerialization", - "comment": "Prefer ScriptableObject derived type to use binary serialization regardless of project's asset serialization mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "True if the light casts shadows, otherwise False.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The light's range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the disc light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "falloff", - "comment": "The falloff model to use for baking the disc light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DiscLight", - "comment": "A helper structure used to initialize a LightDataGI structure as a disc light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnBeforeSerialize", - "comment": "Implement this method to receive a callback before Unity serializes your object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnAfterDeserialize", - "comment": "Implement this method to receive a callback after Unity deserializes your object.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ISerializationCallbackReceiver", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "Specifies whether the light casts shadows or not. This is true if the light does cast shadows and false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The light's range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "The width of the box light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the box light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpotLightBoxShape", - "comment": "Use this Struct to help initialize a LightDataGI structure as a box-shaped spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "count", - "comment": "Number of elements in the buffer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "stride", - "comment": "Size of one element in the buffer (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "The debug label for the ComputeBuffer. This name shows up in profiling and frame debugger tools, wherever supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "count", "typeName": "int" }, - { "name": "stride", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a Compute Buffer.\n\n```plaintext\nParams: count - Number of elements in the buffer.\n stride - Size of one element in the buffer. Has to match size of buffer type in the shader. See for cross-platform compatibility information.\n type - Type of the buffer, default is ComputeBufferType.Default (structured buffer).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "count", "typeName": "int" }, - { "name": "stride", "typeName": "int" }, - { "name": "type", "typeName": "UnityEngine.ComputeBufferType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a Compute Buffer.\n\n```plaintext\nParams: count - Number of elements in the buffer.\n stride - Size of one element in the buffer. Has to match size of buffer type in the shader. See for cross-platform compatibility information.\n type - Type of the buffer, default is ComputeBufferType.Default (structured buffer).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "count", "typeName": "int" }, - { "name": "stride", "typeName": "int" }, - { "name": "type", "typeName": "UnityEngine.ComputeBufferType" }, - { "name": "usage", "typeName": "UnityEngine.ComputeBufferMode" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "Release a Compute Buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Returns true if this compute buffer is valid and false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "System.Array" }], - "isStatic": false, - "name": "SetData", - "comment": "Set the buffer with values from an array.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Array" }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "computeBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "Partial copy of data values from an array into the buffer.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n managedBufferStartIndex - The first element index in data to copy to the compute buffer.\n computeBufferStartIndex - The first element index in compute buffer to receive the data.\n count - The number of elements to copy.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "computeBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "nativeBufferStartIndex", "typeName": "int" }, - { "name": "computeBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "System.Array" }], - "isStatic": false, - "name": "GetData", - "comment": "Read data values from the buffer into an array. The array can only use blittable types.\n\n```plaintext\nParams: data - An array to receive the data.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "System.Array" }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "computeBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "GetData", - "comment": "Partial read of data values from the buffer into an array.\n\n```plaintext\nParams: data - An array to receive the data.\n managedBufferStartIndex - The first element index in data where retrieved elements are copied.\n computeBufferStartIndex - The first element index of the compute buffer from which elements are read.\n count - The number of elements to retrieve.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "computeBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "BeginWrite", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "countWritten", "typeName": "int" }], - "isStatic": false, - "name": "EndWrite", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "counterValue", "typeName": "uint" }], - "isStatic": false, - "name": "SetCounterValue", - "comment": "Sets counter value of append/consume buffer.\n\n```plaintext\nParams: counterValue - Value of the append/consume counter.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dstOffsetBytes", "typeName": "int" } - ], - "isStatic": true, - "name": "CopyCount", - "comment": "Copy counter value of append/consume buffer into another buffer.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetNativeBufferPtr", - "comment": "Pointer to the underlying graphics API buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ComputeBuffer", - "comment": "GPU data buffer, mostly for use with compute shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "shadow", - "comment": "Specifies whether the light casts shadows or not. This is true if the light does cast shadows and false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The light's position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The light's orientation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The direct light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect light color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The light's range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "angle", - "comment": "The opening angle of the shorter side of the pyramid light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "aspectRatio", - "comment": "The aspect ratio for the pyramid shape. Values larger than 1 extend the width and values between 0 and 1 extend the height.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "falloff", - "comment": "The falloff model to use for baking the pyramid light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpotLightPyramidShape", - "comment": "Use this Struct to help initialize a LightDataGI structure as a pyramid-shaped spot light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string[]", - "name": "shaderKeywords", - "comment": "An array containing the names of the local shader keywords that are currently enabled for this compute shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "FindKernel", - "comment": "The Kernel index, or logs a \"FindKernel failed\" error message if the kernel is not found.\n\n```plaintext\nParams: name - Name of kernel function.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "HasKernel", - "comment": "True if the kernel is found, false otherwise.\n\n```plaintext\nParams: name - The name of the kernel to look for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Set a float parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Set an integer parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Set a vector parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Set a Matrix parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Set a vector array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Set a Matrix array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "globalTextureNameID", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTextureFromGlobal", - "comment": "Set a texture parameter from a global texture property.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n globalTextureName - Global texture property to assign to shader.\n globalTextureNameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "x", "typeName": "uint" }, - { "name": "y", "typeName": "uint" }, - { "name": "z", "typeName": "uint" } - ], - "isStatic": false, - "name": "GetKernelThreadGroupSizes", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "threadGroupsX", "typeName": "int" }, - { "name": "threadGroupsY", "typeName": "int" }, - { "name": "threadGroupsZ", "typeName": "int" } - ], - "isStatic": false, - "name": "Dispatch", - "comment": "Execute a compute shader.\n\n```plaintext\nParams: kernelIndex - Which kernel to execute. A single compute shader asset can have multiple kernel entry points.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "EnableKeyword", - "comment": "Enables a local shader keyword for this compute shader.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to enable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "DisableKeyword", - "comment": "Disables a local shader keyword for this compute shader.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to disable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "IsKeywordEnabled", - "comment": "Returns true if the given local shader keyword is enabled for this compute shader. Otherwise, returns false.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Set a float parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Set an integer parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Set a vector parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Set a Matrix parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Set a vector array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Set a Matrix array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloats", - "comment": "Set multiple consecutive float parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloats", - "comment": "Set multiple consecutive float parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetInts", - "comment": "Set multiple consecutive integer parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetInts", - "comment": "Set multiple consecutive integer parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Set a bool parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Set a bool parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "texture", "typeName": "UnityEngine.Texture" }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "texture", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mipLevel", "typeName": "int" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "texture", "typeName": "UnityEngine.RenderTexture" }, - { "name": "mipLevel", "typeName": "int" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "globalTextureName", "typeName": "string" } - ], - "isStatic": false, - "name": "SetTextureFromGlobal", - "comment": "Set a texture parameter from a global texture property.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n globalTextureName - Global texture property to assign to shader.\n globalTextureNameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "argsBuffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "argsOffset", "typeName": "uint" } - ], - "isStatic": false, - "name": "DispatchIndirect", - "comment": "Execute a compute shader.\n\n```plaintext\nParams: kernelIndex - Which kernel to execute. A single compute shader asset can have multiple kernel entry points.\n argsBuffer - Buffer with dispatch arguments.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "argsBuffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "DispatchIndirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "argsBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "argsOffset", "typeName": "uint" } - ], - "isStatic": false, - "name": "DispatchIndirect", - "comment": "Execute a compute shader.\n\n```plaintext\nParams: kernelIndex - Which kernel to execute. A single compute shader asset can have multiple kernel entry points.\n argsBuffer - Buffer with dispatch arguments.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "kernelIndex", "typeName": "int" }, - { "name": "argsBuffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "DispatchIndirect", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ComputeShader", - "comment": "Compute Shader asset.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The cookie texture's instance id projected by the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "scale", - "comment": "The uniform scale factor for downscaling cookies during lightmapping. Can be used as an optimization when full resolution cookies are not needed for indirect lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "sizes", - "comment": "The scale factors controlling how the directional light's cookie is projected into the scene. This parameter should be set to 1 for all other light types.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Cookie", - "params": [], - "isStatic": true, - "name": "Defaults", - "comment": "Returns a default initialized cookie helper struct.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Cookie", - "comment": "A helper structure used to initialize a LightDataGI structure with cookie information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "shaderCount", - "comment": "Number of shaders in this collection (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "variantCount", - "comment": "Number of total varians in this collection (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isWarmedUp", - "comment": "Is this ShaderVariantCollection already warmed up? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Remove all shader variants from the collection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WarmUp", - "comment": "Prewarms all shader variants in this shader variant collection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty shader variant collection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "variant", - "typeName": "UnityEngine.ShaderVariantCollection.ShaderVariant" - } - ], - "isStatic": false, - "name": "Add", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "variant", - "typeName": "UnityEngine.ShaderVariantCollection.ShaderVariant" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "variant", - "typeName": "UnityEngine.ShaderVariantCollection.ShaderVariant" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderVariantCollection", - "comment": "ShaderVariantCollection records which shader variants are actually used in each shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "instanceID", - "comment": "The light's instanceID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cookieID", - "comment": "The cookie texture's instance id projected by the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "cookieScale", - "comment": "The uniform scale factor for downscaling cookies during lightmapping. Can be used as an optimization when full resolution cookies are not needed for indirect lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "color", - "comment": "The color of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", - "name": "indirectColor", - "comment": "The indirect color of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "The orientation of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "The range of the light. Unused for directional lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "coneAngle", - "comment": "The cone angle for spot lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "innerConeAngle", - "comment": "The inner cone angle for spot lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shape0", - "comment": "The light's sphere radius for point and spot lights, or the width for rectangle lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shape1", - "comment": "The height for rectangle lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", - "name": "type", - "comment": "The type of the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", - "name": "mode", - "comment": "The lightmap mode for the light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "shadow", - "comment": "Set to 1 for shadow casting lights, 0 otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", - "name": "falloff", - "comment": "The falloff model to use for baking point and spot lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.PointLight" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLight" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.DiscLight" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightBoxShape" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightPyramidShape" - }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.PointLight" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLight" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.DiscLight" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightBoxShape" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "light", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightPyramidShape" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "lightInstanceID", "typeName": "int" }], - "isStatic": false, - "name": "InitNoBake", - "comment": "Initialize a light so that the baking backends ignore it.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightDataGI", - "comment": "The interop structure to pass light information to the light baking backends. There are helper structures for Directional, Point, Spot and Rectangle lights to correctly initialize this structure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "LightMode", - "params": [ - { "name": "baketype", "typeName": "UnityEngine.LightmapBakeType" } - ], - "isStatic": true, - "name": "Extract", - "comment": "Returns the light's light mode.\n\n```plaintext\nParams: baketype - The lights baketype.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LinearColor", - "params": [{ "name": "l", "typeName": "UnityEngine.Light" }], - "isStatic": true, - "name": "ExtractIndirect", - "comment": "Extracts the indirect color from a light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "l", "typeName": "UnityEngine.Light" }], - "isStatic": true, - "name": "ExtractInnerCone", - "comment": "Extracts the inner cone angle of spot lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "l", "typeName": "UnityEngine.Light" }, - { - "name": "dir", - "typeName": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" - } - ], - "isStatic": true, - "name": "Extract", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "l", "typeName": "UnityEngine.Light" }, - { - "name": "point", - "typeName": "UnityEngine.Experimental.GlobalIllumination.PointLight" - } - ], - "isStatic": true, - "name": "Extract", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "l", "typeName": "UnityEngine.Light" }, - { - "name": "spot", - "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLight" - } - ], - "isStatic": true, - "name": "Extract", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "l", "typeName": "UnityEngine.Light" }, - { - "name": "rect", - "typeName": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" - } - ], - "isStatic": true, - "name": "Extract", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "l", "typeName": "UnityEngine.Light" }, - { - "name": "disc", - "typeName": "UnityEngine.Experimental.GlobalIllumination.DiscLight" - } - ], - "isStatic": true, - "name": "Extract", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "l", "typeName": "UnityEngine.Light" }, - { - "name": "cookie", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" - } - ], - "isStatic": true, - "name": "Extract", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmapperUtils", - "comment": "Utility class for converting Unity Lights to light types recognized by the baking backends.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "del", - "typeName": "UnityEngine.Experimental.GlobalIllumination.Lightmapping.RequestLightsDelegate" - } - ], - "isStatic": true, - "name": "SetDelegate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RequestLightsDelegate", - "params": [], - "isStatic": true, - "name": "GetDelegate", - "comment": "Returns the currently set conversion delegate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetDelegate", - "comment": "Resets the light conversion delegate to Unity's default conversion function.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Lightmapping", - "comment": "Interface to the light baking backends.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", - "name": "None", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", - "name": "Lift", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", - "name": "Gamma", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", - "name": "Gain", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Mode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Shader", - "name": "shader", - "comment": "Shader to use in this variant.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "passType", - "comment": "Pass type to use in this variant.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string[]", - "name": "keywords", - "comment": "Array of shader keywords to use in this variant.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { - "name": "passType", - "typeName": "UnityEngine.Rendering.PassType" - }, - { "name": "keywords", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a ShaderVariant structure.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderVariant", - "comment": "Identifies a specific variant of a shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionMode", - "name": "ScalableAmbientObscurance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionMode", - "name": "MultiScaleVolumetricObscurance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "AmbientOcclusionMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SnapAxis", - "name": "None", - "comment": "No axes support snapping.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SnapAxis", - "name": "X", - "comment": "Snapping is available only on the \\x\\ axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SnapAxis", - "name": "Y", - "comment": "Snapping is available only on the \\y\\ axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SnapAxis", - "name": "Z", - "comment": "Snapping is available only on the \\z\\ axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SnapAxis", - "name": "All", - "comment": "Snapping is available on all axes: x, y, and z.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SnapAxis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SnapAxis", - "comment": "Defines the axes that can be snapped.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [ - { "name": "val", "typeName": "float" }, - { "name": "snap", "typeName": "float" } - ], - "isStatic": true, - "name": "Snap", - "comment": "The rounded value.\n\n```plaintext\nParams: val - The value to round.\n snap - The increment to round to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "val", "typeName": "UnityEngine.Vector2" }, - { "name": "snap", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Snap", - "comment": "The rounded value.\n\n```plaintext\nParams: val - The value to round.\n snap - The increment to round to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "val", "typeName": "UnityEngine.Vector3" }, - { "name": "snap", "typeName": "UnityEngine.Vector3" }, - { "name": "axis", "typeName": "UnityEngine.SnapAxis" } - ], - "isStatic": true, - "name": "Snap", - "comment": "The rounded value.\n\n```plaintext\nParams: val - The value to round.\n snap - The increment to round to.\n axis - Restrict snapping to the components on these axes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Snapping", - "comment": "Snap values to rounded increments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "staticBatchRoot", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": true, - "name": "Combine", - "comment": "StaticBatchingUtility.Combine prepares all children of the staticBatchRoot for static batching.\n\n```plaintext\nParams: staticBatchRoot - The GameObject that should become the root of the combined batch.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gos", "typeName": "UnityEngine.GameObject[]" }, - { "name": "staticBatchRoot", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": true, - "name": "Combine", - "comment": "StaticBatchingUtility.Combine prepares all GameObjects contained in gos for static batching. staticBatchRoot is treated as their parent.\n\n```plaintext\nParams: gos - The GameObjects to prepare for static batching.\n staticBatchRoot - The GameObject that should become the root of the combined batch.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StaticBatchingUtility", - "comment": "StaticBatchingUtility can prepare your objects to take advantage of Unity's static batching.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "requests", "typeName": "UnityEngine.Light[]" }, - { - "name": "lightsOutput", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "requests", "typeName": "UnityEngine.Light[]" }, - { - "name": "lightsOutput", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequestLightsDelegate", - "comment": "Delegate called when converting lights into a form that the baking backends understand.\n\n```plaintext\nParams: requests - The list of lights to be converted.\n lightsOutput - The output generated by the delegate function. Lights that should be skipped must be added to the output, initialized with InitNoBake on the LightDataGI structure.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.GlobalIllumination", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useRadianceAmbientProbe", - "comment": "If enabled, ambient trilight will be sampled using the old radiance sampling method.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderSettings", - "comment": "Experimental render settings features.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", - "name": "Lowest", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", - "name": "Low", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", - "name": "Medium", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", - "name": "High", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", - "name": "Ultra", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "AmbientOcclusionQuality", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.BatteryStatus", - "name": "Unknown", - "comment": "The device's battery status cannot be determined. If battery status is not available on your target platform, SystemInfo.batteryStatus will return this value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BatteryStatus", - "name": "Charging", - "comment": "Device is plugged in and charging.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BatteryStatus", - "name": "Discharging", - "comment": "Device is unplugged and discharging.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BatteryStatus", - "name": "NotCharging", - "comment": "Device is plugged in, but is not charging.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BatteryStatus", - "name": "Full", - "comment": "Device is plugged in and the battery is full.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.BatteryStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BatteryStatus", - "comment": "Enumeration for SystemInfo.batteryStatus which represents the current status of the device's battery.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.OperatingSystemFamily", - "name": "Other", - "comment": "Returned for operating systems that do not fall into any other category.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.OperatingSystemFamily", - "name": "MacOSX", - "comment": "macOS operating system family.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.OperatingSystemFamily", - "name": "Windows", - "comment": "Windows operating system family.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.OperatingSystemFamily", - "name": "Linux", - "comment": "Linux operating system family.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.OperatingSystemFamily", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OperatingSystemFamily", - "comment": "Enumeration for SystemInfo.operatingSystemFamily.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.DeviceType", - "name": "Unknown", - "comment": "Device type is unknown. You should never see this in practice.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DeviceType", - "name": "Handheld", - "comment": "A handheld device like mobile phone or a tablet.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DeviceType", - "name": "Console", - "comment": "A stationary gaming console.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DeviceType", - "name": "Desktop", - "comment": "Desktop or laptop computer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.DeviceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DeviceType", - "comment": "Enumeration for SystemInfo.deviceType, denotes a coarse grouping of kinds of devices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "unsupportedIdentifier", - "comment": "Value returned by SystemInfo string properties which are not supported on the current platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "batteryLevel", - "comment": "The current battery level (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.BatteryStatus", - "name": "batteryStatus", - "comment": "Returns the current status of the device's battery (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "operatingSystem", - "comment": "Operating system name with version (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.OperatingSystemFamily", - "name": "operatingSystemFamily", - "comment": "Returns the operating system family the game is running on (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "processorType", - "comment": "Processor name (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "processorFrequency", - "comment": "Processor frequency in MHz (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "processorCount", - "comment": "Number of processors present (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "systemMemorySize", - "comment": "Amount of system memory present (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "deviceUniqueIdentifier", - "comment": "A unique device identifier. It is guaranteed to be unique for every device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "deviceName", - "comment": "The user defined name of the device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "deviceModel", - "comment": "The model of the device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsAccelerometer", - "comment": "Is an accelerometer available on the device?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsGyroscope", - "comment": "Is a gyroscope available on the device?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsLocationService", - "comment": "Is the device capable of reporting its location?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsVibration", - "comment": "Is the device capable of providing the user haptic feedback by vibration?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsAudio", - "comment": "Is there an Audio device available for playback? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DeviceType", - "name": "deviceType", - "comment": "Returns the kind of device the application is running on (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "graphicsMemorySize", - "comment": "Amount of video memory present (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "graphicsDeviceName", - "comment": "The name of the graphics device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "graphicsDeviceVendor", - "comment": "The vendor of the graphics device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "graphicsDeviceID", - "comment": "The identifier code of the graphics device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "graphicsDeviceVendorID", - "comment": "The identifier code of the graphics device vendor (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "graphicsDeviceType", - "comment": "The graphics API type used by the graphics device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "graphicsUVStartsAtTop", - "comment": "Returns true if the texture UV coordinate convention for this platform has Y starting at the top of the image.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "graphicsDeviceVersion", - "comment": "The graphics API type and driver version used by the graphics device (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "graphicsShaderLevel", - "comment": "Graphics device shader capability level (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "graphicsMultiThreaded", - "comment": "Is graphics device using multi-threaded rendering (Read Only)?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "renderingThreadingMode", - "comment": "Application's actual rendering threading mode (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasHiddenSurfaceRemovalOnGPU", - "comment": "True if the GPU supports hidden surface removal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasDynamicUniformArrayIndexingInFragmentShaders", - "comment": "Returns true when the GPU has native support for indexing uniform arrays in fragment shaders without restrictions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsShadows", - "comment": "Are built-in shadows supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsRawShadowDepthSampling", - "comment": "Is sampling raw depth from shadowmaps supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsMotionVectors", - "comment": "Whether motion vectors are supported on this platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supports3DTextures", - "comment": "Are 3D (volume) textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsCompressed3DTextures", - "comment": "Are compressed formats for 3D (volume) textures supported? (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supports2DArrayTextures", - "comment": "Are 2D Array textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supports3DRenderTextures", - "comment": "Are 3D (volume) RenderTextures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsCubemapArrayTextures", - "comment": "Are Cubemap Array textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "copyTextureSupport", - "comment": "Support for various Graphics.CopyTexture cases (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsComputeShaders", - "comment": "Are compute shaders supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsConservativeRaster", - "comment": "Is conservative rasterization supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsMultiview", - "comment": "Boolean that indicates whether Multiview is supported (true if supported, false if not supported). (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsGeometryShaders", - "comment": "Are geometry shaders supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsTessellationShaders", - "comment": "Are tessellation shaders supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsRenderTargetArrayIndexFromVertexShader", - "comment": "Boolean that indicates if SV_RenderTargetArrayIndex can be used in a vertex shader (true if it can be used, false if not).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsInstancing", - "comment": "Is GPU draw call instancing supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsHardwareQuadTopology", - "comment": "Does the hardware support quad topology? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supports32bitsIndexBuffer", - "comment": "Are 32-bit index buffers supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsSparseTextures", - "comment": "Are sparse textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "supportedRenderTargetCount", - "comment": "How many simultaneous render targets (MRTs) are supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsSeparatedRenderTargetsBlend", - "comment": "Returns true when the platform supports different blend modes when rendering to multiple render targets, or false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "supportedRandomWriteTargetCount", - "comment": "The maximum number of random write targets (UAV) that Unity supports simultaneously. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "supportsMultisampledTextures", - "comment": "Are multisampled textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsMultisampled2DArrayTextures", - "comment": "Boolean that indicates whether multisampled texture arrays are supported (true if supported, false if not supported).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsMultisampleAutoResolve", - "comment": "Returns true if multisampled textures are resolved automatically\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "supportsTextureWrapMirrorOnce", - "comment": "Returns true if the 'Mirror Once' texture wrap mode is supported. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "usesReversedZBuffer", - "comment": "This property is true if the current platform uses a reversed depth buffer (where values range from 1 at the near plane and 0 at far plane), and false if the depth buffer is normal (0 is near, 1 is far). (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.NPOTSupport", - "name": "npotSupport", - "comment": "What NPOT (non-power of two size) texture support does the GPU provide? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxTextureSize", - "comment": "Maximum texture size (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxCubemapSize", - "comment": "Maximum Cubemap texture size (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeBufferInputsVertex", - "comment": "Determines how many compute buffers Unity supports simultaneously in a vertex shader for reading. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeBufferInputsFragment", - "comment": "Determines how many compute buffers Unity supports simultaneously in a fragment shader for reading. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeBufferInputsGeometry", - "comment": "Determines how many compute buffers Unity supports simultaneously in a geometry shader for reading. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeBufferInputsDomain", - "comment": "Determines how many compute buffers Unity supports simultaneously in a domain shader for reading. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeBufferInputsHull", - "comment": "Determines how many compute buffers Unity supports simultaneously in a hull shader for reading. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeBufferInputsCompute", - "comment": "Determines how many compute buffers Unity supports simultaneously in a compute shader for reading. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeWorkGroupSize", - "comment": "The largest total number of invocations in a single local work group that can be dispatched to a compute shader (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeWorkGroupSizeX", - "comment": "The maximum number of work groups that a compute shader can use in X dimension (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeWorkGroupSizeY", - "comment": "The maximum number of work groups that a compute shader can use in Y dimension (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxComputeWorkGroupSizeZ", - "comment": "The maximum number of work groups that a compute shader can use in Z dimension (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsAsyncCompute", - "comment": "Returns true when the platform supports asynchronous compute queues and false if otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsGpuRecorder", - "comment": "Specifies whether the current platform supports the GPU Recorder or not. (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsGraphicsFence", - "comment": "Returns true when the platform supports GraphicsFences, and false if otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsAsyncGPUReadback", - "comment": "Returns true if asynchronous readback of GPU data is available for this device and false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsRayTracing", - "comment": "Checks if ray tracing is supported by the current configuration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsSetConstantBuffer", - "comment": "Does the current renderer support binding constant buffers directly? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "constantBufferOffsetAlignment", - "comment": "Minimum buffer offset (in bytes) when binding a constant buffer using Shader.SetConstantBuffer or Material.SetConstantBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "minConstantBufferOffsetAlignment", - "comment": "Obsolete - use SystemInfo.constantBufferOffsetAlignment instead. Minimum buffer offset (in bytes) when binding a constant buffer using Shader.SetConstantBuffer or Material.SetConstantBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasMipMaxLevel", - "comment": "Returns true if the GPU supports partial mipmap chains (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsMipStreaming", - "comment": "Is streaming of texture mip maps supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "usesLoadStoreActions", - "comment": "True if the Graphics API takes RenderBufferLoadAction and RenderBufferStoreAction into account, false if otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.HDRDisplaySupportFlags", - "name": "hdrDisplaySupportFlags", - "comment": "Returns a bitwise combination of HDRDisplaySupportFlags describing the support for HDR displays on the system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsStoreAndResolveAction", - "comment": "This property is true if the graphics API of the target build platform takes RenderBufferStoreAction.StoreAndResolve into account, false if otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsRenderTextures", - "comment": "Are render textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsRenderToCubemap", - "comment": "Are cubemap render textures supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsImageEffects", - "comment": "Are image effects supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "supportsStencil", - "comment": "Is the stencil buffer supported? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "graphicsPixelFillrate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsVertexPrograms", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "supportsGPUFence", - "comment": "This functionality is deprecated, and should no longer be used. Please use SystemInfo.supportsGraphicsFence.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": true, - "name": "SupportsRenderTextureFormat", - "comment": "True if the format is supported.\n\n```plaintext\nParams: format - The format to look up.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": true, - "name": "SupportsBlendingOnRenderTextureFormat", - "comment": "True if blending is supported on the given format.\n\n```plaintext\nParams: format - The format to look up.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "format", "typeName": "UnityEngine.TextureFormat" } - ], - "isStatic": true, - "name": "SupportsTextureFormat", - "comment": "True if the format is supported.\n\n```plaintext\nParams: format - The TextureFormat format to look up.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Rendering.VertexAttributeFormat" - }, - { "name": "dimension", "typeName": "int" } - ], - "isStatic": true, - "name": "SupportsVertexAttributeFormat", - "comment": "True if the format with the given dimension is supported.\n\n```plaintext\nParams: format - The VertexAttributeFormat format to look up.\n dimension - The dimension of vertex data to check for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "usage", - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage" - } - ], - "isStatic": true, - "name": "IsFormatSupported", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "usage", - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage" - } - ], - "isStatic": true, - "name": "GetCompatibleFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" - } - ], - "isStatic": true, - "name": "GetGraphicsFormat", - "comment": "Returns the platform-specific GraphicsFormat that is associated with the DefaultFormat.\n\n```plaintext\nParams: format - The DefaultFormat format to look up.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "desc", - "typeName": "UnityEngine.RenderTextureDescriptor" - } - ], - "isStatic": true, - "name": "GetRenderTextureSupportedMSAASampleCount", - "comment": "If the target platform supports the given MSAA samples count of RenderTextureDescriptor, returns the given MSAA samples count. Otherwise returns a lower fallback MSAA samples count value that the target platform supports.\n\n```plaintext\nParams: desc - The RenderTextureDescriptor to check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SystemInfo", - "comment": "Access system and hardware information.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "time", - "comment": "The time at the beginning of this frame (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "timeAsDouble", - "comment": "The double precision time at the beginning of this frame (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "timeSinceLevelLoad", - "comment": "The time since this frame started (Read Only). This is the time in seconds since the last non-additive scene has finished loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "timeSinceLevelLoadAsDouble", - "comment": "The double precision time since this frame started (Read Only). This is the time in seconds since the last non-additive scene has finished loading.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "The interval in seconds from the last frame to the current one (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fixedTime", - "comment": "The time since the last MonoBehaviour.FixedUpdate started (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "fixedTimeAsDouble", - "comment": "The double precision time since the last MonoBehaviour.FixedUpdate started (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "unscaledTime", - "comment": "The timeScale-independent time for this frame (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "unscaledTimeAsDouble", - "comment": "The double precision timeScale-independent time for this frame (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fixedUnscaledTime", - "comment": "The timeScale-independent time at the beginning of the last MonoBehaviour.FixedUpdate phase (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "fixedUnscaledTimeAsDouble", - "comment": "The double precision timeScale-independent time at the beginning of the last MonoBehaviour.FixedUpdate (Read Only). This is the time in seconds since the start of the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "unscaledDeltaTime", - "comment": "The timeScale-independent interval in seconds from the last frame to the current one (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fixedUnscaledDeltaTime", - "comment": "The timeScale-independent interval in seconds from the last MonoBehaviour.FixedUpdate phase to the current one (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fixedDeltaTime", - "comment": "The interval in seconds at which physics and other fixed frame rate updates (like MonoBehaviour's MonoBehaviour.FixedUpdate) are performed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "maximumDeltaTime", - "comment": "The maximum value of Time.deltaTime in any given frame. This is a time in seconds that limits the increase of Time.time between two frames.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "smoothDeltaTime", - "comment": "A smoothed out Time.deltaTime (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "maximumParticleDeltaTime", - "comment": "The maximum time a frame can spend on particle updates. If the frame takes longer than this, then updates are split into multiple smaller updates.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "timeScale", - "comment": "The scale at which time passes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "frameCount", - "comment": "The total number of frames since the start of the game (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderedFrameCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "realtimeSinceStartup", - "comment": "The real time in seconds since the game started (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "double", - "name": "realtimeSinceStartupAsDouble", - "comment": "The real time in seconds since the game started (Read Only). Double precision version of Time.realtimeSinceStartup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "captureDeltaTime", - "comment": "Slows your application’s playback time to allow Unity to save screenshots in between frames.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "captureFramerate", - "comment": "The reciprocal of Time.captureDeltaTime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "inFixedTimeStep", - "comment": "Returns true if called inside a fixed time step callback (like MonoBehaviour's MonoBehaviour.FixedUpdate), otherwise returns false.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Time", - "comment": "Provides an interface to get time information from Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isSupported", - "comment": "Is touch screen keyboard supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isInPlaceEditingAllowed", - "comment": "Returns true when you are able to select and modify the input field, returns false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "Returns the text displayed by the input field of the keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hideInput", - "comment": "Will text input field above the keyboard be hidden when the keyboard is on screen?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "active", - "comment": "Is the keyboard visible or sliding into the position on the screen?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "done", - "comment": "Specifies if input process was finished. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "wasCanceled", - "comment": "Specifies if input process was canceled. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboard.Status", - "name": "status", - "comment": "Returns the status of the on-screen keyboard. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "characterLimit", - "comment": "How many characters the keyboard input field is limited to. 0 = infinite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "canGetSelection", - "comment": "Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "canSetSelection", - "comment": "Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RangeInt", - "name": "selection", - "comment": "Gets or sets the character range of the selected text within the string currently being edited.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "type", - "comment": "Returns the TouchScreenKeyboardType of the keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "targetDisplay", - "comment": "Specified on which display the on-screen keyboard will appear.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "area", - "comment": "Returns portion of the screen which is covered by the keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "visible", - "comment": "Returns true whenever any keyboard is visible on the screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "secure", "typeName": "bool" }, - { "name": "alert", "typeName": "bool" }, - { "name": "textPlaceholder", "typeName": "string" }, - { "name": "characterLimit", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "secure", "typeName": "bool" }, - { "name": "alert", "typeName": "bool" }, - { "name": "textPlaceholder", "typeName": "string" }, - { "name": "characterLimit", "typeName": "int" } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "secure", "typeName": "bool" }, - { "name": "alert", "typeName": "bool" }, - { "name": "textPlaceholder", "typeName": "string" } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "secure", "typeName": "bool" }, - { "name": "alert", "typeName": "bool" } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "secure", "typeName": "bool" } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" }, - { "name": "multiline", "typeName": "bool" } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - }, - { "name": "autocorrection", "typeName": "bool" } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "keyboardType", - "typeName": "UnityEngine.TouchScreenKeyboardType" - } - ], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TouchScreenKeyboard", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": true, - "name": "Open", - "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TouchScreenKeyboard", - "comment": "Interface for on-screen keyboards. Only native iPhone, Android, and Windows Store Apps are supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TouchScreenKeyboard.Status", - "name": "Visible", - "comment": "The on-screen keyboard is visible.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboard.Status", - "name": "Done", - "comment": "The user has finished providing input.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboard.Status", - "name": "Canceled", - "comment": "The on-screen keyboard was canceled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboard.Status", - "name": "LostFocus", - "comment": "The on-screen keyboard has lost focus.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TouchScreenKeyboard.Status", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Status", - "comment": "The status of the on-screen keyboard.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "AmbientOcclusionModeParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "closeKeyboardOnOutsideTap", - "comment": "Enable legacy on-screen keyboard hiding on Android.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "consumesOutsideTouches", - "comment": "Indicates whether the keyboard consumes screen touches outside the visible keyboard area.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Android", - "comment": "Android specific on-screen keyboard settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "Default", - "comment": "The default keyboard layout of the target platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "ASCIICapable", - "comment": "Keyboard with standard ASCII keys.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "NumbersAndPunctuation", - "comment": "Keyboard with numbers and punctuation mark keys.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "URL", - "comment": "Keyboard with keys for URL entry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "NumberPad", - "comment": "Keyboard with standard numeric keys.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "PhonePad", - "comment": "Keyboard with a layout suitable for typing telephone numbers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "NamePhonePad", - "comment": "Keyboard with alphanumeric keys.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "EmailAddress", - "comment": "Keyboard with additional keys suitable for typing email addresses.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "NintendoNetworkAccount", - "comment": "Keyboard for the Nintendo Network (Deprecated).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "Social", - "comment": "Keyboard with symbol keys often used on social media, such as Twitter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "Search", - "comment": "Keyboard with the \".\" key beside the space key, suitable for typing search terms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "DecimalPad", - "comment": "Keyboard with numbers and a decimal point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "OneTimeCode", - "comment": "Keyboard with standard numeric keys.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TouchScreenKeyboardType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TouchScreenKeyboardType", - "comment": "Enumeration of the different types of supported touchscreen keyboards.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "eventPayloadName", "typeName": "string" }], - "isStatic": true, - "name": "GenerateEventIdForPayload", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": true, - "name": "GetGlobalEventQueue", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEventQueueSystem", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position component of the pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "The rotation component of the pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "forward", - "comment": "Returns the forward vector of the pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "right", - "comment": "Returns the right vector of the pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "up", - "comment": "Returns the up vector of the pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Pose", - "name": "identity", - "comment": "Shorthand for pose which represents zero position, and an identity rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "format", "typeName": "string" }], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Pose", - "params": [{ "name": "lhs", "typeName": "UnityEngine.Pose" }], - "isStatic": false, - "name": "GetTransformedBy", - "comment": "Transforms the current pose into the local space of the provided pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Pose", - "params": [{ "name": "lhs", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "GetTransformedBy", - "comment": "Transforms the current pose into the local space of the provided pose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "UnityEngine.Pose" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.Pose" }, - { "name": "b", "typeName": "UnityEngine.Pose" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "UnityEngine.Pose" }, - { "name": "b", "typeName": "UnityEngine.Pose" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Pose", - "comment": "Representation of a Position, and a Rotation in 3D Space\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "None", - "comment": "Deselects all driven properties.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "All", - "comment": "Selects all driven properties.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchoredPositionX", - "comment": "Selects driven property RectTransform.anchoredPosition.x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchoredPositionY", - "comment": "Selects driven property RectTransform.anchoredPosition.y.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchoredPositionZ", - "comment": "Selects driven property RectTransform.anchoredPosition3D.z.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "Rotation", - "comment": "Selects driven property Transform.localRotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "ScaleX", - "comment": "Selects driven property Transform.localScale.x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "ScaleY", - "comment": "Selects driven property Transform.localScale.y.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "ScaleZ", - "comment": "Selects driven property Transform.localScale.z.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchorMinX", - "comment": "Selects driven property RectTransform.anchorMin.x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchorMinY", - "comment": "Selects driven property RectTransform.anchorMin.y.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchorMaxX", - "comment": "Selects driven property RectTransform.anchorMax.x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchorMaxY", - "comment": "Selects driven property RectTransform.anchorMax.y.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "SizeDeltaX", - "comment": "Selects driven property RectTransform.sizeDelta.x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "SizeDeltaY", - "comment": "Selects driven property RectTransform.sizeDelta.y.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "PivotX", - "comment": "Selects driven property RectTransform.pivot.x.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "PivotY", - "comment": "Selects driven property RectTransform.pivot.y.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchoredPosition", - "comment": "Selects driven property RectTransform.anchoredPosition.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchoredPosition3D", - "comment": "Selects driven property RectTransform.anchoredPosition3D.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "Scale", - "comment": "Selects driven property combining ScaleX, ScaleY && ScaleZ.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchorMin", - "comment": "Selects driven property combining AnchorMinX and AnchorMinY.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "AnchorMax", - "comment": "Selects driven property combining AnchorMaxX and AnchorMaxY.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "Anchors", - "comment": "Selects driven property combining AnchorMinX, AnchorMinY, AnchorMaxX and AnchorMaxY.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "SizeDelta", - "comment": "Selects driven property combining SizeDeltaX and SizeDeltaY.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.DrivenTransformProperties", - "name": "Pivot", - "comment": "Selects driven property combining PivotX and PivotY.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.DrivenTransformProperties", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DrivenTransformProperties", - "comment": "An enumeration of transform properties that can be driven on a RectTransform by an object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopRecordingUndo", - "comment": "Stop recording undo actions from driven RectTransforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StartRecordingUndo", - "comment": "Resume recording undo of driven RectTransforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "driver", "typeName": "UnityEngine.Object" }, - { - "name": "rectTransform", - "typeName": "UnityEngine.RectTransform" - }, - { - "name": "drivenProperties", - "typeName": "UnityEngine.DrivenTransformProperties" - } - ], - "isStatic": false, - "name": "Add", - "comment": "Add a RectTransform to be driven.\n\n```plaintext\nParams: driver - The object to drive properties.\n rectTransform - The RectTransform to be driven.\n drivenProperties - The properties to be driven.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "revertValues", "typeName": "bool" }], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear the list of RectTransforms being driven.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DrivenRectTransformTracker", - "comment": "A component can be designed to drive a RectTransform. The DrivenRectTransformTracker struct is used to specify which RectTransforms it is driving.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Transform", - "attribute": "", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "UnityEngine.Rect", - "name": "rect", - "comment": "The calculated rectangle in the local space of the Transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "anchorMin", - "comment": "The normalized position in the parent RectTransform that the lower left corner is anchored to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "anchorMax", - "comment": "The normalized position in the parent RectTransform that the upper right corner is anchored to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "anchoredPosition", - "comment": "The position of the pivot of this RectTransform relative to the anchor reference point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "sizeDelta", - "comment": "The size of this RectTransform relative to the distances between the anchors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pivot", - "comment": "The normalized position in this RectTransform that it rotates around.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "anchoredPosition3D", - "comment": "The 3D position of the pivot of this RectTransform relative to the anchor reference point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "offsetMin", - "comment": "The offset of the lower left corner of the rectangle relative to the lower left anchor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "offsetMax", - "comment": "The offset of the upper right corner of the rectangle relative to the upper right anchor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RectTransform.ReapplyDrivenProperties", - "name": "reapplyDrivenProperties", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.RectTransform.ReapplyDrivenProperties" - } - ], - "isStatic": true, - "name": "add_reapplyDrivenProperties", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.RectTransform.ReapplyDrivenProperties" - } - ], - "isStatic": true, - "name": "remove_reapplyDrivenProperties", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ForceUpdateRectTransforms", - "comment": "Force the recalculation of RectTransforms internal data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fourCornersArray", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "GetLocalCorners", - "comment": "Get the corners of the calculated rectangle in the local space of its Transform.\n\n```plaintext\nParams: fourCornersArray - The array that corners are filled into.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fourCornersArray", "typeName": "UnityEngine.Vector3[]" } - ], - "isStatic": false, - "name": "GetWorldCorners", - "comment": "Get the corners of the calculated rectangle in world space.\n\n```plaintext\nParams: fourCornersArray - The array that corners are filled into.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "edge", "typeName": "UnityEngine.RectTransform.Edge" }, - { "name": "inset", "typeName": "float" }, - { "name": "size", "typeName": "float" } - ], - "isStatic": false, - "name": "SetInsetAndSizeFromParentEdge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.RectTransform.Axis" }, - { "name": "size", "typeName": "float" } - ], - "isStatic": false, - "name": "SetSizeWithCurrentAnchors", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RectTransform", - "comment": "Position, size, anchor and pivot information for a rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RectTransform.Edge", - "name": "Left", - "comment": "The left edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RectTransform.Edge", - "name": "Right", - "comment": "The right edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RectTransform.Edge", - "name": "Top", - "comment": "The top edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RectTransform.Edge", - "name": "Bottom", - "comment": "The bottom edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RectTransform.Edge", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Edge", - "comment": "Enum used to specify one edge of a rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RectTransform.Axis", - "name": "Horizontal", - "comment": "Horizontal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RectTransform.Axis", - "name": "Vertical", - "comment": "Vertical.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RectTransform.Axis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Axis", - "comment": "An axis that can be horizontal or vertical.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "AmbientOcclusionQualityParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "driven", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "driven", "typeName": "UnityEngine.RectTransform" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReapplyDrivenProperties", - "comment": "Delegate used for the reapplyDrivenProperties event.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": ["IEnumerable"], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The world space position of the Transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localPosition", - "comment": "Position of the transform relative to the parent transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "eulerAngles", - "comment": "The rotation as Euler angles in degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localEulerAngles", - "comment": "The rotation as Euler angles in degrees relative to the parent transform's rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "right", - "comment": "The red axis of the transform in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "up", - "comment": "The green axis of the transform in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "forward", - "comment": "Returns a normalized vector representing the blue axis of the transform in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "A Quaternion that stores the rotation of the Transform in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "localRotation", - "comment": "The rotation of the transform relative to the transform rotation of the parent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localScale", - "comment": "The scale of the transform relative to the GameObjects parent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "parent", - "comment": "The parent of the transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldToLocalMatrix", - "comment": "Matrix that transforms a point from world space into local space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "localToWorldMatrix", - "comment": "Matrix that transforms a point from local space into world space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "root", - "comment": "Returns the topmost transform in the hierarchy.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "childCount", - "comment": "The number of children the parent Transform has.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "lossyScale", - "comment": "The global scale of the object (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasChanged", - "comment": "Has the transform changed since the last time the flag was set to 'false'?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "hierarchyCapacity", - "comment": "The transform capacity of the transform's hierarchy data structure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "hierarchyCount", - "comment": "The number of transforms in the transform's hierarchy data structure.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "p", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "SetParent", - "comment": "Set the parent of the transform.\n\n```plaintext\nParams: parent - The parent Transform to use.\n worldPositionStays - If true, the parent-relative position, scale and rotation are modified such that the object keeps the same world space position, rotation and scale as before.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "parent", "typeName": "UnityEngine.Transform" }, - { "name": "worldPositionStays", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetParent", - "comment": "Set the parent of the transform.\n\n```plaintext\nParams: parent - The parent Transform to use.\n worldPositionStays - If true, the parent-relative position, scale and rotation are modified such that the object keeps the same world space position, rotation and scale as before.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetPositionAndRotation", - "comment": "Sets the world space position and rotation of the Transform component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "translation", "typeName": "UnityEngine.Vector3" }, - { "name": "relativeTo", "typeName": "UnityEngine.Space" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the transform in the direction and distance of translation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "translation", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the transform in the direction and distance of translation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "relativeTo", "typeName": "UnityEngine.Space" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the transform by x along the x axis, y along the y axis, and z along the z axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the transform by x along the x axis, y along the y axis, and z along the z axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "translation", "typeName": "UnityEngine.Vector3" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the transform in the direction and distance of translation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "relativeTo", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "Translate", - "comment": "Moves the transform by x along the x axis, y along the y axis, and z along the z axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "eulers", "typeName": "UnityEngine.Vector3" }, - { "name": "relativeTo", "typeName": "UnityEngine.Space" } - ], - "isStatic": false, - "name": "Rotate", - "comment": "Applies a rotation of eulerAngles.z degrees around the z-axis, eulerAngles.x degrees around the x-axis, and eulerAngles.y degrees around the y-axis (in that order).\n\n```plaintext\nParams: eulers - The rotation to apply in euler angles.\n relativeTo - Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "eulers", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Rotate", - "comment": "Applies a rotation of eulerAngles.z degrees around the z-axis, eulerAngles.x degrees around the x-axis, and eulerAngles.y degrees around the y-axis (in that order).\n\n```plaintext\nParams: eulers - The rotation to apply in euler angles.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xAngle", "typeName": "float" }, - { "name": "yAngle", "typeName": "float" }, - { "name": "zAngle", "typeName": "float" }, - { "name": "relativeTo", "typeName": "UnityEngine.Space" } - ], - "isStatic": false, - "name": "Rotate", - "comment": "The implementation of this method applies a rotation of zAngle degrees around the z axis, xAngle degrees around the x axis, and yAngle degrees around the y axis (in that order).\n\n```plaintext\nParams: relativeTo - Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space.\n xAngle - Degrees to rotate the GameObject around the X axis.\n yAngle - Degrees to rotate the GameObject around the Y axis.\n zAngle - Degrees to rotate the GameObject around the Z axis.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xAngle", "typeName": "float" }, - { "name": "yAngle", "typeName": "float" }, - { "name": "zAngle", "typeName": "float" } - ], - "isStatic": false, - "name": "Rotate", - "comment": "The implementation of this method applies a rotation of zAngle degrees around the z axis, xAngle degrees around the x axis, and yAngle degrees around the y axis (in that order).\n\n```plaintext\nParams: xAngle - Degrees to rotate the GameObject around the X axis.\n yAngle - Degrees to rotate the GameObject around the Y axis.\n zAngle - Degrees to rotate the GameObject around the Z axis.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" }, - { "name": "relativeTo", "typeName": "UnityEngine.Space" } - ], - "isStatic": false, - "name": "Rotate", - "comment": "Rotates the object around the given axis by the number of degrees defined by the given angle.\n\n```plaintext\nParams: angle - The degrees of rotation to apply.\n axis - The axis to apply rotation to.\n relativeTo - Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": false, - "name": "Rotate", - "comment": "Rotates the object around the given axis by the number of degrees defined by the given angle.\n\n```plaintext\nParams: axis - The axis to apply rotation to.\n angle - The degrees of rotation to apply.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector3" }, - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": false, - "name": "RotateAround", - "comment": "Rotates the transform about axis passing through point in world coordinates by angle degrees.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "target", "typeName": "UnityEngine.Transform" }, - { "name": "worldUp", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "LookAt", - "comment": "Rotates the transform so the forward vector points at target's current position.\n\n```plaintext\nParams: target - Object to point towards.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "target", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "LookAt", - "comment": "Rotates the transform so the forward vector points at target's current position.\n\n```plaintext\nParams: target - Object to point towards.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "worldPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "worldUp", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "LookAt", - "comment": "Rotates the transform so the forward vector points at worldPosition.\n\n```plaintext\nParams: worldPosition - Point to look at.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "worldPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "LookAt", - "comment": "Rotates the transform so the forward vector points at worldPosition.\n\n```plaintext\nParams: worldPosition - Point to look at.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "TransformDirection", - "comment": "Transforms direction from local space to world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "TransformDirection", - "comment": "Transforms direction x, y, z from local space to world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "InverseTransformDirection", - "comment": "Transforms a direction from world space to local space. The opposite of Transform.TransformDirection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "InverseTransformDirection", - "comment": "Transforms the direction x, y, z from world space to local space. The opposite of Transform.TransformDirection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TransformVector", - "comment": "Transforms vector from local space to world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "TransformVector", - "comment": "Transforms vector x, y, z from local space to world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "InverseTransformVector", - "comment": "Transforms a vector from world space to local space. The opposite of Transform.TransformVector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "InverseTransformVector", - "comment": "Transforms the vector x, y, z from world space to local space. The opposite of Transform.TransformVector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "TransformPoint", - "comment": "Transforms position from local space to world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "TransformPoint", - "comment": "Transforms the position x, y, z from local space to world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "InverseTransformPoint", - "comment": "Transforms position from world space to local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "InverseTransformPoint", - "comment": "Transforms the position x, y, z from world space to local space. The opposite of Transform.TransformPoint.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DetachChildren", - "comment": "Unparents all children.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetAsFirstSibling", - "comment": "Move the transform to the start of the local transform list.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetAsLastSibling", - "comment": "Move the transform to the end of the local transform list.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "SetSiblingIndex", - "comment": "Sets the sibling index.\n\n```plaintext\nParams: index - Index to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetSiblingIndex", - "comment": "Gets the sibling index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Transform", - "params": [{ "name": "n", "typeName": "string" }], - "isStatic": false, - "name": "Find", - "comment": "The returned child transform or null if no child is found.\n\n```plaintext\nParams: n - Name of child to be found.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "parent", "typeName": "UnityEngine.Transform" }], - "isStatic": false, - "name": "IsChildOf", - "comment": "Is this transform a child of parent?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Transform", - "params": [{ "name": "n", "typeName": "string" }], - "isStatic": false, - "name": "FindChild", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": false, - "name": "RotateAround", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "axis", "typeName": "UnityEngine.Vector3" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": false, - "name": "RotateAroundLocal", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Transform", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetChild", - "comment": "Transform child by index.\n\n```plaintext\nParams: index - Index of the child transform to return. Must be smaller than Transform.childCount.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetChildCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Transform", - "comment": "Position, rotation and scale of an object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionModeParameter", - "name": "mode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", - "name": "color", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", - "name": "ambientOnly", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "noiseFilterTolerance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "blurTolerance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "upsampleTolerance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "thicknessModifier", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "directLightingStrength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "radius", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQualityParameter", - "name": "quality", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "AmbientOcclusion", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpriteDrawMode", - "name": "Simple", - "comment": "Displays the full sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteDrawMode", - "name": "Sliced", - "comment": "The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will scale.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteDrawMode", - "name": "Tiled", - "comment": "The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpriteDrawMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteDrawMode", - "comment": "SpriteRenderer draw mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpriteTileMode", - "name": "Continuous", - "comment": "Sprite Renderer tiles the sprite continuously when is set to SpriteRenderer.tileMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteTileMode", - "name": "Adaptive", - "comment": "Sprite Renderer tiles the sprite once the Sprite Renderer size is above SpriteRenderer.adaptiveModeThreshold.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpriteTileMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteTileMode", - "comment": "Tiling mode for SpriteRenderer.tileMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "CameraPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "Create", - "comment": "A CameraPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the CameraPlayable.\n camera - Camera used to produce a texture in the PlayableGraph.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Experimental.Playables.CameraPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "CameraPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Experimental.Playables.CameraPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Camera", - "params": [], - "isStatic": false, - "name": "GetCamera", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "SetCamera", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraPlayable", - "comment": "An implementation of IPlayable that produces a Camera texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "None", - "comment": "The sprite will not interact with the masking system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "VisibleInsideMask", - "comment": "The sprite will be visible only in areas where a mask is present.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "VisibleOutsideMask", - "comment": "The sprite will be visible only in areas where no mask is present.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpriteMaskInteraction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteMaskInteraction", - "comment": "This enum controls the mode under which the sprite will interact with the masking system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "sprite", - "comment": "The Sprite to render.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteDrawMode", - "name": "drawMode", - "comment": "The current draw mode of the Sprite Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "size", - "comment": "Property to set/get the size to render when the SpriteRenderer.drawMode is set to SpriteDrawMode.Sliced.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "adaptiveModeThreshold", - "comment": "The current threshold for Sprite Renderer tiling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteTileMode", - "name": "tileMode", - "comment": "The current tile mode of the Sprite Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Rendering color for the Sprite graphic.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "maskInteraction", - "comment": "Specifies how the sprite interacts with the masks.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "flipX", - "comment": "Flips the sprite on the X axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "flipY", - "comment": "Flips the sprite on the Y axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteSortPoint", - "name": "spriteSortPoint", - "comment": "Determines the position of the Sprite used for sorting the SpriteRenderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteRenderer", - "comment": "Renders a Sprite for 2D graphics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpriteMeshType", - "name": "FullRect", - "comment": "Rectangle mesh equal to the user specified sprite size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMeshType", - "name": "Tight", - "comment": "Tight mesh based on pixel alpha values. As many excess pixels are cropped as possible.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpriteMeshType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteMeshType", - "comment": "Defines the type of mesh generated for a sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MaterialEffectPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MaterialEffectPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": false, - "name": "GetMaterial", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "UnityEngine.Material" }], - "isStatic": false, - "name": "SetMaterial", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "int" }], - "isStatic": false, - "name": "SetPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MaterialEffectPlayable", - "comment": "An implementation of IPlayable that allows application of a Material shader to one or many texture inputs to produce a texture output.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptation", - "name": "Progressive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptation", - "name": "Fixed", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "EyeAdaptation", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "Center", - "comment": "Pivot is at the center of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "TopLeft", - "comment": "Pivot is at the top left corner of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "TopCenter", - "comment": "Pivot is at the center of the top edge of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "TopRight", - "comment": "Pivot is at the top right corner of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "LeftCenter", - "comment": "Pivot is at the center of the left edge of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "RightCenter", - "comment": "Pivot is at the center of the right edge of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "BottomLeft", - "comment": "Pivot is at the bottom left corner of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "BottomCenter", - "comment": "Pivot is at the center of the bottom edge of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "BottomRight", - "comment": "Pivot is at the bottom right corner of the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteAlignment", - "name": "Custom", - "comment": "Pivot is at a custom position within the graphic rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpriteAlignment", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteAlignment", - "comment": "How a Sprite's graphic rectangle is aligned with its pivot point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpritePackingMode", - "name": "Tight", - "comment": "Tight mesh based packing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingMode", - "name": "Rectangle", - "comment": "Alpha-cropped ractangle packing.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpritePackingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpritePackingMode", - "comment": "Sprite packing modes for the Sprite Packer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TextureMixerPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - } - ], - "isStatic": true, - "name": "Create", - "comment": "A TextureMixerPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the TextureMixerPlayable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Experimental.Playables.TextureMixerPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TextureMixerPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Experimental.Playables.TextureMixerPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextureMixerPlayable", - "comment": "An implementation of IPlayable that allows mixing two textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "EyeAdaptationParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpritePackingRotation", - "name": "None", - "comment": "No rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingRotation", - "name": "FlipHorizontal", - "comment": "Sprite is flipped horizontally when packed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingRotation", - "name": "FlipVertical", - "comment": "Sprite is flipped vertically when packed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingRotation", - "name": "Rotate180", - "comment": "Sprite is rotated 180 degree when packed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingRotation", - "name": "Any", - "comment": "Any rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpritePackingRotation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpritePackingRotation", - "comment": "Sprite rotation modes for the Sprite Packer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter", - "name": "filtering", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "minLuminance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "maxLuminance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "keyValue", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptationParameter", - "name": "eyeAdaptation", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "speedUp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "speedDown", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "AutoExposure", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SpriteSortPoint", - "name": "Center", - "comment": "The center of the Sprite is used as the point for sorting the Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpriteSortPoint", - "name": "Pivot", - "comment": "The pivot of the Sprite is used as the point for sorting the Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SpriteSortPoint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteSortPoint", - "comment": "Determines the position of the Sprite used for sorting the Renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Playables", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayableBinding", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "key", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "Create", - "comment": "Returns a PlayableBinding that contains information that is used to create a TexturePlayableOutput.\n\n```plaintext\nParams: key - A reference to a UnityEngine.Object that acts as a key for this binding.\n name - The name of the TexturePlayableOutput.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TexturePlayableBinding", - "comment": "A PlayableBinding that contains information representing a TexturePlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The shader property name of the secondary Sprite texture. Use this name to identify and sample the texture in the shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "The texture to be used as a secondary Sprite texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SecondarySpriteTexture", - "comment": "Encapsulates a Texture2D and its shader property name to give Sprite-based renderers access to a secondary texture, in addition to the main Sprite texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Playables", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayableOutput"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Playables.TexturePlayableOutput", - "name": "Null", - "comment": "Returns an invalid TexturePlayableOutput.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TexturePlayableOutput", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "name", "typeName": "string" }, - { "name": "target", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutputHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Experimental.Playables.TexturePlayableOutput" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TexturePlayableOutput", - "params": [ - { - "name": "output", - "typeName": "UnityEngine.Playables.PlayableOutput" - } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [], - "isStatic": false, - "name": "GetTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": "SetTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TexturePlayableOutput", - "comment": "An IPlayableOutput implementation that will be used to manipulate textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "Bounds of the Sprite, specified by its center and extents in world space units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "rect", - "comment": "Location of the Sprite on the original Texture, specified in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "border", - "comment": "Returns the border sizes of the sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Get the reference to the used texture. If packed this will point to the atlas, if not packed will point to the source sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "pixelsPerUnit", - "comment": "The number of pixels in the sprite that correspond to one unit in world space. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "spriteAtlasTextureScale", - "comment": "The Variant scale of texture used by the Sprite. This is useful to check when a Variant SpriteAtlas is being used by Sprites.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "associatedAlphaSplitTexture", - "comment": "Returns the texture that contains the alpha channel from the source texture. Unity generates this texture under the hood for sprites that have alpha in the source, and need to be compressed using techniques like ETC1.\n\nReturns NULL if there is no associated alpha texture for the source sprite. This is the case if the sprite has not been setup to use ETC1 compression.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pivot", - "comment": "Location of the Sprite's center point in the Rect on the original Texture, specified in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "packed", - "comment": "Returns true if this Sprite is packed in an atlas.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingMode", - "name": "packingMode", - "comment": "If Sprite is packed (see Sprite.packed), returns its SpritePackingMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SpritePackingRotation", - "name": "packingRotation", - "comment": "If Sprite is packed (see Sprite.packed), returns its SpritePackingRotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "textureRect", - "comment": "Get the rectangle this sprite uses on its texture. Raises an exception if this sprite is tightly packed in an atlas.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "textureRectOffset", - "comment": "Gets the offset of the rectangle this sprite uses on its texture to the original sprite bounds. If sprite mesh type is FullRect, offset is zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "vertices", - "comment": "Returns a copy of the array containing sprite mesh vertex positions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ushort[]", - "name": "triangles", - "comment": "Returns a copy of the array containing sprite mesh triangles.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "uv", - "comment": "The base texture coordinates of the sprite mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetPhysicsShapeCount", - "comment": "The number of physics shapes for the Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "shapeIdx", "typeName": "int" }], - "isStatic": false, - "name": "GetPhysicsShapePointCount", - "comment": "The number of points in the selected physics shape for the Sprite.\n\n```plaintext\nParams: shapeIdx - The index of the physics shape to retrieve the number of points from.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "shapeIdx", "typeName": "int" }, - { - "name": "physicsShape", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetPhysicsShape", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "physicsShapes", - "typeName": "System.Collections.Generic.IList" - } - ], - "isStatic": false, - "name": "OverridePhysicsShape", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertices", "typeName": "UnityEngine.Vector2[]" }, - { "name": "triangles", "typeName": "ushort[]" } - ], - "isStatic": false, - "name": "OverrideGeometry", - "comment": "Sets up new Sprite geometry.\n\n```plaintext\nParams: vertices - Array of vertex positions in Sprite Rect space.\n triangles - Array of sprite mesh triangle indices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" }, - { "name": "pixelsPerUnit", "typeName": "float" }, - { "name": "extrude", "typeName": "uint" }, - { "name": "meshType", "typeName": "UnityEngine.SpriteMeshType" }, - { "name": "border", "typeName": "UnityEngine.Vector4" }, - { "name": "generateFallbackPhysicsShape", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" }, - { "name": "pixelsPerUnit", "typeName": "float" }, - { "name": "extrude", "typeName": "uint" }, - { "name": "meshType", "typeName": "UnityEngine.SpriteMeshType" }, - { "name": "border", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "Create", - "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" }, - { "name": "pixelsPerUnit", "typeName": "float" }, - { "name": "extrude", "typeName": "uint" }, - { "name": "meshType", "typeName": "UnityEngine.SpriteMeshType" } - ], - "isStatic": true, - "name": "Create", - "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" }, - { "name": "pixelsPerUnit", "typeName": "float" }, - { "name": "extrude", "typeName": "uint" } - ], - "isStatic": true, - "name": "Create", - "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" }, - { "name": "pixelsPerUnit", "typeName": "float" } - ], - "isStatic": true, - "name": "Create", - "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" }, - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "pivot", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Create", - "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Sprite", - "comment": "Represents a Sprite object for use in 2D gameplay.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "threshold", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "softKnee", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "clamp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "diffusion", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "anamorphicRatio", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", - "name": "color", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", - "name": "fastMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", - "name": "dirtTexture", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "dirtIntensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Bloom", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", - "name": "spectralLut", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", - "name": "fastMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ChromaticAberration", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Apple", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Apple.FrameCaptureDestination", - "name": "DevTools", - "comment": "Capture in XCode itself.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Apple.FrameCaptureDestination", - "name": "GPUTraceDocument", - "comment": "Capture to a GPU Trace document.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Apple.FrameCaptureDestination", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FrameCaptureDestination", - "comment": "Destination of Frame Capture\nThis is a wrapper for MTLCaptureDestination.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Apple", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "dest", - "typeName": "UnityEngine.Apple.FrameCaptureDestination" - } - ], - "isStatic": true, - "name": "IsDestinationSupported", - "comment": "Is Capture destination supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "BeginCaptureToXcode", - "comment": "Begin Capture in XCode frame debugger.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "BeginCaptureToFile", - "comment": "Begin Capture to the specified file.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndCapture", - "comment": "End Capture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CaptureNextFrameToXcode", - "comment": "Begin capture to Xcode at the beginning of the next frame, and end it at the end of the next frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "CaptureNextFrameToFile", - "comment": "Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FrameCapture", - "comment": "Interface to control XCode Frame Capture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.GradingMode", - "name": "LowDefinitionRange", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.GradingMode", - "name": "HighDefinitionRange", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.GradingMode", - "name": "External", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.GradingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "GradingMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", - "name": "None", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", - "name": "Neutral", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", - "name": "ACES", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", - "name": "Custom", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Tonemapper", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "GradingModeParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "TonemapperParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.GradingModeParameter", - "name": "gradingMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", - "name": "externalLut", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TonemapperParameter", - "name": "tonemapper", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "toneCurveToeStrength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "toneCurveToeLength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "toneCurveShoulderStrength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "toneCurveShoulderLength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "toneCurveShoulderAngle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "toneCurveGamma", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", - "name": "ldrLut", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "ldrLutContribution", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "temperature", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "tint", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", - "name": "colorFilter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "hueShift", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "saturation", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "brightness", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "postExposure", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "contrast", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerRedOutRedIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerRedOutGreenIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerRedOutBlueIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerGreenOutRedIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerGreenOutGreenIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerGreenOutBlueIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerBlueOutRedIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerBlueOutGreenIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "mixerBlueOutBlueIn", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter", - "name": "lift", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter", - "name": "gamma", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter", - "name": "gain", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "masterCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "redCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "greenCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "blueCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "hueVsHueCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "hueVsSatCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "satVsSatCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", - "name": "lumVsSatCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ColorGrading", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", - "name": "Small", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", - "name": "Medium", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", - "name": "Large", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", - "name": "VeryLarge", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.KernelSize", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "KernelSize", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "KernelSizeParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "focusDistance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "aperture", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "focalLength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.KernelSizeParameter", - "name": "kernelSize", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "DepthOfField", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Apple.ReplayKit", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "APIAvailable", - "comment": "A boolean that indicates whether the ReplayKit API is available (where True means available). (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "broadcastingAPIAvailable", - "comment": "A Boolean that indicates whether ReplayKit broadcasting API is available (true means available) (Read Only).\nCheck the value of this property before making ReplayKit broadcasting API calls. On iOS versions prior to iOS 10, this property will have a value of false.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "recordingAvailable", - "comment": "A boolean value that indicates that a new recording is available for preview (where True means available). (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isRecording", - "comment": "A boolean that indicates whether ReplayKit is making a recording (where True means a recording is in progress). (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBroadcasting", - "comment": "Boolean property that indicates whether a broadcast is currently in progress (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBroadcastingPaused", - "comment": "Boolean property that indicates whether a broadcast is currently paused (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isPreviewControllerActive", - "comment": "A boolean that indicates whether ReplayKit is currently displaying a preview controller. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "cameraEnabled", - "comment": "Camera enabled status. True, if camera enabled; false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "microphoneEnabled", - "comment": "Microphone enabled status. True, if microphone enabled; false otherwise.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "broadcastURL", - "comment": "A string property that contains an URL used to redirect the user to an on-going or completed broadcast (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "lastError", - "comment": "A string value of the last error incurred by the ReplayKit: Either 'Failed to get Screen Recorder' or 'No recording available'. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "enableMicrophone", "typeName": "bool" }, - { "name": "enableCamera", "typeName": "bool" } - ], - "isStatic": true, - "name": "StartRecording", - "comment": "A boolean value of True if recording started successfully or False if an error occurred.\n\n```plaintext\nParams: enableMicrophone - Enable or disable the microphone while making a recording. Enabling the microphone allows you to include user commentary while recording. The default value is false.\n enableCamera - Enable or disable the camera while making a recording. Enabling camera allows you to include user camera footage while recording. The default value is false. To actually include camera footage in your recording, you also have to call ShowCameraPreviewAt as well to position the preview view.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "enableMicrophone", "typeName": "bool" }], - "isStatic": true, - "name": "StartRecording", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "StartRecording", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback" - }, - { "name": "enableMicrophone", "typeName": "bool" }, - { "name": "enableCamera", "typeName": "bool" } - ], - "isStatic": true, - "name": "StartBroadcasting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback" - }, - { "name": "enableMicrophone", "typeName": "bool" } - ], - "isStatic": true, - "name": "StartBroadcasting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback" - } - ], - "isStatic": true, - "name": "StartBroadcasting", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "StopRecording", - "comment": "A boolean value of True if recording stopped successfully or False if an error occurred.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopBroadcasting", - "comment": "Stops current broadcast.\nWill terminate currently on-going broadcast. If no broadcast is in progress, does nothing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "PauseBroadcasting", - "comment": "Pauses current broadcast.\nWill pause currently on-going broadcast. If no broadcast is in progress, does nothing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResumeBroadcasting", - "comment": "Resumes current broadcast.\nWill resume currently on-going broadcast. If no broadcast is in progress, does nothing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Preview", - "comment": "A boolean value of True if the video preview window opened successfully or False if an error occurred.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "Discard", - "comment": "A boolean value of True if the recording was discarded successfully or False if an error occurred.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "posX", "typeName": "float" }, - { "name": "posY", "typeName": "float" } - ], - "isStatic": true, - "name": "ShowCameraPreviewAt", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "posX", "typeName": "float" }, - { "name": "posY", "typeName": "float" }, - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" } - ], - "isStatic": true, - "name": "ShowCameraPreviewAt", - "comment": "Shows camera preview at coordinates posX and posY. The preview is width by height in size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "HideCameraPreview", - "comment": "Hide the camera preview view.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReplayKit", - "comment": "ReplayKit is only available on certain iPhone, iPad and iPod Touch devices running iOS 9.0 or later.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "fastMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "keepAlpha", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "FastApproximateAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "excludeSkybox", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Fog", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", - "name": "colored", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "size", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "lumContrib", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Grain", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensityX", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensityY", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "centerX", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "centerY", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "scale", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "LensDistortion", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Apple.ReplayKit", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hasStarted", "typeName": "bool" }, - { "name": "errorMessage", "typeName": "string" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "hasStarted", "typeName": "bool" }, - { "name": "errorMessage", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BroadcastStatusCallback", - "comment": "Function called at the completion of broadcast startup.\n\n```plaintext\nParams: hasStarted - This parameter will be true if the broadcast started successfully and false in the event of an error.\n errorMessage - In the event of failure to start a broadcast, this parameter contains the associated error message.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "TickRealtimeProbes", - "comment": "Whether a reflection probe was updated.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IScriptableRuntimeReflectionSystem", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": ["IScriptableRuntimeReflectionSystem", "IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "TickRealtimeProbes", - "comment": "Whether a reflection probe was updated.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptableRuntimeReflectionSystem", - "comment": "Empty implementation of IScriptableRuntimeReflectionSystem.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem", - "name": "system", - "comment": "The current scriptable runtime reflection system instance.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "ScriptableRuntimeReflectionSystemSettings", - "comment": "Global settings for the scriptable runtime reflection system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "BeginGPUCapture", - "comment": "Begins the current GPU frame capture in the external GPU profiler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndGPUCapture", - "comment": "Ends the current GPU frame capture in the external GPU profiler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsAttached", - "comment": "Returns true when a development build is launched by an external GPU profiler.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExternalGPUProfiler", - "comment": "The ExternalGPUProfiler API allows developers to programatically take GPU frame captures in conjunction with supported external GPU profilers.\n\nGPU frame captures can be used to both analyze performance and debug graphics related issues.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", - "name": "BeginFrame", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", - "name": "EndFrame", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitForPresentSyncPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", - "name": "EndOfFrame", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", - "name": "AfterScriptUpdate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", - "name": "AfterScriptLateUpdate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", - "name": "WaitForPresent", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsJobsSyncPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "shutterAngle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.IntParameter", - "name": "sampleCount", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "MotionBlur", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", - "name": "waitForPresentSyncPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", - "name": "graphicsJobsSyncPoint", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "GraphicsDeviceSettings", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Lower", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Low", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Medium", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "High", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Higher", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Ultra", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Overkill", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "name": "Custom", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ScreenSpaceReflectionPreset", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", - "name": "None", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", - "name": "MipChain", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", - "name": "Crunch", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextureCreationFlags", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", - "name": "Downsampled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", - "name": "FullSize", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", - "name": "Supersampled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ScreenSpaceReflectionResolution", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "Sample", - "comment": "Use this to create and sample textures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "Linear", - "comment": "Use this to sample textures with a linear filter\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "Sparse", - "comment": "Use this to create sparse textures\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "Render", - "comment": "Use this to create and render to a rendertexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "Blend", - "comment": "Use this to blend on a rendertexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "GetPixels", - "comment": "Use this to get pixel data from a texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "SetPixels", - "comment": "Use this to set pixel data to a texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "SetPixels32", - "comment": "Use this to set pixel data to a texture using `SetPixels32`.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "ReadPixels", - "comment": "Use this to read back pixels data from a rendertexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "LoadStore", - "comment": "Use this to perform resource load and store on a texture\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "MSAA2x", - "comment": "Use this to create and render to a MSAA 2X rendertexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "MSAA4x", - "comment": "Use this to create and render to a MSAA 4X rendertexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "MSAA8x", - "comment": "Use this to create and render to a MSAA 8X rendertexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "name": "StencilSampling", - "comment": "Use this enumeration to create and render to the Stencil sub element of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.FormatUsage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FormatUsage", - "comment": "Use this format usages to figure out the capabilities of specific GraphicsFormat\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ScreenSpaceReflectionPresetParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat", - "name": "LDR", - "comment": "Represents the default platform-specific LDR format. If the project uses the linear rendering mode, the actual format is sRGB. If the project uses the gamma rendering mode, the actual format is UNorm.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat", - "name": "HDR", - "comment": "Represents the default platform specific HDR format.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.DefaultFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DefaultFormat", - "comment": "Use a default format to create either Textures or RenderTextures from scripts based on platform specific capability.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "None", - "comment": "The format is not specified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8_SRGB", - "comment": "A one-component, 8-bit unsigned normalized format that has a single 8-bit R component stored with sRGB nonlinear encoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8_SRGB", - "comment": "A two-component, 16-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8_SRGB", - "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB nonlinear encoding in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8A8_SRGB", - "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, an 8-bit B component stored with sRGB nonlinear encoding in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8_UNorm", - "comment": "A one-component, 8-bit unsigned normalized format that has a single 8-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8_UNorm", - "comment": "A two-component, 16-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8_UNorm", - "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8A8_UNorm", - "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8_SNorm", - "comment": "A one-component, 8-bit signed normalized format that has a single 8-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8_SNorm", - "comment": "A two-component, 16-bit signed normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8_SNorm", - "comment": "A three-component, 24-bit signed normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8A8_SNorm", - "comment": "A four-component, 32-bit signed normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8_UInt", - "comment": "A one-component, 8-bit unsigned integer format that has a single 8-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8_UInt", - "comment": "A two-component, 16-bit unsigned integer format that has an 8-bit R component in byte 0, and an 8-bit G component in byte 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8_UInt", - "comment": "A three-component, 24-bit unsigned integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8A8_UInt", - "comment": "A four-component, 32-bit unsigned integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8_SInt", - "comment": "A one-component, 8-bit signed integer format that has a single 8-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8_SInt", - "comment": "A two-component, 16-bit signed integer format that has an 8-bit R component in byte 0, and an 8-bit G component in byte 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8_SInt", - "comment": "A three-component, 24-bit signed integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R8G8B8A8_SInt", - "comment": "A four-component, 32-bit signed integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16_UNorm", - "comment": "A one-component, 16-bit unsigned normalized format that has a single 16-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16_UNorm", - "comment": "A two-component, 32-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16_UNorm", - "comment": "A three-component, 48-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16A16_UNorm", - "comment": "A four-component, 64-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16_SNorm", - "comment": "A one-component, 16-bit signed normalized format that has a single 16-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16_SNorm", - "comment": "A two-component, 32-bit signed normalized format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16_SNorm", - "comment": "A three-component, 48-bit signed normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16A16_SNorm", - "comment": "A four-component, 64-bit signed normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16_UInt", - "comment": "A one-component, 16-bit unsigned integer format that has a single 16-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16_UInt", - "comment": "A two-component, 32-bit unsigned integer format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16_UInt", - "comment": "A three-component, 48-bit unsigned integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16A16_UInt", - "comment": "A four-component, 64-bit unsigned integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16_SInt", - "comment": "A one-component, 16-bit signed integer format that has a single 16-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16_SInt", - "comment": "A two-component, 32-bit signed integer format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16_SInt", - "comment": "A three-component, 48-bit signed integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16A16_SInt", - "comment": "A four-component, 64-bit signed integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32_UInt", - "comment": "A one-component, 32-bit unsigned integer format that has a single 32-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32_UInt", - "comment": "A two-component, 64-bit unsigned integer format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32B32_UInt", - "comment": "A three-component, 96-bit unsigned integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32B32A32_UInt", - "comment": "A four-component, 128-bit unsigned integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32_SInt", - "comment": "A one-component, 32-bit signed integer format that has a single 32-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32_SInt", - "comment": "A two-component, 64-bit signed integer format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32B32_SInt", - "comment": "A three-component, 96-bit signed integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32B32A32_SInt", - "comment": "A four-component, 128-bit signed integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16_SFloat", - "comment": "A one-component, 16-bit signed floating-point format that has a single 16-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16_SFloat", - "comment": "A two-component, 32-bit signed floating-point format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16_SFloat", - "comment": "A three-component, 48-bit signed floating-point format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R16G16B16A16_SFloat", - "comment": "A four-component, 64-bit signed floating-point format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32_SFloat", - "comment": "A one-component, 32-bit signed floating-point format that has a single 32-bit R component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32_SFloat", - "comment": "A two-component, 64-bit signed floating-point format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32B32_SFloat", - "comment": "A three-component, 96-bit signed floating-point format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R32G32B32A32_SFloat", - "comment": "A four-component, 128-bit signed floating-point format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8_SRGB", - "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB nonlinear encoding in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8A8_SRGB", - "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit B component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, an 8-bit R component stored with sRGB nonlinear encoding in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8_UNorm", - "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8A8_UNorm", - "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8_SNorm", - "comment": "A three-component, 24-bit signed normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8A8_SNorm", - "comment": "A four-component, 32-bit signed normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8_UInt", - "comment": "A three-component, 24-bit unsigned integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8A8_UInt", - "comment": "A four-component, 32-bit unsigned integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8_SInt", - "comment": "A three-component, 24-bit signed integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B8G8R8A8_SInt", - "comment": "A four-component, 32-bit signed integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R4G4B4A4_UNormPack16", - "comment": "A four-component, 16-bit packed unsigned normalized format that has a 4-bit R component in bits 12..15, a 4-bit G component in bits 8..11, a 4-bit B component in bits 4..7, and a 4-bit A component in bits 0..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B4G4R4A4_UNormPack16", - "comment": "A four-component, 16-bit packed unsigned normalized format that has a 4-bit B component in bits 12..15, a 4-bit G component in bits 8..11, a 4-bit R component in bits 4..7, and a 4-bit A component in bits 0..3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R5G6B5_UNormPack16", - "comment": "A three-component, 16-bit packed unsigned normalized format that has a 5-bit R component in bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit B component in bits 0..4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B5G6R5_UNormPack16", - "comment": "A three-component, 16-bit packed unsigned normalized format that has a 5-bit B component in bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit R component in bits 0..4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R5G5B5A1_UNormPack16", - "comment": "A four-component, 16-bit packed unsigned normalized format that has a 5-bit R component in bits 11..15, a 5-bit G component in bits 6..10, a 5-bit B component in bits 1..5, and a 1-bit A component in bit 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B5G5R5A1_UNormPack16", - "comment": "A four-component, 16-bit packed unsigned normalized format that has a 5-bit B component in bits 11..15, a 5-bit G component in bits 6..10, a 5-bit R component in bits 1..5, and a 1-bit A component in bit 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A1R5G5B5_UNormPack16", - "comment": "A four-component, 16-bit packed unsigned normalized format that has a 1-bit A component in bit 15, a 5-bit R component in bits 10..14, a 5-bit G component in bits 5..9, and a 5-bit B component in bits 0..4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "E5B9G9R9_UFloatPack32", - "comment": "A three-component, 32-bit packed unsigned floating-point format that has a 5-bit shared exponent in bits 27..31, a 9-bit B component mantissa in bits 18..26, a 9-bit G component mantissa in bits 9..17, and a 9-bit R component mantissa in bits 0..8.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "B10G11R11_UFloatPack32", - "comment": "A three-component, 32-bit packed unsigned floating-point format that has a 10-bit B component in bits 22..31, an 11-bit G component in bits 11..21, an 11-bit R component in bits 0..10.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2B10G10R10_UNormPack32", - "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2B10G10R10_UIntPack32", - "comment": "A four-component, 32-bit packed unsigned integer format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2B10G10R10_SIntPack32", - "comment": "A four-component, 32-bit packed signed integer format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2R10G10B10_UNormPack32", - "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2R10G10B10_UIntPack32", - "comment": "A four-component, 32-bit packed unsigned integer format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2R10G10B10_SIntPack32", - "comment": "A four-component, 32-bit packed signed integer format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2R10G10B10_XRSRGBPack32", - "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A2R10G10B10_XRUNormPack32", - "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R10G10B10_XRSRGBPack32", - "comment": "A four-component, 32-bit packed unsigned normalized format that has a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R10G10B10_XRUNormPack32", - "comment": "A four-component, 32-bit packed unsigned normalized format that has a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A10R10G10B10_XRSRGBPack32", - "comment": "A four-component, 64-bit packed unsigned normalized format that has a 10-bit A component in bits 30..39, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "A10R10G10B10_XRUNormPack32", - "comment": "A four-component, 64-bit packed unsigned normalized format that has a 10-bit A component in bits 30..39, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_DXT1_SRGB", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_DXT1_SRGB", - "comment": "A three-component, block-compressed format. Each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has a 1 bit alpha channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_DXT1_UNorm", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_DXT1_UNorm", - "comment": "A three-component, block-compressed format. Each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has a 1 bit alpha channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_DXT3_SRGB", - "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_DXT3_UNorm", - "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_DXT5_SRGB", - "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_DXT5_UNorm", - "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R_BC4_UNorm", - "comment": "A one-component, block-compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized red texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R_BC4_SNorm", - "comment": "A one-component, block-compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of signed normalized red texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RG_BC5_UNorm", - "comment": "A two-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RG_BC5_SNorm", - "comment": "A two-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_BC6H_UFloat", - "comment": "A three-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned floating-point RGB texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_BC6H_SFloat", - "comment": "A three-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed floating-point RGB texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_BC7_SRGB", - "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_BC7_UNorm", - "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_PVRTC_2Bpp_SRGB", - "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_PVRTC_2Bpp_UNorm", - "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_PVRTC_4Bpp_SRGB", - "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_PVRTC_4Bpp_UNorm", - "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_PVRTC_2Bpp_SRGB", - "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values with sRGB nonlinear encoding applied.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_PVRTC_2Bpp_UNorm", - "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_PVRTC_4Bpp_SRGB", - "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values with sRGB nonlinear encoding applied.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_PVRTC_4Bpp_UNorm", - "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_ETC_UNorm", - "comment": "A three-component, ETC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_ETC2_SRGB", - "comment": "A three-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_ETC2_UNorm", - "comment": "A three-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_A1_ETC2_SRGB", - "comment": "A four-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding, and provides 1 bit of alpha.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGB_A1_ETC2_UNorm", - "comment": "A four-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data, and provides 1 bit of alpha.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ETC2_SRGB", - "comment": "A four-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding applied.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ETC2_UNorm", - "comment": "A four-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R_EAC_UNorm", - "comment": "A one-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized red texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "R_EAC_SNorm", - "comment": "A one-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of signed normalized red texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RG_EAC_UNorm", - "comment": "A two-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RG_EAC_SNorm", - "comment": "A two-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC4X4_SRGB", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC4X4_UNorm", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC5X5_SRGB", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC5X5_UNorm", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC6X6_SRGB", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC6X6_UNorm", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC8X8_SRGB", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC8X8_UNorm", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC10X10_SRGB", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC10X10_UNorm", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC12X12_SRGB", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC12X12_UNorm", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of unsigned normalized RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC4X4_UFloat", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of float RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC5X5_UFloat", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of float RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC6X6_UFloat", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of float RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC8X8_UFloat", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of float RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC10X10_UFloat", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of float RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "RGBA_ASTC12X12_UFloat", - "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of float RGBA texel data.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsFormat", - "comment": "Use this format to create either Textures or RenderTextures from scripts.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", - "name": "Off", - "comment": "Renderers with this mode are not ray traced.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", - "name": "Static", - "comment": "Renderers with this mode never update.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", - "name": "DynamicTransform", - "comment": "Renderers with this mode update their Transform, but not their Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", - "name": "DynamicGeometry", - "comment": "Renderers with this mode have animated geometry and update their Mesh and Transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.RayTracingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RayTracingMode", - "comment": "Indicates how a Renderer is updated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "GraphicsFormat", - "params": [ - { "name": "format", "typeName": "UnityEngine.TextureFormat" }, - { "name": "isSRGB", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetGraphicsFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "TextureFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetTextureFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { "name": "isSRGB", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetGraphicsFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - } - ], - "isStatic": true, - "name": "GetGraphicsFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsSRGBFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsSwizzleFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetSRGBFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetLinearFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTextureFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetRenderTextureFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetColorComponentCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetAlphaComponentCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetComponentCount", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetFormatString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsCompressedFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsPackedFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "Is16BitPackedFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFormat", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "ConvertToAlphaFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsAlphaOnlyFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsAlphaTestFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "HasAlphaChannel", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsDepthFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsStencilFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsIEEE754Format", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsFloatFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsHalfFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsUnsignedFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsSignedFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsNormFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsUNormFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsSNormFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsIntegerFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsUIntFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsSIntFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsXRFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsDXTCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsRGTCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsBPTCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsBCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsPVRTCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsETCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsEACFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "IsASTCFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "format", "typeName": "UnityEngine.TextureFormat" } - ], - "isStatic": true, - "name": "IsCrunchFormat", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "FormatSwizzle", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetSwizzleR", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "FormatSwizzle", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetSwizzleG", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "FormatSwizzle", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetSwizzleB", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "FormatSwizzle", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetSwizzleA", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetBlockSize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetBlockWidth", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "GetBlockHeight", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "ComputeMipmapSize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": true, - "name": "ComputeMipmapSize", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsFormatUtility", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Destroys this RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "settings", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RASSettings" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a RayTracingAccelerationStructure with the given RayTracingAccelerationStructure.RASSettings.\n\n```plaintext\nParams: settings - Defines whether a RayTracingAccelerationStructure is updated by the user or the Engine, and whether to mask certain object layers or RayTracingModes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "See Also: RayTracingAccelerationStructure.Dispose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Build", - "comment": "Builds this RayTracingAccelerationStructure on the GPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "Updates the transforms of all instances in this RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relativeOrigin", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "Build", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relativeOrigin", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "Update", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetRenderer", "typeName": "UnityEngine.Renderer" }, - { "name": "subMeshMask", "typeName": "bool[]" }, - { "name": "subMeshTransparencyFlags", "typeName": "bool[]" }, - { "name": "enableTriangleCulling", "typeName": "bool" }, - { "name": "frontTriangleCounterClockwise", "typeName": "bool" }, - { "name": "mask", "typeName": "uint" } - ], - "isStatic": false, - "name": "AddInstance", - "comment": "Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes.\n\n```plaintext\nParams: targetRenderer - The renderer to be added to RayTracingAccelerationStructure.\n subMeshMask - A bit mask of any size that indicates whether or not to add a submesh to the RayTracingAccelerationStructure. For a Renderer with multiple submeshes, if subMeshMask[i] = true, the submesh is added to the RayTracingAccelerationStructure. For a Renderer with only one submesh, you may pass an uninitialized array as a default value.\n subMeshTransparencyFlags - A bit array of any size that indicates whether a given submesh is transparent. For a Renderer with multiple submeshes, if subMeshTransparencyFlag[i] = true, that submesh is marked as transparent. For a Renderer with only one submesh, pass an array with a single initialized entry, and indicate whether or not the one submesh is transparent.\n enableTriangleCulling - A bool that indicates whether the GPU driver-level culling passes (such as front-face culling or back-face culling) should cull this Renderer. Culling is enabled (true) by default.\n frontTriangleCounterClockwise - A bool that indicates whether to flip the way triangles face in this renderer. If this is set to true, front-facing triangles will become back-facing and vice versa. Set to false by default.\n mask - An 8-bit mask you can use to selectively intersect this renderer with rays that only pass the mask. All rays are enabled (0xff) by default.\n aabbBuffer - A GraphicsBuffer that defines a number of axis-aligned bounding boxes (AABBs). An AABB is defined by a list of bounds, written as floats in the following order: minX, minY, minZ, maxX, maxY, maxZ.\n numElements - The number of axis-aligned bounding boxes defined in the given GraphicsBuffer.\n material - The Material to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer.\n instanceTransform - The object to world matrix to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer. This is optional, and takes the value of a Matrix4x4.identity by default.\n isCutOff - A bool that indicates whether the Material applied to a GraphicsBuffer instance has cutoff transparency.\n reuseBounds - A bool that indicates whether Unity reuses the AABBs defined in the GraphicsBuffer without change. If the exact same bounds can be used across multiple acceleration structures or multiple frames, set this to true. This is false by default.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "aabbBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "numElements", "typeName": "uint" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "isCutOff", "typeName": "bool" }, - { "name": "enableTriangleCulling", "typeName": "bool" }, - { "name": "frontTriangleCounterClockwise", "typeName": "bool" }, - { "name": "mask", "typeName": "uint" }, - { "name": "reuseBounds", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddInstance", - "comment": "Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes.\n\n```plaintext\nParams: targetRenderer - The renderer to be added to RayTracingAccelerationStructure.\n subMeshMask - A bit mask of any size that indicates whether or not to add a submesh to the RayTracingAccelerationStructure. For a Renderer with multiple submeshes, if subMeshMask[i] = true, the submesh is added to the RayTracingAccelerationStructure. For a Renderer with only one submesh, you may pass an uninitialized array as a default value.\n subMeshTransparencyFlags - A bit array of any size that indicates whether a given submesh is transparent. For a Renderer with multiple submeshes, if subMeshTransparencyFlag[i] = true, that submesh is marked as transparent. For a Renderer with only one submesh, pass an array with a single initialized entry, and indicate whether or not the one submesh is transparent.\n enableTriangleCulling - A bool that indicates whether the GPU driver-level culling passes (such as front-face culling or back-face culling) should cull this Renderer. Culling is enabled (true) by default.\n frontTriangleCounterClockwise - A bool that indicates whether to flip the way triangles face in this renderer. If this is set to true, front-facing triangles will become back-facing and vice versa. Set to false by default.\n mask - An 8-bit mask you can use to selectively intersect this renderer with rays that only pass the mask. All rays are enabled (0xff) by default.\n aabbBuffer - A GraphicsBuffer that defines a number of axis-aligned bounding boxes (AABBs). An AABB is defined by a list of bounds, written as floats in the following order: minX, minY, minZ, maxX, maxY, maxZ.\n numElements - The number of axis-aligned bounding boxes defined in the given GraphicsBuffer.\n material - The Material to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer.\n instanceTransform - The object to world matrix to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer. This is optional, and takes the value of a Matrix4x4.identity by default.\n isCutOff - A bool that indicates whether the Material applied to a GraphicsBuffer instance has cutoff transparency.\n reuseBounds - A bool that indicates whether Unity reuses the AABBs defined in the GraphicsBuffer without change. If the exact same bounds can be used across multiple acceleration structures or multiple frames, set this to true. This is false by default.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "aabbBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "numElements", "typeName": "uint" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { - "name": "instanceTransform", - "typeName": "UnityEngine.Matrix4x4" - }, - { "name": "isCutOff", "typeName": "bool" }, - { "name": "enableTriangleCulling", "typeName": "bool" }, - { "name": "frontTriangleCounterClockwise", "typeName": "bool" }, - { "name": "mask", "typeName": "uint" }, - { "name": "reuseBounds", "typeName": "bool" } - ], - "isStatic": false, - "name": "AddInstance", - "comment": "Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes.\n\n```plaintext\nParams: targetRenderer - The renderer to be added to RayTracingAccelerationStructure.\n subMeshMask - A bit mask of any size that indicates whether or not to add a submesh to the RayTracingAccelerationStructure. For a Renderer with multiple submeshes, if subMeshMask[i] = true, the submesh is added to the RayTracingAccelerationStructure. For a Renderer with only one submesh, you may pass an uninitialized array as a default value.\n subMeshTransparencyFlags - A bit array of any size that indicates whether a given submesh is transparent. For a Renderer with multiple submeshes, if subMeshTransparencyFlag[i] = true, that submesh is marked as transparent. For a Renderer with only one submesh, pass an array with a single initialized entry, and indicate whether or not the one submesh is transparent.\n enableTriangleCulling - A bool that indicates whether the GPU driver-level culling passes (such as front-face culling or back-face culling) should cull this Renderer. Culling is enabled (true) by default.\n frontTriangleCounterClockwise - A bool that indicates whether to flip the way triangles face in this renderer. If this is set to true, front-facing triangles will become back-facing and vice versa. Set to false by default.\n mask - An 8-bit mask you can use to selectively intersect this renderer with rays that only pass the mask. All rays are enabled (0xff) by default.\n aabbBuffer - A GraphicsBuffer that defines a number of axis-aligned bounding boxes (AABBs). An AABB is defined by a list of bounds, written as floats in the following order: minX, minY, minZ, maxX, maxY, maxZ.\n numElements - The number of axis-aligned bounding boxes defined in the given GraphicsBuffer.\n material - The Material to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer.\n instanceTransform - The object to world matrix to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer. This is optional, and takes the value of a Matrix4x4.identity by default.\n isCutOff - A bool that indicates whether the Material applied to a GraphicsBuffer instance has cutoff transparency.\n reuseBounds - A bool that indicates whether Unity reuses the AABBs defined in the GraphicsBuffer without change. If the exact same bounds can be used across multiple acceleration structures or multiple frames, set this to true. This is false by default.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" } - ], - "isStatic": false, - "name": "UpdateInstanceTransform", - "comment": "Updates the transform of the instance associated with the given Renderer for this RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt64", - "params": [], - "isStatic": false, - "name": "GetSize", - "comment": "Returns the total size of this RayTracingAccelerationStructure on the GPU in bytes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RayTracingAccelerationStructure", - "comment": "A data structure used to represent the Renderers in the Scene for GPU ray tracing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "name": "Nothing", - "comment": "Disable adding Renderers to this RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "name": "Static", - "comment": "Only add Renderers with RayTracingMode.Static set to the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "name": "DynamicTransform", - "comment": "Only add Renderers with RayTracingMode.DynamicTransform set to the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "name": "DynamicGeometry", - "comment": "Only add Renderers with RayTracingMode.DynamicGeometry set to the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "name": "Everything", - "comment": "Add all Renderers to the RayTracingAccelerationStructure except for those with that have RayTracingMode.Off.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RayTracingModeMask", - "comment": "An enum controlling which RayTracingAccelerationStructure.RayTracingModes a Renderer must have in order to be added to the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ScreenSpaceReflectionResolutionParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", - "name": "Manual", - "comment": "Gives user control over populating and updating the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", - "name": "Automatic", - "comment": "Automatically populates and updates the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ManagementMode", - "comment": "Defines whether Unity updates a RayTracingAccelerationStructure automatically, or if the user updates it manually via API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPresetParameter", - "name": "preset", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.IntParameter", - "name": "maximumIterationCount", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolutionParameter", - "name": "resolution", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "thickness", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "maximumMarchDistance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "distanceFade", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "vignette", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ScreenSpaceReflections", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", - "name": "managementMode", - "comment": "An enum that selects whether a RayTracingAccelerationStructure is automatically or manually updated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", - "name": "rayTracingModeMask", - "comment": "An enum controlling which RayTracingModes a Renderer must have in order to be added to the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "layerMask", - "comment": "A 32-bit mask that controls which layers a GameObject must be on in order to be added to the RayTracingAccelerationStructure.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sceneManagementMode", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode" - }, - { - "name": "rayTracingModeMask", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask" - }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RASSettings", - "comment": "Defines whether a RayTracingAccelerationStructure is updated by the user or by the Engine, and whether to mask certain object layers or RayTracingModes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", - "name": "quality", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "SubpixelMorphologicalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]", - "name": "vdecl", - "comment": "The vertex data layout to use when prewarming shader variants.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderWarmupSetup", - "comment": "The rendering configuration to use when prewarming shader variants.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { - "name": "setup", - "typeName": "UnityEngine.Experimental.Rendering.ShaderWarmupSetup" - } - ], - "isStatic": true, - "name": "WarmupShader", - "comment": "Prewarms all shader variants for a given Shader, using a given rendering configuration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "collection", - "typeName": "UnityEngine.ShaderVariantCollection" - }, - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { - "name": "setup", - "typeName": "UnityEngine.Experimental.Rendering.ShaderWarmupSetup" - } - ], - "isStatic": true, - "name": "WarmupShaderFromCollection", - "comment": "Prewarms the shader variants for a given Shader that are in a given ShaderVariantCollection, using a given rendering configuration.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderWarmup", - "comment": "Prewarms shaders in a way that is supported by all graphics APIs.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Rendering", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "maxRecursionDepth", - "comment": "The maximum number of ray bounces this shader can trace (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Sets the value of a float uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The float value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Sets the value of a int uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The int value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Sets the value for a vector uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The vector to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Sets the value of a matrix uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The matrix to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Sets a vector array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The array of vectors to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Sets a matrix array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The matrix array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Binds a texture resource. This can be a input or an output texture (UAV).\n\n```plaintext\nParams: nameID - The ID of the resource as given by Shader.PropertyToID.\n name - The name of the texture being set.\n texture - The texture to bind the named local resource to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "accelerationStructure", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" - } - ], - "isStatic": false, - "name": "SetAccelerationStructure", - "comment": "Sets the value for RayTracingAccelerationStructure property of this RayTracingShader.\n\n```plaintext\nParams: name - The name of the RayTracingAccelerationStructure being set.\n nameID - The ID of the RayTracingAccelerationStructure as given by Shader.PropertyToID.\n accelerationStructure - The value to set the RayTracingAccelerationStructure to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "passName", "typeName": "string" }], - "isStatic": false, - "name": "SetShaderPass", - "comment": "Selects which Shader Pass to use when executing ray/geometry intersection shaders.\n\n```plaintext\nParams: passName - The Shader Pass to use when executing ray tracing shaders.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "globalTextureNameID", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTextureFromGlobal", - "comment": "Binds a global texture to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the texture as given by Shader.PropertyToID.\n name - The name of the texture to bind.\n globalTextureName - The name of the global resource to bind to the RayTracingShader.\n globalTextureNameID - The ID of the global resource as given by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rayGenFunctionName", "typeName": "string" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "Dispatch", - "comment": "Dispatches this RayTracingShader.\n\n```plaintext\nParams: rayGenFunctionName - The name of the ray generation shader.\n width - The width of the ray generation shader thread grid.\n height - The height of the ray generation shader thread grid.\n depth - The depth of the ray generation shader thread grid.\n camera - Optional parameter used to setup camera-related built-in shader variables.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetFloat", - "comment": "Sets the value of a float uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The float value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetInt", - "comment": "Sets the value of a int uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The int value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetVector", - "comment": "Sets the value for a vector uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The vector to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetMatrix", - "comment": "Sets the value of a matrix uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The matrix to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetVectorArray", - "comment": "Sets a vector array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The array of vectors to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetMatrixArray", - "comment": "Sets a matrix array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The matrix array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloats", - "comment": "Sets the values for a float array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The float array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetFloats", - "comment": "Sets the values for a float array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The float array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetInts", - "comment": "Sets the values for a int array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The int array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetInts", - "comment": "Sets the values for a int array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The int array to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the value of a boolean uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The boolean value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetBool", - "comment": "Sets the value of a boolean uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The boolean value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetTexture", - "comment": "Binds a texture resource. This can be a input or an output texture (UAV).\n\n```plaintext\nParams: nameID - The ID of the resource as given by Shader.PropertyToID.\n name - The name of the texture being set.\n texture - The texture to bind the named local resource to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetBuffer", - "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetConstantBuffer", - "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "accelerationStructure", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" - } - ], - "isStatic": false, - "name": "SetAccelerationStructure", - "comment": "Sets the value for RayTracingAccelerationStructure property of this RayTracingShader.\n\n```plaintext\nParams: name - The name of the RayTracingAccelerationStructure being set.\n nameID - The ID of the RayTracingAccelerationStructure as given by Shader.PropertyToID.\n accelerationStructure - The value to set the RayTracingAccelerationStructure to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "globalTextureName", "typeName": "string" } - ], - "isStatic": false, - "name": "SetTextureFromGlobal", - "comment": "Binds a global texture to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the texture as given by Shader.PropertyToID.\n name - The name of the texture to bind.\n globalTextureName - The name of the global resource to bind to the RayTracingShader.\n globalTextureNameID - The ID of the global resource as given by Shader.PropertyToID.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RayTracingShader", - "comment": "A shader for GPU ray tracing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Apple.TV", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "allowExitToHome", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowRemoteRotation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "reportAbsoluteDpadValues", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "touchesEnabled", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Remote", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", - "name": "Low", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", - "name": "Medium", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", - "name": "High", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Quality", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "jitterSpread", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "sharpness", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "stationaryBlending", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "motionBlending", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "System.Func", - "name": "jitteredMatrixFunc", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "jitter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "sampleIndex", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "GetJitteredProjectionMatrix", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "ConfigureJitteredProjectionMatrix", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "ConfigureStereoJitteredProjectionMatrices", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "TemporalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.VignetteMode", - "name": "Classic", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.VignetteMode", - "name": "Masked", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.VignetteMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "VignetteMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "VignetteModeParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.VignetteModeParameter", - "name": "mode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", - "name": "color", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter", - "name": "center", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "intensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "smoothness", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "roundness", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", - "name": "rounded", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", - "name": "mask", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", - "name": "opacity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Vignette", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", - "name": "channel", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "HistogramMonitor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", - "name": "Red", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", - "name": "Green", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", - "name": "Blue", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", - "name": "Master", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Channel", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "showCurves", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "LightMeterMonitor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", - "name": "LightMeter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", - "name": "Histogram", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", - "name": "Waveform", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", - "name": "Vectorscope", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.MonitorType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "MonitorType", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RenderTexture", - "name": "output", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsRequestedAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Monitor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "size", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "exposure", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "VectorscopeMonitor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "exposure", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "WaveformMonitor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "overrideState", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHash", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ParameterOverride", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "value", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "T" }, - { "name": "overrideState", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "T" }, - { "name": "to", "typeName": "T" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "x", "typeName": "T" }], - "isStatic": false, - "name": "Override", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHash", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.ParameterOverride" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ParameterOverride", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "float" }, - { "name": "to", "typeName": "float" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "FloatParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "int" }, - { "name": "to", "typeName": "int" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "IntParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "BoolParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "brushOrigin", - "comment": "(Read Only) Brush UV origin, in XY space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "brushU", - "comment": "(Read Only) Brush U vector, in XY space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "brushV", - "comment": "(Read Only) Brush V vector, in XY space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "targetOrigin", - "comment": "(Read Only) Target XY origin, in Brush UV space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "targetX", - "comment": "(Read Only) Target X vector, in Brush UV space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "targetY", - "comment": "(Read Only) Target Y vector, in Brush UV space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "brushOrigin", "typeName": "UnityEngine.Vector2" }, - { "name": "brushU", "typeName": "UnityEngine.Vector2" }, - { "name": "brushV", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a BrushTransform.\n\n```plaintext\nParams: brushOrigin - Origin of the brush, in target XY space.\n brushU - Brush U vector, in target XY space.\n brushV - Brush V vector, in target XY space.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [], - "isStatic": false, - "name": "GetBrushXYBounds", - "comment": "Bounding rectangle in target XY space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "BrushTransform", - "params": [{ "name": "brushRect", "typeName": "UnityEngine.Rect" }], - "isStatic": true, - "name": "FromRect", - "comment": "BrushTransform describing the brush.\n\n```plaintext\nParams: brushRect - Brush rectangle, in target XY coordinates.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "targetXY", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "ToBrushUV", - "comment": "Point transformed to Brush UV space.\n\n```plaintext\nParams: targetXY - Point in target XY space.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "brushUV", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "FromBrushUV", - "comment": "Target XY coordinate.\n\n```plaintext\nParams: brushUV - Brush UV coordinate to transform.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "BrushTransform", - "comment": "Represents a linear 2D transformation between brush UV space and a target XY space (typically this is a Terrain-local object space.)\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Color" }, - { "name": "to", "typeName": "UnityEngine.Color" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ColorParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector2" }, - { "name": "to", "typeName": "UnityEngine.Vector2" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Vector2Parameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.Vector3Parameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector4", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.Vector3Parameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Vector3Parameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector4" }, - { "name": "to", "typeName": "UnityEngine.Vector4" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { - "name": "prop", - "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Vector4Parameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "from", - "typeName": "UnityEngine.Rendering.PostProcessing.Spline" - }, - { - "name": "to", - "typeName": "UnityEngine.Rendering.PostProcessing.Spline" - }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "SplineParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "name": "None", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "name": "Black", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "name": "White", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "name": "Transparent", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "name": "Lut2D", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "TextureParameterDefault", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", - "name": "defaultState", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Texture" }, - { "name": "to", "typeName": "UnityEngine.Texture" }, - { "name": "t", "typeName": "float" } - ], - "isStatic": false, - "name": "Interp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "TextureParameter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessAttribute", - "name": "attribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", - "name": "settings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [], - "name": "PostProcessBundle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Diagnostics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", - "name": "AccessViolation", - "comment": "Cause a crash by performing an invalid memory access.\n\nThe invalid memory access is performed on each platform as follows:\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", - "name": "FatalError", - "comment": "Cause a crash using Unity's native fatal error implementation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", - "name": "Abort", - "comment": "Cause a crash by calling the abort() function.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", - "name": "PureVirtualFunction", - "comment": "Cause a crash by calling a pure virtual function to raise an exception.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", - "name": "MonoAbort", - "comment": "Cause a crash by calling the abort() function within the Mono dynamic library.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Diagnostics.ForcedCrashCategory", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ForcedCrashCategory", - "comment": "Specifies the category of crash to cause when calling ForceCrash().\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer", - "name": "postProcessLayer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "lightMeter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "histogram", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "waveform", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "vectorscope", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "debugOverlay", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessDebug", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "None", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "Depth", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "Normals", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "MotionVectors", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "NANTracker", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "ColorBlindnessSimulation", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "_", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "AmbientOcclusion", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "BloomBuffer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "BloomThreshold", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "DepthOfField", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "DebugOverlay", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", - "name": "Deuteranopia", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", - "name": "Protanopia", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", - "name": "Tritanopia", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ColorBlindnessType", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.LightMeterMonitor", - "name": "lightMeter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor", - "name": "histogram", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.WaveformMonitor", - "name": "waveform", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.VectorscopeMonitor", - "name": "vectorscope", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer.OverlaySettings", - "name": "overlaySettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "debugOverlayTarget", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "debugOverlayActive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", - "name": "debugOverlay", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "monitor", - "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType" - } - ], - "isStatic": false, - "name": "RequestMonitorPass", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay" - } - ], - "isStatic": false, - "name": "RequestDebugOverlay", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "sheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": false, - "name": "PushDebugOverlay", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessDebugLayer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "crashCategory", - "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory" - } - ], - "isStatic": true, - "name": "ForceCrash", - "comment": "Manually causes an application crash in the specified category.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "NativeAssert", - "comment": "Manually causes an assert that outputs the specified message to the log and registers an error.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "NativeError", - "comment": "Manually causes a native error that outputs the specified message to the log and registers an error.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": true, - "name": "NativeWarning", - "comment": "Manually causes a warning that outputs the specified message to the log and registers an error.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Utils", - "comment": "A utility class that you can use for diagnostic purposes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Diagnostics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "connected", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "remoteFilePath", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "SendFile", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerConnection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Terrain", - "name": "originTerrain", - "comment": "(Read Only) The Terrain used to build the PaintContext.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RectInt", - "name": "pixelRect", - "comment": "(Read Only) The pixel rectangle that this PaintContext represents.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "targetTextureWidth", - "comment": "(Read Only) The width of the target terrain texture. This is the resolution for a single Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "targetTextureHeight", - "comment": "(Read Only) The height of the target terrain texture. This is the resolution for a single Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pixelSize", - "comment": "(Read Only) The size of a PaintContext pixel in terrain units (as defined by originTerrain.)\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "sourceRenderTexture", - "comment": "(Read Only) Render target that stores the original data from the Terrain tiles.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "destinationRenderTexture", - "comment": "(Read Only) RenderTexture that an edit operation writes to modify the data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "oldRenderTexture", - "comment": "(Read Only) The value of RenderTexture.active at the time CreateRenderTargets is called.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "terrainCount", - "comment": "(Read Only) The number of Terrain tiles in this PaintContext.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "heightWorldSpaceMin", - "comment": "The minimum height of all Terrain tiles that this PaintContext touches in world space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "heightWorldSpaceSize", - "comment": "The height range (from Min to Max) of all Terrain tiles that this PaintContext touches in world space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "kNormalizedHeightScale", - "comment": "Unity uses this value internally to transform a [0, 1] height value to a texel value, which is stored in TerrainData.heightmapTexture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Terrain", - "params": [{ "name": "terrainIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetTerrain", - "comment": "Returns the Terrain object.\n\n```plaintext\nParams: terrainIndex - Index of the terrain.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "RectInt", - "params": [{ "name": "terrainIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetClippedPixelRectInTerrainPixels", - "comment": "Returns the clipped pixel rectangle.\n\n```plaintext\nParams: terrainIndex - Index of the Terrain.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "RectInt", - "params": [{ "name": "terrainIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetClippedPixelRectInRenderTexturePixels", - "comment": "Returns the clipped pixel rectangle.\n\n```plaintext\nParams: terrainIndex - Index of the Terrain.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "pixelRect", "typeName": "UnityEngine.RectInt" }, - { "name": "targetTextureWidth", "typeName": "int" }, - { "name": "targetTextureHeight", "typeName": "int" }, - { "name": "texelPadding", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "PaintContext", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, - { "name": "inputTextureWidth", "typeName": "int" }, - { "name": "inputTextureHeight", "typeName": "int" }, - { "name": "extraBorderPixels", "typeName": "int" }, - { "name": "texelPadding", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateFromBounds", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colorFormat", - "typeName": "UnityEngine.RenderTextureFormat" - } - ], - "isStatic": false, - "name": "CreateRenderTargets", - "comment": "Creates the sourceRenderTexture and destinationRenderTexture.\n\n```plaintext\nParams: colorFormat - Render Texture format.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "restoreRenderTexture", "typeName": "bool" }], - "isStatic": false, - "name": "Cleanup", - "comment": "Releases the allocated resources of this PaintContext.\n\n```plaintext\nParams: restoreRenderTexture - When true, indicates that this function restores RenderTexture.active\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "terrainSource", - "typeName": "System.Func" - }, - { "name": "defaultColor", "typeName": "UnityEngine.Color" }, - { "name": "blitMaterial", "typeName": "UnityEngine.Material" }, - { "name": "blitPass", "typeName": "int" }, - { - "name": "beforeBlit", - "typeName": "System.Action" - }, - { - "name": "afterBlit", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Gather", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "terrainDest", - "typeName": "System.Func" - }, - { "name": "blitMaterial", "typeName": "UnityEngine.Material" }, - { "name": "blitPass", "typeName": "int" }, - { - "name": "beforeBlit", - "typeName": "System.Action" - }, - { - "name": "afterBlit", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Scatter", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GatherHeightmap", - "comment": "Gathers the heightmap information into sourceRenderTexture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "editorUndoName", "typeName": "string" }], - "isStatic": false, - "name": "ScatterHeightmap", - "comment": "Applies an edited heightmap PaintContext by copying modifications back to the source Terrain tiles.\n\n```plaintext\nParams: editorUndoName - Unique name used for the undo stack.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GatherHoles", - "comment": "Gathers the Terrain holes information into sourceRenderTexture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "editorUndoName", "typeName": "string" }], - "isStatic": false, - "name": "ScatterHoles", - "comment": "Applies an edited Terrain holes PaintContext by copying modifications back to the source Terrain tiles.\n\n```plaintext\nParams: editorUndoName - Unique name used for the undo stack.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GatherNormals", - "comment": "Gathers the normal information into sourceRenderTexture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputLayer", "typeName": "UnityEngine.TerrainLayer" }, - { "name": "addLayerIfDoesntExist", "typeName": "bool" } - ], - "isStatic": false, - "name": "GatherAlphamap", - "comment": "Gathers the alphamap information into sourceRenderTexture.\n\n```plaintext\nParams: inputLayer - TerrainLayer used for painting.\n addLayerIfDoesntExist - Set to true to specify that the inputLayer is added to the terrain if it does not already exist. Set to false to specify that terrain layers are not added to the terrain.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "editorUndoName", "typeName": "string" }], - "isStatic": false, - "name": "ScatterAlphamap", - "comment": "Applies an edited alphamap PaintContext by copying modifications back to the source Terrain tiles.\n\n```plaintext\nParams: editorUndoName - Unique name used for the undo stack.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ApplyDelayedActions", - "comment": "Flushes the delayed actions created by PaintContext heightmap and alphamap modifications.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "PaintContext", - "comment": "The context for a paint operation that may span multiple connected Terrain tiles.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "linearDepth", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "motionColorIntensity", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "motionGridSize", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", - "name": "colorBlindnessType", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "colorBlindnessStrength", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "OverlaySettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "DepthTextureMode", - "params": [], - "isStatic": false, - "name": "GetCameraFlags", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetHistory", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "Render", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessEffectRenderer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "settings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [], - "name": "PostProcessEffectRenderer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "active", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", - "name": "enabled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "state", "typeName": "bool" }, - { "name": "excludeEnabled", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetAllOverridesTo", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "IsEnabledAndSupported", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHash", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessEffectSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", - "name": "BeforeTransparent", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", - "name": "BeforeStack", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", - "name": "AfterStack", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessEvent", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "volumeTrigger", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "volumeLayer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "stopNaNPropagation", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "finalBlitToCameraTarget", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "name": "antialiasingMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TemporalAntialiasing", - "name": "temporalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing", - "name": "subpixelMorphologicalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing", - "name": "fastApproximateAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.Fog", - "name": "fog", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer", - "name": "debugLayer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "breakBeforeColorGrading", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary>", - "name": "sortedBundles", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.DepthTextureMode", - "name": "cameraDepthFlags", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "haveBundlesBeenInited", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "InitBundles", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessBundle", - "params": [], - "isStatic": false, - "name": "GetBundle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessBundle", - "params": [{ "name": "settingsType", "typeName": "System.Type" }], - "isStatic": false, - "name": "GetBundle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depthMap", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier?" - }, - { "name": "invert", "typeName": "bool" }, - { "name": "isMSAA", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMSVOMap", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetHistory", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "HasOpaqueOnlyEffects", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "evt", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent" - }, - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "HasActiveEffects", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cam", "typeName": "UnityEngine.Camera" }, - { "name": "cmd", "typeName": "UnityEngine.Rendering.CommandBuffer" } - ], - "isStatic": false, - "name": "UpdateVolumeSystem", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "RenderOpaqueOnly", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - } - ], - "isStatic": false, - "name": "Render", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessLayer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Terrain", - "name": "terrain", - "comment": "Read only. The Terrain represented by this context.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RectInt", - "name": "clippedTerrainPixels", - "comment": "Read only. PaintContext.pixelRect, clipped to this Terrain, in Terrain pixel coordinates.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RectInt", - "name": "clippedPCPixels", - "comment": "Read only. PaintContext.pixelRect, clipped to this Terrain, in PaintContext pixel coordinates.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "gatherEnable", - "comment": "Controls gathering from this Terrain within the PaintContext. The default is true.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "scatterEnable", - "comment": "Controls scattering to this Terrain within the PaintContext. The default is true.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "object", - "name": "userData", - "comment": "Modify this value, if required, to store and retrieve values relevant to the PaintContext operation.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [], - "name": "ITerrainInfo", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.HeightmapChangedCallback", - "name": "heightmapChanged", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.TextureChangedCallback", - "name": "textureChanged", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.HeightmapChangedCallback" - } - ], - "isStatic": true, - "name": "add_heightmapChanged", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.HeightmapChangedCallback" - } - ], - "isStatic": true, - "name": "remove_heightmapChanged", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.TextureChangedCallback" - } - ], - "isStatic": true, - "name": "add_textureChanged", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.TextureChangedCallback" - } - ], - "isStatic": true, - "name": "remove_textureChanged", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainCallbacks", - "comment": "This static class provides events that Unity triggers when Terrain data changes.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "name": "None", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "name": "FastApproximateAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "name": "SubpixelMorphologicalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "name": "TemporalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Antialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "assemblyQualifiedName", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessBundle", - "name": "bundle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "SerializedBundleRef", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "settingsTypes", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessManager", - "name": "instance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "layer", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "skipDisabled", "typeName": "bool" }, - { "name": "skipZeroWeight", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetActiveVolumes", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessVolume", - "params": [ - { - "name": "layer", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" - } - ], - "isStatic": false, - "name": "GetHighestPriorityVolume", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessVolume", - "params": [{ "name": "mask", "typeName": "UnityEngine.LayerMask" }], - "isStatic": false, - "name": "GetHighestPriorityVolume", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessVolume", - "params": [ - { "name": "layer", "typeName": "int" }, - { "name": "priority", "typeName": "float" }, - { - "name": "settings", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings[]" - } - ], - "isStatic": false, - "name": "QuickVolume", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessManager", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "heightRegion", "typeName": "UnityEngine.RectInt" }, - { "name": "synched", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "heightRegion", "typeName": "UnityEngine.RectInt" }, - { "name": "synched", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "HeightmapChangedCallback", - "comment": "Use this delegate type with heightmapChanged to monitor all changes to the Terrain heightmap.\n\n```plaintext\nParams: terrain - The Terrain object that references a changed TerrainData asset.\n heightRegion - The heightmap region that changed, in samples.\n synched - Indicates whether the changes were fully synchronized back to CPU memory.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "settings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isDirty", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "AddSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessEffectSettings", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "AddSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PostProcessEffectSettings", - "params": [ - { - "name": "effect", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings" - } - ], - "isStatic": false, - "name": "AddSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "RemoveSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": false, - "name": "HasSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetSetting", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "outSetting", "typeName": "T" }], - "isStatic": false, - "name": "TryGetSettings", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessProfile", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "textureName", "typeName": "string" }, - { "name": "texelRegion", "typeName": "UnityEngine.RectInt" }, - { "name": "synched", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "textureName", "typeName": "string" }, - { "name": "texelRegion", "typeName": "UnityEngine.RectInt" }, - { "name": "synched", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TextureChangedCallback", - "comment": "Use this delegate type with textureChanged to monitor all the changes to Terrain textures.\n\n```plaintext\nParams: terrain - The Terrain object that references a changed TerrainData asset.\n textureName - The name of the texture that changed.\n texelRegion - The region of the Terrain texture that changed, in texel coordinates.\n synched - Indicates whether the changes were fully synchronized back to CPU memory.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetBuiltinPaintMaterial", - "comment": "Built-in terrain paint material.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minBrushWorldSize", "typeName": "float" }, - { "name": "maxBrushWorldSize", "typeName": "float" }, - { "name": "terrainTileWorldSize", "typeName": "float" }, - { "name": "terrainTileTextureResolutionPixels", "typeName": "int" }, - { "name": "minBrushResolutionPixels", "typeName": "int" }, - { "name": "maxBrushResolutionPixels", "typeName": "int" } - ], - "isStatic": true, - "name": "GetBrushWorldSizeLimits", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "BrushTransform", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { - "name": "brushCenterTerrainUV", - "typeName": "UnityEngine.Vector2" - }, - { "name": "brushSize", "typeName": "float" }, - { "name": "brushRotationDegrees", "typeName": "float" } - ], - "isStatic": true, - "name": "CalculateBrushTransform", - "comment": "Transform from terrain space to Brush UVs.\n\n```plaintext\nParams: terrain - Reference terrain, defines terrain UV and object space.\n brushCenterTerrainUV - Center point of the brush, in terrain UV space (0-1 across the terrain tile).\n brushSize - Size of the brush, in terrain space.\n brushRotationDegrees - Brush rotation in degrees (clockwise).\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - }, - { - "name": "dst", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - }, - { "name": "scaleOffset", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "BuildTransformPaintContextUVToPaintContextUV", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "paintContext", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - }, - { - "name": "brushXform", - "typeName": "UnityEngine.Experimental.TerrainAPI.BrushTransform" - }, - { "name": "material", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "SetupTerrainToolMaterialProperties", - "comment": "Sets up all of the material properties used by functions in TerrainTool.cginc.\n\n```plaintext\nParams: paintContext - PaintContext describing the area we are editing, and the terrain space.\n brushXform - BrushTransform from terrain space to Brush UVs.\n material - Material to populate with transform properties.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctx", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - } - ], - "isStatic": true, - "name": "ReleaseContextResources", - "comment": "Releases the allocated resources of the specified PaintContext.\n\n```plaintext\nParams: ctx - The PaintContext containing the resources to release.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "PaintContext", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, - { "name": "extraBorderPixels", "typeName": "int" } - ], - "isStatic": true, - "name": "BeginPaintHeightmap", - "comment": "PaintContext containing the combined heightmap data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n boundsInTerrainSpace - The region in terrain space to edit.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctx", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - }, - { "name": "editorUndoName", "typeName": "string" } - ], - "isStatic": true, - "name": "EndPaintHeightmap", - "comment": "Helper function to complete a heightmap modification.\n\n```plaintext\nParams: ctx - The heightmap paint context to complete.\n editorUndoName - Unique name used for the undo stack.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "PaintContext", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, - { "name": "extraBorderPixels", "typeName": "int" } - ], - "isStatic": true, - "name": "BeginPaintHoles", - "comment": "PaintContext that contains the combined Terrain holes data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n boundsInTerrainSpace - The region in Terrain space to edit.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctx", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - }, - { "name": "editorUndoName", "typeName": "string" } - ], - "isStatic": true, - "name": "EndPaintHoles", - "comment": "Helper function to complete a Terrain holes modification.\n\n```plaintext\nParams: ctx - The Terrain holes PaintContext to complete.\n editorUndoName - Unique name used for the undo stack.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "PaintContext", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, - { "name": "extraBorderPixels", "typeName": "int" } - ], - "isStatic": true, - "name": "CollectNormals", - "comment": "PaintContext containing the combined normalmap data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n boundsInTerrainSpace - The region in terrain space from which to collect normals.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "PaintContext", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, - { "name": "inputLayer", "typeName": "UnityEngine.TerrainLayer" }, - { "name": "extraBorderPixels", "typeName": "int" } - ], - "isStatic": true, - "name": "BeginPaintTexture", - "comment": "PaintContext containing the combined alphamap data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n inputLayer - Selects the alphamap to paint.\n boundsInTerrainSpace - The region in terrain space to edit.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ctx", - "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" - }, - { "name": "editorUndoName", "typeName": "string" } - ], - "isStatic": true, - "name": "EndPaintTexture", - "comment": "Helper function to complete a texture alphamap modification.\n\n```plaintext\nParams: ctx - The texture paint context to complete.\n editorUndoName - Unique name used for the undo stack.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetBlitMaterial", - "comment": "Built in \"Hidden/BlitCopy\" material.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetHeightBlitMaterial", - "comment": "Built in \"HiddenTerrainEngineHeightBlitCopy\" material.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetCopyTerrainLayerMaterial", - "comment": "Built in \"HiddenTerrainTerrainLayerUtils\" material.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "mapIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTerrainAlphaMapChecked", - "comment": "Alphamap texture at mapIndex.\n\n```plaintext\nParams: terrain - Terrain tile.\n mapIndex - Index to retrieve.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "inputLayer", "typeName": "UnityEngine.TerrainLayer" } - ], - "isStatic": true, - "name": "FindTerrainLayerIndex", - "comment": "Returns the index of the terrain layer if it exists or -1 if it doesn't exist.\n\n```plaintext\nParams: terrain - Terrain tile.\n inputLayer - Terrain layer to search for.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainPaintUtility", - "comment": "A set of utility functions for custom terrain paint tools.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "camera", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.CommandBuffer", - "name": "command", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "source", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "destination", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "sourceFormat", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "flip", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources", - "name": "resources", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheetFactory", - "name": "propertySheets", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "userData", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer", - "name": "debugLayer", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "stereoActive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "xrActiveEye", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "numberOfEyes", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", - "name": "stereoRenderingMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "screenWidth", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "int", - "name": "screenHeight", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isSceneView", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", - "name": "antialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.TemporalAntialiasing", - "name": "temporalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsTemporalAntialiasingActive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "overlay", - "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay" - } - ], - "isStatic": false, - "name": "IsDebugOverlayEnabled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "sheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": false, - "name": "PushDebugOverlay", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "depthBufferBits", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.RenderTextureFormat" - }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "widthOverride", "typeName": "int" }, - { "name": "heightOverride", "typeName": "int" } - ], - "isStatic": false, - "name": "GetScreenSpaceTemporaryRT", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "RenderTexture", - "params": [ - { "name": "depthBufferBits", "typeName": "int" }, - { - "name": "colorFormat", - "typeName": "UnityEngine.RenderTextureFormat" - }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "widthOverride", "typeName": "int" }, - { "name": "heightOverride", "typeName": "int" } - ], - "isStatic": false, - "name": "GetScreenSpaceTemporaryRT", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "isTAAEnabled", "typeName": "bool" }, - { "name": "isAOEnabled", "typeName": "bool" }, - { "name": "isSSREnabled", "typeName": "bool" } - ], - "isStatic": false, - "name": "UpdateSinglePassStereoState", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessRenderContext", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "name": "RaiseLowerHeight", - "comment": "Built-in render pass for raising and lowering Terrain height.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "name": "StampHeight", - "comment": "Built-in render pass for stamping heights on the Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "name": "SetHeights", - "comment": "Built-in render pass for setting Terrain height.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "name": "SmoothHeights", - "comment": "Built-in render pass for smoothing the Terrain height.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "name": "PaintTexture", - "comment": "Built-in render pass for painting the splatmap texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "name": "PaintHoles", - "comment": "Built-in render pass for painting Terrain holes.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "BuiltinPaintMaterialPasses", - "comment": "Enumeration of the render passes in the built-in paint material.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", - "name": "MultiPass", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", - "name": "SinglePass", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", - "name": "SinglePassInstanced", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", - "name": "SinglePassMultiview", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "StereoRenderingMode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "AutoConnect", - "comment": "Automatically connects neighboring terrains.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainUtility", - "comment": "Provides a set of utility functions that are used by the terrain tools.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D[]", - "name": "blueNoise64", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture2D[]", - "name": "blueNoise256", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.SMAALuts", - "name": "smaaLuts", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.Shaders", - "name": "shaders", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.ComputeShaders", - "name": "computeShaders", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.ChangeHandler", - "name": "changeHandler", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessResources", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Assertions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "raiseExceptions", - "comment": "Obsolete. Do not use.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj1", "typeName": "object" }, - { "name": "obj2", "typeName": "object" } - ], - "isStatic": true, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "obj1", "typeName": "object" }, - { "name": "obj2", "typeName": "object" } - ], - "isStatic": true, - "name": "ReferenceEquals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "IsTrue", - "comment": "Asserts that the condition is true.\n\n```plaintext\nParams: message - The string used to describe the Assert.\n condition - true or false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "IsTrue", - "comment": "Asserts that the condition is true.\n\n```plaintext\nParams: message - The string used to describe the Assert.\n condition - true or false.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "condition", "typeName": "bool" }], - "isStatic": true, - "name": "IsFalse", - "comment": "Return true when the condition is false. Otherwise return false.\n\n```plaintext\nParams: condition - true or false.\n message - The string used to describe the result of the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "condition", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "IsFalse", - "comment": "Return true when the condition is false. Otherwise return false.\n\n```plaintext\nParams: condition - true or false.\n message - The string used to describe the result of the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" } - ], - "isStatic": true, - "name": "AreApproximatelyEqual", - "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreApproximatelyEqual", - "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" } - ], - "isStatic": true, - "name": "AreApproximatelyEqual", - "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreApproximatelyEqual", - "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" } - ], - "isStatic": true, - "name": "AreNotApproximatelyEqual", - "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotApproximatelyEqual", - "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" } - ], - "isStatic": true, - "name": "AreNotApproximatelyEqual", - "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotApproximatelyEqual", - "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "actual", "typeName": "T" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "actual", "typeName": "T" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "actual", "typeName": "T" }, - { "name": "message", "typeName": "string" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "UnityEngine.Object" }, - { "name": "actual", "typeName": "UnityEngine.Object" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "actual", "typeName": "T" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "actual", "typeName": "T" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "actual", "typeName": "T" }, - { "name": "message", "typeName": "string" }, - { - "name": "comparer", - "typeName": "System.Collections.Generic.IEqualityComparer" - } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "UnityEngine.Object" }, - { "name": "actual", "typeName": "UnityEngine.Object" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": true, - "name": "IsNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "T" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "IsNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Object" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "IsNull", - "comment": "Assert the value is null.\n\n```plaintext\nParams: value - The Object or type being checked for.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "T" }], - "isStatic": true, - "name": "IsNotNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "T" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "IsNotNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Object" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "IsNotNull", - "comment": "Assert that the value is not null.\n\n```plaintext\nParams: value - The Object or type being checked for.\n message - The string used to describe the Assert.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "sbyte" }, - { "name": "actual", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "sbyte" }, - { "name": "actual", "typeName": "sbyte" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "sbyte" }, - { "name": "actual", "typeName": "sbyte" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "sbyte" }, - { "name": "actual", "typeName": "sbyte" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "byte" }, - { "name": "actual", "typeName": "byte" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "byte" }, - { "name": "actual", "typeName": "byte" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "byte" }, - { "name": "actual", "typeName": "byte" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "byte" }, - { "name": "actual", "typeName": "byte" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "char" }, - { "name": "actual", "typeName": "char" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "char" }, - { "name": "actual", "typeName": "char" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "char" }, - { "name": "actual", "typeName": "char" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "char" }, - { "name": "actual", "typeName": "char" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "short" }, - { "name": "actual", "typeName": "short" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "short" }, - { "name": "actual", "typeName": "short" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "short" }, - { "name": "actual", "typeName": "short" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "short" }, - { "name": "actual", "typeName": "short" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ushort" }, - { "name": "actual", "typeName": "ushort" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ushort" }, - { "name": "actual", "typeName": "ushort" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ushort" }, - { "name": "actual", "typeName": "ushort" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ushort" }, - { "name": "actual", "typeName": "ushort" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "int" }, - { "name": "actual", "typeName": "int" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "int" }, - { "name": "actual", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "int" }, - { "name": "actual", "typeName": "int" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "int" }, - { "name": "actual", "typeName": "int" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "uint" }, - { "name": "actual", "typeName": "uint" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "uint" }, - { "name": "actual", "typeName": "uint" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "uint" }, - { "name": "actual", "typeName": "uint" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "uint" }, - { "name": "actual", "typeName": "uint" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "long" }, - { "name": "actual", "typeName": "long" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "long" }, - { "name": "actual", "typeName": "long" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "long" }, - { "name": "actual", "typeName": "long" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "long" }, - { "name": "actual", "typeName": "long" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ulong" }, - { "name": "actual", "typeName": "ulong" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ulong" }, - { "name": "actual", "typeName": "ulong" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ulong" }, - { "name": "actual", "typeName": "ulong" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "ulong" }, - { "name": "actual", "typeName": "ulong" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": true, - "name": "AreNotEqual", - "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Assert", - "comment": "The Assert class contains assertion methods for setting invariants in the code.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Shader", - "name": "bloom", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "copy", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "copyStd", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "copyStdFromTexArray", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "copyStdFromDoubleWide", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "discardAlpha", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "depthOfField", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "finalPass", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "grainBaker", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "motionBlur", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "temporalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "subpixelMorphologicalAntialiasing", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "texture2dLerp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "uber", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "lut2DBaker", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "lightMeter", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "gammaHistogram", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "waveform", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "vectorscope", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "debugOverlays", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "deferredFog", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "scalableAO", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "multiScaleAO", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "screenSpaceReflections", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Shaders", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Shaders", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ComputeShader", - "name": "autoExposure", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "exposureHistogram", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "lut3DBaker", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "texture3dLerp", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "gammaHistogram", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "waveform", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "vectorscope", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "multiScaleAODownsample1", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "multiScaleAODownsample2", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "multiScaleAORender", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "multiScaleAOUpsample", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.ComputeShader", - "name": "gaussianDownsample", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "ComputeShaders", - "params": [], - "isStatic": false, - "name": "Clone", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ComputeShaders", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Assertions", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [ - { - "typeName": "string", - "name": "Message", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "message", "typeName": "string" }, - { "name": "userMessage", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AssertionException", - "comment": "An exception that is thrown when an assertion fails.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "area", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "search", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "SMAALuts", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ChangeHandler", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", - "name": "sharedProfile", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isGlobal", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "blendDistance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "weight", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "priority", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", - "name": "profile", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasInstantiatedProfile", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PostProcessVolume", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "x", "typeName": "float" }], - "isStatic": true, - "name": "StandardIlluminantY", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": true, - "name": "CIExyToLMS", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "temperature", "typeName": "float" }, - { "name": "tint", "typeName": "float" } - ], - "isStatic": true, - "name": "ComputeColorBalance", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "color", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "ColorToLift", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "color", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "ColorToInverseGamma", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "color", "typeName": "UnityEngine.Vector4" }], - "isStatic": true, - "name": "ColorToGain", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "x", "typeName": "float" }], - "isStatic": true, - "name": "LogCToLinear", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "x", "typeName": "float" }], - "isStatic": true, - "name": "LinearToLogC", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "UInt32", - "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "ToHex", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "hex", "typeName": "uint" }], - "isStatic": true, - "name": "ToRGBA", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "ColorUtilities", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PostProcessing.HableCurve.Uniforms", - "name": "uniforms", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "whitePoint", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "inverseWhitePoint", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "x", "typeName": "float" }], - "isStatic": false, - "name": "Eval", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "toeStrength", "typeName": "float" }, - { "name": "toeLength", "typeName": "float" }, - { "name": "shoulderStrength", "typeName": "float" }, - { "name": "shoulderLength", "typeName": "float" }, - { "name": "shoulderAngle", "typeName": "float" }, - { "name": "gamma", "typeName": "float" } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "HableCurve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "EventDefined", - "comment": "The listener will use the function binding specified by the even.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "Void", - "comment": "The listener will bind to zero argument functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "Object", - "comment": "The listener will bind to one argument Object functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "Int", - "comment": "The listener will bind to one argument int functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "Float", - "comment": "The listener will bind to one argument float functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "String", - "comment": "The listener will bind to one argument string functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.PersistentListenerMode", - "name": "Bool", - "comment": "The listener will bind to one argument bool functions.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Events.PersistentListenerMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PersistentListenerMode", - "comment": "THe mode that a listener is operating in.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector4", - "name": "curve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "toeSegmentA", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "toeSegmentB", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "midSegmentA", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "midSegmentB", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "shoSegmentA", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "shoSegmentB", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [], - "name": "Uniforms", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "radix", "typeName": "int" } - ], - "isStatic": true, - "name": "Get", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "HaltonSeq", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", - "name": "m_errorCode", - "comment": "Indicates the error status of the TerrainMap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "m_terrainTiles", - "comment": "Mapping from TileCoord to Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Terrain", - "params": [ - { "name": "tileX", "typeName": "int" }, - { "name": "tileZ", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTerrain", - "comment": "Returns a valid Terrain object if successful, null otherwise.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileZ - Tile Z coordinate.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "TerrainMap", - "params": [ - { "name": "originTerrain", "typeName": "UnityEngine.Terrain" }, - { - "name": "filter", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.TerrainFilter" - }, - { "name": "fullValidation", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateFromConnectedNeighbors", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "TerrainMap", - "params": [ - { "name": "originTerrain", "typeName": "UnityEngine.Terrain" }, - { - "name": "filter", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.TerrainFilter" - }, - { "name": "fullValidation", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateFromPlacement", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "TerrainMap", - "params": [ - { "name": "gridOrigin", "typeName": "UnityEngine.Vector2" }, - { "name": "gridSize", "typeName": "UnityEngine.Vector2" }, - { - "name": "filter", - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.TerrainFilter" - }, - { "name": "fullValidation", "typeName": "bool" } - ], - "isStatic": true, - "name": "CreateFromPlacement", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainMap", - "comment": "Type for mapping 2D (X,Z) tile coordinates to a Terrain object.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.MaterialPropertyBlock", - "name": "properties", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearKeywords", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "EnableKeyword", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "DisableKeyword", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PropertySheet", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PropertySheet", - "params": [{ "name": "shaderName", "typeName": "string" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "PropertySheet", - "params": [{ "name": "shader", "typeName": "UnityEngine.Shader" }], - "isStatic": false, - "name": "Get", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "PropertySheetFactory", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "whiteTexture", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture3D", - "name": "whiteTexture3D", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "blackTexture", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture3D", - "name": "blackTexture3D", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "transparentTexture", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Texture3D", - "name": "transparentTexture3D", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "fullscreenTriangle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "copyStdMaterial", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "copyStdFromDoubleWideMaterial", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "copyMaterial", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "copyFromTexArrayMaterial", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet", - "name": "copySheet", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet", - "name": "copyFromTexArraySheet", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "scriptableRenderPipelineActive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "supportsDeferredShading", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "supportsDepthNormals", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isSinglePassStereoSelected", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isSinglePassStereoEnabled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isVREnabled", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isAndroidOpenGL", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "defaultHDRRenderTextureFormat", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "bool", - "name": "isLinearColorSpace", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Texture2D", - "params": [{ "name": "size", "typeName": "int" }], - "isStatic": true, - "name": "GetLutStrip", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": true, - "name": "CopyTexture", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": true, - "name": "isFloatingPointFormat", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "Destroy", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": true, - "name": "IsResolvedDepthAvailable", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "profile", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessProfile" - }, - { "name": "destroyEffects", "typeName": "bool" } - ], - "isStatic": true, - "name": "DestroyProfile", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "volume", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessVolume" - }, - { "name": "destroyProfile", "typeName": "bool" }, - { "name": "destroyGameObject", "typeName": "bool" } - ], - "isStatic": true, - "name": "DestroyVolume", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "layer", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" - } - ], - "isStatic": true, - "name": "IsPostProcessingActive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "layer", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" - } - ], - "isStatic": true, - "name": "IsTemporalAntialiasingActive", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": true, - "name": "GetAllSceneObjects", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "obj", "typeName": "T" }], - "isStatic": true, - "name": "CreateIfNull", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "x", "typeName": "float" }], - "isStatic": true, - "name": "Exp2", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "GetJitteredPerspectiveProjectionMatrix", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "GetJitteredOrthographicProjectionMatrix", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { - "name": "context", - "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" - }, - { "name": "origProj", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "jitter", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "GenerateJitteredProjectionMatrixFromOriginal", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": true, - "name": "GetAllAssemblyTypes", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": true, - "name": "GetAllTypesDerivedFrom", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "expr", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": true, - "name": "GetMemberAttributes", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "expr", - "typeName": "System.Linq.Expressions.Expression>" - } - ], - "isStatic": true, - "name": "GetFieldPath", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "loadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "storeAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": "SetRenderTargetWithLoadStoreAction", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "loadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "storeAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - }, - { - "name": "depthLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": "SetRenderTargetWithLoadStoreAction", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "color", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "colorLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "colorStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depthLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": "SetRenderTargetWithLoadStoreAction", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "clear", "typeName": "bool" }, - { "name": "viewport", "typeName": "UnityEngine.Rect?" }, - { "name": "preserveDepth", "typeName": "bool" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { - "name": "loadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { "name": "viewport", "typeName": "UnityEngine.Rect?" }, - { "name": "preserveDepth", "typeName": "bool" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { "name": "clear", "typeName": "bool" }, - { "name": "viewport", "typeName": "UnityEngine.Rect?" }, - { "name": "preserveDepth", "typeName": "bool" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" }, - { "name": "eye", "typeName": "int" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangleFromDoubleWide", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { "name": "eye", "typeName": "int" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangleToDoubleWide", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { "name": "clear", "typeName": "bool" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangleFromTexArray", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { "name": "clear", "typeName": "bool" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangleToTexArray", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { "name": "clear", "typeName": "bool" }, - { "name": "viewport", "typeName": "UnityEngine.Rect?" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destinations", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "propertySheet", - "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" - }, - { "name": "pass", "typeName": "int" }, - { "name": "clear", "typeName": "bool" }, - { "name": "viewport", "typeName": "UnityEngine.Rect?" } - ], - "isStatic": false, - "name": "BlitFullscreenTriangle", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "BuiltinBlit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "destination", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": false, - "name": "BuiltinBlit", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetAttribute", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "RuntimeUtilities", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Assertions.Comparers", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEqualityComparer"], - "fields": [ - { - "typeName": "UnityEngine.Assertions.Comparers.FloatComparer", - "name": "s_ComparerWithDefaultTolerance", - "comment": "Default instance of a comparer class with deafult error epsilon and absolute error check.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "kEpsilon", - "comment": "Default epsilon used by the comparer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "relative", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "error", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "error", "typeName": "float" }, - { "name": "relative", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "obj", "typeName": "float" }], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "error", "typeName": "float" } - ], - "isStatic": true, - "name": "AreEqual", - "comment": "Result of the comparison.\n\n```plaintext\nParams: expected - Expected value.\n actual - Actual value.\n error - Comparison error.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "actual", "typeName": "float" }, - { "name": "error", "typeName": "float" } - ], - "isStatic": true, - "name": "AreEqualRelative", - "comment": "Result of the comparison.\n\n```plaintext\nParams: expected - Expected value.\n actual - Actual value.\n error - Comparison error.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FloatComparer", - "comment": "A float comparer used by Assertions.Assert performing approximate comparison.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Events.UnityEventCallState", - "name": "Off", - "comment": "Callback is not issued.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.UnityEventCallState", - "name": "EditorAndRuntime", - "comment": "Callback is always issued.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.UnityEventCallState", - "name": "RuntimeOnly", - "comment": "Callback is only issued in the Runtime and Editor playmode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Events.UnityEventCallState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEventCallState", - "comment": "Controls the scope of UnityEvent callbacks.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetPersistentEventCount", - "comment": "Get the number of registered persistent listeners.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPersistentTarget", - "comment": "Get the target component of the listener at index index.\n\n```plaintext\nParams: index - Index of the listener to query.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPersistentMethodName", - "comment": "Get the target method name of the listener at index index.\n\n```plaintext\nParams: index - Index of the listener to query.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "state", - "typeName": "UnityEngine.Events.UnityEventCallState" - } - ], - "isStatic": false, - "name": "SetPersistentListenerState", - "comment": "Modify the execution state of a persistent listener.\n\n```plaintext\nParams: index - Index of the listener to query.\n state - State to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAllListeners", - "comment": "Remove all non-persisent (ie created from script) listeners from the event.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "functionName", "typeName": "string" }, - { "name": "argumentTypes", "typeName": "System.Type[]" } - ], - "isStatic": true, - "name": "GetValidMethodInfo", - "comment": "Given an object, function name, and a list of argument types; find the method that matches.\n\n```plaintext\nParams: obj - Object to search for the method.\n functionName - Function name to search for.\n argumentTypes - Argument types for the function.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "MethodInfo", - "params": [ - { "name": "objectType", "typeName": "System.Type" }, - { "name": "functionName", "typeName": "string" }, - { "name": "argumentTypes", "typeName": "System.Type[]" } - ], - "isStatic": true, - "name": "GetValidMethodInfo", - "comment": "Given an object type, function name, and a list of argument types; find the method that matches.\n\n```plaintext\nParams: objectType - Object type to search for the method.\n functionName - Function name to search for.\n argumentTypes - Argument types for the function.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEventBase", - "comment": "Abstract base class for UnityEvents.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "k_Precision", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float", - "name": "k_Step", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "curve", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "typeName": "float[]", - "name": "cachedData", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "curve", "typeName": "UnityEngine.AnimationCurve" }, - { "name": "zeroValue", "typeName": "float" }, - { "name": "loop", "typeName": "bool" }, - { "name": "bounds", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "frame", "typeName": "int" }], - "isStatic": false, - "name": "Cache", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "length", "typeName": "int" } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": false, - "name": "Evaluate", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "Spline", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityAction", - "comment": "Zero argument delegate used by UnityEvents.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.PostProcessing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "RenderTextureFormat", - "params": [{ "name": "texture", "typeName": "UnityEngine.Texture" }], - "isStatic": true, - "name": "GetUncompressedRenderTextureFormat", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - } - ], - "name": "TextureFormatUtilities", - "comment": "", - "location": "Unity.Postprocessing.Runtime.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "arg0", "typeName": "T0" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "terrain", "typeName": "UnityEngine.Terrain" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "terrain", "typeName": "UnityEngine.Terrain" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainFilter", - "comment": "Terrain map filter.\n\n```plaintext\nParams: terrain - Terrain object to apply filter to.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "tileX", - "comment": "Tile X coordinate.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "tileZ", - "comment": "Tile Z coordinate.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tileX", "typeName": "int" }, - { "name": "tileZ", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TileCoord", - "comment": "Specifies a set of 2D tile coordinates.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityAction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", - "name": "OK", - "comment": "No error detected.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", - "name": "Overlapping", - "comment": "Indicates that there are two terrain tiles occupying one grid cell in the TerrainMap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", - "name": "SizeMismatch", - "comment": "Indicates that the adjacent terrain tiles have different sizes.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", - "name": "EdgeAlignmentMismatch", - "comment": "Indicates that the adjacent terrain tiles are not aligned edge to edge.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "ErrorCode", - "comment": "Error states used by the TerrainMap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "UnityEngine.Events.UnityEventBase", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "AddListener", - "comment": "Add a non persistent listener to the UnityEvent.\n\n```plaintext\nParams: call - Callback function.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "RemoveListener", - "comment": "Remove a non persistent listener from the UnityEvent. If you have added the same listener multiple times, this method will remove all occurrences of it.\n\n```plaintext\nParams: call - Callback function.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "Invoke all registered callbacks (runtime and persistent).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEvent", - "comment": "A zero argument persistent callback that can be saved with the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.TerrainAPI", - "baseClass": "System.Collections.Generic.Dictionary", - "attribute": "", - "interfaces": [ - "IDictionary", - "ICollection", - "IReadOnlyDictionary", - "IReadOnlyCollection", - "IEnumerable", - "IDictionary", - "ICollection", - "IEnumerable", - "IDeserializationCallback", - "ISerializable" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainGroups", - "comment": "Type for mapping Terrain.groupingID coordinates to TerrainMap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "UnityEngine.Events.UnityEventBase", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "AddListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "RemoveListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "arg0", "typeName": "T0" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEvent", - "comment": "One argument version of UnityEvent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "UnityEngine.Events.UnityEventBase", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "call", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "AddListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "call", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "RemoveListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEvent", - "comment": "Two argument version of UnityEvent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "UnityEngine.Events.UnityEventBase", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "call", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "AddListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "call", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "RemoveListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEvent", - "comment": "Three argument version of UnityEvent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Events", - "baseClass": "UnityEngine.Events.UnityEventBase", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "call", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "AddListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "call", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "RemoveListener", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "arg0", "typeName": "T0" }, - { "name": "arg1", "typeName": "T1" }, - { "name": "arg2", "typeName": "T2" }, - { "name": "arg3", "typeName": "T3" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityEvent", - "comment": "Four argument version of UnityEvent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.ShareType", - "name": "shareType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "UnityEngine.Analytics.SocialNetwork", - "name": "socialNetwork", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "senderId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "recipientId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "SocialShareAccept", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.StoreType", - "name": "storeType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "itemName", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "StoreItemClick", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.StoreType", - "name": "storeType", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "StoreOpened", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "tutorialId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "TutorialComplete", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "tutorialId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "TutorialSkip", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "tutorialId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "TutorialStart", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "stepIndex", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "typeName": "string", - "name": "tutorialId", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "TutorialStep", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AuthorizationNetwork", - "name": "authorizationNetwork", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - } - ], - "name": "UserSignup", - "comment": "", - "location": "Unity.Analytics.StandardEvents.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.EventTrigger", - "name": "m_Trigger", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.StandardEventPayload", - "name": "payload", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TriggerEvent", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "AnalyticsEventTracker", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "done", - "comment": "Checks whether the request has been processed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasError", - "comment": "This property is true if the request has encountered an error.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "layerCount", - "comment": "Number of layers in the current request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "layerDataSize", - "comment": "The size in bytes of one layer of the readback data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "The width of the requested GPU data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "When reading data from a ComputeBuffer, height is 1, otherwise, the property takes the value of the requested height from the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "depth", - "comment": "When reading data from a ComputeBuffer, depth is 1, otherwise, the property takes the value of the requested depth from the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "Triggers an update of the request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WaitForCompletion", - "comment": "Waits for completion of the request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AsyncGPUReadbackRequest", - "comment": "Represents an asynchronous request for a GPU resource.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "WaitAllRequests", - "comment": "Waits until the completion of every request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "Request", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncGPUReadbackRequest", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "RequestIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AsyncGPUReadback", - "comment": "Allows the asynchronous read back of GPU resources.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "paramCountMax", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "int", - "name": "triggerRuleCountMax", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [], - "name": "AnalyticsEventTrackerSettings", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SynchronisationStage", - "name": "VertexProcessing", - "comment": "All aspects of vertex processing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SynchronisationStage", - "name": "PixelProcessing", - "comment": "The process of creating and shading the fragments.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SynchronisationStage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SynchronisationStage", - "comment": "Broadly describes the stages of processing a draw call on the GPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", - "name": "requirementType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "string", - "name": "groupID", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.ValueProperty", - "name": "valueProperty", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "object", - "name": "value", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "AnalyticsEventParam", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "passed", - "comment": "This functionality is deprecated, and should no longer be used. Please use GraphicsFence.passed.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GPUFence", - "comment": "This functionality is deprecated, and should no longer be used. Please use GraphicsFence.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Assertions.Must", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MustBeTrue", - "comment": "An extension method for Assertions.Assert.IsTrue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "MustBeTrue", - "comment": "An extension method for Assertions.Assert.IsTrue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MustBeFalse", - "comment": "An extension method for Assertions.Assert.IsFalse.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "MustBeFalse", - "comment": "An extension method for Assertions.Assert.IsFalse.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "expected", "typeName": "float" }], - "isStatic": false, - "name": "MustBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "MustBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" } - ], - "isStatic": false, - "name": "MustBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "MustBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "expected", "typeName": "float" }], - "isStatic": false, - "name": "MustNotBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "MustNotBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" } - ], - "isStatic": false, - "name": "MustNotBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "float" }, - { "name": "tolerance", "typeName": "float" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "MustNotBeApproximatelyEqual", - "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "expected", "typeName": "T" }], - "isStatic": false, - "name": "MustBeEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "MustBeEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "expected", "typeName": "T" }], - "isStatic": false, - "name": "MustNotBeEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "expected", "typeName": "T" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "MustNotBeEqual", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MustBeNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "MustBeNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MustNotBeNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "message", "typeName": "string" }], - "isStatic": false, - "name": "MustNotBeNull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MustExtensions", - "comment": "An extension class that serves as a wrapper for the Assert class.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "BeginGPUCapture", - "comment": "Begins a GPU frame capture in PIX. If not running via PIX, or as a development build, then it has no effect.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndGPUCapture", - "comment": "Ends the current GPU frame capture in PIX. If not running via PIX, or as a development build, then it has no effect.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsAttached", - "comment": "Returns true if running via PIX and in a development build.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PIX", - "comment": "Provides an interface to control GPU frame capture in Microsoft's PIX software.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderHardwareTier", - "name": "Tier1", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderHardwareTier", - "name": "Tier2", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderHardwareTier", - "name": "Tier3", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShaderHardwareTier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderHardwareTier", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.IndexFormat", - "name": "UInt16", - "comment": "16 bit mesh index buffer format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.IndexFormat", - "name": "UInt32", - "comment": "32 bit mesh index buffer format.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.IndexFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IndexFormat", - "comment": "Format of the mesh index buffer data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.MeshUpdateFlags", - "name": "Default", - "comment": "Indicates that Unity should perform the default checks and validation when you update a Mesh's data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.MeshUpdateFlags", - "name": "DontValidateIndices", - "comment": "Indicates that Unity should not check index values when you use Mesh.SetIndexBufferData to modify a Mesh's data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.MeshUpdateFlags", - "name": "DontResetBoneBounds", - "comment": "Indicates that Unity should not reset skinned mesh bone bounds when you modify Mesh data using Mesh.SetVertexBufferData or Mesh.SetIndexBufferData.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.MeshUpdateFlags", - "name": "DontNotifyMeshUsers", - "comment": "Indicates that Unity should not notify Renderer components about a possible Mesh bounds change, when you modify Mesh data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.MeshUpdateFlags", - "name": "DontRecalculateBounds", - "comment": "Indicates that Unity should not recalculate the bounds when you set Mesh data using Mesh.SetSubMesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.MeshUpdateFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MeshUpdateFlags", - "comment": "Mesh data update flags.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "Float32", - "comment": "32-bit float number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "Float16", - "comment": "16-bit float number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "UNorm8", - "comment": "8-bit unsigned normalized number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "SNorm8", - "comment": "8-bit signed normalized number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "UNorm16", - "comment": "16-bit unsigned normalized number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "SNorm16", - "comment": "16-bit signed normalized number.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "UInt8", - "comment": "8-bit unsigned integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "SInt8", - "comment": "8-bit signed integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "UInt16", - "comment": "16-bit unsigned integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "SInt16", - "comment": "16-bit signed integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "UInt32", - "comment": "32-bit unsigned integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "SInt32", - "comment": "32-bit signed integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.VertexAttributeFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VertexAttributeFormat", - "comment": "Data type of a VertexAttribute.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "Position", - "comment": "Vertex position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "Normal", - "comment": "Vertex normal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "Tangent", - "comment": "Vertex tangent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "Color", - "comment": "Vertex color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord0", - "comment": "Primary texture coordinate (UV).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord1", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord2", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord3", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord4", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord5", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord6", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "TexCoord7", - "comment": "Additional texture coordinate.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "BlendWeight", - "comment": "Bone blend weights for skinned Meshes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "BlendIndices", - "comment": "Bone indices for skinned Meshes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.VertexAttribute", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VertexAttribute", - "comment": "Possible attribute types that describe a vertex in a Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderParamType", - "name": "Float", - "comment": "A float.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderParamType", - "name": "Int", - "comment": "An integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderParamType", - "name": "Bool", - "comment": "A boolean.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderParamType", - "name": "Half", - "comment": "A half-precision float.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderParamType", - "name": "Short", - "comment": "A short.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderParamType", - "name": "UInt", - "comment": "An unsigned integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShaderParamType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderParamType", - "comment": "Options for the data type of a shader constant's members.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderConstantType", - "name": "Vector", - "comment": "The shader constant is a vector or a scalar (a vector with one column). The related ShaderData.ConstantInfo stores the number of columns.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderConstantType", - "name": "Matrix", - "comment": "The shader constant is a matrix. The related ShaderData.ConstantInfo stores the number of rows and columns.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderConstantType", - "name": "Struct", - "comment": "The shader constant is a struct. The related ShaderData.ConstantInfo stores the struct's size and members.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShaderConstantType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderConstantType", - "comment": "Options for the shader constant value type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.OpaqueSortMode", - "name": "Default", - "comment": "Default opaque sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpaqueSortMode", - "name": "FrontToBack", - "comment": "Do rough front-to-back sorting of opaque objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpaqueSortMode", - "name": "NoDistanceSort", - "comment": "Do not sort opaque objects by distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.OpaqueSortMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OpaqueSortMode", - "comment": "Opaque object sorting mode of a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderQueue", - "name": "Background", - "comment": "This render queue is rendered before any others.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueue", - "name": "Geometry", - "comment": "Opaque geometry uses this queue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueue", - "name": "AlphaTest", - "comment": "Alpha tested geometry uses this queue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueue", - "name": "GeometryLast", - "comment": "Last render queue that is considered \"opaque\".\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueue", - "name": "Transparent", - "comment": "This render queue is rendered after Geometry and AlphaTest, in back-to-front order.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueue", - "name": "Overlay", - "comment": "This render queue is meant for overlay effects.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderQueue", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderQueue", - "comment": "Determine in which order objects are renderered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "name": "Load", - "comment": "When this RenderBuffer is activated, preserve the existing contents of it. This setting is expensive on tile-based GPUs and should be avoided whenever possible.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "name": "Clear", - "comment": "Upon activating the render buffer, clear its contents. Currently only works together with the RenderPass API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "name": "DontCare", - "comment": "When this RenderBuffer is activated, the GPU is instructed not to care about the existing contents of that RenderBuffer. On tile-based GPUs this means that the RenderBuffer contents do not need to be loaded into the tile memory, providing a performance boost.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderBufferLoadAction", - "comment": "This enum describes what should be done on the render target when it is activated (loaded).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "Store", - "comment": "The RenderBuffer contents need to be stored to RAM. If the surface has MSAA enabled, this stores the non-resolved surface.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "Resolve", - "comment": "Resolve the (MSAA'd) surface. Currently only used with the RenderPass API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "StoreAndResolve", - "comment": "Resolve the (MSAA'd) surface, but also store the multisampled version. Currently only used with the RenderPass API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "DontCare", - "comment": "The contents of the RenderBuffer are not needed and can be discarded. Tile-based GPUs will skip writing out the surface contents altogether, providing performance boost.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderBufferStoreAction", - "comment": "This enum describes what should be done on the render target when the GPU is done rendering into it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.FastMemoryFlags", - "name": "None", - "comment": "Use the default fast memory layout.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FastMemoryFlags", - "name": "SpillTop", - "comment": "Sections of the render target not placed in fast memory will be taken from the top of the image.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FastMemoryFlags", - "name": "SpillBottom", - "comment": "Sections of the render target not placed in fast memory will be taken from the bottom of the image.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.FastMemoryFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FastMemoryFlags", - "comment": "Control Fast Memory render target layout.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "Zero", - "comment": "Blend factor is (0, 0, 0, 0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "One", - "comment": "Blend factor is (1, 1, 1, 1).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "DstColor", - "comment": "Blend factor is (Rd, Gd, Bd, Ad).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "SrcColor", - "comment": "Blend factor is (Rs, Gs, Bs, As).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "OneMinusDstColor", - "comment": "Blend factor is (1 - Rd, 1 - Gd, 1 - Bd, 1 - Ad).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "SrcAlpha", - "comment": "Blend factor is (As, As, As, As).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "OneMinusSrcColor", - "comment": "Blend factor is (1 - Rs, 1 - Gs, 1 - Bs, 1 - As).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "DstAlpha", - "comment": "Blend factor is (Ad, Ad, Ad, Ad).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "OneMinusDstAlpha", - "comment": "Blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "SrcAlphaSaturate", - "comment": "Blend factor is (f, f, f, 1); where f = min(As, 1 - Ad).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "OneMinusSrcAlpha", - "comment": "Blend factor is (1 - As, 1 - As, 1 - As, 1 - As).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.BlendMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BlendMode", - "comment": "Blend mode for controlling the blending.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Video", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IPlayable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "VideoClipPlayable", - "params": [ - { - "name": "graph", - "typeName": "UnityEngine.Playables.PlayableGraph" - }, - { "name": "clip", "typeName": "UnityEngine.Video.VideoClip" }, - { "name": "looping", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "A VideoClipPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the VideoClipPlayable.\n looping - Indicates if VideoClip loops when it reaches the end.\n clip - VideoClip used to produce textures in the PlayableGraph.\n \n```\n\n", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "PlayableHandle", - "params": [], - "isStatic": false, - "name": "GetHandle", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Playable", - "params": [ - { - "name": "playable", - "typeName": "UnityEngine.Experimental.Video.VideoClipPlayable" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "VideoClipPlayable", - "params": [ - { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Experimental.Video.VideoClipPlayable" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "VideoClip", - "params": [], - "isStatic": false, - "name": "GetClip", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Video.VideoClip" } - ], - "isStatic": false, - "name": "SetClip", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetLooped", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetLooped", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPlaying", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetStartDelay", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Double", - "params": [], - "isStatic": false, - "name": "GetPauseDelay", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "startTime", "typeName": "double" }, - { "name": "startDelay", "typeName": "double" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "startTime", "typeName": "double" }, - { "name": "startDelay", "typeName": "double" }, - { "name": "duration", "typeName": "double" } - ], - "isStatic": false, - "name": "Seek", - "comment": "", - "location": "UnityEngine.VideoModule.dll" - } - ], - "name": "VideoClipPlayable", - "comment": "An implementation of IPlayable that controls playback of a VideoClip.\n\n", - "location": "UnityEngine.VideoModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Add", - "comment": "Add (s + d).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Subtract", - "comment": "Subtract.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "ReverseSubtract", - "comment": "Reverse subtract.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Min", - "comment": "Min.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Max", - "comment": "Max.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalClear", - "comment": "Logical Clear (0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalSet", - "comment": "Logical SET (1) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalCopy", - "comment": "Logical Copy (s) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalCopyInverted", - "comment": "Logical inverted Copy (!s) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalNoop", - "comment": "Logical No-op (d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalInvert", - "comment": "Logical Inverse (!d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalAnd", - "comment": "Logical AND (s & d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalNand", - "comment": "Logical NAND !(s & d). D3D11.1 only.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalOr", - "comment": "Logical OR (s | d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalNor", - "comment": "Logical NOR !(s | d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalXor", - "comment": "Logical XOR (s XOR d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalEquivalence", - "comment": "Logical Equivalence !(s XOR d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalAndReverse", - "comment": "Logical reverse AND (s & !d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalAndInverted", - "comment": "Logical inverted AND (!s & d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalOrReverse", - "comment": "Logical reverse OR (s | !d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "LogicalOrInverted", - "comment": "Logical inverted OR (!s | d) (D3D11.1 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Multiply", - "comment": "Multiply (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Screen", - "comment": "Screen (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Overlay", - "comment": "Overlay (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Darken", - "comment": "Darken (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Lighten", - "comment": "Lighten (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "ColorDodge", - "comment": "Color dodge (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "ColorBurn", - "comment": "Color burn (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "HardLight", - "comment": "Hard light (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "SoftLight", - "comment": "Soft light (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Difference", - "comment": "Difference (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "Exclusion", - "comment": "Exclusion (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "HSLHue", - "comment": "HSL Hue (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "HSLSaturation", - "comment": "HSL saturation (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "HSLColor", - "comment": "HSL color (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "HSLLuminosity", - "comment": "HSL luminosity (Advanced OpenGL blending).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.BlendOp", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BlendOp", - "comment": "Blend operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "Disabled", - "comment": "Depth or stencil test is disabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "Never", - "comment": "Never pass depth or stencil test.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "Less", - "comment": "Pass depth or stencil test when new value is less than old one.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "Equal", - "comment": "Pass depth or stencil test when values are equal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "LessEqual", - "comment": "Pass depth or stencil test when new value is less or equal than old one.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "Greater", - "comment": "Pass depth or stencil test when new value is greater than old one.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "NotEqual", - "comment": "Pass depth or stencil test when values are different.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "GreaterEqual", - "comment": "Pass depth or stencil test when new value is greater or equal than old one.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "Always", - "comment": "Always pass depth or stencil test.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CompareFunction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CompareFunction", - "comment": "Depth or stencil comparison function.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Experimental.Video", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AudioSampleProvider", - "params": [{ "name": "trackIndex", "typeName": "ushort" }], - "isStatic": false, - "name": "GetAudioSampleProvider", - "comment": "The sample provider for the specified track.\n\n```plaintext\nParams: vp - The \"this\" pointer for the extension method.\n trackIndex - The audio track index for which the sample provider is queried.\n \n```\n\n", - "location": "UnityEngine.VideoModule.dll" - } - ], - "name": "VideoPlayerExtensions", - "comment": "Extension methods for the Video.VideoPlayer class.\n\n", - "location": "UnityEngine.VideoModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CullMode", - "name": "Off", - "comment": "Disable culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullMode", - "name": "Front", - "comment": "Cull front-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullMode", - "name": "Back", - "comment": "Cull back-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CullMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CullMode", - "comment": "Backface culling mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ColorWriteMask", - "name": "Alpha", - "comment": "Write alpha component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ColorWriteMask", - "name": "Blue", - "comment": "Write blue component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ColorWriteMask", - "name": "Green", - "comment": "Write green component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ColorWriteMask", - "name": "Red", - "comment": "Write red component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ColorWriteMask", - "name": "All", - "comment": "Write all components (R, G, B and Alpha).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ColorWriteMask", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ColorWriteMask", - "comment": "Specifies which color components will get written into the target framebuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "Keep", - "comment": "Keeps the current stencil value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "Zero", - "comment": "Sets the stencil buffer value to zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "Replace", - "comment": "Replace the stencil buffer value with reference value (specified in the shader).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "IncrementSaturate", - "comment": "Increments the current stencil buffer value. Clamps to the maximum representable unsigned value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "DecrementSaturate", - "comment": "Decrements the current stencil buffer value. Clamps to 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "Invert", - "comment": "Bitwise inverts the current stencil buffer value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "IncrementWrap", - "comment": "Increments the current stencil buffer value. Wraps stencil buffer value to zero when incrementing the maximum representable unsigned value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "DecrementWrap", - "comment": "Decrements the current stencil buffer value. Wraps stencil buffer value to the maximum representable unsigned value when decrementing a stencil buffer value of zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.StencilOp", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StencilOp", - "comment": "Specifies the operation that's performed on the stencil buffer when rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.AmbientMode", - "name": "Skybox", - "comment": "Skybox-based or custom ambient lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.AmbientMode", - "name": "Trilight", - "comment": "Trilight ambient lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.AmbientMode", - "name": "Flat", - "comment": "Flat ambient lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.AmbientMode", - "name": "Custom", - "comment": "Ambient lighting is defined by a custom cubemap.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.AmbientMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AmbientMode", - "comment": "Ambient lighting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.DefaultReflectionMode", - "name": "Skybox", - "comment": "Skybox-based default reflection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.DefaultReflectionMode", - "name": "Custom", - "comment": "Custom default reflection.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.DefaultReflectionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DefaultReflectionMode", - "comment": "Default reflection mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Internal", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "object", - "name": "Value", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DefaultValueAttribute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionCubemapCompression", - "name": "Uncompressed", - "comment": "Baked Reflection cubemap will be left uncompressed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionCubemapCompression", - "name": "Compressed", - "comment": "Baked Reflection cubemap will be compressed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionCubemapCompression", - "name": "Auto", - "comment": "Baked Reflection cubemap will be compressed if compression format is suitable.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionCubemapCompression", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionCubemapCompression", - "comment": "Determines how Unity will compress baked reflection cubemap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Internal", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExcludeFromDocsAttribute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeDepthTexture", - "comment": "Before camera's depth texture is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterDepthTexture", - "comment": "After camera's depth texture is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeDepthNormalsTexture", - "comment": "Before camera's depth+normals texture is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterDepthNormalsTexture", - "comment": "After camera's depth+normals texture is generated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeGBuffer", - "comment": "Before deferred rendering G-buffer is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterGBuffer", - "comment": "After deferred rendering G-buffer is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeLighting", - "comment": "Before lighting pass in deferred rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterLighting", - "comment": "After lighting pass in deferred rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeFinalPass", - "comment": "Before final geometry pass in deferred lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterFinalPass", - "comment": "After final geometry pass in deferred lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeForwardOpaque", - "comment": "Before opaque objects in forward rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterForwardOpaque", - "comment": "After opaque objects in forward rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeImageEffectsOpaque", - "comment": "Before image effects that happen between opaque & transparent objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterImageEffectsOpaque", - "comment": "After image effects that happen between opaque & transparent objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeSkybox", - "comment": "Before skybox is drawn.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterSkybox", - "comment": "After skybox is drawn.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeForwardAlpha", - "comment": "Before transparent objects in forward rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterForwardAlpha", - "comment": "After transparent objects in forward rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeImageEffects", - "comment": "Before image effects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterImageEffects", - "comment": "After image effects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterEverything", - "comment": "After camera has done rendering everything.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeReflections", - "comment": "Before reflections pass in deferred rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterReflections", - "comment": "After reflections pass in deferred rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "BeforeHaloAndLensFlares", - "comment": "Before halo and lens flares.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraEvent", - "name": "AfterHaloAndLensFlares", - "comment": "After halo and lens flares.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CameraEvent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraEvent", - "comment": "Defines a place in camera's rendering to attach Rendering.CommandBuffer objects to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.LightEvent", - "name": "BeforeShadowMap", - "comment": "Before shadowmap is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightEvent", - "name": "AfterShadowMap", - "comment": "After shadowmap is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightEvent", - "name": "BeforeScreenspaceMask", - "comment": "Before directional light screenspace shadow mask is computed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightEvent", - "name": "AfterScreenspaceMask", - "comment": "After directional light screenspace shadow mask is computed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightEvent", - "name": "BeforeShadowMapPass", - "comment": "Before shadowmap pass is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightEvent", - "name": "AfterShadowMapPass", - "comment": "After shadowmap pass is rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.LightEvent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightEvent", - "comment": "Defines a place in light's rendering to attach Rendering.CommandBuffer objects to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "PointlightPositiveX", - "comment": "+X point light shadow cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "PointlightNegativeX", - "comment": "-X point light shadow cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "PointlightPositiveY", - "comment": "+Y point light shadow cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "PointlightNegativeY", - "comment": "-Y point light shadow cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "PointlightPositiveZ", - "comment": "+Z point light shadow cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "PointlightNegativeZ", - "comment": "-Z point light shadow cubemap face.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "DirectionalCascade0", - "comment": "First directional shadow map cascade.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "DirectionalCascade1", - "comment": "Second directional shadow map cascade.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "DirectionalCascade2", - "comment": "Third directional shadow map cascade.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "DirectionalCascade3", - "comment": "Fourth directional shadow map cascade.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "Spotlight", - "comment": "Spotlight shadow pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "Pointlight", - "comment": "All point light shadow passes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "Directional", - "comment": "All directional shadow map passes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowMapPass", - "name": "All", - "comment": "All shadow map passes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShadowMapPass", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowMapPass", - "comment": "Allows precise control over which shadow map passes to execute Rendering.CommandBuffer objects attached using Light.AddCommandBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "PropertyName", - "comment": "A globally set property name.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "BufferPtr", - "comment": "The raw RenderBuffer pointer to be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "RenderTexture", - "comment": "The given RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "BindableTexture", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "None", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "CurrentActive", - "comment": "Currently active render target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "CameraTarget", - "comment": "Target texture of currently rendering camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "Depth", - "comment": "Camera's depth texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "DepthNormals", - "comment": "Camera's depth+normals texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "ResolvedDepth", - "comment": "Resolved depth buffer from deferred.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "PrepassNormalsSpec", - "comment": "Deferred lighting (normals+specular) G-buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "PrepassLight", - "comment": "Deferred lighting light buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "PrepassLightSpec", - "comment": "Deferred lighting HDR specular light buffer (Xbox 360 only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer0", - "comment": "Deferred shading G-buffer #0 (typically diffuse color).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer1", - "comment": "Deferred shading G-buffer #1 (typically specular + roughness).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer2", - "comment": "Deferred shading G-buffer #2 (typically normals).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer3", - "comment": "Deferred shading G-buffer #3 (typically emission/lighting).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "Reflections", - "comment": "Reflections gathered from default reflection and reflections probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "MotionVectors", - "comment": "Motion Vectors generated when the camera has motion vectors enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer4", - "comment": "Deferred shading G-buffer #4 (typically occlusion mask for static lights if any).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer5", - "comment": "G-buffer #5 Available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer6", - "comment": "G-buffer #6 Available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "name": "GBuffer7", - "comment": "G-buffer #7 Available.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.BuiltinRenderTextureType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BuiltinRenderTextureType", - "comment": "Built-in temporary render textures produced during camera's rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "Normal", - "comment": "Regular shader pass that does not interact with lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "Vertex", - "comment": "Legacy vertex-lit shader pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "VertexLM", - "comment": "Legacy vertex-lit shader pass, with mobile lightmaps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "VertexLMRGBM", - "comment": "Legacy vertex-lit shader pass, with desktop (RGBM) lightmaps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "ForwardBase", - "comment": "Forward rendering base pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "ForwardAdd", - "comment": "Forward rendering additive pixel light pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "LightPrePassBase", - "comment": "Legacy deferred lighting (light pre-pass) base pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "LightPrePassFinal", - "comment": "Legacy deferred lighting (light pre-pass) final pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "ShadowCaster", - "comment": "Shadow caster & depth texure shader pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "Deferred", - "comment": "Deferred Shading shader pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "Meta", - "comment": "Shader pass used to generate the albedo and emissive values used as input to lightmapping.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "MotionVectors", - "comment": "Motion vector render pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "ScriptableRenderPipeline", - "comment": "Custom scriptable pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PassType", - "name": "ScriptableRenderPipelineDefaultUnlit", - "comment": "Custom scriptable pipeline when lightmode is set to default unlit or no light mode is set.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PassType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PassType", - "comment": "Shader pass type for Unity's lighting pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShadowCastingMode", - "name": "Off", - "comment": "No shadows are cast from this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowCastingMode", - "name": "On", - "comment": "Shadows are cast from this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowCastingMode", - "name": "TwoSided", - "comment": "Shadows are cast from this object, treating it as two-sided.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowCastingMode", - "name": "ShadowsOnly", - "comment": "Object casts shadows, but is otherwise invisible in the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShadowCastingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowCastingMode", - "comment": "How shadows are cast from this object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.LightShadowResolution", - "name": "FromQualitySettings", - "comment": "Use resolution from QualitySettings (default).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightShadowResolution", - "name": "Low", - "comment": "Low shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightShadowResolution", - "name": "Medium", - "comment": "Medium shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightShadowResolution", - "name": "High", - "comment": "High shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightShadowResolution", - "name": "VeryHigh", - "comment": "Very high shadow map resolution.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.LightShadowResolution", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightShadowResolution", - "comment": "Shadow resolution options for a Light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "OpenGL2", - "comment": "OpenGL 2.x graphics API. (deprecated, only available on Linux and MacOSX)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Direct3D9", - "comment": "Direct3D 9 graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Direct3D11", - "comment": "Direct3D 11 graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "PlayStation3", - "comment": "PlayStation 3 graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Null", - "comment": "No graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Xbox360", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "OpenGLES2", - "comment": "OpenGL ES 2.0 graphics API. (deprecated on iOS and tvOS)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "OpenGLES3", - "comment": "OpenGL ES 3.0 graphics API. (deprecated on iOS and tvOS)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "PlayStationVita", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "PlayStation4", - "comment": "PlayStation 4 graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "XboxOne", - "comment": "Xbox One graphics API using Direct3D 11.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "PlayStationMobile", - "comment": "PlayStation Mobile (PSM) graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Metal", - "comment": "iOS Metal graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "OpenGLCore", - "comment": "OpenGL (Core profile - GL3 or later) graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Direct3D12", - "comment": "Direct3D 12 graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "N3DS", - "comment": "Nintendo 3DS graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Vulkan", - "comment": "Vulkan (EXPERIMENTAL).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "Switch", - "comment": "Nintendo Switch graphics API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "XboxOneD3D12", - "comment": "Xbox One graphics API using Direct3D 12.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "GameCoreXboxOne", - "comment": "Game Core Xbox One graphics API using Direct3D 12.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "GameCoreScarlett", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "GameCoreXboxSeries", - "comment": "Game Core XboxSeries graphics API using Direct3D 12.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "PlayStation5", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsDeviceType", - "name": "PlayStation5NGGC", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.GraphicsDeviceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsDeviceType", - "comment": "Graphics device API type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.GraphicsTier", - "name": "Tier1", - "comment": "The lowest graphics tier. Corresponds to low-end devices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsTier", - "name": "Tier2", - "comment": "The medium graphics tier. Corresponds to mid-range devices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsTier", - "name": "Tier3", - "comment": "The highest graphics tier. Corresponds to high-end devices.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.GraphicsTier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsTier", - "comment": "An enum that represents.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "Bounding box of vertices in local space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.MeshTopology", - "name": "topology", - "comment": "Face topology of this sub-mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "indexStart", - "comment": "Starting point inside the whole Mesh index buffer where the face index data is found.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "indexCount", - "comment": "Index count for this sub-mesh face data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "baseVertex", - "comment": "Offset that is added to each value in the index buffer, to compute the final vertex index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "firstVertex", - "comment": "First vertex in the index buffer for this sub-mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "vertexCount", - "comment": "Number of vertices used by the index buffer of this sub-mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexStart", "typeName": "int" }, - { "name": "indexCount", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a submesh descriptor.\n\n```plaintext\nParams: indexStart - Initial value for indexStart field.\n indexCount - Initial value for indexCount field.\n topology - Initial value for topology field.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SubMeshDescriptor", - "comment": "Contains information about a single sub-mesh of a Mesh.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", - "name": "None", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", - "name": "Required", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", - "name": "Optional", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "RequirementType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VertexAttribute", - "name": "attribute", - "comment": "The vertex attribute.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VertexAttributeFormat", - "name": "format", - "comment": "Format of the vertex attribute.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "dimension", - "comment": "Dimensionality of the vertex attribute.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "stream", - "comment": "Which vertex buffer stream the attribute should be in.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "attribute", - "typeName": "UnityEngine.Rendering.VertexAttribute" - }, - { - "name": "format", - "typeName": "UnityEngine.Rendering.VertexAttributeFormat" - }, - { "name": "dimension", "typeName": "int" }, - { "name": "stream", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a VertexAttributeDescriptor structure.\n\n```plaintext\nParams: attribute - The VertexAttribute.\n format - Format of the vertex attribute. Default is VertexAttributeFormat.Float32.\n dimension - Dimensionality of the vertex attribute (1 to 4). Default is 3.\n stream - Vertex buffer stream that the attribute should be placed in. Default is 0.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VertexAttributeDescriptor", - "comment": "Information about a single VertexAttribute of a Mesh vertex.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Texture", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "hasAlpha", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "format", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "ProceduralOutputType", - "params": [], - "isStatic": false, - "name": "GetProceduralOutputType", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "blockWidth", "typeName": "int" }, - { "name": "blockHeight", "typeName": "int" } - ], - "isStatic": false, - "name": "GetPixels32", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralTexture", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.FormatSwizzle", - "name": "FormatSwizzleR", - "comment": "The channel specified contains red.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FormatSwizzle", - "name": "FormatSwizzleG", - "comment": "The channel specified contains green.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FormatSwizzle", - "name": "FormatSwizzleB", - "comment": "The channel specified contains blue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FormatSwizzle", - "name": "FormatSwizzleA", - "comment": "The channel specified contains alpha.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FormatSwizzle", - "name": "FormatSwizzle0", - "comment": "The channel specified is not present for the format\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.FormatSwizzle", - "name": "FormatSwizzle1", - "comment": "The channel specified is not present for the format.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.FormatSwizzle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FormatSwizzle", - "comment": "Graphics Format Swizzle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "AllDepthSlices", - "comment": "All depth-slices of the render resource are bound for rendering. For textures which are neither array nor 3D, the default slice is bound.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "renderTargetIdentifier", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tex", "typeName": "UnityEngine.Texture" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tex", "typeName": "UnityEngine.Texture" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buf", "typeName": "UnityEngine.RenderBuffer" }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTargetIdentifier", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTargetIdentifier", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTargetIdentifier", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTargetIdentifier", - "params": [{ "name": "tex", "typeName": "UnityEngine.Texture" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RenderTargetIdentifier", - "params": [{ "name": "buf", "typeName": "UnityEngine.RenderBuffer" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTargetIdentifier", - "comment": "Identifies a RenderTexture for a Rendering.CommandBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderTargetFlags", - "name": "None", - "comment": "No flag option (0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetFlags", - "name": "ReadOnlyDepth", - "comment": "The depth buffer bound for rendering may also bound as a samplable texture to the graphics pipeline: some platforms require the depth buffer to be set to read-only mode in such cases (D3D11, Vulkan). This flag can be used for both packed depth-stencil as well as separate depth-stencil formats.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetFlags", - "name": "ReadOnlyStencil", - "comment": "The stencil buffer bound for rendering may also bound as a samplable texture to the graphics pipeline: some platforms require the stencil buffer to be set to read-only mode in such cases (D3D11, Vulkan). This flag can be used for both packed depth-stencil as well as separate depth-stencil formats.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetFlags", - "name": "ReadOnlyDepthStencil", - "comment": "Both depth and stencil buffers bound for rendering may be bound as samplable textures to the graphics pipeline: some platforms require the depth and stencil buffers to be set to read-only mode in such cases (D3D11, Vulkan). This flag can be used for both packed depth-stencil as well as separate depth-stencil formats.\n This flag is a bitwise combination of RenderTargetFlags.ReadOnlyDepth and RenderTargetFlags.ReadOnlyStencil.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderTargetFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTargetFlags", - "comment": "This enum describes optional flags for the RenderTargetBinding structure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "parameters", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "AnalyticsEventParamListContainer", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]", - "name": "colorRenderTargets", - "comment": "Color buffers to use as render targets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "depthRenderTarget", - "comment": "Depth/stencil buffer to use as render target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]", - "name": "colorLoadActions", - "comment": "Load actions for color buffers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]", - "name": "colorStoreActions", - "comment": "Store actions for color buffers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "name": "depthLoadAction", - "comment": "Load action for the depth/stencil buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "depthStoreAction", - "comment": "Store action for the depth/stencil buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetFlags", - "name": "flags", - "comment": "Optional flags.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colorRenderTargets", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" - }, - { - "name": "colorLoadActions", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]" - }, - { - "name": "colorStoreActions", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]" - }, - { - "name": "depthRenderTarget", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depthLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetBinding.\n\n```plaintext\nParams: color - Color buffers to use as render targets.\n depth - Depth buffer to use as render target.\n colorLoadAction - Load actions for color buffers.\n colorStoreAction - Store actions for color buffers.\n depthLoadAction - Load action for the depth/stencil buffer.\n depthStoreAction - Store action for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colorRenderTarget", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "colorLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "colorStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - }, - { - "name": "depthRenderTarget", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depthLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetBinding.\n\n```plaintext\nParams: color - Color buffers to use as render targets.\n depth - Depth buffer to use as render target.\n colorLoadAction - Load actions for color buffers.\n colorStoreAction - Store actions for color buffers.\n depthLoadAction - Load action for the depth/stencil buffer.\n depthStoreAction - Store action for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "setup", "typeName": "UnityEngine.RenderTargetSetup" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs RenderTargetBinding.\n\n```plaintext\nParams: color - Color buffers to use as render targets.\n depth - Depth buffer to use as render target.\n colorLoadAction - Load actions for color buffers.\n colorStoreAction - Store actions for color buffers.\n depthLoadAction - Load action for the depth/stencil buffer.\n depthStoreAction - Store action for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTargetBinding", - "comment": "Describes a render target with one or more color buffers, a depthstencil buffer and the associated loadstore-actions that are applied when the render target is active.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "standardEventType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventParamListContainer", - "name": "parameters", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "StandardEventPayload", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.Analytics.TrackablePropertyBase", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "validTypes", "typeName": "System.Type[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "GetValue", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TrackableField", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "text", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAlignment", - "name": "alignment", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "anchor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "lineSpacing", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "tabSize", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "richText", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pixelOffset", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "GUIText", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "TrackablePropertyBase", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "valueType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "string", - "name": "propertyValue", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TrackableField", - "name": "target", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "ValueProperty", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "name": "Off", - "comment": "Reflection probes are disabled, skybox will be used for reflection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "name": "BlendProbes", - "comment": "Reflection probes are enabled. Blending occurs only between probes, useful in indoor environments. The renderer will use default reflection if there are no reflection probes nearby, but no blending between default reflection and probe will occur.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "name": "BlendProbesAndSkybox", - "comment": "Reflection probes are enabled. Blending occurs between probes or probes and default reflection, useful for outdoor environments.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "name": "Simple", - "comment": "Reflection probes are enabled, but no blending will occur between probes when there are two overlapping volumes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeUsage", - "comment": "Reflection Probe usage.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "screenPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "HitTest", - "comment": "Is a point on screen inside the element?\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "screenPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "HitTest", - "comment": "Is a point on screen inside the element?\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "GetScreenRect", - "comment": "Returns bounding rectangle of GUIElement in screen coordinates.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [], - "isStatic": false, - "name": "GetScreenRect", - "comment": "Returns bounding rectangle of GUIElement in screen coordinates.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUIElement", - "comment": "Base class for images & text strings displayed in a GUI.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeType", - "name": "Cube", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeType", - "name": "Card", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeType", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", - "name": "Skybox", - "comment": "Clear with the skybox.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", - "name": "SolidColor", - "comment": "Clear with a background color.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeClearFlags", - "comment": "Values for ReflectionProbe.clearFlags, determining what to clear when rendering a ReflectionProbe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeMode", - "name": "Baked", - "comment": "Reflection probe is baked in the Editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeMode", - "name": "Realtime", - "comment": "Reflection probe is updating in realtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeMode", - "name": "Custom", - "comment": "Reflection probe uses a custom texture specified by the user.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeMode", - "comment": "Reflection probe's update mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ReflectionProbe", - "name": "probe", - "comment": "Reflection Probe used in blending.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "weight", - "comment": "Specifies the weight used in the interpolation between two probes, value varies from 0.0 to 1.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeBlendInfo", - "comment": "ReflectionProbeBlendInfo contains information required for blending probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", - "name": "OnAwake", - "comment": "Causes the probe to update only on the first frame it becomes visible. The probe will no longer update automatically, however you may subsequently use RenderProbe to refresh the probe\n\nSee Also: ReflectionProbe.RenderProbe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", - "name": "EveryFrame", - "comment": "Causes Unity to update the probe's cubemap every frame.\nNote that updating a probe is very costly. Setting this option on too many probes could have a significant negative effect on frame rate. Use time-slicing to help improve performance.\n\nSee Also: ReflectionProbeTimeSlicingMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", - "name": "ViaScripting", - "comment": "Sets the probe to never be automatically updated by Unity while your game is running. Use this to completely control the probe refresh behavior by script.\n\nSee Also: ReflectionProbe.RenderProbe.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeRefreshMode", - "comment": "An enum describing the way a realtime reflection probe refreshes in the Player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.ValueProperty.PropertyType", - "name": "Disabled", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.ValueProperty.PropertyType", - "name": "Static", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.ValueProperty.PropertyType", - "name": "Dynamic", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.ValueProperty.PropertyType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "PropertyType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", - "name": "AllFacesAtOnce", - "comment": "Instructs Unity to use time-slicing by first rendering all faces at once, then spreading the remaining work over the next 8 frames. Using this option, updating the probe will take 9 frames.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", - "name": "IndividualFaces", - "comment": "Instructs Unity to spread the rendering of each face over several frames. Using this option, updating the cubemap will take 14 frames. This option greatly reduces the impact on frame rate, however it may produce incorrect results, especially in Scenes where lighting conditions change over these 14 frames.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", - "name": "NoTimeSlicing", - "comment": "Unity will render the probe entirely in one frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeTimeSlicingMode", - "comment": "When a probe's ReflectionProbe.refreshMode is set to ReflectionProbeRefreshMode.EveryFrame, this enum specify whether or not Unity should update the probe's cubemap over several frames or update the whole cubemap in one frame.\nUpdating a probe's cubemap is a costly operation. Unity needs to render the entire Scene for each face of the cubemap, as well as perform special blurring in order to get glossy reflections. The impact on frame rate can be significant. Time-slicing helps maintaning a more constant frame rate during these updates by performing the rendering over several frames.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShadowSamplingMode", - "name": "CompareDepths", - "comment": "Default shadow sampling mode: sampling with a comparison filter.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowSamplingMode", - "name": "RawDepth", - "comment": "Shadow sampling mode for sampling the depth value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowSamplingMode", - "name": "None", - "comment": "In ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShadowSamplingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowSamplingMode", - "comment": "Used by CommandBuffer.SetShadowSamplingMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.LightProbeUsage", - "name": "Off", - "comment": "Light Probes are not used. The Scene's ambient probe is provided to the shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightProbeUsage", - "name": "BlendProbes", - "comment": "Simple light probe interpolation is used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightProbeUsage", - "name": "UseProxyVolume", - "comment": "Uses a 3D grid of interpolated light probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LightProbeUsage", - "name": "CustomProvided", - "comment": "The light probe shader uniform values are extracted from the material property block set on the renderer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.LightProbeUsage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightProbeUsage", - "comment": "Light probe interpolation type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "DeferredShading", - "comment": "Shader used for deferred shading calculations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "DeferredReflections", - "comment": "Shader used for deferred reflection probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "LegacyDeferredLighting", - "comment": "Shader used for legacy deferred lighting calculations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "ScreenSpaceShadows", - "comment": "Shader used for screen-space cascaded shadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "DepthNormals", - "comment": "Shader used for depth and normals texture when enabled on a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "MotionVectors", - "comment": "Shader used for Motion Vectors when enabled on a Camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "LightHalo", - "comment": "Default shader used for light halos.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderType", - "name": "LensFlare", - "comment": "Default shader used for lens flares.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.BuiltinShaderType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BuiltinShaderType", - "comment": "Built-in shader types used by Rendering.GraphicsSettings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BuiltinShaderMode", - "name": "Disabled", - "comment": "Don't use any shader, effectively disabling the functionality.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderMode", - "name": "UseBuiltin", - "comment": "Use built-in shader (default).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderMode", - "name": "UseCustom", - "comment": "Use custom shader instead of built-in one.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.BuiltinShaderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BuiltinShaderMode", - "comment": "Built-in shader modes used by Rendering.GraphicsSettings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_NO_DXT5nm", - "comment": "UNITY_NO_DXT5nm is set when compiling shader for platform that do not support DXT5NM, meaning that normal maps will be encoded in RGB instead.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_NO_RGBM", - "comment": "UNITY_NO_RGBM is set when compiling shader for platform that do not support RGBM, so dLDR will be used instead.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_USE_NATIVE_HDR", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_ENABLE_REFLECTION_BUFFERS", - "comment": "UNITY_ENABLE_REFLECTION_BUFFERS is set when deferred shading renders reflection probes in deferred mode. With this option set reflections are rendered into a per-pixel buffer. This is similar to the way lights are rendered into a per-pixel buffer. UNITY_ENABLE_REFLECTION_BUFFERS is on by default when using deferred shading, but you can turn it off by setting “No support” for the Deferred Reflections shader option in Graphics Settings. When the setting is off, reflection probes are rendered per-object, similar to the way forward rendering works.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_FRAMEBUFFER_FETCH_AVAILABLE", - "comment": "UNITY_FRAMEBUFFER_FETCH_AVAILABLE is set when compiling shaders for platforms where framebuffer fetch is potentially available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS", - "comment": "UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS enables use of built-in shadow comparison samplers on OpenGL ES 2.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_METAL_SHADOWS_USE_POINT_FILTERING", - "comment": "UNITY_METAL_SHADOWS_USE_POINT_FILTERING is set if shadow sampler should use point filtering on iOS Metal.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_NO_CUBEMAP_ARRAY", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_NO_SCREENSPACE_SHADOWS", - "comment": "UNITY_NO_SCREENSPACE_SHADOWS is set when screenspace cascaded shadow maps are disabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS", - "comment": "UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS is set when Semitransparent Shadows are enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_PBS_USE_BRDF1", - "comment": "UNITY_PBS_USE_BRDF1 is set if Standard Shader BRDF1 should be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_PBS_USE_BRDF2", - "comment": "UNITY_PBS_USE_BRDF2 is set if Standard Shader BRDF2 should be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_PBS_USE_BRDF3", - "comment": "UNITY_PBS_USE_BRDF3 is set if Standard Shader BRDF3 should be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_NO_FULL_STANDARD_SHADER", - "comment": "UNITY_NO_FULL_STANDARD_SHADER is set if Standard shader BRDF3 with extra simplifications should be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_SPECCUBE_BOX_PROJECTION", - "comment": "UNITY_SPECCUBE_BLENDING is set if Reflection Probes Box Projection is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_SPECCUBE_BLENDING", - "comment": "UNITY_SPECCUBE_BLENDING is set if Reflection Probes Blending is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_ENABLE_DETAIL_NORMALMAP", - "comment": "UNITY_ENABLE_DETAIL_NORMALMAP is set if Detail Normal Map should be sampled if assigned.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "SHADER_API_MOBILE", - "comment": "SHADER_API_MOBILE is set when compiling shader for mobile platforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "SHADER_API_DESKTOP", - "comment": "SHADER_API_DESKTOP is set when compiling shader for \"desktop\" platforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_HARDWARE_TIER1", - "comment": "UNITY_HARDWARE_TIER1 is set when compiling shaders for GraphicsTier.Tier1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_HARDWARE_TIER2", - "comment": "UNITY_HARDWARE_TIER2 is set when compiling shaders for GraphicsTier.Tier2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_HARDWARE_TIER3", - "comment": "UNITY_HARDWARE_TIER3 is set when compiling shaders for GraphicsTier.Tier3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_COLORSPACE_GAMMA", - "comment": "UNITY_COLORSPACE_GAMMA is set when compiling shaders for Gamma Color Space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_LIGHT_PROBE_PROXY_VOLUME", - "comment": "UNITY_LIGHT_PROBE_PROXY_VOLUME is set when Light Probe Proxy Volume feature is supported by the current graphics API and is enabled in the. You can only set a Graphics Tier in the Built-in Render Pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS", - "comment": "UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS is set automatically for platforms that don't require full floating-point precision support in fragment shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_LIGHTMAP_DLDR_ENCODING", - "comment": "UNITY_LIGHTMAP_DLDR_ENCODING is set when lightmap textures are using double LDR encoding to store the values in the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_LIGHTMAP_RGBM_ENCODING", - "comment": "UNITY_LIGHTMAP_RGBM_ENCODING is set when lightmap textures are using RGBM encoding to store the values in the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_LIGHTMAP_FULL_HDR", - "comment": "UNITY_LIGHTMAP_FULL_HDR is set when lightmap textures are not using any encoding to store the values in the texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_VIRTUAL_TEXTURING", - "comment": "Is virtual texturing enabled and supported on this platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION", - "comment": "Unity enables UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION when Vulkan pre-transform is enabled and supported on the target build platform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_ASTC_NORMALMAP_ENCODING", - "comment": "Unity enables UNITY_ASTC_NORMALMAP_ENCODING when DXT5nm-style normal maps are used on Android, iOS or tvOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "SHADER_API_GLES30", - "comment": "SHADER_API_ES30 is set when the Graphics API is OpenGL ES 3 and the minimum supported OpenGL ES 3 version is OpenGL ES 3.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "name": "UNITY_UNIFIED_SHADER_PRECISION_MODEL", - "comment": "Unity sets UNITY_UNIFIED_SHADER_PRECISION_MODEL if, in Player Settings, you set Shader Precision Model to Unified.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.BuiltinShaderDefine", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BuiltinShaderDefine", - "comment": "Defines set by editor when compiling shaders, based on the target platform and GraphicsTier.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "GUIElement", - "params": [ - { "name": "screenPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "HitTest", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUILayer", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", - "name": "Never", - "comment": "Exclude video shaders from builds. This effectively disables video functionality.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", - "name": "Referenced", - "comment": "Include video shaders in builds when referenced by scenes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", - "name": "Always", - "comment": "Include video shaders in builds (default).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.VideoShadersIncludeMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VideoShadersIncludeMode", - "comment": "Video shaders mode used by Rendering.GraphicsSettings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "Unknown", - "comment": "Texture type is not initialized or unknown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "None", - "comment": "No texture is assigned.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "Any", - "comment": "Any texture type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "Tex2D", - "comment": "2D texture (Texture2D).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "Tex3D", - "comment": "3D volume texture (Texture3D).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "Cube", - "comment": "Cubemap texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "Tex2DArray", - "comment": "2D array texture (Texture2DArray).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.TextureDimension", - "name": "CubeArray", - "comment": "Cubemap array texture (CubemapArray).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.TextureDimension", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TextureDimension", - "comment": "Texture \"dimension\" (type).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "pixelInset", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.RectOffset", - "name": "border", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUITexture", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "None", - "comment": "No support for Graphics.CopyTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "Basic", - "comment": "Basic Graphics.CopyTexture support.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "Copy3D", - "comment": "Support for Texture3D in Graphics.CopyTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "DifferentTypes", - "comment": "Support for Graphics.CopyTexture between different texture types.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "TextureToRT", - "comment": "Support for Texture to RenderTexture copies in Graphics.CopyTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CopyTextureSupport", - "name": "RTToTexture", - "comment": "Support for RenderTexture to Texture copies in Graphics.CopyTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CopyTextureSupport", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CopyTextureSupport", - "comment": "Support for various Graphics.CopyTexture cases.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CameraHDRMode", - "name": "FP16", - "comment": "Uses RenderTextureFormat.ARGBHalf.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraHDRMode", - "name": "R11G11B10", - "comment": "Uses RenderTextureFormat.RGB111110Float.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CameraHDRMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraHDRMode", - "comment": "The HDR mode to use for rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Jobs", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "transform", - "typeName": "UnityEngine.Jobs.TransformAccess" - } - ], - "isStatic": false, - "name": "Execute", - "comment": "Execute.\n\n```plaintext\nParams: index - Index.\n transform - TransformAccessArray.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IJobParallelForTransform", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", - "name": "Low", - "comment": "25% of the allowed CPU threads are used as worker threads.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", - "name": "Medium", - "comment": "50% of the allowed CPU threads are used as worker threads.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", - "name": "High", - "comment": "75% of the allowed CPU threads are used as worker threads.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", - "name": "Unlimited", - "comment": "100% of the allowed CPU threads are used as worker threads.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RealtimeGICPUUsage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RealtimeGICPUUsage", - "comment": "How much CPU usage to assign to the final lighting calculations at runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Jobs", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "transforms", - "typeName": "UnityEngine.Jobs.TransformAccessArray" - }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": false, - "name": "Schedule", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "transforms", - "typeName": "UnityEngine.Jobs.TransformAccessArray" - }, - { "name": "batchSize", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": false, - "name": "ScheduleReadOnly", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "transforms", - "typeName": "UnityEngine.Jobs.TransformAccessArray" - } - ], - "isStatic": false, - "name": "RunReadOnly", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IJobParallelForTransformExtensions", - "comment": "Extension methods for IJobParallelForTransform.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "eventName", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "TriggerEvent", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "AnalyticsTracker", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ComputeQueueType", - "name": "Default", - "comment": "This queue type would be the choice for compute tasks supporting or as optimisations to graphics processing. CommandBuffers sent to this queue would be expected to complete within the scope of a single frame and likely be synchronised with the graphics queue via GPUFences. Dispatches on default queue types would execute at a lower priority than graphics queue tasks.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ComputeQueueType", - "name": "Background", - "comment": "Background queue types would be the choice for tasks intended to run for an extended period of time, e.g for most of a frame or for several frames. Dispatches on background queues would execute at a lower priority than gfx queue tasks.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ComputeQueueType", - "name": "Urgent", - "comment": "This queue type would be the choice for compute tasks requiring processing as soon as possible and would be prioritised over the graphics queue.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ComputeQueueType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ComputeQueueType", - "comment": "Describes the desired characteristics with respect to prioritisation and load balancing of the queue that a command buffer being submitted via Graphics.ExecuteCommandBufferAsync or [[ScriptableRenderContext.ExecuteCommandBufferAsync] should be sent to.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SinglePassStereoMode", - "name": "None", - "comment": "Render stereo using multiple passes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SinglePassStereoMode", - "name": "SideBySide", - "comment": "Render stereo to the left and right halves of a single, double-width render target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SinglePassStereoMode", - "name": "Instancing", - "comment": "Render stereo using GPU instancing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SinglePassStereoMode", - "name": "Multiview", - "comment": "Render stereo using OpenGL multiview.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SinglePassStereoMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SinglePassStereoMode", - "comment": "Enum type defines the different stereo rendering modes available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CommandBufferExecutionFlags", - "name": "None", - "comment": "When no flags are specified, the command buffer is considered valid for all means of execution. This is the default for new command buffers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CommandBufferExecutionFlags", - "name": "AsyncCompute", - "comment": "Command buffers flagged for async compute execution will throw exceptions if non-compatible commands are added to them. See ScriptableRenderContext.ExecuteCommandBufferAsync and Graphics.ExecuteCommandBufferAsync.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CommandBufferExecutionFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CommandBufferExecutionFlags", - "comment": "Flags describing the intention for how the command buffer will be executed. Set these via CommandBuffer.SetExecutionFlags.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderTextureSubElement", - "name": "Color", - "comment": "Color element of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTextureSubElement", - "name": "Depth", - "comment": "The depth element of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTextureSubElement", - "name": "Stencil", - "comment": "The stencil element of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTextureSubElement", - "name": "Default", - "comment": "The Default element of a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderTextureSubElement", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTextureSubElement", - "comment": "Types of data that you can encapsulate within a render texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "Direct", - "comment": "Use the Direct enum to directly render your application from the main thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "SingleThreaded", - "comment": "Use SingleThreaded for internal debugging. It uses only a single thread to simulate RenderingThreadingMode.MultiThreaded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "MultiThreaded", - "comment": "Generates intermediate graphics commands via the main thread. The render thread converts them into low-level platform API graphics commands.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "LegacyJobified", - "comment": "Generates intermediate graphics commands via several worker threads. A single render thread then converts them into low-level platform API graphics commands.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "NativeGraphicsJobs", - "comment": "Main thread generates intermediate graphics commands. Render thread converts them into low-level platform API graphics commands. Render thread can also dispatch graphics jobs to several worker threads.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderingThreadingMode", - "name": "NativeGraphicsJobsWithoutRenderThread", - "comment": "Generates intermediate graphics commands via several worker threads and converts them into low-level platform API graphics commands.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderingThreadingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderingThreadingMode", - "comment": "Options for the application's actual rendering threading mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", - "name": "View", - "comment": "The camera's view matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", - "name": "InverseView", - "comment": "The camera's inverse view matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", - "name": "ViewProjection", - "comment": "The camera's view projection matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", - "name": "InverseViewProjection", - "comment": "The camera's inverse view projection matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraLateLatchMatrixType", - "comment": "The types of camera matrices that support late latching.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "None", - "comment": "No valid OpenGL ES version\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "OpenGLES20", - "comment": "OpenGL ES 2.0\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "OpenGLES30", - "comment": "OpenGL ES 3.0\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "OpenGLES31", - "comment": "OpenGL ES 3.1\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "OpenGLES31AEP", - "comment": "OpenGL ES 3.1 with Android Extension Pack\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.OpenGLESVersion", - "name": "OpenGLES32", - "comment": "OpenGL ES 3.2\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.OpenGLESVersion", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OpenGLESVersion", - "comment": "Specifies the OpenGL ES version.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.TriggerBool", - "name": "All", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerBool", - "name": "Any", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerBool", - "name": "None", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.TriggerBool", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerBool", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", - "name": "VertexProcessing", - "comment": "All aspects of vertex processing in the GPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", - "name": "PixelProcessing", - "comment": "All aspects of pixel processing in the GPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", - "name": "ComputeProcessing", - "comment": "All compute shader dispatch operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", - "name": "AllGPUOperations", - "comment": "All previous GPU operations (vertex, pixel and compute).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SynchronisationStageFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SynchronisationStageFlags", - "comment": "Describes the various stages of GPU processing against which the GraphicsFence can be set and waited against.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.GraphicsFenceType", - "name": "AsyncQueueSynchronisation", - "comment": "The GraphicsFence can be used to synchronise between different GPU queues, as well as to synchronise between GPU and the CPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GraphicsFenceType", - "name": "CPUSynchronisation", - "comment": "The GraphicsFence can only be used to synchronize between the GPU and the CPU.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.GraphicsFenceType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsFenceType", - "comment": "The type of the GraphicsFence. Currently the only supported fence type is AsyncQueueSynchronization.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "None", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "Awake", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "Start", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "OnEnable", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "OnDisable", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "OnApplicationPause", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "OnApplicationUnpause", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "OnDestroy", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerLifecycleEvent", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Jobs", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of the transform in world space.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "The rotation of the transform in world space stored as a Quaternion.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localPosition", - "comment": "The position of the transform relative to the parent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "localRotation", - "comment": "The rotation of the transform relative to the parent transform's rotation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localScale", - "comment": "The scale of the transform relative to the parent.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "localToWorldMatrix", - "comment": "Matrix that transforms a point from local space into world space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldToLocalMatrix", - "comment": "Matrix that transforms a point from world space into local space (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Use this to determine whether this instance refers to a valid Transform.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TransformAccess", - "comment": "Position, rotation and scale of an object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "passed", - "comment": "Determines whether the GraphicsFence has passed.\n\nAllows the CPU to determine whether the GPU has passed the point in its processing represented by the GraphicsFence.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsFence", - "comment": "Used to manage synchronisation between tasks on async compute queues and the graphics queue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "Equals", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "DoesNotEqual", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "IsGreaterThan", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "IsGreaterThanOrEqualTo", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "IsLessThan", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "IsLessThanOrEqualTo", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "IsBetween", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerOperator", - "name": "IsBetweenOrEqualTo", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.TriggerOperator", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerOperator", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TransparencySortMode", - "name": "transparencySortMode", - "comment": "Transparent object sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "transparencySortAxis", - "comment": "An axis that describes the direction along which the distances of objects are measured for the purpose of sorting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "realtimeDirectRectangularAreaLights", - "comment": "Is the current render pipeline capable of rendering direct lighting for rectangular area Lights?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "lightsUseLinearIntensity", - "comment": "If this is true, Light intensity is multiplied against linear color values. If it is false, gamma color values are used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "lightsUseColorTemperature", - "comment": "Whether to use a Light's color temperature when calculating the final color of that Light.\"\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "defaultRenderingLayerMask", - "comment": "Stores the default value for the RenderingLayerMask property of newly created Renderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useScriptableRenderPipelineBatching", - "comment": "Enable/Disable SRP batcher (experimental) at runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "logWhenShaderIsCompiled", - "comment": "If this is true, a log entry is made each time a shader is compiled at application runtime.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "disableBuiltinCustomRenderTextureUpdate", - "comment": "Disables the built-in update loop for Custom Render Textures, so that you can write your own update loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", - "name": "videoShadersIncludeMode", - "comment": "If and when to include video shaders in the build.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderPipelineAsset", - "name": "currentRenderPipeline", - "comment": "The RenderPipelineAsset that defines the active render pipeline for the current quality level.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderPipelineAsset", - "name": "renderPipelineAsset", - "comment": "Deprecated, use GraphicsSettings.defaultRenderPipeline instead.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderPipelineAsset", - "name": "defaultRenderPipeline", - "comment": "The RenderPipelineAsset that defines the default render pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderPipelineAsset[]", - "name": "allConfiguredRenderPipelines", - "comment": "An array containing the RenderPipelineAsset instances that describe the default render pipeline and any quality level overrides.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "tier", - "typeName": "UnityEngine.Rendering.GraphicsTier" - }, - { - "name": "defineHash", - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" - } - ], - "isStatic": true, - "name": "HasShaderDefine", - "comment": "Returns true if shader define was set when compiling shaders for current GraphicsTier. Graphics Tiers are only available in the Built-in Render Pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "defineHash", - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" - } - ], - "isStatic": true, - "name": "HasShaderDefine", - "comment": "Returns true if shader define was set when compiling shaders for a given GraphicsTier. Graphics Tiers are only available in the Built-in Render Pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": true, - "name": "GetGraphicsSettings", - "comment": "Returns the GraphicsSettings object.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinShaderType" - }, - { - "name": "mode", - "typeName": "UnityEngine.Rendering.BuiltinShaderMode" - } - ], - "isStatic": true, - "name": "SetShaderMode", - "comment": "Set built-in shader mode.\n\n```plaintext\nParams: type - Built-in shader type to change.\n mode - Mode to use for built-in shader.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "BuiltinShaderMode", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinShaderType" - } - ], - "isStatic": true, - "name": "GetShaderMode", - "comment": "Mode used for built-in shader.\n\n```plaintext\nParams: type - Built-in shader type to query.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinShaderType" - }, - { "name": "shader", "typeName": "UnityEngine.Shader" } - ], - "isStatic": true, - "name": "SetCustomShader", - "comment": "Set custom shader to use instead of a built-in shader.\n\n```plaintext\nParams: type - Built-in shader type to set custom shader to.\n shader - The shader to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Shader", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.Rendering.BuiltinShaderType" - } - ], - "isStatic": true, - "name": "GetCustomShader", - "comment": "The shader used.\n\n```plaintext\nParams: type - Built-in shader type to query custom shader for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GraphicsSettings", - "comment": "Script interface for.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Jobs", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "isCreated", - "comment": "isCreated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "capacity", - "comment": "Returns array capacity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "length", - "comment": "Length.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transforms", "typeName": "UnityEngine.Transform[]" }, - { "name": "desiredJobCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: transforms - Transforms.\n desiredJobCount - Desired job count.\n capacity - Capacity.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "desiredJobCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: transforms - Transforms.\n desiredJobCount - Desired job count.\n capacity - Capacity.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "capacity", "typeName": "int" }, - { "name": "desiredJobCount", "typeName": "int" }, - { - "name": "array", - "typeName": "UnityEngine.Jobs.TransformAccessArray" - } - ], - "isStatic": true, - "name": "Allocate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Dispose.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "Add", - "comment": "Add.\n\n```plaintext\nParams: transform - Transform.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAtSwapBack", - "comment": "Remove item at index.\n\n```plaintext\nParams: index - Index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transforms", "typeName": "UnityEngine.Transform[]" } - ], - "isStatic": false, - "name": "SetTransforms", - "comment": "Set transforms.\n\n```plaintext\nParams: transforms - Transforms.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TransformAccessArray", - "comment": "TransformAccessArray.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.TriggerType", - "name": "Lifecycle", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerType", - "name": "External", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerType", - "name": "Timer", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerType", - "name": "ExposedMethod", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.TriggerType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "willCurrentFrameRender", - "comment": "True if the current frame will be rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "renderFrameInterval", - "comment": "Get or set the current frame rate interval. To restore rendering back to the value of Application.targetFrameRate or QualitySettings.vSyncCount set this to 0 or 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "effectiveRenderFrameRate", - "comment": "The current estimated rate of rendering in frames per second rounded to the nearest integer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnDemandRendering", - "comment": "Use the OnDemandRendering class to control and query information about your application's rendering speed independent from all other subsystems (such as physics, input, or animation).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerListContainer", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "Name of this command buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sizeInBytes", - "comment": "Size of this command buffer in bytes (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dst", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "ConvertTexture", - "comment": "Converts and copies a source texture to a destination texture with a different format or dimensions.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "srcElement", "typeName": "int" }, - { - "name": "dst", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "dstElement", "typeName": "int" } - ], - "isStatic": false, - "name": "ConvertTexture", - "comment": "Converts and copies a source texture to a destination texture with a different format or dimensions.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WaitAllAsyncReadbackRequests", - "comment": "Adds an \"AsyncGPUReadback.WaitAllRequests\" command to the CommandBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "output", - "typeName": "Unity.Collections.NativeSlice" - }, - { "name": "src", "typeName": "UnityEngine.Texture" }, - { "name": "mipIndex", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "z", "typeName": "int" }, - { "name": "depth", "typeName": "int" }, - { - "name": "dstFormat", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "RequestAsyncReadbackIntoNativeSlice", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "invertCulling", "typeName": "bool" }], - "isStatic": false, - "name": "SetInvertCulling", - "comment": "Add a \"set invert culling\" command to the buffer.\n\n```plaintext\nParams: invertCulling - A boolean indicating whether to invert the backface culling (true) or not (false).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetComputeFloatParam", - "comment": "Adds a command to set a float parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeIntParam", - "comment": "Adds a command to set an integer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetComputeVectorParam", - "comment": "Adds a command to set a vector parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetComputeVectorArrayParam", - "comment": "Adds a command to set a vector array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetComputeMatrixParam", - "comment": "Adds a command to set a matrix parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetComputeMatrixArrayParam", - "comment": "Adds a command to set a matrix array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "passName", "typeName": "string" } - ], - "isStatic": false, - "name": "SetRayTracingShaderPass", - "comment": "Adds a command to select which Shader Pass to use when executing ray/geometry intersection shaders.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n passName - The Shader Pass to use when executing ray tracing shaders.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clear all commands in the buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearRandomWriteTargets", - "comment": "Clear random write targets for level pixel shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pixelRect", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "SetViewport", - "comment": "Add a command to set the rendering viewport.\n\n```plaintext\nParams: pixelRect - Viewport rectangle in pixel coordinates.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "scissor", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "EnableScissorRect", - "comment": "Add a command to enable the hardware scissor rectangle.\n\n```plaintext\nParams: scissor - Viewport rectangle in pixel coordinates.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisableScissorRect", - "comment": "Add a command to disable the hardware scissor rectangle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - }, - { "name": "useDynamicScale", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - }, - { "name": "useDynamicScale", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" }, - { - "name": "memorylessMode", - "typeName": "UnityEngine.RenderTextureMemoryless" - } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "Add a \"get a temporary render texture\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n width - Width in pixels, or -1 for \"camera pixel width\".\n height - Height in pixels, or -1 for \"camera pixel height\".\n depthBuffer - Depth buffer bits (0, 16 or 24).\n filter - Texture filtering mode (default is Point).\n format - Format of the render texture (default is ARGB32).\n readWrite - Color space conversion mode.\n antiAliasing - Anti-aliasing (default is no anti-aliasing).\n enableRandomWrite - Should random-write access into the texture be enabled (default is false).\n desc - Use this RenderTextureDescriptor for the settings when creating the temporary RenderTexture.\n memorylessMode - Render texture memoryless mode.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "desc", - "typeName": "UnityEngine.RenderTextureDescriptor" - }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "Add a \"get a temporary render texture\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n width - Width in pixels, or -1 for \"camera pixel width\".\n height - Height in pixels, or -1 for \"camera pixel height\".\n depthBuffer - Depth buffer bits (0, 16 or 24).\n filter - Texture filtering mode (default is Point).\n format - Format of the render texture (default is ARGB32).\n readWrite - Color space conversion mode.\n antiAliasing - Anti-aliasing (default is no anti-aliasing).\n enableRandomWrite - Should random-write access into the texture be enabled (default is false).\n desc - Use this RenderTextureDescriptor for the settings when creating the temporary RenderTexture.\n memorylessMode - Render texture memoryless mode.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "desc", - "typeName": "UnityEngine.RenderTextureDescriptor" - } - ], - "isStatic": false, - "name": "GetTemporaryRT", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" }, - { "name": "useDynamicScale", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - }, - { "name": "antiAliasing", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" }, - { "name": "enableRandomWrite", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "Add a \"get a temporary render texture array\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n width - Width in pixels, or -1 for \"camera pixel width\".\n height - Height in pixels, or -1 for \"camera pixel height\".\n slices - Number of slices in texture array.\n depthBuffer - Depth buffer bits (0, 16 or 24).\n filter - Texture filtering mode (default is Point).\n format - Format of the render texture (default is ARGB32).\n readWrite - Color space conversion mode.\n antiAliasing - Anti-aliasing (default is no anti-aliasing).\n enableRandomWrite - Should random-write access into the texture be enabled (default is false).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - }, - { "name": "antiAliasing", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "readWrite", - "typeName": "UnityEngine.RenderTextureReadWrite" - } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" }, - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" }, - { "name": "filter", "typeName": "UnityEngine.FilterMode" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" }, - { "name": "depthBuffer", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "slices", "typeName": "int" } - ], - "isStatic": false, - "name": "GetTemporaryRTArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "nameID", "typeName": "int" }], - "isStatic": false, - "name": "ReleaseTemporaryRT", - "comment": "Add a \"release a temporary render texture\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clearDepth", "typeName": "bool" }, - { "name": "clearColor", "typeName": "bool" }, - { "name": "backgroundColor", "typeName": "UnityEngine.Color" }, - { "name": "depth", "typeName": "float" } - ], - "isStatic": false, - "name": "ClearRenderTarget", - "comment": "Adds a \"clear render target\" command.\n\n```plaintext\nParams: clearDepth - Should clear depth buffer?\n clearColor - Should clear color buffer?\n backgroundColor - Color to clear with.\n depth - Depth to clear with (default is 1.0).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clearDepth", "typeName": "bool" }, - { "name": "clearColor", "typeName": "bool" }, - { "name": "backgroundColor", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "ClearRenderTarget", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetGlobalFloat", - "comment": "Add a \"set global shader float property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGlobalInt", - "comment": "Sets the given global integer property for all shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetGlobalVector", - "comment": "Add a \"set global shader vector property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetGlobalColor", - "comment": "Add a \"set global shader color property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetGlobalMatrix", - "comment": "Add a \"set global shader matrix property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "EnableShaderKeyword", - "comment": "Adds a command to enable global shader keyword.\n\n```plaintext\nParams: keyword - The name of the global shader keyword to enable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keyword", "typeName": "string" }], - "isStatic": false, - "name": "DisableShaderKeyword", - "comment": "Adds a command to disable global shader keyword.\n\n```plaintext\nParams: keyword - The name of the global shader keyword to disable.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "view", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": false, - "name": "SetViewMatrix", - "comment": "Add a command to set the view matrix.\n\n```plaintext\nParams: view - View (world to camera space) matrix.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "proj", "typeName": "UnityEngine.Matrix4x4" }], - "isStatic": false, - "name": "SetProjectionMatrix", - "comment": "Add a command to set the projection matrix.\n\n```plaintext\nParams: proj - Projection (camera to clip space) matrix.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "view", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "proj", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetViewProjectionMatrices", - "comment": "Add a command to set the view and projection matrices.\n\n```plaintext\nParams: view - View (world to camera space) matrix.\n proj - Projection (camera to clip space) matrix.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "bias", "typeName": "float" }, - { "name": "slopeBias", "typeName": "float" } - ], - "isStatic": false, - "name": "SetGlobalDepthBias", - "comment": "Adds a command to set the global depth bias.\n\n```plaintext\nParams: bias - Scales the GPU's minimum resolvable depth buffer value to produce a constant depth offset. The minimum resolvable depth buffer value varies by device.\n\nSet to a negative value to draw geometry closer to the camera, or a positive value to draw geometry further away from the camera.\n slopeBias - Scales the maximum Z slope, also called the depth slope, to produce a variable depth offset for each polygon.\n\nPolygons that are not parallel to the near and far clip planes have Z slope. Adjust this value to avoid visual artifacts on such polygons.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flags", - "typeName": "UnityEngine.Rendering.CommandBufferExecutionFlags" - } - ], - "isStatic": false, - "name": "SetExecutionFlags", - "comment": "Set flags describing the intention for how the command buffer will be executed.\n\n```plaintext\nParams: flags - The flags to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetGlobalFloatArray", - "comment": "Add a \"set global shader float array property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetGlobalVectorArray", - "comment": "Add a \"set global shader vector array property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetGlobalMatrixArray", - "comment": "Add a \"set global shader matrix array property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "projectionMat", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetLateLatchProjectionMatrices", - "comment": "Set the current stereo projection matrices for late latching. Stereo matrices is passed in as an array of two matrices.\n\n```plaintext\nParams: projectionMat - Stereo projection matrices.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "matrixPropertyType", - "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType" - }, - { "name": "shaderPropertyID", "typeName": "int" } - ], - "isStatic": false, - "name": "MarkLateLatchMatrixShaderPropertyID", - "comment": "Mark a global shader property id to be late latched. Possible shader properties include view, inverseView, viewProjection, and inverseViewProjection matrices. The Universal Render Pipeline (URP) uses this function to support late latching of shader properties. If you call this function when using built-in Unity rendering or the High-Definition Rendering Pipeline (HDRP), the results are ignored.\n\n```plaintext\nParams: matrixPropertyType - Camera matrix property type to be late latched.\n shaderPropertyID - Shader property name id.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "matrixPropertyType", - "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType" - } - ], - "isStatic": false, - "name": "UnmarkLateLatchMatrix", - "comment": "Unmark a global shader property for late latching. After unmarking, the shader property will no longer be late latched. This function is intended for the Universal Render Pipeline (URP) to specify late latched shader properties.\n\n```plaintext\nParams: matrixPropertyType - Camera matrix property type to be unmarked for late latching.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "BeginSample", - "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "EndSample", - "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sampler", - "typeName": "UnityEngine.Profiling.CustomSampler" - } - ], - "isStatic": false, - "name": "BeginSample", - "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sampler", - "typeName": "UnityEngine.Profiling.CustomSampler" - } - ], - "isStatic": false, - "name": "EndSample", - "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "IncrementUpdateCount", - "comment": "Increments the updateCount property of a Texture.\n\n```plaintext\nParams: dest - Increments the updateCount for this Texture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "multiplier", "typeName": "uint" }], - "isStatic": false, - "name": "SetInstanceMultiplier", - "comment": "Adds a command to multiply the instance count of every draw call by a specific multiplier.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "loadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "storeAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "colorLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "colorStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - }, - { - "name": "depthLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "color", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "color", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "color", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "color", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "color", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "colorLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "colorStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "depthLoadAction", - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" - }, - { - "name": "depthStoreAction", - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" - }, - { - "name": "depth", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "binding", - "typeName": "UnityEngine.Rendering.RenderTargetBinding" - }, - { "name": "mipLevel", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "depthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "binding", - "typeName": "UnityEngine.Rendering.RenderTargetBinding" - } - ], - "isStatic": false, - "name": "SetRenderTarget", - "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "data", "typeName": "System.Array" } - ], - "isStatic": false, - "name": "SetComputeBufferData", - "comment": "Adds a command to set the buffer with values from an array.\n\n```plaintext\nParams: buffer - The destination buffer.\n data - Array of values to fill the buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": false, - "name": "SetComputeBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": false, - "name": "SetComputeBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "data", "typeName": "System.Array" }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "graphicsBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeBufferData", - "comment": "Adds a command to process a partial copy of data values from an array into the buffer.\n\n```plaintext\nParams: buffer - The destination buffer.\n data - Array of values to fill the buffer.\n managedBufferStartIndex - The first element index in data to copy to the compute buffer.\n graphicsBufferStartIndex - The first element index in compute buffer to receive the data.\n count - The number of elements to copy.\n nativeBufferStartIndex - The first element index in data to copy to the compute buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { - "name": "data", - "typeName": "System.Collections.Generic.List" - }, - { "name": "managedBufferStartIndex", "typeName": "int" }, - { "name": "graphicsBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "data", "typeName": "Unity.Collections.NativeArray" }, - { "name": "nativeBufferStartIndex", "typeName": "int" }, - { "name": "graphicsBufferStartIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeBufferData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "counterValue", "typeName": "uint" } - ], - "isStatic": false, - "name": "SetComputeBufferCounterValue", - "comment": "Adds a command to set the counter value of append/consume buffer.\n\n```plaintext\nParams: buffer - The destination buffer.\n counterValue - Value of the append/consume counter.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new empty command buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFence", - "params": [], - "isStatic": false, - "name": "CreateAsyncGraphicsFence", - "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFence", - "params": [ - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": false, - "name": "CreateAsyncGraphicsFence", - "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GraphicsFence", - "params": [ - { - "name": "fenceType", - "typeName": "UnityEngine.Rendering.GraphicsFenceType" - }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags" - } - ], - "isStatic": false, - "name": "CreateGraphicsFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fence", - "typeName": "UnityEngine.Rendering.GraphicsFence" - } - ], - "isStatic": false, - "name": "WaitOnAsyncGraphicsFence", - "comment": "Instructs the GPU to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing beginning for a given draw call. This parameter allows for a requested wait to be made before the next item's vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fence", - "typeName": "UnityEngine.Rendering.GraphicsFence" - }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": false, - "name": "WaitOnAsyncGraphicsFence", - "comment": "Instructs the GPU to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing beginning for a given draw call. This parameter allows for a requested wait to be made before the next item's vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "fence", - "typeName": "UnityEngine.Rendering.GraphicsFence" - }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStageFlags" - } - ], - "isStatic": false, - "name": "WaitOnAsyncGraphicsFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetComputeFloatParam", - "comment": "Adds a command to set a float parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeIntParam", - "comment": "Adds a command to set an integer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetComputeVectorParam", - "comment": "Adds a command to set a vector parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetComputeVectorArrayParam", - "comment": "Adds a command to set a vector array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetComputeMatrixParam", - "comment": "Adds a command to set a matrix parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetComputeMatrixArrayParam", - "comment": "Adds a command to set a matrix array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetComputeFloatParams", - "comment": "Adds a command to set multiple consecutive float parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetComputeFloatParams", - "comment": "Adds a command to set multiple consecutive float parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetComputeIntParams", - "comment": "Adds a command to set multiple consecutive integer parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetComputeIntParams", - "comment": "Adds a command to set multiple consecutive integer parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetComputeTextureParam", - "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetComputeTextureParam", - "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeTextureParam", - "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeTextureParam", - "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetComputeTextureParam", - "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mipLevel", "typeName": "int" }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetComputeTextureParam", - "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetComputeBufferParam", - "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetComputeBufferParam", - "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetComputeBufferParam", - "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetComputeBufferParam", - "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetComputeConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { "name": "threadGroupsX", "typeName": "int" }, - { "name": "threadGroupsY", "typeName": "int" }, - { "name": "threadGroupsZ", "typeName": "int" } - ], - "isStatic": false, - "name": "DispatchCompute", - "comment": "Add a command to execute a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to execute.\n kernelIndex - Kernel index to execute, see ComputeShader.FindKernel.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n indirectBuffer - ComputeBuffer with dispatch arguments.\n argsOffset - Byte offset indicating the location of the dispatch arguments in the buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { - "name": "indirectBuffer", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "uint" } - ], - "isStatic": false, - "name": "DispatchCompute", - "comment": "Add a command to execute a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to execute.\n kernelIndex - Kernel index to execute, see ComputeShader.FindKernel.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n indirectBuffer - ComputeBuffer with dispatch arguments.\n argsOffset - Byte offset indicating the location of the dispatch arguments in the buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "computeShader", - "typeName": "UnityEngine.ComputeShader" - }, - { "name": "kernelIndex", "typeName": "int" }, - { - "name": "indirectBuffer", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "uint" } - ], - "isStatic": false, - "name": "DispatchCompute", - "comment": "Add a command to execute a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to execute.\n kernelIndex - Kernel index to execute, see ComputeShader.FindKernel.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n indirectBuffer - ComputeBuffer with dispatch arguments.\n argsOffset - Byte offset indicating the location of the dispatch arguments in the buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accelerationStructure", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" - } - ], - "isStatic": false, - "name": "BuildRayTracingAccelerationStructure", - "comment": "Adds a command to build the RayTracingAccelerationStructure to be used in a ray tracing dispatch.\n\n```plaintext\nParams: accelerationStructure - The RayTracingAccelerationStructure to be generated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accelerationStructure", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" - }, - { "name": "relativeOrigin", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "BuildRayTracingAccelerationStructure", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { - "name": "rayTracingAccelerationStructure", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" - } - ], - "isStatic": false, - "name": "SetRayTracingAccelerationStructure", - "comment": "Adds a command to set the RayTracingAccelerationStructure to be used with the RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - Name of the RayTracingAccelerationStructure in shader coder.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rayTracingAccelerationStructure - The RayTracingAccelerationStructure to be used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { - "name": "rayTracingAccelerationStructure", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" - } - ], - "isStatic": false, - "name": "SetRayTracingAccelerationStructure", - "comment": "Adds a command to set the RayTracingAccelerationStructure to be used with the RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - Name of the RayTracingAccelerationStructure in shader coder.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rayTracingAccelerationStructure - The RayTracingAccelerationStructure to be used.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetRayTracingBufferParam", - "comment": "Adds a command to set an input or output buffer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - The name of the constant buffer in shader code.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetRayTracingBufferParam", - "comment": "Adds a command to set an input or output buffer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - The name of the constant buffer in shader code.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRayTracingConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRayTracingConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRayTracingConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRayTracingConstantBufferParam", - "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetRayTracingTextureParam", - "comment": "Adds a command to set a texture parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the texture variable in shader code.\n nameID - The ID of the property name for the texture in shader code. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetRayTracingTextureParam", - "comment": "Adds a command to set a texture parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the texture variable in shader code.\n nameID - The ID of the property name for the texture in shader code. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetRayTracingFloatParam", - "comment": "Adds a command to set a float parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "float" } - ], - "isStatic": false, - "name": "SetRayTracingFloatParam", - "comment": "Adds a command to set a float parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetRayTracingFloatParams", - "comment": "Adds a command to set multiple consecutive float parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetRayTracingFloatParams", - "comment": "Adds a command to set multiple consecutive float parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRayTracingIntParam", - "comment": "Adds a command to set an integer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "int" } - ], - "isStatic": false, - "name": "SetRayTracingIntParam", - "comment": "Adds a command to set an integer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetRayTracingIntParams", - "comment": "Adds a command to set multiple consecutive integer parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "int[]" } - ], - "isStatic": false, - "name": "SetRayTracingIntParams", - "comment": "Adds a command to set multiple consecutive integer parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetRayTracingVectorParam", - "comment": "Adds a command to set a vector parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetRayTracingVectorParam", - "comment": "Adds a command to set a vector parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetRayTracingVectorArrayParam", - "comment": "Adds a command to set a vector array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetRayTracingVectorArrayParam", - "comment": "Adds a command to set a vector array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetRayTracingMatrixParam", - "comment": "Adds a command to set a matrix parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "val", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetRayTracingMatrixParam", - "comment": "Adds a command to set a matrix parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "name", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetRayTracingMatrixArrayParam", - "comment": "Adds a command to set a matrix array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "nameID", "typeName": "int" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetRayTracingMatrixArrayParam", - "comment": "Adds a command to set a matrix array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rayTracingShader", - "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" - }, - { "name": "rayGenName", "typeName": "string" }, - { "name": "width", "typeName": "uint" }, - { "name": "height", "typeName": "uint" }, - { "name": "depth", "typeName": "uint" }, - { "name": "camera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "DispatchRays", - "comment": "Adds a command to execute a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to execute.\n rayGenName - The name of the ray generation shader.\n width - The width of the ray generation shader thread grid.\n height - The height of the ray generation shader thread grid.\n depth - The depth of the ray generation shader thread grid.\n camera - Optional parameter used to setup camera-related built-in shader variables.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "GenerateMips", - "comment": "Generate mipmap levels of a render texture.\n\n```plaintext\nParams: rt - The render texture requiring mipmaps generation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rt", "typeName": "UnityEngine.RenderTexture" }], - "isStatic": false, - "name": "GenerateMips", - "comment": "Generate mipmap levels of a render texture.\n\n```plaintext\nParams: rt - The render texture requiring mipmaps generation.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, - { "name": "target", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": false, - "name": "ResolveAntiAliasedSurface", - "comment": "Force an antialiased render texture to be resolved.\n\n```plaintext\nParams: rt - The antialiased render texture to resolve.\n target - The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawMesh", - "comment": "Add a \"draw mesh\" command.\n\n```plaintext\nParams: mesh - Mesh to draw.\n matrix - Transformation matrix to use.\n material - Material to use.\n submeshIndex - Which subset of the mesh to render.\n shaderPass - Which pass of the shader to use (default is -1, which renders all passes).\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "shaderPass", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "submeshIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "DrawMesh", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "shaderPass", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawRenderer", - "comment": "Add a \"draw renderer\" command.\n\n```plaintext\nParams: renderer - Renderer to draw.\n material - Material to use.\n submeshIndex - Which subset of the mesh to render.\n shaderPass - Which pass of the shader to use (default is -1, which renders all passes).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "submeshIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawRenderer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderer", "typeName": "UnityEngine.Renderer" }, - { "name": "material", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "DrawRenderer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "vertexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawProcedural", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "vertexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProcedural", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "vertexCount", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProcedural", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawProcedural", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - The index buffer used to submit vertices to the GPU.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexCount", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProcedural", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - The index buffer used to submit vertices to the GPU.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { "name": "indexCount", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProcedural", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - The index buffer used to submit vertices to the GPU.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - } - ], - "isStatic": false, - "name": "DrawProceduralIndirect", - "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawMeshInstanced", - "comment": "Adds a \"draw mesh with instancing\" command.\n\nThe command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawMeshInstanced", - "comment": "Adds a \"draw mesh with instancing\" command.\n\nThe command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "DrawMeshInstanced", - "comment": "Adds a \"draw mesh with instancing\" command.\n\nThe command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { "name": "count", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawMeshInstancedProcedural", - "comment": "Add a \"draw mesh with instancing\" command.\n\nDraw a mesh using Procedural Instancing. This is similar to Graphics.DrawMeshInstancedIndirect, except that when the instance count is known from script, it can be supplied directly using this method, rather than via a ComputeBuffer.\nIf Material.enableInstancing is false, the command logs an error and skips rendering each time the command is executed; the command does not immediately fail and throw an exception.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (for example, if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawMeshInstancedIndirect", - "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawMeshInstancedIndirect", - "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.ComputeBuffer" - } - ], - "isStatic": false, - "name": "DrawMeshInstancedIndirect", - "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "DrawMeshInstancedIndirect", - "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - }, - { "name": "argsOffset", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawMeshInstancedIndirect", - "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "submeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "shaderPass", "typeName": "int" }, - { - "name": "bufferWithArgs", - "typeName": "UnityEngine.GraphicsBuffer" - } - ], - "isStatic": false, - "name": "DrawMeshInstancedIndirect", - "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "normalizedCamViewport", - "typeName": "UnityEngine.RectInt" - } - ], - "isStatic": false, - "name": "DrawOcclusionMesh", - "comment": "Adds a command onto the commandbuffer to draw the VR Device's occlusion mesh to the current render target.\n\n```plaintext\nParams: normalizedCamViewport - The viewport of the camera currently being rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "preserveCounterValue", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "preserveCounterValue", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetRandomWriteTarget", - "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dstOffsetBytes", "typeName": "uint" } - ], - "isStatic": false, - "name": "CopyCounterValue", - "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dstOffsetBytes", "typeName": "uint" } - ], - "isStatic": false, - "name": "CopyCounterValue", - "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dstOffsetBytes", "typeName": "uint" } - ], - "isStatic": false, - "name": "CopyCounterValue", - "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "dstOffsetBytes", "typeName": "uint" } - ], - "isStatic": false, - "name": "CopyCounterValue", - "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dst", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "CopyTexture", - "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "srcElement", "typeName": "int" }, - { - "name": "dst", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "dstElement", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTexture", - "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "srcElement", "typeName": "int" }, - { "name": "srcMip", "typeName": "int" }, - { - "name": "dst", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "dstElement", "typeName": "int" }, - { "name": "dstMip", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTexture", - "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "src", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "srcElement", "typeName": "int" }, - { "name": "srcMip", "typeName": "int" }, - { "name": "srcX", "typeName": "int" }, - { "name": "srcY", "typeName": "int" }, - { "name": "srcWidth", "typeName": "int" }, - { "name": "srcHeight", "typeName": "int" }, - { - "name": "dst", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "dstElement", "typeName": "int" }, - { "name": "dstMip", "typeName": "int" }, - { "name": "dstX", "typeName": "int" }, - { "name": "dstY", "typeName": "int" } - ], - "isStatic": false, - "name": "CopyTexture", - "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "source", "typeName": "UnityEngine.Texture" }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mat", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "sourceDepthSlice", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" }, - { "name": "sourceDepthSlice", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "pass", "typeName": "int" }, - { "name": "destDepthSlice", "typeName": "int" } - ], - "isStatic": false, - "name": "Blit", - "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetGlobalFloat", - "comment": "Add a \"set global shader float property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGlobalInt", - "comment": "Sets the given global integer property for all shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetGlobalVector", - "comment": "Add a \"set global shader vector property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetGlobalColor", - "comment": "Add a \"set global shader color property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetGlobalMatrix", - "comment": "Add a \"set global shader matrix property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetGlobalFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetGlobalFloatArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "values", "typeName": "float[]" } - ], - "isStatic": false, - "name": "SetGlobalFloatArray", - "comment": "Add a \"set global shader float array property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetGlobalVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetGlobalVectorArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Vector4[]" } - ], - "isStatic": false, - "name": "SetGlobalVectorArray", - "comment": "Add a \"set global shader vector array property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetGlobalMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "values", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetGlobalMatrixArray", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "propertyName", "typeName": "string" }, - { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } - ], - "isStatic": false, - "name": "SetGlobalMatrixArray", - "comment": "Add a \"set global shader matrix array property\" command.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "value", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetGlobalTexture", - "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "value", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "SetGlobalTexture", - "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { - "name": "value", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetGlobalTexture", - "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { - "name": "value", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "element", - "typeName": "UnityEngine.Rendering.RenderTextureSubElement" - } - ], - "isStatic": false, - "name": "SetGlobalTexture", - "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetGlobalBuffer", - "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "SetGlobalBuffer", - "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetGlobalBuffer", - "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "nameID", "typeName": "int" }, - { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "SetGlobalBuffer", - "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "nameID", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGlobalConstantBuffer", - "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, - { "name": "name", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGlobalConstantBuffer", - "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "nameID", "typeName": "int" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGlobalConstantBuffer", - "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, - { "name": "name", "typeName": "string" }, - { "name": "offset", "typeName": "int" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetGlobalConstantBuffer", - "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "shadowmap", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "mode", - "typeName": "UnityEngine.Rendering.ShadowSamplingMode" - } - ], - "isStatic": false, - "name": "SetShadowSamplingMode", - "comment": "Add a \"set shadow sampling mode\" command.\n\n```plaintext\nParams: shadowmap - Shadowmap render target to change the sampling mode on.\n mode - New sampling mode.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.Rendering.SinglePassStereoMode" - } - ], - "isStatic": false, - "name": "SetSinglePassStereo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "eventID", "typeName": "int" } - ], - "isStatic": false, - "name": "IssuePluginEvent", - "comment": "Send a user-defined event to a native code plugin.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n eventID - User defined id to send to the callback.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "eventID", "typeName": "int" }, - { "name": "data", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": "IssuePluginEventAndData", - "comment": "Send a user-defined event to a native code plugin with custom data.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n data - Custom data to pass to the native plugin callback.\n eventID - Built in or user defined id to send to the callback.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "command", "typeName": "uint" }, - { - "name": "source", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "dest", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "commandParam", "typeName": "uint" }, - { "name": "commandFlags", "typeName": "uint" } - ], - "isStatic": false, - "name": "IssuePluginCustomBlit", - "comment": "Send a user-defined blit event to a native code plugin.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n command - User defined command id to send to the callback.\n source - Source render target.\n dest - Destination render target.\n commandParam - User data command parameters.\n commandFlags - User data command flags.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "targetTexture", "typeName": "UnityEngine.Texture" }, - { "name": "userData", "typeName": "uint" } - ], - "isStatic": false, - "name": "IssuePluginCustomTextureUpdate", - "comment": "Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n targetTexture - Texture resource to be updated.\n userData - User data to send to the native plugin.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "targetTexture", "typeName": "UnityEngine.Texture" }, - { "name": "userData", "typeName": "uint" } - ], - "isStatic": false, - "name": "IssuePluginCustomTextureUpdateV1", - "comment": "Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n targetTexture - Texture resource to be updated.\n userData - User data to send to the native plugin.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.IntPtr" }, - { "name": "targetTexture", "typeName": "UnityEngine.Texture" }, - { "name": "userData", "typeName": "uint" } - ], - "isStatic": false, - "name": "IssuePluginCustomTextureUpdateV2", - "comment": "Send a texture update event to a native code plugin.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n targetTexture - Texture resource to be updated.\n userData - User data to send to the native plugin.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "resolver", "typeName": "System.IntPtr" }, - { "name": "slice", "typeName": "int" }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "mip", "typeName": "int" } - ], - "isStatic": false, - "name": "ProcessVTFeedback", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GPUFence", - "params": [ - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": false, - "name": "CreateGPUFence", - "comment": "This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "GPUFence", - "params": [], - "isStatic": false, - "name": "CreateGPUFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" }, - { - "name": "stage", - "typeName": "UnityEngine.Rendering.SynchronisationStage" - } - ], - "isStatic": false, - "name": "WaitOnGPUFence", - "comment": "This functionality is deprecated, and should no longer be used. Please use CommandBuffer.WaitOnAsyncGraphicsFence.\n\n```plaintext\nParams: fence - The GPUFence that the GPU will be instructed to wait upon.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing completing for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. Some platforms can not differentiate between the start of vertex and pixel processing, these platforms will wait before the next items vertex processing. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" } - ], - "isStatic": false, - "name": "WaitOnGPUFence", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CommandBuffer", - "comment": "List of graphics commands to execute.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "repetitionCount", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerType", - "name": "triggerType", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", - "name": "lifecycleEvent", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "float", - "name": "initTime", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "float", - "name": "repeatTime", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "typeName": "int", - "name": "repetitions", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AddRule", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveRule", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "gameObject", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "Test", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "EventTrigger", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "rid", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { - "name": "fastMemoryFlags", - "typeName": "UnityEngine.Rendering.FastMemoryFlags" - }, - { "name": "residency", "typeName": "float" }, - { "name": "copyContents", "typeName": "bool" } - ], - "isStatic": false, - "name": "SwitchIntoFastMemory", - "comment": "Adds a command to put a given render target into fast GPU memory.\n\n```plaintext\nParams: rid - The render target to put into fast GPU memory.\n fastMemoryFlags - The memory layout to use if only part of the render target is put into fast GPU memory, either because of the residency parameter or because of fast GPU memory availability.\n residency - The amount of the render target to put into fast GPU memory. Valid values are 0.0f - 1.0f inclusive.\nA value of 0.0f is equal to none of the render target, and a value of 1.0f is equal to the whole render target.\n copyContents - When this value is true, Unity copies the existing contents of the render target into fast memory.\nWhen this value is false, Unity does not copy the existing contents of the render target into fast memory.\nSet this value to true if you plan to add to the existing contents, and set it to false if you plan to overwrite or clear the existing contents.\nWhere possible, set this value to false for better performance.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rid", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "copyContents", "typeName": "bool" } - ], - "isStatic": false, - "name": "SwitchOutOfFastMemory", - "comment": "Adds a command to remove a given render target from fast GPU memory.\n\n```plaintext\nParams: rid - The render target to remove from fast GPU memory.\n copyContents - When this value is true, Unity copies the existing contents of the render target when it removes it from fast GPU memory. When this value is false, Unity does not copy the existing contents of the render target when it removes it from fast GPU memory. Set this value to true if you plan to add to the existing contents, and set it to false if you plan to overwrite or clear the existing contents. Where possible, set this value to false for better performance.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CommandBufferExtensions", - "comment": "Static class providing extension methods for CommandBuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isFinished", - "comment": "Returns true once the splash screen has finished. This is once all logos have been shown for their specified duration.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Begin", - "comment": "Initializes the splash screen so it is ready to begin drawing. Call this before you start calling Rendering.SplashScreen.Draw. Internally this function resets the timer and prepares the logos for drawing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stopBehavior", - "typeName": "UnityEngine.Rendering.SplashScreen.StopBehavior" - } - ], - "isStatic": true, - "name": "Stop", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Draw", - "comment": "Immediately draws the splash screen. Ensure you have called Rendering.SplashScreen.Begin before you start calling this.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SplashScreen", - "comment": "Provides an interface to the Unity splash screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TrackableTrigger", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SplashScreen.StopBehavior", - "name": "StopImmediate", - "comment": "Immediately stop rendering the SplashScreen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SplashScreen.StopBehavior", - "name": "FadeOut", - "comment": "Jumps to the final stage of the Splash Screen and performs a fade from the background to the game.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SplashScreen.StopBehavior", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StopBehavior", - "comment": "The behavior to apply when calling ParticleSystem.Stop|Stop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerMethod", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Test", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "error", "typeName": "bool" }, - { "name": "message", "typeName": "string" } - ], - "isStatic": false, - "name": "Test", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - } - ], - "name": "TriggerRule", - "comment": "", - "location": "Unity.Analytics.Tracker.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Controls whether the Performance Reporting service is enabled at runtime.\n\n", - "location": "UnityEngine.PerformanceReportingModule.dll" - }, - { - "typeName": "long", - "name": "graphicsInitializationFinishTime", - "comment": "Time taken to initialize graphics in microseconds, measured from application startup.\n\n", - "location": "UnityEngine.PerformanceReportingModule.dll" - } - ], - "methods": [], - "name": "PerformanceReporting", - "comment": "Unity Performace provides insight into your game performace.\n\n", - "location": "UnityEngine.PerformanceReportingModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "metricName", "typeName": "string" }, - { "name": "del", "typeName": "System.Func" } - ], - "isStatic": true, - "name": "RegisterCollector", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "count", "typeName": "int" }, - { "name": "data", "typeName": "T[]" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "SetEventHistogramThresholds", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "count", "typeName": "int" }, - { "name": "data", "typeName": "T[]" } - ], - "isStatic": true, - "name": "SetCustomEventHistogramThresholds", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "customEventName", "typeName": "string" }, - { "name": "metricName", "typeName": "string" }, - { "name": "interval", "typeName": "float" }, - { "name": "period", "typeName": "float" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "ConfigureCustomEvent", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "metricName", "typeName": "string" }, - { "name": "interval", "typeName": "float" }, - { "name": "period", "typeName": "float" }, - { "name": "enabled", "typeName": "bool" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "ConfigureEvent", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "ContinuousEvent", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Clears SH probe to zero.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": "AddAmbientLight", - "comment": "Add ambient lighting to probe data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color" }, - { "name": "intensity", "typeName": "float" } - ], - "isStatic": false, - "name": "AddDirectionalLight", - "comment": "Add directional light to probe data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "directions", "typeName": "UnityEngine.Vector3[]" }, - { "name": "results", "typeName": "UnityEngine.Color[]" } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "Evaluates the Spherical Harmonics for each of the given directions. The result from the first direction is written into the first element of results, the result from the second direction is written into the second element of results, and so on. The array size of directions and results must match and directions must be normalized.\n\n```plaintext\nParams: directions - Normalized directions for which the spherical harmonics are to be evaluated.\n results - Output array for the evaluated values of the corresponding directions.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "SphericalHarmonicsL2", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - }, - { "name": "rhs", "typeName": "float" } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "SphericalHarmonicsL2", - "params": [ - { "name": "lhs", "typeName": "float" }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - } - ], - "isStatic": true, - "name": "op_Multiply", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "SphericalHarmonicsL2", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SphericalHarmonicsL2", - "comment": "Spherical harmonics up to the second order (3 bands, 9 coefficients).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionState", - "name": "kSessionStopped", - "comment": "Session tracking has stopped.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionState", - "name": "kSessionStarted", - "comment": "Session tracking has started.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionState", - "name": "kSessionPaused", - "comment": "Session tracking has paused.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionState", - "name": "kSessionResumed", - "comment": "Session tracking has resumed.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AnalyticsSessionState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "AnalyticsSessionState", - "comment": "Session tracking states.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionState", - "name": "sessionState", - "comment": "The current state of the session.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "long", - "name": "sessionId", - "comment": "A random, unique GUID identifying the current game or app session.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "long", - "name": "sessionCount", - "comment": "The number of sessions played since the app was installed.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "long", - "name": "sessionElapsedTime", - "comment": "The time elapsed, in milliseconds, since the beginning of the current game session.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "bool", - "name": "sessionFirstRun", - "comment": "Reports whether the current session is the first session since the player installed the game or application.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "userId", - "comment": "A random GUID uniquely identifying sessions played on the same instance of your game or app.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "customUserId", - "comment": "Reports the current custom user ID.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "customDeviceId", - "comment": "Reports the current custom device ID.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "identityToken", - "comment": "The current user identity token that the Analytics server returns based on AnalyticsSessionInfo.userId.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged", - "name": "sessionStateChanged", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.IdentityTokenChanged", - "name": "identityTokenChanged", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged" - } - ], - "isStatic": true, - "name": "add_sessionStateChanged", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged" - } - ], - "isStatic": true, - "name": "remove_sessionStateChanged", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.IdentityTokenChanged" - } - ], - "isStatic": true, - "name": "add_identityTokenChanged", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.IdentityTokenChanged" - } - ], - "isStatic": true, - "name": "remove_identityTokenChanged", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "AnalyticsSessionInfo", - "comment": "Provides access to the Analytics session information for the current game instance.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "offset", - "comment": "Input property specifying the offset into the BatchCullingContext.visibleIndices where the batch's visibile indices start. (readonly).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "instancesCount", - "comment": "Input property specifying the total number of instances in the batch. (readonly).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "visibleCount", - "comment": "Output property that has to be set to the number of visible instances in the batch after culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BatchVisibility", - "comment": "Describes the visibility for a batch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "Unity.Collections.NativeArray", - "name": "cullingPlanes", - "comment": "Planes to cull against.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "batchVisibility", - "comment": "Visibility information for the batch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "visibleIndices", - "comment": "Array of visible indices for all the batches in the group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "visibleIndicesY", - "comment": "Array of uints containing extra data for the visible indices for all the batches in the group. Elements in this array correspond to elements in Rendering.BatchCullingContext.visibleIndices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LODParameters", - "name": "lodParameters", - "comment": "See Also: LODParameters.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "cullingMatrix", - "comment": "Culling matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "nearPlane", - "comment": "The near frustum plane for this culling context.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inCullingPlanes", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inOutBatchVisibility", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "outVisibleIndices", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inLodParameters", - "typeName": "UnityEngine.Rendering.LODParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "inCullingPlanes", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inOutBatchVisibility", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "outVisibleIndices", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inLodParameters", - "typeName": "UnityEngine.Rendering.LODParameters" - }, - { "name": "inCullingMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "inNearPlane", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BatchCullingContext", - "comment": "Culling context for a batch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingCallback", - "typeName": "UnityEngine.Rendering.BatchRendererGroup.OnPerformCulling" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Deletes a group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "subMeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "invertCulling", "typeName": "bool" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "instanceCount", "typeName": "int" }, - { - "name": "customProps", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "associatedSceneObject", - "typeName": "UnityEngine.GameObject" - } - ], - "isStatic": false, - "name": "AddBatch", - "comment": "The batch's index in the BatchedRendererGroup.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n subMeshIndex - Specifies which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n layer - to use.\n castShadows - Whether the meshes cast shadows.\n receiveShadows - Whether the meshes receive shadows.\n invertCulling - Specify whether to invert the backface culling (true) or not (false). This flag can \"flip\" the culling mode of all rendered objects. Major use case: rendering reflections for mirrors, water etc. Since virtual camera for rendering the reflection is mirrored, the culling order has to be inverted. You can see how the Water script in Effects standard package does that.\n bounds - Bounds to use. Should specify the combined bounds of all the instances.\n instanceCount - The number of instances to draw.\n customProps - Additional material properties to apply. See MaterialPropertyBlock.\n associatedSceneObject - The GameObject to select when you pick an object that the batch renders.\n sceneCullingMask - Additional culling mask usually used for scene based culling. See Also: EditorSceneManager.GetSceneCullingMask.\n renderingLayerMask - Rendering layer this batch lives on. See Also: Renderer.renderingLayerMask.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "subMeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "invertCulling", "typeName": "bool" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "instanceCount", "typeName": "int" }, - { - "name": "customProps", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "associatedSceneObject", - "typeName": "UnityEngine.GameObject" - }, - { "name": "sceneCullingMask", "typeName": "ulong" } - ], - "isStatic": false, - "name": "AddBatch", - "comment": "The batch's index in the BatchedRendererGroup.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n subMeshIndex - Specifies which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n layer - to use.\n castShadows - Whether the meshes cast shadows.\n receiveShadows - Whether the meshes receive shadows.\n invertCulling - Specify whether to invert the backface culling (true) or not (false). This flag can \"flip\" the culling mode of all rendered objects. Major use case: rendering reflections for mirrors, water etc. Since virtual camera for rendering the reflection is mirrored, the culling order has to be inverted. You can see how the Water script in Effects standard package does that.\n bounds - Bounds to use. Should specify the combined bounds of all the instances.\n instanceCount - The number of instances to draw.\n customProps - Additional material properties to apply. See MaterialPropertyBlock.\n associatedSceneObject - The GameObject to select when you pick an object that the batch renders.\n sceneCullingMask - Additional culling mask usually used for scene based culling. See Also: EditorSceneManager.GetSceneCullingMask.\n renderingLayerMask - Rendering layer this batch lives on. See Also: Renderer.renderingLayerMask.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "subMeshIndex", "typeName": "int" }, - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "layer", "typeName": "int" }, - { - "name": "castShadows", - "typeName": "UnityEngine.Rendering.ShadowCastingMode" - }, - { "name": "receiveShadows", "typeName": "bool" }, - { "name": "invertCulling", "typeName": "bool" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" }, - { "name": "instanceCount", "typeName": "int" }, - { - "name": "customProps", - "typeName": "UnityEngine.MaterialPropertyBlock" - }, - { - "name": "associatedSceneObject", - "typeName": "UnityEngine.GameObject" - }, - { "name": "sceneCullingMask", "typeName": "ulong" }, - { "name": "renderingLayerMask", "typeName": "uint" } - ], - "isStatic": false, - "name": "AddBatch", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "flags", "typeName": "ulong" } - ], - "isStatic": false, - "name": "SetBatchFlags", - "comment": "Sets flag bits that enable special behavior for this Hybrid Renderer V2 batch.\n\n```plaintext\nParams: batchIndex - Batch index. Must be a Hybrid Renderer V2 batch.\n flags - Flag bits to set for the batch.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { - "name": "cbufferLengths", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "cbufferMetadata", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetBatchPropertyMetadata", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "instanceCount", "typeName": "int" }, - { - "name": "customProps", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "SetInstancingData", - "comment": "Updates a batch.\n\n```plaintext\nParams: batchIndex - Batch index.\n instanceCount - New number of instances in the batch.\n customProps - Additional material properties to apply. See MaterialPropertyBlock.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [{ "name": "batchIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetBatchMatrices", - "comment": "Matrices associated with the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetBatchScalarArrayInt", - "comment": "An array of writable int properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetBatchScalarArray", - "comment": "An array of writable float properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetBatchVectorArrayInt", - "comment": "An array of writable vector properties for the batch specified by batchIndex, arranged linearly as individual int elements.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetBatchVectorArray", - "comment": "An array of writable vector properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "string" } - ], - "isStatic": false, - "name": "GetBatchMatrixArray", - "comment": "An array of writable matrix properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBatchScalarArrayInt", - "comment": "An array of writable int properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBatchScalarArray", - "comment": "An array of writable float properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBatchVectorArrayInt", - "comment": "An array of writable vector properties for the batch specified by batchIndex, arranged linearly as individual int elements.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBatchVectorArray", - "comment": "An array of writable vector properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "propertyName", "typeName": "int" } - ], - "isStatic": false, - "name": "GetBatchMatrixArray", - "comment": "An array of writable matrix properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "batchIndex", "typeName": "int" }, - { "name": "bounds", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": false, - "name": "SetBatchBounds", - "comment": "Sets the bounding box of the batch.\n\n```plaintext\nParams: batchIndex - Batch index.\n bounds - The new bounds for the batch specified by batchIndex.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetNumBatches", - "comment": "Number of batches inside the group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveBatch", - "comment": "Removes a batch from the group.\n Note: For performance reasons, the removal is done via emplace_back() which will simply replace the removed batch index with the last index in the array and will decrement the size.\n If you're holding your own array of batch indices, you'll have to either regenerate it or apply the same emplace_back() mechanism as RemoveBatch does.\n\n```plaintext\nParams: index - Batch index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "enabled", "typeName": "bool" }], - "isStatic": false, - "name": "EnableVisibleIndicesYArray", - "comment": "Enables or disables Rendering.BatchCullingContext.visibleIndicesY.\n\n```plaintext\nParams: enabled - Pass true to enable the array, or false to disable it.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BatchRendererGroup", - "comment": "A group of batches.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "rendererGroup", - "typeName": "UnityEngine.Rendering.BatchRendererGroup" - }, - { - "name": "cullingContext", - "typeName": "UnityEngine.Rendering.BatchCullingContext" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "rendererGroup", - "typeName": "UnityEngine.Rendering.BatchRendererGroup" - }, - { - "name": "cullingContext", - "typeName": "UnityEngine.Rendering.BatchCullingContext" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnPerformCulling", - "comment": "Culling callback function.\n\n```plaintext\nParams: rendererGroup - Group to cull.\n cullingContext - Culling context.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sessionState", - "typeName": "UnityEngine.Analytics.AnalyticsSessionState" - }, - { "name": "sessionId", "typeName": "long" }, - { "name": "sessionElapsedTime", "typeName": "long" }, - { "name": "sessionChanged", "typeName": "bool" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "sessionState", - "typeName": "UnityEngine.Analytics.AnalyticsSessionState" - }, - { "name": "sessionId", "typeName": "long" }, - { "name": "sessionElapsedTime", "typeName": "long" }, - { "name": "sessionChanged", "typeName": "bool" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "SessionStateChanged", - "comment": "Dispatched when the Analytics session state changes.\n\n```plaintext\nParams: sessionState - Current session state.\n sessionId - Current session id.\n sessionElapsedTime - Length of the current session in milliseconds.\n sessionChanged - True, if the sessionId has changed; otherwise false.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", - "name": "loadAction", - "comment": "The load action to be used on this attachment when the RenderPass starts.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", - "name": "storeAction", - "comment": "The store action to use with this attachment when the RenderPass ends. Only used when either ConfigureTarget or ConfigureResolveTarget has been called.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "graphicsFormat", - "comment": "The GraphicsFormat of this attachment. To use in place of format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "format", - "comment": "The format of this attachment.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "loadStoreTarget", - "comment": "The surface to use as the backing storage for this AttachmentDescriptor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "resolveTarget", - "comment": "When the renderpass that uses this attachment ends, resolve the MSAA surface into the given target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "clearColor", - "comment": "The currently assigned clear color for this attachment. Default is black.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "clearDepth", - "comment": "Currently assigned depth clear value for this attachment. Default value is 1.0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "clearStencil", - "comment": "Currently assigned stencil clear value for this attachment. Default is 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "target", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "loadExistingContents", "typeName": "bool" }, - { "name": "storeResults", "typeName": "bool" } - ], - "isStatic": false, - "name": "ConfigureTarget", - "comment": "Binds this AttachmentDescriptor to the given target surface.\n\n```plaintext\nParams: tgt - The surface to use as the backing storage for this AttachmentDescriptor.\n loadExistingContents - Whether to read in the existing contents of the surface when the RenderPass starts.\n storeResults - Whether to store the rendering results of the attachment when the RenderPass ends.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "target", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "ConfigureResolveTarget", - "comment": "When the renderpass that uses this attachment ends, resolve the MSAA surface into the given target.\n\n```plaintext\nParams: tgt - The target surface to receive the MSAA-resolved pixels.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clearColor", "typeName": "UnityEngine.Color" }, - { "name": "clearDepth", "typeName": "float" }, - { "name": "clearStencil", "typeName": "uint" } - ], - "isStatic": false, - "name": "ConfigureClear", - "comment": "When the RenderPass starts, clear this attachment into the color or depth/stencil values given (depending on the format of this attachment). Changes loadAction to RenderBufferLoadAction.Clear.\n\n```plaintext\nParams: clearCol - Color clear value. Ignored on depth/stencil attachments.\n clearDep - Depth clear value. Ignored on color surfaces.\n clearStenc - Stencil clear value. Ignored on color or depth-only surfaces.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "format", - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a AttachmentDescriptor to be used with RenderPass.\n\n```plaintext\nParams: fmt - The format of this attachment.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, - { - "name": "target", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "loadExistingContents", "typeName": "bool" }, - { "name": "storeResults", "typeName": "bool" }, - { "name": "resolve", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.AttachmentDescriptor" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.AttachmentDescriptor" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.AttachmentDescriptor" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.AttachmentDescriptor" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.AttachmentDescriptor" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AttachmentDescriptor", - "comment": "A declaration of a single color or depth rendering surface to be attached into a RenderPass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BlendState", - "name": "defaultValue", - "comment": "Default values for the blend state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "separateMRTBlendStates", - "comment": "Determines whether each render target uses a separate blend state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "alphaToMask", - "comment": "Turns on alpha-to-coverage.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState0", - "comment": "Blend state for render target 0.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState1", - "comment": "Blend state for render target 1.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState2", - "comment": "Blend state for render target 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState3", - "comment": "Blend state for render target 3.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState4", - "comment": "Blend state for render target 4.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState5", - "comment": "Blend state for render target 5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState6", - "comment": "Blend state for render target 6.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "blendState7", - "comment": "Blend state for render target 7.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "separateMRTBlend", "typeName": "bool" }, - { "name": "alphaToMask", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new blend state with the specified values.\n\n```plaintext\nParams: separateMRTBlend - Determines whether each render target uses a separate blend state.\n alphaToMask - Turns on alpha-to-coverage.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.Rendering.BlendState" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "UnityEngine.Rendering.BlendState" }, - { "name": "right", "typeName": "UnityEngine.Rendering.BlendState" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "UnityEngine.Rendering.BlendState" }, - { "name": "right", "typeName": "UnityEngine.Rendering.BlendState" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BlendState", - "comment": "Values for the blend state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "token", "typeName": "string" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "token", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "IdentityTokenChanged", - "comment": "Defines the delegate signature to handle AnalyticsSettings.IdentityTokenChanged events.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Plane", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetShadowCullingPlane", - "comment": "Shadow culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "plane", "typeName": "UnityEngine.Plane" } - ], - "isStatic": false, - "name": "SetShadowCullingPlane", - "comment": "Set a shadow culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n plane - Shadow culling plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Plane", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetCameraCullingPlane", - "comment": "Camera culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "plane", "typeName": "UnityEngine.Plane" } - ], - "isStatic": false, - "name": "SetCameraCullingPlane", - "comment": "Set a camera culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n plane - Camera culling plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.CameraProperties" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.CameraProperties" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.CameraProperties" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.CameraProperties" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.CameraProperties" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraProperties", - "comment": "Camera related properties in CullingParameters.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "initializeOnStartup", - "comment": "Reports whether Unity is set to initialize Analytics on startup.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "bool", - "name": "playerOptedOut", - "comment": "Reports whether the player has opted out of data collection.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "eventUrl", - "comment": "Get the Analytics event endpoint.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "dashboardUrl", - "comment": "Get the Analytics dashboard endpoint.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "string", - "name": "configUrl", - "comment": "Get the Analytics config endpoint.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "bool", - "name": "limitUserTracking", - "comment": "Controls whether to limit user tracking at runtime.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "bool", - "name": "deviceStatsEnabled", - "comment": "Controls whether the sending of device stats at runtime is enabled.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Controls whether the Analytics service is enabled at runtime.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "AnalyticsResult", - "params": [], - "isStatic": true, - "name": "ResumeInitialization", - "comment": "Resume Analytics initialization.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [], - "isStatic": true, - "name": "FlushEvents", - "comment": "Attempts to flush immediately all queued analytics events to the network and filesystem cache if possible (optional).\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [{ "name": "userId", "typeName": "string" }], - "isStatic": true, - "name": "SetUserId", - "comment": "User Demographics (optional).\n\n```plaintext\nParams: userId - User id.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "gender", "typeName": "UnityEngine.Analytics.Gender" } - ], - "isStatic": true, - "name": "SetUserGender", - "comment": "User Demographics (optional).\n\n```plaintext\nParams: gender - Gender of user can be \"Female\", \"Male\", or \"Unknown\".\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [{ "name": "birthYear", "typeName": "int" }], - "isStatic": true, - "name": "SetUserBirthYear", - "comment": "User Demographics (optional).\n\n```plaintext\nParams: birthYear - Birth year of user. Must be 4-digit year format, only.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "productId", "typeName": "string" }, - { "name": "amount", "typeName": "decimal" }, - { "name": "currency", "typeName": "string" } - ], - "isStatic": true, - "name": "Transaction", - "comment": "Tracking Monetization (optional).\n\n```plaintext\nParams: productId - The id of the purchased item.\n amount - The price of the item.\n currency - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.\n receiptPurchaseData - Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts.\n signature - Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature.\n usingIAPService - Set to true when using UnityIAP.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "productId", "typeName": "string" }, - { "name": "amount", "typeName": "decimal" }, - { "name": "currency", "typeName": "string" }, - { "name": "receiptPurchaseData", "typeName": "string" }, - { "name": "signature", "typeName": "string" } - ], - "isStatic": true, - "name": "Transaction", - "comment": "Tracking Monetization (optional).\n\n```plaintext\nParams: productId - The id of the purchased item.\n amount - The price of the item.\n currency - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.\n receiptPurchaseData - Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts.\n signature - Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature.\n usingIAPService - Set to true when using UnityIAP.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "productId", "typeName": "string" }, - { "name": "amount", "typeName": "decimal" }, - { "name": "currency", "typeName": "string" }, - { "name": "receiptPurchaseData", "typeName": "string" }, - { "name": "signature", "typeName": "string" }, - { "name": "usingIAPService", "typeName": "bool" } - ], - "isStatic": true, - "name": "Transaction", - "comment": "Tracking Monetization (optional).\n\n```plaintext\nParams: productId - The id of the purchased item.\n amount - The price of the item.\n currency - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.\n receiptPurchaseData - Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts.\n signature - Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature.\n usingIAPService - Set to true when using UnityIAP.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [{ "name": "customEventName", "typeName": "string" }], - "isStatic": true, - "name": "CustomEvent", - "comment": "Custom Events (optional).\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "customEventName", "typeName": "string" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "CustomEvent", - "comment": "Custom Events (optional).\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "customEventName", "typeName": "string" }, - { - "name": "eventData", - "typeName": "System.Collections.Generic.IDictionary" - } - ], - "isStatic": true, - "name": "CustomEvent", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "customEventName", "typeName": "string" }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "EnableCustomEvent", - "comment": "Use it to enable or disable a custom event.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [{ "name": "customEventName", "typeName": "string" }], - "isStatic": true, - "name": "IsCustomEventEnabled", - "comment": "Use it to check to custom event enable status.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "maxEventPerHour", "typeName": "int" }, - { "name": "maxItems", "typeName": "int" }, - { "name": "vendorKey", "typeName": "string" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterEvent", - "comment": "This API is used for registering a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n maxEventPerHour - Hourly limit for this event name.\n maxItems - Maximum number of items in this event.\n vendorKey - Vendor key name.\n prefix - Optional event name prefix value.\n ver - Event version number.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "maxEventPerHour", "typeName": "int" }, - { "name": "maxItems", "typeName": "int" }, - { "name": "vendorKey", "typeName": "string" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "RegisterEvent", - "comment": "This API is used for registering a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n maxEventPerHour - Hourly limit for this event name.\n maxItems - Maximum number of items in this event.\n vendorKey - Vendor key name.\n prefix - Optional event name prefix value.\n ver - Event version number.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "parameters", "typeName": "object" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "SendEvent", - "comment": "This API is used to send a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n ver - Event version number.\n prefix - Optional event name prefix value.\n parameters - Additional event data.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "endPoint", "typeName": "string" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "SetEventEndPoint", - "comment": "Use this API to set the event end point URL. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n ver - Event version number.\n endPoint - Event end point URL.\n prefix - Optional event name prefix value.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { - "name": "eventPriority", - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority" - }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "SetEventPriority", - "comment": "Use this API to set the event priority. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n ver - Event version number.\n prefix - Optional event name prefix value.\n eventPriority - Event priority.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "enabled", "typeName": "bool" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "EnableEvent", - "comment": "Use it to enable or disable an event.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "AnalyticsResult", - "params": [ - { "name": "eventName", "typeName": "string" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "IsEventEnabled", - "comment": "Use it to check to an event enable status.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "Analytics", - "comment": "Unity Analytics provides insight into your game users e.g. DAU, MAU.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.Gender", - "name": "Male", - "comment": "User Demographics: Male Gender of a user.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.Gender", - "name": "Female", - "comment": "User Demographics: Female Gender of a user.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.Gender", - "name": "Unknown", - "comment": "User Demographics: Unknown Gender of a user.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.Gender", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "Gender", - "comment": "User Demographics: Gender of a user.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.LowLevel", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Type", - "name": "type", - "comment": "This property is used to identify which native system this belongs to, or to get the name of the managed system to show in the profiler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LowLevel.PlayerLoopSystem[]", - "name": "subSystemList", - "comment": "A list of sub systems which run as part of this item in the player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LowLevel.PlayerLoopSystem.UpdateFunction", - "name": "updateDelegate", - "comment": "A managed delegate. You can set this to create a new C# entrypoint in the player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.IntPtr", - "name": "updateFunction", - "comment": "A native engine system. To get a valid value for this, you must copy it from one of the PlayerLoopSystems returned by PlayerLoop.GetDefaultPlayerLoop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.IntPtr", - "name": "loopConditionFunction", - "comment": "The loop condition for a native engine system. To get a valid value for this, you must copy it from one of the PlayerLoopSystems returned by PlayerLoop.GetDefaultPlayerLoop.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerLoopSystem", - "comment": "The representation of a single system being updated by the player loop in Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "Ok", - "comment": "Analytics API result: Success.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "NotInitialized", - "comment": "Analytics API result: Analytics not initialized.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "AnalyticsDisabled", - "comment": "Analytics API result: Analytics is disabled.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "TooManyItems", - "comment": "Analytics API result: Too many parameters.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "SizeLimitReached", - "comment": "Analytics API result: Argument size limit.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "TooManyRequests", - "comment": "Analytics API result: Too many requests.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "InvalidData", - "comment": "Analytics API result: Invalid argument value.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsResult", - "name": "UnsupportedPlatform", - "comment": "Analytics API result: This platform doesn't support Analytics.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AnalyticsResult", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "AnalyticsResult", - "comment": "Analytics API result.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Analytics", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "FlushQueueFlag", - "comment": "Any current or previous events in the memory queue persist immediately to the filesystem and dispatcher service makes the events available to send to the server. It adds the events to the bottom of the dispatch queue and makes them available to send to the server.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "CacheImmediatelyFlag", - "comment": "Any current or previous events in the memory queue persist immediately to the filesystem.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "AllowInStopModeFlag", - "comment": "Use this flag to send events while in the stop state.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "SendImmediateFlag", - "comment": "Events with this flag are given higher priority compared to others while dispatching to the server.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "NoCachingFlag", - "comment": "Events will be stored in the memory queue, and will not persist in the file system.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "NoRetryFlag", - "comment": "In case of failure to post the event to the server, it will not attempt to send them again.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "NormalPriorityEvent", - "comment": "This priority queues events in-memory.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "NormalPriorityEvent_WithCaching", - "comment": "This priority queues events in-memory and writes them to the filesystem immediately.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "NormalPriorityEvent_NoRetryNoCaching", - "comment": "This priority is similar to the Analytics.AnalyticsEventPriority.NormalPriorityEvent, except these events will be stored in the memory queue and will not persist in the file system. In case of failure to post the event to the server, it will not attempt to send them again.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "HighPriorityEvent", - "comment": "Any current or previous events in the memory queue persist immediately to the filesystem. It adds the events to the bottom of the dispatch queue and makes them available to send to the server.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "HighPriorityEvent_InStopMode", - "comment": "This priority lets you send events in the stop state, and makes any current or previous events in the memory queue persist immediately to the filesystem. It adds the events to the bottom of the dispatch queue and makes them available to send to the server.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "HighestPriorityEvent", - "comment": "This priority is similar to the Analytics.AnalyticsEventPriority.HighPriorityEvent, except these events are given a highest priority than other events in the disptach queue. It adds the events to the top of the dispatch queue and makes them available to send to the server.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "name": "HighestPriorityEvent_NoRetryNoCaching", - "comment": "This priority is similar to the Analytics.AnalyticsEventPriority.HighestPriorityEvent, except these events will be stored in the memory queue and will not persist in the file system. In case of failure to post the event to the server, it will not attempt to send them again.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Analytics.AnalyticsEventPriority", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "AnalyticsEventPriority", - "comment": "Analytics event priority.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "None", - "comment": "Unset all CullingOptions flags.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "ForceEvenIfCameraIsNotActive", - "comment": "When this flag is set, Unity performs the culling operation even if the Camera is not active.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "OcclusionCull", - "comment": "When this flag is set, Unity performs occlusion culling as part of the culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "NeedsLighting", - "comment": "When this flag is set, Unity culls Lights as part of the culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "NeedsReflectionProbes", - "comment": "When this flag is set, Unity culls Reflection Probes as part of the culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "Stereo", - "comment": "When this flag is set, Unity culls both eyes together for stereo rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "DisablePerObjectCulling", - "comment": "When this flag is set, Unity does not perform per-object culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "ShadowCasters", - "comment": "When this flag is set, Unity culls shadow casters as part of the culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.CullingOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CullingOptions", - "comment": "Flags used by ScriptableCullingParameters.cullingOptions to configure a culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "maximumCullingPlaneCount", - "comment": "Maximum amount of culling planes that can be specified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "layerCount", - "comment": "The amount of layers available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maximumVisibleLights", - "comment": "This parameter controls how many visible lights are allowed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingPlaneCount", - "comment": "Number of culling planes to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isOrthographic", - "comment": "Is the cull orthographic.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.LODParameters", - "name": "lodParameters", - "comment": "LODParameters for culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "cullingMask", - "comment": "The mask for the culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "cullingMatrix", - "comment": "The matrix for the culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "origin", - "comment": "Position for the origin of the cull.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowDistance", - "comment": "Shadow distance to use for the cull.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullingOptions", - "name": "cullingOptions", - "comment": "Flags to configure a culling operation in the Scriptable Render Pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", - "name": "reflectionProbeSortingCriteria", - "comment": "Reflection Probe Sort options for the cull.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CameraProperties", - "name": "cameraProperties", - "comment": "Camera Properties used for culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "stereoViewMatrix", - "comment": "The view matrix generated for single-pass stereo culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "stereoProjectionMatrix", - "comment": "The projection matrix generated for single-pass stereo culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "stereoSeparationDistance", - "comment": "Distance between the virtual eyes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "accurateOcclusionThreshold", - "comment": "This parameter determines query distance for occlusion culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maximumPortalCullingJobs", - "comment": "This parameter controls how many active jobs contribute to occlusion culling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingJobsLowerLimit", - "comment": "The lower limit to the value ScriptableCullingParameters.maximumPortalCullingJobs.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingJobsUpperLimit", - "comment": "The upper limit to the value ScriptableCullingParameters.maximumPortalCullingJobs.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "layerIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetLayerCullingDistance", - "comment": "Get the distance for the culling of a specific layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerIndex", "typeName": "int" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "SetLayerCullingDistance", - "comment": "Set the distance for the culling of a specific layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Plane", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetCullingPlane", - "comment": "Fetch the culling plane at the given index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "plane", "typeName": "UnityEngine.Plane" } - ], - "isStatic": false, - "name": "SetCullingPlane", - "comment": "Set the culling plane at a given index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptableCullingParameters", - "comment": "Parameters that configure a culling operation in the Scriptable Render Pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.LowLevel", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateFunction", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.LowLevel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PlayerLoopSystem", - "params": [], - "isStatic": true, - "name": "GetDefaultPlayerLoop", - "comment": "Returns the default update order of all engine systems in Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "PlayerLoopSystem", - "params": [], - "isStatic": true, - "name": "GetCurrentPlayerLoop", - "comment": "Returns the current update order of all engine systems in Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "loop", - "typeName": "UnityEngine.LowLevel.PlayerLoopSystem" - } - ], - "isStatic": true, - "name": "SetPlayerLoop", - "comment": "Set a new custom update order of all engine systems in Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerLoop", - "comment": "The class representing the player loop in Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "Unity.Collections.NativeArray", - "name": "visibleLights", - "comment": "Array of visible lights.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "visibleOffscreenVertexLights", - "comment": "Off-screen lights that still affect visible vertices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "visibleReflectionProbes", - "comment": "Array of visible reflection probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lightIndexCount", - "comment": "The number of per-object light indices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "reflectionProbeIndexCount", - "comment": "The number of per-object reflection probe indices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lightAndReflectionProbeIndexCount", - "comment": "The number of per-object light and reflection probe indices.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "computeBuffer", "typeName": "UnityEngine.ComputeBuffer" } - ], - "isStatic": false, - "name": "FillLightAndReflectionProbeIndices", - "comment": "Fills a buffer with per-object light indices.\n\n```plaintext\nParams: computeBuffer - The compute buffer object to fill.\n buffer - The buffer object to fill.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } - ], - "isStatic": false, - "name": "FillLightAndReflectionProbeIndices", - "comment": "Fills a buffer with per-object light indices.\n\n```plaintext\nParams: computeBuffer - The compute buffer object to fill.\n buffer - The buffer object to fill.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "allocator", "typeName": "Unity.Collections.Allocator" } - ], - "isStatic": false, - "name": "GetLightIndexMap", - "comment": "Array of indices that map from VisibleLight indices to internal per-object light list indices.\n\n```plaintext\nParams: allocator - The allocator to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lightIndexMap", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetLightIndexMap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [ - { "name": "allocator", "typeName": "Unity.Collections.Allocator" } - ], - "isStatic": false, - "name": "GetReflectionProbeIndexMap", - "comment": "Array of indices that map from VisibleReflectionProbe indices to internal per-object reflection probe list indices.\n\n```plaintext\nParams: allocator - The allocator to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "lightIndexMap", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetReflectionProbeIndexMap", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lightIndex", "typeName": "int" }, - { "name": "outBounds", "typeName": "UnityEngine.Bounds" } - ], - "isStatic": false, - "name": "GetShadowCasterBounds", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "activeLightIndex", "typeName": "int" }, - { "name": "viewMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "projMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { - "name": "shadowSplitData", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - } - ], - "isStatic": false, - "name": "ComputeSpotShadowMatricesAndCullingPrimitives", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "activeLightIndex", "typeName": "int" }, - { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, - { "name": "fovBias", "typeName": "float" }, - { "name": "viewMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "projMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { - "name": "shadowSplitData", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - } - ], - "isStatic": false, - "name": "ComputePointShadowMatricesAndCullingPrimitives", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "activeLightIndex", "typeName": "int" }, - { "name": "splitIndex", "typeName": "int" }, - { "name": "splitCount", "typeName": "int" }, - { "name": "splitRatio", "typeName": "UnityEngine.Vector3" }, - { "name": "shadowResolution", "typeName": "int" }, - { "name": "shadowNearPlaneOffset", "typeName": "float" }, - { "name": "viewMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { "name": "projMatrix", "typeName": "UnityEngine.Matrix4x4" }, - { - "name": "shadowSplitData", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - } - ], - "isStatic": false, - "name": "ComputeDirectionalShadowMatricesAndCullingPrimitives", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.CullingResults" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.CullingResults" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.CullingResults" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CullingResults", - "comment": "A struct containing the results of a culling operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.DepthState", - "name": "defaultValue", - "comment": "Default values for the depth state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "writeEnabled", - "comment": "Controls whether pixels from this object are written to the depth buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "compareFunction", - "comment": "How should depth testing be performed.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "writeEnabled", "typeName": "bool" }, - { - "name": "compareFunction", - "typeName": "UnityEngine.Rendering.CompareFunction" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new depth state with the given values.\n\n```plaintext\nParams: writeEnabled - Controls whether pixels from this object are written to the depth buffer.\n compareFunction - How should depth testing be performed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.Rendering.DepthState" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "UnityEngine.Rendering.DepthState" }, - { "name": "right", "typeName": "UnityEngine.Rendering.DepthState" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "UnityEngine.Rendering.DepthState" }, - { "name": "right", "typeName": "UnityEngine.Rendering.DepthState" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DepthState", - "comment": "Values for the depth state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "maxShaderPasses", - "comment": "The maxiumum number of passes that can be rendered in 1 DrawRenderers call.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingSettings", - "name": "sortingSettings", - "comment": "How to sort objects during rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "perObjectData", - "comment": "What kind of per-object data to setup during rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableDynamicBatching", - "comment": "Controls whether dynamic batching is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableInstancing", - "comment": "Controls whether instancing is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "overrideMaterial", - "comment": "Sets the Material to use for all drawers that would render in this group.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "overrideMaterialPassIndex", - "comment": "Selects which pass of the override material to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "mainLightIndex", - "comment": "Configures what light should be used as main light.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "shaderPassName", - "typeName": "UnityEngine.Rendering.ShaderTagId" - }, - { - "name": "sortingSettings", - "typeName": "UnityEngine.Rendering.SortingSettings" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a draw settings struct.\n\n```plaintext\nParams: shaderPassName - Shader pass to use.\n sortingSettings - Describes the methods to sort objects during rendering.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderTagId", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetShaderPassName", - "comment": "Get the shader passes that this draw call can render.\n\n```plaintext\nParams: index - Index of the shader pass to use.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "shaderPassName", - "typeName": "UnityEngine.Rendering.ShaderTagId" - } - ], - "isStatic": false, - "name": "SetShaderPassName", - "comment": "Set the shader passes that this draw call can render.\n\n```plaintext\nParams: index - Index of the shader pass to use.\n shaderPassName - Name of the shader pass.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.DrawingSettings" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.DrawingSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.DrawingSettings" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.DrawingSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.DrawingSettings" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DrawingSettings", - "comment": "Settings for ScriptableRenderContext.DrawRenderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.FilteringSettings", - "name": "defaultValue", - "comment": "Creates a FilteringSettings struct that contains default values for all properties. With these default values, Unity does not perform any filtering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueueRange", - "name": "renderQueueRange", - "comment": "Unity renders objects whose Material.renderQueue value is within range specified by this Rendering.RenderQueueRange.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "layerMask", - "comment": "Unity renders objects whose GameObject.layer value is enabled in this bit mask.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "renderingLayerMask", - "comment": "Unity renders objects whose Renderer.renderingLayerMask value is enabled in this bit mask.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "excludeMotionVectorObjects", - "comment": "Determines if Unity excludes GameObjects that are in motion from rendering. This refers to GameObjects that have an active Motion Vector pass assigned to their Material or have set the Motion Vector mode to per object motion (Menu: Mesh Renderer > Additional Settings > Motion Vectors > Per Object Motion).\nFor Unity to exclude a GameObject from rendering, the GameObject must have moved since the last frame. To exclude a GameObject manually, enable a pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingLayerRange", - "name": "sortingLayerRange", - "comment": "Unity renders objects whose SortingLayer.value value is within range specified by this Rendering.SortingLayerRange.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "renderQueueRange", - "typeName": "UnityEngine.Rendering.RenderQueueRange?" - }, - { "name": "layerMask", "typeName": "int" }, - { "name": "renderingLayerMask", "typeName": "uint" }, - { "name": "excludeMotionVectorObjects", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.FilteringSettings" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.FilteringSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.FilteringSettings" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.FilteringSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.FilteringSettings" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FilteringSettings", - "comment": "A struct that represents filtering settings for ScriptableRenderContext.DrawRenderers.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.GizmoSubset", - "name": "PreImageEffects", - "comment": "Use to specify gizmos that should be rendered before ImageEffects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.GizmoSubset", - "name": "PostImageEffects", - "comment": "Use to specify gizmos that should be rendered after ImageEffects.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.GizmoSubset", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GizmoSubset", - "comment": "Gizmo subsets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "bool", - "name": "isOrthographic", - "comment": "Indicates whether camera is orthographic.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "cameraPosition", - "comment": "Camera position.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "fieldOfView", - "comment": "Camera's field of view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "orthoSize", - "comment": "Orhographic camera size.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cameraPixelHeight", - "comment": "Rendering view height in pixels.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.LODParameters" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.LODParameters" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.LODParameters" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.LODParameters" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.LODParameters" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LODParameters", - "comment": "LODGroup culling parameters.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "None", - "comment": "Do not setup any particular per-object data besides the transformation matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "LightProbe", - "comment": "Setup per-object light probe SH data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "ReflectionProbes", - "comment": "Setup per-object reflection probe data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "LightProbeProxyVolume", - "comment": "Setup per-object light probe proxy volume data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "Lightmaps", - "comment": "Setup per-object lightmaps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "LightData", - "comment": "Setup per-object light data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "MotionVectors", - "comment": "Setup per-object motion vectors.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "LightIndices", - "comment": "Setup per-object light indices.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "ReflectionProbeData", - "comment": "Setup per-object reflection probe index offset and count.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "OcclusionProbe", - "comment": "Setup per-object occlusion probe data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "OcclusionProbeProxyVolume", - "comment": "Setup per-object occlusion probe proxy volume data (occlusion in alpha channels).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.PerObjectData", - "name": "ShadowMask", - "comment": "Setup per-object shadowmask.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.PerObjectData", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PerObjectData", - "comment": "What kind of per-object data to setup during rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RasterState", - "name": "defaultValue", - "comment": "Default values for the raster state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CullMode", - "name": "cullingMode", - "comment": "Controls which sides of polygons should be culled (not drawn).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "depthClip", - "comment": "Enable clipping based on depth.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "conservative", - "comment": "Enables conservative rasterization. Before using check for support via SystemInfo.supportsConservativeRaster property.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "offsetUnits", - "comment": "Scales the minimum resolvable depth buffer value in the GPU's depth bias setting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "offsetFactor", - "comment": "Scales the maximum Z slope in the GPU's depth bias setting.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingMode", - "typeName": "UnityEngine.Rendering.CullMode" - }, - { "name": "offsetUnits", "typeName": "int" }, - { "name": "offsetFactor", "typeName": "float" }, - { "name": "depthClip", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.Rendering.RasterState" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "UnityEngine.Rendering.RasterState" }, - { "name": "right", "typeName": "UnityEngine.Rendering.RasterState" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "left", "typeName": "UnityEngine.Rendering.RasterState" }, - { "name": "right", "typeName": "UnityEngine.Rendering.RasterState" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RasterState", - "comment": "Values for the raster state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", - "name": "None", - "comment": "Do not sort reflection probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", - "name": "Importance", - "comment": "Sort probes by importance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", - "name": "Size", - "comment": "Sort probes from largest to smallest.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", - "name": "ImportanceThenSize", - "comment": "Sort probes by importance, then by size.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeSortingCriteria", - "comment": "Visible reflection probes sorting options.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "disposed", - "comment": "Returns true when the RenderPipeline is invalid or destroyed.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "RenderPipeline", - "comment": "Defines a series of commands and settings that describes how Unity renders a frame.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "terrainBrushPassIndex", - "comment": "Queue index.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string[]", - "name": "renderingLayerMaskNames", - "comment": "Array of 32 Rendering Layer Mask names.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "autodeskInteractiveShader", - "comment": "Returns the default shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "autodeskInteractiveTransparentShader", - "comment": "Returns the default shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "autodeskInteractiveMaskedShader", - "comment": "Returns the default shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "terrainDetailLitShader", - "comment": "Return the detail lit Shader for this pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "terrainDetailGrassShader", - "comment": "Return the detail grass Shader for this pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "terrainDetailGrassBillboardShader", - "comment": "Return the detail grass billboard Shader for this pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultParticleMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultLineMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultTerrainMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultUIMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultUIOverdrawMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultUIETC1SupportedMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "default2DMaterial", - "comment": "Default material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "defaultShader", - "comment": "Default shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "defaultSpeedTree7Shader", - "comment": "Return the default SpeedTree v7 Shader for this pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Shader", - "name": "defaultSpeedTree8Shader", - "comment": "Return the default SpeedTree v8 Shader for this pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "RenderPipelineAsset", - "comment": "An asset that produces a specific IRenderPipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderPipeline", - "name": "currentPipeline", - "comment": "Returns the active RenderPipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "beginFrameRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "beginCameraRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "endFrameRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "endCameraRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_beginFrameRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_beginFrameRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_beginCameraRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_beginCameraRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_endFrameRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_endFrameRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_endCameraRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_endCameraRendering", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderPipelineManager", - "comment": "Render Pipeline manager.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "minimumBound", - "comment": "Minimum value that can be used as a bound.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maximumBound", - "comment": "Maximum value that can be used as a bound.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueueRange", - "name": "all", - "comment": "A range that includes all objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueueRange", - "name": "opaque", - "comment": "A range that includes only opaque objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderQueueRange", - "name": "transparent", - "comment": "A range that includes only transparent objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lowerBound", - "comment": "Inclusive lower bound for the range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "upperBound", - "comment": "Inclusive upper bound for the range.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lowerBound", "typeName": "int" }, - { "name": "upperBound", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a render queue range struct.\n\n```plaintext\nParams: lowerBound - Inclusive lower bound for the range.\n upperBound - Inclusive upper bound for the range.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.RenderQueueRange" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.RenderQueueRange" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.RenderQueueRange" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.RenderQueueRange" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.RenderQueueRange" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderQueueRange", - "comment": "Describes a material render queue range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.BlendState", - "name": "blendState", - "comment": "Specifies the new blend state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RasterState", - "name": "rasterState", - "comment": "Specifies the new raster state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.DepthState", - "name": "depthState", - "comment": "Specifies the new depth state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilState", - "name": "stencilState", - "comment": "Specifies the new stencil state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "stencilReference", - "comment": "The value to be compared against and/or the value to be written to the buffer, based on the stencil state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "mask", - "comment": "Specifies which parts of the GPU's render state to override.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mask", - "typeName": "UnityEngine.Rendering.RenderStateMask" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new render state block with the specified mask.\n\n```plaintext\nParams: mask - Specifies which parts of the GPU's render state to override.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.RenderStateBlock" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.RenderStateBlock" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.RenderStateBlock" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.RenderStateBlock" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.RenderStateBlock" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderStateBlock", - "comment": "A set of values that Unity uses to override the GPU's render state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "Nothing", - "comment": "No render states are overridden.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "Blend", - "comment": "When set, the blend state is overridden.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "Raster", - "comment": "When set, the raster state is overridden.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "Depth", - "comment": "When set, the depth state is overridden.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "Stencil", - "comment": "When set, the stencil state and reference value is overridden.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderStateMask", - "name": "Everything", - "comment": "When set, all render states are overridden.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.RenderStateMask", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderStateMask", - "comment": "Specifies which parts of the render state that is overriden.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.RenderTargetBlendState", - "name": "defaultValue", - "comment": "Default values for the blend state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ColorWriteMask", - "name": "writeMask", - "comment": "Specifies which color components will get written into the target framebuffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "sourceColorBlendMode", - "comment": "Blend factor used for the color (RGB) channel of the source.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "destinationColorBlendMode", - "comment": "Blend factor used for the color (RGB) channel of the destination.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "sourceAlphaBlendMode", - "comment": "Blend factor used for the alpha (A) channel of the source.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendMode", - "name": "destinationAlphaBlendMode", - "comment": "Blend factor used for the alpha (A) channel of the destination.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "colorBlendOperation", - "comment": "Operation used for blending the color (RGB) channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.BlendOp", - "name": "alphaBlendOperation", - "comment": "Operation used for blending the alpha (A) channel.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "writeMask", - "typeName": "UnityEngine.Rendering.ColorWriteMask" - }, - { - "name": "sourceColorBlendMode", - "typeName": "UnityEngine.Rendering.BlendMode" - }, - { - "name": "destinationColorBlendMode", - "typeName": "UnityEngine.Rendering.BlendMode" - }, - { - "name": "sourceAlphaBlendMode", - "typeName": "UnityEngine.Rendering.BlendMode" - }, - { - "name": "destinationAlphaBlendMode", - "typeName": "UnityEngine.Rendering.BlendMode" - }, - { - "name": "colorBlendOperation", - "typeName": "UnityEngine.Rendering.BlendOp" - }, - { - "name": "alphaBlendOperation", - "typeName": "UnityEngine.Rendering.BlendOp" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new blend state with the given values.\n\n```plaintext\nParams: writeMask - Specifies which color components will get written into the target framebuffer.\n sourceColorBlendMode - Blend factor used for the color (RGB) channel of the source.\n destinationColorBlendMode - Blend factor used for the color (RGB) channel of the destination.\n sourceAlphaBlendMode - Blend factor used for the alpha (A) channel of the source.\n destinationAlphaBlendMode - Blend factor used for the alpha (A) channel of the destination.\n colorBlendOperation - Operation used for blending the color (RGB) channel.\n alphaBlendOperation - Operation used for blending the alpha (A) channel.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.RenderTargetBlendState" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.RenderTargetBlendState" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.RenderTargetBlendState" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.RenderTargetBlendState" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.RenderTargetBlendState" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RenderTargetBlendState", - "comment": "Values for the blend state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Ends the current render pass in the ScriptableRenderContext that was used to create the ScopedRenderPass.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScopedRenderPass", - "comment": "Represents an active render pass until disposed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Ends the current sub pass in the ScriptableRenderContext that was used to create the ScopedSubPass.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScopedSubPass", - "comment": "Represents an active sub pass until disposed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cullingCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "EmitWorldGeometryForSceneView", - "comment": "Emits UI geometry into the Scene view for rendering.\n\n```plaintext\nParams: cullingCamera - Camera to emit the geometry for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": true, - "name": "EmitGeometryForCamera", - "comment": "Emits UI geometry for rendering for the specified camera.\n\n```plaintext\nParams: camera - Camera to emit the geometry for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "samples", "typeName": "int" }, - { - "name": "attachments", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "depthAttachmentIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "BeginRenderPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScopedRenderPass", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "samples", "typeName": "int" }, - { - "name": "attachments", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "depthAttachmentIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "BeginScopedRenderPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inputs", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthReadOnly", "typeName": "bool" }, - { "name": "isStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inputs", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthReadOnly", "typeName": "bool" }, - { "name": "isStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScopedSubPass", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inputs", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthReadOnly", "typeName": "bool" }, - { "name": "isStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginScopedSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScopedSubPass", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "inputs", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginScopedSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScopedSubPass", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthReadOnly", "typeName": "bool" }, - { "name": "isStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginScopedSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ScopedSubPass", - "params": [ - { - "name": "colors", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "isDepthStencilReadOnly", "typeName": "bool" } - ], - "isStatic": false, - "name": "BeginScopedSubPass", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndSubPass", - "comment": "Schedules the end of the currently active sub pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EndRenderPass", - "comment": "Schedules the end of a currently active render pass.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Submit", - "comment": "Submits all the scheduled commands to the rendering loop for execution.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingResults", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { - "name": "drawingSettings", - "typeName": "UnityEngine.Rendering.DrawingSettings" - }, - { - "name": "filteringSettings", - "typeName": "UnityEngine.Rendering.FilteringSettings" - } - ], - "isStatic": false, - "name": "DrawRenderers", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingResults", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { - "name": "drawingSettings", - "typeName": "UnityEngine.Rendering.DrawingSettings" - }, - { - "name": "filteringSettings", - "typeName": "UnityEngine.Rendering.FilteringSettings" - }, - { - "name": "stateBlock", - "typeName": "UnityEngine.Rendering.RenderStateBlock" - } - ], - "isStatic": false, - "name": "DrawRenderers", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingResults", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { - "name": "drawingSettings", - "typeName": "UnityEngine.Rendering.DrawingSettings" - }, - { - "name": "filteringSettings", - "typeName": "UnityEngine.Rendering.FilteringSettings" - }, - { - "name": "renderTypes", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "stateBlocks", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "DrawRenderers", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingResults", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { - "name": "drawingSettings", - "typeName": "UnityEngine.Rendering.DrawingSettings" - }, - { - "name": "filteringSettings", - "typeName": "UnityEngine.Rendering.FilteringSettings" - }, - { - "name": "tagName", - "typeName": "UnityEngine.Rendering.ShaderTagId" - }, - { "name": "isPassTagName", "typeName": "bool" }, - { - "name": "tagValues", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "stateBlocks", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "DrawRenderers", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "settings", - "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" - } - ], - "isStatic": false, - "name": "DrawShadows", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "commandBuffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": false, - "name": "ExecuteCommandBuffer", - "comment": "Schedules the execution of a custom graphics Command Buffer.\n\n```plaintext\nParams: commandBuffer - Specifies the Command Buffer to execute.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "commandBuffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "queueType", - "typeName": "UnityEngine.Rendering.ComputeQueueType" - } - ], - "isStatic": false, - "name": "ExecuteCommandBufferAsync", - "comment": "Schedules the execution of a Command Buffer on an async compute queue. The ComputeQueueType that you pass in determines the queue order.\n\n```plaintext\nParams: commandBuffer - The CommandBuffer to be executed.\n queueType - Describes the desired async compute queue the supplied CommandBuffer should be executed on.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "stereoSetup", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetupCameraProperties", - "comment": "Schedules the setup of Camera specific global Shader variables.\n\n```plaintext\nParams: camera - Camera to setup shader variables for.\n stereoSetup - Set up the stereo shader variables and state.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "stereoSetup", "typeName": "bool" }, - { "name": "eye", "typeName": "int" } - ], - "isStatic": false, - "name": "SetupCameraProperties", - "comment": "Schedules the setup of Camera specific global Shader variables.\n\n```plaintext\nParams: camera - Camera to setup shader variables for.\n stereoSetup - Set up the stereo shader variables and state.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "StereoEndRender", - "comment": "Schedule notification of completion of stereo rendering on a single frame.\n\n```plaintext\nParams: camera - Camera to indicate completion of stereo rendering.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "eye", "typeName": "int" } - ], - "isStatic": false, - "name": "StereoEndRender", - "comment": "Schedule notification of completion of stereo rendering on a single frame.\n\n```plaintext\nParams: camera - Camera to indicate completion of stereo rendering.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "eye", "typeName": "int" }, - { "name": "isFinalPass", "typeName": "bool" } - ], - "isStatic": false, - "name": "StereoEndRender", - "comment": "Schedule notification of completion of stereo rendering on a single frame.\n\n```plaintext\nParams: camera - Camera to indicate completion of stereo rendering.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "StartMultiEye", - "comment": "Schedules a fine-grained beginning of stereo rendering on the ScriptableRenderContext.\n\n```plaintext\nParams: camera - Camera to enable stereo rendering on.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "eye", "typeName": "int" } - ], - "isStatic": false, - "name": "StartMultiEye", - "comment": "Schedules a fine-grained beginning of stereo rendering on the ScriptableRenderContext.\n\n```plaintext\nParams: camera - Camera to enable stereo rendering on.\n eye - The current eye to be rendered.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "StopMultiEye", - "comment": "Schedules a stop of stereo rendering on the ScriptableRenderContext.\n\n```plaintext\nParams: camera - Camera to disable stereo rendering on.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "DrawSkybox", - "comment": "Schedules the drawing of the skybox.\n\n```plaintext\nParams: camera - Camera to draw the skybox for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "InvokeOnRenderObjectCallback", - "comment": "Schedules an invocation of the OnRenderObject callback for MonoBehaviour scripts.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { - "name": "gizmoSubset", - "typeName": "UnityEngine.Rendering.GizmoSubset" - } - ], - "isStatic": false, - "name": "DrawGizmos", - "comment": "Schedules the drawing of a subset of Gizmos (before or after post-processing) for the given Camera.\n\n```plaintext\nParams: camera - The camera of the current view.\n gizmoSubset - Set to GizmoSubset.PreImageEffects to draw Gizmos that should be affected by postprocessing, or GizmoSubset.PostImageEffects to draw Gizmos that should not be affected by postprocessing. See also: GizmoSubset.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "DrawWireOverlay", - "comment": "Schedules the drawing of a wireframe overlay for a given Scene view Camera.\n\n```plaintext\nParams: camera - The Scene view Camera to draw the overlay for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": "DrawUIOverlay", - "comment": "Draw the UI overlay.\n\n```plaintext\nParams: camera - The camera of the current view.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "CullingResults", - "params": [ - { - "name": "parameters", - "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" - } - ], - "isStatic": false, - "name": "Cull", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.ScriptableRenderContext" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ScriptableRenderContext" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ScriptableRenderContext" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ScriptableRenderContext" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ScriptableRenderContext" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptableRenderContext", - "comment": "Defines state and drawing commands that custom render pipelines use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "The default font to use for all styles.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "box", - "comment": "Style used by default for GUI.Box controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "label", - "comment": "Style used by default for GUI.Label controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "textField", - "comment": "Style used by default for GUI.TextField controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "textArea", - "comment": "Style used by default for GUI.TextArea controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "button", - "comment": "Style used by default for GUI.Button controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "toggle", - "comment": "Style used by default for GUI.Toggle controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "window", - "comment": "Style used by default for Window controls (See Also: GUI.Window).\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "horizontalSlider", - "comment": "Style used by default for the background part of GUI.HorizontalSlider controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "horizontalSliderThumb", - "comment": "Style used by default for the thumb that is dragged in GUI.HorizontalSlider controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "verticalSlider", - "comment": "Style used by default for the background part of GUI.VerticalSlider controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "verticalSliderThumb", - "comment": "Style used by default for the thumb that is dragged in GUI.VerticalSlider controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "horizontalScrollbar", - "comment": "Style used by default for the background part of GUI.HorizontalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "horizontalScrollbarThumb", - "comment": "Style used by default for the thumb that is dragged in GUI.HorizontalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "horizontalScrollbarLeftButton", - "comment": "Style used by default for the left button on GUI.HorizontalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "horizontalScrollbarRightButton", - "comment": "Style used by default for the right button on GUI.HorizontalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "verticalScrollbar", - "comment": "Style used by default for the background part of GUI.VerticalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "verticalScrollbarThumb", - "comment": "Style used by default for the thumb that is dragged in GUI.VerticalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "verticalScrollbarUpButton", - "comment": "Style used by default for the up button on GUI.VerticalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "verticalScrollbarDownButton", - "comment": "Style used by default for the down button on GUI.VerticalScrollbar controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "scrollView", - "comment": "Style used by default for the background of ScrollView controls (see GUI.BeginScrollView).\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle[]", - "name": "customStyles", - "comment": "Array of GUI styles for specific needs.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUISettings", - "name": "settings", - "comment": "Generic settings for how controls should behave with this skin.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "GUIStyle", - "params": [{ "name": "styleName", "typeName": "string" }], - "isStatic": false, - "name": "GetStyle", - "comment": "Get a named GUIStyle.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "GUIStyle", - "params": [{ "name": "styleName", "typeName": "string" }], - "isStatic": false, - "name": "FindStyle", - "comment": "Try to search for a GUIStyle. This functions returns NULL and does not give an error.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUISkin", - "comment": "Defines how GUI looks and behaves.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderTagId", - "name": "none", - "comment": "Describes a shader tag id not referring to any name.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "Gets the name of the tag referred to by the shader tag id.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Gets or creates a shader tag id representing the given name.\n\n```plaintext\nParams: name - The name to represent with the shader tag id.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.Rendering.ShaderTagId" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "tag1", "typeName": "UnityEngine.Rendering.ShaderTagId" }, - { "name": "tag2", "typeName": "UnityEngine.Rendering.ShaderTagId" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "tag1", "typeName": "UnityEngine.Rendering.ShaderTagId" }, - { "name": "tag2", "typeName": "UnityEngine.Rendering.ShaderTagId" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderTagId", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "tagId", "typeName": "UnityEngine.Rendering.ShaderTagId" } - ], - "isStatic": true, - "name": "op_Explicit", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderTagId", - "comment": "Shader tag ids are used to refer to various names in shaders.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.CullingResults", - "name": "cullingResults", - "comment": "Culling results to use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "lightIndex", - "comment": "The index of the shadow-casting light to be rendered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "useRenderingLayerMaskTest", - "comment": "Set this to true to make Unity filter Renderers during shadow rendering. Unity filters Renderers based on the Rendering Layer Mask of the Renderer itself, and the Rendering Layer Mask of each shadow casting Light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowSplitData", - "name": "splitData", - "comment": "The split data.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cullingResults", - "typeName": "UnityEngine.Rendering.CullingResults" - }, - { "name": "lightIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a shadow settings object.\n\n```plaintext\nParams: cullResults - The cull results for this light.\n lightIndex - The light index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowDrawingSettings", - "comment": "Settings for ScriptableRenderContext.DrawShadows.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Lumin", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "privilege", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "privilege", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Privilege identifer to request\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UsesLuminPrivilegeAttribute", - "comment": "This attribute provides a way to declaratively define a Lumin privilege requirement that is automatically added to the manifest at build time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "maximumCullingPlaneCount", - "comment": "The maximum number of culling planes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cullingPlaneCount", - "comment": "The number of culling planes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "cullingSphere", - "comment": "The culling sphere. The first three components of the vector describe the sphere center, and the last component specifies the radius.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "shadowCascadeBlendCullingFactor", - "comment": "A multiplier applied to the radius of the culling sphere.\n\nValues must be in the range 0 to 1. With higher values, Unity culls more objects. Lower makes the cascades share more rendered objects. Using lower values allows blending between different cascades as they then share objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Plane", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetCullingPlane", - "comment": "The culling plane.\n\n```plaintext\nParams: index - The culling plane index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "plane", "typeName": "UnityEngine.Plane" } - ], - "isStatic": false, - "name": "SetCullingPlane", - "comment": "Sets a culling plane.\n\n```plaintext\nParams: index - The index of the culling plane to set.\n plane - The culling plane.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.ShadowSplitData" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShadowSplitData", - "comment": "Describes the culling information for a given shadow split (e.g. directional cascade).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemEmitterVelocityMode", - "name": "Transform", - "comment": "Calculate the Particle System velocity by using the Transform component.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemEmitterVelocityMode", - "name": "Rigidbody", - "comment": "Calculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the GameObject.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemEmitterVelocityMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemEmitterVelocityMode", - "comment": "Control how a Particle System calculates its velocity.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "None", - "comment": "Do not sort objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "SortingLayer", - "comment": "Sort by renderer sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "RenderQueue", - "comment": "Sort by material render queue.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "BackToFront", - "comment": "Sort objects back to front.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "QuantizedFrontToBack", - "comment": "Sort objects in rough front-to-back buckets.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "OptimizeStateChanges", - "comment": "Sort objects to reduce draw state changes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "CanvasOrder", - "comment": "Sort renderers taking canvas order into account.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "RendererPriority", - "comment": "Sorts objects by renderer priority.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "CommonOpaque", - "comment": "Typical sorting for opaque objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "CommonTransparent", - "comment": "Typical sorting for transparencies.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SortingCriteria", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SortingCriteria", - "comment": "How to sort objects during rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "short", - "name": "lowerBound", - "comment": "Inclusive lower bound for the range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "short", - "name": "upperBound", - "comment": "Inclusive upper bound for the range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingLayerRange", - "name": "all", - "comment": "A range that includes all objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lowerBound", "typeName": "short" }, - { "name": "upperBound", "typeName": "short" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Sets the inclusive range for a sorting layer object.\n\n```plaintext\nParams: lowerBound - Lowest sorting layer value to include.\n upperBound - Highest sorting layer value to include.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.SortingLayerRange" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.SortingLayerRange" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.SortingLayerRange" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.Rendering.SortingLayerRange" - }, - { - "name": "rhs", - "typeName": "UnityEngine.Rendering.SortingLayerRange" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SortingLayerRange", - "comment": "Describes a renderer's sorting layer range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.DistanceMetric", - "name": "Perspective", - "comment": "Perspective sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.DistanceMetric", - "name": "Orthographic", - "comment": "Orthographic sorting mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.DistanceMetric", - "name": "CustomAxis", - "comment": "Sort objects based on distance along a custom axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.DistanceMetric", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DistanceMetric", - "comment": "Type of sorting to use while rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldToCameraMatrix", - "comment": "Used to calculate the distance to objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "cameraPosition", - "comment": "Used to calculate the distance to objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "customAxis", - "comment": "Used to calculate distance to objects, by comparing the positions of objects to this axis.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SortingCriteria", - "name": "criteria", - "comment": "What kind of sorting to do while rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.DistanceMetric", - "name": "distanceMetric", - "comment": "Type of sorting to use while rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a sorting settings struct.\n\n```plaintext\nParams: camera - The camera's transparency sort mode is used to determine whether to use orthographic or distance based sorting.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.SortingSettings" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.SortingSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.SortingSettings" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.SortingSettings" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.SortingSettings" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SortingSettings", - "comment": "This struct describes the methods to sort objects during rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "background", - "comment": "The background image used by GUI elements in this given state.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "textColor", - "comment": "The text color used by GUI elements in this state.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D[]", - "name": "scaledBackgrounds", - "comment": "Background images used by this state when on a high-resolution screen. It should either be left empty, or contain a single image that is exactly twice the resolution of background. This is only used by the editor. The field is not copied to player data, and is not accessible from player code.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUIStyleState", - "comment": "Specialized values for the given states used by GUIStyle objects.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.StencilState", - "name": "defaultValue", - "comment": "Default values for the stencil state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Controls whether the stencil buffer is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "readMask", - "comment": "An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte", - "name": "writeMask", - "comment": "An 8 bit mask as an 0–255 integer, used when writing to the buffer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "compareFunctionFront", - "comment": "The function used to compare the reference value to the current contents of the buffer for front-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "passOperationFront", - "comment": "What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "failOperationFront", - "comment": "What to do with the contents of the buffer if the stencil test fails for front-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "zFailOperationFront", - "comment": "What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.CompareFunction", - "name": "compareFunctionBack", - "comment": "The function used to compare the reference value to the current contents of the buffer for back-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "passOperationBack", - "comment": "What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "failOperationBack", - "comment": "What to do with the contents of the buffer if the stencil test fails for back-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.StencilOp", - "name": "zFailOperationBack", - "comment": "What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "enabled", "typeName": "bool" }, - { "name": "readMask", "typeName": "byte" }, - { "name": "writeMask", "typeName": "byte" }, - { - "name": "compareFunction", - "typeName": "UnityEngine.Rendering.CompareFunction" - }, - { - "name": "passOperation", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "failOperation", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "zFailOperation", - "typeName": "UnityEngine.Rendering.StencilOp" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new stencil state with the given values.\n\n```plaintext\nParams: readMask - An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer.\n writeMask - An 8 bit mask as an 0–255 integer, used when writing to the buffer.\n enabled - Controls whether the stencil buffer is enabled.\n compareFunctionFront - The function used to compare the reference value to the current contents of the buffer for front-facing geometry.\n passOperationFront - What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry.\n failOperationFront - What to do with the contents of the buffer if the stencil test fails for front-facing geometry.\n zFailOperationFront - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry.\n compareFunctionBack - The function used to compare the reference value to the current contents of the buffer for back-facing geometry.\n passOperationBack - What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry.\n failOperationBack - What to do with the contents of the buffer if the stencil test fails for back-facing geometry.\n zFailOperationBack - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry.\n compareFunction - The function used to compare the reference value to the current contents of the buffer.\n passOperation - What to do with the contents of the buffer if the stencil test (and the depth test) passes.\n failOperation - What to do with the contents of the buffer if the stencil test fails.\n zFailOperation - What to do with the contents of the buffer if the stencil test passes, but the depth test.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "enabled", "typeName": "bool" }, - { "name": "readMask", "typeName": "byte" }, - { "name": "writeMask", "typeName": "byte" }, - { - "name": "compareFunctionFront", - "typeName": "UnityEngine.Rendering.CompareFunction" - }, - { - "name": "passOperationFront", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "failOperationFront", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "zFailOperationFront", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "compareFunctionBack", - "typeName": "UnityEngine.Rendering.CompareFunction" - }, - { - "name": "passOperationBack", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "failOperationBack", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "zFailOperationBack", - "typeName": "UnityEngine.Rendering.StencilOp" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new stencil state with the given values.\n\n```plaintext\nParams: readMask - An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer.\n writeMask - An 8 bit mask as an 0–255 integer, used when writing to the buffer.\n enabled - Controls whether the stencil buffer is enabled.\n compareFunctionFront - The function used to compare the reference value to the current contents of the buffer for front-facing geometry.\n passOperationFront - What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry.\n failOperationFront - What to do with the contents of the buffer if the stencil test fails for front-facing geometry.\n zFailOperationFront - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry.\n compareFunctionBack - The function used to compare the reference value to the current contents of the buffer for back-facing geometry.\n passOperationBack - What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry.\n failOperationBack - What to do with the contents of the buffer if the stencil test fails for back-facing geometry.\n zFailOperationBack - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry.\n compareFunction - The function used to compare the reference value to the current contents of the buffer.\n passOperation - What to do with the contents of the buffer if the stencil test (and the depth test) passes.\n failOperation - What to do with the contents of the buffer if the stencil test fails.\n zFailOperation - What to do with the contents of the buffer if the stencil test passes, but the depth test.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Rendering.CompareFunction" - } - ], - "isStatic": false, - "name": "SetCompareFunction", - "comment": "The function used to compare the reference value to the current contents of the buffer.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Rendering.StencilOp" } - ], - "isStatic": false, - "name": "SetPassOperation", - "comment": "What to do with the contents of the buffer if the stencil test (and the depth test) passes.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Rendering.StencilOp" } - ], - "isStatic": false, - "name": "SetFailOperation", - "comment": "What to do with the contents of the buffer if the stencil test fails.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Rendering.StencilOp" } - ], - "isStatic": false, - "name": "SetZFailOperation", - "comment": "What to do with the contents of the buffer if the stencil test passes, but the depth test fails.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.StencilState" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.StencilState" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.StencilState" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.StencilState" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.StencilState" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StencilState", - "comment": "Values for the stencil state.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures", - "name": "active", - "comment": "Get / Set a SupportedRenderingFeatures.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", - "name": "reflectionProbeModes", - "comment": "Flags for supported reflection probes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "name": "defaultMixedLightingModes", - "comment": "This is the fallback mode if the mode the user had previously selected is no longer available. See SupportedRenderingFeatures.mixedLightingModes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "name": "mixedLightingModes", - "comment": "Specifies what LightmapMixedBakeModes that are supported. Please define a SupportedRenderingFeatures.defaultMixedLightingModes in case multiple modes are supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapBakeType", - "name": "lightmapBakeTypes", - "comment": "What baking types are supported. The unsupported ones will be hidden from the UI. See LightmapBakeType.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightmapsMode", - "name": "lightmapsModes", - "comment": "Specifies what modes are supported. Has to be at least one. See LightmapsMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enlighten", - "comment": "Determines if Enlighten Realtime Global Illumination is supported by the currently selected pipeline. If it is not supported, Enlighten-specific settings do not appear in the Editor, which then defaults to the CPU Lightmapper, unless the Project was upgraded from 2019.2 or earlier.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "lightProbeProxyVolumes", - "comment": "Are light probe proxy volumes supported?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "motionVectors", - "comment": "Are motion vectors supported?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "receiveShadows", - "comment": "Can renderers support receiving shadows?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "reflectionProbes", - "comment": "Are reflection probes supported?\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "rendererPriority", - "comment": "Determines if the renderer supports renderer priority sorting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "terrainDetailUnsupported", - "comment": "Determines if the renderer supports terrain detail rendering.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "rendersUIOverlay", - "comment": "Determines whether the function to render UI overlays is called by SRP and not by the engine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesEnvironmentLighting", - "comment": "Determines if the renderer will override the Environment Lighting and will no longer need the built-in UI for it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesFog", - "comment": "Determines if the renderer will override the fog settings in the Lighting Panel and will no longer need the built-in UI for it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesRealtimeReflectionProbes", - "comment": "Specifies whether the render pipeline overrides the Realtime Reflection Probes settings in the Quality settings. If It does, the render pipeline does not need the built-in UI for Realtime Reflection Probes settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesOtherLightingSettings", - "comment": "Determines if the renderer will override halo and flare settings in the Lighting Panel and will no longer need the built-in UI for it.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "editableMaterialRenderQueue", - "comment": "Determines whether the Scriptable Render Pipeline will override the default Material’s Render Queue settings and, if true, hides the Render Queue property in the Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesLODBias", - "comment": "Specifies whether the renderer overrides the LOD bias settings in the Quality Settings Panel. If It does, the renderer does not need the built-in UI for LOD bias settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesMaximumLODLevel", - "comment": "Specifies whether the renderer overrides the maximum LOD level settings in the Quality Settings Panel. If It does, the renderer does not need the built-in UI for maximum LOD level settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "rendererProbes", - "comment": "Determines whether the Renderer supports probe lighting.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "particleSystemInstancing", - "comment": "Determines if the renderer supports Particle System GPU instancing.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autoAmbientProbeBaking", - "comment": "Determines if this renderer supports automatic ambient probe generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "autoDefaultReflectionProbeBaking", - "comment": "Determines if this renderer supports automatic default reflection probe generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "overridesShadowmask", - "comment": "Specifies whether the render pipeline overrides the Shadowmask settings in the Quality settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "overrideShadowmaskMessage", - "comment": "Describes where the Shadowmask settings are located if SupportedRenderingFeatures.overridesShadowmask is set to true.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "shadowmaskMessage", - "comment": "A message that tells the user where the Shadowmask settings are located.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SupportedRenderingFeatures", - "comment": "Describes the rendering features supported by a given render pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "The font to use for rendering. If null, the default font for the current GUISkin is used instead.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.ImagePosition", - "name": "imagePosition", - "comment": "How image and text of the GUIContent is combined.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "alignment", - "comment": "Text alignment.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "wordWrap", - "comment": "Should the text be wordwrapped?\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.TextClipping", - "name": "clipping", - "comment": "What to do when the contents to be rendered is too large to fit within the area given.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "contentOffset", - "comment": "Pixel offset to apply to the content of this GUIstyle.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "float", - "name": "fixedWidth", - "comment": "If non-0, any GUI elements rendered with this style will have the width specified here.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "float", - "name": "fixedHeight", - "comment": "If non-0, any GUI elements rendered with this style will have the height specified here.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "stretchWidth", - "comment": "Can GUI elements of this style be stretched horizontally for better layouting?\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "stretchHeight", - "comment": "Can GUI elements of this style be stretched vertically for better layout?\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "The font size to use (for dynamic fonts).\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "The font style to use (for dynamic fonts).\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "richText", - "comment": "Enable HTML-style tags for Text Formatting Markup.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "clipOffset", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "The name of this GUIStyle. Used for getting them based on name.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "normal", - "comment": "Rendering settings for when the component is displayed normally.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "hover", - "comment": "Rendering settings for when the mouse is hovering over the control.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "active", - "comment": "Rendering settings for when the control is pressed down.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "onNormal", - "comment": "Rendering settings for when the control is turned on.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "onHover", - "comment": "Rendering settings for when the control is turned on and the mouse is hovering it.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "onActive", - "comment": "Rendering settings for when the element is turned on and pressed down.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "focused", - "comment": "Rendering settings for when the element has keyboard focus.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyleState", - "name": "onFocused", - "comment": "Rendering settings for when the element has keyboard and is turned on.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.RectOffset", - "name": "border", - "comment": "The borders of all background images.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.RectOffset", - "name": "margin", - "comment": "The margins between elements rendered in this style and any other GUI elements.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.RectOffset", - "name": "padding", - "comment": "Space from the edge of GUIStyle to the start of the contents.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.RectOffset", - "name": "overflow", - "comment": "Extra space to be added to the background image.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "float", - "name": "lineHeight", - "comment": "The height of one line of text with this style, measured in pixels. (Read Only)\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "none", - "comment": "Shortcut for an empty GUIStyle.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "isHeightDependantOnWidth", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for empty GUIStyle.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "other", "typeName": "UnityEngine.GUIStyle" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs GUIStyle identical to given other GUIStyle.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "isHover", "typeName": "bool" }, - { "name": "isActive", "typeName": "bool" }, - { "name": "on", "typeName": "bool" }, - { "name": "hasKeyboardFocus", "typeName": "bool" } - ], - "isStatic": false, - "name": "Draw", - "comment": "Draw this GUIStyle on to the screen, internal version.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "text", "typeName": "string" }, - { "name": "isHover", "typeName": "bool" }, - { "name": "isActive", "typeName": "bool" }, - { "name": "on", "typeName": "bool" }, - { "name": "hasKeyboardFocus", "typeName": "bool" } - ], - "isStatic": false, - "name": "Draw", - "comment": "Draw the GUIStyle with a text string inside.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "image", "typeName": "UnityEngine.Texture" }, - { "name": "isHover", "typeName": "bool" }, - { "name": "isActive", "typeName": "bool" }, - { "name": "on", "typeName": "bool" }, - { "name": "hasKeyboardFocus", "typeName": "bool" } - ], - "isStatic": false, - "name": "Draw", - "comment": "Draw the GUIStyle with an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "isHover", "typeName": "bool" }, - { "name": "isActive", "typeName": "bool" }, - { "name": "on", "typeName": "bool" }, - { "name": "hasKeyboardFocus", "typeName": "bool" } - ], - "isStatic": false, - "name": "Draw", - "comment": "Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "controlID", "typeName": "int" } - ], - "isStatic": false, - "name": "Draw", - "comment": "Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "controlID", "typeName": "int" }, - { "name": "on", "typeName": "bool" } - ], - "isStatic": false, - "name": "Draw", - "comment": "Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "controlID", "typeName": "int" }, - { "name": "on", "typeName": "bool" }, - { "name": "hover", "typeName": "bool" } - ], - "isStatic": false, - "name": "Draw", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "controlID", "typeName": "int" }, - { "name": "character", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawCursor", - "comment": "Draw this GUIStyle with selected content.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "controlID", "typeName": "int" }, - { "name": "firstSelectedCharacter", "typeName": "int" }, - { "name": "lastSelectedCharacter", "typeName": "int" } - ], - "isStatic": false, - "name": "DrawWithTextSelection", - "comment": "Draw this GUIStyle with selected content.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "GUIStyle", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "cursorStringIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCursorPixelPosition", - "comment": "Get the pixel position of a given string index.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "UnityEngine.Rect" }, - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "cursorPixelPosition", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "GetCursorStringIndex", - "comment": "Get the cursor position (indexing into contents.text) when the user clicked at cursorPixelPosition.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "content", "typeName": "UnityEngine.GUIContent" } - ], - "isStatic": false, - "name": "CalcSize", - "comment": "Calculate the size of some content if it is rendered with this style.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "contentSize", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "CalcScreenSize", - "comment": "Calculate the size of an element formatted with this style, and a given space to content.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "width", "typeName": "float" } - ], - "isStatic": false, - "name": "CalcHeight", - "comment": "How tall this element will be when rendered with content and a specific width.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "content", "typeName": "UnityEngine.GUIContent" }, - { "name": "minWidth", "typeName": "float" }, - { "name": "maxWidth", "typeName": "float" } - ], - "isStatic": false, - "name": "CalcMinMaxWidth", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUIStyle", - "comment": "Styling information for GUI elements.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ImagePosition", - "name": "ImageLeft", - "comment": "Image is to the left of the text.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.ImagePosition", - "name": "ImageAbove", - "comment": "Image is above the text.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.ImagePosition", - "name": "ImageOnly", - "comment": "Only the image is displayed.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.ImagePosition", - "name": "TextOnly", - "comment": "Only the text is displayed.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ImagePosition", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "ImagePosition", - "comment": "How image and text is placed inside GUIStyle.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextClipping", - "name": "Overflow", - "comment": "Text flows freely outside the element.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.TextClipping", - "name": "Clip", - "comment": "Text gets clipped to be inside the element.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextClipping", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "TextClipping", - "comment": "Different methods for how the GUI system handles text being too large to fit the rectangle allocated.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemInheritVelocityMode", - "name": "Initial", - "comment": "Each particle inherits the emitter's velocity on the frame when it was initially emitted.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemInheritVelocityMode", - "name": "Current", - "comment": "Each particle's velocity is set to the emitter's current velocity value, every frame.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemInheritVelocityMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemInheritVelocityMode", - "comment": "How to apply emitter velocity to particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "displayIndex", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "displayIndex", "typeName": "int" }, - { "name": "displayIndex1", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "displayIndex", "typeName": "int" }, - { "name": "displayIndex1", "typeName": "int" }, - { "name": "displayIndexList", "typeName": "int[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUITargetAttribute", - "comment": "Allows to control for which display the OnGUI is called.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemTriggerEventType", - "name": "Inside", - "comment": "Trigger when particles are inside the collision volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTriggerEventType", - "name": "Outside", - "comment": "Trigger when particles are outside the collision volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTriggerEventType", - "name": "Enter", - "comment": "Trigger when particles enter the collision volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTriggerEventType", - "name": "Exit", - "comment": "Trigger when particles leave the collision volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemTriggerEventType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemTriggerEventType", - "comment": "The different types of particle triggers.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "hasModalWindow", - "comment": "A global property, which is true if a ModalWindow is being displayed, false otherwise.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "string", - "name": "systemCopyBuffer", - "comment": "Get access to the system-wide clipboard.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "hotControl", - "comment": "The controlID of the current hot control.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "keyboardControl", - "comment": "The controlID of the control that has keyboard focus.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "hint", "typeName": "int" }, - { "name": "focusType", "typeName": "UnityEngine.FocusType" }, - { "name": "rect", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "GetControlID", - "comment": "Get a unique ID for a control, using an integer as a hint to help ensure correct matching of IDs to controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [ - { "name": "rect", "typeName": "UnityEngine.Rect" }, - { "name": "widthInPixels", "typeName": "int" }, - { "name": "heightInPixels", "typeName": "int" } - ], - "isStatic": true, - "name": "AlignRectToDevice", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "focus", "typeName": "UnityEngine.FocusType" }], - "isStatic": true, - "name": "GetControlID", - "comment": "Get a unique ID for a control.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "contents", "typeName": "UnityEngine.GUIContent" }, - { "name": "focus", "typeName": "UnityEngine.FocusType" } - ], - "isStatic": true, - "name": "GetControlID", - "comment": "Get a unique ID for a control, using a the label content as a hint to help ensure correct matching of IDs to controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "focus", "typeName": "UnityEngine.FocusType" }, - { "name": "position", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "GetControlID", - "comment": "Get a unique ID for a control.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "contents", "typeName": "UnityEngine.GUIContent" }, - { "name": "focus", "typeName": "UnityEngine.FocusType" }, - { "name": "position", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "GetControlID", - "comment": "Get a unique ID for a control, using a the label content as a hint to help ensure correct matching of IDs to controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hint", "typeName": "int" }, - { "name": "focus", "typeName": "UnityEngine.FocusType" } - ], - "isStatic": true, - "name": "GetControlID", - "comment": "Get a unique ID for a control, using an integer as a hint to help ensure correct matching of IDs to controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "controlID", "typeName": "int" } - ], - "isStatic": true, - "name": "GetStateObject", - "comment": "Get a state object from a controlID.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "t", "typeName": "System.Type" }, - { "name": "controlID", "typeName": "int" } - ], - "isStatic": true, - "name": "QueryStateObject", - "comment": "Get an existing state object from a controlID.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ExitGUI", - "comment": "Puts the GUI in a state that will prevent all subsequent immediate mode GUI functions from evaluating for the remainder of the GUI loop by throwing an ExitGUIException.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "guiPoint", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "GUIToScreenPoint", - "comment": "Convert a point from GUI position to screen space.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "guiRect", "typeName": "UnityEngine.Rect" }], - "isStatic": true, - "name": "GUIToScreenRect", - "comment": "Convert a rect from GUI position to screen space.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "ScreenToGUIPoint", - "comment": "Convert a point from screen space to GUI position.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "screenRect", "typeName": "UnityEngine.Rect" }], - "isStatic": true, - "name": "ScreenToGUIRect", - "comment": "Convert a rect from screen space to GUI position.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "angle", "typeName": "float" }, - { "name": "pivotPoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "RotateAroundPivot", - "comment": "Helper function to rotate the GUI around a point.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "pivotPoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "ScaleAroundPivot", - "comment": "Helper function to scale the GUI around a point.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], - "isStatic": true, - "name": "AlignRectToDevice", - "comment": "The aligned rectangle in local space.\n\n```plaintext\nParams: local - The local space rectangle that needs to be processed.\n widthInPixels - Width, in pixel units, of the axis-aligned bounding box that encompasses the aligned points.\n heightInPixels - Height, in pixel units, of the axis-aligned bounding box that encompasses the aligned points.\n \n```\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "GUIUtility", - "comment": "Utility class for making new GUI controls.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Exception", - "attribute": "", - "interfaces": ["_Exception", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "ExitGUIException", - "comment": "An exception that will prevent all subsequent immediate mode GUI functions from evaluating for the remainder of the GUI loop.\n\n", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Position", - "comment": "The position of each particle vertex, in world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Normal", - "comment": "The vertex normal of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Tangent", - "comment": "The tangent vector for each particle (for normal mapping).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Color", - "comment": "The color of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "UV", - "comment": "The first UV stream of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "UV2", - "comment": "The second UV stream of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "UV3", - "comment": "The third UV stream of each particle (only for meshes).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "UV4", - "comment": "The fourth UV stream of each particle (only for meshes).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "AnimBlend", - "comment": "The amount to blend between animated texture frames, from 0 to 1.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "AnimFrame", - "comment": "The current animation frame index of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Center", - "comment": "The center position of the entire particle, in world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "VertexID", - "comment": "The vertex ID of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "SizeX", - "comment": "The X axis size of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "SizeXY", - "comment": "The X and Y axis sizes of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "SizeXYZ", - "comment": "The 3D size of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Rotation", - "comment": "The Z axis rotation of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Rotation3D", - "comment": "The 3D rotation of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "RotationSpeed", - "comment": "The Z axis rotational speed of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "RotationSpeed3D", - "comment": "The 3D rotational speed of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Velocity", - "comment": "The velocity of each particle, in world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Speed", - "comment": "The speed of each particle, calculated by taking the magnitude of the velocity.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "AgePercent", - "comment": "The normalized age of each particle, from 0 to 1.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "InvStartLifetime", - "comment": "The reciprocal of the starting lifetime, in seconds (1.0f / startLifetime).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "StableRandomX", - "comment": "A random number for each particle, which remains constant during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "StableRandomXY", - "comment": "Two random numbers for each particle, which remain constant during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "StableRandomXYZ", - "comment": "Three random numbers for each particle, which remain constant during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "StableRandomXYZW", - "comment": "Four random numbers for each particle, which remain constant during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "VaryingRandomX", - "comment": "A random number for each particle, which changes during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "VaryingRandomXY", - "comment": "Two random numbers for each particle, which change during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "VaryingRandomXYZ", - "comment": "Three random numbers for each particle, which change during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "VaryingRandomXYZW", - "comment": "Four random numbers for each particle, which change during their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom1X", - "comment": "One custom value for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom1XY", - "comment": "Two custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom1XYZ", - "comment": "Three custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom1XYZW", - "comment": "Four custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom2X", - "comment": "One custom value for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom2XY", - "comment": "Two custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom2XYZ", - "comment": "Three custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "Custom2XYZW", - "comment": "Four custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "NoiseSumX", - "comment": "The accumulated X axis noise, over the lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "NoiseSumXY", - "comment": "The accumulated X and Y axis noise, over the lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "NoiseSumXYZ", - "comment": "The accumulated 3D noise, over the lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "NoiseImpulseX", - "comment": "The X axis noise on the current frame.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "NoiseImpulseXY", - "comment": "The X and Y axis noise on the current frame.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "NoiseImpulseXYZ", - "comment": "The 3D noise on the current frame.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStream", - "name": "MeshIndex", - "comment": "The index of the mesh used by the current particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemVertexStream", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemVertexStream", - "comment": "All possible Particle System vertex shader inputs.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCustomData", - "name": "Custom1", - "comment": "The first stream of custom per-particle data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCustomData", - "name": "Custom2", - "comment": "The second stream of custom per-particle data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCustomData", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCustomData", - "comment": "Which stream of custom particle data to set.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TouchScreenKeyboard", - "name": "keyboardOnScreen", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "controlID", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIStyle", - "name": "style", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "multiline", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "hasHorizontalCursorPos", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "isPasswordField", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "scrollOffset", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "graphicalCursorPos", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "graphicalSelectCursorPos", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.GUIContent", - "name": "content", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "position", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "cursorIndex", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "selectIndex", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.TextEditor.DblClickSnapping", - "name": "doubleClickSnapping", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "int", - "name": "altCursorPosition", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "bool", - "name": "hasSelection", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "string", - "name": "SelectedText", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnFocus", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnLostFocus", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "e", "typeName": "UnityEngine.Event" }], - "isStatic": false, - "name": "HandleKeyEvent", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "DeleteLineBack", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "DeleteWordBack", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "DeleteWordForward", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "CanPaste", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Backspace", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectAll", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectNone", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "DeleteSelection", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "replace", "typeName": "string" }], - "isStatic": false, - "name": "ReplaceSelection", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveSelectionToAltCursor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveRight", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveLeft", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveUp", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveDown", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveLineStart", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveLineEnd", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveGraphicalLineStart", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveGraphicalLineEnd", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveTextStart", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveTextEnd", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveParagraphForward", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveParagraphBackward", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "MoveCursorToPosition", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "MoveAltCursorToPosition", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "IsOverSelection", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SelectToPosition", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectLeft", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectRight", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectUp", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectDown", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectTextEnd", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectTextStart", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "on", "typeName": "bool" }], - "isStatic": false, - "name": "MouseDragSelectsWholeWords", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "snapping", - "typeName": "UnityEngine.TextEditor.DblClickSnapping" - } - ], - "isStatic": false, - "name": "DblClickSnap", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveWordRight", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveToStartOfNextWord", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveToEndOfPreviousWord", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectToStartOfNextWord", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectToEndOfPreviousWord", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "p", "typeName": "int" }], - "isStatic": false, - "name": "FindStartOfNextWord", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MoveWordLeft", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectWordRight", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectWordLeft", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ExpandSelectGraphicalLineStart", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ExpandSelectGraphicalLineEnd", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectGraphicalLineStart", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectGraphicalLineEnd", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectParagraphForward", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectParagraphBackward", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectCurrentWord", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectCurrentParagraph", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "evt", "typeName": "UnityEngine.Event" }], - "isStatic": false, - "name": "UpdateScrollOffsetIfNeeded", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newText", "typeName": "string" }], - "isStatic": false, - "name": "DrawCursor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SaveBackup", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Undo", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Cut", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Copy", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Paste", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DetectFocusChange", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "TextEditor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", - "name": "None", - "comment": "Default reflection probe support.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", - "name": "Rotation", - "comment": "Rotated reflection probes are supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ReflectionProbeModes", - "comment": "Supported modes for ReflectionProbes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCustomDataMode", - "name": "Disabled", - "comment": "Don't generate any data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCustomDataMode", - "name": "Vector", - "comment": "Generate data using ParticleSystem.MinMaxCurve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCustomDataMode", - "name": "Color", - "comment": "Generate data using ParticleSystem.MinMaxGradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCustomDataMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCustomDataMode", - "comment": "Which mode CustomDataModule uses to generate its data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemNoiseQuality", - "name": "Low", - "comment": "Low quality 1D noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemNoiseQuality", - "name": "Medium", - "comment": "Medium quality 2D noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemNoiseQuality", - "name": "High", - "comment": "High quality 3D noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemNoiseQuality", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemNoiseQuality", - "comment": "The quality of the generated noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "name": "None", - "comment": "No mode is supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "name": "IndirectOnly", - "comment": "Same as MixedLightingMode.IndirectOnly but determines if it is supported by the pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "name": "Subtractive", - "comment": "Same as MixedLightingMode.Subtractive but determines if it is supported by the pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "name": "Shadowmask", - "comment": "Determines what is supported by the rendering pipeline. This enum is similar to MixedLightingMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LightmapMixedBakeModes", - "comment": "Same as MixedLightingMode for baking, but is used to determine what is supported by the pipeline.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemSubEmitterType", - "name": "Birth", - "comment": "Spawns new particles when particles from the parent system are born.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterType", - "name": "Collision", - "comment": "Spawns new particles when particles from the parent system collide with something.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterType", - "name": "Death", - "comment": "Spawns new particles when particles from the parent system die.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterType", - "name": "Trigger", - "comment": "Spawns new particles when particles from the parent system pass conditions in the Trigger Module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterType", - "name": "Manual", - "comment": "Spawns new particles when triggered from script using ParticleSystem.TriggerSubEmitter.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemSubEmitterType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemSubEmitterType", - "comment": "The events that cause new particles to be spawned.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Light", - "name": "light", - "comment": "Accessor to Light component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.LightType", - "name": "lightType", - "comment": "Light type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "finalColor", - "comment": "Light color multiplied by intensity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "screenRect", - "comment": "Light's influence rectangle on screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "localToWorldMatrix", - "comment": "Light transformation matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "Light range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "spotAngle", - "comment": "Spot light angle.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "intersectsNearPlane", - "comment": "Light intersects near clipping plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "intersectsFarPlane", - "comment": "Light intersects far clipping plane.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.VisibleLight" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.VisibleLight" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.VisibleLight" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.VisibleLight" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.VisibleLight" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VisibleLight", - "comment": "Holds data of a visible light.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritNothing", - "comment": "When spawning new particles, do not inherit any properties from the parent particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritEverything", - "comment": "When spawning new particles, inherit all available properties from the parent particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritColor", - "comment": "When spawning new particles, multiply the start color by the color of the parent particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritSize", - "comment": "When spawning new particles, multiply the start size by the size of the parent particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritRotation", - "comment": "When spawning new particles, add the start rotation to the rotation of the parent particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritLifetime", - "comment": "New particles will have a shorter lifespan, the closer their parent particles are to death.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "name": "InheritDuration", - "comment": "When spawning new particles, use the duration and age properties from the parent system, when sampling MainModule curves in the Sub-Emitter.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemSubEmitterProperties", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemSubEmitterProperties", - "comment": "The properties of sub-emitter particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "Probe texture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.ReflectionProbe", - "name": "reflectionProbe", - "comment": "Accessor to ReflectionProbe component.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "Probe bounding box.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "localToWorldMatrix", - "comment": "Probe transformation matrix.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "hdrData", - "comment": "Shader data for probe HDR texture decoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "Probe projection center.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "blendDistance", - "comment": "Probe blending distance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "importance", - "comment": "Probe importance.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isBoxProjection", - "comment": "Should probe use box projection.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" - }, - { - "name": "right", - "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VisibleReflectionProbe", - "comment": "Holds data of a visible reflection reflectionProbe.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemTrailMode", - "name": "PerParticle", - "comment": "Makes a trail behind each particle as the particle moves.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTrailMode", - "name": "Ribbon", - "comment": "Draws a line between each particle, connecting the youngest particle to the oldest.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemTrailMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemTrailMode", - "comment": "Choose how Particle Trails are generated.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PhysicsScene2D", - "params": [], - "isStatic": false, - "name": "GetPhysicsScene2D", - "comment": "The 2D physics Scene used by the Scene.\n\n```plaintext\nParams: scene - The Scene from which to return the 2D physics Scene.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PhysicsSceneExtensions2D", - "comment": "Scene extensions to access the underlying physics scene.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "define", - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" - } - ], - "isStatic": false, - "name": "IsEnabled", - "comment": "Check whether a specific shader keyword is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "define", - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" - } - ], - "isStatic": false, - "name": "Enable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "define", - "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" - } - ], - "isStatic": false, - "name": "Disable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlatformKeywordSet", - "comment": "A collection of Rendering.ShaderKeyword that represents a specific platform variant.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemTrailTextureMode", - "name": "Stretch", - "comment": "Map the texture once along the entire length of the trail.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTrailTextureMode", - "name": "Tile", - "comment": "Repeat the texture along the trail. To set the tiling rate, use Material.SetTextureScale.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTrailTextureMode", - "name": "DistributePerSegment", - "comment": "Map the texture once along the entire length of the trail, assuming all vertices are evenly spaced.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTrailTextureMode", - "name": "RepeatPerSegment", - "comment": "Repeat the texture along the trail, repeating at a rate of once per trail segment. To adjust the tiling rate, use Material.SetTextureScale.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemTrailTextureMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemTrailTextureMode", - "comment": "Choose how textures are applied to Particle Trails.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderKeywordType", - "name": "None", - "comment": "No type is assigned.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderKeywordType", - "name": "BuiltinDefault", - "comment": "The keyword is built-in the runtime and it is systematically reserved.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderKeywordType", - "name": "BuiltinExtra", - "comment": "The keyword is built-in the runtime and it is optionally reserved depending on the features used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderKeywordType", - "name": "BuiltinAutoStripped", - "comment": "The keyword is built-in the runtime and can be automatically stripped if unusued.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderKeywordType", - "name": "UserDefined", - "comment": "The keyword is defined by the user.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShaderKeywordType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderKeywordType", - "comment": "Type of a shader keyword, eg: built-in or user defined.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "Random", - "comment": "Generate points randomly. (Default)\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "Loop", - "comment": "Animate the emission point around the shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "PingPong", - "comment": "Animate the emission point around the shape, alternating between clockwise and counter-clockwise directions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "BurstSpread", - "comment": "Distribute new particles around the shape evenly.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemShapeMultiModeValue", - "comment": "The mode used to generate new points in a shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "IgnoreRaycastLayer", - "comment": "Layer mask constant for the default layer that ignores raycasts.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "DefaultRaycastLayers", - "comment": "Layer mask constant that includes all layers participating in raycasts by default.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "AllLayers", - "comment": "Layer mask constant that includes all layers.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.PhysicsScene2D", - "name": "defaultPhysicsScene", - "comment": "The PhysicsScene2D automatically created when Unity starts.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "velocityIterations", - "comment": "The number of iterations of the physics solver when considering objects' velocities.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "positionIterations", - "comment": "The number of iterations of the physics solver when considering objects' positions.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "gravity", - "comment": "Acceleration due to gravity.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "queriesHitTriggers", - "comment": "Do raycasts detect Colliders configured as triggers?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "queriesStartInColliders", - "comment": "Set the raycasts or linecasts that start inside Colliders to detect or not detect those Colliders.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "callbacksOnDisable", - "comment": "Use this to control whether or not the appropriate OnCollisionExit2D or OnTriggerExit2D callbacks should be called when a Collider2D is disabled.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "reuseCollisionCallbacks", - "comment": "Determines whether the garbage collector should reuse only a single instance of a Collision2D type for all collision callbacks.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "autoSyncTransforms", - "comment": "Set whether to automatically sync changes to the Transform component with the physics engine.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.SimulationMode2D", - "name": "simulationMode", - "comment": "Controls when Unity executes the 2D physics simulation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.PhysicsJobOptions2D", - "name": "jobOptions", - "comment": "A set of options that control how physics operates when using the job system to multithread the physics simulation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "velocityThreshold", - "comment": "Any collisions with a relative linear velocity below this threshold will be treated as inelastic.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxLinearCorrection", - "comment": "The maximum linear position correction used when solving constraints. This helps to prevent overshoot.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxAngularCorrection", - "comment": "The maximum angular position correction used when solving constraints. This helps to prevent overshoot.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxTranslationSpeed", - "comment": "The maximum linear speed of a rigid-body per physics update. Increasing this can cause numerical problems.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxRotationSpeed", - "comment": "The maximum angular speed of a rigid-body per physics update. Increasing this can cause numerical problems.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "defaultContactOffset", - "comment": "The default contact offset of the newly created Colliders.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "baumgarteScale", - "comment": "The scale factor that controls how fast overlaps are resolved.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "baumgarteTOIScale", - "comment": "The scale factor that controls how fast TOI overlaps are resolved.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "timeToSleep", - "comment": "The time in seconds that a rigid-body must be still before it will go to sleep.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "linearSleepTolerance", - "comment": "A rigid-body cannot sleep if its linear velocity is above this tolerance.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularSleepTolerance", - "comment": "A Rigidbody cannot sleep if its angular velocity is above this tolerance threshold.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "alwaysShowColliders", - "comment": "Enable to always show the Collider Gizmos even when they are not selected.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "showColliderSleep", - "comment": "Should the Collider Gizmos show the sleep-state for each Collider?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "showColliderContacts", - "comment": "Should the Collider Gizmos show current contacts for each Collider?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "showColliderAABB", - "comment": "Should the Collider Gizmos show the AABBs for each Collider?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "contactArrowScale", - "comment": "The scale of the contact arrow used by the Collider Gizmos.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "colliderAwakeColor", - "comment": "The color used by the Gizmos to show all awake Colliders (Collider is awake when the body is awake).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "colliderAsleepColor", - "comment": "The color used by the Gizmos to show all asleep Colliders (Collider is asleep when the body is asleep).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "colliderContactColor", - "comment": "The color used by the Gizmos to show all Collider contacts.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "colliderAABBColor", - "comment": "Set the color used by the Gizmos to show all Collider axis-aligned bounding boxes (AABBs).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "raycastsHitTriggers", - "comment": "Set the raycasts to either detect or not detect Triggers.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "raycastsStartInColliders", - "comment": "Do ray/line casts that start inside a Collider(s) detect those Collider(s)?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "deleteStopsCallbacks", - "comment": "Set whether to continue or stop the proccesing of collision callbacks if any of the objects involved in the collision are deleted.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "changeStopsCallbacks", - "comment": "Set whether the reporting of collisions callbacks immediately stops if any of the objects involved in the collision are deleted or moved.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "minPenetrationForPenalty", - "comment": "This property is obsolete. You should use defaultContactOffset instead.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "autoSimulation", - "comment": "Set whether the physics should be simulated automatically or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "step", "typeName": "float" }], - "isStatic": true, - "name": "Simulate", - "comment": "Whether the simulation was run or not. Running the simulation during physics callbacks will always fail.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "SyncTransforms", - "comment": "Synchronizes.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": true, - "name": "IgnoreCollision", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, - { "name": "ignore", "typeName": "bool" } - ], - "isStatic": true, - "name": "IgnoreCollision", - "comment": "Makes the collision detection system ignore all collisionstriggers between collider1 and collider2/.\n\n```plaintext\nParams: collider1 - The first Collider to compare to collider2.\n collider2 - The second Collider to compare to collider1.\n ignore - Whether collisionstriggers between collider1 and collider2/ should be ignored or not.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": true, - "name": "GetIgnoreCollision", - "comment": "Whether the collision detection system will ignore all collisionstriggers between collider1 and collider2/ or not.\n\n```plaintext\nParams: collider1 - The first Collider to compare to collider2.\n collider2 - The second Collider to compare to collider1.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer1", "typeName": "int" }, - { "name": "layer2", "typeName": "int" } - ], - "isStatic": true, - "name": "IgnoreLayerCollision", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer1", "typeName": "int" }, - { "name": "layer2", "typeName": "int" }, - { "name": "ignore", "typeName": "bool" } - ], - "isStatic": true, - "name": "IgnoreLayerCollision", - "comment": "Choose whether to detect or ignore collisions between a specified pair of layers.\n\n```plaintext\nParams: layer1 - ID of the first layer.\n layer2 - ID of the second layer.\n ignore - Should collisions between these layers be ignored?\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "layer1", "typeName": "int" }, - { "name": "layer2", "typeName": "int" } - ], - "isStatic": true, - "name": "GetIgnoreLayerCollision", - "comment": "Whether collisions between the specified layers be ignored or not.\n\n```plaintext\nParams: layer1 - ID of first layer.\n layer2 - ID of second layer.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer", "typeName": "int" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SetLayerCollisionMask", - "comment": "Set the collision layer mask that indicates which layer(s) the specified layer can collide with.\n\n```plaintext\nParams: layer - The layer to set the collision layer mask for.\n layerMask - A mask where each bit indicates a layer and whether it can collide with layer or not.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "layer", "typeName": "int" }], - "isStatic": true, - "name": "GetLayerCollisionMask", - "comment": "A mask where each bit indicates a layer and whether it can collide with layer or not.\n\n```plaintext\nParams: layer - The layer to retrieve the collision layer mask for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": true, - "name": "IsTouching", - "comment": "Whether collider1 is touching collider2 or not.\n\n```plaintext\nParams: collider1 - The Collider to check if it is touching collider2.\n collider2 - The Collider to check if it is touching collider1.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": true, - "name": "IsTouching", - "comment": "Whether collider1 is touching collider2 or not.\n\n```plaintext\nParams: collider1 - The Collider to check if it is touching collider2.\n collider2 - The Collider to check if it is touching collider1.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": true, - "name": "IsTouching", - "comment": "Whether the Collider is touching any other Collider filtered by the contactFilter or not.\n\n```plaintext\nParams: Collider - The Collider to check if it is touching any other Collider filtered by the contactFilter.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": true, - "name": "IsTouchingLayers", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "IsTouchingLayers", - "comment": "Whether the Collider is touching any Colliders on the specified layerMask or not.\n\n```plaintext\nParams: Collider - The Collider to check if it is touching Colliders on the layerMask.\n layerMask - Any Colliders on any of these layers count as touching.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "ColliderDistance2D", - "params": [ - { "name": "colliderA", "typeName": "UnityEngine.Collider2D" }, - { "name": "colliderB", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": true, - "name": "Distance", - "comment": "The minimum distance between colliderA and colliderB.\n\n```plaintext\nParams: colliderA - A Collider used to calculate the minimum distance against colliderB.\n colliderB - A Collider used to calculate the minimum distance against colliderA.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector2" }, - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": true, - "name": "ClosestPoint", - "comment": "A point on the perimeter of the Collider that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on the specified Collider.\n Collider - The Collider on which to find the closest specified position.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector2" }, - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" } - ], - "isStatic": true, - "name": "ClosestPoint", - "comment": "A point on the perimeter of a Collider attached to the rigidbody that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on the specified rigidbody.\n rigidbody - The Rigidbody on which to find the closest specified position.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "LinecastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "LinecastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "LinecastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "LinecastAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "LinecastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "LinecastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "LinecastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "LinecastNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n start - The start point of the line in world space.\n end - The end point of the line in world space.\n results - Returned array of objects that intersect the line.\n layerMask - Filter to detect Colliders only on certain layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n distance - The maximum distance over which to cast the ray.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n results - Array to receive results.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to check objects only on specific layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n distance - The maximum distance over which to cast the circle.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n distance - The maximum distance over which to cast the circle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "CircleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CircleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCastAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n distance - The maximum distance over which to cast the circle.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "CircleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CircleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CircleCastNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n results - Array to receive results.\n distance - The maximum distance over which to cast the circle.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n distance - The maximum distance over which to cast the box.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n distance - The maximum distance over which to cast the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n distance - The maximum distance over which to cast the box.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n results - Array to receive results.\n distance - The maximum distance over which to cast the box.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - The maximum distance over which to cast the capsule.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n distance - The maximum distance over which to cast the capsule.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - The maximum distance over which to cast the capsule.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n results - Array to receive results.\n distance - The maximum distance over which to cast the capsule.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], - "isStatic": true, - "name": "GetRayIntersection", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "GetRayIntersection", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "GetRayIntersection", - "comment": "The cast results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], - "isStatic": true, - "name": "GetRayIntersectionAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "GetRayIntersectionAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "GetRayIntersectionAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": true, - "name": "GetRayIntersectionNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "GetRayIntersectionNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "GetRayIntersectionNonAlloc", - "comment": "The number of results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n results - Array to receive results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "OverlapPoint", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapPoint", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapPoint", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapPoint", - "comment": "The Collider overlapping the point.\n\n```plaintext\nParams: point - A point in world space.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapPoint", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - A point in world space.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapPoint", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": true, - "name": "OverlapPointAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapPointAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapPointAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapPointAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n point - A point in space.\n layerMask - Filter to check objects only on specific layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapPointNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapPointNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapPointNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapPointNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n point - A point in space.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircle", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCircle", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircle", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircle", - "comment": "The Collider overlapping the circle.\n\n```plaintext\nParams: point - Centre of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapCircle", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - Centre of the circle.\n radius - The radius of the circle.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapCircle", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircleAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCircleAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircleAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircleAll", - "comment": "The cast results.\n\n```plaintext\nParams: point - The center of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specified layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapCircleNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCircleNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircleNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCircleNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the circle.\n radius - The radius of the circle.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "The Collider overlapping the box.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBoxAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapBoxAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBoxAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBoxAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "OverlapArea", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapArea", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapArea", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapArea", - "comment": "The Collider overlapping the area.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapArea", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapArea", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "OverlapAreaAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapAreaAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapAreaAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapAreaAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapAreaNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapAreaNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapAreaNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapAreaNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n results - Array to receive results.\n layerMask - Filter to check objects only on specified layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "The Collider overlapping the capsule.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsuleAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCapsuleAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsuleAll", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsuleAll", - "comment": "The cast results returned.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapCollider", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: Collider - The Collider that defines the area used to query for other Collider overlaps.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapCollider", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: collider1 - The Collider to check if it has contacts against collider2.\n collider2 - The Collider to check if it has contacts against collider1.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, - { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "Physics2D", - "comment": "Global settings and helpers for 2D physics.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "index", - "comment": "The index of the shader keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "GetGlobalKeywordName", - "comment": "Returns the string name of the global keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderKeywordType", - "params": [ - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "GetGlobalKeywordType", - "comment": "Returns the type of global keyword: built-in or user defined.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "IsKeywordLocal", - "comment": "Returns true if the keyword is local.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "GetKeywordName", - "comment": "Returns the string name of the keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderKeywordType", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "GetKeywordType", - "comment": "Returns the type of keyword: built-in or user defined.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "shader", "typeName": "UnityEngine.ComputeShader" }, - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "GetKeywordName", - "comment": "Returns the string name of the keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderKeywordType", - "params": [ - { "name": "shader", "typeName": "UnityEngine.ComputeShader" }, - { - "name": "index", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": true, - "name": "GetKeywordType", - "comment": "Returns the type of keyword: built-in or user defined.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "keywordName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a new instance of the ShaderKeyword class from a shader global keyword name.\n\n```plaintext\nParams: keywordName - The name of the keyword.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shader", "typeName": "UnityEngine.Shader" }, - { "name": "keywordName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a new instance of the ShaderKeyword class from a global or local shader keyword name.\n\n```plaintext\nParams: shader - The shader that declares the keyword.\n keywordName - The name of the keyword.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "shader", "typeName": "UnityEngine.ComputeShader" }, - { "name": "keywordName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Initializes a new instance of the ShaderKeyword class from a local shader keyword name, and the compute shader that defines that local keyword.\n\n```plaintext\nParams: shader - The compute shader that declares the local keyword.\n keywordName - The name of the keyword.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Returns true if the keyword has been imported by Unity.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ShaderKeywordType", - "params": [], - "isStatic": false, - "name": "GetKeywordType", - "comment": "Returns the type of keyword: built-in or user defined.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetKeywordName", - "comment": "Returns the string name of the keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetName", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderKeyword", - "comment": "Identifier of a specific code path in a shader.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemRingBufferMode", - "name": "Disabled", - "comment": "Particles are removed when their age exceeds their lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRingBufferMode", - "name": "PauseUntilReplaced", - "comment": "Particle ages pause at the end of their lifetime until they need to be removed. Particles are removed when creating new particles would exceed the Max Particles property.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRingBufferMode", - "name": "LoopUntilReplaced", - "comment": "Particle ages loop until they need to be removed. Particles are removed when creating new particles would exceed the Max Particles property.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemRingBufferMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemRingBufferMode", - "comment": "Control how particles are removed from the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SimulationMode2D", - "name": "FixedUpdate", - "comment": "Use this enumeration to specify to Unity that it should execute the physics simulation immediately after the MonoBehaviour.FixedUpdate.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.SimulationMode2D", - "name": "Update", - "comment": "Use this enumeration to specify to Unity that it should execute the physics simulation immediately after MonoBehaviour.Update.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.SimulationMode2D", - "name": "Script", - "comment": "Use this enumeration to specify to Unity that it should execute the physics simulation manually when you call Physics2D.Simulate.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SimulationMode2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "SimulationMode2D", - "comment": "A selection of modes that control when Unity executes the 2D physics simulation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": false, - "name": "IsEnabled", - "comment": "Check whether a specific shader keyword is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": false, - "name": "Enable", - "comment": "Enable a specific shader keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.Rendering.ShaderKeyword" - } - ], - "isStatic": false, - "name": "Disable", - "comment": "Disable a specific shader keyword.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetShaderKeywords", - "comment": "Return an array with all the enabled keywords in the ShaderKeywordSet.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderKeywordSet", - "comment": "A collection of Rendering.ShaderKeyword that represents a specific shader variant.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemGameObjectFilter", - "name": "LayerMask", - "comment": "Include objects based on a layer mask, where all objects that match the mask are included.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGameObjectFilter", - "name": "List", - "comment": "Include objects based on an explicitly provided list.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGameObjectFilter", - "name": "LayerMaskAndList", - "comment": "Include objects based on both a layer mask and an explicitly provided list.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemGameObjectFilter", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemGameObjectFilter", - "comment": "The particle GameObject filtering mode that specifies which objects are used by specific Particle System modules.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CapsuleDirection2D", - "name": "Vertical", - "comment": "The capsule sides extend vertically.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CapsuleDirection2D", - "name": "Horizontal", - "comment": "The capsule sides extend horizontally.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CapsuleDirection2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "CapsuleDirection2D", - "comment": "The direction that the capsule sides can extend.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemForceFieldShape", - "name": "Sphere", - "comment": "Influence particles inside a sphere shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemForceFieldShape", - "name": "Hemisphere", - "comment": "Influence particles inside a hemisphere shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemForceFieldShape", - "name": "Cylinder", - "comment": "Influence particles inside a cylinder shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemForceFieldShape", - "name": "Box", - "comment": "Influence particles inside a box shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemForceFieldShape", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemForceFieldShape", - "comment": "The type of shape used for influencing particles in the Force Field Component.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Position", - "comment": "The world space position of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Normal", - "comment": "The normal of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Tangent", - "comment": "Tangent vectors for normal mapping.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Color", - "comment": "The color of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "UV", - "comment": "The texture coordinates of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "UV2BlendAndFrame", - "comment": "With the TextureSheetAnimationModule enabled, this contains the UVs for the second texture frame, the blend factor for each particle, and the raw frame, allowing for blending of frames.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "CenterAndVertexID", - "comment": "The center position of each particle, with the vertex ID of each particle, from 0-3, stored in the w component.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Size", - "comment": "The size of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Rotation", - "comment": "The rotation of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Velocity", - "comment": "The 3D velocity of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Lifetime", - "comment": "Alive time as a 0-1 value in the X component, and Total Lifetime in the Y component.\nTo get the current particle age, simply multiply X by Y.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Custom1", - "comment": "The first stream of custom data, supplied from script.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Custom2", - "comment": "The second stream of custom data, supplied from script.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "Random", - "comment": "4 random numbers. The first 3 are deterministic and assigned once when each particle is born, but the 4th value will change during the lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "None", - "comment": "A mask with no vertex streams enabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemVertexStreams", - "name": "All", - "comment": "A mask with all vertex streams enabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemVertexStreams", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemVertexStreams", - "comment": "All possible Particle System vertex shader inputs.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemRenderSpace", - "name": "alignment", - "comment": "Control the direction that particles face.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "renderMode", - "comment": "Specifies how the system draws particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSortMode", - "name": "sortMode", - "comment": "Specifies how to sort particles within a system.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "lengthScale", - "comment": "How much are the particles stretched in their direction of motion, defined as the length of the particle compared to its width.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "velocityScale", - "comment": "Specifies how much particles stretch depending on their velocity.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "cameraVelocityScale", - "comment": "How much do the particles stretch depending on the Camera's speed.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "normalDirection", - "comment": "Specifies how much a billboard particle orients its normals towards the Camera.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "shadowBias", - "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the particle size.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "sortingFudge", - "comment": "Biases Particle System sorting amongst other transparencies.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "minParticleSize", - "comment": "Clamp the minimum particle size.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "maxParticleSize", - "comment": "Clamp the maximum particle size.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "pivot", - "comment": "Modify the pivot point used for rotating particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "flip", - "comment": "Flip a percentage of the particles, along each axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "maskInteraction", - "comment": "Specifies how the Particle System Renderer interacts with SpriteMask.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "trailMaterial", - "comment": "Set the Material that the TrailModule uses to attach trails to particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enableGPUInstancing", - "comment": "Enables GPU Instancing on platforms that support it.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "allowRoll", - "comment": "Allow billboard particles to roll around their z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "freeformStretching", - "comment": "Enables freeform stretching behavior.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "rotateWithStretchDirection", - "comment": "Rotate the particles based on the direction they are stretched in. This is added on top of other particle rotation.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "mesh", - "comment": "The Mesh that the particle uses instead of a billboarded Texture.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "meshCount", - "comment": "The number of Meshes the system uses for particle rendering.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "activeVertexStreamsCount", - "comment": "The number of currently active custom vertex streams.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "supportsMeshInstancing", - "comment": "Determines whether the Particle System can be rendered using GPU Instancing.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "streams", - "typeName": "UnityEngine.ParticleSystemVertexStreams" - } - ], - "isStatic": false, - "name": "EnableVertexStreams", - "comment": "Enable a set of vertex Shader streams on the Particle System renderer.\n\n```plaintext\nParams: streams - Streams to enable.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "streams", - "typeName": "UnityEngine.ParticleSystemVertexStreams" - } - ], - "isStatic": false, - "name": "DisableVertexStreams", - "comment": "Disable a set of vertex Shader streams on the Particle System Renderer.\nThe position stream is always enabled, and any attempts to remove it are ignored.\n\n```plaintext\nParams: streams - Streams to disable.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "streams", - "typeName": "UnityEngine.ParticleSystemVertexStreams" - } - ], - "isStatic": false, - "name": "AreVertexStreamsEnabled", - "comment": "true if the queried streams are enabled. Returns false otherwise.\n\n```plaintext\nParams: streams - Streams to query.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "ParticleSystemVertexStreams", - "params": [ - { - "name": "streams", - "typeName": "UnityEngine.ParticleSystemVertexStreams" - } - ], - "isStatic": false, - "name": "GetEnabledVertexStreams", - "comment": "The subset of the queried streams that are actually enabled.\n\n```plaintext\nParams: streams - Streams to query.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "meshes", "typeName": "UnityEngine.Mesh[]" }], - "isStatic": false, - "name": "GetMeshes", - "comment": "The number of Meshes actually written to the destination array.\n\n```plaintext\nParams: meshes - This array is populated with the list of Meshes being used for particle rendering.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "meshes", "typeName": "UnityEngine.Mesh[]" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetMeshes", - "comment": "Set an array of Meshes to use as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh.\n\n```plaintext\nParams: meshes - Array of Meshes to use.\n size - Number of elements from the Mesh array to apply.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "meshes", "typeName": "UnityEngine.Mesh[]" }], - "isStatic": false, - "name": "SetMeshes", - "comment": "Set an array of Meshes to use as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh.\n\n```plaintext\nParams: meshes - Array of Meshes to use.\n size - Number of elements from the Mesh array to apply.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of ParticleSystemRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particles.\n camera - The Camera used to determine which way camera-space particles face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeMesh", - "comment": "Creates a snapshot of ParticleSystemRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particles.\n camera - The Camera used to determine which way camera-space particles face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeTrailsMesh", - "comment": "Creates a snapshot of ParticleSystem Trails and stores them in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particle trails.\n camera - The Camera used to determine which way camera-space trails face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mesh", "typeName": "UnityEngine.Mesh" }, - { "name": "camera", "typeName": "UnityEngine.Camera" }, - { "name": "useTransform", "typeName": "bool" } - ], - "isStatic": false, - "name": "BakeTrailsMesh", - "comment": "Creates a snapshot of ParticleSystem Trails and stores them in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particle trails.\n camera - The Camera used to determine which way camera-space trails face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "streams", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetActiveVertexStreams", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "streams", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetActiveVertexStreams", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemRenderer", - "comment": "Use this class to render particles on to the screen.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemForceFieldShape", - "name": "shape", - "comment": "Selects the type of shape used for influencing particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startRange", - "comment": "Setting a value greater than 0 creates a hollow Force Field shape. This will cause particles to not be affected by the Force Field when closer to the center of the volume than the startRange property.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "endRange", - "comment": "Determines the size of the shape used for influencing particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "length", - "comment": "Describes the length of the Cylinder when using the Cylinder Force Field shape to influence particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "gravityFocus", - "comment": "When using the gravity force, set this value between 0 and 1 to control the focal point of the gravity effect.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "rotationRandomness", - "comment": "Apply randomness to the Force Field axis that particles will travel around.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyDragByParticleSize", - "comment": "When using Drag, the drag strength will be multiplied by the size of the particles if this toggle is enabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyDragByParticleVelocity", - "comment": "When using Drag, the drag strength will be multiplied by the speed of the particles if this toggle is enabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Texture3D", - "name": "vectorField", - "comment": "Apply forces to particles within the volume of the Force Field, by using a 3D texture containing vector field data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "directionX", - "comment": "Apply a linear force along the local X axis to particles within the volume of the Force Field.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "directionY", - "comment": "Apply a linear force along the local Y axis to particles within the volume of the Force Field.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "directionZ", - "comment": "Apply a linear force along the local Z axis to particles within the volume of the Force Field.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "gravity", - "comment": "Apply gravity to particles within the volume of the Force Field.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "rotationSpeed", - "comment": "The speed at which particles are propelled around a vortex.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "rotationAttraction", - "comment": "Controls how strongly particles are dragged into the vortex motion.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "drag", - "comment": "Apply drag to particles within the volume of the Force Field.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "vectorFieldSpeed", - "comment": "The speed at which particles are propelled through the vector field.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "vectorFieldAttraction", - "comment": "Controls how strongly particles are dragged into the vector field motion.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "FindAll", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemForceField", - "comment": "Script interface for Particle System Force Fields.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "uint", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextEditor.DblClickSnapping", - "name": "WORDS", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "typeName": "UnityEngine.TextEditor.DblClickSnapping", - "name": "PARAGRAPHS", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextEditor.DblClickSnapping", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - } - ], - "name": "DblClickSnapping", - "comment": "", - "location": "UnityEngine.IMGUIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "None", - "comment": "No constraints.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "FreezePositionX", - "comment": "Freeze motion along the X-axis.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "FreezePositionY", - "comment": "Freeze motion along the Y-axis.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "FreezeRotation", - "comment": "Freeze rotation along the Z-axis.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "FreezePosition", - "comment": "Freeze motion along the X-axis and Y-axis.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "FreezeAll", - "comment": "Freeze rotation and motion along all axes.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RigidbodyConstraints2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "RigidbodyConstraints2D", - "comment": "Use these flags to constrain motion of the Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.PhysicsScene2D" }, - { "name": "rhs", "typeName": "UnityEngine.PhysicsScene2D" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.PhysicsScene2D" }, - { "name": "rhs", "typeName": "UnityEngine.PhysicsScene2D" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.PhysicsScene2D" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "True when the physics Scene valid.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsEmpty", - "comment": "True when the physics Scene is empty.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "step", "typeName": "float" }], - "isStatic": false, - "name": "Simulate", - "comment": "Whether the simulation was run or not. Running the simulation during physics callbacks will always fail.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "Linecast", - "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "Linecast", - "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "Linecast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Linecast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector2" }, - { "name": "end", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "CircleCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "CircleCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "CircleCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "CircleCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "CircleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "capsuleDirection", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "distance", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "RaycastHit2D", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRayIntersection", - "comment": "The cast results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - Maximum distance over which to cast the ray.\n layerMask - Filter to detect colliders only on certain layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "distance", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "GetRayIntersection", - "comment": "The number of results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - Maximum distance over which to cast the ray.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to detect colliders only on certain layers.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapPoint", - "comment": "The collider overlapping the point.\n\n```plaintext\nParams: point - A point in world space.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "OverlapPoint", - "comment": "The collider overlapping the point.\n\n```plaintext\nParams: point - A point in world space.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapPoint", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - A point in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapPoint", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - A point in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapPoint", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapCircle", - "comment": "The collider overlapping the circle.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "OverlapCircle", - "comment": "The collider overlapping the circle.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapCircle", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapCircle", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "radius", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapCircle", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "The collider overlapping the box.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "The collider overlapping the box.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapArea", - "comment": "The collider overlapping the area.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "OverlapArea", - "comment": "The collider overlapping the area.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapArea", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapArea", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "pointA", "typeName": "UnityEngine.Vector2" }, - { "name": "pointB", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapArea", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapCapsule", - "comment": "The collider overlapping the capsule.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Collider2D", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "OverlapCapsule", - "comment": "The collider overlapping the capsule.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "OverlapCapsule", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapCapsule", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "size", "typeName": "UnityEngine.Vector2" }, - { - "name": "direction", - "typeName": "UnityEngine.CapsuleDirection2D" - }, - { "name": "angle", "typeName": "float" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCollider", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: collider - The Collider that defines the area used to query for other Collider overlaps.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": true, - "name": "OverlapCollider", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: collider - The Collider that defines the area used to query for other Collider overlaps.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "OverlapCollider", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PhysicsScene2D", - "comment": "Represents a single instance of a 2D physics Scene.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RigidbodyInterpolation2D", - "name": "None", - "comment": "Do not apply any smoothing to the object's movement.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyInterpolation2D", - "name": "Interpolate", - "comment": "Smooth movement based on the object's positions in previous frames.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyInterpolation2D", - "name": "Extrapolate", - "comment": "Smooth an object's movement based on an estimate of its position in the next frame.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RigidbodyInterpolation2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "RigidbodyInterpolation2D", - "comment": "Interpolation mode for Rigidbody2D objects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "touchCountSecondary", - "comment": "Number of secondary touches. Guaranteed not to change throughout the frame. (Read Only).\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "bool", - "name": "secondaryTouchEnabled", - "comment": "Property indicating whether the system provides secondary touch input.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "int", - "name": "secondaryTouchWidth", - "comment": "Property indicating the width of the secondary touchpad.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "int", - "name": "secondaryTouchHeight", - "comment": "Property indicating the height of the secondary touchpad.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Touch", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetSecondaryTouch", - "comment": "Returns object representing status of a specific touch on a secondary touchpad (Does not allocate temporary variables).\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "AndroidInput", - "comment": "AndroidInput provides support for off-screen touch input, such as a touchpad.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RigidbodySleepMode2D", - "name": "NeverSleep", - "comment": "Rigidbody2D never automatically sleeps.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodySleepMode2D", - "name": "StartAwake", - "comment": "Rigidbody2D is initially awake.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodySleepMode2D", - "name": "StartAsleep", - "comment": "Rigidbody2D is initially asleep.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RigidbodySleepMode2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "RigidbodySleepMode2D", - "comment": "Settings for a Rigidbody2D's initial sleep state.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CollisionDetectionMode2D", - "name": "None", - "comment": "This mode is obsolete. You should use Discrete mode.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode2D", - "name": "Discrete", - "comment": "When a Rigidbody2D moves, only collisions at the new position are detected.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode2D", - "name": "Continuous", - "comment": "Ensures that all collisions are detected when a Rigidbody2D moves.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CollisionDetectionMode2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "CollisionDetectionMode2D", - "comment": "Controls how collisions are detected when a Rigidbody2D moves.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderPropertyType", - "name": "Color", - "comment": "The property holds a Vector4 value representing a color.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyType", - "name": "Vector", - "comment": "The property holds a Vector4 value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyType", - "name": "Float", - "comment": "The property holds a floating number value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyType", - "name": "Range", - "comment": "The property holds a floating number value in a certain range.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyType", - "name": "Texture", - "comment": "The property holds a Texture object.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShaderPropertyType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderPropertyType", - "comment": "Type of a given shader property.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RigidbodyType2D", - "name": "Dynamic", - "comment": "Sets the Rigidbody2D to have dynamic behaviour.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyType2D", - "name": "Kinematic", - "comment": "Sets the Rigidbody2D to have kinematic behaviour.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyType2D", - "name": "Static", - "comment": "Sets the Rigidbody2D to have static behaviour.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RigidbodyType2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "RigidbodyType2D", - "comment": "The physical behaviour type of the Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TouchPhase", - "name": "Began", - "comment": "A finger touched the screen.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchPhase", - "name": "Moved", - "comment": "A finger moved on the screen.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchPhase", - "name": "Stationary", - "comment": "A finger is touching the screen but hasn't moved.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchPhase", - "name": "Ended", - "comment": "A finger was lifted from the screen. This is the final phase of a touch.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchPhase", - "name": "Canceled", - "comment": "The system cancelled tracking for the touch.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TouchPhase", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "TouchPhase", - "comment": "Describes phase of a finger touch.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "None", - "comment": "No flags are set.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "HideInInspector", - "comment": "Signifies that Unity hides the property in the default Material Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "PerRendererData", - "comment": "In the Material Inspector, Unity queries the value for this property from the Renderer's MaterialPropertyBlock, instead of from the Material. The value will also appear as read-only.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "NoScaleOffset", - "comment": "Do not show UV scale/offset fields next to Textures in the default Material Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "Normal", - "comment": "Signifies that values of this property contain Normal (normalized vector) data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "HDR", - "comment": "Signifies that values of this property contain High Dynamic Range (HDR) data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "Gamma", - "comment": "Signifies that values of this property are in gamma space. If the active color space is linear, Unity converts the values to linear space values.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "NonModifiableTextureData", - "comment": "You cannot edit this Texture property in the default Material Inspector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "MainTexture", - "comment": "Signifies that value of this property contains the main texture of the Material.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "name": "MainColor", - "comment": "Signifies that value of this property contains the main color of the Material.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.ShaderPropertyFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderPropertyFlags", - "comment": "Flags that control how a shader property behaves.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ForceMode2D", - "name": "Force", - "comment": "Add a force to the Rigidbody2D, using its mass.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.ForceMode2D", - "name": "Impulse", - "comment": "Add an instant force impulse to the rigidbody2D, using its mass.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ForceMode2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "ForceMode2D", - "comment": "Option for how to apply a force using Rigidbody2D.AddForce.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.IMECompositionMode", - "name": "Auto", - "comment": "Enable IME input only when a text field is selected (default).\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.IMECompositionMode", - "name": "On", - "comment": "Enable IME input.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.IMECompositionMode", - "name": "Off", - "comment": "Disable IME input.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.IMECompositionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "IMECompositionMode", - "comment": "Controls IME input.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "sortingLayerName", - "comment": "Name of the Renderer's sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sortingLayerID", - "comment": "Unique ID of the Renderer's sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sortingOrder", - "comment": "Renderer's order within a sorting layer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "UpdateAllSortingGroups", - "comment": "Updates all Sorting Group immediately.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SortingGroup", - "comment": "Adding a SortingGroup component to a GameObject will ensure that all Renderers within the GameObject's descendants will be sorted and rendered together.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.JointLimitState2D", - "name": "Inactive", - "comment": "Represents a state where the joint limit is inactive.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointLimitState2D", - "name": "LowerLimit", - "comment": "Represents a state where the joint limit is at the specified lower limit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointLimitState2D", - "name": "UpperLimit", - "comment": "Represents a state where the joint limit is at the specified upper limit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointLimitState2D", - "name": "EqualLimits", - "comment": "Represents a state where the joint limit is at the specified lower and upper limits (they are identical).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.JointLimitState2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "JointLimitState2D", - "comment": "Represents the state of a joint limit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TouchType", - "name": "Direct", - "comment": "A direct touch on a device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchType", - "name": "Indirect", - "comment": "An Indirect, or remote, touch on a device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchType", - "name": "Stylus", - "comment": "A touch from a stylus on a device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TouchType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "TouchType", - "comment": "Describes whether a touch is direct, indirect (or remote), or from a stylus.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "fingerId", - "comment": "The unique index for the touch.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "The position of the touch in screen space pixel coordinates.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "rawPosition", - "comment": "The first position of the touch contact in screen space pixel coordinates.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "deltaPosition", - "comment": "The position delta since last change in pixel coordinates.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "Amount of time that has passed since the last recorded change in Touch values.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "int", - "name": "tapCount", - "comment": "Number of taps.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchPhase", - "name": "phase", - "comment": "Describes the phase of the touch.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "pressure", - "comment": "The current amount of pressure being applied to a touch. 1.0f is considered to be the pressure of an average touch. If Input.touchPressureSupported returns false, the value of this property will always be 1.0f.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "maximumPossiblePressure", - "comment": "The maximum possible pressure value for a platform. If Input.touchPressureSupported returns false, the value of this property will always be 1.0f.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.TouchType", - "name": "type", - "comment": "A value that indicates whether a touch was of Direct, Indirect (or remote), or Stylus type.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "altitudeAngle", - "comment": "Value of 0 radians indicates that the stylus is parallel to the surface, pi/2 indicates that it is perpendicular.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "azimuthAngle", - "comment": "Value of 0 radians indicates that the stylus is pointed along the x-axis of the device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "An estimated value of the radius of a touch. Add radiusVariance to get the maximum touch size, subtract it to get the minimum touch size.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "radiusVariance", - "comment": "This value determines the accuracy of the touch radius. Add this value to the radius to get the maximum touch size, subtract it to get the minimum touch size.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "Touch", - "comment": "Structure describing the status of a finger touching the screen.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "Unknown", - "comment": "The orientation of the device cannot be determined.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "Portrait", - "comment": "The device is in portrait mode, with the device held upright and the home button at the bottom.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "PortraitUpsideDown", - "comment": "The device is in portrait mode but upside down, with the device held upright and the home button at the top.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "LandscapeLeft", - "comment": "The device is in landscape mode, with the device held upright and the home button on the right side.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "LandscapeRight", - "comment": "The device is in landscape mode, with the device held upright and the home button on the left side.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "FaceUp", - "comment": "The device is held parallel to the ground with the screen facing upwards.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.DeviceOrientation", - "name": "FaceDown", - "comment": "The device is held parallel to the ground with the screen facing downwards.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.DeviceOrientation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "DeviceOrientation", - "comment": "Describes physical orientation of the device as determined by the OS.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "acceleration", - "comment": "Value of acceleration.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "Amount of time passed since last accelerometer measurement.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "AccelerationEvent", - "comment": "Structure describing acceleration status of the device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "rotationRate", - "comment": "Returns rotation rate as measured by the device's gyroscope.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotationRateUnbiased", - "comment": "Returns unbiased rotation rate as measured by the device's gyroscope.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "gravity", - "comment": "Returns the gravity acceleration vector expressed in the device's reference frame.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "userAcceleration", - "comment": "Returns the acceleration that the user is giving to the device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "attitude", - "comment": "Returns the attitude (ie, orientation in space) of the device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Sets or retrieves the enabled status of this gyroscope.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "updateInterval", - "comment": "Sets or retrieves gyroscope interval in seconds.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [], - "name": "Gyroscope", - "comment": "Interface into the Gyroscope.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "latitude", - "comment": "Geographical device location latitude.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "longitude", - "comment": "Geographical device location latitude.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "altitude", - "comment": "Geographical device location altitude.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "horizontalAccuracy", - "comment": "Horizontal accuracy of the location.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "verticalAccuracy", - "comment": "Vertical accuracy of the location.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "double", - "name": "timestamp", - "comment": "Timestamp (in seconds since 1970) when location was last time updated.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "LocationInfo", - "comment": "Structure describing device location.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EffectorSelection2D", - "name": "Rigidbody", - "comment": "The source/target is defined by the Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorSelection2D", - "name": "Collider", - "comment": "The source/target is defined by the Collider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EffectorSelection2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "EffectorSelection2D", - "comment": "Selects the source and/or target to be used by an Effector2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.LocationServiceStatus", - "name": "Stopped", - "comment": "The location service is not running.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.LocationServiceStatus", - "name": "Initializing", - "comment": "The location service is initializing.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.LocationServiceStatus", - "name": "Running", - "comment": "The location service is running and the application can query for locations.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.LocationServiceStatus", - "name": "Failed", - "comment": "Location service initialization failed. The user denied access to the location service.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.LocationServiceStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "LocationServiceStatus", - "comment": "Describes the location service status for a device.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EffectorForceMode2D", - "name": "Constant", - "comment": "The force is applied at a constant rate.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorForceMode2D", - "name": "InverseLinear", - "comment": "The force is applied inverse-linear relative to a point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorForceMode2D", - "name": "InverseSquared", - "comment": "The force is applied inverse-squared relative to a point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EffectorForceMode2D", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "EffectorForceMode2D", - "comment": "The mode used to apply Effector2D forces.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isEnabledByUser", - "comment": "Indicates whether the device allows access the application to access the location service.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.LocationServiceStatus", - "name": "status", - "comment": "Returns the location service status.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.LocationInfo", - "name": "lastData", - "comment": "The last geographical location that the device registered.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "desiredAccuracyInMeters", "typeName": "float" }, - { "name": "updateDistanceInMeters", "typeName": "float" } - ], - "isStatic": false, - "name": "Start", - "comment": "Starts location service updates.\n\n```plaintext\nParams: desiredAccuracyInMeters - The service accuracy you want to use, in meters. This determines the accuracy of the device's last location coordinates. Higher values like 500 don't require the device to use its GPS chip and\n thus save battery power. Lower values like 5-10 provide the best accuracy but require the GPS chip and thus use more battery power. The default value is 10 meters.\n updateDistanceInMeters - The minimum distance, in meters, that the device must move laterally before Unity updates Input.location. Higher values like 500 produce fewer updates and are less resource intensive to process. The default is 10 meters.\n \n```\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "desiredAccuracyInMeters", "typeName": "float" } - ], - "isStatic": false, - "name": "Start", - "comment": "Starts location service updates.\n\n```plaintext\nParams: desiredAccuracyInMeters - The service accuracy you want to use, in meters. This determines the accuracy of the device's last location coordinates. Higher values like 500 don't require the device to use its GPS chip and\n thus save battery power. Lower values like 5-10 provide the best accuracy but require the GPS chip and thus use more battery power. The default value is 10 meters.\n updateDistanceInMeters - The minimum distance, in meters, that the device must move laterally before Unity updates Input.location. Higher values like 500 produce fewer updates and are less resource intensive to process. The default is 10 meters.\n \n```\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts location service updates.\n\n```plaintext\nParams: desiredAccuracyInMeters - The service accuracy you want to use, in meters. This determines the accuracy of the device's last location coordinates. Higher values like 500 don't require the device to use its GPS chip and\n thus save battery power. Lower values like 5-10 provide the best accuracy but require the GPS chip and thus use more battery power. The default value is 10 meters.\n updateDistanceInMeters - The minimum distance, in meters, that the device must move laterally before Unity updates Input.location. Higher values like 500 produce fewer updates and are less resource intensive to process. The default is 10 meters.\n \n```\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops location service updates. This is useful to save battery power when the application doesn't require the location service.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "LocationService", - "comment": "Provides methods that allow an application to access the device's location.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "pointA", - "comment": "A point on a Collider2D that is a specific distance away from pointB.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pointB", - "comment": "A point on a Collider2D that is a specific distance away from pointA.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "normal", - "comment": "A normalized vector that points from pointB to pointA.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "Gets the distance between two colliders.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "isOverlapped", - "comment": "Gets whether the distance represents an overlap or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "Gets whether the distance is valid or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "ColliderDistance2D", - "comment": "Represents the separation or overlap of two Collider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useTriggers", - "comment": "Sets to filter contact results based on trigger collider involvement.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useLayerMask", - "comment": "Sets the contact filter to filter results by layer mask.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useDepth", - "comment": "Sets the contact filter to filter the results by depth using minDepth and maxDepth.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useOutsideDepth", - "comment": "Sets the contact filter to filter within the minDepth and maxDepth range, or outside that range.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useNormalAngle", - "comment": "Sets the contact filter to filter the results by the collision's normal angle using minNormalAngle and maxNormalAngle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useOutsideNormalAngle", - "comment": "Sets the contact filter to filter within the minNormalAngle and maxNormalAngle range, or outside that range.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "layerMask", - "comment": "Sets the contact filter to filter the results that only include Collider2D on the layers defined by the layer mask.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "minDepth", - "comment": "Sets the contact filter to filter the results to only include Collider2D with a Z coordinate (depth) greater than this value.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxDepth", - "comment": "Sets the contact filter to filter the results to only include Collider2D with a Z coordinate (depth) less than this value.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "minNormalAngle", - "comment": "Sets the contact filter to filter the results to only include contacts with collision normal angles that are greater than this angle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxNormalAngle", - "comment": "Sets the contact filter to filter the results to only include contacts with collision normal angles that are less than this angle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "NormalAngleUpperLimit", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "isFiltering", - "comment": "Given the current state of the contact filter, determine whether it would filter anything.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "ContactFilter2D", - "params": [], - "isStatic": false, - "name": "NoFilter", - "comment": "A copy of the contact filter set to not filter any ContactPoint2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearLayerMask", - "comment": "Turns off layer mask filtering by setting useLayerMask to false. The associated value of layerMask is not changed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layerMask", "typeName": "UnityEngine.LayerMask" } - ], - "isStatic": false, - "name": "SetLayerMask", - "comment": "Sets the layerMask filter property using the layerMask parameter provided and also enables layer mask filtering by setting useLayerMask to true.\n\n```plaintext\nParams: layerMask - The value used to set the layerMask.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearDepth", - "comment": "Turns off depth filtering by setting useDepth to false. The associated values of minDepth and maxDepth are not changed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": false, - "name": "SetDepth", - "comment": "Sets the minDepth and maxDepth filter properties and turns on depth filtering by setting useDepth to true.\n\n```plaintext\nParams: minDepth - The value used to set minDepth.\n maxDepth - The value used to set maxDepth.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearNormalAngle", - "comment": "Turns off normal angle filtering by setting useNormalAngle to false. The associated values of minNormalAngle and maxNormalAngle are not changed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minNormalAngle", "typeName": "float" }, - { "name": "maxNormalAngle", "typeName": "float" } - ], - "isStatic": false, - "name": "SetNormalAngle", - "comment": "Sets the minNormalAngle and maxNormalAngle filter properties and turns on normal angle filtering by setting useNormalAngle to true.\n\n```plaintext\nParams: minNormalAngle - The value used to set the minNormalAngle.\n maxNormalAngle - The value used to set the maxNormalAngle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": false, - "name": "IsFilteringTrigger", - "comment": "Returns true when collider is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: collider - The Collider2D used to check for a trigger.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "UnityEngine.GameObject" }], - "isStatic": false, - "name": "IsFilteringLayerMask", - "comment": "Returns true when obj is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: obj - The GameObject used to check the GameObject.layer.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "UnityEngine.GameObject" }], - "isStatic": false, - "name": "IsFilteringDepth", - "comment": "Returns true when obj is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: obj - The GameObject used to check the z-position (depth) of Transform.position.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "normal", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "IsFilteringNormalAngle", - "comment": "Returns true when normal is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: normal - The normal used to calculate an angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "angle", "typeName": "float" }], - "isStatic": false, - "name": "IsFilteringNormalAngle", - "comment": "Returns true when angle is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: angle - The angle used for comparison in the filter.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "ContactFilter2D", - "comment": "A set of parameters for filtering contact results. Define the angle by referring to their position in world space, where 0 degrees is parallel to the positive x-axis, 90 degrees is parallel to the positive y-axis, 180 degrees is parallel to the negative x-axis, and 270 degrees is parallel to the negative y-axis.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Collider2D", - "name": "collider", - "comment": "The incoming Collider2D involved in the collision with the otherCollider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Collider2D", - "name": "otherCollider", - "comment": "The other Collider2D involved in the collision with the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "rigidbody", - "comment": "The incoming Rigidbody2D involved in the collision with the otherRigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "otherRigidbody", - "comment": "The other Rigidbody2D involved in the collision with the rigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The Transform of the incoming object involved in the collision.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "The incoming GameObject involved in the collision.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "relativeVelocity", - "comment": "The relative linear velocity of the two colliding objects (Read Only).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Indicates whether the collision response or reaction is enabled or disabled.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.ContactPoint2D[]", - "name": "contacts", - "comment": "The specific points of contact with the incoming Collider2D. You should avoid using this as it produces memory garbage. Use GetContact or GetContacts instead.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "contactCount", - "comment": "Gets the number of contacts for this collision.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "ContactPoint2D", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetContact", - "comment": "The contact at the specified index.\n\n```plaintext\nParams: index - The index of the contact to retrieve.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "Collision2D", - "comment": "Collision details returned by 2D physics callback functions.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "point", - "comment": "The point of contact between the two colliders in world space.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "normal", - "comment": "Surface normal at the contact point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "separation", - "comment": "Gets the distance between the colliders at the contact point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "normalImpulse", - "comment": "Gets the impulse applied at the contact point along the ContactPoint2D.normal.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "tangentImpulse", - "comment": "Gets the impulse applied at the contact point which is perpendicular to the ContactPoint2D.normal.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "relativeVelocity", - "comment": "Gets the relative velocity of the two colliders at the contact point (Read Only).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Collider2D", - "name": "collider", - "comment": "The incoming Collider2D involved in the collision with the otherCollider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Collider2D", - "name": "otherCollider", - "comment": "The other Collider2D involved in the collision with the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "rigidbody", - "comment": "The incoming Rigidbody2D involved in the collision with the otherRigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "otherRigidbody", - "comment": "The other Rigidbody2D involved in the collision with the rigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Indicates whether the collision response or reaction is enabled or disabled.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "ContactPoint2D", - "comment": "Details about a specific point of contact involved in a 2D physics collision.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "Lower angular limit of rotation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "max", - "comment": "Upper angular limit of rotation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "JointAngleLimits2D", - "comment": "Angular limits on the rotation of a Rigidbody2D object around a HingeJoint2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "magneticHeading", - "comment": "The heading in degrees relative to the magnetic North Pole. (Read Only)\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "trueHeading", - "comment": "The heading in degrees relative to the geographic North Pole. (Read Only)\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "float", - "name": "headingAccuracy", - "comment": "Accuracy of heading reading in degrees.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rawVector", - "comment": "The raw geomagnetic data measured in microteslas. (Read Only)\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "double", - "name": "timestamp", - "comment": "Timestamp (in seconds since 1970) when the heading was last time updated. (Read Only)\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Used to enable or disable compass. Note, that if you want Input.compass.trueHeading property to contain a valid value, you must also enable location updates by calling Input.location.Start().\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.InputLegacyModule.dll" - } - ], - "name": "Compass", - "comment": "Interface into compass functionality.\n\n", - "location": "UnityEngine.InputLegacyModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "Minimum distance the Rigidbody2D object can move from the Slider Joint's anchor.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "max", - "comment": "Maximum distance the Rigidbody2D object can move from the Slider Joint's anchor.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "JointTranslationLimits2D", - "comment": "Motion limits of a Rigidbody2D object along a SliderJoint2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "edgeRadius", - "comment": "Controls the radius of all edges created by the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "edgeCount", - "comment": "Gets the number of edges.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "pointCount", - "comment": "Gets the number of points.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "points", - "comment": "Get or set the points defining multiple continuous edges.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useAdjacentStartPoint", - "comment": "Set this to true to use the adjacentStartPoint to form the collision normal that is used to calculate the collision response when a collision occurs at the Edge Collider's start point. Set this to false to not use the adjacentStartPoint, and the collision normal becomes the direction of motion of the collision.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useAdjacentEndPoint", - "comment": "Set this to true to use the adjacentEndPoint to form the collision normal that is used to calculate the collision response when a collision occurs at the Edge Collider's end point. Set this to false to not use the adjacentEndPoint, and the collision normal becomes the direction of motion of the collision.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "adjacentStartPoint", - "comment": "Defines the position of a virtual point adjacent to the start point of the EdgeCollider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "adjacentEndPoint", - "comment": "Defines the position of a virtual point adjacent to the end point of the EdgeCollider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "Reset to a single edge consisting of two points.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "points", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetPoints", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "points", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetPoints", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "EdgeCollider2D", - "comment": "Collider for 2D physics representing an arbitrary set of connected edges (lines) defined by its vertices.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "motorSpeed", - "comment": "The desired speed for the Rigidbody2D to reach as it moves with the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxMotorTorque", - "comment": "The maximum force that can be applied to the Rigidbody2D at the joint to attain the target speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "JointMotor2D", - "comment": "Parameters for the optional motor force applied to a Joint2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": true, - "name": "ToJson", - "comment": "The object's data in JSON format.\n\n```plaintext\nParams: obj - The object to convert to JSON form.\n prettyPrint - If true, format the output for readability. If false, format the output for minimum size. Default is false.\n \n```\n\n", - "location": "UnityEngine.JSONSerializeModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "obj", "typeName": "object" }, - { "name": "prettyPrint", "typeName": "bool" } - ], - "isStatic": true, - "name": "ToJson", - "comment": "The object's data in JSON format.\n\n```plaintext\nParams: obj - The object to convert to JSON form.\n prettyPrint - If true, format the output for readability. If false, format the output for minimum size. Default is false.\n \n```\n\n", - "location": "UnityEngine.JSONSerializeModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "json", "typeName": "string" }], - "isStatic": true, - "name": "FromJson", - "comment": "", - "location": "UnityEngine.JSONSerializeModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "json", "typeName": "string" }, - { "name": "type", "typeName": "System.Type" } - ], - "isStatic": true, - "name": "FromJson", - "comment": "An instance of the object.\n\n```plaintext\nParams: json - The JSON representation of the object.\n type - The type of object represented by the Json.\n \n```\n\n", - "location": "UnityEngine.JSONSerializeModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "json", "typeName": "string" }, - { "name": "objectToOverwrite", "typeName": "object" } - ], - "isStatic": true, - "name": "FromJsonOverwrite", - "comment": "Overwrite data in an object by reading from its JSON representation.\n\n```plaintext\nParams: json - The JSON representation of the object.\n objectToOverwrite - The object that should be overwritten.\n \n```\n\n", - "location": "UnityEngine.JSONSerializeModule.dll" - } - ], - "name": "JsonUtility", - "comment": "Utility functions for working with JSON data.\n\n", - "location": "UnityEngine.JSONSerializeModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "size", - "comment": "The width and height of the rectangle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "edgeRadius", - "comment": "Controls the radius of all edges created by the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "autoTiling", - "comment": "Determines whether the BoxCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "center", - "comment": "The center point of the collider in local space.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "BoxCollider2D", - "comment": "Collider for 2D physics representing an axis-aligned rectangle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "dampingRatio", - "comment": "The amount by which the suspension spring force is reduced in proportion to the movement speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "frequency", - "comment": "The frequency at which the suspension spring oscillates.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angle", - "comment": "The world angle (in degrees) along which the suspension will move.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "JointSuspension2D", - "comment": "Joint suspension is used to define how suspension works on a WheelJoint2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "autoTiling", - "comment": "Determines whether the PolygonCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2[]", - "name": "points", - "comment": "Corner points that define the collider's shape in local space.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "pathCount", - "comment": "The number of paths in the polygon.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetTotalPointCount", - "comment": "Return the total number of points in the polygon in all paths.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPath", - "comment": "An ordered array of the vertices (points) in the selected path.\n\n```plaintext\nParams: index - The index of the path to retrieve.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "points", "typeName": "UnityEngine.Vector2[]" } - ], - "isStatic": false, - "name": "SetPath", - "comment": "Define a path by its constituent points.\n\n```plaintext\nParams: index - Index of the path to set.\n points - An ordered array of the vertices (points) that define the path.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "points", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetPath", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "points", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetPath", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sides", "typeName": "int" }], - "isStatic": false, - "name": "CreatePrimitive", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sides", "typeName": "int" }, - { "name": "scale", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "CreatePrimitive", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sides", "typeName": "int" }, - { "name": "scale", "typeName": "UnityEngine.Vector2" }, - { "name": "offset", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "CreatePrimitive", - "comment": "Creates as regular primitive polygon with the specified number of sides.\n\n```plaintext\nParams: sides - The number of sides in the polygon. This must be greater than two.\n scale - The X/Y scale of the polygon. These must be greater than zero.\n offset - The X/Y offset of the polygon.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PolygonCollider2D", - "comment": "Collider for 2D physics representing an arbitrary polygon defined by its vertices.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "localeIsoCode", - "comment": "ISO Code used to identify the locale. ex: en-uk, zh-hans, ja\n\n", - "location": "UnityEngine.LocalizationModule.dll" - }, - { - "typeName": "bool", - "name": "isEditorAsset", - "comment": "Is this asset used to localize UI components of the Unity Editor\n\n", - "location": "UnityEngine.LocalizationModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new empty LocalizationAsset object.\n\n", - "location": "UnityEngine.LocalizationModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "original", "typeName": "string" }, - { "name": "localized", "typeName": "string" } - ], - "isStatic": false, - "name": "SetLocalizedString", - "comment": "Set the localized string for the specified key\n\n```plaintext\nParams: original - Original string acting as key.\n localized - Localized string matching the original in the LocalizationAsset locale\n \n```\n\n", - "location": "UnityEngine.LocalizationModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "original", "typeName": "string" }], - "isStatic": false, - "name": "GetLocalizedString", - "comment": "Localized string matching the original in the LocalizationAsset locale\n\n```plaintext\nParams: original - Original string acting as key.\n \n```\n\n", - "location": "UnityEngine.LocalizationModule.dll" - } - ], - "name": "LocalizationAsset", - "comment": "An asset to represent a table of localized strings for one specific locale.\n\n", - "location": "UnityEngine.LocalizationModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "centroid", - "comment": "The centroid of the primitive used to perform the cast.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "point", - "comment": "The point in world space where the ray hit the collider's surface.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "normal", - "comment": "The normal vector of the surface hit by the ray.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The distance from the ray origin to the impact point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "fraction", - "comment": "Fraction of the distance along the ray that the hit occurred.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Collider2D", - "name": "collider", - "comment": "The collider hit by the ray.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "rigidbody", - "comment": "The Rigidbody2D attached to the object that was hit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The Transform of the object that was hit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "hit", "typeName": "UnityEngine.RaycastHit2D" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "other", "typeName": "UnityEngine.RaycastHit2D" } - ], - "isStatic": false, - "name": "CompareTo", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "RaycastHit2D", - "comment": "Information returned about an object detected by a raycast in 2D physics.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.CompositeCollider2D.GeometryType", - "name": "geometryType", - "comment": "Specifies the type of geometry the Composite Collider should generate.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CompositeCollider2D.GenerationType", - "name": "generationType", - "comment": "Specifies when to generate the Composite Collider geometry.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "vertexDistance", - "comment": "Controls the minimum distance allowed between generated vertices.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "edgeRadius", - "comment": "Controls the radius of all edges created by the Collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "offsetDistance", - "comment": "Vertices are offset by this distance when compositing multiple physic shapes. Any vertices between shapes within this distance are combined.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "pathCount", - "comment": "The number of paths in the Collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "pointCount", - "comment": "Gets the total number of points in all the paths within the Collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GenerateGeometry", - "comment": "Regenerates the Composite Collider geometry.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPathPointCount", - "comment": "Returns the number of points in the path specified by index.\n\n```plaintext\nParams: index - The index of the path from 0 to pathCount minus 1.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "points", "typeName": "UnityEngine.Vector2[]" } - ], - "isStatic": false, - "name": "GetPath", - "comment": "Returns the number of points placed in the points array.\n\n```plaintext\nParams: index - The index of the path from 0 to pathCount minus 1.\n points - An ordered array of the vertices (points) in the selected path.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "points", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetPath", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "CompositeCollider2D", - "comment": "A Collider that can merge other Colliders together.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemEmissionType", - "name": "Time", - "comment": "Emit over time.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemEmissionType", - "name": "Distance", - "comment": "Emit when emitter moves.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemEmissionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemEmissionType", - "comment": "The mode in which particles are emitted.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useMultithreading", - "comment": "Should physics simulation use multithreading?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useConsistencySorting", - "comment": "Should physics simulation sort multi-threaded results to maintain processing order consistency?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "interpolationPosesPerJob", - "comment": "Controls the minimum number of Rigidbody2D being interpolated in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "newContactsPerJob", - "comment": "Controls the minimum number of new contacts to find in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "collideContactsPerJob", - "comment": "Controls the minimum number of contacts to collide in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "clearFlagsPerJob", - "comment": "Controls the minimum number of flags to be cleared in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "clearBodyForcesPerJob", - "comment": "Controls the minimum number of bodies to be cleared in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "syncDiscreteFixturesPerJob", - "comment": "Controls the minimum number of fixtures to synchronize in the broadphase during discrete island solving in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "syncContinuousFixturesPerJob", - "comment": "Controls the minimum number of fixtures to synchronize in the broadphase during continuous island solving in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "findNearestContactsPerJob", - "comment": "Controls the minimum number of nearest contacts to find in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "updateTriggerContactsPerJob", - "comment": "Controls the minimum number of trigger contacts to update in each simulation job.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "islandSolverCostThreshold", - "comment": "The minimum threshold cost of all bodies, contacts and joints in an island during discrete island solving.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "islandSolverBodyCostScale", - "comment": "Scales the cost of each body during discrete island solving.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "islandSolverContactCostScale", - "comment": "Scales the cost of each contact during discrete island solving.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "islandSolverJointCostScale", - "comment": "Scales the cost of each joint during discrete island solving.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "islandSolverBodiesPerJob", - "comment": "Controls the minimum number of bodies to solve in each simulation job when performing island solving.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "islandSolverContactsPerJob", - "comment": "Controls the minimum number of contacts to solve in each simulation job when performing island solving.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PhysicsJobOptions2D", - "comment": "A set of options that control how physics operates when using the job system to multithread the physics simulation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "safeCollisionEventSize", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startDelay", - "comment": "Start delay in seconds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Determines whether the Particle System is looping.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "playOnAwake", - "comment": "If set to true, the Particle System will automatically start playing on startup.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "duration", - "comment": "The duration of the Particle System in seconds (Read Only).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "playbackSpeed", - "comment": "The playback speed of the Particle System. 1 is normal playback speed.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enableEmission", - "comment": "When set to false, the Particle System will not emit particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "emissionRate", - "comment": "The rate of particle emission.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSpeed", - "comment": "The initial speed of particles when emitted. When using curves, this value acts as a scale on the curve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSize", - "comment": "The initial size of particles when emitted. When using curves, this value acts as a scale on the curve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "startColor", - "comment": "The initial color of particles when emitted.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startRotation", - "comment": "The initial rotation of particles when emitted. When using curves, this value acts as a scale on the curve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "startRotation3D", - "comment": "The initial 3D rotation of particles when emitted. When using curves, this value acts as a scale on the curves.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startLifetime", - "comment": "The total lifetime in seconds that particles will have when emitted. When using curves, this value acts as a scale on the curve. This value is set in the particle when it is created by the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "gravityModifier", - "comment": "Scale being applied to the gravity defined by Physics.gravity.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "maxParticles", - "comment": "The maximum number of particles to emit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "simulationSpace", - "comment": "This selects the space in which to simulate particles. It can be either world or local space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemScalingMode", - "name": "scalingMode", - "comment": "The scaling mode applied to particle sizes and positions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "automaticCullingEnabled", - "comment": "Does this system support Automatic Culling?\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "isPlaying", - "comment": "Determines whether the Particle System is playing.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "isEmitting", - "comment": "Determines whether the Particle System is emitting particles. A Particle System may stop emitting when its emission module has finished, it has been paused or if the system has been stopped using ParticleSystem.Stop|Stop with the ParticleSystemStopBehavior.StopEmitting|StopEmitting flag. Resume emitting by calling ParticleSystem.Play|Play.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "isStopped", - "comment": "Determines whether the Particle System is in the stopped state.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "isPaused", - "comment": "Determines whether the Particle System is paused.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "particleCount", - "comment": "The current number of particles (Read Only).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "time", - "comment": "Playback position in seconds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "uint", - "name": "randomSeed", - "comment": "Override the random seed used for the Particle System emission.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useAutoRandomSeed", - "comment": "Controls whether the Particle System uses an automatically-generated random number to seed the random number generator.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "proceduralSimulationSupported", - "comment": "Does this system support Procedural Simulation?\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MainModule", - "name": "main", - "comment": "Access the main Particle System settings.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.EmissionModule", - "name": "emission", - "comment": "Script interface for the EmissionModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.ShapeModule", - "name": "shape", - "comment": "Script interface for the ShapeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.VelocityOverLifetimeModule", - "name": "velocityOverLifetime", - "comment": "Script interface for the VelocityOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule", - "name": "limitVelocityOverLifetime", - "comment": "Script interface for the LimitVelocityOverLifetimeModule of a Particle System. .\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.InheritVelocityModule", - "name": "inheritVelocity", - "comment": "Script interface for the InheritVelocityModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.LifetimeByEmitterSpeedModule", - "name": "lifetimeByEmitterSpeed", - "comment": "Script interface for the Particle System Lifetime By Emitter Speed module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.ForceOverLifetimeModule", - "name": "forceOverLifetime", - "comment": "Script interface for the ForceOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.ColorOverLifetimeModule", - "name": "colorOverLifetime", - "comment": "Script interface for the ColorOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.ColorBySpeedModule", - "name": "colorBySpeed", - "comment": "Script interface for the ColorByLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.SizeOverLifetimeModule", - "name": "sizeOverLifetime", - "comment": "Script interface for the SizeOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.SizeBySpeedModule", - "name": "sizeBySpeed", - "comment": "Script interface for the SizeBySpeedModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.RotationOverLifetimeModule", - "name": "rotationOverLifetime", - "comment": "Script interface for the RotationOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.RotationBySpeedModule", - "name": "rotationBySpeed", - "comment": "Script interface for the RotationBySpeedModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.ExternalForcesModule", - "name": "externalForces", - "comment": "Script interface for the ExternalForcesModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.NoiseModule", - "name": "noise", - "comment": "Script interface for the NoiseModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.CollisionModule", - "name": "collision", - "comment": "Script interface for the CollisionModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.TriggerModule", - "name": "trigger", - "comment": "Script interface for the TriggerModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.SubEmittersModule", - "name": "subEmitters", - "comment": "Script interface for the SubEmittersModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.TextureSheetAnimationModule", - "name": "textureSheetAnimation", - "comment": "Script interface for the TextureSheetAnimationModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.LightsModule", - "name": "lights", - "comment": "Script interface for the LightsModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.TrailModule", - "name": "trails", - "comment": "Script interface for the TrailsModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.CustomDataModule", - "name": "customData", - "comment": "Script interface for the CustomDataModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "velocity", "typeName": "UnityEngine.Vector3" }, - { "name": "size", "typeName": "float" }, - { "name": "lifetime", "typeName": "float" }, - { "name": "color", "typeName": "UnityEngine.Color32" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particle", - "typeName": "UnityEngine.ParticleSystem.Particle" - } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particles", - "typeName": "UnityEngine.ParticleSystem.Particle[]" - }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "SetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particles", - "typeName": "UnityEngine.ParticleSystem.Particle[]" - }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particles", - "typeName": "UnityEngine.ParticleSystem.Particle[]" - } - ], - "isStatic": false, - "name": "SetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particles", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "SetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particles", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "particles", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "SetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "particles", - "typeName": "UnityEngine.ParticleSystem.Particle[]" - }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "particles", - "typeName": "UnityEngine.ParticleSystem.Particle[]" - }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "GetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "particles", - "typeName": "UnityEngine.ParticleSystem.Particle[]" - } - ], - "isStatic": false, - "name": "GetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "particles", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "size", "typeName": "int" }, - { "name": "offset", "typeName": "int" } - ], - "isStatic": false, - "name": "GetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "particles", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "GetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "particles", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": false, - "name": "GetParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "customData", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "streamIndex", - "typeName": "UnityEngine.ParticleSystemCustomData" - } - ], - "isStatic": false, - "name": "SetCustomParticleData", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "customData", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "streamIndex", - "typeName": "UnityEngine.ParticleSystemCustomData" - } - ], - "isStatic": false, - "name": "GetCustomParticleData", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "PlaybackState", - "params": [], - "isStatic": false, - "name": "GetPlaybackState", - "comment": "The current internal state of the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "playbackState", - "typeName": "UnityEngine.ParticleSystem.PlaybackState" - } - ], - "isStatic": false, - "name": "SetPlaybackState", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Trails", - "params": [], - "isStatic": false, - "name": "GetTrails", - "comment": "The variable to populate with the Trails that currently belong to the Particle System..\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "trailData", - "typeName": "UnityEngine.ParticleSystem.Trails" - } - ], - "isStatic": false, - "name": "GetTrails", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "trailData", - "typeName": "UnityEngine.ParticleSystem.Trails" - } - ], - "isStatic": false, - "name": "SetTrails", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "withChildren", "typeName": "bool" }, - { "name": "restart", "typeName": "bool" }, - { "name": "fixedTimeStep", "typeName": "bool" } - ], - "isStatic": false, - "name": "Simulate", - "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "withChildren", "typeName": "bool" }, - { "name": "restart", "typeName": "bool" } - ], - "isStatic": false, - "name": "Simulate", - "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "withChildren", "typeName": "bool" } - ], - "isStatic": false, - "name": "Simulate", - "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": false, - "name": "Simulate", - "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "withChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Play", - "comment": "Starts the Particle System.\n\n```plaintext\nParams: withChildren - Play all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Play", - "comment": "Starts the Particle System.\n\n```plaintext\nParams: withChildren - Play all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "withChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Pause", - "comment": "Pauses the system so no new particles are emitted and the existing particles are not updated.\n\n```plaintext\nParams: withChildren - Pause all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Pauses the system so no new particles are emitted and the existing particles are not updated.\n\n```plaintext\nParams: withChildren - Pause all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "withChildren", "typeName": "bool" }, - { - "name": "stopBehavior", - "typeName": "UnityEngine.ParticleSystemStopBehavior" - } - ], - "isStatic": false, - "name": "Stop", - "comment": "Stops playing the Particle System using the supplied stop behaviour.\n\n```plaintext\nParams: withChildren - Stop all child Particle Systems as well.\n stopBehavior - Stop emitting or stop emitting and clear the system.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "withChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Stop", - "comment": "Stops playing the Particle System using the supplied stop behaviour.\n\n```plaintext\nParams: withChildren - Stop all child Particle Systems as well.\n stopBehavior - Stop emitting or stop emitting and clear the system.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops playing the Particle System using the supplied stop behaviour.\n\n```plaintext\nParams: withChildren - Stop all child Particle Systems as well.\n stopBehavior - Stop emitting or stop emitting and clear the system.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "withChildren", "typeName": "bool" }], - "isStatic": false, - "name": "Clear", - "comment": "Remove all particles in the Particle System.\n\n```plaintext\nParams: withChildren - Clear all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Remove all particles in the Particle System.\n\n```plaintext\nParams: withChildren - Clear all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "withChildren", "typeName": "bool" }], - "isStatic": false, - "name": "IsAlive", - "comment": "True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead.\n\n```plaintext\nParams: withChildren - Check all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsAlive", - "comment": "True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead.\n\n```plaintext\nParams: withChildren - Check all child Particle Systems as well.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "count", "typeName": "int" }], - "isStatic": false, - "name": "Emit", - "comment": "Emit count particles immediately.\n\n```plaintext\nParams: count - Number of particles to emit.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "emitParams", - "typeName": "UnityEngine.ParticleSystem.EmitParams" - }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Emit", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "subEmitterIndex", "typeName": "int" }], - "isStatic": false, - "name": "TriggerSubEmitter", - "comment": "Triggers the specified sub emitter on all particles of the Particle System.\n\n```plaintext\nParams: subEmitterIndex - Index of the sub emitter to trigger.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subEmitterIndex", "typeName": "int" }, - { - "name": "particle", - "typeName": "UnityEngine.ParticleSystem.Particle" - } - ], - "isStatic": false, - "name": "TriggerSubEmitter", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subEmitterIndex", "typeName": "int" }, - { - "name": "particles", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "TriggerSubEmitter", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetPreMappedBufferMemory", - "comment": "Reset the cache of reserved graphics memory used for efficient rendering of Particle Systems.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertexBuffersCount", "typeName": "int" }, - { "name": "indexBuffersCount", "typeName": "int" } - ], - "isStatic": true, - "name": "SetMaximumPreMappedBufferCounts", - "comment": "Limits the amount of graphics memory Unity reserves for efficient rendering of Particle Systems.\n\n```plaintext\nParams: vertexBuffersCount - The maximum number of cached vertex buffers.\n indexBuffersCount - The maximum number of cached index buffers.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AllocateAxisOfRotationAttribute", - "comment": "Ensures that the ParticleSystemJobs.ParticleSystemJobData._axisOfRotations|axisOfRotations particle attribute array is allocated.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "AllocateMeshIndexAttribute", - "comment": "Ensures that the ParticleSystemJobs.ParticleSystemJobData._meshIndices|meshIndices particle attribute array is allocated.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - } - ], - "isStatic": false, - "name": "AllocateCustomDataAttribute", - "comment": "Ensures that the ParticleSystemJobs.ParticleSystemJobData.customData1|customData1 and ParticleSystemJobs.ParticleSystemJobData.customData1|customData2 particle attribute arrays are allocated.\n\n```plaintext\nParams: stream - The custom data stream to allocate.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystem", - "comment": "Script interface for ParticleSystem. Unity's powerful and versatile particle system implementation.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "The position of the rigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "rotation", - "comment": "The rotation of the rigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "velocity", - "comment": "Linear velocity of the Rigidbody in units per second.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularVelocity", - "comment": "Angular velocity in degrees per second.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useAutoMass", - "comment": "Should the total rigid-body mass be automatically calculated from the Collider2D.density of attached colliders?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "mass", - "comment": "Mass of the Rigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.PhysicsMaterial2D", - "name": "sharedMaterial", - "comment": "The PhysicsMaterial2D that is applied to all Collider2D attached to this Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "centerOfMass", - "comment": "The center of mass of the rigidBody in local space.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "worldCenterOfMass", - "comment": "Gets the center of mass of the rigidBody in global space.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "inertia", - "comment": "The Rigidbody's resistance to changes in angular velocity (rotation).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "drag", - "comment": "Coefficient of drag.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularDrag", - "comment": "Coefficient of angular drag.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "gravityScale", - "comment": "The degree to which this object is affected by gravity.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyType2D", - "name": "bodyType", - "comment": "The physical behaviour type of the Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useFullKinematicContacts", - "comment": "Should kinematickinematic and kinematicstatic collisions be allowed?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "isKinematic", - "comment": "Should this rigidbody be taken out of physics control?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "fixedAngle", - "comment": "Should the rigidbody be prevented from rotating?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "freezeRotation", - "comment": "Controls whether physics will change the rotation of the object.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints2D", - "name": "constraints", - "comment": "Controls which degrees of freedom are allowed for the simulation of this Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "simulated", - "comment": "Indicates whether the rigid body should be simulated or not by the physics system.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyInterpolation2D", - "name": "interpolation", - "comment": "Physics interpolation used between updates.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodySleepMode2D", - "name": "sleepMode", - "comment": "The sleep state that the rigidbody will initially be in.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode2D", - "name": "collisionDetectionMode", - "comment": "The method used by the physics engine to check if two objects have collided.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "attachedColliderCount", - "comment": "Returns the number of Collider2D attached to this Rigidbody2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "angle", "typeName": "float" }], - "isStatic": false, - "name": "SetRotation", - "comment": "Sets the rotation of the Rigidbody2D to angle (given in degrees).\n\n```plaintext\nParams: angle - The rotation of the Rigidbody (in degrees).\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "SetRotation", - "comment": "Sets the rotation of the Rigidbody2D to the z-axis rotation extracted from the full 3D rotation.\n\n```plaintext\nParams: rotation - Full 3D rotation used to extract only the z-axis rotation.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "MovePosition", - "comment": "Moves the rigidbody to position.\n\n```plaintext\nParams: position - The new position for the Rigidbody object.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "angle", "typeName": "float" }], - "isStatic": false, - "name": "MoveRotation", - "comment": "Rotates the Rigidbody to angle (given in degrees).\n\n```plaintext\nParams: angle - The new rotation angle for the Rigidbody object.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "MoveRotation", - "comment": "An overload of MoveRotation that allows a full 3D rotation as an argument.\n\n```plaintext\nParams: rotation - Full 3D rotation used to extract only the z-axis rotation.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsSleeping", - "comment": "Is the rigidbody \"sleeping\"?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsAwake", - "comment": "Is the rigidbody \"awake\"?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Sleep", - "comment": "Make the rigidbody \"sleep\".\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WakeUp", - "comment": "Disables the \"sleeping\" state of a rigidbody.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": false, - "name": "IsTouching", - "comment": "Whether the collider is touching any of the collider(s) attached to this rigidbody or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching any of the collider(s) attached to this rigidbody.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "IsTouching", - "comment": "Whether the collider is touching any of the collider(s) attached to this rigidbody or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching any of the collider(s) attached to this rigidbody.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "IsTouching", - "comment": "Whether any collider is touching any of the collider(s) attached to this rigidbody or not.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsTouchingLayers", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "layerMask", "typeName": "int" }], - "isStatic": false, - "name": "IsTouchingLayers", - "comment": "Whether any of the collider(s) attached to this rigidbody are touching any colliders on the specified layerMask or not.\n\n```plaintext\nParams: layerMask - Any colliders on any of these layers count as touching.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OverlapPoint", - "comment": "Whether the point overlapped any of the Rigidbody2D colliders.\n\n```plaintext\nParams: point - A point in world space.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "ColliderDistance2D", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": false, - "name": "Distance", - "comment": "The minimum distance of collider against all colliders attached to this Rigidbody2D.\n\n```plaintext\nParams: collider - A collider used to calculate the minimum distance against all colliders attached to this Rigidbody2D.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "ClosestPoint", - "comment": "A point on the perimeter of a Collider attached to this rigidbody that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on this Rigidbody.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "force", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "AddForce", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector2" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } - ], - "isStatic": false, - "name": "AddForce", - "comment": "Apply a force to the rigidbody.\n\n```plaintext\nParams: force - Components of the force in the X and Y axes.\n mode - The method used to apply the specified force.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relativeForce", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "relativeForce", "typeName": "UnityEngine.Vector2" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } - ], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "Adds a force to the rigidbody2D relative to its coordinate system.\n\n```plaintext\nParams: relativeForce - Components of the force in the X and Y axes.\n mode - The method used to apply the specified force.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector2" }, - { "name": "position", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "AddForceAtPosition", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector2" }, - { "name": "position", "typeName": "UnityEngine.Vector2" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } - ], - "isStatic": false, - "name": "AddForceAtPosition", - "comment": "Apply a force at a given position in space.\n\n```plaintext\nParams: force - Components of the force in the X and Y axes.\n position - Position in world space to apply the force.\n mode - The method used to apply the specified force.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "torque", "typeName": "float" }], - "isStatic": false, - "name": "AddTorque", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "torque", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } - ], - "isStatic": false, - "name": "AddTorque", - "comment": "Apply a torque at the rigidbody's centre of mass.\n\n```plaintext\nParams: torque - Torque to apply.\n mode - The force mode to use.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetPoint", - "comment": "Get a local space point given the point point in rigidBody global space.\n\n```plaintext\nParams: point - The global space point to transform into local space.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "relativePoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "GetRelativePoint", - "comment": "Get a global space point given the point relativePoint in rigidBody local space.\n\n```plaintext\nParams: relativePoint - The local space point to transform into global space.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "vector", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetVector", - "comment": "Get a local space vector given the vector vector in rigidBody global space.\n\n```plaintext\nParams: vector - The global space vector to transform into a local space vector.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "relativeVector", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "GetRelativeVector", - "comment": "Get a global space vector given the vector relativeVector in rigidBody local space.\n\n```plaintext\nParams: relativeVector - The local space vector to transform into a global space vector.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetPointVelocity", - "comment": "The velocity of the rigidbody at the point Point in global space.\n\n```plaintext\nParams: point - The global space point to calculate velocity for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "relativePoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "GetRelativePointVelocity", - "comment": "The velocity of the rigidbody at the point Point in local space.\n\n```plaintext\nParams: relativePoint - The local space point to calculate velocity for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapCollider", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapCollider", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of colliders placed in the colliders array.\n\n```plaintext\nParams: colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of colliders placed in the colliders array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "GetAttachedColliders", - "comment": "Returns the number of Collider2D placed in the results array.\n\n```plaintext\nParams: results - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetAttachedColliders", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Cast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: direction - Vector representing the direction to cast each Collider2D shape.\n results - Array to receive results.\n distance - Maximum distance over which to cast the Collider(s).\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Cast", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: direction - Vector representing the direction to cast each Collider2D shape.\n contactFilter - Filter results defined by the contact filter.\n results - Array to receive results.\n distance - Maximum distance over which to cast the Collider(s).\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "Rigidbody2D", - "comment": "Rigidbody physics component for 2D sprites.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "density", - "comment": "The density of the collider used to calculate its mass (when auto mass is enabled).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "isTrigger", - "comment": "Is this collider configured as a trigger?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "usedByEffector", - "comment": "Whether the collider is used by an attached effector or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "usedByComposite", - "comment": "Sets whether the Collider will be used or not used by a CompositeCollider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CompositeCollider2D", - "name": "composite", - "comment": "Get the CompositeCollider2D that is available to be attached to the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "offset", - "comment": "The local offset of the collider geometry.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "attachedRigidbody", - "comment": "The Rigidbody2D attached to the Collider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "shapeCount", - "comment": "The number of separate shaped regions in the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "The world space bounding area of the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.PhysicsMaterial2D", - "name": "sharedMaterial", - "comment": "The PhysicsMaterial2D that is applied to this collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "friction", - "comment": "Get the friction used by the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "bounciness", - "comment": "Get the bounciness used by the collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Mesh", - "params": [ - { "name": "useBodyPosition", "typeName": "bool" }, - { "name": "useBodyRotation", "typeName": "bool" } - ], - "isStatic": false, - "name": "CreateMesh", - "comment": "The planar Mesh created that matches the collider geometry or NULL if no Mesh could be created.\n\n```plaintext\nParams: useBodyPosition - Should the mesh be transformed by the position of the attached Rigidbody2D?\n useBodyRotation - Should the mesh be transformed by the rotation of the attached Rigidbody2D?\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": false, - "name": "GetShapeHash", - "comment": "A hash value that uniquely identifies the configured geometry of the Collider2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": false, - "name": "IsTouching", - "comment": "Whether this collider is touching the collider or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching this collider.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "IsTouching", - "comment": "Whether this collider is touching the collider or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching this collider.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - } - ], - "isStatic": false, - "name": "IsTouching", - "comment": "Whether this collider is touching the collider or not.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsTouchingLayers", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "layerMask", "typeName": "int" }], - "isStatic": false, - "name": "IsTouchingLayers", - "comment": "Whether this collider is touching any collider on the specified layerMask or not.\n\n```plaintext\nParams: layerMask - Any colliders on any of these layers count as touching.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "OverlapPoint", - "comment": "Does point overlap the collider?\n\n```plaintext\nParams: point - A point in world space.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "ColliderDistance2D", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Collider2D" } - ], - "isStatic": false, - "name": "Distance", - "comment": "The minimum separation of collider and this collider.\n\n```plaintext\nParams: collider - A collider used to calculate the minimum separation against this collider.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "OverlapCollider", - "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "OverlapCollider", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the colliders array.\n\n```plaintext\nParams: colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of colliders placed in the colliders array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n colliders - An array of Collider2D used to receive the results.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "colliders", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "ignoreSiblingColliders", "typeName": "bool" } - ], - "isStatic": false, - "name": "Cast", - "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction to cast the shape.\n results - Array to receive results.\n distance - Maximum distance over which to cast the shape.\n ignoreSiblingColliders - Determines whether the cast should ignore Colliders attached to the same Rigidbody2D (known as sibling Colliders).\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "ignoreSiblingColliders", "typeName": "bool" } - ], - "isStatic": false, - "name": "Cast", - "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction to cast the shape.\n contactFilter - Filter results defined by the contact filter.\n results - Array to receive results.\n distance - Maximum distance over which to cast the shape.\n ignoreSiblingColliders - Determines whether the cast should ignore Colliders attached to the same Rigidbody2D (known as sibling Colliders).\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" }, - { "name": "ignoreSiblingColliders", "typeName": "bool" } - ], - "isStatic": false, - "name": "Cast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "minDepth", "typeName": "float" }, - { "name": "maxDepth", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction of the ray.\n results - Array to receive results.\n distance - Maximum distance over which to cast the ray.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n contactFilter - Filter results defined by the contact filter.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction of the ray.\n results - Array to receive results.\n distance - Maximum distance over which to cast the ray.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n contactFilter - Filter results defined by the contact filter.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector2" }, - { - "name": "contactFilter", - "typeName": "UnityEngine.ContactFilter2D" - }, - { - "name": "results", - "typeName": "System.Collections.Generic.List" - }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "ClosestPoint", - "comment": "A point on the perimeter of this Collider that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on this Collider.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "Collider2D", - "comment": "Parent class for collider types used with 2D gameplay.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "radius", - "comment": "Radius of the circle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "center", - "comment": "The center point of the collider in local space.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "CircleCollider2D", - "comment": "Collider for 2D physics representing an circle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "size", - "comment": "The width and height of the capsule area.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CapsuleDirection2D", - "name": "direction", - "comment": "The direction that the capsule sides can extend.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "CapsuleCollider2D", - "comment": "A capsule-shaped primitive collider.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CompositeCollider2D.GeometryType", - "name": "Outlines", - "comment": "Sets the Composite Collider to generate closed outlines for the merged Collider geometry consisting of only edges.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CompositeCollider2D.GeometryType", - "name": "Polygons", - "comment": "Sets the Composite Collider to generate closed outlines for the merged Collider geometry consisting of convex polygon shapes.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CompositeCollider2D.GeometryType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "GeometryType", - "comment": "Specifies the type of geometry the Composite Collider generates.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CompositeCollider2D.GenerationType", - "name": "Synchronous", - "comment": "Sets the Composite Collider geometry to update synchronously immediately when a Collider used by the Composite Collider changes.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.CompositeCollider2D.GenerationType", - "name": "Manual", - "comment": "Sets the Composite Collider geometry to not automatically update when a Collider used by the Composite Collider changes.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CompositeCollider2D.GenerationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "GenerationType", - "comment": "Specifies when to generate the Composite Collider geometry.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "attachedRigidbody", - "comment": "The Rigidbody2D attached to the Joint2D.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody2D", - "name": "connectedBody", - "comment": "The Rigidbody2D object to which the other end of the joint is attached (ie, the object without the joint component).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "enableCollision", - "comment": "Should the two rigid bodies connected with this joint collide with each other?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "breakForce", - "comment": "The force that needs to be applied for this joint to break.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "breakTorque", - "comment": "The torque that needs to be applied for this joint to break.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "reactionForce", - "comment": "Gets the reaction force of the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "reactionTorque", - "comment": "Gets the reaction torque of the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "collideConnected", - "comment": "Can the joint collide with the other Rigidbody2D object to which it is attached?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Vector2", - "params": [{ "name": "timeStep", "typeName": "float" }], - "isStatic": false, - "name": "GetReactionForce", - "comment": "The reaction force of the joint in the specified timeStep.\n\n```plaintext\nParams: timeStep - The time to calculate the reaction force for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "timeStep", "typeName": "float" }], - "isStatic": false, - "name": "GetReactionTorque", - "comment": "The reaction torque of the joint in the specified timeStep.\n\n```plaintext\nParams: timeStep - The time to calculate the reaction torque for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "Joint2D", - "comment": "Parent class for joints to connect Rigidbody2D objects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "anchor", - "comment": "The joint's anchor point on the object that has the joint component.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "connectedAnchor", - "comment": "The joint's anchor point on the second object (ie, the one which doesn't have the joint component).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "autoConfigureConnectedAnchor", - "comment": "Should the connectedAnchor be calculated automatically?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "AnchoredJoint2D", - "comment": "Parent class for all joints that have anchor points.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "autoConfigureDistance", - "comment": "Should the distance be calculated automatically?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The distance the spring will try to keep between the two objects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "dampingRatio", - "comment": "The amount by which the spring force is reduced in proportion to the movement speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "frequency", - "comment": "The frequency at which the spring oscillates around the distance distance between the objects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "SpringJoint2D", - "comment": "Joint that attempts to keep two Rigidbody2D objects a set distance apart by applying a force between them.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "autoConfigureDistance", - "comment": "Should the distance be calculated automatically?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The distance separating the two ends of the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "maxDistanceOnly", - "comment": "Whether to maintain a maximum distance only or not. If not then the absolute distance will be maintained instead.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "DistanceJoint2D", - "comment": "Joint that keeps two Rigidbody2D objects a fixed distance apart.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "AllMips", - "comment": "Request all avalable mips.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Update", - "comment": "Update the virtual texturing system.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "System", - "comment": "The virtual texturing system.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "maxForce", - "comment": "The maximum force that can be generated when trying to maintain the friction joint constraint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxTorque", - "comment": "The maximum torque that can be generated when trying to maintain the friction joint constraint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "FrictionJoint2D", - "comment": "Applies both force and torque to reduce both the linear and angular velocities to zero.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useMotor", - "comment": "Should the joint be rotated automatically by a motor torque?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useLimits", - "comment": "Should limits be placed on the range of rotation?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointMotor2D", - "name": "motor", - "comment": "Parameters for the motor force applied to the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointAngleLimits2D", - "name": "limits", - "comment": "Limit of angular rotation (in degrees) on the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointLimitState2D", - "name": "limitState", - "comment": "Gets the state of the joint limit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "referenceAngle", - "comment": "The angle (in degrees) referenced between the two bodies used as the constraint for the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointAngle", - "comment": "The current joint angle (in degrees) with respect to the reference angle.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointSpeed", - "comment": "The current joint speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "timeStep", "typeName": "float" }], - "isStatic": false, - "name": "GetMotorTorque", - "comment": "Gets the motor torque of the joint given the specified timestep.\n\n```plaintext\nParams: timeStep - The time to calculate the motor torque for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "HingeJoint2D", - "comment": "Joint that allows a Rigidbody2D object to rotate around a point in space or a point on another object.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "textures", "typeName": "UnityEngine.Texture[]" }, - { "name": "errorMessage", "typeName": "string" } - ], - "isStatic": true, - "name": "ValidateTextureStack", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "QuerySupportedFormats", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "EditorHelpers", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "maxForce", - "comment": "The maximum force that can be generated when trying to maintain the relative joint constraint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxTorque", - "comment": "The maximum torque that can be generated when trying to maintain the relative joint constraint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "correctionScale", - "comment": "Scales both the linear and angular forces used to correct the required relative orientation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "autoConfigureOffset", - "comment": "Should both the linearOffset and angularOffset be calculated automatically?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "linearOffset", - "comment": "The current linear offset between the Rigidbody2D that the joint connects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularOffset", - "comment": "The current angular offset between the Rigidbody2D that the joint connects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "target", - "comment": "The world-space position that is currently trying to be maintained.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "RelativeJoint2D", - "comment": "Keeps two Rigidbody2D at their relative orientations.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "autoConfigureAngle", - "comment": "Should the angle be calculated automatically?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angle", - "comment": "The angle of the line in space (in degrees).\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useMotor", - "comment": "Should a motor force be applied automatically to the Rigidbody2D?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useLimits", - "comment": "Should motion limits be used?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointMotor2D", - "name": "motor", - "comment": "Parameters for a motor force that is applied automatically to the Rigibody2D along the line.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointTranslationLimits2D", - "name": "limits", - "comment": "Restrictions on how far the joint can slide in each direction along the line.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointLimitState2D", - "name": "limitState", - "comment": "Gets the state of the joint limit.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "referenceAngle", - "comment": "The angle (in degrees) referenced between the two bodies used as the constraint for the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointTranslation", - "comment": "The current joint translation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointSpeed", - "comment": "The current joint speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "timeStep", "typeName": "float" }], - "isStatic": false, - "name": "GetMotorForce", - "comment": "Gets the motor force of the joint given the specified timestep.\n\n```plaintext\nParams: timeStep - The time to calculate the motor force for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "SliderJoint2D", - "comment": "Joint that restricts the motion of a Rigidbody2D object to a single line.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "anchor", - "comment": "The local-space anchor on the rigid-body the joint is attached to.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "target", - "comment": "The world-space position that the joint will attempt to move the body to.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "autoConfigureTarget", - "comment": "Should the target be calculated automatically?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "maxForce", - "comment": "The maximum force that can be generated when trying to maintain the target joint constraint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "dampingRatio", - "comment": "The amount by which the target spring force is reduced in proportion to the movement speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "frequency", - "comment": "The frequency at which the target spring oscillates around the target position.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "TargetJoint2D", - "comment": "The joint attempts to move a Rigidbody2D to a specific target position.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "dampingRatio", - "comment": "The amount by which the spring force is reduced in proportion to the movement speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "frequency", - "comment": "The frequency at which the spring oscillates around the distance between the objects.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "referenceAngle", - "comment": "The angle referenced between the two bodies used as the constraint for the joint.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "FixedJoint2D", - "comment": "Connects two Rigidbody2D together at their anchor points using a configurable spring.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.AnchoredJoint2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.JointSuspension2D", - "name": "suspension", - "comment": "Set the joint suspension configuration.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useMotor", - "comment": "Should a motor force be applied automatically to the Rigidbody2D?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.JointMotor2D", - "name": "motor", - "comment": "Parameters for a motor force that is applied automatically to the Rigibody2D along the line.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointTranslation", - "comment": "The current joint translation.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointLinearSpeed", - "comment": "The current joint linear speed in meters/sec.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointSpeed", - "comment": "The current joint rotational speed in degrees/sec.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "jointAngle", - "comment": "The current joint angle (in degrees) defined as the relative angle between the two Rigidbody2D that the joint connects to.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "timeStep", "typeName": "float" }], - "isStatic": false, - "name": "GetMotorTorque", - "comment": "Gets the motor torque of the joint given the specified timestep.\n\n```plaintext\nParams: timeStep - The time to calculate the motor torque for.\n \n```\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "WheelJoint2D", - "comment": "The wheel joint allows the simulation of wheels by providing a constraining suspension motion with an optional motor.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "jobData", - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemJobData" - } - ], - "isStatic": false, - "name": "Execute", - "comment": "Implement this method to access and modify particle properties.\n\n```plaintext\nParams: jobData - Contains the particle properties.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "IJobParticleSystem", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useColliderMask", - "comment": "Should the collider-mask be used or the global collision matrix?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "int", - "name": "colliderMask", - "comment": "The mask used to select specific layers allowed to interact with the effector.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "Effector2D", - "comment": "A base class for all 2D effectors.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CollisionFlags", - "name": "None", - "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "Sides", - "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "Above", - "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "Below", - "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "CollidedSides", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "CollidedAbove", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "CollidedBelow", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CollisionFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "CollisionFlags", - "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Effector2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "forceAngle", - "comment": "The angle of the force to be applied.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useGlobalAngle", - "comment": "Should the forceAngle use global space?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "forceMagnitude", - "comment": "The magnitude of the force to be applied.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "forceVariation", - "comment": "The variation of the magnitude of the force to be applied.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "drag", - "comment": "The linear drag to apply to rigid-bodies.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularDrag", - "comment": "The angular drag to apply to rigid-bodies.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorSelection2D", - "name": "forceTarget", - "comment": "The target for where the effector applies any force.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "forceDirection", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "AreaEffector2D", - "comment": "Applies forces within an area.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "jobData", - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemJobData" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "Execute", - "comment": "Implement this method to access and modify particle properties.\n\n```plaintext\nParams: jobData - Contains the particle properties.\n index - The index of the current particle.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "IJobParticleSystemParallelFor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Effector2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "surfaceLevel", - "comment": "Defines an arbitrary horizontal line that represents the fluid surface level.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "density", - "comment": "The density of the fluid used to calculate the buoyancy forces.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "linearDrag", - "comment": "A force applied to slow linear movement of any Collider2D in contact with the effector.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularDrag", - "comment": "A force applied to slow angular movement of any Collider2D in contact with the effector.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "flowAngle", - "comment": "The angle of the force used to similate fluid flow.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "flowMagnitude", - "comment": "The magnitude of the force used to similate fluid flow.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "flowVariation", - "comment": "The random variation of the force used to similate fluid flow.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "BuoyancyEffector2D", - "comment": "Applies forces to simulate buoyancy, fluid-flow and fluid drag.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "debugTilesEnabled", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "bool", - "name": "resolvingEnabled", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "bool", - "name": "flushEveryTickEnabled", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetNumHandles", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "debugHandle", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Debugging.Handle" - }, - { "name": "index", "typeName": "int" } - ], - "isStatic": true, - "name": "GrabHandleInfo", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "GetInfoDump", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "Debugging", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "jobData", - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemJobData" - }, - { "name": "startIndex", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "Execute", - "comment": "Implement this method to access and modify particle properties.\n\n```plaintext\nParams: jobData - Contains the particle properties.\n startIndex - The first particle index that this job should process.\n count - The number of particles that this job should process.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "IJobParticleSystemParallelForBatch", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Effector2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "forceMagnitude", - "comment": "The magnitude of the force to be applied.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "forceVariation", - "comment": "The variation of the magnitude of the force to be applied.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "distanceScale", - "comment": "The scale applied to the calculated distance between source and target.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "drag", - "comment": "The linear drag to apply to rigid-bodies.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "angularDrag", - "comment": "The angular drag to apply to rigid-bodies.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorSelection2D", - "name": "forceSource", - "comment": "The source which is used to calculate the centroid point of the effector. The distance from the target is defined from this point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorSelection2D", - "name": "forceTarget", - "comment": "The target for where the effector applies any force.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.EffectorForceMode2D", - "name": "forceMode", - "comment": "The mode used to apply the effector force.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PointEffector2D", - "comment": "Applies forces to attract/repulse against a point.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Effector2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useOneWay", - "comment": "Should the one-way collision behaviour be used?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useOneWayGrouping", - "comment": "Ensures that all contacts controlled by the one-way behaviour act the same.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useSideFriction", - "comment": "Should friction be used on the platform sides?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useSideBounce", - "comment": "Should bounce be used on the platform sides?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "surfaceArc", - "comment": "The angle of an arc that defines the surface of the platform centered of the local 'up' of the effector.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "sideArc", - "comment": "The angle of an arc that defines the sides of the platform centered on the local 'left' and 'right' of the effector. Any collision normals within this arc are considered for the 'side' behaviours.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "rotationalOffset", - "comment": "The rotational offset angle from the local 'up'.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "oneWay", - "comment": "Whether to use one-way collision behaviour or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "sideFriction", - "comment": "Whether friction should be used on the platform sides or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "sideBounce", - "comment": "Whether bounce should be used on the platform sides or not.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "sideAngleVariance", - "comment": "The angle variance centered on the sides of the platform. Zero angle only matches sides 90-degree to the platform \"top\".\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PlatformEffector2D", - "comment": "Applies \"platform\" behaviour such as one-way collisions etc.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Effector2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "speed", - "comment": "The speed to be maintained along the surface.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "speedVariation", - "comment": "The speed variation (from zero to the variation) added to base speed to be applied.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "forceScale", - "comment": "The scale of the impulse force applied while attempting to reach the surface speed.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useContactForce", - "comment": "Should the impulse force but applied to the contact point?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useFriction", - "comment": "Should friction be used for any contact with the surface?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "bool", - "name": "useBounce", - "comment": "Should bounce be used for any contact with the surface?\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "SurfaceEffector2D", - "comment": "Applies tangent forces along the surfaces of colliders.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "JobHandle", - "params": [ - { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": false, - "name": "Schedule", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, - { "name": "minIndicesPerJobCount", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": false, - "name": "Schedule", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, - { "name": "innerLoopBatchCount", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": false, - "name": "ScheduleBatch", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "IParticleSystemJobExtensions", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "PhysicsUpdateBehaviour2D", - "comment": "A base type for 2D physics components that required a callback during FixedUpdate.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "Unity.Collections.NativeArray", - "name": "x", - "comment": "The x-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "y", - "comment": "The y-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "z", - "comment": "The z-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "this[]", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemNativeArray3", - "comment": "A container to hold x, y, and z-axis data for particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.QueryTriggerInteraction", - "name": "UseGlobal", - "comment": "Queries use the global Physics.queriesHitTriggers setting.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.QueryTriggerInteraction", - "name": "Ignore", - "comment": "Queries never report Trigger hits.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.QueryTriggerInteraction", - "name": "Collide", - "comment": "Queries always report Trigger hits.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.QueryTriggerInteraction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "QueryTriggerInteraction", - "comment": "Overrides the global Physics.queriesHitTriggers.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "long", - "name": "handle", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "string", - "name": "group", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "numLayers", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "Handle", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.PhysicsUpdateBehaviour2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "force", - "comment": "The linear force applied to the rigidbody each physics update.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "relativeForce", - "comment": "The linear force, relative to the rigid-body coordinate system, applied each physics update.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "typeName": "float", - "name": "torque", - "comment": "The torque applied to the rigidbody each physics update.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.Physics2DModule.dll" - } - ], - "name": "ConstantForce2D", - "comment": "Applies both linear and angular (torque) forces continuously to the rigidbody each physics update.\n\n", - "location": "UnityEngine.Physics2DModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.CollisionDetectionMode", - "name": "Discrete", - "comment": "Continuous collision detection is off for this Rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode", - "name": "Continuous", - "comment": "Continuous collision detection is on for colliding with static mesh geometry.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode", - "name": "ContinuousDynamic", - "comment": "Continuous collision detection is on for colliding with static and dynamic geometry.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode", - "name": "ContinuousSpeculative", - "comment": "Speculative continuous collision detection is on for static and dynamic geometries\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.CollisionDetectionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "CollisionDetectionMode", - "comment": "The collision detection mode constants used for Rigidbody.collisionDetectionMode.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "Unity.Collections.NativeArray", - "name": "x", - "comment": "The x-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "y", - "comment": "The y-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "z", - "comment": "The z-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "w", - "comment": "The w-axis value for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "this[]", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemNativeArray4", - "comment": "A container to hold 4 arrays of data for particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "None", - "comment": "No constraints.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezePositionX", - "comment": "Freeze motion along the X-axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezePositionY", - "comment": "Freeze motion along the Y-axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezePositionZ", - "comment": "Freeze motion along the Z-axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezeRotationX", - "comment": "Freeze rotation along the X-axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezeRotationY", - "comment": "Freeze rotation along the Y-axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezeRotationZ", - "comment": "Freeze rotation along the Z-axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezePosition", - "comment": "Freeze motion along all axes.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezeRotation", - "comment": "Freeze rotation along all axes.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "FreezeAll", - "comment": "Freeze rotation and motion along all axes.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RigidbodyConstraints", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "RigidbodyConstraints", - "comment": "Use these flags to constrain motion of Rigidbodies.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "CurrentWidth", - "comment": "Width of the texture that the internal buffers can hold.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "CurrentHeight", - "comment": ">Height of the texture that the internal buffers can hold.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new VirtualTextureResolver object.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Disposes this object.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "UpdateSize", - "comment": "Update the internal buffers.\n\n```plaintext\nParams: width - Width of the texture passed in during Process.\n height - Height of the texture passed in during Process.\n \n```\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - } - ], - "isStatic": false, - "name": "Process", - "comment": "Process the passed in feedback texture.\n\n```plaintext\nParams: cmd - The commandbuffer used to schedule processing.\n rt - Texture containing the feedback data.\n x - X position of the subrect that is processed.\n width - Width of the subrect that is processed.\n y - Y position of the subrect that is processed.\n height - Height of the subrect that is processed.\n mip - Miplevel of the texture to process.\n slice - Arrayslice of the texture to process.\n \n```\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cmd", - "typeName": "UnityEngine.Rendering.CommandBuffer" - }, - { - "name": "rt", - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" - }, - { "name": "x", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "mip", "typeName": "int" }, - { "name": "slice", "typeName": "int" } - ], - "isStatic": false, - "name": "Process", - "comment": "Process the passed in feedback texture.\n\n```plaintext\nParams: cmd - The commandbuffer used to schedule processing.\n rt - Texture containing the feedback data.\n x - X position of the subrect that is processed.\n width - Width of the subrect that is processed.\n y - Y position of the subrect that is processed.\n height - Height of the subrect that is processed.\n mip - Miplevel of the texture to process.\n slice - Arrayslice of the texture to process.\n \n```\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "Resolver", - "comment": "Class responsable for virtual texturing feedback analysis.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.ParticleSystemJobs", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "count", - "comment": "Specifies the number of particles alive in the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", - "name": "positions", - "comment": "The position of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", - "name": "velocities", - "comment": "The velocity of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", - "name": "axisOfRotations", - "comment": "Specifies an axis of rotation for each particles, in radians.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", - "name": "rotations", - "comment": "The rotation of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", - "name": "rotationalSpeeds", - "comment": "The angular velocity of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", - "name": "sizes", - "comment": "The size of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "startColors", - "comment": "The initial color of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "aliveTimePercent", - "comment": "Specifies how long each particle has been alive.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "inverseStartLifetimes", - "comment": "The lifetime of each particle, stored as 1.0f / lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "randomSeeds", - "comment": "The random seed assigned to each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray4", - "name": "customData1", - "comment": "This array contains the custom data values when you use a CustomDataModule, or when you call SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray4", - "name": "customData2", - "comment": "This array contains the custom data values when you use a CustomDataModule, or when you call SetCustomParticleData.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "Unity.Collections.NativeArray", - "name": "meshIndices", - "comment": "Specifies a mesh index for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemJobData", - "comment": "This struct specifies all the per-particle data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ForceMode", - "name": "Force", - "comment": "Add a continuous force to the rigidbody, using its mass.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ForceMode", - "name": "Acceleration", - "comment": "Add a continuous acceleration to the rigidbody, ignoring its mass.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ForceMode", - "name": "Impulse", - "comment": "Add an instant force impulse to the rigidbody, using its mass.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ForceMode", - "name": "VelocityChange", - "comment": "Add an instant velocity change to the rigidbody, ignoring its mass.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ForceMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ForceMode", - "comment": "Use ForceMode to specify how to apply a force using Rigidbody.AddForce.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "format", - "comment": "Format of the cache these settings are applied to.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "uint", - "name": "sizeInMegaBytes", - "comment": "Size in MegaBytes of the cache created with these settings.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "GPUCacheSetting", - "comment": "Settings for a virtual texturing GPU cache.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "Locked", - "comment": "Motion along the axis will be locked.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "Limited", - "comment": "Motion along the axis will be limited by the respective limit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "Free", - "comment": "Motion along the axis will be completely free and completely unconstrained.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ConfigurableJointMotion", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ConfigurableJointMotion", - "comment": "Constrains movement for a ConfigurableJoint along the 6 axes.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.JointDriveMode", - "name": "None", - "comment": "Don't apply any forces to reach the target.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDriveMode", - "name": "Position", - "comment": "Try to reach the specified target position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDriveMode", - "name": "Velocity", - "comment": "Try to reach the specified target velocity.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDriveMode", - "name": "PositionAndVelocity", - "comment": "Try to reach the specified target position and velocity.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.JointDriveMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "JointDriveMode", - "comment": "The ConfigurableJoint attempts to attain position / velocity targets based on this flag.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RotationDriveMode", - "name": "XYAndZ", - "comment": "Use XY & Z Drive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RotationDriveMode", - "name": "Slerp", - "comment": "Use Slerp drive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RotationDriveMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "RotationDriveMode", - "comment": "Control ConfigurableJoint's rotation with either X & YZ or Slerp Drive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.JointProjectionMode", - "name": "None", - "comment": "Don't snap at all.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointProjectionMode", - "name": "PositionAndRotation", - "comment": "Snap both position and rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointProjectionMode", - "name": "PositionOnly", - "comment": "Snap Position only.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.JointProjectionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "JointProjectionMode", - "comment": "Determines how to snap physics joints back to its constrained position when it drifts off too much.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "None", - "comment": "No optional cooking steps will be run.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "InflateConvexMesh", - "comment": "Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "CookForFasterSimulation", - "comment": "Toggle between cooking for faster simulation or faster cooking time.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "EnableMeshCleaning", - "comment": "Toggle cleaning of the mesh.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "WeldColocatedVertices", - "comment": "Toggle the removal of equal vertices.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "UseFastMidphase", - "comment": "Determines whether to use the fast midphase structure that doesn't require R-trees (only available on Desktop targets).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.MeshColliderCookingOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "MeshColliderCookingOptions", - "comment": "Cooking options that are available with MeshCollider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", - "name": "Bilinear", - "comment": "Bilinear filtering.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", - "name": "Trilinear", - "comment": "Trilinear filtering.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "FilterMode", - "comment": "Filtering modes available in the virtual texturing system.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "extremumSlip", - "comment": "Extremum point slip (default 1).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "extremumValue", - "comment": "Force at the extremum slip (default 20000).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "asymptoteSlip", - "comment": "Asymptote point slip (default 2).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "asymptoteValue", - "comment": "Force at the asymptote slip (default 10000).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "stiffness", - "comment": "Multiplier for the extremumValue and asymptoteValue values (default 1).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "WheelFrictionCurve", - "comment": "WheelFrictionCurve is used by the WheelCollider to describe friction properties of the wheel tire.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "stackNameId", "typeName": "int" }, - { "name": "r", "typeName": "UnityEngine.Rect" }, - { "name": "mipMap", "typeName": "int" }, - { "name": "numMips", "typeName": "int" } - ], - "isStatic": true, - "name": "RequestRegion", - "comment": "Make a rectangle in UV space resident for a given Virtual Texture Stack.\n\n```plaintext\nParams: mat - The Material that contains the Virtual Texture Stack. The Virtual Texture Stacks contained in a Material are declared in the Material's Shader.\n stackNameId - The unique identifier for the name of the Virtual Texture Stack, as declared in the Shader. To find the identifier for a given Shader property name, use Shader.PropertyToID.\n r - The rectangle in 0-1 UV space to make resident. Anything outside the [ 0...1 [ x [ 0...1 [ rectangle will be silently ignored.\n mipMap - The mip level to make resident. Mips are numbered from 0 (= full resolution) to n (= lowest resolution) where n is the mipmap level what is a single tile in size. Requesting invalid mips is silently ignored.\n numMips - The number of mip levels starting from 'mipMap' to make resident. Requesting invalid mips is silently ignored.\n \n```\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mat", "typeName": "UnityEngine.Material" }, - { "name": "stackNameId", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": true, - "name": "GetTextureStackSize", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sizeInMegabytes", "typeName": "int" }], - "isStatic": true, - "name": "SetCPUCacheSize", - "comment": "Sets the CPU cache size (in MegaBytes) used by Streaming Virtual Texturing.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cacheSettings", - "typeName": "UnityEngine.Rendering.VirtualTexturing.GPUCacheSetting[]" - } - ], - "isStatic": true, - "name": "SetGPUCacheSettings", - "comment": "Sets the GPU cache settings used by Streaming Virtual Texturing.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "Streaming", - "comment": "Static class representing the Streaming Virtual Texturing system.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "limit", - "comment": "The limit position/angle of the joint (in degrees).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "spring", - "comment": "If greater than zero, the limit is soft. The spring will pull the joint back.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "damper", - "comment": "If spring is greater than zero, the limit is soft.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bounciness", - "comment": "When the joint hits the limit, it can be made to bounce off it.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "contactDistance", - "comment": "Determines how far ahead in space the solver can \"see\" the joint limit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bouncyness", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "SoftJointLimit", - "comment": "The limits defined by the CharacterJoint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "spring", - "comment": "The stiffness of the spring limit. When stiffness is zero the limit is hard, otherwise soft.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "damper", - "comment": "The damping of the spring limit. In effect when the stiffness of the sprint limit is not zero.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "SoftJointLimitSpring", - "comment": "The configuration of the spring attached to the joint's limits: linear and angular. Used by CharacterJoint and ConfigurableJoint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "bounciness", - "comment": "How bouncy is the surface? A value of 0 will not bounce. A value of 1 will bounce without any loss of energy.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "dynamicFriction", - "comment": "The friction used when already moving. This value is usually between 0 and 1.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "staticFriction", - "comment": "The friction coefficient used when an object is lying on a surface.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterialCombine", - "name": "frictionCombine", - "comment": "Determines how the friction is combined.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterialCombine", - "name": "bounceCombine", - "comment": "Determines how the bounciness is combined.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bouncyness", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "frictionDirection2", - "comment": "The direction of anisotropy. Anisotropic friction is enabled if the vector is not zero.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "dynamicFriction2", - "comment": "If anisotropic friction is enabled, dynamicFriction2 will be applied along frictionDirection2.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "staticFriction2", - "comment": "If anisotropic friction is enabled, staticFriction2 will be applied along frictionDirection2.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "frictionDirection", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new material.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new material named name.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "PhysicMaterial", - "comment": "Physics material describes how to handle colliding objects (friction, bounciness).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "sizeInMegabytes", "typeName": "int" }], - "isStatic": true, - "name": "SetCPUCacheSize", - "comment": "Sets the Procedural Virtual Texturing CPU cache size (in MegaBytes).\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetCPUCacheSize", - "comment": "The size of the CPU caches.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cacheSettings", - "typeName": "UnityEngine.Rendering.VirtualTexturing.GPUCacheSetting[]" - } - ], - "isStatic": true, - "name": "SetGPUCacheSettings", - "comment": "Sets the Procedural Virtual Texturing GPU cache settings.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetGPUCacheSettings", - "comment": "An array of GPU cache settings.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "Procedural", - "comment": "Static class representing the Procedural Virtual Texturing system.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.JointDriveMode", - "name": "mode", - "comment": "Whether the drive should attempt to reach position, velocity, both or nothing.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "positionSpring", - "comment": "Strength of a rubber-band pull toward the defined direction. Only used if mode includes Position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "positionDamper", - "comment": "Resistance strength against the Position Spring. Only used if mode includes Position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maximumForce", - "comment": "Amount of force applied to push the object toward the defined direction.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "JointDrive", - "comment": "How the joint's movement will behave along its local X axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Collider", - "name": "collider", - "comment": "The Collider that was hit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "point", - "comment": "The impact point in world space where the ray hit the collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "The normal of the surface the ray hit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "barycentricCoordinate", - "comment": "The barycentric coordinate of the triangle we hit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The distance from the ray's origin to the impact point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "triangleIndex", - "comment": "The index of the triangle that was hit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "textureCoord", - "comment": "The uv texture coordinate at the collision location.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "textureCoord2", - "comment": "The secondary uv texture coordinate at the impact point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "textureCoord1", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The Transform of the rigidbody or collider that was hit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody", - "name": "rigidbody", - "comment": "The Rigidbody of the collider that was hit. If the collider is not attached to a rigidbody then it is null.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationBody", - "name": "articulationBody", - "comment": "The ArticulationBody of the collider that was hit. If the collider is not attached to an articulation body then it is null.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "lightmapCoord", - "comment": "The uv lightmap coordinate at the impact point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "RaycastHit", - "comment": "Structure used to get information back from a raycast.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RigidbodyInterpolation", - "name": "None", - "comment": "No Interpolation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyInterpolation", - "name": "Interpolate", - "comment": "Interpolation will always lag a little bit behind but can be smoother than extrapolation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyInterpolation", - "name": "Extrapolate", - "comment": "Extrapolation will predict the position of the rigidbody based on the current velocity.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RigidbodyInterpolation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "RigidbodyInterpolation", - "comment": "Rigidbody interpolation mode.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "targetVelocity", - "comment": "The motor will apply a force up to force to achieve targetVelocity.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "force", - "comment": "The motor will apply a force.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "freeSpin", - "comment": "If freeSpin is enabled the motor will only accelerate but never slow down.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "JointMotor", - "comment": "The JointMotor is used to motorize a joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "The velocity vector of the rigidbody. It represents the rate of change of Rigidbody position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity", - "comment": "The angular velocity vector of the rigidbody measured in radians per second.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "drag", - "comment": "The drag of the object.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "angularDrag", - "comment": "The angular drag of the object.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "mass", - "comment": "The mass of the rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "useGravity", - "comment": "Controls whether gravity affects this rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxDepenetrationVelocity", - "comment": "Maximum velocity of a rigidbody when moving out of penetrating state.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "isKinematic", - "comment": "Controls whether physics affects the rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "freezeRotation", - "comment": "Controls whether physics will change the rotation of the object.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyConstraints", - "name": "constraints", - "comment": "Controls which degrees of freedom are allowed for the simulation of this Rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode", - "name": "collisionDetectionMode", - "comment": "The Rigidbody's collision detection mode.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "centerOfMass", - "comment": "The center of mass relative to the transform's origin.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldCenterOfMass", - "comment": "The center of mass of the rigidbody in world space (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "inertiaTensorRotation", - "comment": "The rotation of the inertia tensor.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "inertiaTensor", - "comment": "The inertia tensor of this body, defined as a diagonal matrix in a reference frame positioned at this body's center of mass and rotated by Rigidbody.inertiaTensorRotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "detectCollisions", - "comment": "Should collision detection be enabled? (By default always enabled).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of the rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "The rotation of the Rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RigidbodyInterpolation", - "name": "interpolation", - "comment": "Interpolation allows you to smooth out the effect of running physics at a fixed frame rate.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverIterations", - "comment": "The solverIterations determines how accurately Rigidbody joints and collision contacts are resolved. Overrides Physics.defaultSolverIterations. Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepThreshold", - "comment": "The mass-normalized energy threshold, below which objects start going to sleep.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxAngularVelocity", - "comment": "The maximimum angular velocity of the rigidbody measured in radians per second. (Default 7) range { 0, infinity }.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverVelocityIterations", - "comment": "The solverVelocityIterations affects how how accurately Rigidbody joints and collision contacts are resolved. Overrides Physics.defaultSolverVelocityIterations. Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepVelocity", - "comment": "The linear velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepAngularVelocity", - "comment": "The angular velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "useConeFriction", - "comment": "Force cone friction to be used for this rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverIterationCount", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverVelocityIterationCount", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "density", "typeName": "float" }], - "isStatic": false, - "name": "SetDensity", - "comment": "Sets the mass based on the attached colliders assuming a constant density.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "MovePosition", - "comment": "Moves the kinematic Rigidbody towards position.\n\n```plaintext\nParams: position - Provides the new position for the Rigidbody object.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rot", "typeName": "UnityEngine.Quaternion" }], - "isStatic": false, - "name": "MoveRotation", - "comment": "Rotates the rigidbody to rotation.\n\n```plaintext\nParams: rot - The new rotation for the Rigidbody.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Sleep", - "comment": "Forces a rigidbody to sleep at least one frame.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsSleeping", - "comment": "Is the rigidbody sleeping?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WakeUp", - "comment": "Forces a rigidbody to wake up.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetCenterOfMass", - "comment": "Reset the center of mass of the rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetInertiaTensor", - "comment": "Reset the inertia tensor value and rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "relativePoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetRelativePointVelocity", - "comment": "The velocity relative to the rigidbody at the point relativePoint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetPointVelocity", - "comment": "The velocity of the rigidbody at the point worldPoint in global space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "a", "typeName": "float" }], - "isStatic": false, - "name": "SetMaxAngularVelocity", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector3" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddForce", - "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddForce", - "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddForce", - "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: x - Size of force along the world x-axis.\n y - Size of force along the world y-axis.\n z - Size of force along the world z-axis.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "AddForce", - "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: x - Size of force along the world x-axis.\n y - Size of force along the world y-axis.\n z - Size of force along the world z-axis.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector3" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: force - Force vector in local coordinates.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: force - Force vector in local coordinates.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of force along the local x-axis.\n y - Size of force along the local y-axis.\n z - Size of force along the local z-axis.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of force along the local x-axis.\n y - Size of force along the local y-axis.\n z - Size of force along the local z-axis.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "torque", "typeName": "UnityEngine.Vector3" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddTorque", - "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: torque - Torque vector in world coordinates.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddTorque", - "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: torque - Torque vector in world coordinates.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddTorque", - "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: x - Size of torque along the world x-axis.\n y - Size of torque along the world y-axis.\n z - Size of torque along the world z-axis.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "AddTorque", - "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: x - Size of torque along the world x-axis.\n y - Size of torque along the world y-axis.\n z - Size of torque along the world z-axis.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "torque", "typeName": "UnityEngine.Vector3" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddRelativeTorque", - "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: torque - Torque vector in local coordinates.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddRelativeTorque", - "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: torque - Torque vector in local coordinates.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddRelativeTorque", - "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of torque along the local x-axis.\n y - Size of torque along the local y-axis.\n z - Size of torque along the local z-axis.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" }, - { "name": "z", "typeName": "float" } - ], - "isStatic": false, - "name": "AddRelativeTorque", - "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of torque along the local x-axis.\n y - Size of torque along the local y-axis.\n z - Size of torque along the local z-axis.\n mode - Type of torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector3" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddForceAtPosition", - "comment": "Applies force at position. As a result this will apply a torque and force on the object.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n position - Position in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector3" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "AddForceAtPosition", - "comment": "Applies force at position. As a result this will apply a torque and force on the object.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n position - Position in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "explosionForce", "typeName": "float" }, - { "name": "explosionPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "explosionRadius", "typeName": "float" }, - { "name": "upwardsModifier", "typeName": "float" }, - { "name": "mode", "typeName": "UnityEngine.ForceMode" } - ], - "isStatic": false, - "name": "AddExplosionForce", - "comment": "Applies a force to a rigidbody that simulates explosion effects.\n\n```plaintext\nParams: explosionForce - The force of the explosion (which may be modified by distance).\n explosionPosition - The centre of the sphere within which the explosion has its effect.\n explosionRadius - The radius of the sphere within which the explosion has its effect.\n upwardsModifier - Adjustment to the apparent position of the explosion to make it seem to lift objects.\n mode - The method used to apply the force to its targets.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "explosionForce", "typeName": "float" }, - { "name": "explosionPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "explosionRadius", "typeName": "float" }, - { "name": "upwardsModifier", "typeName": "float" } - ], - "isStatic": false, - "name": "AddExplosionForce", - "comment": "Applies a force to a rigidbody that simulates explosion effects.\n\n```plaintext\nParams: explosionForce - The force of the explosion (which may be modified by distance).\n explosionPosition - The centre of the sphere within which the explosion has its effect.\n explosionRadius - The radius of the sphere within which the explosion has its effect.\n upwardsModifier - Adjustment to the apparent position of the explosion to make it seem to lift objects.\n mode - The method used to apply the force to its targets.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "explosionForce", "typeName": "float" }, - { "name": "explosionPosition", "typeName": "UnityEngine.Vector3" }, - { "name": "explosionRadius", "typeName": "float" } - ], - "isStatic": false, - "name": "AddExplosionForce", - "comment": "Applies a force to a rigidbody that simulates explosion effects.\n\n```plaintext\nParams: explosionForce - The force of the explosion (which may be modified by distance).\n explosionPosition - The centre of the sphere within which the explosion has its effect.\n explosionRadius - The radius of the sphere within which the explosion has its effect.\n upwardsModifier - Adjustment to the apparent position of the explosion to make it seem to lift objects.\n mode - The method used to apply the force to its targets.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ClosestPointOnBounds", - "comment": "The closest point to the bounding box of the attached colliders.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "SweepTest", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": false, - "name": "SweepTest", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": false, - "name": "SweepTest", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "SweepTestAll", - "comment": "An array of all colliders hit in the sweep.\n\n```plaintext\nParams: direction - The direction into which to sweep the rigidbody.\n maxDistance - The length of the sweep.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": false, - "name": "SweepTestAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SweepTestAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "Rigidbody", - "comment": "Control of an object's position through physics simulation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "spring", - "comment": "The spring forces used to reach the target position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "damper", - "comment": "The damper force uses to dampen the spring.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "targetPosition", - "comment": "The target position the joint attempts to reach.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "JointSpring", - "comment": "JointSpring is used add a spring force to HingeJoint and PhysicMaterial.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "minBounce", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxBounce", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "min", - "comment": "The lower angular limit (in degrees) of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "max", - "comment": "The upper angular limit (in degrees) of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bounciness", - "comment": "Determines the size of the bounce when the joint hits it's limit. Also known as restitution.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bounceMinVelocity", - "comment": "The minimum impact velocity which will cause the joint to bounce.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "contactDistance", - "comment": "Distance inside the limit value at which the limit will be considered to be active by the solver.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "JointLimits", - "comment": "JointLimits is used by the HingeJoint to limit the joints angle.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Enabled Colliders will collide with other Colliders, disabled Colliders won't.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody", - "name": "attachedRigidbody", - "comment": "The rigidbody the collider is attached to.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationBody", - "name": "attachedArticulationBody", - "comment": "The articulation body the collider is attached to.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "isTrigger", - "comment": "Is the collider a trigger?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "contactOffset", - "comment": "Contact offset value of this collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "The world space bounding volume of the collider (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterial", - "name": "sharedMaterial", - "comment": "The shared physic material of this collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterial", - "name": "material", - "comment": "The material used by the collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ClosestPoint", - "comment": "The point on the collider that is closest to the specified location.\n\n```plaintext\nParams: position - Location you want to find the closest point to.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "ClosestPointOnBounds", - "comment": "The closest point to the bounding box of the attached collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "Collider", - "comment": "A base class of all colliders.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.CharacterController", - "name": "controller", - "comment": "The controller that hit the collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Collider", - "name": "collider", - "comment": "The collider that was hit by the controller.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody", - "name": "rigidbody", - "comment": "The rigidbody that was hit by the controller.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "The game object that was hit by the controller.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The transform that was hit by the controller.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "point", - "comment": "The impact point in world space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "The normal of the surface we collided with in world space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "moveDirection", - "comment": "The direction the CharacterController was moving in when the collision occured.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "moveLength", - "comment": "How far the character has travelled until it hit the collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ControllerColliderHit", - "comment": "ControllerColliderHit is used by CharacterController.OnControllerColliderHit to give detailed information about the collision and how to deal with it.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.PhysicMaterialCombine", - "name": "Average", - "comment": "Averages the friction/bounce of the two colliding materials.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterialCombine", - "name": "Minimum", - "comment": "Uses the smaller friction/bounce of the two colliding materials.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterialCombine", - "name": "Multiply", - "comment": "Multiplies the friction/bounce of the two colliding materials.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicMaterialCombine", - "name": "Maximum", - "comment": "Uses the larger friction/bounce of the two colliding materials.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.PhysicMaterialCombine", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "PhysicMaterialCombine", - "comment": "Describes how physics materials of the colliding objects are combined.\n\nThe friction force as well as the residual bounce impulse are applied symmertrically to both of the colliders in contact, so each pair of overlapping colliders must have a single set of friction and bouciness settings. However, one can set arbitrary physics materials to any colliders. For that particular reason, there is a mechanism that allows the combination of two different sets of properties that correspond to each of the colliders in contact into one set to be used in the solver.\n\nSpecifying Average, Maximum, Minimum or Multiply as the physics material combine mode, you directly set the function that is used to combine the settings corresponding to the two overlapping colliders into one set of settings that can be used to apply the material effect.\n\nNote that there is a special case when the two overlapping colliders have physics materials with different combine modes set. In this particular case, the function that has the highest priority is used. The priority order is as follows: Average < Minimum < Multiply < Maximum. For example, if one material has Average set but the other one has Maximum, then the combine function to be used is Maximum, since it has higher priority.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "The current relative velocity of the Character (see notes).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "isGrounded", - "comment": "Was the CharacterController touching the ground during the last move?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionFlags", - "name": "collisionFlags", - "comment": "What part of the capsule collided with the environment during the last CharacterController.Move call.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the character's capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the character's capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the character's capsule relative to the transform's position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "slopeLimit", - "comment": "The character controllers slope limit in degrees.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "stepOffset", - "comment": "The character controllers step offset in meters.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "skinWidth", - "comment": "The character's collision skin width.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "minMoveDistance", - "comment": "Gets or sets the minimum move distance of the character controller.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "detectCollisions", - "comment": "Determines whether other rigidbodies or character controllers collide with this character controller (by default this is always enabled).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "enableOverlapRecovery", - "comment": "Enables or disables overlap recovery.\n Enables or disables overlap recovery. Used to depenetrate character controllers from static objects when an overlap is detected.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "speed", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "SimpleMove", - "comment": "Moves the character with speed.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "CollisionFlags", - "params": [{ "name": "motion", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "Move", - "comment": "Supplies the movement of a GameObject with an attached CharacterController component.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "CharacterController", - "comment": "A CharacterController allows you to easily do movement constrained by collisions without having to deal with a rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "relativeVelocity", - "comment": "The relative linear velocity of the two colliding objects (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Rigidbody", - "name": "rigidbody", - "comment": "The Rigidbody we hit (Read Only). This is null if the object we hit is a collider with no rigidbody attached.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationBody", - "name": "articulationBody", - "comment": "The ArticulationBody of the collider that your GameObject collides with (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "body", - "comment": "The Rigidbody or ArticulationBody of the collider that your Component collides with (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Collider", - "name": "collider", - "comment": "The Collider we hit (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "The Transform of the object we hit (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "The GameObject whose collider you are colliding with. (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "contactCount", - "comment": "Gets the number of contacts for this collision.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ContactPoint[]", - "name": "contacts", - "comment": "The contact points generated by the physics engine. You should avoid using this as it produces memory garbage. Use GetContact or GetContacts instead.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "impulse", - "comment": "The total impulse applied to this contact pair to resolve the collision.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "impactForceSum", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "frictionForceSum", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "other", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "ContactPoint", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetContact", - "comment": "The contact at the specified index.\n\n```plaintext\nParams: index - The index of the contact to retrieve.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "contacts", "typeName": "UnityEngine.ContactPoint[]" } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint used to receive the results.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "contacts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetContacts", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "IEnumerator", - "params": [], - "isStatic": false, - "name": "GetEnumerator", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "Collision", - "comment": "Describes a collision.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Mesh", - "name": "sharedMesh", - "comment": "The mesh object used for collision detection.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "convex", - "comment": "Use a convex collider from the mesh.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "inflateMesh", - "comment": "Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.MeshColliderCookingOptions", - "name": "cookingOptions", - "comment": "Options used to enable or disable certain features in mesh cooking.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "skinWidth", - "comment": "Used when set to inflateMesh to determine how much inflation is acceptable.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "smoothSphereCollisions", - "comment": "Uses interpolated normals for sphere collisions instead of flat polygonal normals.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "MeshCollider", - "comment": "A mesh collider allows you to do between meshes and primitives.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the capsule, measured in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the sphere, measured in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the capsule measured in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "direction", - "comment": "The direction of the capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "CapsuleCollider", - "comment": "A capsule-shaped primitive collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the box, measured in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "The size of the box, measured in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "extents", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "BoxCollider", - "comment": "A box-shaped primitive collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the sphere in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the sphere measured in the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "SphereCollider", - "comment": "A sphere-shaped primitive collider.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "curveScalar", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCurveMode", - "name": "mode", - "comment": "Set the mode that the min-max curve uses to evaluate values.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "curveMultiplier", - "comment": "Set a multiplier to apply to the curves.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "curveMax", - "comment": "Set a curve for the upper bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "curveMin", - "comment": "Set a curve for the lower bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "constantMax", - "comment": "Set a constant for the upper bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "constantMin", - "comment": "Set a constant for the lower bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "constant", - "comment": "Set the constant value.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.AnimationCurve", - "name": "curve", - "comment": "Set the curve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "constant", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "A single constant value for the entire curve.\n\n```plaintext\nParams: constant - Constant value.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multiplier", "typeName": "float" }, - { "name": "curve", "typeName": "UnityEngine.AnimationCurve" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Use one curve when evaluating numbers along this Min-Max curve.\n\n```plaintext\nParams: scalar - A multiplier to apply to the curve.\n curve - A single curve to evaluate against.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "multiplier", "typeName": "float" }, - { "name": "min", "typeName": "UnityEngine.AnimationCurve" }, - { "name": "max", "typeName": "UnityEngine.AnimationCurve" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Randomly select values based on the interval between the minimum and maximum curves.\n\n```plaintext\nParams: scalar - A multiplier to apply to the curves.\n min - The curve describing the minimum values to be evaluated.\n max - The curve describing the maximum values to be evaluated.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "float" }, - { "name": "max", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Randomly select values based on the interval between the minimum and maximum constants.\n\n```plaintext\nParams: min - The constant describing the minimum values to be evaluated.\n max - The constant describing the maximum values to be evaluated.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "time", "typeName": "float" }], - "isStatic": false, - "name": "Evaluate", - "comment": "Calculated curve/constant value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the curve. This is valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves.\n lerpFactor - Blend between the two curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves).\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "time", "typeName": "float" }, - { "name": "lerpFactor", "typeName": "float" } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "Calculated curve/constant value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the curve. This is valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves.\n lerpFactor - Blend between the two curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves).\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "MinMaxCurve", - "params": [{ "name": "constant", "typeName": "float" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "MinMaxCurve", - "comment": "Script interface for a Min-Max Curve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "force", - "comment": "The force applied to the rigidbody every frame.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "relativeForce", - "comment": "The force - relative to the rigid bodies coordinate system - applied every frame.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "torque", - "comment": "The torque applied to the rigidbody every frame.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "relativeTorque", - "comment": "The torque - relative to the rigid bodies coordinate system - applied every frame.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ConstantForce", - "comment": "A force applied constantly.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Rigidbody", - "name": "connectedBody", - "comment": "A reference to another rigidbody this joint connects to.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationBody", - "name": "connectedArticulationBody", - "comment": "A reference to an articulation body this joint connects to.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "axis", - "comment": "The Direction of the axis around which the body is constrained.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "anchor", - "comment": "The Position of the anchor around which the joints motion is constrained.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "connectedAnchor", - "comment": "Position of the anchor relative to the connected Rigidbody.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "autoConfigureConnectedAnchor", - "comment": "Should the connectedAnchor be calculated automatically?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "breakForce", - "comment": "The force that needs to be applied for this joint to break.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "breakTorque", - "comment": "The torque that needs to be applied for this joint to break. To be able to break, a joint must be _Locked_ or _Limited_ on the axis of rotation where the torque is being applied. This means that some joints cannot break, such as an unconstrained Configurable Joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "enableCollision", - "comment": "Enable collision between bodies connected with the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "enablePreprocessing", - "comment": "Toggle preprocessing for this joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "massScale", - "comment": "The scale to apply to the inverse mass and inertia tensor of the body prior to solving the constraints.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "connectedMassScale", - "comment": "The scale to apply to the inverse mass and inertia tensor of the connected body prior to solving the constraints.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "currentForce", - "comment": "The force applied by the solver to satisfy all constraints.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "currentTorque", - "comment": "The torque applied by the solver to satisfy all constraints.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "Joint", - "comment": "Joint is the base class for all joints.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "randomizeRotationDirection", - "comment": "Cause some particles to spin in the opposite direction.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "duration", - "comment": "The duration of the Particle System in seconds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "loop", - "comment": "Specifies whether the Particle System is looping.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "prewarm", - "comment": "If ParticleSystem.MainModule._loop is true, when you enable this property, the Particle System looks like it has already simulated for one loop when first becoming visible.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startDelay", - "comment": "Start delay in seconds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startDelayMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startDelay in seconds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startLifetime", - "comment": "The total lifetime in seconds that each new particle has.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startLifetimeMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startLifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startSpeed", - "comment": "The initial speed of particles when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSpeedMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startSpeed.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "startSize3D", - "comment": "A flag to enable specifying particle size individually for each axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startSize", - "comment": "The initial size of particles when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSizeMultiplier", - "comment": "A multiplier for the initial size of particles when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startSizeX", - "comment": "The initial size of particles along the x-axis when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSizeXMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startSizeX.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startSizeY", - "comment": "The initial size of particles along the y-axis when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSizeYMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startSizeY.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startSizeZ", - "comment": "The initial size of particles along the z-axis when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSizeZMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startSizeZ.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "startRotation3D", - "comment": "A flag to enable 3D particle rotation.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startRotation", - "comment": "The initial rotation of particles when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startRotationMultiplier", - "comment": "A multiplier for ParticleSystem.MainModule._startRotation.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startRotationX", - "comment": "The initial rotation of particles around the x-axis when emitted.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startRotationXMultiplier", - "comment": "The initial rotation multiplier of particles around the x-axis when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startRotationY", - "comment": "The initial rotation of particles around the y-axis when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startRotationYMultiplier", - "comment": "The initial rotation multiplier of particles around the y-axis when the Particle System first spawns them..\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startRotationZ", - "comment": "The initial rotation of particles around the z-axis when the Particle System first spawns them\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startRotationZMultiplier", - "comment": "The initial rotation multiplier of particles around the z-axis when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "flipRotation", - "comment": "Makes some particles spin in the opposite direction.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", - "name": "startColor", - "comment": "The initial color of particles when the Particle System first spawns them.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "gravityModifier", - "comment": "A scale that this Particle System applies to gravity, defined by Physics.gravity.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "gravityModifierMultiplier", - "comment": "Change the gravity multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "simulationSpace", - "comment": "This selects the space in which to simulate particles. It can be either world or local space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Transform", - "name": "customSimulationSpace", - "comment": "Simulate particles relative to a custom transform component.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "simulationSpeed", - "comment": "Override the default playback speed of the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useUnscaledTime", - "comment": "When true, use the unscaled delta time to simulate the Particle System. Otherwise, use the scaled delta time.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemScalingMode", - "name": "scalingMode", - "comment": "Control how the Particle System applies its Transform component to the particles it emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "playOnAwake", - "comment": "If set to true, the Particle System automatically begins to play on startup.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "maxParticles", - "comment": "The maximum number of particles to emit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemEmitterVelocityMode", - "name": "emitterVelocityMode", - "comment": "Control how the Particle System calculates its velocity, when moving in the world.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemStopAction", - "name": "stopAction", - "comment": "Select whether to Disable or Destroy the GameObject, or to call the OnParticleSystemStopped script Callback, when the Particle System stops and all particles have died.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRingBufferMode", - "name": "ringBufferMode", - "comment": "Configure the Particle System to not kill its particles when their lifetimes are exceeded.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "ringBufferLoopRange", - "comment": "When ParticleSystem.MainModule.ringBufferMode is set to loop, this value defines the proportion of the particle life that loops.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCullingMode", - "name": "cullingMode", - "comment": "Configure whether the Particle System will still be simulated each frame, when it is offscreen.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "MainModule", - "comment": "Script interface for the MainModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.JointMotor", - "name": "motor", - "comment": "The motor will apply a force up to a maximum force to achieve the target velocity in degrees per second.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointLimits", - "name": "limits", - "comment": "Limit of angular rotation (in degrees) on the hinge joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointSpring", - "name": "spring", - "comment": "The spring attempts to reach a target angle by adding spring and damping forces.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "useMotor", - "comment": "Enables the joint's motor. Disabled by default.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "useLimits", - "comment": "Enables the joint's limits. Disabled by default.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "useSpring", - "comment": "Enables the joint's spring. Disabled by default.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "velocity", - "comment": "The angular velocity of the joint in degrees per second. (Read Only)\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "angle", - "comment": "The current angle in degrees of the joint relative to its rest position. (Read Only)\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "HingeJoint", - "comment": "The HingeJoint groups together 2 rigid bodies, constraining them to move like connected by a hinge.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemEmissionType", - "name": "type", - "comment": "The emission type.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "rate", - "comment": "The rate at which the system spawns new particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "rateMultiplier", - "comment": "Change the rate multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the EmissionModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "rateOverTime", - "comment": "The rate at which the emitter spawns new particles over time.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "rateOverTimeMultiplier", - "comment": "Change the rate over time multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "rateOverDistance", - "comment": "The rate at which the emitter spawns new particles over distance.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "rateOverDistanceMultiplier", - "comment": "Change the rate over distance multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "burstCount", - "comment": "The current number of bursts.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "bursts", - "typeName": "UnityEngine.ParticleSystem.Burst[]" - } - ], - "isStatic": false, - "name": "SetBursts", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "bursts", - "typeName": "UnityEngine.ParticleSystem.Burst[]" - }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetBursts", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "bursts", - "typeName": "UnityEngine.ParticleSystem.Burst[]" - } - ], - "isStatic": false, - "name": "GetBursts", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "burst", "typeName": "UnityEngine.ParticleSystem.Burst" } - ], - "isStatic": false, - "name": "SetBurst", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Burst", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetBurst", - "comment": "The burst data at the given index.\n\n```plaintext\nParams: index - The index of the burst to retrieve.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "EmissionModule", - "comment": "Script interface for the EmissionModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "spring", - "comment": "The spring force used to keep the two objects together.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "damper", - "comment": "The damper force used to dampen the spring force.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "minDistance", - "comment": "The minimum distance between the bodies relative to their initial distance.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxDistance", - "comment": "The maximum distance between the bodies relative to their initial distance.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "tolerance", - "comment": "The maximum allowed error between the current spring length and the length defined by minDistance and maxDistance.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "SpringJoint", - "comment": "The spring joint ties together 2 rigid bodies, spring forces will be automatically applied to keep the object at the given distance.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "box", - "comment": "Scale of the box to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "meshScale", - "comment": "Apply a scaling factor to the Mesh that emits the particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "randomDirection", - "comment": "Randomizes the starting direction of particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the ShapeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "shapeType", - "comment": "The type of shape to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "randomDirectionAmount", - "comment": "Randomizes the starting direction of particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "sphericalDirectionAmount", - "comment": "Makes particles move in a spherical direction from their starting point.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "randomPositionAmount", - "comment": "Randomizes the starting position of particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "alignToDirection", - "comment": "Align particles based on their initial direction of travel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "Radius of the shape to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "radiusMode", - "comment": "The mode to use to generate particles along the radius.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radiusSpread", - "comment": "Control the gap between particle emission points along the radius.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "radiusSpeed", - "comment": "In animated modes, this determines how quickly the particle emission position moves along the radius.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radiusSpeedMultiplier", - "comment": "A multiplier of the radius speed of the particle emission shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radiusThickness", - "comment": "Radius thickness of the shape's edge from which to emit particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "angle", - "comment": "Angle of the cone to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "length", - "comment": "Length of the cone to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "boxThickness", - "comment": "Thickness of the box to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemMeshShapeType", - "name": "meshShapeType", - "comment": "Where on the Mesh to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Mesh", - "name": "mesh", - "comment": "Mesh to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.MeshRenderer", - "name": "meshRenderer", - "comment": "MeshRenderer to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.SkinnedMeshRenderer", - "name": "skinnedMeshRenderer", - "comment": "SkinnedMeshRenderer to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "sprite", - "comment": "Sprite to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.SpriteRenderer", - "name": "spriteRenderer", - "comment": "SpriteRenderer to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useMeshMaterialIndex", - "comment": "Emit particles from a single Material, or the whole Mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "meshMaterialIndex", - "comment": "Emit particles from a single Material of a Mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useMeshColors", - "comment": "Modulate the particle colors with the vertex colors, or the Material color if no vertex colors exist.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "normalOffset", - "comment": "Move particles away from the surface of the source Mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "meshSpawnMode", - "comment": "The mode to use to generate particles on a Mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "meshSpawnSpread", - "comment": "Control the gap between particle emission points across the Mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "meshSpawnSpeed", - "comment": "In animated modes, this determines how quickly the particle emission position moves across the Mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "meshSpawnSpeedMultiplier", - "comment": "A multiplier of the Mesh spawn speed.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "arc", - "comment": "Angle of the circle arc to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", - "name": "arcMode", - "comment": "The mode that Unity uses to generate particles around the arc.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "arcSpread", - "comment": "Control the gap between particle emission points around the arc.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "arcSpeed", - "comment": "In animated modes, this determines how quickly the particle emission position moves around the arc.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "arcSpeedMultiplier", - "comment": "A multiplier of the arc speed of the particle emission shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "donutRadius", - "comment": "The thickness of the Donut shape to emit particles from.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Apply an offset to the position from which the system emits particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotation", - "comment": "Apply a rotation to the shape from which the system emits particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale", - "comment": "Apply scale to the shape from which the system emits particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Specifies a Texture to tint the particle's start colors.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", - "name": "textureClipChannel", - "comment": "Selects which channel of the Texture to use for discarding particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "textureClipThreshold", - "comment": "Discards particles when they spawn on an area of the Texture with a value lower than this threshold.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "textureColorAffectsParticles", - "comment": "When enabled, the system applies the RGB channels of the Texture to the particle color when the particle spawns.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "textureAlphaAffectsParticles", - "comment": "When enabled, the system applies the alpha channel of the Texture to the particle alpha when the particle spawns.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "textureBilinearFiltering", - "comment": "When enabled, the system takes four neighboring samples from the Texture then combines them to give the final particle value.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "textureUVChannel", - "comment": "When using a Mesh as a source shape type, this option controls which UV channel on the Mesh to use for reading the source Texture.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ShapeModule", - "comment": "Script interface for the ShapeModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "FixedJoint", - "comment": "The Fixed joint groups together 2 rigidbodies, making them stick together in their bound position.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "maxPlaneCount", - "comment": "The maximum number of planes it is possible to set as colliders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the CollisionModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionType", - "name": "type", - "comment": "The type of particle collision to perform.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionMode", - "name": "mode", - "comment": "Choose between 2D and 3D world collisions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "dampen", - "comment": "How much speed does each particle lose after a collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "dampenMultiplier", - "comment": "Change the dampen multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "bounce", - "comment": "How much force is applied to each particle after a collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "bounceMultiplier", - "comment": "A multiplier for ParticleSystem.CollisionModule._bounce.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "lifetimeLoss", - "comment": "How much a collision reduces a particle's lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "lifetimeLossMultiplier", - "comment": "Change the lifetime loss multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "minKillSpeed", - "comment": "Kill particles whose speed falls below this threshold, after a collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "maxKillSpeed", - "comment": "Kill particles whose speed goes above this threshold, after a collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "collidesWith", - "comment": "Control which Layers this Particle System collides with.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enableDynamicColliders", - "comment": "Allow particles to collide with dynamic colliders when using world collision mode.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "maxCollisionShapes", - "comment": "The maximum number of collision shapes Unity considers for particle collisions. It ignores excess shapes. Terrains take priority.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionQuality", - "name": "quality", - "comment": "Specifies the accuracy of particle collisions against colliders in the Scene.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "voxelSize", - "comment": "Size of voxels in the collision cache.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radiusScale", - "comment": "A multiplier that Unity applies to the size of each particle before collisions are processed.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "sendCollisionMessages", - "comment": "Send collision callback messages.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "colliderForce", - "comment": "How much force is applied to a Collider when hit by particles from this Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyColliderForceByCollisionAngle", - "comment": "Specifies whether the physics system considers the collision angle when it applies forces from particles to Colliders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyColliderForceByParticleSpeed", - "comment": "Specifies whether the physics system considers particle speeds when it applies forces to Colliders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyColliderForceByParticleSize", - "comment": "Specifies whether the physics system considers particle sizes when it applies forces to Colliders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "planeCount", - "comment": "Shows the number of planes currently set as Colliders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enableInteriorCollisions", - "comment": "Allow particles to collide when inside colliders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "AddPlane", - "comment": "Adds a collision plane to use with this Particle System.\n\n```plaintext\nParams: transform - The plane to add.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemovePlane", - "comment": "Removes a collision plane associated with this Particle System.\n\n```plaintext\nParams: index - The collision plane to remove.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "RemovePlane", - "comment": "Removes a collision plane associated with this Particle System.\n\n```plaintext\nParams: transform - The collision plane to remove.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "transform", "typeName": "UnityEngine.Transform" } - ], - "isStatic": false, - "name": "SetPlane", - "comment": "Set a collision plane to use with this Particle System.\n\n```plaintext\nParams: index - The plane entry to set.\n transform - The plane to collide particles against.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Transform", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPlane", - "comment": "The plane.\n\n```plaintext\nParams: index - The plane to return.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "CollisionModule", - "comment": "Script interface for the CollisionMmodule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Quaternion", - "name": "targetRotation", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "targetAngularVelocity", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "rotationDrive", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "swingAxis", - "comment": "The secondary axis around which the joint can rotate.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimitSpring", - "name": "twistLimitSpring", - "comment": "The configuration of the spring attached to the twist limits of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimitSpring", - "name": "swingLimitSpring", - "comment": "The configuration of the spring attached to the swing limits of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "lowTwistLimit", - "comment": "The lower limit around the primary axis of the character joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "highTwistLimit", - "comment": "The upper limit around the primary axis of the character joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "swing1Limit", - "comment": "The angular limit of rotation (in degrees) around the primary axis of the character joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "swing2Limit", - "comment": "The angular limit of rotation (in degrees) around the primary axis of the character joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "enableProjection", - "comment": "Brings violated constraints back into alignment even when the solver fails.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "projectionDistance", - "comment": "Set the linear tolerance threshold for projection.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "projectionAngle", - "comment": "Set the angular tolerance threshold (in degrees) for projection.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "CharacterJoint", - "comment": "Character Joints are mainly used for Ragdoll effects.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "maxColliderCount", - "comment": "The maximum number of collision shapes that can be attached to this Particle System trigger.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the TriggerModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "inside", - "comment": "Choose what action to perform when particles are inside the trigger volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "outside", - "comment": "Choose what action to perform when particles are outside the trigger volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "enter", - "comment": "Choose what action to perform when particles enter the trigger volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "exit", - "comment": "Choose what action to perform when particles leave the trigger volume.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemColliderQueryMode", - "name": "colliderQueryMode", - "comment": "Determines whether collider information is available when calling ParticleSystem::GetTriggerParticles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radiusScale", - "comment": "A multiplier Unity applies to the size of each particle before it processes overlaps.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "colliderCount", - "comment": "Indicates the number of collision shapes attached to this Particle System trigger.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Component" } - ], - "isStatic": false, - "name": "AddCollider", - "comment": "Adds a Collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: transform - The Collider to associate with this trigger.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveCollider", - "comment": "Removes a collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: index - The Collider to remove.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "collider", "typeName": "UnityEngine.Component" } - ], - "isStatic": false, - "name": "RemoveCollider", - "comment": "Removes a collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: collider - The Collider to remove.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "collider", "typeName": "UnityEngine.Component" } - ], - "isStatic": false, - "name": "SetCollider", - "comment": "Sets a Collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: index - The Collider entry to assign.\n collider - The Collider to associate with this trigger.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Component", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetCollider", - "comment": "The Collider at the given index.\n\n```plaintext\nParams: index - The Collider to return.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "TriggerModule", - "comment": "Script interface for the TriggerModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Joint", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "secondaryAxis", - "comment": "The joint's secondary axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "xMotion", - "comment": "Allow movement along the X axis to be Free, completely Locked, or Limited according to Linear Limit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "yMotion", - "comment": "Allow movement along the Y axis to be Free, completely Locked, or Limited according to Linear Limit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "zMotion", - "comment": "Allow movement along the Z axis to be Free, completely Locked, or Limited according to Linear Limit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "angularXMotion", - "comment": "Allow rotation around the X axis to be Free, completely Locked, or Limited according to Low and High Angular XLimit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "angularYMotion", - "comment": "Allow rotation around the Y axis to be Free, completely Locked, or Limited according to Angular YLimit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ConfigurableJointMotion", - "name": "angularZMotion", - "comment": "Allow rotation around the Z axis to be Free, completely Locked, or Limited according to Angular ZLimit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimitSpring", - "name": "linearLimitSpring", - "comment": "The configuration of the spring attached to the linear limit of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimitSpring", - "name": "angularXLimitSpring", - "comment": "The configuration of the spring attached to the angular X limit of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimitSpring", - "name": "angularYZLimitSpring", - "comment": "The configuration of the spring attached to the angular Y and angular Z limits of the joint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "linearLimit", - "comment": "Boundary defining movement restriction, based on distance from the joint's origin.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "lowAngularXLimit", - "comment": "Boundary defining lower rotation restriction, based on delta from original rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "highAngularXLimit", - "comment": "Boundary defining upper rotation restriction, based on delta from original rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "angularYLimit", - "comment": "Boundary defining rotation restriction, based on delta from original rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.SoftJointLimit", - "name": "angularZLimit", - "comment": "Boundary defining rotation restriction, based on delta from original rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "targetPosition", - "comment": "The desired position that the joint should move into.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "targetVelocity", - "comment": "The desired velocity that the joint should move along.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "xDrive", - "comment": "Definition of how the joint's movement will behave along its local X axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "yDrive", - "comment": "Definition of how the joint's movement will behave along its local Y axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "zDrive", - "comment": "Definition of how the joint's movement will behave along its local Z axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "targetRotation", - "comment": "This is a Quaternion. It defines the desired rotation that the joint should rotate into.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "targetAngularVelocity", - "comment": "This is a Vector3. It defines the desired angular velocity that the joint should rotate into.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.RotationDriveMode", - "name": "rotationDriveMode", - "comment": "Control the object's rotation with either X & YZ or Slerp Drive by itself.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "angularXDrive", - "comment": "Definition of how the joint's rotation will behave around its local X axis. Only used if Rotation Drive Mode is Swing & Twist.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "angularYZDrive", - "comment": "Definition of how the joint's rotation will behave around its local Y and Z axes. Only used if Rotation Drive Mode is Swing & Twist.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointDrive", - "name": "slerpDrive", - "comment": "Definition of how the joint's rotation will behave around all local axes. Only used if Rotation Drive Mode is Slerp Only.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.JointProjectionMode", - "name": "projectionMode", - "comment": "Brings violated constraints back into alignment even when the solver fails. Projection is not a physical process and does not preserve momentum or respect collision geometry. It is best avoided if practical, but can be useful in improving simulation quality where joint separation results in unacceptable artifacts.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "projectionDistance", - "comment": "Set the linear tolerance threshold for projection.\n\nIf the joint separates by more than this distance along its locked degrees of freedom, the solver\nwill move the bodies to close the distance.\n\nSetting a very small tolerance may result in simulation jitter or other artifacts.\n\nSometimes it is not possible to project (for example when the joints form a cycle).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "projectionAngle", - "comment": "Set the angular tolerance threshold (in degrees) for projection.\n\nIf the joint deviates by more than this angle around its locked angular degrees of freedom,\nthe solver will move the bodies to close the angle.\n\nSetting a very small tolerance may result in simulation jitter or other artifacts.\n\nSometimes it is not possible to project (for example when the joints form a cycle).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "configuredInWorldSpace", - "comment": "If enabled, all Target values will be calculated in world space instead of the object's local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "swapBodies", - "comment": "Enable this property to swap the order in which the physics engine processes the Rigidbodies involved in the joint. This results in different joint motion but has no impact on Rigidbodies and anchors.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ConfigurableJoint", - "comment": "The configurable joint is an extremely flexible joint giving you complete control over rotation and linear motion.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystem", - "name": "birth0", - "comment": "Sub-Particle System which spawns at the locations of the birth of the particles from the parent system.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem", - "name": "birth1", - "comment": "Sub-Particle System which spawns at the locations of the birth of the particles from the parent system.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem", - "name": "collision0", - "comment": "Sub-Particle System which spawns at the locations of the collision of the particles from the parent system.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem", - "name": "collision1", - "comment": "Sub-Particle System which spawns at the locations of the collision of the particles from the parent system.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem", - "name": "death0", - "comment": "Sub-Particle System which spawns at the locations of the death of the particles from the parent system.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem", - "name": "death1", - "comment": "Sub-Particle System to spawn on death of the parent system's particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the SubEmittersModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "subEmittersCount", - "comment": "The total number of sub-emitters.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" }, - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemSubEmitterType" - }, - { - "name": "properties", - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties" - }, - { "name": "emitProbability", "typeName": "float" } - ], - "isStatic": false, - "name": "AddSubEmitter", - "comment": "Add a new sub-emitter.\n\n```plaintext\nParams: subEmitter - The sub-emitter to add.\n type - The event that creates new particles.\n properties - The properties of the new particles.\n emitProbability - The probability that the sub-emitter emits particles. Accepts values from 0 to 1, where 0 is never and 1 is always.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" }, - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemSubEmitterType" - }, - { - "name": "properties", - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties" - } - ], - "isStatic": false, - "name": "AddSubEmitter", - "comment": "Add a new sub-emitter.\n\n```plaintext\nParams: subEmitter - The sub-emitter to add.\n type - The event that creates new particles.\n properties - The properties of the new particles.\n emitProbability - The probability that the sub-emitter emits particles. Accepts values from 0 to 1, where 0 is never and 1 is always.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSubEmitter", - "comment": "Removes a sub-emitter from the given index in the array.\n\n```plaintext\nParams: index - The index from which to remove a sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" } - ], - "isStatic": false, - "name": "RemoveSubEmitter", - "comment": "Removes a sub-emitter from the given index in the array.\n\n```plaintext\nParams: subEmitter - The sub-emitter to remove.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" } - ], - "isStatic": false, - "name": "SetSubEmitterSystem", - "comment": "Sets the Particle System to use as the sub-emitter at the given index.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n subEmitter - The Particle System to use as the sub-emitter at the specified index.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemSubEmitterType" - } - ], - "isStatic": false, - "name": "SetSubEmitterType", - "comment": "Sets the type of the sub-emitter at the given index.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n type - The new spawning type to assign to this sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "properties", - "typeName": "UnityEngine.ParticleSystemSubEmitterProperties" - } - ], - "isStatic": false, - "name": "SetSubEmitterProperties", - "comment": "Sets the properties of the sub-emitter at the given index.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n properties - The new properties to assign to this sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "emitProbability", "typeName": "float" } - ], - "isStatic": false, - "name": "SetSubEmitterEmitProbability", - "comment": "Sets the probability that the sub-emitter emits particles.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n emitProbability - The probability value.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "ParticleSystem", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSubEmitterSystem", - "comment": "The sub-emitter at the index.\n\n```plaintext\nParams: index - The index of the desired sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "ParticleSystemSubEmitterType", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSubEmitterType", - "comment": "The type of sub-emitter at the index.\n\n```plaintext\nParams: index - The index of the desired sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "ParticleSystemSubEmitterProperties", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSubEmitterProperties", - "comment": "The properties of the sub-emitter at the index.\n\n```plaintext\nParams: index - The index of the sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSubEmitterEmitProbability", - "comment": "The emission probability for the sub-emitter\n\n```plaintext\nParams: index - The index of the sub-emitter.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "SubEmittersModule", - "comment": "Script interface for the SubEmittersModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "point", - "comment": "The point of contact.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "Normal of the contact point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Collider", - "name": "thisCollider", - "comment": "The first collider in contact at the point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Collider", - "name": "otherCollider", - "comment": "The other collider in contact at the point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "separation", - "comment": "The distance between the colliders at the contact point.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ContactPoint", - "comment": "Describes a contact point where the collision occurs.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "flipU", - "comment": "Flip the U coordinate on particles, causing them to appear mirrored horizontally.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "flipV", - "comment": "Flip the V coordinate on particles, causing them to appear mirrored vertically.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useRandomRow", - "comment": "Use a random row of the Texture sheet for each particle emitted.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the TextureSheetAnimationModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationMode", - "name": "mode", - "comment": "Select whether the animated Texture information comes from a grid of frames on a single Texture, or from a list of Sprite objects.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", - "name": "timeMode", - "comment": "Select whether the system bases the playback on mapping a curve to the lifetime of each particle, by using the particle speeds, or if playback simply uses a constant frames per second.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "fps", - "comment": "Control how quickly the animation plays.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "numTilesX", - "comment": "Defines the tiling of the Texture in the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "numTilesY", - "comment": "Defines the tiling of the texture in the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationType", - "name": "animation", - "comment": "Specifies the animation type.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationRowMode", - "name": "rowMode", - "comment": "Select how particles choose which row of a Texture Sheet Animation to use.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "frameOverTime", - "comment": "A curve to control which frame of the Texture sheet animation to play.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "frameOverTimeMultiplier", - "comment": "The frame over time mutiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "startFrame", - "comment": "Define a random starting frame for the Texture sheet animation.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startFrameMultiplier", - "comment": "The starting frame multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "cycleCount", - "comment": "Specifies how many times the animation loops during the lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "rowIndex", - "comment": "Explicitly select which row of the Texture sheet to use. The system uses this property when ParticleSystem.TextureSheetAnimationModule.rowMode is set to Custom.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.UVChannelFlags", - "name": "uvChannelMask", - "comment": "Choose which UV channels receive Texture animation.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "spriteCount", - "comment": "The total number of sprites.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "speedRange", - "comment": "Specify how particle speeds are mapped to the animation frames.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], - "isStatic": false, - "name": "AddSprite", - "comment": "Add a new Sprite.\n\n```plaintext\nParams: sprite - The Sprite to be added.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveSprite", - "comment": "Remove a Sprite from the given index in the array.\n\n```plaintext\nParams: index - The index from which to remove a Sprite.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "sprite", "typeName": "UnityEngine.Sprite" } - ], - "isStatic": false, - "name": "SetSprite", - "comment": "Set the Sprite at the given index.\n\n```plaintext\nParams: index - The index of the Sprite being modified.\n sprite - The Sprite being assigned.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetSprite", - "comment": "The Sprite being requested.\n\n```plaintext\nParams: index - The index of the desired Sprite.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "TextureSheetAnimationModule", - "comment": "Script interface for the TextureSheetAnimationModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.PhysicsScene" }, - { "name": "rhs", "typeName": "UnityEngine.PhysicsScene" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.PhysicsScene" }, - { "name": "rhs", "typeName": "UnityEngine.PhysicsScene" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.PhysicsScene" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Is the physics scene valid?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsEmpty", - "comment": "Is the physics Scene is empty?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "step", "typeName": "float" }], - "isStatic": false, - "name": "Simulate", - "comment": "Whether the simulation was run or not. Running the simulation during physics callbacks will always fail.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "True if the ray intersects with a Collider, otherwise false.\n\n```plaintext\nParams: origin - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n maxDistance - The max distance the ray should check for collisions.\n layerMask - A that is used to selectively ignore Colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "raycastHits", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "True if the ray intersects with a Collider, otherwise false.\n\n```plaintext\nParams: origin - The starting point and direction of the ray.\n direction - The direction of the ray.\n raycastHits - The buffer to store the hits into.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - The amount of hits stored into the results buffer.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "CapsuleCast", - "comment": "The amount of hits stored to the results buffer.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n results - The buffer to store the results in.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "OverlapCapsule", - "comment": "The amount of entries written to the buffer.\n\n```plaintext\nParams: point0 - The center of the sphere at the start of the capsule.\n point1 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n results - The buffer to store the results into.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "SphereCast", - "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: origin - The center of the sphere at the start of the sweep.\n radius - The radius of the sphere.\n direction - The direction into which to sweep the sphere.\n results - The buffer to save the results to.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - A that is used to selectively ignore colliders when casting a capsule.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "OverlapSphere", - "comment": "The amount of colliders stored into the results buffer.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n results - The buffer to store the results into.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "The amount of colliders stored in results.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half of the size of the box in each dimension.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" } - ], - "isStatic": false, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "The amount of hits stored to the results buffer.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": false, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "PhysicsScene", - "comment": "Represents a single instance of a 3D physics Scene.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "lifetime", - "comment": "The lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "randomValue", - "comment": "The random value of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "size", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "color", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "The velocity of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "animatedVelocity", - "comment": "The animated velocity of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "totalVelocity", - "comment": "The total velocity of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "remainingLifetime", - "comment": "The remaining lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startLifetime", - "comment": "The starting lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "startColor", - "comment": "The initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "uint", - "name": "randomSeed", - "comment": "The random seed of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "axisOfRotation", - "comment": "Mesh particles rotate around this axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSize", - "comment": "The initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "startSize3D", - "comment": "The initial 3D size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "rotation", - "comment": "The rotation of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotation3D", - "comment": "The 3D rotation of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "angularVelocity", - "comment": "The angular velocity of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity3D", - "comment": "The 3D angular velocity of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "system", "typeName": "UnityEngine.ParticleSystem" } - ], - "isStatic": false, - "name": "GetCurrentSize", - "comment": "Current size.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "system", "typeName": "UnityEngine.ParticleSystem" } - ], - "isStatic": false, - "name": "GetCurrentSize3D", - "comment": "Current size.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Color32", - "params": [ - { "name": "system", "typeName": "UnityEngine.ParticleSystem" } - ], - "isStatic": false, - "name": "GetCurrentColor", - "comment": "Current color.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "SetMeshIndex", - "comment": "Sets the Mesh index of the particle, used for choosing which Mesh a particle is rendered with.\n\n```plaintext\nParams: index - The Mesh index.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "system", "typeName": "UnityEngine.ParticleSystem" } - ], - "isStatic": false, - "name": "GetMeshIndex", - "comment": "The index of the mesh used for rendering the particle.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "Particle", - "comment": "Script interface for a Particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "PhysicsScene", - "params": [], - "isStatic": false, - "name": "GetPhysicsScene", - "comment": "The 3D physics Scene used by the Scene.\n\n```plaintext\nParams: scene - The Scene from which to return the 3D physics Scene.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "PhysicsSceneExtensions", - "comment": "Scene extensions to access the underlying physics scene.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ArticulationJointType", - "name": "FixedJoint", - "comment": "Fixed joint doesn't allow any relative movement of the connected bodies.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationJointType", - "name": "PrismaticJoint", - "comment": "Prismatic joint only allows relative translation of the connection bodies along one specified axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationJointType", - "name": "RevoluteJoint", - "comment": "Revolute joint allows rotational movement around the X axis of the parent's anchor.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationJointType", - "name": "SphericalJoint", - "comment": "Spherical joint only allows relative rotations of the two connected bodies.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ArticulationJointType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ArticulationJointType", - "comment": "The type of the joint that restricts movement of the two connected articulation bodies.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "bool", - "name": "running", - "comment": "Whether or not the subsystem is running.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts an instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops an instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "Destroys this instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "IntegratedSubsystem", - "comment": "An IntegratedSubsystem is initialized from an IntegratedSubsystemDescriptor for a given Subsystem (Example, Input, Environment, Display, etc.) and provides an interface to interact with that given IntegratedSubsystem until it is Destroyed. After an IntegratedSubsystem is created it can be Started or Stopped to turn on and off functionality (and preserve performance). The base type for IntegratedSubsystem only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given IntegratedSubsystem.\n\n Note: initializing a second IntegratedSubsystem from the same IntegratedSubsystemDescriptor will return a reference to the existing IntegratedSubsystem as only one IntegratedSubsystem is currently allowed for a single IntegratedSubsystem provider.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "LockedMotion", - "comment": "The relative motion of the two connected articulation bodies is not allowed.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "LimitedMotion", - "comment": "The relative motion of the two connected articulation bodies is limited to a certain range.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "FreeMotion", - "comment": "The relative motion of the two connected articulation bodies is unconstrained.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ArticulationDofLock", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ArticulationDofLock", - "comment": "The lock type applied to a particular degree of freedom of an articulation body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.IntegratedSubsystem", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "TSubsystemDescriptor", - "name": "subsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "TSubsystemDescriptor", - "name": "SubsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "IntegratedSubsystem", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "lowerLimit", - "comment": "The lower limit of motion for a particular degree of freedom.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "upperLimit", - "comment": "The upper limit of motion for a particular degree of freedom.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "stiffness", - "comment": "The stiffness of the spring connected to this drive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "damping", - "comment": "The damping of the spring attached to this drive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "forceLimit", - "comment": "The maximum force this drive can apply to a body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "target", - "comment": "The target value the drive will try to reach.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "targetVelocity", - "comment": "The velocity of the body this drive will try to reach.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ArticulationDrive", - "comment": "Drive applies forces and torques to the connected bodies.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "intersection", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "collider", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "CollisionEvent", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "dofCount", - "comment": "The number of degrees of freedom of a body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "a", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Stores coordinates in reduced space.\n\n```plaintext\nParams: a - Coordinate of the first degree of freedom.\n b - Coordinate of the second degree of freedom.\n c - Coordinate of the third degree of freedom.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Stores coordinates in reduced space.\n\n```plaintext\nParams: a - Coordinate of the first degree of freedom.\n b - Coordinate of the second degree of freedom.\n c - Coordinate of the third degree of freedom.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "a", "typeName": "float" }, - { "name": "b", "typeName": "float" }, - { "name": "c", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Stores coordinates in reduced space.\n\n```plaintext\nParams: a - Coordinate of the first degree of freedom.\n b - Coordinate of the second degree of freedom.\n c - Coordinate of the third degree of freedom.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ArticulationReducedSpace", - "comment": "Coordinates in reduced space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "time", - "comment": "The time that each burst occurs.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "count", - "comment": "Specify the number of particles to emit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "short", - "name": "minCount", - "comment": "The minimum number of particles to emit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "short", - "name": "maxCount", - "comment": "The maximum number of particles to emit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "cycleCount", - "comment": "Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "repeatInterval", - "comment": "How often to repeat the burst, in seconds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "probability", - "comment": "The probability that the system triggers a burst.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_time", "typeName": "float" }, - { "name": "_count", "typeName": "short" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Construct a new Burst with a time and count.\n\n```plaintext\nParams: _time - Time to emit the burst.\n _minCount - Minimum number of particles to emit.\n _maxCount - Maximum number of particles to emit.\n _count - Number of particles to emit.\n _cycleCount - Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n _repeatInterval - How often to repeat the burst, in seconds.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_time", "typeName": "float" }, - { "name": "_minCount", "typeName": "short" }, - { "name": "_maxCount", "typeName": "short" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Construct a new Burst with a time and count.\n\n```plaintext\nParams: _time - Time to emit the burst.\n _minCount - Minimum number of particles to emit.\n _maxCount - Maximum number of particles to emit.\n _count - Number of particles to emit.\n _cycleCount - Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n _repeatInterval - How often to repeat the burst, in seconds.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_time", "typeName": "float" }, - { "name": "_minCount", "typeName": "short" }, - { "name": "_maxCount", "typeName": "short" }, - { "name": "_cycleCount", "typeName": "int" }, - { "name": "_repeatInterval", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Construct a new Burst with a time and count.\n\n```plaintext\nParams: _time - Time to emit the burst.\n _minCount - Minimum number of particles to emit.\n _maxCount - Maximum number of particles to emit.\n _count - Number of particles to emit.\n _cycleCount - Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n _repeatInterval - How often to repeat the burst, in seconds.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_time", "typeName": "float" }, - { - "name": "_count", - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_time", "typeName": "float" }, - { - "name": "_count", - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve" - }, - { "name": "_cycleCount", "typeName": "int" }, - { "name": "_repeatInterval", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "Burst", - "comment": "Script interface for a Burst.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemGradientMode", - "name": "mode", - "comment": "Set the mode that the Min-Max Gradient uses to evaluate colors.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Gradient", - "name": "gradientMax", - "comment": "Set a gradient for the upper bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Gradient", - "name": "gradientMin", - "comment": "Set a gradient for the lower bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "colorMax", - "comment": "Set a constant color for the upper bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "colorMin", - "comment": "Set a constant color for the lower bound.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Set a constant color.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Gradient", - "name": "gradient", - "comment": "Set the gradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": ".ctor", - "comment": "A single constant color for the entire gradient.\n\n```plaintext\nParams: color - Constant color.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gradient", "typeName": "UnityEngine.Gradient" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Use one gradient when evaluating numbers along this Min-Max Gradient.\n\n```plaintext\nParams: gradient - A single gradient for evaluating against.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Color" }, - { "name": "max", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Randomly select colors based on the interval between the minimum and maximum constants.\n\n```plaintext\nParams: min - The constant color describing the minimum colors to be evaluated.\n max - The constant color describing the maximum colors to be evaluated.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "min", "typeName": "UnityEngine.Gradient" }, - { "name": "max", "typeName": "UnityEngine.Gradient" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Randomly select colors based on the interval between the minimum and maximum gradients.\n\n```plaintext\nParams: min - The gradient describing the minimum colors to be evaluated.\n max - The gradient describing the maximum colors to be evaluated.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "time", "typeName": "float" }], - "isStatic": false, - "name": "Evaluate", - "comment": "Calculated gradient/color value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients.\n lerpFactor - Blend between the two gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients).\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "time", "typeName": "float" }, - { "name": "lerpFactor", "typeName": "float" } - ], - "isStatic": false, - "name": "Evaluate", - "comment": "Calculated gradient/color value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients.\n lerpFactor - Blend between the two gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients).\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "MinMaxGradient", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "MinMaxGradient", - "params": [ - { "name": "gradient", "typeName": "UnityEngine.Gradient" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "MinMaxGradient", - "comment": "Script interface for a Min-Max Gradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "A unique string that identifies the subsystem that this Descriptor can create.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "IntegratedSubsystemDescriptor", - "comment": "Information about a subsystem that can be queried before creating a subsystem instance.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystem.Particle", - "name": "particle", - "comment": "Override all the properties of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Override the position of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "applyShapeToPosition", - "comment": "When overriding the position of particles, setting this flag to true allows you to retain the influence of the shape module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Override the velocity of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startLifetime", - "comment": "Override the lifetime of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "startSize", - "comment": "Override the initial size of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "startSize3D", - "comment": "Override the initial 3D size of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "axisOfRotation", - "comment": "Override the axis of rotation of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "rotation", - "comment": "Override the rotation of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "rotation3D", - "comment": "Override the 3D rotation of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "angularVelocity", - "comment": "Override the angular velocity of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity3D", - "comment": "Override the 3D angular velocity of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "startColor", - "comment": "Override the initial color of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "uint", - "name": "randomSeed", - "comment": "Override the random seed of particles this system emits.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "meshIndex", - "comment": "Set the index that specifies which Mesh to emit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetPosition", - "comment": "Revert the position back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetVelocity", - "comment": "Revert the velocity back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetAxisOfRotation", - "comment": "Revert the axis of rotation back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetRotation", - "comment": "Reverts rotation and rotation3D back to the values specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetAngularVelocity", - "comment": "Reverts angularVelocity and angularVelocity3D back to the values specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetStartSize", - "comment": "Revert the initial size back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetStartColor", - "comment": "Revert the initial color back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetRandomSeed", - "comment": "Revert the random seed back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetStartLifetime", - "comment": "Revert the lifetime back to the value specified in the Inspector.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetMeshIndex", - "comment": "Revert the Mesh selection back to the default randomized behavior.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "EmitParams", - "comment": "Script interface for Particle System emission parameters.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "PlaybackState", - "comment": "Script interface for storing the particle playback state.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", - "attribute": "", - "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], - "fields": [], - "methods": [ - { - "returnTypeName": "TSubsystem", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "IntegratedSubsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "running", - "comment": "Will be true if asking the subsytem to start was successful. False in the case that the subsystem has stopped, was asked to stop or has not been started yet.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts an instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops an instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "Destroys this instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "ISubsystem", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "A unique string that identifies the subsystem that this Descriptor can create.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "ISubsystem", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "An instance of ISubsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "ISubsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "FixedElementField", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "e__FixedBuffer", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "this[]", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "rows", - "comment": "Number of rows of the matrix is equal to the number of articulation bodies in hierarchy times 6: 3 rows of linearpositional DOF and 3 rows of angularrotational DOF for each body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "columns", - "comment": "Number of columns of the matrix is equal to the total number of all joint degrees of freedom(DOF), plus 6 if ArticulationBody.immovable is false.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "elements", - "comment": "List of floats representing Jacobian matrix.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rows", "typeName": "int" }, - { "name": "cols", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ArticulationJacobian", - "comment": "The floating point dense Jacobian matrix of the articulation body hierarchy.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "bool", - "name": "running", - "comment": "Whether or not the subsystem is running.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts an instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops an instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "Destroys this instance of a subsystem.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "Subsystem", - "comment": "A Subsystem is initialized from a SubsystemDescriptorWithProvider for a given Subsystem (Example, Input, Display, etc.) and provides an interface to interact with that given Subsystem until it is Destroyed. After a Subsystem is created it can be Started or Stopped to turn on and off functionality (and improve performance). The base type for subsystems only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given Subsystem.\n\n Note: initializing a second Subsystem from the same SubsystemDescriptor will return a reference to the existing Subsystem as only one Subsystem is currently allowed for a single Subsystem provider.\n\nThis subsystem base-class is deprecated. If you are creating a new subsystem type, derive from SubsystemWithProvider instead.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ArticulationJointType", - "name": "jointType", - "comment": "The type of joint connecting this body to its parent body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "anchorPosition", - "comment": "Position of the anchor relative to this body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "parentAnchorPosition", - "comment": "Position of the anchor relative to this body's parent.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "anchorRotation", - "comment": "Rotation of the anchor relative to this body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "parentAnchorRotation", - "comment": "Rotation of the anchor relative to this body's parent.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "isRoot", - "comment": "Indicates whether this body is the root body of the articulation (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "linearLockX", - "comment": "The type of lock along X axis of movement.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "linearLockY", - "comment": "The type of lock along Y axis of movement.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "linearLockZ", - "comment": "The type of lock along Z axis of movement.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "swingYLock", - "comment": "The magnitude of the conical swing angle relative to Y axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "swingZLock", - "comment": "The magnitude of the conical swing angle relative to Z axis.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDofLock", - "name": "twistLock", - "comment": "The type of lock for twist movement.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDrive", - "name": "xDrive", - "comment": "The properties of drive along or around X.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDrive", - "name": "yDrive", - "comment": "The properties of drive along or around Y.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationDrive", - "name": "zDrive", - "comment": "The properties of drive along or around Z.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "immovable", - "comment": "Allows you to specify that this body is not movable.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "useGravity", - "comment": "Controls whether gravity affects this articulation body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "linearDamping", - "comment": "Damping factor that affects how this body resists linear motion.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "angularDamping", - "comment": "Damping factor that affects how this body resists rotations.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "jointFriction", - "comment": "Allows you to specify the amount of friction that is applied as a result of the parent body moving relative to this body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Linear velocity of the body defined in world space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "angularVelocity", - "comment": "The angular velocity of the body defined in world space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "mass", - "comment": "The mass of this articulation body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "centerOfMass", - "comment": "The center of mass of the body defined in local space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldCenterOfMass", - "comment": "The center of mass of the body defined in world space (Read Only).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "inertiaTensor", - "comment": "The inertia tensor of this body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "inertiaTensorRotation", - "comment": "The rotation of the inertia tensor.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepThreshold", - "comment": "The mass-normalized energy threshold, below which objects start going to sleep.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverIterations", - "comment": "The solverIterations determines how accurately articulation body joints and collision contacts are resolved.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverVelocityIterations", - "comment": "The solverVelocityIterations affects how accurately articulation body joints and collision contacts are resolved during bounce.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxAngularVelocity", - "comment": "The maximimum angular velocity of the articulation body measured in radians per second.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxLinearVelocity", - "comment": "The maximum linear velocity of the articulation body measured in meters per second.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxJointVelocity", - "comment": "The maximum joint velocity of the articulation body joint in reduced coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxDepenetrationVelocity", - "comment": "The maximum velocity of an articulation body when moving out of penetrating state.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationReducedSpace", - "name": "jointPosition", - "comment": "The joint position in reduced coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationReducedSpace", - "name": "jointVelocity", - "comment": "The joint velocity in reduced coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationReducedSpace", - "name": "jointAcceleration", - "comment": "The joint acceleration in reduced coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.ArticulationReducedSpace", - "name": "jointForce", - "comment": "The joint force in reduced coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "dofCount", - "comment": "The amount of degrees of freedom of a body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "index", - "comment": "The index of the body in the hierarchy of articulation bodies.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.CollisionDetectionMode", - "name": "collisionDetectionMode", - "comment": "The ArticulationBody's collision detection mode.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddForce", - "comment": "Add force to the articulation body.\n\n```plaintext\nParams: force - The force vector to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddRelativeForce", - "comment": "Applies a force to the articulation body, relative to its local coordinate system.\n\n```plaintext\nParams: force - Force vector in local coordinates.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddTorque", - "comment": "Add torque to the articulation body.\n\n```plaintext\nParams: torque - The torque to apply.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "AddRelativeTorque", - "comment": "Applies a torque to the articulation body, relative to its local coordinate system.\n\n```plaintext\nParams: torque - Torque vector in local coordinates.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "force", "typeName": "UnityEngine.Vector3" }, - { "name": "position", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "AddForceAtPosition", - "comment": "Applies a force at a specific position, resulting in applying a torque and force on the object.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n position - Position in world coordinates.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetCenterOfMass", - "comment": "Resets the center of mass of the articulation body.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetInertiaTensor", - "comment": "Resets the inertia tensor value and rotation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Sleep", - "comment": "Forces an articulation body to sleep.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsSleeping", - "comment": "Indicates whether the articulation body is sleeping.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "WakeUp", - "comment": "Forces an articulation body to wake up.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "TeleportRoot", - "comment": "Teleport the root body of the articulation to a new pose.\n\n```plaintext\nParams: position - The new position of the root articulation body.\n rotation - The new orientation of the root articulation body.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "GetClosestPoint", - "comment": "The point on the surfaces of all Colliders attached to this articulation body that is closest to the given one.\n\n```plaintext\nParams: point - The point of interest.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "relativePoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetRelativePointVelocity", - "comment": "The velocity relative to the articulation body at the point relativePoint.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "GetPointVelocity", - "comment": "Gets the velocity of the articulation body at the specified worldPoint in global space.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "jacobian", - "typeName": "UnityEngine.ArticulationJacobian" - } - ], - "isStatic": false, - "name": "GetDenseJacobian", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetJointPositions", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetJointPositions", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "velocities", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetJointVelocities", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "velocities", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetJointVelocities", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "accelerations", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetJointAccelerations", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "accelerations", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetJointAccelerations", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "forces", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetJointForces", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "forces", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetJointForces", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "targets", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetDriveTargets", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targets", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetDriveTargets", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "targetVelocities", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetDriveTargetVelocities", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "targetVelocities", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetDriveTargetVelocities", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "dofStartIndices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetDofStartIndices", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "ArticulationBody", - "comment": "A body that forms part of a Physics articulation.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Subsystem", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "TSubsystemDescriptor", - "name": "SubsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "Subsystem", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "IgnoreRaycastLayer", - "comment": "Layer mask constant to select ignore raycast layer.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "DefaultRaycastLayers", - "comment": "Layer mask constant to select default raycast layers.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "AllLayers", - "comment": "Layer mask constant to select all layers.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "kIgnoreRaycastLayer", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "kDefaultRaycastLayers", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "kAllLayers", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "minPenetrationForPenalty", - "comment": "The minimum contact penetration value in order to apply a penalty force (default 0.05). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "gravity", - "comment": "The gravity applied to all rigid bodies in the Scene.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "defaultContactOffset", - "comment": "The default contact offset of the newly created colliders.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepThreshold", - "comment": "The mass-normalized energy threshold, below which objects start going to sleep.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "queriesHitTriggers", - "comment": "Specifies whether queries (raycasts, spherecasts, overlap tests, etc.) hit Triggers by default.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "queriesHitBackfaces", - "comment": "Whether physics queries should hit back-face triangles.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bounceThreshold", - "comment": "Two colliding objects with a relative velocity below this will not bounce (default 2). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "defaultMaxDepenetrationVelocity", - "comment": "The maximum default velocity needed to move a Rigidbody's collider out of another collider's surface penetration. Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "defaultSolverIterations", - "comment": "The defaultSolverIterations determines how accurately Rigidbody joints and collision contacts are resolved. (default 6). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "defaultSolverVelocityIterations", - "comment": "The defaultSolverVelocityIterations affects how accurately the Rigidbody joints and collision contacts are resolved. (default 1). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "bounceTreshold", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepVelocity", - "comment": "The default linear velocity, below which objects start going to sleep (default 0.15). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "sleepAngularVelocity", - "comment": "The default angular velocity, below which objects start sleeping (default 0.14). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "maxAngularVelocity", - "comment": "The default maximum angular velocity permitted for any rigid bodies (default 7). Must be positive.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverIterationCount", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "solverVelocityIterationCount", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "penetrationPenaltyForce", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "defaultMaxAngularSpeed", - "comment": "Default maximum angular speed of the dynamic Rigidbody, in radians (default 50).\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.PhysicsScene", - "name": "defaultPhysicsScene", - "comment": "The PhysicsScene automatically created when Unity starts.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "autoSimulation", - "comment": "Sets whether the physics should be simulated automatically or not.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "autoSyncTransforms", - "comment": "Whether or not to automatically sync transform changes with the physics system whenever a Transform component changes.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "reuseCollisionCallbacks", - "comment": "Determines whether the garbage collector should reuse only a single instance of a Collision type for all collision callbacks.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "interCollisionDistance", - "comment": "Sets the minimum separation distance for cloth inter-collision.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "interCollisionStiffness", - "comment": "Sets the cloth inter-collision stiffness.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "bool", - "name": "interCollisionSettingsToggle", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "clothGravity", - "comment": "Cloth Gravity setting.\nSet gravity for all cloth components.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider" }, - { "name": "collider2", "typeName": "UnityEngine.Collider" }, - { "name": "ignore", "typeName": "bool" } - ], - "isStatic": true, - "name": "IgnoreCollision", - "comment": "Makes the collision detection system ignore all collisions between collider1 and collider2.\n\n```plaintext\nParams: collider1 - Any collider.\n collider2 - Another collider you want to have collider1 to start or stop ignoring collisions with.\n ignore - Whether or not the collisions between the two colliders should be ignored or not.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider" }, - { "name": "collider2", "typeName": "UnityEngine.Collider" } - ], - "isStatic": true, - "name": "IgnoreCollision", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer1", "typeName": "int" }, - { "name": "layer2", "typeName": "int" }, - { "name": "ignore", "typeName": "bool" } - ], - "isStatic": true, - "name": "IgnoreLayerCollision", - "comment": "Makes the collision detection system ignore all collisions between any collider in layer1 and any collider in layer2.\n\nNote that IgnoreLayerCollision will reset the trigger state of affected colliders, so you might receive OnTriggerExit and OnTriggerEnter messages in response to calling this.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layer1", "typeName": "int" }, - { "name": "layer2", "typeName": "int" } - ], - "isStatic": true, - "name": "IgnoreLayerCollision", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "layer1", "typeName": "int" }, - { "name": "layer2", "typeName": "int" } - ], - "isStatic": true, - "name": "GetIgnoreLayerCollision", - "comment": "Are collisions between layer1 and layer2 being ignored?\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "collider1", "typeName": "UnityEngine.Collider" }, - { "name": "collider2", "typeName": "UnityEngine.Collider" } - ], - "isStatic": true, - "name": "GetIgnoreCollision", - "comment": "Whether the collision detection system will ignore all collisionstriggers between collider1 and collider2/ or not.\n\n```plaintext\nParams: collider1 - The first collider to compare to collider2.\n collider2 - The second collider to compare to collider1.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "Raycast", - "comment": "Returns true if the ray intersects with a Collider, otherwise false.\n\n```plaintext\nParams: origin - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n maxDistance - The max distance the ray should check for collisions.\n layerMask - A that is used to selectively ignore Colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "Raycast", - "comment": "Returns true when the ray intersects any collider, otherwise false.\n\n```plaintext\nParams: ray - The starting point and direction of the ray.\n maxDistance - The max distance the ray should check for collisions.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "Linecast", - "comment": "Returns true if there is any collider intersecting the line between start and end.\n\n```plaintext\nParams: start - Start point.\n end - End point.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "Linecast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "True when the capsule sweep intersects any collider, otherwise false.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "CapsuleCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "True when the sphere sweep intersects any collider, otherwise false.\n\n```plaintext\nParams: ray - The starting point and direction of the ray into which the sphere sweep is cast.\n radius - The radius of the sphere.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "SphereCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "True, if any intersections were found.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } - ], - "isStatic": true, - "name": "BoxCast", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "See Also: Raycast.\n\n```plaintext\nParams: origin - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layermask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "An array of RaycastHit objects. Note that the order of the results is undefined.\n\n```plaintext\nParams: ray - The starting point and direction of the ray.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], - "isStatic": true, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: ray - The starting point and direction of the ray.\n results - The buffer to store the hits into.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: origin - The starting point and direction of the ray.\n results - The buffer to store the hits into.\n direction - The direction of the ray.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": true, - "name": "RaycastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "An array of all colliders hit in the sweep.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n maxDistance - The max length of the sweep.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "CapsuleCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "An array of all colliders hit in the sweep.\n\n```plaintext\nParams: origin - The center of the sphere at the start of the sweep.\n radius - The radius of the sphere.\n direction - The direction in which to sweep the sphere.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "Like Physics.SphereCast, but this function will return all hits the sphere sweep intersects.\n\n```plaintext\nParams: ray - The starting point and direction of the ray into which the sphere sweep is cast.\n radius - The radius of the sphere.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "Colliders touching or inside the capsule.\n\n```plaintext\nParams: point0 - The center of the sphere at the start of the capsule.\n point1 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapCapsule", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "OverlapSphere", - "comment": "Returns an array with all colliders touching or inside the sphere.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n layerMask - A defines which layers of colliders to include in the query.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapSphere", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "OverlapSphere", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "step", "typeName": "float" }], - "isStatic": true, - "name": "Simulate", - "comment": "Simulate physics in the Scene.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "SyncTransforms", - "comment": "Apply Transform changes to the physics engine.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "colliderA", "typeName": "UnityEngine.Collider" }, - { "name": "positionA", "typeName": "UnityEngine.Vector3" }, - { "name": "rotationA", "typeName": "UnityEngine.Quaternion" }, - { "name": "colliderB", "typeName": "UnityEngine.Collider" }, - { "name": "positionB", "typeName": "UnityEngine.Vector3" }, - { "name": "rotationB", "typeName": "UnityEngine.Quaternion" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "distance", "typeName": "float" } - ], - "isStatic": true, - "name": "ComputePenetration", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector3" }, - { "name": "collider", "typeName": "UnityEngine.Collider" }, - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "rotation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "ClosestPoint", - "comment": "The point on the collider that is closest to the specified location.\n\n```plaintext\nParams: point - Location you want to find the closest point to.\n collider - The collider that you find the closest point on.\n position - The position of the collider.\n rotation - The rotation of the collider.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "OverlapSphereNonAlloc", - "comment": "Returns the amount of colliders stored into the results buffer.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n results - The buffer to store the results into.\n layerMask - A defines which layers of colliders to include in the query.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapSphereNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" } - ], - "isStatic": true, - "name": "OverlapSphereNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CheckSphere", - "comment": "Returns true if there are any colliders overlapping the sphere defined by position and radius in world coordinates.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CheckSphere", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "CheckSphere", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "The amount of hits stored into the buffer.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n results - The buffer to store the hits into.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "point2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": true, - "name": "CapsuleCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: origin - The center of the sphere at the start of the sweep.\n radius - The radius of the sphere.\n direction - The direction in which to sweep the sphere.\n results - The buffer to save the hits into.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: ray - The starting point and direction of the ray into which the sphere sweep is cast.\n radius - The radius of the sphere.\n results - The buffer to save the results to.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "ray", "typeName": "UnityEngine.Ray" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": true, - "name": "SphereCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CheckCapsule", - "comment": "Checks if any colliders overlap a capsule-shaped volume in world space.\n\n```plaintext\nParams: start - The center of the sphere at the start of the capsule.\n end - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CheckCapsule", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "start", "typeName": "UnityEngine.Vector3" }, - { "name": "end", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" } - ], - "isStatic": true, - "name": "CheckCapsule", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "layermask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "CheckBox", - "comment": "True, if the box overlaps with any colliders.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n orientation - Rotation of the box.\n layermask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "CheckBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "CheckBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "CheckBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "Colliders that overlap with the given box.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half of the size of the box in each dimension.\n orientation - Rotation of the box.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "OverlapBox", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "mask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "The amount of colliders stored in results.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half of the size of the box in each dimension.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "mask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" } - ], - "isStatic": true, - "name": "OverlapBoxNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "The amount of hits stored to the results buffer.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } - ], - "isStatic": true, - "name": "BoxCastNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "All colliders that were hit.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "maxDistance", "typeName": "float" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "BoxCastAll", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "layerMask", "typeName": "int" }, - { - "name": "queryTriggerInteraction", - "typeName": "UnityEngine.QueryTriggerInteraction" - } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "The amount of entries written to the buffer.\n\n```plaintext\nParams: point0 - The center of the sphere at the start of the capsule.\n point1 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n results - The buffer to store the results into.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "point0", "typeName": "UnityEngine.Vector3" }, - { "name": "point1", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "results", "typeName": "UnityEngine.Collider[]" } - ], - "isStatic": true, - "name": "OverlapCapsuleNonAlloc", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "worldBounds", "typeName": "UnityEngine.Bounds" }, - { "name": "subdivisions", "typeName": "int" } - ], - "isStatic": true, - "name": "RebuildBroadphaseRegions", - "comment": "Rebuild the broadphase interest regions as well as set the world boundaries.\n\n```plaintext\nParams: worldBounds - Boundaries of the physics world.\n subdivisions - How many cells to create along x and z axis.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "meshID", "typeName": "int" }, - { "name": "convex", "typeName": "bool" } - ], - "isStatic": true, - "name": "BakeMesh", - "comment": "Prepares the Mesh for use with a MeshCollider.\n\n```plaintext\nParams: meshID - The instance ID of the Mesh to bake collision data from.\n convex - A flag to indicate whether to bake convex geometry or not.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "Physics", - "comment": "Global physics properties and helper methods.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISubsystemDescriptor"], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "A unique string that identifies the subsystem that this Descriptor can create.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "System.Type", - "name": "subsystemImplementationType", - "comment": "The System.Type of the subsystem implementation associated with this descriptor.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "SubsystemDescriptor", - "comment": "Information about a subsystem that can be queried before creating a subsystem instance.\n\nThis subsystem descriptor base-class is deprecated. If you are creating a new subsystem type, derive from SubsystemDecriptorWithProvider instead.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "from", - "comment": "The starting point of the ray in world coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "direction", - "comment": "The direction of the ray.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The maximum distance the ray should check for collisions.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "layerMask", - "comment": "A LayerMask that is used to selectively ignore Colliders when casting a ray.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "maxHits", - "comment": "The maximum number of Colliders the ray can hit.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" }, - { "name": "maxHits", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a RaycastCommand.\n\n```plaintext\nParams: from - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n distance - The maximum distance the ray should check for collisions.\n layerMask - A LayerMask that is used to selectively ignore Colliders when casting a ray.\n maxHits - The maximum number of Colliders the ray can hit.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "commands", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "results", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "minCommandsPerJob", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": true, - "name": "ScheduleBatch", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "RaycastCommand", - "comment": "Struct used to set up a raycast command to be performed asynchronously during a job.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.SubsystemDescriptor", - "attribute": "", - "interfaces": ["ISubsystemDescriptor"], - "fields": [], - "methods": [ - { - "returnTypeName": "TSubsystem", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "origin", - "comment": "The starting point of the sphere cast in world coordinates.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the casting sphere.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "direction", - "comment": "The direction of the sphere cast.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The maximum distance the sphere should check for collisions.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "layerMask", - "comment": "The LayerMask that selectively ignores Colliders when casting a sphere.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "origin", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a SpherecastCommand.\n\n```plaintext\nParams: origin - The starting point of the sphere cast.\n radius - The radius of the casting sphere.\n direction - The direction of the sphere cast.\n distance - The maximum distance the cast should check for collisions.\n layerMask - The LayerMask that selectively ignores Colliders when casting a sphere.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "commands", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "results", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "minCommandsPerJob", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": true, - "name": "ScheduleBatch", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "SpherecastCommand", - "comment": "Use this struct to set up a sphere cast command that is performed asynchronously during a job.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "point1", - "comment": "The center of the sphere at the start of the capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "point2", - "comment": "The center of the sphere at the end of the capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "direction", - "comment": "The direction of the capsule cast.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The maximum distance the capsule cast checks for collision.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "layerMask", - "comment": "A LayerMask that selectively ignores Colliders when casting a capsule.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "p1", "typeName": "UnityEngine.Vector3" }, - { "name": "p2", "typeName": "UnityEngine.Vector3" }, - { "name": "radius", "typeName": "float" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a CapsulecastCommand.\n\n```plaintext\nParams: p1 - The center of the sphere at the start of the capsule.\n p2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction of the capsule cast\n distance - The maximum length of the sweep.\n layerMask - The LayerMask that selectively ignores Colliders when casting a capsule.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "commands", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "results", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "minCommandsPerJob", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": true, - "name": "ScheduleBatch", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "CapsulecastCommand", - "comment": "Use this struct to set up a capsule cast command that is performed asynchronously during a job.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "Center of the box.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "halfExtents", - "comment": "Half the size of the box in each dimension.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "orientation", - "comment": "Rotation of the box.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "direction", - "comment": "The direction in which to sweep the box.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "The maximum distance of the sweep.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "typeName": "int", - "name": "layerMask", - "comment": "A LayerMask that is used to selectively ignore Colliders when casting a box.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "center", "typeName": "UnityEngine.Vector3" }, - { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, - { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, - { "name": "direction", "typeName": "UnityEngine.Vector3" }, - { "name": "distance", "typeName": "float" }, - { "name": "layerMask", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a BoxcastCommand.\n\n```plaintext\nParams: center - Center of the box.\n halfExtend - Half the size of the box in each dimension.\n orientation - Rotation of the box.\n direction - The direction in which to sweep the box.\n distance - The maximum length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a box.\n \n```\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "returnTypeName": "JobHandle", - "params": [ - { - "name": "commands", - "typeName": "Unity.Collections.NativeArray" - }, - { - "name": "results", - "typeName": "Unity.Collections.NativeArray" - }, - { "name": "minCommandsPerJob", "typeName": "int" }, - { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } - ], - "isStatic": true, - "name": "ScheduleBatch", - "comment": "", - "location": "UnityEngine.PhysicsModule.dll" - } - ], - "name": "BoxcastCommand", - "comment": "Use this struct to set up a box cast command to be performed asynchronously during a job.\n\n", - "location": "UnityEngine.PhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Action", - "name": "beforeReloadSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "System.Action", - "name": "afterReloadSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "System.Action", - "name": "reloadSubsytemsStarted", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "System.Action", - "name": "reloadSubsytemsCompleted", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "descriptors", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetAllSubsystemDescriptors", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "descriptors", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetSubsystemDescriptors", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "subsystems", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_beforeReloadSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_beforeReloadSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_afterReloadSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_afterReloadSubsystems", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "subsystems", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetInstances", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_reloadSubsytemsStarted", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_reloadSubsytemsStarted", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_reloadSubsytemsCompleted", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_reloadSubsytemsCompleted", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemManager", - "comment": "Gives access to subsystems which provide additional functionality through plugins.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "filename", "typeName": "string" }], - "isStatic": true, - "name": "CaptureScreenshot", - "comment": "", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { "name": "superSize", "typeName": "int" } - ], - "isStatic": true, - "name": "CaptureScreenshot", - "comment": "Captures a screenshot at path filename as a PNG file.\n\n```plaintext\nParams: filename - Pathname to save the screenshot file to.\n superSize - Factor by which to increase resolution.\n stereoCaptureMode - Specifies the eye texture to capture when stereo rendering is enabled.\n \n```\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { - "name": "stereoCaptureMode", - "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode" - } - ], - "isStatic": true, - "name": "CaptureScreenshot", - "comment": "", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [], - "isStatic": true, - "name": "CaptureScreenshotAsTexture", - "comment": "", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [{ "name": "superSize", "typeName": "int" }], - "isStatic": true, - "name": "CaptureScreenshotAsTexture", - "comment": "Captures a screenshot of the game view into a Texture2D object.\n\n```plaintext\nParams: superSize - Factor by which to increase resolution.\n stereoCaptureMode - Specifies the eye texture to capture when stereo rendering is enabled.\n \n```\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [ - { - "name": "stereoCaptureMode", - "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode" - } - ], - "isStatic": true, - "name": "CaptureScreenshotAsTexture", - "comment": "", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "renderTexture", "typeName": "UnityEngine.RenderTexture" } - ], - "isStatic": true, - "name": "CaptureScreenshotIntoRenderTexture", - "comment": "Captures a screenshot of the game view into a RenderTexture object.\n\n```plaintext\nParams: renderTexture - RenderTexture that will get filled with the screen content.\n \n```\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - } - ], - "name": "ScreenCapture", - "comment": "Functionality to take Screenshots.\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "Heightmap", - "comment": "Indicates a change to the heightmap data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "TreeInstances", - "comment": "Indicates a change to the tree data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "DelayedHeightmapUpdate", - "comment": "Indicates a change to the heightmap data without computing LOD.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "FlushEverythingImmediately", - "comment": "Indicates that a change was made to the terrain that was so significant that the internal rendering data need to be flushed and recreated.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "RemoveDirtyDetailsImmediately", - "comment": "Indicates a change to the detail data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "HeightmapResolution", - "comment": "Indicates a change to the heightmap resolution.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "Holes", - "comment": "Indicates a change to the Terrain holes data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "DelayedHolesUpdate", - "comment": "Indicates a change to the Terrain holes data, which doesn't include LOD calculations and tree/vegetation updates.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainChangedFlags", - "name": "WillBeDestroyed", - "comment": "Indicates that the TerrainData object is about to be destroyed.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TerrainChangedFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainChangedFlags", - "comment": "Indicate the types of changes to the terrain in OnTerrainChanged callback.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "heightmap", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "trees", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "details", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "all", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "Heightmap", - "comment": "Render heightmap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "Trees", - "comment": "Render trees.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "Details", - "comment": "Render terrain details.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "All", - "comment": "Render all options.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TerrainRenderFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainRenderFlags", - "comment": "Enum provding terrain rendering options.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", - "name": "LeftEye", - "comment": "The Left Eye is captured. This is the default setting for the CaptureScreenshot method.\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", - "name": "RightEye", - "comment": "The Right Eye is captured.\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", - "name": "BothEyes", - "comment": "Both the left and right eyes are captured and composited into one image.\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ScreenCaptureModule.dll" - } - ], - "name": "StereoScreenCaptureMode", - "comment": "Enumeration specifying the eye texture to capture when using ScreenCapture.CaptureScreenshot and when stereo rendering is enabled.\n\n", - "location": "UnityEngine.ScreenCaptureModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TerrainData", - "name": "terrainData", - "comment": "The Terrain Data that stores heightmaps, terrain textures, detail meshes and trees.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "treeDistance", - "comment": "The maximum distance at which trees are rendered.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "treeBillboardDistance", - "comment": "Distance from the camera where trees will be rendered as billboards only.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "treeCrossFadeLength", - "comment": "Total distance delta that trees will use to transition from billboard orientation to mesh orientation.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "treeMaximumFullLODCount", - "comment": "Maximum number of trees rendered at full LOD.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "detailObjectDistance", - "comment": "Detail objects will be displayed up to this distance.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "detailObjectDensity", - "comment": "Density of detail objects.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "heightmapPixelError", - "comment": "An approximation of how many pixels the terrain will pop in the worst case when switching lod.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "heightmapMaximumLOD", - "comment": "Lets you essentially lower the heightmap resolution used for rendering.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "basemapDistance", - "comment": "Heightmap patches beyond basemap distance will use a precomputed low res basemap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "lightmapIndex", - "comment": "The index of the baked lightmap applied to this terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "realtimeLightmapIndex", - "comment": "The index of the realtime lightmap applied to this terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "lightmapScaleOffset", - "comment": "The UV scale & offset used for a baked lightmap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "realtimeLightmapScaleOffset", - "comment": "The UV scale & offset used for a realtime lightmap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "freeUnusedRenderingResources", - "comment": "Whether some per-camera rendering resources for the terrain should be freed after not being used for some frames.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ShadowCastingMode", - "name": "shadowCastingMode", - "comment": "Allows you to set the shadow casting mode for the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", - "name": "reflectionProbeUsage", - "comment": "How reflection probes are used for terrain. See Rendering.ReflectionProbeUsage.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "materialTemplate", - "comment": "The custom material Unity uses to render the Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "drawHeightmap", - "comment": "Indicates whether Unity draws the Terrain geometry itself.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "allowAutoConnect", - "comment": "Specifies if the terrain tile will be automatically connected to adjacent tiles.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "groupingID", - "comment": "Grouping ID for auto connect.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "drawInstanced", - "comment": "Set to true to enable the terrain instance renderer. The default value is false.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "normalmapTexture", - "comment": "Returns the normal map texture computed from sampling the heightmap. It is only used when terrain is rendered using instancing.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "drawTreesAndFoliage", - "comment": "Specify if terrain trees and details should be drawn.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "patchBoundsMultiplier", - "comment": "Set the terrain bounding box scale.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "treeLODBiasMultiplier", - "comment": "The multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "collectDetailPatches", - "comment": "Collect detail patches from memory.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainRenderFlags", - "name": "editorRenderFlags", - "comment": "Controls what part of the terrain should be rendered.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "bakeLightProbesForTrees", - "comment": "Specifies if an array of internal light probes should be baked for terrain trees. Available only in editor.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "deringLightProbesForTrees", - "comment": "Removes ringing from probes on trees if enabled.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "preserveTreePrototypeLayers", - "comment": "Allows you to specify how Unity chooses the for tree instances.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "heightmapFormat", - "comment": "Graphics format of the Terrain heightmap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "heightmapTextureFormat", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "heightmapRenderTextureFormat", - "comment": "RenderTextureFormat of the terrain heightmap.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "normalmapFormat", - "comment": "Graphics format of the Terrain normal map texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "normalmapTextureFormat", - "comment": "Texture format of the Terrain normal map texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "normalmapRenderTextureFormat", - "comment": "Render texture format of the Terrain normal map texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "holesFormat", - "comment": "Graphics format of the Terrain holes Texture when it is not compressed.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTextureFormat", - "name": "holesRenderTextureFormat", - "comment": "Render texture format of the Terrain holes Texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", - "name": "compressedHolesFormat", - "comment": "Graphics format of the Terrain holes Texture when it is compressed.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "compressedHolesTextureFormat", - "comment": "Texture format of the Terrain holes Texture when it is compressed.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain", - "name": "activeTerrain", - "comment": "The active Terrain. This is a convenient function to get to the main Terrain in the Scene.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain[]", - "name": "activeTerrains", - "comment": "The active terrains in the Scene.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain", - "name": "leftNeighbor", - "comment": "The Terrain tile to the left, which is in the negative X direction.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain", - "name": "rightNeighbor", - "comment": "The Terrain tile to the left, which is in the positive X direction.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain", - "name": "topNeighbor", - "comment": "Terrain top neighbor.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain", - "name": "bottomNeighbor", - "comment": "Terrain bottom neighbor.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "uint", - "name": "renderingLayerMask", - "comment": "Determines which rendering layers the Terrain renderer lives on.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "splatmapDistance", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "castShadows", - "comment": "Should terrain cast shadows?.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain.MaterialType", - "name": "materialType", - "comment": "The type of the material used to render the terrain. Could be one of the built-in types or custom. See Terrain.MaterialType.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "legacySpecular", - "comment": "The specular color of the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "legacyShininess", - "comment": "The shininess value of the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetClosestReflectionProbes", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "worldPosition", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": false, - "name": "SampleHeight", - "comment": "Samples the height at the given position defined in world space, relative to the Terrain space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "instance", "typeName": "UnityEngine.TreeInstance" } - ], - "isStatic": false, - "name": "AddTreeInstance", - "comment": "Adds a tree instance to the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "left", "typeName": "UnityEngine.Terrain" }, - { "name": "top", "typeName": "UnityEngine.Terrain" }, - { "name": "right", "typeName": "UnityEngine.Terrain" }, - { "name": "bottom", "typeName": "UnityEngine.Terrain" } - ], - "isStatic": false, - "name": "SetNeighbors", - "comment": "Lets you set up the connection between neighboring Terrain tiles. This ensures LOD matches up on neighboring Terrain tiles.\n\n```plaintext\nParams: left - The Terrain tile to the left is in the negative X direction.\n top - The Terrain tile to the top is in the positive Z direction.\n right - The Terrain tile to the right is in the positive X direction.\n bottom - The Terrain tile to the bottom is in the negative Z direction.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [], - "isStatic": false, - "name": "GetPosition", - "comment": "Get the position of the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Flush", - "comment": "Flushes any change done in the terrain so it takes effect.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "properties", - "typeName": "UnityEngine.MaterialPropertyBlock" - } - ], - "isStatic": false, - "name": "SetSplatMaterialPropertyBlock", - "comment": "Set the additional material properties when rendering the terrain heightmap using the splat material.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "dest", "typeName": "UnityEngine.MaterialPropertyBlock" } - ], - "isStatic": false, - "name": "GetSplatMaterialPropertyBlock", - "comment": "Get the previously set splat material properties by copying to the dest MaterialPropertyBlock object.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "SetConnectivityDirty", - "comment": "Marks the current connectivity status as invalid.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "assignTerrain", "typeName": "UnityEngine.TerrainData" } - ], - "isStatic": true, - "name": "CreateTerrainGameObject", - "comment": "Creates a Terrain including collider from TerrainData.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ApplyDelayedHeightmapModification", - "comment": "Update the terrain's LOD and vegetation information after making changes with TerrainData.SetHeightsDelayLOD.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "Terrain", - "comment": "The Terrain component renders the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "frontSortingLayerID", - "comment": "Unique ID of the sorting layer defining the start of the custom range.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "int", - "name": "frontSortingOrder", - "comment": "Order within the front sorting layer defining the start of the custom range.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "int", - "name": "backSortingLayerID", - "comment": "Unique ID of the sorting layer defining the end of the custom range.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "int", - "name": "backSortingOrder", - "comment": "Order within the back sorting layer defining the end of the custom range.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "float", - "name": "alphaCutoff", - "comment": "The minimum alpha value used by the mask to select the area of influence defined over the mask's sprite.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "sprite", - "comment": "The Sprite used to define the mask.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "bool", - "name": "isCustomRangeActive", - "comment": "Mask sprites from front to back sorting values only.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "typeName": "UnityEngine.SpriteSortPoint", - "name": "spriteSortPoint", - "comment": "Determines the position of the Sprite used for sorting the SpriteMask.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SpriteMaskModule.dll" - } - ], - "name": "SpriteMask", - "comment": "A component for masking Sprites and Particles.\n\n", - "location": "UnityEngine.SpriteMaskModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "streamingMipmapBias", - "comment": "Offset applied to the mipmap level chosen by the texture streaming system for any textures visible from this camera. This Offset can take either a positive or negative value.\n\n", - "location": "UnityEngine.StreamingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "timeoutSeconds", "typeName": "float" }, - { "name": "activateCameraOnTimeout", "typeName": "bool" }, - { - "name": "disableCameraCuttingFrom", - "typeName": "UnityEngine.Camera" - } - ], - "isStatic": false, - "name": "SetPreloading", - "comment": "Initiate preloading of streaming data for this camera.\n\n```plaintext\nParams: timeoutSeconds - Optional timeout before stopping preloading. Set to 0.0f when no timeout is required.\n activateCameraOnTimeout - Set to True to activate the connected Camera component when timeout expires.\n disableCameraCuttingFrom - Camera to deactivate on timeout (if Camera.activateCameraOnTime is True). This parameter can be null.\n \n```\n\n", - "location": "UnityEngine.StreamingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CancelPreloading", - "comment": "Abort preloading.\n\n", - "location": "UnityEngine.StreamingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPreloading", - "comment": "True if in a preloading state, otherwise False.\n\n", - "location": "UnityEngine.StreamingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.StreamingModule.dll" - } - ], - "name": "StreamingController", - "comment": "A StreamingController controls the streaming settings for an individual camera location.\n\n", - "location": "UnityEngine.StreamingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "capacity", - "comment": "Reserve memory for the particle trail data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "Trails", - "comment": "Script interface for storing the particle trail data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Terrain.MaterialType", - "name": "BuiltInStandard", - "comment": "A built-in material that uses the standard physically-based lighting model. Inputs supported: smoothness, metallic / specular, normal.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain.MaterialType", - "name": "BuiltInLegacyDiffuse", - "comment": "A built-in material that uses the legacy Lambert (diffuse) lighting model and has optional normal map support.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain.MaterialType", - "name": "BuiltInLegacySpecular", - "comment": "A built-in material that uses the legacy BlinnPhong (specular) lighting model and has optional normal map support.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Terrain.MaterialType", - "name": "Custom", - "comment": "Use a custom material given by Terrain.materialTemplate.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Terrain.MaterialType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "MaterialType", - "comment": "The type of the material used to render a terrain object. Could be one of the built-in types or custom.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "particleIndex", "typeName": "int" }], - "isStatic": false, - "name": "GetColliderCount", - "comment": "The number of Colliders the particle is interacting with.\n\n```plaintext\nParams: particleIndex - The index of the particle event.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Component", - "params": [ - { "name": "particleIndex", "typeName": "int" }, - { "name": "colliderIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCollider", - "comment": "The Collider or Collider2D Component that a particle is interacting with.\n\n```plaintext\nParams: particleIndex - The index of the particle event.\n colliderIndex - The index of the collider to obtain.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ColliderData", - "comment": "Script interface for particle Collider data.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateGIMaterials", - "comment": "Schedules an update of the albedo and emissive Textures of a system that contains the Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "UpdateGIMaterials", - "comment": "Schedules an update of the albedo and emissive Textures of a system that contains the Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainExtensions", - "comment": "Extension methods to the Terrain class, used only for the UpdateGIMaterials method used by the Global Illumination System.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the VelocityOverLifetimeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "x", - "comment": "Curve to control particle speed based on lifetime, on the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "y", - "comment": "Curve to control particle speed based on lifetime, on the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "z", - "comment": "Curve to control particle speed based on lifetime, on the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "xMultiplier", - "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._x\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "yMultiplier", - "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._y.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "zMultiplier", - "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._z.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "orbitalX", - "comment": "Curve to control particle speed based on lifetime, around the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "orbitalY", - "comment": "Curve to control particle speed based on lifetime, around the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "orbitalZ", - "comment": "Curve to control particle speed based on lifetime, around the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "orbitalXMultiplier", - "comment": "Speed multiplier along the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "orbitalYMultiplier", - "comment": "Speed multiplier along the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "orbitalZMultiplier", - "comment": "Speed multiplier along the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "orbitalOffsetX", - "comment": "Specify a custom center of rotation for the orbital and radial velocities.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "orbitalOffsetY", - "comment": "Specify a custom center of rotation for the orbital and radial velocities.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "orbitalOffsetZ", - "comment": "Specify a custom center of rotation for the orbital and radial velocities.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "orbitalOffsetXMultiplier", - "comment": "A multiplier for _orbitalOffsetX.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "orbitalOffsetYMultiplier", - "comment": "A multiplier for _orbitalOffsetY.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "orbitalOffsetZMultiplier", - "comment": "A multiplier for _orbitalOffsetY.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "radial", - "comment": "Curve to control particle speed based on lifetime, away from a center position.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "radialMultiplier", - "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._radial.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "speedModifier", - "comment": "Curve to control particle speed based on lifetime, without affecting the direction of the particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "speedModifierMultiplier", - "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._speedModifier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "space", - "comment": "Specifies if the velocities are in local space (rotated with the transform) or world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "VelocityOverLifetimeModule", - "comment": "Script interface for the VelocityOverLifetimeModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ScriptableObject", - "name": "data", - "comment": "Data asociated to the Tree.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "hasSpeedTreeWind", - "comment": "Tells if there is wind data exported from SpeedTree are saved on this component.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "Tree", - "comment": "Tree Component for the tree creator.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the LimitForceOverLifetimeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "limitX", - "comment": "Maximum velocity curve for the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "limitXMultiplier", - "comment": "Change the limit multiplier on the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "limitY", - "comment": "Maximum velocity curve for the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "limitYMultiplier", - "comment": "Change the limit multiplier on the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "limitZ", - "comment": "Maximum velocity curve for the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "limitZMultiplier", - "comment": "Change the limit multiplier on the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "limit", - "comment": "Maximum velocity curve, when not using one curve per axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "limitMultiplier", - "comment": "Change the limit multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "dampen", - "comment": "Controls how much this module dampens particle velocities that exceed the velocity limit.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "separateAxes", - "comment": "Set the velocity limit on each axis separately. This module uses ParticleSystem.LimitVelocityOverLifetimeModule._drag to dampen a particle's velocity if the velocity exceeds this value.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "space", - "comment": "Specifies if the velocity limits are in local space (rotated with the transform) or world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "drag", - "comment": "Controls the amount of drag that this modules applies to the particle velocities.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "dragMultiplier", - "comment": "Specifies the drag multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyDragByParticleSize", - "comment": "Adjust the amount of drag this module applies to particles, based on their sizes.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "multiplyDragByParticleVelocity", - "comment": "Adjust the amount of drag this module applies to particles, based on their speeds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "LimitVelocityOverLifetimeModule", - "comment": "Script interface for the Limit Velocity Over Lifetime module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the InheritVelocityModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemInheritVelocityMode", - "name": "mode", - "comment": "Specifies how to apply emitter velocity to particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "curve", - "comment": "Curve to define how much of the emitter velocity the system applies during the lifetime of a particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "curveMultiplier", - "comment": "Change the curve multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "InheritVelocityModule", - "comment": "The Inherit Velocity Module controls how the velocity of the emitter is transferred to the particles as they are emitted.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Use this property to enable or disable the LifetimeByEmitterSpeed module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "curve", - "comment": "Use this curve to define which value to multiply the start lifetime of a particle with, based on the speed of the emitter when the particle is spawned.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "curveMultiplier", - "comment": "Use this property to change the curve multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "range", - "comment": "Control the start lifetime multiplier between these minimum and maximum speeds of the emitter.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "LifetimeByEmitterSpeedModule", - "comment": "The Lifetime By Emitter Speed Module controls the initial lifetime of each particle based on the speed of the emitter when the particle was spawned.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the ForceOverLifetimeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "x", - "comment": "The curve that defines particle forces in the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "y", - "comment": "The curve defining particle forces in the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "z", - "comment": "The curve defining particle forces in the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "xMultiplier", - "comment": "Defines the x-axis multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "yMultiplier", - "comment": "Defines the y-axis multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "zMultiplier", - "comment": "Defines the z-axis multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "space", - "comment": "Specifies whether the modules applies the forces in local or world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "randomized", - "comment": "When randomly selecting values between two curves or constants, this flag causes the system to choose a new random force on each frame.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ForceOverLifetimeModule", - "comment": "Script interface for the ForceOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the ColorOverLifetimeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", - "name": "color", - "comment": "The gradient that controls the particle colors.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ColorOverLifetimeModule", - "comment": "Script interface for the ColorOverLifetimeModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the ColorBySpeedModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", - "name": "color", - "comment": "The gradient that controls the particle colors.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "range", - "comment": "Apply the color gradient between these minimum and maximum speeds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ColorBySpeedModule", - "comment": "Script interface for the ColorBySpeedModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the SizeOverLifetimeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "size", - "comment": "Curve to control particle size based on lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "sizeMultiplier", - "comment": "A multiplier for ParticleSystem.SizeOverLifetimeModule._size.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "x", - "comment": "Size over lifetime curve for the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "xMultiplier", - "comment": "Size multiplier along the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "y", - "comment": "Size over lifetime curve for the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "yMultiplier", - "comment": "Size multiplier along the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "z", - "comment": "Size over lifetime curve for the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "zMultiplier", - "comment": "Size multiplier along the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "separateAxes", - "comment": "Set the size over lifetime on each axis separately.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "SizeOverLifetimeModule", - "comment": "Script interface for the SizeOverLifetimeModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the SizeBySpeedModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "size", - "comment": "Curve to control particle size based on speed.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "sizeMultiplier", - "comment": "A multiplier for ParticleSystem.SizeBySpeedModule._size.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "x", - "comment": "Size by speed curve for the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "xMultiplier", - "comment": "Size multiplier along the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "y", - "comment": "Size by speed curve for the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "yMultiplier", - "comment": "Size multiplier along the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "z", - "comment": "Size by speed curve for the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "zMultiplier", - "comment": "Size multiplier along the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "separateAxes", - "comment": "Set the size by speed on each axis separately.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "range", - "comment": "Set the minimum and maximum speed that this modules applies the size curve between.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "SizeBySpeedModule", - "comment": "Script interface for the SizeBySpeedModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the RotationOverLifetimeModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "x", - "comment": "Rotation over lifetime curve for the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "xMultiplier", - "comment": "Rotation multiplier around the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "y", - "comment": "Rotation over lifetime curve for the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "yMultiplier", - "comment": "Rotation multiplier around the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "z", - "comment": "Rotation over lifetime curve for the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "zMultiplier", - "comment": "Rotation multiplier around the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "separateAxes", - "comment": "Set the rotation over lifetime on each axis separately.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "RotationOverLifetimeModule", - "comment": "Script interface for the RotationOverLifetimeModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "ESpecifies whether the RotationBySpeedModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "x", - "comment": "Rotation by speed curve for the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "xMultiplier", - "comment": "Speed multiplier along the x-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "y", - "comment": "Rotation by speed curve for the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "yMultiplier", - "comment": "Speed multiplier along the y-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "z", - "comment": "Rotation by speed curve for the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "zMultiplier", - "comment": "Speed multiplier along the z-axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "separateAxes", - "comment": "Set the rotation by speed on each axis separately.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "range", - "comment": "Set the minimum and maximum speeds that this module applies the rotation curve between.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "RotationBySpeedModule", - "comment": "Script interface for the RotationBySpeedModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the ExternalForcesModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "multiplier", - "comment": "Multiplies the magnitude of external forces affecting the particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "multiplierCurve", - "comment": "Multiplies the magnitude of applied external forces.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGameObjectFilter", - "name": "influenceFilter", - "comment": "Apply all Force Fields belonging to a matching Layer to this Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "influenceMask", - "comment": "Particle System Force Field Components with a matching Layer affect this Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "influenceCount", - "comment": "The number of Force Fields explicitly provided to the influencers list.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "field", - "typeName": "UnityEngine.ParticleSystemForceField" - } - ], - "isStatic": false, - "name": "IsAffectedBy", - "comment": "Whether the Force Field affects the Particle System.\n\n```plaintext\nParams: field - The Force Field to test.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "field", - "typeName": "UnityEngine.ParticleSystemForceField" - } - ], - "isStatic": false, - "name": "AddInfluence", - "comment": "Adds a ParticleSystemForceField to the influencers list.\n\n```plaintext\nParams: field - The Force Field to add to the influencers list.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveInfluence", - "comment": "Removes the Force Field from the influencers list at the given index.\n\n```plaintext\nParams: index - The index to remove the chosen Force Field from.\n field - The Force Field to remove from the list.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "field", - "typeName": "UnityEngine.ParticleSystemForceField" - } - ], - "isStatic": false, - "name": "RemoveInfluence", - "comment": "Removes the Force Field from the influencers list at the given index.\n\n```plaintext\nParams: index - The index to remove the chosen Force Field from.\n field - The Force Field to remove from the list.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveAllInfluences", - "comment": "Removes every Force Field from the influencers list.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "field", - "typeName": "UnityEngine.ParticleSystemForceField" - } - ], - "isStatic": false, - "name": "SetInfluence", - "comment": "Assigns the Force Field at the given index in the influencers list.\n\n```plaintext\nParams: index - Index to assign the Force Field.\n field - Force Field that to assign.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "ParticleSystemForceField", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetInfluence", - "comment": "The ForceField from the list.\n\n```plaintext\nParams: index - The index to return the chosen Force Field from.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ExternalForcesModule", - "comment": "Script interface for the ExternalForcesModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the the NoiseModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "separateAxes", - "comment": "Control the noise separately for each axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "strength", - "comment": "How strong the overall noise effect is.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "strengthMultiplier", - "comment": "Strength multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "strengthX", - "comment": "Define the strength of the effect on the x-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "strengthXMultiplier", - "comment": "x-axis strength multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "strengthY", - "comment": "Define the strength of the effect on the y-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "strengthYMultiplier", - "comment": "y-axis strength multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "strengthZ", - "comment": "Define the strength of the effect on the z-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "strengthZMultiplier", - "comment": "z-axis strength multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "frequency", - "comment": "Low values create soft, smooth noise, and high values create rapidly changing noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "damping", - "comment": "Higher frequency noise reduces the strength by a proportional amount, if enabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "octaveCount", - "comment": "Layers of noise that combine to produce final noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "octaveMultiplier", - "comment": "When combining each octave, scale the intensity by this amount.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "octaveScale", - "comment": "When combining each octave, zoom in by this amount.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemNoiseQuality", - "name": "quality", - "comment": "Generate 1D, 2D or 3D noise.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "scrollSpeed", - "comment": "Scroll the noise map over the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "scrollSpeedMultiplier", - "comment": "Scroll speed multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "remapEnabled", - "comment": "Enable remapping of the final noise values, allowing for noise values to be translated into different values.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "remap", - "comment": "Define how the noise values are remapped.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "remapMultiplier", - "comment": "Remap multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "remapX", - "comment": "Define how the noise values are remapped on the x-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "remapXMultiplier", - "comment": "x-axis remap multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "remapY", - "comment": "Define how the noise values are remapped on the y-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "remapYMultiplier", - "comment": "y-axis remap multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "remapZ", - "comment": "Define how the noise values are remapped on the z-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "remapZMultiplier", - "comment": "z-axis remap multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "positionAmount", - "comment": "How much the noise affects the particle positions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "rotationAmount", - "comment": "How much the noise affects the particle rotation, in degrees per second.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "sizeAmount", - "comment": "How much the noise affects the particle sizes, applied as a multiplier on the size of each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "NoiseModule", - "comment": "Script interface for the NoiseModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the LightsModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "ratio", - "comment": "Choose what proportion of particles receive a dynamic light.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useRandomDistribution", - "comment": "Randomly assign Lights to new particles based on ParticleSystem.LightsModule.ratio.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Light", - "name": "light", - "comment": "Select what Light Prefab you want to base your particle lights on.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "useParticleColor", - "comment": "Toggle whether the particle lights multiply their color by the particle color.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "sizeAffectsRange", - "comment": "Toggle whether the system multiplies the particle size by the light range to determine the final light range.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "alphaAffectsIntensity", - "comment": "Toggle whether the system multiplies the particle alpha by the light intensity when it computes the final light intensity.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "range", - "comment": "Define a curve to apply custom range scaling to particle Lights.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "rangeMultiplier", - "comment": "Range multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "intensity", - "comment": "Define a curve to apply custom intensity scaling to particle Lights.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "intensityMultiplier", - "comment": "Intensity multiplier.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "maxLights", - "comment": "Set a limit on how many Lights this Module can create.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "LightsModule", - "comment": "Access the ParticleSystem Lights Module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the TrailModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTrailMode", - "name": "mode", - "comment": "Choose how the system generates the particle trails.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "ratio", - "comment": "Choose what proportion of particles receive a trail.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "lifetime", - "comment": "The curve describing the trail lifetime, throughout the lifetime of the particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "lifetimeMultiplier", - "comment": "A multiplier for ParticleSystem.TrailModule._lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "minVertexDistance", - "comment": "Set the minimum distance each trail can travel before the system adds a new vertex to it.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemTrailTextureMode", - "name": "textureMode", - "comment": "Choose whether the U coordinate of the trail Texture is tiled or stretched.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "worldSpace", - "comment": "Drop new trail points in world space, regardless of Particle System Simulation Space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "dieWithParticles", - "comment": "Specifies whether trails disappear immediately when their owning particle dies. When false, each trail persists until all its points have naturally expired, based on its lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "sizeAffectsWidth", - "comment": "Set whether the particle size acts as a multiplier on top of the trail width.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "sizeAffectsLifetime", - "comment": "Set whether the particle size acts as a multiplier on top of the trail lifetime.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "inheritParticleColor", - "comment": "Toggle whether the trail inherits the particle color as its starting color.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", - "name": "colorOverLifetime", - "comment": "The gradient that controls the trail colors during the lifetime of the attached particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", - "name": "widthOverTrail", - "comment": "The curve describing the width of each trail point.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "widthOverTrailMultiplier", - "comment": "A multiplier for ParticleSystem.TrailModule._widthOverTrail.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", - "name": "colorOverTrail", - "comment": "The gradient that controls the trail colors over the length of the trail.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "generateLightingData", - "comment": "Configures the trails to generate Normals and Tangents. With this data, Scene lighting can affect the trails via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "int", - "name": "ribbonCount", - "comment": "Select how many lines to create through the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "float", - "name": "shadowBias", - "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "splitSubEmitterRibbons", - "comment": "Specifies whether, if you use this system as a sub-emitter, ribbons connect particles from each parent particle independently.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "bool", - "name": "attachRibbonsToTransform", - "comment": "Adds an extra position to each ribbon, connecting it to the location of the Transform Component.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "TrailModule", - "comment": "Script interface for the TrailsModule.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Specifies whether the CustomDataModule is enabled or disabled.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - }, - { - "name": "mode", - "typeName": "UnityEngine.ParticleSystemCustomDataMode" - } - ], - "isStatic": false, - "name": "SetMode", - "comment": "Choose the type of custom data to generate for the chosen data stream.\n\n```plaintext\nParams: stream - The name of the custom data stream to enable data generation on.\n mode - The type of data to generate.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "ParticleSystemCustomDataMode", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - } - ], - "isStatic": false, - "name": "GetMode", - "comment": "The type of data being generated for the requested stream.\n\n```plaintext\nParams: stream - The name of the custom data stream to query.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetVectorComponentCount", - "comment": "Specify how many curves are used to generate custom data for this stream.\n\n```plaintext\nParams: stream - The name of the custom data stream to apply the curve to.\n curveCount - The number of curves to generate data for.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - } - ], - "isStatic": false, - "name": "GetVectorComponentCount", - "comment": "The number of curves.\n\n```plaintext\nParams: stream - The name of the custom data stream to retrieve the curve from.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - }, - { "name": "component", "typeName": "int" }, - { - "name": "curve", - "typeName": "UnityEngine.ParticleSystem.MinMaxCurve" - } - ], - "isStatic": false, - "name": "SetVector", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "MinMaxCurve", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - }, - { "name": "component", "typeName": "int" } - ], - "isStatic": false, - "name": "GetVector", - "comment": "The curve being used to generate custom data.\n\n```plaintext\nParams: stream - The name of the custom data stream to retrieve the curve from.\n component - The component index to retrieve the curve for (0-3, mapping to the xyzw components of a Vector4 or float4).\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - }, - { - "name": "gradient", - "typeName": "UnityEngine.ParticleSystem.MinMaxGradient" - } - ], - "isStatic": false, - "name": "SetColor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "MinMaxGradient", - "params": [ - { - "name": "stream", - "typeName": "UnityEngine.ParticleSystemCustomData" - } - ], - "isStatic": false, - "name": "GetColor", - "comment": "The color gradient being used to generate custom color data.\n\n```plaintext\nParams: stream - The name of the custom data stream to retrieve the gradient from.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "CustomDataModule", - "comment": "Script interface for the CustomDataModule of a Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { - "name": "collisionEvents", - "typeName": "UnityEngine.ParticleCollisionEvent[]" - } - ], - "isStatic": false, - "name": "GetCollisionEvents", - "comment": "Get the particle collision events for a GameObject. Returns the number of events written to the array.\n\n```plaintext\nParams: go - The GameObject for which to retrieve collision events.\n collisionEvents - Array to write collision events to.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetSafeCollisionEventSize", - "comment": "Safe array size for use with ParticleSystem.GetCollisionEvents.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { - "name": "collisionEvents", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetCollisionEvents", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemTriggerEventType" - } - ], - "isStatic": false, - "name": "GetSafeTriggerParticlesSize", - "comment": "Number of particles with this trigger event type.\n\n```plaintext\nParams: ps - Particle system.\n type - Type of trigger to return size for.\n \n```\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemTriggerEventType" - }, - { - "name": "particles", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetTriggerParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemTriggerEventType" - }, - { - "name": "particles", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colliderData", - "typeName": "UnityEngine.ParticleSystem.ColliderData" - } - ], - "isStatic": false, - "name": "GetTriggerParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemTriggerEventType" - }, - { - "name": "particles", - "typeName": "System.Collections.Generic.List" - }, - { "name": "offset", "typeName": "int" }, - { "name": "count", "typeName": "int" } - ], - "isStatic": false, - "name": "SetTriggerParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.ParticleSystemTriggerEventType" - }, - { - "name": "particles", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetTriggerParticles", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticlePhysicsExtensions", - "comment": "Method extension for Physics in Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Component", - "name": "collider", - "comment": "The Collider for the GameObject struck by the particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "intersection", - "comment": "Intersection point of the collision in world coordinates.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "Geometry normal at the intersection point of the collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "velocity", - "comment": "Incident velocity at the intersection point of the collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Component", - "name": "colliderComponent", - "comment": "The Collider or Collider2D for the GameObject struck by the particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleCollisionEvent", - "comment": "Information about a particle collision.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "Billboard", - "comment": "Render particles as billboards facing the active camera. (Default)\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "Stretch", - "comment": "Stretch particles in the direction of motion.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "HorizontalBillboard", - "comment": "Render particles as billboards always facing up along the y-Axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "VerticalBillboard", - "comment": "Render particles as billboards always facing the player, but not pitching along the x-Axis.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "Mesh", - "comment": "Render particles as meshes.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderMode", - "name": "None", - "comment": "Do not render particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemRenderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemRenderMode", - "comment": "The rendering mode for particle systems.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemSortMode", - "name": "None", - "comment": "No sorting.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSortMode", - "name": "Distance", - "comment": "Sort based on distance to the camera position. For orthographic cameras, this mode is the same as sorting by depth.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSortMode", - "name": "OldestInFront", - "comment": "Sort the oldest particles to the front.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSortMode", - "name": "YoungestInFront", - "comment": "Sort the youngest particles to the front.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSortMode", - "name": "Depth", - "comment": "Sort based on depth from the camera plane.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemSortMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemSortMode", - "comment": "The sorting mode for particle systems.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCollisionQuality", - "name": "High", - "comment": "The most accurate world collisions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionQuality", - "name": "Medium", - "comment": "Approximate world collisions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionQuality", - "name": "Low", - "comment": "Fastest and most approximate world collisions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCollisionQuality", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCollisionQuality", - "comment": "Quality of world collisions. Medium and low quality are approximate and may leak particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemRenderSpace", - "name": "View", - "comment": "Particles face the camera plane.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderSpace", - "name": "World", - "comment": "Particles align with the world.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderSpace", - "name": "Local", - "comment": "Particles align with their local transform.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderSpace", - "name": "Facing", - "comment": "Particles face the eye position.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemRenderSpace", - "name": "Velocity", - "comment": "Particles are aligned to their direction of travel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemRenderSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemRenderSpace", - "comment": "How particles are aligned when rendered.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCurveMode", - "name": "Constant", - "comment": "Use a single constant for the ParticleSystem.MinMaxCurve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCurveMode", - "name": "Curve", - "comment": "Use a single curve for the ParticleSystem.MinMaxCurve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCurveMode", - "name": "TwoCurves", - "comment": "Use a random value between 2 curves for the ParticleSystem.MinMaxCurve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCurveMode", - "name": "TwoConstants", - "comment": "Use a random value between 2 constants for the ParticleSystem.MinMaxCurve.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCurveMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCurveMode", - "comment": "The particle curve mode.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemGradientMode", - "name": "Color", - "comment": "Use a single color for the ParticleSystem.MinMaxGradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGradientMode", - "name": "Gradient", - "comment": "Use a single color gradient for the ParticleSystem.MinMaxGradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGradientMode", - "name": "TwoColors", - "comment": "Use a random value between 2 colors for the ParticleSystem.MinMaxGradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGradientMode", - "name": "TwoGradients", - "comment": "Use a random value between 2 color gradients for the ParticleSystem.MinMaxGradient.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemGradientMode", - "name": "RandomColor", - "comment": "Define a list of colors in the ParticleSystem.MinMaxGradient, to be chosen from at random.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemGradientMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemGradientMode", - "comment": "The particle gradient mode.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Sphere", - "comment": "Emit from a sphere.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "SphereShell", - "comment": "Emit from the surface of a sphere.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Hemisphere", - "comment": "Emit from a half-sphere.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "HemisphereShell", - "comment": "Emit from the surface of a half-sphere.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Cone", - "comment": "Emit from the base of a cone.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Box", - "comment": "Emit from the volume of a box.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Mesh", - "comment": "Emit from a mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "ConeShell", - "comment": "Emit from the base surface of a cone.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "ConeVolume", - "comment": "Emit from a cone.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "ConeVolumeShell", - "comment": "Emit from the surface of a cone.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Circle", - "comment": "Emit from a circle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "CircleEdge", - "comment": "Emit from the edge of a circle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "SingleSidedEdge", - "comment": "Emit from an edge.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "MeshRenderer", - "comment": "Emit from a mesh renderer.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "SkinnedMeshRenderer", - "comment": "Emit from a skinned mesh renderer.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "BoxShell", - "comment": "Emit from the surface of a box.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "BoxEdge", - "comment": "Emit from the edges of a box.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Donut", - "comment": "Emit from a Donut.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Rectangle", - "comment": "Emit from a rectangle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "Sprite", - "comment": "Emit from a sprite.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeType", - "name": "SpriteRenderer", - "comment": "Emit from a sprite renderer.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemShapeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemShapeType", - "comment": "The emission shape.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemMeshShapeType", - "name": "Vertex", - "comment": "Emit from the vertices of the mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemMeshShapeType", - "name": "Edge", - "comment": "Emit from the edges of the mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemMeshShapeType", - "name": "Triangle", - "comment": "Emit from the surface of the mesh.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemMeshShapeType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemMeshShapeType", - "comment": "The mesh emission type.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", - "name": "Red", - "comment": "The red channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", - "name": "Green", - "comment": "The green channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", - "name": "Blue", - "comment": "The blue channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", - "name": "Alpha", - "comment": "The alpha channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemShapeTextureChannel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemShapeTextureChannel", - "comment": "The texture channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemAnimationMode", - "name": "Grid", - "comment": "Use a regular grid to construct a sequence of animation frames.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationMode", - "name": "Sprites", - "comment": "Use a list of sprites to construct a sequence of animation frames.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemAnimationMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemAnimationMode", - "comment": "The animation mode.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", - "name": "Lifetime", - "comment": "Select animation frames based on the particle ages.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", - "name": "Speed", - "comment": "Select animation frames based on the particle speeds.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", - "name": "FPS", - "comment": "Select animation frames sequentially at a constant rate of the specified frames per second.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemAnimationTimeMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemAnimationTimeMode", - "comment": "Control how animation frames are selected.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "prefab", - "comment": "Retrieves the actual GameObject used by the tree.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "bendFactor", - "comment": "Bend factor of the tree prototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "navMeshLod", - "comment": "The LOD index of a Tree LODGroup that Unity uses to generate a NavMesh. It uses this value only for Trees with a LODGroup, and ignores this value for regular Trees.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "UnityEngine.TreePrototype" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TreePrototype", - "comment": "Simple class that contains a pointer to a tree prototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemAnimationType", - "name": "WholeSheet", - "comment": "Animate over the whole texture sheet from left to right, top to bottom.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationType", - "name": "SingleRow", - "comment": "Animate a single row in the sheet from left to right.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemAnimationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemAnimationType", - "comment": "The animation type.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemAnimationRowMode", - "name": "Custom", - "comment": "Use a specific row for all particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationRowMode", - "name": "Random", - "comment": "Use a random row for each particle.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemAnimationRowMode", - "name": "MeshIndex", - "comment": "Use the mesh index as the row, so that meshes can be mapped to specific animation frames.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemAnimationRowMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemAnimationRowMode", - "comment": "The mode used for selecting rows of an animation in the Texture Sheet Animation Module.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.DetailRenderMode", - "name": "GrassBillboard", - "comment": "The detail prototype will be rendered as billboards that are always facing the camera.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.DetailRenderMode", - "name": "VertexLit", - "comment": "Will show the prototype using diffuse shading.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.DetailRenderMode", - "name": "Grass", - "comment": "The detail prototype will use the grass shader.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.DetailRenderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "DetailRenderMode", - "comment": "Render mode for detail prototypes.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCollisionType", - "name": "Planes", - "comment": "Collide with a list of planes.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionType", - "name": "World", - "comment": "Collide with the world geometry.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCollisionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCollisionType", - "comment": "The type of collisions to use for a given Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "prototype", - "comment": "GameObject used by the DetailPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "prototypeTexture", - "comment": "Texture used by the DetailPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "Minimum width of the grass billboards (if render mode is GrassBillboard).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "maxWidth", - "comment": "Maximum width of the grass billboards (if render mode is GrassBillboard).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "Minimum height of the grass billboards (if render mode is GrassBillboard).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "maxHeight", - "comment": "Maximum height of the grass billboards (if render mode is GrassBillboard).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "noiseSpread", - "comment": "How spread out is the noise for the DetailPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "bendFactor", - "comment": "Bend factor of the detailPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "holeEdgePadding", - "comment": "Controls how far away detail objects are from the edge of the hole area.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "healthyColor", - "comment": "Color when the DetailPrototypes are \"healthy\".\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "dryColor", - "comment": "Color when the DetailPrototypes are \"dry\".\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.DetailRenderMode", - "name": "renderMode", - "comment": "Render mode for the DetailPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "usePrototypeMesh", - "comment": "Indicates whether this detail prototype uses the Mesh object from the GameObject specified by prototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "other", "typeName": "UnityEngine.DetailPrototype" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Validate", - "comment": "Returns true if the detail prototype is valid and the Terrain can accept it.\n\n```plaintext\nParams: errorMessage - Returns a message that indicates the cause of failed validation.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "errorMessage", "typeName": "string" }], - "isStatic": false, - "name": "Validate", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "DetailPrototype", - "comment": "Detail prototype used by the Terrain GameObject.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCollisionMode", - "name": "Collision3D", - "comment": "Use 3D colliders to collide particles against.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCollisionMode", - "name": "Collision2D", - "comment": "Use 2D colliders to collide particles against.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCollisionMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCollisionMode", - "comment": "Whether to use 2D or 3D colliders for particle collisions.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Texture of the splat applied to the Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "normalMap", - "comment": "Normal map of the splat applied to the Terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "tileSize", - "comment": "Size of the tile used in the texture of the SplatPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "tileOffset", - "comment": "Offset of the tile texture of the SplatPrototype.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "specular", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "metallic", - "comment": "The metallic value of the splat layer.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "smoothness", - "comment": "The smoothness value of the splat layer when the main texture has no alpha channel.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "SplatPrototype", - "comment": "A Splat prototype is just a texture that is used by the TerrainData.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "Ignore", - "comment": "Do nothing.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "Kill", - "comment": "Kill all particles that pass this test.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemOverlapAction", - "name": "Callback", - "comment": "Send the OnParticleTrigger command to the Particle System's script.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemOverlapAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemOverlapAction", - "comment": "What action to perform when the particle trigger module passes a test.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Position of the tree.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "widthScale", - "comment": "Width scale of this instance (compared to the prototype's size).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "heightScale", - "comment": "Height scale of this instance (compared to the prototype's size).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "rotation", - "comment": "Read-only.\n\nRotation of the tree on X-Z plane (in radians).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "color", - "comment": "Color of this instance.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "lightmapColor", - "comment": "Lightmap color calculated for this instance.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "prototypeIndex", - "comment": "Index of this instance in the TerrainData.treePrototypes array.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TreeInstance", - "comment": "Contains information about a tree placed in the Terrain game object.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemColliderQueryMode", - "name": "Disabled", - "comment": "ParticleSystem::GetTriggerParticles does not return any information about which colliders each particle is interacting with.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemColliderQueryMode", - "name": "One", - "comment": "ParticleSystem::GetTriggerParticles may only return one collider that each particle is interacting with.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemColliderQueryMode", - "name": "All", - "comment": "ParticleSystem::GetTriggerParticles returns all colliders that each particle is interacting with.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemColliderQueryMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemColliderQueryMode", - "comment": "Whether collider information is available when using the ParticleSystem::GetTriggerParticles method.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "min", - "comment": "Minimum height of a terrain patch.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "max", - "comment": "Maximum height of a terrain patch.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "PatchExtents", - "comment": "Structure containing minimum and maximum terrain patch height values.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "Local", - "comment": "Simulate particles in local space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "World", - "comment": "Simulate particles in world space.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemSimulationSpace", - "name": "Custom", - "comment": "Simulate particles relative to a custom transform component, defined by ParticleSystem.MainModule.customSimulationSpace.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemSimulationSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemSimulationSpace", - "comment": "The space to simulate particles in.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TerrainHeightmapSyncControl", - "name": "None", - "comment": "Does not synchronize the height data nor the LOD data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainHeightmapSyncControl", - "name": "HeightOnly", - "comment": "Synchronizes only height data of the heightmap texture from the GPU back to CPU memory.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainHeightmapSyncControl", - "name": "HeightAndLod", - "comment": "Synchronizes height data of the heightmap texture from the GPU back to CPU memory. Then computes LOD data, used for determining the tessellation level, from the height data.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TerrainHeightmapSyncControl", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainHeightmapSyncControl", - "comment": "Controls what Terrain heightmap data to synchronize when there are changes to the heightmap texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemStopBehavior", - "name": "StopEmittingAndClear", - "comment": "Stops Particle System emitting and removes all existing emitted particles.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemStopBehavior", - "name": "StopEmitting", - "comment": "Stops Particle System emitting any further particles. All existing particles will remain until they expire.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemStopBehavior", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemStopBehavior", - "comment": "The behavior to apply when calling ParticleSystem.Stop|Stop.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "heightmapWidth", - "comment": "Width of the terrain in samples (Read Only).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "heightmapHeight", - "comment": "Height of the terrain in samples (Read Only).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.RenderTexture", - "name": "heightmapTexture", - "comment": "Returns the heightmap texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "heightmapResolution", - "comment": "The size of the heightmap in texels for either the width or the height.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "heightmapScale", - "comment": "Returns a Vector3 where the x and z components are the size of each heightmap sample (i.e. the space between two neighboring heightmap samples), and the y component is the entire Terrain's height range in world space.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "holesTexture", - "comment": "Returns the Terrain holes Texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "bool", - "name": "enableHolesTextureCompression", - "comment": "Enable the Terrain holes Texture compression.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "holesResolution", - "comment": "Returns the Terrain holes resolution for both the data and the Texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "size", - "comment": "The total size in world units of the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "bounds", - "comment": "The local bounding box of the TerrainData object.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "thickness", - "comment": "The thickness of the terrain used for collision detection.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "wavingGrassStrength", - "comment": "Strength of the waving grass in the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "wavingGrassAmount", - "comment": "Amount of waving grass in the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "wavingGrassSpeed", - "comment": "Speed of the waving grass.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "wavingGrassTint", - "comment": "Color of the waving grass that the terrain has.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "detailWidth", - "comment": "The resolution of the detail data stored in TerrainData.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "detailHeight", - "comment": "The resolution of the detail data stored in TerrainData.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "detailPatchCount", - "comment": "The number of patches along a terrain tile edge. This is squared to make a grid of patches.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "detailResolution", - "comment": "Detail Resolution of the TerrainData.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "detailResolutionPerPatch", - "comment": "Detail Resolution of each patch. A larger value will decrease the number of batches used by detail objects.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.DetailPrototype[]", - "name": "detailPrototypes", - "comment": "Contains the detail texture/meshes that the Terrain has.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TreeInstance[]", - "name": "treeInstances", - "comment": "Contains the current trees placed in the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "treeInstanceCount", - "comment": "Returns the number of tree instances.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TreePrototype[]", - "name": "treePrototypes", - "comment": "The list of tree prototypes this are the ones available in the inspector.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "alphamapLayers", - "comment": "Number of alpha map layers.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "alphamapResolution", - "comment": "The size of the alpha map in texels for either the width or the height.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "alphamapWidth", - "comment": "Width of the alpha map.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "alphamapHeight", - "comment": "Height of the alpha map. (Read only.)\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "baseMapResolution", - "comment": "Resolution of the base map used for rendering far patches on the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "int", - "name": "alphamapTextureCount", - "comment": "Returns the number of alphamap textures.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D[]", - "name": "alphamapTextures", - "comment": "Alpha map textures used by the Terrain. Used by Terrain Inspector for undo.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.SplatPrototype[]", - "name": "splatPrototypes", - "comment": "Splat texture used by the terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.TerrainLayer[]", - "name": "terrainLayers", - "comment": "Retrieves the terrain layers used by the current terrain.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "string", - "name": "AlphamapTextureName", - "comment": "The name for the Terrain alpha map textures.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "string", - "name": "HolesTextureName", - "comment": "The name for the Terrain holes Texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "syncHeightmapTextureImmediately", "typeName": "bool" } - ], - "isStatic": false, - "name": "UpdateDirtyRegion", - "comment": "Triggers an update to integrate modifications done to the heightmap outside of unity.\n\n```plaintext\nParams: x - Start X position of the dirty heightmap region.\n y - Start Y position of the dirty heightmap region.\n width - Width of the the dirty heightmap region.\n height - Width of the the dirty heightmap region.\n syncHeightmapTextureImmediately - Update immediately, instead of deferring the update.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "GetHeight", - "comment": "Gets the world space height of the Terrain at a certain point x,y without adding the Terrain's world position y.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": "GetInterpolatedHeight", - "comment": "Gets an interpolated height at a point x,y. The x and y coordinates are clamped to [0, 1].\n\n```plaintext\nParams: x - X coordinate of the point in the range of [0, 1].\n y - Y coordinate of the point in the range of [0, 1].\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "xBase", "typeName": "float" }, - { "name": "yBase", "typeName": "float" }, - { "name": "xCount", "typeName": "int" }, - { "name": "yCount", "typeName": "int" }, - { "name": "xInterval", "typeName": "float" }, - { "name": "yInterval", "typeName": "float" } - ], - "isStatic": false, - "name": "GetInterpolatedHeights", - "comment": "Gets an array of terrain height values using the normalized x,y coordinates.\n\n```plaintext\nParams: xBase - The base x coordinate.\n yBase - The base y coordinate.\n xCount - The number of queries along the X axis.\n yCount - The number of queries along the Y axis.\n xInterval - The interval between each query along the X axis.\n yInterval - The interval between each query along the Y axis.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "results", "typeName": "float[*,*]" }, - { "name": "resultXOffset", "typeName": "int" }, - { "name": "resultYOffset", "typeName": "int" }, - { "name": "xBase", "typeName": "float" }, - { "name": "yBase", "typeName": "float" }, - { "name": "xCount", "typeName": "int" }, - { "name": "yCount", "typeName": "int" }, - { "name": "xInterval", "typeName": "float" }, - { "name": "yInterval", "typeName": "float" } - ], - "isStatic": false, - "name": "GetInterpolatedHeights", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "GetHeights", - "comment": "Gets an array of heightmap samples.\n\n```plaintext\nParams: xBase - First index of heightmap samples to retrieve along the Terrain's x axis.\n yBase - First index of heightmap samples to retrieve along the Terrain's z axis.\n width - Number of samples to retrieve along the Terrain's x axis.\n height - Number of samples to retrieve along the Terrain's z axis.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "heights", "typeName": "float[*,*]" } - ], - "isStatic": false, - "name": "SetHeights", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetPatchMinMaxHeights", - "comment": "Minimum and maximum height values for each patch.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "minMaxHeights", - "typeName": "UnityEngine.PatchExtents[]" - } - ], - "isStatic": false, - "name": "OverrideMinMaxPatchHeights", - "comment": "Override the minimum and maximum patch heights for every renderable terrain patch. Note that the overriden values get reset when the terrain resolution is changed and stays unchanged when the terrain heightmap is painted or changed via script.\n\n```plaintext\nParams: minMaxHeights - Array of minimum and maximum terrain patch height values.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetMaximumHeightError", - "comment": "Float array of maximum height error values.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "maxError", "typeName": "float[]" }], - "isStatic": false, - "name": "OverrideMaximumHeightError", - "comment": "Override the maximum tessellation height error with user provided values. Note that the overriden values get reset when the terrain resolution is changed and stays unchanged when the terrain heightmap is painted or changed via script.\n\n```plaintext\nParams: maxError - Provided maximum height error values.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "heights", "typeName": "float[*,*]" } - ], - "isStatic": false, - "name": "SetHeightsDelayLOD", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" } - ], - "isStatic": false, - "name": "IsHole", - "comment": "Gets whether a certain point at x,y is a hole.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "GetHoles", - "comment": "Gets an array of Terrain holes samples.\n\n```plaintext\nParams: xBase - First x index of Terrain holes samples to retrieve.\n yBase - First y index of Terrain holes samples to retrieve.\n width - Number of samples to retrieve along the Terrain holes x axis.\n height - Number of samples to retrieve along the Terrain holes y axis.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "holes", "typeName": "bool[*,*]" } - ], - "isStatic": false, - "name": "SetHoles", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "holes", "typeName": "bool[*,*]" } - ], - "isStatic": false, - "name": "SetHolesDelayLOD", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": "GetSteepness", - "comment": "Gets the gradient of the terrain at point (x,y).\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "x", "typeName": "float" }, - { "name": "y", "typeName": "float" } - ], - "isStatic": false, - "name": "GetInterpolatedNormal", - "comment": "Get an interpolated normal at a given location.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "detailResolution", "typeName": "int" }, - { "name": "resolutionPerPatch", "typeName": "int" } - ], - "isStatic": false, - "name": "SetDetailResolution", - "comment": "Sets the resolution of the detail map.\n\n```plaintext\nParams: detailResolution - Specifies the number of pixels in the detail resolution map. A larger detailResolution, leads to more accurate detail object painting.\n resolutionPerPatch - Specifies the size in pixels of each individually rendered detail patch. A larger number reduces draw calls, but might increase triangle count since detail patches are culled on a per batch basis. A recommended value is 16. If you use a very large detail object distance and your grass is very sparse, it makes sense to increase the value.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RefreshPrototypes", - "comment": "Reloads all the values of the available prototypes (ie, detail mesh assets) in the TerrainData Object.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "totalWidth", "typeName": "int" }, - { "name": "totalHeight", "typeName": "int" } - ], - "isStatic": false, - "name": "GetSupportedLayers", - "comment": "Returns an array of all supported detail layer indices in the area.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "layer", "typeName": "int" } - ], - "isStatic": false, - "name": "GetDetailLayer", - "comment": "Returns a 2D array of the detail object density (i.e. the number of detail objects for this layer) in the specific location.\n\n```plaintext\nParams: xBase - First x index of detail object density data to retrieve.\n yBase - First y index of detail object density data to retrieve.\n width - The amount of detail object density data to retrieve along the Terrain's x axis.\n height - The amount of detail object density data to retrieve along the Terrain's z axis.\n layer - The index of the detail in the TerrainData.detailPrototypes array.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xBase", "typeName": "int" }, - { "name": "yBase", "typeName": "int" }, - { "name": "layer", "typeName": "int" }, - { "name": "details", "typeName": "int[*,*]" } - ], - "isStatic": false, - "name": "SetDetailLayer", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "density", "typeName": "float" }], - "isStatic": false, - "name": "GetClampedDetailPatches", - "comment": "Returns an array of detail patches, which are each identified by X-Z coordinates. Detail objects in the patches are clamped to the maximum count.\n\n```plaintext\nParams: density - The detail density value. See Terrain.detailObjectDensity.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "instances", "typeName": "UnityEngine.TreeInstance[]" }, - { "name": "snapToHeightmap", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetTreeInstances", - "comment": "Sets the Tree Instance array, and optionally snaps Trees onto the surface of the Terrain heightmap.\n\n```plaintext\nParams: instances - The array of TreeInstance objects.\n snapToHeightmap - Specifies whether to snap Trees to the Terrain heightmap.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "TreeInstance", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetTreeInstance", - "comment": "Gets the tree instance at the specified index. It is used as a faster version of treeInstances[index] as this function doesn't create the entire tree instances array.\n\n```plaintext\nParams: index - The index of the tree instance.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { "name": "instance", "typeName": "UnityEngine.TreeInstance" } - ], - "isStatic": false, - "name": "SetTreeInstance", - "comment": "Sets the tree instance with new parameters at the specified index. However, you cannot change TreeInstance.prototypeIndex and TreeInstance.position. If you change them, the method throws an ArgumentException.\n\n```plaintext\nParams: index - The index of the tree instance.\n instance - The new TreeInstance value.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "GetAlphamaps", - "comment": "A 3D array of floats, where the 3rd dimension represents the mixing weight of each splatmap at each x,y coordinate.\n\n```plaintext\nParams: x - The x offset to read from.\n y - The y offset to read from.\n width - The width of the alpha map area to read.\n height - The height of the alpha map area to read.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "map", "typeName": "float[*,*,*]" } - ], - "isStatic": false, - "name": "SetAlphamaps", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetBaseMapDirty", - "comment": "Marks the terrain data as dirty to trigger an update of the terrain basemap texture.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetAlphamapTexture", - "comment": "Alphamap texture at the specified index.\n\n```plaintext\nParams: index - Index of the alphamap.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "terrainLayers", - "typeName": "UnityEngine.TerrainLayer[]" - }, - { "name": "undoName", "typeName": "string" } - ], - "isStatic": false, - "name": "SetTerrainLayersRegisterUndo", - "comment": "This function sets the terrainLayers property, and in addition, registers the action to the Editor's undo stack.\n\n```plaintext\nParams: terrainLayers - The Terrain Layer assets to set.\n undoName - The name of the Editor's undo action.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SyncHeightmap", - "comment": "Performs synchronization queued by previous calls to CopyActiveRenderTextureToHeightmap and DirtyHeightmapRegion, which makes the height data and LOD data used for tessellation up to date.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sourceRect", "typeName": "UnityEngine.RectInt" }, - { "name": "dest", "typeName": "UnityEngine.Vector2Int" }, - { - "name": "syncControl", - "typeName": "UnityEngine.TerrainHeightmapSyncControl" - } - ], - "isStatic": false, - "name": "CopyActiveRenderTextureToHeightmap", - "comment": "Copies the specified part of the active RenderTexture to the Terrain heightmap texture.\n\n```plaintext\nParams: sourceRect - The part of the active Render Texture to copy.\n dest - The X and Y coordinates of the heightmap texture to copy into.\n syncControl - Controls how CPU synchronization is performed.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "region", "typeName": "UnityEngine.RectInt" }, - { - "name": "syncControl", - "typeName": "UnityEngine.TerrainHeightmapSyncControl" - } - ], - "isStatic": false, - "name": "DirtyHeightmapRegion", - "comment": "Marks the specified part of the heightmap as dirty.\n\n```plaintext\nParams: region - The rectangular region to mark as dirty.\n syncControl - Controls how CPU synchronization is performed.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textureName", "typeName": "string" }, - { "name": "textureIndex", "typeName": "int" }, - { "name": "sourceRect", "typeName": "UnityEngine.RectInt" }, - { "name": "dest", "typeName": "UnityEngine.Vector2Int" }, - { "name": "allowDelayedCPUSync", "typeName": "bool" } - ], - "isStatic": false, - "name": "CopyActiveRenderTextureToTexture", - "comment": "Copies the specified part of the active RenderTexture to the Terrain texture.\n\n```plaintext\nParams: textureName - The name of the Terrain texture to copy into.\n textureIndex - The index of the Terrain texture to copy into.\n sourceRect - The part of the active Render Texture to copy.\n dest - The X and Y coordinates of the Terrain texture to copy into.\n allowDelayedCPUSync - Specifies whether to allow delayed CPU synchronization of the texture.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "textureName", "typeName": "string" }, - { "name": "region", "typeName": "UnityEngine.RectInt" }, - { "name": "allowDelayedCPUSync", "typeName": "bool" } - ], - "isStatic": false, - "name": "DirtyTextureRegion", - "comment": "Marks the specified part of the Terrain texture as dirty.\n\n```plaintext\nParams: textureName - The name of the Terrain texture.\n region - The rectangular region to mark as dirty.\n allowDelayedCPUSync - Specifies whether to allow delayed CPU synchronization of the texture.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "textureName", "typeName": "string" }], - "isStatic": false, - "name": "SyncTexture", - "comment": "Performs synchronization queued by previous calls to CopyActiveRenderTextureToTexture and DirtyTextureRegion, which makes CPU data of the Terrain textures up to date.\n\n```plaintext\nParams: textureName - The name of the Terrain texture to synchronize.\n \n```\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainData", - "comment": "The TerrainData class stores heightmaps, detail mesh positions, tree instances, and terrain texture alpha maps.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemScalingMode", - "name": "Hierarchy", - "comment": "Scale the Particle System using the entire transform hierarchy.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemScalingMode", - "name": "Local", - "comment": "Scale the Particle System using only its own transform scale. (Ignores parent scale).\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemScalingMode", - "name": "Shape", - "comment": "Only apply transform scale to the shape component, which controls where\n particles are spawned, but does not affect their size or movement.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemScalingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemScalingMode", - "comment": "Control how particle systems apply transform scale.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemStopAction", - "name": "None", - "comment": "Do nothing.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemStopAction", - "name": "Disable", - "comment": "Disable the GameObject containing the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemStopAction", - "name": "Destroy", - "comment": "Destroy the GameObject containing the Particle System.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemStopAction", - "name": "Callback", - "comment": "Call OnParticleSystemStopped on the ParticleSystem script.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemStopAction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemStopAction", - "comment": "The action to perform when the Particle System stops.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ParticleSystemCullingMode", - "name": "Automatic", - "comment": "For looping effects, the simulation is paused when offscreen, and for one-shot effects, the simulation will continue playing.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCullingMode", - "name": "PauseAndCatchup", - "comment": "Pause the Particle System simulation when it is offscreen, and perform an extra simulation when the system comes back onscreen, creating the impression that it was never paused.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCullingMode", - "name": "Pause", - "comment": "Pause the Particle System simulation when it is offscreen.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.ParticleSystemCullingMode", - "name": "AlwaysSimulate", - "comment": "Continue simulating the Particle System when it is offscreen.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ParticleSystemCullingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "ParticleSystemCullingMode", - "comment": "The action to perform when the Particle System is offscreen.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.RenderMode", - "name": "ScreenSpaceOverlay", - "comment": "Render at the end of the Scene using a 2D Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.RenderMode", - "name": "ScreenSpaceCamera", - "comment": "Render using the Camera configured on the Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.RenderMode", - "name": "WorldSpace", - "comment": "Render using any Camera in the Scene that can render the layer.\n\n", - "location": "UnityEngine.UIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.RenderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "RenderMode", - "comment": "RenderMode for the Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "diffuseTexture", - "comment": "The diffuse texture used by the terrain layer.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "normalMapTexture", - "comment": "Normal map texture used by the terrain layer.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "maskMapTexture", - "comment": "The mask map texture used by the terrain layer.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "tileSize", - "comment": "UV Tiling size.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "tileOffset", - "comment": "UV tiling offset.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "specular", - "comment": "Specular color.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "metallic", - "comment": "Metallic factor used by the terrain layer.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "smoothness", - "comment": "Smoothness of the specular reflection.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "float", - "name": "normalScale", - "comment": "A float value that scales the normal vector. The minimum value is 0, the maximum value is 1.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "diffuseRemapMin", - "comment": "A Vector4 value specifying the minimum RGBA value that the diffuse texture maps to when the value of the channel is 0.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "diffuseRemapMax", - "comment": "A Vector4 value specifying the maximum RGBA value that the diffuse texture maps to when the value of the channel is 1.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "maskMapRemapMin", - "comment": "A Vector4 value specifying the minimum RGBA value that the mask map texture maps to when the value of the channel is 0.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "maskMapRemapMax", - "comment": "A Vector4 value specifying the maximum RGBA value that the mask map texture maps to when the value of the channel is 1.\n\n", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainModule.dll" - } - ], - "name": "TerrainLayer", - "comment": "Description of a terrain layer.\n\n", - "location": "UnityEngine.TerrainModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TerrainData", - "name": "terrainData", - "comment": "The terrain that stores the heightmap.\n\n", - "location": "UnityEngine.TerrainPhysicsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TerrainPhysicsModule.dll" - } - ], - "name": "TerrainCollider", - "comment": "A heightmap based collider.\n\n", - "location": "UnityEngine.TerrainPhysicsModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.FontStyle", - "name": "Normal", - "comment": "No special style is applied.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "Bold", - "comment": "Bold style applied to your texts.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "Italic", - "comment": "Italic style applied to your texts.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "BoldAndItalic", - "comment": "Bold and Italic styles applied to your texts.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.FontStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "FontStyle", - "comment": "Font Style applied to GUI Texts, Text Meshes or GUIStyles.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "Font to use for generation.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "The base color for the text generation.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "Font size.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "lineSpacing", - "comment": "The line spacing multiplier.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "richText", - "comment": "Allow rich text markup in generation.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "scaleFactor", - "comment": "A scale factor for the text. This is useful if the Text is on a Canvas and the canvas is scaled.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "Font style.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "textAnchor", - "comment": "How is the generated text anchored.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "alignByGeometry", - "comment": "Use the extents of glyph geometry to perform horizontal alignment rather than glyph metrics.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "resizeTextForBestFit", - "comment": "Should the text be resized to fit the configured bounds?\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "resizeTextMinSize", - "comment": "Minimum size for resized text.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "resizeTextMaxSize", - "comment": "Maximum size for resized text.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "updateBounds", - "comment": "Should the text generator update the bounds from the generated text.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.VerticalWrapMode", - "name": "verticalOverflow", - "comment": "What happens to text when it reaches the bottom generation bounds.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.HorizontalWrapMode", - "name": "horizontalOverflow", - "comment": "What happens to text when it reaches the horizontal generation bounds.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "generationExtents", - "comment": "Extents that the generator will attempt to fit the text in.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pivot", - "comment": "Generated vertices are offset by the pivot.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "generateOutOfBounds", - "comment": "Continue to generate characters even if the text runs out of bounds.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.TextGenerationSettings" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "TextGenerationSettings", - "comment": "A struct that stores the settings for TextGeneration.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.GameCenter", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISocialPlatform"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.ILocalUser", - "name": "localUser", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadAchievementDescriptions", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "progress", "typeName": "double" }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadAchievements", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "score", "typeName": "long" }, - { "name": "board", "typeName": "string" }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ReportScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "category", "typeName": "string" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "board", - "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" - }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "board", - "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" - } - ], - "isStatic": false, - "name": "GetLoading", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ShowAchievementsUI", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ShowLeaderboardUI", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "userIds", "typeName": "string[]" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadUsers", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "ILeaderboard", - "params": [], - "isStatic": false, - "name": "CreateLeaderboard", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "IAchievement", - "params": [], - "isStatic": false, - "name": "CreateAchievement", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": true, - "name": "ResetAllAchievements", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": true, - "name": "ShowDefaultAchievementCompletionBanner", - "comment": "Show the default iOS banner when achievements are completed.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leaderboardID", "typeName": "string" }, - { - "name": "timeScope", - "typeName": "UnityEngine.SocialPlatforms.TimeScope" - } - ], - "isStatic": true, - "name": "ShowLeaderboardUI", - "comment": "Show the leaderboard UI with a specific leaderboard shown initially with a specific time scope selected.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "GameCenterPlatform", - "comment": "iOS GameCenter implementation for network services.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextAlignment", - "name": "Left", - "comment": "Text lines are aligned on the left side.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAlignment", - "name": "Center", - "comment": "Text lines are centered.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAlignment", - "name": "Right", - "comment": "Text lines are aligned on the right side.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextAlignment", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "TextAlignment", - "comment": "How multiline text should be aligned.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextAnchor", - "name": "UpperLeft", - "comment": "Text is anchored in upper left corner.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "UpperCenter", - "comment": "Text is anchored in upper side, centered horizontally.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "UpperRight", - "comment": "Text is anchored in upper right corner.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "MiddleLeft", - "comment": "Text is anchored in left side, centered vertically.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "MiddleCenter", - "comment": "Text is centered both horizontally and vertically.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "MiddleRight", - "comment": "Text is anchored in right side, centered vertically.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "LowerLeft", - "comment": "Text is anchored in lower left corner.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "LowerCenter", - "comment": "Text is anchored in lower side, centered horizontally.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "LowerRight", - "comment": "Text is anchored in lower right corner.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextAnchor", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "TextAnchor", - "comment": "Where the anchor of the text is placed.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.HorizontalWrapMode", - "name": "Wrap", - "comment": "Text will word-wrap when reaching the horizontal boundary.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.HorizontalWrapMode", - "name": "Overflow", - "comment": "Text can exceed the horizontal boundary.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.HorizontalWrapMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "HorizontalWrapMode", - "comment": "Wrapping modes for text that reaches the horizontal boundary.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.VerticalWrapMode", - "name": "Truncate", - "comment": "Text will be clipped when reaching the vertical boundary.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.VerticalWrapMode", - "name": "Overflow", - "comment": "Text well continue to generate when reaching vertical boundary.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.VerticalWrapMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "VerticalWrapMode", - "comment": "Wrapping modes for text that reaches the vertical boundary.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "text", - "comment": "The text that is displayed.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "The Font used.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "The font size to use (for dynamic fonts).\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "The font style to use (for dynamic fonts).\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "offsetZ", - "comment": "How far should the text be offset from the transform.position.z when drawing.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAlignment", - "name": "alignment", - "comment": "How lines of text are aligned (Left, Right, Center).\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "anchor", - "comment": "Which point of the text shares the position of the Transform.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "characterSize", - "comment": "The size of each character (This scales the whole text).\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "lineSpacing", - "comment": "How much space will be in-between lines of text.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "tabSize", - "comment": "How much space will be inserted for a tab '\\t' character. This is a multiplum of the 'spacebar' character offset.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "richText", - "comment": "Enable HTML-style tags for Text Formatting Markup.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "The color used to render the text.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "TextMesh", - "comment": "A script interface for the.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "index", - "comment": "Unicode value of the character.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uv", - "comment": "UV coordinates for the character in the texture.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "vert", - "comment": "Screen coordinates for the character in generated text meshes.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "How far to advance between the beginning of this charcater and the next.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "size", - "comment": "The size of the character or 0 if it is the default font size.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "style", - "comment": "The style of the character.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "flipped", - "comment": "Is the character flipped?\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "advance", - "comment": "The horizontal distance, rounded to the nearest integer, from the origin of this character to the origin of the next character.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "glyphWidth", - "comment": "The width of the glyph image.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "glyphHeight", - "comment": "The height of the glyph image.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "bearing", - "comment": "The horizontal distance from the origin of this glyph to the begining of the glyph image.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "minY", - "comment": "The minimum extend of the glyph image in the y-axis.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "maxY", - "comment": "The maximum extend of the glyph image in the y-axis.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "minX", - "comment": "The minium extend of the glyph image in the x-axis.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "maxX", - "comment": "The maximum extend of the glyph image in the x-axis.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "uvBottomLeft", - "comment": "The uv coordinate matching the bottom left of the glyph image in the font texture.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "uvBottomRight", - "comment": "The uv coordinate matching the bottom right of the glyph image in the font texture.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "uvTopRight", - "comment": "The uv coordinate matching the top right of the glyph image in the font texture.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "uvTopLeft", - "comment": "The uv coordinate matching the top left of the glyph image in the font texture.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "CharacterInfo", - "comment": "Specification for how to render a character from the font texture. See Font.characterInfo.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "None", - "comment": "No additional shader parameters are needed.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "TexCoord1", - "comment": "Include UV1 on the mesh vertices.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "TexCoord2", - "comment": "Include UV2 on the mesh vertices.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "TexCoord3", - "comment": "Include UV3 on the mesh vertices.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "Normal", - "comment": "Include the normals on the mesh vertices.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "Tangent", - "comment": "Include the Tangent on the mesh vertices.\n\n", - "location": "UnityEngine.UIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.AdditionalCanvasShaderChannels", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "AdditionalCanvasShaderChannels", - "comment": "Enum mask of possible shader channel properties that can also be included when the Canvas mesh is created.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "cursorPos", - "comment": "Position of the character cursor in local (text generated) space.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "charWidth", - "comment": "Character width.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "UICharInfo", - "comment": "Class that specifies some information about a renderable character.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "startCharIdx", - "comment": "Index of the first character in the line.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the line.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "topY", - "comment": "The upper Y position of the line in pixels. This is used for text annotation such as the caret and selection box in the InputField.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "float", - "name": "leading", - "comment": "Space in pixels between this line and the next line.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "UILineInfo", - "comment": "Information about a generated line of text.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RenderMode", - "name": "renderMode", - "comment": "Is the Canvas in World or Overlay mode?\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "isRootCanvas", - "comment": "Is this the root Canvas?\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "pixelRect", - "comment": "Get the render rect for the Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "float", - "name": "scaleFactor", - "comment": "Used to scale the entire canvas, while still making it fit the screen. Only applies with renderMode is Screen Space.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "float", - "name": "referencePixelsPerUnit", - "comment": "The number of pixels per unit that is considered the default.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "overridePixelPerfect", - "comment": "Allows for nested canvases to override pixelPerfect settings inherited from parent canvases.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "pixelPerfect", - "comment": "Force elements in the canvas to be aligned with pixels. Only applies with renderMode is Screen Space.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "float", - "name": "planeDistance", - "comment": "How far away from the camera is the Canvas generated.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "renderOrder", - "comment": "The render order in which the canvas is being emitted to the Scene. (Read Only)\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "overrideSorting", - "comment": "Override the sorting of canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "sortingOrder", - "comment": "Canvas' order within a sorting layer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "targetDisplay", - "comment": "For Overlay mode, display index on which the UI canvas will appear.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "sortingLayerID", - "comment": "Unique ID of the Canvas' sorting layer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "cachedSortingLayerValue", - "comment": "Cached calculated value based upon SortingLayerID.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.AdditionalCanvasShaderChannels", - "name": "additionalShaderChannels", - "comment": "Get or set the mask of additional shader channels to be used when creating the Canvas mesh.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "string", - "name": "sortingLayerName", - "comment": "Name of the Canvas' sorting layer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Canvas", - "name": "rootCanvas", - "comment": "Returns the Canvas closest to root, by checking through each parent and returning the last canvas found. If no other canvas is found then the canvas will return itself.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "renderingDisplaySize", - "comment": "Returns the canvas display size based on the selected render mode and target display.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "worldCamera", - "comment": "Camera used for sizing the Canvas when in Screen Space - Camera. Also used as the Camera that events will be sent through for a World Space [[Canvas].\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "float", - "name": "normalizedSortingGridSize", - "comment": "The normalized grid size that the canvas will split the renderable area into.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "sortingGridNormalizedSize", - "comment": "The normalized grid size that the canvas will split the renderable area into.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Canvas.WillRenderCanvases", - "name": "preWillRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Canvas.WillRenderCanvases", - "name": "willRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Canvas.WillRenderCanvases" - } - ], - "isStatic": true, - "name": "add_preWillRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Canvas.WillRenderCanvases" - } - ], - "isStatic": true, - "name": "remove_preWillRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Canvas.WillRenderCanvases" - } - ], - "isStatic": true, - "name": "add_willRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Canvas.WillRenderCanvases" - } - ], - "isStatic": true, - "name": "remove_willRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetDefaultCanvasTextMaterial", - "comment": "Returns the default material that can be used for rendering text elements on the Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetDefaultCanvasMaterial", - "comment": "Returns the default material that can be used for rendering normal elements on the Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": true, - "name": "GetETC1SupportedCanvasMaterial", - "comment": "The generated ETC1 Material from the Canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ForceUpdateCanvases", - "comment": "Force all canvases to update their content.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "Canvas", - "comment": "Element that can be used for screen rendering.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Vertex position.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "Normal.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "tangent", - "comment": "Tangent.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "color", - "comment": "Vertex color.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "uv0", - "comment": "The first texture coordinate set of the mesh. Used by UI elements by default.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "uv1", - "comment": "The second texture coordinate set of the mesh, if present.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "uv2", - "comment": "The Third texture coordinate set of the mesh, if present.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "uv3", - "comment": "The forth texture coordinate set of the mesh, if present.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.UIVertex", - "name": "simpleVert", - "comment": "Simple UIVertex with sensible settings for use in the UI system.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "UIVertex", - "comment": "Vertex class used by a Canvas for managing vertices.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "The material used for the font display.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "string[]", - "name": "fontNames", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "bool", - "name": "dynamic", - "comment": "Is the font a dynamic font.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "ascent", - "comment": "The ascent of the font.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "The default size of the font.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.CharacterInfo[]", - "name": "characterInfo", - "comment": "Access an array of all characters contained in the font texture.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "int", - "name": "lineHeight", - "comment": "The line height of the font.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "UnityEngine.Font.FontTextureRebuildCallback", - "name": "textureRebuildCallback", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "typeName": "System.Action", - "name": "textureRebuilt", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "add_textureRebuilt", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "remove_textureRebuilt", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new Font.\n\n```plaintext\nParams: name - The name of the created Font object.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new Font.\n\n```plaintext\nParams: name - The name of the created Font object.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Font", - "params": [ - { "name": "fontname", "typeName": "string" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateDynamicFontFromOSFont", - "comment": "The generate Font object.\n\n```plaintext\nParams: fontname - The name of the OS font to use for this font object.\n size - The default character size of the generated font.\n fontnames - Am array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Font", - "params": [ - { "name": "fontnames", "typeName": "string[]" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": true, - "name": "CreateDynamicFontFromOSFont", - "comment": "The generate Font object.\n\n```plaintext\nParams: fontname - The name of the OS font to use for this font object.\n size - The default character size of the generated font.\n fontnames - Am array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "str", "typeName": "string" }], - "isStatic": true, - "name": "GetMaxVertsForString", - "comment": "Returns the maximum number of verts that the text generator may return for a given string.\n\n```plaintext\nParams: str - Input string.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "c", "typeName": "char" }], - "isStatic": false, - "name": "HasCharacter", - "comment": "Whether or not the font has the character specified.\n\n```plaintext\nParams: c - The character to check for.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetOSInstalledFontNames", - "comment": "An array of the names of all fonts installed on the machine.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetPathsToOSFonts", - "comment": "An array of the file paths of all fonts installed on the machine.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ch", "typeName": "char" }, - { "name": "info", "typeName": "UnityEngine.CharacterInfo" }, - { "name": "size", "typeName": "int" }, - { "name": "style", "typeName": "UnityEngine.FontStyle" } - ], - "isStatic": false, - "name": "GetCharacterInfo", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ch", "typeName": "char" }, - { "name": "info", "typeName": "UnityEngine.CharacterInfo" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "GetCharacterInfo", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "ch", "typeName": "char" }, - { "name": "info", "typeName": "UnityEngine.CharacterInfo" } - ], - "isStatic": false, - "name": "GetCharacterInfo", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "characters", "typeName": "string" }, - { "name": "size", "typeName": "int" }, - { "name": "style", "typeName": "UnityEngine.FontStyle" } - ], - "isStatic": false, - "name": "RequestCharactersInTexture", - "comment": "Request characters to be added to the font texture (dynamic fonts only).\n\n```plaintext\nParams: characters - The characters which are needed to be in the font texture.\n size - The size of the requested characters (the default value of zero will use the font's default size).\n style - The style of the requested characters.\n \n```\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "characters", "typeName": "string" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "RequestCharactersInTexture", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "characters", "typeName": "string" }], - "isStatic": false, - "name": "RequestCharactersInTexture", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "Font", - "comment": "Script interface for.\n\n", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "WillRenderCanvases", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.UISystemProfilerApi.SampleType" - } - ], - "isStatic": true, - "name": "BeginSample", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "type", - "typeName": "UnityEngine.UISystemProfilerApi.SampleType" - } - ], - "isStatic": true, - "name": "EndSample", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "obj", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "AddMarker", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "UISystemProfilerApi", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - } - ], - "name": "FontTextureRebuildCallback", - "comment": "", - "location": "UnityEngine.TextRenderingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "hideAssetInstances", - "comment": "Hide all asset instances of this brush in the tile palette window.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "bool", - "name": "hideDefaultInstance", - "comment": "Hide the default instance of brush in the tile palette window.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "bool", - "name": "defaultBrush", - "comment": "If set to true, brush will replace Unity built-in brush as the default brush in palette window.\n\nOnly one class at any one time should set defaultBrush to true.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "string", - "name": "defaultName", - "comment": "Name of the default instance of this brush.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute to define the class as a grid brush and to make it available in the palette window.\n\n```plaintext\nParams: defaultBrush - If set to true, brush will replace Unity built-in brush as the default brush in palette window.\n defaultName - Name of the default instance of this brush.\n hideAssetInstanes - Hide all asset instances of this brush in the tile palette window.\n hideDefaultInstance - Hide the default instance of brush in the tile palette window.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hideAssetInstances", "typeName": "bool" }, - { "name": "hideDefaultInstance", "typeName": "bool" }, - { "name": "defaultBrush", "typeName": "bool" }, - { "name": "defaultName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Attribute to define the class as a grid brush and to make it available in the palette window.\n\n```plaintext\nParams: defaultBrush - If set to true, brush will replace Unity built-in brush as the default brush in palette window.\n defaultName - Name of the default instance of this brush.\n hideAssetInstanes - Hide all asset instances of this brush in the tile palette window.\n hideDefaultInstance - Hide the default instance of brush in the tile palette window.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "CustomGridBrushAttribute", - "comment": "Attribute to define the class as a grid brush and to make it available in the palette window.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "Paint", - "comment": "Paints data into a grid within the given bounds.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the paint operation. By default the currently selected GameObject.\n position - The coordinates of the cell to paint data to.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "Erase", - "comment": "Erases data on a grid within the given bounds.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the erase operation. By default the currently selected GameObject.\n position - The coordinates of the cell to erase data from.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": false, - "name": "BoxFill", - "comment": "Box fills tiles and GameObjects into given bounds within the selected layers.\n\n```plaintext\nParams: gridLayout - Grid used for layout.\n brushTarget - Target of box fill operation. By default the currently selected GameObject.\n position - The bounds to box fill data to.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": false, - "name": "BoxErase", - "comment": "Erases data on a grid within the given bounds.\n\n```plaintext\nParams: gridLayout - Grid used for layout.\n brushTarget - Target of the erase operation. By default the currently selected GameObject.\n position - The bounds to erase data from.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": false, - "name": "Select", - "comment": "Select an area of a grid.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Targets of paint operation. By default the currently selected GameObject.\n position - Area to get selected.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "FloodFill", - "comment": "Flood fills data onto a grid given the starting coordinates of the cell.\n\n```plaintext\nParams: gridLayout - Grid used for layout.\n brushTarget - Targets of flood fill operation. By default the currently selected GameObject.\n position - Starting position of the flood fill.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "UnityEngine.GridBrushBase.RotationDirection" - }, - { - "name": "layout", - "typeName": "UnityEngine.GridLayout.CellLayout" - } - ], - "isStatic": false, - "name": "Rotate", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "flip", - "typeName": "UnityEngine.GridBrushBase.FlipAxis" - }, - { - "name": "layout", - "typeName": "UnityEngine.GridLayout.CellLayout" - } - ], - "isStatic": false, - "name": "Flip", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.BoundsInt" }, - { "name": "pivot", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "Pick", - "comment": "Picks data from a grid given the coordinates of the cells.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the paint operation. By default the currently selected GameObject.\n position - The coordinates of the cells to paint data from.\n pivot - Pivot of the picking brush.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "from", "typeName": "UnityEngine.BoundsInt" }, - { "name": "to", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": false, - "name": "Move", - "comment": "Move is called when user moves the area previously selected with the selection marquee.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the move operation. By default the currently selected GameObject.\n from - Source bounds of the move.\n to - Target bounds of the move.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": false, - "name": "MoveStart", - "comment": "MoveEnd is called when user starts moving the area previously selected with the selection marquee.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the move operation. By default the currently selected GameObject.\n position - Position where the move operation has started.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, - { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, - { "name": "position", "typeName": "UnityEngine.BoundsInt" } - ], - "isStatic": false, - "name": "MoveEnd", - "comment": "MoveEnd is called when user has ended the move of the area previously selected with the selection marquee.\n\n```plaintext\nParams: position - Layers affected by the move operation.\n brushTarget - Target of the move operation. By default the currently selected GameObject.\n grid - Grid used for layout.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "change", "typeName": "int" }], - "isStatic": false, - "name": "ChangeZPosition", - "comment": "Changes the Z position of the GridBrushBase.\n\n```plaintext\nParams: change - Modify the Z position of GridBrushBase by this value.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetZPosition", - "comment": "Resets Z position changes of the GridBrushBase.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "GridBrushBase", - "comment": "Base class for authoring data on a grid with grid painting tools like paint, erase, pick, select and fill.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISocialPlatform"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.ILocalUser", - "name": "localUser", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "userIDs", "typeName": "string[]" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadUsers", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "progress", "typeName": "double" }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadAchievementDescriptions", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadAchievements", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "score", "typeName": "long" }, - { "name": "board", "typeName": "string" }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ReportScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leaderboardID", "typeName": "string" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ShowAchievementsUI", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ShowLeaderboardUI", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "ILeaderboard", - "params": [], - "isStatic": false, - "name": "CreateLeaderboard", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "IAchievement", - "params": [], - "isStatic": false, - "name": "CreateAchievement", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "Local", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "Select", - "comment": "Select.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "Move", - "comment": "Move.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "Paint", - "comment": "Paint.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "Box", - "comment": "Box Fill.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "Pick", - "comment": "Pick.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "Erase", - "comment": "Erase.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.Tool", - "name": "FloodFill", - "comment": "Flood Fill.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.GridBrushBase.Tool", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "Tool", - "comment": "Tool mode for the GridBrushBase.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.GridBrushBase.RotationDirection", - "name": "Clockwise", - "comment": "Rotates tiles clockwise.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.RotationDirection", - "name": "CounterClockwise", - "comment": "Rotates tiles counter-clockwise.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.GridBrushBase.RotationDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "RotationDirection", - "comment": "Rotate tiles in the GridBrushBase in this direction.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.GridBrushBase.FlipAxis", - "name": "X", - "comment": "Flip the brush in the X Axis.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GridBrushBase.FlipAxis", - "name": "Y", - "comment": "Flip the brush in the Y Axis.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.GridBrushBase.FlipAxis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "FlipAxis", - "comment": "Axis to flip tiles in the GridBrushBase by.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.ILocalUser", - "name": "localUser", - "comment": "See Social.localUser.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "userIDs", "typeName": "string[]" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadUsers", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "achievementID", "typeName": "string" }, - { "name": "progress", "typeName": "double" }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadAchievementDescriptions", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadAchievements", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "IAchievement", - "params": [], - "isStatic": false, - "name": "CreateAchievement", - "comment": "See Social.CreateAchievement..\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "score", "typeName": "long" }, - { "name": "board", "typeName": "string" }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "ReportScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leaderboardID", "typeName": "string" }, - { - "name": "callback", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "ILeaderboard", - "params": [], - "isStatic": false, - "name": "CreateLeaderboard", - "comment": "See Social.CreateLeaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ShowAchievementsUI", - "comment": "See Social.ShowAchievementsUI.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ShowLeaderboardUI", - "comment": "See Social.ShowLeaderboardUI.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "user", - "typeName": "UnityEngine.SocialPlatforms.ILocalUser" - }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "user", - "typeName": "UnityEngine.SocialPlatforms.ILocalUser" - }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "user", - "typeName": "UnityEngine.SocialPlatforms.ILocalUser" - }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "LoadFriends", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "board", - "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" - }, - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "board", - "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" - } - ], - "isStatic": false, - "name": "GetLoading", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "ISocialPlatform", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IUserProfile"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.IUserProfile[]", - "name": "friends", - "comment": "The users friends list.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "authenticated", - "comment": "Checks if the current user has been authenticated.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "underage", - "comment": "Is the user underage?\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "LoadFriends", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "ILocalUser", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "Online", - "comment": "The user is online.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "OnlineAndAway", - "comment": "The user is online but away from their computer.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "OnlineAndBusy", - "comment": "The user is online but set their status to busy.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "Offline", - "comment": "The user is offline.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "Playing", - "comment": "The user is playing a game.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SocialPlatforms.UserState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "UserState", - "comment": "User presence state.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "userName", - "comment": "This user's username or alias.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "id", - "comment": "This user's global unique identifier.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "isFriend", - "comment": "Is this user a friend of the current logged in user?\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "state", - "comment": "Presence state of the user.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "image", - "comment": "Avatar image of the user.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [], - "name": "IUserProfile", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "The unique identifier of this achievement.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "double", - "name": "percentCompleted", - "comment": "Progress for this achievement.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "completed", - "comment": "Set to true when percentCompleted is 100.0.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "hidden", - "comment": "This achievement is currently hidden from the user.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "System.DateTime", - "name": "lastReportedDate", - "comment": "Set by server when percentCompleted is updated.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "IAchievement", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "Unique identifier for this achievement description.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "title", - "comment": "Human readable title.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "image", - "comment": "Image representation of the achievement.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "achievedDescription", - "comment": "Description when the achivement is completed.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "unachievedDescription", - "comment": "Description when the achivement has not been completed.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "hidden", - "comment": "Hidden achievement are not shown in the list until the percentCompleted has been touched (even if it's 0.0).\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "int", - "name": "points", - "comment": "Point value of this achievement.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [], - "name": "IAchievementDescription", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "leaderboardID", - "comment": "The ID of the leaderboard this score belongs to.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "long", - "name": "value", - "comment": "The score value achieved.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "System.DateTime", - "name": "date", - "comment": "The date the score was achieved.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "formattedValue", - "comment": "The correctly formatted value of the score, like X points or X kills.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "userID", - "comment": "The user who owns this score.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "int", - "name": "rank", - "comment": "The rank or position of the score in the leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "ReportScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "IScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UISystemProfilerApi.SampleType", - "name": "Layout", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.UISystemProfilerApi.SampleType", - "name": "Render", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UISystemProfilerApi.SampleType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "SampleType", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.UserScope", - "name": "Global", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserScope", - "name": "FriendsOnly", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SocialPlatforms.UserScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "UserScope", - "comment": "The scope of the users searched through when querying the leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.Networking.PlayerConnection", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", - "name": "None", - "comment": "No target is connected, this is only possible in a Player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", - "name": "Player", - "comment": "The connected target is a Player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", - "name": "Editor", - "comment": "The connected target is an Editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ConnectionTarget", - "comment": "The type of the connected target.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.TimeScope", - "name": "Today", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.TimeScope", - "name": "Week", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.TimeScope", - "name": "AllTime", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SocialPlatforms.TimeScope", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "TimeScope", - "comment": "The scope of time searched through when querying the leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RemoteSettings.UpdatedEventHandler", - "name": "Updated", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "System.Action", - "name": "BeforeFetchFromServer", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "typeName": "System.Action", - "name": "Completed", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.RemoteSettings.UpdatedEventHandler" - } - ], - "isStatic": true, - "name": "add_Updated", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.RemoteSettings.UpdatedEventHandler" - } - ], - "isStatic": true, - "name": "remove_Updated", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "add_BeforeFetchFromServer", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": true, - "name": "remove_BeforeFetchFromServer", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "add_Completed", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "System.Action" } - ], - "isStatic": true, - "name": "remove_Completed", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CallOnUpdate", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ForceUpdate", - "comment": "Forces the game to download the newest settings from the server and update its values.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "WasLastUpdatedFromServer", - "comment": "True, if the remote settings file was received from the Analytics Service in the current session. False, if the remote settings file was received during an earlier session and cached.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetInt", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "int" } - ], - "isStatic": true, - "name": "GetInt", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetLong", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "long" } - ], - "isStatic": true, - "name": "GetLong", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetFloat", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "float" } - ], - "isStatic": true, - "name": "GetFloat", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetString", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "string" } - ], - "isStatic": true, - "name": "GetString", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetBool", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetBool", - "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "HasKey", - "comment": "True, if the key exists.\n\n```plaintext\nParams: key - The key identifying the setting.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetCount", - "comment": "Gets the number of keys in the remote settings configuration.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetKeys", - "comment": "Gets an array containing all the keys in the remote settings configuration.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetObject", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "key", "typeName": "string" } - ], - "isStatic": true, - "name": "GetObject", - "comment": "An instance of the object with fields assigned the corresponding remote values.\n\n```plaintext\nParams: key - The key identifying the setting.\n type - The type of object represented in RemoteSettings.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "object" } - ], - "isStatic": true, - "name": "GetObject", - "comment": "An instance of the object with fields assigned the corresponding remote values.\n\n```plaintext\nParams: defaultValue - The object that should be for default values.\n key - The key identifying the setting.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetDictionary", - "comment": "An instance of Dictionary containing the corresponding remote value or values.\n\n```plaintext\nParams: key - The key identifying the setting.\n \n```\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "RemoteSettings", - "comment": "Provides access to your remote settings.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.Impl", - "baseClass": "UnityEngine.SocialPlatforms.Impl.UserProfile", - "attribute": "", - "interfaces": ["ILocalUser", "IUserProfile"], - "fields": [ - { - "typeName": "UnityEngine.SocialPlatforms.IUserProfile[]", - "name": "friends", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "authenticated", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "underage", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "callback", "typeName": "System.Action" } - ], - "isStatic": false, - "name": "Authenticate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "LoadFriends", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "friends", - "typeName": "UnityEngine.SocialPlatforms.IUserProfile[]" - } - ], - "isStatic": false, - "name": "SetFriends", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetAuthenticated", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetUnderage", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "LocalUser", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "from", - "comment": "The rank of the first score which is returned.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "int", - "name": "count", - "comment": "The total amount of scores retreived.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fromValue", "typeName": "int" }, - { "name": "valueCount", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a score range, the range starts from a specific value and contains a maxium score count.\n\n```plaintext\nParams: fromValue - The minimum allowed value.\n valueCount - The number of possible values.\n \n```\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "Range", - "comment": "The score range a leaderboard query should include.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "loading", - "comment": "The leaderboad is in the process of loading scores.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "id", - "comment": "Unique identifier for this leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserScope", - "name": "userScope", - "comment": "The users scope searched by this leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.Range", - "name": "range", - "comment": "The rank range this leaderboard returns.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.TimeScope", - "name": "timeScope", - "comment": "The time period/scope searched by this leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.IScore", - "name": "localUserScore", - "comment": "The leaderboard score of the logged in user.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "uint", - "name": "maxRange", - "comment": "The total amount of scores the leaderboard contains.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.IScore[]", - "name": "scores", - "comment": "The leaderboard scores returned by a query.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "title", - "comment": "The human readable title of this leaderboard.\n\n", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "userIDs", "typeName": "string[]" }], - "isStatic": false, - "name": "SetUserFilter", - "comment": "Only search for these user IDs.\n\n```plaintext\nParams: userIDs - List of user ids.\n \n```\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "ILeaderboard", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.Networking.PlayerConnection", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", - "name": "connectedToTarget", - "comment": "Supplies the type of the established connection, as in whether the target is a Player or an Editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "connectionName", - "comment": "The name of the connected target.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "IConnectionState", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Networking.PlayerConnection", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "playerId", - "comment": "The Player ID that the data is received from.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte[]", - "name": "data", - "comment": "Data that is received.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MessageEventArgs", - "comment": "Arguments passed to Action callbacks registered in PlayerConnection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.Impl", - "baseClass": "object", - "attribute": "", - "interfaces": ["IUserProfile"], - "fields": [ - { - "typeName": "string", - "name": "userName", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "id", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "legacyId", - "comment": "Returns the ID provided in the Apple GameKit by GKPlayer.playerID (deprecated and marked obsolete in iOS 12.4).\n\n", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "gameId", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "isFriend", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserState", - "name": "state", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "image", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "id", "typeName": "string" }, - { "name": "friend", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "id", "typeName": "string" }, - { "name": "friend", "typeName": "bool" }, - { - "name": "state", - "typeName": "UnityEngine.SocialPlatforms.UserState" - }, - { "name": "image", "typeName": "UnityEngine.Texture2D" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "teamId", "typeName": "string" }, - { "name": "gameId", "typeName": "string" }, - { "name": "friend", "typeName": "bool" }, - { - "name": "state", - "typeName": "UnityEngine.SocialPlatforms.UserState" - }, - { "name": "image", "typeName": "UnityEngine.Texture2D" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "SetUserName", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "string" }], - "isStatic": false, - "name": "SetUserID", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "string" }], - "isStatic": false, - "name": "SetLegacyUserID", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "string" }], - "isStatic": false, - "name": "SetUserGameID", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "image", "typeName": "UnityEngine.Texture2D" }], - "isStatic": false, - "name": "SetImage", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetIsFriend", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "UnityEngine.SocialPlatforms.UserState" - } - ], - "isStatic": false, - "name": "SetState", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "UserProfile", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.Networking.PlayerConnection", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "messageId", "typeName": "System.Guid" }, - { - "name": "callback", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "Register", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "messageId", "typeName": "System.Guid" }, - { - "name": "callback", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "Unregister", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisconnectAll", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "RegisterConnection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "RegisterDisconnection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "UnregisterConnection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": false, - "name": "UnregisterDisconnection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "messageId", "typeName": "System.Guid" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "Send", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "messageId", "typeName": "System.Guid" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "TrySend", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IEditorPlayerConnection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.Impl", - "baseClass": "object", - "attribute": "", - "interfaces": ["IAchievement"], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "double", - "name": "percentCompleted", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "completed", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "hidden", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "System.DateTime", - "name": "lastReportedDate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "percentCompleted", "typeName": "double" }, - { "name": "completed", "typeName": "bool" }, - { "name": "hidden", "typeName": "bool" }, - { "name": "lastReportedDate", "typeName": "System.DateTime" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "percent", "typeName": "double" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "ReportProgress", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetCompleted", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetHidden", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "date", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "SetLastReportedDate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "Achievement", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "UpdatedEventHandler", - "comment": "Defines the delegate signature for handling RemoteSettings.Updated events.\n\n", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.Impl", - "baseClass": "object", - "attribute": "", - "interfaces": ["IAchievementDescription"], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "title", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "image", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "achievedDescription", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "unachievedDescription", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "bool", - "name": "hidden", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "int", - "name": "points", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "title", "typeName": "string" }, - { "name": "image", "typeName": "UnityEngine.Texture2D" }, - { "name": "achievedDescription", "typeName": "string" }, - { "name": "unachievedDescription", "typeName": "string" }, - { "name": "hidden", "typeName": "bool" }, - { "name": "points", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "image", "typeName": "UnityEngine.Texture2D" }], - "isStatic": false, - "name": "SetImage", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "AchievementDescription", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.Impl", - "baseClass": "object", - "attribute": "", - "interfaces": ["IScore"], - "fields": [ - { - "typeName": "string", - "name": "leaderboardID", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "long", - "name": "value", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "System.DateTime", - "name": "date", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "formattedValue", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "userID", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "int", - "name": "rank", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leaderboardID", "typeName": "string" }, - { "name": "value", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "leaderboardID", "typeName": "string" }, - { "name": "value", "typeName": "long" }, - { "name": "userID", "typeName": "string" }, - { "name": "date", "typeName": "System.DateTime" }, - { "name": "formattedValue", "typeName": "string" }, - { "name": "rank", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "ReportScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "date", "typeName": "System.DateTime" }], - "isStatic": false, - "name": "SetDate", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "string" }], - "isStatic": false, - "name": "SetFormattedValue", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "userID", "typeName": "string" }], - "isStatic": false, - "name": "SetUserID", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rank", "typeName": "int" }], - "isStatic": false, - "name": "SetRank", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "Score", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Action", - "name": "Updated", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_Updated", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_Updated", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "configKey", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "param", "typeName": "object" }, - { "name": "ver", "typeName": "int" }, - { "name": "prefix", "typeName": "string" } - ], - "isStatic": true, - "name": "QueueConfig", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "SendDeviceInfoInConfigRequest", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tag", "typeName": "string" }], - "isStatic": true, - "name": "AddSessionTag", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ForceUpdate", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "WasLastUpdatedFromServer", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetInt", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "int" } - ], - "isStatic": false, - "name": "GetInt", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetLong", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "long" } - ], - "isStatic": false, - "name": "GetLong", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "float" } - ], - "isStatic": false, - "name": "GetFloat", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "string" } - ], - "isStatic": false, - "name": "GetString", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetBool", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetBool", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "HasKey", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetCount", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetKeys", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { "name": "key", "typeName": "string" } - ], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "Object", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "defaultValue", "typeName": "object" } - ], - "isStatic": false, - "name": "GetObject", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "returnTypeName": "IDictionary", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": false, - "name": "GetDictionary", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - } - ], - "name": "RemoteConfigSettings", - "comment": "", - "location": "UnityEngine.UnityAnalyticsModule.dll" - }, - { - "namespace": "UnityEngine.SocialPlatforms.Impl", - "baseClass": "object", - "attribute": "", - "interfaces": ["ILeaderboard"], - "fields": [ - { - "typeName": "bool", - "name": "loading", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "id", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.UserScope", - "name": "userScope", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.Range", - "name": "range", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.TimeScope", - "name": "timeScope", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.IScore", - "name": "localUserScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "uint", - "name": "maxRange", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "UnityEngine.SocialPlatforms.IScore[]", - "name": "scores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "typeName": "string", - "name": "title", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "userIDs", "typeName": "string[]" }], - "isStatic": false, - "name": "SetUserFilter", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "LoadScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "score", - "typeName": "UnityEngine.SocialPlatforms.IScore" - } - ], - "isStatic": false, - "name": "SetLocalUserScore", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "maxRange", "typeName": "uint" }], - "isStatic": false, - "name": "SetMaxRange", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scores", - "typeName": "UnityEngine.SocialPlatforms.IScore[]" - } - ], - "isStatic": false, - "name": "SetScores", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "title", "typeName": "string" }], - "isStatic": false, - "name": "SetTitle", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetUserFilter", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - } - ], - "name": "Leaderboard", - "comment": "", - "location": "UnityEngine.GameCenterModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "headers", - "comment": "(Read Only) Returns the correct request headers for posting the form using the WWW class.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "byte[]", - "name": "data", - "comment": "(Read Only) The raw data to pass as the POST request body when sending the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an empty WWWForm object.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "AddField", - "comment": "Add a simple field to the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "value", "typeName": "string" }, - { "name": "e", "typeName": "System.Text.Encoding" } - ], - "isStatic": false, - "name": "AddField", - "comment": "Add a simple field to the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "i", "typeName": "int" } - ], - "isStatic": false, - "name": "AddField", - "comment": "Adds a simple field to the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "contents", "typeName": "byte[]" } - ], - "isStatic": false, - "name": "AddBinaryData", - "comment": "Add binary data to the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "contents", "typeName": "byte[]" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": "AddBinaryData", - "comment": "Add binary data to the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fieldName", "typeName": "string" }, - { "name": "contents", "typeName": "byte[]" }, - { "name": "fileName", "typeName": "string" }, - { "name": "mimeType", "typeName": "string" } - ], - "isStatic": false, - "name": "AddBinaryData", - "comment": "Add binary data to the form.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "WWWForm", - "comment": "Helper class to generate form data to post to web servers using the UnityWebRequest or WWW classes.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.CustomYieldInstruction", - "attribute": "", - "interfaces": ["IEnumerator", "IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.AssetBundle", - "name": "assetBundle", - "comment": "Streams an AssetBundle that can contain any kind of asset from the project folder.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "audioClip", - "comment": "Returns a AudioClip generated from the downloaded data (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "byte[]", - "name": "bytes", - "comment": "Returns the contents of the fetched web page as a byte array (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "movie", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "int", - "name": "size", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "int", - "name": "bytesDownloaded", - "comment": "The number of bytes downloaded by this WWW query (read only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "string", - "name": "error", - "comment": "Returns an error message if there was an error during the download (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "bool", - "name": "isDone", - "comment": "Is the download already finished? (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "UnityEngine.Object", - "name": "oggVorbis", - "comment": "Load an Ogg Vorbis file into the audio clip.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "float", - "name": "progress", - "comment": "How far has the download progressed (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "responseHeaders", - "comment": "Dictionary of headers returned by the request.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "string", - "name": "data", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "Returns the contents of the fetched web page as a string (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Returns a Texture2D generated from the downloaded data (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "UnityEngine.Texture2D", - "name": "textureNonReadable", - "comment": "Returns a non-readable Texture2D generated from the downloaded data (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "UnityEngine.ThreadPriority", - "name": "threadPriority", - "comment": "Obsolete, has no effect.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "float", - "name": "uploadProgress", - "comment": "How far has the upload progressed (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "string", - "name": "url", - "comment": "The URL of this WWW request (Read Only).\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "typeName": "bool", - "name": "keepWaiting", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "EscapeURL", - "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "e", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "EscapeURL", - "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "UnEscapeURL", - "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "e", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "UnEscapeURL", - "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "WWW", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFromCacheOrDownload", - "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "WWW", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "int" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromCacheOrDownload", - "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "WWW", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" } - ], - "isStatic": true, - "name": "LoadFromCacheOrDownload", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "WWW", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromCacheOrDownload", - "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "WWW", - "params": [ - { "name": "url", "typeName": "string" }, - { - "name": "cachedBundle", - "typeName": "UnityEngine.CachedAssetBundle" - }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "LoadFromCacheOrDownload", - "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "form", "typeName": "UnityEngine.WWWForm" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n form - A WWWForm instance containing the form data to post.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "postData", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n postData - A byte array of data to be posted to the url.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "postData", "typeName": "byte[]" }, - { "name": "headers", "typeName": "System.Collections.Hashtable" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n postData - A byte array of data to be posted to the url.\n headers - A hash table of custom headers to send with the request.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "postData", "typeName": "byte[]" }, - { - "name": "headers", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "texture", "typeName": "UnityEngine.Texture2D" } - ], - "isStatic": false, - "name": "LoadImageIntoTexture", - "comment": "Replaces the contents of an existing Texture2D with an image from the downloaded data.\n\n```plaintext\nParams: tex - An existing texture object to be overwritten with the image data.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Disposes of an existing WWW object.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [], - "isStatic": false, - "name": "GetAudioClip", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [{ "name": "threeD", "typeName": "bool" }], - "isStatic": false, - "name": "GetAudioClip", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "threeD", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetAudioClip", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "threeD", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": false, - "name": "GetAudioClip", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [], - "isStatic": false, - "name": "GetAudioClipCompressed", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [{ "name": "threeD", "typeName": "bool" }], - "isStatic": false, - "name": "GetAudioClipCompressed", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "threeD", "typeName": "bool" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": false, - "name": "GetAudioClipCompressed", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "MovieTexture", - "params": [], - "isStatic": false, - "name": "GetMovieTexture", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - } - ], - "name": "WWW", - "comment": "Simple access to web pages.\n\n", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "AudioClip", - "params": [], - "isStatic": false, - "name": "GetAudioClip", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [{ "name": "threeD", "typeName": "bool" }], - "isStatic": false, - "name": "GetAudioClip", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "threeD", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" } - ], - "isStatic": false, - "name": "GetAudioClip", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "threeD", "typeName": "bool" }, - { "name": "stream", "typeName": "bool" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": false, - "name": "GetAudioClip", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [], - "isStatic": false, - "name": "GetAudioClipCompressed", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [{ "name": "threeD", "typeName": "bool" }], - "isStatic": false, - "name": "GetAudioClipCompressed", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { "name": "threeD", "typeName": "bool" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": false, - "name": "GetAudioClipCompressed", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "returnTypeName": "MovieTexture", - "params": [], - "isStatic": false, - "name": "GetMovieTexture", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - } - ], - "name": "WWWAudioExtensions", - "comment": "", - "location": "UnityEngine.UnityWebRequestWWWModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Collider", - "name": "collider", - "comment": "The other Collider the wheel is hitting.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "point", - "comment": "The point of contact between the wheel and the ground.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "normal", - "comment": "The normal at the point of contact.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "forwardDir", - "comment": "The direction the wheel is pointing in.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "sidewaysDir", - "comment": "The sideways direction of the wheel.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "force", - "comment": "The magnitude of the force being applied for the contact.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "forwardSlip", - "comment": "Tire slip in the rolling direction. Acceleration slip is negative, braking slip is positive.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "sidewaysSlip", - "comment": "Tire slip in the sideways direction.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VehiclesModule.dll" - } - ], - "name": "WheelHit", - "comment": "Contact information for the wheel, reported by WheelCollider.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Collider", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "center", - "comment": "The center of the wheel, measured in the object's local space.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "The radius of the wheel, measured in local space.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "suspensionDistance", - "comment": "Maximum extension distance of wheel suspension, measured in local space.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.JointSpring", - "name": "suspensionSpring", - "comment": "The parameters of wheel's suspension. The suspension attempts to reach a target position by applying a linear force and a damping force.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "bool", - "name": "suspensionExpansionLimited", - "comment": "Limits the expansion velocity of the Wheel Collider's suspension. If you set this property on a Rigidbody that has several Wheel Colliders, such as a vehicle, then it affects all other Wheel Colliders on the Rigidbody.\n\n```plaintext\nParams: active - Turns on/off the property\n \n```\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "forceAppPointDistance", - "comment": "Application point of the suspension and tire forces measured from the base of the resting wheel.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "mass", - "comment": "The mass of the wheel, expressed in kilograms. Must be larger than zero. Typical values would be in range (20,80).\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "wheelDampingRate", - "comment": "The damping rate of the wheel. Must be larger than zero.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.WheelFrictionCurve", - "name": "forwardFriction", - "comment": "Properties of tire friction in the direction the wheel is pointing in.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "UnityEngine.WheelFrictionCurve", - "name": "sidewaysFriction", - "comment": "Properties of tire friction in the sideways direction.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "motorTorque", - "comment": "Motor torque on the wheel axle expressed in Newton metres. Positive or negative depending on direction.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "brakeTorque", - "comment": "Brake torque expressed in Newton metres.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "steerAngle", - "comment": "Steering angle in degrees, always around the local y-axis.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "bool", - "name": "isGrounded", - "comment": "Indicates whether the wheel currently collides with something (Read Only).\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "rpm", - "comment": "Current wheel axle rotation speed, in rotations per minute (Read Only).\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "typeName": "float", - "name": "sprungMass", - "comment": "The mass supported by this WheelCollider.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResetSprungMasses", - "comment": "Reset the sprung masses of the vehicle.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "speedThreshold", "typeName": "float" }, - { "name": "stepsBelowThreshold", "typeName": "int" }, - { "name": "stepsAboveThreshold", "typeName": "int" } - ], - "isStatic": false, - "name": "ConfigureVehicleSubsteps", - "comment": "Configure vehicle sub-stepping parameters.\n\n```plaintext\nParams: speedThreshold - The speed threshold of the sub-stepping algorithm.\n stepsBelowThreshold - Amount of simulation sub-steps when vehicle's speed is below speedThreshold.\n stepsAboveThreshold - Amount of simulation sub-steps when vehicle's speed is above speedThreshold.\n \n```\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "pos", "typeName": "UnityEngine.Vector3" }, - { "name": "quat", "typeName": "UnityEngine.Quaternion" } - ], - "isStatic": false, - "name": "GetWorldPose", - "comment": "", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "hit", "typeName": "UnityEngine.WheelHit" }], - "isStatic": false, - "name": "GetGroundHit", - "comment": "", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VehiclesModule.dll" - } - ], - "name": "WheelCollider", - "comment": "A special collider for vehicle wheels.\n\n", - "location": "UnityEngine.VehiclesModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WindZoneMode", - "name": "Directional", - "comment": "Wind zone affects the entire Scene in one direction.\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "typeName": "UnityEngine.WindZoneMode", - "name": "Spherical", - "comment": "Wind zone only has an effect inside the radius, and has a falloff from the center towards the edge.\n\n", - "location": "UnityEngine.WindModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WindZoneMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.WindModule.dll" - } - ], - "name": "WindZoneMode", - "comment": "Modes a Wind Zone can have, either Spherical or Directional.\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.WindZoneMode", - "name": "mode", - "comment": "Defines the type of wind zone to be used (Spherical or Directional).\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "typeName": "float", - "name": "radius", - "comment": "Radius of the Spherical Wind Zone (only active if the WindZoneMode is set to Spherical).\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "typeName": "float", - "name": "windMain", - "comment": "The primary wind force.\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "typeName": "float", - "name": "windTurbulence", - "comment": "The turbulence wind force.\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "typeName": "float", - "name": "windPulseMagnitude", - "comment": "Defines how much the wind changes over time.\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "typeName": "float", - "name": "windPulseFrequency", - "comment": "Defines the frequency of the wind changes.\n\n", - "location": "UnityEngine.WindModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "The constructor.\n\n", - "location": "UnityEngine.WindModule.dll" - } - ], - "name": "WindZone", - "comment": "Wind Zones add realism to the trees you create by making them wave their branches and leaves as if blown by the wind.\n\n", - "location": "UnityEngine.WindModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.MovieTexture", - "name": "movieTexture", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "returnTypeName": "MovieTexture", - "params": [ - { - "name": "uwr", - "typeName": "UnityEngine.Networking.UnityWebRequest" - } - ], - "isStatic": true, - "name": "GetContent", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - } - ], - "name": "DownloadHandlerMovieTexture", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "namespace": "UnityEngine.Subsystems", - "baseClass": "UnityEngine.IntegratedSubsystem", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PrintExample", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "GetBool", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "ExampleSubsystem", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.Subsystems", - "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", - "attribute": "", - "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], - "fields": [ - { - "typeName": "bool", - "name": "supportsEditorMode", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "bool", - "name": "disableBackbufferMSAA", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "bool", - "name": "stereoscopicBackbuffer", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "bool", - "name": "usePBufferEGL", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "ExampleSubsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "IsStarted", - "comment": "Deprecated.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "endPoint", "typeName": "System.Net.EndPoint" }], - "isStatic": true, - "name": "DoesEndPointUsePlatformProtocols", - "comment": "True if the given endpoint is using a platform protocol.\n\n```plaintext\nParams: endPoint - EndPoint instance to check.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "endPoint", "typeName": "System.Net.EndPoint" }, - { "name": "exceptionConnectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "ConnectEndPoint", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Init", - "comment": "Initializes the NetworkTransport. Should be called before any other operations on the NetworkTransport are done.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "config", - "typeName": "UnityEngine.Networking.GlobalConfig" - } - ], - "isStatic": true, - "name": "Init", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Shutdown", - "comment": "Shut down the NetworkTransport.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "GetAssetId", - "comment": "The assetId of the game object's Prefab.\n\n```plaintext\nParams: go - Target GameObject to get assetId for.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "int" }], - "isStatic": true, - "name": "AddSceneId", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetNextSceneId", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "minTimeout", "typeName": "int" }, - { "name": "maxTimeout", "typeName": "int" }, - { "name": "port", "typeName": "int" }, - { "name": "ip", "typeName": "string" } - ], - "isStatic": true, - "name": "AddHostWithSimulator", - "comment": "Returns host ID just created.\n\n```plaintext\nParams: topology - The Networking.HostTopology associated with the host.\n minTimeout - Minimum simulated delay in milliseconds.\n maxTimeout - Maximum simulated delay in milliseconds.\n port - Port to bind to (when 0 is selected, the OS will choose a port at random).\n ip - IP address to bind to.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "minTimeout", "typeName": "int" }, - { "name": "maxTimeout", "typeName": "int" }, - { "name": "port", "typeName": "int" } - ], - "isStatic": true, - "name": "AddHostWithSimulator", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "minTimeout", "typeName": "int" }, - { "name": "maxTimeout", "typeName": "int" } - ], - "isStatic": true, - "name": "AddHostWithSimulator", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "port", "typeName": "int" }, - { "name": "ip", "typeName": "string" } - ], - "isStatic": true, - "name": "AddHost", - "comment": "Returns the ID of the host that was created.\n\n```plaintext\nParams: topology - The Networking.HostTopology associated with the host.\n port - Port to bind to (when 0 is selected, the OS will choose a port at random).\n ip - IP address to bind to.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "port", "typeName": "int" } - ], - "isStatic": true, - "name": "AddHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - } - ], - "isStatic": true, - "name": "AddHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "port", "typeName": "int" }, - { "name": "ip", "typeName": "string" } - ], - "isStatic": true, - "name": "AddWebsocketHost", - "comment": "Web socket host id.\n\n```plaintext\nParams: port - Port to bind to.\n topology - The Networking.HostTopology associated with the host.\n ip - IP address to bind to.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "topology", - "typeName": "UnityEngine.Networking.HostTopology" - }, - { "name": "port", "typeName": "int" } - ], - "isStatic": true, - "name": "AddWebsocketHost", - "comment": "Web socket host id.\n\n```plaintext\nParams: port - Port to bind to.\n topology - The Networking.HostTopology associated with the host.\n ip - IP address to bind to.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { - "name": "network", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { - "name": "source", - "typeName": "UnityEngine.Networking.Types.SourceID" - }, - { - "name": "node", - "typeName": "UnityEngine.Networking.Types.NodeID" - }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "ConnectAsNetworkHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "DisconnectNetworkHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "NetworkEventType", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "ReceiveRelayEventFromHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "exceptionConnectionId", "typeName": "int" }, - { "name": "relaySlotId", "typeName": "int" }, - { - "name": "network", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { - "name": "source", - "typeName": "UnityEngine.Networking.Types.SourceID" - }, - { - "name": "node", - "typeName": "UnityEngine.Networking.Types.NodeID" - }, - { "name": "bytesPerSec", "typeName": "int" }, - { "name": "bucketSizeFactor", "typeName": "float" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "ConnectToNetworkPeer", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "exceptionConnectionId", "typeName": "int" }, - { "name": "relaySlotId", "typeName": "int" }, - { - "name": "network", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { - "name": "source", - "typeName": "UnityEngine.Networking.Types.SourceID" - }, - { - "name": "node", - "typeName": "UnityEngine.Networking.Types.NodeID" - }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "ConnectToNetworkPeer", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetCurrentIncomingMessageAmount", - "comment": "Returns the number of unread messages in the read-queue.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetCurrentOutgoingMessageAmount", - "comment": "Returns the total number of messages still in the write-queue.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetIncomingMessageQueueSize", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingMessageQueueSize", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetCurrentRTT", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetCurrentRtt", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetIncomingPacketLossCount", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetNetworkLostPacketNum", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetIncomingPacketCount", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingPacketNetworkLossPercent", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingPacketOverflowLossPercent", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetMaxAllowedBandwidth", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetAckBufferCount", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetIncomingPacketDropCountForAllHosts", - "comment": "Dropping packet count.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetIncomingPacketCountForAllHosts", - "comment": "Packets count received from start for all hosts.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetOutgoingPacketCount", - "comment": "Packets count sent from networking library start (from call Networking.NetworkTransport.Init) for all hosts.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingPacketCountForHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingPacketCountForConnection", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetOutgoingMessageCount", - "comment": "Messages count sent from start (from call Networking.NetworkTransport.Init) for all hosts.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingMessageCountForHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingMessageCountForConnection", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetOutgoingUserBytesCount", - "comment": "Total payload (in bytes) sent from start for all hosts.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingUserBytesCountForHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingUserBytesCountForConnection", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetOutgoingSystemBytesCount", - "comment": "Total payload and protocol system headers (in bytes) sent from start for all hosts.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingSystemBytesCountForHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingSystemBytesCountForConnection", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetOutgoingFullBytesCount", - "comment": "Total data (user payload, protocol specific data, ip and udp headers) (in bytes) sent from start for all hosts.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingFullBytesCountForHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetOutgoingFullBytesCountForConnection", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetPacketSentRate", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetPacketReceivedRate", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetRemotePacketReceivedRate", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetNetIOTimeuS", - "comment": "Time in micro seconds.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "port", "typeName": "int" }, - { "name": "network", "typeName": "ulong" }, - { "name": "dstNode", "typeName": "ushort" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetConnectionInfo", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { - "name": "network", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { - "name": "dstNode", - "typeName": "UnityEngine.Networking.Types.NodeID" - }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetConnectionInfo", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": true, - "name": "GetNetworkTimestamp", - "comment": "Timestamp.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "remoteTime", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetRemoteDelayTimeMS", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "channelId", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "StartSendMulticast", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "SendMulticast", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "FinishSendMulticast", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "hostId", "typeName": "int" }], - "isStatic": true, - "name": "RemoveHost", - "comment": "Closes the opened socket, and closes all connections belonging to that socket.\n\n```plaintext\nParams: hostId - Host ID to remove.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "exeptionConnectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "Connect", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "exeptionConnectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" }, - { - "name": "conf", - "typeName": "UnityEngine.Networking.ConnectionSimulatorConfig" - } - ], - "isStatic": true, - "name": "ConnectWithSimulator", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "Disconnect", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "channelId", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "Send", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "channelId", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "QueueMessageForSending", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "SendQueuedMessages", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "NetworkEventType", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "channelId", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "receivedSize", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "Receive", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "NetworkEventType", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "channelId", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "receivedSize", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "ReceiveFromHost", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "direction", "typeName": "int" }, - { "name": "packetStatId", "typeName": "int" }, - { "name": "numMsgs", "typeName": "int" }, - { "name": "numBytes", "typeName": "int" } - ], - "isStatic": true, - "name": "SetPacketStat", - "comment": "Used to inform the profiler of network packet statistics.\n\n```plaintext\nParams: packetStatId - The ID of the message being reported.\n numMsgs - Number of messages being reported.\n numBytes - Number of bytes used by reported messages.\n direction - Whether the packet is outgoing (-1) or incoming (0).\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "connectionId", "typeName": "int" }, - { "name": "notificationLevel", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "NotifyWhenConnectionReadyForSend", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "hostId", "typeName": "int" }], - "isStatic": true, - "name": "GetHostPort", - "comment": "The UDP port number, or -1 if an error occurred.\n\n```plaintext\nParams: hostId - Host ID.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "broadcastPort", "typeName": "int" }, - { "name": "key", "typeName": "int" }, - { "name": "version", "typeName": "int" }, - { "name": "subversion", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "size", "typeName": "int" }, - { "name": "timeout", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "StartBroadcastDiscovery", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopBroadcastDiscovery", - "comment": "Stop sending the broadcast discovery message.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsBroadcastDiscoveryRunning", - "comment": "True if it is running. False if it is not running.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "key", "typeName": "int" }, - { "name": "version", "typeName": "int" }, - { "name": "subversion", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "SetBroadcastCredentials", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "port", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetBroadcastConnectionInfo", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "address", "typeName": "string" }, - { "name": "port", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetBroadcastConnectionInfo", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "hostId", "typeName": "int" }, - { "name": "buffer", "typeName": "byte[]" }, - { "name": "bufferSize", "typeName": "int" }, - { "name": "receivedSize", "typeName": "int" }, - { "name": "error", "typeName": "byte" } - ], - "isStatic": true, - "name": "GetBroadcastConnectionMessage", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "enabled", "typeName": "bool" }], - "isStatic": true, - "name": "SetMulticastLock", - "comment": "Enable or disable a multicast lock.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "libraryName", "typeName": "string" }], - "isStatic": true, - "name": "LoadEncryptionLibrary", - "comment": "True if the provided native encryption plugin was loaded successfully and is being used by the transport layer. False otherwise.\n\n```plaintext\nParams: libraryName - The path to the native encryption plugin to load, relative to the executable.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "UnloadEncryptionLibrary", - "comment": "Unloads the currently loaded encryption plugin, if one is loaded.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsEncryptionActive", - "comment": "True if an encryption plugin has been loaded and is being used, false otherwise.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int16", - "params": [{ "name": "maxPacketSize", "typeName": "short" }], - "isStatic": true, - "name": "GetEncryptionSafeMaxPacketSize", - "comment": "The maximum amount of bytes that can you can safely send over the network so they fit in the given maximum packet size after encryption.\n\n```plaintext\nParams: maxPacketSize - The largest packet size that the network allows, in bytes.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkTransport", - "comment": "Transport Layer API.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.NetworkEventType", - "name": "DataEvent", - "comment": "Data event received. Indicating that data was received.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkEventType", - "name": "ConnectEvent", - "comment": "Connection event received. Indicating that a new connection was established.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkEventType", - "name": "DisconnectEvent", - "comment": "Disconnection event received.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkEventType", - "name": "Nothing", - "comment": "No new event was received.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkEventType", - "name": "BroadcastEvent", - "comment": "Broadcast discovery event received.\nTo obtain sender connection info and possible complimentary message from them, call Networking.NetworkTransport.GetBroadcastConnectionInfo() and Networking.NetworkTransport.GetBroadcastConnectionMessage() functions.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.NetworkEventType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkEventType", - "comment": "Event that is returned when calling the Networking.NetworkTransport.Receive and Networking.NetworkTransport.ReceiveFromHost functions.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.QosType", - "name": "Unreliable", - "comment": "There is no guarantee of delivery or ordering.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "UnreliableFragmented", - "comment": "There is no guarantee of delivery or ordering, but allowing fragmented messages with up to 32 fragments per message.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "UnreliableSequenced", - "comment": "There is no guarantee of delivery and all unordered messages will be dropped. Example: VoIP.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "Reliable", - "comment": "Each message is guaranteed to be delivered but not guaranteed to be in order.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "ReliableFragmented", - "comment": "Each message is guaranteed to be delivered, also allowing fragmented messages with up to 32 fragments per message.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "ReliableSequenced", - "comment": "Each message is guaranteed to be delivered and in order.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "StateUpdate", - "comment": "An unreliable message. Only the last message in the send buffer is sent. Only the most recent message in the receive buffer will be delivered.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "ReliableStateUpdate", - "comment": "A reliable message. Note: Only the last message in the send buffer is sent. Only the most recent message in the receive buffer will be delivered.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "AllCostDelivery", - "comment": "A reliable message that will be re-sent with a high frequency until it is acknowledged.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "UnreliableFragmentedSequenced", - "comment": "There is garantee of ordering, no guarantee of delivery, but allowing fragmented messages with up to 32 fragments per message.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.QosType", - "name": "ReliableFragmentedSequenced", - "comment": "Each message is guaranteed to be delivered in order, also allowing fragmented messages with up to 32 fragments per message.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.QosType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "QosType", - "comment": "Enumeration of all supported quality of service channel modes.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "Ok", - "comment": "The operation completed successfully.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "WrongHost", - "comment": "The specified host not available.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "WrongConnection", - "comment": "The specified connectionId doesn't exist.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "WrongChannel", - "comment": "The specified channel doesn't exist.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "NoResources", - "comment": "Not enough resources are available to process this request.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "BadMessage", - "comment": "Not a data message.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "Timeout", - "comment": "Connection timed out.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "MessageToLong", - "comment": "The message is too long to fit the buffer.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "WrongOperation", - "comment": "Operation is not supported.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "VersionMismatch", - "comment": "The protocol versions are not compatible. Check your library versions.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "CRCMismatch", - "comment": "The Networking.ConnectionConfig does not match the other endpoint.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "DNSFailure", - "comment": "The address supplied to connect to was invalid or could not be resolved.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.NetworkError", - "name": "UsageError", - "comment": "This error will occur if any function is called with inappropriate parameter values.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.NetworkError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkError", - "comment": "Possible Networking.NetworkTransport errors.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.ReactorModel", - "name": "SelectReactor", - "comment": "Network thread will sleep up to threadawake timeout, or up to receive event on socket will happened. Awaked thread will try to read up to maxpoolsize packets from socket and will try update connections ready to send (with fixing awaketimeout rate).\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.ReactorModel", - "name": "FixRateReactor", - "comment": "Network thread will sleep up to threadawake timeout, after that it will try receive up to maxpoolsize amount of messages and then will try perform send operation for connection whihc ready to send.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.ReactorModel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "ReactorModel", - "comment": "Define how unet will handle network io operation.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.ConnectionAcksType", - "name": "Acks32", - "comment": "Ack buffer can hold 32 messages.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.ConnectionAcksType", - "name": "Acks64", - "comment": "Ack buffer can hold 64 messages.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.ConnectionAcksType", - "name": "Acks96", - "comment": "Ack buffer can hold 96 messages.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.ConnectionAcksType", - "name": "Acks128", - "comment": "Ack buffer can hold 128 messages.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.ConnectionAcksType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "ConnectionAcksType", - "comment": "Defines size of the buffer holding reliable messages, before they will be acknowledged.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Networking.QosType", - "name": "QOS", - "comment": "Channel quality of service.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "bool", - "name": "BelongsToSharedOrderChannel", - "comment": "Returns true if the channel belongs to a shared group.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Networking.QosType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "UnderlyingModel.MemDoc.MemDocModel.\n\n```plaintext\nParams: value - Requested type of quality of service (default Unreliable).\n channel - Copy constructor.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "UnderlyingModel.MemDoc.MemDocModel.\n\n```plaintext\nParams: value - Requested type of quality of service (default Unreliable).\n channel - Copy constructor.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "channel", - "typeName": "UnityEngine.Networking.ChannelQOS" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "UnderlyingModel.MemDoc.MemDocModel.\n\n```plaintext\nParams: value - Requested type of quality of service (default Unreliable).\n channel - Copy constructor.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "ChannelQOS", - "comment": "Defines parameters of channels.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "ushort", - "name": "PacketSize", - "comment": "Defines maximum packet size (in bytes) (including payload and all header). Packet can contain multiple messages inside. Default value = 1500.\n\nNote that this default value is suitable for local testing only. Usually you should change this value; a recommended setting for PC or mobile is 1470. For games consoles this value should probably be less than ~1100. Wrong size definition can cause packet dropping.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "FragmentSize", - "comment": "Defines the fragment size for fragmented messages (for QOS: ReliableFragmented and UnreliableFragmented). Default value = 500.\n\nUnder fragmented quality of service modes, the original message is split into fragments (up to 64) of up to FragmentSize bytes each. The fragment size depends on the frequency and size of reliable messages sent. Each reliable message potentially could be re-sent, so you need to choose a fragment size less than the remaining free space in a UDP packet after retransmitted reliable messages are added to the packet. For example, if Networking.ConnectionConfig.PacketSize is 1440 bytes, and a reliable message's average size is 200 bytes, it would be wise to set this parameter to 900 – 1000 bytes.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "ResendTimeout", - "comment": "Defines the maximum wait time in milliseconds before the \"not acknowledged\" message is re-sent. Default value = 1200.\n\nIt does not make a lot of sense to wait for acknowledgement forever. This parameter sets an upper time limit at which point reliable messages are re-sent.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "DisconnectTimeout", - "comment": "Defines the timeout in milliseconds before a connection is considered to have been disconnected. Default value = 2000.\n\nUnity Multiplayer defines conditions under which a connection is considered as disconnected. Disconnection can happen for the following reasons:\n\n(1) A disconnection request was received.\n\n(2) The connection has not received any traffic at all for a time longer than DisconnectTimeout (Note that live connections receive regular keep-alive packets, so in this case \"no traffic\" means not only no user traffic but also absence of any keep-alive traffic as well).\n\n(3) Flow control determines that the time between sending packets is longer than DisconnectTimeout. Keep-alive packets are regularly delivered from peers and contain statistical information. This information includes values of packet loss due to network and peer overflow conditions. Setting NetworkDropThreshold and OverflowDropThreshold defines thresholds for flow control which can decrease packet frequency. When the time before sending the next packet is longer than DisconnectTimeout, the connection will be considered as disconnected and a disconnect event is received.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "ConnectTimeout", - "comment": "Timeout in ms which library will wait before it will send another connection request.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "MinUpdateTimeout", - "comment": "Defines minimum time in milliseconds between sending packets. This duration may be automatically increased if required by flow control. Default value = 10.\n\nWhen Send() is called, Unity Multiplayer won’t send the message immediately. Instead, once every SendTimeout milliseconds each connection is checked to see if it has something to send. While initial and minimal send timeouts can be set, these may be increased internally due to network conditions or buffer overflows.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "PingTimeout", - "comment": "Defines the duration in milliseconds between keep-alive packets, also known as pings. Default value = 500.\n\nThe ping frequency should be long enough to accumulate good statistics and short enough to compare with DisconnectTimeout. A good guideline is to have more than 3 pings per disconnect timeout, and more than 5 messages per ping. For example, with a DisconnectTimeout of 2000ms, a PingTimeout of 500ms works well.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "ReducedPingTimeout", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "AllCostTimeout", - "comment": "Defines the timeout in milliseconds after which messages sent via the AllCost channel will be re-sent without waiting for acknowledgement. Default value = 20 ms.\n\nAllCost delivery quality of service (QOS) is a special QOS for delivering game-critical information, such as when the game starts, or when bullets are shot.\n\nDue to packets dropping, sometimes reliable messages cannot be delivered and need to be re-sent. Reliable messages will re-sent after RTT+Delta time, (RTT is round trip time) where RTT is a dynamic value and can reach couple of hundred milliseconds. For the AllCost delivery channel this timeout can be user-defined to force game critical information to be re-sent.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "byte", - "name": "NetworkDropThreshold", - "comment": "Defines the percentage (from 0 to 100) of packets that need to be dropped due to network conditions before the SendUpdate timeout is automatically increased (and send rate is automatically decreased). Default value = 5.\n\nTo avoid receiver overflow, Unity Multiplayer supports flow control. Each ping packet sent between connected peers contains two values:\n\n(1) Packets lost due to network conditions.\n\n(2) Packets lost because the receiver does not have free space in its incoming buffers.\n\nLike OverflowDropThreshold, both values are reported in percent. Use NetworkDropThreshold and OverflowDropThreshold to set thresholds for these values. If a value reported in the ping packet exceeds the corresponding threshold, Unity Multiplayer increases the sending timeout for packets up to a maximum value of DisconnectTimeout.\n\nNote: wireless networks usually exhibit 5% or greater packet loss. For wireless networks it is advisable to use a NetworkDropThreshold of 40-50%.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "byte", - "name": "OverflowDropThreshold", - "comment": "Defines the percentage (from 0 to 100) of packets that need to be dropped due to lack of space in internal buffers before the SendUpdate timeout is automatically increased (and send rate is automatically decreased). Default value = 5.\n\nTo avoid receiver overflow, Unity Multiplayer supports flow control. Each ping packet sent between connected peers contains two values:\n\n(1) Packets lost due to network conditions.\n\n(2) Packets lost because the receiver does not have free space in its incoming buffers.\n\nLike NetworkDropThreshold, both values are reported in percent. Use NetworkDropThreshold and OverflowDropThreshold to set thresholds for these values. If a value reported in the ping packet exceeds the corresponding threshold, Unity Multiplayer increases the sending timeout for packets up to a maximum value of DisconnectTimeout.\n\nNote: wireless networks usually exhibit 5% or greater packet loss. For wireless networks it is advisable to use a NetworkDropThreshold of 40-50%.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "byte", - "name": "MaxConnectionAttempt", - "comment": "Defines the maximum number of times Unity Multiplayer will attempt to send a connection request without receiving a response before it reports that it cannot establish a connection. Default value = 10.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "AckDelay", - "comment": "Defines the duration in milliseconds that the receiver waits for before it sends an acknowledgement back without waiting for any data payload. Default value = 33.\n\nNetwork clients that send data to a server may do so using many different quality of service (QOS) modes, some of which (reliable modes) expect the server to send back acknowledgement of receipt of data sent.\n\nServers must periodically acknowledge data packets received over channels with reliable QOS modes by sending packets containing acknowledgement data (also known as \"acks\") back to the client. If the server were to send an acknowledgement immediately after receiving each packet from the client there would be significant overhead (the acknowledgement is a 32 or 64 bit integer, which is very small compared to the whole size of the packet which also contains the IP and the UDP header). AckDelay allows the server some time to accumulate a list of received reliable data packets to acknowledge, and decreases traffic overhead by combining many acknowledgements into a single packet.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "SendDelay", - "comment": "Gets or sets the delay in milliseconds after a call to Send() before packets are sent. During this time, new messages may be combined in queued packets. Default value: 10ms.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "MaxCombinedReliableMessageSize", - "comment": "Defines the maximum size in bytes of a reliable message which is considered small enough to include in a combined message. Default value = 100.\n\nSince each message sent to a server contains IP information and a UDP header, duplicating this information for every message sent can be inefficient in the case where there are many small messages being sent frequently. Many small reliable messages can be combined into one longer reliable message, saving space in the waiting buffer. Unity Multiplayer will automatically combine up to MaxCombinedReliableMessageCount small messages into one message. To qualify as a small message, the data payload of the message should not be greater than MaxCombinedReliableMessageSize.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "MaxCombinedReliableMessageCount", - "comment": "Defines the maximum number of small reliable messages that can be included in one combined message. Default value = 10.\n\nSince each message sent to a server contains IP information and a UDP header, duplicating this information for every message sent can be inefficient in the case where there are many small messages being sent frequently. Many small reliable messages can be combined into one longer reliable message, saving space in the waiting buffer. Unity Multiplayer will automatically combine up to MaxCombinedReliableMessageCount small messages into one message. To qualify as a small message, the data payload of the message should not be greater than MaxCombinedReliableMessageSize.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "MaxSentMessageQueueSize", - "comment": "Defines maximum number of messages that can be held in the queue for sending. Default value = 128.\n\nThis buffer serves to smooth spikes in traffic and decreases network jitter. If the queue is full, a NoResources error will result from any calls to Send(). Setting this value greater than around 300 is likely to cause significant delaying of message delivering and can make game unplayable.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.ConnectionAcksType", - "name": "AcksType", - "comment": "Determines the size of the buffer used to store reliable messages that are waiting for acknowledgement. It can be set to Acks32, Acks64, Acks96, or Acks128. Depends of this setting buffer can hold 32, 64, 96, or 128 messages. Default value = Ack32.\n\nMessages sent on reliable quality of service channels are stored in a special buffer while they wait for acknowledgement from the peer. This buffer can be either 32, 64, 96 or 128 positions long. It is recommended to begin with this value set to Ack32, which defines a buffer up to 32 messages in size. If you receive NoResources errors often when you send reliable messages, change this value to the next possible size.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "bool", - "name": "IsAcksLong", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "bool", - "name": "UsePlatformSpecificProtocols", - "comment": "When starting a server use protocols that make use of platform specific optimisations where appropriate rather than cross-platform protocols. (Playstation/Xbox consoles only).\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "InitialBandwidth", - "comment": "Gets or sets the bandwidth in bytes per second that can be used by Unity Multiplayer. No traffic over this limit is allowed. Unity Multiplayer may internally reduce the bandwidth it uses due to flow control. The default value is 1.5MB/sec (1,536,000 bytes per second). The default value is intentionally a large number to allow all traffic to pass without delay.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "float", - "name": "BandwidthPeakFactor", - "comment": "Defines, when multiplied internally by InitialBandwidth, the maximum bandwidth that can be used under burst conditions.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "WebSocketReceiveBufferMaxSize", - "comment": "WebSocket only. Defines the buffer size in bytes for received frames on a WebSocket host. If this value is 0 (the default), a 4 kilobyte buffer is used. Any other value results in a buffer of that size, in bytes.\n\nWebSocket message fragments are called \"frames\". A WebSocket host has a buffer to store incoming message frames. Therefore this buffer should be set to the largest legal frame size supported. If an incoming frame exceeds the buffer size, no error is reported. However, the buffer will invoke the user callback in order to create space for the overflow.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "UdpSocketReceiveBufferMaxSize", - "comment": "Defines the size in bytes of the receiving buffer for UDP sockets. It is useful to set this parameter equal to the maximum size of a fragmented message. Default value is OS specific (usually 8kb).\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "string", - "name": "SSLCertFilePath", - "comment": "Defines path to SSL certificate file, for WebSocket via SSL communication.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "string", - "name": "SSLPrivateKeyFilePath", - "comment": "Defines the path to the file containing the private key for WebSocket via SSL communication.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "string", - "name": "SSLCAFilePath", - "comment": "Defines the path to the file containing the certification authority (CA) certificate for WebSocket via SSL communication.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "ChannelCount", - "comment": "(Read Only) The number of channels in the current configuration.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "SharedOrderChannelCount", - "comment": "(Read Only) The number of shared order groups in current configuration.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "Channels", - "comment": "The list of channels belonging to the current configuration.\n\nNote: any ConnectionConfig passed as a parameter to a function in Unity Multiplayer is deep copied (that is, an entirely new copy is made, with no references to the original).\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Will create default connection config or will copy them from another.\n\n```plaintext\nParams: config - Connection config.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "config", - "typeName": "UnityEngine.Networking.ConnectionConfig" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Will create default connection config or will copy them from another.\n\n```plaintext\nParams: config - Connection config.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "config", - "typeName": "UnityEngine.Networking.ConnectionConfig" - } - ], - "isStatic": true, - "name": "Validate", - "comment": "Validate parameters of connection config. Will throw exceptions if parameters are incorrect.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Byte", - "params": [ - { "name": "value", "typeName": "UnityEngine.Networking.QosType" } - ], - "isStatic": false, - "name": "AddChannel", - "comment": "Channel id, user can use this id to send message via this channel.\n\n```plaintext\nParams: value - Add new channel to configuration.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "channelIndices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "MakeChannelsSharedOrder", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "QosType", - "params": [{ "name": "idx", "typeName": "byte" }], - "isStatic": false, - "name": "GetChannel", - "comment": "Channel QoS.\n\n```plaintext\nParams: idx - Index in array.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "idx", "typeName": "byte" }], - "isStatic": false, - "name": "GetSharedOrderChannels", - "comment": "List of channel IDs belonging to the group.\n\n```plaintext\nParams: idx - Group id.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "ConnectionConfig", - "comment": "This class defines parameters of connection between two peers, this definition includes various timeouts and sizes as well as channel configuration.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.BaseEventData", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "moveVector", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.MoveDirection", - "name": "moveDir", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSystem", - "typeName": "UnityEngine.EventSystems.EventSystem" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "AxisEventData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "used", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Reset", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Use", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "AbstractEventData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.AbstractEventData", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.BaseInputModule", - "name": "currentInputModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "selectedObject", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSystem", - "typeName": "UnityEngine.EventSystems.EventSystem" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BaseEventData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", - "name": "Invalid", - "comment": "Invalid access level, signifying no access level has been granted/specified.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", - "name": "User", - "comment": "User access level. This means you can do operations which affect yourself only, like disconnect yourself from the match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", - "name": "Owner", - "comment": "Access level Owner, generally granting access for operations key to the peer host server performing it's work.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", - "name": "Admin", - "comment": "Administration access level, generally describing clearence to perform game altering actions against anyone inside a particular match.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.Types.NetworkAccessLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkAccessLevel", - "comment": "Describes the access levels granted to this client.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.BaseEventData", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "hovered", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "pointerEnter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "lastPress", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "rawPointerPress", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "pointerDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "pointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.RaycastResult", - "name": "pointerCurrentRaycast", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.RaycastResult", - "name": "pointerPressRaycast", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "eligibleForClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "pointerId", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "delta", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "pressPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldNormal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "clickTime", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "clickCount", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "scrollDelta", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "useDragThreshold", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "dragging", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", - "name": "button", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "enterEventCamera", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "pressEventCamera", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "pointerPress", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventSystem", - "typeName": "UnityEngine.EventSystems.EventSystem" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPointerMoving", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsScrolling", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "PointerEventData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.AppID", - "name": "Invalid", - "comment": "Invalid AppID.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.Types.AppID", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "AppID", - "comment": "The AppID identifies the application on the Unity Cloud or UNET servers.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.SourceID", - "name": "Invalid", - "comment": "Invalid SourceID.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.Types.SourceID", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "SourceID", - "comment": "Identifies a specific game instance.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.EventHandle", - "name": "Unused", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventHandle", - "name": "Used", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EventSystems.EventHandle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "EventHandle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.NetworkID", - "name": "Invalid", - "comment": "Invalid NetworkID.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.Types.NetworkID", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkID", - "comment": "Network ID, used for match making.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IEventSystemHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.NodeID", - "name": "Invalid", - "comment": "The invalid case of a NodeID.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.Types.NodeID", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NodeID", - "comment": "The NodeID is the ID used in Relay matches to track nodes in a network.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerEnter", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IPointerEnterHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerExit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IPointerExitHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerUp", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IPointerUpHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.HostPriority", - "name": "Invalid", - "comment": "The Invalid case for a HostPriority. An Invalid host priority is not a valid host.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.Types.HostPriority", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "HostPriority", - "comment": "An Enum representing the priority of a client in a match, starting at 0 and increasing.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IPointerDownHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Types", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "byte[]", - "name": "array", - "comment": "Binary field for the actual token.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "array", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "strArray", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "GetByteString", - "comment": "Accessor to get an encoded string from the m_array data.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Checks if the token is a valid set of data with respect to default values (returns true if the values are not default, does not validate the token is a current legitimate token with respect to the server's auth framework).\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkAccessToken", - "comment": "Access token used to authenticate a client session for the purposes of allowing or disallowing match operations requested by that client.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IPointerClickHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnInitializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IInitializePotentialDragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnBeginDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IBeginDragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", - "name": "Left", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", - "name": "Right", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", - "name": "Middle", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EventSystems.PointerEventData.InputButton", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "InputButton", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IDragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnEndDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IEndDragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", - "name": "Pressed", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", - "name": "Released", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", - "name": "PressedAndReleased", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", - "name": "NotChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "FramePressState", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnScroll", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IScrollHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrop", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IDropHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnUpdateSelected", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IUpdateSelectedHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSelect", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ISelectHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnDeselect", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IDeselectHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.AxisEventData" - } - ], - "isStatic": false, - "name": "OnMove", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IMoveHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Networking.ConnectionConfig", - "name": "DefaultConfig", - "comment": "Defines config for default connections in the topology.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "MaxDefaultConnections", - "comment": "Defines how many connection with default config be permitted.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "SpecialConnectionConfigsCount", - "comment": "Returns count of special connection added to topology.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "SpecialConnectionConfigs", - "comment": "List of special connection configs.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "ReceivedMessagePoolSize", - "comment": "Defines the maximum number of messages that each host can hold in its pool of received messages. The default size is 128.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "SentMessagePoolSize", - "comment": "Defines the maximum number of messages that each host can hold in its pool of messages waiting to be sent. The default size is 128.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "float", - "name": "MessagePoolSizeGrowthFactor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "defaultConfig", - "typeName": "UnityEngine.Networking.ConnectionConfig" - }, - { "name": "maxDefaultConnections", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create topology.\n\n```plaintext\nParams: defaultConfig - Default config.\n maxDefaultConnections - Maximum default connections.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "ConnectionConfig", - "params": [{ "name": "i", "typeName": "int" }], - "isStatic": false, - "name": "GetSpecialConnectionConfig", - "comment": "Connection config.\n\n```plaintext\nParams: i - Config id.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "config", - "typeName": "UnityEngine.Networking.ConnectionConfig" - } - ], - "isStatic": false, - "name": "AddSpecialConnectionConfig", - "comment": "Id of this connection. You should use this id when you call Networking.NetworkTransport.Connect.\n\n```plaintext\nParams: config - Connection config for special connection.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "HostTopology", - "comment": "Class defines network topology for host (socket opened by Networking.NetworkTransport.AddHost function). This topology defines: (1) how many connection with default config will be supported and (2) what will be special connections (connections with config different from default).\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ISubmitHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "uint", - "name": "ThreadAwakeTimeout", - "comment": "Defines (1) for select reactor, minimum time period, when system will check if there are any messages for send (2) for fixrate reactor, minimum interval of time, when system will check for sending and receiving messages.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.ReactorModel", - "name": "ReactorModel", - "comment": "Defines reactor model for the network library.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "ReactorMaximumReceivedMessages", - "comment": "This property determines the initial size of the queue that holds messages received by Unity Multiplayer before they are processed.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "ReactorMaximumSentMessages", - "comment": "Defines the initial size of the send queue. Messages are placed in this queue ready to be sent in packets to their destination.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "MaxPacketSize", - "comment": "Defines maximum possible packet size in bytes for all network connections.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "ushort", - "name": "MaxHosts", - "comment": "Defines how many hosts you can use. Default Value = 16. Max value = 128.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "byte", - "name": "ThreadPoolSize", - "comment": "Defines how many worker threads are available to handle incoming and outgoing messages.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "MinTimerTimeout", - "comment": "Defines the minimum timeout in milliseconds recognised by the system. The default value is 1 ms.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "MaxTimerTimeout", - "comment": "Defines the maximum timeout in milliseconds for any configuration. The default value is 12 seconds (12000ms).\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "MinNetSimulatorTimeout", - "comment": "Deprecated. Defines the minimal timeout for network simulator. You cannot set up any delay less than this value. See Also: MinTimerTimeout.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "uint", - "name": "MaxNetSimulatorTimeout", - "comment": "Deprecated. Defines maximum delay for network simulator. See Also: MaxTimerTimeout.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "System.Action", - "name": "NetworkEventAvailable", - "comment": "Defines the callback delegate which you can use to get a notification when the host (defined by hostID) has a network event. The callback is called for all event types except Networking.NetworkEventType.Nothing.\n\nSee Also: Networking.NetworkEventType\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "System.Action", - "name": "ConnectionReadyForSend", - "comment": "Defines the callback delegate which you can use to get a notification when a connection is ready to send data.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create new global config object.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "GlobalConfig", - "comment": "Defines global paramters for network library.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "outMinDelay", "typeName": "int" }, - { "name": "outAvgDelay", "typeName": "int" }, - { "name": "inMinDelay", "typeName": "int" }, - { "name": "inAvgDelay", "typeName": "int" }, - { "name": "packetLossPercentage", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Will create object describing network simulation parameters.\n\n```plaintext\nParams: outMinDelay - Minimal simulation delay for outgoing traffic in ms.\n outAvgDelay - Average simulation delay for outgoing traffic in ms.\n inMinDelay - Minimal simulation delay for incoming traffic in ms.\n inAvgDelay - Average simulation delay for incoming traffic in ms.\n packetLossPercentage - Probability of packet loss 0 <= p <= 1.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Destructor.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "ConnectionSimulatorConfig", - "comment": "Create configuration for network simulator; You can use this class in editor and developer build only.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IEventSystemHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnCancel", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ICancelHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "useRandomSourceID", - "comment": "This property is deprecated and does not need to be set or referenced.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "SourceID", - "params": [], - "isStatic": true, - "name": "GetSourceID", - "comment": "Utility function to get the client's SourceID for unique identification.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "newAppID", - "typeName": "UnityEngine.Networking.Types.AppID" - } - ], - "isStatic": true, - "name": "SetAppID", - "comment": "Deprecated; Setting the AppID is no longer necessary. Please log in through the editor and set up the project there.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "AppID", - "params": [], - "isStatic": true, - "name": "GetAppID", - "comment": "Utility function to fetch the program's ID for UNET Cloud interfacing.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "netId", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { - "name": "accessToken", - "typeName": "UnityEngine.Networking.Types.NetworkAccessToken" - } - ], - "isStatic": true, - "name": "SetAccessTokenForNetwork", - "comment": "Utility function that accepts the access token for a network after it's received from the server.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "NetworkAccessToken", - "params": [ - { - "name": "netId", - "typeName": "UnityEngine.Networking.Types.NetworkID" - } - ], - "isStatic": true, - "name": "GetAccessTokenForNetwork", - "comment": "Utility function to get this client's access token for a particular network, if it has been set.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "Utility", - "comment": "Networking Utility.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.EventSystem", - "name": "current", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "sendNavigationEvents", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "pixelDragThreshold", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.BaseInputModule", - "name": "currentInputModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "firstSelectedGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "currentSelectedGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "lastSelectedGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "isFocused", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "alreadySelecting", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateModules", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selected", "typeName": "UnityEngine.GameObject" }, - { - "name": "pointer", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "SetSelectedGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "selected", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "SetSelectedGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - }, - { - "name": "raycastResults", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "RaycastAll", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsPointerOverGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "IsPointerOverGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "EventSystem", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "PointerEnter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "PointerExit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "PointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "PointerUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "PointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Drag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Drop", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Scroll", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "UpdateSelected", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Select", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Deselect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Move", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "InitializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "BeginDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "EndDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Submit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "Cancel", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EventSystems.EventTriggerType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "EventTriggerType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [ - "IPointerEnterHandler", - "IPointerExitHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerClickHandler", - "IInitializePotentialDragHandler", - "IBeginDragHandler", - "IDragHandler", - "IEndDragHandler", - "IDropHandler", - "IScrollHandler", - "IUpdateSelectedHandler", - "ISelectHandler", - "IDeselectHandler", - "IMoveHandler", - "ISubmitHandler", - "ICancelHandler", - "IEventSystemHandler" - ], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "delegates", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "triggers", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerEnter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerExit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrop", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSelect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnDeselect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnScroll", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.AxisEventData" - } - ], - "isStatic": false, - "name": "OnMove", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnUpdateSelected", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnInitializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnBeginDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnEndDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnCancel", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "EventTrigger", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "pointerEnterHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "pointerExitHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "pointerDownHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "pointerUpHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "pointerClickHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "initializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "beginDragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "dragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "endDragHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "dropHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "scrollHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "updateSelectedHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "selectHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "deselectHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "moveHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "submitHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", - "name": "cancelHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { - "name": "data", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": true, - "name": "ValidateEventData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "target", "typeName": "UnityEngine.GameObject" }, - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - }, - { - "name": "functor", - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction" - } - ], - "isStatic": true, - "name": "Execute", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "root", "typeName": "UnityEngine.GameObject" }, - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - }, - { - "name": "callbackFunction", - "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction" - } - ], - "isStatic": true, - "name": "ExecuteHierarchy", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "CanHandleEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [{ "name": "root", "typeName": "UnityEngine.GameObject" }], - "isStatic": true, - "name": "GetEventHandler", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ExecuteEvents", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "version", "typeName": "uint" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "version", "typeName": "uint" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { - "name": "cachedAssetBundle", - "typeName": "UnityEngine.CachedAssetBundle" - }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { - "name": "cachedAssetBundle", - "typeName": "UnityEngine.CachedAssetBundle" - }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - } - ], - "name": "UnityWebRequestAssetBundle", - "comment": "Helpers for downloading asset bundles using UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.AssetBundle", - "name": "assetBundle", - "comment": "Returns the downloaded AssetBundle, or null. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "typeName": "bool", - "name": "autoLoadAssetBundle", - "comment": "If true, the AssetBundle will be loaded as part of the UnityWebRequest process. If false, the AssetBundle will be loaded on demand when accessing the DownloadHandlerAssetBundle.assetBundle property.\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "typeName": "bool", - "name": "isDownloadComplete", - "comment": "Returns true if the data downloading portion of the operation is complete.\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Standard constructor for non-cached asset bundles.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "version", "typeName": "uint" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Simple versioned constructor. Caches downloaded asset bundles.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n version - Current version number of the asset bundle at url. Increment to redownload.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Versioned constructor. Caches downloaded asset bundles.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n hash - A hash object defining the version of the asset bundle.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "name", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Versioned constructor. Caches downloaded asset bundles to a customized cache path.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n hash - A hash object defining the version of the asset bundle.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n name - AssetBundle name which is used as the customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { - "name": "cachedBundle", - "typeName": "UnityEngine.CachedAssetBundle" - }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Versioned constructor. Caches downloaded asset bundles to a customized cache path.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n hash - A hash object defining the version of the asset bundle.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n name - AssetBundle name which is used as the customized cache path.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "returnTypeName": "AssetBundle", - "params": [ - { - "name": "www", - "typeName": "UnityEngine.Networking.UnityWebRequest" - } - ], - "isStatic": true, - "name": "GetContent", - "comment": "The same as DownloadHandlerAssetBundle.assetBundle\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerAssetBundle attached.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - } - ], - "name": "DownloadHandlerAssetBundle", - "comment": "A DownloadHandler subclass specialized for downloading AssetBundles.\n\n", - "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": true, - "name": "GetAudioClip", - "comment": "A UnityWebRequest properly configured to download an audio clip and convert it to an AudioClip.\n\n```plaintext\nParams: uri - The URI of the audio clip to download.\n audioType - The type of audio encoding for the downloaded audio clip. See AudioType.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": true, - "name": "GetAudioClip", - "comment": "", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "GetMovieTexture", - "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "GetMovieTexture", - "comment": "", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - } - ], - "name": "UnityWebRequestMultimedia", - "comment": "Helpers for downloading multimedia files using UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IMultipartFormSection"], - "fields": [ - { - "typeName": "string", - "name": "sectionName", - "comment": "The section's name, or null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "byte[]", - "name": "sectionData", - "comment": "The raw binary data contained in this section. Will not be null or empty.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "fileName", - "comment": "The desired file name of this section, or null if this is not a file section.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "contentType", - "comment": "The Content-Type header for this section, or null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" }, - { "name": "contentType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A raw data section with a section name and a Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - Data payload of this section.\n contentType - The value for this section's Content-Type header.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Raw data section with a section name, no Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - Data payload of this section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Raw data section, unnamed and no Content-Type header.\n\n```plaintext\nParams: data - Data payload of this section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "string" }, - { "name": "encoding", "typeName": "System.Text.Encoding" }, - { "name": "contentType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A named raw data section whose payload is derived from a string, with a Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - String data payload for this section.\n contentType - The value for this section's Content-Type header.\n encoding - An encoding to marshal data to or from raw bytes.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "string" }, - { "name": "contentType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A named raw data section whose payload is derived from a UTF8 string, with a Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - String data payload for this section.\n contentType - C.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "A names raw data section whose payload is derived from a UTF8 string, with a default Content-Type.\n\n```plaintext\nParams: name - Section name.\n data - String data payload for this section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "An anonymous raw data section whose payload is derived from a UTF8 string, with a default Content-Type.\n\n```plaintext\nParams: data - String data payload for this section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "MultipartFormDataSection", - "comment": "A helper object for form sections containing generic, non-file data.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.AudioClip", - "name": "audioClip", - "comment": "Returns the downloaded AudioClip, or null. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "typeName": "bool", - "name": "streamAudio", - "comment": "Create streaming AudioClip.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "typeName": "bool", - "name": "compressed", - "comment": "Create AudioClip that is compressed in memory.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor, specifies what kind of audio data is going to be downloaded.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the audio clip is located.\n audioType - Value to set for AudioClip type.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "returnTypeName": "AudioClip", - "params": [ - { - "name": "www", - "typeName": "UnityEngine.Networking.UnityWebRequest" - } - ], - "isStatic": true, - "name": "GetContent", - "comment": "The same as DownloadHandlerAudioClip.audioClip\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerAudioClip attached.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - } - ], - "name": "DownloadHandlerAudioClip", - "comment": "A DownloadHandler subclass specialized for downloading audio data for use as AudioClip objects.\n\n", - "location": "UnityEngine.UnityWebRequestAudioModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IMultipartFormSection"], - "fields": [ - { - "typeName": "string", - "name": "sectionName", - "comment": "The section's name, or null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "byte[]", - "name": "sectionData", - "comment": "The raw binary data contained in this section. Will not be null or empty.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "fileName", - "comment": "The desired file name of this section, or null if this is not a file section.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "contentType", - "comment": "The Content-Type header for this section, or null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" }, - { "name": "fileName", "typeName": "string" }, - { "name": "contentType", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Contains a named file section based on the raw bytes from data, with a custom Content-Type and file name.\n\n```plaintext\nParams: name - Name of this form section.\n data - Raw contents of the file to upload.\n fileName - Name of the file uploaded by this form section.\n contentType - The value for this section's Content-Type header.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Contains an anonymous file section based on the raw bytes from data, assigns a default Content-Type and file name.\n\n```plaintext\nParams: data - Raw contents of the file to upload.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fileName", "typeName": "string" }, - { "name": "data", "typeName": "byte[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Contains an anonymous file section based on the raw bytes from data with a specific file name. Assigns a default Content-Type.\n\n```plaintext\nParams: data - Raw contents of the file to upload.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "data", "typeName": "string" }, - { "name": "dataEncoding", "typeName": "System.Text.Encoding" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Contains a named file section with data drawn from data, as marshaled by dataEncoding. Assigns a specific file name from fileName and a default Content-Type.\n\n```plaintext\nParams: name - Name of this form section.\n data - Contents of the file to upload.\n dataEncoding - A string encoding.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "string" }, - { "name": "dataEncoding", "typeName": "System.Text.Encoding" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "An anonymous file section with data drawn from data, as marshaled by dataEncoding. Assigns a specific file name from fileName and a default Content-Type.\n\n```plaintext\nParams: data - Contents of the file to upload.\n dataEncoding - A string encoding.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "data", "typeName": "string" }, - { "name": "fileName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "An anonymous file section with data drawn from the UTF8 string data. Assigns a specific file name from fileName and a default Content-Type.\n\n```plaintext\nParams: data - Contents of the file to upload.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "MultipartFormFileSection", - "comment": "A helper object for adding file uploads to multipart forms via the [IMultipartFormSection] API.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "sectionName", - "comment": "The section's name, or null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "byte[]", - "name": "sectionData", - "comment": "The raw binary data contained in this section. Must not be null or empty.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "fileName", - "comment": "The desired file name of this section, or null if this is not a file section.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "contentType", - "comment": "The value to use in the Content-Type header, or null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [], - "name": "IMultipartFormSection", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "handler", "typeName": "T1" }, - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "handler", "typeName": "T1" }, - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "EventFunction", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.AsyncOperation", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Networking.UnityWebRequest", - "name": "webRequest", - "comment": "Returns the associated UnityWebRequest that created the operation.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "UnityWebRequestAsyncOperation", - "comment": "Asynchronous operation object returned from UnityWebRequest.SendWebRequest().\n\nYou can yield until it continues, register an event handler with AsyncOperation.completed, or manually check whether it's done (AsyncOperation.isDone) or progress (AsyncOperation.progress).\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "kHttpVerbGET", - "comment": "The string \"GET\", commonly used as the verb for an HTTP GET request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "kHttpVerbHEAD", - "comment": "The string \"HEAD\", commonly used as the verb for an HTTP HEAD request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "kHttpVerbPOST", - "comment": "The string \"POST\", commonly used as the verb for an HTTP POST request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "kHttpVerbPUT", - "comment": "The string \"PUT\", commonly used as the verb for an HTTP PUT request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "kHttpVerbCREATE", - "comment": "The string \"CREATE\", commonly used as the verb for an HTTP CREATE request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "kHttpVerbDELETE", - "comment": "The string \"DELETE\", commonly used as the verb for an HTTP DELETE request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "disposeCertificateHandlerOnDispose", - "comment": "If true, any CertificateHandler attached to this UnityWebRequest will have CertificateHandler.Dispose called automatically when UnityWebRequest.Dispose is called.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "disposeDownloadHandlerOnDispose", - "comment": "If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose called automatically when UnityWebRequest.Dispose is called.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "disposeUploadHandlerOnDispose", - "comment": "If true, any UploadHandler attached to this UnityWebRequest will have UploadHandler.Dispose called automatically when UnityWebRequest.Dispose is called.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "method", - "comment": "Defines the HTTP verb used by this UnityWebRequest, such as GET or POST.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "error", - "comment": "A human-readable string describing any system errors encountered by this UnityWebRequest object while handling HTTP requests or responses. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "useHttpContinue", - "comment": "Determines whether this UnityWebRequest will include Expect: 100-Continue in its outgoing request headers. (Default: true).\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "url", - "comment": "Defines the target URL for the UnityWebRequest to communicate with.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "System.Uri", - "name": "uri", - "comment": "Defines the target URI for the UnityWebRequest to communicate with.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "long", - "name": "responseCode", - "comment": "The numeric HTTP response code returned by the server, such as 200, 404 or 500. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "float", - "name": "uploadProgress", - "comment": "Returns a floating-point value between 0.0 and 1.0, indicating the progress of uploading body data to the server.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "isModifiable", - "comment": "Returns true while a UnityWebRequest’s configuration properties can be altered. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "isDone", - "comment": "Returns true after the UnityWebRequest has finished communicating with the remote server. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "isNetworkError", - "comment": "Returns true after this UnityWebRequest encounters a system error. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "isHttpError", - "comment": "Returns true after this UnityWebRequest receives an HTTP response code indicating an error. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.UnityWebRequest.Result", - "name": "result", - "comment": "The result of this UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "float", - "name": "downloadProgress", - "comment": "Returns a floating-point value between 0.0 and 1.0, indicating the progress of downloading body data from the server. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "ulong", - "name": "uploadedBytes", - "comment": "Returns the number of bytes of body data the system has uploaded to the remote server. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "ulong", - "name": "downloadedBytes", - "comment": "Returns the number of bytes of body data the system has downloaded from the remote server. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "int", - "name": "redirectLimit", - "comment": "Indicates the number of redirects which this UnityWebRequest will follow before halting with a “Redirect Limit Exceeded” system error.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "chunkedTransfer", - "comment": "**Deprecated.**. HTTP2 and many HTTP1.1 servers don't support this; we recommend leaving it set to false (default).\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.UploadHandler", - "name": "uploadHandler", - "comment": "Holds a reference to the UploadHandler object which manages body data to be uploaded to the remote server.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.DownloadHandler", - "name": "downloadHandler", - "comment": "Holds a reference to a DownloadHandler object, which manages body data received from the remote server by this UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.CertificateHandler", - "name": "certificateHandler", - "comment": "Holds a reference to a CertificateHandler object, which manages certificate validation for this UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "int", - "name": "timeout", - "comment": "Sets UnityWebRequest to attempt to abort after the number of seconds in timeout have passed.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "bool", - "name": "isError", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearCookieCache", - "comment": "Clears stored cookies from the cache.\n\n```plaintext\nParams: domain - An optional URL to define which cookies are removed. Only cookies that apply to this URL will be removed from the cache.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "ClearCookieCache", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "url", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "url", "typeName": "string" }, - { "name": "method", "typeName": "string" }, - { - "name": "downloadHandler", - "typeName": "UnityEngine.Networking.DownloadHandler" - }, - { - "name": "uploadHandler", - "typeName": "UnityEngine.Networking.UploadHandler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "method", "typeName": "string" }, - { - "name": "downloadHandler", - "typeName": "UnityEngine.Networking.DownloadHandler" - }, - { - "name": "uploadHandler", - "typeName": "UnityEngine.Networking.UploadHandler" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Signals that this UnityWebRequest is no longer being used, and should clean up any resources it is using.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [], - "isStatic": false, - "name": "Send", - "comment": "An AsyncOperation indicating the progress/completion state of the UnityWebRequest. Yield this object to wait until the UnityWebRequest is done.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequestAsyncOperation", - "params": [], - "isStatic": false, - "name": "SendWebRequest", - "comment": "Begin communicating with the remote server.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Abort", - "comment": "If in progress, halts the UnityWebRequest as soon as possible.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetRequestHeader", - "comment": "The value of the custom request header. If no custom header with a matching name has been set, returns an empty string.\n\n```plaintext\nParams: name - Name of the custom request header. Case-insensitive.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "SetRequestHeader", - "comment": "Set a HTTP request header to a custom value.\n\n```plaintext\nParams: name - The key of the header to be set. Case-sensitive.\n value - The header's intended value.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": false, - "name": "GetResponseHeader", - "comment": "The value of the HTTP header from the latest HTTP response. If no header with a matching name has been received, or no responses have been received, returns null.\n\n```plaintext\nParams: name - The name of the HTTP header to retrieve. Case-insensitive.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Dictionary", - "params": [], - "isStatic": false, - "name": "GetResponseHeaders", - "comment": "A dictionary containing all the response headers received in the latest HTTP response. If no responses have been received, returns null.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "Get", - "comment": "An object that retrieves data from the uri.\n\n```plaintext\nParams: uri - The URI of the resource to retrieve via HTTP GET.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "Get", - "comment": "An object that retrieves data from the uri.\n\n```plaintext\nParams: uri - The URI of the resource to retrieve via HTTP GET.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "A UnityWebRequest configured to send an HTTP DELETE request.\n\n```plaintext\nParams: uri - The URI to which a DELETE request should be sent.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "Delete", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "Head", - "comment": "A UnityWebRequest configured to transmit a HTTP HEAD request.\n\n```plaintext\nParams: uri - The URI to which to send a HTTP HEAD request.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "Head", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "GetTexture", - "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "nonReadable", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTexture", - "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "audioType", "typeName": "UnityEngine.AudioType" } - ], - "isStatic": true, - "name": "GetAudioClip", - "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "version", "typeName": "uint" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "hash", "typeName": "UnityEngine.Hash128" }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { - "name": "cachedAssetBundle", - "typeName": "UnityEngine.CachedAssetBundle" - }, - { "name": "crc", "typeName": "uint" } - ], - "isStatic": true, - "name": "GetAssetBundle", - "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "bodyData", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Put", - "comment": "A UnityWebRequest configured to transmit bodyData to uri via HTTP PUT.\n\n```plaintext\nParams: uri - The URI to which the data will be sent.\n bodyData - The data to transmit to the remote server.\n\nIf a string, the string will be converted to raw bytes via System.Text.Encoding.UTF8.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "bodyData", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Put", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "bodyData", "typeName": "string" } - ], - "isStatic": true, - "name": "Put", - "comment": "A UnityWebRequest configured to transmit bodyData to uri via HTTP PUT.\n\n```plaintext\nParams: uri - The URI to which the data will be sent.\n bodyData - The data to transmit to the remote server.\n\nIf a string, the string will be converted to raw bytes via System.Text.Encoding.UTF8.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "bodyData", "typeName": "string" } - ], - "isStatic": true, - "name": "Put", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "postData", "typeName": "string" } - ], - "isStatic": true, - "name": "Post", - "comment": "A UnityWebRequest configured to send form data to uri via POST.\n\n```plaintext\nParams: uri - The target URI to which form data will be transmitted.\n postData - Form body data. Will be URLEncoded prior to transmission.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "postData", "typeName": "string" } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "formData", "typeName": "UnityEngine.WWWForm" } - ], - "isStatic": true, - "name": "Post", - "comment": "A UnityWebRequest configured to send form data to uri via POST.\n\n```plaintext\nParams: uri - The target URI to which form data will be transmitted.\n formData - Form fields or files encapsulated in a WWWForm object, for formatting and transmission to the remote server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "formData", "typeName": "UnityEngine.WWWForm" } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { - "name": "multipartFormSections", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { - "name": "multipartFormSections", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { - "name": "multipartFormSections", - "typeName": "System.Collections.Generic.List" - }, - { "name": "boundary", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { - "name": "multipartFormSections", - "typeName": "System.Collections.Generic.List" - }, - { "name": "boundary", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { - "name": "formFields", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { - "name": "formFields", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": true, - "name": "Post", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "EscapeURL", - "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "e", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "EscapeURL", - "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "s", "typeName": "string" }], - "isStatic": true, - "name": "UnEscapeURL", - "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { "name": "s", "typeName": "string" }, - { "name": "e", "typeName": "System.Text.Encoding" } - ], - "isStatic": true, - "name": "UnEscapeURL", - "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "multipartFormSections", - "typeName": "System.Collections.Generic.List" - }, - { "name": "boundary", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "SerializeFormSections", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GenerateBoundary", - "comment": "40 random bytes, guaranteed to contain only printable ASCII values.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { - "name": "formFields", - "typeName": "System.Collections.Generic.Dictionary" - } - ], - "isStatic": true, - "name": "SerializeSimpleForm", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "UnityWebRequest", - "comment": "Provides methods to communicate with web servers.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "compositionString", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.IMECompositionMode", - "name": "imeCompositionMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "compositionCursorPos", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "mousePresent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mousePosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mouseScrollDelta", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "touchSupported", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "touchCount", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "button", "typeName": "int" }], - "isStatic": false, - "name": "GetMouseButtonDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "button", "typeName": "int" }], - "isStatic": false, - "name": "GetMouseButtonUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "button", "typeName": "int" }], - "isStatic": false, - "name": "GetMouseButton", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Touch", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetTouch", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "axisName", "typeName": "string" }], - "isStatic": false, - "name": "GetAxisRaw", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "buttonName", "typeName": "string" }], - "isStatic": false, - "name": "GetButtonDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BaseInput", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Signals that this [CertificateHandler] is no longer being used, and should clean up any resources it is using.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "CertificateHandler", - "comment": "Responsible for rejecting or accepting certificates received on https requests.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "isDone", - "comment": "Returns true if this DownloadHandler has been informed by its parent UnityWebRequest that all data has been received, and this DownloadHandler has completed any necessary post-download processing. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "error", - "comment": "Error message describing a failure that occurred inside the download handler.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "byte[]", - "name": "data", - "comment": "Returns the raw bytes downloaded from the remote server, or null. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "Convenience property. Returns the bytes from data interpreted as a UTF8 string. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Signals that this DownloadHandler is no longer being used, and should clean up any resources it is using.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "DownloadHandler", - "comment": "Manage and process HTTP response body data received from a remote server.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.BaseInput", - "name": "input", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.BaseInput", - "name": "inputOverride", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Process", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "IsPointerOverGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldActivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeactivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ActivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsModuleSupported", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BaseInputModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "String", - "params": [ - { - "name": "www", - "typeName": "UnityEngine.Networking.UnityWebRequest" - } - ], - "isStatic": true, - "name": "GetContent", - "comment": "The same as DownloadHandlerBuffer.text\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerBuffer attached.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "DownloadHandlerBuffer", - "comment": "A general-purpose DownloadHandler implementation which stores received data in a native byte buffer.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.BaseInputModule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "kMouseLeftId", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "kMouseRightId", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "kMouseMiddleId", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "kFakeTouchesId", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "IsPointerOverGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "PointerInputModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "preallocatedBuffer", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.\n\n```plaintext\nParams: preallocatedBuffer - A byte buffer into which data will be copied, for use by DownloadHandler.ReceiveData.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "DownloadHandlerScript", - "comment": "An abstract base class for user-created scripting-driven DownloadHandler implementations.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "TriggerEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.EventTriggerType", - "name": "eventID", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.EventTrigger.TriggerEvent", - "name": "callback", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Entry", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "removeFileOnAbort", - "comment": "Should the created file be removed if download is aborted (manually or due to an error). Default: false.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new instance and a file on disk where downloaded data will be written to.\n\n```plaintext\nParams: path - Path to file to be written.\n append - When true, appends data to the given file instead of overwriting.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "append", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new instance and a file on disk where downloaded data will be written to.\n\n```plaintext\nParams: path - Path to file to be written.\n append - When true, appends data to the given file instead of overwriting.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "DownloadHandlerFile", - "comment": "Download handler for saving the downloaded data to file.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "byte[]", - "name": "data", - "comment": "The raw data which will be transmitted to the remote server as body data. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "string", - "name": "contentType", - "comment": "Determines the default Content-Type header which will be transmitted with the outbound HTTP request.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "float", - "name": "progress", - "comment": "Returns the proportion of data uploaded to the remote server compared to the total amount of data to upload. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Signals that this UploadHandler is no longer being used, and should clean up any resources it is using.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "UploadHandler", - "comment": "Helper object for UnityWebRequests. Manages the buffering and transmission of body data during HTTP requests.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking.Match", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "address", - "comment": "IP address of the host of the match,.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "port", - "comment": "Port of the host of the match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "domain", - "comment": "The numeric domain for the match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NetworkID", - "name": "networkId", - "comment": "The unique ID of this match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NetworkAccessToken", - "name": "accessToken", - "comment": "The binary access token this client uses to authenticate its session for future commands.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NodeID", - "name": "nodeId", - "comment": "NodeID for this member client in the match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "bool", - "name": "usingRelay", - "comment": "This flag indicates whether or not the match is using a Relay server.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "MatchInfo", - "comment": "Details about a UNET MatchMaker match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.UploadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "data", "typeName": "byte[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "General constructor. Contents of the input argument are copied into a native buffer.\n\n```plaintext\nParams: data - Raw data to transmit to the remote server.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "UploadHandlerRaw", - "comment": "A general-purpose UploadHandler subclass, using a native-code memory buffer.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", - "name": "buttonState", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.PointerEventData", - "name": "buttonData", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "PressedThisFrame", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ReleasedThisFrame", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "MouseButtonEventData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.UploadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "filePath", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a new upload handler to send data from the given file to the server.\n\n```plaintext\nParams: filePath - A file containing data to send.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "UploadHandlerFile", - "comment": "A specialized UploadHandler that reads data from a given file and sends raw bytes to the server as the request body.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "string" }], - "isStatic": true, - "name": "GetTexture", - "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [{ "name": "uri", "typeName": "System.Uri" }], - "isStatic": true, - "name": "GetTexture", - "comment": "", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "nonReadable", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTexture", - "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "returnTypeName": "UnityWebRequest", - "params": [ - { "name": "uri", "typeName": "System.Uri" }, - { "name": "nonReadable", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetTexture", - "comment": "", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - } - ], - "name": "UnityWebRequestTexture", - "comment": "Helpers for downloading image files into Textures using UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "UnityEngine.Networking.DownloadHandler", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "Returns the downloaded Texture, or null. (Read Only)\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Default constructor.\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "readable", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor, allows TextureImporter.isReadable property to be set.\n\n```plaintext\nParams: readable - Value to set for TextureImporter.isReadable.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [ - { - "name": "www", - "typeName": "UnityEngine.Networking.UnityWebRequest" - } - ], - "isStatic": true, - "name": "GetContent", - "comment": "The same as DownloadHandlerTexture.texture\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerTexture attached.\n \n```\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - } - ], - "name": "DownloadHandlerTexture", - "comment": "A DownloadHandler subclass specialized for downloading images for use as Texture objects.\n\n", - "location": "UnityEngine.UnityWebRequestTextureModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.PointerInputModule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", - "name": "inputMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "allowActivationOnMobileDevice", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "forceModuleActive", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "inputActionsPerSecond", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "repeatDelay", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "horizontalAxis", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "verticalAxis", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "submitButton", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "cancelButton", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsModuleSupported", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldActivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ActivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeactivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Process", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "StandaloneInputModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Match", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.NetworkID", - "name": "networkId", - "comment": "The network ID for this match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.NodeID", - "name": "hostNodeId", - "comment": "The NodeID of the host for this match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "The text name for this match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "averageEloScore", - "comment": "The average Elo score of the match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "maxSize", - "comment": "The maximum number of players this match can grow to.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "int", - "name": "currentSize", - "comment": "The current number of players in the match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "bool", - "name": "isPrivate", - "comment": "Describes if the match is private. Private matches are unlisted in ListMatch results.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "System.Collections.Generic.Dictionary", - "name": "matchAttributes", - "comment": "The collection of match attributes on this match.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "directConnectInfos", - "comment": "The collection of direct connect info classes describing direct connection information supplied to the MatchMaker.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "MatchInfoSnapshot", - "comment": "A class describing the match information as a snapshot at the time the request was processed on the MatchMaker.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "eventCamera", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "priority", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "sortOrderPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "renderOrderPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.BaseRaycaster", - "name": "rootRaycaster", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - }, - { - "name": "resultAppendList", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BaseRaycaster", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Networking.UnityWebRequest.Result", - "name": "InProgress", - "comment": "The request hasn't finished yet.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.UnityWebRequest.Result", - "name": "Success", - "comment": "The request succeeded.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.UnityWebRequest.Result", - "name": "ConnectionError", - "comment": "Failed to communicate with the server. For example, the request couldn't connect or it could not establish a secure channel.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.UnityWebRequest.Result", - "name": "ProtocolError", - "comment": "The server returned an error response. The request succeeded in communicating with the server, but received an error as defined by the connection protocol.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "typeName": "UnityEngine.Networking.UnityWebRequest.Result", - "name": "DataProcessingError", - "comment": "Error processing data. The request succeeded in communicating with the server, but encountered an error when processing the received data. For example, the data was corrupted or not in the correct format.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Networking.UnityWebRequest.Result", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UnityWebRequestModule.dll" - } - ], - "name": "Result", - "comment": "Defines codes describing the possible outcomes of a UnityWebRequest.\n\n", - "location": "UnityEngine.UnityWebRequestModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.PhysicsRaycaster", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - }, - { - "name": "resultAppendList", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Physics2DRaycaster", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.BaseRaycaster", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Camera", - "name": "eventCamera", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "depth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "finalEventMask", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "eventMask", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "maxRayIntersections", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - }, - { - "name": "resultAppendList", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "PhysicsRaycaster", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", - "name": "Mouse", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", - "name": "Buttons", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "InputMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.EventSystems.PointerInputModule", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "allowActivationOnStandalone", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "forceModuleActive", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsModuleSupported", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "ShouldActivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Process", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeactivateModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "TouchInputModule", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.MoveDirection", - "name": "Left", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.MoveDirection", - "name": "Up", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.MoveDirection", - "name": "Right", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.MoveDirection", - "name": "Down", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.EventSystems.MoveDirection", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.EventSystems.MoveDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "MoveDirection", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventSystems.BaseRaycaster", - "name": "module", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "distance", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "index", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "depth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "sortingLayer", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "sortingOrder", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "worldNormal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "screenPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "displayIndex", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "isValid", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "RaycastResult", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Match", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Uri", - "name": "baseUri", - "comment": "The base URI of the MatchMaker that this NetworkMatch will communicate with.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "programAppID", - "typeName": "UnityEngine.Networking.Types.AppID" - } - ], - "isStatic": false, - "name": "SetProgramAppID", - "comment": "This method is deprecated. Please instead log in through the editor services panel and setup the project under the Unity Multiplayer section. This will populate the required infomation from the cloud site automatically.\n\n```plaintext\nParams: programAppID - Deprecated, see description.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { "name": "matchName", "typeName": "string" }, - { "name": "matchSize", "typeName": "uint" }, - { "name": "matchAdvertise", "typeName": "bool" }, - { "name": "matchPassword", "typeName": "string" }, - { "name": "publicClientAddress", "typeName": "string" }, - { "name": "privateClientAddress", "typeName": "string" }, - { "name": "eloScoreForMatch", "typeName": "int" }, - { "name": "requestDomain", "typeName": "int" }, - { - "name": "callback", - "typeName": "UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate" - } - ], - "isStatic": false, - "name": "CreateMatch", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { - "name": "netId", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { "name": "matchPassword", "typeName": "string" }, - { "name": "publicClientAddress", "typeName": "string" }, - { "name": "privateClientAddress", "typeName": "string" }, - { "name": "eloScoreForClient", "typeName": "int" }, - { "name": "requestDomain", "typeName": "int" }, - { - "name": "callback", - "typeName": "UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate" - } - ], - "isStatic": false, - "name": "JoinMatch", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { - "name": "netId", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { "name": "requestDomain", "typeName": "int" }, - { - "name": "callback", - "typeName": "UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate" - } - ], - "isStatic": false, - "name": "DestroyMatch", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { - "name": "netId", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { - "name": "dropNodeId", - "typeName": "UnityEngine.Networking.Types.NodeID" - }, - { "name": "requestDomain", "typeName": "int" }, - { - "name": "callback", - "typeName": "UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate" - } - ], - "isStatic": false, - "name": "DropConnection", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { "name": "startPageNumber", "typeName": "int" }, - { "name": "resultPageSize", "typeName": "int" }, - { "name": "matchNameFilter", "typeName": "string" }, - { - "name": "filterOutPrivateMatchesFromResults", - "typeName": "bool" - }, - { "name": "eloScoreTarget", "typeName": "int" }, - { "name": "requestDomain", "typeName": "int" }, - { - "name": "callback", - "typeName": "UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate>" - } - ], - "isStatic": false, - "name": "ListMatches", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Coroutine", - "params": [ - { - "name": "networkId", - "typeName": "UnityEngine.Networking.Types.NetworkID" - }, - { "name": "isListed", "typeName": "bool" }, - { "name": "requestDomain", "typeName": "int" }, - { - "name": "callback", - "typeName": "UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate" - } - ], - "isStatic": false, - "name": "SetMatchAttributes", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "NetworkMatch", - "comment": "A component for communicating with the Unity Multiplayer Matchmaking service.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking.Match", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Networking.Types.NodeID", - "name": "nodeId", - "comment": "NodeID of the match member this info refers to.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "string", - "name": "publicAddress", - "comment": "The public network address supplied for this direct connect info.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "string", - "name": "privateAddress", - "comment": "The private network address supplied for this direct connect info.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "typeName": "UnityEngine.Networking.Types.HostPriority", - "name": "hostPriority", - "comment": "The host priority for this direct connect info. Host priority describes the order in which this match member occurs in the list of clients attached to a match.\n\n", - "location": "UnityEngine.UNETModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "MatchInfoDirectConnectSnapshot", - "comment": "A class describing one member of a match and what direct connect information other clients have supplied.\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.EventSystems", - "baseClass": "UnityEngine.MonoBehaviour", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsActive", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDestroyed", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "UIBehaviour", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Networking.Match", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "success", "typeName": "bool" }, - { "name": "extendedInfo", "typeName": "string" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "success", "typeName": "bool" }, - { "name": "extendedInfo", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "BasicResponseDelegate", - "comment": "A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen).\n\n```plaintext\nParams: success - Indicates if the request succeeded.\n extendedInfo - A text description of the failure if success is false.\n \n```\n\n", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.Networking.Match", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "success", "typeName": "bool" }, - { "name": "extendedInfo", "typeName": "string" }, - { "name": "responseData", "typeName": "T" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "success", "typeName": "bool" }, - { "name": "extendedInfo", "typeName": "string" }, - { "name": "responseData", "typeName": "T" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - } - ], - "name": "DataResponseDelegate", - "comment": "", - "location": "UnityEngine.UNETModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "normalTrigger", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "highlightedTrigger", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "pressedTrigger", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "selectedTrigger", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "disabledTrigger", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "AnimationTriggers", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Selectable", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IPointerClickHandler", - "ISubmitHandler", - "IEventSystemHandler" - ], - "fields": [ - { - "typeName": "UnityEngine.UI.Button.ButtonClickedEvent", - "name": "onClick", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Button", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.CanvasUpdate", - "name": "Prelayout", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasUpdate", - "name": "Layout", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasUpdate", - "name": "PostLayout", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasUpdate", - "name": "PreRender", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasUpdate", - "name": "LatePreRender", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasUpdate", - "name": "MaxUpdateValue", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.CanvasUpdate", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "CanvasUpdate", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDestroyed", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ICanvasElement", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UI.CanvasUpdateRegistry", - "name": "instance", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } - ], - "isStatic": true, - "name": "RegisterCanvasElementForLayoutRebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } - ], - "isStatic": true, - "name": "TryRegisterCanvasElementForLayoutRebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } - ], - "isStatic": true, - "name": "RegisterCanvasElementForGraphicRebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } - ], - "isStatic": true, - "name": "TryRegisterCanvasElementForGraphicRebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } - ], - "isStatic": true, - "name": "UnRegisterCanvasElementForRebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsRebuildingLayout", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsRebuildingGraphics", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "CanvasUpdateRegistry", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.UI.ColorBlock", - "name": "defaultColorBlock", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "normalColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "highlightedColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "pressedColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "selectedColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "disabledColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "colorMultiplier", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "fadeDuration", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UI.ColorBlock" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.UI.ColorBlock" }, - { "name": "point2", "typeName": "UnityEngine.UI.ColorBlock" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "point1", "typeName": "UnityEngine.UI.ColorBlock" }, - { "name": "point2", "typeName": "UnityEngine.UI.ColorBlock" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ColorBlock", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UI.ClipperRegistry", - "name": "instance", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Cull", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "UnityEngine.UI.IClipper" }], - "isStatic": true, - "name": "Register", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "c", "typeName": "UnityEngine.UI.IClipper" }], - "isStatic": true, - "name": "Unregister", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ClipperRegistry", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PerformClipping", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IClipper", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Rect", - "params": [ - { - "name": "rectMaskParents", - "typeName": "System.Collections.Generic.List" - }, - { "name": "validRect", "typeName": "bool" } - ], - "isStatic": true, - "name": "FindCullAndClipWorldRect", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Clipping", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "rectTransform", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateClipping", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipRect", "typeName": "UnityEngine.Rect" }, - { "name": "validRect", "typeName": "bool" } - ], - "isStatic": false, - "name": "Cull", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.Rect" }, - { "name": "validRect", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetClipRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipSoftness", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SetClipSoftness", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IClippable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UI.DefaultControls.IFactoryControls", - "name": "factory", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreatePanel", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateButton", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateText", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateImage", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateRawImage", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateSlider", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateScrollbar", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateToggle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateInputField", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateDropdown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { - "name": "resources", - "typeName": "UnityEngine.UI.DefaultControls.Resources" - } - ], - "isStatic": true, - "name": "CreateScrollView", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "DefaultControls", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "descriptor", - "typeName": "UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider" - } - ], - "isStatic": true, - "name": "RegisterDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemDescriptorStore", - "comment": "Registration entry point for subsystems to register their descriptor.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISubsystemDescriptor"], - "fields": [ - { - "typeName": "string", - "name": "id", - "comment": "A unique string that identifies the SubsystemWithProvider that this descriptor can create.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "SubsystemDescriptorWithProvider", - "comment": "Information about a SubsystemWithProvider that can be queried before creating a subsystem instance.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ButtonClickedEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider", - "attribute": "", - "interfaces": ["ISubsystemDescriptor"], - "fields": [], - "methods": [ - { - "returnTypeName": "TSubsystem", - "params": [], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemDescriptorWithProvider", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "running", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "SubsystemProvider", - "comment": "A provider that supplies data to a subsystem, generally for platform-specific implementations.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "GameObject", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "components", "typeName": "System.Type[]" } - ], - "isStatic": false, - "name": "CreateGameObject", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IFactoryControls", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "UnityEngine.SubsystemsImplementation.SubsystemProvider", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemProvider", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "standard", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "background", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "inputField", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "knob", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "checkmark", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "dropdown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "mask", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Resources", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "TProvider", - "name": "provider", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "typeName": "bool", - "name": "running", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "SubsystemProxy", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "bool", - "name": "running", - "comment": "Whether or not the subsystem is running.\n\nThis returns true after Start has been called on the subsystem, and false after Stop is called.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts an instance of a subsystem.\n\nOnce the instance is started, the subsystem representing this instance is active and can be interacted with.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops an instance of a subsystem.\n\nOnce the instance is stopped, the subsystem representing this instance is no longer active and should not consume CPU resources.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Destroy", - "comment": "Destroys this instance of a subsystem.\n\nAlso unloads all resources acquired during the initialization step. Call this when you no longer need this instance of a subsystem.\n\nNote: Once a subsystem is Destroyed, script can still hold a reference but calling a method on it will result in a NullArgumentException.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemWithProvider", - "comment": "A subsystem is initialized from a SubsystemDescriptorWithProvider for a given subsystem (Session, Plane, Face, etc.) and provides an interface to interact with that given subsystem until it is Destroyed. After a subsystem is created, it can be Started or Stopped to turn on and off functionality and preserve performance. The base type for the subsystem only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given subsystem.\n\n*Note:* Initializing a second subsystem from the same subsystem descriptor will return a reference to the existing subsystem, because only one subsystem is currently allowed for a single subsystem provider.\n\n", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Selectable", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IPointerClickHandler", - "ISubmitHandler", - "ICancelHandler", - "IEventSystemHandler" - ], - "fields": [ - { - "typeName": "UnityEngine.RectTransform", - "name": "template", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Text", - "name": "captionText", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "captionImage", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Text", - "name": "itemText", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "itemImage", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "options", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Dropdown.DropdownEvent", - "name": "onValueChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "alphaFadeSpeed", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "value", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "int" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RefreshShownValue", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "options", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "AddOptions", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "options", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "AddOptions", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "options", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "AddOptions", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearOptions", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnCancel", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Show", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Hide", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Dropdown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation", - "baseClass": "UnityEngine.SubsystemsImplementation.SubsystemWithProvider", - "attribute": "", - "interfaces": ["ISubsystem"], - "fields": [ - { - "typeName": "TSubsystemDescriptor", - "name": "subsystemDescriptor", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "methods": [], - "name": "SubsystemWithProvider", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["ICanvasElement"], - "fields": [ - { - "typeName": "UnityEngine.Material", - "name": "defaultGraphicMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "raycastTarget", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector4", - "name": "raycastPadding", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "depth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "rectTransform", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Canvas", - "name": "canvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.CanvasRenderer", - "name": "canvasRenderer", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "materialForRendering", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetAllDirty", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutDirty", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetVerticesDirty", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetMaterialDirty", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnCullingChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "update", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnRebuildRequested", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetNativeSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sp", "typeName": "UnityEngine.Vector2" }, - { "name": "eventCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "PixelAdjustPoint", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Rect", - "params": [], - "isStatic": false, - "name": "GetPixelAdjustedRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetColor", "typeName": "UnityEngine.Color" }, - { "name": "duration", "typeName": "float" }, - { "name": "ignoreTimeScale", "typeName": "bool" }, - { "name": "useAlpha", "typeName": "bool" } - ], - "isStatic": false, - "name": "CrossFadeColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetColor", "typeName": "UnityEngine.Color" }, - { "name": "duration", "typeName": "float" }, - { "name": "ignoreTimeScale", "typeName": "bool" }, - { "name": "useAlpha", "typeName": "bool" }, - { "name": "useRGB", "typeName": "bool" } - ], - "isStatic": false, - "name": "CrossFadeColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "alpha", "typeName": "float" }, - { "name": "duration", "typeName": "float" }, - { "name": "ignoreTimeScale", "typeName": "bool" } - ], - "isStatic": false, - "name": "CrossFadeAlpha", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "RegisterDirtyLayoutCallback", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "UnregisterDirtyLayoutCallback", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "RegisterDirtyVerticesCallback", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "UnregisterDirtyVerticesCallback", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "RegisterDirtyMaterialCallback", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } - ], - "isStatic": false, - "name": "UnregisterDirtyMaterialCallback", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Graphic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.BaseRaycaster", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "sortOrderPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "renderOrderPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "ignoreReversedGraphics", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", - "name": "blockingObjects", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.LayerMask", - "name": "blockingMask", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Camera", - "name": "eventCamera", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - }, - { - "name": "resultAppendList", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "Raycast", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "GraphicRaycaster", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "g", "typeName": "UnityEngine.UI.Graphic" }], - "isStatic": true, - "name": "TrackGraphic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "g", "typeName": "UnityEngine.UI.Graphic" }], - "isStatic": true, - "name": "UnTrackGraphic", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "GraphicRebuildTracker", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UI.GraphicRegistry", - "name": "instance", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "UnityEngine.Canvas" }, - { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } - ], - "isStatic": true, - "name": "RegisterGraphicForCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "UnityEngine.Canvas" }, - { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } - ], - "isStatic": true, - "name": "RegisterRaycastGraphicForCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "UnityEngine.Canvas" }, - { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } - ], - "isStatic": true, - "name": "UnregisterGraphicForCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "c", "typeName": "UnityEngine.Canvas" }, - { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } - ], - "isStatic": true, - "name": "UnregisterRaycastGraphicForCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "canvas", "typeName": "UnityEngine.Canvas" }], - "isStatic": true, - "name": "GetGraphicsForCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "IList", - "params": [{ "name": "canvas", "typeName": "UnityEngine.Canvas" }], - "isStatic": true, - "name": "GetRaycastableGraphicsForCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "GraphicRegistry", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.RectTransform", - "name": "rectTransform", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "Enabled", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IMask", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateMasking", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IMaskable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.MaskableGraphic", - "attribute": "", - "interfaces": [ - "ICanvasElement", - "IClippable", - "IMaskable", - "IMaterialModifier", - "ISerializationCallbackReceiver", - "ILayoutElement", - "ICanvasRaycastFilter" - ], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "sprite", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "overrideSprite", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Type", - "name": "type", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "preserveAspect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "fillCenter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.FillMethod", - "name": "fillMethod", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "fillAmount", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "fillClockwise", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "fillOrigin", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "eventAlphaThreshold", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "alphaHitTestMinimumThreshold", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "useSpriteMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "defaultETC1GraphicMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "hasBorder", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "pixelsPerUnitMultiplier", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "pixelsPerUnit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Material", - "name": "material", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisableSpriteOptimizations", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnBeforeSerialize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnAfterDeserialize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetNativeSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, - { "name": "eventCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "IsRaycastLocationValid", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Image", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [ - { - "typeName": "UnityEngine.UI.FontData", - "name": "defaultFontData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "bestFit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "minSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "maxSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "alignment", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "alignByGeometry", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "richText", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.HorizontalWrapMode", - "name": "horizontalOverflow", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.VerticalWrapMode", - "name": "verticalOverflow", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "lineSpacing", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "FontData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation.Extensions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "SubsystemProxy", - "params": [], - "isStatic": false, - "name": "CreateProxy", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemDescriptorExtensions", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "UnityEngine.UI.Text" }], - "isStatic": true, - "name": "TrackText", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "UnityEngine.UI.Text" }], - "isStatic": true, - "name": "UntrackText", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "FontUpdateTracker", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "image", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "image", "typeName": "UnityEngine.Sprite" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "image", "typeName": "UnityEngine.Sprite" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "OptionData", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.SubsystemsImplementation.Extensions", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "TProvider", - "params": [], - "isStatic": false, - "name": "GetProvider", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - } - ], - "name": "SubsystemExtensions", - "comment": "", - "location": "UnityEngine.SubsystemsModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", - "name": "TwoD", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", - "name": "ThreeD", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", - "name": "All", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BlockingObjects", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "options", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "OptionDataList", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["ILayoutSelfController", "ILayoutController"], - "fields": [ - { - "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "name": "aspectMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "aspectRatio", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsComponentValidOnObject", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsAspectModeValid", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "AspectRatioFitter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["ILayoutSelfController", "ILayoutController"], - "fields": [ - { - "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", - "name": "horizontalFit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", - "name": "verticalFit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ContentSizeFitter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "DropdownEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", - "name": "Unconstrained", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", - "name": "MinSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", - "name": "PreferredSize", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.ContentSizeFitter.FitMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "FitMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.Type", - "name": "Simple", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Type", - "name": "Sliced", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Type", - "name": "Tiled", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Type", - "name": "Filled", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.Type", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Type", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.FillMethod", - "name": "Horizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.FillMethod", - "name": "Vertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.FillMethod", - "name": "Radial90", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.FillMethod", - "name": "Radial180", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.FillMethod", - "name": "Radial360", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.FillMethod", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "FillMethod", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.OriginHorizontal", - "name": "Left", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.OriginHorizontal", - "name": "Right", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.OriginHorizontal", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "OriginHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.OriginVertical", - "name": "Bottom", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.OriginVertical", - "name": "Top", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.OriginVertical", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "OriginVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.Origin90", - "name": "BottomLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin90", - "name": "TopLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin90", - "name": "TopRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin90", - "name": "BottomRight", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.Origin90", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Origin90", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.Origin180", - "name": "Bottom", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin180", - "name": "Left", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin180", - "name": "Top", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin180", - "name": "Right", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.Origin180", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Origin180", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Image.Origin360", - "name": "Bottom", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin360", - "name": "Right", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin360", - "name": "Top", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image.Origin360", - "name": "Left", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Image.Origin360", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Origin360", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Selectable", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IUpdateSelectedHandler", - "IBeginDragHandler", - "IDragHandler", - "IEndDragHandler", - "IPointerClickHandler", - "ISubmitHandler", - "IEventSystemHandler", - "ICanvasElement", - "ILayoutElement" - ], - "fields": [ - { - "typeName": "bool", - "name": "shouldHideMobileInput", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "shouldActivateOnSelect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "isFocused", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "caretBlinkRate", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "caretWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Text", - "name": "textComponent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Graphic", - "name": "placeholder", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "caretColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "customCaretColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "selectionColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.SubmitEvent", - "name": "onEndEdit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.OnChangeEvent", - "name": "onValueChange", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.OnChangeEvent", - "name": "onValueChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.OnValidateInput", - "name": "onValidateInput", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "characterLimit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "contentType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.LineType", - "name": "lineType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.InputType", - "name": "inputType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboard", - "name": "touchScreenKeyboard", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.TouchScreenKeyboardType", - "name": "keyboardType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "characterValidation", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "readOnly", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "multiLine", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "char", - "name": "asteriskChar", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "wasCanceled", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "caretSelectPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "caretPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "selectionAnchorPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "selectionFocusPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "string" }], - "isStatic": false, - "name": "SetTextWithoutNotify", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "shift", "typeName": "bool" }], - "isStatic": false, - "name": "MoveTextEnd", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "shift", "typeName": "bool" }], - "isStatic": false, - "name": "MoveTextStart", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "screen", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "ScreenToLocal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnBeginDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnEndDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "e", "typeName": "UnityEngine.Event" }], - "isStatic": false, - "name": "ProcessEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnUpdateSelected", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ForceLabelUpdate", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "update", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ActivateInputField", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSelect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DeactivateInputField", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnDeselect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "InputField", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.LayoutGroup", - "attribute": "", - "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], - "fields": [ - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", - "name": "startCorner", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Axis", - "name": "startAxis", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "cellSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "spacing", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", - "name": "constraint", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "constraintCount", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "GridLayoutGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "name": "WidthControlsHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "name": "HeightControlsWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "name": "FitInParent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "name": "EnvelopeParent", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "AspectMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", - "name": "uiScaleMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "referencePixelsPerUnit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "scaleFactor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "referenceResolution", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", - "name": "screenMatchMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "matchWidthOrHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.Unit", - "name": "physicalUnit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "fallbackScreenDPI", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "defaultSpriteDPI", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "dynamicPixelsPerUnit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [], - "name": "CanvasScaler", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.LayoutGroup", - "attribute": "", - "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], - "fields": [ - { - "typeName": "float", - "name": "spacing", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "childForceExpandWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "childForceExpandHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "childControlWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "childControlHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "childScaleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "childScaleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "reverseArrangement", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [], - "name": "HorizontalOrVerticalLayoutGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ILayoutElement", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ILayoutController", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILayoutController"], - "fields": [], - "methods": [], - "name": "ILayoutGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", - "name": "UpperLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", - "name": "UpperRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", - "name": "LowerLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", - "name": "LowerRight", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.GridLayoutGroup.Corner", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Corner", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": ["ILayoutController"], - "fields": [], - "methods": [], - "name": "ILayoutSelfController", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "ignoreLayout", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [], - "name": "ILayoutIgnorer", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Axis", - "name": "Horizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Axis", - "name": "Vertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.GridLayoutGroup.Axis", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Axis", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", - "name": "Flexible", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", - "name": "FixedColumnCount", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", - "name": "FixedRowCount", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.GridLayoutGroup.Constraint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Constraint", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["ILayoutElement", "ILayoutIgnorer"], - "fields": [ - { - "typeName": "bool", - "name": "ignoreLayout", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "LayoutElement", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "MaxNumLayers", - "comment": "Internal limit of maximum number of layers.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "MaxRequestsPerFrameSupported", - "comment": "Internal limit on maximum number of requests per frame.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "Width of the virtual UV space the stack has.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the virtual UV space the stack has.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "maxActiveRequests", - "comment": "How many request do you plan on processing each frame.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "tilesize", - "comment": "Size of a single tile inside the stack.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat[]", - "name": "layers", - "comment": "The layers this stack contains.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", - "name": "filterMode", - "comment": "Filtering mode that will be used when sampling this PVT stack.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "CreationParameters", - "comment": "Struct that contains all parameters required to create a ProceduralTextureStack.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup", - "attribute": "", - "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "HorizontalLayoutGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], - "fields": [ - { - "typeName": "UnityEngine.RectOffset", - "name": "padding", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "childAlignment", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "LayoutGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", - "name": "ConstantPixelSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", - "name": "ScaleWithScreenSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", - "name": "ConstantPhysicalSize", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.CanvasScaler.ScaleMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ScaleMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "axis", "typeName": "int" } - ], - "isStatic": true, - "name": "GetMinSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "axis", "typeName": "int" } - ], - "isStatic": true, - "name": "GetPreferredSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "axis", "typeName": "int" } - ], - "isStatic": true, - "name": "GetFlexibleSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "GetMinWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "GetPreferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "GetFlexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "GetMinHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "GetPreferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "GetFlexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { - "name": "property", - "typeName": "System.Func" - }, - { "name": "defaultValue", "typeName": "float" } - ], - "isStatic": true, - "name": "GetLayoutProperty", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { - "name": "property", - "typeName": "System.Func" - }, - { "name": "defaultValue", "typeName": "float" }, - { "name": "source", "typeName": "UnityEngine.UI.ILayoutElement" } - ], - "isStatic": true, - "name": "GetLayoutProperty", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "LayoutUtility", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", - "name": "MatchWidthOrHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", - "name": "Expand", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", - "name": "Shrink", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ScreenMatchMode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "h1", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" - }, - { - "name": "h2", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "h1", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" - }, - { - "name": "h2", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "status", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus" - } - ], - "isStatic": false, - "name": "CompleteRequest", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "status", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus" - }, - { - "name": "fenceBuffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": false, - "name": "CompleteRequest", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "requestHandles", - "typeName": "Unity.Collections.NativeSlice>" - }, - { - "name": "status", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": true, - "name": "CompleteRequests", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "requestHandles", - "typeName": "Unity.Collections.NativeSlice>" - }, - { - "name": "status", - "typeName": "Unity.Collections.NativeSlice" - }, - { - "name": "fenceBuffer", - "typeName": "UnityEngine.Rendering.CommandBuffer" - } - ], - "isStatic": true, - "name": "CompleteRequests", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetRequestParameters", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handles", - "typeName": "Unity.Collections.NativeSlice>" - }, - { - "name": "requests", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": true, - "name": "GetRequestParameters", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "TextureStackRequestHandle", - "comment": "Handle for a (CPUTextureStackRequestParameters|CPU or GPUTextureStackRequestParameters|GPU) TextureStackRequest.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.CanvasScaler.Unit", - "name": "Centimeters", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.Unit", - "name": "Millimeters", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.Unit", - "name": "Inches", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.Unit", - "name": "Points", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.CanvasScaler.Unit", - "name": "Picas", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.CanvasScaler.Unit", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Unit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "destX", - "comment": "X offset inside the destination RenderTexture.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "destY", - "comment": "Y offset inside the destination RenderTexture.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", - "name": "dest", - "comment": "RenderTarget where the tile should be generated on.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetWidth", - "comment": "Gets the width of the RenderTexture asociated with the request.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHeight", - "comment": "Gets the height of the RenderTexture asociated with the request.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "GPUTextureStackRequestLayerParameters", - "comment": "Per-layer properties of a request.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup", - "attribute": "", - "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "VerticalLayoutGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "scanlineSize", - "comment": "Datasize (in bytes) of a single scanline of the tile data for this layer.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "mipScanlineSize", - "comment": "Datasize (in bytes) of a single scanline of the tile's lower-resolution mip data for this layer, used for trilinear filtering.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "bool", - "name": "requiresCachedMip", - "comment": "Indicates that this request needs both the actual tile data as well as the corresponding data at the next lower-resolution mip.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetData", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "NativeArray", - "params": [], - "isStatic": false, - "name": "GetMipData", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "CPUTextureStackRequestLayerParameters", - "comment": "Per-layer properties of a ProceduralTextureRequest.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["ICanvasRaycastFilter", "IMaterialModifier"], - "fields": [ - { - "typeName": "UnityEngine.RectTransform", - "name": "rectTransform", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "showMaskGraphic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Graphic", - "name": "graphic", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "MaskEnabled", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnSiblingGraphicEnabledDisabled", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sp", "typeName": "UnityEngine.Vector2" }, - { "name": "eventCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "IsRaycastLocationValid", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Material", - "params": [ - { "name": "baseMaterial", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "GetModifiedMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Mask", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "level", - "comment": "Miplevel of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "x", - "comment": "X offset of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "Y offset of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "Width of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "numLayers", - "comment": "Number of layers inside the request.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "GPUTextureStackRequestLayerParameters", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetLayer", - "comment": "Properties of the requested layer.\n\n```plaintext\nParams: index - Layer index.\n \n```\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "GPUTextureStackRequestParameters", - "comment": "A single procedural virtual texture tile generation request, to be filled in GPU memory.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Material", - "params": [ - { "name": "baseMaterial", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "GetModifiedMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IMaterialModifier", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mask", "typeName": "UnityEngine.Component" }], - "isStatic": true, - "name": "Notify2DMaskStateChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mask", "typeName": "UnityEngine.Component" }], - "isStatic": true, - "name": "NotifyStencilStateChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Transform", - "params": [{ "name": "start", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "FindRootSortOverrideCanvas", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { "name": "transform", "typeName": "UnityEngine.Transform" }, - { "name": "stopAfter", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "GetStencilDepth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "father", "typeName": "UnityEngine.Transform" }, - { "name": "child", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "IsDescendantOrSelf", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "RectMask2D", - "params": [ - { "name": "clippable", "typeName": "UnityEngine.UI.IClippable" } - ], - "isStatic": true, - "name": "GetRectMaskForClippable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipper", "typeName": "UnityEngine.UI.RectMask2D" }, - { - "name": "masks", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetRectMasksForClip", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "MaskUtilities", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "level", - "comment": "Miplevel of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "x", - "comment": "X offset of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "Y offset of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "Width of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the requested rectangle.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "numLayers", - "comment": "Number of layers inside the request.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "CPUTextureStackRequestLayerParameters", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetLayer", - "comment": "Properties of the requested layer.\n\n```plaintext\nParams: index - Layer index.\n \n```\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "CPUTextureStackRequestParameters", - "comment": "A single procedural virtual texture tile generation request, to be filled in CPU memory.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Graphic", - "attribute": "", - "interfaces": [ - "ICanvasElement", - "IClippable", - "IMaskable", - "IMaterialModifier" - ], - "fields": [ - { - "typeName": "UnityEngine.UI.MaskableGraphic.CullStateChangedEvent", - "name": "onCullStateChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "maskable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "isMaskingGraphic", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Material", - "params": [ - { "name": "baseMaterial", "typeName": "UnityEngine.Material" } - ], - "isStatic": false, - "name": "GetModifiedMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipRect", "typeName": "UnityEngine.Rect" }, - { "name": "validRect", "typeName": "bool" } - ], - "isStatic": false, - "name": "Cull", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipRect", "typeName": "UnityEngine.Rect" }, - { "name": "validRect", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetClipRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clipSoftness", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "SetClipSoftness", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ParentMaskStateChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateClipping", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RecalculateMasking", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "MaskableGraphic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Navigation.Mode", - "name": "mode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "wrapAround", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable", - "name": "selectOnUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable", - "name": "selectOnDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable", - "name": "selectOnLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable", - "name": "selectOnRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Navigation", - "name": "defaultNavigation", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UI.Navigation" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Navigation", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus", - "name": "Dropped", - "comment": "No data is provided and the VT system should fall back to a lower resolution.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus", - "name": "Generated", - "comment": "Data is filled in properly and can be used by the VT system.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "RequestStatus", - "comment": "The status that can be given to a request.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": ["ICanvasElement"], - "fields": [ - { - "typeName": "UnityEngine.Transform", - "name": "transform", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsDestroyed", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "layoutRoot", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "ForceRebuildLayoutImmediate", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" } - ], - "isStatic": true, - "name": "MarkLayoutForRebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "LayoutRebuilder", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "borderSize", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "typeName": "int", - "name": "AllMips", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "requestHandles", - "typeName": "Unity.Collections.NativeSlice>" - } - ], - "isStatic": false, - "name": "PopRequests", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "_name", "typeName": "string" }, - { - "name": "_creationParams", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.CreationParameters" - }, - { "name": "gpuGeneration", "typeName": "bool" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "mpb", "typeName": "UnityEngine.MaterialPropertyBlock" } - ], - "isStatic": false, - "name": "BindToMaterialPropertyBlock", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mat", "typeName": "UnityEngine.Material" }], - "isStatic": false, - "name": "BindToMaterial", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BindGlobally", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "UnityEngine.Rect" }, - { "name": "mipMap", "typeName": "int" }, - { "name": "numMips", "typeName": "int" } - ], - "isStatic": false, - "name": "RequestRegion", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "UnityEngine.Rect" }, - { "name": "mipMap", "typeName": "int" }, - { "name": "numMips", "typeName": "int" } - ], - "isStatic": false, - "name": "InvalidateRegion", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "r", "typeName": "UnityEngine.Rect" }, - { "name": "mipMap", "typeName": "int" }, - { "name": "numMips", "typeName": "int" } - ], - "isStatic": false, - "name": "EvictRegion", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "TextureStackBase", - "comment": "Procedural virtual texturing stack.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "_name", "typeName": "string" }, - { - "name": "creationParams", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.CreationParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "GPUTextureStack", - "comment": "Procedural virtual texturing stack where request data resides in GPU memory.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.Rendering.VirtualTexturing", - "baseClass": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "_name", "typeName": "string" }, - { - "name": "creationParams", - "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.CreationParameters" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.VirtualTexturingModule.dll" - } - ], - "name": "CPUTextureStack", - "comment": "Procedural virtual texturing stack where request data resides in CPU memory.\n\n", - "location": "UnityEngine.VirtualTexturingModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.MaskableGraphic", - "attribute": "", - "interfaces": [ - "ICanvasElement", - "IClippable", - "IMaskable", - "IMaterialModifier" - ], - "fields": [ - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "texture", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRect", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetNativeSize", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "RawImage", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Navigation.Mode", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Navigation.Mode", - "name": "Horizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Navigation.Mode", - "name": "Vertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Navigation.Mode", - "name": "Automatic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Navigation.Mode", - "name": "Explicit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Navigation.Mode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Mode", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["IClipper", "ICanvasRaycastFilter"], - "fields": [ - { - "typeName": "UnityEngine.Vector4", - "name": "padding", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2Int", - "name": "softness", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "canvasRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "rectTransform", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sp", "typeName": "UnityEngine.Vector2" }, - { "name": "eventCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "IsRaycastLocationValid", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PerformClipping", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UpdateClipSoftness", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clippable", "typeName": "UnityEngine.UI.IClippable" } - ], - "isStatic": false, - "name": "AddClippable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clippable", "typeName": "UnityEngine.UI.IClippable" } - ], - "isStatic": false, - "name": "RemoveClippable", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "RectMask2D", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.Rendering", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Rendering.UVChannelFlags", - "name": "UV0", - "comment": "First UV channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.UVChannelFlags", - "name": "UV1", - "comment": "Second UV channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.UVChannelFlags", - "name": "UV2", - "comment": "Third UV channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "typeName": "UnityEngine.Rendering.UVChannelFlags", - "name": "UV3", - "comment": "Fourth UV channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Rendering.UVChannelFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.ParticleSystemModule.dll" - } - ], - "name": "UVChannelFlags", - "comment": "A flag representing each UV channel.\n\n", - "location": "UnityEngine.ParticleSystemModule.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [ - "IInitializePotentialDragHandler", - "IBeginDragHandler", - "IEndDragHandler", - "IDragHandler", - "IScrollHandler", - "IEventSystemHandler", - "ICanvasElement", - "ILayoutElement", - "ILayoutGroup", - "ILayoutController" - ], - "fields": [ - { - "typeName": "UnityEngine.RectTransform", - "name": "content", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "horizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "vertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.MovementType", - "name": "movementType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "elasticity", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "inertia", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "decelerationRate", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "scrollSensitivity", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "viewport", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar", - "name": "horizontalScrollbar", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar", - "name": "verticalScrollbar", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", - "name": "horizontalScrollbarVisibility", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", - "name": "verticalScrollbarVisibility", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "horizontalScrollbarSpacing", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "verticalScrollbarSpacing", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.ScrollRectEvent", - "name": "onValueChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "velocity", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "normalizedPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "horizontalNormalizedPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "verticalNormalizedPosition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsActive", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopMovement", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "data", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnScroll", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnInitializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnBeginDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnEndDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SetLayoutVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ScrollRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Selectable", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IDragHandler", - "IInitializePotentialDragHandler", - "IEventSystemHandler", - "ICanvasElement" - ], - "fields": [ - { - "typeName": "UnityEngine.RectTransform", - "name": "fillRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.RectTransform", - "name": "handleRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Slider.Direction", - "name": "direction", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minValue", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "maxValue", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "wholeNumbers", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "value", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "normalizedValue", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Slider.SliderEvent", - "name": "onValueChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "float" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.AxisEventData" - } - ], - "isStatic": false, - "name": "OnMove", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnInitializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "UnityEngine.UI.Slider.Direction" - }, - { "name": "includeRectLayouts", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetDirection", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Slider", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "CullStateChangedEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Material", - "params": [ - { "name": "baseMat", "typeName": "UnityEngine.Material" }, - { "name": "stencilID", "typeName": "int" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Material", - "params": [ - { "name": "baseMat", "typeName": "UnityEngine.Material" }, - { "name": "stencilID", "typeName": "int" }, - { - "name": "operation", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "compareFunction", - "typeName": "UnityEngine.Rendering.CompareFunction" - }, - { - "name": "colorWriteMask", - "typeName": "UnityEngine.Rendering.ColorWriteMask" - } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Material", - "params": [ - { "name": "baseMat", "typeName": "UnityEngine.Material" }, - { "name": "stencilID", "typeName": "int" }, - { - "name": "operation", - "typeName": "UnityEngine.Rendering.StencilOp" - }, - { - "name": "compareFunction", - "typeName": "UnityEngine.Rendering.CompareFunction" - }, - { - "name": "colorWriteMask", - "typeName": "UnityEngine.Rendering.ColorWriteMask" - }, - { "name": "readMask", "typeName": "int" }, - { "name": "writeMask", "typeName": "int" } - ], - "isStatic": true, - "name": "Add", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "customMat", "typeName": "UnityEngine.Material" } - ], - "isStatic": true, - "name": "Remove", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearAll", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "StencilMaterial", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Standard", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Autocorrected", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "IntegerNumber", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "DecimalNumber", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Alphanumeric", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Name", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "EmailAddress", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Password", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Pin", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.ContentType", - "name": "Custom", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.InputField.ContentType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ContentType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.InputField.InputType", - "name": "Standard", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.InputType", - "name": "AutoCorrect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.InputType", - "name": "Password", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.InputField.InputType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "InputType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "Integer", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "Decimal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "Alphanumeric", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "Name", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.CharacterValidation", - "name": "EmailAddress", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.InputField.CharacterValidation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "CharacterValidation", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.MaskableGraphic", - "attribute": "", - "interfaces": [ - "ICanvasElement", - "IClippable", - "IMaskable", - "IMaterialModifier", - "ILayoutElement" - ], - "fields": [ - { - "typeName": "UnityEngine.TextGenerator", - "name": "cachedTextGenerator", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.TextGenerator", - "name": "cachedTextGeneratorForLayout", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "mainTexture", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Font", - "name": "font", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "supportRichText", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "resizeTextForBestFit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "resizeTextMinSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "resizeTextMaxSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "alignment", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "alignByGeometry", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "fontSize", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.HorizontalWrapMode", - "name": "horizontalOverflow", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.VerticalWrapMode", - "name": "verticalOverflow", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "lineSpacing", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "fontStyle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "pixelsPerUnit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleWidth", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "minHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "preferredHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "flexibleHeight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "layoutPriority", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "FontTextureChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "TextGenerationSettings", - "params": [{ "name": "extents", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "GetGenerationSettings", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "anchor", "typeName": "UnityEngine.TextAnchor" } - ], - "isStatic": true, - "name": "GetTextAnchorPivot", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputHorizontal", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CalculateLayoutInputVertical", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "OnRebuildRequested", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Text", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.InputField.LineType", - "name": "SingleLine", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.LineType", - "name": "MultiLineSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.InputField.LineType", - "name": "MultiLineNewline", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.InputField.LineType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "LineType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Selectable", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IPointerClickHandler", - "ISubmitHandler", - "IEventSystemHandler", - "ICanvasElement" - ], - "fields": [ - { - "typeName": "UnityEngine.UI.Toggle.ToggleTransition", - "name": "toggleTransition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Graphic", - "name": "graphic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Toggle.ToggleEvent", - "name": "onValueChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ToggleGroup", - "name": "group", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "isOn", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetIsOnWithoutNotify", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerClick", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSubmit", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Toggle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Char", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "addedChar", "typeName": "char" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "charIndex", "typeName": "int" }, - { "name": "addedChar", "typeName": "char" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Char", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "OnValidateInput", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "SubmitEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "OnChangeEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "currentVertCount", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "currentIndexCount", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "m", "typeName": "UnityEngine.Mesh" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertex", "typeName": "UnityEngine.UIVertex" }, - { "name": "i", "typeName": "int" } - ], - "isStatic": false, - "name": "PopulateUIVertex", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertex", "typeName": "UnityEngine.UIVertex" }, - { "name": "i", "typeName": "int" } - ], - "isStatic": false, - "name": "SetUIVertex", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": false, - "name": "FillMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color32" }, - { "name": "uv0", "typeName": "UnityEngine.Vector4" }, - { "name": "uv1", "typeName": "UnityEngine.Vector4" }, - { "name": "uv2", "typeName": "UnityEngine.Vector4" }, - { "name": "uv3", "typeName": "UnityEngine.Vector4" }, - { "name": "normal", "typeName": "UnityEngine.Vector3" }, - { "name": "tangent", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "AddVert", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color32" }, - { "name": "uv0", "typeName": "UnityEngine.Vector4" }, - { "name": "uv1", "typeName": "UnityEngine.Vector4" }, - { "name": "normal", "typeName": "UnityEngine.Vector3" }, - { "name": "tangent", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "AddVert", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3" }, - { "name": "color", "typeName": "UnityEngine.Color32" }, - { "name": "uv0", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "AddVert", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.UIVertex" }], - "isStatic": false, - "name": "AddVert", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "idx0", "typeName": "int" }, - { "name": "idx1", "typeName": "int" }, - { "name": "idx2", "typeName": "int" } - ], - "isStatic": false, - "name": "AddTriangle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "verts", "typeName": "UnityEngine.UIVertex[]" }], - "isStatic": false, - "name": "AddUIVertexQuad", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "AddUIVertexStream", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "AddUIVertexTriangleStream", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "stream", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetUIVertexStream", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "VertexHelper", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "ModifyVertices", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BaseVertexEffect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": ["IMeshModifier"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } - ], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "BaseMeshEffect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "ModifyVertices", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IVertexModifier", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "verts", "typeName": "UnityEngine.UI.VertexHelper" } - ], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "IMeshModifier", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Shadow", - "attribute": "", - "interfaces": ["IMeshModifier"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } - ], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Outline", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.BaseMeshEffect", - "attribute": "", - "interfaces": ["IMeshModifier"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } - ], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "PositionAsUV1", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.BaseMeshEffect", - "attribute": "", - "interfaces": ["IMeshModifier"], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "effectColor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "effectDistance", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "useGraphicAlpha", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } - ], - "isStatic": false, - "name": "ModifyMesh", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Shadow", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.ScrollRect.MovementType", - "name": "Unrestricted", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.MovementType", - "name": "Elastic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.MovementType", - "name": "Clamped", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.ScrollRect.MovementType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "MovementType", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", - "name": "Permanent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", - "name": "AutoHide", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", - "name": "AutoHideAndExpandViewport", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ScrollbarVisibility", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ScrollRectEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.UI.Selectable", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IBeginDragHandler", - "IDragHandler", - "IInitializePotentialDragHandler", - "IEventSystemHandler", - "ICanvasElement" - ], - "fields": [ - { - "typeName": "UnityEngine.RectTransform", - "name": "handleRect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar.Direction", - "name": "direction", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "value", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "float", - "name": "size", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "numberOfSteps", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar.ScrollEvent", - "name": "onValueChanged", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "input", "typeName": "float" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } - ], - "isStatic": false, - "name": "Rebuild", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "LayoutComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "GraphicUpdateComplete", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnBeginDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.AxisEventData" - } - ], - "isStatic": false, - "name": "OnMove", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnInitializePotentialDrag", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "direction", - "typeName": "UnityEngine.UI.Scrollbar.Direction" - }, - { "name": "includeRectLayouts", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetDirection", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Scrollbar", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Slider.Direction", - "name": "LeftToRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Slider.Direction", - "name": "RightToLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Slider.Direction", - "name": "BottomToTop", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Slider.Direction", - "name": "TopToBottom", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Slider.Direction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Direction", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "SliderEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "highlightedSprite", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "pressedSprite", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "selectedSprite", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Sprite", - "name": "disabledSprite", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UI.SpriteState" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "SpriteState", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Toggle.ToggleTransition", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Toggle.ToggleTransition", - "name": "Fade", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Toggle.ToggleTransition", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ToggleTransition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ToggleEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "allowSwitchOff", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "toggle", "typeName": "UnityEngine.UI.Toggle" }, - { "name": "sendCallback", "typeName": "bool" } - ], - "isStatic": false, - "name": "NotifyToggleOn", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "toggle", "typeName": "UnityEngine.UI.Toggle" }], - "isStatic": false, - "name": "UnregisterToggle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "toggle", "typeName": "UnityEngine.UI.Toggle" }], - "isStatic": false, - "name": "RegisterToggle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "EnsureValidState", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "AnyTogglesOn", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "ActiveToggles", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Toggle", - "params": [], - "isStatic": false, - "name": "GetFirstActiveToggle", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sendCallback", "typeName": "bool" }], - "isStatic": false, - "name": "SetAllTogglesOff", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ToggleGroup", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Scrollbar.Direction", - "name": "LeftToRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar.Direction", - "name": "RightToLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar.Direction", - "name": "BottomToTop", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Scrollbar.Direction", - "name": "TopToBottom", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Scrollbar.Direction", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Direction", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.Events.UnityEvent", - "attribute": "", - "interfaces": ["ISerializationCallbackReceiver"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "ScrollEvent", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "UnityEngine.EventSystems.UIBehaviour", - "attribute": "", - "interfaces": [ - "IMoveHandler", - "IPointerDownHandler", - "IPointerUpHandler", - "IPointerEnterHandler", - "IPointerExitHandler", - "ISelectHandler", - "IDeselectHandler", - "IEventSystemHandler" - ], - "fields": [ - { - "typeName": "UnityEngine.UI.Selectable[]", - "name": "allSelectablesArray", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "int", - "name": "allSelectableCount", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "System.Collections.Generic.List", - "name": "allSelectables", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Navigation", - "name": "navigation", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable.Transition", - "name": "transition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.ColorBlock", - "name": "colors", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.SpriteState", - "name": "spriteState", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.AnimationTriggers", - "name": "animationTriggers", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Graphic", - "name": "targetGraphic", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "bool", - "name": "interactable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Image", - "name": "image", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.Animator", - "name": "animator", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { "name": "selectables", "typeName": "UnityEngine.UI.Selectable[]" } - ], - "isStatic": true, - "name": "AllSelectablesNoAlloc", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsInteractable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [{ "name": "dir", "typeName": "UnityEngine.Vector3" }], - "isStatic": false, - "name": "FindSelectable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnLeft", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnRight", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Selectable", - "params": [], - "isStatic": false, - "name": "FindSelectableOnDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.AxisEventData" - } - ], - "isStatic": false, - "name": "OnMove", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerDown", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerUp", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerEnter", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.PointerEventData" - } - ], - "isStatic": false, - "name": "OnPointerExit", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnSelect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventData", - "typeName": "UnityEngine.EventSystems.BaseEventData" - } - ], - "isStatic": false, - "name": "OnDeselect", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Select", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Selectable", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine.UI", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UI.Selectable.Transition", - "name": "None", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable.Transition", - "name": "ColorTint", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable.Transition", - "name": "SpriteSwap", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "typeName": "UnityEngine.UI.Selectable.Transition", - "name": "Animation", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UI.Selectable.Transition", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UI.dll" - } - ], - "name": "Transition", - "comment": "", - "location": "UnityEngine.UI.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sp", "typeName": "UnityEngine.Vector2" }, - { "name": "eventCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "IsRaycastLocationValid", - "comment": "Valid.\n\n```plaintext\nParams: sp - Screen position.\n eventCamera - Raycast camera.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "ICanvasRaycastFilter", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Behaviour", - "attribute": "", - "interfaces": ["ICanvasRaycastFilter"], - "fields": [ - { - "typeName": "float", - "name": "alpha", - "comment": "Set the alpha of the group.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "interactable", - "comment": "Is the group interactable (are the elements beneath the group enabled).\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "blocksRaycasts", - "comment": "Does this group block raycasting (allow collision).\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "ignoreParentGroups", - "comment": "Should the group ignore parent groups?\n\n", - "location": "UnityEngine.UIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "sp", "typeName": "UnityEngine.Vector2" }, - { "name": "eventCamera", "typeName": "UnityEngine.Camera" } - ], - "isStatic": false, - "name": "IsRaycastLocationValid", - "comment": "Returns true if the Group allows raycasts.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "CanvasGroup", - "comment": "A Canvas placable element that can be used to modify children Alpha, Raycasting, Enabled state.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Component", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "hasPopInstruction", - "comment": "Enable 'render stack' pop draw call.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "materialCount", - "comment": "The number of materials usable by this renderer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "popMaterialCount", - "comment": "The number of materials usable by this renderer. Used internally for masking.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "absoluteDepth", - "comment": "Depth of the renderer relative to the root canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "hasMoved", - "comment": "True if any change has occured that would invalidate the positions of generated geometry.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "cullTransparentMesh", - "comment": "Indicates whether geometry emitted by this renderer can be ignored when the vertex color alpha is close to zero for every vertex of the mesh.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "hasRectClipping", - "comment": "True if rect clipping has been enabled on this renderer.\nSee Also: CanvasRenderer.EnableRectClipping, CanvasRenderer.DisableRectClipping.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "int", - "name": "relativeDepth", - "comment": "Depth of the renderer realative to the parent canvas.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "cull", - "comment": "Indicates whether geometry emitted by this renderer is ignored.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "bool", - "name": "isMask", - "comment": "Is the UIRenderer a mask component.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "clippingSoftness", - "comment": "The clipping softness to apply to the renderer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "typeName": "UnityEngine.CanvasRenderer.OnRequestRebuild", - "name": "onRequestRebuild", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": "SetColor", - "comment": "Set the color of the renderer. Will be multiplied with the UIVertex color and the Canvas color.\n\n```plaintext\nParams: color - Renderer multiply color.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Color", - "params": [], - "isStatic": false, - "name": "GetColor", - "comment": "Get the current color of the renderer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "EnableRectClipping", - "comment": "Enables rect clipping on the CanvasRendered. Geometry outside of the specified rect will be clipped (not rendered).\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "DisableRectClipping", - "comment": "Disables rectangle clipping for this CanvasRenderer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "SetMaterial", - "comment": "Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'.\nSee Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture.\n\n```plaintext\nParams: material - Material for rendering.\n texture - Material texture overide.\n index - Material index.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Material", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetMaterial", - "comment": "Result.\n\n```plaintext\nParams: index - The material index to retrieve (0 if this parameter is omitted).\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "index", "typeName": "int" } - ], - "isStatic": false, - "name": "SetPopMaterial", - "comment": "Set the material for the canvas renderer. Used internally for masking.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Material", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "GetPopMaterial", - "comment": "Gets the current Material assigned to the CanvasRenderer. Used internally for masking.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "texture", "typeName": "UnityEngine.Texture" }], - "isStatic": false, - "name": "SetTexture", - "comment": "Sets the texture used by this renderer's material.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "texture", "typeName": "UnityEngine.Texture" }], - "isStatic": false, - "name": "SetAlphaTexture", - "comment": "The Alpha Texture that will be passed to the Shader under the _AlphaTex property.\n\n```plaintext\nParams: texture - The Texture to be passed.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], - "isStatic": false, - "name": "SetMesh", - "comment": "Sets the Mesh used by this renderer. Note the Mesh must be read/write enabled.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Remove all cached vertices.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetAlpha", - "comment": "Get the current alpha of the renderer.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "alpha", "typeName": "float" }], - "isStatic": false, - "name": "SetAlpha", - "comment": "Set the alpha of the renderer. Will be multiplied with the UIVertex alpha and the Canvas alpha.\n\n```plaintext\nParams: alpha - Alpha.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Single", - "params": [], - "isStatic": false, - "name": "GetInheritedAlpha", - "comment": "The calculated inherited alpha.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "material", "typeName": "UnityEngine.Material" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "SetMaterial", - "comment": "Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'.\nSee Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture.\n\n```plaintext\nParams: material - Material for rendering.\n texture - Material texture overide.\n index - Material index.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Material", - "params": [], - "isStatic": false, - "name": "GetMaterial", - "comment": "Result.\n\n```plaintext\nParams: index - The material index to retrieve (0 if this parameter is omitted).\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv0S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv1S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SplitUIVertexStreams", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv0S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv1S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv2S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv3S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "SplitUIVertexStreams", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv0S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv1S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "CreateUIVertexStream", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv0S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv1S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv2S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv3S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "indices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "CreateUIVertexStream", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv0S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv1S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "AddUIVertexStream", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "verts", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "positions", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "colors", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv0S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv1S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv2S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "uv3S", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "normals", - "typeName": "System.Collections.Generic.List" - }, - { - "name": "tangents", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "AddUIVertexStream", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "vertices", "typeName": "UnityEngine.UIVertex[]" }, - { "name": "size", "typeName": "int" } - ], - "isStatic": false, - "name": "SetVertices", - "comment": "Set the vertices for the UIRenderer.\n\n```plaintext\nParams: vertices - Array of vertices to set.\n size - Number of vertices to set.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.CanvasRenderer.OnRequestRebuild" - } - ], - "isStatic": true, - "name": "add_onRequestRebuild", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.CanvasRenderer.OnRequestRebuild" - } - ], - "isStatic": true, - "name": "remove_onRequestRebuild", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "CanvasRenderer", - "comment": "A component that will render to the screen after all normal rendering has completed when attached to a Canvas. Designed for GUI application.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "OnRequestRebuild", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Vector2", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { "name": "elementTransform", "typeName": "UnityEngine.Transform" }, - { "name": "canvas", "typeName": "UnityEngine.Canvas" } - ], - "isStatic": true, - "name": "PixelAdjustPoint", - "comment": "Pixel adjusted point.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [ - { - "name": "rectTransform", - "typeName": "UnityEngine.RectTransform" - }, - { "name": "canvas", "typeName": "UnityEngine.Canvas" } - ], - "isStatic": true, - "name": "PixelAdjustRect", - "comment": "Pixel adjusted rect.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "RectangleContainsScreenPoint", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, - { "name": "cam", "typeName": "UnityEngine.Camera" } - ], - "isStatic": true, - "name": "RectangleContainsScreenPoint", - "comment": "True if the point is inside the rectangle.\n\n```plaintext\nParams: rect - The RectTransform to test with.\n screenPoint - The screen point to test.\n cam - The camera from which the test is performed from. (Optional)\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, - { "name": "cam", "typeName": "UnityEngine.Camera" }, - { "name": "offset", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": true, - "name": "RectangleContainsScreenPoint", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, - { "name": "cam", "typeName": "UnityEngine.Camera" }, - { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "ScreenPointToWorldPointInRectangle", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, - { "name": "cam", "typeName": "UnityEngine.Camera" }, - { "name": "localPoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "ScreenPointToLocalPointInRectangle", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Ray", - "params": [ - { "name": "cam", "typeName": "UnityEngine.Camera" }, - { "name": "screenPos", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "ScreenPointToRay", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "cam", "typeName": "UnityEngine.Camera" }, - { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } - ], - "isStatic": true, - "name": "WorldToScreenPoint", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Bounds", - "params": [ - { "name": "root", "typeName": "UnityEngine.Transform" }, - { "name": "child", "typeName": "UnityEngine.Transform" } - ], - "isStatic": true, - "name": "CalculateRelativeRectTransformBounds", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Bounds", - "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], - "isStatic": true, - "name": "CalculateRelativeRectTransformBounds", - "comment": "", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "axis", "typeName": "int" }, - { "name": "keepPositioning", "typeName": "bool" }, - { "name": "recursive", "typeName": "bool" } - ], - "isStatic": true, - "name": "FlipLayoutOnAxis", - "comment": "Flips the alignment of the RectTransform along the horizontal or vertical axis, and optionally its children as well.\n\n```plaintext\nParams: rect - The RectTransform to flip.\n keepPositioning - Flips around the pivot if true. Flips within the parent rect if false.\n recursive - Flip the children as well?\n axis - The axis to flip along. 0 is horizontal and 1 is vertical.\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "rect", "typeName": "UnityEngine.RectTransform" }, - { "name": "keepPositioning", "typeName": "bool" }, - { "name": "recursive", "typeName": "bool" } - ], - "isStatic": true, - "name": "FlipLayoutAxes", - "comment": "Flips the horizontal and vertical axes of the RectTransform size and alignment, and optionally its children as well.\n\n```plaintext\nParams: rect - The RectTransform to flip.\n keepPositioning - Flips around the pivot if true. Flips within the parent rect if false.\n recursive - Flip the children as well?\n \n```\n\n", - "location": "UnityEngine.UIModule.dll" - } - ], - "name": "RectTransformUtility", - "comment": "Utility class containing helper methods for working with RectTransform.\n\n", - "location": "UnityEngine.UIModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TimeUpdate", - "comment": "Update phase in the native player loop that waits for the operating system (OS) to flip the back buffer to the display and update the time in the engine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WaitForLastPresentationAndUpdateTime", - "comment": "Waits for the operating system (OS) to flip the back buffer to the display and update the time in the engine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Initialization", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerUpdateTime", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateCameraMotionVectors", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorSampleTime", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AsyncUploadTimeSlicedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SynchronizeState", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SynchronizeInputs", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "XREarlyUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EarlyUpdate", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PollPlayerConnection", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "familyName", - "comment": "The name of the font typeface also known as family name.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "string", - "name": "styleName", - "comment": "The style name of the typeface which defines both the visual style and weight of the typeface.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "int", - "name": "pointSize", - "comment": "The point size used for sampling the typeface.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "scale", - "comment": "The relative scale of the typeface.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "lineHeight", - "comment": "The line height represents the distance between consecutive lines of text.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "ascentLine", - "comment": "The Ascent line is typically located at the top of the tallest glyph in the typeface.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "capLine", - "comment": "The Cap line is typically located at the top of capital letters.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "meanLine", - "comment": "The Mean line is typically located at the top of lowercase letters.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "baseline", - "comment": "The Baseline is an imaginary line upon which all glyphs appear to rest on.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "descentLine", - "comment": "The Descent line is typically located at the bottom of the glyph with the lowest descender in the typeface.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "superscriptOffset", - "comment": "The position of characters using superscript.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "superscriptSize", - "comment": "The relative size / scale of superscript characters.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "subscriptOffset", - "comment": "The position of characters using subscript.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "subscriptSize", - "comment": "The relative size / scale of subscript characters.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "underlineOffset", - "comment": "The position of the underline.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "underlineThickness", - "comment": "The thickness of the underline.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "strikethroughOffset", - "comment": "The position of the strikethrough.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "strikethroughThickness", - "comment": "The thickness of the strikethrough.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "tabWidth", - "comment": "The width of the tab character.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.TextCore.FaceInfo" } - ], - "isStatic": false, - "name": "Compare", - "comment": "Returns true if the FaceInfo structures have the same values. False if not.\n\n```plaintext\nParams: other - The FaceInfo structure to compare this FaceInfo structure with.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "FaceInfo", - "comment": "A structure that contains information about a given typeface and for a specific point size.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProfilerStartFrame", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PollHtcsPlayerConnection", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GpuTimestamp", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AnalyticsCoreStatsUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnityWebRequestUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "x", - "comment": "The x position of the glyph in the font atlas texture.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "int", - "name": "y", - "comment": "The y position of the glyph in the font atlas texture.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "The width of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "The height of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.GlyphRect", - "name": "zero", - "comment": "A GlyphRect with all values set to zero. Shorthand for writing GlyphRect(0, 0, 0, 0).\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "x", "typeName": "int" }, - { "name": "y", "typeName": "int" }, - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a new GlyphRect.\n\n```plaintext\nParams: x - The x position of the glyph in the atlas texture.\n y - The y position of the glyph in the atlas texture.\n width - The width of the glyph.\n height - The height of the glyph.\n rect - The Rect used to construct the new GlyphRect.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a new GlyphRect.\n\n```plaintext\nParams: x - The x position of the glyph in the atlas texture.\n y - The y position of the glyph in the atlas texture.\n width - The width of the glyph.\n height - The height of the glyph.\n rect - The Rect used to construct the new GlyphRect.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.TextCore.GlyphRect" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphRect" }, - { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphRect" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphRect" }, - { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphRect" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphRect", - "comment": "A rectangle that defines the position of a glyph within an atlas texture.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateStreamingManager", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExecuteMainThreadJobs", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProcessMouseInWindow", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ClearIntermediateRenderers", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ClearLines", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PresentBeforeUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ResetFrameStatsAfterPresent", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "width", - "comment": "The width of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "The height of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "horizontalBearingX", - "comment": "The horizontal distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox).\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "horizontalBearingY", - "comment": "The vertical distance from the current baseline relative to the element's top bounding box edge (bbox).\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "horizontalAdvance", - "comment": "The horizontal distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "float" }, - { "name": "height", "typeName": "float" }, - { "name": "bearingX", "typeName": "float" }, - { "name": "bearingY", "typeName": "float" }, - { "name": "advance", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a new GlyphMetrics structure.\n\n```plaintext\nParams: width - The width of the glyph.\n height - The height of the glyph.\n bearingX - The horizontal bearingX.\n bearingY - The horizontal bearingY.\n advance - The horizontal advance.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.TextCore.GlyphMetrics" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" }, - { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" }, - { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphMetrics", - "comment": "A set of values that define the size, position and spacing of a glyph when performing text layout.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateAsyncReadbackManager", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateTextureStreamingManager", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "uint", - "name": "index", - "comment": "The index of the glyph in the source font file.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.GlyphMetrics", - "name": "metrics", - "comment": "The metrics that define the size, position and spacing of a glyph when performing text layout.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.GlyphRect", - "name": "glyphRect", - "comment": "A rectangle that defines the position of a glyph within an atlas texture.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "scale", - "comment": "The relative scale of the glyph. The default value is 1.0.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "int", - "name": "atlasIndex", - "comment": "The index of the atlas texture that contains this glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "glyph", "typeName": "UnityEngine.TextCore.Glyph" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "uint" }, - { - "name": "metrics", - "typeName": "UnityEngine.TextCore.GlyphMetrics" - }, - { - "name": "glyphRect", - "typeName": "UnityEngine.TextCore.GlyphRect" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "uint" }, - { - "name": "metrics", - "typeName": "UnityEngine.TextCore.GlyphMetrics" - }, - { - "name": "glyphRect", - "typeName": "UnityEngine.TextCore.GlyphRect" - }, - { "name": "scale", "typeName": "float" }, - { "name": "atlasIndex", "typeName": "int" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.TextCore.Glyph" } - ], - "isStatic": false, - "name": "Compare", - "comment": "Returns true if the glyphs have the same values. False if not.\n\n```plaintext\nParams: other - The glyph to compare with.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "Glyph", - "comment": "A Glyph is the visual representation of a text element or character.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdatePreloading", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RendererNotifyInvisible", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerCleanupCachedData", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateMainGameViewRect", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateCanvasRectTransform", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateInputManager", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProcessRemoteInput", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "XRUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunDelayedStartupFrame", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateKinect", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DeliverIosPlatformEvents", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DispatchEventQueueEvents", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhysicsResetInterpolatedTransformPosition", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpriteAtlasManagerUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TangoUpdate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ARCoreUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PerformanceAnalyticsUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FixedUpdate", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Update", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PreLateUpdate", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PostLateUpdate", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ClearLines", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorFixedSampleTime", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunBehaviourUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AudioFixedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunDelayedDynamicFrameRate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorFixedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunDelayedTasks", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LegacyFixedAnimationUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "XRFixedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhysicsFixedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Physics2DFixedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorFixedUpdatePostPhysics", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunDelayedFixedFrameRate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NewInputFixedUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PreUpdate", - "comment": "Update phase in the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", - "name": "None", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", - "name": "IgnoreLigatures", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", - "name": "IgnoreSpacingAdjustments", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "FontFeatureLookupFlags", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "xPlacement", - "comment": "The positional adjustment that affects the horizontal bearing X of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "yPlacement", - "comment": "The positional adjustment that affectsthe horizontal bearing Y of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "xAdvance", - "comment": "The positional adjustment that affects the horizontal advance of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "float", - "name": "yAdvance", - "comment": "The positional adjustment that affects the vertical advance of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "xPlacement", "typeName": "float" }, - { "name": "yPlacement", "typeName": "float" }, - { "name": "xAdvance", "typeName": "float" }, - { "name": "yAdvance", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for new glyph value record.\n\n```plaintext\nParams: xPlacement - The positional adjustment that affects the horizontal bearing X of the glyph.\n yPlacement - The positional adjustment that affects the horizontal bearing Y of the glyph.\n xAdvance - The positional adjustment that affects the horizontal advance of the glyph.\n yAdvance - The positional adjustment that affects the vertical advance of the glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "GlyphValueRecord", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - }, - { - "name": "b", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - } - ], - "isStatic": true, - "name": "op_Addition", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - }, - { - "name": "rhs", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - }, - { - "name": "rhs", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphValueRecord", - "comment": "The values used to adjust the position of a glyph or set of glyphs.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "uint", - "name": "glyphIndex", - "comment": "The index of the glyph in the source font file.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord", - "name": "glyphValueRecord", - "comment": "The GlyphValueRecord contains the positional adjustments of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "glyphIndex", "typeName": "uint" }, - { - "name": "glyphValueRecord", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for new glyph adjustment record.\n\n```plaintext\nParams: glyphIndex - The index of the glyph in the source font file.\n glyphValueRecord - The GlyphValueRecord contains the positional adjustments of the glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphAdjustmentRecord", - "comment": "The positional adjustment values of a glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord", - "name": "firstAdjustmentRecord", - "comment": "The positional adjustment values for the first glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord", - "name": "secondAdjustmentRecord", - "comment": "The positional adjustment values for the second glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", - "name": "featureLookupFlags", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "firstAdjustmentRecord", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord" - }, - { - "name": "secondAdjustmentRecord", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for new glyph pair adjustment record.\n\n```plaintext\nParams: firstAdjustmentRecord - The positional adjustment values for the first glyph.\n secondAdjustmentRecord - The positional adjustment values for the second glyph.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphPairAdjustmentRecord", - "comment": "The positional adjustment values of a pair of glyphs.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Physics2DLateUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AIUpdatePostScript", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_DEFAULT", - "comment": "Load glyph metrics and bitmap representation if available for the current face size.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_NO_SCALE", - "comment": "Load glyphs at default font units without scaling. This flag implies LOAD_NO_HINTING and LOAD_NO_BITMAP and unsets LOAD_RENDER.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_NO_HINTING", - "comment": "Load glyphs without hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_RENDER", - "comment": "Load glyph metrics and render outline using 8-bit or antialiased image of the glyph.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_NO_BITMAP", - "comment": "Load glyphs and ignore embedded bitmap strikes.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_FORCE_AUTOHINT", - "comment": "Load glyphs using the auto hinter instead of the font's native hinter.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_MONOCHROME", - "comment": "Load glyph metrics and render outline using 1-bit monochrome.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_NO_AUTOHINT", - "comment": "Load glyphs using the font's native hinter.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_COMPUTE_METRICS", - "comment": "Load glyph metrics without using the 'hdmx' table. This flag is mostly used to validate font data.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "name": "LOAD_BITMAP_METRICS_ONLY", - "comment": "Load glyph metrics without allocating and loading the bitmap data.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphLoadFlags", - "comment": "The various options (flags) used by the FontEngine when loading glyphs from a font face.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorUpdateAnimationBegin", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Success", - "comment": "Error code returned when the function was successfully executed.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_File_Path", - "comment": "Error code returned by the LoadFontFace function when the file path to the source font file appears invalid.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_File_Format", - "comment": "Error code returned by the LoadFontFace function when the source font file is of an unknown or invalid format.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_File_Structure", - "comment": "Error code returned by the LoadFontFace function when the source font file appears invalid or improperly formatted.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_File", - "comment": "Error code indicating an invalid font file.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Table", - "comment": "Error code indicating failure to load one of the tables of the font file.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Glyph_Index", - "comment": "Error code returned by the LoadGlyph function when referencing an invalid or out of range glyph index value.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Character_Code", - "comment": "Error code returned by the LoadGlyph function when referencing an invalid Unicode character value.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Pixel_Size", - "comment": "Error code returned by the LoadGlyph or SetFaceSize functions using an invalid pointSize value.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Library", - "comment": "Error code indicating failure to initialize the font engine library.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Face", - "comment": "Error code indicating an invalid font face.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_Library_or_Face", - "comment": "Error code indicating failure to initialize the font engine library and / or successfully load a font face.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Atlas_Generation_Cancelled", - "comment": "Error code returned when the FontEngine glyph packing or rendering process has been cancelled.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "name": "Invalid_SharedTextureData", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextCore.LowLevel.FontEngineError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "FontEngineError", - "comment": "Error code returned by the various FontEngine functions.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LegacyAnimationUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SMOOTH_HINTED", - "comment": "Renders a bitmap representation of the glyph from an 8-bit or antialiased image of the glyph outline with hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SMOOTH", - "comment": "Renders a bitmap representation of the glyph from an 8-bit or antialiased image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "RASTER_HINTED", - "comment": "Renders a bitmap representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "RASTER", - "comment": "Renders a bitmap representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SDF", - "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SDF8", - "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SDF16", - "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SDF32", - "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SDFAA_HINTED", - "comment": "Renders a signed distance field (SDF) representation of the glyph from an 8-bit or antialiased image of the glyph outline with hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "name": "SDFAA", - "comment": "Renders a signed distance field (SDF) representation of the glyph from an 8-bit or antialiased image of the glyph outline with no hinting.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphRenderMode", - "comment": "The rendering modes used by the Font Engine to render glyphs.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhysicsUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorUpdateAnimationEnd", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", - "name": "BestShortSideFit", - "comment": "Place the glyph against the short side of a free space to minimize the length of the shorter leftover side.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", - "name": "BestLongSideFit", - "comment": "Place the glyph against the longer side of a free space to minimize the length of the longer leftover side.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", - "name": "BestAreaFit", - "comment": "Place the glyph into the smallest free space available in which it can fit.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", - "name": "BottomLeftRule", - "comment": "Place the glyph into available free space in a Tetris like fashion.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", - "name": "ContactPointRule", - "comment": "Place the glyph into the available free space by trying to maximize the contact point between it and other glyphs.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "GlyphPackingMode", - "comment": "The modes available when packing glyphs into an atlas texture.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorDeferredEvaluate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Physics2DUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UIElementsUpdatePanels", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CheckTexFieldInput", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateNetworkManager", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TextCore.LowLevel", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "FontEngineError", - "params": [], - "isStatic": true, - "name": "InitializeFontEngine", - "comment": "A value of zero (0) if the initialization of the Font Engine was successful.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [], - "isStatic": true, - "name": "DestroyFontEngine", - "comment": "A value of zero (0) if the Font Engine and used resources were successfully released.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [{ "name": "filePath", "typeName": "string" }], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "filePath", "typeName": "string" }, - { "name": "pointSize", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "filePath", "typeName": "string" }, - { "name": "pointSize", "typeName": "int" }, - { "name": "faceIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [{ "name": "sourceFontFile", "typeName": "byte[]" }], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "sourceFontFile", "typeName": "byte[]" }, - { "name": "pointSize", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "sourceFontFile", "typeName": "byte[]" }, - { "name": "pointSize", "typeName": "int" }, - { "name": "faceIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [{ "name": "font", "typeName": "UnityEngine.Font" }], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "font", "typeName": "UnityEngine.Font" }, - { "name": "pointSize", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "font", "typeName": "UnityEngine.Font" }, - { "name": "pointSize", "typeName": "int" }, - { "name": "faceIndex", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "familyName", "typeName": "string" }, - { "name": "styleName", "typeName": "string" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [ - { "name": "familyName", "typeName": "string" }, - { "name": "styleName", "typeName": "string" }, - { "name": "pointSize", "typeName": "int" } - ], - "isStatic": true, - "name": "LoadFontFace", - "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [], - "isStatic": true, - "name": "UnloadFontFace", - "comment": "A value of zero (0) if the font face was successfully unloaded and removed from the cache.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [], - "isStatic": true, - "name": "UnloadAllFontFaces", - "comment": "A value of zero (0) if the font faces were successfully unloaded and removed from the cache.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetSystemFontNames", - "comment": "The names and styles of the system fonts.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FontEngineError", - "params": [{ "name": "pointSize", "typeName": "int" }], - "isStatic": true, - "name": "SetFaceSize", - "comment": "A value of zero (0) if the font face was successfully scaled to the given point size.\n\n```plaintext\nParams: pointSize - The point size used to scale the font face.\n \n```\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "FaceInfo", - "params": [], - "isStatic": true, - "name": "GetFaceInfo", - "comment": "Returns the FaceInfo of the currently loaded typeface.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetFontFaces", - "comment": "An array that contains the names of the font faces and styles.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "unicode", "typeName": "uint" }, - { "name": "glyphIndex", "typeName": "uint" } - ], - "isStatic": true, - "name": "TryGetGlyphIndex", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "unicode", "typeName": "uint" }, - { - "name": "flags", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags" - }, - { "name": "glyph", "typeName": "UnityEngine.TextCore.Glyph" } - ], - "isStatic": true, - "name": "TryGetGlyphWithUnicodeValue", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "glyphIndex", "typeName": "uint" }, - { - "name": "flags", - "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags" - }, - { "name": "glyph", "typeName": "UnityEngine.TextCore.Glyph" } - ], - "isStatic": true, - "name": "TryGetGlyphWithIndexValue", - "comment": "", - "location": "UnityEngine.TextCoreModule.dll" - } - ], - "name": "FontEngine", - "comment": "The FontEngine is used to access data from source font files. This includes information about individual characters, glyphs and relevant metrics typically used in the process of text parsing, layout and rendering.\n\nThe types of font files supported are TrueType (.ttf, .ttc) and OpenType (.otf).\n\nThe FontEngine is also used to raster the visual representation of characters known as glyphs in a given font atlas texture.\n\n", - "location": "UnityEngine.TextCoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "IMGUISendQueuedEvents", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateMasterServerInterface", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SendMouseEvents", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UNetUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AIUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EndGraphicsJobsAfterScriptUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WindUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ParticleSystemBeginUpdateAll", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateVideo", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunBehaviourLateUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NewInputUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ConstraintManagerUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerSendFrameStarted", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateRectTransform", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateCanvasRectTransform", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerUpdateCanvases", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateAudio", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateVideo", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorLateUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ScriptRunDelayedDynamicFrameRate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VFXUpdate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ParticleSystemEndUpdateAll", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EndGraphicsJobsAfterScriptLateUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateSubstance", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateCustomRenderTextures", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "XRPostLateUpdate", - "comment": "Native engine system updated by the Player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3Int", - "name": "origin", - "comment": "The origin of the Tilemap in cell position.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "size", - "comment": "The size of the Tilemap in cells.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "localBounds", - "comment": "Returns the boundaries of the Tilemap in local space size.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.BoundsInt", - "name": "cellBounds", - "comment": "Returns the boundaries of the Tilemap in cell size.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Sprite", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetSprite", - "comment": "Sprite at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetColor", - "comment": "Color of the at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTransformMatrix", - "comment": "The transform matrix.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "TileFlags", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTileFlags", - "comment": "TileFlags from the Tile.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "TileBase", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTile", - "comment": "placed at the cell.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTile", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "RefreshTile", - "comment": "Refreshes a Tile at the given XYZ coordinates of a cell in the :Tilemap.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetComponent", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "ITilemap", - "comment": "Class passed onto Tiles when information is queried from the Tiles.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateAllRenderers", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateLightProbeProxyVolumes", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "EnlightenRuntimeUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateAllSkinnedMeshes", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProcessWebSendMessages", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SortingGroupsUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "UnityEngine.Tilemaps.TileBase", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "sprite", - "comment": "Sprite to be rendered at the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Color of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "transform", - "comment": "Matrix4x4|Transform matrix of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "GameObject of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "flags", - "comment": "TileFlags of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", - "name": "colliderType", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, - { "name": "tileData", "typeName": "UnityEngine.Tilemaps.TileData" } - ], - "isStatic": false, - "name": "GetTileData", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "Tile", - "comment": "Class for a default tile in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateVideoTextures", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DirectorRenderImage", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" } - ], - "isStatic": false, - "name": "RefreshTile", - "comment": "This method is called when the tile is refreshed.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tilemap - The Tilemap the tile is present on.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, - { "name": "tileData", "typeName": "UnityEngine.Tilemaps.TileData" } - ], - "isStatic": false, - "name": "GetTileData", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, - { - "name": "tileAnimationData", - "typeName": "UnityEngine.Tilemaps.TileAnimationData" - } - ], - "isStatic": false, - "name": "GetTileAnimationData", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, - { "name": "go", "typeName": "UnityEngine.GameObject" } - ], - "isStatic": false, - "name": "StartUp", - "comment": "Whether the call was successful.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tilemap - The Tilemap the tile is present on.\n go - The GameObject instantiated for the Tile.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "TileBase", - "comment": "Base class for a tile in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerEmitCanvasGeometry", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FinishFrameRendering", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BatchModeUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerSendFrameComplete", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateCaptureScreenshot", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PresentAfterDraw", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ClearImmediateRenderers", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", - "name": "None", - "comment": "No collider shape is generated for the Tile by the TilemapCollider2D.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", - "name": "Sprite", - "comment": "The Sprite outline is used as the collider shape for the Tile by the TilemapCollider2D.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", - "name": "Grid", - "comment": "The grid layout boundary outline is used as the collider shape for the Tile by the TilemapCollider2D.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Tilemaps.Tile.ColliderType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "ColliderType", - "comment": "Enum for determining what collider shape is generated for this Tile by the TilemapCollider2D.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "UnityEngine.GridLayout", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Grid", - "name": "layoutGrid", - "comment": "Gets the Grid associated with this tile map.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.BoundsInt", - "name": "cellBounds", - "comment": "Returns the boundaries of the Tilemap in cell size.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Bounds", - "name": "localBounds", - "comment": "Returns the boundaries of the Tilemap in local space size.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "float", - "name": "animationFrameRate", - "comment": "The frame rate for all tile animations in the tile map.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "The color of the tile map layer.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "origin", - "comment": "The origin of the Tilemap in cell position.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "size", - "comment": "The size of the Tilemap in cells.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "tileAnchor", - "comment": "Gets the anchor point of tiles in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "orientation", - "comment": "Orientation of the tiles in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "orientationMatrix", - "comment": "Orientation Matrix of the orientation of the tiles in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "editorPreviewOrigin", - "comment": "The origin of the Tilemap in cell position inclusive of editor preview tiles.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3Int", - "name": "editorPreviewSize", - "comment": "The size of the Tilemap in cells inclusive of editor preview tiles.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "System.Action", - "name": "tilemapTileChanged", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_tilemapTileChanged", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_tilemapTileChanged", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetCellCenterLocal", - "comment": "Center of the cell transformed into local space coordinates.\n\n```plaintext\nParams: position - Grid cell position.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Vector3", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetCellCenterWorld", - "comment": "Center of the cell transformed into world space coordinates.\n\n```plaintext\nParams: position - Grid cell position.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "TileBase", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTile", - "comment": "Tilemaps.TileBase|Tile of type T placed at the cell.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTile", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "bounds", "typeName": "UnityEngine.BoundsInt" }], - "isStatic": false, - "name": "GetTilesBlock", - "comment": "An array of at the given bounds.\n\n```plaintext\nParams: bounds - Bounds to retrieve from.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } - ], - "isStatic": false, - "name": "SetTile", - "comment": "Sets a.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tile - to be placed the cell.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "positionArray", "typeName": "UnityEngine.Vector3Int[]" }, - { - "name": "tileArray", - "typeName": "UnityEngine.Tilemaps.TileBase[]" - } - ], - "isStatic": false, - "name": "SetTiles", - "comment": "Sets an array of.\n\n```plaintext\nParams: positionArray - An array of positions of Tiles on the Tilemap.\n tileArray - An array of to be placed.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.BoundsInt" }, - { - "name": "tileArray", - "typeName": "UnityEngine.Tilemaps.TileBase[]" - } - ], - "isStatic": false, - "name": "SetTilesBlock", - "comment": "Fills bounds with array of tiles.\n\n```plaintext\nParams: position - Bounds to be filled.\n tileArray - An array of to be placed.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "HasTile", - "comment": "Returns true if there is a Tile at the position. Returns false otherwise.\n\n```plaintext\nParams: position - Position to check.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "RefreshTile", - "comment": "Refreshes a.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RefreshAllTiles", - "comment": "Refreshes all. The tile map will retrieve the rendering data, animation data and other data for all tiles and update all relevant components.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "changeTile", - "typeName": "UnityEngine.Tilemaps.TileBase" - }, - { "name": "newTile", "typeName": "UnityEngine.Tilemaps.TileBase" } - ], - "isStatic": false, - "name": "SwapTile", - "comment": "Swaps all existing tiles of changeTile to newTile and refreshes all the swapped tiles.\n\n```plaintext\nParams: changeTile - Tile to swap.\n newTile - Tile to swap to.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "tileAsset", "typeName": "UnityEngine.Tilemaps.TileBase" } - ], - "isStatic": false, - "name": "ContainsTile", - "comment": "Whether the Tilemap contains the tile.\n\n```plaintext\nParams: tileAsset - Tile to check.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetUsedTilesCount", - "comment": "The total number of different.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "usedTiles", - "typeName": "UnityEngine.Tilemaps.TileBase[]" - } - ], - "isStatic": false, - "name": "GetUsedTilesNonAlloc", - "comment": "The number of tiles filled.\n\n```plaintext\nParams: usedTiles - The array to be filled.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetSprite", - "comment": "Sprite at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTransformMatrix", - "comment": "The transform matrix.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "transform", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetTransformMatrix", - "comment": "Sets the transform matrix of a tile given the XYZ coordinates of a cell in the.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n transform - The transform matrix.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetColor", - "comment": "Color of the at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetColor", - "comment": "Sets the color of a.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n color - Color to set the to at the XY coordinate.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "TileFlags", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetTileFlags", - "comment": "TileFlags from the Tile.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "flags", "typeName": "UnityEngine.Tilemaps.TileFlags" } - ], - "isStatic": false, - "name": "SetTileFlags", - "comment": "Sets the TileFlags onto the Tile at the given position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n flags - TileFlags to add onto the Tile.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "flags", "typeName": "UnityEngine.Tilemaps.TileFlags" } - ], - "isStatic": false, - "name": "AddTileFlags", - "comment": "Adds the TileFlags onto the Tile at the given position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n flags - TileFlags to add (with bitwise or) onto the flags provided by Tile.TileBase.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "flags", "typeName": "UnityEngine.Tilemaps.TileFlags" } - ], - "isStatic": false, - "name": "RemoveTileFlags", - "comment": "Removes the TileFlags onto the Tile at the given position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n flags - TileFlags to remove from the Tile.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetInstantiatedObject", - "comment": "GameObject instantiated by the Tile at the position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "GameObject", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetObjectToInstantiate", - "comment": "Returns the GameObject to be instantiated by the Tile at the position.\n\n```plaintext\nParams: position - The position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { - "name": "colliderType", - "typeName": "UnityEngine.Tilemaps.Tile.ColliderType" - } - ], - "isStatic": false, - "name": "SetColliderType", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "ColliderType", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetColliderType", - "comment": "Collider type of the at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } - ], - "isStatic": false, - "name": "FloodFill", - "comment": "Does a flood fill with the given starting from the given coordinates.\n\n```plaintext\nParams: position - Start position of the flood fill on the Tilemap.\n tile - to place.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" }, - { "name": "startX", "typeName": "int" }, - { "name": "startY", "typeName": "int" }, - { "name": "endX", "typeName": "int" }, - { "name": "endY", "typeName": "int" } - ], - "isStatic": false, - "name": "BoxFill", - "comment": "Does a box fill with the given. Starts from given coordinates and fills the limits from start to end (inclusive).\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tile - to place.\n startX - The minimum X coordinate limit to fill to.\n startY - The minimum Y coordinate limit to fill to.\n endX - The maximum X coordinate limit to fill to.\n endY - The maximum Y coordinate limit to fill to.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "insertCells", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "InsertCells", - "comment": "Inserts cells into the Tilemap.\n\n```plaintext\nParams: position - The target position to insert at.\n insertCells - The number of columns, rows or layers of cells to insert.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "numColumns", "typeName": "int" }, - { "name": "numRows", "typeName": "int" }, - { "name": "numLayers", "typeName": "int" } - ], - "isStatic": false, - "name": "InsertCells", - "comment": "Inserts cells into the Tilemap.\n\n```plaintext\nParams: position - The target position to insert at.\n numColumns - The number of columns to insert.\n numRows - The number of rows to insert.\n numLayers - The number of layers of cells to insert.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "deleteCells", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "DeleteCells", - "comment": "Removes cells from within the Tilemap's bounds.\n\n```plaintext\nParams: position - The target position to remove from.\n deleteCells - The number of columns, rows and layers of cells to remove.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "numColumns", "typeName": "int" }, - { "name": "numRows", "typeName": "int" }, - { "name": "numLayers", "typeName": "int" } - ], - "isStatic": false, - "name": "DeleteCells", - "comment": "Removes cells from within the Tilemap's bounds.\n\n```plaintext\nParams: position - Target position to delete from.\n numColumns - The number of columns to remove.\n numRows - The number of rows to remove.\n numLayers - The number of layers of cells to remove.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearAllTiles", - "comment": "Clears all tiles that are placed in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ResizeBounds", - "comment": "Resizes tiles in the Tilemap to bounds defined by origin and size.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CompressBounds", - "comment": "Compresses the origin and size of the Tilemap to bounds where tiles exist.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "TileBase", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetEditorPreviewTile", - "comment": "The editor preview placed at the cell.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetEditorPreviewTile", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } - ], - "isStatic": false, - "name": "SetEditorPreviewTile", - "comment": "Sets an editor preview.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n tile - The editor preview to be placed the cell.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "HasEditorPreviewTile", - "comment": "Returns true if there is an Editor Preview Tile at the position. Returns false otherwise.\n\n```plaintext\nParams: position - Position to check.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Sprite", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetEditorPreviewSprite", - "comment": "Sprite at the XY coordinate.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Matrix4x4", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetEditorPreviewTransformMatrix", - "comment": "The transform matrix.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "transform", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "SetEditorPreviewTransformMatrix", - "comment": "Sets the transform matrix of an editor preview tile given the XYZ coordinates of a cell in the.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n transform - The transform matrix.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Color", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetEditorPreviewColor", - "comment": "Color of the editor preview at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "color", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetEditorPreviewColor", - "comment": "Sets the color of an editor preview.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n color - Color to set the editor preview to at the XY coordinate.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "TileFlags", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" } - ], - "isStatic": false, - "name": "GetEditorPreviewTileFlags", - "comment": "TileFlags from the editor preview Tile.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } - ], - "isStatic": false, - "name": "EditorPreviewFloodFill", - "comment": "Does an editor preview of a flood fill with the given starting from the given coordinates.\n\n```plaintext\nParams: position - Start position of the flood fill on the Tilemap.\n tile - TileBase to place.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector3Int" }, - { "name": "tile", "typeName": "UnityEngine.Object" }, - { "name": "startX", "typeName": "int" }, - { "name": "startY", "typeName": "int" }, - { "name": "endX", "typeName": "int" }, - { "name": "endY", "typeName": "int" } - ], - "isStatic": false, - "name": "EditorPreviewBoxFill", - "comment": "Does an editor preview of a box fill with the given. Starts from given coordinates and fills the limits from start to end (inclusive).\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tile - to place.\n startX - The start X coordinate limit to fill to.\n startY - The start Y coordinate limit to fill to.\n endX - The ending X coordinate limit to fill to.\n endY - The ending Y coordinate limit to fill to.\n \n```\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearAllEditorPreviewTiles", - "comment": "Clears all editor preview tiles that are placed in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "Tilemap", - "comment": "The tile map stores component.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UpdateResolution", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "InputEndFrame", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GUIClearEvents", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "None", - "comment": "No TileFlags are set.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "LockColor", - "comment": "TileBase locks any color set by brushes or the user.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "LockTransform", - "comment": "TileBase locks any transform matrix set by brushes or the user.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "InstantiateGameObjectRuntimeOnly", - "comment": "TileBase does not instantiate its associated GameObject in editor mode and instantiates it only during play mode.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "LockAll", - "comment": "All lock flags.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Tilemaps.TileFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "TileFlags", - "comment": "Flags controlling behavior for the TileBase.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ShaderHandleErrors", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ResetInputAxis", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ThreadedLoadingDebug", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProfilerSynchronizeStats", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MemoryFrameMaintenance", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "UnityEngine.Renderer", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3Int", - "name": "chunkSize", - "comment": "Size in number of tiles of each chunk created by the TilemapRenderer.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "chunkCullingBounds", - "comment": "Bounds used for culling of Tilemap chunks.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "int", - "name": "maxChunkCount", - "comment": "Maximum number of chunks the TilemapRenderer caches in memory.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "int", - "name": "maxFrameAge", - "comment": "Maximum number of frames the TilemapRenderer keeps unused chunks in memory.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", - "name": "sortOrder", - "comment": "Active sort order for the TilemapRenderer.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", - "name": "mode", - "comment": "The mode in which the TileMapRenderer batches the for rendering.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", - "name": "detectChunkCullingBounds", - "comment": "Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.SpriteMaskInteraction", - "name": "maskInteraction", - "comment": "Specifies how the Tilemap interacts with the masks.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "TilemapRenderer", - "comment": "The tile map renderer is used to render the tile map marked out by a component.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExecuteGameCenterCallbacks", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "XRPreEndFrame", - "comment": "Native engine system updated by the Player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProfilerEndFrame", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PlayerSendFramePostPresent", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "XY", - "comment": "Orients tiles in the XY plane.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "XZ", - "comment": "Orients tiles in the XZ plane.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "YX", - "comment": "Orients tiles in the YX plane.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "YZ", - "comment": "Orients tiles in the YZ plane.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "ZX", - "comment": "Orients tiles in the ZX plane.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "ZY", - "comment": "Orients tiles in the ZY plane.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "name": "Custom", - "comment": "Use a custom orientation to all tiles in the tile map.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Tilemaps.Tilemap.Orientation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "Orientation", - "comment": "Determines the orientation of.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhysicsSkinnedClothBeginUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3Int", - "name": "position", - "comment": "The position of the Tile on a Tilemap which has changed.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileBase", - "name": "tile", - "comment": "The Tile at the given position on the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileData", - "name": "tileData", - "comment": "The properties of the Tile at the given position on the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "SyncTile", - "comment": "A Struct for containing changes to a Tile when it has been changed on a Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhysicsSkinnedClothFinishUpdate", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Sprite", - "name": "sprite", - "comment": "Sprite to be rendered at the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Color of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "transform", - "comment": "Matrix4x4|Transform matrix of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.GameObject", - "name": "gameObject", - "comment": "GameObject of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TileFlags", - "name": "flags", - "comment": "TileFlags of the Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", - "name": "colliderType", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "TileData", - "comment": "A Struct for the required data for rendering a Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.PlayerLoop", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TriggerEndOfFrameCallbacks", - "comment": "Native engine system updated by the native player loop.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", - "name": "BottomLeft", - "comment": "Sorts tiles for rendering starting from the tile with the lowest X and the lowest Y cell positions.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", - "name": "BottomRight", - "comment": "Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", - "name": "TopLeft", - "comment": "Sorts tiles for rendering starting from the tile with the lowest X and the highest Y cell positions.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", - "name": "TopRight", - "comment": "Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "SortOrder", - "comment": "Sort order for all tiles rendered by the TilemapRenderer.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", - "name": "Chunk", - "comment": "Batches each Sprite from the Tilemap into grouped chunks to be rendered.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", - "name": "Individual", - "comment": "Sends each Sprite from the Tilemap to be rendered individually.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "Mode", - "comment": "Determines how the TilemapRenderer should batch the for rendering.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", - "name": "Auto", - "comment": "The TilemapRenderer will automatically detect the bounds of extension by inspecting the Sprite/s used in the Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", - "name": "Manual", - "comment": "The user adds in the values used for extend the bounds for culling of Tilemap chunks.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "DetectChunkCullingBounds", - "comment": "Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Sprite[]", - "name": "animatedSprites", - "comment": "The array of that are ordered by appearance in the animation.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "float", - "name": "animationSpeed", - "comment": "The animation speed.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "float", - "name": "animationStartTime", - "comment": "The start time of the animation. The animation will begin at this time offset.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "TileAnimationData", - "comment": "A Struct for the required data for animating a Tile.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.Tilemaps", - "baseClass": "UnityEngine.Collider2D", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "uint", - "name": "maximumTileChangeCount", - "comment": "Maximum number of Tile Changes accumulated before doing a full collider rebuild instead of an incremental rebuild.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "float", - "name": "extrusionFactor", - "comment": "The amount of Collider shapes each Tile extrudes to facilitate compositing with neighboring Tiles. This eliminates fine gaps between Tiles when using a CompositeCollider2D. This is calculated in Unity units within world space.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "typeName": "bool", - "name": "hasTilemapChanges", - "comment": "Returns true if there are Tilemap changes that require processing for Collider updates. Returns false otherwise.\n\n", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ProcessTilemapChanges", - "comment": "Processes Tilemap changes for Collider updates immediately, if there are any.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.TilemapModule.dll" - } - ], - "name": "TilemapCollider2D", - "comment": "Collider for 2D physics representing shapes defined by the corresponding Tilemap.\n\n", - "location": "UnityEngine.TilemapModule.dll" - }, - { - "namespace": "UnityEngine.Profiling", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "CPU", - "comment": "CPU statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "GPU", - "comment": "GPU statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "Rendering", - "comment": "Rendering statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "Memory", - "comment": "Memory statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "Audio", - "comment": "Audio statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "Video", - "comment": "Video playback statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "Physics", - "comment": "3D Physics statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "Physics2D", - "comment": "2D physics statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "NetworkMessages", - "comment": "Network messages statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "NetworkOperations", - "comment": "Network operations statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "UI", - "comment": "UI statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "UIDetails", - "comment": "Detailed UI statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "GlobalIllumination", - "comment": "Global Illumination statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.ProfilerArea", - "name": "VirtualTexturing", - "comment": "Virtual Texturing statistics.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Profiling.ProfilerArea", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ProfilerArea", - "comment": "The different areas of profiling, corresponding to the charts in ProfilerWindow.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "supported", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "logFile", - "comment": "Specifies the file to use when writing profiling data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableBinaryLog", - "comment": "Enables the logging of profiling data to a file.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxUsedMemory", - "comment": "Sets the maximum amount of memory that Profiler uses for buffering data. This property is expressed in bytes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Enables the Profiler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enableAllocationCallstacks", - "comment": "Enables the recording of callstacks for managed allocations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "areaCount", - "comment": "The number of ProfilerArea|Profiler Areas that you can profile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "maxNumberOfSamplesPerFrame", - "comment": "Resize the profiler sample buffers to allow the desired amount of samples per thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "usedHeapSize", - "comment": "Size of the used heap in bytes, (or 0 if the profiler is disabled).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "usedHeapSizeLong", - "comment": "Size of the memory allocated by Unity (or 0 if the profiler is disabled).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "area", - "typeName": "UnityEngine.Profiling.ProfilerArea" - }, - { "name": "enabled", "typeName": "bool" } - ], - "isStatic": true, - "name": "SetAreaEnabled", - "comment": "Enable or disable a given ProfilerArea.\n\n```plaintext\nParams: area - The area you want to enable or disable.\n enabled - Enable or disable the collection of data for this area.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "area", "typeName": "UnityEngine.Profiling.ProfilerArea" } - ], - "isStatic": true, - "name": "GetAreaEnabled", - "comment": "Returns whether or not a given ProfilerArea is currently enabled.\n\n```plaintext\nParams: area - Which area you want to check the state of.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "file", "typeName": "string" }], - "isStatic": true, - "name": "AddFramesFromFile", - "comment": "Displays the recorded profile data in the profiler.\n\n```plaintext\nParams: file - The name of the file containing the frame data, including extension.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "threadGroupName", "typeName": "string" }, - { "name": "threadName", "typeName": "string" } - ], - "isStatic": true, - "name": "BeginThreadProfiling", - "comment": "Enables profiling on the thread from which you call this method.\n\n```plaintext\nParams: threadGroupName - The name of the thread group to which the thread belongs.\n threadName - The name of the thread.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndThreadProfiling", - "comment": "Frees the internal resources used by the Profiler for the thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "BeginSample", - "comment": "Begin profiling a piece of code with a custom label.\n\n```plaintext\nParams: name - A string to identify the sample in the Profiler window.\n targetObject - An object that provides context to the sample,.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "targetObject", "typeName": "UnityEngine.Object" } - ], - "isStatic": true, - "name": "BeginSample", - "comment": "Begin profiling a piece of code with a custom label.\n\n```plaintext\nParams: name - A string to identify the sample in the Profiler window.\n targetObject - An object that provides context to the sample,.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "EndSample", - "comment": "Ends the current profiling sample.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "o", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "GetRuntimeMemorySize", - "comment": "Returns the runtime memory usage of the resource.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [{ "name": "o", "typeName": "UnityEngine.Object" }], - "isStatic": true, - "name": "GetRuntimeMemorySizeLong", - "comment": "The amount of native-memory used by a Unity object. This returns 0 if the Profiler is not available.\n\n```plaintext\nParams: o - The target Unity object.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": true, - "name": "GetMonoHeapSize", - "comment": "Returns the size of the mono heap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetMonoHeapSizeLong", - "comment": "The size of the managed heap.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": true, - "name": "GetMonoUsedSize", - "comment": "Returns the used size from mono.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetMonoUsedSizeLong", - "comment": "Returns a long integer value of the memory in use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "size", "typeName": "uint" }], - "isStatic": true, - "name": "SetTempAllocatorRequestedSize", - "comment": "Returns true if requested size was successfully set. Will return false if value is disallowed (too small).\n\n```plaintext\nParams: size - Size in bytes.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": true, - "name": "GetTempAllocatorSize", - "comment": "Size in bytes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": true, - "name": "GetTotalAllocatedMemory", - "comment": "Returns the amount of allocated and used system memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetTotalAllocatedMemoryLong", - "comment": "The amount of memory allocated by Unity. This returns 0 if the Profiler is not available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": true, - "name": "GetTotalUnusedReservedMemory", - "comment": "Returns the amount of reserved but not used system memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetTotalUnusedReservedMemoryLong", - "comment": "The amount of unused memory in the reserved pools. This returns 0 if the Profiler is not available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "UInt32", - "params": [], - "isStatic": true, - "name": "GetTotalReservedMemory", - "comment": "Returns the amount of reserved system memory.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetTotalReservedMemoryLong", - "comment": "Memory reserved by Unity in bytes. This returns 0 if the Profiler is not available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [ - { - "name": "stats", - "typeName": "Unity.Collections.NativeArray" - } - ], - "isStatic": true, - "name": "GetTotalFragmentationInfo", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "GetAllocatedMemoryForGraphicsDriver", - "comment": "Returns the amount of allocated memory for the graphics driver, in bytes.\n\nOnly available in development players and editor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "System.Guid" }, - { "name": "tag", "typeName": "int" }, - { "name": "data", "typeName": "System.Array" } - ], - "isStatic": true, - "name": "EmitFrameMetaData", - "comment": "Write metadata associated with the current frame to the Profiler stream.\n\n```plaintext\nParams: id - Module identifier. Used to distinguish metadata streams between different plugins, packages or modules.\n tag - Data stream index.\n data - Binary data.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "System.Guid" }, - { "name": "tag", "typeName": "int" }, - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": true, - "name": "EmitFrameMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "System.Guid" }, - { "name": "tag", "typeName": "int" }, - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": true, - "name": "EmitFrameMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "System.Guid" }, - { "name": "tag", "typeName": "int" }, - { "name": "data", "typeName": "System.Array" } - ], - "isStatic": true, - "name": "EmitSessionMetaData", - "comment": "Write metadata associated with the whole Profiler session capture.\n\n```plaintext\nParams: id - Unique identifier associated with the data.\n tag - Data stream index.\n data - Binary data.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "System.Guid" }, - { "name": "tag", "typeName": "int" }, - { "name": "data", "typeName": "System.Collections.Generic.List" } - ], - "isStatic": true, - "name": "EmitSessionMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "System.Guid" }, - { "name": "tag", "typeName": "int" }, - { "name": "data", "typeName": "Unity.Collections.NativeArray" } - ], - "isStatic": true, - "name": "EmitSessionMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Profiler", - "comment": "Controls the from script.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Returns true if Recorder is valid and can collect data. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "enabled", - "comment": "Enables recording.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "elapsedNanoseconds", - "comment": "Accumulated time of Begin/End pairs for the previous frame in nanoseconds. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "gpuElapsedNanoseconds", - "comment": "Gets the accumulated GPU time, in nanoseconds, for a frame. The Recorder has a three frame delay so this gives the timings for the frame that was three frames before the one that you access this property on. (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sampleBlockCount", - "comment": "Number of time Begin/End pairs was called during the previous frame. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "gpuSampleBlockCount", - "comment": "Gets the number of Begin/End time pairs that the GPU executed during a frame. The Recorder has a three frame delay so this gives the timings for the frame that was three frames before the one that you access this property on. (Read Only).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Recorder", - "params": [{ "name": "samplerName", "typeName": "string" }], - "isStatic": true, - "name": "Get", - "comment": "Recorder object for the specified Sampler.\n\n```plaintext\nParams: samplerName - Sampler name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "FilterToCurrentThread", - "comment": "Configures the recorder to only collect data from the current thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CollectFromAllThreads", - "comment": "Configures the recorder to collect samples from all threads.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Recorder", - "comment": "Records profiling data produced by a specific Sampler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isValid", - "comment": "Returns true if Sampler is valid. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "Sampler name. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Recorder", - "params": [], - "isStatic": false, - "name": "GetRecorder", - "comment": "Recorder object associated with the Sampler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Sampler", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "Get", - "comment": "Sampler object which represents specific profiler label.\n\n```plaintext\nParams: name - Profiler Sampler name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "names", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": true, - "name": "GetNames", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Sampler", - "comment": "Provides control over a CPU Profiler label.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling", - "baseClass": "UnityEngine.Profiling.Sampler", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "CustomSampler", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "collectGpuData", "typeName": "bool" } - ], - "isStatic": true, - "name": "Create", - "comment": "CustomSampler object or null if a built-in Sampler with the same name exists.\n\n```plaintext\nParams: name - Name of the Sampler.\n collectGpuData - Specifies whether this Sampler records GPU timings. If you want the Sampler to record GPU timings, set this to true.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Begin", - "comment": "Begin profiling a piece of code with a custom label defined by this instance of CustomSampler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetObject", "typeName": "UnityEngine.Object" } - ], - "isStatic": false, - "name": "Begin", - "comment": "Begin profiling a piece of code with a custom label defined by this instance of CustomSampler.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "End", - "comment": "End profiling a piece of code with a custom label.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CustomSampler", - "comment": "Custom CPU Profiler label used for profiling arbitrary code blocks.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling.Experimental", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "Unity.Collections.NativeArray", - "name": "rawImageDataReference", - "comment": "A non-owning reference to the image data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.TextureFormat", - "name": "imageFormat", - "comment": "The format in which the image was captured.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "width", - "comment": "Width of the image.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "height", - "comment": "Height of the image.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DebugScreenCapture", - "comment": "A raw data representation of a screenshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling.Memory.Experimental", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", - "name": "ManagedObjects", - "comment": "Corresponds to the ManagedHeapSections, ManagedStacks, Connections, TypeDescriptions fields in a Memory Snapshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", - "name": "NativeObjects", - "comment": "Corresponds to the NativeObject and NativeType fields in a Memory Snapshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", - "name": "NativeAllocations", - "comment": "Corresponds to the NativeAllocations, NativeMemoryRegions, NativeRootReferences, and NativeMemoryLabels fields in a Memory Snapshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", - "name": "NativeAllocationSites", - "comment": "Corresponds to the NativeAllocationSite field in a Memory Snapshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", - "name": "NativeStackTraces", - "comment": "Corresponds to the NativeCallstackSymbol field in a Memory Snapshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CaptureFlags", - "comment": "Flags that specify which fields to capture in a snapshot.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling.Memory.Experimental", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "content", - "comment": "User defined meta data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "platform", - "comment": "Memory snapshot meta data containing platform information.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MetaData", - "comment": "Container for memory snapshot meta data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Profiling.Memory.Experimental", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Action", - "name": "createMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_createMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_createMetaData", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "finishCallback", - "typeName": "System.Action" - }, - { - "name": "captureFlags", - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags" - } - ], - "isStatic": true, - "name": "TakeSnapshot", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { - "name": "finishCallback", - "typeName": "System.Action" - }, - { - "name": "screenshotCallback", - "typeName": "System.Action" - }, - { - "name": "captureFlags", - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags" - } - ], - "isStatic": true, - "name": "TakeSnapshot", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "finishCallback", - "typeName": "System.Action" - }, - { - "name": "captureFlags", - "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags" - } - ], - "isStatic": true, - "name": "TakeTempSnapshot", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MemoryProfiler", - "comment": "Memory profiling API container class.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "handle", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "path", - "comment": "Returns the relative path of the Scene. Like: \"AssetsMyScenesMyScene.unity\".\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "Returns the name of the Scene that is currently active in the game or app.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isLoaded", - "comment": "Returns true if the Scene is loaded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "buildIndex", - "comment": "Return the index of the Scene in the Build Settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isDirty", - "comment": "Returns true if the Scene is modifed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "rootCount", - "comment": "The number of root transforms of this Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isSubScene", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsValid", - "comment": "Whether this is a valid Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetRootGameObjects", - "comment": "An array of game objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "rootGameObjects", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "GetRootGameObjects", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.SceneManagement.Scene" }, - { "name": "rhs", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.SceneManagement.Scene" }, - { "name": "rhs", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "other", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Scene", - "comment": "Run-time data structure for *.unity file.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.SceneManagement.SceneManagerAPI", - "name": "overrideAPI", - "comment": "The specific SceneManagement.SceneManagerAPI instance to use to handle overridden SceneManagement.SceneManager methods.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "SceneManagerAPI", - "comment": "Derive from this base class to provide alternative implementations to the C# behavior of specific SceneManagement.SceneManager methods.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "sceneCount", - "comment": "The total number of currently loaded Scenes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "sceneCountInBuildSettings", - "comment": "Number of Scenes in Build Settings.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.UnityAction", - "name": "sceneLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.UnityAction", - "name": "sceneUnloaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Events.UnityAction", - "name": "activeSceneChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Scene", - "params": [], - "isStatic": true, - "name": "GetActiveScene", - "comment": "The active Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "SetActiveScene", - "comment": "Returns false if the Scene is not loaded yet.\n\n```plaintext\nParams: scene - The Scene to be set.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [{ "name": "scenePath", "typeName": "string" }], - "isStatic": true, - "name": "GetSceneByPath", - "comment": "A reference to the Scene, if valid. If not, an invalid Scene is returned.\n\n```plaintext\nParams: scenePath - Path of the Scene. Should be relative to the project folder. Like: \"AssetsMyScenesMyScene.unity\".\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [{ "name": "name", "typeName": "string" }], - "isStatic": true, - "name": "GetSceneByName", - "comment": "A reference to the Scene, if valid. If not, an invalid Scene is returned.\n\n```plaintext\nParams: name - Name of Scene to find.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [{ "name": "buildIndex", "typeName": "int" }], - "isStatic": true, - "name": "GetSceneByBuildIndex", - "comment": "A reference to the Scene, if valid. If not, an invalid Scene is returned.\n\n```plaintext\nParams: buildIndex - Build index as shown in the Build Settings window.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetSceneAt", - "comment": "A reference to the Scene at the index specified.\n\n```plaintext\nParams: index - Index of the Scene to get. Index must be greater than or equal to 0 and less than SceneManager.sceneCount.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [ - { "name": "sceneName", "typeName": "string" }, - { - "name": "parameters", - "typeName": "UnityEngine.SceneManagement.CreateSceneParameters" - } - ], - "isStatic": true, - "name": "CreateScene", - "comment": "A reference to the new Scene that was created, or an invalid Scene if creation failed.\n\n```plaintext\nParams: sceneName - The name of the new Scene. It cannot be empty or null, or same as the name of the existing Scenes.\n parameters - Various parameters used to create the Scene.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sourceScene", - "typeName": "UnityEngine.SceneManagement.Scene" - }, - { - "name": "destinationScene", - "typeName": "UnityEngine.SceneManagement.Scene" - } - ], - "isStatic": true, - "name": "MergeScenes", - "comment": "This will merge the source Scene into the destinationScene.\n\n```plaintext\nParams: sourceScene - The Scene that will be merged into the destination Scene.\n destinationScene - Existing Scene to merge the source Scene into.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "go", "typeName": "UnityEngine.GameObject" }, - { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "MoveGameObjectToScene", - "comment": "Move a GameObject from its current Scene to a new Scene.\n\n```plaintext\nParams: go - GameObject to move.\n scene - Scene to move into.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": true, - "name": "add_sceneLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": true, - "name": "remove_sceneLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": true, - "name": "add_sceneUnloaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": true, - "name": "remove_sceneUnloaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": true, - "name": "add_activeSceneChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Events.UnityAction" - } - ], - "isStatic": true, - "name": "remove_activeSceneChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetAllScenes", - "comment": "Array of Scenes in the Hierarchy.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [{ "name": "sceneName", "typeName": "string" }], - "isStatic": true, - "name": "CreateScene", - "comment": "A reference to the new Scene that was created, or an invalid Scene if creation failed.\n\n```plaintext\nParams: sceneName - The name of the new Scene. It cannot be empty or null, or same as the name of the existing Scenes.\n parameters - Various parameters used to create the Scene.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sceneName", "typeName": "string" }, - { - "name": "mode", - "typeName": "UnityEngine.SceneManagement.LoadSceneMode" - } - ], - "isStatic": true, - "name": "LoadScene", - "comment": "Loads the Scene by its name or index in Build Settings.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - Allows you to specify whether or not to load the Scene additively. See SceneManagement.LoadSceneMode for more information about the options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sceneName", "typeName": "string" }], - "isStatic": true, - "name": "LoadScene", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [ - { "name": "sceneName", "typeName": "string" }, - { - "name": "parameters", - "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" - } - ], - "isStatic": true, - "name": "LoadScene", - "comment": "A handle to the Scene being loaded.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n parameters - Various parameters used to load the Scene.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "sceneBuildIndex", "typeName": "int" }, - { - "name": "mode", - "typeName": "UnityEngine.SceneManagement.LoadSceneMode" - } - ], - "isStatic": true, - "name": "LoadScene", - "comment": "Loads the Scene by its name or index in Build Settings.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - Allows you to specify whether or not to load the Scene additively. See SceneManagement.LoadSceneMode for more information about the options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], - "isStatic": true, - "name": "LoadScene", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Scene", - "params": [ - { "name": "sceneBuildIndex", "typeName": "int" }, - { - "name": "parameters", - "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" - } - ], - "isStatic": true, - "name": "LoadScene", - "comment": "A handle to the Scene being loaded.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n parameters - Various parameters used to load the Scene.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "sceneBuildIndex", "typeName": "int" }, - { - "name": "mode", - "typeName": "UnityEngine.SceneManagement.LoadSceneMode" - } - ], - "isStatic": true, - "name": "LoadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], - "isStatic": true, - "name": "LoadSceneAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "sceneBuildIndex", "typeName": "int" }, - { - "name": "parameters", - "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" - } - ], - "isStatic": true, - "name": "LoadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "sceneName", "typeName": "string" }, - { - "name": "mode", - "typeName": "UnityEngine.SceneManagement.LoadSceneMode" - } - ], - "isStatic": true, - "name": "LoadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "sceneName", "typeName": "string" }], - "isStatic": true, - "name": "LoadSceneAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "sceneName", "typeName": "string" }, - { - "name": "parameters", - "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" - } - ], - "isStatic": true, - "name": "LoadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "UnloadScene", - "comment": "Returns true if the Scene is unloaded.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in the Build Settings to unload.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], - "isStatic": true, - "name": "UnloadScene", - "comment": "Returns true if the Scene is unloaded.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in the Build Settings to unload.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "sceneName", "typeName": "string" }], - "isStatic": true, - "name": "UnloadScene", - "comment": "Returns true if the Scene is unloaded.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in the Build Settings to unload.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], - "isStatic": true, - "name": "UnloadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [{ "name": "sceneName", "typeName": "string" }], - "isStatic": true, - "name": "UnloadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } - ], - "isStatic": true, - "name": "UnloadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "sceneBuildIndex", "typeName": "int" }, - { - "name": "options", - "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions" - } - ], - "isStatic": true, - "name": "UnloadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { "name": "sceneName", "typeName": "string" }, - { - "name": "options", - "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions" - } - ], - "isStatic": true, - "name": "UnloadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "AsyncOperation", - "params": [ - { - "name": "scene", - "typeName": "UnityEngine.SceneManagement.Scene" - }, - { - "name": "options", - "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions" - } - ], - "isStatic": true, - "name": "UnloadSceneAsync", - "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SceneManager", - "comment": "Scene management at run-time.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SceneManagement.LoadSceneMode", - "name": "Single", - "comment": "Closes all current loaded Scenes\n and loads a Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.LoadSceneMode", - "name": "Additive", - "comment": "Adds the Scene to the current loaded Scenes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SceneManagement.LoadSceneMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LoadSceneMode", - "comment": "Used when loading a Scene in a player.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", - "name": "None", - "comment": "No local 2D or 3D physics Scene will be created.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", - "name": "Physics2D", - "comment": "A local 2D physics Scene will be created and owned by the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", - "name": "Physics3D", - "comment": "A local 3D physics Scene will be created and owned by the Scene.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SceneManagement.LocalPhysicsMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LocalPhysicsMode", - "comment": "Provides options for 2D and 3D local physics.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.SceneManagement.LoadSceneMode", - "name": "loadSceneMode", - "comment": "See LoadSceneMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", - "name": "localPhysicsMode", - "comment": "See SceneManagement.LocalPhysicsMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.SceneManagement.LoadSceneMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for LoadSceneParameters. See SceneManager.LoadScene.\n\n```plaintext\nParams: mode - See LoadSceneParameters.loadSceneMode.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "mode", - "typeName": "UnityEngine.SceneManagement.LoadSceneMode" - }, - { - "name": "physicsMode", - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LoadSceneParameters", - "comment": "This struct collects all the LoadScene parameters in to a single place.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", - "name": "localPhysicsMode", - "comment": "See SceneManagement.LocalPhysicsMode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "physicsMode", - "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CreateSceneParameters", - "comment": "This struct collects all the CreateScene parameters in to a single place.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions", - "name": "None", - "comment": "Unload the scene without any special options.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions", - "name": "UnloadAllEmbeddedSceneObjects", - "comment": "Unloads all objects that are loaded from the scene's serialized file. Without this flag, only GameObject and Components within the scene's hierarchy are unloaded.\n\nNote: Objects that are dynamically created during the build process can be embedded in the scene's serialized file. This can occur when asset types are created and referenced inside the scene's post-processor callback. Some examples of these types are textures, meshes, and scriptable objects. Assets from your assets folder are not embedded in the scene's serialized file.\nNote: This flag does not unload assets which can be referenced by other scenes.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.SceneManagement.UnloadSceneOptions", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnloadSceneOptions", - "comment": "Scene unloading options passed to SceneManager.UnloadScene.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SceneManagement", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "buildIndex", "typeName": "int" }], - "isStatic": true, - "name": "GetScenePathByBuildIndex", - "comment": "Scene path (e.g \"AssetsScenesScene1.unity\").\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "scenePath", "typeName": "string" }], - "isStatic": true, - "name": "GetBuildIndexByScenePath", - "comment": "Build index.\n\n```plaintext\nParams: scenePath - Scene path (e.g: \"AssetsScenesScene1.unity\").\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SceneUtility", - "comment": "Scene and Build Settings related utilities.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AlwaysLinkAssemblyAttribute", - "comment": "Ensure an assembly is always processed during managed code stripping.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", - "name": "GCMode", - "comment": "Set and get global garbage collector operation mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "isIncremental", - "comment": "Reports whether incremental garbage collection is enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "ulong", - "name": "incrementalTimeSliceNanoseconds", - "comment": "The target duration of a collection step when performing incremental garbage collection.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Action", - "name": "GCModeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "add_GCModeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": true, - "name": "remove_GCModeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "nanoseconds", "typeName": "ulong" }], - "isStatic": true, - "name": "CollectIncremental", - "comment": "Returns true if additional garbage collection work remains when the method returns and false if garbage collection is complete. Also returns false if incremental garbage collection is not enabled or is not supported on the current platform.\n\n```plaintext\nParams: nanoseconds - The maximum number of nanoseconds to spend in garbage collection.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GarbageCollector", - "comment": "API to control the garbage collector on the Mono and IL2CPP scripting backends.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", - "name": "Disabled", - "comment": "Disable garbage collector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", - "name": "Enabled", - "comment": "Enable garbage collector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", - "name": "Manual", - "comment": "Disable automatic invokations of the garbage collector, but allow manually invokations.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Scripting.GarbageCollector.Mode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Mode", - "comment": "Garbage collector operation mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PreserveAttribute", - "comment": "PreserveAttribute prevents byte code stripping from removing a class, method, field, or property.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequireAttributeUsagesAttribute", - "comment": "Only allowed on attribute types. If the attribute type is marked, then so too will all CustomAttributes of that type.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequireDerivedAttribute", - "comment": "When the type is marked, all types derived from that type will also be marked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "interfaceType", "typeName": "System.Type" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequiredInterfaceAttribute", - "comment": "When a type is marked, all interface implementations of the specified types will be marked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequiredMemberAttribute", - "comment": "When a type is marked, all of it's members with [RequiredMember] will be marked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "RequireImplementorsAttribute", - "comment": "When the interface type is marked, all types implementing that interface will be marked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Scripting.APIUpdating", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "bool", - "name": "IsInDifferentAssembly", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "autoUpdateAPI", "typeName": "bool" }, - { "name": "sourceNamespace", "typeName": "string" }, - { "name": "sourceAssembly", "typeName": "string" }, - { "name": "sourceClassName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "sourceNamespace", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "MovedFromAttribute", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SearchService", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string[]", - "name": "labels", - "comment": "The labels to match.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "matchAll", - "comment": "Boolean that indicates whether all labels, or only one of them, should match. Default is true.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "labels", "typeName": "string[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor used to declare the SearchService.ObjectSelectorHandlerWithLabelsAttribute on a field.\n\n```plaintext\nParams: labels - An array of strings that represents the different labels to use as constraints.\n matchAll - This parameter specifies whether all labels must match, or only one of them must be present.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "matchAll", "typeName": "bool" }, - { "name": "labels", "typeName": "string[]" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor used to declare the SearchService.ObjectSelectorHandlerWithLabelsAttribute on a field.\n\n```plaintext\nParams: labels - An array of strings that represents the different labels to use as constraints.\n matchAll - This parameter specifies whether all labels must match, or only one of them must be present.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ObjectSelectorHandlerWithLabelsAttribute", - "comment": "A class attribute that allows you to define label constraints on a MonoBehavior or ScriptableObject's field in the object selector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.SearchService", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string[]", - "name": "tags", - "comment": "The tags to match. Because a GameObject can only have one tag, only one of them must be present.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "tags", "typeName": "string[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor used to declare the SearchService.ObjectSelectorHandlerWithTagsAttribute on a field.\n\n```plaintext\nParams: tags - An array of strings that represents the different tags to use as constraints.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ObjectSelectorHandlerWithTagsAttribute", - "comment": "A class attribute that allows you to define tag constraints on a MonoBehavior or ScriptableObject's field in the object selector.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Serialization", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [ - { - "typeName": "string", - "name": "oldName", - "comment": "The name of the field before the rename.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "oldName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "```plaintext\nParams: oldName - The name of the field before renaming.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "FormerlySerializedAsAttribute", - "comment": "Use this attribute to rename a field without losing its serialized value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Serialization", - "baseClass": "object", - "attribute": "", - "interfaces": ["ISurrogateSelector"], - "fields": [], - "methods": [ - { - "returnTypeName": "ISerializationSurrogate", - "params": [ - { "name": "type", "typeName": "System.Type" }, - { - "name": "context", - "typeName": "System.Runtime.Serialization.StreamingContext" - }, - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "GetSurrogate", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "selector", - "typeName": "System.Runtime.Serialization.ISurrogateSelector" - } - ], - "isStatic": false, - "name": "ChainSelector", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "ISurrogateSelector", - "params": [], - "isStatic": false, - "name": "GetNextSelector", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "UnitySurrogateSelector", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Sprites", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Vector4", - "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], - "isStatic": true, - "name": "GetInnerUV", - "comment": "Inner UV's of the Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], - "isStatic": true, - "name": "GetOuterUV", - "comment": "Outer UV's of the Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], - "isStatic": true, - "name": "GetPadding", - "comment": "Return the padding on the sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], - "isStatic": true, - "name": "GetMinSize", - "comment": "Minimum width and height of the Sprite.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DataUtility", - "comment": "Helper utilities for accessing Sprite data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TestTools", - "baseClass": "System.Attribute", - "attribute": "", - "interfaces": ["_Attribute"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ExcludeFromCoverageAttribute", - "comment": "Allows you to exclude an Assembly, Class, Constructor, Method or Struct from TestTools.Coverage.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TestTools", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.MethodBase", - "name": "method", - "comment": "The method covered by the sequence point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "ilOffset", - "comment": "The offset in bytes from the start of the method to the first Intermediate Language instruction of this sequence point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "hitCount", - "comment": "The number of times the sequence point has been visited.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "filename", - "comment": "The name of the file that contains the sequence point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "line", - "comment": "The line number of the file that contains the sequence point.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "uint", - "name": "column", - "comment": "The column number of the line of the file that contains the sequence point.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CoveredSequencePoint", - "comment": "Describes a covered sequence point used by TestTools.Coverage. For an example of typical usage, see TestTools.Coverage.GetSequencePointsFor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TestTools", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Reflection.MethodBase", - "name": "method", - "comment": "The covered method.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "totalSequencePoints", - "comment": "The total number of sequence points in the method.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "uncoveredSequencePoints", - "comment": "The total number of uncovered sequence points in the method.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CoveredMethodStats", - "comment": "Describes the summary of the code coverage for the specified method used by TestTools.Coverage. For an example of typical usage, see TestTools.Coverage.GetStatsFor.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.TestTools", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Returns true if code coverage is enabled; otherwise, returns false.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "GetSequencePointsFor", - "comment": "Array of sequence points.\n\n```plaintext\nParams: method - The method to get the sequence points for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "CoveredMethodStats", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "GetStatsFor", - "comment": "Coverage summary.\n\n```plaintext\nParams: method - The method to get coverage statistics for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [ - { "name": "methods", "typeName": "System.Reflection.MethodBase[]" } - ], - "isStatic": true, - "name": "GetStatsFor", - "comment": "Array of coverage summaries.\n\n```plaintext\nParams: methods - The array of methods.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "type", "typeName": "System.Type" }], - "isStatic": true, - "name": "GetStatsFor", - "comment": "Array of coverage summaries.\n\n```plaintext\nParams: type - The type.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetStatsForAllCoveredMethods", - "comment": "Array of coverage summaries.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "method", "typeName": "System.Reflection.MethodBase" } - ], - "isStatic": true, - "name": "ResetFor", - "comment": "Resets the coverage data for the specified method.\n\n```plaintext\nParams: method - The method.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ResetAll", - "comment": "Resets all coverage data.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Coverage", - "comment": "Describes the interface for the code coverage data exposed by mono.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AppCallbackItem", - "comment": "Delegate that can be invoked on specific thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "width", "typeName": "int" }, - { "name": "height", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WindowSizeChanged", - "comment": "This event occurs when window rendering size changes.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WSA.WindowActivationState", - "name": "CodeActivated", - "comment": "The window was activated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.WindowActivationState", - "name": "Deactivated", - "comment": "The window was deactivated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.WindowActivationState", - "name": "PointerActivated", - "comment": "The window was activated by pointer interaction.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WSA.WindowActivationState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WindowActivationState", - "comment": "Specifies the set of reasons that a windowActivated event was raised.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "state", - "typeName": "UnityEngine.WSA.WindowActivationState" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "state", - "typeName": "UnityEngine.WSA.WindowActivationState" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WindowActivated", - "comment": "This event occurs when window completes activation or deactivation, it also fires up when you snap and unsnap the application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "arguments", - "comment": "Arguments passed to application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "advertisingIdentifier", - "comment": "Advertising ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.WindowSizeChanged", - "name": "windowSizeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.WindowActivated", - "name": "windowActivated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.WSA.WindowSizeChanged" } - ], - "isStatic": true, - "name": "add_windowSizeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.WSA.WindowSizeChanged" } - ], - "isStatic": true, - "name": "remove_windowSizeChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.WSA.WindowActivated" } - ], - "isStatic": true, - "name": "add_windowActivated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "UnityEngine.WSA.WindowActivated" } - ], - "isStatic": true, - "name": "remove_windowActivated", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item", "typeName": "UnityEngine.WSA.AppCallbackItem" }, - { "name": "waitUntilDone", "typeName": "bool" } - ], - "isStatic": true, - "name": "InvokeOnAppThread", - "comment": "Executes callback item on application thread.\n\n```plaintext\nParams: item - Item to execute.\n waitUntilDone - Wait until item is executed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "item", "typeName": "UnityEngine.WSA.AppCallbackItem" }, - { "name": "waitUntilDone", "typeName": "bool" } - ], - "isStatic": true, - "name": "InvokeOnUIThread", - "comment": "Executes callback item on UI thread.\n\n```plaintext\nParams: item - Item to execute.\n waitUntilDone - Wait until item is executed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "RunningOnAppThread", - "comment": "Returns true if you're running on application thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "RunningOnUIThread", - "comment": "Returns true if you're running on UI thread.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Application", - "comment": "Provides essential methods related to Window Store application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "id", "typeName": "uint" }], - "isStatic": true, - "name": "SetCustomCursor", - "comment": "Set a custom cursor.\n\n```plaintext\nParams: id - The cursor resource id.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Cursor", - "comment": "Cursor API for Windows Store Apps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WSA.Folder", - "name": "Installation", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "Temporary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "Local", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "Roaming", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "CameraRoll", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "DocumentsLibrary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "HomeGroup", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "MediaServerDevices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "MusicLibrary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "PicturesLibrary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "Playlists", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "RemovableDevices", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "SavedPictures", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.Folder", - "name": "VideosLibrary", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WSA.Folder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Folder", - "comment": "List of accessible folders on Windows Store Apps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "folder", "typeName": "UnityEngine.WSA.Folder" }, - { "name": "relativeFilePath", "typeName": "string" }, - { "name": "showWarning", "typeName": "bool" } - ], - "isStatic": true, - "name": "LaunchFile", - "comment": "Launches the default app associated with specified file.\n\n```plaintext\nParams: folder - Folder type where the file is located.\n relativeFilePath - Relative file path inside the specified folder.\n showWarning - Shows user a warning that application will be switched.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "fileExtension", "typeName": "string" }], - "isStatic": true, - "name": "LaunchFileWithPicker", - "comment": "Opens a dialog for picking the file.\n\n```plaintext\nParams: fileExtension - File extension.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "showWarning", "typeName": "bool" } - ], - "isStatic": true, - "name": "LaunchUri", - "comment": "Starts the default app associated with the URI scheme name for the specified URI, using the specified options.\n\n```plaintext\nParams: uri - The URI.\n showWarning - Displays a warning that the URI is potentially unsafe.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Launcher", - "comment": "Class which is capable of launching user's default app for file type or a protocol. See also PlayerSettings where you can specify file or URI associations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150Image", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150Block", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150Text01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150Text02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150Text03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150Text04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150PeekImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150PeekImageAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150PeekImageAndText03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150PeekImageAndText04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Image", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150ImageCollection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150ImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150ImageAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150BlockAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150BlockAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageCollection01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageCollection02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageCollection03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageCollection04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageCollection05", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageCollection06", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImageAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImage01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImage02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImage03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImage04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImage05", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150PeekImage06", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150SmallImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150SmallImageAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150SmallImageAndText03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150SmallImageAndText04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150SmallImageAndText05", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text05", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text06", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text07", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text08", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text09", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text10", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150Text11", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310BlockAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310BlockAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Image", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageAndTextOverlay01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageAndTextOverlay02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageAndTextOverlay03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageCollectionAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageCollectionAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310ImageCollection", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310SmallImagesAndTextList01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310SmallImagesAndTextList02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310SmallImagesAndTextList03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310SmallImagesAndTextList04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text05", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text06", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text07", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text08", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310TextList01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310TextList02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310TextList03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310SmallImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310SmallImagesAndTextList05", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare310x310Text09", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare71x71IconWithBadge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare150x150IconWithBadge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide310x150IconWithBadgeAndText", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare71x71Image", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileTall150x310Image", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare99x99IconWithBadge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileSquare210x210IconWithBadge", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileTemplate", - "name": "TileWide432x210IconWithBadgeAndText", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WSA.TileTemplate", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TileTemplate", - "comment": "Templates for various tile styles.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastImageAndText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastImageAndText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastImageAndText03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastImageAndText04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastText01", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastText02", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastText03", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.ToastTemplate", - "name": "ToastText04", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WSA.ToastTemplate", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ToastTemplate", - "comment": "Templates for various toast styles.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.WSA.TileForegroundText", - "name": "Default", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileForegroundText", - "name": "Dark", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileForegroundText", - "name": "Light", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.WSA.TileForegroundText", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "TileForegroundText", - "comment": "Style for foreground text on a secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "arguments", - "comment": "Arguments to be passed for application when secondary tile is activated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "backgroundColorSet", - "comment": "Defines, whether backgroundColor should be used.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "displayName", - "comment": "Display name for secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.WSA.TileForegroundText", - "name": "foregroundText", - "comment": "Defines the style for foreground text on a secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "lockScreenBadgeLogo", - "comment": "Uri to logo, shown for secondary tile on lock screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "lockScreenDisplayBadgeAndTileText", - "comment": "Whether to show secondary tile on lock screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "phoneticName", - "comment": "Phonetic name for secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "roamingEnabled", - "comment": "Defines whether secondary tile is copied to another device when application is installed by the same users account.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "showNameOnSquare150x150Logo", - "comment": "Defines whether the displayName should be shown on a medium secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "showNameOnSquare310x310Logo", - "comment": "Defines whether the displayName should be shown on a large secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "showNameOnWide310x150Logo", - "comment": "Defines whether the displayName should be shown on a wide secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "square150x150Logo", - "comment": "Uri to the logo for medium size tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "square30x30Logo", - "comment": "Uri to the logo shown on tile\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "square310x310Logo", - "comment": "Uri to the logo for large size tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "square70x70Logo", - "comment": "Uri to the logo for small size tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "tileId", - "comment": "Unique identifier within application for a secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "wide310x150Logo", - "comment": "Uri to the logo for wide tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "backgroundColor", - "comment": "Defines background color for secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "id", "typeName": "string" }, - { "name": "displayName", "typeName": "string" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor for SecondaryTileData, sets default values for all members.\n\n```plaintext\nParams: id - Unique identifier for secondary tile.\n displayName - A display name for a tile.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SecondaryTileData", - "comment": "Defines the default look of secondary tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.WSA.Tile", - "name": "main", - "comment": "Returns applications main tile\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "id", - "comment": "A unique string, identifying secondary tile\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasUserConsent", - "comment": "Whether secondary tile was approved (pinned to start screen) or rejected by user.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "exists", - "comment": "Whether secondary tile is pinned to start screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "templ", "typeName": "UnityEngine.WSA.TileTemplate" } - ], - "isStatic": true, - "name": "GetTemplate", - "comment": "String, which is an empty XML document to be filled and used for tile notification.\n\n```plaintext\nParams: templ - A template identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "xml", "typeName": "string" }], - "isStatic": false, - "name": "Update", - "comment": "Send a notification for tile (update tiles look).\n\n```plaintext\nParams: xml - A string containing XML document for new tile look.\n medium - An uri to 150x150 image, shown on medium tile.\n wide - An uri to a 310x150 image to be shown on a wide tile (if such issupported).\n large - An uri to a 310x310 image to be shown on a large tile (if such is supported).\n text - A text to shown on a tile.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "medium", "typeName": "string" }, - { "name": "wide", "typeName": "string" }, - { "name": "large", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": false, - "name": "Update", - "comment": "Send a notification for tile (update tiles look).\n\n```plaintext\nParams: xml - A string containing XML document for new tile look.\n medium - An uri to 150x150 image, shown on medium tile.\n wide - An uri to a 310x150 image to be shown on a wide tile (if such issupported).\n large - An uri to a 310x310 image to be shown on a large tile (if such is supported).\n text - A text to shown on a tile.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "interval", "typeName": "float" } - ], - "isStatic": false, - "name": "PeriodicUpdate", - "comment": "Starts periodic update of a tile.\n\n```plaintext\nParams: uri - a remote location fromwhere to retrieve tile update\n interval - a time interval in minutes, will be rounded to a value, supported by the system\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopPeriodicUpdate", - "comment": "Stops previously started periodic update of a tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "image", "typeName": "string" }], - "isStatic": false, - "name": "UpdateBadgeImage", - "comment": "Sets or updates badge on a tile to an image.\n\n```plaintext\nParams: image - Image identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "number", "typeName": "float" }], - "isStatic": false, - "name": "UpdateBadgeNumber", - "comment": "Set or update a badge on a tile to a number.\n\n```plaintext\nParams: number - Number to be shown on a badge.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveBadge", - "comment": "Remove badge from tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "uri", "typeName": "string" }, - { "name": "interval", "typeName": "float" } - ], - "isStatic": false, - "name": "PeriodicBadgeUpdate", - "comment": "Starts periodic update of a badge on a tile.\n\n```plaintext\nParams: uri - A remote location from where to retrieve tile update\n interval - A time interval in minutes, will be rounded to a value, supported by the system\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopPeriodicBadgeUpdate", - "comment": "Stops previously started periodic update of a tile.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "tileId", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "Whether secondary tile is pinned to start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Tile", - "params": [ - { "name": "data", "typeName": "UnityEngine.WSA.SecondaryTileData" } - ], - "isStatic": true, - "name": "CreateOrUpdateSecondary", - "comment": "New Tile object, that can be used for further work with the tile.\n\n```plaintext\nParams: data - The data used to create or update secondary tile.\n pos - The coordinates for a request to create new tile.\n area - The area on the screen above which the request to create new tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Tile", - "params": [ - { "name": "data", "typeName": "UnityEngine.WSA.SecondaryTileData" }, - { "name": "pos", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "CreateOrUpdateSecondary", - "comment": "New Tile object, that can be used for further work with the tile.\n\n```plaintext\nParams: data - The data used to create or update secondary tile.\n pos - The coordinates for a request to create new tile.\n area - The area on the screen above which the request to create new tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Tile", - "params": [ - { "name": "data", "typeName": "UnityEngine.WSA.SecondaryTileData" }, - { "name": "area", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "CreateOrUpdateSecondary", - "comment": "New Tile object, that can be used for further work with the tile.\n\n```plaintext\nParams: data - The data used to create or update secondary tile.\n pos - The coordinates for a request to create new tile.\n area - The area on the screen above which the request to create new tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Tile", - "params": [{ "name": "tileId", "typeName": "string" }], - "isStatic": true, - "name": "GetSecondary", - "comment": "A Tile object or null if secondary tile does not exist (not pinned to start screen and user request is complete).\n\n```plaintext\nParams: tileId - A tile identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": true, - "name": "GetSecondaries", - "comment": "An array of Tile objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Delete", - "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "tileId", "typeName": "string" }], - "isStatic": true, - "name": "DeleteSecondary", - "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pos", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Delete", - "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tileId", "typeName": "string" }, - { "name": "pos", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": true, - "name": "DeleteSecondary", - "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "area", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "Delete", - "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "tileId", "typeName": "string" }, - { "name": "area", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "DeleteSecondary", - "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Tile", - "comment": "Represents tile on Windows start screen\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.WSA", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "arguments", - "comment": "Arguments to be passed for application when toast notification is activated.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "activated", - "comment": "true if toast was activated by user.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "dismissed", - "comment": "true if toast notification was dismissed (for any reason).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "dismissedByUser", - "comment": "true if toast notification was explicitly dismissed by user.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [ - { "name": "templ", "typeName": "UnityEngine.WSA.ToastTemplate" } - ], - "isStatic": true, - "name": "GetTemplate", - "comment": "string, which is an empty XML document to be filled and used for toast notification.\n\n```plaintext\nParams: templ - A template identifier.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Toast", - "params": [{ "name": "xml", "typeName": "string" }], - "isStatic": true, - "name": "Create", - "comment": "A toast object for further work with created notification or null, if creation of toast failed.\n\n```plaintext\nParams: xml - XML document with tile data.\n image - Uri to image to show on a toast, can be empty, in that case text-only notification will be shown.\n text - A text to display on a toast notification.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Toast", - "params": [ - { "name": "image", "typeName": "string" }, - { "name": "text", "typeName": "string" } - ], - "isStatic": true, - "name": "Create", - "comment": "A toast object for further work with created notification or null, if creation of toast failed.\n\n```plaintext\nParams: xml - XML document with tile data.\n image - Uri to image to show on a toast, can be empty, in that case text-only notification will be shown.\n text - A text to display on a toast notification.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Show", - "comment": "Show toast notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Hide", - "comment": "Hide displayed toast notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Toast", - "comment": "Represents a toast notification in Windows Store Apps.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isOnAppTrial", - "comment": "Checks whether the application is installed in trial mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [], - "isStatic": true, - "name": "PurchaseApp", - "comment": "Purchase receipt.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LicenseInformation", - "comment": "This class provides information regarding application's trial status and allows initiating application purchase.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "crashReportFolder", - "comment": "Returns the path to the crash report folder on Windows.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "CrashReporting", - "comment": "Exposes useful information related to crash reporting on Windows platforms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": true, - "name": "ComputeMD5Hash", - "comment": "Computes MD5 hash value for the specified byte array.\n\n```plaintext\nParams: buffer - The input to compute the hash code for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "", - "params": [{ "name": "buffer", "typeName": "byte[]" }], - "isStatic": true, - "name": "ComputeSHA1Hash", - "comment": "Computes SHA1 hash value for the specified byte array.\n\n```plaintext\nParams: buffer - The input to compute the hash code for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Crypto", - "comment": "Class representing cryptography algorithms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "temporaryFolder", - "comment": "Returns a path to temporary folder.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "localFolder", - "comment": "Returns a path to local folder.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "roamingFolder", - "comment": "Returns a path to roaming folder.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "CreateDirectory", - "comment": "Creates directory in the specified path.\n\n```plaintext\nParams: path - The directory path to create.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "Determines whether the given path refers to an existing directory.\n\n```plaintext\nParams: path - The path to test.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "Deletes a directory from a specified path.\n\n```plaintext\nParams: path - The name of the directory to remove.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Directory", - "comment": "Exposes static methods for directory operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ReadAllBytes", - "comment": "Opens a binary file, reads the contents of the file into a byte array, and then closes the file.\n\n```plaintext\nParams: path - The file to open for reading.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "path", "typeName": "string" }, - { "name": "bytes", "typeName": "byte[]" } - ], - "isStatic": true, - "name": "WriteAllBytes", - "comment": "Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.\n\n```plaintext\nParams: path - The file to write to.\n bytes - The bytes to write to the file.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Exists", - "comment": "Determines whether the specified file exists.\n\n```plaintext\nParams: path - The file to check.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "Delete", - "comment": "Deletes the specified file.\n\n```plaintext\nParams: path - The name of the file to be deleted.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "File", - "comment": "Provides static methods for file operations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isSupported", - "comment": "Returns whether speech recognition is supported on the machine that the application is running on.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", - "name": "Status", - "comment": "Returns the current status of the phrase recognition system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate", - "name": "OnError", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate", - "name": "OnStatusChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Restart", - "comment": "Attempts to restart the phrase recognition system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "Shutdown", - "comment": "Shuts phrase recognition system down.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate" - } - ], - "isStatic": true, - "name": "add_OnError", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate" - } - ], - "isStatic": true, - "name": "remove_OnError", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate" - } - ], - "isStatic": true, - "name": "add_OnStatusChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate" - } - ], - "isStatic": true, - "name": "remove_OnStatusChanged", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhraseRecognitionSystem", - "comment": "Phrase recognition system is responsible for managing phrase recognizers and dispatching recognition events to them.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "errorCode", - "typeName": "UnityEngine.Windows.Speech.SpeechError" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "errorCode", - "typeName": "UnityEngine.Windows.Speech.SpeechError" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ErrorDelegate", - "comment": "Delegate for OnError event.\n\n```plaintext\nParams: errorCode - Error code for the error that occurred.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "status", - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "status", - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "StatusDelegate", - "comment": "Delegate for OnStatusChanged event.\n\n```plaintext\nParams: status - The new status of the phrase recognition system.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "bool", - "name": "IsRunning", - "comment": "Tells whether the phrase recognizer is listening for phrases.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate", - "name": "OnPhraseRecognized", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate" - } - ], - "isStatic": false, - "name": "add_OnPhraseRecognized", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate" - } - ], - "isStatic": false, - "name": "remove_OnPhraseRecognized", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Makes the phrase recognizer start listening to phrases.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops the phrase recognizer from listening to phrases.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Disposes the resources used by phrase recognizer.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhraseRecognizer", - "comment": "A common base class for both keyword recognizer and grammar recognizer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "args", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognizedEventArgs" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "args", - "typeName": "UnityEngine.Windows.Speech.PhraseRecognizedEventArgs" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhraseRecognizedDelegate", - "comment": "Delegate for OnPhraseRecognized event.\n\n```plaintext\nParams: args - Information about a phrase recognized event.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", - "name": "Status", - "comment": "Indicates the status of dictation recognizer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "AutoSilenceTimeoutSeconds", - "comment": "The time length in seconds before dictation recognizer session ends due to lack of audio input.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "InitialSilenceTimeoutSeconds", - "comment": "The time length in seconds before dictation recognizer session ends due to lack of audio input in case there was no audio heard in the current session.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate", - "name": "DictationHypothesis", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate", - "name": "DictationResult", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate", - "name": "DictationComplete", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler", - "name": "DictationError", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate" - } - ], - "isStatic": false, - "name": "add_DictationHypothesis", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate" - } - ], - "isStatic": false, - "name": "remove_DictationHypothesis", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate" - } - ], - "isStatic": false, - "name": "add_DictationResult", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate" - } - ], - "isStatic": false, - "name": "remove_DictationResult", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate" - } - ], - "isStatic": false, - "name": "add_DictationComplete", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate" - } - ], - "isStatic": false, - "name": "remove_DictationComplete", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler" - } - ], - "isStatic": false, - "name": "add_DictationError", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler" - } - ], - "isStatic": false, - "name": "remove_DictationError", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "confidenceLevel", - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "topic", - "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "minimumConfidence", - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" - }, - { - "name": "topic", - "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts the dictation recognization session. Dictation recognizer can only be started if PhraseRecognitionSystem is not running.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops the dictation recognization session.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Disposes the resources this dictation recognizer uses.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationRecognizer", - "comment": "DictationRecognizer listens to speech input and attempts to determine what phrase was uttered.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "text", "typeName": "string" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationHypothesisDelegate", - "comment": "Callback indicating a hypothesis change event. You should register with DictationHypothesis event.\n\n```plaintext\nParams: text - The text that the recognizer believes may have been recognized.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "confidence", - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "confidence", - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationResultDelegate", - "comment": "Callback indicating a phrase has been recognized with the specified confidence level. You should register with DictationResult event.\n\n```plaintext\nParams: text - The recognized text.\n confidence - The confidence level at which the text was recognized.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "cause", - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "cause", - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationCompletedDelegate", - "comment": "Delegate for DictationComplete event.\n\n```plaintext\nParams: cause - The cause of dictation session completion.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "error", "typeName": "string" }, - { "name": "hresult", "typeName": "int" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "error", "typeName": "string" }, - { "name": "hresult", "typeName": "int" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationErrorHandler", - "comment": "Delegate for DictationError event.\n\n```plaintext\nParams: error - The error mesage.\n hresult - HRESULT code that corresponds to the error.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", - "name": "High", - "comment": "High confidence level.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", - "name": "Medium", - "comment": "Medium confidence level.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", - "name": "Low", - "comment": "Low confidence level.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", - "name": "Rejected", - "comment": "Everything is rejected.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.Speech.ConfidenceLevel", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ConfidenceLevel", - "comment": "Used by KeywordRecognizer, GrammarRecognizer, DictationRecognizer. Phrases under the specified minimum level will be ignored.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", - "name": "Stopped", - "comment": "Speech recognition system is stopped.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", - "name": "Running", - "comment": "Speech recognition system is running.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", - "name": "Failed", - "comment": "Speech recognition system has encountered an error and is in an indeterminate state.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpeechSystemStatus", - "comment": "Represents the current status of the speech recognition system or a dictation recognizer.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "NoError", - "comment": "No error occurred.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "TopicLanguageNotSupported", - "comment": "Supplied grammar file language is not supported.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "GrammarLanguageMismatch", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "GrammarCompilationFailure", - "comment": "Speech recognition engine failed to compiled specified grammar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "AudioQualityFailure", - "comment": "Speech recognition engine failed because the audio quality was too low.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "PauseLimitExceeded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "TimeoutExceeded", - "comment": "A speech recognition system has timed out.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "NetworkFailure", - "comment": "Speech error occurred due to a network failure.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "MicrophoneUnavailable", - "comment": "Speech error occurred because a microphone was not available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SpeechError", - "name": "UnknownError", - "comment": "A speech recognition system has encountered an unknown error.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.Speech.SpeechError", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SpeechError", - "comment": "Represents an error in a speech recognition system.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", - "name": "WebSearch", - "comment": "Dictation recognizer will optimize for web search scenario.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", - "name": "Form", - "comment": "Dictation recognizer will optimize for form-filling scenario.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", - "name": "Dictation", - "comment": "Dictation recognizer will optimize for dictation scenario.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationTopicConstraint", - "comment": "DictationTopicConstraint enum specifies the scenario for which a specific dictation recognizer should optimize.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "Complete", - "comment": "Dictation session has completed successfully.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "AudioQualityFailure", - "comment": "Dictation session completion was caused by bad audio quality.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "Canceled", - "comment": "Dictation session was either cancelled, or the application was paused while dictation session was in progress.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "TimeoutExceeded", - "comment": "Dictation session has reached its timeout.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "PauseLimitExceeded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "NetworkFailure", - "comment": "Dictation session has finished because network connection was not available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "MicrophoneUnavailable", - "comment": "Dictation session has finished because a microphone was not available.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "name": "UnknownError", - "comment": "Dictation session has completed due to an unknown error.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.Speech.DictationCompletionCause", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DictationCompletionCause", - "comment": "Represents the reason why dictation session has completed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "key", - "comment": "A key of semantic meaning.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string[]", - "name": "values", - "comment": "Values of semantic property that the correspond to the semantic meaning key.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SemanticMeaning", - "comment": "Semantic meaning is a collection of semantic properties of a recognized phrase. These semantic properties can be specified in SRGS grammar files.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", - "name": "confidence", - "comment": "A measure of correct recognition certainty.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.Speech.SemanticMeaning[]", - "name": "semanticMeanings", - "comment": "A semantic meaning of recognized phrase.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "The text that was recognized.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.DateTime", - "name": "phraseStartTime", - "comment": "The moment in time when uttering of the phrase began.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.TimeSpan", - "name": "phraseDuration", - "comment": "The time it took for the phrase to be uttered.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhraseRecognizedEventArgs", - "comment": "Provides information about a phrase recognized event.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "UnityEngine.Windows.Speech.PhraseRecognizer", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "Keywords", - "comment": "Returns the list of keywords which was supplied when the keyword recognizer was created.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "keywords", "typeName": "string[]" }], - "isStatic": false, - "name": ".ctor", - "comment": "Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: keywords - The keywords that the recognizer will listen to.\n minimumConfidence - The minimum confidence level of speech recognition that the recognizer will accept.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "keywords", "typeName": "string[]" }, - { - "name": "minimumConfidence", - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: keywords - The keywords that the recognizer will listen to.\n minimumConfidence - The minimum confidence level of speech recognition that the recognizer will accept.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "KeywordRecognizer", - "comment": "KeywordRecognizer listens to speech input and attempts to match uttered phrases to a list of registered keywords.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.Speech", - "baseClass": "UnityEngine.Windows.Speech.PhraseRecognizer", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "GrammarFilePath", - "comment": "Returns the grammar file path which was supplied when the grammar recognizer was created.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "grammarFilePath", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a grammar recognizer using specified file path and minimum confidence.\n\n```plaintext\nParams: grammarFilePath - Path of the grammar file.\n minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "grammarFilePath", "typeName": "string" }, - { - "name": "minimumConfidence", - "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a grammar recognizer using specified file path and minimum confidence.\n\n```plaintext\nParams: grammarFilePath - Path of the grammar file.\n minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "GrammarRecognizer", - "comment": "The GrammarRecognizer is a complement to the KeywordRecognizer. In many cases developers will find the KeywordRecognizer fills all their development needs. However, in some cases, more complex grammars will be better expressed in the form of an xml file on disk.\nThe GrammarRecognizer uses Extensible Markup Language (XML) elements and attributes, as specified in the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0. These XML elements and attributes represent the rule structures that define the words or phrases (commands) recognized by speech recognition engines.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat", - "name": "PNG", - "comment": "PNG Encoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat", - "name": "JPG", - "comment": "JPEG Encoding.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhotoCaptureFileOutputFormat", - "comment": "Image Encoding Format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "SupportedResolutions", - "comment": "A list of all the supported device resolutions for taking pictures.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "showHolograms", "typeName": "bool" }, - { - "name": "onCreatedCallback", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback" - } - ], - "isStatic": true, - "name": "CreateAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "onCreatedCallback", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback" - } - ], - "isStatic": true, - "name": "CreateAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "setupParams", - "typeName": "UnityEngine.Windows.WebCam.CameraParameters" - }, - { - "name": "onPhotoModeStartedCallback", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnPhotoModeStartedCallback" - } - ], - "isStatic": false, - "name": "StartPhotoModeAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "onPhotoModeStoppedCallback", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnPhotoModeStoppedCallback" - } - ], - "isStatic": false, - "name": "StopPhotoModeAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { - "name": "fileOutputFormat", - "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat" - }, - { - "name": "onCapturedPhotoToDiskCallback", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCapturedToDiskCallback" - } - ], - "isStatic": false, - "name": "TakePhotoAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "onCapturedPhotoToMemoryCallback", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCapturedToMemoryCallback" - } - ], - "isStatic": false, - "name": "TakePhotoAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetUnsafePointerToVideoDeviceController", - "comment": "A native COM pointer to the IVideoDeviceController.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Dispose must be called to shutdown the PhotoCapture instance.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhotoCapture", - "comment": "Captures a photo from the web camera and stores it in memory or on disk.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", - "name": "Success", - "comment": "Specifies that the desired operation was successful.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", - "name": "UnknownError", - "comment": "Specifies that an unknown error occurred.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CaptureResultType", - "comment": "Contains the result of the capture request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", - "name": "resultType", - "comment": "A generic result that indicates whether or not the PhotoCapture operation succeeded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "hResult", - "comment": "The specific HResult value.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "success", - "comment": "Indicates whether or not the operation was successful.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhotoCaptureResult", - "comment": "A data container that contains the result information of a photo capture operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "captureObject", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "captureObject", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnCaptureResourceCreatedCallback", - "comment": "Called when a PhotoCapture resource has been created.\n\n```plaintext\nParams: captureObject - The PhotoCapture instance.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnPhotoModeStartedCallback", - "comment": "Called when photo mode has been started.\n\n```plaintext\nParams: result - Indicates whether or not photo mode was successfully activated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnPhotoModeStoppedCallback", - "comment": "Called when photo mode has been stopped.\n\n```plaintext\nParams: result - Indicates whether or not photo mode was successfully deactivated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnCapturedToDiskCallback", - "comment": "Called when a photo has been saved to the file system.\n\n```plaintext\nParams: result - Indicates whether or not the photo was successfully saved to the file system.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - }, - { - "name": "photoCaptureFrame", - "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFrame" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" - }, - { - "name": "photoCaptureFrame", - "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFrame" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnCapturedToMemoryCallback", - "comment": "Called when a photo has been captured to memory.\n\n```plaintext\nParams: result - Indicates whether or not the photo was successfully captured to memory.\n photoCaptureFrame - Contains the target texture. If available, the spatial information will be accessible through this structure as well.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "int", - "name": "dataLength", - "comment": "The length of the raw IMFMediaBuffer which contains the image captured.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasLocationData", - "comment": "Specifies whether or not spatial data was captured.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "name": "pixelFormat", - "comment": "The raw image data pixel format.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "cameraToWorldMatrix", - "typeName": "UnityEngine.Matrix4x4" - } - ], - "isStatic": false, - "name": "TryGetCameraToWorldMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "projectionMatrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "TryGetProjectionMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "nearClipPlane", "typeName": "float" }, - { "name": "farClipPlane", "typeName": "float" }, - { "name": "projectionMatrix", "typeName": "UnityEngine.Matrix4x4" } - ], - "isStatic": false, - "name": "TryGetProjectionMatrix", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "targetTexture", "typeName": "UnityEngine.Texture2D" } - ], - "isStatic": false, - "name": "UploadImageDataToTexture", - "comment": "This method will copy the captured image data into a user supplied texture for use in Unity.\n\n```plaintext\nParams: targetTexture - The target texture that the captured image data will be copied to.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetUnsafePointerToBuffer", - "comment": "A native COM pointer to the IMFMediaBuffer which contains the image data.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "byteBuffer", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "CopyRawImageDataIntoBuffer", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Disposes the PhotoCaptureFrame and any resources it uses.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "PhotoCaptureFrame", - "comment": "Contains information captured from the web camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "SupportedResolutions", - "comment": "A list of all the supported device resolutions for recording videos.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "IsRecording", - "comment": "Indicates whether or not the VideoCapture instance is currently recording video.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "IEnumerable", - "params": [ - { "name": "resolution", "typeName": "UnityEngine.Resolution" } - ], - "isStatic": true, - "name": "GetSupportedFrameRatesForResolution", - "comment": "The frame rates at which the video can be recorded.\n\n```plaintext\nParams: resolution - A recording resolution.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "showHolograms", "typeName": "bool" }, - { - "name": "onCreatedCallback", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback" - } - ], - "isStatic": true, - "name": "CreateAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "onCreatedCallback", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback" - } - ], - "isStatic": true, - "name": "CreateAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "setupParams", - "typeName": "UnityEngine.Windows.WebCam.CameraParameters" - }, - { - "name": "audioState", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState" - }, - { - "name": "onVideoModeStartedCallback", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoModeStartedCallback" - } - ], - "isStatic": false, - "name": "StartVideoModeAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "onVideoModeStoppedCallback", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoModeStoppedCallback" - } - ], - "isStatic": false, - "name": "StopVideoModeAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "filename", "typeName": "string" }, - { - "name": "onStartedRecordingVideoCallback", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnStartedRecordingVideoCallback" - } - ], - "isStatic": false, - "name": "StartRecordingAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "onStoppedRecordingVideoCallback", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnStoppedRecordingVideoCallback" - } - ], - "isStatic": false, - "name": "StopRecordingAsync", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IntPtr", - "params": [], - "isStatic": false, - "name": "GetUnsafePointerToVideoDeviceController", - "comment": "A native COM pointer to the IVideoDeviceController.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "You must call Dispose to shutdown the VideoCapture instance and release the native WinRT objects.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VideoCapture", - "comment": "Records a video from the web camera directly to disk.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", - "name": "Success", - "comment": "Specifies that the desired operation was successful.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", - "name": "UnknownError", - "comment": "Specifies that an unknown error occurred.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CaptureResultType", - "comment": "Contains the result of the capture request.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", - "name": "MicAudio", - "comment": "Only include the mic audio in the video recording.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", - "name": "ApplicationAudio", - "comment": "Only include the application audio in the video recording.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", - "name": "ApplicationAndMicAudio", - "comment": "Include both the application audio as well as the mic audio in the video recording.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", - "name": "None", - "comment": "Do not include any audio in the video recording.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "AudioState", - "comment": "Specifies what audio sources should be recorded while recording the video.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", - "name": "resultType", - "comment": "A generic result that indicates whether or not the VideoCapture operation succeeded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "long", - "name": "hResult", - "comment": "The specific Windows HRESULT code.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "success", - "comment": "Indicates whether or not the operation was successful.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "VideoCaptureResult", - "comment": "A data container that contains the result information of a video recording operation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "captureObject", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "captureObject", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnVideoCaptureResourceCreatedCallback", - "comment": "Called when a VideoCapture resource has been created.\n\n```plaintext\nParams: captureObject - The VideoCapture instance.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnVideoModeStartedCallback", - "comment": "Called when video mode has been started.\n\n```plaintext\nParams: result - Indicates whether or not video mode was successfully activated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnVideoModeStoppedCallback", - "comment": "Called when video mode has been stopped.\n\n```plaintext\nParams: result - Indicates whether or not video mode was successfully deactivated.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnStartedRecordingVideoCallback", - "comment": "Called when the web camera begins recording the video.\n\n```plaintext\nParams: result - Indicates whether or not video recording started successfully.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { - "name": "result", - "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" - }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnStoppedRecordingVideoCallback", - "comment": "Called when the video recording has been saved to the file system.\n\n```plaintext\nParams: result - Indicates whether or not video recording was saved successfully to the file system.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "name": "BGRA32", - "comment": "8 bits per channel (blue, green, red, and alpha).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "name": "NV12", - "comment": "8-bit Y plane followed by an interleaved U/V plane with 2x2 subsampling.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "name": "JPEG", - "comment": "Encode photo in JPEG format.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "name": "PNG", - "comment": "Portable Network Graphics Format.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CapturePixelFormat", - "comment": "The encoded image or video pixel format to use for PhotoCapture and VideoCapture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.WebCamMode", - "name": "None", - "comment": "Resource is not in use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.WebCamMode", - "name": "PhotoMode", - "comment": "Resource is in Photo Mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.WebCamMode", - "name": "VideoMode", - "comment": "Resource is in Video Mode.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.Windows.WebCam.WebCamMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WebCamMode", - "comment": "Describes the active mode of the Web Camera resource.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Windows.WebCam.WebCamMode", - "name": "Mode", - "comment": "Specifies what mode the Web Camera is currently in.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "WebCam", - "comment": "Contains general information about the current state of the web camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.Windows.WebCam", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "hologramOpacity", - "comment": "The opacity of captured holograms.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "frameRate", - "comment": "The framerate at which to capture video. This is only for use with VideoCapture.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cameraResolutionWidth", - "comment": "A valid width resolution for use with the web camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "cameraResolutionHeight", - "comment": "A valid height resolution for use with the web camera.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", - "name": "pixelFormat", - "comment": "The pixel format used to capture and record your image data.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "webCamMode", - "typeName": "UnityEngine.Windows.WebCam.WebCamMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CameraParameters", - "comment": "When calling PhotoCapture.StartPhotoModeAsync, you must pass in a CameraParameters object that contains the various settings that the web camera will use.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "loaded", - "comment": "Checks if banner contents are loaded.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "visible", - "comment": "Banner visibility. Initially banner is not visible.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "layout", - "comment": "Banner layout.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "position", - "comment": "The position of the banner view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "size", - "comment": "The size of the banner view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate", - "name": "onBannerWasClicked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate", - "name": "onBannerWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate", - "name": "onBannerFailedToLoad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "type", "typeName": "UnityEngine.iOS.ADBannerView.Type" } - ], - "isStatic": true, - "name": "IsAvailable", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "type", "typeName": "UnityEngine.iOS.ADBannerView.Type" }, - { - "name": "layout", - "typeName": "UnityEngine.iOS.ADBannerView.Layout" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate" - } - ], - "isStatic": true, - "name": "add_onBannerWasClicked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate" - } - ], - "isStatic": true, - "name": "remove_onBannerWasClicked", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "add_onBannerWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "remove_onBannerWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate" - } - ], - "isStatic": true, - "name": "add_onBannerFailedToLoad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate" - } - ], - "isStatic": true, - "name": "remove_onBannerFailedToLoad", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ADBannerView", - "comment": "ADBannerView is a wrapper around the ADBannerView class found in the Apple iAd framework and is only available on iOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "Top", - "comment": "Traditional Banner: align to screen top.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "Bottom", - "comment": "Traditional Banner: align to screen bottom.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "TopLeft", - "comment": "Rect Banner: place in top-left corner.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "TopRight", - "comment": "Rect Banner: place in top-right corner.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "TopCenter", - "comment": "Rect Banner: align to screen top, placing at the center.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "BottomLeft", - "comment": "Rect Banner: place in bottom-left corner.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "BottomRight", - "comment": "Rect Banner: place in bottom-right corner.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "BottomCenter", - "comment": "Rect Banner: align to screen bottom, placing at the center.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "CenterLeft", - "comment": "Rect Banner: align to screen left, placing at the center.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "CenterRight", - "comment": "Rect Banner: align to screen right, placing at the center.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "Center", - "comment": "Rect Banner: place exactly at screen center.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Layout", - "name": "Manual", - "comment": "Completely manual positioning.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.ADBannerView.Layout", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Layout", - "comment": "Specifies how banner should be layed out on screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.ADBannerView.Type", - "name": "Banner", - "comment": "Traditional Banner (it takes full screen width).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADBannerView.Type", - "name": "MediumRect", - "comment": "Rect Banner (300x250).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.ADBannerView.Type", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Type", - "comment": "The type of the banner view.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BannerWasClickedDelegate", - "comment": "Will be fired when banner was clicked.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BannerWasLoadedDelegate", - "comment": "Will be fired when banner loaded new ad.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "BannerFailedToLoadDelegate", - "comment": "Will be fired when banner ad failed to load.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isAvailable", - "comment": "Checks if InterstitialAd is available (it is available on iPad since iOS 4.3, and on iPhone since iOS 7.0).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "loaded", - "comment": "Has the interstitial ad object downloaded an advertisement? (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate", - "name": "onInterstitialWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate", - "name": "onInterstitialWasViewed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "autoReload", "typeName": "bool" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an interstitial ad.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates an interstitial ad.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Show", - "comment": "Shows full-screen advertisement to user.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReloadAd", - "comment": "Reload advertisement.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "add_onInterstitialWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate" - } - ], - "isStatic": true, - "name": "remove_onInterstitialWasLoaded", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate" - } - ], - "isStatic": true, - "name": "add_onInterstitialWasViewed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate" - } - ], - "isStatic": true, - "name": "remove_onInterstitialWasViewed", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ADInterstitialAd", - "comment": "ADInterstitialAd is a wrapper around the ADInterstitialAd class found in the Apple iAd framework and is only available on iPad.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "InterstitialWasLoadedDelegate", - "comment": "Will be called when ad is ready to be shown.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "InterstitialWasViewedDelegate", - "comment": "Will be called when user viewed ad contents: i.e. they went past the initial screen. Please note that it is impossible to determine if they clicked on any links in ad sequences that follows the initial screen.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "Unknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone", - "comment": "iPhone, first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone3G", - "comment": "iPhone, second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone3GS", - "comment": "iPhone, third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch1Gen", - "comment": "iPod Touch, first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch2Gen", - "comment": "iPod Touch, second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch3Gen", - "comment": "iPod Touch, third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad1Gen", - "comment": "iPad, first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone4", - "comment": "iPhone, fourth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch4Gen", - "comment": "iPod Touch, fourth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad2Gen", - "comment": "iPad, second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone4S", - "comment": "iPhone, fifth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad3Gen", - "comment": "iPad, third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone5", - "comment": "iPhone5.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch5Gen", - "comment": "iPod Touch, fifth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadMini1Gen", - "comment": "iPad Mini, first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad4Gen", - "comment": "iPad, fourth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone5C", - "comment": "iPhone 5C.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone5S", - "comment": "iPhone 5S.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadAir1", - "comment": "iPad Air.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadMini2Gen", - "comment": "iPad Mini, second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone6", - "comment": "iPhone 6.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone6Plus", - "comment": "iPhone 6 plus.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadMini3Gen", - "comment": "iPad Mini, third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadAir2", - "comment": "iPad Air 2.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone6S", - "comment": "iPhone 6S.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone6SPlus", - "comment": "iPhone 6S Plus.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro1Gen", - "comment": "iPad Pro 12.9\", first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadMini4Gen", - "comment": "iPad Mini, fourth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneSE1Gen", - "comment": "iPhone SE, first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro10Inch1Gen", - "comment": "iPad Pro 9.7\", first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone7", - "comment": "iPhone 7.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone7Plus", - "comment": "iPhone 7 Plus.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch6Gen", - "comment": "iPod Touch, sixth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad5Gen", - "comment": "iPad, fifth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro2Gen", - "comment": "iPad Pro 12.9\", second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro10Inch2Gen", - "comment": "iPad Pro 10.5\", second generation 10\" iPad.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone8", - "comment": "iPhone 8.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone8Plus", - "comment": "iPhone 8 Plus.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneX", - "comment": "iPhone X.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneXS", - "comment": "iPhone XS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneXSMax", - "comment": "iPhone XSMax.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneXR", - "comment": "iPhone XR.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro11Inch", - "comment": "iPad Pro 11\", first generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro3Gen", - "comment": "iPad Pro 12.9\", third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad6Gen", - "comment": "iPad, sixth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadAir3Gen", - "comment": "iPad Air, third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadMini5Gen", - "comment": "iPad Mini, fifth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone11", - "comment": "iPhone 11.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone11Pro", - "comment": "iPhone 11 Pro.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone11ProMax", - "comment": "iPhone 11 Pro Max.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouch7Gen", - "comment": "iPod Touch, seventh generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad7Gen", - "comment": "iPad, seventh generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneSE2Gen", - "comment": "iPhone SE, second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro11Inch2Gen", - "comment": "iPad Pro 11\", second generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro4Gen", - "comment": "iPad Pro 12.9\", fourth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone12Mini", - "comment": "iPhone 12 Mini.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone12", - "comment": "iPhone 12.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone12Pro", - "comment": "iPhone 12 Pro.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone12ProMax", - "comment": "iPhone 12 Pro Max.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad8Gen", - "comment": "iPad, eighth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadAir4Gen", - "comment": "iPad Air, fourth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPad9Gen", - "comment": "iPad, ninth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadMini6Gen", - "comment": "iPad Mini, sixth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone13", - "comment": "iPhone 13.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone13Mini", - "comment": "iPhone 13 Mini.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone13Pro", - "comment": "iPhone 13 Pro.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhone13ProMax", - "comment": "iPhone 13 Pro Max.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro5Gen", - "comment": "iPad Pro 12.9\", fifth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadPro11Inch3Gen", - "comment": "iPad Pro 11\", third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneSE3Gen", - "comment": "iPhone SE, third generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadAir5Gen", - "comment": "iPad Air, fifth generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPhoneUnknown", - "comment": "Yet unknown iPhone.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPadUnknown", - "comment": "Yet unknown iPad.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "iPodTouchUnknown", - "comment": "Yet unknown iPod Touch.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.DeviceGeneration", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DeviceGeneration", - "comment": "iOS device generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", - "name": "DontShow", - "comment": "Do not show ActivityIndicator.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", - "name": "WhiteLarge", - "comment": "The large white style of indicator (UIActivityIndicatorViewStyleWhiteLarge).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", - "name": "White", - "comment": "The standard white style of indicator (UIActivityIndicatorViewStyleWhite).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", - "name": "Gray", - "comment": "The standard gray style of indicator (UIActivityIndicatorViewStyleGray).\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.ActivityIndicatorStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "ActivityIndicatorStyle", - "comment": "ActivityIndicator Style (iOS Specific).\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "systemVersion", - "comment": "iOS version.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.DeviceGeneration", - "name": "generation", - "comment": "The generation of the device. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "vendorIdentifier", - "comment": "Vendor ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "advertisingIdentifier", - "comment": "Advertising ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "advertisingTrackingEnabled", - "comment": "Is advertising tracking enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hideHomeButton", - "comment": "Specifies whether the home button should be hidden in the iOS build of this application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "lowPowerModeEnabled", - "comment": "Indicates whether Low Power Mode is enabled on the device.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "wantsSoftwareDimming", - "comment": "Indicates whether the screen may be dimmed lower than the hardware is normally capable of by emulating it in software.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "iosAppOnMac", - "comment": "Specifies whether app built for iOS is running on Mac.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "deferSystemGesturesMode", - "comment": "Defer system gestures until the second swipe on specific edges.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "SetNoBackupFlag", - "comment": "Set file flag to be excluded from iCloud/iTunes backup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ResetNoBackupFlag", - "comment": "Reset \"no backup\" file flag: file will be synced with iCloud/iTunes backup and can be deleted by OS in low storage situations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "RequestStoreReview", - "comment": "Value indicating whether the underlying API is available or not. False indicates that the iOS version isn't recent enough or that the StoreKit framework is not linked with the app.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Device", - "comment": "Interface into iOS specific functionality.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "GregorianCalendar", - "comment": "Identifies the Gregorian calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "BuddhistCalendar", - "comment": "Identifies the Buddhist calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "ChineseCalendar", - "comment": "Identifies the Chinese calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "HebrewCalendar", - "comment": "Identifies the Hebrew calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "IslamicCalendar", - "comment": "Identifies the Islamic calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "IslamicCivilCalendar", - "comment": "Identifies the Islamic civil calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "JapaneseCalendar", - "comment": "Identifies the Japanese calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "RepublicOfChinaCalendar", - "comment": "Identifies the Republic of China (Taiwan) calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "PersianCalendar", - "comment": "Identifies the Persian calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "IndianCalendar", - "comment": "Identifies the Indian calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "ISO8601Calendar", - "comment": "Identifies the ISO8601.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.CalendarIdentifier", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CalendarIdentifier", - "comment": "Specify calendar types.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Era", - "comment": "Specifies the era unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Year", - "comment": "Specifies the year unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Month", - "comment": "Specifies the month unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Day", - "comment": "Specifies the day unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Hour", - "comment": "Specifies the hour unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Minute", - "comment": "Specifies the minute unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Second", - "comment": "Specifies the second unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Week", - "comment": "Specifies the week unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Weekday", - "comment": "Specifies the weekday unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "WeekdayOrdinal", - "comment": "Specifies the ordinal weekday unit.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "Quarter", - "comment": "Specifies the quarter of the calendar.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.CalendarUnit", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "CalendarUnit", - "comment": "Specify calendrical units.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.NotificationType", - "name": "None", - "comment": "No notification types specified.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.NotificationType", - "name": "Badge", - "comment": "Notification is a badge shown above the application's icon.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.NotificationType", - "name": "Sound", - "comment": "Notification is an alert sound.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.NotificationType", - "name": "Alert", - "comment": "Notification is an alert message.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.NotificationType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NotificationType", - "comment": "Specifies local and remote notification types.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "timeZone", - "comment": "The time zone of the notification's fire date.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarIdentifier", - "name": "repeatCalendar", - "comment": "The calendar type (Gregorian, Chinese, etc) to use for rescheduling the notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.CalendarUnit", - "name": "repeatInterval", - "comment": "The calendar interval at which to reschedule the notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.DateTime", - "name": "fireDate", - "comment": "The date and time when the system should deliver the notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertBody", - "comment": "The message displayed in the notification alert.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertTitle", - "comment": "A short description of the reason for the alert.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertAction", - "comment": "The title of the action button or slider.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertLaunchImage", - "comment": "Identifies the image used as the launch image when the user taps the action button.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "soundName", - "comment": "The name of the sound file to play when an alert is displayed.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "applicationIconBadgeNumber", - "comment": "The number to display as the application's icon badge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "defaultSoundName", - "comment": "The default system sound. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "userInfo", - "comment": "A dictionary for passing custom information to the notified application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasAction", - "comment": "A boolean value that controls whether the alert action is visible or not.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new local notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "LocalNotification", - "comment": "iOS.LocalNotification is a wrapper around the UILocalNotification class found in the Apple UIKit framework and is only available on iPhoneiPadiPod Touch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "alertBody", - "comment": "The message displayed in the notification alert. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "alertTitle", - "comment": "A short description of the reason for the alert. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "soundName", - "comment": "The name of the sound file to play when an alert is displayed. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "applicationIconBadgeNumber", - "comment": "The number to display as the application's icon badge. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "System.Collections.IDictionary", - "name": "userInfo", - "comment": "A dictionary for passing custom information to the notified application. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "hasAction", - "comment": "A boolean value that controls whether the alert action is visible or not. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [], - "name": "RemoteNotification", - "comment": "RemoteNotification is only available on iPhoneiPadiPod Touch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "localNotificationCount", - "comment": "The number of received local notifications. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "int", - "name": "remoteNotificationCount", - "comment": "The number of received remote notifications. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.NotificationType", - "name": "enabledNotificationTypes", - "comment": "Enabled local and remote notification types.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "registrationError", - "comment": "Returns an error that might occur on registration for remote notifications via NotificationServices.RegisterForRemoteNotificationTypes. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "byte[]", - "name": "deviceToken", - "comment": "Device token received from Apple Push Service after calling NotificationServices.RegisterForRemoteNotificationTypes. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.LocalNotification[]", - "name": "localNotifications", - "comment": "The list of objects representing received local notifications. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.RemoteNotification[]", - "name": "remoteNotifications", - "comment": "The list of objects representing received remote notifications. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.LocalNotification[]", - "name": "scheduledLocalNotifications", - "comment": "All currently scheduled local notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearLocalNotifications", - "comment": "Discards of all received local notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ClearRemoteNotifications", - "comment": "Discards of all received remote notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "notificationTypes", - "typeName": "UnityEngine.iOS.NotificationType" - } - ], - "isStatic": true, - "name": "RegisterForNotifications", - "comment": "Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.\n\n```plaintext\nParams: notificationTypes - Notification types to register for.\n registerForRemote - Specify true to also register for remote notifications.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "notificationTypes", - "typeName": "UnityEngine.iOS.NotificationType" - }, - { "name": "registerForRemote", "typeName": "bool" } - ], - "isStatic": true, - "name": "RegisterForNotifications", - "comment": "Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.\n\n```plaintext\nParams: notificationTypes - Notification types to register for.\n registerForRemote - Specify true to also register for remote notifications.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "notification", - "typeName": "UnityEngine.iOS.LocalNotification" - } - ], - "isStatic": true, - "name": "ScheduleLocalNotification", - "comment": "Schedules a local notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "notification", - "typeName": "UnityEngine.iOS.LocalNotification" - } - ], - "isStatic": true, - "name": "PresentLocalNotificationNow", - "comment": "Presents a local notification immediately.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "notification", - "typeName": "UnityEngine.iOS.LocalNotification" - } - ], - "isStatic": true, - "name": "CancelLocalNotification", - "comment": "Cancels the delivery of the specified scheduled local notification.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "CancelAllLocalNotifications", - "comment": "Cancels the delivery of all scheduled local notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "UnregisterForRemoteNotifications", - "comment": "Unregister for remote notifications.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "LocalNotification", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetLocalNotification", - "comment": "Returns an object representing a specific local notification. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "RemoteNotification", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": true, - "name": "GetRemoteNotification", - "comment": "Returns an object representing a specific remote notification. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "NotificationServices", - "comment": "NotificationServices is only available on iPhoneiPadiPod Touch.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "None", - "comment": "Disables gesture deferring on all edges.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "TopEdge", - "comment": "Identifies top screen edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "LeftEdge", - "comment": "Identifies left screen edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "BottomEdge", - "comment": "Identifies bottom screen edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "RightEdge", - "comment": "Identifies right screen edge.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.iOS.SystemGestureDeferMode", - "name": "All", - "comment": "Identifies all screen edges.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.iOS.SystemGestureDeferMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "SystemGestureDeferMode", - "comment": "Bit-mask used to control the deferring of system gestures on iOS.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "UnityEngine.AsyncOperation", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "error", - "comment": "Returns an error after operation is complete.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "float", - "name": "loadingPriority", - "comment": "Sets the priority for request.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "resourceName", "typeName": "string" }], - "isStatic": false, - "name": "GetResourcePath", - "comment": "Gets file system's path to the resource available in On Demand Resources (ODR) request.\n\n```plaintext\nParams: resourceName - Resource name.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Release all resources kept alive by On Demand Resources (ODR) request.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnDemandResourcesRequest", - "comment": "Represents a request for On Demand Resources (ODR). It's an AsyncOperation and can be yielded in a coroutine.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.iOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enabled", - "comment": "Indicates whether player was built with \"Use On Demand Resources\" player setting enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "OnDemandResourcesRequest", - "params": [{ "name": "tags", "typeName": "string[]" }], - "isStatic": true, - "name": "PreloadAsync", - "comment": "Object representing ODR request.\n\n```plaintext\nParams: tags - Tags for On Demand Resources that should be included in the request.\n \n```\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "OnDemandResources", - "comment": "On Demand Resources API.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.tvOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "allowExitToHome", - "comment": "Configures how \"Menu\" button behaves on Apple TV Remote. If this property is set to true hitting \"Menu\" on Remote will exit to system home screen. When this property is false current application is responsible for handling \"Menu\" button. It is recommended to set this property to true on top level menus of your application.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "allowRemoteRotation", - "comment": "Configures if Apple TV Remote should autorotate all the inputs when Remote is being held in horizontal orientation. Default is false.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "reportAbsoluteDpadValues", - "comment": "Configures how touches are mapped to analog joystick axes in relative or absolute values. If set to true it will return +1 on Horizontal axis when very far right is being touched on Remote touch aread (and -1 when very left area is touched correspondingly). The same applies for Vertical axis too. When this property is set to false player should swipe instead of touching specific area of remote to generate Horizontal or Vertical input.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "touchesEnabled", - "comment": "Disables Apple TV Remote touch propagation to Unity Input.touches API. Useful for 3rd party frameworks, which do not respect Touch.type == Indirect.\nDefault is false.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Remote", - "comment": "A class for Apple TV remote input configuration.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.tvOS", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "Unknown", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "AppleTV1Gen", - "comment": "Apple TV HD.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "AppleTVHD", - "comment": "Apple TV HD.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "AppleTV2Gen", - "comment": "First generation Apple TV 4K.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "AppleTV4K", - "comment": "First generation Apple TV 4K.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "AppleTV4K2Gen", - "comment": "Second generation Apple TV 4K.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.tvOS.DeviceGeneration", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "DeviceGeneration", - "comment": "iOS device generation.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.tvOS", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "systemVersion", - "comment": "iOS version.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "UnityEngine.tvOS.DeviceGeneration", - "name": "generation", - "comment": "The generation of the device. (Read Only)\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "vendorIdentifier", - "comment": "Vendor ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "string", - "name": "advertisingIdentifier", - "comment": "Advertising ID.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "typeName": "bool", - "name": "advertisingTrackingEnabled", - "comment": "Is advertising tracking enabled.\n\n", - "location": "UnityEngine.CoreModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "SetNoBackupFlag", - "comment": "Set file flag to be excluded from iCloud/iTunes backup.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "path", "typeName": "string" }], - "isStatic": true, - "name": "ResetNoBackupFlag", - "comment": "Reset \"no backup\" file flag: file will be synced with iCloud/iTunes backup and can be deleted by OS in low storage situations.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.CoreModule.dll" - } - ], - "name": "Device", - "comment": "Interface into tvOS specific functionality.\n\n", - "location": "UnityEngine.CoreModule.dll" - }, - { - "namespace": "UnityEngine.CrashReportHandler", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "enableCaptureExceptions", - "comment": "This Boolean field will cause CrashReportHandler to capture exceptions when set to true. By default enable capture exceptions is true.\n\n", - "location": "UnityEngine.CrashReportingModule.dll" - }, - { - "typeName": "uint", - "name": "logBufferSize", - "comment": "The Performance Reporting service will keep a buffer of up to the last X log messages (Debug.Log, etc) to send along with crash reports. The default is 10 log messages, the max is 50. Set this to 0 to disable capture of logs with your crash reports.\n\n", - "location": "UnityEngine.CrashReportingModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "String", - "params": [{ "name": "key", "typeName": "string" }], - "isStatic": true, - "name": "GetUserMetadata", - "comment": "Value that was previously set for the key, or null if no value was found.\n\n", - "location": "UnityEngine.CrashReportingModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "key", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": true, - "name": "SetUserMetadata", - "comment": "Set a custom metadata key-value pair to be included with crash reports.\n\n", - "location": "UnityEngine.CrashReportingModule.dll" - } - ], - "name": "CrashReportHandler", - "comment": "Engine API for CrashReporting Service.\n\n", - "location": "UnityEngine.CrashReportingModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "UnityEngine.Material", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.ProceduralCacheSize", - "name": "cacheSize", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "int", - "name": "animationUpdateRate", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "isProcessing", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "isCachedDataAvailable", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "isLoadTimeGenerated", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "loadingBehavior", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "isSupported", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralProcessorUsage", - "name": "substanceProcessorUsage", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "string", - "name": "preset", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "isReadable", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "isFrozen", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetProceduralPropertyDescriptions", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "HasProceduralProperty", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralBoolean", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "IsProceduralPropertyVisible", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "SetProceduralBoolean", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralFloat", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "SetProceduralFloat", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Vector4", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralVector", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Vector4" } - ], - "isStatic": false, - "name": "SetProceduralVector", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Color", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralColor", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "SetProceduralColor", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralEnum", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "SetProceduralEnum", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Texture2D", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralTexture", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "UnityEngine.Texture2D" } - ], - "isStatic": false, - "name": "SetProceduralTexture", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "String", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "GetProceduralString", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "SetProceduralString", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "inputName", "typeName": "string" }], - "isStatic": false, - "name": "IsProceduralPropertyCached", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "inputName", "typeName": "string" }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "CacheProceduralProperty", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearCache", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RebuildTextures", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RebuildTexturesImmediately", - "comment": "Triggers an immediate (synchronous) rebuild of this ProceduralMaterial's dirty textures.\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "StopRebuilds", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "", - "params": [], - "isStatic": false, - "name": "GetGeneratedTextures", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "ProceduralTexture", - "params": [{ "name": "textureName", "typeName": "string" }], - "isStatic": false, - "name": "GetGeneratedTexture", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "FreezeAndReleaseSourceData", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralMaterial", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ProceduralProcessorUsage", - "name": "Unsupported", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralProcessorUsage", - "name": "One", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralProcessorUsage", - "name": "Half", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralProcessorUsage", - "name": "All", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ProceduralProcessorUsage", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralProcessorUsage", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ProceduralCacheSize", - "name": "Tiny", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralCacheSize", - "name": "Medium", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralCacheSize", - "name": "Heavy", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralCacheSize", - "name": "NoLimit", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralCacheSize", - "name": "None", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ProceduralCacheSize", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralCacheSize", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "DoNothing", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "Generate", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "BakeAndKeep", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "BakeAndDiscard", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "Cache", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralLoadingBehavior", - "name": "DoNothingAndCache", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ProceduralLoadingBehavior", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralLoadingBehavior", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Boolean", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Float", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Vector2", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Vector3", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Vector4", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Color3", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Color4", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Enum", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "Texture", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "String", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ProceduralPropertyType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralPropertyType", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Unknown", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Diffuse", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Normal", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Height", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Emissive", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Specular", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Opacity", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Smoothness", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "AmbientOcclusion", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "DetailMask", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Metallic", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralOutputType", - "name": "Roughness", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.ProceduralOutputType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralOutputType", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "string", - "name": "label", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "string", - "name": "group", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "UnityEngine.ProceduralPropertyType", - "name": "type", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "bool", - "name": "hasRange", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "float", - "name": "minimum", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "float", - "name": "maximum", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "float", - "name": "step", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "string[]", - "name": "enumOptions", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "typeName": "string[]", - "name": "componentLabels", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.SubstanceModule.dll" - } - ], - "name": "ProceduralPropertyDescription", - "comment": "Deprecated feature, no longer available\n\n", - "location": "UnityEngine.SubstanceModule.dll" - }, - { - "namespace": "UnityEngine.UIElements.Experimental", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "Step", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "Linear", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InSine", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutSine", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutSine", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InQuad", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutQuad", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutQuad", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InCubic", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutCubic", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutCubic", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "power", "typeName": "int" } - ], - "isStatic": true, - "name": "InPower", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "power", "typeName": "int" } - ], - "isStatic": true, - "name": "OutPower", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "power", "typeName": "int" } - ], - "isStatic": true, - "name": "InOutPower", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InBounce", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutBounce", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutBounce", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InElastic", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutElastic", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutElastic", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InBack", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutBack", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutBack", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "s", "typeName": "float" } - ], - "isStatic": true, - "name": "InBack", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "s", "typeName": "float" } - ], - "isStatic": true, - "name": "OutBack", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [ - { "name": "t", "typeName": "float" }, - { "name": "s", "typeName": "float" } - ], - "isStatic": true, - "name": "InOutBack", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InCirc", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "OutCirc", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Single", - "params": [{ "name": "t", "typeName": "float" }], - "isStatic": true, - "name": "InOutCirc", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Easing", - "comment": "A collection of easing curves to be used with ValueAnimations.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements.Experimental", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "top", - "comment": "Top distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "left", - "comment": "Left distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "Fixed width of an element for the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "Fixed height of an element for the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "right", - "comment": "Right distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "bottom", - "comment": "Bottom distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Color to use when drawing the text of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "backgroundColor", - "comment": "Background color to paint in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "unityBackgroundImageTintColor", - "comment": "Tinting color for the element's backgroundImage.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "borderColor", - "comment": "Color of the border to paint inside the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginLeft", - "comment": "Space reserved for the left edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginTop", - "comment": "Space reserved for the top edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginRight", - "comment": "Space reserved for the right edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginBottom", - "comment": "Space reserved for the bottom edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingLeft", - "comment": "Space reserved for the left edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingTop", - "comment": "Space reserved for the top edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingRight", - "comment": "Space reserved for the right edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingBottom", - "comment": "Space reserved for the bottom edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderLeftWidth", - "comment": "Space reserved for the left edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderRightWidth", - "comment": "Space reserved for the right edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderTopWidth", - "comment": "Space reserved for the top edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderBottomWidth", - "comment": "Space reserved for the bottom edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderTopLeftRadius", - "comment": "The radius of the top-left corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderTopRightRadius", - "comment": "The radius of the top-right corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderBottomLeftRadius", - "comment": "The radius of the bottom-left corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderBottomRightRadius", - "comment": "The radius of the bottom-right corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "opacity", - "comment": "Specifies the transparency of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "flexGrow", - "comment": "Specifies how much the item will grow relative to the rest of the flexible items inside the same container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "flexShrink", - "comment": "Specifies how the item will shrink relative to the rest of the flexible items inside the same container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleValues", - "comment": "Container object used to animate multiple style values at once.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements.Experimental", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "from", "typeName": "float" }, - { "name": "to", "typeName": "float" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "from", "typeName": "UnityEngine.Rect" }, - { "name": "to", "typeName": "UnityEngine.Rect" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "from", "typeName": "UnityEngine.Color" }, - { "name": "to", "typeName": "UnityEngine.Color" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector3" }, - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "from", "typeName": "UnityEngine.Vector2" }, - { "name": "to", "typeName": "UnityEngine.Vector2" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "from", "typeName": "UnityEngine.Quaternion" }, - { "name": "to", "typeName": "UnityEngine.Quaternion" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "from", - "typeName": "UnityEngine.UIElements.Experimental.StyleValues" - }, - { - "name": "to", - "typeName": "UnityEngine.UIElements.Experimental.StyleValues" - }, - { "name": "durationMs", "typeName": "int" } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "to", - "typeName": "UnityEngine.UIElements.Experimental.StyleValues" - }, - { "name": "durationMs", "typeName": "int" } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "fromValueGetter", - "typeName": "System.Func" - }, - { "name": "to", "typeName": "float" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "fromValueGetter", - "typeName": "System.Func" - }, - { "name": "to", "typeName": "UnityEngine.Rect" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "fromValueGetter", - "typeName": "System.Func" - }, - { "name": "to", "typeName": "UnityEngine.Color" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "fromValueGetter", - "typeName": "System.Func" - }, - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "fromValueGetter", - "typeName": "System.Func" - }, - { "name": "to", "typeName": "UnityEngine.Vector2" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { - "name": "fromValueGetter", - "typeName": "System.Func" - }, - { "name": "to", "typeName": "UnityEngine.Quaternion" }, - { "name": "durationMs", "typeName": "int" }, - { - "name": "onValueChanged", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "to", "typeName": "UnityEngine.Rect" }, - { "name": "durationMs", "typeName": "int" } - ], - "isStatic": false, - "name": "Layout", - "comment": "Triggers an animation changing this element's layout style values. See Also: IStyle.top, IStyle.left, IStyle.width, IStyle.height.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "to", "typeName": "UnityEngine.Vector2" }, - { "name": "durationMs", "typeName": "int" } - ], - "isStatic": false, - "name": "TopLeft", - "comment": "Triggers an animation changing this element's positioning style values. See Also: IStyle.top, IStyle.left.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "to", "typeName": "UnityEngine.Vector2" }, - { "name": "durationMs", "typeName": "int" } - ], - "isStatic": false, - "name": "Size", - "comment": "Triggers an animation changing this element's size style values. See Also: IStyle.width, IStyle.height.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "to", "typeName": "float" }, - { "name": "duration", "typeName": "int" } - ], - "isStatic": false, - "name": "Scale", - "comment": "Triggers an animation changing this element's transform scale. See Also: ITransform.scale.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "to", "typeName": "UnityEngine.Vector3" }, - { "name": "duration", "typeName": "int" } - ], - "isStatic": false, - "name": "Position", - "comment": "Triggers an animation changing this element's transform position. See Also: ITransform.position.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "to", "typeName": "UnityEngine.Quaternion" }, - { "name": "duration", "typeName": "int" } - ], - "isStatic": false, - "name": "Rotation", - "comment": "Triggers an animation changing this element's transform rotation. See Also: ITransform.rotation.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ITransitionAnimations", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements.Experimental", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "bool", - "name": "isRunning", - "comment": "Tells if the animation is currently active.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "durationMs", - "comment": "Duration of the transition in milliseconds.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "Starts the animation using this object's values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "Stops this animation.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Recycle", - "comment": "Returns this animation object into its object pool.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IValueAnimation", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements.Experimental", - "baseClass": "object", - "attribute": "", - "interfaces": ["IValueAnimationUpdate", "IValueAnimation"], - "fields": [ - { - "typeName": "int", - "name": "durationMs", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Func", - "name": "easingCurve", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isRunning", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "onAnimationCompleted", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "autoRecycle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "valueUpdated", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Func", - "name": "initialValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Func", - "name": "interpolator", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "T", - "name": "from", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "T", - "name": "to", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Start", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Stop", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Recycle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.VisualElement" }, - { - "name": "interpolator", - "typeName": "System.Func" - } - ], - "isStatic": true, - "name": "Create", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [ - { "name": "easing", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Ease", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [{ "name": "callback", "typeName": "System.Action" }], - "isStatic": false, - "name": "OnCompleted", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "ValueAnimation", - "params": [], - "isStatic": false, - "name": "KeepAlive", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ValueAnimation", - "comment": "Implementation object for transition animations.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable" - ], - "fields": [ - { - "typeName": "UnityEngine.UIElements.IBinding", - "name": "binding", - "comment": "Binding object that will be updated.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "bindingPath", - "comment": "Path of the target property to be bound.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "BindableElement", - "comment": "Element that can be bound to a property.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerManipulator", - "attribute": "", - "interfaces": ["IManipulator"], - "fields": [ - { - "typeName": "UnityEngine.Vector2", - "name": "lastMousePosition", - "comment": "Specifies the mouse position saved during the last mouse event on the target Element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "clickedWithEventInfo", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "clicked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "add_clickedWithEventInfo", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "remove_clickedWithEventInfo", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_clicked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_clicked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "handler", "typeName": "System.Action" }, - { "name": "delay", "typeName": "long" }, - { "name": "interval", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "handler", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "handler", "typeName": "System.Action" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Clickable", - "comment": "Manipulator that tracks Mouse events on an element and callbacks when the elements is clicked.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" }, - { - "name": "eventHandler", - "typeName": "UnityEngine.UIElements.IEventHandler" - } - ], - "isStatic": false, - "name": "DisplayMenuIfEventMatches", - "comment": "Checks if the event triggers the display of the contextual menu. This method also displays the menu.\n\n```plaintext\nParams: eventHandler - The element for which the menu is displayed.\n evt - The event to inspect.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "triggerEvent", - "typeName": "UnityEngine.UIElements.EventBase" - }, - { - "name": "target", - "typeName": "UnityEngine.UIElements.IEventHandler" - } - ], - "isStatic": false, - "name": "DisplayMenu", - "comment": "Displays the contextual menu.\n\n```plaintext\nParams: triggerEvent - The event that triggered the display of the menu.\n target - The element for which the menu is displayed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ContextualMenuManager", - "comment": "Use this class to display a contextual menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseManipulator", - "attribute": "", - "interfaces": ["IManipulator"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "menuBuilder", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ContextualMenuManipulator", - "comment": "Manipulator that displays a contextual menu when the user clicks the right mouse button or presses the menu key on the keyboard.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "The texture to use for the cursor style. To use a texture as a cursor, import the texture with \"Read/Write enabled\" in the texture importer (or using the \"Cursor\" defaults).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "hotspot", - "comment": "The offset from the top left of the texture to use as the target point (must be within the bounds of the cursor).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.Cursor" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "style1", "typeName": "UnityEngine.UIElements.Cursor" }, - { "name": "style2", "typeName": "UnityEngine.UIElements.Cursor" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "style1", "typeName": "UnityEngine.UIElements.Cursor" }, - { "name": "style2", "typeName": "UnityEngine.UIElements.Cursor" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Cursor", - "comment": "Script interface for VisualElement cursor style property IStyle.cursor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "If modifier keys (Alt, Ctrl, Shift, Windows/Command) were pressed to trigger the display of the dropdown menu, this property lists the modifier keys.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mousePosition", - "comment": "If the triggering event was a mouse event, this property is the mouse position expressed using the global coordinate system. Otherwise this property is zero.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "localMousePosition", - "comment": "If the triggering event was a mouse event, this property is the mouse position. The position is expressed using the coordinate system of the element that received the mouse event. Otherwise this property is zero.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DropdownMenuEventInfo", - "comment": "This class provides information about the event that triggered displaying the drop-down menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "DropdownMenuItem", - "comment": "An item in a drop-down menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DropdownMenuItem", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "subMenuPath", - "comment": "The submenu path where the separator will be added. Path components are delimited by forward slashes ('/').\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "subMenuPath", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: subMenuPath - The path for the submenu. Path components are delimited by forward slashes ('/').\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DropdownMenuSeparator", - "comment": "A separator menu item.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DropdownMenuItem", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "The name of the item. The name can be prefixed by its submenu path. Path components are delimited by forward slashes ('/').\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "name": "status", - "comment": "The status of the item.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DropdownMenuEventInfo", - "name": "eventInfo", - "comment": "Provides information on the event that triggered the drop-down menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "object", - "name": "userData", - "comment": "The userData object stored by the constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Status", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.UIElements.DropdownMenuAction" - } - ], - "isStatic": true, - "name": "AlwaysEnabled", - "comment": "Always return Status.Enabled.\n\n```plaintext\nParams: a - Unused parameter.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Status", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.UIElements.DropdownMenuAction" - } - ], - "isStatic": true, - "name": "AlwaysDisabled", - "comment": "Always return Status.Disabled.\n\n```plaintext\nParams: a - Unused parameter.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "actionName", "typeName": "string" }, - { - "name": "actionCallback", - "typeName": "System.Action" - }, - { - "name": "actionStatusCallback", - "typeName": "System.Func" - }, - { "name": "userData", "typeName": "object" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "eventInfo", - "typeName": "UnityEngine.UIElements.DropdownMenuEventInfo" - } - ], - "isStatic": false, - "name": "UpdateActionStatus", - "comment": "Update the status flag of this item by calling the item status callback.\n\n```plaintext\nParams: eventInfo - Information about the event that triggered the display of the drop-down menu, such as the mouse position or the key pressed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Execute", - "comment": "Execute the callback associated with this item.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DropdownMenuAction", - "comment": "A menu action item.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "MenuItems", - "comment": "The list of items in the menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "actionName", "typeName": "string" }, - { - "name": "action", - "typeName": "System.Action" - }, - { - "name": "actionStatusCallback", - "typeName": "System.Func" - }, - { "name": "userData", "typeName": "object" } - ], - "isStatic": false, - "name": "AppendAction", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "actionName", "typeName": "string" }, - { - "name": "action", - "typeName": "System.Action" - }, - { - "name": "status", - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status" - } - ], - "isStatic": false, - "name": "AppendAction", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "atIndex", "typeName": "int" }, - { "name": "actionName", "typeName": "string" }, - { - "name": "action", - "typeName": "System.Action" - }, - { - "name": "actionStatusCallback", - "typeName": "System.Func" - }, - { "name": "userData", "typeName": "object" } - ], - "isStatic": false, - "name": "InsertAction", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "atIndex", "typeName": "int" }, - { "name": "actionName", "typeName": "string" }, - { - "name": "action", - "typeName": "System.Action" - }, - { - "name": "status", - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status" - } - ], - "isStatic": false, - "name": "InsertAction", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "subMenuPath", "typeName": "string" }], - "isStatic": false, - "name": "AppendSeparator", - "comment": "Add a separator line in the menu. The separator is added at the end of the current item list.\n\n```plaintext\nParams: subMenuPath - The submenu path where the separator will be added. Path components are delimited by forward slashes ('/').\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "subMenuPath", "typeName": "string" }, - { "name": "atIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "InsertSeparator", - "comment": "Add a separator line in the menu. The separator is added at the end of the specified index in the list.\n\n```plaintext\nParams: atIndex - Index where the separator should be inserted.\n subMenuPath - The submenu path where the separator is added. Path components are delimited by forward slashes ('/').\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveItemAt", - "comment": "Remove the menu item at index.\n\n```plaintext\nParams: index - The index of the item to remove.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "PrepareForDisplay", - "comment": "Update the status of all items by calling their status callback and remove the separators in excess. This is called just before displaying the menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DropdownMenu", - "comment": "A drop-down menu.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "name": "None", - "comment": "The item is not displayed. This is the default value and represents the absence of flags.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "name": "Normal", - "comment": "The item is displayed normally.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "name": "Disabled", - "comment": "The item is disabled and is not be selectable by the user.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "name": "Checked", - "comment": "The item is displayed with a checkmark.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "name": "Hidden", - "comment": "The item is not displayed. This flag can be used with other flags.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.DropdownMenuAction.Status", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Status", - "comment": "Status of the menu item. The values of this enumeration should be used as flags.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IDisposable", "IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "d", - "typeName": "UnityEngine.UIElements.EventDispatcher" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: d - The dispatcher controlled by this gate.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Implementation of IDisposable.Dispose. Opens the gate. If all gates are open, events in the queue are processed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.EventDispatcherGate" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.UIElements.EventDispatcherGate" - }, - { - "name": "right", - "typeName": "UnityEngine.UIElements.EventDispatcherGate" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.UIElements.EventDispatcherGate" - }, - { - "name": "right", - "typeName": "UnityEngine.UIElements.EventDispatcherGate" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "EventDispatcherGate", - "comment": "Gates control when the dispatcher processes events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "EventDispatcher", - "comment": "Dispatches events to a IPanel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.CallbackEventHandler", - "attribute": "", - "interfaces": ["IEventHandler"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.FocusController", - "name": "focusController", - "comment": "Return the focus controller for this element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "focusable", - "comment": "True if the element can be focused.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "tabIndex", - "comment": "An integer used to sort focusables in the focus ring. Must be greater than or equal to zero.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "delegatesFocus", - "comment": "Whether the element should delegate the focus to its children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "canGrabFocus", - "comment": "Return true if the element can be focused.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Focus", - "comment": "Attempt to give the focus to this element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Blur", - "comment": "Tell the element to release the focus.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Focusable", - "comment": "Base class for objects that can get the focus.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.FocusChangeDirection", - "name": "unspecified", - "comment": "Focus came from an unspecified direction, for example after a mouse down.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FocusChangeDirection", - "name": "none", - "comment": "The null direction. This is usually used when the focus stays on the same element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int32", - "params": [ - { - "name": "fcd", - "typeName": "UnityEngine.UIElements.FocusChangeDirection" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FocusChangeDirection", - "comment": "Base class for defining in which direction the focus moves in a focus ring.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "FocusChangeDirection", - "params": [ - { - "name": "currentFocusable", - "typeName": "UnityEngine.UIElements.Focusable" - }, - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "GetFocusChangeDirection", - "comment": "Get the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Focusable", - "params": [ - { - "name": "currentFocusable", - "typeName": "UnityEngine.UIElements.Focusable" - }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.FocusChangeDirection" - } - ], - "isStatic": false, - "name": "GetNextFocusable", - "comment": "Get the next element in the given direction.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IFocusRing", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Focusable", - "name": "focusedElement", - "comment": "The currently focused VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "focusRing", - "typeName": "UnityEngine.UIElements.IFocusRing" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FocusController", - "comment": "Class in charge of managing the focus inside a Panel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IDisposable" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "onGUIHandler", - "comment": "The function that is called to render and handle IMGUI events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "cullingEnabled", - "comment": "When this property is set to true, onGUIHandler is not called when the Element is outside the viewport.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ContextType", - "name": "contextType", - "comment": "ContextType of this IMGUIContrainer. Currently only supports ContextType.Editor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "canGrabFocus", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: onGUIHandler - The function assigned to onGUIHandler.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "onGUIHandler", "typeName": "System.Action" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: onGUIHandler - The function assigned to onGUIHandler.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkDirtyLayout", - "comment": "Marks layout as dirty to trigger a redraw.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "HandleEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IMGUIContainer", - "comment": "Element that draws IMGUI content.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.SelectionType", - "name": "None", - "comment": "Selections are disabled.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.SelectionType", - "name": "Single", - "comment": "Only one item is selectable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.SelectionType", - "name": "Multiple", - "comment": "Multiple items are selectable at once.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.SelectionType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "SelectionType", - "comment": "Controls how many items can be selected at once.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The position of the VisualElement's transform.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Quaternion", - "name": "rotation", - "comment": "The rotation of the VisualElement's transform stored as a Quaternion.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "scale", - "comment": "The scale of the VisualElement's transform.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "matrix", - "comment": "Transformation matrix calculated from the position, rotation and scale of the transform (Read Only).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "ITransform", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.MouseButton", - "name": "button", - "comment": "The button that activates the manipulation.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "Any modifier keys (ie. ctrl, alt, ...) that are needed to activate the manipulation.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "clickCount", - "comment": "Number of mouse clicks required to activate the manipulator.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.IMouseEvent" } - ], - "isStatic": false, - "name": "Matches", - "comment": "True if the event matches the requirements. False otherwise.\n\n```plaintext\nParams: e - The mouse event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.IPointerEvent" } - ], - "isStatic": false, - "name": "Matches", - "comment": "True if the event matches the requirements. False otherwise.\n\n```plaintext\nParams: e - The pointer event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "filter1", - "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" - }, - { - "name": "filter2", - "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "filter1", - "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" - }, - { - "name": "filter2", - "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ManipulatorActivationFilter", - "comment": "Used by manipulators to match events against their requirements.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "target", - "comment": "VisualElement being manipulated.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IManipulator", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": ["IManipulator"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "target", - "comment": "VisualElement being manipulated.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "Manipulator", - "comment": "Base class for all Manipulator implementations.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.MouseButton", - "name": "LeftMouse", - "comment": "The Left Mouse Button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.MouseButton", - "name": "RightMouse", - "comment": "The Right Mouse Button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.MouseButton", - "name": "MiddleMouse", - "comment": "The Middle Mouse Button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.MouseButton", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseButton", - "comment": "Describes a MouseButton.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": true, - "name": "IsMouseCaptured", - "comment": "True if a handler is capturing the mouse, false otherwise.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": true, - "name": "ReleaseMouse", - "comment": "Stops an event handler from capturing the mouse.\n\n```plaintext\nParams: handler - The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasMouseCapture", - "comment": "True if the handler captures the mouse.\n\n```plaintext\nParams: handler - Event handler to check.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "CaptureMouse", - "comment": "Assigns an event handler to capture mouse events.\n\n```plaintext\nParams: handler - The event handler that captures mouse events.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ReleaseMouse", - "comment": "Stops an event handler from capturing the mouse.\n\n```plaintext\nParams: handler - The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseCaptureController", - "comment": "Class that manages capturing mouse events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.Manipulator", - "attribute": "", - "interfaces": ["IManipulator"], - "fields": [ - { - "typeName": "System.Collections.Generic.List", - "name": "activators", - "comment": "List of Activationfilters.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "MouseManipulator", - "comment": "MouseManipulators have a list of activation filters.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.ContextType", - "name": "Player", - "comment": "Currently running in an Unity Player.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ContextType", - "name": "Editor", - "comment": "Currently running in the Unity Editor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.ContextType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ContextType", - "comment": "Describes in which context a VisualElement hierarchy is being ran.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.UsageHints", - "name": "None", - "comment": "No particular hints applicable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.UsageHints", - "name": "DynamicTransform", - "comment": "Marks a VisualElement that changes its transformation often (i.e. position, rotation or scale).\nWhen specified, this flag hints the system to optimize rendering of the VisualElement for recurring transformation changes. The VisualElement's vertex transformation will be done by the GPU when possible on the target platform.\nPlease note that the number of VisualElements to which this hint effectively applies can be limited by target platform capabilities. For such platforms, it is recommended to prioritize use of this hint to only the VisualElements with the highest frequency of transformation changes.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.UsageHints", - "name": "GroupTransform", - "comment": "Marks a VisualElement that hosts many children with DynamicTransform applied on them.\nA common use-case of this hint is a VisualElement that represents a \"viewport\" within which there are many DynamicTransform VisualElements that can move individually in addition to the \"viewport\" element also often changing its transformation. However, if the contents of the aforementioned \"viewport\" element are mostly static (not moving) then it is enough to use the DynamicTransform hint on that element instead of GroupTransform.\nInternally, an element hinted with GroupTransform will force a separate draw batch with its world transformation value, but in the same time it will avoid changing the transforms of all its descendants whenever a transformation change occurs on the GroupTransform element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.UsageHints", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UsageHints", - "comment": "Offers a set of values that describe the intended usage patterns of a specific VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "visualTree", - "comment": "Root of the VisualElement hierarchy.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.EventDispatcher", - "name": "dispatcher", - "comment": "This Panel EventDispatcher.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ContextType", - "name": "contextType", - "comment": "Describes in which context a VisualElement hierarchy is being ran.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FocusController", - "name": "focusController", - "comment": "Return the focus controller for this panel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ContextualMenuManager", - "name": "contextualMenuManager", - "comment": "The Contextual menu manager for the panel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "VisualElement", - "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "Pick", - "comment": "Top VisualElement at the position. Null if none was found.\n\n```plaintext\nParams: point - World coordinates.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "VisualElement", - "params": [ - { "name": "point", "typeName": "UnityEngine.Vector2" }, - { - "name": "picked", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "PickAll", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IPanel", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "HasPointerCapture", - "comment": "True if element captured the pointer.\n\n```plaintext\nParams: handler - The VisualElement being tested.\n pointerId - The captured pointer.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "CapturePointer", - "comment": "Captures the pointer.\n\n```plaintext\nParams: handler - The VisualElement that captures the pointer.\n pointerId - The pointer to capture.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "ReleasePointer", - "comment": "Tests whether an element captured a pointer and, if so, tells the element to release the pointer.\n\n```plaintext\nParams: handler - The element which potentially captured the pointer.\n pointerId - The captured pointer.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IEventHandler", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "GetCapturingElement", - "comment": "The element that is capturing the pointer.\n\n```plaintext\nParams: panel - The panel that holds the element.\n pointerId - The captured pointer.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "pointerId", "typeName": "int" }], - "isStatic": false, - "name": "ReleasePointer", - "comment": "Releases the pointer.\n\n```plaintext\nParams: panel - The panel that holds the element that captured the pointer.\n pointerId - The captured pointer.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerCaptureHelper", - "comment": "A static class to capture and release pointers.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseManipulator", - "attribute": "", - "interfaces": ["IManipulator"], - "fields": [], - "methods": [], - "name": "PointerManipulator", - "comment": "PointerManipulators have a list of activation filters.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "long", - "name": "start", - "comment": "Start time in milliseconds, or last callback time for repeatable IScheduledItem.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "long", - "name": "now", - "comment": "Current time in milliseconds.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "long", - "name": "deltaTime", - "comment": "Time difference in milliseconds between now and the previous callback.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "True if the objects are equal.\n\n```plaintext\nParams: obj - The object to compare with.\n other - The object to compare with.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.TimerState" } - ], - "isStatic": false, - "name": "Equals", - "comment": "True if the objects are equal.\n\n```plaintext\nParams: obj - The object to compare with.\n other - The object to compare with.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "state1", - "typeName": "UnityEngine.UIElements.TimerState" - }, - { - "name": "state2", - "typeName": "UnityEngine.UIElements.TimerState" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "state1", - "typeName": "UnityEngine.UIElements.TimerState" - }, - { - "name": "state2", - "typeName": "UnityEngine.UIElements.TimerState" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TimerState", - "comment": "Contains timing information of scheduler events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Position", - "name": "Relative", - "comment": "The element is positioned in relation to its default box as calculated by layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Position", - "name": "Absolute", - "comment": "The element is positioned in relation to its parent box and does not contribute to the layout anymore.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.Position", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Position", - "comment": "Defaines how the position values are interpreted by the layout engine.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Overflow", - "name": "Visible", - "comment": "The overflow is not clipped. It renders outside the element's box. Default Value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Overflow", - "name": "Hidden", - "comment": "The overflow is clipped, and the rest of the content will be invisible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.Overflow", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Overflow", - "comment": "Defines what should happend if content overflows an element bounds.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "ITextElement", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "The text associated with the element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "displayTooltipWhenElided", - "comment": "When true, a tooltip displays the full version of elided text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isElided", - "comment": "Returns true if text is elided, false otherwise.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { "name": "textToMeasure", "typeName": "string" }, - { "name": "width", "typeName": "float" }, - { - "name": "widthMode", - "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode" - }, - { "name": "height", "typeName": "float" }, - { - "name": "heightMode", - "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode" - } - ], - "isStatic": false, - "name": "MeasureTextSize", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TextElement", - "comment": "Abstract base class for VisualElement containing text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.OverflowClipBox", - "name": "PaddingBox", - "comment": "Clip the content against the box outside the padding areas but inside the borders.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.OverflowClipBox", - "name": "ContentBox", - "comment": "Clip the content against the box inside the padding areas.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.OverflowClipBox", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "OverflowClipBox", - "comment": "Boxes against which the VisualElement content is clipped.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.FlexDirection", - "name": "Column", - "comment": "Top to Bottom.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FlexDirection", - "name": "ColumnReverse", - "comment": "Bottom to Top.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FlexDirection", - "name": "Row", - "comment": "Left to Right.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FlexDirection", - "name": "RowReverse", - "comment": "Right to Left.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.FlexDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FlexDirection", - "comment": "Defines the main-axis of the flex layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Wrap", - "name": "NoWrap", - "comment": "All items will be on one line. Default Value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Wrap", - "name": "Wrap", - "comment": "Items will wrap onto multiple lines, from top to bottom.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Wrap", - "name": "WrapReverse", - "comment": "Items will wrap onto multiple lines from bottom to top.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.Wrap", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Wrap", - "comment": "By default, items will all try to fit onto one line. You can change that and allow the items to wrap as needed with this property.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Align", - "name": "Auto", - "comment": "Let Flex decide.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Align", - "name": "FlexStart", - "comment": "Start margin of the item is placed at the start of the axis.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Align", - "name": "Center", - "comment": "Items are centered on the axis.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Align", - "name": "FlexEnd", - "comment": "End margin of the item is placed at the end of the axis.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Align", - "name": "Stretch", - "comment": "Default. stretch to fill the axis while respecting min/max values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.Align", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Align", - "comment": "Defines the alignement behavior along an axis.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Justify", - "name": "FlexStart", - "comment": "Items are packed toward the start line. Default Value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Justify", - "name": "Center", - "comment": "Items are centered along the line.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Justify", - "name": "FlexEnd", - "comment": "Items are packed toward the end line.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Justify", - "name": "SpaceBetween", - "comment": "Items are evenly distributed in the line; first item is on the start line, last item on the end line.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Justify", - "name": "SpaceAround", - "comment": "Items are evenly distributed in the line with equal space around them.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.Justify", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Justify", - "comment": "Defines the alignment along the main axis, how is extra space distributed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.TextOverflowPosition", - "name": "End", - "comment": "The ellipsis replaces content at the end of the text. This is the default value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TextOverflowPosition", - "name": "Start", - "comment": "The ellipsis replaces content at the beginning of the text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TextOverflowPosition", - "name": "Middle", - "comment": "The ellipsis replaces content in the middle of the text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.TextOverflowPosition", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TextOverflowPosition", - "comment": "Specifies which part of the text the Element replaces with an ellipsis when textOverflow is set to TextOverflow.Ellipsis.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.TextOverflow", - "name": "Clip", - "comment": "The Element clips overflow content and hides it. This is the default value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TextOverflow", - "name": "Ellipsis", - "comment": "The Element clips overflow content and hides it, but displays an ellipsis (\"...\") to indicate that clipped content exists.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.TextOverflow", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TextOverflow", - "comment": "Specifies how the text Element treats hidden overflow content.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Visibility", - "name": "Visible", - "comment": "The VisualElement is visible. Default Value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Visibility", - "name": "Hidden", - "comment": "The VisualElement is hidden. Hidden VisualElements will take up space in their parent layout if their positionType is set to PositionType.Relative. Use the display property to both hide and remove a VisualElement from the parent VisualElement layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.Visibility", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Visibility", - "comment": "Specifies whether or not a VisualElement is visible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.WhiteSpace", - "name": "Normal", - "comment": "Text will wrap when necessary.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.WhiteSpace", - "name": "NoWrap", - "comment": "Text will never wrap to the next line.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.WhiteSpace", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "WhiteSpace", - "comment": "Word wrapping over multiple lines if not enough space is available to draw the text of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [], - "name": "UQuery", - "comment": "UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.DisplayStyle", - "name": "Flex", - "comment": "The element displays normally.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DisplayStyle", - "name": "None", - "comment": "The element is not visible and absent from the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.DisplayStyle", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DisplayStyle", - "comment": "Defines how an element is displayed in the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable" - ], - "fields": [ - { - "typeName": "string", - "name": "templateId", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "templateId", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TemplateContainer", - "comment": "Template Container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a TextElement using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Enumerator to get the child elements of the UxmlTraits of TextElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initializer for the UxmlTraits for the TextElement.\n\n```plaintext\nParams: ve - VisualElement to initialize.\n bag - Bag of attributes where to get the value from.\n cc - Creation Context, not used.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the TextElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryState", - "params": [ - { - "name": "element", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "RebuildOn", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "First", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "ToList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "ToList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "AtIndex", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "funcCall", "typeName": "System.Action" }], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "System.Collections.Generic.List" - }, - { "name": "funcCall", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "List", - "params": [{ "name": "funcCall", "typeName": "System.Func" }], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.UQueryState" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "state1", - "typeName": "UnityEngine.UIElements.UQueryState" - }, - { - "name": "state2", - "typeName": "UnityEngine.UIElements.UQueryState" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "state1", - "typeName": "UnityEngine.UIElements.UQueryState" - }, - { - "name": "state2", - "typeName": "UnityEngine.UIElements.UQueryState" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UQueryState", - "comment": "Query object containing all the selection rules. Can be saved and rerun later without re-allocating memory.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [ - { - "typeName": "string", - "name": "uxmlName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "uxmlQualifiedName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates and clones a TemplateContainer using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable, as template instance do not have children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize TemplateContainer properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the TemplateContainer.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "visualElement", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [{ "name": "classname", "typeName": "string" }], - "isStatic": false, - "name": "Class", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [{ "name": "id", "typeName": "string" }], - "isStatic": false, - "name": "Name", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classNames", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Descendents", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classname", "typeName": "string" } - ], - "isStatic": false, - "name": "Descendents", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Children", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "className", "typeName": "string" } - ], - "isStatic": false, - "name": "Children", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "OfType", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "className", "typeName": "string" } - ], - "isStatic": false, - "name": "OfType", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "selectorPredicate", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Where", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Active", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotActive", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Visible", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotVisible", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Hovered", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotHovered", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Checked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotChecked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Selected", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotSelected", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Enabled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotEnabled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Focused", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "NotFocused", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryState", - "params": [], - "isStatic": false, - "name": "Build", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "s", - "typeName": "UnityEngine.UIElements.UQueryBuilder" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "builder1", - "typeName": "UnityEngine.UIElements.UQueryBuilder" - }, - { - "name": "builder2", - "typeName": "UnityEngine.UIElements.UQueryBuilder" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "builder1", - "typeName": "UnityEngine.UIElements.UQueryBuilder" - }, - { - "name": "builder2", - "typeName": "UnityEngine.UIElements.UQueryBuilder" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "First", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "Last", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "List", - "params": [], - "isStatic": false, - "name": "ToList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "results", - "typeName": "System.Collections.Generic.List" - } - ], - "isStatic": false, - "name": "ToList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "AtIndex", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "result", - "typeName": "System.Collections.Generic.List" - }, - { "name": "funcCall", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "List", - "params": [{ "name": "funcCall", "typeName": "System.Func" }], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "funcCall", "typeName": "System.Action" }], - "isStatic": false, - "name": "ForEach", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.UQueryBuilder" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UQueryBuilder", - "comment": "Utility Object that contructs a set of selection rules to be ran on a root visual element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Q", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "VisualElement", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Q", - "comment": "The first element matching all the criteria, or null if none was found.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "className", "typeName": "string" } - ], - "isStatic": false, - "name": "Q", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "VisualElement", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "className", "typeName": "string" } - ], - "isStatic": false, - "name": "Q", - "comment": "The first element matching all the criteria, or null if none was found.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Query", - "comment": "QueryBuilder configured with the associated selection rules.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "className", "typeName": "string" } - ], - "isStatic": false, - "name": "Query", - "comment": "QueryBuilder configured with the associated selection rules.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "classes", "typeName": "string[]" } - ], - "isStatic": false, - "name": "Query", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [ - { "name": "name", "typeName": "string" }, - { "name": "className", "typeName": "string" } - ], - "isStatic": false, - "name": "Query", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "UQueryBuilder", - "params": [], - "isStatic": false, - "name": "Query", - "comment": "An empty QueryBuilder on a specified root element.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UQueryExtensions", - "comment": "UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.PickingMode", - "name": "Position", - "comment": "Picking enabled. Default Value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PickingMode", - "name": "Ignore", - "comment": "Disables picking.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.PickingMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PickingMode", - "comment": "Describes the picking behavior.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.Focusable", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "string", - "name": "disabledUssClassName", - "comment": "USS class name of local disabled elements.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "viewDataKey", - "comment": "Used for view data persistence (ie. tree expanded states, scroll position, zoom level).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "object", - "name": "userData", - "comment": "This property can be used to associate application-specific user data with this VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "canGrabFocus", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FocusController", - "name": "focusController", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.UsageHints", - "name": "usageHints", - "comment": "A combination of hint values that specify high-level intended usage patterns for the VisualElement.\nThis property can only be set when the VisualElement is not yet part of a Panel. Once part of a Panel, this property becomes effectively read-only, and attempts to change it will throw an exception.\nThe specification of proper UsageHints drives the system to make better decisions on how to process or accelerate certain operations based on the anticipated usage pattern.\nNote that those hints do not affect behavioral or visual results, but only affect the overall performance of the panel and the elements within.\nGenerally it advised to always consider specifying the proper UsageHints, but keep in mind that some UsageHints may be internally ignored under certain conditions (e.g. due to hardware limitations on the target platform).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ITransform", - "name": "transform", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "layout", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "contentRect", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "worldBound", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "localBound", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Matrix4x4", - "name": "worldTransform", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PickingMode", - "name": "pickingMode", - "comment": "Determines if this element can be pick during mouseEvents or IPanel.Pick queries.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "enabledInHierarchy", - "comment": "Returns true if the VisualElement is enabled in its own hierarchy.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "enabledSelf", - "comment": "Returns true if the VisualElement is enabled locally.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "visible", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "generateVisualContent", - "comment": "Called when the VisualElement visual contents need to be (re)generated.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IExperimentalFeatures", - "name": "experimental", - "comment": "Returns the UIElements experimental interfaces.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy", - "name": "hierarchy", - "comment": "Access to this element physical hierarchy\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "cacheAsBitmap", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "parent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IPanel", - "name": "panel", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "child elements are added to this element, usually this\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "this[]", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "childCount", - "comment": "Number of child elements in this object's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IVisualElementScheduler", - "name": "schedule", - "comment": "Retrieves this VisualElement's IVisualElementScheduler\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IStyle", - "name": "style", - "comment": "Reference to the style object of this element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ICustomStyle", - "name": "customStyle", - "comment": "Returns the custom style properties accessor for this element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet", - "name": "styleSheets", - "comment": "Returns a VisualElementStyleSheetSet that manipulates style sheets attached to this element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "tooltip", - "comment": "Text to display inside an information box after the user hovers the element for a small amount of time.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IResolvedStyle", - "name": "resolvedStyle", - "comment": "Returns the VisualElement resolved style values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Focus", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "SendEvent", - "comment": "Sends an event to the event handler.\n\n```plaintext\nParams: e - The event to send.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "bool" }], - "isStatic": false, - "name": "SetEnabled", - "comment": "Changes the VisualElement enabled state. A disabled VisualElement does not receive most events.\n\n```plaintext\nParams: value - New enabled state\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "MarkDirtyRepaint", - "comment": "Triggers a repaint of the VisualElement on the next frame.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "localPoint", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "ContainsPoint", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "rectangle", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "Overlaps", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "GetClasses", - "comment": "A class list.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearClassList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": false, - "name": "AddToClassList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": false, - "name": "RemoveFromClassList", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "className", "typeName": "string" }], - "isStatic": false, - "name": "ToggleInClassList", - "comment": "Toggles between adding and removing the given class name from the class list.\n\n```plaintext\nParams: className - The class name to add or remove from the class list.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "className", "typeName": "string" }, - { "name": "enable", "typeName": "bool" } - ], - "isStatic": false, - "name": "EnableInClassList", - "comment": "Enables or disables the class with the given name.\n\n```plaintext\nParams: className - The name of the class to enable or disable.\n enable - A boolean flag that adds or removes the class name from the class list. If true, EnableInClassList adds the class name to the class list. If false, EnableInClassList removes the class name from the class list.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "cls", "typeName": "string" }], - "isStatic": false, - "name": "ClassListContains", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Object", - "params": [], - "isStatic": false, - "name": "FindAncestorUserData", - "comment": "Searchs up the hierachy of this VisualElement and retrieves stored userData, if any is found.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "child", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "Add an element to this element's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "element", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "element", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "Removes this child from the hierarchy\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "Remove the child element located at this position from this element's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Remove all child elements from this element's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "VisualElement", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAt", - "comment": "Retrieves the child element at position\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "The index of the child, or -1 if the child is not found.\n\n```plaintext\nParams: element - The child to return the index for.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Children", - "comment": "Returns the elements from its contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comp", - "typeName": "System.Comparison" - } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "BringToFront", - "comment": "Brings this element to the end of its parent children list. The element will be visually in front of any overlapping sibling elements.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SendToBack", - "comment": "Sends this element to the beginning of its parent children list. The element will be visually behind any overlapping sibling elements.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sibling", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "PlaceBehind", - "comment": "Places this element right before the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually behind of its sibling.\n\n```plaintext\nParams: sibling - The sibling element.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "sibling", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "PlaceInFront", - "comment": "Places this element right after the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually in front of its sibling.\n\n```plaintext\nParams: sibling - The sibling element.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "RemoveFromHierarchy", - "comment": "Removes this element from its parent hierarchy\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetFirstOfType", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": false, - "name": "GetFirstAncestorOfType", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "child", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "Returns true if the element is a direct child of this VisualElement\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "VisualElement", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "FindCommonAncestor", - "comment": "Finds the lowest commont ancestor between two VisualElements inside the VisualTree hierarchy\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "VisualElement", - "comment": "Base class for objects that are part of the UIElements visual tree.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a VisualElement using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since VisualElements can contain other VisualElements.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize VisualElement properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode", - "name": "Undefined", - "comment": "The element should give its preferred width/height without any constraint.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode", - "name": "Exactly", - "comment": "The element should give the width/height that is passed in and derive the opposite site from this value (for example, calculate text size from a fixed width).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode", - "name": "AtMost", - "comment": "At Most. The element should give its preferred width/height but no more than the value passed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.VisualElement.MeasureMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MeasureMode", - "comment": "The modes available to measure VisualElement sizes.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "parent", - "comment": "Access the physical parent of this element in the hierarchy\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "childCount", - "comment": "Number of child elements in this object's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "this[]", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "child", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Add", - "comment": "Add an element to this element's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "index", "typeName": "int" }, - { - "name": "child", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Insert", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "child", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "Removes this child from the hierarchy\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveAt", - "comment": "Remove the child element located at this position from this element's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Remove all child elements from this element's contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [ - { - "name": "element", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "IndexOf", - "comment": "The index of the element, or -1 if the element is not found.\n\n```plaintext\nParams: element - The element to return the index for.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "VisualElement", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ElementAt", - "comment": "Retrieves the child element at position\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IEnumerable", - "params": [], - "isStatic": false, - "name": "Children", - "comment": "Returns the elements from its contentContainer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "comp", - "typeName": "System.Comparison" - } - ], - "isStatic": false, - "name": "Sort", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "x", - "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" - }, - { - "name": "y", - "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "x", - "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" - }, - { - "name": "y", - "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Hierarchy", - "comment": "Hierarchy is a struct allowing access to the hierarchy of visual elements\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Vector2", - "params": [{ "name": "p", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "WorldToLocal", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [{ "name": "p", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "LocalToWorld", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "r", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "WorldToLocal", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [{ "name": "r", "typeName": "UnityEngine.Rect" }], - "isStatic": false, - "name": "LocalToWorld", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Vector2", - "params": [ - { - "name": "dest", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { "name": "point", "typeName": "UnityEngine.Vector2" } - ], - "isStatic": false, - "name": "ChangeCoordinatesTo", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Rect", - "params": [ - { - "name": "dest", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { "name": "rect", "typeName": "UnityEngine.Rect" } - ], - "isStatic": false, - "name": "ChangeCoordinatesTo", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StretchToParentSize", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StretchToParentWidth", - "comment": "The given VisualElement's left and right edges will be aligned with the corresponding edges of the parent element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "manipulator", - "typeName": "UnityEngine.UIElements.IManipulator" - } - ], - "isStatic": false, - "name": "AddManipulator", - "comment": "Add a manipulator associated to a VisualElement.\n\n```plaintext\nParams: ele - VisualElement associated to the manipulator.\n manipulator - Manipulator to be added to the VisualElement.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "manipulator", - "typeName": "UnityEngine.UIElements.IManipulator" - } - ], - "isStatic": false, - "name": "RemoveManipulator", - "comment": "Remove a manipulator associated to a VisualElement.\n\n```plaintext\nParams: ele - VisualElement associated to the manipulator.\n manipulator - Manipulator to be removed from the VisualElement.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "VisualElementExtensions", - "comment": "VisualElementExtensions is a set of extension methods useful for VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Experimental.ITransitionAnimations", - "name": "animation", - "comment": "Returns the animation experimental interface.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IExperimentalFeatures", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.FocusChangeDirection", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.FocusChangeDirection", - "name": "left", - "comment": "The focus is moving to the left.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FocusChangeDirection", - "name": "right", - "comment": "The focus is moving to the right.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "VisualElementFocusChangeDirection", - "comment": "Define focus change directions for the VisualElementFocusRing.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": ["IFocusRing"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", - "name": "defaultFocusOrder", - "comment": "The focus order for elements having 0 has a focusIndex.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "root", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "dfo", - "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "FocusChangeDirection", - "params": [ - { - "name": "currentFocusable", - "typeName": "UnityEngine.UIElements.Focusable" - }, - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "GetFocusChangeDirection", - "comment": "Get the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right in the focus ring.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Focusable", - "params": [ - { - "name": "currentFocusable", - "typeName": "UnityEngine.UIElements.Focusable" - }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.FocusChangeDirection" - } - ], - "isStatic": false, - "name": "GetNextFocusable", - "comment": "Get the next element in the given direction.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "VisualElementFocusRing", - "comment": "Implementation of a linear focus ring. Elements are sorted according to their focusIndex.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", - "name": "ChildOrder", - "comment": "Order elements using a depth-first pre-order traversal of the element tree.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", - "name": "PositionXY", - "comment": "Order elements according to their position, first by X, then by Y.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", - "name": "PositionYX", - "comment": "Order elements according to their position, first by Y, then by X.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DefaultFocusOrder", - "comment": "Ordering of elements in the focus ring.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "element", - "comment": "Returns the VisualElement this object is associated with.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isActive", - "comment": "Will be true when this item is scheduled. Note that an item's callback will only be executed when it's VisualElement is attached to a panel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Resume", - "comment": "If not already active, will schedule this item on its VisualElement's scheduler.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Pause", - "comment": "Removes this item from its VisualElement's scheduler.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "delayMs", "typeName": "long" }], - "isStatic": false, - "name": "ExecuteLater", - "comment": "Cancels any previously scheduled execution of this item and re-schedules the item.\n\n```plaintext\nParams: delayMs - Minimum time in milliseconds before this item will be executed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IVisualElementScheduledItem", - "params": [{ "name": "delayMs", "typeName": "long" }], - "isStatic": false, - "name": "StartingIn", - "comment": "This ScheduledItem.\n\n```plaintext\nParams: delayMs - The minimum number of milliseconds after activation where this item's action will be executed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IVisualElementScheduledItem", - "params": [{ "name": "intervalMs", "typeName": "long" }], - "isStatic": false, - "name": "Every", - "comment": "This ScheduledItem.\n\n```plaintext\nParams: intervalMs - Minimum amount of time in milliseconds between each action execution.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IVisualElementScheduledItem", - "params": [ - { "name": "stopCondition", "typeName": "System.Func" } - ], - "isStatic": false, - "name": "Until", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IVisualElementScheduledItem", - "params": [{ "name": "durationMs", "typeName": "long" }], - "isStatic": false, - "name": "ForDuration", - "comment": "This ScheduledItem.\n\n```plaintext\nParams: durationMs - The total duration in milliseconds where this item will be active.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IVisualElementScheduledItem", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "IVisualElementScheduledItem", - "params": [ - { - "name": "timerUpdateEvent", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": "Execute", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IVisualElementScheduledItem", - "params": [{ "name": "updateEvent", "typeName": "System.Action" }], - "isStatic": false, - "name": "Execute", - "comment": "Reference to the scheduled action.\n\n```plaintext\nParams: timerUpdateEvent - The action to be executed.\n updateEvent - The action to be executed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IVisualElementScheduler", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "count", - "comment": "Number of style sheets attached to the owner element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleSheet", - "name": "this[]", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "styleSheet", - "typeName": "UnityEngine.UIElements.StyleSheet" - } - ], - "isStatic": false, - "name": "Add", - "comment": "Adds a style sheet for the owner element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Clear", - "comment": "Removes all style sheets for the owner element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "styleSheet", - "typeName": "UnityEngine.UIElements.StyleSheet" - } - ], - "isStatic": false, - "name": "Remove", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "styleSheet", - "typeName": "UnityEngine.UIElements.StyleSheet" - } - ], - "isStatic": false, - "name": "Contains", - "comment": "True if the style sheet is attached to the owner element, false otherwise.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" - }, - { - "name": "right", - "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "left", - "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" - }, - { - "name": "right", - "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "VisualElementStyleSheetSet", - "comment": "This structure manipulates the set of StyleSheet objects attached to the owner VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a BindableElement using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize EnumField properties using values from the attribute bag.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the BindableElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates an IMGUIContainer using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable, as IMGUIContainer cannot have VisualElement children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the IMGUIContainer.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "bool", - "name": "cullingEnabled", - "comment": "When this property is set to true, the Element does not repaint itself when it is outside the viewport.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ImmediateModeElement", - "comment": "VisualElement that can implement custom immediate mode rendering.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "noLabelVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelDraggerVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "TValueType", - "name": "value", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Label", - "name": "labelElement", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "label", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "TValueType" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "BaseField", - "comment": "Abstract base class for controls.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the BaseField.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseField.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "BaseFieldTraits", - "comment": "Traits for the BaseField.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.SliderDirection", - "name": "Horizontal", - "comment": "An horizontal slider is made with a SliderDirection Horizontal.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.SliderDirection", - "name": "Vertical", - "comment": "An vertical slider is made with a SliderDirection Vertical.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.SliderDirection", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "SliderDirection", - "comment": "This is the direction of the Slider and SliderInt.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseField", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "horizontalVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "verticalVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "dragContainerUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "trackerUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "draggerUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "draggerBorderUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "textFieldClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "TValueType", - "name": "lowValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "TValueType", - "name": "highValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "TValueType", - "name": "range", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "pageSize", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "showInputField", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "TValueType", - "name": "value", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.SliderDirection", - "name": "direction", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "TValueType" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "factor", "typeName": "float" }], - "isStatic": false, - "name": "AdjustDragElement", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "BaseSlider", - "comment": "This is a base class for the Slider fields.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.IBinding", - "name": "binding", - "comment": "Binding object that will be updated.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "bindingPath", - "comment": "Path of the target property to be bound.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IBindable", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PreUpdate", - "comment": "Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Update", - "comment": "Called at regular intervals to synchronize bound properties to their IBindable counterparts.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Release", - "comment": "Disconnects the field from its bound property\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IBinding", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "IsBound", - "comment": "True if this IBindable is bound to a property.\n\n```plaintext\nParams: control - This Bindable object.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IBindingExtensions", - "comment": "Extensions methods to provide additional IBindable functionality.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Box", - "comment": "Styled visual element to match the IMGUI Box Style.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "ITextElement", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Clickable", - "name": "clickable", - "comment": "Clickable MouseManipulator for this Button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "onClick", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "clicked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_onClick", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_onClick", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_clicked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_clicked", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a Button.\n\n```plaintext\nParams: clickEvent - Action triggered when the button is clicked.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "clickEvent", "typeName": "System.Action" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a Button.\n\n```plaintext\nParams: clickEvent - Action triggered when the button is clicked.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Button", - "comment": "A clickable button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "toggleUssClassName", - "comment": "USS class name of toggle elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "contentUssClassName", - "comment": "USS class name of content element in a Foldout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "value", - "comment": "Contains the collapse state. True if the Foldout is open and the contents are visible. False if it's collapsed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "bool" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Foldout", - "comment": "Collapsable section of UI.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.HelpBoxMessageType", - "name": "None", - "comment": "Neutral message.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.HelpBoxMessageType", - "name": "Info", - "comment": "Info message.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.HelpBoxMessageType", - "name": "Warning", - "comment": "Warning message.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.HelpBoxMessageType", - "name": "Error", - "comment": "Error message.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.HelpBoxMessageType", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "HelpBoxMessageType", - "comment": "User message types.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Box using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "The USS class name for Elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "The USS class name for labels in Elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "iconUssClassName", - "comment": "The USS class name for images in Elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "iconInfoUssClassName", - "comment": "The USS class name for the HelpBoxMessageType.Info state in Elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "iconwarningUssClassName", - "comment": "The USS class name for the HelpBoxMessageType.Warning state in Elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "iconErrorUssClassName", - "comment": "The USS class name for the HelpBoxMessageType.Error state in Elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "The message text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.HelpBoxMessageType", - "name": "messageType", - "comment": "The type of message.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new HelpBox.\n\n```plaintext\nParams: text - The message text.\n messageType - The type of message.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "text", "typeName": "string" }, - { - "name": "messageType", - "typeName": "UnityEngine.UIElements.HelpBoxMessageType" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new HelpBox.\n\n```plaintext\nParams: text - The message text.\n messageType - The type of message.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "HelpBox", - "comment": "Makes a help box with a message to the user.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Foldout using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Texture", - "name": "image", - "comment": "The texture to display in this image. You cannot set this and Image.vectorImage at the same time.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VectorImage", - "name": "vectorImage", - "comment": "The VectorImage to display in this image. You cannot set this and Image.image at the same time.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "sourceRect", - "comment": "The source rectangle inside the texture relative to the top left corner.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uv", - "comment": "The base texture coordinates of the Image relative to the bottom left corner.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.ScaleMode", - "name": "scaleMode", - "comment": "ScaleMode used to display the Image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "tintColor", - "comment": "Tinting color for this Image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Image", - "comment": "A VisualElement representing a source texture.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "ITextElement", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a label.\n\n```plaintext\nParams: text - The text to be displayed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "text", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "Constructs a label.\n\n```plaintext\nParams: text - The text to be displayed.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Label", - "comment": "Provides an Element displaying text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Button using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the Button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.AlternatingRowBackground", - "name": "None", - "comment": "Do not alternate background colors for rows.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.AlternatingRowBackground", - "name": "ContentOnly", - "comment": "Display alternating background colors only for rows that contain content.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.AlternatingRowBackground", - "name": "All", - "comment": "Display alternating background colors for all rows in the ListView, regardless of whether they contain content.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.AlternatingRowBackground", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "AlternatingRowBackground", - "comment": "Options for displaying alternating background colors for ListView rows.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "ISerializationCallbackReceiver" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name for elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "borderUssClassName", - "comment": "The USS class name. Enable the showBorder property to apply this class to the ListView.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "itemUssClassName", - "comment": "The USS class name of item elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "dragHoverBarUssClassName", - "comment": "The USS class name of the drag hover bar.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "itemDragHoverUssClassName", - "comment": "The USS class name that is applied to the element on drag hover.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "itemSelectedVariantUssClassName", - "comment": "The USS class name of item elements in elements of this type, when they are selected.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "itemAlternativeBackgroundUssClassName", - "comment": "The USS class name for odd rows in the ListView.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Collections.IList", - "name": "itemsSource", - "comment": "The items data source. This property must be set for the list view to function.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Func", - "name": "makeItem", - "comment": "Callback for constructing the VisualElement that will serve as the template for each recycled and re-bound element in the list. This property must be set for the list view to function.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "unbindItem", - "comment": "Callback for unbinding a data item from the visual element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "bindItem", - "comment": "Callback for binding a data item to the visual element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "resolvedItemHeight", - "comment": "Computed pixel aligned height for the list elements. This value will change depending on the current panel's dpi scaling. See Also: ListView.itemHeight.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "itemHeight", - "comment": "ListView requires all visual elements to have the same height so that it can calculate a sensible scroller size. This property must be set for the list view to function.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "showBorder", - "comment": "Enable this property to display a border around the ListView.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "reorderable", - "comment": "Gets or sets a value that indicates whether the user can drag list items to reorder them.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "selectedIndex", - "comment": "Returns the selected item's index in the items source. If multiple items are selected, returns the first selected item's index.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "selectedIndices", - "comment": "The indices of selected items in the items source.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "object", - "name": "selectedItem", - "comment": "Returns the selected item from the items source. If multiple items are selected, returns the first selected item.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "selectedItems", - "comment": "The selected items from the items source.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.SelectionType", - "name": "selectionType", - "comment": "Controls the selection state. You can set the state to disable selections, have one selectable item, or have multiple selectable items.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.AlternatingRowBackground", - "name": "showAlternatingRowBackgrounds", - "comment": "Enable this property to display alternating background colors for rows in the ListView.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "showBoundCollectionSize", - "comment": "When you bind a list view to an array, this property controls whether the list view displays the collection size as the first list item. Set to true to display the collection size, false to omit it. Default is true. See Also: UnityEditor.UIElements.BindingExtensions.Bind\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "horizontalScrollingEnabled", - "comment": "This flag indicates whether the ListView should show a horizontal scroll bar when its content does not fit. The default value is False.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "onItemChosen", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action>", - "name": "onItemsChosen", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action>", - "name": "onSelectionChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action>", - "name": "onSelectionChange", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_onItemChosen", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_onItemChosen", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "add_onItemsChosen", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "remove_onItemsChosen", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "add_onSelectionChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "remove_onSelectionChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "add_onSelectionChange", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "value", - "typeName": "System.Action>" - } - ], - "isStatic": false, - "name": "remove_onSelectionChange", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "itemsSource", "typeName": "System.Collections.IList" }, - { "name": "itemHeight", "typeName": "int" }, - { - "name": "makeItem", - "typeName": "System.Func" - }, - { - "name": "bindItem", - "typeName": "System.Action" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.UIElements.KeyDownEvent" } - ], - "isStatic": false, - "name": "OnKeyDown", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "ScrollToItem", - "comment": "Scroll to a specific item index and make it visible.\n\n```plaintext\nParams: index - Item index to scroll to. Specify -1 to make the last item visible.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "AddToSelection", - "comment": "Adds an item to the collection of selected items.\n\n```plaintext\nParams: index - Item index.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "RemoveFromSelection", - "comment": "Removes an item from the collection of selected items.\n\n```plaintext\nParams: index - Item index.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "SetSelection", - "comment": "Sets the currently selected item.\n\n```plaintext\nParams: index - Item index.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetSelection", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "System.Collections.Generic.IEnumerable" - } - ], - "isStatic": false, - "name": "SetSelectionWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ClearSelection", - "comment": "Unselects any selected items.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "visualElement", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "ScrollTo", - "comment": "Scroll to a specific visual element.\n\n```plaintext\nParams: visualElement - Element to scroll to.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Refresh", - "comment": "Clear, recreate all visible visual elements, and rebind all items. This should be called whenever the items source changes.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ListView", - "comment": "A vertically scrollable area that only creates visual elements for visible items while allowing the binding of many more items. As the user scrolls, visual elements are recycled and re-bound to new data items.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a HelpBox with data from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initializes HelpBox properties with values from an attribute bag.\n\n```plaintext\nParams: ve - The Element to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the HelpBox.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseField", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "USS class name of labels in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "USS class name of input elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "trackerUssClassName", - "comment": "USS class name of tracker elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "draggerUssClassName", - "comment": "USS class name of dragger elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "minThumbUssClassName", - "comment": "USS class name of the minimum thumb elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "maxThumbUssClassName", - "comment": "USS class name of the maximum thumb elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "minValue", - "comment": "This is the low value of the range represented on the slider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "maxValue", - "comment": "This is the high value of the range represented on the slider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "value", - "comment": "This is the value of the slider. This is a Vector2 where the x is the lower bound and the y is the higher bound.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "range", - "comment": "Returns the range of the low/high limits of the slider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "lowLimit", - "comment": "This is the low limit of the slider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "highLimit", - "comment": "This is the high limit of the slider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "UnityEngine.Vector2" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: minValue - The minimum value in the range to be represented.\n maxValue - The maximum value in the range to be represented.\n minLimit - The minimum value of the slider limit.\n maxLimit - The maximum value of the slider limit.\n direction - This is the sldier direction, for now, only Horizontal is supported.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "minValue", "typeName": "float" }, - { "name": "maxValue", "typeName": "float" }, - { "name": "minLimit", "typeName": "float" }, - { "name": "maxLimit", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "label", "typeName": "string" }, - { "name": "minValue", "typeName": "float" }, - { "name": "maxValue", "typeName": "float" }, - { "name": "minLimit", "typeName": "float" }, - { "name": "maxLimit", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MinMaxSlider", - "comment": "A min/max slider containing a representation of a range.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates an Image using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable, as images generally do not have children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the Image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Label using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the Label.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "ITextElement", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "contentUssClassName", - "comment": "USS class name of content elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PopupWindow", - "comment": "Styled visual element that matches the EditorGUILayout.Popup IMGUI element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "T", - "name": "value", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "T" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "INotifyValueChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a ListView using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.UIElements.EventCallback>" - } - ], - "isStatic": false, - "name": "RegisterValueChangedCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.UIElements.EventCallback>" - } - ], - "isStatic": false, - "name": "UnregisterValueChangedCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "INotifyValueChangedExtensions", - "comment": "INotifyValueChangedExtensions is a set of extension methods useful for objects implementing INotifyValueChanged.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable, as list views generally do not have children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize ListView properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the ListView.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a MinMaxSlider using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseField.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize MinMaxSlider properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The element to initialize.\n bag - The bag of attributes.\n cc - Creation Context, unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the MinMaxSlider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a PopupWindow using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable, as popup windows generally do not have children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the PopupWindow.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "ITextElement", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: clickEvent - The action to execute when the button is pressed.\n delay - The initial delay before the action is executed for the first time.\n interval - The interval between each execution of the action.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clickEvent", "typeName": "System.Action" }, - { "name": "delay", "typeName": "long" }, - { "name": "interval", "typeName": "long" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n```plaintext\nParams: clickEvent - The action to execute when the button is pressed.\n delay - The initial delay before the action is executed for the first time.\n interval - The interval between each execution of the action.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "clickEvent", "typeName": "System.Action" }, - { "name": "delay", "typeName": "long" }, - { "name": "interval", "typeName": "long" } - ], - "isStatic": false, - "name": "SetAction", - "comment": "Set the action that should be executed when the button is pressed.\n\n```plaintext\nParams: clickEvent - The action to execute.\n delay - The initial delay before the action is executed for the first time.\n interval - The interval between each execution of the action.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "RepeatButton", - "comment": "A button that executes an action repeatedly while it is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "horizontalVariantUssClassName", - "comment": "USS class name of elements of this type, when they are displayed horizontally.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "verticalVariantUssClassName", - "comment": "USS class name of elements of this type, when they are displayed vertically.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "sliderUssClassName", - "comment": "USS class name of slider elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "lowButtonUssClassName", - "comment": "USS class name of low buttons in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "highButtonUssClassName", - "comment": "USS class name of high buttons in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Slider", - "name": "slider", - "comment": "The slider used by this scroller.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.RepeatButton", - "name": "lowButton", - "comment": "Bottom or left scroll button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.RepeatButton", - "name": "highButton", - "comment": "Top or right scroll button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "value", - "comment": "Value that defines the slider position. It lies between lowValue and highValue.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "lowValue", - "comment": "Minimum value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "highValue", - "comment": "Maximum value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.SliderDirection", - "name": "direction", - "comment": "Direction of this scrollbar.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "System.Action", - "name": "valueChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "add_valueChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "System.Action" }], - "isStatic": false, - "name": "remove_valueChanged", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "lowValue", "typeName": "float" }, - { "name": "highValue", "typeName": "float" }, - { "name": "valueChanged", "typeName": "System.Action" }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.SliderDirection" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "factor", "typeName": "float" }], - "isStatic": false, - "name": "Adjust", - "comment": "Updates the slider element size as a ratio of total range. A value greater than 1 will disable the Scroller.\n\n```plaintext\nParams: factor - Slider size ratio.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ScrollPageUp", - "comment": "Will change the value according to the current slider pageSize.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "ScrollPageDown", - "comment": "Will change the value according to the current slider pageSize.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "factor", "typeName": "float" }], - "isStatic": false, - "name": "ScrollPageUp", - "comment": "Will change the value according to the current slider pageSize.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "factor", "typeName": "float" }], - "isStatic": false, - "name": "ScrollPageDown", - "comment": "Will change the value according to the current slider pageSize.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Scroller", - "comment": "A vertical or horizontal scrollbar.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a RepeatButton using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize RepeatButton properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the RepeatButton.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Scroller using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable, as scrollers do not have children.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize Scroller properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the Scroller.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseField", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "textInputUssName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isReadOnly", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isPasswordField", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "selectionColor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "cursorColor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "cursorIndex", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "selectIndex", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "maxLength", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "doubleClickSelectsWord", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "tripleClickSelectsLine", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isDelayed", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "char", - "name": "maskChar", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "SelectAll", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TextInputBaseField", - "comment": "Abstract base class used for all text-based fields.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.ScrollViewMode", - "name": "Vertical", - "comment": "Configure ScrollView for vertical scrolling.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ScrollViewMode", - "name": "Horizontal", - "comment": "Configure ScrollView for horizontal scrolling.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ScrollViewMode", - "name": "VerticalAndHorizontal", - "comment": "Configure ScrollView for vertical and horizontal scrolling.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.ScrollViewMode", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ScrollViewMode", - "comment": "Mode configuring the ScrollView for the intended usage.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "viewportUssClassName", - "comment": "USS class name of viewport elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "contentUssClassName", - "comment": "USS class name of content elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "hScrollerUssClassName", - "comment": "USS class name of horizontal scrollers in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "vScrollerUssClassName", - "comment": "USS class name of vertical scrollers in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "horizontalVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "verticalVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "verticalHorizontalVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "scrollVariantUssClassName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "showHorizontal", - "comment": "Should the horizontal scroller be visible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "showVertical", - "comment": "Should the vertical scroller be visible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "scrollOffset", - "comment": "The current scrolling position.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "horizontalPageSize", - "comment": "This property is controlling the scrolling speed of the horizontal scroller.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "verticalPageSize", - "comment": "This property is controlling the scrolling speed of the vertical scroller.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "scrollDecelerationRate", - "comment": "Controls the rate at which the scrolling movement slows after a user scrolls using a touch interaction.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "elasticity", - "comment": "The amount of elasticity to use when a user tries to scroll past the boundaries of the scroll view.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.ScrollView.TouchScrollBehavior", - "name": "touchScrollBehavior", - "comment": "The behavior to use when a user tries to scroll past the boundaries of the ScrollView content using a touch interaction.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentViewport", - "comment": "Represents the visible part of contentContainer.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Scroller", - "name": "horizontalScroller", - "comment": "Horizontal scrollbar.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Scroller", - "name": "verticalScroller", - "comment": "Vertical Scrollbar.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "Contains full content, potentially partially visible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "child", - "typeName": "UnityEngine.UIElements.VisualElement" - } - ], - "isStatic": false, - "name": "ScrollTo", - "comment": "Scroll to a specific child element.\n\n```plaintext\nParams: child - The child to scroll to.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "scrollViewMode", - "typeName": "UnityEngine.UIElements.ScrollViewMode" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ScrollView", - "comment": "Displays its contents inside a scrollable frame.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseField", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "USS class name of labels in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "USS class name of input elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "noTextVariantUssClassName", - "comment": "USS class name of elements of this type, when there is no text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "checkmarkUssClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "textUssClassName", - "comment": "USS class name of text elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "text", - "comment": "Optional text after the toggle.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "label", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "bool" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Toggle", - "comment": "This is the Toggle field.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle" - ], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "fixedPane", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "flexedPane", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "fixedPaneIndex", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "fixedPaneInitialDimension", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", - "name": "orientation", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "contentContainer", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "fixedPaneIndex", "typeName": "int" }, - { "name": "fixedPaneStartDimension", "typeName": "float" }, - { - "name": "orientation", - "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "int" }], - "isStatic": false, - "name": "CollapseChild", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "UnCollapse", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TwoPaneSplitView", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a ScrollView using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize ScrollView properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the ScrollView.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseFieldTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for TextInputFieldBase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseSlider", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "USS class name of labels in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "USS class name of input elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "float" }, - { "name": "end", "typeName": "float" }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.SliderDirection" - }, - { "name": "pageSize", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "label", "typeName": "string" }, - { "name": "start", "typeName": "float" }, - { "name": "end", "typeName": "float" }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.SliderDirection" - }, - { "name": "pageSize", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Slider", - "comment": "A slider containing floating point values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Toggle using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseFieldTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize Toggle properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the Toggle.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IPointerCaptureEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a Slider using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseFieldTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize Slider properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the Slider.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", - "name": "Horizontal", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", - "name": "Vertical", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TwoPaneSplitViewOrientation", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseSlider", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "USS class name of labels in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "USS class name of input elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "pageSize", - "comment": "The value to add or remove to the SliderInt.value when it is clicked.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructors for the SliderInt.\n\n```plaintext\nParams: start - This is the low value of the slider.\n end - This is the high value of the slider.\n direction - This is the slider direction, horizontal or vertical.\n pageSize - This is the number of values to change when the slider is clicked.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "start", "typeName": "int" }, - { "name": "end", "typeName": "int" }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.SliderDirection" - }, - { "name": "pageSize", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "label", "typeName": "string" }, - { "name": "start", "typeName": "int" }, - { "name": "end", "typeName": "int" }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.SliderDirection" - }, - { "name": "pageSize", "typeName": "float" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "SliderInt", - "comment": "A slider containing Integer discrete values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a SliderInt using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.BaseFieldTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize SliderInt properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The bag of attributes.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the SliderInt.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextInputBaseField", - "attribute": "", - "interfaces": [ - "IEventHandler", - "ITransform", - "ITransitionAnimations", - "IExperimentalFeatures", - "IVisualElementScheduler", - "IResolvedStyle", - "IBindable", - "INotifyValueChanged" - ], - "fields": [ - { - "typeName": "string", - "name": "ussClassName", - "comment": "USS class name of elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "labelUssClassName", - "comment": "USS class name of labels in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "inputUssClassName", - "comment": "USS class name of input elements in elements of this type.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "multiline", - "comment": "Set this to true to allow multiple lines in the textfield and false if otherwise.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "value", - "comment": "The string currently being exposed by the field.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "rangeCursorIndex", "typeName": "int" }, - { "name": "selectionIndex", "typeName": "int" } - ], - "isStatic": false, - "name": "SelectRange", - "comment": "Selects text in the textfield between cursorIndex and selectionIndex.\n\n```plaintext\nParams: cursorIndex - The caret and selection start position.\n selectionIndex - The selection end position.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new textfield.\n\n```plaintext\nParams: maxLength - The maximum number of characters this textfield can hold. If 0, there is no limit.\n multiline - Set this to true to allow multiple lines in the textfield and false if otherwise.\n isPasswordField - Set this to true to mask the characters and false if otherwise.\n maskChar - The character used for masking in a password field.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "maxLength", "typeName": "int" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "isPasswordField", "typeName": "bool" }, - { "name": "maskChar", "typeName": "char" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates a new textfield.\n\n```plaintext\nParams: maxLength - The maximum number of characters this textfield can hold. If 0, there is no limit.\n multiline - Set this to true to allow multiple lines in the textfield and false if otherwise.\n isPasswordField - Set this to true to mask the characters and false if otherwise.\n maskChar - The character used for masking in a password field.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "label", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "label", "typeName": "string" }, - { "name": "maxLength", "typeName": "int" }, - { "name": "multiline", "typeName": "bool" }, - { "name": "isPasswordField", "typeName": "bool" }, - { "name": "maskChar", "typeName": "char" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "newValue", "typeName": "string" }], - "isStatic": false, - "name": "SetValueWithoutNotify", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TextField", - "comment": "A textfield is a rectangular area where the user can edit a string.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerCaptureEvent"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.IEventHandler", - "name": "relatedTarget", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "pointerId", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { - "name": "target", - "typeName": "UnityEngine.UIElements.IEventHandler" - }, - { - "name": "relatedTarget", - "typeName": "UnityEngine.UIElements.IEventHandler" - }, - { "name": "pointerId", "typeName": "int" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerCaptureEventBase", - "comment": "Base class for pointer capture events and mouse capture events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerCaptureEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerCaptureEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerCaptureOutEvent", - "comment": "Event sent when a VisualElement releases a pointer.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerCaptureEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerCaptureEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerCaptureEvent", - "comment": "Event sent when a pointer is captured by a VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IMouseCaptureEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerCaptureEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IPointerCaptureEvent", - "IMouseCaptureEvent" - ], - "fields": [ - { - "typeName": "UnityEngine.UIElements.IEventHandler", - "name": "relatedTarget", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { - "name": "target", - "typeName": "UnityEngine.UIElements.IEventHandler" - }, - { - "name": "relatedTarget", - "typeName": "UnityEngine.UIElements.IEventHandler" - } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseCaptureEventBase", - "comment": "Event sent when the handler capturing the mouse changes.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseCaptureEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IPointerCaptureEvent", - "IMouseCaptureEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseCaptureOutEvent", - "comment": "Event sent before a handler stops capturing the mouse.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseCaptureEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IPointerCaptureEvent", - "IMouseCaptureEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseCaptureEvent", - "comment": "Event sent after a handler starts capturing the mouse.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IChangeEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase>", - "attribute": "", - "interfaces": ["IDisposable", "IChangeEvent"], - "fields": [ - { - "typeName": "T", - "name": "previousValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "T", - "name": "newValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "ChangeEvent", - "params": [ - { "name": "previousValue", "typeName": "T" }, - { "name": "newValue", "typeName": "T" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ChangeEvent", - "comment": "Sends an event when a value in a field changes.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlFactory", - "comment": "Instantiates a TextField using the data read from a UXML file.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.TextInputBaseField.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "ve", - "typeName": "UnityEngine.UIElements.VisualElement" - }, - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Init", - "comment": "Initialize TextField properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlTraits", - "comment": "Defines UxmlTraits for the TextField.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "commandName", - "comment": "Name of the command.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "ICommandEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "ICommandEvent"], - "fields": [ - { - "typeName": "string", - "name": "commandName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [{ "name": "commandName", "typeName": "string" }], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "CommandEventBase", - "comment": "Base class for command events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.CommandEventBase", - "attribute": "", - "interfaces": ["IDisposable", "ICommandEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ValidateCommandEvent", - "comment": "The event sent to probe which elements accepts a command.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.CommandEventBase", - "attribute": "", - "interfaces": ["IDisposable", "ICommandEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ExecuteCommandEvent", - "comment": "The event sent when an element should execute a command.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IDragAndDropEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IMouseEvent", - "IMouseEventInternal", - "IDragAndDropEvent" - ], - "fields": [], - "methods": [], - "name": "DragAndDropEventBase", - "comment": "Base class for drag and drop events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IMouseEvent", - "IMouseEventInternal", - "IDragAndDropEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "DragExitedEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI drag exited event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DragExitedEvent", - "comment": "The event sent to a dragged element when the drag and drop process ends.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IMouseEvent", - "IMouseEventInternal", - "IDragAndDropEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DragEnterEvent", - "comment": "Use the DragEnterEvent class to manage events that occur when dragging enters an element or one of its descendants. The DragEnterEvent is cancellable, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IMouseEvent", - "IMouseEventInternal", - "IDragAndDropEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DragLeaveEvent", - "comment": "Use the DragLeaveEvent class to manage events sent when dragging leaves an element or one of its descendants. The DragLeaveEvent is cancellable, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IMouseEvent", - "IMouseEventInternal", - "IDragAndDropEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "DragUpdatedEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI drag updated event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DragUpdatedEvent", - "comment": "The event sent when the element being dragged enters a possible drop target.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", - "attribute": "", - "interfaces": [ - "IDisposable", - "IMouseEvent", - "IMouseEventInternal", - "IDragAndDropEvent" - ], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DragPerformEvent", - "comment": "The event sent to an element when another element is dragged and dropped on the element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "long", - "name": "eventTypeId", - "comment": "Retrieves the type ID for this event instance.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "long", - "name": "timestamp", - "comment": "The time when the event was created.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "bubbles", - "comment": "Whether this event type bubbles up in the event propagation path.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "tricklesDown", - "comment": "Whether this event is sent down the event propagation path during the TrickleDown phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IEventHandler", - "name": "target", - "comment": "The target visual element that received this event. Unlike currentTarget, this target does not change when the event is sent to other elements along the propagation path.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isPropagationStopped", - "comment": "Whether StopPropagation() was called for this event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isImmediatePropagationStopped", - "comment": "Whether StopImmediatePropagation() was called for this event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isDefaultPrevented", - "comment": "Return true if the default actions should not be executed for this event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "propagationPhase", - "comment": "The current propagation phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IEventHandler", - "name": "currentTarget", - "comment": "The current target of the event. This is the VisualElement, in the propagation path, for which event handlers are currently being executed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "dispatch", - "comment": "Whether the event is being dispatched to a visual element. An event cannot be redispatched while it being dispatched. If you need to recursively dispatch an event, it is recommended that you use a copy of the event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Event", - "name": "imguiEvent", - "comment": "The IMGUIEvent at the source of this event. The source can be null since not all events are generated by IMGUI.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "originalMousePosition", - "comment": "The original mouse position of the IMGUI event, before it is transformed to the current target local coordinates.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopPropagation", - "comment": "Stops propagating this event. The event is not sent to other elements along the propagation path. This method does not prevent other event handlers from executing on the current target.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "StopImmediatePropagation", - "comment": "Immediately stops the propagation of the event. The event is not sent to other elements along the propagation path. This method prevents other event handlers from executing on the current target.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "PreventDefault", - "comment": "Whether the default actions are prevented from being executed for this event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "Implementation of IDisposable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "EventBase", - "comment": "The base class for all UIElements events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "evt", "typeName": "TEventType" }], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "evt", "typeName": "TEventType" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "EventCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.MulticastDelegate", - "attribute": "delegate", - "interfaces": ["ICloneable", "ISerializable"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "object", "typeName": "object" }, - { "name": "method", "typeName": "System.IntPtr" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "TEventType" }, - { "name": "userArgs", "typeName": "TCallbackArgs" } - ], - "isStatic": false, - "name": "Invoke", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "IAsyncResult", - "params": [ - { "name": "evt", "typeName": "TEventType" }, - { "name": "userArgs", "typeName": "TCallbackArgs" }, - { "name": "callback", "typeName": "System.AsyncCallback" }, - { "name": "object", "typeName": "object" } - ], - "isStatic": false, - "name": "BeginInvoke", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], - "isStatic": false, - "name": "EndInvoke", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "EventCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.TrickleDown", - "name": "NoTrickleDown", - "comment": "The event handler should be executed during the AtTarget and BubbleUp phases.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TrickleDown", - "name": "TrickleDown", - "comment": "The event handler should be executed during the TrickleDown and AtTarget phases.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.TrickleDown", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TrickleDown", - "comment": "Use this enum to specify during which phases the event handler is executed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "long", - "name": "eventTypeId", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Int64", - "params": [], - "isStatic": true, - "name": "TypeId", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": "Dispose", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "EventBase", - "comment": "Generic base class for events, implementing event pooling and automatic registration to the event type system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "SendEvent", - "comment": "Sends an event to the event handler.\n\n```plaintext\nParams: e - The event to send.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "HandleEvent", - "comment": "Handle an event.\n\n```plaintext\nParams: evt - The event to handle.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasTrickleDownHandlers", - "comment": "True if the object already has event handlers for the TrickleDown phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasBubbleUpHandlers", - "comment": "True if object has event handlers for the BubbleUp phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IEventHandler", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": ["IEventHandler"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.UIElements.EventCallback" - }, - { - "name": "useTrickleDown", - "typeName": "UnityEngine.UIElements.TrickleDown" - } - ], - "isStatic": false, - "name": "RegisterCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.UIElements.EventCallback" - }, - { "name": "userArgs", "typeName": "TUserArgsType" }, - { - "name": "useTrickleDown", - "typeName": "UnityEngine.UIElements.TrickleDown" - } - ], - "isStatic": false, - "name": "RegisterCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.UIElements.EventCallback" - }, - { - "name": "useTrickleDown", - "typeName": "UnityEngine.UIElements.TrickleDown" - } - ], - "isStatic": false, - "name": "UnregisterCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "callback", - "typeName": "UnityEngine.UIElements.EventCallback" - }, - { - "name": "useTrickleDown", - "typeName": "UnityEngine.UIElements.TrickleDown" - } - ], - "isStatic": false, - "name": "UnregisterCallback", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "SendEvent", - "comment": "Sends an event to the event handler.\n\n```plaintext\nParams: e - The event to send.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" } - ], - "isStatic": false, - "name": "HandleEvent", - "comment": "Handle an event, most often by executing the callbacks associated with the event.\n\n```plaintext\nParams: evt - The event to handle.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasTrickleDownHandlers", - "comment": "True if object has event handlers for the TrickleDown phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [], - "isStatic": false, - "name": "HasBubbleUpHandlers", - "comment": "True if object has event handlers for the BubbleUp phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "CallbackEventHandler", - "comment": "Interface for classes capable of having callbacks to handle events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Focusable", - "name": "relatedTarget", - "comment": "Related target. See implementation for specific meaning.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FocusChangeDirection", - "name": "direction", - "comment": "Direction of the focus change.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IFocusEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "IFocusEvent"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Focusable", - "name": "relatedTarget", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FocusChangeDirection", - "name": "direction", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { - "name": "target", - "typeName": "UnityEngine.UIElements.IEventHandler" - }, - { - "name": "relatedTarget", - "typeName": "UnityEngine.UIElements.Focusable" - }, - { - "name": "direction", - "typeName": "UnityEngine.UIElements.FocusChangeDirection" - }, - { - "name": "focusController", - "typeName": "UnityEngine.UIElements.FocusController" - }, - { "name": "bIsFocusDelegated", "typeName": "bool" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FocusEventBase", - "comment": "Base class for focus related events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.FocusEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IFocusEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FocusOutEvent", - "comment": "Event sent immediately before an element loses focus. This event trickles down and bubbles up. This event cannot be cancelled.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.FocusEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IFocusEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "BlurEvent", - "comment": "Event sent immediately after an element has lost focus. This event trickles down, it does not bubble up, and it cannot be cancelled.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.FocusEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IFocusEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FocusInEvent", - "comment": "Event sent immediately before an element gains focus. This event trickles down and bubbles up. This event cannot be cancelled.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.FocusEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IFocusEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "FocusEvent", - "comment": "Event sent immediately after an element has gained focus. This event trickles down, it does not bubble up, and it cannot be cancelled.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "None", - "comment": "The event is not propagated.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "TrickleDown", - "comment": "The event is sent from the panel's root element to the target element's parent.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "AtTarget", - "comment": "The event is sent to the target.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "DefaultActionAtTarget", - "comment": "The event is sent to the target element, which can then execute its default actions for the event at the target phase. Event handlers do not receive the event in this phase. Instead, ExecuteDefaultActionAtTarget is called on the target element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "BubbleUp", - "comment": "The event is sent from the target element's parent back to the panel's root element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.PropagationPhase", - "name": "DefaultAction", - "comment": "The event is sent to the target element, which can then execute its final default actions for the event. Event handlers do not receive the event in this phase. Instead, ExecuteDefaultAction is called on the target element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.PropagationPhase", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PropagationPhase", - "comment": "The propagation phases of an event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "previousData", - "comment": "The text before the change occured.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "newData", - "comment": "The new text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "InputEvent", - "params": [ - { "name": "previousData", "typeName": "string" }, - { "name": "newData", "typeName": "string" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: newData - The new text.\n previousData - The text before the change occured.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "InputEvent", - "comment": "Sends an event when text from a TextField changes.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "Flag set holding the pressed modifier keys (Alt, Control, Shift, Windows/Command).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "char", - "name": "character", - "comment": "The character.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "keyCode", - "comment": "The key code.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "shiftKey", - "comment": "Return true if the Shift key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "ctrlKey", - "comment": "Return true if the Control key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "commandKey", - "comment": "Return true if the Windows/Command key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "altKey", - "comment": "Return true if the Alt key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "actionKey", - "comment": "Returns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IKeyboardEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "IKeyboardEvent"], - "fields": [ - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "char", - "name": "character", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.KeyCode", - "name": "keyCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "shiftKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "ctrlKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "commandKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "altKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "actionKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { "name": "c", "typeName": "char" }, - { "name": "keyCode", "typeName": "UnityEngine.KeyCode" }, - { "name": "modifiers", "typeName": "UnityEngine.EventModifiers" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "KeyboardEventBase", - "comment": "Base class for keyboard events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.KeyboardEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IKeyboardEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "KeyDownEvent", - "comment": "Event sent when a key is pressed on the keyboard. This event trickles down and bubbles up. This event is cancellable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.KeyboardEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IKeyboardEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "KeyUpEvent", - "comment": "Event sent when a key is released on the keyboard. This event trickles down and bubbles up. This event is cancellable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.Rect", - "name": "oldRect", - "comment": "The old dimensions of the element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "newRect", - "comment": "The new dimensions of the element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "GeometryChangedEvent", - "params": [ - { "name": "oldRect", "typeName": "UnityEngine.Rect" }, - { "name": "newRect", "typeName": "UnityEngine.Rect" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: oldRect - The old dimensions of the element.\n newRect - The new dimensions of the element.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "GeometryChangedEvent", - "comment": "Event sent after layout calculations, when the position or the dimension of an element changes. This event cannot be cancelled, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "Flag set holding the pressed modifier keys (Alt, Ctrl, Shift, Windows/Command).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mousePosition", - "comment": "The mouse position in the panel coordinate system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "localMousePosition", - "comment": "The mouse position in the current target coordinate system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mouseDelta", - "comment": "Mouse position difference between the last mouse event and this one.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "clickCount", - "comment": "The number of times the button is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "button", - "comment": "Integer that indicates which mouse button is pressed: 0 is the left button, 1 is the right button, 2 is the middle button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "pressedButtons", - "comment": "A bitmask that describes the currently pressed buttons.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "shiftKey", - "comment": "Return true if the Shift key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "ctrlKey", - "comment": "Return true if the Ctrl key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "commandKey", - "comment": "Return true if the Windows/Command key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "altKey", - "comment": "Return true if the Alt key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "actionKey", - "comment": "Returns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IMouseEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [ - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mousePosition", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "localMousePosition", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "mouseDelta", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "clickCount", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "button", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "pressedButtons", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "shiftKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "ctrlKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "commandKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "altKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "actionKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IEventHandler", - "name": "currentTarget", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "position", "typeName": "UnityEngine.Vector2" }, - { "name": "button", "typeName": "int" }, - { "name": "clickCount", "typeName": "int" }, - { "name": "delta", "typeName": "UnityEngine.Vector2" }, - { "name": "modifiers", "typeName": "UnityEngine.EventModifiers" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "triggerEvent", - "typeName": "UnityEngine.UIElements.IMouseEvent" - } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseEventBase", - "comment": "The base class for mouse events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "MouseDownEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI mouse event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseDownEvent", - "comment": "Mouse down event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "MouseUpEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI mouse event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseUpEvent", - "comment": "Mouse up event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "MouseMoveEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI mouse event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseMoveEvent", - "comment": "Mouse move event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ContextClickEvent", - "comment": "The event sent when clicking the right mouse button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [ - { - "typeName": "UnityEngine.Vector3", - "name": "delta", - "comment": "The amount of scrolling applied with the mouse wheel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "WheelEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - A wheel IMGUI event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Use GetPooled() to get an event from a pool of reusable events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "WheelEvent", - "comment": "Mouse wheel event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseEnterEvent", - "comment": "Event sent when the mouse pointer enters an element or one of its descendent elements. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseLeaveEvent", - "comment": "Event sent when the mouse pointer exits an element and all its descendent elements. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseEnterWindowEvent", - "comment": "Event sent when the mouse pointer enters a window. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "MouseLeaveWindowEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI MouseLeaveWindow event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseLeaveWindowEvent", - "comment": "Event sent when the mouse pointer exits a window. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseOverEvent", - "comment": "Event sent when the mouse pointer enters an element. The event trickles down, it bubbles up, and it is cancellable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MouseOutEvent", - "comment": "Event sent when the mouse pointer exits an element. The event trickles down, it bubbles up, and it is cancellable.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.MouseEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.DropdownMenu", - "name": "menu", - "comment": "The menu to populate.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.EventBase", - "name": "triggerEvent", - "comment": "The event that triggered the ContextualMenuPopulateEvent.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "ContextualMenuPopulateEvent", - "params": [ - { - "name": "triggerEvent", - "typeName": "UnityEngine.UIElements.EventBase" - }, - { - "name": "menu", - "typeName": "UnityEngine.UIElements.DropdownMenu" - }, - { - "name": "target", - "typeName": "UnityEngine.UIElements.IEventHandler" - }, - { - "name": "menuManager", - "typeName": "UnityEngine.UIElements.ContextualMenuManager" - } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: triggerEvent - The event that triggered the display of the contextual menu.\n menu - The menu to populate.\n target - The element that triggered the display of the contextual menu.\n menuManager - The menu manager that displays the menu.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ContextualMenuPopulateEvent", - "comment": "The event sent when a contextual menu requires menu items.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [], - "name": "IPanelChangedEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPanelChangedEvent"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.IPanel", - "name": "originPanel", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IPanel", - "name": "destinationPanel", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { - "name": "originPanel", - "typeName": "UnityEngine.UIElements.IPanel" - }, - { - "name": "destinationPanel", - "typeName": "UnityEngine.UIElements.IPanel" - } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PanelChangedEventBase", - "comment": "Abstract base class for events notifying of a panel change.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PanelChangedEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPanelChangedEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "AttachToPanelEvent", - "comment": "Event sent after an element is added to an element that is a descendent of a panel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PanelChangedEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPanelChangedEvent"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "DetachFromPanelEvent", - "comment": "Event sent just before an element is detach from its parent, if the parent is the descendant of a panel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "string", - "name": "mouse", - "comment": "The pointer type for mouse events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "touch", - "comment": "The pointer type for touch events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "pen", - "comment": "The pointer type for pen events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "unknown", - "comment": "The pointer type for events created by unknown devices.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "PointerType", - "comment": "A static class that holds pointer type values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "maxPointers", - "comment": "The maximum number of pointers the implementation supports.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "invalidPointerId", - "comment": "Represents an invalid pointer ID value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "mousePointerId", - "comment": "The mouse pointer ID.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "touchPointerIdBase", - "comment": "The base ID for touch pointers.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "touchPointerCount", - "comment": "The number of touch pointers the implementation supports.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "penPointerIdBase", - "comment": "The base ID for pen pointers.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "penPointerCount", - "comment": "The number of pen pointers the implementation supports.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "PointerId", - "comment": "A static class that holds pointer ID values.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "pointerId", - "comment": "Identifies the pointer that sends the event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "pointerType", - "comment": "The type of pointer that created this event. This value is taken from the value defined in `PointerType`.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isPrimary", - "comment": "Returns true if the pointer is a primary pointer\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "button", - "comment": "Integer that indicates which mouse button is pressed: 0 is the left button, 1 is the right button, 2 is the middle button.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "pressedButtons", - "comment": "A bitmask that describes the currently pressed buttons.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "The pointer position in the Screen or World coordinate system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localPosition", - "comment": "The pointer position in the current target coordinate system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "deltaPosition", - "comment": "The difference between the pointer's position during the previous mouse event and its position during the current mouse event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "The amount of time that has passed since the last recorded change in pointer values, in seconds.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "clickCount", - "comment": "The number of times the button is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "pressure", - "comment": "The amount of pressure currently applied by a touch. If the device does not report pressure, the value of this property is 1.0f.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "tangentialPressure", - "comment": "The pressure applied to an additional pressure-sensitive control on the stylus.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "altitudeAngle", - "comment": "Angle of the stylus relative to the surface, in radians\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "azimuthAngle", - "comment": "Angle of the stylus relative to the x-axis, in radians.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "twist", - "comment": "The rotation of the stylus around its axis, in radians.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "radius", - "comment": "An estimate of the radius of a touch. Add `radiusVariance` to get the maximum touch radius, subtract it to get the minimum touch radius.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "radiusVariance", - "comment": "Determines the accuracy of the touch radius. Add this value to the radius to get the maximum touch radius, subtract it to get the minimum touch radius.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "Flags that hold pressed modifier keys (Alt, Ctrl, Shift, Windows/Cmd).\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "shiftKey", - "comment": "Returns true if the Shift key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "ctrlKey", - "comment": "Returns true if the Ctrl key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "commandKey", - "comment": "Returns true if the Windows/Cmd key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "altKey", - "comment": "Returns true if the Alt key is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "actionKey", - "comment": "Returns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IPointerEvent", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [ - { - "typeName": "int", - "name": "pointerId", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "pointerType", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "isPrimary", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "button", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "pressedButtons", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "localPosition", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "deltaPosition", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "deltaTime", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "clickCount", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "pressure", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "tangentialPressure", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "altitudeAngle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "azimuthAngle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "twist", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "radius", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "radiusVariance", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.EventModifiers", - "name": "modifiers", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "shiftKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "ctrlKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "commandKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "altKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "bool", - "name": "actionKey", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.IEventHandler", - "name": "currentTarget", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "T", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { "name": "touch", "typeName": "UnityEngine.Touch" }, - { "name": "modifiers", "typeName": "UnityEngine.EventModifiers" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "T", - "params": [ - { - "name": "triggerEvent", - "typeName": "UnityEngine.UIElements.IPointerEvent" - } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerEventBase", - "comment": "Base class for pointer events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerDownEvent", - "comment": "Event sent when a pointer is pressed.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerMoveEvent", - "comment": "Event sent when a pointer changes state.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerStationaryEvent", - "comment": "An event sent when a pointer does not change for a set amount of time determined by the operating system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerUpEvent", - "comment": "Event sent when the last depressed button of a pointer is released.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "string", - "name": "tooltip", - "comment": "Text to display inside the tooltip box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "rect", - "comment": "Rectangle of the hovered VisualElement in the panel coordinate system.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "TooltipEvent", - "comment": "Event sent to find the first VisualElement that displays a tooltip.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ClickEvent", - "comment": "The event sent when the left mouse button is clicked.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [], - "methods": [ - { - "returnTypeName": "IMGUIEvent", - "params": [ - { "name": "systemEvent", "typeName": "UnityEngine.Event" } - ], - "isStatic": true, - "name": "GetPooled", - "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - The IMGUI event used to initialize the event.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Use GetPooled() to get an event from a pool of reusable events.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IMGUIEvent", - "comment": "Class used to send a IMGUI event that has no equivalent UIElements event.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerLeaveEvent", - "comment": "Event sent when a pointer exits an element and all of its descendant.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerOverEvent", - "comment": "Event sent when a pointer enters a VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.PointerEventBase", - "attribute": "", - "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "PointerOutEvent", - "comment": "Event sent when a pointer exits an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.EventBase", - "attribute": "", - "interfaces": ["IDisposable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.ICustomStyle", - "name": "customStyle", - "comment": "Returns the custom style properties accessor for the targeted VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "CustomStyleResolvedEvent", - "comment": "Event sent after the custom style properties of a VisualElement have been resolved.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "float", - "name": "nearZ", - "comment": "A special value representing the near clipping plane. Always use this value as the vertex position's z component when building 2D (flat) UI geometry.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector3", - "name": "position", - "comment": "Describes the vertex's position.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color32", - "name": "tint", - "comment": "A color value for the vertex.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Vector2", - "name": "uv", - "comment": "The UV coordinate of the vertex.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Vertex", - "comment": "Represents a vertex of geometry for drawing content of VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "vertexCount", - "comment": "The number of vertices successfully allocated for VisualElement content drawing.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "indexCount", - "comment": "The number of indices successfully allocated for VisualElement content drawing.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Rect", - "name": "uvRegion", - "comment": "A rectangle describing the UV region holding the texture passed to MeshGenerationContext.Allocate.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [ - { "name": "vertex", "typeName": "UnityEngine.UIElements.Vertex" } - ], - "isStatic": false, - "name": "SetNextVertex", - "comment": "Assigns the value of the next vertex of the allocated vertices list.\n\n```plaintext\nParams: vertex - The value of the next vertex.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "index", "typeName": "ushort" }], - "isStatic": false, - "name": "SetNextIndex", - "comment": "Assigns the value of the next index of the allocated indices list.\n\n```plaintext\nParams: index - The value of the next index.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "UnityEngine.UIElements.Vertex[]" - } - ], - "isStatic": false, - "name": "SetAllVertices", - "comment": "Fills the values of the allocated vertices with values copied directly from an array.\nWhen this method is called, it is not possible to use SetNextVertex to fill the allocated vertices array.\n\n```plaintext\nParams: vertices - The array of vertices to copy from. The length of the array must match the allocated vertex count.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "vertices", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "SetAllVertices", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "indices", "typeName": "ushort[]" }], - "isStatic": false, - "name": "SetAllIndices", - "comment": "Fills the values of the allocated indices with values copied directly from an array. Each 3 consecutive indices form a single triangle.\n\n```plaintext\nParams: indices - The array of indices to copy from. The length of the array must match the allocated index count.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "indices", - "typeName": "Unity.Collections.NativeSlice" - } - ], - "isStatic": false, - "name": "SetAllIndices", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MeshWriteData", - "comment": "A class that represents the vertex and index data allocated for drawing the content of a VisualElement.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "object", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.VisualElement", - "name": "visualElement", - "comment": "The element for which VisualElement.generateVisualContent was invoked.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "MeshWriteData", - "params": [ - { "name": "vertexCount", "typeName": "int" }, - { "name": "indexCount", "typeName": "int" }, - { "name": "texture", "typeName": "UnityEngine.Texture" } - ], - "isStatic": false, - "name": "Allocate", - "comment": "An object that gives access to the newely allocated data. If the returned vertex count is 0, then allocation failed (the system ran out of memory).\n\n```plaintext\nParams: vertexCount - The number of vertices to allocate. The maximum is 65535 (or UInt16.MaxValue).\n indexCount - The number of triangle list indices to allocate. Each 3 indices represent one triangle, so this value should be multiples of 3.\n texture - An optional texture to be applied on the triangles allocated. Pass null to rely on vertex colors only.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "MeshGenerationContext", - "comment": "Offers functionality for generating visual content of a VisualElement during the generateVisualContent callback.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { "name": "value", "typeName": "float" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { "name": "value", "typeName": "int" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { "name": "value", "typeName": "bool" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { "name": "value", "typeName": "UnityEngine.Color" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { "name": "value", "typeName": "UnityEngine.Texture2D" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { - "name": "value", - "typeName": "UnityEngine.UIElements.VectorImage" - } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "property", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "TryGetValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ICustomStyle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.LengthUnit", - "name": "Pixel", - "comment": "Interprets length as pixel.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.LengthUnit", - "name": "Percent", - "comment": "Interprets length as a percentage.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.LengthUnit", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "LengthUnit", - "comment": "Describes how to interpret a Length value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Texture2D", - "name": "texture", - "comment": "The texture to display as a background. You cannot set this and Background.vectorImage at the same time.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.VectorImage", - "name": "vectorImage", - "comment": "The VectorImage to display as a background. You cannot set this and Background.texture at the same time.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "t", "typeName": "UnityEngine.Texture2D" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from a Texture2D.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Background", - "params": [{ "name": "t", "typeName": "UnityEngine.Texture2D" }], - "isStatic": true, - "name": "FromTexture2D", - "comment": "A new background object.\n\n```plaintext\nParams: t - The texture to use as a background.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Background", - "params": [ - { "name": "vi", "typeName": "UnityEngine.UIElements.VectorImage" } - ], - "isStatic": true, - "name": "FromVectorImage", - "comment": "A new background object.\n\n```plaintext\nParams: vi - The vector image to use as a background.\n \n```\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.Background" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.Background" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.Background" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.Background" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.Background" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Background", - "comment": "Describes a VisualElement background.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "string", - "name": "name", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "propertyName", "typeName": "string" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { - "name": "b", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "a", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - }, - { - "name": "b", - "typeName": "UnityEngine.UIElements.CustomStyleProperty" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "CustomStyleProperty", - "comment": "Define a custom style property for an element to be retrieved with CustomStyleResolvedEvent.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "value", - "comment": "The length value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.LengthUnit", - "name": "unit", - "comment": "The unit of the value property.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Length", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "Percent", - "comment": "The created length.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from a float and an optionnal LengthUnit.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "value", "typeName": "float" }, - { "name": "unit", "typeName": "UnityEngine.UIElements.LengthUnit" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from a float and an optionnal LengthUnit.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Length", - "params": [{ "name": "value", "typeName": "float" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.Length" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.Length" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.Length" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.Length" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.Length" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "Length", - "comment": "Reprensents a distance value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Background", - "name": "value", - "comment": "The Background value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.Background" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Background or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.Texture2D" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Background or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.VectorImage" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Background or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.UIElements.StyleBackground" - }, - { - "name": "rhs", - "typeName": "UnityEngine.UIElements.StyleBackground" - } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.UIElements.StyleBackground" - }, - { - "name": "rhs", - "typeName": "UnityEngine.UIElements.StyleBackground" - } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleBackground", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleBackground", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.Background" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleBackground", - "params": [{ "name": "v", "typeName": "UnityEngine.Texture2D" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.StyleBackground" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleBackground", - "comment": "Style value that can be either a Background or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Color", - "name": "value", - "comment": "The Color value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.Color" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Color or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Color or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleColor" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleColor" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, - { "name": "rhs", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, - { "name": "rhs", "typeName": "UnityEngine.Color" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleColor", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleColor", - "params": [{ "name": "v", "typeName": "UnityEngine.Color" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.StyleColor" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleColor", - "comment": "Style value that can be either a Color or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Cursor", - "name": "value", - "comment": "The Cursor value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.Cursor" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Cursor or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Cursor or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleCursor" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleCursor" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleCursor" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleCursor" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleCursor", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleCursor", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.Cursor" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.StyleCursor" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleCursor", - "comment": "Style value that can be either a Cursor or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "T", - "name": "value", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "T" }], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.UIElements.StyleEnum" - }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleEnum" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "lhs", - "typeName": "UnityEngine.UIElements.StyleEnum" - }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleEnum" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleEnum", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleEnum", - "params": [{ "name": "v", "typeName": "T" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.StyleEnum" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleEnum", - "comment": "Style value that can be either an enum or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "float", - "name": "value", - "comment": "The float value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a float or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a float or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFloat" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFloat" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFloat" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFloat" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleFloat", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleFloat", - "params": [{ "name": "v", "typeName": "float" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.StyleFloat" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleFloat", - "comment": "Style value that can be either a float or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.Font", - "name": "value", - "comment": "The Font value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "UnityEngine.Font" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from a Font or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from a Font or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFont" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFont" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFont" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFont" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleFont", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleFont", - "params": [{ "name": "v", "typeName": "UnityEngine.Font" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.StyleFont" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleFont", - "comment": "Style value that can be either a Font or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "int", - "name": "value", - "comment": "The integer value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "int" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either an integer or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either an integer or StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleInt" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleInt" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleInt" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleInt" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleInt", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleInt", - "params": [{ "name": "v", "typeName": "int" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "other", "typeName": "UnityEngine.UIElements.StyleInt" } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleInt", - "comment": "Style value that can be either an integer or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.ValueType", - "attribute": "", - "interfaces": ["IStyleValue", "IEquatable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Length", - "name": "value", - "comment": "The Length value.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "keyword", - "comment": "The style keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [{ "name": "v", "typeName": "float" }], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Length or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.Length" } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Length or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": false, - "name": ".ctor", - "comment": "Creates from either a Length or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleLength" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleLength" } - ], - "isStatic": true, - "name": "op_Equality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleLength" }, - { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleLength" } - ], - "isStatic": true, - "name": "op_Inequality", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleLength", - "params": [ - { - "name": "keyword", - "typeName": "UnityEngine.UIElements.StyleKeyword" - } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleLength", - "params": [{ "name": "v", "typeName": "float" }], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "StyleLength", - "params": [ - { "name": "v", "typeName": "UnityEngine.UIElements.Length" } - ], - "isStatic": true, - "name": "op_Implicit", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [ - { - "name": "other", - "typeName": "UnityEngine.UIElements.StyleLength" - } - ], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Boolean", - "params": [{ "name": "obj", "typeName": "object" }], - "isStatic": false, - "name": "Equals", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Int32", - "params": [], - "isStatic": false, - "name": "GetHashCode", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "String", - "params": [], - "isStatic": false, - "name": "ToString", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleLength", - "comment": "Style value that can be either a Length or a StyleKeyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "System.Enum", - "attribute": "enum", - "interfaces": ["IComparable", "IConvertible", "IFormattable"], - "fields": [ - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "Undefined", - "comment": "Means that there's no keyword defined for that property.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "Null", - "comment": "Means that an inline style from IStyle has no value or keyword.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "Auto", - "comment": "For style properties accepting auto.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "None", - "comment": "For style properties accepting none.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleKeyword", - "name": "Initial", - "comment": "The initial (or default) value of a style property.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "UnityEngine.UIElements.StyleKeyword", - "params": [{ "name": "value", "typeName": "any" }], - "isStatic": true, - "name": "__CastFrom", - "comment": "", - "location": "" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleKeyword", - "comment": "Keyword that can be used on any style value types.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.Align", - "name": "alignContent", - "comment": "Alignment of the whole area of children on the cross axis if they span over multiple lines in this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Align", - "name": "alignItems", - "comment": "Alignment of children on the cross axis of this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Align", - "name": "alignSelf", - "comment": "Similar to align-items, but only for this specific element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "backgroundColor", - "comment": "Background color to paint in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Background", - "name": "backgroundImage", - "comment": "Background image to paint in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "borderBottomColor", - "comment": "Color of the element's bottom border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderBottomLeftRadius", - "comment": "The radius of the bottom-left corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderBottomRightRadius", - "comment": "The radius of the bottom-right corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderBottomWidth", - "comment": "Space reserved for the bottom edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "borderLeftColor", - "comment": "Color of the element's left border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderLeftWidth", - "comment": "Space reserved for the left edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "borderRightColor", - "comment": "Color of the element's right border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderRightWidth", - "comment": "Space reserved for the right edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "borderTopColor", - "comment": "Color of the element's top border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderTopLeftRadius", - "comment": "The radius of the top-left corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderTopRightRadius", - "comment": "The radius of the top-right corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "borderTopWidth", - "comment": "Space reserved for the top edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "bottom", - "comment": "Bottom distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "color", - "comment": "Color to use when drawing the text of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.DisplayStyle", - "name": "display", - "comment": "Defines how an element is displayed in the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "flexBasis", - "comment": "Initial main size of a flex item, on the main flex axis. The final layout mught be smaller or larger, according to the flex shrinking and growing determined by the other flex properties.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.FlexDirection", - "name": "flexDirection", - "comment": "Direction of the main axis to layout children in a container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "flexGrow", - "comment": "Specifies how much the item will grow relative to the rest of the flexible items inside the same container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "flexShrink", - "comment": "Specifies how the item will shrink relative to the rest of the flexible items inside the same container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Wrap", - "name": "flexWrap", - "comment": "Placement of children over multiple lines if not enough space is available in this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "fontSize", - "comment": "Font size to draw the element's text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "height", - "comment": "Fixed height of an element for the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Justify", - "name": "justifyContent", - "comment": "Justification of children on the main axis of this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "left", - "comment": "Left distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginBottom", - "comment": "Space reserved for the bottom edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginLeft", - "comment": "Space reserved for the left edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginRight", - "comment": "Space reserved for the right edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "marginTop", - "comment": "Space reserved for the top edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "maxHeight", - "comment": "Maximum height for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "maxWidth", - "comment": "Maximum width for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "minHeight", - "comment": "Minimum height for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "minWidth", - "comment": "Minimum width for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "opacity", - "comment": "Specifies the transparency of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingBottom", - "comment": "Space reserved for the bottom edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingLeft", - "comment": "Space reserved for the left edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingRight", - "comment": "Space reserved for the right edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "paddingTop", - "comment": "Space reserved for the top edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Position", - "name": "position", - "comment": "Element's positioning in its parent container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "right", - "comment": "Right distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TextOverflow", - "name": "textOverflow", - "comment": "The element's text overflow mode.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "top", - "comment": "Top distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Color", - "name": "unityBackgroundImageTintColor", - "comment": "Tinting color for the element's backgroundImage\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.ScaleMode", - "name": "unityBackgroundScaleMode", - "comment": "Background image scaling in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.Font", - "name": "unityFont", - "comment": "Font to draw the element's text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.FontStyle", - "name": "unityFontStyleAndWeight", - "comment": "Font style and weight (normal, bold, italic) to draw the element's text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "unitySliceBottom", - "comment": "Size of the 9-slice's bottom edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "unitySliceLeft", - "comment": "Size of the 9-slice's left edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "unitySliceRight", - "comment": "Size of the 9-slice's right edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "int", - "name": "unitySliceTop", - "comment": "Size of the 9-slice's top edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.TextAnchor", - "name": "unityTextAlign", - "comment": "Horizontal and vertical text alignment in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.TextOverflowPosition", - "name": "unityTextOverflowPosition", - "comment": "The element's text overflow position.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.Visibility", - "name": "visibility", - "comment": "Specifies whether or not an element is visible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.WhiteSpace", - "name": "whiteSpace", - "comment": "Word wrapping over multiple lines if not enough space is available to draw the text of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "float", - "name": "width", - "comment": "Fixed width of an element for the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IResolvedStyle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [ - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "alignContent", - "comment": "Alignment of the whole area of children on the cross axis if they span over multiple lines in this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "alignItems", - "comment": "Alignment of children on the cross axis of this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "alignSelf", - "comment": "Similar to align-items, but only for this specific element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "backgroundColor", - "comment": "Background color to paint in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleBackground", - "name": "backgroundImage", - "comment": "Background image to paint in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "borderBottomColor", - "comment": "Color of the element's bottom border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "borderBottomLeftRadius", - "comment": "The radius of the bottom-left corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "borderBottomRightRadius", - "comment": "The radius of the bottom-right corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "borderBottomWidth", - "comment": "Space reserved for the bottom edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "borderLeftColor", - "comment": "Color of the element's left border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "borderLeftWidth", - "comment": "Space reserved for the left edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "borderRightColor", - "comment": "Color of the element's right border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "borderRightWidth", - "comment": "Space reserved for the right edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "borderTopColor", - "comment": "Color of the element's top border.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "borderTopLeftRadius", - "comment": "The radius of the top-left corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "borderTopRightRadius", - "comment": "The radius of the top-right corner when a rounded rectangle is drawn in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "borderTopWidth", - "comment": "Space reserved for the top edge of the border during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "bottom", - "comment": "Bottom distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "color", - "comment": "Color to use when drawing the text of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleCursor", - "name": "cursor", - "comment": "Mouse cursor to display when the mouse pointer is over an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "display", - "comment": "Defines how an element is displayed in the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "flexBasis", - "comment": "Initial main size of a flex item, on the main flex axis. The final layout mught be smaller or larger, according to the flex shrinking and growing determined by the flex property.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "flexDirection", - "comment": "Direction of the main axis to layout children in a container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "flexGrow", - "comment": "Specifies how much the item will grow relative to the rest of the flexible items inside the same container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "flexShrink", - "comment": "Specifies how the item will shrink relative to the rest of the flexible items inside the same container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "flexWrap", - "comment": "Placement of children over multiple lines if not enough space is available in this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "fontSize", - "comment": "Font size to draw the element's text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "height", - "comment": "Fixed height of an element for the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "justifyContent", - "comment": "Justification of children on the main axis of this container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "left", - "comment": "Left distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "marginBottom", - "comment": "Space reserved for the bottom edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "marginLeft", - "comment": "Space reserved for the left edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "marginRight", - "comment": "Space reserved for the right edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "marginTop", - "comment": "Space reserved for the top edge of the margin during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "maxHeight", - "comment": "Maximum height for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "maxWidth", - "comment": "Maximum width for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "minHeight", - "comment": "Minimum height for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "minWidth", - "comment": "Minimum width for an element, when it is flexible or measures its own size.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFloat", - "name": "opacity", - "comment": "Specifies the transparency of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "overflow", - "comment": "How a container behaves if its content overflows its own box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "paddingBottom", - "comment": "Space reserved for the bottom edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "paddingLeft", - "comment": "Space reserved for the left edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "paddingRight", - "comment": "Space reserved for the right edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "paddingTop", - "comment": "Space reserved for the top edge of the padding during the layout phase.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "position", - "comment": "Element's positioning in its parent container.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "right", - "comment": "Right distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "textOverflow", - "comment": "The element's text overflow mode.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "top", - "comment": "Top distance from the element's box during layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleColor", - "name": "unityBackgroundImageTintColor", - "comment": "Tinting color for the element's backgroundImage\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "unityBackgroundScaleMode", - "comment": "Background image scaling in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleFont", - "name": "unityFont", - "comment": "Font to draw the element's text.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "unityFontStyleAndWeight", - "comment": "Size of the 9-slice's bottom edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "unityOverflowClipBox", - "comment": "Specifies which box the element content is clipped against.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleInt", - "name": "unitySliceBottom", - "comment": "Size of the 9-slice's bottom edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleInt", - "name": "unitySliceLeft", - "comment": "Size of the 9-slice's left edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleInt", - "name": "unitySliceRight", - "comment": "Size of the 9-slice's right edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleInt", - "name": "unitySliceTop", - "comment": "Size of the 9-slice's top edge when painting an element's background image.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "unityTextAlign", - "comment": "Horizontal and vertical text alignment in the element's box.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "unityTextOverflowPosition", - "comment": "The element's text overflow position.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "visibility", - "comment": "Specifies whether or not an element is visible.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleEnum", - "name": "whiteSpace", - "comment": "Word wrapping over multiple lines if not enough space is available to draw the text of an element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "UnityEngine.UIElements.StyleLength", - "name": "width", - "comment": "Fixed width of an element for the layout.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [], - "name": "IStyle", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.ScriptableObject", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "int", - "name": "contentHash", - "comment": "A hash value computed from the stylesheet content.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "StyleSheet", - "comment": "Style sheets are applied to visual elements in order to control the layout and visual appearance of the user interface.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.StyleSheet", - "attribute": "", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "ThemeStyleSheet", - "comment": "The theme style sheet is a collection of themes, style sheets, and rules used to define default UI appearance.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "", - "attribute": "interface", - "interfaces": [], - "fields": [], - "methods": [ - { - "returnTypeName": "Boolean", - "params": [ - { "name": "attributeName", "typeName": "string" }, - { "name": "value", "typeName": "string" } - ], - "isStatic": false, - "name": "TryGetAttributeValue", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "IUxmlAttributes", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [ - { - "typeName": "string", - "name": "uxmlName", - "comment": "Returns \"UXML\".\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "uxmlQualifiedName", - "comment": "Returns the qualified name for this element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "substituteForTypeName", - "comment": "Returns the empty string, as the root element can not appear anywhere else bit at the root of the document.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "substituteForTypeNamespace", - "comment": "Returns the empty string, as the root element can not appear anywhere else bit at the root of the document.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "substituteForTypeQualifiedName", - "comment": "Returns the empty string, as the root element can not appear anywhere else bit at the root of the document.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "VisualElement", - "params": [ - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Create", - "comment": "Returns null.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlRootElementFactory", - "comment": "Factory for the root UXML element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since the root element can contain VisualElements.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlRootElementTraits", - "comment": "Defines UxmlTraits for the UXML root element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlFactory", - "attribute": "", - "interfaces": ["IUxmlFactory"], - "fields": [ - { - "typeName": "string", - "name": "uxmlName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "uxmlQualifiedName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "substituteForTypeName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "substituteForTypeNamespace", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "typeName": "string", - "name": "substituteForTypeQualifiedName", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "methods": [ - { - "returnTypeName": "VisualElement", - "params": [ - { - "name": "bag", - "typeName": "UnityEngine.UIElements.IUxmlAttributes" - }, - { - "name": "cc", - "typeName": "UnityEngine.UIElements.CreationContext" - } - ], - "isStatic": false, - "name": "Create", - "comment": "", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "returnTypeName": "Void", - "params": [], - "isStatic": false, - "name": ".ctor", - "comment": "Constructor.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - } - ], - "name": "UxmlStyleFactory", - "comment": "Factory for the root Style element.\n\n", - "location": "UnityEngine.UIElementsModule.dll" - }, - { - "namespace": "UnityEngine.UIElements", - "baseClass": "UnityEngine.UIElements.UxmlTraits", - "attribute": "", - "interfaces": [], - "fields": [ - { - "typeName": "System.Collections.Generic.IEnumerable", - "name": "uxmlChildElementsDescription", - "comment": "Returns an empty enumerable because